/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

/* GENERAL */
body {
}

body, th, td, p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
a {
	color: #0950a0;
}
a:hover {
	color: #7ad5ff;
}
a.link {
	color: #444444;
	text-decoration: none;
	cursor: text;
}

.h1, h1 {
	font-size: 36px;
	color: #0950a0;
	font-weight: 400;
}
.h2, h2 {
	font-size: 30px;
	font-weight: 600;
	color: #444444;
	font-weight: normal;
	text-transform: uppercase;
}
.h3, h3 {
	font-size: 26px;
	font-weight: 600;
	color: #0950a0;
	font-weight: normal;
}


.page-header {
	margin: 0 0 20px 0;
	padding: 40px 0 0 0;
	border: 0;
}
.page-content {
	padding: 0 0 100px 0;
}
.page-content, .page-content p {
	font-size: 15px;
	line-height: 24px;
}
.page-content.no-center, .page-content.no-center p {
	text-align: left;
}
.page-content .inner-content {
	padding: 50px;
}
.page-content h2 {
	margin-top: 30px;
	text-transform: none;
}
p {
	margin: 0 0 20px 0;
}
blockquote p {
	font-size: 16px;
	line-height: 24px;
}


.btn {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
  border-radius: 0;
	letter-spacing: 3px;
}
.btn-primary, .alt a {
  background-color: #e7970d;
  border-color: #e7970d;
	color: #FFFFFF;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .alt a:hover {
  background-color: #c58000;
  border-color: #c58000;
	color: #FFFFFF;
}


/* Alerts */
.notification {
	position: relative;
	margin: 10px 0;
	padding: 8px 15px 8px 35px;
	border: 1px solid #6DC361;
	color: #6b6b6b;
}
.notification:before {
	position: absolute;
  font-family: 'Glyphicons Halflings';
	color: #6DC361;
	content: '\e086';
	top: 8px;
	left: 8px;
}
.warning {
	position: relative;
	margin: 10px 0;
	padding: 8px 15px 8px 35px;
	border: 1px solid #bcbcbc;
	color: #6b6b6b;
}
.warning:before {
	position: absolute;
  font-family: 'Glyphicons Halflings';
	color: #f6a312;
	content: '\e107';
	top: 8px;
	left: 8px;
}
.error {
	position: relative;
	margin: 10px 0;
	padding: 8px 15px 8px 35px;
	border: 1px solid #EA6B58;
}
.error:before {
	position: absolute;
  font-family: 'Glyphicons Halflings';
	color: #EA6B58;
	content: '\e088';
	top: 8px;
	left: 8px;
}

.form-control {
  border-radius: 0;
}


.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}


/* HEADER */
/* Top Header - 1st row */
.navbar-brand {
	height: auto;
	margin: 0 !important;
	padding: 0;
}
.socialmedia {
	display: inline-block;
	font-size: 12px;
	line-height: 31px;
}
.socialmedia a {
	text-decoration: none;
	color: #7ad5ff !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.socialmedia a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.navbar .navbar-details {
	text-align: right;
	padding-left: 0;
}
.navbar .phone {
	float: right;
	border-left: 1px solid #5c8cbf;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 24px;
	color: #FFFFFF;
}
.phone .fa-stack {
	font-size: 16px;
	color: #7ad5ff;
}
/* Main Nav - 2nd row */
.navbar-custom {
	background: rgba(9,80,160,0.9);
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	border: 0;
	top: 0;
	margin: 0;
}
.navbar-custom .container {
	position: relative;
	background: left no-repeat url(/skin/images/navbar-bg.png);
	padding-left: 150px;
	padding-top: 15px;
}
.navbar-custom .container .logo-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 100%;
	cursor: pointer;
	z-index: 999;
	color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #FFFFFF;
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #7ad5ff;
}
.navbar-custom .navbar-nav {
}
.navbar-custom .navbar-nav > li {
	margin-right: 1px;
}
.navbar-custom .navbar-nav > li > a {
	color: #b9d2ed;
	padding: 10px 10px;
}
.navbar-custom .navbar-nav > li:first-child > a {
	padding-left: 0;
}
.navbar-custom .navbar-nav > li:last-child > a {
	padding-right: 0;
}
.navbar-custom .navbar-nav > li.alt > a {
	background: none;
	color: #7ad5ff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #FFFFFF;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #FFFFFF;
}
.navbar .navbar-collapse {
	text-align: center;
}

