/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
    background-image: url("../img/content_bg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    font-family:'AvenirNextLTW01-Regular';
    letter-spacing: 0.025em;
    font-size: 20px;
}
body.home {
    background-position: center 50%;
}
footer {
    font-size: 14px;
}
b, strong {
    font-family:'Avenir Next LT W01 Bold';
}
p {
    margin: 15px 0 15px;
}
h1 {
    font-family:'AvenirNextLTW01-DemiIta';
}
h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 17px;
    margin-top: 40px;
    padding-bottom: 7px;
    color: #bc9d69;
    font-family: 'AvenirNextLTW01-DemiIta';
}
.lead span {
    color: #bc9d69;
    font-family: 'AvenirNextLTW01-DemiIta';
}
.marketing ul {
    list-style: none;
    padding: 0;
    font-family:'AvenirNextW01-LightItal';
    font-size: 20px;
}
.marketing li {
    margin-bottom: 5px;
}
ul.nav {
    font-family:'AvenirNextLTW01-Regular';
    font-size: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.lead {
    font-family:'Avenir Next W01 Light';
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
p.text-right img {
    float: right;
}
a {
    color: #bc9d69;
}
a:focus, a:hover {
    color: #bc9d69;
    text-decoration: underline;
}
.container.marketing {
    margin-top: 50px;
}
.btn {
    background: #5a5a5a;
    color: #fff;
    border-radius: 2px !important;
}
button.btn.btn-submit {
    background: #bc9d69;
}
/*
font-family:'AvenirNextW01-LightItal';
font-family:'Avenir Next LT W01 Bold';
font-family:'AvenirNextLTW01-Regular';
font-family:'AvenirNextLTW01-DemiIta';
font-family:'AvenirNextLTW01-MediumI_721278';

*/
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}



.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar-default {
    background-color: #fff;
    height: 130px;
    border-color: #fff;
    z-index: 99;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-brand > img {
    display: block;
    margin-left: 15px;
    width: 200px;
    margin-top: 17px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -16px;
    margin-left: -16px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000000;
    background-color: #fff;
}
.navbar-toggle {
    margin-top: 12px;
    border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
    background: #fff;
}
@media (min-width: 768px) {

    #navbar {
        margin-top: 42px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #999999;
        border-left: 2px solid #bc9d69;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .navbar-default .navbar-nav > li:first-child > a {
        border-left: none;
    }
}
.specialNavBg {
    height: 10px;
    margin-top: 20px;
}
.row.special {
    margin-right: -70px;
    margin-left: -70px;
}

.carousel-caption P {
    color: #bc9d69;
    font-family:'AvenirNextLTW01-DemiIta';
    font-size: 65px;

    line-height: 1;
}
.carousel-caption h1 {
    color: #FFF;
    font-family: 'Avenir Next W01 Light';
    text-transform: uppercase;
    font-size: 30px;
}
h2 {
    font-family:'Avenir Next LT W01 Bold';
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 20px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
}
h2:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #bc9d69;
}
footer span {
    top: -2px;
    color: #bc9d69;
    position: relative;
}
p.cimg {
    padding-top: 25px;
    margin-bottom: 0;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 600px;
    margin-bottom: 50px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 50%;
    margin-bottom: -145px;
}
.carousel-control {
    display: none;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 600px;
    background-color: #777;
    background-size: cover;
    background-position: center center;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
}

.carousel-indicators .active {
    width: 100px;
    height: 30px;
    background: transparent;
    margin: 0;
    border-bottom: 8px solid #bc9d69;
    margin-top: -8px;
}
.carousel-indicators li {
    width: 100px;
    height: 30px;
    border-radius: 0;
    border: none;
    border-bottom: 4px solid #fff;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
img.img-responsive.greyborder {
    border: 1px solid #cacaca;
}

/* Featurettes
------------------------- */

.featurette-divider {
    border-top: 2px solid #b5bbbe;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1.2;
    color: #bc9d69;
}
hr.featurette-content-divider {
    width: 50%;
    border-top: 2px solid #b5bbbe;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.featurette-content-divider.big-padding {
    margin-top: 50px;
    padding-bottom: 40px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 33px;
    height: 4px;
    border-radius: 0;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 0;
        background: white;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 65px;
    }

    .featurette-heading {
        font-size: 40px;
    }
}
@media (max-width: 1290px) {
    .row.special {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (max-width: 992px) {
    .row.special {
        margin-right: -60px;
        margin-left: -60px;
    }
    .img-responsive {
        display: inline;
    }
}

@media (max-width: 992px) {
    body.home {
        background-position: center top;
    }
    .container.marketing {
        margin-top: 10px;
    }
    .carousel-caption {
        width: 100%;
    }
    .carousel .item {
        height: 300px;
    }
    .carousel {
        height: 300px;
        margin-bottom: 10px;
    }
    .carousel-caption {
        right: 0;
        left: 0;
    }
    .carousel-caption p {
        font-size: 40px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption {
        z-index: 10;
        bottom: 50%;
        margin-bottom: -75px;
    }
    .lead {
        width: 100%;
        font-size: 20px;
    }
    .carousel-indicators {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    .col-md-3 {
        text-align: center;
    }
    .marketing ul {
        text-align: center;
    }
    .marketing h2 {
        text-align: center;
    }
    h2:before {
        left: 50%;
        margin-left: -25px;
    }
    .navbar-brand>img {
        display: block;
        width: 155px;
        margin-top: 4px;
        margin-left: 0;
    }
    .navbar-toggle {
        padding-right: 0;
    }
    .navbar-default {
        height: 105px;
    }
    .specialNavBg {
        margin-top: -7px;
    }
    .specialNavBg {
        display: none;
    }
    .mobile-margin-form {
        margin-bottom: 15px;
        position: relative;
        float: left;
        width: 100%;
    }

}

@media (max-width: 768px) {
    .navbar-brand>img {
        margin-top: -3px;
        margin-left: 0;
    }
    span.custom-control-description.small {
        font-size: 70%;
    }
    body {
        background-position: center 10%;
        font-size: 16px;
    }
    .navbar-brand>img {
        display: block;
        width: 100px;
        margin-top: -3px;
    }

    .navbar-default {
        height: 62px;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 5px;
        padding-left: 5px;
    }

}


p#first-radios, p#second-radios, p#third-radios {
    color: #960000;
}
.errorfield {
    border: 3px solid #c00 !important;
    font-weight: normal;
}
form.registration-form fieldset {
    display: none;
    width: 100%;
}
#classic_text, #modern_text, #exotic_text, .input-error {
    visibility: hidden;
}
input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

