html, body {
margin: 0;
padding: 0;
line-height:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:0;
line-height:normal;
font-weight:normal;
color:#383838;
margin: 0;
padding: 0;
background-color:#f8f7f0;
padding-top:85px;
}

body.white{
    background-color: #fff;
}

body.home {
    padding-top: 0px;
    overflow: hidden;
}

body.work {
    padding-top: 0px;
}

body.nopad{
    padding-top: 60px;
}

a{text-decoration:none; color:#dd3333;}
a.black{color:#000;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus {text-decoration:none; outline:none;}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

form, p{margin:0px; padding:0px; display:block;}

figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

sub, sup{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

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

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{
font-family: 'Montserrat', sans-serif;
font-size:30px;
line-height: 34px;
color: #000;
font-weight: 900;
display: block;
text-align: center;
}

h2{
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #666;
font-size: 26px;
line-height: 32px;
display: block;
text-align: center;
padding-top: 0.3em;
}

h3{
font-family: 'Montserrat', sans-serif;
font-weight: 300;
color: #666;
font-size: 26px;
line-height: 32px;
display: block;
text-align: center;
padding-top: 1.1em;
}

section{
	max-width:2560px;
	margin:0px auto;
}

.wrap{
	width:1120px;
	max-width:1120px;
	margin: 0px auto;
	position: relative;
	padding:20px 0px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#666;
	font-size:26px;
    line-height: 32px;
}

.wrapLegal{
    font-size:15px;
    line-height:normal;
    text-align: left;
}

.wrap p {
  margin: 0.3em 0em;
}

.wrapLegal p{
    margin: 1em 0em;
}

.wrapLegal a{
    color: #000;
    text-decoration: underline;
}

.wrap strong {
    font-weight: bold;
}

.wrap a {

}

.wrap a:hover{
    text-decoration: underline;
}

header{
    width:100%;
    background-color: #000;
    height: 60px;
    line-height: 60px;
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
}

header .wrap {
    margin: 0px auto;
    padding: 0px;
    line-height:62px;
    width: 980px;
}

header .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

header .wrap ul li{
    width: 33.33333%;
    text-align: left;
}

header .wrap ul li .logo img{
    max-width: 200px;
}

header .wrap ul li:last-child{
    text-align: right;
    width: 65%;
}

header .wrap ul li:last-child nav{
    line-height: 58px;
}

header .wrap ul li:last-child a{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 13px;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}


header .wrap ul li:last-child a:last-child{
    margin-right: 0px;
}

header .wrap ul li:last-child a:hover, header .wrap ul li:last-child a.sel{
    color: #dd3333;
    text-decoration: none;
}


.logo{
}

a.menuMob{
	display:none;
	position:absolute;
	right:2.75%;
	top:21px;
	z-index:95;
	width:26px;
	height:26px;
	background-image: url(../img/bgMenu.png);
	background-repeat:no-repeat;
	background-position:left top;
		transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

a.menuActive{
	background-position:left -26px;
}

#menuOverlay{
	display:none;
	position:fixed;
	left:auto;
    right:0;
	top:-120vh;
	z-index:92;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0);
	width:100%;
	height:100vh;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

#menuOverlay.active{
    right: 0;
    top: 0;
    height:100vh;
	background: rgba(0,0,0,0.6);

}

#menuOverlay .wrap{
	text-align:left;
    display: block;
    position: absolute;
    right: -175%;
    padding-top: 60px;
    top:0px;
    width: 320px;
    max-width: 85%;
    height:calc(100vh - 60px);
    background-color: #262626;
    line-height: normal;
}

#menuOverlay.active .wrap{
    right: 0;
    	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#menuX{
	display:inline-block;
	text-align:left;
	width:100%;
}


#menuX > li{
	display:block;
    width: auto;
	text-align:left;
	padding:16px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.035);
}

#menuX > li:first-child{
    border-top: 1px solid rgba(255,255,255,0.035);
}

#menuX > li a{
	display:block;
	height:auto;
    margin: 0px !important;
   font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-indent: 15px;
    text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#menuX > li a:hover, #menuX > li a.sel{
	color: #dd3333 !important;
}


body.home #content {
    width: 100%;
    height: 100vh;
    display: block;
}

#video-wrap {
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height:100vh;
    z-index:-10;
    overflow:hidden;
    background-color: #000;
}

#mvideo {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

#mimage{
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.videoHome {
    height: 100vh;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.videoHome #video-wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  z-index: -10;
  overflow: hidden;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mimage, #mvideo {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: auto;
    height: 100vh;
}

.galleryHome{
	width:100%;
	height: 100vh;
	display:block;
}

