/* Add here all your css styles (customizations) */

.header .container > .navbar-header, .header .container-fluid > .navbar-header, .header .container > .navbar-collapse, .header .container-fluid > .navbar-collapse {

    /*margin-bottom: -17px;	*/

}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

    min-height: 1px;

    padding-left: 20px;

    padding-right: 20px;

    position: relative;

}





/* Flexible iFrame */

.Flexible-container {

    position: relative;

    padding-bottom: 76.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

}



.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.thumbnail {

    border: 0px !important;

}



.thumbnail a > img {

    border-radius: 5px !important;

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translateY(-50%) translateX(-50%);

}



.full-width {

    width: 100vw;

    position: relative;

    left: 50%;

    right: 50%;

    margin-left: -50vw;

    margin-right: -50vw;

}



.full-width [class^="col-"] {

    padding: 0px;

}



.full-width .row {

    margin: 0px;

}



.full-width .container [class^="col-"] {

    padding-right: 15px;

    padding-left: 15px;

}



.full-width .container .row {

    margin-right: -15px;

    margin-left: -15px;

}



.thumbnail {

    border: 0px !important;

    position: relative;

    height: 166px;

    overflow: hidden;

    border-radius: 5px !important;

    padding: 0px;

}



.image-text {

    position: absolute;

    width: 100%;

    height: 30px;

    bottom: -100%;

    transition: bottom 0.5s ease;

}



.image-text p {

    color: #fff;

    text-align: center;

    margin: 4px 0;

    position: absolute;

    bottom: 0px;

    width: 100%;

}



.background-text {

    height: 100%;

    width: 100%;

    background-color: #000;

    opacity: 0.6;

}



.image-link:hover .image-text {

    bottom: 0%;

}



.slidermenu {

    text-align: center;

    width: 100%;

    font-size: 30px;

}



.slidermenu a {

    margin: 10px;

}



.slidermenu a:hover {

    text-decoration: none;

}



.tags-selector {

    text-align: center;

    margin-bottom: 15px;

}



.popcontent .modal-body {

    padding: 0 15px;

}



.popcontent .modal-content {

    border-radius: 5px;

    overflow: hidden;

}



.pop-close {

    opacity: .6;

    margin: 5px -5px;

}



.img-content:hover .image-text {

    bottom: 0%;

}



.scroll-img {

    max-height: 75vh;

    overflow-y: scroll;

    margin-bottom: 20px;

}



.scroll-img::-webkit-scrollbar {

    /* This is the magic bit */

    display: none;

}



.scroll-img img {

    width: 100%;

}



.owl-carousel .owl-stage {

    display: flex;

}



.owl-carousel .owl-item img {

    width: auto;

    height: 10vh;

}



.title-pop {

    color: #fff;

    text-align: center;

}



.modal-backdrop.in {

    opacity: 1;

    background: #969696;

}



.modal-tlt {

    margin: 15px auto -15px;

}



.center {

    text-align: center;

}



.styled-subtitle {

    line-height: 36px;

    font-size: 24px;

    font-weight: 300;

}



h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {

    color: #000;

}



label {

    color: #333;

}



#footer-philosophy p {

    text-align: center;

    text-transform: uppercase;

    line-height: 28px;

    font-size: 18px;

    font-weight: 300;

    margin-bottom: 150px;

}



.footer, .footer-v1 .footer p, .footer a, .copyright a, .footer a:hover, .copyright a:hover, .footer-v1 address {

    color: #aa9664;

}



.video-top-sapacing {

    margin-bottom: 310px;

}



.video-bottom-sapacing {

    margin-top: 335px;

}



@media (max-width: 1199px) {

    .video-top-sapacing {

        margin-bottom: 252px;

    }



    .video-bottom-sapacing {

        margin-top: 280px;

    }

}



@media (max-width: 991px) {

    .video-top-sapacing {

        margin-bottom: 190px;

    }



    .video-bottom-sapacing {

        margin-top: 216px;

    }

}



@media (max-width: 767px) {

    .video-top-sapacing {

        margin-bottom: 10vw;

    }



    .video-bottom-sapacing {

        margin-top: 40vw;

    }

}



