
/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yeseva+One&display=swap');

@import url('http://fonts.cdnfonts.com/css/happy-school');

                

@font-face {
	font-family: 'Happy School';
	src: local('Happy School'), url('../fonts/Happy-School.ttf') format('ttf');
	}  

/*

	font-family: 'The Northern Block Ltd - Typold Regular', sans-serif;
*/


	


====================================================================
	Global Settings
====================================================================

 ***/




.auto-containerfooter{
	position:static;
	max-width:100%;
	padding:0px 15px;
	margin:0 auto;
}


.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	padding: 15px 15px;
	background: #fe0000;
	border-radius:0px;
	outline: 1px solid transparent;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one:hover .btn-title{
	background: #fe0000;
	outline-color: #ffffff;
	outline-offset: -4px;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #fe0000;
	font-weight: 500;
	padding: 15px 40px;
	background: #ffffff;
	border-radius:0px;
	outline: 1px solid transparent;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two:hover .btn-title{
	background: #ffffff;
	outline-color: #fe0000;
	outline-offset: -4px;
	color: #fe0000;
}

/*Btn Style Three*/

.btn-style-three{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-three .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #fe0000;
	font-weight: 500;
	padding: 15px 40px;
	background: #edf0f5;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-three:hover .btn-title{
	background: #fe0000;
	color: #ffffff;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:rgba(0,0,0,0);
} 

.preloader .icon{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:5; 
	background-color:rgba(0,0,0,0); 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} 

.page-loaded .preloader .icon{
	opacity:0; 
}

.preloader:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:0; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:before{
	-webkit-transform:translateX(-101%);
	-ms-transform:translateX(-101%);
	transform:translateX(-101%);
}

.preloader:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:2; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:after{
	-webkit-transform:translateX(101%);
	-ms-transform:translateX(101%);
	transform:translateX(101%);
}


.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}



.mobile-menu .nav-bottom .copyright{
	position: relative;
	display: block;
	color: #9a9fa6;
	line-height: 24px;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding-top: 15px;
}

.mobile-menu .social-links li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.mobile-menu .social-links li a{
	position: relative;
	display: block;
	margin-right: 16px;
	color: #9a9fa6;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.mobile-menu .social-links li a:hover{
	color: #ffffff;
}


/* Default Form Style */

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -15px;
}

.default-form .form-group{
	position:relative;
	margin-bottom: 30px;
}

.default-form .field-inner{
	position: relative;
	display: block;
}

.default-form .field-inner .alt-icon{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	font-size: 18px;
	color: #9b9fa6;
	z-index: 1;
	pointer-events: none;
}

.default-form .form-group .field-label{
	position:relative;
	display: block;
	color: #0f172b;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.default-form .form-group .e-label{
	position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 62px;
    width: 100%;
    font-size: 16px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
	border-radius:0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
	height: 150px;
	padding-top: 20px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	display:inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
	border-color: #fe0000;
}

