/*

Author: Dunaev Denis
Email: itdunai@yandex.ru

*/

ins {
    display: none !important;
}

/* =========================== CUSTOM ============================*/

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
}
a:hover{
    text-decoration: none;
}
.navmenu {
  padding-top: 50px;
}
.navbar {
  display: block;
  text-align: center;
}
.navbar-brand {
  display: inline-block;
  float: none;
}
.navbar-toggle {
  position: absolute;
  float: left;
  margin-left: 15px;
}
.container {
  margin: 0 auto;
    max-width: 1440px;
    width: 90%;
}
@media (min-width: 1px) {
  .navbar-toggle {
    display: block !important;
  }
}
@media (min-width: 992px) {
  
  .navmenu {
    padding-top: 0;
  }
  
}
span.red{
    color: red;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.navbar-nav {
float: none;
text-align: center;
}
.navbar-nav li {
float: none;
display: inline-block;
min-width: 200px;
}
.image,.shab-text img{
    width: auto;
    max-width: 100%;
    margin: 15px 0 30px 0;
}


.blue-btn {
    background-color: #322254;
    color: #fff;
}

.button {
    cursor: pointer;
    border: none;
    text-align: center;
    min-width: 150px;
        margin-top: 5px;
    padding: 15px 0;
    line-height: 14px;
    font-family: Work Sans;
    font-weight: 500;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
}
form.subscribe-form {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}
.owl-carousel {
    width: 95%;
    margin: auto;
}
.shab-text {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 2px;
    font-size: 18px;
    color: #4e4e4e;
}
.shab-text h1 {
    margin: 70px 0 40px;
}
.mrt-0 {
    margin-top: 0;
}

.p50 {
    margin-top: 0;
    padding-top: 50px;
}
/* =========================== HEADER =========================*/

header.navbar-fixed {
    position: sticky;
    width: 100%;
    height: auto;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    top: 0;
    z-index: 9999;
}
nav.navbar {
    background: transparent;
    margin-bottom: 0;
    border: none;
    min-height: 30px;
}
.logo {
    text-align: center;
}
.logo a img{
    max-width: 197px;
}
.header-fix {
    border-top: 10px solid #EAC9BF;
    padding-top: 0px;
    background: #322254;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
}
ul.dropdown-menu {
    background: #322254;
    max-width: 200px;
    text-align: center;
}ul.dropdown-menu li a{
    transition: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: normal;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
        font-family: 'Open Sans', sans-serif;
}
ul.dropdown-menu li a:hover{
    color: #EAC9BF;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #EAC9BF;
    background-color: transparent;
}
/*.dropdown-menu li:first-of-type {
    padding-top: 40px;
}*/
.dropdown-menu li {
    padding: 20px 0;
}

.navmenu-default .navmenu-nav>.open>a, .navbar-default .navbar-offcanvas .navmenu-nav>.open>a, .navmenu-default .navmenu-nav>.open>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover, .navmenu-default .navmenu-nav>.open>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus{
    background:transparent;
}
/* =========================== BANNER ==========================*/
.video-wrapper, .header-section {
    overflow: hidden;
    height: calc(65vh + 100px);
    position: relative;
    background-size: cover;
        display: flex;
    align-items: center;
    /*margin-top: 195px;*/
}
.header-section{
    padding: 50px;
}

.videooverflow {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top center;
    z-index: 1;
}
.fp-bg {
    background-position: center;
    background-size: cover;
}
video {
    background-size: cover;
    object-fit: cover;
}
.video-wrapper video, .video-wrapper-block video {
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-size: cover;
    object-fit: cover;
}
.video-controls, .video-controls2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    z-index: 99;
}
.video-controls.active {
    display: none;
}
.video-wrapper .play-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    color: transparent;
    width: 60px;
    height: 60px;
    background-color: transparent;
    background-image: url(../image/playbtn1.png);
    border: none;
    outline: none;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
}
.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 15px);
    right: calc(50% - 15px);
    width: 30px;
    height: 50px;
    z-index: 999;
}
.scroll-indicator span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.scroll-indicator span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: spin 2s infinite;
    animation: spin 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*.header-title{
        height: 65vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
    padding: 45px 30%;
    background: rgba(234, 201, 191, 0.8);
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 5px;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
}*/
.header-title{
    text-align: center;
    color: #fff;
    padding: 35px 35px;
    background: rgba(234, 201, 191, 0.8);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    
    font-size: 50px;
    
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 5px;
    
    text-transform: uppercase;
}
.header-title h1{
    font-size: 50px;
}
.header-section a{
    bottom: 85px;
}

