*{margin: 0;padding: 0;box-sizing: border-box; font-family: 'din-2014';}
.container{max-width: 1170px;margin: 0 auto;padding: 0 15px;}
.containerfluid{max-width: 100%;padding: 0 50px;margin: 0 auto;}
a,a:hover{text-decoration: none;transition: all ease 0.5s;-webkit-transition: all ease 0.5s;}
ul,li{list-style: none;}

.foottop {
    background: #3a3533;
    padding: 5px 0;
}
.mobilenav{
	display: none;
}
.foottopin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wblink a {
    color: #cfcecd;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 300;
}

.wblink a img {
    width: 21px;
}

.wblink a span {
    margin-right: 10px;
}

.wblink ul li {
    display: inline-block;
    margin-left: 15px;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 160px;
}
.navmenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    order: 3;
}
.footbottom {
    position: relative;
    width: 100%;
}
.navinner {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 110px;
}
.page h1.article-h1 {
    display: none;
}
.logo img {
    width: 100%;
}
.page a.skip-link.screen-reader-text {
    display: none;
}
.home header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}
.footbottom {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.menu ul li {}

.home .menu li a, .menu li:hover a, .home .menu li a, .sticky .menu li a:hover, .menu li a:hover, .menu .nav-drop li a{
    color: #3a3533;
}
.menu .nav-drop li a, .sticky .menu .nav-drop li a {
    color: #b7b6b6;
}
.sticky .menu li a{
    color: #949393;
}
.menu  li a {
    color: #949393;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500px;
    font-family: 'dinregular';
    letter-spacing: 3px;
}
.menu  li a font{
    font-family: 'dinregular';
}
header.sticky li a {
    /*color: #9c9c9c;*/
}
.split-menu {
    width: 40%;
    text-align: center;
}
.split-menu ul.menu {
    display: flex;
}
.left-menu.split-menu ul.menu {
    justify-content: flex-end;
}
.right-menu.split-menu ul.menu {
    justify-content: flex-start;
}

.menu li {
    margin: 0 25px;
}

.banner {
    position: relative;
    z-index: -1;
    width: 100%;
    line-height: 0;
}

.banner img {
    width: 100%;
    object-fit: cover;
}
.infobnr {
    padding: 85px 0;
    text-align: center;
    background: #3a3533;
}
.infobnrin h3 em{
    font-family: 'freightdisp_book_italic';

}
.infobnrin h3 em font{
    font-family: 'freightdisp_book_italic';
}
.infobnrin h3 {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    font-family: 'Cormorant SC', serif;
    font-weight: 300;
    padding: 35px 10px;
    position: relative;
    max-width: 620px;
}
.infobnrin h3 font{
    font-family: 'Cormorant SC', serif;
}
.infobnrin h3::after {
    position: absolute;
    content: "";
    background-image: url(../images/cp-line.png);
    top: 0;
    width: 40%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.infobnrin h3::before {
    position: absolute;
    content: "";
    background-image: url(../images/cp-line.png);
    bottom: 0;
    width: 40%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.homegalleryin {
    display: flex;
    justify-content: space-between;
}

.homegalleryin .glryimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 415px;
}

.glryimg {
    width: 33%;
}
.homegallry {
    background: #3a3533;
}
.footmid {
    padding: 40px 0;
    border-top: 1px solid #4c4746;
    border-bottom: 1px solid #4c4746;
}
.footertop {
    padding: 25px 0;
}
footer {
    background: #3a3533;
}
.footmidin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footmidcon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footlogo {
    width: 150px;
    margin-right: 80px;
}
.footlogo img{
	width: 100%;
}

.footadd p, .footadd p a {
    color: #898685;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}
.social ul li a {
    color: #fff;
    font-size: 18px;
}
.social ul li {
    display: inline-block;
    margin-left: 25px;
}
.footbot {
    padding: 20px 0;
}
.footbotin {
    display: flex;
    justify-content: space-between;
}
.footbotin p {
    color: #898685;
    font-size: 13px;
    letter-spacing: 1px;
}
div#wpadminbar {
    display: none;
}
.homebanner img.vc_single_image-img.attachment-full{
    height:100vh;
}
header.sticky {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.sticky .footbottom {
background: #fff;
}

/* header.sticky .foottop {
    visibility: hidden;
    height: 0;
    padding: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
} */
.split-menu ul.menu ul.nav-drop {
       position: absolute;
    left: 0;
    text-align: left;
    top: 100%;
    background: #ecebeb;
    min-width: 229px;
    padding: 20px;
    display: none;
    animation: slide 0.5s forwards;
    background: #ecebeb 0% 0% no-repeat padding-box;
    margin-left: -20px;
}
.split-menu ul.menu ul.nav-drop li.nav-drop-item {
    margin: 0;
    padding: 0;
}
.menu li {
    margin: 0 25px;
    position: relative;
    padding: 50px 0px;
    z-index: 1000;
    list-style: none;
}

.footbotin a {
    color: #898685;
}
.footbotin a:hover {
    opacity: 0.5;
}
.footbottom{
padding:0;
}
.split-menu ul.menu ul.nav-drop li.nav-drop-item {
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px solid #d6d6d6;
    color: #000;
}
.split-menu ul.menu ul.nav-drop li.nav-drop-item:last-child {
    border: none;
}
.menu li:hover ul.nav-drop {
    /* display: block; */
}
.social ul li a:hover {
    opacity: 0.5;
}
.wblink ul li a:hover{
    opacity: 0.5;
}
.wblink ul li a{
    /*opacity: 0.5;*/
    /*font-family: none;*/
}
.textwidget p  a:hover{
opacity: 0.5;
}
.lang {
    margin-bottom: 36px;
    text-align: right;
}

.lang select.goog-te-combo {
    background: transparent;
    color: #fff;
    border: none;
    width: 123px;
}
.homebanner {
    height: 100vh !important;
    min-height: 100vh !important;
}
.goog-te-combo option {
    background: #3a3533;
}
.wblink.ab ul li a {
    font-size: 13px;
    letter-spacing: 1px;
    /*font-family: none;*/
}
.wpb_text_column.wpb_content_element.header-title h2 {
    color: white;
    margin: 0 auto;
    width: fit-content;
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    font-size: 60px;
}
.vc_row.wpb_row.vc_row-fluid.header-image.vc_custom_1591719852639.vc_row-has-fill {
    background-color: #0a0a0a;
    height: 600px;
}

.titlebar .titleslide img.attachment-full {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    height: 550px !important;
}
.titleslide {
    position: relative;
    width: 100%;
    height: 100%;
}
.titlebar {
    height: 550px;
    overflow: hidden;
    width: 100% !important;
    position: relative;
}
.titlebar .customhead {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 85px;
    font-family: 'Cormorant SC', serif;
    font-weight: 300;
    transform: translateY(-50%);
    letter-spacing: 0.05em;
}
.titlebar .customhead font{
    font-family: 'Cormorant SC', serif;
}

h2.vc_custom_heading.customhead {
    /*width: min-content;*/
}
.colcon p a {
    color: black;
    font-style: italic;
}
.containenew{
max-width:90%;
margin:0 auto;
}
.insec .containenew {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.insec .containenew .wpb_column {
    width: 50%;
    padding:;
}
.insec .containenew .wpb_column img {
    width: 100%;
    object-fit: cover;
}
.insec {
    padding: 100px 0;
    background: #f2f2f2;
}
.insec .colcon {
    padding: 7%;
    background: #fff;
}
.colcon h3 {
    font-family: 'Cormorant SC', serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #2b2c2c;
}
.colcon h3 font{
    font-family: 'Cormorant SC', serif;
}
.colcon p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'din-2014';
    color: #2b2c2c;
    font-weight: 300;
}
.colcon p font{
    font-family: 'din-2014';
}
.colcon .boxcon {
    width: 100%;
    padding: 45px;
    border: 1px solid #9c9c9c;
}
.boxcon p:last-child {
    margin-bottom: 0;
}
.location{
    text-align: center;
    width: 50%;
    padding: 50px 0;
    margin: 0 auto;
}
.location h4 {
    color: #3a3533;
    font-family: 'Cormorant SC', serif;
    font-size: 30px;
    font-weight: 300;
}
.location h4 font{
    font-family: 'Cormorant SC', serif;
}
.footertop a {
    font-size: 14px;
    text-transform: capitalize;
}
.location p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #3a3533;
    font-weight: 300;
}
.location_image img {
    width: 100%;
    height: 100%;
}
.colrow{
    display: flex;
    justify-content: space-evenly;
}
.col1{

}
.containenew1{
max-width:90%;
margin:0 auto;
}
.insec1 .containenew1 .wpb_column {
    width: 50%;
    padding: ;
    height: fit-content;
}
.insec1 .containenew1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.insec1 {
    padding: 100px 0;
    background: #f2f2f2;
}
.insec1 .containenew1 .wpb_column img {
    width: 100%;
    object-fit: cover;
    height: auto;
    margin-top: 10%;
}
.insec1 .colcon {
    padding: 7%;
    background: #fff;
}
.brob{
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #c5c5c5
}
.pborb p {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 0px;
    padding: 7px 0;
}
.pborb h4 {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 22px;
}

.insec .containenew .featuredcol img {
    max-height: 450px;
}
.insec .containenew .featuredcol .wpb_gallery_slides ul {
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}
.insec .containenew .featuredcol .wpb_gallery_slides ul li {
    list-style: none;
}
.insec .containenew .featuredcol .wpb_gallery_slides ul li.isotope-item {
    position: static !important;
    width: 49.6%;
}
.insec .containenew .featuredcol .wpb_gallery_slides ul li.isotope-item img {
    object-fit: cover !important;
    width: 100% !important;
    max-height: 290px;
    object-position: center;
}
.col1 {
    width: 45%;
}
.insec .containenew .activityimg img {
    max-height: 700px;
}

 .containenew.serbot {
    padding: 70px 0;
    background: #fff;
    align-items: flex-start;
}
.containenew.serbot .wpb_column {
    padding: 0 70px;
}
.containenew.serbot .wpb_column:first-child {
    border-right: 1px solid #000;
}
.containenew.serbot .wpb_text_column h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.containenew.serbot .wpb_text_column ul li {
    padding: 7px 0;
    border-bottom: 1px solid #c5c5c5;
    list-style: none;
    font-size: 18px;
    color: #2b2c2c;
    font-family: 'din-2014';
    font-weight: 300;
}
.containenew.serbot .wpb_text_column ul li font{
    font-family: 'din-2014';
}
.titleslide .vc_carousel-control {
    display: none;
}
.footbottom {
    background: #fff;
}
body.home .footbottom {
    background: transparent;
}
body.home header.sticky .footbottom {
    background: #fff;
}
.menu li a{
text-transform: uppercase;
}
.titleslide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2b2c2c;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.insec .containenew .chaletimg img {
    min-height: 580px;
}
.gallerymain {
    background: #F2F2F2;
    padding: 100px 0;
}
.galleryin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.galleryin .wpb_column {
    width: 49%;
    background: #fff;
}
.galleryin .vc_carousel-slideline-inner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}
.galleryin .vc_carousel-control span::before{
display:none;
}
.galleryin .vc_carousel-control span {
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/scroller-right-arrow.svg");
    border-radius: 50%;
    padding: 17px !important;
    width: auto !important;
    height: auto !important;
    background-size: 25px;
    background-position: center;
}
.galleryin .vc_carousel-control span.icon-prev {
    transform: rotate(180deg);
}
.galleryin .wpb_text_column {
    background: #fff;
    padding: 13px 20px 27px 20px;
    text-align: center;
}
.galleryin .wpb_text_column h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Cormorant SC', serif;
    font-weight: 300;
}
.galleryin .wpb_text_column h2 font{
    font-family: 'Cormorant SC', serif;
}
.galleryin .wpb_text_column p {
    font-size: 18px;
    line-height: 25px;
    color: #2b2c2c;
    font-weight: 300;
}
.iso {
    padding: 140px 0;
}
header {
    /* position: relative; */
    width: 100%;
    /* box-shadow: 1px -10px 15px 4px #b2acac; */
    position: fixed;
    z-index: 999;
    top: 0;
}
.contactin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactin .wpb_column {
    width: 50%;
}
.conform {
    padding: 90px;
}
.conform .formin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.conform .formin .form-group {
    width: 100%;
    margin-bottom: 20px;
}
.conform .formin .form-group .form-control {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.conmap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.conform .formin .form-group.halfwid {
    width: 48%;
}
.conform .formin .form-group .form-control:hover, .conform .formin .form-group .form-control:focus {
    outline: none;
}
.conform .formin .form-group textarea.form-control {
    height: 160px;
}
.conform .formin .form-group input.sub {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    letter-spacing: 2px;
}
.conbot {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
#masonryGrid.grid {
    margin: 0 auto;
    width: 100% !important;
}
 #masonryGrid.grid .grid-item {
     padding: 0 2px ;
}
#masonryGrid .grid-item img {
    width: 100% !important;
    height: auto;
    object-fit: contain;
}
.iso {
    padding: 0;
    overflow: hidden;
    background: #F2F2F2;
}
.grid__sizer, .grid-item {
  width: 50%;
}
.filter.filter-button-group ul {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.filter.filter-button-group ul li {
    margin: 0 15px;
    color: rgba(0,0,0,0.5);
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    letter-spacing: 1px;
}
.filter.filter-button-group ul li.active {
    color: #000;
}
@media(max-width: 767px){
    .filter.filter-button-group ul{
        display: none;
    }
    .grid__sizer, .grid-item {
    position: relative;
    width: 100%;
}
}
li.current-menu-item a, li.current-menu-ancestor > a, .nav-drop li.current-menu-item a {
    color: #3a3533;
}
/* .nav-drop li.current-menu-item a{
    font-weight: 600;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
} */
li.ba.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-100.menu-item-has-children > a {
    color: black;
    font-weight: bold;
}
.newtpm h1 {
    font-size: 50px;
    margin-bottom: 50px;
}
.newtpm {
    margin: 0 auto;
    width: fit-content;
}
.newtpm {
    margin: 0 auto;
    width: fit-content;
}
.newtpm ul, li {
    list-style: disc;
    list-style: none;
    text-align: left;
    margin-bottom: 23px;
    margin: 0 auto;
    margin-bottom: 10px;
    list-style: circle;
}

/**
*  New Design CSS
*
**/ 

.foottop .newtpm ul, li {
    margin-bottom: 0;
}
.home header{
    position: fixed;
    z-index: 999;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sticky .logo {
    max-width: 135px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sticky .menu li {
    padding: 38px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sticky .navinner {
    min-height: 100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobilenav .fa-times{
    display: none;
}
.scroll-link{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 56px;
    width: 25px;
    height: 45px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}
.scroll-link img{
    height: 45px;
    width: 16px;
    object-fit: contain;
}
.footbotin .custom-html-widget{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.wpcf7-mail-sent-ok {
    color: green;
}
.wpcf7-mail-sent-ng{
    color: red;
}

.goog-logo-link, .goog-te-banner-frame.skiptranslate {
    display:none !important;
 } 
 body {
    top: 0px !important; 
    margin-top: 155px;
    } 
    body.home{
        margin-top: 0;
    }
 .goog-te-gadget{
    color: transparent !important;
 }
 .insec1 .containenew1 .wpb_column.width-45 {
    width: 45%;
 }
 .insec1 .containenew1 .wpb_column.width-55 {
    width: 55%;
 }
 #location-map {
    height: 600px;
    /* filter: grayscale(100%);  */
  }
.brob p{
    margin-bottom: 7px;
    margin-top: 7px;
    color: #2b2c2c;
}
.brob p a{
    color: #2b2c2c;
    font-family: "dinregular";
}
/* .brob p a:hover{
    color: blue;
} */
.containenew.serbot .wpb_text_column p{
    font-size: 18px;
    color: #2b2c2c;
    padding-top: 5px;
    font-family: 'din-2014';
    border-top: 1px solid #dfdfdf;
    font-weight: 300;
}
.containenew.serbot .wpb_text_column p font{
    font-family: 'din-2014';
}
.pborb p:last-child, .containenew.serbot .wpb_text_column ul li:last-child{
    border-bottom: none;
}
.insec.pt-0{
    padding-top: 0;
}
.homebanner.banner{
    z-index: 1;
}
.social .custom-html-widget{
    text-align: right;
    margin-right: 5px;
}
.conform {
    padding: 90px;
}
.conform .formin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.conform .formin .form-group {
    width: 100%;
    margin-bottom: 20px;
}
.conform .formin .form-group .form-control {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #000;
    color: #2b2c2c;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
.conform .formin .form-group.halfwid {
    width: 48%;
}
.conform .formin .form-group .form-control:hover, .conform .formin .form-group .form-control:focus {
    outline: none;
}
.conform .formin .form-group textarea.form-control {
    height: 160px;
}
.conform .formin .form-group input.sub {
    width: 100%;
    background: #3a3533;
    color: #fff;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    letter-spacing: 3px;
}
.wpcf7-mail-sent-ok {
    color: green;
    margin-top: 13px;
    line-height: 17px;
}
.wpcf7-mail-sent-ng{
    color: red;
}
.conform .formin ::placeholder, .conform .formin select, .conform .formin input { 
    color: #2b2c2c;
    font-weight: normal;
}
.conform .formin select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
    background: #fff;
    color: #2b2c2c;
    font-weight: normal;
}
.botin{
    margin-bottom: 20px;
}
.botin, .botin a{
    color: #4e4e4e;
}
#contact-map {
    height: 1000px;
}
a.fancybox-button.fancybox-button--arrow_right, a.fancybox-button.fancybox-button--arrow_left{
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/scroller-right-arrow.svg);
    border-radius: 50%;
    padding: 17px !important;
    width: auto !important;
    height: auto !important;
    background-size: 25px;
    background-position: center;
}
a.fancybox-button.fancybox-button--arrow_left {
    transform: rotate(180deg);
}
a.fancybox-button.fancybox-button--arrow_right.disabled, a.fancybox-button.fancybox-button--arrow_left.disabled{
    cursor: no-drop;
}
.fancybox-is-open .fancybox-bg {
    background: #fff;
}
a.fancybox-button {
    background: none; 
}
.containecontent{
    max-width:60%;
    margin:0 auto;
    min-height: 600px;
}

.zoom-image .fade-popup:after {
    content: url(../images/Enlarge-Icon-White.svg);
    width: 36px;
    height: 40px;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    float: right;
    bottom: 52px;
    right: 27px;
}

.custom-select{
    display: none;
    text-align: center;
    margin: 20px auto;
    width: 200px;
}
.custom-select select{
    width: 200px;
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
}
select:focus{
    outline: none;
}
.conbot .botin p {
    font-size: 14px;
    font-weight: normal;
}
.conbot .botin h3 {
    font-size: 18px;
}
.custom-language-select{
    background: transparent;
    color: #fff;
    border: none;
    width: 45px;
    background: url('../images/expand-arrow.png') no-repeat 95% 47%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    padding: 0 5px;
    font-size: 14px;
    top: 1px;
}
.custom-language-select option{
    background: #3a3533;
}
.containerfluid span{
    margin: 0 15px;
}
.fancybox-infobar, .fancybox-button.fancybox-button--thumbs {
    display: none !important;
}
header:hover{
    background: #fff;
}
.weather-menu {
    display: inline-block;
}
.weather-menu ul li a{
    font-size: 14px;
}
.weather-menu ul li{
    margin-left: 0;
    margin-right: 25px;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    border: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'din-2014';
    color: #3a3533;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    border: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'din-2014';
    color: #3a3533;
}
.homegridmain .link-wrapper {
    cursor: pointer;
}

.mobile-sidebar {
    margin: 0;
    padding: 0;
    width: 75%;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
    z-index: 99999;
    background: #3a3533;
    display: none;
    overflow-y: scroll;
}
.mobile-sidebar ul.nav-drop{
    display: none;
}
.ms-menu-links{
    margin-top: 75px;
    padding: 0 20px;
    margin-bottom: 210px;
}
.ms-footer {
    padding: 20px;
    position: relative;
}
.ms-menu-links .menu li{
    background: none;
    padding: 8px 19px 8px 5px;
    text-align: left;
}
.ms-menu-links .menu li a{
    color: #fff;
    font-size: 17px;
}
.ms-footer .custom-language-select {
    position: inherit;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 31px;
    width: 49px;
}
.ms-footer .custom-language-select option {
    background: #3a3533;
    max-width: 22px;
    max-height: 10px;
    font-size: 14px;
    white-space: none;
}
.ms-footer .social .custom-html-widget{
    text-align: left;
}
.ms-footer .social ul li {
    margin-right: 18px;
    margin-left: 5px;
}
.ms-footer .ms-footer-menu{
    margin-top: 20px;
   font-size: 17px;
}
.ms-footer .ms-footer-menu, .ms-footer .ms-footer-menu a{
    color: #898685;
    font-size: 14px;
    letter-spacing: 2px;
}
.mobilenav .bar1, .mobilenav .bar2, .mobilenav .bar3{
    width: 35px;
    height: 2px;
    background-color: #cfcecd;
    margin: 6px 0;
    transition: 0.4s;
}
.ms-footer-menu ul li{
    padding-bottom: 3px;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-2px, 3px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
   -webkit-transform: rotate(45deg) translate(-8px, -8px);
   transform: rotate(45deg) translate(-8px, -10px);
}
.ms-menu-links .menu ul.nav-drop li{
    padding: 3px 10px;
}
.ms-menu-links .menu ul.nav-drop li a{
    font-size: 15px;
    line-height: 20px;
}

.homebanner img.vc_single_image-img {
    height: 100vh;
}
.show-mobile, .phone-icon {
    display: none;
}
.footer-links-padding {
    margin-left: 40px;
}