.container.content hr {

    border-top: 2px dashed #191f25;

    max-width: 780px;

    width: 100%;

    margin: auto;

}





.py-150 {

    padding: 75px 0px !important;

}



h2 {

    font-family: 'Gotham Medium', sans-serif;

    font-weight: normal;

}



.pb-150 {

    padding: 0px 0px 75px !important;

}



.pt-150 {

    padding: 75px 0px 0px !important;

}



.tp-banner-container {

    display: none !important;

}



.text-white a {

    color: #fff;

}



p, a {

    margin-bottom: 75px;

    font-size: 25px;

    font-family: 'Gotham Book', sans-serif;

    line-height: 50px;

}



.footer-v1 .footer * {

    color: #fff;

    font-size: 18px;

}



.separator {

    color: #fff;

    font-size: 46px;

    text-align: center;

    letter-spacing: 0.42rem;

    line-height: 0;

    overflow: hidden;

    padding: 0px 0px 75px;

    margin-top: -10px;

}





body {



    font-size: 25px;

    font-family: 'Gotham Book', sans-serif;

    line-height: 50px;

}



label {

    font-weight: normal;

}



h2 {

    font-size: 30px;

}



@media (min-width: 1600px) {

    .container {

        width: 1600px;

    }



}



.small-text p, p.small-text {

    font-size: 18px;

    line-height: 30px;

}



.bg-white-green {

    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #3b5326 50%, #3b5326 100%);

}



.footer, .footer-v1 .footer p, .footer a, .copyright a, .footer a:hover, .copyright a:hover, .footer-v1 address, .footer-v1 .footer {

    color: #fff;

}



.footer-v1 .footer {

    padding: 125px 0 75px;

    background: #000;

    color: #aa9664;

}



#logo-box {

    background-color: #ffffffab;

    width: 20vw;

    /*padding: 18vw 3vw 2vw;*/
    padding: 18vw 0vw 1vw;

    margin: 0px auto 4vw;

}



#header-box {

    position: absolute;

    top: 0;

    margin: auto;

    left: 0;

    right: 0;

    text-align: center;

}



#header-box h1, #header-box h2 {

    color: #ffffff;

    text-shadow: 2px 0px 8px #000000;

}



#header-box h1 {

    font-size: 2.6vw;

    line-height: 3.4vw;

    margin-bottom: 30px;

}



#header-box h2 {

    font-size: 1.7vw;

}



img {

    max-width: 100%;

}



.mb {

    margin: 0px 0px 75px;

}



.text-white *, .text-white *:hover {

    color: #ffffff;

}



@media (max-width: 1200px) {

    #logo-box {

        padding-top: 40vw;
        margin: 0px auto 8vw;
        width: 26vw;

    }



    #header-box h2 {

        font-size: 1.75rem;

    }



    #header-box h1 {

        font-size: 2.75rem;

        line-height: 3.3rem;

    }

}



@media (max-width: 767px) {

    #header-box h1 {

        font-size: 2rem;

        line-height: 2.7rem;

        margin-bottom: 10px;

    }



    #logo-box {

        padding-top: 40vw;
        margin: 0px auto 8vw;
        width: 32vw;

    }



    #header-box h2 {

        font-size: 0.9rem;

    }



    p, a, label, body {

        font-size: 15px;

        font-family: 'Gotham Book', sans-serif;

        line-height: 27px;

    }



    p, a {

        margin-bottom: 40px;

    }



    h2 {

        font-size: 2.75rem;

        line-height: 3.3rem;

    }



    .mb {

        margin: 0px 0px 40px;

    }



    .separator {

        padding: 0px 0px 50px;

    }



}



.footer-logo {

    /*margin: 17px 0 30px;*/

}



.footer * {

    text-align: center !important;

}



a, a:hover {

    color: #3b5326;

    text-decoration: none;

}



.btn-u, .btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {

    background: #3b5326;

}



#social-icons a i{

    font-size: 35px !important;

    margin: 0px 10px;

}



@media (max-width: 767px){
    h2, h2 > a {
        font-size: 2.75rem;
        line-height: 3.3rem;
    }
}