/* FEATURE - feature flash / image & booking panel */
#feature {
	position: relative;
	width: 100%;
	height: 535px;
}
.featuremain {
	width: 100%;
	height: 535px;
}
.featuremain .slide, .featureimage {
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.featureimage {
	height: 535px;
	text-align: center;
}
.featureoverlay {
	position: absolute;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	bottom: -54px;
}
.featureoverlay p {
	margin: 0;
	font-size: 45px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
}
.featureoverlay strong {
	font-size: 60px;
	font-weight: 400;
	line-height: 50px;
}
.featureoverlay a {
	color: #DD5D20;
	text-decoration: none;
}
.featureoverlay a:hover {
	color: #FFFFFF;
}

#booking {
	position: absolute;
	width: 370px;
	color: #222222;
	top: 200px;
	left: 50%;
	margin-left: -185px;
}
#booking h3 {
	font-size: 44px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
	letter-spacing: 3px;
	margin: 0;
}
#booking label {
	margin: 0;
	font-size: 14px;
}
#booking .form-group {
	position: relative;
	background: rgba(255,255,255,0.9);
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 58px;
}
#booking .col-xs-9 {
	padding-right: 0;
}
#booking .form-control {
  background: url(/skin/images/select-arrow.png) no-repeat center right;
	border: 0;
	color: #222222;
	height: 58px;
	padding: 20px 15px;
	line-height: 18px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#booking select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  text-overflow: '';
  text-indent: 0.01px;
}
#booking .form-control select::-ms-expand {
  display: none;
}
#booking .form-control option {
}
#booking .datepicker_trigger {
	position: absolute;
	top: 24px;
	right: 14px;
}
#booking .btn {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 20px;
}

/* Forms */
.form-standard {
  border: 1px solid #EEEEEE;
  margin: 25px 200px;
  padding: 15px;
}
.well .form-standard {
	border: 0;
	margin: 25px 0;
	padding: 0;
}

/* Gallery */
.gallery-row {
	margin-bottom: 60px;
}
.gallery-row h3 {
	text-align: center;
}

.list .entry {
	position: relative;
	margin: 35px 0;
}
.blog-post {
	margin-top: 40px;
}
.blog-post h1 {
	margin-top: 0;
}
.blogs {
	margin-top: 65px;
}
.blogs .list .entry:first-child, .blogs .list .entry:first-child h2 {
	margin-top: 0;
}
.list.rooms .entry .text {
	background: #0950a0;
	color: #FFFFFF;
	padding: 30px;
}
.list.rooms .entry h2 {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 36px;
	text-transform: none;
	margin: 0 0 15px 0;
}
.list.rooms .entry p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 24px;
}
.list.rooms .btn {
	padding-top: 14px;
	padding-bottom: 14px;
}
.room-gallery {
	background: top left no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	border-right: 1px solid #FFFFFF;
	min-height: 400px;
}
.room-gallery .thumb {
	display: inline-block;
	width: 100px;
	margin: 0;
}
.list.faqs {
	margin-top: 60px;
}
.list.faqs h3 {
	text-transform: none;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
}

.well {
	background: #FFFFFF;
}

/* Wraps around the heading, content and map */
.map-wrapper {
}
.map-wrapper h3 {
}
.map-wrapper h3, .map-wrapper p {
	text-align: center;
}

/* Where the Google Map is inserted */
.map-container {
	width: 100%;
	height: 400px;
}

/* The overlay popup window (which should be display: none by default) */
.map-info {
	display: none;
	color: #000000;
}
.marker-window {
	font-size: 14px;
	color: #000000;
}


