#cover-container{
	position:relative;
}

.cover{
	height:auto;
	
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	
	background-color:transparent;
	background-repeat: no-repeat;
	background-position:center center;
	
	position:absolute; 
	top:0; 
	bottom:0; 
	left:0; 
	right:0;

	display:none;
}

.cover.top{
	background-position:center top;
}

.cover.bottom{
	background-position:center bottom;
}

.cover.on{
	display:block;
}

#cover-gradient{
	position:relative;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* Standard syntax (must be last) */
}

#search-box{
	padding:200px 0;
}

.cover-title{
	color:#fff;
	font-size:45px;
	line-height:50px;
	font-family: 'TitilliumWeb-SemiBold';
	text-shadow: 2px 2px 2px #555;
	
	padding:0;
	margin:0;
}

.cover-subtitle{
	/*
	color:#013c64;
	font-size:22px;
	line-height:25px;
	font-family: 'TitilliumWeb-SemiBold';
	text-shadow: 0px 0px 3px #fff;
	*/
	color:#fff;
	font-size:22px;
	line-height:50px;
	font-family: 'TitilliumWeb-SemiBold';
	text-shadow: 2px 2px 2px #555;
	
	padding:0;
	margin:0;
}

.cover-subtitle.white{
	color:#fff;
	text-shadow: 0px 0px 2px #555;
}

#ft_name{
	width:260px;
}

#ft_address{
	width:260px;
}

.search-home{
	float:left;
}

@media (max-width: 767px) {
	.search-home{
		float:none;
		clear:both;
		text-align:center;
	}
}

#band{
	background-color:#a8d6f8;
}

#band .container{
	overflow:hidden;
	position:relative;
	height:90px;
}

a.row{
	display:block;
}

.band-title{
	font-weight:bold;
	color:#005ea2;
	font-size:20px;
}

.band-subtitle{
	font-weight:bold;
	color:#247db9;
	font-size:18px;
}

.dots{
	position:absolute;
	height:40px;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
}

.dots-c{
	display:inline-block;
	margin:0 auto;
}

.dot_home{
	display:block;
	width:40px;
	height:40px;
	background:transparent url('../../img/home_dot.png') 0 -40px no-repeat;
	float:left;
	cursor:pointer;
}

.dot_home.on{
	display:block;
	width:40px;
	background-position:0 0;
}

.item{
	display:none;
	position:absolute;
	top:20px;
	bottom:20px;
	left:0;
	right:0;
}

.item.on{
	display:block;
}


#highlights{
	padding:20px 0 50px 0;
}

.hl-box{
	display:block;
	
	width:100%;
	height:200px;
	background-color:#fff;
	background-repeat:none;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	
	background-position:center center;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border:2px solid #fff;
	overflow:hidden;
	
	position:relative;
}

.hl-box-c{
	position:absolute; 
	top:50%; 
	left:0; 
	right:0;
}

.hl-box-cc{
	position:relative; 
	transform: translateY(-50%);
}

.hl-box-gradient{
	height:100%;
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* Standard syntax (must be last) */
}

.hl-title{
	color:#fff;
	font-size:30px;
	line-height:35px;
	font-family: 'TitilliumWeb-SemiBold';
	text-shadow: 2px 2px 2px #555;
	text-align:center;
	padding:0 30px;
}



#magazine{
	background:#e5e5e5 url('../../img/wavecut_darkgrey@2X.jpg') 0 0 repeat;
	padding:20px 0 50px 0;
}

.magazine-title{
	font-family: 'TitilliumWeb-SemiBold';
	font-weight:bold;
	color:#005ea2;
	font-size:24px;
}

#magazine-logo{
	display:inline-block;
	width:221px;
	height:20px;
	background:transparent url('../../img/youspa_magazine_hp.png') 0 0 repeat;
	overflow:hidden;
	text-indent:-5000px;
}

#video-bar{
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	height:auto;
	background-color:#e9f2f9;
	min-height:50px;
	color:#0071b8;
	
	-moz-box-shadow: -3px 0 4px #444;
	-webkit-box-shadow: -3px 0 4px #444;
	box-shadow: -3px 0 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#444444');
}

#video-img{
	display:block;
	width:200px;
	height:191px;
	background:transparent url('../../img/video.png') 0 0 no-repeat;
	
	position:absolute;
	bottom:10px;
	right:30px;
}

#video-close{
	position:absolute;
	bottom:15px;
	right:10px;
	font-size:20px;
	color:#0071b8;
}

.video-text{
	padding-right:250px;
	font-size:12px;
}

.video-text a{
	text-decoration:underline;
}

#video-popup{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
	z-index:2000;
	
	display:none;
	padding:25px;
}

#video-popup video{
	padding:30px;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,0.75) !important;
}

#video-popup-close{
	position:absolute;
	top:10px;
	right:10px;
	font-size:30px;
	color:#fff;
}

#app-bar{
	background-color:#E9F2F9; 
	font-size:12px; 
	color:#0071b8; 
	position:relative;
}

#app-bar-close{
	position:absolute; 
	top:10px; 
	right:10px; 
	font-size: 20px; 
	color: #0071b8;
}

#app-btn{
	height:38px;
}