html, body { 
	width: 100%; 
	height: 100%;
	font-family: 'PTSans', Verdana, Geneva, sans-serif;
}

.clear {
	clear: both;
}

* { 
	margin: 0; 
	padding: 0; 
	box-sizing: border-box; 
}

.sp {
	margin: 10px 0 0 0;
}

a {
	text-decoration: none;
}

/*----- Header -----*/

#overlay{
	width: 100%; 
	height: 100%; 
	position: absolute; 
	overflow: hidden; 
	z-index: 2;
}

#h-overlay{
	width: 100%; 
	height: 400px; 
	position: absolute; 
	overflow: hidden; 
	z-index: 2;
}

.head-cont {
	width:100%;
	height: 200px;
	z-index: 5;
	padding: 20px;
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0));
	}

/*----- Logo -----*/
#logo {
	width: 140px;
	height: 100px;
	background: url(../images/logo-w.png) center no-repeat;
}

@media screen and (min-width: 991px) {
	#logo {
	float: left;
	margin: 0 0 0 66px;
	}
}	

@media screen and (max-width: 1100px) {
	#logo {
	margin: 0 0 0 2.5%;
	}	
}


@media screen and (max-width: 990px) {
	#logo {
	margin: 0 auto;
	position: relative;
	}
}

/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

@media screen and (max-width: 990px) {
	.toggle-nav {
		margin: 30px 0 0 0;
		padding:10px;
		float:left;
		display:inline-block;
		border-radius:3px;
		border: 1px solid #fff;
		color:#fff;
		font-size:20px;
		transition:color linear 0.15s;
	}

	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:#00aeef;
		border: 1px solid #00aeef;		
	}
}

/*----- Menu -----*/
@media screen and (min-width: 990px) {
	.menu {
	float: right;
	margin: 40px 0 0 0;
	min-width: 60%;
	}
	
	.menu li {
	margin:0px 50px 0px 0px;
	}
}

.menu ul {
	display:inline-block;
}

.menu li {
	float:left;
	list-style:none;
	font-size:15px;
}


.menu a {
	text-transform: uppercase;
	text-shadow:0px 1px 0px rgba(0,0,0,0.9);	
	color:#fff;
	text-decoration: none;
	transition:color linear 0.3s;
}

.menu a:hover, .menu .current-item a {
	text-shadow: -2px 0 rgba(0,0,0,0.7), 0 2px rgba(0,0,0,0.7), 2px 0 rgba(0,0,0,0.7), 0 -2px rgba(0,0,0,0.7);	
	text-decoration: none;
	color:#5ed3ff;
}


@media screen and (max-width: 1100px) {
	.menu {
		width: 75%;
	}

	.menu li {
	margin:0px 40px 0px 0px;
	}	
	
	.menu li:last-child {
	margin-right:10px;
	}		
}

@media screen and (max-width: 990px) {
	.menu {
		float: right;
		width: 100%;
		position:relative;
		display:inline-block;
	}

	.menu ul.active {
		display:none;
	}

	.menu ul {
		width:100%;
		position:absolute;
		top:120%;
		left:0px;
		padding:10px 18px 10px 40px;
		border-radius:3px;
		border: 1px solid #00aeef;
		background: rgba(0,0,0,0.7);
	}

	.menu li {
		margin:10px;
		padding: 0 0 3px 20px;
		border-bottom: 1px solid rgba(0,174,239,0.4);
		float:none;
		display:block;
	}

	.menu a {
		display:block;
	}
}


/*----- Scroll -----*/
.scr {
	width: 50px;
	height: 50px;
	background: url(../images/scroll.png) center no-repeat;
	clear: both;
	margin: 0 auto;
}

.sctxt {
	width: 50px;
	height: 20px;
	font-size: 1em;
	color: #fff; 
	text-shadow: -2px 0 rgba(121,121,121,0.7), 0 2px rgba(121,121,121,0.7), 2px 0 rgba(121,121,121,0.7), 0 -2px rgba(121,121,121,0.7);	 
	text-align: center;
	padding:0 5px;
	clear:both;
	margin: 0 auto;	
}

#sc-cont {
	width: 100%; 
	height: 70px; 
	position: absolute; 
	z-index: 10;
	bottom: 7%;
}

/*----- Welcome -----*/
#welcome {
	width: 90%;
	height: auto;
	clear: both;
	margin: 0 auto;
}

