/* CSS Document 

Theme Name:Century Virtual Space Template

Description: A copyright wordpress design for CVS.

Author:Seun Crowthers

Author URI:http://seuncrowther.com

Version:1.0

*/
@font-face {
  font-family: 'opensans-regular';
  src:url(fonts/OpenSans/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'opensans-light';
  src:url(fonts/OpenSans/OpenSans-Light.ttf);
}

@font-face {
  font-family: 'opensans-bold';
  src:url(fonts/OpenSans/OpenSans-Bold.ttf);
}


@font-face {
  font-family: 'didot-light';
  src:url(fonts/didot/Didot-HTF-L24-Light.ttf);
}

@font-face {
  font-family: 'didot-bold';
  src:url(fonts/didot/Didot-HTF-B24-Bold.ttf);
}

@font-face {
  font-family: 'icb';
  src:url(fonts/interstate/Interstate-Condensed-Bold.otf);
}

@font-face {
  font-family: 'ib';
  src:url(fonts/interstate/interstate-black.ttf);
}

@font-face {
  font-family: 'didot';
  src:url(fonts/GFSDidot-Regular.ttf);
}


body, html{
	margin:0;
	padding:0;
	position:relative;
}

.social-bar{
	width:32px;
	padding:10px;
	min-height:100px;
	overflow:auto;
	background:#DC143C;
	color:#FFF;
	position:fixed;
	right:0;
	top:40%;
	z-index:11;	
}

.social-bar a{
	text-decoration:none;
	color:#FFF;
}

.social-bar a span{
	display:inline-block;
	width:30px;
	height:30px;
	border:1px solid #FFF;
	border-radius:4px;
	text-align:center;
	margin-bottom:5px;
	cursor:pointer;
}

.social-bar span i{
	color:#FFF;
	font-size:14px;
	margin-top:9px;	
}

.social-bar span:hover{
    transition:.5s;
	background:#fff;	
}

.social-bar span:hover i{
    transition:.5s;
	color:#DC143C;	
}

.header{
	width:100%;
	min-height:40px;
	overflow:auto;
	background:#DC143C;
	position:relative;
}

.header-inner{
	width:85%;
	min-height:40px;
	overflow:auto;
	margin:auto;
	position:relative;
}

.logo{
	width:120px;
	height:120px;
	position:absolute;
	z-index:10;
	background:#FFF;
	top:0;
	left:110px;
	padding-left:5px;
	padding-right:5px;
}


.logo img{
	width:100%;
	height:100%;
	object-fit:contain;	
}

.navigation{
	min-width:100px;
	min-height:50px;
	overflow:auto;
	float:right;	
}

.menu{
	width:100%;
	min-height:50px;
	overflow:auto;
	padding:0;
	margin:0;
	list-style:none;	
}

.menu .menu-item{
	min-width:100px;
	line-height:90px;
	float:left;
	text-align:center;	
}

.menu .menu-item a{
	text-decoration:none;
	color:#FFF;
	font-family:icb;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	width:100%;
	height:100%;
	border-bottom:2px solid transparent;	
}

.menu .menu-item a:hover{
	border-bottom:2px solid #DC143C;	
}

.slider{
	width:100%;
	min-height:100px;
	max-height:550px;
	height:550px;
	overflow:auto;
	position:relative;	
}

.purple{
	background:#DC143C;
	color:#FFF;	
}

.grey{
	background:#f3f3f3;
	color:#222;	
}

.section{
	width:100%;
	min-height:100px;
	overflow:auto;
	overflow-x:hidden;
}

.gallery-section{
	width:100%;
	min-height:100px;
	overflow:auto;
	padding-top:70px;	
}

.section-inner{
	width:85%;
	min-height:100px;
	overflow:auto;
	margin:auto;
	font-family:icb;
	padding-top:50px;
	padding-bottom:50px;	
}

.tourBar{
	width:100%;
	min-height:30px;
	overflow:auto;
	background:#DC143C;
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
	font-size:30px;
	font-family:icb;
	color:#FFF;
}

.tourButton{
	width:150px;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	border:1px solid #FFF;
	margin:auto;
	margin-top:20px;
}

.tourButton a{
	display: block;
	width:100%;
	height:100%;
	background:transparent;
	text-decoration:none;
	color:#FFF;
	font-family:icb;
	font-size:18px;
}

.tourButton a:hover{
	background:#FFF;
	color:#333;
	transition: 1s;
}


.about{
	width:60%;
	min-height:100px;
	overflow:auto;
	float:left;
	font-family:icb;
	color:#4f4f4f;
	line-height:30px;
	text-align: justify;
}

.services{
	width:38%;
	min-height:100px;
	overflow:auto;
	float:right;
	font-family:icb;
	color:#4f4f4f;
	line-height:30px;	
}

.header-section{
	width:100%;
	line-height:40px;
	text-transform: uppercase;
	font-size:20px;
	color:#FFF;
	background:#4f4f4f;
	text-indent:10px;
}

.section-inner .h-text{
	width:49%;
	min-height:50px;
	overflow:auto;
	font-family:icb;
	margin:auto;
	margin-top:10px;
}

.section-inner .left{
	font-weight:bold;
	font-size:34px;
	text-align:center;
	color:#4f4f4f;
	float:left;
}

.section-inner .right{
	font-size:17px;
	text-align:left;
	color:#4f4f4f;
	float:right;
	line-height:35px;
}

.section-title{
	width:100%;
	min-height:30px;
	overflow:auto;
	text-align:center;
	font-family:icb;
	font-size:36px;
	color:#000;
	margin-bottom:30px;
	text-transform: uppercase;
}

.slogan{
	width:100%;
	min-height:30px;
	overflow:auto;
	text-align:center;
	color:#DC143C;
	font-style:italic;
	font-family:didot;
	font-size:18px;
	letter-spacing:1px;	
}

.divider{
	width:100px;
	height:1px;
	background:#DC143C;
	margin:auto;
	margin-bottom:15px;
	margin-top:15px;	
}

.section-title-white{
	width:100%;
	min-height:30px;
	overflow:auto;
	text-align:center;
	font-family:didot;
	font-size:38px;
	color:#FFF;
	margin-bottom:40px;	
}

.section-title span{
	font-size:18px;
	color:#222;	
}


.offer-box{
	width:33.3%;
	float:left;
	min-height:70px;
	overflow:auto;
	margin-bottom:60px;
}

.icon-img{
	width:25%;
	min-height:30px;
	float:left;
	text-align:center;
}

.icon-img i{
	font-size:36px;
	color:#4F4F4F;
}

.icon-note{
	width:65%;
	float:left;
	color:#333;
	font-family:opensans-light;
	font-size:14px;
}

.prog-item{
	width:24%;
	min-height:100px;
	overflow:auto;
	float:left;
	margin-bottom:30px;
	padding-bottom:5px;
	border-right:1px solid rgba(96, 37, 65, 0.4);	
}


.prog-item:last-child{
	width:25%;
	min-height:100px;
	overflow:auto;
	float:left;
	margin-bottom:30px;
	padding-bottom:5px;
	border-right:0;	
}

.progImg{
	width:100%;
	height:150px;
	position:relative;
	margin-bottom:25px;
		
}

.progImg img{
	width:100%;
	height:100%;
	object-fit:cover;		
}

.prog-container{
	width:93%;
	min-height:200px;
	overflow:auto;
	margin:auto;
	padding-right:10px;
	background:#FFF;
	-webkit-box-shadow: 4px 7px 11px 0px rgba(187,191,191,0.5);
	-moz-box-shadow: 4px 7px 11px 0px rgba(187,191,191,0.5);
	box-shadow: 4px 7px 11px 0px rgba(187,191,191,0.5);
}

.prog-text{
	width:95%;
	min-height:20px;
	overflow:auto;
	padding-left:10px;	
}

.prog-title{
	display:inline-block;
	padding:10px 15px;
	text-align:left;
	text-transform:uppercase;
	font-family:opensans-bold;
	font-size:12px;
	color:#222;
	background:#FFF;
	position:absolute;
	left:0;
	bottom:-20px;	
}

.prog-title i{
	font-size:24px;	
	margin-right:20px;
	color:#DC143C;
}

.prog-note{
	width:95%;
	min-height:50px;
	overflow:auto;
	text-align:left;
	font-family:opensans-light;
	font-size:14px;
	color:#222;
	padding-left:15px;
	margin-bottom:15px;	
}

.prog-note a{
	display:inline-block;
	padding:8px 15px;
	background:#DC143C;
	font-family:didot;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	float:right;	
}

.prog-note a:hover{
	background:#666;	
}

.blog-item{
	width:33.3%;
	min-height:350px;
	overflow:auto;
	float:left;
	position:relative;
	margin-bottom:40px;
}

.blogInner{
    width:80%;
    min-height:100px;
    overflow:auto;
    margin:auto;
}

.blog-image-hm{
	width:100%;
	height:200px;
	position:relative;	
}

.blog-image-hm img{
	width:100%;
	height:100%;
	object-fit:cover;	
	cursor:pointer;	
}


.blog-title-hm{
	width:100%;
	min-height:30px;
	overflow:auto;
	margin-top:10px;
	display:block;
}

.blog-excerpt-hm{
	width:100%;
	min-height:40px;
	overflow:auto;
	margin-top:10px;
	display:block;
	color:#333;
	font-size:14px;
	font-family:icb;
}

.blog-excerpt-hm a{
	color:#DC143C;
	font-size:14px;
	font-family:icb;
}

.blog-title-hm a{
	text-decoration:none;
	color:#DC143C;
	font-size:16px;
	font-family:icb;
}

.gallery-item-hm{
	width:20%;
	height:150px;
	overflow:hidden;
	position:relative;
	float:left;	
}

.gallery-item-hm img{
	width:100%;
	height:100%;
	object-fit:cover;	
}

.gallery-title{
	padding:10px 5px;
	color:#FFF;
	font-family:didot-bold;
	font-size:22px;
	position:absolute;
	bottom:10px;
	left:10px;
	border-left:5px solid #602541;
}

.carousel {
    margin: 0 auto;
    width:95%;
    height: 400px;
    display: relative;
  }
  
.carousel img {
	height:400px;
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
}

.top-hero-about{
	width:100%;
	height:350px;
	background-image:url(images/NIK_5269.jpg);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hero-overlay{
	width:100%;
	height:100%;
	background:rgba(220,20,60,0.3);
	position:relative;
}

.page-title{
	min-width:100px;
	min-height:40px;
	overflow:auto;
	font-size:58px;
	color:#FFF;
	position:absolute;
	left:100px;
	bottom:20px;
	font-family:icb;
}

.wpcf7-form{
	width:100%;
	min-height:100px;
	overflow:auto;
}

.wpcf7-text{
	width:95%;
	height:30px;
	padding:5px;
	border-radius:4px;
	border:1px solid #4f4f4f;
	margin-bottom:30px;
}

.wpcf7-text:focus{
	border:1px solid #DC143C;
}

.wpcf7-textarea{
	width:95%;
	border:1px solid #4f4f4f;
	border-radius:4px;
	padding:5px;
}

.wpcf7-textarea:focus{
	border:1px solid #DC143C;
}

.wpcf7-submit{
	width:120px;
	text-align:center;
	float:left;
	line-height:35px;
	color:#FFF;
	background:#DC143C;
	text-transform:uppercase;
	border:0;
	margin-top:30px;
}

.contDet{
	width:100%;
	min-height:10px;
	overflow:auto;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#DCDCDC solid 1px;
}

.contIcn{
	width:30px;
	height:30px;
	text-align:center;
	float:left;
	margin-right:15px;
}

.contIcn i{
	font-size:20px;
	color:#DC143C;
	margin-top:5px;
}

.contInfo{
	min-width:100px;
	min-height:10px;
	overflow:auto;
	font-size:14px;
	float:left;
	letter-spacing: 1px;
}

.service-section{
	width:100%;
	height:700px;
}

.priceBox{
    width:150px;
    min-height:10px;
    overflow:auto;
    position:absolute;
    left:30px;
    top:30px;
	background:rgba(220,20,60,0.9);
	color:#FFF;
}

.priceBox .price{
    width:100%;
    line-height:40px;
    text-align:center;
    font-family:icb;
    font-size:28px;
}

.priceBox .duration{
    width:100%;
    line-height:30px;
    text-align:center;
    font-family:icb;
    font-size:16px;
}

.service-section .imageBox{
	width:50%;
	height:100%;
	float:left;
	background:#e2e2e2;
	display:block;
	position:relative;
}

.service-section:nth-child(even) .imageBox{
	width:50%;
	height:100%;
	float:right;
	background:#e2e2e2;
	position:relative;
}
.service-section .imageBox img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.service-section:nth-child(even) .imageBox img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.tourBut{
	width:120px;
	line-height:40px;
	background:#DC143C;
	position:absolute;
	left:0;
	bottom:0;
	text-align:center; 
}

.tourBut a{
    display:block;
    width:100%;
    height:100%;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	font-family:icb;
}

.galleryBut{
	width:120px;
	line-height:40px;
	background:#DC143C;
	position:absolute;
	right:0;
	bottom:0;
	text-align:center; 
}

.galleryBut a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	font-family:icb;
}

.service-section .textBox{
	width:50%;
	height:100%;
	float:right;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.service-section:nth-child(even) .textBox{
	width:50%;
	height:100%;
	float:left;
	display: flex;
  	align-items: center;
  	justify-content: center;
}


.service-section .textBox .text{ 
	width:70%;
	min-height:500px;
	overflow:auto;
	margin:0 auto;
	position:relative;
}

.service-section:nth-child(even) .textBox .text{ 
	width:70%;
	min-height:500px;
	overflow:auto;
	margin:0 auto;
	position:relative;
}

.roomTitle{
	width:100%;
	min-height:50px;
	overflow:auto;
	font-family:icb;
	font-size:50px;
	color:#333;
}

.service-section .textBox ul{
	width:80%;
	min-height:10px;
	overflow:auto;
	font-family:icb;
	font-size:16px;
	color:#333;
	margin:auto;
	float:left;
	margin-bottom:20px;
}


.service-section:nth-child(even) .textBox ul{
	width:80%;
	min-height:10px;
	overflow:auto;
	font-family:icb;
	font-size:16px;
	color:#333;
	float:left;
	margin-bottom:20px;
}

.textBox ul li{
	line-height:30px;
	text-indent:5px;
}


.textBox ul li:nth-child(even){
	line-height:30px;
	text-indent:5px;
	background:#E4E4E4;
}

.service-section .textBox span{
	display:block;
	width:80%;
	line-height:40px;
	overflow:auto;
	font-family:icb;
	font-size:18px;
	color:#DC143C;
	margin:auto;
}

.service-section:nth-child(even) .textBox span{
	display:block;
	width:100%;
	line-height:40px;
	overflow:auto;
	font-family:icb;
	font-size:18px;
	color:#DC143C;
	float:left;
}


.service-section:nth-child(even) .textBox .amenities{
	width:80%;
	min-height:10px;
	overflow:auto;
	font-family:icb;
	font-size:16px;
	color:#333;
	float:left;
}

.serviceNote{
	width:50%;
	min-height:100px;
	overflow:auto;
	margin:auto;
	padding-top:70px;
	padding-bottom: 70px;
}

.serviceHead{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	font-family:icb;
	font-size:56px;
	color:#000;
}

.serviceTxt{
	width:100%;
	min-height:100px;
	overflow:auto;
	text-align:center;
	color:#333;
	font-family:icb;
	margin-top:30px;
	font-size:24px;
}

.tourImg{
	width:100%;
	height:700px;
	background:#FFF;
	position:relative;
}

.tourImg img{
	width:70%;
	height:100%;
	float:right;
	object-fit:cover;
	border-radius:5px 0 0 5px;
}

.formContainer{
	width:35%;
	height:550px;
	background:#FFF;
	z-index:10;
	position:absolute;
	left:100px;
	top:40px;
	padding:30px;
	border-radius:5px;
}

.formHeader{
	width:100%;
	min-height:20px;
	overflow:auto;
	margin-bottom:10px;
	font-size:50px;
	color:#000;
	text-align:center;
	font-family:icb;
}

.formNotes{
	width:100%;
	min-height:10px;
	overflow:auto;
	font-family:icb;
	margin-bottom:10px;
}

.picture-list{
	width:100%;
	min-height:300px;
	overflow:auto;
	padding:0px;
	list-style:none;	
}

.picture-items{
	width:33.3%;
	height:350px;
	overflow:hidden;
	float:left;
	display:block;
}

.photo-icon{
	width:35px;
	height:24px;
	background-image:url(img/icon_photos.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	bottom:10px;
	left:10px;		
}


.gallery-img{
	width:99%;
	height:98%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:auto;
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
	position:relative;
}

.gallery-img:hover{
	transition:ease-in 1s;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}



.footer{
	width:100%;
	min-height:100px;
	overflow:auto;
	padding-top:40px;
	padding-bottom:40px;
	background:#222;	
}

.footer-inner{
	width:85%;
	ming-height:100px;
	overflow:auto;
	margin:auto;	
	color:#FFF;
}

.footer-box{
	width:25%;
	min-height:100px;
	overflow:auto;
	float:left;
	font-family:opensans-light;
	font-size:14px;
	
}

.footer-box-head{
	width:100%;
	line-height:40px;
	font-family:opensans-bold;
	color:#FFF;
	font-size:18px;
	text-transform:uppercase;	
	margin-bottom:20px;
}

.footer-box img{
	width:80%;
	height:auto;	
}

.footer-social-box{
	width:100%;
	min-height:10px;
	overflow:auto;
	padding:0;
	margin:0;
	list-style:none;	
}

.footer-social-item{
	width:30px;
	height:30px;
	float:left;
	border:1px solid #FFF;
	border-radius:50%;
	text-align:center;
	color:#FFF;
	margin-right:8px;	
}

.footer-social-item a{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	color:#FFF;
}

.footer-social-item a i{
	color:#FFF;
	margin-top:8px;	
}

.footer-links{
	width:100%;
	line-height:30px;
	text-align:left;	
}

.footer-links a{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;	
}


.footer-links a:hover{
	color:#602541;	
}

.hamburger{
	width:100%;
	font-weight:700;
	min-height:40px;
	overflow:auto;
	margin-top:10px;
	font-size:26px;
	color:#FFF;
	cursor:pointer;
	display:none;
}

label{
	font-family:icb;	
}

@media(max-width:1000px){
.header{
	width:100%;
	min-height:30px;
	overflow:auto;
	background:#DC143C;
	position:relative;
}

.header-inner{
	width:95%;
	min-height:30px;
	overflow:auto;
	margin:auto;
	position:relative;
}
	
.logo{
	width:120px;
	height:120px;
	position:absolute;
	z-index:10;
	background:#FFF;
	top:0;
	left:60px;
	padding-left:5px;
	padding-right:5px;
}
	
.section-inner{
	width:95%;
	min-height:100px;
	overflow:auto;
	margin:auto;
	font-family:icb;
	padding-top:50px;
	padding-bottom:50px;	
}
	
.section-inner .h-text{
	width:49%;
	min-height:50px;
	overflow:auto;
	font-family:icb;
	margin:auto;
	margin-top:10px;
}

.section-inner .left{
	font-weight:bold;
	font-size:28px;
	text-align:center;
	color:#4f4f4f;
	float:left;
}

.section-inner .right{
	font-size:15px;
	text-align:left;
	color:#4f4f4f;
	float:right;
	line-height:30px;
}
	
.offer-box{
	width:33.3%;
	float:left;
	min-height:50px;
	overflow:auto;
	margin-bottom:40px;
}

.icon-img{
	width:25%;
	min-height:30px;
	float:left;
	text-align:center;
}

.icon-img i{
	font-size:32px;
	color:#4F4F4F;
}

.icon-note{
	width:65%;
	float:left;
	color:#333;
	font-family:opensans-light;
	font-size:14px;
}

}

@media(max-width:900px){
.logo{
	width:100%;
	height:100px;
	position:relative;
	z-index:0;
	background:#FFF;
	top:0;
	left:0;
	padding-left:0;
	padding-right:0;
}
	
.logo img{
	width:100%;
	height:100%;
	object-fit:contain;	
}
	
.hamburger{
	width:100%;
	font-weight:700;
	min-height:40px;
	overflow:auto;
	margin-top:10px;
	font-size:26px;
	color:#FFF;
	cursor:pointer;
	display:block;
}
.navigation{
	min-width:100%;
	min-height:40px;
	overflow:auto;
	float:none;	
}
.menu{
	width:100%;
	min-height:40px;
	overflow:auto;
	padding:0;
	margin:0;
	list-style:none;
	display:none;
}
	
.menu .menu-item{
	min-width:100%;
	line-height:35px;
	float:none;
	text-align:left;	
}

.menu .menu-item a{
	text-decoration:none;
	color:#FFF;
	font-family:icb;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	width:100%;
	height:100%;
	border-bottom:0 solid transparent;	
}

.menu .menu-item a:hover{
	border-bottom:0 solid #DC143C;	
}
	
.section-inner .left{
	font-weight:bold;
	font-size:28px;
	text-align:center;
	color:#4f4f4f;
	float:left;
}

.section-inner .right{
	font-size:14px;
	text-align:left;
	color:#4f4f4f;
	float:right;
	line-height:25px;
}
	
.offer-box{
	width:50%;
	float:left;
	min-height:50px;
	overflow:auto;
	margin-bottom:40px;
}
	

.icon-note{
	width:70%;
	float:left;
	color:#333;
	font-family:opensans-light;
	font-size:14px;
}
	
.footer-box{
	width:50%;
	min-height:200px;
	overflow:auto;
	float:left;
	font-family:opensans-light;
	font-size:14px;
	
}
	
.about{
	width:100%;
	min-height:100px;
	overflow:auto;
	float:none;
	font-family:icb;
	color:#4f4f4f;
	line-height:30px;
	text-align: justify;
	margin-bottom:15px;
}

.services{
	width:100%;
	min-height:100px;
	overflow:auto;
	float:none;
	font-family:icb;
	color:#4f4f4f;
	line-height:30px;	
}
	
.serviceNote{
	width:70%;
	min-height:60px;
	overflow:auto;
	margin:auto;
	padding-top:50px;
	padding-bottom: 50px;
}

.serviceHead{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	font-family:icb;
	font-size:46px;
	color:#000;
}

.serviceTxt{
	width:100%;
	min-height:100px;
	overflow:auto;
	text-align:center;
	color:#333;
	font-family:icb;
	margin-top:20px;
	font-size:26px;
}

	
.service-section{
	width:100%;
	height:400px;
}
	
.service-section .textBox .text{ 
	width:80%;
	min-height:400px;
	overflow:auto;
	margin:0 auto;
	position:relative;
}

.service-section:nth-child(even) .textBox .text{ 
	width:80%;
	min-height:400px;
	overflow:auto;
	margin:0 auto;
	position:relative;
}

.roomTitle{
	width:100%;
	min-height:30px;
	overflow:auto;
	font-family:icb;
	font-size:40px;
	color:#333;
}
	
.picture-items{
	width:50%;
	height:300px;
	overflow:hidden;
	float:left;
	display:block;
}
.blog-item{
	width:50%;
	min-height:350px;
	overflow:auto;
	float:left;
	position:relative;
	margin-bottom:40px;
}
}

@media(max-width:600px){
.slider{
	width:100%;
	height:300px;
	overflow:auto;
	position:relative;	
}

.logo{
	width:100%;
	height:70px;
	position:relative;
	z-index:0;
	background:#FFF;
	top:0;
	left:0;
	padding-left:0;
	padding-right:0;
}
	
.logo img{
	width:100%;
	height:100%;
	object-fit:contain;	
}

.section-inner .h-text{
	width:100%;
	min-height:30px;
	overflow:auto;
	font-family:icb;
	margin:auto;
	margin-top:10px;
}
	
.section-inner .left{
	font-weight:bold;
	font-size:28px;
	text-align:center;
	color:#4f4f4f;
	float:left;
}

.section-inner .right{
	font-size:14px;
	text-align:left;
	color:#4f4f4f;
	float:right;
	line-height:25px;
}
	
.offer-box{
	width:100%;
	float:left;
	min-height:50px;
	overflow:auto;
	margin-bottom:40px;
}
	

.icon-note{
	width:70%;
	float:left;
	color:#333;
	font-family:opensans-light;
	font-size:14px;
}
	
.serviceNote{
	width:90%;
	min-height:60px;
	overflow:auto;
	margin:auto;
	padding-top:50px;
	padding-bottom: 50px;
}

.serviceHead{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	font-family:icb;
	font-size:30px;
	color:#000;
}

.serviceTxt{
	width:100%;
	min-height:100px;
	overflow:auto;
	text-align:center;
	color:#333;
	font-family:icb;
	margin-top:20px;
	font-size:16px;
}
	
.service-section{
	width:100%;
	height:800px;
}

.service-section .imageBox{
	width:100%;
	height:30%;
	float:none;
	background:#e2e2e2;
	display:block;
	position:relative;
}

.service-section:nth-child(even) .imageBox{
	width:100%;
	height:30%;
	float:none;
	background:#e2e2e2;
	position:relative;
}
.service-section .imageBox img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.service-section:nth-child(even) .imageBox img{
	width:100%;
	height:100%;
	object-fit:cover;
}
	
.service-section .textBox{
	width:100%;
	height:70%;
	float:none;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.service-section:nth-child(even) .textBox{
	width:100%;
	height:70%;
	float:none;
	display: flex;
  	align-items: center;
  	justify-content: center;
}


.service-section .textBox .text{ 
	width:90%;
	min-height:200px;
	overflow:auto;
	margin:0 auto;
	position:relative;
}

.service-section:nth-child(even) .textBox .text{ 
	width:90%;
	min-height:200px;
	overflow:auto;
	margin:0 auto;
	position:relative;
}
	
.roomTitle{
	width:100%;
	min-height:30px;
	overflow:auto;
	font-family:icb;
	font-size:34px;
	color:#333;
}
	
.amenities li{
	line-height:25px;
	text-indent:5px;
}


.amenities li:nth-child(even){
	line-height:25px;
	text-indent:5px;
	background:#E4E4E4;
}

.service-section .textBox span{
	display:block;
	width:80%;
	line-height:30px;
	overflow:auto;
	font-family:icb;
	font-size:16px;
	color:#DC143C;
	margin:auto;
}

.service-section:nth-child(even) .textBox span{
	display:block;
	width:100%;
	line-height:30px;
	overflow:auto;
	font-family:icb;
	font-size:16px;
	color:#DC143C;
	float:left;
}


.service-section:nth-child(even) .textBox .amenities{
	width:80%;
	min-height:10px;
	overflow:auto;
	font-family:icb;
	font-size:16px;
	color:#333;
	float:left;
}

.serviceNote{
	width:50%;
	min-height:100px;
	overflow:auto;
	margin:auto;
	padding-top:70px;
	padding-bottom: 70px;
}

.picture-items{
	width:100%;
	height:300px;
	overflow:hidden;
	float:none;
	display:block;
}
	
.tourImg img{
	width:100%;
	height:100%;
	float:right;
	object-fit:cover;
	border-radius:0 0 0 0;
}

.formContainer{
	width:60%;
	height:500px;
	background:#FFF;
	z-index:10;
	position:absolute;
	left:10px;
	top:60px;
	padding:40px;
	border-radius:5px;
}

.formHeader{
	width:100%;
	min-height:20px;
	overflow:auto;
	margin-bottom:15px;
	font-size:30px;
	color:#000;
	text-align:center;
	font-family:icb;
}
	
.footer-box{
	width:80%;
	min-height:200px;
	overflow:auto;
	float:left;
	font-family:opensans-light;
	font-size:14px;
	margin:auto;
	
}
.blog-item{
	width:100%;
	min-height:350px;
	overflow:auto;
	float:left;
	position:relative;
	margin-bottom:40px;
}
}