
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@font-face {
    font-family: 'PiratesBay';
    src: url('../fonts/PiratesBay.ttf') format('truetype');
}
body{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	overflow-x: hidden;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}


.lead{
	font-weight: 400;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: #2b2b2b;
	border: none;
	color: #fff;
}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	background: transparent !important;
	border-color: #999;
	color: #999;
}


/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 95px;
  transition: background 0.5s;
  z-index:1000;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  .res_clear {
    clear: both;
}
}

.back-to-top:focus {
  outline: none;
}

/* ================================
Navbar
================================= */

nav.navbar{
	position: fixed;
	top: -72px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	background-color: rgba(20, 110, 136, 0.57);
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: none;
	opacity: 1;
	display: none;
	z-index: 9999;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #3A3A3A;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

/* brand / logo */
.navbar-default .navbar-brand{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
}

/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 50px 0px 50px 0px;
}
.bg-white{
	position:relative;
}
/* --- heading --- */
.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}

.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}

.bg-dark {
	background: #575757;
}


/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}


.color-light p {
	color: #eee;
}


/* ==========================
Parallax
============================= */

#parallax1{
	background-image: url(../img/parallax/1.html);
}
#parallax2{
	background-image: url(../img/parallax/2.html);
}


/* ================================
Intro
================================= */

#intro {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

#intro .item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro p {
  width: 70%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (max-width: 768px ) {
  #intro h2 {
    font-size: 36px;
  }
}

#intro .carousel-inner .item {
  transition-property: opacity;
  background-position: center top;
}

#intro .carousel-inner .item,
#intro .carousel-inner .active.left,
#intro .carousel-inner .active.right {
  opacity: 0;
}

#intro .carousel-inner .active,
#intro .carousel-inner .next.left,
#intro .carousel-inner .prev.right {
  opacity: 1;
  transition: 0.9s;
}

#intro .carousel-inner .next,
#intro .carousel-inner .prev,
#intro .carousel-inner .active.left,
#intro .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  color: #fff;
  position: absolute;
  top: calc(50% - 15px);
}

#intro .carousel-control-prev {
  left: 20px;
}

#intro .carousel-control-next {
  right: 20px;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
}

#intro .carousel-indicators {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 3px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #00c1c1;
}

#intro .btn-get-started:hover {
  background: #00c1c1;
  color: #fff;
  text-decoration: none;
}

/* ================================
About
================================= */

 .about-img {
  /* height: 350px; */
  overflow: hidden;
}

 .about-img img {
  /* margin-left: -15px; */
  max-width: 100%;
}

@media (max-width: 768px) {
   .about-img {
    height: auto;
  }
   .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

 .content h2 {
  color: #333;
  font-weight: 600;
  font-size: 40px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}

 .content h3 {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  /* font-style: italic; */
  text-align: left;
  font-family: 'Raleway', sans-serif;
}

 .content p {
  line-height: 26px;
  text-align: left;
}

 .content p:last-child {
  margin-bottom: 0;
}

/* ================================
Team
================================= */
.box-team img {
	margin-bottom: 30px;
}



/* ================================
Services
================================= */
.service.carousel h4,.service.carousel p {
	text-align: left;
}


.service .carousel-control{
	background: none;
}

.service .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.service .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}

.service .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	background: #ffffff;
}

.service .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.service .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}


/* ================================
Works
================================= */
.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: none;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #FFF;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 0;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 0;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h4 {
	font-weight: 300;
	margin-bottom: 10px;
}

.og-details p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	color: #555;
}

.og-details a {
	font-weight: 700;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}


.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }

}

/* ================================
Contact
================================= */

.validation {
  color: red;
  display:none;
  margin: 0;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* ================================
Clients
================================= */
ul.clients {
	list-style: none;
}
ul.clients li {
	display: inline;
}


/* ================================
Bottom widget
================================= */
#bottom-widget {
  overflow: hidden;
}
ul.social-network {
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li {
	display: inline;
	margin: 5px 5px;
}


ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}

ul.social-network li a i{
  transition: 0.3s
}
/* ================================
Footer
================================= */
footer {
	background: #fff;
	color: #00acd8;
	padding: 15px;
	position: relative;
	text-align: left;
}

footer a {
 color: #80430a;
}

footer a:hover {
	color: #80430a;
	text-decoration: none;
}

