


.about-section .image-column .image-box{
	position: relative;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.about-section .image-column .image-box .inner-box{
	position: relative;
	padding: 40px 75px;
	background-color: #ffffff;
}

.about-section .image-column .image-box .logo{
	position: relative;
	text-align:center;
	margin-bottom: 15px;
}

.about-section .image-column .image-box .logo .logo-txt{
	position:relative;
	font-family: 'Libre Baskerville', serif;
}

.about-section .image-column .image-box .logo .logo-txt .big-txt{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-size:140px;
	font-weight:400;
	line-height:1em;
	color:#4E100F;
	font-family: 'Libre Baskerville', serif;
	background-image: url(../images/resource/image-1.jpg);
	background-size:cover;
	background-position:right center;
	background-repeat:no-repeat;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	-ms-background-clip: text;
  	-ms-text-fill-color: transparent;
	-moz-background-clip: text;
  	-moz-text-fill-color: transparent;
}

.about-section .image-column .image-box .logo .logo-txt .icon{
	position:relative;
	top:-5px;
	display:inline-block;
	margin-left:-25px;
	padding-left:5px;
	vertical-align:middle;
	font-size:20px;
	font-weight:400;
	line-height:1em;
	color:#4E100F;	
}

.about-section .image-column .image-box .rating{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.about-section .image-column .image-box .rating span{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #4E100F;
	font-weight: 400;
}

.about-section .image-column .devider{
	position: relative;
	display: inline-block;
	width: 200px;
	height: 41px;
	background-image: url(../images/icons/devider.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
}

.about-section .image-column h4{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 32px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 0;
}


/*** 

====================================================================
		Rooms Section
====================================================================

***/

.rooms-section{
	position: relative;
	padding: 90px 0 70px;
	background-color: #f9f8f4;
	overflow:hidden;
}

.rooms-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:#EAE7E7;
	background-repeat: repeat;
	background-position: left top;
	content: "";
}

.room-block{
	position: relative;
}

.rooms-section .room-carousel-outer{
	position:relative;
}

.rooms-section .room-carousel-outer .owl-stage-outer{
	overflow:visible;
}

.room-block .inner-box{
	position: relative;
	display:block;
	border-radius:3px;
	overflow:hidden;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.room-carousel-outer .room-block .inner-box{
	opacity:0;
	-webkit-transform:scale(0.80);
	-ms-transform:scale(0.80);
	transform:scale(0.80);
}

.room-carousel-outer .active .room-block .inner-box{
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.room-block .inner-box:hover{
	background:#ffffff;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.15);
	-webkit-transform:scale(1.04) !important;
	-ms-transform:scale(1.04) !important;
	transform:scale(1.04) !important;
	border-radius:5px;
}

.room-block .image-box{
	position: relative;
}

.room-block .image-box .image{
	position: relative;
	display:block;
	overflow:hidden;
	margin-bottom: 0;
}

.room-block .image-box .image a{
	position:relative;
	display:block;
}

.room-block .image-box .image a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	z-index:1;
	background-color:#020202;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.room-block .inner-box:hover .image a:before{
	opacity:0.50;
}

.room-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition:all 5000ms linear;
	-ms-transition:all 5000ms linear;
	-o-transition:all 5000ms linear;
	transition:all 5000ms linear;
}

.room-block .inner-box:hover .image-box .image img{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);	
}

.room-block .image-box .room-services{
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index:2;
}

.room-block .image-box .room-services li{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 35px;
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	color: #666666;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.room-block .image-box .room-services li:hover{
	background-color: #4E100F;
	color: #ffffff;
}

.room-block .image-box .price{
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	background-color: #4E100F;
}

.room-block .lower-content{
	position: relative;	
	padding: 35px 20px;
	text-align: center;
	background-color:#ED497B;
}

.room-block .lower-content h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 400;
	margin-bottom: 5px;
}

.room-block .lower-content h4 a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.room-block .lower-content h4 a:hover{
	color: #4E100F;
}

.room-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-weight: 300;
	margin-bottom: 10px;
}

.room-block .lower-content .price{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	font-weight: 700;
}

.rooms-carousel{
	position: relative;
}

.rooms-carousel .owl-nav{
	position: absolute;
	left: 0;
	top: 140px;
	width: 100%;
}

.rooms-carousel .owl-next,
.rooms-carousel .owl-prev{
	position: absolute;
	left: -60px;
	top: 0;
	font-size: 25px;
	line-height: 30px;
	color: #333333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.rooms-carousel .owl-next{
	left: auto;
	right: -60px;
}

.rooms-carousel .owl-next:hover,
.rooms-carousel .owl-prev:hover{
	color: #4E100F;
}

/*** 

====================================================================
		Room LIst Section
====================================================================

***/

.room-list-section{
	position: relative;
	padding: 100px 0 100px;
}

.room-block-two{
	position: relative;
	margin-bottom: 60px;
}

.room-block-two .inner-box{
	position: relative;
	background-image: url(../images/icons/icon-dots.png);
	background-repeat: repeat;
	background-position: center;
}

.room-block-two .image-box{
	position: relative;
	float: left;
}

.room-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.room-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.room-block-two .image-box .room-services{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.room-block-two .image-box .room-services li{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 35px;
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	color: #666666;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.room-block-two .image-box .room-services li:hover{
	background-color: #4E100F;
	color: #ffffff;
}

.room-block-two .content-box{
	position: relative;
	float: left;
	max-width: 580px;
}

.room-block-two .content-box .inner{
	position: relative;
	padding: 45px 0 0 45px;
}

.room-block-two .content-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 700;
	margin-bottom: 3px;
}

