

/* GLOBAL STYLES
=========================================================================================*/

h1 {
	/*margin: 1.5em 0 1em 0;*/
}

h2,h3,h4,h5,h6,p,ul,ol,table {
	margin: 1em 0;
}

h1 span, h2 span {
	display: block;
	height: 1px;
	margin: 2px auto 0 auto;
	width: 250px;
}

a {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

section {
	background: #fff;
	/*padding: 30px 0;*/
	position: relative;
	z-index: 200;
}

td strong,
th {
	color: #333;
}

td img {
	min-width: 90px;
}

a:hover {
	text-decoration: none;
}

.brand-primary-background {
	background:#11ccb4; /*#29acd0*/
	color: #fff;
}

.brand-primary-color {
	color: #29acd0;
}

.img-responsive {
	display: inline-block;
}

.btn {
	font-weight: bold;
	text-transform: uppercase;
}

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

#welcome li {
	background: url(../images/bullet.png) no-repeat left 14px;
	border-bottom: 1px solid #eaeaea;
	padding: 7px 0 7px 15px;
}

.more-text {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	display: none;
}

.show-more .button-less {
	display: none;
}

.show-more.open .button-less {
	display: block;
}

.show-more .button-more {
	display: block;
}

.show-more.open .button-more {
	display: none;
}

/* HEADER
=========================================================================================*/

header {
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header-left,
.header-right {
	font-weight: normal;
	padding: 4px 30px;
	text-transform: none;
}

.header-left a,
.header-right a {
	color: #fff;
}

.navbar-header {
	display: block;
	float: none;
	/*padding: 15px;*/
}

.navbar {
	border: 0;
	border-radius: 0;
	font-weight: bold;
	margin: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-transform: uppercase;
}

.navbar .nav {
	margin: 0
}

.navbar .nav > li > a {
	color: #fff;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > .active > a,
.navbar .nav .open > a {
	background: #f05737;
}

.navbar .nav > li > .dropdown-menu {
	border: 0;
	text-transform: none;
}

.navbar .nav > li > .dropdown-menu > li {
	position: relative;
}

.navbar .nav > li > .dropdown-menu > li a {
	color: #fff;
}

.navbar .nav > li > .dropdown-menu > li a:hover {
	background: rgba(255,255,255,0.1);
}

.navbar .nav > li > .dropdown-menu > li > ul {
	border-radius: 0 3px 3px 0;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	display: none;
	left: 100%;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	top: 0;
}

.navbar .nav > li > .dropdown-menu > li:hover > ul {
	display: block;
}

.navbar .nav > li > .dropdown-menu > li > ul > li {
	padding: 0;
}

.navbar .nav > li > .dropdown-menu > li > ul > li > a {
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 3px 20px;
	white-space: nowrap;
}

.logo {
	max-width: 325px;
}

/* MAIN BANNER
=========================================================================================*/

#slides {
	height: 100%;
	left: 0;
	position: fixed !important;
	top: 0;
	width: 100%;
}

.arrow {
	border-radius: 50%;
	bottom: 30px;
	display: block;
	height: 50px;
	left: 50%;
	line-height: 62px;
	margin-left: -25px;
	position: fixed;
	text-align: center;
	width: 50px;
	z-index: 100;
}

.fws2 {
	margin-top: 136px;
}

/* SLIDER OFFERS
=========================================================================================*/

.slider-offers {
	bottom: 180px;
	left: 60px;
	max-width: 600px;
	opacity: 1;
	position: fixed;
	z-index: 100;
}

.slider-offers ul,
.slider-offers li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider-offers h3,
.slider-offers h4 {
	clear: both;
	float: left;
	font-family: "Open Sans", sans-serif;
	line-height: 1em;
	margin: 0;
	padding: 15px 20px;
	/*text-transform: uppercase;*/
}

.slider-offers h4 {
	background: #fff;
	color: #f05737;
	font-size:35px
}

.slider-offers p {
	clear: both;
}

.slider-offers .btn {
	border-radius: 0;
}

/* SEARCHBOX
=========================================================================================*/

#searchbox {
	background:url(../images/search-bg1.png) repeat;
	display: block;
	height: 66px;
	margin: -66px auto 0 auto;
	padding-left: 10px;
	position: relative;
	top: 33px;
	width: 700px;
	z-index: 300;
	color:#FFF;
}