/* ================================
more media queries
================================= */
@media (max-width:968px) {
	.dolphin .room_feature_bottom, .star_fish .room_feature_bottom, .turtle .room_feature_bottom,.sea_horse .room_feature_bottom,
	.mermaid .room_feature_bottom, .riyo .room_feature_bottom{
		padding-bottom: 55%;
	}
}
@media (max-width:767px) {

	header{
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}

	.navbar-nav {
		float: left;
		text-align: left;
	}

	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}
	.box-team {
		margin-bottom: 30px;
	}

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; padding: 0 40px; }

}

@media (max-width:992px) {

	.service.carousel .item h4, .service.carousel .item p{
		text-align: center;
	}

	.service p{
			margin-bottom: 60px;
	}
	.og-expander {
		background: transparent;

	}
	.og-details {
		padding: 0 20px;
	}

}

@media (max-width:480px){

	header .carousel-iphone, .detail .screenshot{
		width: 280px;
	}

	header .carousel, .detail .screenshot img{
		padding-top: 85px;
		width: 245px;
	}

	.service .screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}

	header{
		padding-top: 30px;
		padding-bottom: 0px;
	}

	header h1{
		font-size: 70px;
	}
}
.content h3, .content p{
	padding-left: 150px;
    padding-right: 50px;
}
.content p.home_cnt{
	text-align: justify;
}
.check_button{
	position: absolute;
    top: 0;
    left: 0;
	text-align: left;
	text-decoration: none;
	color:#fff;
	width:150px;
	height:65px;
}
.home .check_button{
	background-color: #2cb2ab;
}
.first-section{
	padding-top: 100px;
}
img.dot-img-right{
	height: 60px;
    position: absolute;
    right: 60px;
    top: 75px;
}
img.wave-img{
	width: 120px;
    float: left;
}
.clear-fix{
	clear: both;
}
.second-section .content{
	padding-left: 210px;
}
.second-section .content p{
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;

}
/* img.dot-img-left{
	height: 60px;
    position: absolute;
    left: 110px;
    top: 100px;
} */
img.dot-img-left{
	height: 70px;
    position: absolute;
    left: 110px;
	top: 27px;
}
#services{
	text-align: left;
}
.icon_list h2{
	font-size: 24px;
	margin-top: 0;
	font-family: 'PiratesBay';
}
.icon_list h3{
	font-size: 18px;
}
.icon_list img{
	padding-top:15px; 
	width:50px
}
.icon_list .col-md-2{
	text-align: center;
}
.icon_list_inner{
	padding-bottom: 25px;
}
.icon_list_inner_last img{
	padding-top:15px; 
}
.img_common{
	width: 60px;
    padding-top: 70px;
}
.img-fulid{
	width:100%;
	height:auto;
}
.content_images{
	text-align: left;	
    display: flex;
}
.content_images img{
	width:50px;
}
.content_images p{
	padding-left: 15px;
	font-weight: 600;
}
.content-right{
	border-left:  1px solid #00c1c1;
}
ul.booking_portal{
	list-style: none;
	text-align: left;
	/* padding-left: 125px; */
}
ul.booking_portal li {
    display: inline-block;
	font-size: 22px;
	padding: 0px 45px;
    border-right: 1px solid #000;
	height: 50px;
	vertical-align: middle;
}
ul.room_feature{
	list-style: none;
	text-align: center;
	/* padding-left: 125px; */
	padding: 0px;
}
ul.room_feature li {
    display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	width: 150px;
	height: 165px;
	text-align: center;
	margin: 20px 30px;
	text-transform: uppercase;
	line-height: 30px;
	/* color:#6e430a; */
}
.room_feature li img{
    padding: 20px;
	border: 1px solid #afafaf;
	margin-bottom: 15px;
}
.room_feature_area h2{
    float:left;
}
section{
	position: relative;
}
.common_pages{
	text-align: left;
}
.common_pages .content h3, .common_pages .content p {
    padding-left: 0px;
    padding-right: 0px;
}
img.line-img-left {
    position: absolute;
    width: 30px;
    left: -23px;
}
img.box_image_left {
    position: absolute;
    width: 80px;
    top: 25px;
}
img.box_image_right{
	width: 235px;
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 170px;
}
.room_feature_area{
	padding-top: 130px;
	/* padding-top: 35px; */
}
.image_biger{
	margin-bottom: 30px;
	/* padding-right: 40px; */
}
.image_biger_content p{
	padding-right: 50px;
}
.img_border img{
	border: 1px solid #afafaf;
}
.water_wave{
	padding-top: 110px
}
.line_wave{
	padding-left: 15px;
    padding-top: 15px;
}
.water_wave img{
	border: 0px solid #afafaf;
	width:170px;
}
.room_feature_bottom {
	background-size: contain;
    background-repeat: no-repeat;
	background-position-y: 400px;
    padding-bottom: 425px;
}
/* @media (max-width:450px){
	ul.room_feature{
		padding-left: 40px !important;
	}
} */
@media (max-width:767px){
	.img_common_area{
		text-align: center;
		padding-left: 50px;
	}
	img.line-img-left{
		left:18px;
	}
	.star_fish .content-right {
		border-left: 0px solid #6e430a !important;
	}
	.content_images p{
		padding-left: 0px;
	}
     ul.booking_portal li {
    	width: 100%;
		text-align: center;
		border-bottom: 1px solid #000;
		border-right:0px solid #000; 
	}
	img.box_image_left{
		top:5px;
	}
	img.box_image_right{
		width: 105px;
		top:200px;
	}
	.riyo img.box_image_right{
		top:100px;
	}
	img.dot-img-left{
		left: 20px;
		top: 15px;
	}
	img.dot-img-left.ryjo_fot{
		top: 125px;
		z-index: 99;
	}
	section.home-section.bg-white.booking_portal_area{
		height:150px;
	}
	.booking_portal_area .img_strip{
		padding-top: 50px;
		margin-top:0px;
	}
	.room_feature_area {
		padding-top: 100px !important;
	}
	/* ul.room_feature{
		padding: 0px
	} */
	ul.room_feature li{
		margin: 0px;
		margin-bottom: 35px;
	}
	.room_feature_bottom {
		background-size: contain;
		background-position-y: bottom;
	}
	.image_biger_content{
		padding-top: 15px;
	}
	ul.room_feature{
		padding: 0px;
		padding-top: 50px;
	}
	#about .second-section .content {
		padding-left: 30px;
	}
	#about .second-section .content p{
		padding-left: 5px;
		padding-right: 15px;
		padding-top: 10px;
	}
	#about img.dot-img-left{
		top: 0px;
	}
	#about .about-img.second_img img,#about .about-img{
		padding: 15px;
	}
	.icon_list_inner_last .col-md-10{
		padding: 0px
	}
	.content h3, .content p{
		padding: 0px
	}
	img.home_wave2, img.wave-img2, .box_color{
		display:none;
	}
	.footer_content {
		line-height: 30px !important;
		padding-bottom: 30px;
	}
	img.home_wave{
		right: -30px !important;
		top: -30px !important;
	}
	.bg_img {
		/* background-position-y: 5px !important;
		height: 320px !important; */
		background-position-y: -70px !important;
    	height: 200px !important;
	}
	.footer_content ul {
		padding-left: 15px;
	}
	.footer_content ul li {
		margin-bottom: 10px;
	}
	div#wave{
		left:40% !important;
	}
}
@media screen and (max-width:992px) and (min-width:769px){
	img.dot-img-left{
		left: 130px;
	}
}
.footer_content .clear-fix{
	display: none;
}
/** star fish tower page star **/
.star_fish .check_button{
	background-color: #e7be88;
}
/* .star_fish nav.navbar{
    background-color: rgba(231, 190, 136, 0.56);
} */
.star_fish p{
	text-align: left;
	color:#6e430a;
}
.star_fish h2{
	font-size: 34px;
    color: #e7be88;
    margin-top: 0px;
}
.star_fish .content h3{
	font-weight: 600;
	color:#6e430a;
}
.star_fish .content-right{
	border-left:  1px solid #6e430a;
}
.star_fish ul.booking_portal li{
	color: #e7be88;
}
.star_fish .room_feature_area h2{
	color:#6e430a;
}
.star_fish .room_feature_bottom{
	background-image: url('../img/background/star.jpg');
}
.star_fish ul.room_feature li{
	color:#6e430a;
}
/** star fish tower page end **/

