/* CSS Document */

@font-face {
  font-family: 'Avenir';
  src: url('/skin/fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),  
  	   url('/skin/fonts/AvenirLTStd-Book.otf')  format('opentype'),
	   url('/skin/fonts/AvenirLTStd-Book.woff') format('woff'), 
	   url('/skin/fonts/AvenirLTStd-Book.ttf')  format('truetype'), 
	   url('/skin/fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'museo_sans500';
    src: url('/skin/fonts/museosans-500-webfont.eot');
    src: url('/skin/fonts/museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/fonts/museosans-500-webfont.woff') format('woff'),
         url('/skin/fonts/museosans-500-webfont.ttf') format('truetype'),
         url('/skin/fonts/museosans-500-webfont.svg#museo_sans500') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* GENERAL */
body {
	background: #ffffff;
	width: 100%;
	overflow-x: hidden;
}

body, th, td, p {
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #555555;	
}
a {
	color: #555555;
}
a:hover {
	color: #555555;
}
a.link {
	color: #555555;
	text-decoration: none;
	cursor: text;
}

h1, h2, h3, h4 {
	position: relative;
	font-family: 'museo_sans500', Arial, Helvetica, sans-serif;
	color: #1ba6cc;
	font-weight: normal;
}

.h1, h1 {
	font-size: 36px;
	font-weight: normal;
	text-transform: none;
	text-align: center;
}
.h2, h2 {
	font-size: 24px;
	color: #1ba6cc;
	font-weight: normal;
	text-transform: none;
}
.h3, h3 {
	font-size: 20px;
	font-weight: normal;
}


.page-header {
	position: relative;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border: 0;
}
.page-content {
	position: relative;
	padding: 0 0 30px 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, .btn-primary, .alt a {
	position: relative;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0 80px;
	text-transform: none;
  	background-color: #f9914b;
  	color: #ffffff;
	letter-spacing: 2px;
	border-radius: 20px;
	border: none;
}
input.btn, input.btn-primary {

}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .alt a:hover {
  	background-color: #1ba6cc;
}
input[type="text"] {
	color: #333;
}

/* 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;
}

.container.main {
    position: relative;
    height: auto;
	overflow-x: hidden;
}

.container-main-wrapper {
    position: relative;
    display: inline-block;
	float: left;
    margin: 0;
	width: 100%;
	height: auto;
    background: #ffffff;
	clear: both;
	z-index: 999;
}

.container.main::after {
}

footer.base .fa-stack {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

footer.base .fa-stack-2x {
    font-size: 1.6em;
}

footer.base .fa-lg {
	font-size: 2em;
}

footer.base .fa-inverse {
    color: #000;
}
footer.base .fa-stack-1x {
    line-height: 40px;
    font-size: 18px;
}

/* HEADER */
/* Top Header - 1st row */
.navbar-brand {
    margin: 0 !important;
    padding: 5px 15px;
    height: 77px;
}
.navbar-brand>img {
	width: 75%;
}
.navbar-custom .socialmedia {
	display: none;
}
.socialmedia {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    width: 100%;
    text-align: center;
}
.socialmedia a {
	text-decoration: none;
	color: #ffffff !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.socialmedia a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.socialmedia .fa-stack-2x {
	
}
.navbar .navbar-details {
	text-align: right;
	padding-left: 0;
}
.navbar .phone {
	float: right;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 0;
    margin-right: 10px;	
	zoom: 0.65;
}
.navbar .phone a {
    color: #f9914b !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}
.phone .fa-stack {
    font-size: 13px;
    color: #1ba6cc;
    line-height: 25px !important;
}
/* Main Nav - 2nd row */
.navbar-custom {
    background: #ffffff;
    font-family: 'Avenir', Arial, Helvetica, sans-serif;
    font-size: 8px;
    text-transform: none;
    border: 0;
    top: 0;
    margin: 0;
    min-height: 77px;
}
.navbar-custom .container {
	background: none;
	padding:0;
}
.navbar-custom .container .row {
	margin: 0;
}
.navbar-custom .col-md-6 {
	float: left;
	position: absolute;
	padding: 0;
	z-index: 999;
	width: auto;
	background: none;
}
.navbar-custom .col-md-6.navbar-details {
    float: right;
    clear: both;
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 99;
}
.navbar-header {
    float: right;
}
.navbar-custom .navbar-toggle {
	clear: both;
	margin: 5px 10px 0 0;
	background-color: #1ba6cc;
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: #ffffff; 
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #1ba6cc;
}
.navbar-custom .navbar-nav {
    background: rgba(27,166,204,0.95);
    z-index: 9999;
    position: relative;
}
.navbar-custom .navbar-nav li ul {
	list-style-type: none;
	padding: 0;
}
.navbar-custom .navbar-nav li li {

}
.navbar-custom .navbar-nav li li a {
    display: block;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
}
.navbar-custom .navbar-nav li li a:focus, .navbar-custom .navbar-nav li li a:hover {
	background: rgba(8, 105, 174, 0.75);
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.navbar-custom .navbar-nav > li {
	margin-right: 1px;
}
.navbar-custom .navbar-nav > li > a {
    font-family: 'Avenir', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 14px;
    letter-spacing: 1px;
    text-transform: none;
}
.navbar-custom .navbar-nav > li:first-child > a {

}
.navbar-custom .navbar-nav > li:last-child > a {

}
.navbar-custom .navbar-nav > li.alt > a {
    background: none;
    color: #f9914b;
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 9px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background: #1ba6cc;
	color: #FFFFFF;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: rgba(0,0,0,0.25);
    color: #FFFFFF;
}
.navbar .navbar-collapse {
text-align: center;
    width: 100%;
    padding: 0;
    margin: 90px 0 0 0;
    overflow-x: hidden;
    max-height: 250px;
}

/* FEATURE - feature flash / image & booking panel */
#feature {
    position: relative;
    width: 100%;
    height: 100%;
    /* min-height: 370px; */
}
.featuremain {
    width: 100%;
    height: 100%;
    min-height: 370px !important;
}
.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: 100%;
    /* min-height: 370px; */
    text-align: center;
	margin-top: 110px;
}
.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: normal;
	line-height: 50px;
}
.featureoverlay a {
	color: #DD5D20;
	text-decoration: none;
}
.featureoverlay a:hover {
	color: #FFFFFF;
}

#booking {
	position: absolute;
    color: #333333;
    background: #ffffff;
    top: 78px;
    left: 0;
    width: 100%;
    max-width: 750px;
    margin-left: 0;
    padding: 0;
    height: 40px;
    text-align: left;
    z-index: 1;
}

#booking h3 {
    display: inline-block;
    width: 17%;
    float: left;
    font-size: 7px;
    line-height: 40px;
    font-weight: normal;
    color: #1ba6cc;
    text-transform: none;
    margin: 0 5px;
	white-space: nowrap;
}
#booking label {
    position: absolute;
    display: none;
    width: 100px;
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 30px;
    color: #555555;
    font-weight: bold;
    text-transform: none;
	white-space: nowrap;
}
#booking .form-group {
    position: relative;
    float: left;
    background: none;
    padding: 0;
    margin: 4px 5px 0 0;
    width: 35%;
    border-radius: 15px;
    border: 1px solid #dddddd;
}
#booking .col-xs-9 {
	padding-right: 0;
    padding: 0;
    width: 100%;
}
#booking .form-control {
    background: none;
    border: none;
    color: #888888;
    height: 32px;
    width: 100%;
    padding: 0 5px 0 10px;
    line-height: 32px;
    font-size: 12px;
}
#booking select.form-control {
    background: url(/skin/images/select-arrow.png) no-repeat 90% center;
    -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 {
	background: #ffffff;
}
#booking .datepicker_trigger {
    position: absolute;
    top: 10px;
    right: 15px;
}
#booking .btn {
    position: absolute;
    top: 0;
    right: 1px;
    float: right;
    width: 30px;
    height: 40px;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    border-radius: 0;	
	background: #ffffff;
	color: #ffffff;
}