#wel {
	padding:30px 0;
	line-height: 1.5em;	
	text-align: justify;
	text-justify: inter-word;	
}

.blue {
	color: #1ea4d9;
}

.grey {
	color:#333;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
}

h4 {
	font-size: 1.4em;
	text-align: left;
	text-transform: uppercase;
}

/*----- Story -----*/
#story {
	width: 100%;
	height: auto;
	clear: both;
	background: #c9d3fa;
	padding: 0;
}

#sto {
	width:90%;
	margin: 0 auto;
}

.sto-img{
	width: 50%;
	height: auto;
	float:left;
}

.sto-txt{
	width: 48%;
	line-height: 1.5em;
	height: auto;
	font-size: 1em;
	float: right;
	text-align: justify;
	text-justify: inter-word;
	margin: 20px 0 0 0;
}

.stxt-img {
	width: 100px;
	height: 68px;
	float: left;
	margin: 10px 0 0 0;
}

.resp{
	width:100%;
	height: auto;
}

@media screen and (max-width: 1150px) {
#sto {
	width:90%;
	margin: 0 auto;
}

.sto-img{
	width: 50%;
	height: auto;
	margin: 5% auto;
}

.sto-txt{
	width: 48%;
	line-height: 1.5em;
	height: auto;
	font-size: 1em;
	float: right;
	text-align: justify;
	text-justify: inter-word;
	margin: 5% 0 3% 0;
	padding: 0 0 15px 0;
}
}

@media screen and (max-width: 860px) {
#sto {
	width:90%;
	margin: 0 auto;
}

.sto-img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.sto-txt{
	width: 100%;
	line-height: 1.5em;
	height: auto;
	font-size: 1em;
	float: right;
	text-align: justify;
	text-justify: inter-word;
	margin: 20px 0 0 0;
	padding: 0 0 15px 0;
}

.stxt-img {
	width: 100px;
	height: 40px;
	float: left;
	margin: 10px 0 0 0;
}

}

.white {
	color:#fff;
}

/*----- Content -----*/
#content {
	width: 90%;
	height: 200px;
	clear: both;
	margin: 25px auto;
	padding: 0;
}

.c-l {
	width:49%;
	margin: 0 auto;
	height: auto;
	float: left;
	background: #0080bf;
}

.c-r {
	width:49%;
	margin: 0 auto;
	height: auto;	
	float: right;
	background: #0080bf;
}

.c-img {
	width: 100%;
	height: auto;
	float: left;
}

.c-txt{
	width: 94%;
	line-height: 1.3em;
	height: auto;
	font-size: 1em;
	text-align: justify;
	text-justify: inter-word;
	margin: 0 auto;
	padding: 15px 0;
}

.c-but a{
	margin: 15px auto;
	padding:10px;
	float:left;
	display:inline-block;
	border-radius:3px;
	border: 1px solid #fff;
	background: #0080bf;
	color:#fff;
	font-size:20px;
	transition:color linear 0.15s;	
}

.c-but a:hover {
	text-decoration:none;
	color:#0080bf;
	background: #fff;
	border: 1px solid #0080bf;		
}

@media screen and (max-width: 860px) {
.c-l {
	width:100%;
	margin: 10px auto;
	height: auto;
	clear: both;
	background: #0080bf;
}

.c-r {
	width:100%;
	margin: 10px auto;
	height: auto;
	clear: both;
	background: #0080bf;
}
}

/*----- Gallery -----*/
#gallery {
	width: 90%;
	height: auto;
	clear: both;
	border-bottom: 1px solid #0080bf;
	border-top: 1px solid #0080bf;	
	background: #fff;
	padding: 20px 0;
	margin: 10px auto;
}

#gal-l {
	width:27%;
	float: left;
	height: auto;	
}

#gal-r {
	width:72%;
	float: right;
	height: auto;	
}

.gal-txt{
	width: 95%;
	line-height: 1.5em;
	height: auto;
	font-size: 1em;
	float: left;
	text-align: justify;
	text-justify: inter-word;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}

.gal-but a{
	margin: 30px auto;
	padding:10px;
	float:left;
	display:inline-block;
	border-radius:3px;
	border: 1px solid #fff;
	background: #0080bf;
	color:#fff;
	font-size:20px;
	transition:color linear 0.15s;	
}