/** turtle tower page star **/
.turtle .check_button{
	background-color: #09aad6;
}
/* .turtle nav.navbar{
	background-color: rgba(9, 170, 214, 0.57);
} */
.turtle p{
	text-align: left;
	color:#000;
}
.turtle h2{
	font-size: 34px;
    color: #09aad6;
    margin-top: 0px;
}
.turtle .content h3{
	font-weight: 600;
	color:#0681a3;
}
.turtle .content-right{
	border-left:  1px solid #0681a3;
}
.turtle ul.booking_portal li{
	color: #09aad6;
}
.turtle.room_feature_area h2{
	color:#09aad6;
}
.turtle .room_feature_bottom{
	background-image: url('../img/background/turtle.jpg');
}
/** turtle tower page end **/
.bg_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -340px;
    height: 570px;
}
.home .bg_img{
	background-image: url('../img/background/home.jpg');
}
img.home_wave{
	width: 165px;
    position: absolute;
    right: 0;
    top: -40px;
}
.box_color{
	width: 65px;
    height: 50vh;
    background: #09aad5;
    position: absolute;
    right: 0;
    top: 150px;
}
img.home_wave2{
	width: 210px;
    position: absolute;
    left: -65px;
    top: 380px;
}
img.wave-img2{
	width: 120px;
    position: absolute;
    left: 15px;
    top: 545px;
}
/** dolphin tower page star **/
.dolphin .check_button{
	background-color: #146e88;
}
/* .dolphin nav.navbar{
	background-color: #146e88;
} */
.dolphin p{
	text-align: left;
	color:#000;
}
.dolphin h2{
	font-size: 34px;
    color: #146e88;
    margin-top: 0px;
}
.dolphin .content h3{
	font-weight: 600;
	color:#146e88;
}
.dolphin .content-right{
	border-left:  1px solid #146e88;
}
.dolphin ul.booking_portal li{
	color: #146e88;
}
.dolphin.room_feature_area h2{
	color:#146e88;
}
.dolphin .room_feature_bottom{
	background-image: url('../img/background/dolphin.jpg');
}
/**  dolphin tower page end **/

