/* CSS Document */
@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('/skin/fonts/brandon_grotesque_bold-webfont.woff2') format('woff2'),
         url('/skin/fonts/brandon_grotesque_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesqueregular';
    src: url('/skin/fonts/brandon_re-webfont.woff2') format('woff2'),
         url('/skin/fonts/brandon_re-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

body, th, td, p {
	font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444444;
	line-height: 22px;
	font-weight: normal;
}
a {
	color: #444444;
}
a:link, a:active, a:visited {
	color: #444444;
	cursor: text;
}
a:hover {
	color: #444444;
	text-decoration: none;
	cursor: pointer;
}
a.link:link, a.link:active, a.link:visited {
	color: #444444;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #444444;
	text-decoration: none;
	cursor: text;
}
h1, h2, h3, h4 {
	position: relative;
    font-family: 'BrandonGrotesque-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
	color: #506473;
}

.h1, h1 {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    padding-bottom: 15px;
	display: inline-block;
}
.h1::after, h1::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #ffc330;
}
h1.project-name {
    padding-bottom: 0;
    margin-bottom: 0;
}
h1.project-name::after {
	content: " ";
	background: none;
}
.h2, h2 {
	font-size: 26px;
	line-height: 30px;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #506473;
	text-decoration: none;
}
h2 a:hover {
	color: #506473;
}
.h3, h3 {
	font-size: 20px;
	line-height: 24px;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #444444;
}
h4 {
	font-size: 18px;
	line-height: 10px;
}
h4.project-location {	
    color: #888888;
    text-transform: none;
    font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
    display: block;
}
ul {
	list-style-position: inside;}
footer h4 {
	color: #ffffff;
}

.page-header {
	position: relative;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border: 0;
}
.page-header.project-details {
    margin-top: 100px;
}
.page-content {
	position: relative;
	padding: 0 0 20px 0;	
	margin-top: 20px;
}
.page-content, .page-content p {

}
.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;
}

input, select, textarea {
	background: #f8f8f8;
	padding: 8px 12px;
	font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	border: 1px solid #dddddd;
}
select {
	background: #ffffff right no-repeat url(/skin/images/select-bg.png);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	outline: none;
	padding: 7px 8px;
}
input:focus, select:focus, textarea:focus {
	border-color: #444444;
}
.btn, .btn-primary, .button {
    position: relative;
    display: inline-block;
    font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    background: #506473;
    color: #ffffff !important;
    letter-spacing: 1px;
    border-radius: 0;
    border: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
input.btn, input.btn-primary {

}
.btn:hover,
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .alt a:hover,
.button.active, .button:active, .button:hover, {
  	background-color: #ffffff;
	color: #506473;
}
input[type="text"] {
	color: #444;
}

/* 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;
    margin: 0 auto 20px auto;
}

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

.container.main::after {
}

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

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

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

/* HEADER */
/* Top Header - 1st row */
.navbar-brand {
    margin: 11px 0 25px 0!important;
    padding: 0;
    height: auto;
}
.navbar-custom .socialmedia {
	display: none;
}

/* Social Media */
.socialmedia {
    line-height: 30px;
    float: none;
    margin: 10px auto 0 auto;
    display: inline-block;
}
#footer .socialmedia {
	float: left;
	margin-top: 20px;
}
.socialmedia a {
    position: relative;
    display: inline-block;
    background-image: url(/skin/images/sprite-social.png);
    width: 30px;
    height: 30px;
    margin: 0 1px;
    line-height: 30px;
    vertical-align: top;
    float: left;
}
.socialmedia em {
	display: none;
}
.socialmedia a:first-child {
	margin-left: 0;
}
.socialmedia a.fb {
	background-position: 0 0;
}
.socialmedia a.fb:hover {
	background-position: 0 -30px;
}
.socialmedia a.twitter {
	background-position: -30px 0;
}
.socialmedia a.twitter:hover {
	background-position: -30px -30px;
}
.socialmedia a.gplus {
	background-position: -60px 0;
}
.socialmedia a.gplus:hover {
	background-position: -60px -30px;
}
.socialmedia a.linkedin {
	background-position: -90px 0;
}
.socialmedia a.linkedin:hover {
	background-position: -90px -30px;
}
.socialmedia a.rss {
	background-position: -120px 0;
}
.socialmedia a.rss:hover {
	background-position: -120px -30px;
}
.socialmedia a.pinterest {
	background-position: -150px 0;
}
.socialmedia a.pinterest:hover {
	background-position: -150px -30px;
}
.socialmedia a.instagram {
	background-position: -180px 0;
}
.socialmedia a.instagram:hover {
	background-position: -180px -30px;
}