#booking .btn::before {
    position: absolute;
    top: 9px;
    right: 3px;
    content: "\f274";
    color: #0c7d9c;
    font: normal normal normal 22px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}

/* 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 {

}

.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 {
	color: #555555;
	padding: 0;
}
.list.rooms .entry h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 34px;
	color: #1ba6cc;
	text-transform: none;
	margin: 0 0 15px 0;
}
.list.rooms .entry p {
	color: #555555;
	line-height: 22px;
}
.list.rooms .entry .thumb {
	float: left;
	margin: 0 5px 5px 0;
}
.list.rooms .entry .thumb img {

}
.list.rooms .btn {
    line-height: 40px;
    height: 40px;
}
.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;
	min-height: 400px;
}
.room-gallery .thumb {
	display: inline-block;
	width: 70px;
	margin: 5px 0 0 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: rgba(0,0,0,0.10);
}

/* Wraps around the heading, content and map */
.map-wrapper {
	clear: both;
}
footer .map-wrapper {
	display: none;
}
.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: #555555;
}
.marker-window {
	font-size: 14px;
	color: #555555;
}


/* Datepicker - colour changes */
#datepicker_div {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.datepicker_control {
	background: #888888;
}
.datepicker_header, .datepicker_header select {
	background: #1ba6cc;
	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;
    /* width: calc(100% - 40px) !important; */
}

