/* Home Slider */
#home .vegas-background{z-index:777;}
#home .vegas-overlay{ z-index:778;}
.welcome{
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size:70px;
	line-height:100px;
	letter-spacing: 3px;
	text-transform: none;
	margin: 0px auto;
	margin-top:36px;
}
.welcome span{letter-spacing:-2px;}
#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: 999999; top: 90%; cursor: pointer; }
.s-next{
	background:url(../img/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.htc);
	-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(../img/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.htc);
	-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;}

.clear{clear: both;}

.main-title{
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 60%;
	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: 26px;
	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 */
}


.ban_pattern_bg3 {
/*	background: url(../img/pat8.png) repeat fixed 50% 0 transparent;*/
	padding:0px 0px 0px 0px;
	position:relative;
	z-index:998;
}

@media (min-width: 768px) and (max-width: 980px) {
#home-fullWidth{ height:400px;}
.main-title {font-size: 50px; top:50%;}
	.main-title span {top: 100px;}
	.slider-controls li a {top: 75%;}
	
}
@media (min-width: 481px) and (max-width: 767px) {
#home-fullWidth{ height:400px;}
.slider-controls li a {top: 65%;}
	.main-title ul{font-size:20px;}
	.main-title .second-title{ width:345px;}
	.main-title {font-size: 25px; top:55%;}
	.main-title span {top: 70px;}
	.welcome { font-size: 55px; line-height:65px;}
	.main-title ul{ font-size:16px;}
}



@media (max-width: 600px) {
	.main-title .second-title{ font-size:13px; width:240px;display:none;}
	.main-title span {top: 100px; display:none;}
	.welcome { font-size: 35px; margin-top: 36px; line-height: 55px; display:none; }
}
@media (min-width: 568px) and (max-width: 600px){
.welcome { font-size: 35px; margin-top: 36px; line-height: 55px; display:block; }
#home-fullWidth { height: 650px; }
}
@media (max-width: 568px) {
	.main-title .second-title{ font-size:13px; width:240px;display:none;}
	.main-title span {top: 100px; display:none;}
	.welcome { font-size: 35px; margin-top: 36px; line-height: 55px; display:none; }
}
@media (min-width: 321px) and (max-width: 480px) {
#home-fullWidth{ height:400px;}
.slider-controls li a {top: 80%;}
	.main-title ul{ font-size:16px; display:none;}
	.main-title {top:50%;}
	.main-title .second-title{ font-size:13px; width:240px;display:none;}
	.main-title span {top: 100px; display:none;}
	.welcome { font-size: 35px; margin-top: 36px; line-height: 55px; display:none; }
}

@media (min-width: 240px) and (max-width: 320px) {
#home-fullWidth{ height:320px;}
.slider-controls li a {top: 80%;}
	.main-title ul{ font-size:16px; display:none;}
	.main-title {top:60%;}
	.main-title .second-title{ font-size:13px; width:240px; display:none;}
	.main-title span {top: 100px; display:none;}
	.welcome { font-size: 30px; margin-top: 36px; line-height: 55px; display:none;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,.main-title ul{ font-weight:300; }


}


