
/* ---------------------------------------------- /*
 * BODY SPECIFIC
/* ---------------------------------------------- */

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin-bottom: 0px;
    background-color: #000000;
}

.footer {
  background-color: #000000;
}

/* ---------------------------------------------- /*
 * FONTS
/* ---------------------------------------------- */

.bask-italic {
    font-family: 'NewBaskervilleW01-Itali', Georgia, "Times New Roman", Times, serif;;
}

.bask {
    font-family: 'NewBaskervilleW01-Roman', Georgia, "Times New Roman", Times, serif;;
}

.avenir {
    font-family: 'AvenirNextLTW01-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* ---------------------------------------------- /*
 * TYPOGRAPHIC STYLES
/* ---------------------------------------------- */

h1 {
    margin: 0px 0px 10px 0px;
    padding: 0;
    display: block;
    font-size: 32px;
    line-height: 0.8em;
    font-weight: normal;
    color: #FFFFFF;
}

p {
    font-family: 'AvenirNextLTW01-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #ffffff;
}

/* ---------------------------------------------- /*
 * BACKGROUND COLOR
/* ---------------------------------------------- */

.bg-white           {background: #FFFFFF !important;}
.bg-black           {background: #000000 !important;}
.bg-red             {background: #e31e31 !important;}

/* ---------------------------------------------- /*
 * TEXT COLORS
/* ---------------------------------------------- */

.text-white         {color: #FFFFFF !important;}
.text-light-gray    {color: #F5F5F5 !important;}
.text-mid-gray      {color: #8C8C8C !important;}
.text-black         {color: #000000 !important;}

/* ---------------------------------------------- /*
 * BUTTONS
/* ---------------------------------------------- */

a {color:#ffffff}

a:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    color: #ffffff;
    text-decoration: none;
}

/* ---------------------------------------------- /*
 * LAYOUT - RESETS
/* ---------------------------------------------- */

.padding-none {
    padding: 0 !important;
}
.margin-none {
    margin: 0 !important;
}
.padding-top-none {
    padding-top: 0 !important;
}
.padding-bottom-none {
    padding-bottom: 0 !important;
}
.margin-top-none {
    margin-top: 0 !important;
}
.margin-bottom-none {
    margin-bottom: 0 !important;
}
.padding-left-none {
    padding-left: 0 !important;
}
.padding-right-none {
    padding-right: 0 !important;
}
.margin-left-none {
    margin-left: 0 !important;
}
.margin-right-none {
    margin-right: 0 !important;
}

/* ---------------------------------------------- /*
 * LAYOUT - PADDING
/* ---------------------------------------------- */

.padding-top-6x {
    padding-top: 120px;
}
.padding-top-5x {
    padding-top: 100px;
}
.padding-top-4x {
    padding-top: 80px;
}
.padding-top-3x {
    padding-top: 60px;
}
.padding-top-2x {
    padding-top: 40px;
}
.padding-top-1x {
    padding-top: 20px;
}
.padding-bottom-6x {
    padding-bottom: 120px;
}
.padding-bottom-5x {
    padding-bottom: 100px;
}
.padding-bottom-4x {
    padding-bottom: 80px;
}
.padding-bottom-3x {
    padding-bottom: 60px;
}
.padding-bottom-2x {
    padding-bottom: 40px;
}
.padding-bottom-1x {
    padding-bottom: 20px;
}

/* ---------------------------------------------- /*
 * LAYOUT - MARGIN
/* ---------------------------------------------- */

.margin-top-6x {
    margin-top: 120px;
}
.margin-top-5x {
    margin-top: 100px;
}
.margin-top-4x {
    margin-top: 80px;
}
.margin-top-3x {
    margin-top: 60px;
}
.margin-top-2x {
    margin-top: 40px;
}
.margin-top-1x {
    margin-top: 20px;
}
.margin-bottom-6x {
    margin-bottom: 120px;
}
.margin-bottom-5x {
    margin-bottom: 100px;
}
.margin-bottom-4x {
    margin-bottom: 80px;
}
.margin-bottom-3x {
    margin-bottom: 60px;
}
.margin-bottom-2x {
    margin-bottom: 40px;
}
.margin-bottom-1x {
    margin-bottom: 20px;
}

/* ---------------------------------------------- /*
 * FLEXSLIDER 
/* ---------------------------------------------- */

.flexslider {
    margin: 0;
    background: #000000;
    border: none;
    zoom: 1;
}

.flex-control-paging li a {
    width: 17px;
    height: 17px;
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a.flex-active {
    background: #e31e31;
    background: rgba(227, 30, 49, 1);
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 18px;
    text-align: center;
}

/* ---------------------------------------------- /*
 * FLEXSLIDER CAPTION
/* ---------------------------------------------- */

.section-flexslider-content .flexslider {
    min-height: inherit;
}
.flexslider .flex-caption {
    font-family: 'AvenirNextLTW01-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    bottom: 45px;
    padding: 0 40px;
    position: absolute;
    margin: 0 auto;
    z-index: 10;
}

.hero-shadow-text {
    text-shadow: 0 0 4px #000000;
}

@media screen and (max-width: 600px) {
    .flexslider .flex-caption {
    font-size: 11px;
    }
}

/* ---------------------------------------------- /*
 * PHONE BREAK POINT
/* ---------------------------------------------- */

@media only screen and (max-width : 600px) {
    .flex-control-nav {
    bottom: 15px;
    }

    h1 {
    margin: 0px 0px 10px 0px;
    padding: 0;
    display: block;
    font-size: 26px;
    line-height: 0.8em;
    font-weight: normal;
    color: #FFFFFF;
    }

}


/* ---------------------------------------------- /*
 * LARGER BREAK POINT
/* ---------------------------------------------- */

@media only screen and (min-width : 1600px) {
    .container {
        width: 1500px;
    }
}