#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;
    width: calc(100% - 20px) !important;	
}
#fancybox-title {
	width: 100% !important;
}
#fancybox-left, #fancybox-right {
	visibility: visible;
}
#fancybox-left-ico {
	left: 20px;
	right: auto;
}
#fancybox-right-ico {
	right: 20px;
	left: auto;
}
/* Footer Area */
footer.base {
	clear: both;
	background: url(/skin/images/footer-bg.jpg) center center no-repeat #423a2f;	
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding: 35px 0 0 0;
	color: #ffffff;
}
.footermenu, .copyright, .footermenu p, .copyright p {
	font-size: 14px;
	color: #ffffff;
}
.copyright {
    background: none;
    padding: 5px 0;
    font-size: 14px;
}
.footermenu {
	margin-top: 15px;
	text-align: center;
	line-height: 14px;
}
.infomenu {
	margin-bottom: 10px;
	font-size: 16px;
	color: #ffffff;
}
.infomenu h4 {
	margin: 0 0 5px 0;
	font-size: 18px;
	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;
	*/
	background: none;
	padding: 0;
	text-align: center;
}
.vcard {
	background: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 17px;
	text-align: center;
}
.vcard ul, .footermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.vcard li {
	margin: 0 0 5px 0;
	padding: 0;
}
.vcard .org {
    font-family: 'Avenir', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 1px;
}
.infomenu a {
	color: #ffffff;
	font-size: 14px;
}
.vcard a, .footermenu a {
	color: #ffffff;
}
.copyright a {
	color: #ffffff;
}
.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: 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-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ffffff;
	line-height: 30px;
	text-align: left;
}
.clearboth {
	clear: both;
	height: 0;
}
.copyright-area-wrapper {
	text-align: center;
}
.thumbs {
	margin-top: 5px;
}

/* deals index */
.list.deals {
    margin: 30px auto 0 auto;
	text-align: center;
}

.list.deals .entry {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
}

.list.deals .text {
	text-align: center;
}