.room-block-two .content-box h3 a{
	color: #333333;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.room-block-two .content-box h3 a:hover{
	color: #4E100F;
}

.room-block-two .content-box .rating-box{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 400;
	margin-bottom: 15px;
}

.room-block-two .content-box .rating-box .rating{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #4E100F;
	font-weight: 400;
	margin-right: 4px;
}

.room-block-two .content-box .rating-box p{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	font-weight: 400;
	margin-right: 5px;
}

.room-block-two .content-box .rating-box a{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	color: #4E100F;
	font-weight: 400;
	border-bottom: 1px solid #4E100F;
}

.room-block-two .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 20px;
}

.room-block-two .content-box .info-box{
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	padding-left: 17px;
}

.room-block-two .content-box .info-box li{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	padding: 5px 17px 5px 0;
	color: #333333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.room-block-two .content-box .info-box li i{
	position: relative;
	float: left;
	line-height: 25px;
	font-size: 16px;
	color: #666666;
	margin-right: 7px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.room-block-two .price-box{
	position: relative;
	float: right;
	border: 1px solid #f1f0ed;
	background-color: rgba(255,255,255,0.75);
	text-align: center;
	padding: 82px 30px 90px;
}

.room-block-two .price-box .price{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 25px;
}

.room-block-two .price-box .theme-btn{
	float: left;
	padding: 10px 22px;
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
}

.room-list-section .styled-pagination{
	margin-top: 100px;
}

/***

====================================================================
		Room Grid Section
====================================================================

***/

.room-grid-section{
	position: relative;
	padding: 100px 0;
}

.room-grid-section .room-block{
	position: relative;
	margin-bottom: 50px;
}

.room-grid-section .room-block .lower-content{
	padding-bottom: 30px;
    background-image: url(../images/icons/icon-dots.png);
}

.room-grid-section .btn-box{
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.room-grid-section .btn-box .load-more{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 30px;
	border: 2px solid #4E100F;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.room-grid-section .btn-box .load-more:hover{
	color: #ffffff;
	background-color: #4E100F;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;	
}

.styled-pagination li{
	position:relative;
	float: left;
	margin-right: 14px;
	font-size:14px;
	line-height: 43px;
	color:#aaaaaa;
	font-weight:400;
	margin-bottom: 10px;
}

.styled-pagination li.empty{
	width: 50px;
}

.styled-pagination li:last-child{
	margin-right: 0;
}

.styled-pagination li .active,
.styled-pagination li a{
	position:relative;
	display:inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	font-size:14px;
	line-height: 43px;
	color:#aaaaaa;
	font-weight:400;
	background:#f3f3f3;
	border-radius: 2px;
	border: 1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li .active{
	color:#ffffff;	
	background:#4E100F;	
}

.styled-pagination li.next a,
.styled-pagination li.prev a{
	width: auto;
	padding: 0px 25px;
	background-color: transparent;
}

.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover{
	background-color: #222222;
}

/*** 

====================================================================
		Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding: 40px 0 7px;
}

.services-section .image-column{
	position: relative;
	margin-bottom: 95px;
}

.services-section .image-column .inner-column{
	position: relative;
}

.services-section .image-column .image-box{
	position: relative;
}

.services-section .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.services-section .image-column .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.services-section .image-column .banner{
	position: absolute;
	left: 30px;
	top: 0;
	z-index: 99;
	padding: 36px 80px 37px 50px;
	background-color: #4E100F;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.services-section .image-column .banner h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 5px;
}

.services-section .image-column .banner .title{
	position: relative;
	padding-left: 45px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
}

.services-section .image-column .banner .title:before{
	position: absolute;
	left: 0;
	top:7.5px;
	height: 5px;
	width: 35px;
	background-image: url(../images/icons/icon-left-light.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.services-section .features-column{
	position: relative;
	margin-bottom: 30px;
}

.services-section .features-column .inner-column{
	position: relative;
	padding-left: 20px;
}

.feature-block{
	position: relative;
}

.feature-block .inner-box{
	position: relative;
	padding-left: 110px;
	min-height: 80px;
	margin-bottom: 36px;
}

.feature-block .inner-box .thumb-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
}

.feature-block .inner-box .thumb-box img{
	display: block;
	width: 100%;
	height: auto;
}

.feature-block .inner-box h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 8px;
}

.feature-block .inner-box h4 a{
	display: inline-block;
	color: #333333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box h4 a:hover{
	color: #4E100F;
}

.feature-block .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	font-family:"Libre Baskerville", sans-serif;
	font-style:italic;
	font-weight: 400;
}

.other-features{
	position: relative;
}

.feature-block-two{
	position: relative;
	margin-bottom: 45px;
}

.feature-block-two .inner-box{
	position: relative;
	padding-left: 70px;
}

.feature-block-two .inner-box .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 1em;
	color: #4E100F;
}

.feature-block-two h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 700;
	margin-bottom: 5px;
}

.feature-block-two h4 a{
	color: #333333;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two h4 a:hover{
	color: #4E100F;
}

.feature-block-two .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	font-weight: 400;
}

/*** 

====================================================================
		Features Section
====================================================================

***/

.features-section{
	position: relative;
	padding: 100px 0 50px;
}

.feature-block-three{
	position: relative;
	margin-bottom: 50px;
}

.feature-block-three .inner-box{
	position: relative;
	text-align: center;
	padding: 0 30px;
}