/* ========================= BLOCK-1 ==================================*/

.block-1 {
    max-width: 780px;
    padding: 90px 0;
    margin: 0 auto;
    color: #4D4F53;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Cormorant Garamond', serif;
}
.icon-block {
    padding: 0 15px;
}
.icon-block h2{
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 60px;
}
.block-1 h5 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 3rem;
    font-family: 'Cormorant Garamond', serif;
    color: #322254;
    letter-spacing: 3px;
}

/* ========================= BLOCK-2 ================================== */

.block-2 {
        min-height: 720px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}
.left-side {
    margin: 45px 0;
    padding: 45px;
    background: rgba(234, 201, 191, 0.8);
    width: 50%;
    float: left;
    height: 630px;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
}
.left-side-text p {
    font-size: 22px;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0;
    padding: 0 20%;
    line-height: 30px;
}
.left-side-text h4 {
    font-size: 31px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    
}
.left-side-text a{
        font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    width: 150px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    background: #322254;
    border-radius: 4px;
    padding: 15px 21px;
    display: inline-block;
    margin-top: 60px;
}


/* ============================ BLOCK-3 ==================================*/

.right-side-block, .left-side-block{
    display: flex;
    align-items:center;
    min-height: 440px;
    color: #fff;
}
section.block-3 {
    background: #322254 !important;
    margin: 15px 0;
    padding: 35px 0;
    text-align: center;
}

.block-3 img{
    width: 100%;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s;
    transition: all 0.3s ;
}
.block-3 img:hover{
    
    transform: scale(1.03);
}
.block-3 .text-wrapper-content h5{
    letter-spacing: 3px;
    color: #EAC9BF;
    font-family: 'Cormorant Garamond', serif;
    width: 100%;
    font-size: 31px;
    display: block;
    float: left;
    margin: 0 auto 45px 0;
}
.text-wrapper-content {
    width: 100%;
}
.text-wrapper-content p{
    font-size: 22px;
    width: 100%;
    float: left;
    margin: 0 auto 62px auto;
    font-family: 'Cormorant Garamond', serif;
    padding: 0 25%;
}
.text-wrapper-content a{
        font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 4px;
    line-height: 14px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    padding: 15px 0;
    color: #fff;
    display: inline-block;
    min-width: 150px;
    font-family: 'Open Sans', sans-serif;
}
.text-wrapper-content a:hover{
        color: #EAC9BF;
        text-decoration:none;
}

/* ============================= SUBSCRIBE ========================== */

.subscribe-block {
    border: 1px solid #EAC9BF;
    border-left: none;
    border-right: none;
    padding: 70px 0;
    margin: 55px auto;
}
.subscribe-section-text {
    text-align: center;
    width: 920px;
    margin: 0 auto;
}
.subscribe-section-text h5 {
    font-size: 27px;
    color: #322254;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 3rem;
}
.subscribe-section-text p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    line-height: 30px;
    color: #4D4F53;
}
.subscribe-section-text a {
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 51px;
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    background: #322254;
    border-radius: 4px;
    color: #fff;
    
    line-height: 14px;
    width: 150px;
    padding: 15px 0;
    text-align: center;
    margin: 62px auto 0 auto;
    display: block;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}
.subscribe-section-text a:hover{
    text-decoration: none;
    color: #EAC9BF;
}


/* ==================== SECTION-COLOR ===========================*/
#banner{
    background-size: auto;
}
section.color-block {
    background: #eac9bf;
    margin-bottom: 120px;
    padding-bottom: 70px;
}
.design h2{
    margin-bottom: 60px;
    font-family: 'Cormorant Garamond', serif;
}
.text-in-pink,.text-design {
    color: #322254;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 70px;
}
.text-in-pink h2,.text-design h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 31px;
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 30px;
    letter-spacing: 3px;
}
.text-in-pink p,.text-design p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
    /* padding-bottom: 170px; */
}
.text-design p{
    color:#4D4F53;
}
.slider-five-color{
    max-width: 1590px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 390px;
}
.slider-bespoke {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    text-align: center;
    padding: 0;
}
.slider-bespoke img{
    max-height: 650px;
}
.owl-projects {
    width: 90%;
    margin: auto;
}
button.owl-prev {
    float: left;
}
button.owl-next {
    float: right;
}
.owl-next:focus,.owl-prev:focus {
    outline: none;
}
button.owl-prev i,button.owl-next i {
    font-size: 29px;
    font-weight: bolder;
    color: #000;
}
.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.item:hover {
        cursor: pointer;
    }