.navbar .navbar-details {
    text-align: right;
    padding-left: 0;
    margin: 5px 10px 0 0;
}
.navbar .phone .fa-stack {
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    margin: -5px 0 0 0;	
}
.navbar .phone a {
    color: #444444 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
/*
.navbar .phone {
    float: right;    
    padding: 0;
    margin-right: 10px;
    zoom: 1;
    vertical-align: middle;
}
.navbar .phone a {
    display: inline-block;
    font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    font-weight: normal;
    background: left no-repeat url(/skin/images/icon-phone.png);
    padding: 0 0 0 33px;
}
.phone .fa-stack {
    font-size: 8px;
    color: #888888;
}
*/
/* Main Nav - 2nd row */
.navbar-custom {
    background: #ffffff;
    font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(78, 99, 116, 0.2);
    top: 0;
    margin: 0;
    padding: 0;
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 999999;
}
.navbar-custom .container {
	background: none;
	padding:0;
}
.navbar-custom .container .row {
	margin: 0;
}
.navbar-custom .col-md-6,
.navbar-custom .col-md-4 {
    float: left;
    width: 33.33%;
}
.navbar-custom .col-md-6.navbar-details {
	float: right;
    clear: both;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 99;
    margin: 0;
}
.navbar-header {
    float: right;
    position: absolute;
    top: 21px;
    right: 0;
    margin: 0;
    z-index: 999;
}
.navbar-custom .navbar-toggle {
	clear: both;
	margin: 5px 10px 0 0;
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: #cccccc;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: rgba(0,0,0,0.25);
}
.navbar-custom .navbar-nav {
    width: 100%;
    max-width: 1170px;
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.navbar-custom .navbar-nav li ul {
	list-style-type: none;
	padding: 0;
}
.navbar-custom .navbar-nav li li {
    list-style-image: none;
}
.navbar-custom .navbar-nav li li a {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}
.navbar-custom .navbar-nav li li a:focus, .navbar-custom .navbar-nav li li a:hover {
	background: #444444;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.navbar-custom .navbar-nav > li {
	margin-right: 1px;
}
.navbar-custom .navbar-nav > li > a {
    font-family: 'BrandonGrotesque-Medium', Arial, Helvetica, sans-serif;
    color: #4e6374;
    font-size: 16px;
    font-weight: normal;
    padding: 0 7px;
    letter-spacing: normal;
    line-height: 32px;
}
.navbar-custom .navbar-nav > li:first-child > a {

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

}
.navbar-custom .navbar-nav > li.alt {
	margin-right: 0;
}
.navbar-custom .navbar-nav > li.alt > a {

}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #444444;
	background: #ffffff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #444444;
	background: #ffffff;
}
.navbar .navbar-collapse {
    background: #ffffff;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    max-height: 500px;
    position: relative;
}

/* FEATURE - feature flash / image & booking panel */
#feature {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 100px;
    z-index: 99999;
}
#feature.project {
    margin-top: 50px;
}
.featuremain {
	width: 100%;
	height: 100%;
	min-height: 610px !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 {
    position: relative;
    height: 100%;
    width: 100%;
    /* max-height: 610px; */
    text-align: center;
}
.featureimage.project {
	overflow: hidden;
}
.featureimage.project img.img-responsive {
    /*
	min-height: 200px;
    max-height: 300px;
	*/
    width: auto !important;
    /* max-width: none; */
}

.featureoverlay {
    position: absolute;
    z-index: 999;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    bottom: 70px;
}
.featureoverlay p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    text-transform: none;
}
.featureoverlay strong {
	font-size: 60px;
	font-weight: 400;
	line-height: 50px;
}
.featureoverlay a {
	color: #DD5D20;
	text-decoration: none;
}
.featureoverlay a:hover {
	color: #FFFFFF;
}
#booking_anchor {
	position: absolute;
    bottom: 0;
    left: 50%;
    height: auto;
    width: 120px;
    margin: 0 0 0 -60px;
    padding: 0;
    background: rgba(241,92,34,0.85);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#booking_close {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
	z-index: 999;
}
#booking_close a.btn {
    cursor: pointer;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
#booking_anchor a.btn {
    cursor: pointer;
    width: 120px;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    background: rgba(241,92,34,0.25);
}
#booking {
	display: none;
    position: absolute;
    width: 245px;
    height: auto;
    color: #ffffff;
    background: rgba(85,85,85,0.93);
    top: 20px;
    left: 50%;
    margin: 0 0 0 -123px;
    padding: 0;
    z-index: 99999;	
}
#booking h3 {
    position: relative;
    float: left;
    display: inline-block;
    font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 65px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 245px;
    text-align: center;
    letter-spacing: 2px;
}
#booking form {

}
#booking label {
	display: inline-block;
    float: left;
    width: 84px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}
#booking .form-group {
    position: relative;
    display: inline-block;
    width: 241px;
    height: 65px;
    background: none;
    padding: 0 0 0 20px;
    margin: 0;
    border-left: 1px solid rgba(255,255,255,0.3);
    float: left;
}
.date-large, .date-small {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.date-large {
    font-size: 48px;
    line-height: 65px;
    font-weight: 300;
}
.date-small {
    position: absolute;
    bottom: 20px;
    left: 165px;
}
#booking .col-xs-6 {
    padding: 0;
}
#booking .form-control {
    background: #ffffff;
    border: none;
    color: #555555;
    height: 18px;
    width: 230px;
    padding: 0;
    line-height: 18px;
    font-size: 18px;
}
#booking span input.form-control {
    background: none;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