/* Datepicker - colour changes */
#datepicker_div {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.datepicker_control {
	background: #7ad5ff;
}
.datepicker_header, .datepicker_header select {
	background: #e7970d;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
}
.datepicker_header {
	padding-bottom: 8px;
}
img.datepicker_trigger {
	margin: 0;
}
.datepicker_currentDay {
	background: #fda500 !important;
}
.datepicker_currentDay a {
	color: #FFFFFF !important;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-safari-box-sizing: content-box;
	box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-safari-box-sizing: content-box;
	box-sizing: content-box;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-safari-box-sizing: content-box;
	box-sizing: content-box;
}


/* Footer Area */
footer.base {
	background: #0950a0;
	padding: 35px 0 0 0;
	color: #FFFFFF;
}
.footermenu, .copyright, .footermenu p, .copyright p {
	font-size: 13px;
	color: #8eb7e6;
}
.copyright {
	background: #063b78;
	margin-top: 35px;
	padding: 15px 0;
}
.footermenu {
	margin-top: 15px;
	text-align: center;
	line-height: 12px;
}
.infomenu {
	margin-bottom: 10px;
	font-size: 14px;
	color: #cccccc;
}
.infomenu h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.infomenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.infomenu li {
	background: left no-repeat url(/skin/images/infomenu-div.png);
	margin: 0 0 3px 0;
	padding-left: 12px;
}
.vcard {
	background: top left no-repeat url(/skin/images/vcard-bg.png);
	padding-left: 150px;
	font-size: 13px;
	color: #cccccc;
	line-height: 20px;
}
.vcard ul, .footermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.vcard li {
	margin: 0 0 5px 0;
	padding: 0;
}
.vcard .org {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.infomenu a {
	color: #ffffff;
}
.vcard a, .footermenu a {
	color: #8eb7e6;
}
.copyright a {
	color: #8eb7e6;
}
.footermenu li {
	display: inline-block;
	background: right no-repeat url(/skin/images/footer-div.png);
	padding: 0 9px;
}
.footermenu li:last-child {
	background: none;
	padding-right: 0;
}
footer .footer-tags {
	display: inline-block;
	margin-left: 10px;
}
.footer-tags p {
	display: inline-block;
	margin: 0;
}
.footer-tags .tag {
	padding: 5px 58px 5px 0;
	background: right no-repeat url(/skin/images/etourism-white.png);
}
footer .socialmedia {
	margin-top: 5px;
}
footer .trademark {
	font-size: 34px;
	font-weight: 300;
	color: #7ad5ff;
	line-height: 30px;
	text-align: left;
}


@media (min-width: 320px) {
	.form-standard {
  	margin: 25px 0;
	}
	.well .form-standard {
		margin: 25px 0;
	}
	.list.rooms .entry .text {
	}
	.list.rooms .entry h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.list.rooms .entry .img-responsive {
		min-height: auto;
	}
}

@media (min-width: 480px) {
}

@media (min-width: 768px) {
	.list.rooms .entry h2 {
		font-size: 30px;
		line-height: 36px;
	}
	footer .trademark .footermenu {
		text-align: right;
	}	
}

@media (min-width: 992px) {
	.navbar-custom {
		top: 30px;
	}
	#booking {
		margin-left: -385px;
	}
	.page-content .inner-content {
		padding-top: 100px;
	}
	.list.rooms .entry {
		min-height: 430px;
	}
	.room-gallery {
		min-height: 430px;
		margin-right: 370px;
	text-align: right;
	}
	.room-gallery .thumb {
		display: block;
		width: 100px;
		margin: 0 0 0 auto;
		border-left: 1px solid #FFFFFF;
	}
	.list.rooms .entry .text {
		position: absolute;
		width: 370px;
		padding-bottom: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.list.rooms .entry .img-responsive {
		min-height: 460px;
	}
}
@media (min-width: 1200px) {
	#booking {
		margin-left: -585px;
	}
	.form-standard {
	  margin: 25px 200px;
	}
	.well .form-standard {
		margin: 25px 0;
	}
}