@charset "UTF-8";
/* CSS Document */
body {
	color:#545454;
	font-size:15px;
	position:relative;
	font-family: 'Handlee', cursive;
	padding:0;
	background:#fafafa;
}

h1, h2, h3, h4, h5 {
	font-family: 'Handlee', cursive;
	color:#0d80a1;
}

h5 {
	font-size:19px;
}

a, a span {
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a:hover, a:hover span {
	color:#f2980a;
}

#header {
	background:url(../img/bg.png) repeat-x center -5px;
	padding-top:5px;
	width:100%;
}

#header-contact {
	height:30px;
}

#header #social-media, #header #lang {
	text-align:right;
	list-style:none;
	margin:0;
	margin:0px auto;
}

#header #social-media {
	padding-top:2px;
}

#header #social-media li {
	float:left;
	font-size:21px;
	padding-left:10px;
	line-height:24px;
}

#header #social-media li:first-child {
	padding-left:0px;
}

#header #social-media li a {
	color:#fff;
	display:inline-block;
	width:22px;
	color:#fbfbfb;
	height:30px;
}

#header #social-media li .trip-advisor {
	background:url(../img/icon-tripadvisor.png) no-repeat center -4px;
	width:35px;
	height:29px;
}

#nav-container.row {
	padding-top:0!important;
	position:relative;
}

#header .details {
	line-height:28px;
	padding-right:10px;
	background:url(../img/top-contact-icon.png) no-repeat 0 -1px;
	padding-left:32px;
	display:inline-block;
}

#header #lang {
	padding-top:4px;
}

#header #lang li {
	display:inline-block;
	text-align:center;
}

#header #lang li:first-child {
	padding:0px 10px;
}

#header #lang li a {
	display:block;
	width:25px;
	height:14px;
}

#header #lang .en {
	background:url(../img/icon-en.png) no-repeat 0 0;
}
#header #lang .es {
	background:url(../img/icon-es.png) no-repeat 0 0;
}

/* NAVIGATION */
#header #logo {
	position:relative;
	margin-top:-16px;
	z-index:1;
}
#header #nav {
	float:right;
	padding-top:20px;
}

#header #main-menu {
	float:right;
}

.top-bar-section, .top-bar-section li {
	background:none;
	text-align:center;
}
.top-bar, .top-bar li, .top-bar li a  {
	background:none!important;
	font-family: 'Handlee', cursive!important;
	font-size:18px!important;
	text-align:center!important;
	padding-left:10px;
}

.top-bar a:hover {
	color:#007292!important;
}

.top-bar.expanded .title-area {
	background:none;
}

.top-bar-section .has-dropdown > a {
	padding-right: 0px !important;
}

.top-bar .dropdown {
	background:url(../img/sub-menu-bg.png) no-repeat center 0;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	width:300px!important;
}

.top-bar-section .has-dropdown:last-child .dropdown {
	left:-190px;
	margin:0!important;
}

.top-bar .dropdown a {
	color:#272727!important;
	line-height:34px!important;
}

.top-bar .dropdown a:hover {
	color:#007292!important;
}

/* HERO SLIDER SECTION */
.slick-prev, .slick-next {
	background:none!important;
}

.slick-prev:hover, .slick-next:hover {
	background:none;
	opacity:.7;
}

#hero {
	padding-top:100px;
	position:relative;
	z-index:1;
}
#hero .slider-tag {
	position:absolute;
	top:270px;
	z-index:10;
	width:270px;
	right:0;
	left:0;
	margin : auto;
}

#hero .slider-tag img {
	width:100%;
	height:auto;
}

#hero-page {
	padding-top:100px;
	position:relative;
	z-index:1;
}

/* HOME FEATURES*/
#home-features-container {
	background:url(../img/footer-slideshow.png) repeat-x center 0;
	margin-top:-110px;
	position:relative;
	z-index:2;
	padding-top:30px;
}

#home-features {
	margin-top:-76px;
}

#home-features .columns {
	padding-bottom:25px;
}

#home-features .columns a {
	display:block;
	clear:both;
	height:auto;
	padding-top:70px;
}

#home-features .columns a span {
	display:block;
	height:88px;
	background:url(../img/services-box-title.png) no-repeat center 0px;
	color:#fff;
	padding-top:34px;
	text-transform:capitalize;
	position:relative;
	z-index:2;
}

#home-features .columns a:hover span {
	color:#f2980a;
}

#home-features .columns a .featured-photo {
	display:block;
	position:relative;
	z-index:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px auto;
	margin-top:-49px;
}



