@import url(/css/animate.css);
@import url(/css/bootstrap.css);
@import url(/css/font-awesome.css);
@import url(/css/jquery.fancybox.css);
@import url(/css/lightgallery.min.css);
@import url(/css/settings.css);
/*
    https://fonts.google.com/?selection.family=Open+Sans:400,400i,700,700i|Playfair+Display:400,400i,700,700i|Roboto|Roboto+Condensed:700&selection.subset=cyrillic&query=roboto
    font-family: 'Playfair Display', serif;               // regular, r-italic, bold, b-italic
    font-family: 'Open Sans', sans-serif;                 // regular, r-italic, bold, b-italic
    font-family: 'Roboto', sans-serif;                    // regular
    font-family: 'Roboto Condensed', sans-serif;          // bold
*/
.playf{
    font-family: 'Playfair Display', serif; 
    letter-spacing: .7px;
}
.roboto{
    font-family: 'Roboto', sans-serif;  
}
.roboto-c{
    font-family: 'Roboto Condensed', sans-serif; 
}
body{
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -336px auto;
    background: #fff;
}
.footer-wrapper {
    min-height: 336px;
    max-width: 100%;
    margin: 0 auto;
    background: #EEECE6;
}
.footer-push{
    height: 336px;
    margin: 0;
    padding: 0;
}
.social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #50463D;
    background: #EFD673;
    text-decoration: none;
    border-radius: 100%;
    margin: 0 2px 4px 2px;
}
.social a:hover{
    background: #50463D;
    color: #fff;
}
.footer-top{
    min-height: 266px;
    padding: 50px 0;
}
.footer-bottom{
    height: 70px;
    background: #50463D;
    color: #98897B;
}
.development a{
    text-decoration: underline;
}
.development a:hover{
    color: #fff;
}
.footer-top .element{
    height: 166px;
    text-align: center;
}
.footer-top .element .title{
    padding-left: 75px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 20px;
    line-height: 1.4;
    display: inline-block;
    text-align: left;
}
.footer-top .element .title > img{
    position: absolute;
    top: 0;
    left: 0;
}
.footer-top .element .text{
    font-family: 'Playfair Display', serif; 
    font-style: italic;
    letter-spacing: 0.7px;
}

.footer-map-wrapper{
    padding: 0 30px;
    margin: 0 40px;
    border-left: 2px solid #C7BEA9;
    border-right: 2px solid #C7BEA9;
}
.footer-wrapper #mapexMap{
    height: 100%;
}