/** seahorse tower page star **/
.sea_horse .check_button{
	background-color: #2db4ae;
}
/* .sea_horse nav.navbar{
	background-color: #146e88;
} */
.sea_horse p{
	text-align: left;
	color:#000;
}
.sea_horse h2{
	font-size: 34px;
    color: #2db4ae;
    margin-top: 0px;
}
.sea_horse .content h3{
	font-weight: 600;
	color:#2db4ae;
}
.sea_horse .content-right{
	border-left:  1px solid #2db4ae;
}
.sea_horse ul.booking_portal li{
	color: #2db4ae;
}
.sea_horse.room_feature_area h2{
	color:#2db4ae;
}
.sea_horse .room_feature_bottom{
	background-image: url('../img/background/seahorse.jpg');
}
/**  seahorse tower page end **/

/** mermiad tower page star **/
.mermaid .check_button{
	background-color: #76d1f0;
}
/* .mermaid nav.navbar{
	background-color: #76d1f0;
} */
.mermaid p{
	text-align: left;
	color:#000;
}
.mermaid h2{
	font-size: 34px;
    color: #76d1f0;
    margin-top: 0px;
}
.mermaid .content h3{
	font-weight: 600;
	color:#2888a9;
}
.mermaid .content-right{
	border-left:  1px solid #76d1f0;
}
.mermaid ul.booking_portal li{
	color: #76d1f0;
}
.mermaid.room_feature_area h2{
	color:#76d1f0;
}
.mermaid .room_feature_bottom{
	background-image: url('../img/background/mermaid.jpg');
}
/**  mermiad tower page end **/
/** riyotower page star **/
.riyo .check_button{
	background-color: #287591;
}
/* .riyo nav.navbar{
	background-color: #287591;
} */
.riyo p{
	text-align: left;
	color:#000;
}
.riyo h2{
	font-size: 34px;
    color: #287591;
	margin-top: 0px;
	margin-left: 35px;
}
.riyo .content h3{
	font-weight: 600;
	color:#2888a9;
}
.riyo .content-right{
	border-left:  1px solid #287591;
}
.riyo ul.booking_portal li{
	color: #287591;
}
.riyo.room_feature_area h2{
	color:#287591;
}
.riyo .room_feature_bottom{
	background-image: url('../img/background/riyo.jpg');
}
/**  mermiad tower page end **/
/** footer **/
.footer_content  img{
	width:80px
} 
.footer_content {
	line-height:30px;

}
.footer_content ul li{
	list-style: none;
    display: inline-block;
}
.footer_content p{
	color: #80430a; 	
}