/* ========================= CONTENT-TEXT =======================*/

.content-text h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    color: #322254;
    letter-spacing: 3px;
}

.container-text{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 45px;
}
.container-text p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    color: #2b2b2b;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 5px;
}
.container-text p a{
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-top: 5px;
}
.container-text h3 {
    font-family: 'Cormorant Garamond', serif;
        font-size: 30px;
    text-transform: inherit;
    margin-bottom: 30px;
    /*font-style: italic;*/
    margin-top: 0px;
    color: #322254;
    letter-spacing: 0px;
}
.tv-desc h3{
        font-style: italic;
}
/* ============================= TWO-IMAGES =======================*/

.two-images{
    padding-top: 0px;
    padding-bottom: 45px;
}
.two-images img{
    width: 100%;
}

/* =========================== THREE_BLOCK ======================   */
.matchHeight{
    max-height: 100px;
    overflow: hidden;
}
.three-block .container {
    border-top: 1px solid #EAC9BF;
    padding-top: 60px;
    margin-top: 50px;
}
.item-img img {
    background: #656363;
    width: 100%;
}
.img-roll-over {
    transition: all .2s ease-in-out;
}
.img-roll-over:hover {
    transform: scale(1.03);
}
.item-title {
    height: 60px;
}
.item-title p {
    font-size: 31px;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    color: #322254;
    line-height: 32px;
    margin: 20px 0;
    letter-spacing: 3px;
}
.related-items .item-text p {
    margin-bottom: 0;
}
.item-text p {
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    margin-bottom: 70px;
    color: #2b2b2b;
    line-height: 24px;
    margin-top: 0;
}
.view_button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    background: #322254;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    width: 150px;
    padding: 15px 0;
    text-align: center;
    margin: 62px auto 0 auto;
    display: block;
}
.view_button {
    text-transform: uppercase;
}
.view_button {
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}
.three-block .view_button {
    margin-top: 38px;
}

/* ========================== DESIGN-STUDIO ============================*/

.design img{
    width: 100%;
}
.slider-design{
    margin: 0 auto;
    max-width: 1290px;
    width: 96%;
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
}
.owl-carousel .owl-item .item {
    max-height: 650px;
}

/* ========================= PING-BLOCK ================================*/

.quote-wrapper {
    background: #eac9bf;
    width: 100%;
    font-family: 'Cormorant Garamond', serif;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 30px;
    text-align: center;
}
.quote-wrapper i {
    color: #fff;
    font-size: 24px;
    display: block;
    text-align: center;
    padding: 0 0 60px 0;
}
.quote-text {
    color: #322254;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
}
.quote-text p:first-of-type {
    font-size: 27px;
    font-style: italic;
    margin-bottom: 0;
}
.quote-text p:last-of-type {
    font-size: 21px;
    padding: 45px 0 0 0;
    font-family: 'Cormorant Garamond', serif;
}

/* ========================= IMAGES-AND-TEXT =================== */
.images-and-text p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
}