#home-features #feature-1 {
	background:url(../img/resort-icon_0.png) no-repeat center 0;
}
#home-features #feature-2 {
	background:url(../img/room-icon.png) no-repeat center 0;
}
#home-features #feature-3 {
	background:url(../img/reservation-icon_0.png) no-repeat center 0;
}

#tripadvisor-reviews .heading {
	font-size:19px;
	color:#0d80a1;
	text-align:center;
	line-height:36px;
	display:block;
}

#CDSWIDSSP {
	width:100%!important;
}

#moon {
	padding-top:30px;
}

/* FORMS */
#frmContact {
	padding:10px 20px 30px 20px;
	background:url(../img/box-gb.png) repeat-x 0 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow:hidden;
}

.form-title {
	background:#01c7fe;
	color:#fff;
	padding:4px 20px;
	width:100%;
	display:block;
	line-height:28px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

input[type=submit] {
	background:#01c7fe;
	border:none;
	color:#fff;
	padding:8px 24px;
	margin:0px auto!important;
	display:inline-block;
	text-align:center;
	width:40%;
}


/* PROMO */
#promo {
	background:url(../img/r_cta_left-1.png) no-repeat 100px 45px;
	height:240px;
	margin-top:50px;
	position:relative;
	z-index:2;
}

#promo a {
	display:inline-block;
	clear:both;
	margin:0 20px;
	float:right;
}

#promo .directions {
	line-height:46px;
	background:url(../img/get-here-icon.png) no-repeat 0 0;
	padding-left:45px;
	padding-bottom:20px;
	margin-right:50px;
	font-size:18px;
}

.callout {
	line-height:50px;
	background:url(../img/btn-bg.png) no-repeat 0 0;
	width:300px;
	color:#fff;
	text-align:center;
	font-size:18px;
	display:block;
}

.pass.callout {
	font-size:22px;
}

.callout:hover {
	color:#fff;
}

#promo .pass:hover {
	color:#0d80a1;
}


/* PAGE */
#page {
	position:relative;
	z-index:2;
	margin-top:-30px;
	background:url(../img/footer-slideshow.png) repeat-x center 0;
	display:block;
	width:100%;
	padding-top:65px;
}

#page h1 {
	color:#555;
	font-size:32px;
	background:url(../img/title-bg.png) no-repeat 0 15px;
	padding-bottom:60px;
}

#page #subnav {
	padding:0 0 25px 0;
}

#page #subnav ul {
	margin:0!important;
	padding:10px 16px 30px 16px;
	list-style:none;
	background:url(../img/box-gb.png) repeat-x 0 0;
}

#page #subnav ul a {
	padding-left:38px;
	color:#555;
	background:url(../img/menu-sidebar-arrow.png) no-repeat 10px 2px;
}

#page #subnav ul a:hover {
	color:#01c7fe;
}

#page #subnav ul .active a {
	color:#01c7fe;
}

#page #subnav h4, #page #offer h4 {
	background:#f2980a;
	color:#fff;
	padding:4px 20px;
	width:100%;
	margin:0;
	display:block;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	line-height:28px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#page #offer {
	padding-bottom:30px;
}

#page #offer h4 {
	background:#01c7fe;
}

#page #offer h2 {
	color:#0c92b2;
	font-size:24px;
}

#page #offer img {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0px auto!important;
}

#page #offer .text {
	background:url(../img/box-gb.png) repeat-x 0 0;
	padding:12px 10px;
}

#page #offer .text p {
	font-size:14px;
}

#page #fb-box {
	width:326px;
}

#page .rooms-listing {
	padding-bottom:20px;
	border-bottom:dashed 1px #d4d4d4;
	margin-bottom:20px;
}

#page .rooms-listing .details h2 {
	font-size:18px;
	padding-bottom:6px;
	border-bottom:solid 1px #dfdfdf;
	margin-bottom:15px;
}

#page .rooms-listing .photo {
	background:#dfdfdf;
	padding:5px;
}

#page .rooms-listing .photo a {
	color:#555;
	line-height:32px;
}

#page .rooms-listing .price {
	padding-left:46px;
	background:url(../img/price.png) no-repeat 0 0;
}

.div1 {
	height:10px;
	border-top:dashed 1px #f8b600;
	margin-top:25px;
}

.div2 {
	height:10px;
	border-top:1px dashed #0c92b2;
	margin-top:100px;
}

/* FOOTER */
#footer-wrapper {
	width:100%;
	background:url(../img/footer-top-bg.png) repeat-x center 0 #c1effc;
	position:relative;
	z-index:1;
	margin-top:-66px;
	padding-bottom:50px;
	font-size:14px;
}