.list.deals .text p {
	color: #333;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.list.deals .text h2 {
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.list.deals .text h3 {
}

.list.deals .text .deal-options {

}

.list.deals .deal-image {
    position: absolute;
    left: auto;
    width: 40%;
    top: 0;
    right: 0;
    bottom: 0;
    background: center center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/* deals details */
.page-content.deal-details {
	text-align: center;
}

.page-content.deal-details h1 {

}

.page-content.deal-details h2 {

}

.page-content.deal-details h3 {

}

.page-content.deal-details p {

}

.page-content.deal-details .deal-image-details {
	margin: 20px 0 50px 0;
}

.page-content.deal-details ul.deal-options {

}

.page-content.deal-details ul.deal-options li {

}


/* Suppliers Index */
.list.suppliers {
    margin: 30px auto 0 auto;
	text-align: center;
}

.list.suppliers .entry {
	position: relative;
	float: left;
	height: auto;
}

.list.suppliers .text {
	text-align: center;
}

.list.suppliers .text p {
	color: #000;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.list.suppliers .text h2 {
    border-bottom: 1px solid #cecece;
    padding-bottom: 16px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.list.suppliers .supplier-image {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
    background: center center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.list.suppliers ul.social-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list.suppliers ul.social-links li {
	position: relative;
	display: inline-block;
}

.list.suppliers ul.social-links li, .list.suppliers ul.social-links li a {
	font-size: 14px;
	color: #000;
}

.list.suppliers ul.social-links li.phone {
    padding-right: 10px;
    background: url(/skin/images/bullet-bg.png) right center no-repeat;
}

.list.suppliers ul.social-links li.website {
    padding-left: 5px;
}

.list.suppliers ul.social-links li.website a {

}

.list.suppliers ul.social-links li.fb {
	display: block;
}

.list.suppliers ul.social-links li.fb a {
    display: inline-block;
    margin: 5px 0 0 0;
    color: transparent;
    background: url(/skin/images/fb-small.jpg) center center no-repeat;
}


@media (min-width: 320px) {	
	#fancybox-wrap { /*
		left: 0 !important; */
	}
	.form-standard {
  		margin: 25px 0;
	}
	.well .form-standard {
		margin: 25px 0;
	}
	.list.rooms .entry .text {
	}
	.list.rooms .entry h2 {

	}
	.list.rooms .entry .img-responsive {
		min-height: auto;
	}
	
	/* deals index */
	.list.deals {
		position: relative;
	}
	
	.list.deals .entry {
		position: relative;
		width: 270px;
		height: auto;
		padding: 0;
		margin: 0 auto 15px auto;
		background: #ffffff;
	}
	
	.list.deals .deal-image {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		width: 270px;
		height: 270px;
		background: center center no-repeat;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}
	
	.list.deals .text {
		position: relative;
		float: left;
		background: #ffffff;
		color: #000;
		width: 100%;
		height: auto;
	}
	
	.list.deals .text h2 {
		
	}
	
	.list.deals .text h2 a {
    	color: #1ba6cc;
	}
	
	.list.deals .text h3 {

	}
	
	.list.deals .text .deal-options {
	    list-style-type: none;
		padding: 10px 0;
		background: rgba(12,125,156,0.20);
	}
	
	.list.deals .text .btn, .list.deals .text .btn-primary {
	    margin: 10px 0 5px 0;	
	}
	
	/* Suppliers index */
	.list.suppliers {
		position: relative;
	}
	
	.list.suppliers .entry {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 30px 0;
		margin: 0 10px 10px 0;
		background: #ffffff;
	}
	
	.list.suppliers .suppliers-image {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 270px;
		background: center center no-repeat;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}
	
	.list.suppliers .text {
		position: relative;
		float: left;
		background: #ffffff;
		color: #000;
		width: 100%;
		height: auto;
	}
	
	.list.suppliers .text h2 {
		
	}
	
	.list.suppliers .text h2 a {
		font-family: 'Avenir', Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		color: #000;
	}
	
	.list.suppliers .text .btn, .list.suppliers .text .btn-primary {
			
	}
	
	.list.suppliers ul.social-links {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.list.suppliers ul.social-links li, .list.suppliers ul.social-links li a {
		font-size: 14px;
		color: #000;
	}
	
	.list.suppliers ul.social-links li.phone {
	
	}
	
	.list.suppliers ul.social-links li.website {
	
	}
	
	.list.suppliers ul.social-links li.website a {
	
	}
	
	.list.suppliers ul.social-links li.fb a {
	
	}
}

@media (min-width: 425px) {
	.navbar-brand>img {
		width: 100%;
	}
}

@media (min-width: 480px) {
	#booking {
		/* 
		zoom: 0.75;
		bottom: 52px;
		*/
	}
	.navbar .phone {
		zoom: 1.0;
	}
	
	.list.suppliers .entry {
		width: 31%;
	}
	
}


@media (min-width: 640px) {
	.list.deals .entry {		
		margin: 20px 30px;
		padding: 0;
		vertical-align: top;
	}
	#booking h3 {
		font-size: 16px;
	}
	#booking .btn {
		width: 50px;
	}
	#booking .btn::before {
		font-size: 30px;
		top: 4px;
		right: 10px;	
	}
	#booking label {
		display: block;
		font-size: 13px;
		padding: 0 0 0 10px;
	}
	#booking .form-control {
		padding: 0 5px 0 0;
		font-size: 13px;
		margin-left: 50%;
		width: 50%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;		
		position: relative;
	}
	.navbar .navbar-collapse {
		text-align: right;
		display: inline-block !important;
		float: right;
		margin: 0;
		padding: 0;
		background: #ffffff;
	}
	.navbar-custom {
		background: #ffffff;
		height: 78px;
	}
	.navbar-custom .socialmedia {
		display: inherit;
		float: right;
		margin: 0 0 0 20px;
		line-height: 28px;
	}
	.navbar-custom .navbar-nav > li > a {
		padding: 5px 9px;
		font-size: 10px;
		color: #555;
	}
	.navbar .phone {
    	display: none;
	}
	.list.rooms .entry h2 {
		font-size: 30px;
		line-height: 36px;
	}
	footer .trademark .footermenu {
		text-align: right;
	}	
	.navbar-nav {
		float: right;
		margin-top: 5px;
	}
	.navbar-custom .navbar-nav {
		background: #ffffff;
	}
	.navbar-custom .navbar-nav li li a {
		text-transform: none;
	}
	/* ------------- */
	.navbar-custom .navbar-nav li a {
		
	}
	
	.navbar-custom .navbar-nav li.active a:link, 
	.navbar-custom .navbar-nav li.active a:active, 
	.navbar-custom .navbar-nav li.active a:visited {
		color: #1ba6cc;
		background: none;
	}
	.navbar-custom .navbar-nav li:hover a:link, 
	.navbar-custom .navbar-nav li:hover a:active, 
	.navbar-custom .navbar-nav li:hover a:visited, 
	.navbar-custom .navbar-nav li:hover a:hover {
		color: #1ba6cc;
		background: none;
	}
	.navbar-custom .navbar-nav li:hover a:link, 
	.navbar-custom .navbar-nav li:hover a:active, 
	.navbar-custom .navbar-nav li:hover a:visited,
	.navbar-custom .navbar-nav li:hover a:hover {
		color: #1ba6cc;
		background: none;
	}
	.navbar-custom .navbar-nav li:hover li a:link, 
	.navbar-custom .navbar-nav li:hover li a:active, 
	.navbar-custom .navbar-nav li:hover li a:visited,
	.navbar-custom .navbar-nav li:hover li a:hover {
		background: #1ba6cc;
		color: #ffffff;
		border: none;
	}
	.navbar-custom .navbar-nav li li:hover,  
	.navbar-custom .navbar-nav li li.active, 
	.navbar-custom .navbar-nav li li a:hover,  
	.navbar-custom .navbar-nav li li.active a, 
	.navbar-custom .navbar-nav li li:hover a:hover {
		color: #1ba6cc;
		background: #ffffff;
		border: none;
		text-decoration: none;		
	}
	.navbar-custom .navbar-nav li li.active a, 
	.navbar-custom .navbar-nav li:hover li.active a  {
		background: #ffffff;
		color: #1ba6cc;
		text-decoration: none;
		border: none;
	}
	/* -------------- */
	.navbar-custom .navbar-nav li ul {
		display: none;
		background: #1ba6cc;
		color: #ffffff;
		position: absolute;
		display: none;
		width: 180px;
		height: auto;
		border: 0;
		padding: 10px 0;
		margin: 0;
		top: 73;
		left: 0;
		z-index: 999;
		text-align: left;		
	}
	.navbar-custom .navbar-nav li:hover ul {
		display: block;
	}	
	.navbar-custom .navbar-nav li li {
		padding: 0 10px;
	}	
	#feature {

	}
	.featureimage {
	    margin-top: 78px;
	}
	#booking {
		left: 50%;
		margin: 0 0 0 -375px;
		top: 79px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	#booking .btn {
		background: #f9914b;
		width: 140px;
		border-radius: 15px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin: 5px 5px 0 0;
	}
	#booking .btn::before {
		display: none;
	}
	#booking .form-group {
		width: 33%;
	}
	#booking .form-group.duration {
		width: 28%;
	} 
	.infomenu {
		width: 100%;
		right: auto;
		text-align: right;
	}
	.infomenu li {
		background: left no-repeat url(/skin/images/infomenu-div.png);
		margin: 0 0 3px 0;
		padding-left: 12px;
		padding-right: 8px;
		text-align: left;
		display: inline-block;
	}
	.infomenu li:first-child {
		background: none;
		padding-left: 0;
	}
	.footermenu {
	
	}
	.footermenu li {
	
	}
	.footermenu a {
		font-size: 12px;
		color: #b0edf7;
	}
	.vcard {
		position: absolute;
		margin: 0 0 0 -143px;
		padding: 0;
		left: 0;
		top: 0;
		width: 287px;
		height: 287px;
		border-radius: 287px;
		background: #ffffff;
		color: #555555;
		font-size: 16px;
		text-align: center;
	}
	.vcard .org {
		width: 210px;
		height: 53px;
		margin: 48px auto 16px auto;
		padding: 0;
		color: transparent;
		background: url(/skin/images/logo-footer.png) center center no-repeat;		
	}
	.vcard .adr {
		font-weight: bold;
	}
	.vcard a {
		color: #f9914b;
		font-size: 14px;
		width: 100%;
		display: block;
	}
	.vcard li.email {
		color: transparent;
		background: url(/skin/images/icon-email.png) center top no-repeat;
		margin-top: 10px;	
	}
	.vcard li.phone {
		color: transparent;
		background: url(/skin/images/icon-phone.png) center top no-repeat;
		margin-top: 10px;	
	}
	.vcard li.phone span.tel {
		display: block;
		color: #f9914b;
		font-size: 18px;
		margin-top: 10px;
	}
	.copyright-area-wrapper {
		text-align: right;
		float: right;
		width: calc(100% - 130px);
		padding-right: 20px;
	}
	.footermenu {
		text-align: right;
		float: right;
		margin-bottom: 20px;
	}
	.footermenu li {
		float: right;
		display: inline-block;
		line-height: 22px;
		background: url(/skin/images/footer-div.png) left center no-repeat;
		padding: 0 5px 0 5px;		
	}
	.footermenu li:last-child {
		padding-left: 0;
		padding-right: 5px;
		background: none;
	}
	.copyright {
		font-size: 12px;
		clear: both;
	}
	.footermenu, .copyright, .footermenu p, .copyright p {
		font-size: 12px;
	}
	footer.base {
		width: 50%;
		min-height: 350px;
		float: right;
		position: relative;
	}
	footer .socialmedia {
		text-align: right;
		padding-right: 20px;
		width: calc(100% - 150px);
		float: right;
		margin-bottom: 30px;
		margin-top: 50px;
	}
	
	footer .socialmedia .fa-stack-1x {

	}
	
	footer .socialmedia .fa-stack {

	}
	.map-wrapper {
		display: none;
	}
	footer .map-wrapper {
		display: inline-block;
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0 0 0 -100%;
		padding: 0;
		text-align: left;
	}
	footer .map-container {
		width: 100%;
		position: absolute !important;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		height: auto;
	}
	footer .map-wrapper h3 {
		display: none;
	}
	footer .map-wrapper p {
		display: none;
	}
	.list.deals .text .deal-options {
		list-style-type: none;
		padding: 10px 0;
		background: rgba(12,125,156,0.20);	
	}
	.list.deals .text .deal-options li {
	}
	


}