#booking .datepicker_trigger {
    position: absolute;
    top: 27px;
    right: 20px;
}
#booking select.form-control {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    color: transparent;
    background: url(/skin/images/select-arrow.png) right 5px center no-repeat;
    border: 0;
    z-index: 9999;
}
#booking .form-control select::-ms-expand,
#booking .form-field select::-ms-expand {
  display: none;
}
#booking select.form-control option {
	color: #333;
}
#booking .form-control option,
#booking .form-field option  {

}
#booking .datepicker_trigger {
    position: absolute;
    top: 28px;
    right: 3px;
}
#booking .btn {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: #444444;
    width: 244px;
    height: 65px;
    float: right;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

#booking .btn-primary:hover {
	background-image:none;
}

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

/* Gallery */
.gallery-row {
    margin-bottom: 60px;
    margin-top: 20px;
	padding: 0 10px;
}
.gallery-row h3 {

}
.row.gallery-row div.thumb {
	
}
.thumbnail {
    border: 5px solid #ffffff;
	padding: 0;
}
.thumbnail a>img, .thumbnail>img {    
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #444444;
}
.list.projects {
	text-align: center;
}
.list .entry {
	position: relative;
	margin: 35px 0;
}
.list.projects .entry {
    display: inline-block;
    margin: 15px 0;
}
.list.projects .entry::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 109px;
    background: url(/skin/images/project-bg.png) bottom center repeat;
}
.list.projects .entry .entry-text {
    position: absolute;
    bottom: 0;
    right: 30px;
    left: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    color: #ffffff;
    z-index: 999;
	text-align: left;
}
.list.projects .entry .entry-text p {
	color: #ffffff;
    margin: 0;
    line-height: 22px;
    font-size: 15px;
}
.list.projects .entry .entry-text p.project-name {
	font-size: 16px;
	font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.list.projects .entry .entry-text p.project-status {
    display: none;
	color: #ffc330;
    font-size: 13px;
    font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(/skin/images/yellow-arrow.png) center right no-repeat;
    padding-right: 20px;    
    margin-top: 15px;
}
.list.projects .entry:hover .entry-text p.project-status {
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	display: inline-block;
}
.list.projects .entry:hover::after {
	height: 100%;
	background: rgba(35, 49, 60, 0.8);
}
.list.projects .entry a.project-link {
	color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	text-decoration: none;
}
.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 {
    background: #ffffff;
    margin-top: 30px;
    text-align: center;
}
.list.rooms .entry .text {
	color: #444444;
	padding: 0;
}
.list.rooms .entry h2 {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
}
.list.rooms .entry h2::before,
.list.rooms .entry h2::after {

}
.list.rooms .entry h2::after {

}
.list.rooms .entry p {
	font-size: 15px;
}
.list.rooms .entry .thumb,
.list.rooms .entry .overlay-youtube {
    margin: 0 10px 10px 0;
    width: auto;
    display: inline-block;
}
.list.rooms .entry .thumb img {
}
.list.rooms .btn {
    width: auto;
    padding-right: 45px;
    margin-bottom: 20px;
}
.list.rooms .btn:hover {
  	background-color: #000000;
	color: #ffffff;
}
.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;
}
.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: #444444;
}
.marker-window {
	font-size: 14px;
	color: #444444;
}


/* Datepicker - colour changes */
#datepicker_div {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
    z-index: 99999;	
}
.datepicker_control {
	background: #f9a010;
}
.datepicker_header, .datepicker_header select {
	background: #444444;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
}
.datepicker_header {
	height: auto;
}
img.datepicker_trigger {
	margin: 0;
}
.datepicker a {
	font-size: 16px;
}
.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 {
    position: relative;
    clear: both;
    background: url(/skin/images/footer-bg.jpg) center bottom no-repeat #445663;
    padding: 30px 0;
    color: #ffffff;
    text-align: center;
    z-index: 999;
	font-size: 15px;
}
footer.base::before {

}
.footer-bottom-wrapper {
	background: #444444;
}
.footermenu, .copyright, .footermenu p, .copyright p {
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
}
.copyright {
    background: none;
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
}
.footermenu {
    position: relative;
    text-align: left;
    margin-top: 10px;
}
.footermenu form {
    margin: 10px auto;
}
.footermenu .input-group {
	width: 100%;
}
.footermenu input[type="email"],
.footermenu input[type="text"] {
    float: none !important;
    background: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    max-width: 200px;
    clear: both;
    display: block;
    margin: 0 auto 10px auto;
}
.footermenu input[type="email"]::-webkit-input-placeholder,
.footermenu input[type="text"]::-webkit-input-placeholder { /* Chrome */
  color: #ffffff;
}
.footermenu input[type="email"]:-ms-input-placeholder,
.footermenu input[type="text"]::-webkit-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.footermenu input[type="email"]::-moz-placeholder,
.footermenu input[type="text"]::-webkit-input-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.footermenu input[type="email"]:-moz-placeholder,
.footermenu input[type="text"]::-webkit-input-placeholder { /* Firefox 4 - 18 */
  color: #ffffff;
  opacity: 1;
}
.footermenu .input-group .input-group-btn {
    display: block;
    text-align: center;
    width: 100%;
}
.footermenu button {
    display: block !important;
    width: auto;
    background: #ffffff;
    border: none;
    color: #fdbc1a !important;
    padding: 0 20px;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    margin: 0 auto;
}
.footer-map, .footer-map-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.footer-map-bg {
    background: center center no-repeat;
    width: 100%;
    height: 230px;
    position: relative;
}
.infomenu {
	position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
    background: #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;
    text-align: center;
}
.infomenu li {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: none;
}
.infomenu li:first-child {
	background: none;
	padding-left: 0;
}
.nopadding {
	padding: 0 !important;
}
.vcard {
    margin: 0;
    position: relative;
    z-index: 99;
	background: none;
}
.vcard ul, .footermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.vcard ul {
    margin: 0;
}
.vcard li {
    background: none;
    text-align: center;		
	font-size: 12px;
}
.vcard li {
    display: inline-block;
	margin: 0;
	padding: 0;
    line-height: 16px;
}
.vcard .org {
    font-weight: 700;
    font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    background: none;	
}
.vcard .adr {
    background: none;
    padding-left: 0;
}
.infomenu a {
	color: #666666;
    font-size: 12px;
    text-transform: none;
}
.vcard a {
    color: #ffffff;
}
.footermenu a {
    color: #c5d0d9;
    font-size: 13px;
    text-transform: uppercase;
}
.copyright a {
	color: #ffffff;
}
.footermenu li {
	display: inline;
    background: left no-repeat url(/skin/images/footer-div.png);
    padding: 0 0 0 10px;
    margin: 0 0 0 6px;
    line-height: 17px;
}
.footermenu li:first-child {
    background: none;
    padding-left: 0;
    margin-left: 0;
}
footer .footer-tags {
	display: block;
	margin-left: 10px;
}
.footer-tags p {
	display: inline-block;
	margin: 0;
}
.footer-tags .tag {
	padding: 0;
}
footer .socialmedia {

}
footer .trademark {
	font-family: 'brandon_grotesqueregular', 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;
    display: inline-block;
    width: 100%;
    background: #2388b7;
    margin-top: 50px;
}
.thumbs {
    display: inline-block;
}

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

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

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

