/*************************/
/*     PRELOADER     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
}

.spinner {
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	width: 60px;
	height: 20px;
	margin: -10px 0 0 -30px; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #2F5BA1;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}



/********Logo********/
.navbar-brand img {
	width: 175px;
}

/********Slider Text********/
.meta h1 {
	text-shadow: 1px 1px 2px rgba(76, 76, 76, 1);
}

.meta p {
	text-shadow: 1px 1px 2px rgba(76, 76, 76, 1);
	text-align: justify;
}

.rooms-container .btn {
    padding: 11px 32px;
    font-size: 13px;
    margin: 8px 4px;
}

.rooms-container .btn-details {
    background: #a7a7a7;
    color: white;
}

.above-list {
	margin-top: 30px!important;
	text-transform: uppercase!important;
}

.button.solid {
	display: inline-block;
	max-width: 250px;
	padding: 7px 25px 7px 25px;
	border: 2px solid #2F5BA1;
	border-radius: 2px;
	background-color: #fff;
	color: #fff;
	font: 700 13px/1.6em "Open Sans", sans-serif;
	transition: all .3s ease;
}

.button.solid:hover {
	background-color: #fff;
	border: 2px solid #2F5BA1;
	color: #2F5BA1;
	text-decoration: none;
}

.button.outline {
	display: inline-block;
	max-width: 250px;
	padding: 7px 25px 7px 25px;
	background-color: #fff;
	border: 2px solid #76878f;
	border-radius: 2px;
	color: #647780;
	font: 700 13px/1.6em "Open Sans", sans-serif;
	transition: all .3s ease;
}

.priceimg {
	margin-top: 20px;
}

.navbar .nav.navbar-nav.navbar-right li .phone-number {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 8px 10px 7px 10px;
    border: 1px solid #647780;
    border-radius: 2px;
    font: 500 12px/1em "Open Sans", sans-serif;
}

.tb-text-white a {
	color: #fff;
}

.hot-tour-text ul {
	margin-top: 30px;
}

.hot-tour-text strong {
    color: #ff0000;
}

.work p {
	font-size: 18px;
}

.buyme {
	margin-top: 30px;
}

.buyme .btn {
    padding: 11px 32px;
    font-size: 18px;
    margin: 8px 4px;
}

#room-1 {
	text-align: justify;
}

#room-2 {
	text-align: justify;
}

#room-3 {
	text-align: justify;
}

#hot-tour {
	margin-bottom: 60px;
}
/********Rooms********/
#rooms {
	padding-bottom: 80px;
}

#rooms h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

#rooms li i.fa {
	margin-right: 6px;
	color: #2F5BA1;
}

#rooms li {
	margin-top: 4px;
}

#rooms p:nth-of-type(2) {
	margin-bottom: 0px;
}

#rooms .rooms-container {
	width: 98%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}



#rooms .rooms-container.middle {
	margin-top: 10px;
	margin-bottom: 50px;
}

#rooms .rooms-container .image-container img {
	margin-top: 25px;
}

#rooms .rooms-container h4 {
	margin-top: 21px;
}

#rooms .rooms-container .button {
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
}

/* Magnific Popup Rooms Details Content */
.room-details-container {
	position: relative;
	max-width: 1000px;
	margin: 40px auto;
	padding: 25px;
	background: #fff;
	text-align: left;
}

.room-details-container h3 {
	margin-top: 20px;
	margin-bottom: 7px;
}

.room-details-container hr   {
	height: 1px;
	width: 40px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0;
	border: 0;
	background-color: #76878f;
	text-align: left;
}

.room-details-container h4 {
	margin-bottom: 17px;
}

.room-details-container ul {
	margin-top: 10px;
}

.room-details-container li {
	margin-top: 4px;
}

.room-details-container li:nth-last-of-type(1) {
	margin-bottom: 20px;
}

.room-details-container li .fa {
	margin-right: 6px;
	color: #2F5BA1;
}

.room-details-container button.mfp-close.x-button {
	position: absolute;
	top: 0px;
	right: -8px;
	width: 44px;
	height: 44px;
}

.room-details-container a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
}

/* Fade-move animation for rooms details popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.room-details-container .owl-stage-outer {
	position: relative;
	height: 491px;
}

.room-details-container .owl-nav {
	position: absolute;
	top: 46%;
	width: 100%;
}

.room-details-container .owl-prev {
	position: absolute;
	left: 15px;
	width: 10px;
	height: 15px;
}

.room-details-container .owl-next {
	position: absolute;
	right: 40px;
	width: 10px;
	height: 15px;
}

.room-details-container .owl-nav .fa {
	font-size: 40px;
	font-weight: normal;
	color: #2F5BA1;
}