@media (min-width: 1060px) {	
	.feature {
	
	}
	.featureimage {
		margin-top: 0;
	}
	.h1,  h1 {
		text-align: left;
	}
	.list.rooms .container {
		padding: 0;
		min-height: 630px;
	}
	.list.rooms .entry .thumb {
		float: left;
		display: inline-block;
		margin: 0 4px 4px 0;
	}
	.list.rooms .entry .thumbs .thumb:nth-child(5n)  {
		margin-right: 0;
	}
	.navbar-custom {
		position: relative;
		padding: 15px 0;
		background: #ffffff;
		height: auto;
	}
	.navbar-custom .navbar-nav {
	    margin-top: 12px;		
	}
	.navbar-custom .navbar-nav > li > a {
		padding: 5px 15px;
		font-size: 16px;
	}
	.navbar-custom .navbar-nav li li a {
    	font-size: 16px;
	}
	#booking {
		top: 0;
		left: auto;
		right: 0;
		margin: 0;
	}
	.page-content .inner-content {
		padding-top: 100px;
	}
	.list.rooms .entry {
		min-height: 630px;
	}
	.list.rooms .room-gallery {
		text-align: right;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.list.rooms .room-gallery::before {
		content: " ";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 380px;
		background: rgba(27, 166, 204, 0.92);
		pointer-events: none;
	}
	.list.rooms .room-gallery .thumb {
		display: block;
		width: 100px;
		margin: 0 0 0 auto;
		border-left: 1px solid #FFFFFF;
	}
	.list.rooms .entry .text {
		position: relative;
		float: right;
		width: 370px;
		height: auto;
		max-height: 500px;
		overflow-y: auto;
		padding: 20px;
	}
	.list.rooms .entry h2 {
		font-size: 24px;
		line-height: 28px;
		color: #ffffff;
	}
	.list.rooms .entry p {
		color: #ffffff;
	}
	.list.rooms .entry .img-responsive {
		min-height: 460px;
	}
	
	.list.rooms .entry .thumbs {
		position: absolute;
		bottom: 20px;
		right: 0;
		height: 170px;
		width: 360px;
		margin: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 999;
		background: none;
		text-align: left;
	}
	/* even rooms */
	.list.rooms .entry:nth-child(even) {	
	}
	.list.rooms .entry:nth-child(even) .room-gallery {
	}
	
	.list.rooms .entry:nth-child(even) .text {
	}
	
	.list.rooms .entry:nth-child(even) .thumbs {

	}
	
	.navbar .navbar-collapse {
    	float: right;
		margin: 0;
	}
	
	.list.rooms .btn {
		display: inline-block;
		width: auto;	
	}
	footer .socialmedia {

	}
	#fancybox-wrap {/*
		width: 820px !important;
		left: 50% !important;
		margin: 0 0 0 -410px !Important; */
	}
	
	#fancybox-inner {
	/* width: 800px !important; */
	}	
}
@media (min-width: 1200px) {
	.container {
	    width: 1170px;	
	}	
	.navbar-custom .container {

	}
	.navbar-custom {

	}
	.navbar-custom::before {
	}
	.navbar-custom .col-md-6.navbar-details {
	}
	.navbar .navbar-collapse {

	}
	.navbar-custom .navbar-nav > li > a {

	}
	.navbar-custom .navbar-nav li li a {

	}
	#feature {

	}
	#booking {

	}
	.form-standard {

	}
	.well .form-standard {
		margin: 25px 0;
	}
	.list.rooms .entry {
    	min-height: 565px;
	}
	.room-gallery {
    	min-height: 565px;
	}
	.infomenu a {
	}
	.vcard {
	}
	.vcard .org {
	}
	footer.base .container {
	    width: 100%;
	}
	footer .socialmedia {

	}
	.copyright-area-wrapper {
		
	}
	.footermenu {

	}
	.copyright {

	}
}