.galleryHome .swiper-slide{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.galleryHome .swiper-slide a{
    display: block;
    height: 100vh;
    width: 100%;
    line-height: 100vh;
    text-align: center;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 1px 1px 4px rgba(0,0,0,1);
    /*text-shadow: 4px 4px 6px rgba(255, 255, 255, 1);*/

}

.galleryHome .swiper-slide a span{
    display: inline-block;
    vertical-align: middle;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.galleryHome .swiper-slide a span:hover{
    opacity: 0.75;
}

.galleryHome .swiper-slide-desktop{
	display:block !important;
}

.postit{
    display: block;
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 98;
    width: 248px;
    max-width: 248px;
    min-height: 255px;
    background-color: #3afc50;
    text-align: center;
    opacity: 0;
           	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.pos_top{
    top: 7.5%;
    transform: translateY(-0%);
}

.pos_midle{
    top: 50%;
    transform: translateY(-50%);
}

.pos_bottom{
    top: auto;
    bottom: 7.5%;
    transform: translateY(0%);
}

.color_yellow {
    background-color: #f1f58f !important;
}

.color_green{
    background-color: #74ed4b !important;
}

.color_pink{
    background-color: #ff32b2 !important;
}

.postit.fix{
    left: 5%;
    opacity: 1;
}

.postit div{
    text-align: center;
    width: 80%;
    margin: 0px auto;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
}

.postit div a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 8px;
    	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.postit div a:last-child{
    font-size: 12px;
}

.postit div a:hover{
    opacity: 0.6;
}


#fimage{
     display: block;
    position: fixed;
    z-index: 88;
    top: 120px;
    right: 20px;
    max-width: 50px;
}

.list .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.list .wrap ul li{
    width: calc(50% - 2.5px);
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.list .wrap ul li a{
    display: block;
    width: 100%;
    position: relative;
}


.list .wrap ul li a img{
    height: 400px !important;
    width: 100%;
    display: block;
    object-fit:cover;
    opacity: 1;
    transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}


.list .wrap ul li a span{
    display: block;
    position: absolute;
    left: 10%;
    top: 12%;
    width: 80%;
    height: 78%;
    background-color: rgba(255,255,255,0);
    z-index: 95;
    text-align: center;
    color: #000;
    transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.list .wrap ul li a span p{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: scale(1.5) translateY(-50%);
    opacity: 0;
    margin: 0px;
    padding: 0px;
    transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.list .wrap ul li a span p strong{
    font-weight: 600;
    display: block;
    font-size: 25px;
    line-height:39px;

}

.list .wrap ul li a span p em{
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
}

.list .wrap ul li a:hover img{
    opacity: 0.65;
}

.list .wrap ul li a:hover span{
    background-color: rgba(255,255,255,0.8);    
}


.list .wrap ul li a:hover span p{
    transform: scale(1) translateY(-50%);
    opacity: 1;
}

.list .wrap ul li a span:hover p{
    transform: scale(0.75) translateY(-50%);
}

.blog .wrap ul li{
    background-color: transparent;
    margin-bottom:50px;
    margin-top: 5px;
}

.blog .wrap ul li a img{
    height: 300px !important;
}

.blog .wrap ul li a:hover{
    text-decoration: none;
}

.blog .wrap ul li a strong{
    color: #000;
    font-size: 15px;
    line-height:22px;
    display: block;
    width: 100%;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 7px;
    text-align: center;
        transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.blog .wrap ul li a:hover strong{
    opacity: 0.55;
}


.blog .wrap ul li a p{
    color: #000;
    font-size: 13px;
    line-height: 20px;
    display: block;
     width: 84.5%;
    margin: 0px auto;
    text-align: center;
}


.listImages .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.listImages .wrap ul li{
    width: 100%;
}

.listImages .wrap ul li img{
    max-width: 100%;
    display: block;
    margin: 0px auto;
    margin-bottom: 5px;
    height: auto;
    mix-blend-mode: multiply !important;
}

.listImagesEven .wrap ul li{
    width: 50%;
}

.listVideos .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:center;
}

.listVideos .wrap ul li{
    width: 75%;
}

.listVideos .wrap ul li .containerVideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    text-align: center;
    margin-bottom: 5px;
 }

.listVideos .wrap ul li iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
    border: 0px;
 }

.listBlog .wrap{
    padding: 0px;
}

.listBlog .wrap ul li:last-child{
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.listBlog .wrap ul li:last-child h1{
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.listBlog .wrap ul li:last-child h2{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
    padding-top: 0px;
    display: block;
}

.listBlog .wrap ul li:last-child p{
    margin: 0.7em 0em;
}

.listBlog .wrap ul li:last-child a{
    color: #000;
    text-decoration: underline;
}

.listBlog .wrap ul li:last-child a:hover{
    text-decoration: none;
}

.navBlog {
    background-color: #f8f7f0;
    border-top:1px solid #eeeeee;
    margin-top:35px;
}

.navBlog .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.navBlog .wrap ul li{
    width: 40%;
    text-align: right;
    font-size: 13px;
    line-height: 19px;;
}

.navBlog .wrap ul li:first-child{
    text-align: left;
}

.navBlog .wrap ul li a{
    color: #888;
}

footer{
    width:100%;
    background-color: #222;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
}

body.home footer{
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 99;
}

footer .wrap{
    font-family: 'Montserrat', sans-serif;
    color: #aaa;
    font-size: 12px;
    margin: 0px auto;
    padding: 0px;
    line-height: 60px;
}

footer .wrap a{
    color: #aaa;
}

.button{
    box-sizing: border-box;
	text-align:center;
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#44484b;
	font-size:16px;
    text-transform: uppercase;
      padding:0px 30px;
	height:42px;
	min-height:42px;
	line-height:42px;
	border:1px solid #44484b;
	background-color:#FFF;
    border-radius:21px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.button:hover{
	background-color:#44484b;
    color: #fff;
}

.breadcrumb{
    margin: 0px auto;
    
}

.breadcrumb .wrap{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#44484b;
text-align:left;
font-weight: bold;
margin: 0px auto;
padding: 15px 0px 0px 2px;
text-indent: 15px;
}

.breadcrumb .wrap a, .breadcrumb .wrap span{
	color:#44484b;
	font-weight:normal;
}

.breadcrumb .wrap a:hover{
	text-decoration:underline;
}


section:after, footer:after, .content:after, .wrap:after, .mainInfo:after, .contentRoom:after, form:after, .valContent:after, .envList ul li:after, .roomItem:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #7b7b7b;
		opacity:1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #7b7b7b;
	 opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #7b7b7b;
	 opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #7b7b7b;
	 opacity:1;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-reject, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all {
    background-color: #dd3333 !important;
    color: #fff !important;
    margin-left: 12px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled + .pdcc-btn-slider {
  background-color: #dd3333 !important;
}