/* Slider Start */
img.img_common.slider{
	width: 45px !important;
    padding: 0px;
    margin-bottom: 0px !important;
}
.main_slider{
	position: relative;
}
a.contact_top_btn.black_btn{
	position: absolute;
    right: 35px;
	top: 20px;
	cursor: pointer;
	z-index: 999;
}
a.logo_top img{
	width:110px;
}
a.logo_top{
	position: absolute;
    left: 35px;
	z-index: 999;
	top: 20px;
}
#main-slider * {
    font-family: 'Montserrat', sans-serif;
}
#main-slider .item  .slider_content img {
	margin: auto;
	margin-bottom: 30px;
}
#main-slider .owl-carousel .owl-item {
    width: 100% !important; 
}
.image_caption h2, .image_caption h4 {
	margin: 0px;
	color: #383838;
}
.home .slider_content {
    background: url('../img/tower.png') bottom right no-repeat;
}
.dolphin .slider_content {
    background: url('../img/banner/DolphinSlider_bg.png') bottom right no-repeat;
}
.mermaid .slider_content {
    background: url('../img/banner/MermaidSlider_bg.png') bottom right no-repeat;
}
.ryjo .slider_content {
    background: url('../img/banner/RyjoSlider_bg.png') bottom right no-repeat;
}
.sea_horse .slider_content {
    background: url('../img/banner/SeaHorseSlider_bg.png') bottom right no-repeat;
}
.star_fish .slider_content {
    background: url('../img/banner/StarFishSlider_bg.png') bottom right no-repeat;
}
.turtle .slider_content {
    background: url('../img/banner/TurtleSlider_bg.png') bottom right no-repeat;
}
#main-slider .item img{
    display: block;
    width: 45%;
    height: auto;
}
#main-slider .item {
    display: flex;
    min-height: 100vh;
}
#main-slider  .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    right: 10px;
    bottom: 45%;
    width: 20px;
}
.slider_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.slider_figure {
    visibility: hidden;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: all 1.3s;
}
.image_caption {
    max-width: 80%;
    margin: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom left;
    -webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	transition: all 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#main-slider .owl-item.active .slider_figure {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    visibility: visible;
}
#main-slider .owl-item.active .image_caption {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.owl-dots button:focus {
	outline: none;
	border: 0px;
}
.image_caption h2 {
	font-size: 30px;
    text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}
.image_caption h4 {
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: 700;
}
.image_caption p {
	padding: 0px 16px;
	color: #383838;
	font-size: 14px;
	font-weight: 400;
}
a.black_btn {
	color: #090909;
	margin-top: 15px;
	display: inline-block;
	border-radius: 0px;
	border: 2px solid #64c5e1;
	text-transform: uppercase;
	transition: all 0.6s;
	text-transform: uppercase;
	padding: 6px 24px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}
a.black_btn:hover {
	background-color: #64c5e1;
	color: #fff;
}
/* .contact_top_btn {
    position: absolute;
    top: 16px;
	right: 30px;
	z-index: 100;
} */
@media(min-width:992px) {
	#main-slider  .owl-nav.disabled+.owl-dots {
		right: 20px;
	}
	.icon_list_inner:hover img, .icon_list_inner_last:hover img {
		padding: 0px;
		transition: .5s;
	}
}
@media(min-width:1200px) {
	.image_caption {
		padding: 30px 60px;
	}
}
@media(max-width:639px) {
	.image_caption h2 {
		padding-top: 30px;
		font-size: 20px;
	}
	#main-slider .owl-item .slider_figure {
		height: 280px;
		width: 100%;
	}
	.slider_content {
		width: 100%;
	}
	#main-slider .item {
		min-height: 0px;
		flex-direction: column;
	}
	#main-slider .owl-nav.disabled+.owl-dots {
		bottom: 55%;
	}
	.image_caption {
		padding-bottom: 30px;
	}
}
@keyframes bounceInDown {
    0% {
       opacity: 0.5;
       transform: translateY(-1000px);
    }
    60% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    100% {
       opacity: 1;
       transform: translateY(0px);
    }
} 
@keyframes bounceInUp {
    0% {
       opacity: 0.5;
       transform: translateY(1000px);
    }
    60% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    100% {
       opacity: 1;
       transform: translateY(0px);
    }
} 
/* Slider End */