.default-form ::-webkit-input-placeholder{color: #aaaaaa;}

.default-form ::-moz-input-placeholder{color: #aaaaaa; }

.default-form ::-ms-input-placeholder{color: #aaaaaa;}

.default-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:7px;
	line-height: 24px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	height:62px;
	padding:15px 20px;
	line-height:30px;
	font-family: 'Roboto', sans-serif;
	color:#25283a;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e5e5e5;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:5px;
	text-indent:0px;
	color:#999999;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'Flaticon';
	content: "\f106";
	position:absolute;
	right:0px;
	top:0px !important;
	width:15px;
	height:30px;
	display:block;
	color:#999999;
	line-height:20px;
	font-size:16px;
	font-weight:400;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #fe0000;
	border-top: none;
	font-family: 'Roboto', sans-serif;
	border-radius: 0;
	padding: 0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #fe0000;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:12px 20px !important;
	font-size:15px;
	line-height:30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	background: #fe0000;
	margin: 0;
}

.check-sel-box{
	position: relative;
	z-index: 5;
}

.check-sel-box .check-sel-btn{
	position: relative;
	display: block;
	width:100%;
	font-size:16px;
	font-style:normal;
	height:62px;
	padding:15px 20px;
	line-height:30px;
	font-family: 'Roboto', sans-serif;
	color:#25283a;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	z-index: 5;
}

.filter-form .check-sel-box .check-sel-btn{
	height: 82px;
	padding: 25px 20px;
}

.filter-form-two .check-sel-box .check-sel-btn{
	padding-left: 50px;
	background: none;
}

.filter-form-three .check-sel-box .check-sel-btn{
	padding: 9px 25px;
	padding-left: 45px;
	line-height: 30px;
	height: 50px;
	background: none;
}

.check-sel-box .check-sel-btn:before{
	font-family: 'Flaticon';
	content: "\f106";
	position:absolute;
	right:20px;
	top:15px;
	height:30px;
	line-height: 30px;
	display:block;
	color:#999999;
	font-size:16px;
	font-weight:400;
	text-align:center;
	z-index:5;
}

.filter-form .check-sel-box .check-sel-btn:before{
	top:25px;
}

.filter-form-three .check-sel-box .check-sel-btn:before{
	top:10px;
}

.check-sel-box .check-sel-btn .adult-info{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.check-sel-box .check-sel-btn .child-info{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

.check-sel-box .check-sel-droplist{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	width: 100%;
	min-width: 240px;
	padding: 30px 20px 10px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	display: none;
	z-index: 5;
}

.check-sel-box .check-sel-droplist li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.check-sel-box .check-sel-droplist li:last-child{
	margin-bottom: 0;
}

.check-sel-box .sel-title{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 7px;
	line-height: 20px;
}

.check-sel-box .radio-block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
}

.check-sel-box .radio-block:last-child{
	margin-right: 0;
}

.check-sel-box .radio-block input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.check-sel-box .radio-block label{
	position: relative;
	display: block;
	padding-left: 24px;
	line-height: 24px;
	font-size: 17px;
	margin: 0;
	font-weight: 500;
	cursor: pointer;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.check-sel-box .radio-block label:before{
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	font-size: 9px;
	text-align: center;
	font-weight: 700;
	line-height: 14px;
	border: 1px solid #e5e5e5;
	background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.check-sel-box .radio-block input:checked + label:before{
	background: #fe0000;
	color: #ffffff;
	content: "\f00c";
}



====================================================================
	Rooms Section
====================================================================

***/

.rooms-section-one{
	position:relative;
	padding: 140px 0px 0px;
	background: #ffffff;
	font-family: 'MonaLisa-Solid';
}

.room-block-one{
	position: relative;
	margin-bottom: 30px;
	z-index: 2;
}

.room-block-one .inner-box{
	position: relative;
	display: block;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	overflow: hidden;
}

.room-block-one:hover .inner-box{
	box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.15);
}

.room-block-one .image-box {
	position: relative;
	display: block;
	background: #ef0000;
}

.room-block-one.height-one .image-box{
	height: 420px;
}

.room-block-one.height-two .image-box{
	height: 854px;
}

.room-block-one .image-box img{
	display: none;
	width: 100%;
	opacity: 0.80;
}

.room-block-one .image-box .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: 0.5;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.room-block-one:hover .image-box .image-layer{
	opacity: 100;
}

.rooms-section-one .row{
	margin: 0px -7px;
}

.rooms-section-one .column{
	padding: 0px 7px;
}

.rooms-section-one .room-block-one{
	margin-bottom: 14px;
}

.room-block-one .cap-box{
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	max-width: 350px;
	opacity: 1;
	-webkit-transition: all 500ms ease 200ms;
	-moz-transition: all 500ms ease 200ms;
	-ms-transition: all 500ms ease 200ms;
	-o-transition: all 500ms ease 200ms;
	transition: all 500ms ease 200ms;
}

.room-block-one:hover .cap-box{
	opacity: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.room-block-one .cap-box .cap-inner{
	position: relative;
	display: block;
	padding: 18px 20px 18px 40px;
	background: #ffffff;
}

.room-block-one .cap-box .cap-inner:before{
	content: '';
	position: absolute;
	right: 0;
	top: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
}

.room-block-one .cap-box .price{
	position: relative;
	display: block;
	line-height: 24px;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}

.room-block-one .cap-box .price span{
	color: #fe0000;
}

.room-block-one .cap-box h5{
	position: relative;
	display: block;
	margin: 0;
}

.room-block-one .hover-box{
	position: absolute;
	left: 30px;
	bottom: 100px;
	right: 30px;
	max-width: 400px;
	opacity: 0;
	-webkit-transform: translateY(-102%);
	-ms-transform: translateY(-102%);
	transform: translateY(-102%);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.room-block-one .hover-box2{
	position: absolute;
	left: 30px;
	bottom: 250px;
	right: 30px;
	max-width: 400px;
	opacity: 0;
	-webkit-transform: translateY(-102%);
	-ms-transform: translateY(-102%);
	transform: translateY(-102%);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.room-block-one:hover .hover-box{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease 200ms;
	-moz-transition: all 500ms ease 200ms;
	-ms-transition: all 500ms ease 200ms;
	-o-transition: all 500ms ease 200ms;
	transition: all 500ms ease 200ms;
}

.room-block-one .hover-box .hover-inner{
	position: relative;
	display: block;
	padding: 35px 40px 40px 40px;
	background: #ffffff;
	height: 100%;
}

.room-block-one .hover-box h4{
	position: relative;
	margin-bottom: 15px;
}

.room-block-one.height-three .hover-box h4,
.room-block-one.height-four .hover-box h4{
	font-size: 22px;
}

.room-block-one .hover-box .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 20px;
}

.room-block-one .hover-box .pricing .price{
	position: relative;
	display: block;
	float: left;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}

.room-block-one .hover-box .pricing .price span{
	color: #fe0000;
}

.room-block-one .hover-box .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #fe0000;
}

.room-block-one .hover-box .pricing .rating span{
	position: relative;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.room-block-one .hover-box h5{
	position: relative;
	display: block;
	margin: 0 0 20px;
}

.room-block-one .hover-box .text{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 30px;
}

.room-block-one .hover-box .link-box{
	position: relative;
	display: block;
}

.room-block-one .hover-box .link-box .theme-btn{
	display: block;
}

/***/
.room-block-one .hover-box1{
	position: absolute;
	left: 50px;
	bottom: 200px;
	right: 50px;
	max-width: 350px;
	opacity: 0;
	-webkit-transform: translateY(-102%);
	-ms-transform: translateY(-102%);
	transform: translateY(-102%);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.room-block-one:hover .hover-box1{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease 200ms;
	-moz-transition: all 500ms ease 200ms;
	-ms-transition: all 500ms ease 200ms;
	-o-transition: all 500ms ease 200ms;
	transition: all 500ms ease 200ms;
}

.room-block-one .hover-box1 .hover-inner{
	position: relative;
	display: block;
	padding: 10px 10px 10px 10px;
	background: #ffffff;
	height: 100%;
}

.room-block-one .hover-box1 h4{
	position: relative;
	margin-bottom: 15px;
}

.room-block-one.height-three .hover-box1 h4,
.room-block-one.height-four .hover-box1 h4{
	font-size: 22px;
}

.room-block-one .hover-box1 .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 20px;
}

.room-block-one .hover-box1 .pricing .price{
	position: relative;
	display: block;
	float: left;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}

.room-block-one .hover-box1 .pricing .price span{
	color: #fe0000;
}

.room-block-one .hover-box1 .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #fe0000;
}

.room-block-one .hover-box1 .pricing .rating span{
	position: relative;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.room-block-one .hover-box1 h5{
	position: relative;
	display: block;
	margin: 0 0 20px;
}

.room-block-one .hover-box1 .text{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 30px;
}

.room-block-one .hover-box1 .link-box{
	position: relative;
	display: block;
}

.room-block-one .hover-box1 .link-box .theme-btn{
	display: block;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background: #181b1f;
	color: #9a9fa6;
}

.main-footer .widgets-section{
	position:relative;
	padding:120px 0px 80px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widget-title{
	position:relative;
	margin-bottom:25px;
}

.main-footer .widget-title h4{
	position: relative;
	line-height: 1.3em;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0 0;
}

.main-footer .about-widget{
	position:relative;
}

.main-footer .about-widget .logo{
	position:relative;
	margin-top: -15px;
}

.main-footer .about-widget .text{
	position:relative;
	margin-bottom: 25px;
}

.main-footer .newsletter-form{
	position:relative;
}

.main-footer .newsletter-form form{
	position:relative;
}

.main-footer .newsletter-form .form-group{
    position: relative;
    margin: 0;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="tel"],
.main-footer .newsletter-form .form-group input[type="email"]{
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px 10px;
    height: 34px;
	display:block;
    font-size: 15px;
    background: none;
	font-weight:400;
	color:#ffffff;
	border-radius: 0px;
	border-bottom:1px solid rgba(255,255,255,0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .newsletter-form .form-group input[type="text"]:focus,
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group input[type="tel"]:focus{
	border-color:#ffffff;
}

.newsletter-form .form-group input::-webkit-input-placeholder{
	color:#aaacb3;
}

.newsletter-form .form-group .theme-btn{
	position: relative;
	margin-top: 20px;
}

.newsletter-form .form-group .theme-btn .btn-title{
	background: #303236;
}

.main-footer .links-widget{
	position: relative;
}

.main-footer .links-widget .widget-content{
	position: relative;
	padding-left: 20px;
}

.main-footer .links-widget .column{
	position:relative;
	margin-bottom: 30px;
}

.main-footer .links-widget .links li{
	position:relative;
	margin-bottom:12px;
	line-height: 24px;
	font-size: 16px;
	color: #999ea5;
}

.main-footer .links-widget .links li a{
	position:relative;
	display: block;
	color:#999ea5;
	font-size:16px;
	text-transform: capitalize;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .links-widget .links li a:hover{
	color:#ffffff;
}

.main-footer .info{
	position:relative;
}

.main-footer .info .address,
.main-footer .info .email,
.main-footer .info .phone{
	position:relative;
	line-height: 1.6em;
	color: #9a9fa6;
	margin-bottom:15px;
}

.main-footer .info .address a,
.main-footer .info .email a,
.main-footer .info .phone a{
	color: #9a9fa6;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .info a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.main-footer .info .social-links{
	position:relative;
	line-height: 1.6em;
	color: #9a9fa6;
}

.main-footer .info .social-links a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	color: #ffffff;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .info .social-links a:hover{
	color: #ffffff;
}

.main-footer .newsletter-widget{
	padding-left: 30px;
}

.main-footer .newsletter-widget .text{
	margin-bottom: 15px;
	line-height: 24px;
}

.main-footer .footer-bottom{
	position:relative;
	line-height: 24px;
}

.main-footer .footer-bottom .inner{
	position: relative;
	display: block;
	text-align: center;
	padding: 30px 0px;
	line-height: 24px;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	float: left;
}

.main-footer .footer-bottom .bottom-links{
	position:relative;
	float: right;
}

.main-footer .footer-bottom a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	color: #999ea5;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .footer-bottom a:hover{
	color: #ffffff;
	text-decoration: underline;
}


/*** 

====================================================================
	Rooms Section Two
====================================================================

***/

.rooms-section-two{
	position:relative;
	padding: 200px 0px 140px;
	background: #ffffff;
}

.rooms-section-two .carousel-box{
	position: relative;
}

.rooms-section-two .carousel-box .owl-stage-outer{
	overflow: visible;
}

.room-block-two{
	position: relative;
	margin-bottom: 60px;
}

.owl-theme .room-block-two{
	margin: 0px 15px 50px;
	opacity: 0;
	visibility: hidden;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.owl-theme .active .room-block-two{
	opacity: 1;
	visibility: visible;
}

.room-block-two .inner-box{
	position: relative;
	display: block;
}

.room-block-two .image-box{
	position: relative;
	display: block;
	background: #171b27;
	overflow: hidden;
}

.room-block-two .image-box img{
	display: block;
	width: 100%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.room-block-two:hover .image-box img{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.room-block-two .image-box .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.room-block-two .lower-box{
	position: relative;
	display: block;
	padding: 32px 35px 40px;
	background: #ffffff;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
}

.room-block-two:hover .lower-box{
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
}

.room-block-two .lower-box h4{
	position: relative;
	margin-bottom: 15px;
}

.room-block-two .lower-box .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 20px;
}

.room-block-two .lower-box .pricing .price{
	position: relative;
	display: block;
	float: left;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}

.room-block-two .lower-box .pricing .price span{
	color: #fe0000;
}

.room-block-two .lower-box .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #fe0000;
}

.room-block-two .lower-box .pricing .rating span{
	position: relative;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.room-block-two .lower-box h5{
	position: relative;
	display: block;
	margin: 0 0 20px;
}

.room-block-two .lower-box .text{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 40px;
}

.room-block-two .lower-box .link-box{
	position: relative;
	display: block;
}

.room-block-two .lower-box .link-box .theme-btn{
	display: block;
}

.rooms-section-two .carousel-box .owl-theme .owl-nav{
	display: none;
}

.rooms-section-two .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

.rooms-section-two .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 7px;
}

.rooms-section-two .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0,0,0,0.10);
	border-radius: 50%;
}

.rooms-section-two .owl-dots .owl-dot.active span{
	border-color: rgba(0,0,0,0.8);
}

.rooms-section-two .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(0,0,0,0.10);
	border-radius: 50%;
	z-index: 1;
}

.rooms-section-two .owl-dots .owl-dot.active span:before{
	background: rgba(0,0,0,0.8);
}


/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 100px 0px;
	background: #ffffff;
}

.contact-section .map-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.contact-section .map-layer .map-canvas{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.map-data{
	text-align:center;
	font-size:15px;
	color: #222222;
	font-weight:400;
	line-height:1.7em;
}

.map-data h6{
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#222222;
}

.contact-section .form-box{
	position: relative;
	float: right;
	width: 100%;
	max-width: 570px;
	padding: 70px 70px 60px;
	background: #ffffff;
	text-align: center;
	box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.07);
}

.contact-section .form-box h4{
	text-transform: capitalize;
	margin-bottom: 25px;
}

.contact-section .form-box .form-group{
	margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="url"],
.contact-form .form-group input[type="file"],
.contact-form .form-group input[type="number"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	height: 52px;
	padding: 10px 20px;
	line-height: 30px;
}

.contact-form .form-group textarea{
	height: 150px;
}

.contact-form .form-group .theme-btn{
	margin-top: 10px;
	min-width: 190px;
	display: inline-block;
}

.contact-form .form-group .theme-btn .btn-title{
	padding: 10px 25px;
	text-align: center;
	line-height: 32px;
}


/*** 

====================================================================
	Rooms Section
====================================================================

***/

.rooms-section-three{
	position:relative;
	padding: 100px 0px 140px;
	background: #edf0f5;
}

.rooms-section-three .pattern-top{
	bottom: 100%;
	margin-bottom: -10px;
}

.room-block-three{
	position: relative;
}

.room-block-three .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.room-block-three .image-box{
	position: relative;
	display: block;
	height: 560px;
}

.room-block-three .image-box img{
	display: none;
	width: 100%;
}

.room-block-three .image-box .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.room-block-three .image-box .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #171b27;
	opacity: 0.40;
}

.room-block-three .hover-box{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 390px;
	z-index: 1;
}

.room-block-three .hover-box .hover-inner{
	position: relative;
	display: block;
	padding: 40px 40px 50px 40px;
	background: #ffffff;
	height: 100%;
}

.room-block-three .hover-box h4{
	position: relative;
	margin-bottom: 20px;
}

.room-block-three .hover-box .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 20px;
}

.room-block-three .hover-box .pricing .price{
	position: relative;
	display: block;
	float: left;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}

.room-block-three .hover-box .pricing .price span{
	color: #fe0000;
}

.room-block-three .hover-box .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #fe0000;
}

.room-block-three .hover-box .pricing .rating span{
	position: relative;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.room-block-three .hover-box h5{
	position: relative;
	display: block;
	margin: 0 0 20px;
}

.room-block-three .hover-box .text{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.6em;
	padding-right: 10px;
	margin: 0 0 40px;
}

.room-block-three .hover-box .link-box{
	position: relative;
	display: block;
}

.room-block-three .hover-box .link-box .theme-btn{
	display: block;
}

.rooms-section-three .carousel-box .owl-nav{
	display: none;
}

.rooms-section-three .carousel-box .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 70px;
}

.rooms-section-three .carousel-box .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 7px;
}

.rooms-section-three .carousel-box .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0,0,0,0.10);
	border-radius: 50%;
}