.images-and-text{
    padding: 30px 0 60px;
}
.text-in-blue{
    background: #322254 !important;
        padding: 40px 55px 20px 55px;
        color: #fff;
        font-size: 18px;
        height: 900px;
}
.text-in-blue h3{
        font-family: 'Cormorant Garamond', serif;
    padding-bottom: 40px;
        font-size: 2.92rem;
    line-height: 110%;
    color: #EAC9BF;
}
.box-type-1 {
    padding: 1px;
    float: left;
    position: relative;
}
.box-2x1 {
    width: 66.666666666666666666666666666666%;
    height: 33.333333333333333333333333333333vw;
    max-height: 300px;
}
.box-1x1 {
    width: 33.333333333333333333333333333333%;
    height: 33.333333333333333333333333333333vw;
    max-height: 300px;
}
.box-1x2 {
    width: 33.333333333333333333333333333333%;
    height: 66.666666666666666666666666666666vw;
    max-height: 600px;
}
.box-type-1 .imgs {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ========================= pROJECTS ======================== */

.section-text {
    max-width: 780px;
    padding: 90px 0;
    margin: 0 auto;
    color: #4D4F53;
    font-size: 21px;
    margin-top: 196px;
    text-align: center;
    line-height: 30px;
    font-family: 'Cormorant Garamond', serif;
}

.section-text h5{
        font-family: 'Cormorant Garamond', serif;
    color: #322254;
    letter-spacing: 3px;
        font-size: 31px;
        text-transform: uppercase;
    line-height: 33px;
    margin-bottom: 60px;
}
.section-text h1{
        font-family: 'Cormorant Garamond', serif;
    color: #322254;
    letter-spacing: 3px;
        font-size: 31px;
        text-transform: uppercase;
    line-height: 33px;
    margin-bottom: 60px;
}
.section-text p{
    color: #4D4F53;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'Cormorant Garamond', serif;
}

.wrapper-parallax {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: unset;
    height: auto;
    color: #fff;
    padding: 50px;
    margin-top: 20px;
}
.over-effect {
    height: 65vh;
    width: 100vw;
    display: flex;
    align-items: center;
    
    justify-content: center;
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
    opacity: 0;
    transition: opacity 0.5s linear;
    letter-spacing: 5px;
    padding: 45px 120px;
    background: rgba(234, 201, 191, 0.8);
    text-transform: uppercase;
}
.wrapper-parallax:hover .over-effect{
    opacity: 1;
}
.over-effect h2 {
    color: #322254;
    font-size: 31px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 3px;
}
.over-effect p{
    text-align: center;
    color: #322254;
    font-size: 21px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 30px 0 15px;
}
.projects-wrapper a:hover{
    text-decoration:none;
}

.mrt-0 {
    margin-top: 0;
}

/* ========================= CONCEPTS ======================== */

.concept-text {
    max-width: 780px;
    padding: 40px 0;
    margin: 0 auto;
    color: #4D4F53;
    font-size: 21px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    font-family: 'Cormorant Garamond', serif;
}
.concept-text p{
    color: #4D4F53;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'Cormorant Garamond', serif;
}
.concept-text h1{
    margin-bottom: 40px;
    color: #322254;
    font-family: 'Cormorant Garamond', serif;
}
.item-slider h3 {
    font-size: 31px;
    line-height: 37px;
    font-family: 'Cormorant Garamond', serif;
    color: #322254;
    letter-spacing: 3px;
    margin-bottom: 60px;
}
.item-slider{
    text-align: center;
}
.concept-text h4{
    margin-bottom: 50px;
	margin-top: -20px;
}

/* ========================= CONTACTS ========================= */

.section-no-pad {
    max-width: 780px;
    margin: 0 auto;
    color: #4D4F53;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Cormorant Garamond', serif;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after, [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 1px solid;
    background-color: #fff!important;
    border-radius: 0;
    top: 2px;
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before {
    border-right: 1px solid #322254;
    border-bottom: 1px solid #322254;
    top: 2px;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after, [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 1px solid;
    background-color: #fff!important;
    border-radius: 0;
    top: 2px;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in+span:not(.lever):before, [type="checkbox"].filled-in+span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}
[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-wrapper .with-lines {
    border-top: 1px solid #EAC9BF;
}
.address-find {
    background-color: #EAC9BF;
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
    display: none;
}
input.input-address-fillup {
    border: 1px solid #322254;
    display: block;
    color: #000;
    width: 100%;
    font-size: 14px;
    padding: 17px 20px;
    height: auto;
    background: #fff;
    margin: 0 0 20px 0;
}
form label{font-size: 21px; text-transform: uppercase;font-family: 'Cormorant Garamond', serif;color:#4d4f53;margin: 15px 0;display: inline-block; font-weight: 500;}
.address-find label{ display: block; width:100%; margin: 0 0 15px 0;}
input.browser-default{border: 1px solid #322254;display: block; color:#000; width: 100%; font-size: 14px;padding: 17px 20px; }
input.browser-default.error-state{
    background-image: url('../img/error-icon.png');
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
    padding-right: 50px; 
}
input.browser-default:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
input.browser-default:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
input.browser-default:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
input.browser-default:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

form .row{
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
}
form .validation-alert{
    display: block;
    font-size: 18px;
    color:#e6427b;
    font-family: 'Work Sans';
    min-height: 30px;
}
.checkbox-wrapper{
    padding: 10px 0;
}
[type="checkbox"].filled-in+span{
    text-transform: none;
    font-size: 18px;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after, [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
    border: 1px solid ;
    background-color: #fff!important;
    border-radius: 0;
    top: 2px; 
}
[type="checkbox"].filled-in:checked+span:not(.lever):before{
    border-right: 1px solid #322254;
    border-bottom: 1px solid #322254;
    top: 2px;
}
.col.s12.textarea-wrapper{
    padding-top: 40px;
}
.oprional{
    text-transform: none;
    font-size: 14px;
}
.textarea-wrapper textarea{
    height: 200px;
    width: 100%;
    border: 1px solid #322254;
    display: block;
    color: #000;
    min-width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 15px;
}
[type="checkbox"].filled-in.tabbed:checked:focus+span:not(.lever):after{
        background-color: transparent;
    border-color: #322254;
}
[type="checkbox"].tabbed:focus+span:not(.lever):after{
        -webkit-box-shadow: 0 0 0 1px rgba(70, 116, 212, 1);
    box-shadow: 0 0 0 1px rgba(70, 116, 212, 1);
    background-color: rgba(0,0,0,0.1);

}
.checkbox-wrapper label {
    margin: 0;
}
.checkbox-wrapper .with-lines{
    display: block;
    padding: 30px 0 32px 0; 
}
.data-contacts{
    margin: 30px 0 0;
}
.data-contacts p{
    font-size: 21px;
    text-align: left;
}


/* ========================= 'Cormorant Garamond', serif;ER ==========================*/

.top-menu {
    background-color: #f6e9e5;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-menu .container,.footer-copyright .container{
    max-width: 1390px;
    margin: 0 auto;
}
.top-menu a{
    color: #000;
}
.top-menu ul li a{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #212121;
    line-height: 30px;
}
.top-menu p{
        font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: 'Cormorant Garamond', serif;
    color: #212121;
        max-width: 450px;
}
.top-menu ul li a i {
    width: 15px;
}
.social-footer{
        max-width: 250px;
    margin: 12px auto 0 auto;
}
.social-footer li{
    display: inline-block;
    padding-left: 10px;
    width: 100px;
}
.footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #322254 !important;
    padding: 10px 0px;
    color: rgba(255,255,255,0.8);
}
.footer-copyright ul li.copyright {
    float: right;
    padding-right: 0;
    font-size: 14px;
}
.container-footer-special ul{
    margin-top: 12px;
    margin-bottom: 0;
}
.container-footer-special ul li {
    padding-right: 30px;
}
.container-footer-special ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 30px;
}
span.footer-copy-special a {
    color: #0b44e4;
}
.journal{
    padding-top: 30px;
    padding-bottom: 30px;
}
.journal h5 {
    font-size: 28px;
    color: #322254;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 30px;
}
.journal p{
        font-family: 'Cormorant Garamond';
    font-size: 22px;
    margin-bottom: 20px;
    color: #2f3031;
}
.journal__item{
    margin-bottom: 15px;
    margin-top: 15px;
}
.journal__item .view_button{
    margin: 30px auto;
}
.journal__item_header {
    position: relative;
    overflow: hidden;
}
.journal__item_header img {
    width: auto;
    height: 300px;
}
.vual {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 400px;
        transition: opacity 0.55s;
    background: #f6e9e594;
    color: #322254;
    opacity: 1;
    padding: 20% 25px;
    font-size: 20px;
        font-family: 'Cormorant Garamond', serif;
}
.journal__item:hover .vual{
    opacity: 0;
}
p.journal__item_title {
    font-size: 22px;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    color: #322254;
        height: 64px;
            text-transform: uppercase;
    overflow: hidden;
    margin: 20px 0;
    letter-spacing: 3px;
}
.journal__item_txt p{
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    margin-bottom: 20px;
    color: #4D4F53;
    line-height: 30px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
}

/* ===================== neighbors ====================== */

.neighbors a{
    color: #322254;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 28px;
}


/* =========================== JOURNAL ======================== */

.title-image-wrapper {
    height: 50vw;
    max-height: 720px;
    min-height: 300px;
    width: 100%;
    background: #656363;
    padding: 50px;
    background-size: cover;
    background-position: center;
}
.title-image-bg {
    background: rgba(234,201,191,0.8);
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-image-bg-news{
    background: none;
}
.title-image-bg-news div {
    padding: 45px 120px;
    background: rgba(234, 201, 191, 0.8);
    width: auto;
    font-size: 32px /*28px;*/;
    font-family: 'Bellefair', serif;
    line-height: 30px /*40px*/;
    color: #fff;
    letter-spacing: 3px;
    margin: 30vh auto;
    height: auto;
    /* opacity: 1!important; */
}
.title-image-bg-news div {
    height: auto!important;
    margin: 20vh auto;
    opacity: 1;
}
.title-image-bg p:first-of-type {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    text-transform: uppercase;
}
.title-image-bg p:last-of-type {
    font-family: 'Cormorant Garamond', serif;
    font-size: 31px;
    letter-spacing: 3px;
        text-transform: uppercase;
}

.article-box-wrapper {
    border: 1px solid #EAC9BF;
    padding: 13px;
    min-height: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100%;
    position: relative;
}
.article-box-wrapper img {
    width: 100%;
}
.image-cont {
    width: 100%;
    overflow: hidden;
}
.article-box-text {
    padding: 0 20px;
}
.article-name, .article-name:hover, .article-name:active, .article-name:visited, .article-name:focus {
    color: #322254;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 40px;
    display: block;
    width: 100%;
}
.article-name + a, .article-name + a:hover, .article-name + a:active, .article-name + a:visited, .article-name + a:focus {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Cormorant Garamond', serif;
    color: #4d4f53;
    font-weight: 500;
    display: inline-block;
    /* width: 100%; */
    position: absolute;
    bottom: 15px;
}

.journal-wrapper-title h2 {
    font-size: 31px;
    font-family: 'Cormorant Garamond', serif;
    color: #322254;
    padding: 60px 0 60px 0;
    border-bottom: 1px solid #EAC9BF;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px;
}

/* =========================== CONTAINER-TEXT ====================== */

.news-text {
    font-size: 20px;
    /*max-width: 790px;*/
    color: #4d4f53;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    padding: 55px 0 0;
    margin: 0px auto 60px auto;
}
.publish{
    font-size: 14px;
    color: #949494;
        margin-bottom: 30px !important;
    font-family: 'Cormorant Garamond', serif;
}
.news-text img{
    width: 100%;
}
.news-text p,.news-text h3,.article-date,.news-text h1 {
    max-width: 790px;
    margin: 0 auto;
}
.news-text h3{
    margin-top: 15px ;
    margin-bottom: 30px;
}
.news-text img{
    margin: 20px 0;
}
#st-1 .st-btn > img{
    margin: 0;
}
#st-1 {
    max-width: 790px;
    margin: 0 auto;
    text-align: left;
   
}
.share-button {
    position: relative;
    display: inline-block;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #322254;
    font-size: 12px;
    padding: 10px 15px;
    margin-left: 10px;
    cursor: pointer;
    font-family: Arial;
}
.share-button:hover{
    color: #fff;
}
.share-button p {
    margin: 0;
}
.share-button p::before {
    border: 9px solid transparent;
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 9px;
    left: -19px;
    border-right: 10px solid #322254;
    content: " ";
}
.share-but {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 30px 0;
}
.shares{
    width: 100%;
    max-width:790px;
    margin: 30px auto;
}
/*.article-date {
    font-size: 14px;
    display: inline-block;
    color: #4d4f53;
    margin-top: 110px;
    font-family: 'Cormorant Garamond', serif;
}*/
.news-text h1 {
    color: #322254;
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-style: italic;
    margin-bottom: 70px;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s linear;
  z-index: 2;
}

.popup-content {
  position: relative;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  box-sizing: border-box;
}

.popup-close-btn {
    position: absolute;
    color: white;
    font-size: 50px;
    right: -27px;
    top: -47px;
}

.popup-close-btn:hover {
    cursor: pointer;
}

.popup-image {
    max-width: 85vw;
    max-height: 85vh;
}

.visible {
  display: flex;
  visibility: visible;
  opacity: 1;
}
/*========================= MOBILE ==================== */

@media (min-width: 1368px){
    section.color-block {
        margin-bottom: 180px;
    }
    
}


@media (max-width: 1024px){
    .navbar-nav li {
        min-width: 160px;
    }
    .left-side{
        padding: 25px;
        height: 620px;
    }
    .right-side-block, .left-side-block{
        min-height: 295px;
    }
    .text-wrapper-content p{
        padding: 0 15%;
    }
    .block-2{
        height: 660px;
    }
    section.color-block {
        margin-bottom: 170px;
    }
    .slider-five-color {
        padding-bottom: 170px;
    }
    p.journal__item_title{
        height: 60px;
        font-size: 16px;
    }
    .journal__item_txt p{
        font-size: 16px;
    }
    .item-title p{
        font-size: 26px;
    }
    
}
.owl-nav {
        position: absolute;
        top: 50%;
        z-index: -1;
        left: -25px;
        width: calc(100% + 50px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .slider-five-color{
        margin-bottom: 30px;
    }

@media (max-width: 768px){
    a.scroll-indicator {
        display: none;
    }
    
    .navbar {
        display: block;
        text-align: center;
        background: transparent;
        border: navajowhite;
        margin: 0;
    }
    .header-fix {
        border-top: none;
        padding: 15px 0;
    }
    button.navbar-toggle {
        background: transparent;
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        margin-top: 20px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .canvas-slid {
        background: #322254;
        border: none;
    }
    .navmenu-default, .navbar-default .navbar-offcanvas,.canvas-slid {
        background-color: #322254;
        border-color: transparent;
    }
    .canvas-slid {
        background: #322254;
        border: none;
    }
    .navmenu-default .navmenu-nav>li>a, .navbar-default .navbar-offcanvas .navmenu-nav>li>a {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
    }
    ul.nav.navmenu-nav {
        padding: 20px 0 0 10px;
    }
    .video-wrapper, .header-section {
        margin-top: 73px;
    }
    .block-1{
        font-size: 15px;
        line-height: 23px;
        padding: 30px 0 60px;
    }
    .left-side{
        height: 390px;
    padding: 15px;
    }
    .left-side-text h4{
        font-size: 24px;
    }
    .left-side-text p{
        padding: 0;
    }
    .block-2{
        min-height: 420px;
    }
    section.block-3{
        margin: 0;
    }
    .text-wrapper-content p{
        padding: 0;
    }
    .right-side-block, .left-side-block{
        min-height: 330px;
    }
    .matchHeight{
        height: 120px;
    }
    .item-text p{
        font-size: 18px;
    }
    .item-info{
        margin-bottom: 30px;
    }
    .top-menu p{
        width: 100%;
    margin: 0 auto;
    text-align: justify;
    }
    .top-menu ul li a {
        font-size: 30px;
        color: #322254;
    }
    .social-footer {
        max-width: none;
        text-align: center;
            margin-bottom: 30px;
    }
    .social-footer li {
        padding-left: 0px;
        width: 65px;
    }
    .footer-copyright ul li.copyright {
        margin-top: 5px;
    }
    .subscribe-section-text {
        width: 100%;
            padding: 0 15px;
    }
    section.color-block {
        margin-bottom: 80px;
    }
    .quote-text p:first-of-type{
        font-size: 20px;
    }
    .text-in-blue {
        padding: 30px;
        height: auto;
    }
    ul.dropdown-menu {
        position: relative;
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
}

@media (max-width:425px){
    div#index-banner{
        display: none;
    }
    .header-title h1{
        font-size: 25px;
        letter-spacing: 1px;
    }
    #banner{
        background-image:none !important;
    }
    .matchHeight {
        height: 65px;
    }
    .item-info{
        margin-bottom: 30px;
    }
    .navmenu, .navbar-offcanvas{
        height: 100%;
    }
    .two-images img{
        margin: 15px 0;
    }
    .header-title {
        font-size: 20px;
        height: auto;
        padding: 15px;
    }
    .video-wrapper, .header-section {
        height: auto;
        padding: 15px;
        margin-top: 15px;
    }
    .over-effect {
        height: 35vh;
        padding: 17px 15px;
        opacity: 1;
    }
    .slider-design{
        padding-bottom: 60px;
    }
    .slider-five-color {
        padding-bottom: 0px;
    }
    section.color-block {
        margin-bottom: 50px;
    }
    .owl-nav{
        top:35%;
    }
    .owl-dots{
        margin-top: -25px;
    }
    .map{
        margin-bottom: 15px;
    }
    .m-ping a{
        color: #EAC9BF !important;
    }
    .m-ping .dropdown-menu li a{
        color: #fff !important;
    }
    
    .popup-close-btn {
    position: absolute;
    color: white;
    font-size: 70px;
    right: 0;
    top: -30px;
}
}
@media (max-width:1440px) and (min-width:1200px){
    .top-menu .container,.footer-copyright .container{
        max-width: 100%;
        margin: 0 auto;
    }
    p.journal__item_title{
        height: 90px;
    }
}