#searchbox.home-searchbox {
	left: 50%;
	margin: 0 0 0 -350px;
	position: fixed;
	top: 170px;
	z-index: 100;
}

#searchbox .form-group {
	padding: 14px 0 0 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
}

#searchbox .booknow {
	background: #222;
	border: 0;
	border-left: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	float: right;
	font-family: "Elsie Swash Caps", Georgia;
	font-size: 30px;
	height: 66px;
	padding: 0 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

#searchbox #input-arrival,
#searchbox #input-departure {
	background: #fff url(../images/calendar.png) no-repeat right center;
	border: 0;
	box-shadow: inset 0 3px 0 rgba(0,0,0,0.1);
	color: #333;
	font-weight: bold;
	padding: 6px;
	width: 150px;
}

/* CAROUSELS
=========================================================================================*/

.item .photo {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.item .description {
	background: #fff;
	display: block;
	padding: 13px;/*30px*/
	position: absolute;
	width: 100%;
	z-index: 2;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.item:hover .description {
	bottom: 0px;
}

.item .description h3 {
	line-height: 1.5em;
	font-family: 'helveticaneuethin';
	font-size: 25px;
	margin: 0 0 30px;
	/*text-transform: uppercase;*/
}

.item .description h3 span {
	display: block;
}

.item-text {
	height: 7em;
	overflow: hidden;
}

.item-price span {
	font-family: "Elsie Swash Caps", Serif;
	font-size: 3.43em;
}

/* FEATURED OFFERS
=========================================================================================*/

#featured-offers .item {
	height: 370px;
	overflow: hidden;
	position: relative;
}

#featured-offers .item .description {
	bottom: -265px;
}

#featured-offers .item:hover .description {
	bottom: 0px;
}

/* THINGS TO DO
=========================================================================================*/

#things-to-do .item {
	height: 360px;
	overflow: hidden;
	position: relative;
}

#things-to-do .item .description {
	bottom: -85px;
}

#things-to-do .item:hover .description {
	bottom: 0px;
}

/* CAROUSELS
=========================================================================================*/

#carousel .item {
	height: auto;
	overflow: visible;
	position: relative;
}

#carousel .item .photo {
	position: relative;
}

#carousel .item .description {
	bottom: auto;
	position: relative;
}

#carousel .item:hover .description {
	bottom: auto;
}

#carousel .item ul {
	border-top: 1px solid #ebebeb;
	list-style: none;
	padding: 0;
}

#carousel .item li {
	border-bottom: 1px solid #ebebeb;
	padding: 7px 0;
}

/* HOME PAGE REVIEWS
=========================================================================================*/

#reviews {
	background:url(../images/reviews.jpg) no-repeat center top;
	background-size: cover;
}

#reviews blockquote {
	border: 0;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	padding: 0;
}

#reviews .tint {
	background: rgba(41,172,208,0.75);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#reviews img {
	border: 3px solid #fff;
	margin: 30px 0;
}

#reviews .item img {
	display: inline-block;
	width: auto;
}

/* REVIEWS PAGE
=========================================================================================*/

.review {
	background: #fff;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.review .col-sm-3 span {
	color: #333;
	display: block;
}

.review h3 {
	margin-bottom: 0;
}

.review .date {
	margin-top: 0;
}

.review .stars {
	color: #ffcc00;
	margin-right: 10px;
}

/* TABS & PILLS
=========================================================================================*/

.nav-tabs li,
.nav-pills li {
	background: none !important;
	border: 0 !important;
	padding: 0 3px !important; 
}

.nav-pills li a {
	background: #f4f4f4;
}

/* MASONRY
=========================================================================================*/

.masonry .item {
	width: 33.3333%;
	float:left;
}

.special-offer {
	background: #fff;
	margin: 15px;
	overflow: hidden;
	padding-bottom: 30px;
}

.special-offer p,
.special-offer h3 {
	margin: 1em 30px;
}

.special-offer h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-top: 1.5em;
	text-transform: uppercase;
}

.special-offer strong {
	color: #333;
}

/* LOCATION
=========================================================================================*/