/* Header Menu Start */
nav.navbar {
	top: 0px;
	background-color: #fff;
	display: block;
	box-shadow: 0px 0px 30px #d2d2d2
}
.navbar-default .navbar-nav>li>a {
	color:#442a1b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.navbar-brand>img {
	display: block;
    width: 90px;
    padding-left: 15px;
}
.navbar-default .navbar-brand {
	padding: 0px;
}
.menu_btn {
	padding: 10px 16px 0px 8px;
}
.menu_btn img {
	width: 30px;
}
.back-to-top {
	background: #fff;
    border: 2px solid #06aad4;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    line-height: 35px;
}
button.navbar-toggle {
	background: transparent;
	padding: 0px;
	margin-top: 12px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: transparent;
}
button.navbar-toggle img {
	width: 28px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

@media(min-width:768px) {
	.navbar-collapse.collapse {
		padding: 0px;
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: #06aad4;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 12px;
	}
	.res_clear {
		display:none;
	}
}
@media(min-width:850px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
}
@media(max-width:767px) {
	.navbar-nav {
		float: none;
		max-height: 315px;
	}
	.navbar-default .navbar-nav>li>a {
		text-align: center;
	}
	.navbar-default .navbar-nav>li>a:hover {
		background: rgba(6, 170, 212, 0.3803921568627451);
		color: #fff;
	}
	.water_wave{
		display: none;
	}
}
/* Header Menu End */

@media(max-width:767px) {
	.home-section .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.home-section .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	#about .second-section .content {
		padding-left: 15px;
	}
	.col-md-6.icon_list_inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.col-md-12.icon_list_inner_last .col-md-6 {
		padding-left: 0px;
		padding-right: 0px;
	}
	#about .about-img.second_img img, #about .about-img {
		padding: 15px 0px;
	}
	/* .footer_content ul li {
		width: 100%;
	} */
	a.logo_top img{
	    width: 80px;	
	}
	.center_img{
		top: 32% !important;
	}
	.riyo .center_img{
		top: 38% !important;
	}
	.home .center_img{
		top: 26% !important;
	}
	.image_caption {
		margin-top: 85px;
	}
	.contact_page {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	a.contact_top_btn.black_btn{
		right: 15px;
		top: 15px;
	}
	.home-section{
		padding: 50px 0px 0px 0px;
	}
	.dolphin .content-right, .content-right{
		border-left: 0px solid #146e88;
	}
}
@media(min-width:1400px) {
	.footer_content ul li{
		width:19%;
		margin-right: 0px;
	}
	.contact_page {
		padding: 15px;
	}
}
.footer_content ul li {
	margin-right: 48px;
	vertical-align: top;
}
.contact_page {
	padding: 50px;
	padding-bottom: 0px;
}
ul.social_icons{
	float: right;
	padding: 0;
	margin-bottom: 20px;
}
ul.social_icons li{
	list-style: none;
	display: inline;
}
/* ul.social_icons li a {
    color: #fff;
} */
ul.social_icons li a{
	padding: 4px 10px;
    /* background: #2cb4ad; */
    /* height: 30px;
    width: 30px;
	font-size: 12px;
	color: #fff; */
}
ul.social_icons li a img{
	width: 30px;
}

@media (min-width: 1200px){
	.container {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

.icon_list_inner{
	transition: .5s;
}
@media (min-width: 1400px){
	.room_feature_bottom{
		background-position-y: 455px;
		padding-bottom: 530px;
	}
	ul.room_feature{
	    padding-left: 150px;
		padding-right: 150px;	
	}
}
.home nav.navbar{
	display: none;
}
/** dot animation **/
.loading {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	font-size: 0;
  }
  .loading.reversed li {
	border: 3px solid white;
	-webkit-animation: LOADINGREV 2s infinite;
			animation: LOADINGREV 2s infinite;
  }
  .loading.reversed li:nth-child(1n) {
	-webkit-animation-delay: 0s;
			animation-delay: 0s;
  }
  .loading.reversed li:nth-child(2n) {
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
  }
  .loading.reversed li:nth-child(3n) {
	-webkit-animation-delay: 0.6s;
			animation-delay: 0.6s;
  }
  .loading.reversed li:nth-child(4n) {
	-webkit-animation-delay: 0.8s;
			animation-delay: 0.8s;
  }
  .loading li {
	height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	margin: 0;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	-webkit-transform: transformZ(0);
			transform: transformZ(0);
	-webkit-animation: LOADING 2s infinite;
			animation: LOADING 2s infinite;
  }
  .loading li:nth-child(1n) {
	left: -30px;
	-webkit-animation-delay: 0s;
			animation-delay: 0s;
  }
  .loading li:nth-child(2n) {
	left: 0;
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
  }
  .loading li:nth-child(3n) {
	left: 30px;
	-webkit-animation-delay: 0.6s;
			animation-delay: 0.6s;
  }
  .loading li:nth-child(4n) {
	left: 60px;
	-webkit-animation-delay: 0.8s;
			animation-delay: 0.8s;
  }
  .grid-row:after {
	content: '';
	display: table;
	clear: both;
  }
  .grid-row .col {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
  }
  .grid-row .col + .col {
	left: auto;
	right: 0;
  }
  
  @-webkit-keyframes LOADING {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	}
	50% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	100% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	}
  }
  
  @keyframes LOADING {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	}
	50% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	100% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	}
  }
  @-webkit-keyframes LOADINGREV {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	}
	50% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	100% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	}
  }
  @keyframes LOADINGREV {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	}
	50% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	100% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	}
  }
  