@media only screen and (max-width: 1299px) {
    .footer-map-wrapper{
        padding: 0 15px;
        margin: 0 -40px 0 15px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-map-wrapper{
        padding: 0 15px;
        margin: 0;
    }
    .footer-top{
        padding: 30px 0;
    }
    .footer-top .el1,
    .footer-top .el2{
        height: auto;
        margin-bottom: 30px;
    }
    .footer-top .element .title{
        padding-left: 0;
        text-align: center;
    }
    .footer-top .element .title br,
    .footer-top .element .title img{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .footer-bottom{
        font-size: 12px;
    }
}

.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 10px;
    background: #999999;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
h1,
.title-h1{
    font-family: 'Playfair Display', serif; 
    font-weight: bold;
    font-size: 56px;
    line-height: 1.1;
    margin: 10px 0 30px;
    color: #413427;
}
.sup-title{
    font-family: 'Playfair Display', serif; 
    font-size: 20px;
    line-height: 1;
    color: #8D7E5A;
    text-transform: uppercase;
}
.main-column h1{
    margin-top: -10px;
}
h2,
.title-h2{
    font-family: 'Playfair Display', serif; 
    font-weight: bold;
    font-size: 42px;
    line-height: 1.1;
    margin: 5px 0 25px;
    color: #413427;
}
h3,
.title-h3{

}
h4{

}
@media only screen and (max-width: 1299px) {
    h1,
    .title-h1{
        font-size: 50px;
    }
    .sup-title{
        font-size: 18px;
    }
    h2,
    .title-h2{
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 40px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .sup-title{
        font-size: 17px;
    }
    h2,
    .title-h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 32px;
    }
    h2,
    .title-h2{
        font-size: 26px;
    }
}


.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #A9AAAD;
}
.brown{
    color: #3E362F;
}
p{
    margin-bottom: 20px;
}
a{
    color: #F8BB18;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover{
    color: #3E362F;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #413427;
    background: #efd365;
    font-size: 17px;
    padding: 14px 45px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: none;
    border-radius: 0;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif; 
    text-transform: uppercase;
}
.btn:hover{
    background: #413427;
    color: #fff;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.btn-transparent{
    background: transparent;
    border: 1px solid #50463F;
}
.btn.btn-transparent:hover{
    background: #50463F;
    border-color: #50463F;
}
.btn.min{
    padding: 11px 30px;
    font-size: 14px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
.container-min{
    width: 1140px;
    max-width: 100%;
    margin: auto;
}
.light-brown-bg{
    background: #EEECE6;
}
.white-pattern-bg{
    background: #fff;
}
@media only screen and (min-width: 1300px) {
    .light-brown-bg{
        background: url(/img/bg2.png) right top no-repeat, url(/img/bg3.png) left bottom no-repeat;
        background-color: #EEECE6;
    }
    .white-pattern-bg{
        background: url(/img/bg4.jpg) right top no-repeat, url(/img/bg5.jpg) left bottom no-repeat;
        background-color: #fff;
    }
}


.span-4 > hr:nth-of-type(2n),
.span-3 > hr:nth-of-type(2n){
    clear: both;
}

@media only screen and (min-width: 992px) {
    .span-4 > hr:nth-of-type(2n),
    .span-3 > hr:nth-of-type(2n){
        clear: none;
    }
    .span-4 > hr:nth-of-type(4n),
    .span-3 > hr:nth-of-type(3n){
        clear: both;
    }
}




/**************************************/



/* ======= MOBILE MENU ======= */

/* mob-menu-btn */
.menu-button{
    position: fixed;
    right: 15px;
    top: 23px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1000;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -13px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #3E362F;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #3E362F;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* /. mob-menu-btn */

.mobile-menu {
    position: fixed;
    top: 0;
    left: -470px;
    background: #F77058;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-top: 30px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #333333;
    padding: 13px 20px 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.7px;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #403427;
    background: #ECD468;
}
.mobile-menu > div > ul  > li.active{
    border-color: #EFD673;
    position: relative;
}
.mobile-menu > div > ul  > li.active:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: -1px;
    left: 0;
    background: #EFD673;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #125B53;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 14px;
    width: 4px;
    height: 4px;
    background: #187DF2;
    border-radius: 100%;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}

.mobile-menu .menu-button{
    display: none;
}
@media only screen and (max-width: 767px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 510;
        opacity: 1;
    }
}
@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none;
    }
}
/* ======= /. MOBILE MENU ======= */


