/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: http://www.ultradesignagency.com/
Version: 6.3.A
License: Copyright 2018 Ultra Design Agency
*/

/* CSS RESET 
--------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
/* FONTS

------------------------------------------------------*/
@font-face {
    font-family: 'Futura-Light';
    src: url('fonts/FuturaLTPro-Light.ttf');
}
.three {
	font-weight: 300;
}
.five {
	font-weight: 500;
}
.six {
	font-weight: 600;
}
.seven {
	font-weight: 700;
}
.eight {
	font-weight: 800;
}
.white {
	color: #ffffff;
}
.red {
	color: #ff2600;
}
/* BASIC STRUCTURE 
------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	color: #989898;
	font-size: 13px;
	font-family: "Futura-Light";
	font-weight: 300;
	letter-spacing: 1.5px;
	line-height: 200%;
	animation: fadeIn 2s linear;
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
#container {
	position: relative;
	/*padding: 185px 0 0;*/
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #a8a8a8;
}
a:hover {
	text-decoration: none;
	cursor: pointer
}
img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
h1, h2, h3, h4, h5 {
	color: #000;
	text-transform: uppercase;
}
h1 {
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 5%;
}
h2 {
	font-size: 24px;
	line-height: 34px;
}
h3 {
	font-size: 20px;
	line-height: 28px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	line-height: 24px;
}
p {
	margin: 0 0 15px;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.clear {
	clear: both;
}
.uppercase {
	text-transform: uppercase;
}
.italic, i, em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
.center {
	text-align: center;
}
#container img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.desktop {
	display: block
}
.mobile {
	display: none
}
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
[data-sr] {
	visibility: hidden;
}
body img.gform_ajax_spinner {
	display: none!important;
}
.hover {
	opacity: 1;
	transition: opacity .3s ease;
	cursor: pointer;
}
.hover:hover {
	opacity: .6;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.full-width {
	margin: 0 auto;
	width: 98%;
	background: #fff;
	position: relative;
	padding: 0 1%;
}
.eighty-percent {
	margin: 0 auto;
	width: 80%;
	background: #fff;
	position: relative;
	padding: 0 5%;
}
.page-width {
	max-width: 1600px;
	margin: 0 auto;
	width: 98%;
	background: #fff;
	position: relative;
}
.one-thousand {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	padding: 0 5%;
	position: relative;
}
.eight-hundred {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
	padding: 0 5%;
	position: relative;
}
.fifty-percent {
	width: 50%;
	margin: 0 auto;
	padding: 0 5%;
}
.text {
	font-weight: 500;
	text-align: justify;
}
.text > ul {
	margin: 15px 0 15px 30px;
	;
}
.text > ul > li {
	display: list-item;
	list-style: disc;
	margin: 0 0 2px 0;
	padding: 0 0 0 5px;
}
.link {
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	display: inline;
	font-size: 11px;
}
.link a {
	transition: all .4s ease;
}
.link a:hover {
	color: #888888;
}
.link a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -5px;
	left: 0;
	background-color: #b8b8b8;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.link a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* HEADER 
------------------------------------------------------*/

header {
	font-weight: 300;
	margin: 0 auto;
	width: 98%;
	padding: 40px 1%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: #fff;
	right: 0;
	text-align: center;
	transition: all .5s ease;
	text-transform: uppercase;
}
header.fixed {
	padding: 20px 1%;
	transition: all .5s ease;
}
header > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	font-size: 10px;
	position: relative;
	font-weight: 400;
}
header > ul > li:first-child {
	margin: 0 5px 0 0;
}
header > ul > li:last-child {
	margin: 0 0 0 10px;
}
header > ul > li:last-child > a {
	color: #ff2600 !important;
	transition: all .3s ease;
}
header > ul > li:nth-last-child(2) {
	margin: 0 0 0 5px;
}
header > ul > li > a {
	padding: 0 0 20px;
	transition: all .3s ease;
	color: rgba(82,82,82,.8);
}
header > ul > li > a::after {
  display: none;
  content: "";
}
header > ul > li > a:hover::after {
  display: inline;
}
header > ul:hover li > a:not(:hover) {
	color: #c7c7c7;
}
header > ul > li > ul {
	visibility: hidden;
	opacity: 0;
	background: #fff;
	transition: all .4s ease;
	padding: 10px 20px 10px;
	position: absolute;
	z-index: 9999;
	top: 18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 20px;
}
header > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	background: #fff;
	top: 25px;
}
header > ul > li > ul > li {
	position: relative;
	display: block;
	white-space: nowrap;
}
header > ul > li > ul > li > a {
	color: rgba(82,82,82,.7);
	transition: all .3s ease;
}
header > ul > li > ul > li > a:hover {
	color: #888888;
}
#logo {
	font-size: 37px;
	margin: 0;
	display: inline-block;
	transition: all .5s ease;
	color: #000;
	line-height: 100%;
	letter-spacing: 0;
}
#logo.fixed {
	font-size: 22px;
	margin: 0;
	letter-spacing: 0;
}
#logo .red {
    font-size: 90px;
    letter-spacing: 68px;
    line-height: 100%;
    margin: 10px -68px 0 0;
    transition: all .5s ease;
}
#logo.fixed .red {
    font-size: 40px;
	letter-spacing: 50px;
	margin: 10px -50px 0 0;
}
/*MOBILE MENU
-------------------------------------------------------*/
.c-hamburger {
	display: block;
	position: fixed;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 36px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	right: 5%;
	z-index: 999999;
	top: 26px;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 16px;
	left: 2px;
	right: 2px;
	height: 2px;
	background: #acaea9;
}
.c-hamburger span::before, .c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #acaea9;
	content: "";
}
.c-hamburger span::before {
	top: -7px;
}
.c-hamburger span::after {
	bottom: -7px;
}
.c-hamburger--htx {
	background-color: rgba(0,0,0,0);
}
.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
.c-hamburger span::before {
	top: -7px;
	width: 50%;
	left: 25%;
	transition: all .2s ease;
}
.c-hamburger:hover span::before {
	width: 100%;
	left: 0;
}
.c-hamburger span::after {
	top: 7px;
	width: 50%;
	left: 25%;
	transition: all .2s ease;
}
.c-hamburger:hover span::after {
	width: 100%;
	left: 0;
}
.c-hamburger--htx.is-active {
	background-color: rgba(0,0,0,0);
}
.c-hamburger--htx.is-active span {
	background: none;
}
.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%;
	left: 0;
}
.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 100%;
	left: 0;
	top: 0;
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
#content {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 100;
}
#content-inner {
	text-align: center;
	padding: 20px 5% 0;
	width: 90%;
}
.mobile-logo-block {
    color: #fff;
    background: #ff2600;
    font-size: 25px;
    font-weight: 300;
    width: 85px;
    margin: 0 auto 10px;
    padding: 30px 0;
}
.mobile-address {
	font-size: 10px;
	border-top: 1px solid rgba(172,174,169,.5);
	padding: 5px 0 0;
	margin: 20px 0 0;
}
.clicks {
	margin: 15px 0 0;
}
.clicks a {
	display: block;
	padding: 5px;
	width: 175px;
	margin: 5px auto 0;
	border: 1px solid #acaea9;
}
.mobile-social-media {
	margin: 5px 0 0;
}
.mobile-social-media .fa {
	font-size: 18px;
	margin: 0 2px;
}
#menu-mobile-menu > li {
	font-size: 16px;
	margin: 0 0 5px;
}
#menu-mobile-menu > li > ul {
	padding: 10px 0;
}
#menu-mobile-menu > li > ul > li {
	font-size: 14px;
	margin: 0 0 3px;
}
#menu-mobile-menu > li > ul > li a::before {
	content: "-";
	position: relative;
	font-size: 15px;
	top: -1px;
	left: -3px;
}
#menu-mobile-menu > li > ul > li a {
	color: #666666;
}
#menu-mobile-menu > li > ul > li a::after {
	content: "-";
	position: relative;
	font-size: 15px;
	top: -1px;
	right: -3px;
}
/* CONTENT 
------------------------------------------------------*/
#photos-1, .reserve {
	margin: 242px 0 0;
}
#section-1 .home-banner {
	padding: 33% 0;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 242px 0 20%;
}
.parallax-margin {
	margin: 0 0 20%;
}
.scroll1 {
    position:relative;
    width:100%;
    padding: 0;
    overflow:hidden;
}
.scroll2 {
    position: relative;
    width: 100%;
    padding: 33% 0;
    background-size: cover;
    max-width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 242px 0 0;
    background-position: top center;
}
#dual-images {
	padding: 5% 0 0;
}
#dual-images .background {
	background-attachment: scroll;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 70% 0;
}
#dual-images .left {
	width: 49%;
	margin: 0 1% 0 0;
	float: left;
}
#dual-images .right {
	width: 49%;
	margin: 0 0 0 1%;
	float: right;
}
#dual-images > div > div > h3 {
	margin: 5% 0 4%;
}
#dual-images .text {
	width: 80%;
	padding: 0 10%;
}
#thirds {
	padding: 5% 0;
}
#thirds .third {
	width: 29.333%;
	margin: 0 2%;
	float: left;
}
#thirds h3 {
	text-shadow: 0 0 10px rgba(255,255,255,1);
	background: rgba(255,255,255,.6);
	width: 80%;
	padding: 5%;
	margin: 0 auto;
}
.thirds-image {
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	padding: 100% 0 10%;
}
.lookbook-columns img {
	margin: 0 0 10px;
}
.form-group {
	margin: 4% 0;
	text-align: center;
}
.form-group select {
	font-size: 12px;
	font-family: "futura-pt";
	font-weight: 300;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border: 1px solid #d8d8d8;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 3em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	background-color: white;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
 .form-group select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
.pagination {
	margin: 2% 0;
}
.pagination li {
	margin: 0 6px;
	display: inline-block;
	vertical-align: top;
}
.pagination li a {
	color: #B8B8B8;
	font-weight: 400;
	transition: all .3s ease;
}
.pagination li a:hover {
	color: #000;
}
.pagination li .fa {
	font-size: 24px;
	position: relative;
	top: 4px;
}
.pagination li .fa-angle-left {
	right: 5px;
}
.pagination li .fa-angle-right {
	left: 5px;
}
.lookbook-menu {
	margin: 3% auto;
}
.lookbook-menu li {
	margin: 0 1.5%;
	font-size: 11px;
}
.lookbook-menu li:first-child {
	margin: 0 1.5% 0 0;
}
.lookbook-menu li:last-child {
	margin: 0 0 0 1.5%;
}
.rooms-suites h1 {
	margin: 3% auto;
}
.rooms-suites #section-2 {
	margin: 5% auto;
}
.room-gallery-loop img {
	margin: 0 0 10px;
}
.room-single h1 {
	margin: 3% auto;
}
.room-single #section-3 {
	margin: 5% auto;
}
.press #section-1 {
	padding: 5% 0;
}
.press #section-2 {
	padding: 5% 0;
}
.press-cover {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 68% 0;
	width: 100%;
	border: 1px solid #dfdfdf;
}
.press-loop li {
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	width: 20%;
}
.press-loop .press-cover {
	transition: all .3s ease-in-out;
	opacity: 1;
}
.press-loop:hover .press-cover:not(:hover) {
	opacity: .6;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.room-loop-new {
	padding: 5% 0;
}
.room-loop-new > li {
	display: block;
	margin: 0 0 1%;
	padding: 3% 5%;
	background: #f9f9f9;
}
.room-loop-new > li:nth-child(odd) .new-room-loop-single li:nth-child(1) {
	padding: 0;
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.room-loop-new > li:nth-child(odd) .new-room-loop-single li:nth-child(2) {
	padding: 0 0 0 5%;
	width: 54%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.room-loop-new > li:nth-child(odd) .new-room-loop-single li:nth-child(3), .room-loop-new > li:nth-child(odd) .new-room-loop-single li:nth-child(4), .room-loop-new > li:nth-child(even) .new-room-loop-single li:nth-child(1), .room-loop-new > li:nth-child(even) .new-room-loop-single li:nth-child(2) {
	display: none !important;
}
.room-loop-new > li:nth-child(even) .new-room-loop-single li:nth-child(3) {
	padding: 0 5% 0 0;
	width: 54%;
	display: inline-block;
	vertical-align: middle;
}
.room-loop-new > li:nth-child(even) .new-room-loop-single li:nth-child(4) {
	padding: 0;
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.room-loop-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 18% 0;
	width: 100%;
}
.new-room-loop-single li h3 {
	margin: 0 0 3%;
}
.new-room-loop-single li .excerpt {
	font-weight: 500;
	text-align: justify;
}
.room-loop-image .slider-pag {
	opacity: 0;
	transition: all .3s ease;
}
.room-loop-image:hover .slider-pag {
	opacity: 1;
}
.slider-pag a {
	color: #fff;
	font-size: 40px;
}
.pag-left {
	float: left;
	padding: 10% 10% 10% 5%;
}
.pag-right {
	float: right;
	padding: 10% 5% 10% 10%;
}
.activity-loop > li {
	display: block;
	margin: 0 0 1%;
	padding: 3% 5%;
	background: #f9f9f9;
}
.activity-loop > li:nth-child(odd) .activity-loop-single li:nth-child(1) {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 14% 0;
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease;
	position: relative;
}
.activity-loop > li:nth-child(odd) .activity-loop-single li:nth-child(2) {
	padding: 0 0 0 5%;
	width: 54%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.activity-loop > li:nth-child(odd) .activity-loop-single li:nth-child(3), .activity-loop > li:nth-child(odd) .activity-loop-single li:nth-child(4), .activity-loop > li:nth-child(even) .activity-loop-single li:nth-child(1), .activity-loop > li:nth-child(even) .activity-loop-single li:nth-child(2) {
	display: none !important;
}
.activity-loop > li:nth-child(even) .activity-loop-single li:nth-child(3) {
	padding: 0 5% 0 0;
	width: 54%;
	display: inline-block;
	vertical-align: middle;
}
.activity-loop > li:nth-child(even) .activity-loop-single li:nth-child(4) {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 14% 0;
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease;
	position: relative;
}
.activity-loop > li:nth-child(even) .activity-loop-single li:nth-child(4) a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.activity-loop-single li h3 {
	margin: 0 0 3%;
}
.activity-loop-single li .excerpt {
	font-weight: 500;
}
.explore-page {
	margin: 0 auto 5%;
}
.explore {
	max-width: 600px;
	padding: 0 5% 5%;
	margin: 0 auto 5%;
	width: 90%;
}
.explore-page #section-2 {
	margin: 0 0 20%;
}
.explore li {
	width: 33%;
	margin: 0 2%;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease;
	position: relative;
	padding: 0 0 1%;
	cursor: pointer;
}
.explore li input {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 60% 0;
	width: 90%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.explore li:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}
.explore li label {
	cursor: pointer;
}
.explore-images {
	margin: 0 0 10%;
}
.explore-images li {
	width: 47%;
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
}
.explore-images li .explore-image {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	padding: 100% 0 10%;
	background-size: cover;
	display: block;
}
.explore-images li .explore-image h3 {
	text-shadow: 0 0 10px rgba(255,255,255,1);
	background: rgba(255,255,255,.85);
	width: 80%;
	padding: 5%;
	margin: 0 auto;
}
#footer-banner {
	padding: 10% 0 0;
	position: relative;
}
#footer-banner h3 {
	text-shadow: 0 0 10px rgba(255,255,255,1);
	background: rgba(255,255,255,.5);
	width: 80%;
	padding: 2% 5%;
	margin: 0 auto;
}
#footer-banner .f-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-attachment: scroll;
	background-color: #dfe3ed;
	height: 45vw;
}
.overlay {
	padding: 26% 0 5%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.quotes-loop p {
	display: inline;
}
.quotes-loop span {
	padding: 0 7px;
}
.credit {
	margin: 5px 0 0 0;
	color: #333;
	font-weight: 400;
}
.quotes-loop {
	margin: 0 0 10%;
}
.quotes-loop li {
	position: relative;
	display: block;
	margin: 0 0 3%;
}
.quote {
	font-size: 16px;
}
.quote p:before {
	content: '"';
	padding: 0 5px 0 0;
}
.quote p:after {
	content: '"';
	padding: 0 0 0 5px;
}
#contact > ul > li {
	padding: 0 0 3%;
	margin: 0 0 3%;
	display: block;
}
#contact > ul > li > ul > li:first-child {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0 5% 0 0;
}
#contact > ul > li > ul > li:last-child {
	display: inline-block;
	vertical-align: top;
	width: 44%;
	padding: 0 0 0 5%;
	text-align: right;
}
#contact ul li h4 {
	margin: 0 0 5px;
}
#contact ul li p {
	margin: 0;
	line-height: 150%;
}
#street {
	margin: 0 0 15px !important;
}
#contact ul li span {
	display: block;
}
.photo-pag {
	margin: 5% 0 10%;
}
.photo-pag li {
	display: inline-block;
	margin: 0 10px;
}
.photo-pag li .fa {
	margin: 0 10px;
	font-size: 40px;
	position: relative;
	top: 10px;
}
.iframe-container {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lookbook-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin: 10% 0 0;
}
.ind {
	display: inline-block;
	column-break-inside: avoid;
}
.room-gallery-loop {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
		-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
.floorplan-link {
	margin: 0 0 5%;
}
/*FOOTER
------------------------------------------------------*/

footer {
	position: relative;
	padding: 0 0 2%;
	margin: 3% 0 0;
}
.award-logo-loop {
	margin: 0 0 2.5%;
}
.award-logo-loop li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2%;
}
.award-logo-loop li:first-child {
	margin: 0 2% 0 0;
}
.award-logo-loop li:last-child {
	margin: 0 0 0 2%;
}
.award-logo-loop li img {
	max-height: 60px;
}
.footer-content {
	margin: 0 0 15px;
	line-height: 16px;
	font-size: 11px;
}
.footer-content li:nth-child(1) {
	display: inline-block;
	width: 27.5%;
	text-align: left;
	vertical-align: middle;
}
.footer-content li:nth-child(2) {
	display: inline-block;
	width: 38.5%;
	padding: 15px 2%;
	vertical-align: middle;
}
.footer-content li:nth-child(3) {
	display: inline-block;
	width: 27.5%;
	text-align: right;
	vertical-align: middle;
}
#copyright {
	font-size: 9px;
}
#copyright span {
	padding: 0 8px;
}
.soc-med .fa {
	font-size: 12px;
	margin: 0 3px;
	transition: all .3s ease;
}
.soc-med .fa:hover {
	color: #000;
}
#pilot-logo, #pilot-logo img {
	height: 80px;
}
/*RESPONSIVE CSS
------------------------------------------------------*/