.list.deals .text p {
	color: #000;
	font-size: 15px;
	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 {
	font-size: 24px;
}

.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 {

}

#translate-widget {
    display: none;
    position: relative;
    float: right;
    width: 200px;
    margin: 0;
    z-index: 999;
}
#translate-widget a {
	text-decoration: none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
	text-decoration: none;
	color: #000;
}

.iconbanner {
	height: auto;
    border: none;
    padding: 0;
    float: left;
}


.iconbanner.bottom {
	top: 113px;
}
.container-pre-wrapper {
	position: relative;
	padding-bottom: 45px;
}
.container.main.half {

}
.contentphoto {
	position: relative;
	width: 100%;
	height: 200px;
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.navbar-brand>img {
    width: 70%;
}

.slick-next,
.slick-prev {
	width: 43px;
	height: 83px;
}
.room-gallery.responsive .slick-next,
.room-gallery.responsive .slick-prev {
	margin-top: -41px;
}
.slick-next,
.slick-next:hover, .slick-next:focus {
	right: 50px;
	background: url(/skin/images/slick-right.png) center center no-repeat !important;
}
.slick-next::before {
	content: " ";	
}
.slick-prev,
.slick-prev:hover, .slick-prev:focus {
	left: 50px;
	background: url(/skin/images/slick-left.png) center center no-repeat !important;
}
.slick-prev::before {
	content: " ";
}
li {
    font-weight: 400;
    font-size: 14px;
}
/* custom levart booking */
/*
#LDSSearch .LDSSearch-children {
	display: none;
}
#LDSSearch .LDSSearch-rooms {
	display: none;
}
.LDSSearch-layout-block .LDSSearch-login, .LDSSearch-layout-block .LDSSearch-cancel {
	display: none;
}
#LDSSearch .LDSSearch-adults {
	display: none;
}
#LDSSearch .LDSSearch-fromDate {
	width: 100% !important;
}
#LDSSearch .LDSSearch-nights {
	width: 100% !important;
}
#LDSSearch .LDSSearch-submit button {
    width: 100% !important;
    background: #fdbc1a !important;
    content: "Book Now" !important;
    color: #ffffff;
    border: none;
}
*/
#custom-levart-booking-form {
	visibility: hidden;
	position: absolute;
	margin: -9999px 0 0 -9999px;
	z-index: 0;
}
.no-border {
	border: none !important;
	background: none !important;
}
.banner-header {
	display: none;
}
.mid-banner {
	position: relative;
	padding: 0;	
}
.mid-banner .container {
	padding: 0;
}
.slider.apartment-slides {
    position: relative;
    width: 100%;
    margin: 20px auto;
}
.slider.apartment-slides .slick-list {
	height: 100%;
}
.slider.apartment-slides .slick-track {
	height: 100%;
}
.slider.apartment-slides .apartment-slide {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 450px;
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.slider.responsive.apartment-slides .apartment-slide {
	background-color: rgba(0,0,0,0.05);
	padding-bottom: 50px;
}
.slider.apartment-slides .apartment-slide .apartment-text {
    display: inline-block;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    border: 10px solid rgba(41,67,124,0.5);
    margin: 50px 20px 150px 20px;
    text-align: center;
}
.slider.responsive.apartment-slides .apartment-slide .apartment-text {
    margin: 10px;
}
.slider.apartment-slides .apartment-slide .apartment-text h2 {
    color: #444444;
    font-size: 24px;
    text-transform: none;
    line-height: 36px;
    margin: 0 auto 20px auto;
    display: block;
	text-align: center;
}
.slider.apartment-slides .apartment-slide .apartment-text .btn {
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	color: #644907;
	padding: 0 18px;
	font-weight: 400;
	width: auto;
}
.slider.apartment-slides .apartment-slide .apartment-text .btn:hover {
	color: #ffffff;
}
.slider.apartment-slides .slick-dots li button:before {
	color: #ffffff;
	opacity: 1;
}
.slider.apartment-slides .slick-dots li.slick-active button:before {
	color: #fdbc1a;
	opacity: 1;
}
.vspace {
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery-room {
    margin: 0;
    position: relative;
    z-index: 9999;
    background: #f5f5f5;
    padding: 10px;
	text-align: center;
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.no-topmargin {
	margin-top: 0 !important;
}
.no-bottommargin {
	margin-bottom: 0 !important;
}
.noborder {
	border: 0 !important;
}
.noshadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.spaced-row {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.list.rooms .entry .main-photo {
	padding: 0;	
}

.list.rooms {
	padding-bottom: 20px;
}

.list.rooms .images {
    max-width: 546px;
    display: inline-block;
    float: none !important;
    margin: 0 auto 100px auto;
    text-align: center;
}
.featureoverlay-fade {
	display: none;
}

.input-group-btn {
    clear: both;
    display: inline-block;
    margin-top: 10px;
}
.back-link {
    font-family: 'BrandonGrotesque-Medium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffc330 !important;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
    padding-left: 20px;
    text-align: right;
    background: url(/skin/images/yellow-arrow-back.png) left center no-repeat;
	float: left !important;
}
.project-images {
	margin-top: 10px;
}
.project-summary {
    background: #506473;
    padding: 25px;
    margin-bottom: 20px;
}
.project-summary .row {
	margin-bottom: 3px;
}
.project-field, .project-value {
	font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
}
.project-field {
    font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 0 15px;
}
.project-value {
	
}
.project-content {

}
.custom-photo {
	padding: 40px;
}
@media (min-width: 320px) {
	.form-standard {
  		margin: 25px 0;
	}
	.well .form-standard {
		margin: 25px 0;
	}
	.list.rooms .entry:nth-child(even) {

	}
	.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 {
		font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		color: #000;
	}
	
	.list.deals .text h3 {

	}
	
	.list.deals .text .deal-options {
	
	}
	
	.list.deals .text .btn, .list.deals .text .btn-primary {
		margin-bottom: 10px;
	}
	
	/* 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: 'brandon_grotesqueregular', 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: 480px) {
	.custom-photo {
	    padding: 0 100px;
	}
	.navbar-header {
		top: 40px;
	}
	#feature {

	}
	#booking {

	}
	.navbar-brand>img {
		max-width: none;
	}
	.navbar .phone {
    	padding: 0 0 0 15px;
	}
	.phone .fa-stack {
		font-size: 16px;
	}
	.navbar .phone a {
		font-size: 26px;
		line-height: 32px;	
	}	
	.list.suppliers .entry {
		width: 31%;
	}
	.room-gallery.responsive .slick-slide {
		height: 206px;
	}
	footer .footer-tags {
		display: inline-block;
	}
	.footer-tags .tag {
		display: inline-block;
	}
}


@media (min-width: 640px) {
	.custom-photo {
	    padding: 20px 170px;
	}
	#feature {

	}
	.list.deals .entry {		
		margin: 0 10px 10px 0;
	}
	.navbar-custom .container {
		margin-top: 10px;
	}
	.navbar .phone {
		float: right;
		margin-top: -3px;
	}
	.navbar-custom .socialmedia {
    	display: initial;
	}
	#translate-widget {
		display: initial;
		margin-right: 10px;
	}
	.navbar-header {

	}
	#booking {

	}
	.footermenu::after {
		left: 50%;
		margin: 0 0 0 -285px;	
	}
	.room-gallery.responsive .slick-slide {
		height: 275px;
	}
}

@media (min-width: 768px) {	
	.custom-photo {
		padding: 0;
	}
	.navbar-custom .col-xs-4 {
		position: absolute;
		margin: 0;
		width: auto;
		padding: 0;
		z-index: 999;
	}
	.navbar-brand {
		padding: 0 0 0 15px;
		margin-bottom: 0 !important;
		margin-top: 10px !important;
	}
	.navbar-brand>img {
		width: 100%;
	}	
	.container {
		width: 100%;
		position: relative;
	}
	.navbar .navbar-collapse {
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 90px 0 0 0;
		overflow-x: hidden;
		max-height: 350px;
	}
	.navbar .navbar-collapse {
		text-align: right;
		display: inline-block !important;
		margin: 0;
    	padding: 0 0 0 120px;
		float: left;
	}
	.navbar-custom .navbar-nav {
		width: auto;
		/* max-width: calc(100% - 100px); */
		float: right;
		margin: 0 auto;
		text-align: right;
		display: inline-block;
		border-bottom: 1px solid rgba(78,99,116,0.2);
		padding-right: 10px;
	}
	.navbar-custom {
		position: relative;
		z-index: 9999999;
		box-shadow: none;
	}
	.navbar-custom .col-md-6.navbar-details {

	}
	.navbar-custom .socialmedia {
		margin: 0 0 7px 0;
		float: right;
	}
	.navbar-custom .navbar-nav > li > a {
		line-height: 87px;
	}
	.navbar .phone {
		font-size: 24px;
		padding-left: 0;
		margin: 0 10px 0 30px;
	}
	.featureimage.project {

	}
	.featureimage.project img.img-responsive {
	
	}
	.page-header.project-details {
		margin-top: 0;
	}
	.list.rooms .entry h2 {

	}
	.list.rooms .entry h2::before,
	.list.rooms .entry h2::after {
		right: 0;
		left: auto;		
	}
	.list.rooms .entry .text .col-sm-6 {
		padding-left: 50px;
		padding-right: 50px;
	}
	.list.rooms .images {

	}
	.list.rooms .entry .main-photo {
		width: 100%;
		height: 479px;
		overflow: hidden;	
	}
	.list.rooms .entry .main-photo img.img-responsive {
		width: 100%;
	}
	.list.rooms .entry .thumb, 
	.list.rooms .entry .overlay-youtube {

	}
	.list.rooms .entry .thumbs .overlay-youtube {
		margin-top: 10px;
	}	
	footer .trademark .footermenu {
		text-align: right;
	}	
	.navbar-nav {
		float: right;
		margin-top: 35px;
	}
	.navbar-nav>li {
		float: none;
		display: inline-block;
		padding: 0 1px;
		height: 89px;
	}
	.navbar-nav li.alt {
		padding: 0;
		margin-right: 15px !important;
	}
	.navbar-custom .navbar-nav li li a {
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
	}
	/* ------------- */
	.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 {				
		border-bottom: 4px solid #ffc330;
	}
	.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 {
		border-bottom: 4px solid #ffc330;
	}
	.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 {
		border-bottom: 4px solid #ffc330;
	}
	.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 {
		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 {
		background: #ffffff;
		color: #444444;
		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: #444444;
		text-decoration: none;
		border: none;
	}
	/* -------------- */
	.navbar-custom .navbar-nav li ul {
		display: none;
		background: #444444;
		color: #ffffff;
		position: absolute;
		display: none;
		width: 240px;
		height: auto;
		border: 0;
		padding: 10px 0;
		margin: 0;
		top: 87px;
		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;
	}	
	.navbar-custom .navbar-nav > li.alt > a {
		color: #ffffff;
		background: #444444;
		padding: 0 20px;
	}
	.navbar-custom .navbar-nav > li.alt > a:hover {
		color: #444444;
		background: #444444;
	}
	#feature {
		margin-top: 0;
	}
	#booking {

	}
	.project-gallery-image {
		padding: 0;
	}
	.project-gallery-image a {
		
	}
	.project-gallery-image a:hover {
		border: 5px solid #ffc330;
	}
	.project-gallery-image img {
	
	}
	.infomenu {
		right: auto;
		text-align: center;
	}
	.infomenu li {
		display: inline-block;
		padding: 0 0 0 20px;
		margin: 0 0 0 16px;		
		background: left no-repeat url(/skin/images/infomenu-div.png);
	}
	.infomenu li:first-child {

	}
	.vcard {	
	
	}
	.vcard ul {
		margin: 65px 0 0 50px;
	}
	.vcard li {
		display: block;
		margin: 0;
		padding: 0;
		line-height: 22px;
		text-align: left;
		float: none;
		clear: both;
	}
	.vcard .org {
		
	}
	.copyright-area-wrapper {

	}
	.footermenu {
		float: left;
		padding: 0;
	}
	.footermenu h4 {
		margin-top: 0;
	}
	.footermenu form {
		text-align: left;
		margin: 0;
	}
	.footermenu li {

	}
	.footer-tags p {
    	line-height: 12px;
	}
	.footermenu li:first-child {

	}	
	.copyright {

	}
	footer .socialmedia {

	}
	.footermenu button {
		float: left;
	}
	.list.suppliers .entry {
		width: 32%;
	}
	footer .footer-tags {	
		margin-left: 0;
	}
	.footer-tags .tag {
		display: inline-block;
	}	
	#footer-left {
	
	}
	#footer-right {
		width: 100%;
	}
	.footer-map-bg {
		position: absolute;
	}
}

