/* =============================================================================
   BASIC + DESKTOP STYLES 
   ========================================================================== */

/* Template overrides ------- */

body { 
	font-family: Georgia, Helvetica, Arial, sans-serif !important; 
	background: #000; 
}
iframe, iframe:focus, img:focus, a:focus {
	border: 0;
	outline: none;
	-moz-outline: none;
}
section { 
	border-top: none !important;
} /* removes 5px border set by single-fs_immersive.php line 261 */
header a:hover {
	color: #00AEFF;
}
header .download-app {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	text-decoration: underline;
}
.download-app span {
	font-size: 18px;
	display: inline-block;
	padding: 0 5px;
}
#the-four-seasons-app-sequencer {
	margin-top: 40px;
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d3d3d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d3d3d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d3d3d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d3d3d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d3d3d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.section-heading {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.section-heading a {
	color: #00AEFF;
	text-decoration: underline;
}
.section-heading img {
	margin: 0 auto;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.link-out {
	color: #fff;
	margin: 0;
	padding: 10px 0 0 20px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.fsm-link:hover {
    background-position: left bottom;
}
.start-nav, nav {
	display: none;
}
.sequencer {
	color: #fff;
	background: none;
}
#the-four-seasons-app-sequencer h4 {
	font-family: Georgia, Times, serif;
	font-size: 64px;
	color: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	line-height: 1.5;
}
#the-four-seasons-app-sequencer h4 span {
	font-size: 21px;
	text-transform: capitalize;
	font-style: italic;
	line-height: 1.5;
}
#the-four-seasons-app-sequencer h5 {
	color: #fff;
	width: 80%;
	margin: 20px auto 0 auto;
	font-size: 16px;
	line-height: 1.5;
}
.screen {
	max-width: 300px;
	border-radius: 32px;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.owl-wrapper {
	min-height: 660px !important;
}
.owl-item, .mod {
	max-width: 300px;
	float: left;
}
.owl-carousel .owl-wrapper-outer {
	overflow: visible;
}
.asset-img-square .mod {
	padding: 20px;
}
.sequencer-wrapper .mod figure img, .sequencer-wrapper .mod .screen {
	width: inherit;
	height: inherit;
}
.sequencer-wrapper .owl-item .mod {
	max-width:70%;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}
.sequencer-wrapper .owl-item .mod:hover {
	max-width: 80%;
	transform: translate(-2.5%, 0%);
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mod:first-of-type {
	margin-left: 20px;
}
.mod .title {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #fff !important;
	top: 30%;
	max-width: 75%;
}
.mod figcaption {
	opacity: .7;
	-webkit-filter: blur(2px); 
	-moz-filter: blur(2px); 
	-o-filter: blur(2px); 
	-ms-filter: blur(2px); 
	filter: blur(2px);
}
.mod:hover figcaption {
	opacity: 1 !important;
	-webkit-filter: blur(0); 
	-moz-filter: blur(0); 
	-o-filter: blur(0); 
	-ms-filter: blur(0); 
	filter: blur(0);
}
.mod p {
	color: #fff;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background: transparent url(../images/arrow-rt.png) no-repeat center right;
	width: 50px;
	background-size: 60%;
	height: 50px;
	position: absolute;
	top: 30%;
	right: 5px;
	padding: 5px 5px 5px 0;
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background: transparent url(../images/arrow-lf.png) no-repeat center left;
	width: 50px;
	background-size: 60%;
	height: 50px;
	position: absolute;
	top: 30%;
	left: 5px;
	padding: 5px 5px 5px 0;
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
	background-color: #fff;
}
/*.chevron-left {
  background: #333 url(../images/arrow-lf.png) no-repeat center center;
  width: 70px;
  background-size: 40%;
  height: 70px;
  position: absolute;
  top: 35%;
  left: 10px;
  padding: 5px 5px 5px 0;
}*/

/* =====
Footer 
===== */
#continuation {
	padding: 1em 0;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.download {
	text-align: center;
	background: #fff;
	color: #333;
	padding: 4em 0; 
}
.tagline {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 0 20px 0;
	width: 40%;
	margin: 0 auto;
}
.share-wrapper {
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ddd;
	max-width: 100%;
}
.share-wrapper h6 {
	color: #333;
	font-weight: bold !important;
	font-size: 16px;
	margin: 32px 20px 0 0;
	display: inline-block;
	float: left;
}
#share ul.share {
	text-align: center;
	margin:0;
	padding:0;
}
#share ul.share li {
	height: 50px;
	width: 50px;	
	display: inline-block;
	margin: 1%;
	list-style:none;
}
#share ul.share li::before{
	content:'';
	display:none;
}
#share ul.share li a i::before{
	display:none;
}
#share ul.share li.facebook { margin-left:0 !important; }
#share .icon-share {
	height: 50px;
	width: 50px;
	display: block;
	background-size: 50px;
	-webkit-transition: all .45s cubic-bezier(0.165,.84,.44,1);
	-moz-transition: all .45s cubic-bezier(0.165,.84,.44,1);
	-ms-transition: all .45s cubic-bezier(0.165,.84,.44,1);
	-o-transition: all .45s cubic-bezier(0.165,.84,.44,1);
	transition: all .45s cubic-bezier(0.165,.84,.44,1);	
}
#share .icon-facebook.icon-share { background:url('../images/share-fb.png') top center no-repeat !important; }
#share .icon-twitter.icon-share { background:url('../images/share-twitter.png') top center no-repeat !important; }
#share .icon-pinterest.icon-share { background:url('../images/share-pinterest.png') top center no-repeat !important; }
#share .icon-email.icon-share { background:url('../images/share-email.png') top center no-repeat !important; }
#share .icon-share:hover {
	background-position:bottom center !important;
	-webkit-transition: all .45s cubic-bezier(0.165,.84,.44,1);
	-moz-transition: all .45s cubic-bezier(0.165,.84,.44,1);
	-ms-transition: all .45s cubic-bezier(0.165,.84,.44,1);
	-o-transition: all .45s cubic-bezier(0.165,.84,.44,1);
	transition: all .45s cubic-bezier(0.165,.84,.44,1);
}
.property-logo img:hover {
	border-bottom: none;
}
.appstore-badge {
	display: inline-block;
	padding: 10px;
}
.footer_links {
	float: left;
}
.uf-shell {
	display: none !important;
}

