@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
@font-face {
    font-family: 'benthamregular';
    src: url("../font/bentham-webfont.woff2") format("woff2"), url("../font/bentham-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

* {
    outline: none !important;
    text-decoration: none !important
}

body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #6b6b6b;
    padding-top: 117px
}

p {
    margin-bottom: 20px
}

a {
    color: #1a3d67
}

a:hover {
    color: #1a3d67
}

button,
a,
a:hover {
    transition: .4s all;
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #202020;
    margin: 0;
    font-weight: 400;
    font-family: "benthamregular", serif;
    line-height: 1.2
}

h2,
.h2 {
    font-size: 50px;
    margin-bottom: 25px
}

h3,
.h3 {
    font-size: 40px;
    margin: -10px 0 25px
}

h4,
.h4 {
    font-size: 30px;
    margin: -7px 0 15px
}

h5,
.h5 {
    font-size: 24px;
    margin: -2px 0 15px
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

.container-medium {
    width: 100%;
    max-width: 1395px;
    margin: 0 auto;
    padding: 0 15px
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

.wrapper {
    overflow: hidden;
    width: 100%;
    position: relative
}

.no-padding {
    padding: 0 !important
}

.fw300 {
    font-weight: 300
}

.fw400 {
    font-weight: 400
}

.fw500 {
    font-weight: 500
}

.space-20 {
    margin-bottom: 20px
}

.space-30 {
    margin-bottom: 30px
}

.space-40 {
    margin-bottom: 40px
}

.space-50 {
    margin-bottom: 50px
}

.space-60 {
    margin-bottom: 60px
}

.space-70 {
    margin-bottom: 70px
}

.space-80 {
    margin-bottom: 80px
}

.img-full {
    width: 100%;
    height: auto
}

.row {
    margin: 0 -15px
}

.bg-gray {
    background: #f2f4f5
}

.border-top {
    border-top: 1px solid #d4d4d4
}

.border-bottom {
    border-bottom: 1px solid #d4d4d4
}

.row-md {
    margin: 0 -8px
}

.row-md [class*="col-"] {
    padding: 0 8px
}

.row-lg {
    margin: 0 -35px
}

.row-lg [class*="col-"] {
    padding: 0 35px
}

.section {
    padding: 80px 0
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
.list__ul.md li:before {
    top: 8px !important;
}

.fa-houzz:before {
    width: 43px !important;
    height: 43px !important;
    top: -12px !important;
}

    body {
        padding-top: 79px;
        font-size: 14px;
        line-height: 17px
    }
    h3,
    .h3 {
        font-size: 25px;
        margin: 0px 0 20px
    }
    h4,
    .h4 {
        font-size: 20px;
        margin: -2px 0 10px
    }
    .section {
        padding: 40px 0
    }
    .hide-mob {
        display: none
    }
    .home__story+.section {
        padding-top: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.fa-houzz:before {
    width: 43px !important;
    height: 43px !important;
   top: -8px !important;
}
    body {
        padding-top: 93px;
        font-size: 15px;
        line-height: 25px
    }
    h3,
    .h3 {
        font-size: 30px;
        margin: 0px 0 20px
    }
    h4,
    .h4 {
        font-size: 24px;
        margin: -2px 0 10px
    }
    .section {
        padding: 50px 0
    }
    .home__story+.section {
        padding-top: 0
    }
    .hide-mob {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .hide-desk {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    body {
        padding-top: 77px
    }
}

.header {
    padding: 0 25px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05)
}

.header__logo {
    max-width: 326px;
    float: left;
    padding: 24px 0
}

.header .btn {
    border-width: 1px;
    text-transform: none;
    margin: 25px 0 0;
    min-width: 320px
}

.header .nav {
    text-align: center;
    padding-top: 45px
}

.header .nav ul {
    text-align: center;
    width: 100%
}

.header .nav ul li {
    display: inline-block;
    margin: 0 20px
}

.header .nav ul li a {
    color: #202020;
    font-size: 18px;
    border-bottom: 1px solid transparent
}

.header .nav ul li a:hover {
    color: #1a3d67;
    border-bottom: 1px solid #1a3d67
}

.header .nav ul li.current-menu-item a {
    color: #1a3d67;
    border-bottom: 1px solid #1a3d67;
    font-weight: bold
}

@media only screen and (max-width: 991px) {
    body.nav-act .header .nav {
        top: 0;
        transition: 0.3s ease-out
    }
    .header .nav {
        background: rgba(26, 61, 103, 0.96);
        position: fixed;
        top: 100vh;
        left: 0;
        height: 100vh;
        overflow: auto;
        overflow-x: hidden;
        z-index: 8889;
        display: block;
        width: 100%;
        padding: 95px 0 50px;
        transition: 0.3s ease-out
    }
    .header .nav ul li {
        display: block;
        margin: 40px 0
    }
    .header .nav ul li a {
        color: #fff;
        font-size: 25px;
        border-bottom: 1px solid transparent
    }
	.header .nav ul li.current-menu-item a:visited {
	    color: #fff;
	}
    .header .nav ul li a:hover {
        color: #fff;
        border-bottom: 1px solid #fff
    }
    .header .nav ul li a.active {
        color: #fff;
        border-bottom: 1px solid #fff;
        font-weight: bold
    }
    .header .nav .btn__outline {
        background: transparent;
        color: #fff;
        margin: 0;
        border: 6px double #fff;
        font-size: 18px;
        height: 70px;
        padding: 21px;
        margin: 70px auto 0;
        display: table
    }
    .header .nav__close {
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px;
        font-size: 30px
    }
}

@media only screen and (min-width: 992px) {
    .nav__close {
        display: none
    }
    .header {
        transition: 0.4s all
    }
    .header .btn,
    .header .nav,
    .header .nav ul li a,
    .header .header__logo {
        transition: 0.4s all
    }
    .header.scroll {
        padding: 0;
        background: #fff;
        transition: 0.4s all
    }
    .header.scroll .header__logo {
        max-width: 250px;
        padding: 15px 0;
        transition: 0.4s all
    }
    .header.scroll .btn {
        margin: 15px 0 0;
        min-width: 220px;
        padding: 12px;
        font-size: 16px;
        transition: 0.4s all
    }
    .header.scroll .nav {
        padding-top: 25px;
        transition: 0.4s all
    }
    .header.scroll .nav ul li a {
        font-size: 15px;
        transition: 0.4s all
    }
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
    .header {
        padding: 0
    }
    .header__logo {
        max-width: 200px;
        padding: 19px 0
    }
    .header .btn {
        display: none
    }
    .header__mob {
        position: absolute;
        right: 15px;
        top: 25px
    }
    .header__mob a {
        font-size: 30px;
        margin-left: 15px;
        color: #a1a1a1
    }
    .header__mob a:hover {
        color: #202020
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .header {
        padding: 0 5px
    }
    .header__logo {
        max-width: 250px;
        padding: 20px 0
    }
    .header__mob a {
        font-size: 35px;
        margin-left: 20px
    }
    .header__mob {
        right: 20px;
        top: 29px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .header .nav ul li {
        margin: 0 10px
    }
    .header {
        transition: 0.4s all;
        padding: 0;
        background: #fff;
        transition: 0.4s all
    }
    .header .btn,
    .header .nav,
    .header .nav ul li a,
    .header .header__logo {
        transition: 0.4s all
    }
    .header .header__logo {
        max-width: 250px;
        padding: 15px 0;
        transition: 0.4s all
    }
    .header .btn {
        margin: 15px 0 0;
        min-width: 220px;
        padding: 12px;
        font-size: 16px;
        transition: 0.4s all
    }
    .header .nav {
        padding-top: 25px;
        transition: 0.4s all
    }
    .header .nav ul li a {
        font-size: 15px;
        transition: 0.4s all
    }
}

.footer__cta h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    margin: 64px 0 23px
}

.footer__cta--follow {
    padding: 30px;
    background: #1a3d67;
    height: 334px
}

.footer__cta--follow a {
    font-size: 45px;
    color: #fff;
    margin: 0 12px
}

.footer__cta--follow a:hover {
    opacity: 0.6
}

.footer__cta--contact {
    padding: 30px;
    background: #a58e63;
    height: 334px
}

.footer__cta--contact p {
    font-size: 24px;
    line-height: 32px
}

.footer__cta--contact p a {
    color: #fff;
    border-bottom: 1px solid transparent
}

.footer__cta--contact p a:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

.footer__wrap {
    padding: 90px 0 35px;
    background: #1d1d1d url(../img/footer-bg.jpg) no-repeat center;
    background-size: cover
}

.footer__wrap--logo {
    display: table;
    margin: 0 auto 53px;
    width: 145px
}

.footer__wrap p {
    color: #fff;
    font-size: 18px;
    padding: 0 19%;
    line-height: 26px
}

.footer__wrap p a {
    color: #fff;
}

.footer__wrap p.lead {
    color: #a58e63;
    font-weight: 700;
    font-size: 19px
}

.footer__wrap hr {
    margin: 33px -7.5px 40px;
    border: 0;
    border-top: 2px solid #fff
}

.footer__wrap h4 {
    color: #a58e63;
    margin-bottom: 40px;
    position: relative
}

.footer__wrap h4:before {
    content: "";
    background: #fff;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: -17px
}

.footer__wrap ul {
    margin-bottom: 20px
}

.footer__wrap ul li {
    margin-bottom: 2px
}

.footer__wrap ul li a {
    color: #6b6b6b;
    border-bottom: 1px solid transparent
}

.footer__wrap ul li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

.footer__copyright {
    padding: 20px 30px;
    background: #1e1d1d
}

.footer__copyright p {
    color: #6b6b6b;
    margin: 0;
    font-size: 15px
}

.footer__copyright p a {
    color: #6b6b6b;
    border-bottom: 1px solid #6b6b6b !important;
}

.footer__copyright p a:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .footer__cta h4 {
        font-size: 27px;
        margin: 0px 0 17px
    }
    .footer__cta--follow {
        padding: 40px 15px;
        height: auto
    }
    .footer__cta--contact {
        padding: 40px 15px 25px;
        height: auto
    }
    .footer__cta--contact p {
        font-size: 15px;
        line-height: 30px
    }
    .footer__cta--contact p br {
        display: none
    }
    .footer__cta--contact p a {
        color: #fff;
        border: 1px solid #fff !important;
        display: table;
        padding: 10px;
        min-width: 270px;
        margin: 0 auto 15px
    }
    .footer__wrap {
        padding: 50px 0 27px
    }
    .footer__wrap--logo {
        margin: 0 auto 30px;
        width: 83px
    }
    .footer__wrap p {
        font-size: 14px;
        padding: 0;
        line-height: 20px
    }
    .footer__wrap p.lead {
        font-size: 16px
    }
    .footer__wrap hr {
        margin: 4px 30px 40px;
        border: 0;
        border-top: 1px solid #fff
    }
    .footer__wrap h4 {
        margin-bottom: 20px;
        padding: 0 30px;
        font-size: 20px
    }
    .footer__wrap h4:before {
        width: 59px;
        height: 2px;
        bottom: -13px
    }
    .footer__wrap ul {
        margin-bottom: 20px;
        padding: 8px 30px 0
    }
    .footer__wrap ul li {
        margin-bottom: 10px
    }
    .footer__copyright {
        padding: 20px 15px
    }
    .footer__copyright p {
        text-align: center;
        font-size: 11px;
        margin: 3px 0
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    
.home__details--aside .btn {
    width: calc(33.3333% - 10px);
    float: left;
    min-width: auto;
    font-size: 14px;
    height: 53px;
    margin: 0 5px;
}

    .footer__cta--contact p a {
        display: inline-block;
        margin: 0 10px 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__copyright p {
        font-size: 12px
    }
    .footer__wrap p {
        padding: 0 10%
    }
    .footer__cta h4 {
        font-size: 27px;
        margin: 0px 0 17px
    }
    .footer__cta--follow {
        padding: 82px 15px;
        height: 260px
    }
    .footer__cta--contact {
        padding: 40px 15px 25px;
        height: 260px
    }
    .footer__cta--contact p {
        font-size: 15px;
        line-height: 30px
    }
    .footer__cta--contact p br {
        display: none
    }
    .footer__cta--contact p a {
        color: #fff;
        border: 1px solid #fff !important;
        display: table;
        padding: 10px;
        min-width: 270px;
        margin: 0 auto 15px
    }
    .footer__wrap {
        padding: 50px 0 27px
    }
    .footer__wrap--logo {
        margin: 0 auto 30px;
        width: 83px
    }
    .footer__wrap p {
        font-size: 14px;
        padding: 0 15%;
        line-height: 20px
    }
    .footer__wrap p.lead {
        font-size: 16px
    }
    .footer__wrap hr {
        margin: 4px 30px 40px;
        border: 0;
        border-top: 1px solid #fff
    }
    .footer__wrap h4 {
        margin-bottom: 20px;
        padding: 0 30px;
        font-size: 20px
    }
    .footer__wrap h4:before {
        width: 59px;
        height: 2px;
        bottom: -13px
    }
    .footer__wrap ul {
        margin-bottom: 20px;
        padding: 8px 30px 0
    }
    .footer__wrap ul li {
        margin-bottom: 10px
    }
    .footer__copyright {
        padding: 20px 15px
    }
    .footer__copyright p {
        font-size: 11px;
        margin: 3px 0
    }
}

.page__header {
    background-size: cover !important;
    padding: 80px 0;
    position: relative
}

.page__header:before {
    content: "";
    background: #202020;
    opacity: 0.52;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page__header .container {
    position: relative;
    z-index: 22
}

.page__header h1 {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
    margin-bottom: 4px
}

.page__header h2 {
    font-family: "Lato", sans-serif;
    font-size: 25px;
    color: #c5d2e2;
    margin-bottom: 0px
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .page__header {
        padding: 60px 0 40px
    }
    .page__header h1 {
        font-size: 22px;
        padding: 0 7%
    }
    .page__header h2 {
        font-size: 16px;
        color: #c5d2e2;
        margin-bottom: 0px
    }
}

.home__hero {
    padding: 189px 0 90px;
    background: url(../img/home/hero.png) no-repeat center;
    background-size: cover !important;
    position: relative
}

.home__hero:before {
    content: "";
    background: #202020;
    opacity: 0.52;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home__hero .container {
    position: relative;
    z-index: 22
}

.home__hero h1 {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
    margin-bottom: 4px
}

.home__hero h2 {
    font-family: "Lato", sans-serif;
    font-size: 26px;
    color: #fff;
    margin-bottom: 50px
}

.home__hero .btn__secondary:hover {
    color: #a58e63;
    background: #fff;
    border: 2px solid #fff
}

.home__story {
    padding: 110px 0
}

.home__story p {
    font-size: 19px;
    padding: 0 20px;
    line-height: 32px;
    margin-bottom: 35px
}

.home__story p:last-of-type {
    margin-bottom: 67px
}

.home__info--inner {
    padding: 90px
}

.home__info h2.custom {
    font-family: "Lato", sans-serif;
    font-size: 26px;
    color: #9c9c9c;
    margin: -5px 0 30px;
    font-style: normal
}

.home__info .container-medium .home__info--inner {
    padding: 0 0 0 50px
}

.home__info [class*="order-"]+.col-md-6 .home__info--inner {
    padding: 0 50px 0 0
}

.home__content {
    padding: 25px 10px 20px
}

.home__content--inner {
    padding: 60px 90px 60px 60px
}

.home__block {
    padding: 80px 0
}

.home__block .block {
    margin-bottom: 0px
}

.home__block h4 {
    margin-top: 60px
}

.home__presentation h3 {
    color: #d4c9b5;
    margin: -10px 5% 30px;
}

.home__presentation--inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 15px 20px rgba(32, 32, 32, 0.16);
    position: relative;
    background: #fff;
    padding: 105px 50px 80px;
    margin-top: -100px
}

.home__presentation--inner:before {
    content: "";
    border: 1px solid #c5d2e2;
    position: absolute;
    width: calc(100% - 33px);
    height: calc(100% - 36px);
    top: 19px;
    left: 16px
}

.home__presentation--inner ul {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: table
}

.home__presentation--img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 15px 20px rgba(32, 32, 32, 0.16);
    position: relative;
    background: #fff;
    padding: 17px;
    margin-top: -130px
}

.home__presentation--img:before {
    content: "";
    border: 1px solid #c5d2e2;
    position: absolute;
    width: calc(100% - 33px);
    height: calc(100% - 36px);
    top: 19px;
    left: 16px
}

.home__presentation.alt .home__presentation--inner {
    margin: 0;
    max-width: 100%;
    padding: 80px 50px
}

.home__presentation.alt .home__presentation--inner p {
    margin: 10px 0 50px
}

.home__details {
    padding: 100px 0 0
}

.home__details--aside address {
    color: #5e6e7e;
    border: 1px solid #c5d2e2;
    text-align: center;
    padding: 22px 15px;
    margin-bottom: 25px;
    letter-spacing: 0.66px;
    font-size: 18px
}

.home__details--aside address p {
    margin:0;
    color: #5e6e7e;
    letter-spacing: 0.66px;
    font-size: 18px
}

.home__details--aside .btn {
    margin-bottom: 23px
}

.home__details .left {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.home__details .right {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.home__features {
    padding: 100px 0 50px
}

.home__tour {
    padding: 50px 0
}

.home__plan {
    padding: 50px 0
}

.home__plan a {
    color: #cbd9e6;
    border-bottom: 1px solid #ccd0d9;
    text-transform: uppercase;
    float: right;
    margin-top: 21px
}

.home__plan a:hover {
    color: #1a3d67;
    border-bottom: 1px solid #1a3d67
}

@media only screen and (min-width: 250px) and (max-width: 500px) {
    .home__presentation.alt .home__presentation--inner .text-center p {
        margin: 10px 0 30px;
        text-align: left
    }
    .home__presentation.alt .home__presentation--inner .text-center .btn__primary {
        font-size: 12px
    }
    .home__presentation.alt .home__presentation--inner {
        padding: 60px 40px
    }
    .gallery__carousel--item a i, .carousel__parent .item a i {
        font-size: 30px;
    }    
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
.next-home {
    text-transform: uppercase;
    min-width: auto !important;
    border-width: 1px !important;
    padding: 10px 19px !important;
    margin-top: 28px;
    font-size: 12px !important;
    margin-bottom: 28px;
}   

}

@media only screen and (min-width: 250px) and (max-width: 767px) {

    .home__hero {
        padding: 60px 0 40px
    }
    .home__hero h1 {
        font-size: 22px;
        padding: 0 7%
    }
    .home__hero h2 {
        font-size: 18px;
        color: #c5d2e2;
        margin-bottom: 28px
    }
    .home__story {
        padding: 40px 0
    }
    .home__story p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 30px;
        padding: 0
    }
    .home__story p:last-of-type {
        margin-bottom: 30px
    }
    .home__block {
        padding: 32px 0
    }
    .home__block h4 {
        margin-top: 40px
    }
    .home__info--inner {
        padding: 40px 20px 10px
    }
    .home__info--inner .btn {
        margin-bottom: 30px
    }
    .home__info h2.custom {
        font-size: 18px;
        margin: 0px 0 20px
    }
    .home__info .container-medium .home__info--inner {
        padding: 40px 0 0
    }
    .home__info [class*="order-"]+.col-md-6 .home__info--inner {
        padding: 40px 0 0
    }
    .home__presentation--inner {
        padding: 60px 50px 40px;
        margin: 0 -15px;
        width: auto
    }
    .home__presentation--inner .btn {
        min-width: auto;
        white-space: initial
    }
    .home__presentation--img {
        width: auto;
        margin: 0 -15px
    }
    .home__features {
        padding: 50px 0 0
    }
    .home__tour {
        padding: 15px 0 30px
    }
    .home__tour h3.sep {
        margin-bottom: 30px
    }
    .home__plan {
        padding: 15px 0 25px;
        margin-bottom: 0px
    }
    .home__plan h3.sep {
        margin-bottom: 30px
    }
    .home__content {
        padding: 0
    }
    .home__content--inner {
        padding: 40px 10px 10px
    }
    .home__details {
        padding: 40px 0 0
    }
    .home__details--aside address {
        font-size: 16px;
        line-height: 20px
    }
    .home__details .left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .home__details .right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .home__block {
        padding: 32px 0
    }
    .home__block h4 {
        margin-top: 40px
    }
    .home__block .block span {
        padding: 15px 15px;
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home__hero {
        padding: 80px 0
    }
    .home__hero h1 {
        font-size: 30px;
        padding: 0
    }
    .home__hero h2 {
        font-size: 20px;
        color: #c5d2e2;
        margin-bottom: 30px
    }
    .home__story {
        padding: 50px 0
    }
    .home__story p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 30px;
        padding: 0
    }
    .home__story p:last-of-type {
        margin-bottom: 30px
    }
    .home__info--inner {
        padding: 70px 20px 40px
    }
    .home__info--inner .btn {
        margin-bottom: 30px
    }
    .home__info .container-medium .home__info--inner {
        padding: 40px 0 0
    }
    .home__info [class*="order-"]+.col-md-6 .home__info--inner {
        padding: 40px 0 0
    }
    .home__presentation--inner {
        padding: 60px 50px 40px;
        margin: -30px auto 0;
        width: auto;
        max-width: 600px
    }
    .home__features {
        padding: 50px 0 0
    }
    .home__tour {
        padding: 15px 0 30px
    }
    .home__tour h3.sep {
        margin-bottom: 30px
    }
    .home__plan {
        padding: 25px 0 15px;
        margin-bottom: 0px
    }
    .home__plan h3.sep {
        margin-bottom: 30px
    }
    .home__content {
        padding: 20px 10px
    }
    .home__content--inner {
        padding: 70px 10px 10px
    }
    .home__block {
        padding: 50px 0
    }
    .home__details {
        padding-top: 70px
    }
    .home__details .left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .home__details .right {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
    .home__details--aside .btn {
        min-width: auto
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .home__presentation--inner {
        margin-top: -30px
    }
    .home__details .left {
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%
    }
    .home__details .right {
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%
    }
    .home__details--aside .btn {
        min-width: auto
    }
}

@media only screen and (min-width: 992px) {
    .home__info .btn {
        margin-top: 30px
    }
}

.portfolio__block {
    padding-top: 90px
}

.portfolio__block .item {
    margin-bottom: 80px;
    text-align: center
}

.portfolio__block .item .thumb {
    border: 1px solid #707070;
    margin-bottom: 50px;
    position: relative
}

.portfolio__block .item .thumb button,
.portfolio__block .item .thumb a {
    width: calc(100% - 60px);
    position: absolute;
    bottom: -33px;
    left: 30px;
    min-width: auto;
    font-size: 21px;
    padding: 15px;
    text-transform: uppercase
}

.portfolio__block .item h3 {
    margin-bottom: 10px;
    text-transform: uppercase
}

.portfolio__block .item p {
    font-size: 19px;
    line-height: 1.3;
    margin: 0
}

.portfolio__block.models .thumb {
    margin-bottom: 25px
}

.portfolio__block.models .thumb i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    opacity: 0;
    z-index: 44;
    transition: 0.4s
}

.portfolio__block.models .item:hover .thumb i {
    opacity: 1;
    transition: 0.4s
}

.portfolio__block.models .item:hover .thumb {
    background: #000
}

.portfolio__block.models .item:hover .thumb img {
    opacity: 0.7
}

.portfolio__block .item-wrap.act+.lots__popup {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease-out
}

.portfolio__block.lot {
    background: url(../img/portfolio-lot.png) no-repeat center top;
    background-size: contain
}

.portfolio__block.lot .custom-head {
    background: rgba(255, 255, 255, 0.6);
    padding: 55px 15px 25px;
    text-align: center;
    margin: 90px 0
}

.portfolio__block.lot h3 {
    padding: 0 15%;
    text-transform: capitalize
}

.lots__popup {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-out
}

.lots__popup--close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    color: #202020;
    font-size: 30px;
    opacity: 0.3;
    transition: 0.4s;
    cursor: pointer;
    z-index: 33
}

.lots__popup--close:hover {
    opacity: 1;
    transition: 0.4s
}

.lots__popup h3 {
    text-align: center;
    display: block;
    margin-top: 15px;
    font-size: 18px !important;
    text-transform: uppercase !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.lots__gallery {
    position: relative;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    padding: 0 50px
}

.lots__gallery .slick-slide img {
    display: block;
    margin: 0 auto;
    max-height: 80vh
}

.lots__gallery .slick-prev {
    color: #202020;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
    transition: 0.4s
}

.lots__gallery .slick-next {
    color: #202020;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
    transition: 0.4s
}

.lots__gallery .slick-next:hover,
.lots__gallery .slick-prev:hover {
    opacity: 1;
    transition: 0.4s
}

.lots__gallery .custom_paging {
    position: absolute;
    bottom: -35px;
    right: 0;
    left: 0;
    text-align: center
}

.lots__gallery .custom_paging li {
    display: none;
    color: #000;
    font-size: 13px
}

.lots__gallery .custom_paging li.slick-active {
    display: inline
}

.mfp-bg {
    background: #fff;
    opacity: .9
}

.mfp-figure:after {
    display: none
}

.mfp-title {
    color: #1a3d67;
    font-family: Bentham, serif;
    font-size: 20px;
    padding-top: 10px
}

.mfp-counter {
    color: #202020
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
    display: none
}

.mfp-arrow-left:before {
    border-right: 19px solid #000;
    opacity: 0.3;
    border-top-width: 18px;
    border-bottom-width: 18px;
    transition: 0.4s all
}

.mfp-arrow-right:before {
    border-left: 19px solid #000;
    opacity: 0.3;
    border-top-width: 18px;
    border-bottom-width: 18px;
    transition: 0.4s all
}

.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
    opacity: 1;
    transition: 0.4s all
}

button.mfp-close {
    color: #000;
    font-size: 50px;
    opacity: 0.3;
    transition: 0.4s all
}

button.mfp-close:hover {
    opacity: 1;
    transition: 0.4s all
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .lots__popup h3 {
        font-size: 14px !important;
        bottom: -7px;
        padding: 0 !important
    }
    .lots__gallery .custom_paging {
        bottom: -24px
    }
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .portfolio__block {
        padding-top: 40px
    }
    .portfolio__block .item {
        margin-bottom: 40px
    }
    .portfolio__block .item p {
        font-size: 16px
    }
    .portfolio__block.lot {
        background-size: inherit
    }
    .portfolio__block.lot .custom-head {
        padding: 25px 15px 0px;
        margin: 40px 0
    }
    .portfolio__block.lot h3 {
        padding: 0 15px 0px;
        font-size: 27px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio__block {
        padding-top: 40px
    }
    .portfolio__block .item {
        margin-bottom: 40px
    }
    .portfolio__block .item p {
        font-size: 16px
    }
    .portfolio__block.lot {
        background-size: inherit
    }
    .portfolio__block.lot .custom-head {
        padding: 25px 15px 0px;
        margin: 40px 0
    }
}

.about {
    padding: 40px 0
}

.about h3 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0
}

.about h3 a {
    color: #6b6b6b;
    border-bottom: 1px solid #6b6b6b
}

.about h3 a:hover {
    color: #0e325f;
    border-bottom: 1px solid #0e325f
}

.about__info {
    padding: 70px 0px
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .about h3 a {
        font-size: 18px
    }
    .about__info {
        padding: 40px 15px
    }
    .about__info .h4 {
        margin-top: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__info {
        padding: 40px 15px
    }
    .about__info .h4 {
        margin-top: 30px
    }
}

.contact {
    background-size: cover !important;
    padding: 50px 0 30px;
    position: relative;
}

.page-id-336 .page__header .container {
    width: 100%;
    max-width: 1395px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-id-336 .page__header:before {
display:none;
}

.contact_wrapper form input:not([type="submit"]) {
    background: #fff;
    padding: 0 25px;
    margin-bottom: 16px
}

.contact_wrapper form textarea {
    background: #fff;
    padding: 15px 25px;
    height: 200px;
    border: none;
    margin-bottom: 30px;
    width: 100%
}

.contact_wrapper form label {
display:none;
}

.contact_wrapper .gform_body > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;    
}

.contact_wrapper .gform_body > ul [class*="col-"] {
    padding: 0 8px;
}


.contact h1 {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
    margin-bottom: 4px
}

.contact h2 {
    font-family: "Lato", sans-serif;
    font-size: 26px;
    color: #c5d2e2;
    margin-bottom: 50px
}

.map__wrap {
    position: relative
}

.map__wrap #map {
    height: 400px;
    width: 100%
}

.map__wrap .container-medium {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 55
}

.map__wrap--location {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    box-shadow: 0 15px 20px rgba(32, 32, 32, 0.16);
    position: relative;
    background: #fff;
    padding: 88px 50px;
    height: 300px;
    float: right
}

.map__wrap--location:before {
    content: "";
    border: 1px solid #c5d2e2;
    position: absolute;
    width: calc(100% - 33px);
    height: calc(100% - 36px);
    top: 19px;
    left: 16px
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .contact {
        padding: 70px 0 50px
    }
    .contact form input {
        padding: 0 15px;
        margin-bottom: 10px
    }
    .contact form textarea {
        padding: 15px 15px;
        height: 150px;
        margin-bottom: 20px
    }
    .contact h1 {
        font-size: 24px
    }
    .contact h2 {
        font-size: 20px;
        margin-bottom: 30px
    }
    .map__wrap {
        position: relative
    }
    .map__wrap #map {
        height: 400px;
        width: 100%
    }
    .map__wrap .container-medium {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 55;
        margin: 0 -15px;
        width: calc(100% + 30px)
    }
    .map__wrap--location {
        max-width: 100%;
        height: auto;
        float: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map__wrap--location {
        max-width: 270px
    }
}

.reviews__header {
    padding: 150px 0 100px;
    background: url(../img/home/hero.png) no-repeat center;
    background-size: cover !important;
    position: relative
}

.reviews__header:before {
    content: "";
    background: #202020;
    opacity: 0.52;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.reviews__header .container {
    position: relative;
    z-index: 22
}

.reviews__header p.lead {
    color: #fff;
    margin-bottom: 25px;
    font-family: "benthamregular", serif;
    font-size: 45px;
    line-height: 1.1
}

.reviews__header cite {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
    font-style: normal
}

.reviews__header .play-icon {
    background: #a58e63;
    color: #fff;
    width: 70px;
    height: 70px;
    display: table;
    margin: 30px auto 0;
    line-height: 70px;
    border-radius: 50%;
    transition: 0.3s all
}

.reviews__header .play-icon:hover {
    background: #fff;
    color: #a58e63
}

.reviews__videos {
    padding: 80px 0 0
}

.reviews__videos h3.text-center {
    margin-bottom: 60px
}

.reviews__videos .item {
    margin: 25px 0 50px
}

.reviews__videos .item .thumbs {
    position: relative
}

.reviews__videos .item .thumbs i {
    background: #fff;
    color: #a58e63;
    width: 60px;
    height: 60px;
    display: table;
    margin: 30px auto 0;
    line-height: 60px;
    border-radius: 50%;
    transition: 0.3s all;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5)
}

.reviews__videos .item .info {
    padding: 50px 30px
}

.reviews__videos .item .info h3 {
    text-transform: uppercase;
    margin-bottom: 0
}

.reviews__videos .item .info cite {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 20px;
    display: block
}

.reviews__videos .item .info p {
    font-size: 18px
}

.reviews__list ul li {
    border-top: 1px solid #d4d4d4;
    padding: 50px 15%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.reviews__list ul li:last-child {
    border-bottom: 1px solid #d4d4d4;
}

.reviews__list ul li p {
    font-size: 18px;
    margin: 0
}

.reviews__list ul li div:first-child {
    padding-right: 50px
}

.reviews__list ul li div.reviews__rating {
    width: 35%;
    margin-right: auto
}

.reviews__list ul li div.reviews__rating i {
    color: #f3d203;
    font-size: 30px
}

.reviews__list ul li:nth-child(odd) {
    background: #fafafa
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .reviews__header {
        padding: 80px 0 50px
    }
    .reviews__header p.lead {
        margin-bottom: 15px;
        font-size: 25px
    }
    .reviews__header cite {
        font-size: 16px;
        margin-bottom: 30px
    }
    .reviews__videos {
        padding: 40px 0 0
    }
    .reviews__videos h3.text-center {
        margin-bottom: 30px
    }
    .reviews__videos .item {
        margin: 25px 0 0px
    }
    .reviews__videos .item .info {
        padding: 40px 20px 0px
    }
    .reviews__videos .item .info cite {
        font-size: 20px
    }
    .reviews__videos .item .info p {
        font-size: 18px;
        line-height: 1.3
    }
    .reviews__list ul li {
        padding: 30px 20px;
        display: block
    }
    .reviews__list ul li p {
        font-size: 16px;
        line-height: 1.2;
        margin: 0
    }
    .reviews__list ul li div:first-child {
        padding-right: 50px
    }
    .reviews__list ul li div.reviews__rating {
        width: 100%;
        margin-top: 30px
    }
    .reviews__list ul li div.reviews__rating i {
        color: #f3d203;
        font-size: 18px
    }
    .reviews__list ul li:nth-child(odd) {
        background: #fafafa
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reviews__videos .item .info {
        padding: 0
    }
    .reviews__list ul li {
        padding: 50px 5%
    }
    .reviews__list ul li div.reviews__rating i {
        font-size: 20px
    }
    .reviews__list ul li div.reviews__rating {
        width: 400px
    }
}

.gallery__block {
    padding: 90px 0 60px
}

.gallery__block .item {
    margin-bottom: 16px;
    text-align: center
}

.gallery__block .item .thumb {
    border: 1px solid #707070;
    margin-bottom: 20px;
    position: relative
}

.gallery__block .item .thumb button,
.gallery__block .item .thumb a {
    width: calc(100% - 60px);
    position: absolute;
    bottom: -33px;
    left: 30px;
    min-width: auto;
    font-size: 21px;
    padding: 15px;
    text-transform: uppercase
}

.gallery__block .item h3 {
    margin-bottom: 25px;
    text-transform: uppercase
}

.gallery__block .item p {
    font-size: 19px;
    line-height: 1.3;
    margin: 0
}

@media only screen and (min-width: 250px) and (max-width: 800px) {
    .mfp-img-mobile img.mfp-img {
        max-height: 80vh !important
    }
    .mfp-img-mobile .mfp-close {
        background: transparent
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: transparent;
        position: relative
    }
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
    .mfp-arrow-left {
        top: calc(50% + 15px)
    }
}

@media only screen and (min-width: 250px) and (max-width: 500px) {
    .mfp-arrow-right:before {
        border-left: 19px solid #fff;
        opacity: 1
    }
    .mfp-arrow-left:before {
        border-right: 19px solid #fff;
        opacity: 1
    }
}

.bcrumbs {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 33
}

.bcrumbs a {
    border-bottom: 1px solid #c5d2e2;
    color: #c5d2e2;
    font-weight: bold;
    margin-right:5px;
}

.bcrumbs a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

.bcrumbs span {
    color: #fff;
    margin-left:3px;
}

.bcrumbs a, .bcrumbs span {
    font-size: 13px;
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
    .bcrumbs {
        left: 15px
    }
}

.list__ul {
    margin-bottom: 25px
}

.list__ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 4px;
    font-size: 16px
}

.list__ul li:before {
    content: "";
    background: #6b6b6b;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 12px;
    left: 15px;
    border-radius: 50%
}

.list__ul.no-space li {
    padding-left: 27px
}

.list__ul.no-space li:before {
    left: 0
}

.list__ul.lg {
    margin-bottom: 25px
}

.list__ul.lg li {
    font-size: 19px;
    margin-bottom: 6px;
    padding-left: 30px
}

.list__ul.lg li:before {
    width: 9px;
    height: 9px;
    top: 9px;
    left: 0
}

.list__ul.md li {
    font-size: 19px;
    margin-bottom: 20px;
    padding-left: 35px
}

.list__ul.md li:last-child {
    margin-bottom: 0px
}

.list__ul.md li:before {
    width: 8px;
    height: 8px;
    top: 10px;
    left: 12px
}

.list__ul.alt {
    margin-bottom: 0
}

.list__ul.alt ul {
    margin:5px 0;
}

.list__ul.alt li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 18px
}

.list__ul.alt li a {
    color: #484747;
    border-bottom: 1px solid transparent
}

.list__ul.alt li a:hover {
    color: #a48d61;
    border-bottom: 1px solid #a48d61
}

.list__ul.alt li:last-child {
    margin-bottom: 0px
}

.list__ul.alt li:before {
    content: "";
    background: #a48d61;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 11px;
    left: 0px;
    border-radius: 50%
}

.list__square li {
    font-family: "benthamregular", serif;
    font-size: 27px;
    color: #202020;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative
}

.list__square li:before {
    content: "";
    background: #1a3d67;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0
}

.home__info .list__ul.alt li:before {
    content: "";
    background: #1a3d67;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 11px;
    left: 0px;
    border-radius: 50%
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .list__ul li {
        margin-bottom: 9px;
        font-size: 14px;
        padding-left: 18px
    }
    .list__ul li:before {
        width: 5px;
        height: 5px;
        top: 6px;
        left: 5px
    }
    .list__ul.md li {
        font-size: 16px;
        margin-bottom: 15px;
        padding-left: 35px;
        line-height: 21px
    }
    .list__ul.lg li {
        font-size: 17px;
        margin-bottom: 11px;
        padding-left: 25px
    }
    .list__ul.lg li:before {
        width: 8px;
        height: 8px;
        top: 5px;
        left: 0
    }
    .list__ul.alt li {
        margin-bottom: 12px !important;
        font-size: 16px
    }
.list__ul.alt li:before {
    width: 8px;
    height: 8px;
    top: 6px;
}
    .list__square li {
        font-size: 14px;
        margin-bottom: 11px;
        padding-left: 17px
    }
    .list__square li:before {
        width: 7px;
        height: 7px;
        top: 5px;
        left: 0
    }
    .list__ul.space {
        margin-top: 30px
    }
    .list__ul.space li {
        margin-bottom: 12px;
        line-height: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .list__ul li {
        margin-bottom: 9px;
        font-size: 14px;
        padding-left: 18px
    }
    .list__ul li:before {
        width: 5px;
        height: 5px;
        top: 6px;
        left: 5px
    }
    .list__square li {
        font-size: 20px;
        margin-bottom: 12px;
        padding-left: 25px
    }
    .list__square li:before {
        width: 7px;
        height: 7px;
        top: 5px;
        left: 0
    }
    .list__ul.space {
        margin-top: 30px
    }
    .list__ul.space li {
        margin-bottom: 12px;
        line-height: 20px
    }
}

.btn {
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    box-shadow: none !important
}

.btn__primary {
    color: #fff;
    background: #1a3d67;
    border: 2px solid #1a3d67;
    padding: 20px 15px;
    font-size: 18px
}

.btn__primary:hover {
    color: #1a3d67;
    background: #fff
}

input[type="submit"],
.btn__secondary {
    color: #fff;
    background: #a58e63;
    border: 2px solid #a58e63;
    padding: 16px 15px;
    font-size: 18px;
    min-width: 324px;
    cursor:pointer;
}

.newsletter input[type="submit"] {
    margin: 10px auto 0;
    width: calc(33.3333% - 14px);
    display: table;
    max-width:100%;
}

input[type="submit"]:hover,
.btn__secondary:hover {
    color: #a58e63;
    background: transparent
}

.btn__outline {
    color: #1a3d67;
    border: 2px solid #1a3d67;
    background: #fff;
    padding: 20px 15px;
    font-size: 18px;
    min-width: 375px
}

.btn__outline:hover {
    color: #fff;
    background: #1a3d67
}

.btn__block {
    width: 100%;
    min-width: 100%
}

.next-home {
    text-transform: uppercase;
    font-size: 14px;
    min-width: auto;
    border-width: 1px !important;
    padding: 10px 19px;
    margin-top: 28px;
}

.next-home i {
    margin-left: 10px;
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
    .btn__secondary {
        padding: 12px 20px;
        font-size: 16px;
        min-width: 250px
    }
    .btn__primary {
        padding: 15px 15px;
        font-size: 16px
    }
    .btn__outline {
        padding: 14px 15px;
        font-size: 15px;
        min-width: 250px
    }
}

.img-border {
    border: 1px solid #707070
}

.img-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .img-shadow {
        margin-bottom: 15px
    }
    
    .newsletter input[type="submit"] {
   		max-width: 100%;
	    width: 300px;
    	min-width: auto;
	}
}

.sep {
    position: relative;
    margin-bottom: 75px
}

.sep:before {
    content: "";
    background: #1a3d67;
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: 0
}

.sep.text-center:before {
    right: 0;
    margin: 0 auto
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .sep {
        margin-bottom: 25px
    }
    .sep:before {
        width: 40px;
        height: 2px;
        bottom: -8px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .sep {
        margin-bottom: 35px
    }
    .sep:before {
        width: 60px;
        height: 2px;
        bottom: -15px
    }
}

.newsletter {
    padding: 150px 0
}

.newsletter .row {
    margin: 0 -8px
}

.newsletter .row [class*="col-"] {
    padding: 0 8px
}

.newsletter input {
    margin-bottom: 40px
}

.newsletter span {
    padding: 15px 15px 0 50px;
    display: table;
    position: relative;
    margin: 0 auto
}

.newsletter span i {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 26px
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .newsletter {
        padding: 40px 20px
    }
    .newsletter h3 {
        font-size: 18px;
        margin: 0px 0 30px !important
    }
    .newsletter input {
        margin-bottom: 18px
    }
    .newsletter .btn {
        min-width: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter {
        padding: 60px 20px
    }
    .newsletter h3 {
        margin: 0px 0 50px !important
    }
    .newsletter span {
        font-size: 13px
    }
    .newsletter input {
        margin-bottom: 18px
    }
    .newsletter .btn {
        min-width: auto
    }
}

input:not([type="submit"]) {
    background-color: rgba(197, 210, 226, 0.34);
    border: none;
    color: #888787;
    width: 100%;
    height: 67px;
    padding: 0 45px;
    margin-bottom: 30px
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    input {
        height: 55px;
        padding: 0 15px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    input {
        height: 55px;
        padding: 0 25px;
        margin-bottom: 20px
    }
}

.testimonial {
    background: url(../images/pattern.png);
    padding: 140px 0
}

.testimonial__carousel .item p {
    font-size: 23px;
    margin-bottom: 35px;
    line-height: 32px
}

.testimonial__carousel .item cite {
    font-style: normal;
    font-size: 24px;
    color: #1a3d67
}

.slick-dots {
    margin: 60px 0 0;
    position: relative;
    top: 8px
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid #707070;
    background: #fff;
    font-size: 0px;
    padding: 0;
    border-radius: 50%
}

.slick-dots li.slick-active button {
    border: 1px solid #a58e63;
    background: #a58e63
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .testimonial {
        padding: 50px 0 40px;
        background-size: 400px
    }
    .testimonial h3 {
        font-size: 20px
    }
    .testimonial .item p {
        font-size: 13px;
        margin: 6px 0 15px;
        line-height: 19px
    }
    .testimonial .item cite {
        font-size: 14px
    }
    .slick-dots {
        margin: 26px 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial {
        padding: 70px 0 60px;
        background-size: 550px
    }
    .testimonial .item p {
        font-size: 16px;
        margin: 6px 0 15px;
        line-height: 25px
    }
    .testimonial .item cite {
        font-size: 16px
    }
    .slick-dots {
        margin: 26px 0 0
    }
}

.carousel__parent .item img {
    border: 1px solid #707070
}

.carousel__thumbs {
    padding: 25px 0 0;
    margin-right: -25px
}

.carousel__thumbs .item {
    margin-right: 28px
}

.carousel__thumbs .item img {
    border: 1px solid #707070
}

.gallery__carousel .slick-next,
.gallery__carousel .slick-prev {
    height: 95px;
    opacity: 0.6;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-size: 70px;
    background: transparent;
    padding: 0;
    border: none;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 44;
    transition: 0.4s all
}

.gallery__carousel .slick-next:hover,
.gallery__carousel .slick-prev:hover {
    opacity: 1;
    transition: 0.4s all
}

.gallery__carousel .slick-next {
    right: 20px;
    left: auto
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .carousel__parent {
        margin: 0 -15px
    }
    .carousel__thumbs {
        padding: 2px 0 0;
        margin: 0 -15px
    }
    .carousel__thumbs .item {
        margin-right: 2px
    }
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
    .gallery__carousel .slick-next,
    .gallery__carousel .slick-prev {
        font-size: 40px;
        left: 15px
    }
    .gallery__carousel .slick-next {
        right: 15px;
        lefT: auto
    }
}

.block {
    position: relative;
    border: 1px solid #707070;
    margin-bottom: 16px;
    transition: 0.4s ease-out
}

.block img {
    opacity: 1;
    transition: 0.4s ease-out
}

.block span {
    color: #fff;
    top: 50%;
    width: 100%;
    padding: 35px 15px;
    text-align: center;
    font-size: 23px;
    font-family: "benthamregular", serif;
    position: absolute;
    transform: translateY(-50%);
    background: rgba(165, 142, 99, 0.8);
    transition: 0.4s ease-out;
    left:0;
}

.block:hover {
    transition: 0.4s ease-out;
    background: #000
}

.block:hover img,
.block:hover span {
    opacity: 0.7;
    transition: 0.4s ease-out
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .block {
        margin: 8px 0
    }
    .block span {
        padding: 19px 15px;
        font-size: 17px;
        line-height: 1.1
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .block {
        margin: 8px 0
    }
    .block span {
        padding: 19px 15px;
        font-size: 16px;
        line-height: 1.1
    }
}

.iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.video__block p {
    padding: 25px 7% 0
}

.awards {
    padding: 0 0 80px
}

.awards .item {
    padding: 0 30px
}

.awards .item img {
    max-height: 100px;
    margin-bottom: 10px
}

.awards .item p {
    margin: 0
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .awards {
        padding: 0 0 10px;
        margin-top: -20px
    }
    .awards .item {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .awards {
        padding: 0 0 50px
    }
    .awards .item {
        margin-bottom: 30px
    }
}

.gform_heading {
display:none;
}

.newsletter .gform_body > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;    
}

.newsletter .gform_body > ul [class*="col-"] {
    padding: 0 8px;
}

.newsletter label {
    display: none;
}

:not(footer) p > a:not(.btn) {
    border-bottom:1px solid transparent;
}

:not(footer) p > a:not(.btn):hover {
    color: #a48d61;
    border-bottom:1px solid #a48d61;
}


.page__content {
    padding:80px 0;
}

[class*="gform_confirmation_message"] {
    color: #a48d61;
    font-size:20px;
}

.validation_error {
    color: red;
    font-size: 16px;
    border: 1px solid red;
    border-width: 1px 0;
    margin-bottom: 15px;
    padding: 13px 0;
}

.gfield_description.validation_message {
    color: red;
    text-align: left;
    margin: -15px 0 15px;
    font-size: 13px;
}

.home__presentation.alt .home__presentation--inner .text-center {
    position: relative;
    z-index: 1;
}

.gallery__carousel--item a,
.carousel__parent .item a {
    display: table;
    width: 100%;
    position: relative;
}

.gallery__carousel--item a img,
.carousel__parent .item a img {
    opacity:1;
    transition:0.3s all;
}

.gallery__carousel--item a i,
.carousel__parent .item a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    opacity:0;
    transition:0.3s all;
}

.gallery__carousel--item a:hover img,
.carousel__parent .item a:hover img {
    opacity:0.5;
    transition:0.3s all;
}

.gallery__carousel--item a:hover i,
.carousel__parent .item a:hover i {
    opacity:1;
    transition:0.3s all;
}

.gallery__carousel--item a img {
    width: 100%;
}

.fa-houzz:before {
    background: url(../images/houzz-logo.png);
    content: "";
    width: 43px;
    height: 43px;
    background-size: cover;
    position: absolute;
    top: -6px;
    left: 0;
}

.footer__cta--follow a {
    width: 45px;
    display: inline-block;
    height: 45px;
    position:relative;
}

.error-404.not-found {
    padding: 100px 25px;
    text-align:center;
}

.error-404.not-found h1 {
    font-size:50px;
}

.error-404.not-found p {
    margin-bottom:30px;
}


@media screen and (max-width: 782px) {

body.logged-in .header {
    top: 46px;
}

}

@media only screen and (min-width: 783px) {

body.logged-in .header {
    top: 32px;
}

}

.newsletter .gform_confirmation_wrapper + iframe + script + script + script + div {
 display:none;   
}

[class*="gform_confirmation_message"] {
    color: #fff;
    font-size: 20px;
    background: #a48d61;
    display: table;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 0 auto;
}

.accordion {
  position: relative;
  margin:70px 0;
}

.accordion-content{
  position: relative;
  width: 100%;
  height: auto;
  border:1px solid #1A3D67;
  margin-bottom:10px;
  padding: 0;
}

.accordion-content > .title {
	display: block;
	padding: 15px 15px 15px 45px;
	text-decoration: none;
	color: #202020;
	font-weight: 600;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	font-size: 18px;
	position:relative;
}

.accordion-content > .title:before {
    content: "\f067";
    font-family: Fontawesome;
    font-weight: 400;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
	transition:0.2s all;
    font-size: 17px;
}

.accordion-content > .title.active:before {
    transform: translateY(-50%) rotate(45deg);
	transition:0.2s all;
}

.accordion-content > .title i{
	float: right;
	margin-top: 2px;
}

.accordion-content > .title.active{
	background-color:#1A3D67;
	color: #fff;
}

.accordion-content .content{
  background-color: #fff;
  display:none;
  padding: 10px;
}

.accordion-content .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.accordion-content p:empty {
    display:none;
}

.cta-alt {
    background: #efefef;
    padding: 60px 50px;
    margin-bottom: 15px;
}

.cta-alt h3 {
    color: #202020;
    margin-bottom: 4px;
    font-size:35px;
}

.cta-alt p {
    font-family: "Lato", sans-serif;
    font-size: 25px;
    color: #202020;
    margin-bottom: 30px;
}

.cta-alt p:last-child {
    margin-bottom: 0px;
}

.columns {
    padding:70px 0 40px;
}

.columns [class*="col-"]{
    margin-bottom:30px;
}

.hero-container {
    background: #A58E63;
    padding: 100px 15%;
	margin-bottom:70px;
}

.hero-container h1 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    margin: 0;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

.hero-container {
    padding: 50px 8%;
}

.hero-container h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin: 0;
}

.cta-alt p {
    font-size: 16px;
    line-height: 1;
}

.cta-alt {
    padding: 30px 20px;
    margin-bottom: 15px;
}

.cta-alt h3 {
    font-size: 23px;
}

input:not([type="submit"]) {
	height:55px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.newsletter input[type="submit"] {
    margin: 0px auto 0;
    font-size: 15px;
}
}

.list__ol li {
    list-style:decimal;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.home__presentation--img {
    max-width: 600px;
    padding: 20px;
    margin-top: -30px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

input:not([type="submit"]) {
    padding: 0 30px;
    margin-bottom: 10px;
}

}

.single-home .page__header.single h1 {
    text-transform:uppercase;
}

.carousel__thumbs .item img {
    max-height: 150px;
    object-fit: cover;
}

.awards .row {
    justify-content: center;
}

.awards .row [class*="col-"] {
    margin: 10px 0;
}

@media(min-width: 1050px) {

.awards .row [class*="col-"] {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
} 

.awards .item {
    padding: 0 0px;
}
    
}