.gal-but a:hover {
	text-decoration:none;
	color:#0080bf;
	background: #fff;
	border: 1px solid #0080bf;		
}

@media screen and (max-width: 860px) {
#gal-l {
	width:100%;
	cleear:both;
	height: auto;	
}

#gal-r {
	width:100%;
	cleear:both;
	height: auto;	
}
}


/*----- Content 2 -----*/
#content2 {
	width: 90%;
	height: 200px;
	clear: both;
	margin: 25px auto;
	padding: 0;
}

.c2-l {
	width:49%;
	margin: 0 auto;
	height: auto;
	float: left;
}

.c2-r {
	width:49%;
	margin: 0 auto;
	height: auto;	
	float: right;
	background: #ececec;
}

.c2-img {
	width: 100%;
	height: auto;
	float: left;
}

.c2-txt{
	width: 94%;
	line-height: 1.4em;
	height: auto;
	font-size: 1em;
	text-align: justify;
	text-justify: inter-word;
	margin: 0 auto;
	padding: 15px 0;
}

.c2-but a{
	margin: 15px auto;
	padding:10px;
	float:left;
	display:inline-block;
	border-radius:3px;
	border: 1px solid #fff;
	background: #0080bf;
	color:#fff;
	font-size:20px;
	transition:color linear 0.15s;	
}

.c2-but a:hover {
	text-decoration:none;
	color:#0080bf;
	background: #fff;
	border: 1px solid #0080bf;		
}

@media screen and (max-width: 860px) {
.c2-l {
	width:100%;
	margin: 10px auto;
	height: auto;
	clear: both;
}

.c2-r {
	width:100%;
	margin: 10px auto;
	height: auto;
	clear: both;
}
}

.ita {
	font-family:'PTSansItalic';
}

/*----- Location -----*/
#location {
	width: 100%;
	height: auto;
	clear: both;
	margin: 25px auto 0 auto;
	padding: 0;
	background: #2d5497;
}

#loc-cont{
	width:90%;
	height: auto;
	margin: 0 auto;
}

#loc-l {
	width:45%;
	margin: 0 auto;
	height: auto;
	float: left;
	text-align: center;
}

#loc-r {
	width:50%;
	margin: 0 auto;
	padding: 25px 0;
	height: auto;	
	float: right;
}

.travel-list ul {
	width: 90%;
	height: auto;
	padding: 0 0 0 50px;
	background: url(../images/bus.png) left top no-repeat;
	text-transform: uppercase;
}

.travel-list ul li{
	list-style: none;
	margin-top: 5px;
	text-transform: capitalize;
	font-size: .9em;
	color: #fff;
}

.tour-list ul {
	width: 90%;
	height: auto;
	padding: 0 0 0 50px;
	background: url(../images/tour.png) left top no-repeat;
	text-transform: uppercase;
}

.tour-list ul li{
	list-style: none;
	margin-top: 5px;
	text-transform: capitalize;
	font-size: .9em;
	color: #fff;
}

.fbig{
	font-size: 1em;
}

.google-maps {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}

.address {
	width: 80%;
	font-size: 1em;
	height: auto;
	padding: 0 0 0 50px;
	background: url(../images/loc.png) left top no-repeat;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1150px) {
#loc-l {
	width:45%;
	margin: 6% auto;
	height: auto;
	float: left;
	text-align: center;
}
}

@media screen and (max-width: 860px) {
#loc-cont{
	padding: 10px 0;
}

#loc-l {
	width:100%;
	margin: 0 auto;
	height: auto;
	float: left;
	text-align: center;
}

#loc-r {
	width:100%;
	margin: 0 auto;
	padding: 10px 0;
	height: auto;	
	float: right;
}
}

/*----- Footer -----*/
#footer {
	width: 100%;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #1c1c1c;
}

#f-cont{
	width:90%;
	height: auto;
	font-size: .9em;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}

.fob{
	font-weight: 500;
	font-size: 1.2em;
	line-height: 2em;
	color:#1ea4d9;	
}

.fun{
	font-weight: 500;
	text-decoration: underline;
	font-size: 1em;
}


#f-l {
	width:32%;
	margin: 0 auto;
	height: auto;
	padding: 10px .5% 20px .5%;		
	float: left;
}

#f-l a{
	text-decoration: none;
	color: #fff;
}

