/* Home Slider */
.welcome{
	/*font-family: 'Cookie', cursive;
	font-family: 'Grand Hotel', cursive;
	/*font-family: 'Clicker Script', cursive;*/
	font-family: 'Sacramento', cursive;
	font-size:90px;
	line-height:100px;
	letter-spacing: 3px;
	text-transform: none;
	margin: 0px auto;
	margin-top:36px;
	padding-bottom:30px;
}
#home-fullWidth div,#home_ban div{ position: relative; width: 100%; height: 100%;  overflow:hidden;}
#home-fullWidth{ height:320px; }
.slider-controls{
	opacity: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-controls li{list-style: none;}
#home-fullWidth div:hover .slider-controls,#home_ban div:hover .slider-controls{
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-controls li a{ position: absolute; z-index: 25; top: 80%; cursor: pointer; }
.s-next{
	background:url(../images/s-next-arrow.png) center center no-repeat;
	height:40px;
	right: 0;
	margin-top:-18px;
	background-color: rgba(0, 0, 0,0.5);
	padding:23px;
	width:15px;
	height:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior: url(pie.html);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.s-next:hover{ 
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.s-prev:hover{
	 -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.s-prev{
	background:url(../images/s-prev-arrow.png) center center no-repeat;
	height:40px;
	left: 0;
	margin-top:-18px;
	margin-right:-40px;
	background-color: rgba(0, 0, 0,0.5);
	padding:23px;
	width:15px;
	height:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior: url(pie.html);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.s-next:hover, .s-prev:hover{opacity: 1;}

/* Pre-load */
#bannerscollection_zoominout_opportune{height:100%; width:100%;}
.wrapperSlider #bannerscollection_zoominout_opportune{ height:auto; width:auto;}
#homer:hover .bannerControls{opacity: 1;}
.header{
	width: 100%;
	height: 75px;
	background: #fff;
	position: absolute;
	z-index: 75;
}
.clear{clear: both;}

.main-title{
	color: #fff;
	height: 385px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top:-176px;
	width: 100%;
	pointer-events: none;
	text-align: center;
	z-index:10;
}
.main-title.title-fullWidth{top: -180px; margin-top: 0;}
.main-title a{text-decoration: none;}
.main-title .spacer{width: 60px; margin: 30px auto 40px;}
.title-container{
	width: 100%;
	margin: 0 auto;
}
.main-title ul{
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	position:relative;
	height: 200px;
	font-size: 30px;
	font-weight:100;
	/*font-weight: 500;*/
	text-align: center;
	letter-spacing: 5px;
	text-transform:uppercase;
	z-index: 100;
}
.main-title ul li{
	width: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;
	top: 70px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease; /* Safari and Chrome */
}
.main-title li.sliding_title{
	opacity: 1;
	top: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease; /* Safari and Chrome */
}

.down-arrow {
	position: absolute;
	left: 46%;
	bottom:240px;
	z-index: 999;
}
.ban_pattern_bg3 {
	background: url(../images/pat8.png) repeat fixed 50% 0 transparent;
	padding:0px 0px 0px 0px;
	position:relative;
}




/* Smaller than 1180 (devices and browsers) */
@media (min-width: 976px) and (max-width: 1258px) {

	.main-title {font-size: 60px;  height: 352px;top: 50%; margin-top:-176px;}
	.slider-controls li a {top: 41%;}
	.s-next {margin-right: 30px;}
	.s-prev {margin-left: 30px;}
	.main-title .spacer {margin: 5px auto 25px;}
	.main-title ul {margin: 0;}
}

/* Smaller than standard 960 (devices and browsers) */
@media (max-width: 976px) {
	.slider-controls {display: none;}
	.main-title { height: 350px;top: 50%; margin-top:-175px;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media (min-width: 796px) and (max-width: 976px) {

	.main-title {font-size: 50px;}
	.main-title span {top: 100px;}
}

/* All Mobile Sizes (devices and browser) */
@media (max-width: 795px) {
	.main-title ul{ margin-top:0; height:80px;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media (min-width: 480px) and (max-width: 795px) {
	.vegas-overlay{display:none;}
	.vegas{height: 320px;}
	.main-title ul{font-size:20px;}
	.main-title .second-title{ width:345px;}
	.main-title {font-size: 25px;}
	.main-title span {top: 70px;}
	.welcome { font-size: 55px; line-height:65px; }
	.down-arrow {bottom: 180px; }
	.main-title ul{ font-size:16px;}
	.main-title.title-fullWidth {  margin-top:-80px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 479px) {
	.banner_bg1{ height:500px; }
	.main-title { height: 300px; top: 50%; margin-top:-150px;}
	.main-title.title-fullWidth {  margin-top:-80px; }
	.vegas-overlay{ display:none;}
	.vegas{height: 320px;}
	.main-title ul{ font-size:16px;}
	.main-title .second-title{ font-size:13px; width:240px;}
	.main-title span {top: 100px;}
	.welcome { font-size: 45px; margin-top: 36px; line-height: 55px; }
	.down-arrow {bottom: 140px; }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,.main-title ul{ font-weight:300; }
}

@media all and (-webkit-min-device-pixel-ratio: 2) {


}