/* =============================================================================
   MOBILE STYLES + OVERRIDES 
   ========================================================================== */
@media (min-width: 1400px) {
	.owl-carousel .owl-wrapper-outer {
		min-height: 720px !important;
	}
}
@media (min-width: 1400px) and (max-width: 1600px) {
	.screen {
		border-radius: 48px;
	}
}
@media (max-width: 1400px) {
	.screen {
		border-radius: 38px;
	}
}

@media (min-width: 1240px) {

}

@media (max-width: 1120px) {
	.mod .title {
		max-width: 100%;
		margin-top: 20px;
	}
	.mod figcaption {
		opacity: 1;
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
	}
}

@media (max-width: 979px) {
	.sequencer-wrapper {
		overflow: visible;
	}
	.sequencer .mod {
		float: none !important;
		margin: 0;
		width: 90% !important;
		max-width: 90%;
	}
	.mod:hover {
		max-width: 90%;
		transform: translate(0, 0);
		-moz-transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	footer .wrapper {
		padding: 0 !important;
	}
	.magazine_cover {
		float: right !important;
		width: 30% !important;
		text-align: center !important;
	}
	.footer_links {
		width: 60% !important;
		padding-left: 5% !important;
	}
	.footer_links ul li {
		margin: 0 20px 0 0 !important;
	}
	.social_links {
		display: none !important;
	}
	.footer_links ul h4:first-of-type {
		margin: 20px 0 0;
	}
	.m-app-cta {
		display: none !important;
	}
}

@media (max-width: 801px) {
	.fsm-link {
		margin-left: 0 !important;
	}
	header.nav {
		padding-top: 0 !important;
		height: 40px !important;
	}	
	.tagline {
		width: 90%;
	}
	.download-button {
		width: 50%;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.magazine_cover {
		display: none !important;
	}
}

/**** FOR SAMSUNG 8INCH TABLET IN PORTRAIT VIEW ****/
@media (max-width: 602px) {

}
@media (max-width: 600px) {
	#top {
		display: none;
	}
	.play {
		top: 50% !important;
	}
	.download-button {
		display: block !important;
		height: 48px;
		margin: 0 auto !important;
		width: inherit;
	}
	.download-button img {
		height: 48px;
		width: inherit;
		display: block;
		margin: 20px auto 0 auto !important;
	}
	.section-heading {
		width: 95%;
	}
	#the-four-seasons-app-sequencer h5{
		width: 100%;
	}
	.sequencer-wrapper {
		padding: 0 5%;
	}
	.sequencer .mod {
		float: none !important;
		width: 100% !important;
		margin: 0 auto;
	}
	.seq-img {
		max-width: 60%;
  		margin: 10px 20%;
	}
	.mod .title {
		margin: 10px auto;
		width: 90%;
	}
	.centered {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
	}
	.utility_links {
		padding: 0 !important;
	}
	.footer_links {
		width: 95% !important;
	}
	.footer_links ul li {
		margin: 0 30px 0 0 !important;
	}
	.make_res {
		display: none !important;
	}
	.find_hotel {
		display: none !important;
	}
	.share {
		display: block !important;
		margin: 20px 0 !important;
	}
	.share h6 {
		margin: 0 !important;
		line-height: 50px;
	}
	
}

@media (max-width: 568px) {

}
@media (max-width: 480px) {
	#lanai-fashion-map {
		margin-top: 30px;
	}	
}



/* =============================================================================
   IE 8 FIXES - ported from ie-immersive.css - 2/24/14 - nlong 
   ========================================================================== */

.lt-ie9 .container-fluid .row-fluid {
	z-index: 1;
	background-size:cover !important;
	behavior: url(../images/backgroundsize.min.htc);
}

.lt-ie9 .property-logo {
	background-color: #212121 !important;
}