/* ======= HEADER ======= */
.header{
    height: 100px;
}
.header > div{
    height: 100%;
    display: inline-block;
}
.header-logo{
    padding: 0 40px;
}
.header i{
    vertical-align: middle;
    margin: -4px 3px 0 0;
    font-size: 24px;
}
@media only screen and (max-width: 1299px) {
    .header-logo{
        padding: 0 25px;
    }
}
@media only screen and (max-width: 991px) {
    .header-logo{
        padding: 0 30px;
    }
    .header .f18{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .header{
        height: 140px;
    }
    .header-contacts-xs{
        color: #3F3630;
        font-size: 15px;
        margin-top: -2px;
    }
    .header-contacts-xs a{
        color: #3F3630;
    }
    .header-contacts-xs i{
        font-size: 18px;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 3px;
    }
    .header-contacts-xs > div{
        margin-bottom: 2px;
    }
}
/* ======= /. HEADER ======= */


/* ======= TOP MENU ======= */
.top-menu-wrapper{
    height: 74px;
    background: url(/img/bg1.png) 0 10px;
    padding-top: 4px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.top-menu > ul > li{
    display: inline-block;
    margin-right: 60px;
}
.top-menu > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu > ul > li > a{
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    color: #333;
}
.top-menu > ul > li.active > a,
.top-menu > ul > li > a:hover{
    color: #cc0e07;
}

@media only screen and (max-width: 991px) {
    .top-menu-wrapper{
        height: 64px;
    }
    .top-menu > ul > li{
        display: inline-block;
        margin-right: 40px;
    }
    .top-menu > ul > li > a{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .top-menu-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 500;
    }
    .top-menu-push{
        height: 64px;
    }
}
@media only screen and (min-width: 768px) {
    .top-menu-wrapper.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 500;
    }
    .top-menu-wrapper.fixed + .top-menu-wrapper-push{
        height: 64px;
    }
}
@media only screen and (min-width: 992px){
    .top-menu-wrapper.fixed + .top-menu-wrapper-push{
        height: 74px;
    }
}
/* ======= /. TOP MENU ======= */



/* ======= TOP SLIDER ======= */
.top-slider{
    height: 615px;
    overflow: hidden;
}
.top-slider .element{
    height: 615px;
    padding: 30px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-slider .title{
    font-family: 'Playfair Display', serif; 
    font-size: 60px;
    line-height: 1.2;
    color: #423427;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.top-slider .title:first-line{
    font-weight: bold;
    font-size: 80px;
}
.top-slider .title:after{
    content:"";
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background: #413427;
}
.top-slider .text{
    font-family: 'Playfair Display', serif; 
    font-style: italic;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #6d0505;
}
.top-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
}
@media only screen and (max-width: 1299px) {
    .top-slider .title{
        font-size: 50px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .top-slider .title:first-line{
        font-size: 70px;
    }
    .top-slider{
        height: 550px;
    }
    .top-slider .element{
        height: 550px;
        padding: 20px 0;
    }
}
@media only screen and (max-width: 991px) {
    .top-slider .title{
        font-size: 40px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .top-slider .title:first-line{
        font-size: 60px;
    }
    .top-slider,
    .top-slider .element{
        height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .top-slider,
    .top-slider .element{
        height: 65vw;
        padding: 0;
    }
    .top-slider .title{
        font-size: 5.5vw;
        padding-bottom: 3.5vw;
        margin-bottom: 2.5vw;
    }
    .top-slider .title:first-line{
        font-size: 7vw;
    }
    .top-slider .text{
        font-size: 3.5vw;
        margin-bottom: 4.5vw;
    }
    .top-slider .btn{
        font-size: 3.5vw;
        padding: 2vw 8vw;
    }
    .top-slider .slick-dots {
        position: absolute;
        bottom: 5%;
    }
    .top-slider .title:after{
        width: 50px;
        height: 1px;
        margin-left: -25px;
    }
    .top-slider .slick-dots li {
        width: 9px;
        height: 9px;
        margin: 0 6px;
    }
}
/* ======= /. TOP SLIDER ======= */


/* ======= INDEX ABOUT ======= */
.about .block-quote{
    padding: 40px;
    background: url(/img/bg1.png);
    font-size: 18px;
    font-style: italic;
    color: #6d0505;
    z-index: 10;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.top-slider + .about .block-quote{
    width: 360px;
    height: 330px;
    position: absolute;
    top: -210px;
    left: 0;
    box-shadow: 0 0 80px rgba(0,0,0,0.3);
}
.about .block-quote span{
    position: relative;
    z-index: 10;
}
.about .block-quote > img{
    position: absolute;
    left: 40px;
    top: 60px;
}

.about-template .about .block-content{
    padding-right: 80px;
    padding-left: 0;
}
.about-template .about .block-quote{
    top: auto;
    bottom: -50px;
    left: -15px;
    width: 360px;
    height: 330px;
    position: absolute;
    margin-bottom: 0;
}
@media only screen and (max-width: 1299px) {
    .about .block-content{
        padding-left: 20px;
    }
    .about .img-wrapper img{
        width: 100%;
    }
    .top-slider + .about .block-quote{
        width: 100%;
        height: auto;
        position: relative;
        top: -20px;
        box-shadow: none;
    }
    .about .block-quote > img{
        top: 30px;
    }
    .about-template .about .block-quote{
        top: auto;
        bottom: -30px;
        left: 0;
        position: relative;
        height: auto;
        width: 100%;
        margin-bottom: 50px;
    }
    .about-template .about .block-content{
        padding-right: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .top-slider + .about .block-quote{
        top: 0;
    }
    .about-template .about .block-content{
        padding-right: 20px;
    }
    
}
@media only screen and (max-width: 767px) {
    .about .block-content{
        padding-left: 0;
    }
    .top-slider + .about .block-quote,
    .about .block-quote{
        top: -15px;
        padding: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about-template .about .block-content{
        padding-right: 0;
    }
    .about-template .about .block-quote{
        margin-bottom: 40px;
    }
}
/* ======= /. INDEX ABOUT ======= */



/* ======= ROUND-ELEMENTS1 ======= */
.round-elements1 .element{
    width: 360px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
}
.round-elements1 .element .img-wrapper{
    border-radius: 100%;
    padding: 7px;
    border: 1px dashed #C7BCA2;
    display: inline-block;
}
.round-elements1 .element .img-wrapper img{
    border-radius: 100%;
}
.round-elements1 .element .text{
    font-size: 16px;
}
.round-elements1 .element .title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
@media only screen and (max-width: 1299px) {
    .round-elements1 .element .text{
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    .round-elements1 .element .text{
        font-size: 16px;
    }
}
/* ======= /. ROUND-ELEMENTS1 ======= */



/* ======= ADVANTAGES ======= */
.advantages{
    background: url(/img/advantages-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.advantages.base-advantages{
    background: #F6F6F6;
}
.advantages .element{
    width: 360px;
    max-width: 100%;
    margin: auto;
}
.advantages .element .img-wrapper{
    border-radius: 100%;
    padding: 3px;
    border: 1px solid #C7BCA2;
    display: inline-block;
}
.advantages .element .img-wrapper img{
    border-radius: 100%;
}
@media only screen and (min-width: 1921px) {
    .advantages{
        background-size: cover;
    }
}
/* ======= /. ADVANTAGES ======= */


/* ======= INSTAGRAM ======= */
.instagram-wrapper{
    border-top: 5px solid #EEECE6;
    border-bottom: 5px solid #EEECE6;
}
.instagram-carousel{
    height: 352px;
    overflow: hidden;
    position: relative;
}
.instagram-carousel:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/img/hex-loader2.gif) 50% 65% no-repeat #fff;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.instagram-carousel.slick-slider:after{
    visibility: hidden;
    opacity: 0;
}
.instagram-carousel .item{
    border-right: 4px solid #EEECE6;
}
.instagram-carousel .element{
    height: 352px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

@media only screen and (max-width: 767px) {
    .instagram-wrapper .block-header{
        height: 100px;
        font-size: 26px;
    }
}
@media only screen and (min-width: 992px){
    .instagram-carousel .element:hover{
        opacity: 0.6;
    }
}
/* ======= /. INSTAGRAM ======= */


/* ======= TYPES ======= */
.types-list .element .block-content{
    padding-right: 90px;
}

@media only screen and (max-width: 1299px) {
    .types-list .element .block-content{
        padding-right: 0;
        padding-left: 30px;
        margin-top: -10px;
        font-size: 15px;
    }
    .types-list > div:nth-of-type(2n) .block-content{
        padding-right: 30px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .types-list .element .block-content{
        padding-left: 0;
    }
    .types-list > div:nth-of-type(2n) .block-content{
        padding-right: 0;
    }
    .types-list .element .img-wrapper img{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1300px) {
    .types-list .element .block-content{
        margin-left: -30px;
    }
    .types-list > div:nth-of-type(2n) .block-content{
        margin-left: 0;
    }
    .types-list .element .img-wrapper img{
        width: 525px;
    }
}
/* ======= /. TYPES ======= */



/* ======= ASIDE MENU ======= */
.aside-menu{
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    color: #9B8960;
    line-height: 1.3;
    padding: 15px 20px;
    background: rgb(245, 245, 245);
    border-top: 2px solid #fff;
    text-decoration: none !important;
}
.aside-menu > ul > li:first-of-type > a{
    border-top-color: transparent;
}

.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #403630 !important;
}

.aside-menu li:hover .dropdown-button:after{
    border-color: #413630;
}

.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 53px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 20px;
    right: 21px;
    border-bottom: 1px solid #9B8960;
    border-right: 1px solid #9B8960;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 24px;
    border-color: #413630;
}
.aside-menu > ul ul .dropdown-button{
    height: 40px;
}
.aside-menu > ul ul .dropdown-button:after{
    top: 16px;
}
.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after{
    top: 20px;
}

.aside-menu  ul ul a{
    padding: 12px 36px 10px 30px;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}
.aside-menu  ul ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 2px;
    top: 20px;
    left: 15px;
    background: #9d895f;
}
.aside-menu  ul ul ul a{
    padding: 8px 36px 8px 30px;
}
.aside-menu  ul ul ul a:before,
.aside-menu  ul ul ul ul a:before{
    display: none;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #EFD673;
    position: relative;
    color: #413630;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #413630;
    border-bottom: 2px solid #413630;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media only screen and (max-width: 991px) {
    .aside-menu > ul{
        display: none;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside{
        border-right: none;
    }
    .aside-menu a {
        border-right: 1px solid #F5F5F5;
    }
}
@media only screen and (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #403630 !important;
        background-color: #EFD673!important;
        border-color: #EFD673 !important;
    }
    
    .aside-menu > ul > li.active > .dropdown-button:after{
        border-color: #403630;
    }
    .aside-menu > ul > li:hover > a,
    .aside-menu > ul > li:nth-of-type(even):hover > a{
        background: #F6F6F6;
    }
}
 
/* ======= ASIDE MENU ======= */




/* ======= ITEM GALLERY ======= */

.item-gallery .element{
    margin-bottom: 20px;
}
.item-gallery .element .img-wrapper img{
    width: 100%;
}
.item-gallery .row > hr:nth-of-type(2n){
    clear: both;
}
@media only screen and (min-width: 768px){
    .lightgallery a:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/img/zoom.png) 50% 50% no-repeat rgba(255, 113, 91, 0.5);
        background-size: 0 0;
        z-index: 2;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        opacity: 0;
    }
    .lightgallery .img-wrapper:hover a:after {
        opacity: 1;
        background-size: 48px 48px;
    }
    .item-gallery .row > hr:nth-of-type(2n){
        clear: none;
    }
    .item-gallery .row > hr:nth-of-type(3n){
        clear: both;
    }
}

/* ======= /. ITEM GALLERY ======= */



/* ======= WHY WE ======= */
.why-we .element{
    padding-left: 250px;
    min-height: 230px;
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
    color: #50463F;
}
.why-we .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #BBBAB8;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    text-align: center;
}
.why-we .element .element-content{
    min-height: 230px;
    padding-left: 50px;
    border-left: 1px solid #BBBAB8;
    padding-bottom: 50px;
    position: relative;
}
.why-we .element .title{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: bold;
}
.why-we .element .element-content:after{
    content:"";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 8px;
    left: -15px;
    background: #EEECE6;
    border: 1px solid #B6B5B4;
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .why-we .element .element-content:after{
        display: none;
    }
    .why-we .element .element-content{
        min-height: inherit;
        padding-left: 0;
        border-left: none;
    }
    .why-we .element{
        padding-left: 0;
        min-height: inherit;
        width: 100%;
        text-align: center;
    }
    .why-we .element .img-wrapper{
        position: static;
        margin: 0 auto 20px;
    }
}
/* ======= /. WHY WE ======= */


/* ======= CONTACTS ======= */
.contacts-template .footer-wrapper{
    min-height: 70px;
}
.contacts-template .main-wrapper {
    margin: 0 auto -70px auto;
}
.contacts-template .footer-push {
    height: 70px;
}
.contacts-template #mapexMap{
    height: 400px;
    border: 2px solid #F77058;
    padding: 5px;
}
.contacts{
    padding-right: 50px;
}
.contacts .element{
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 15px;
}
.contacts .element > i{
    position: absolute;
    left: 0;
    top: 2px;
    color: #FCDE67;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #mapexMap{
        height: 360px;
    }
}
/* ======= /. CONTACTS ======= */



/* ======= LIGHTGALLERY CUSOM STYLES ======= */
.lg-outer .lg-thumb {
    margin-left: auto;
    margin-right: auto;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #EFD673;
}
.lg-backdrop{
    background: rgba(0,0,0,0.9);
}
.lg-progress-bar .lg-progress{
    background: #EFD673;
}
/* ======= /. LIGHTGALLERY CUSOM STYLES ======= */

















/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1299px) {
    
}
@media only screen and (max-width: 991px) {

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

}



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

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

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

}