* {
    line-height: 1em;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #777067;
}

body.front-editing {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#body-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1em;
    margin: 0;
}

p {
    font-size: 14px;
    line-height: 1.8em;
}

a {
    text-decoration: none;
    color: #668A77;
}

a:hover {
    text-decoration: underline;
    color: #729A86;
}

a img {
    border: none;
}

a, button {
    outline: none;
}

ul, ol {
    margin: 0;
}

input[type='text'],
input[type='password'],
input[type='email'],
textarea {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    border: 2px solid #DDDDDD;
    border-radius: 4px;
    outline: none;
}

input[type='text'],
input[type='password'],
input[type='email'] {
    height: 45px;
    padding: 0 10px;
}

textarea {
    resize: none;
    padding: 10px;
}


/*========== COMMON CLASSES ==========*/
.wrapper {
    float: left;
    clear: both;
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear-both {
    clear: both;
}

a.block {
    display: block;
}

.no-list {
    list-style: none;
}

.bullet-list {
    margin-left: 30px;
}

.btn {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 20px;
    background: #668A77;
    border: none;
    border-radius: 0;
}

.btn:hover {
    color: #FFFFFF;
    background: #729A86;
}
/*========== END COMMON CLASSES ==========*/


/*========== HEADER ==========*/
#header {
    position: relative;
    z-index: 2;
    padding: 0;
}

.navbar {
    margin: 0;
    padding: 35px 0 10px 0;
    background-color: #040415;
    border-radius: 0;
    z-index: 2000;
}

.navbar-collapse {
    padding: 0;
}

.navbar-brand {
    padding: 0 0 0 20px;
}

.navbar-toggle .icon-bar {
    height: 4px;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    .navbar-brand {
        margin-top: 5px;
    }

    .navbar-brand img {
        width: 225px;
    }
}
/*========== END HEADER ==========*/


/*========== FOOTER ==========*/
#footer-wrapper {
    color: #FFFFFF;
    background-color: #777067;
}

#footer-wrapper #footer {
    text-align: center;
    text-transform: uppercase;
    padding: 100px 0;
}

#footer-wrapper .left-col .left-col-copy {
    margin-bottom: 40px;
}

#footer-wrapper h2 {
    font-size: 20px;
    font-weight: 700;
    color: #E8C158;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#footer-wrapper p {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    margin: 0 0 20px 0;
}

#footer-wrapper ul {
    list-style: none;
    margin-bottom: 10px;
}

#footer-wrapper ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

#footer-wrapper a {
    color: #FFFFFF;
}

#footer-wrapper .right-col .right-col-copy a {
    color: #E8C158;
    text-transform: lowercase;
}

#footer-wrapper a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

#footer-wrapper .social-icons li {
    width: 145px;
    text-align: left;
    margin: 0 auto 10px auto;
}

#footer-wrapper .social-icons li img {
    margin-right: 15px;
}

#footer-wrapper #copyright-wrapper {
    color: #777067;
    padding: 45px 0 35px 0;
    background-color: #534E45;
}

#footer-wrapper #copyright-wrapper ul {
    text-align: center;
}

#footer-wrapper #copyright-wrapper ul li {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 15px 10px 0;
    padding-right: 20px;
    border-right: 2px solid #777067;
}

#footer-wrapper #copyright-wrapper ul li.last {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#footer-wrapper #copyright-wrapper ul li a {
    color: #777067;
}

/*==
RESPONSIVENESS
==*/
@media (max-width: 767px) {
    #footer-wrapper .right-col {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #footer-wrapper #footer {
        background: none !important;
    }
}

@media (min-width: 768px) {
    #footer-wrapper .left-col {
        float: left;
        width: 360px;
    }

    #footer-wrapper .right-col {
        float: right;
        width: 320px;
    }
}

@media (min-width: 992px) {
    #footer-wrapper #footer {
        background-size: 210px !important;
    }

    #footer-wrapper .left-col {
        width: 410px;
    }

    #footer-wrapper .left-col .left-col-copy {
        padding-right: 65px;
    }

    #footer-wrapper .right-col {
        width: 325px;
    }
}

@media (min-width: 1199px) {
    #footer-wrapper #footer {
        background-size: 260px !important;
    }

    #footer-wrapper .left-col {
        width: 460px;
    }

    #footer-wrapper .right-col {
        width: 380px;
    }
}
/*==
END RESPONSIVENESS
==*/
/*========== END FOOTER ==========*/


/*========== FLEX SLIDER OVERRIDES ==========*/
#slider-wrapper .flexslider {
    margin: 0;
    background: url('/static/images/flexslider/background.jpg');
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

#slider-wrapper .flexslider,
#slider-wrapper .flexslider .slides li {
    width: 100%;
    height: 650px;
    z-index:10;
}

#slider-wrapper .flexslider .slides li {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#slider-wrapper .flexslider .flex-control-nav {
    display: none;
}

#slider-wrapper .flexslider .flex-direction-nav a {
    width: 30px;
    height: 30px;
}

#slider-wrapper .flexslider .flex-direction-nav a::before {
    display: none;
}

#slider-wrapper .flexslider .flex-direction-nav .flex-prev {
    background: url('/static/images/flexslider/prev_arrow.png') no-repeat;
}

#slider-wrapper .flexslider .flex-direction-nav .flex-next {
    background: url('/static/images/flexslider/next_arrow.png') no-repeat;
}

@media (max-width: 991px) {
    #slider-wrapper .flexslider .flex-direction-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    #slider-wrapper .flexslider,
    #slider-wrapper .flexslider .slides li {
        height: 400px !important;
    }
}
/*========== END FLEX SLIDER OVERRIDES ==========*/