@media only screen and (max-width : 1050px) {
	#thirds h3 {
font-size: 18px;
}
}
@media only screen and (max-width : 1000px) {
header {
	padding: 30px 1%;
}
header.fixed {
	padding: 15px 1%;
}
#logo {
	font-size: 25px;
	margin: 0;
	display: inline-block;
	transition: all .5s ease;
	color: #000;
	letter-spacing: 0;
}
#logo.fixed {
	font-size: 22px;
	margin: 0;
	letter-spacing: 0;
}
#logo .red {
    font-size: 60px;
    letter-spacing: 48px;
    margin: 10px -48px 0 0;
    transition: all .5s ease;
}
#logo.fixed .red {
    font-size: 40px;
	letter-spacing: 50px;
	margin: 10px -50px 0 0;
}
.scroll2, #photos-1, .reserve {
		margin: 181px 0 0;
}
h1 {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 2.5%;
}
h2 {
	font-size: 22px;
	line-height: 32px;
}
h3 {
	font-size: 19px;
	line-height: 27px;
}
h4 {
	font-size: 17px;
	line-height: 25px;
}
h5 {
	font-size: 15px;
	line-height: 23px;
}
.fifty-percent {
	width: 60%;
}
.iframe-container {
    height: 1200px;
}
}
@media only screen and (max-width : 950px) {
	#thirds h3 {
font-size: 16px;
}
}
@media only screen and (max-width : 860px) {
	#thirds .third {
    width: 100%;
    margin: 0 auto 5%;
    float: none;
    max-width: 300px;
}
}
@media only screen and (max-width : 750px) {

.desktop {
	display: none !important
}
.mobile {
	display: block !important
}
.text {
	text-align: left;
}		
body {
	letter-spacing: 1px;
}
header {
	padding: 10px 1%;
}
header.fixed {
	padding: 10px 1%;
}
#logo {
	font-size: 20px;
	margin: 0;
	display: inline-block;
	transition: all .5s ease;
	color: #000;
	letter-spacing: 0;
}
#logo.fixed {
	font-size: 20px;
	margin: 0;
	letter-spacing: 0;
}
#logo .red {
    font-size: 50px;
    letter-spacing: 38px;
    margin: 10px -38px 0 0;
    transition: all .5s ease;
}
#logo.fixed .red {
    font-size: 50px;
	letter-spacing: 38px;
	margin: 10px -38px 0 0;
}
.scroll2, #photos-1, .reserve {
		margin: 91px 0 0;
}	
h1 {
	font-size: 26px;
	line-height: 36px;
	margin: 0 0 2.5%;
}
h2 {
	font-size: 20px;
	line-height: 30px;
}
h3 {
	font-size: 18px;
	line-height: 26px;
}
h4 {
	font-size: 16px;
	line-height: 24px;
}
h5 {
	font-size: 14px;
	line-height: 22px;
}	
.footer-content {
	font-size: 10px;
	font-weight: 400;
	border: none;
}
.footer-content li:nth-child(1) {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.footer-content li:nth-child(2) {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	border: none;
}
.footer-content li:nth-child(3) {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.award-logo-loop li img {
	max-height: 50px;
	max-width: 130px;
}
#section-3 .left {
	width: 100%;
	margin: 0 0 5%;
	float: none;
}
#section-3 .right {
	width: 100%;
	margin: 0 0 5%;
	float: none;
}
.room-loop-new > li:nth-child(2n+1) .new-room-loop-single li:nth-child(1) {
	padding: 0;
	width: 100%;
	display: block;
	margin: 0 0 5%;
}
.room-loop-new > li:nth-child(2n) .new-room-loop-single li:nth-child(4) {
	padding: 0;
	width: 100%;
	display: block;
	margin: 0 0 5%;
}
.room-loop-image {
	padding: 10% 0;
}
.room-loop-new > li:nth-child(2n+1) .new-room-loop-single li:nth-child(2) {
	display: none;
}
.new-room-loop-single li h3 {
	text-align: center;
}
.room-gallery-loop {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.room-gallery-loop img {
	margin: 0 0 0px;
}
.eighty-percent {
	width: 90%;
}
.fifty-percent {
	width: 70%;
}
.press-loop li {
	width: 30%;
}
.activity-loop > li:nth-child(2n+1) .activity-loop-single li:nth-child(2) {
	display: none;
}
.activity-loop > li:nth-child(2n+1) .activity-loop-single li:nth-child(1) {
	padding: 24% 0;
	width: 100%;
	margin: 0 0 5%;
}
.activity-loop > li:nth-child(2n) .activity-loop-single li:nth-child(4) {
	padding: 24% 0;
	width: 100%;
	margin: 0 0 5%;
}
.activity-loop-single li h3 {
	text-align: center;
}
.iframe-container {
    height: 650px;
}
}