#location {
	padding: 0;
	position: relative;
}

#map-canvas {
	height: 420px;
	margin-top: 129px;
	width: 100%;
}

/* FOOTER
=========================================================================================*/

footer {
	background: #eee;
	padding: 30px 0;
	position: relative;
	z-index: 200;
}

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

footer li {
	display: inline-block;
}

footer span,
.footer-nav li {
	margin: 0 10px;
}

.social-icons a {
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

.rights{ width:650px; height:25px; text-align:center; font-size:11px !important; color:#98c3df; text-decoration:none; font-family: 'open_sansregular'; margin:auto; }
.rights a{ color:#7f99aa; font-weight:bold; text-decoration:none;}
.rights a:hover{ color:#7f99aa; font-weight:bold; text-decoration:underline;}

/* RESPONSIVE STYLES
=========================================================================================*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Large devices (large desktops, 1200px and up)
----------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
}

/* Regular Tablets
----------------------------------------------------------------------------------------*/
@media (max-width: 991px) {

	.header-left,
	.header-right {
		display: none;
	}

}

/* Small tablets
----------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

	h1 {
		margin-top: 0.2em;
	}

	header.text-center {
		text-align: left;
	}

	/* Nav
	-------------------------------------*/

	header .dropdown-menu {
		border-radius: 0;
		box-shadow: none;
		margin: 0 0 5px;
		position: relative;
		width: 100%;
	}

	header .nav-justified > li > a {
		margin-bottom: 0;
		text-align: left;
	}

	header .navbar .nav > li > .dropdown-menu > li > ul,
	header .navbar .nav > li > .dropdown-menu > li:hover > ul {
		border-radius: 0;
		box-shadow: none;
		display: block;
		left: auto;
		margin: 0 0 5px;
		opacity: 0.6;
		padding: 0 20px;
		position: relative;
		top: auto;
		width: 100%;
	}

	.slider-offers {
		opacity: 0;
	}

	.arrow {
		bottom: 30px;
	}

	/* Searchbox
	-------------------------------------*/

	#searchbox {
		height: auto;
		margin: 0;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}

	#searchbox,
	#searchbox.home-searchbox {
		top: auto;
		left: 0;
		margin: 0;
		position: relative;
	}

	#searchbox .booknow {
		border: 0;
	}

	#searchbox .form-group {
		padding: 0 20px;
	}

	#searchbox .booknow {
		float: none;
	}

	#searchbox #input-arrival,
	#searchbox #input-departure {
		width: 100%;
	}

	.masonry .item {
		width: 100%;
	}

	#reviews blockquote {
		font-size: 14px;
	}

	#map-canvas {
		height: 250px;
		margin-top: 80px;
	}

	footer span,
	.footer-nav li,
	.footer-nav a {
		display: block;
		margin: 0;
	}

}

/* Smartphones
----------------------------------------------------------------------------------------*/
@media (max-width: 480px) {

	.logo {
		max-width: 180px;
	}

}

/*------------------- Other CSS -----------------*/
.fontsize41{ font-size:40px;
font-family: 'helveticaneuethin';
color:#353434;}

/* Individual effects */
.grid {
	float: left;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 7px;
    text-align: center;
    width: 280px;
}

/* Common style */
.grid figure {
	background: none repeat scroll 0 0 #3085a3;
    cursor: pointer;
    display: inline-block;
    height: 225px;
    margin: -0.135em;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-weight:bold;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-family: 'helveticaneueextended';
	color:#000;
}

.grid figure h2 {
	/*font-weight:300;*/
	
}

.grid figure h2,
.grid figure p {
	margin: 0;
	background:url(../images/search-bg1.png) repeat;
	padding:2px 2px 0px 2px;
	color:#FFF;
}

.grid figure p {
	/*letter-spacing: 1px;*/
	font-size:14px;
	font-family: 'helveticaneueextended';
	font-weight:bold;
}
/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 80%;
	text-align: left;
}

figure.effect-lily h2 {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size:16px;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	text-transform:none;
	font-weight:normal;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;

}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	background:url(../images/hover-bg1.png) repeat;
	padding:3px;
}


/*-------------------------  Inner right image  -----------------------------*/
.right-top{margin-bottom:10px;}