#f-r {
	width:66%;
	margin: 0 auto;
	height: auto;
	padding: 10px .5% 20px .5%;		
	float: right;	
}

#f-2 {
	width:100%;
	margin: 0 auto;
	height: auto;
	padding: 10px .5% 20px .5%;		
	float: left;
}

#f-2 ul{
	display: block;
}

#f-2 ul li{
	list-style: none;
	float: left;
	margin: 5px 10px;
}

#f-2 ul li a{
	text-decoration: none;
	color: #fff;
	font-size: .9em;
	line-height: 2em;
}

.but a{
	margin: 5px 20px 5px 0;
	width: 200px;
	text-align: center;
	padding:10px;
	float:left;
	display:inline-block;
	border-radius:3px;
	border: 1px solid #fff;
	color:#fff;
	font-size:20px;
	transition:color linear 0.15s;	
}

.but a:hover {
	text-decoration:none;
	color:#1c1c1c;
	background: #fff;
	border: 1px solid #333;		
}

.fhe {
	font-weight: 500;
	font-size: 1.5em;
	color:#1ea4d9;	
}

.f {
	color:#666;
	text-align: center;
	width:100%;
	height: auto;
	padding: 0 0 15px 0;
}


@media screen and (max-width: 860px) {
#f-l {
	width:100%;
	margin: 0 auto;
	height: auto;
	padding: 10px .5% 20px .5%;		
	float: left;
}

.fhe {
	text-align: center;
}

.soc {
	width: 200px;
	margin: 0 auto;
	height: auto;
}

.but a{
	clear: both;
}

#f-r {
	width:100%;
	margin: 0 auto;
	height: auto;
	padding: 10px .5% 20px .5%;		
	float: right;	
}
}

/*-- To-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
	border-radius: 3px;
    background: #1c1c1c url(../images/move_up.png) center no-repeat;
}

#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*--- Breadcrumbs ---*/

#bc {
	width: 100%;
	background: #eee;
	padding: 7px 10px;
}

ul.breadcrumb {
	width: 90%;
	margin: 0 auto;
	list style: none;
}

ul.breadcrumb li{
	display: inline;
	font-size: .9em;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: #333;
	content: "/\00a0";
}

ul.breadcrumb li a{
	color: #1ea4d9;
	text-decoration: none;
}

ul.breadcrumb li a:hover{
	color: #4268b3;
	text-decoration: underline;
}


/*--- Pages ---*/
.pg-h {
	font-weight: 800;
	font-size: 1.5em;
	color:#1ea4d9;	
	text-transform: uppercase;
}

.pg-punch {
	font-weight: 600;
	font-size: 1.4em;
	color:#0f7096;	
	margin: 0 0 0 80px;
	padding-left: 50px;
	padding-top: 15px;
	background: url(../images/q.png) left top no-repeat;
}

.pg-punch-b {
	font-weight: 500;
	font-size: 1.2em;
	color:#333;	
}

#pg-cont {
	width:90%;
	height: auto;
	margin: 15px auto;
	clear: both;
}

.fw-c{
	width: 100%;
	line-height: 1.5em;
	height: auto;
	font-size: 1em;
	float: right;
	text-align: justify;
	text-justify: inter-word;
	margin: 20px 0;	
}

.rimg {
	width: 30%;
	height: auto;
	line-height: 1.5em;	
	text-align: justify;
	font-size: 1em;	
	text-justify: inter-word;	
	float: right;
	margin: 20px 0;	
}

.limg {
	width: 40%;
	height: auto;
	text-align: justify;
	font-size: 1em;	
	text-justify: inter-word;	
	line-height: 1.5em;	
	float: left;
	margin: 20px 0;	
}

.lcon {
	width: 68%;
	line-height: 1.5em;
	height: auto;
	font-size: 1em;
	float: right;
	text-align: justify;
	text-justify: inter-word;
	margin: 20px 0;	
	float: left;	
}

.rcon {
	width: 58%;
	line-height: 1.5em;
	height: auto;
	font-size: 1em;
	float: right;
	text-align: justify;
	text-justify: inter-word;
	margin: 20px 0;	
	float: right;	
}