@media (min-width: 992px) {
	.custom-photo {
		
	}
	.h1, h1 {

	}
	.h2, h2 {

	}
	.h3, h3 {

	}
	h4 {

	}
	.navbar-custom .container {
		margin-top: 0;
	}
	#translate-widget {
		margin-left: 30px;
	}
	.navbar-custom .socialmedia {
	    margin: 0 0 0 30px;
	}
	.navbar-custom .navbar-nav > li > a {
		padding: 0 20px;
	}
	#feature {

	}
	.featuremain .slide {
		background: center center no-repeat;
		-webkit-background-size: 100% auto !important;
		-moz-background-size: 100% auto !important;
		-o-background-size: 100% auto !important;
		background-size: 100% auto !important;
	}
	.featureimage {
		overflow: hidden;
	}
	.featureimage img.img-responsive {
		width: auto !important;
		max-width: none !important;
		min-height: 500px !important;
		height: auto;
		min-width: 100%;	
	}
	.project-content {
		padding-left: 50px;
	}
	#booking {

	}
	#booking h3 {
		cursor: auto;
	}
	#booking form {

	}
	#booking label {
		
	}
	#booking .form-group {

	}
	#booking .form-group:last-of-type {

	}
	#booking .form-control, #booking .form-field {

	}
	#booking .datepicker_trigger {

	}
	#booking .btn {

	}
	.iconbanner { /*
		left: 50%;
		top: 38px;
		margin: 0 0 0 279px;
		padding: 0;
		clear: both;
		width: 206px;
		height: auto;
		border: none; */
	}
	.slider.responsive.apartment-slides .apartment-slide {
		padding: 0;
		min-height: initial;
	}
	.slider.responsive.apartment-slides .apartment-slide .apartment-text {
		position: absolute;
		top: 50%;
		left: 20px;
		margin-top: -50px;
		max-width: 100%;
	}
	.iconbanner.bottom {
		top: 113px;
	}

	.list.rooms .container {
		position: relative;
		padding: 0;
    	width: calc(100% - 20px);		
	}
	.list.rooms .entry {
		min-height: 500px;
		margin: 0;
	}
	.list.rooms .room-gallery {
		text-align: right;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;		
	    width: calc((100% - 400px) - ((100% - 100%) / 2));
	}
	.list.rooms .room-gallery .thumb {

	}
	.list.rooms .entry .text {
		position: relative;
		float: left;
		width: 370px;
		padding-bottom: 0;
		padding-left: 10px;
	}
	.list.rooms .entry .img-responsive {
		min-height: 460px;
	}
	
	.list.rooms .entry .thumbs {
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 370px;
		height: 75px;
		overflow: auto;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;		
		text-align: left;
		padding-left: 10px;
	}
	/* even rooms */
	.list.rooms .entry:nth-child(odd) {
	
	}
	.list.rooms .entry:nth-child(odd) .room-gallery {
		left: 0;
		right: auto;	
	}
	
	.list.rooms .entry:nth-child(odd) .text {
		float: right;
		padding-left: 0;
	}
	
	.list.rooms .entry:nth-child(odd) .thumbs {
		padding-right: 10px;
	}
	
	.list.rooms .entry:nth-child(odd) .thumbs {
		left: auto;
		right: 0;
	}
	.list.rooms .btn {
		display: inline-block;
		width: 100%;	
	}
	.wistia_responsive_padding {
		padding: 0 !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		height: 100% !important;
		bottom: 0 !important;
		right: 0 !important;	
	}
	
	.wistia_click_to_play {
	  height: 100% !important;
	}
	
	.wistia_click_to_play div div:nth-child(1) {
		top: 50% !important;
	}
	
	.wistia_click_to_play div div:nth-child(2) {
		top: 50% !important;
	}
	
	.wistia_click_to_play div img {

	}
	
	.room-gallery.responsive .slick-slide {
		height: 427px;
	}
	.navbar-custom .col-md-6.navbar-details {
		width: calc(100% - 320px);
		clear: none;
	}
	.navbar-custom .navbar-nav > li > a {

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

	}
	.navbar-custom .navbar-nav > li.alt > a {
		
	}	
	#booking_anchor, #booking_close {
		display: none;
	}
	
	/* ============================================================================================== */
	#booking {
		display: block;
		position: absolute;
		width: 970px;
		height: 65px;
		top: 0;
		left: 50%;
		margin: 0 0 0 -485px;
		padding: 0;
	}
	#booking h3 {
		display: inline-block;		
		width: 226px;
	}
	#booking label {
		width: 84px;
		padding: 0;
		margin: 0;
	}
	#booking .form-control {
		height: 18px;
		width: 230px;
		padding: 0;
		line-height: 18px;
		font-size: 18px;	
	}
	#booking select.form-control {
	}
	#booking .form-control select::-ms-expand {
	}
	#booking .form-control option {
	}
	#booking span input.form-control {
	}
	#booking select.form-control {

	}
	#booking .datepicker_trigger {
	    right: 20px;	
	}
	#booking .btn {
		display: inline-block;
		float: right;
	}
	.date-large, .date-small {
	}
	.date-large {
	}
	.date-small {
	}
	
	/* ============================================================================================== */
	
	.page-content .inner-content {
		padding-top: 100px;
	}
	.container.main.half {
		padding-right: 50%;
	}
	.contentphoto {
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		bottom: 0;
		height: auto;
	}
	.list.rooms .entry {

	}
	.list.rooms .room-gallery {
	    margin-bottom: 0;
		overflow: hidden;
		text-align: center;
	}
	.list.rooms .room-gallery .thumb {

	}
	.list.rooms .entry .text {
		text-align: left;
		margin-bottom: 75px;
		margin-top: 20px;
	}
	.list.rooms .entry .img-responsive {
		min-height: 479px;
		height: 100%;
		width: auto;
		max-width: none;	
	}
	
	.list.rooms .entry .thumbs {
	}
	/* even rooms */
	.list.rooms .entry:nth-child(odd) {
	
	}
	.list.rooms .entry:nth-child(odd) .room-gallery {

	}
	
	.list.rooms .entry:nth-child(odd) .text {

	}
	
	.list.rooms .entry:nth-child(odd) .thumbs {
	}
	
	.navbar .navbar-collapse {
		padding-left: 0;
	}
	
	.list.rooms .btn {
		
	}
	footer .socialmedia {

	}
	.footermenu ul {
		text-align: right;
	}
	/* deals index */
	.list.deals {
		position: relative;
	}
	
	.list.deals .entry {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 auto 15px auto;
		background: #ffffff;
	}
	
	.list.deals .deal-image {
		position: relative;
		float: right;
		margin: 0;
		padding: 0;
		width: 50%;
		height: 338px;
		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: 49%;
		height: auto;
		text-align: left;
		padding-right: 30px;
	}
	
	.list.deals .text h2 {
		text-align: left;
		padding: 0;
		border: none;
		margin-top: 10px;	
	}
	
	.list.deals .text h2 a {
		font-family: 'brandon_grotesqueregular', Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		color: #000;
	}
	
	.list.deals .text p {
		padding-left: 0;
		padding-right: 0;
	}
	
	.list.deals .text h3 {

	}
	
	.list.deals .text .deal-options {
	
	}
	
	.list.deals .text .btn, .list.deals .text .btn-primary {

	}			
	
	#footer-left {
		width: 33%;
	}
	#footer-right {		
		width: 67%;
	}
	.footermenu {
		margin-top: 0;
	}
	.footer-map-bg {
		background: top left no-repeat;
	}
	.vcard {
    	text-align: left;
	}
	.left-address {
		padding-left: 0;
		padding-right: 5px;
		/* border-right: 1px solid rgba(255,255,255, 0.15); */
		width: 60%;
		margin-right: 20px;
	}
	.copyright {
    	text-align: right;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
		margin: 0 auto;
		padding: 0;
	}	
	.navbar-brand {
		padding: 0;
	}
	.navbar-custom .navbar-nav > li.alt,
	.navbar .navbar-details, 
	.navbar .phone {
		margin-right: 0 !important;
	}
	.popcircle-trigger {

	}
	.popcircle {
		position: absolute;
		z-index: 9;
		width: 546px;
		height: 546px;
		margin-bottom: 0;
		margin-left: 0;
		left: 0;
		top: 0;
	}
	.list.rooms .container {
		padding: 0;
		width: 1170px;
	}
	.list.rooms .room-gallery {
		width: calc((100% - 400px) - ((100% - 1170px) / 2));
	}
	.list.rooms .images {
		margin-right: 80px;
		min-height: 548px;
		float: left !important;
	}
	.list.rooms .entry .img-responsive {
		min-height: 700px;
	}
	.list.rooms .entry .main-photo {
		width: 670px;
	}
	.room-gallery.responsive .slick-slide {
		height: 580px;
	}
	.slider.responsive.apartment-slides .apartment-slide .apartment-text {
		left: 50%;
		margin-left: -30%;
	}
	.navbar-custom .col-xs-4 {
	    left: 50%;
    	margin: 0 0 0 -585px;
	}
	.navbar-custom .container {
		margin: 0 auto;
		float: none;
	}	
	.navbar-custom {
		margin: 0 auto;
	}
	.navbar-custom::before {

	}
	.navbar-custom .navbar-nav {
		max-width: 1170px;
	}
	.navbar-custom .col-md-6.navbar-details {
		background: none;
	}
	.navbar .navbar-collapse {

	}
	.navbar-custom .navbar-nav > li > a {
		padding: 0 24px;
	}
	.navbar-custom .navbar-nav li li a {

	}
	#translate-widget {
		margin: 7px 0 0 0;
		max-width: none;
	}
	.banner-header {
	    display: inline-block;
		float: right;
		margin-top: 5px;
	}
	#feature {

	}
	#booking {
	}	
	.form-standard {
	    margin: 25px 200px;
	}
	.well .form-standard {
		margin: 25px 0;
	}
	.list.rooms .entry {
    	min-height: 565px;
		text-align: left;
		margin-bottom: 0;
	}	
	.list.rooms .room-gallery {

	}
	.infomenu a {

	}
	.vcard {
		padding: 0;
	}
	.vcard .org {

	}
	footer.base .container {

	}
	footer .socialmedia {

	}
	.copyright-area-wrapper {

	}
	.footermenu {

	}
	.footermenu li:last-child {
	    
	}
	.footermenu li:first-child {

	}
	.infomenu {
		padding: 0;
	}
	.infomenu li {		
	}
	.infomenu li:first-child {		
	}
	footer .footer-tags {

	}
	.copyright {

	}
	.footermenu input[type="email"], .footermenu input[type="text"] {
		margin-left: 0;
	}
	.room-gallery .slick-slide img {
		width: 100%;
		height: 580px;
	}
}

@media (min-width: 1400px) {
	.featureimage img.img-responsive {
	    min-width: 100%;
	}
}