@media only screen and (max-width : 600px) {
h1 {
	font-size: 23px;
	line-height: 33px;
	margin: 0 0 2.5%;
}
h2 {
	font-size: 19px;
	line-height: 29px;
}
h3 {
	font-size: 17px;
	line-height: 25px;
}
h4 {
	font-size: 15px;
	line-height: 23px;
}
h5 {
	font-size: 13px;
	line-height: 21px;
}
.room-gallery-loop {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.lookbook-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin: 10% 0 0;
}
.lookbook-columns img {
	margin: 0;
}
}

@media only screen and (max-width : 550px) {
#logo {
	font-size: 16px;
	margin: 0;
	display: inline-block;
	transition: all .5s ease;
	color: #000;
	letter-spacing: 0;
}
#logo.fixed {
	font-size: 16px;
	margin: 0;
	letter-spacing: 0;
}
#logo .red {
    font-size: 40px;
    letter-spacing: 28px;
    margin: 10px -28px 0 0;
    transition: all .5s ease;
}
#logo.fixed .red {
    font-size: 40px;
	letter-spacing: 28px;
	margin: 10px -28px 0 0;
}
.scroll2, #photos-1, .reserve {
		margin: 78px 0 0;
}		
.c-hamburger {
	top: 21px;
}
.quote {
	font-size: 14px;
}
.overlay {
	display: none;
}
#dual-images .left {
	width: 100%;
	margin: 0 0 5% 0;
	float: none;
}
#dual-images .right {
	width: 100%;
	margin: 0;
	float: none;
}
.iframe-container {
    height: 700px;
}
}

@media only screen and (max-width : 450px) {
#logo {
	font-size: 14px;
	margin: 0;
	display: inline-block;
	transition: all .5s ease;
	color: #000;
	letter-spacing: 0;
	font-weight: 400;
}
#logo.fixed {
	font-size: 14px;
	margin: 0;
	letter-spacing: 0;
}
#logo .red {
    font-size: 30px;
    letter-spacing: 28px;
    margin: 10px -28px 0 0;
    transition: all .5s ease;
	font-weight: 300;
}
#logo.fixed .red {
    font-size: 30px;
	letter-spacing: 28px;
	margin: 10px -28px 0 0;
}
.scroll2, #photos-1, .reserve {
		margin: 68px 0 0;
}		
.c-hamburger {
	top: 16px;
}	
.fifty-percent {
	width: 80%;
}
#copyright span {
	padding: 0;
	display: block;
	font-size: 0;
	height: 0px;
}
#copyright {
	line-height: 18px;
}
.iframe-container {
    height: 800px;
}
}