@media screen and (max-width: 860px) {
.pg-punch {
	font-weight: 500;
	font-size: 1.2em;
	color:#0f7096;	
	margin: 0 0 0 10px;
	padding-left: 50px;
	padding-top: 15px;
	background: url(../images/q.png) left top no-repeat;
}

.rimg {
	width: 100%;

}

.limg {
	width: 100%;
}

.lcon {
	width: 100%;
}

.rcon {
	width: 100%;
}
}

.rg-cont {
	width: 90%;
	margin: 0 auto;
	height: auto;
}

.room-gal-l {
	width: 75%;
	float: left;
	haight: auto;	
}

.room-gal-r {
	width: 20%;
	float: right;
	haight: auto;	
}

.rg-but a{
	margin: 0 0 5px 0;
	padding:6px;
	float:right;
	display:inline-block;
	border-radius:3px;
	border: 1px solid #fff;
	background: #0080bf;
	color:#fff;
	font-size:15px;
	transition:color linear 0.15s;	
}

.rg-but a:hover {
	text-decoration:none;
	color:#0080bf;
	background: #fff;
	border: 1px solid #0080bf;		
}

.b-rg-but {
	display: none;
}

@media screen and (max-width: 860px) {
.rg-but {
	display: none;
	}
.b-rg-but {
	width: 200px;
	margin: 10px auto;
	display: block;
}
.b-rg-but a{
	width: 186px;	
	padding:6px;
	display:inline-block;
	border-radius:3px;
	border: 1px solid #fff;
	background: #0080bf;
	text-align: center;
	color:#fff;
	font-size:15px;
	transition:color linear 0.15s;	
}

.b-rg-but a:hover {
	text-decoration:none;
	color:#0080bf;
	background: #fff;
	border: 1px solid #0080bf;		
}
}

#facilities {
	margin: 10px auto;
	
}

#facilities ul{
	display: block;
}

#facilities ul li {
	margin: 6px 0 0 30px;
	padding: 0 0 0 32px;
	background: url(../images/list.png) no-repeat left;
	list-style: none;
}

/*--- Contact ---*/
#contactForm {
	margin: 0 auto;
	width: 90%;
	padding: 10px 0;
}
#contactForm input, #contactForm textarea {
	border: 1px solid #ccc;
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 100%;
}
#contactForm textarea {
	height: 100px;
}
#contactForm textarea:focus, #contactForm input:focus {
	border: 1px solid #888;
}

#cf-cont {
	width: 100%;
	background: #f1f1f1;
	margin: 30px 0;	
	border: 1px solid #e3e3e2;	
}

#contactForm label {
	float: left;
	font-size: .8em;
	margin: 10px auto 0 auto;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	color: #1ea4d9;
	font-weight: 600;
}
#contactForm input.submit {
	cursor: pointer;
	float: left;
	width: 100%;
	margin: 15px auto;
	padding:10px;
	float:left;
	display:inline-block;
	border-radius:3px;
	border: 1px solid #fff;
	background: #0080bf;
	color:#fff;
	font-size:16px;
	transition:color linear 0.15s;	
}

#contactForm input.submit:hover {
	text-decoration:none;
	color:#0080bf;
	background: #fff;
	border: 1px solid #0080bf;		
}
#contactForm h2, #contactForm h3 {
	margin-left: 115px;
}
#contactForm .error {
	color: #ff0000;
	margin-left: 115px;
}

.red {
	color: #ff0000;
	margin-left: 35px;
	float: right;
	font-weight: 500;
}


.success {
	color: #1ea4d9;
	width: 100%
	height: auto;
	text-align: center;
	text-transform: capitalize;
	padding: 3px 0;
	font-size: 1em;
	font-weight: 600;
}

.co-adr{
	width: 90%;
	height: auto;
	padding: 0 0 0 50px;
	background: url(../images/adr.png) left center no-repeat;
	margin: 10px 0;
	color: #404040;
}

.co-tel{
	width: 90%;
	height: auto;
	padding: 0 0 0 50px;
	background: url(../images/tel.png) left center no-repeat;
	margin: 30px 0;	
	color: #404040;
}

.co-tel a, .co-tel a:hover{
		color: #404040;
		text-decoration: none;
}

.co-web{
	width: 90%;
	height: auto;
	padding: 0 0 0 50px;
	background: url(../images/mail.png) left center no-repeat;
	margin: 30px 0;	
	color: #404040;
}

.co-web a, .co-web a:hover{
		color: #404040;
		text-decoration: none;
}