.center_img{
	width: 60px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    top: 45%;
  }
  a.active{
	color:#06aad4 !important;
  }
  a.black_btn.star{
	border: 2px solid #e7be87;
  }
  a.black_btn.turtle{
	border: 2px solid #09aad6;
  }
  a.black_btn.dolphin{
	border: 2px solid #146e88;
  }
  a.black_btn.seahorse{
	border: 2px solid #2cb4ad;
  }
  a.black_btn.Mermaid{
	border: 2px solid #76d1f0;
  }

  a.black_btn.star:hover{
	background-color: #e7be87;
  }
  a.black_btn.turtle:hover{
	background-color: #09aad6;
  }
  a.black_btn.dolphin:hover{
	background-color: #146e88;
  }
  a.black_btn.seahorse:hover{
	background-color: #2cb4ad;
  }
  a.black_btn.Mermaid:hover{
	background-color: #76d1f0;
  }
  ul.tower_rooms{
	  list-style: none;
	  padding: 0px;
  }
  ul.tower_rooms li{
	display: inline-block;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 600;
  }
 div#wave {
  /* position: relative; */
  /* margin-top: 50vh; */
  text-align: center;
  /* width: 100px; */
  /* height: 100px; */
  margin-left: auto;
  margin-right: auto;
  position: absolute;
    top: -50px;
    left: 50%;
}
div#wave .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 3px;
  background: #303131;
  animation: wave 1.3s linear infinite;
  border: 1px solid #fff;
}
div#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
div#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}
div#wave .dot:nth-child(4) {
  animation-delay: -0.6s;
}
@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
.img_strip{
	text-align:center;
	margin-top: -50px;
}
.img_strip img{
	width:80%;
}

@media (max-width:990px){
	img.line-img-left {
		width: 20px;
	}
	.img_common{
		margin-bottom: 15px;
	}
	.img_strip img{
		width:100% !important;
	}
}
@media (min-width:990px){
	.icon_list_inner p, .icon_list_inner_last p  {
		padding-right: 80px;
	}
	.image_caption h2{
		padding-bottom: 30px;
	}
}
section.home-section.bg-white.room_feature_area.ryjo_fot {
	padding-top: 50px;
}

.spinner {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  background-color:#efefef;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
#main-slider .item img.ryjo{
	 width: 28%;
}

.slider_figure, .img_border{
	position: relative;
}
.img_border{
	text-align: center;
}
.overflow{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: rgba(230, 230, 230, 0.6901960784313725);
	text-align: center;
}
.overflow span{
	position: absolute;
    top: 45%;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 16px;
}
.overflow2{
	position: absolute;
    top: 0;
    background: rgba(236, 236, 236, 0.71);
	height: 100%;
	width: 89%;
}
.overflow2 span{
	top: 40%;
    position: relative;
}
@media (max-width: 990px) {
	.overflow2{
		width: 100%;
	}
}
.bookonline_btn{
	background: transparent;
    border: 1px solid #0eadd5;
    padding: 10px;
    position: absolute;
    left: 20%;
}
a.bookonline_btn {
    text-decoration: none;
}
@media (max-width: 767px) {
	.bookonline_btn{
		left: 40%;
	}
}
a.bookonline_btn:hover {
    background-color: #0eadd5;
    color: #fff;
}