#footer-wrapper .details p {
	font-size:14px!important;
	padding-bottom:10px;
	margin:0;
}

#footer {
	padding-top:70px;
	color:#555555;
	border-bottom:dashed 1px #0d80a1;
	margin-bottom:19px;
}

#footer .columns {
	padding-bottom:30px;
}

#footer h5 {
	font-size:16px;
	color:#555555;
	padding-bottom:5px;
	display:block;
	background:url(../img/link-shadow.png) no-repeat center bottom;
}

#footer a {
	color:#555555;
	font-size:14px;
}

#footer a:hover {
	color:#f2980a;
}

#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}

/* EXTRAS */
.border {
	border:solid 1px #cc0000;
}

.hr {
	border-top:dashed 1px #555;
	height:22px;
	margin-top:10px;
}




@media only screen and (max-width: 64em){
	#header {
		background:url(../img/bg-header-large.png) repeat-x center -105px;
		width:100%;
	}
	
	#header #logo img {
		width:150px;
		height:auto;
	}
	
	#header #nav {
		float:right;
		padding-top:0px;
		margin-top:20px;
	}
	
	#header .top-bar {
		display:block;
		clear:both;
	}
	
	#header #main-menu {
		float:none;
	}
	
	#header .top-bar-section {
		margin:0px auto;
	}
	
	.top-bar a {
		line-height:28px!important;
	}
	
	.top-bar .dropdown {
		width:300px!important;
	}
	
	.top-bar li a  {
		padding-left:6px!important;
	}
	
	#hero {
		padding-top:100px;
		position:relative;
	}
	
	#hero .slider-tag {
		top:170px;
	}
	
}

@media only screen and (max-width: 57em){
	#header #nav {
		float:right;
		margin-top:5px;
	}
}

@media only screen and (max-width: 40em){
	#header {
		height:120px;
		width:100%;
	}
	
	#header .details {
		font-size:13px;
	}
	
	#header .details span {
		display:none;
	}
	
	#header .menu-icon {
		position:absolute;
		top:10px;
		z-index:3;
	}
	
	#header #logo {
		z-index:4;
		float:none;
		margin-top:-50px;
		width:50%;
	}
	
	#header #logo img {
		width:130px;
		height:auto;
	}
	#header {
		background-position:center -105px;
	}
	#header #nav {
		position:relative;
		z-index:2;
		float:none;
		display:block;
		clear:both;
		top:-80px!important;
		height:25px;
	}
	#header .top-bar-section {
		border:solid 1px #00c4fe;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background:#fff;
	}
	
	.top-bar-section li {
		padding:0!important;
	}
	
	.top-bar-section li a {
		color:#272727!Important;
		border-bottom:solid 1px #dadada; 
		line-height:30px!important;
		padding:4px 0!important;
	}
	#nav-container.row {
		height:130px;
	}
	.top-bar .dropdown {
		width:100%!important;
		background:#fff;
		border:solid 1px #00c4fe!important;
	}
	.top-bar .dropdown {
		line-height:32px!important;	
		padding-top:0!important;
	}
	.top-bar-section .has-dropdown:last-child .dropdown {
		left:100%!important;
	}
	.top-bar-section .dropdown .back {
		background:url(../img/menu-nav-arrow-back.png) no-repeat 30% 12px!important;
	}
	#hero {
		padding-top:100px;
		z-index:1;
	}
	#hero .slider-tag {
		top:200px;
		width:200px;
	}
	
	#home-features-container {
		margin-top:-30px;
		background:#fafafa
	}
	
	#home-features {
		margin-top:0px;
	}
	#promo {
		text-align:center;
		height:320px;
		background-position:left 130px;
	}
	#promo a {
		margin:0px auto;
		float:none;
	}
}

@media only screen and (max-width: 32em){
	#header {
		width:100%;
	}
	#header.fixed {
		height:140px;
	}
	
	#header .menu-icon {
		position:absolute;
		top:10px;
		z-index:3;
	}
	#header #logo {
		margin-top:-40px;
	}
	#header #logo img {
		width:120px;
		height:auto;
	}
	#header .details {
		padding-left:0;
		font-size:11px;
		display:block;
		background:none;
	}
	#header #nav {
		top:-80px!important;
	}
	#header #social-media {
		padding-top:4px;
		z-index:3;
		position:relative;
	}
	#hero {
		padding-top:100px;
		z-index:0;
	}
	#hero .slider-tag {
		top:150px;
		display:none;
	}
	#hero .slider-tag img {
		width:150px;
		height:auto;
	}
	
}