.rooms-section-three .carousel-box .owl-dots .owl-dot.active span{
	border-color: rgba(0,0,0,0.8);
}

.rooms-section-three .carousel-box .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(0,0,0,0.10);
	border-radius: 50%;
	z-index: 1;
}

.rooms-section-three .carousel-box .owl-dots .owl-dot.active span:before{
	background: rgba(0,0,0,0.8);
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	background: #edf0f5;
	padding: 140px 0px 0px;
	overflow: hidden;
}

.gallery-section .dotted-pattern-3{
	right: -60px;
	top: -90px;
}

.gallery-section .tri-pattern-3{
	right: 90px;
	top: 30px;
}

.gallery-section .sec-title{
	max-width: 650px;
}

.gallery-block{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .gallery-block{
	margin: 0;
}

.gallery-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.masonry-item.gallery-block .inner-box:hover{
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
}

.gallery-block .image{
	position: relative;
	display: block;
}

.gallery-block .image img{
	position: relative;
	width: 100%;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.gallery-block:hover .image img{
	transform: scale(1.1);
}

.gallery-block .overlink{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(0,0,0,0.70);
	opacity: 0;
	visibility: hidden;
	transform: scale(2);
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	z-index: 2;
}

.gallery-block:hover .overlink{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.gallery-block .overlink .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	text-align: center;
}

.gallery-section .owl-theme .owl-dots{
	display: none;
}

.gallery-section .owl-theme .owl-nav{
	position: absolute;
	left: 50%;
	top: -80px;
	width: 1170px;
	margin-left: -585px;
	text-align: right;
}

.gallery-section .owl-theme .owl-nav .owl-next,
.gallery-section .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	font-size: 20px;
	font-weight: 700;
	color: rgba(0,0,0,0.30);
}

.gallery-section .owl-theme .owl-nav .owl-next:hover,
.gallery-section .owl-theme .owl-nav .owl-prev:hover{
	color: rgba(0,0,0,0.90);
}


/*** 

====================================================================
	Rooms Section
====================================================================

***/

.rooms-section-four{
	position:relative;
	padding: 20px 0px 20px;
	background: #edf0f5;
}

.rooms-section-four .pattern-top{
	bottom: 100%;
	margin-bottom: -10px;
}

.room-block-one.height-three .image-box{
	height: 600px;
	width: 500px;
}

.room-block-one.height-four .image-box{
	height: 770px;
}


/*** 

====================================================================
	Rooms Section
====================================================================

***/

.rooms-section{
	position:relative;
	padding: 10px 0px 80px;
	background: #ffffff;
}

.rooms-section.alternate{
	padding: 140px 0px 80px;
	background: #edf0f5;
	overflow: hidden;
}

.rooms-section.alternate .dotted-pattern-3{
	right: -60px;
	top: -40px;
}

.rooms-section.alternate .tri-pattern-3{
	right: 90px;
	top: 85px;
}

.rooms-gallery{
	padding-bottom: 110px;
}

.rooms-list{
	padding-bottom: 90px;
}

.rooms-section .filters-container{
	position: relative;
	margin-bottom: 60px;
}

.rooms-section .filters-container .form-box{
	background: #ffffff;
	margin: 0;
}

.room-block-four{
	position: relative;
	margin-bottom: 50px;
}

.room-block-four .inner-box{
	position: relative;
	display: block;
	padding-left: 370px;
	min-height: 370px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
}

.room-block-four:hover .inner-box{
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
}

.room-block-four .image-box{
	position: absolute;
	left: 0;
	top: 0;

	background: #171b27;
	width: 370px;
	height: 100%;
	overflow: hidden;
}

.room-block-four .image-box img{
	display: block;
	width: 100%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.room-block-four:hover .image-box img,
.room-block-four:hover .image-box .image-layer{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.room-block-four .image-box .image{
	position: relative;
	display: none;
}

.room-block-four .image-box .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.room-block-four .image-box .overlink{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 2;
}

.room-block-four .content-box{
	position: relative;
	display: block;
	padding: 56px 50px;
	background: #ffffff;
}

.room-block-four .content-box h4{
	position: relative;
	margin-bottom: 26px;
}

.room-block-four .content-box .rating{
	position: relative;
	display: block;
	color: #fe0000;
	margin-bottom: 8px;
}

.room-block-four .content-box .rating span{
	position: relative;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.room-block-four .content-box .text{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.70em;
	margin: 0 0 30px;
}

.room-block-four .content-box .link-row{
	position: relative;
}

.room-block-four .content-box .pricing{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	padding-top: 13px;
}

.room-block-four .content-box .pricing .price{
	position: relative;
	display: block;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}

.room-block-four .content-box .pricing .price span{
	color: #fe0000;
}

.room-block-four .content-box .link-box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.room-block-four .content-box .link-box .theme-btn{
	min-width: 150px;
}

.room-block-four .content-box .link-box .theme-btn .btn-title{
	padding: 10px 30px;
	line-height: 30px;
}


/*** 

====================================================================
	Room Single Section
====================================================================

***/

.room-single{
	position:relative;
	padding: 0px 0px 110px;
	background: #ffffff;
}

.room-single .dotted-pattern-3{
	right: -70px;
	top: 270px;
}

.room-single .tri-pattern-3{
	right: 70px;
	top: 395px;
}

.room-single .circles-two{
	right: 70px;
	top: 50px;
	width: 150px;
	height: 150px;
}

.room-single .circles-two .c-1{
	width: 150px;
	height: 150px;
}

.room-single .circles-two .c-2{
	left: -35px;
	top: auto;
	bottom: -35px;
	width: 100px;
	height: 100px;
}

.room-single .upper-box{
	position: relative;
	top: -180px;
	margin-bottom: -180px;
	z-index: 10;
}

.room-single .upper-box .upper-inner{
	position: relative;
	display: block;
	padding: 90px 70px 50px;
	background: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.10), 0 30px 45px rgba(0,0,0,0.05);
}

.room-single .upper-box h2{
	margin-bottom: 15px;
}

.room-single .upper-box .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 40px;
}

.room-single .upper-box .pricing .price{
	position: relative;
	display: block;
	float: left;
	font-size: 18px;
	color: #8e949f;
	text-transform: capitalize;
	font-weight: 500;
}

.room-single .upper-box .pricing .price span{
	color: #fe0000;
}

.room-single .upper-box .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #fe0000;
}

.room-single .upper-box .pricing .rating span{
	position: relative;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.room-single .upper-box .text{
	color: #9b9fa6;
	line-height: 1.70em;
}

.room-single .upper-box .text p{
	line-height: 1.70em;
	margin-bottom: 30px;
}

.room-single .upper-box .text ul{
	margin-bottom: 0px;
}

.room-single .upper-box .text ul li{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 20px;
	margin: 0 0 10px;
}

.room-single .upper-box .text ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	border-bottom: 2px solid #9b9fa6;
}

.room-single .upper-box .link-box{
	position: relative;
	padding-top: 10px;
}

.room-single .upper-box .link-box .theme-btn{
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}

.room-single .lower-box{
	position: relative;
	margin-top: 70px;
}

.room-single .lower-box .row{
	margin: 0 -25px;
}

.room-single .lower-box .image-block{
	position: relative;
	padding: 0px 25px;
	margin-bottom: 30px;
}

.room-single .lower-box .image-block .image{
	position: relative;
	display: block;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.room-single .lower-box .image-block .image:hover{
    box-shadow: 0 30px 45px rgba(0,0,0,0.08);
}

.room-single .lower-box .image-block img{
	width: 100%;
	display: block;
}

.room-single .details-box{
	position: relative;
	margin-top: 70px;
}

.room-single .details-box .details-inner{
	position: relative;
	display: block;
	padding: 85px 70px 55px;
	background: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.05), 0 30px 45px rgba(0,0,0,0.05);
}

.room-single .details-box h3{
	font-size: 30px;
	margin-bottom: 25px;
}

.room-single .details-box .text{
	color: #9b9fa6;
	line-height: 1.70em;
	margin-bottom: 40px;
}

.room-single .details-box .info{
	position: relative;
	color: #fe0000;
	margin: 0px -15px;
	line-height: 1.60em;
}

.room-single .details-box .info li{
	position: relative;
	float: left;
	padding: 0px 15px;
	width: 20%;
	margin-bottom: 30px;
	line-height: 1.60em;
}

.room-single .details-box .info li .icon{
	position: relative;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

.room-single .details-box .info li a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.pagination-box{
	position:relative;
}

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

.styled-pagination li:last-child{
	margin-right: 0;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:30px;
	font-size:18px;
	height:60px;
	min-width:60px;
	padding: 15px 5px;
	text-align: center;
	color:#181b1f;
	font-weight:400;
	text-align:center;
	background:#ffffff;
	box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.15);
	text-transform:capitalize;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.styled-pagination li a.next{
	font-size: 20px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background: #171b27;
	border-color: #171b27;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	padding: 100px 0px;
	background: #fe0000;
	color: #ffffff;
	text-align: center;
}

.video-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.40;
}

.video-section .content-box{
	position: relative;
	max-width: 840px;
	margin: 0 auto;
}

.video-section h1{
	font-size: 60px;
	line-height: 1.2em;
}

.video-section .play-link{
	position: relative;
	margin-top: 40px;
}

.video-section .play-link a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 60px;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	border: 5px solid #ffffff;
	border-radius: 10px;
}
/*** 

====================================================================
	Reset
====================================================================

 ***/

 *{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}