@charset "utf-8";
.sliderContainer{
	position: relative;
	display: block;
	width: 100%;
	clear: right;
	float: left;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#s3sliderContainer {
	width: 100%;
	margin: 0 auto 0 auto;
	height:auto;
	overflow:hidden;
	float: none;
	clear: both;
	background: #111111;
	/* -webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out; */
}
#s3slider {
	width:100%;
	position:relative;
	float: left;
	overflow:hidden;
	padding-bottom: 30%;
}
#s3sliderContent {
	position: absolute;
    background: #111111;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: visible;
}
.s3sliderImage img{
	width:100%;
}
.s3sliderImage{
	width: 100%;
	float:left;
	position:relative;
	display: none;
}
.s3sliderImage span {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    display: none;
    padding: 50px;
    padding-top: 50px;
    height: 100%;
    width: 100%;
    /* max-width: 650px; */
    background-color: #0009;
    color: #fff;
    box-sizing: border-box;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 10px 10px 30px #0009;
}
.left{
	left: 7% !important;
	top: 0;
	width: 45% !important;
	height: auto;
	text-align: left;
}
.right{
	right: 7% !important;
	top: 0;
	width: 45% !important;
	height: auto;
	text-align: right;
}

.top{top:0;left:0;width:100%;height:60px;}
.bottom{bottom:0;left:0;width:100%;height:20%;}
.invisible{}

.clear{
clear:both;
}
/* #searchContainer{
	position: relative;
	width: 30%;
	color: #FFFFFF; 
	float: left;
	padding-top: 0;	
	padding-bottom: 35%;
}
*/
.slider-linebreak{
    width: 10%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fff;
    clear: both;
    
}
.sliderTextSubHeading2 {
    display: block;
    font-weight: 700;
    font-size: 4em;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #eee;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.sliderText2 {
    /* font-family: 'Lobster Two'; */
    width: 100%;
    margin: auto;
    display: block;
    font-weight: 400;
    text-align: center;
    font-size: 1.5em;
    color: #ddd;
    line-height: 1.7;
    /* font-family: 'Montserrat', sans-serif; */
    text-transform: none;
    letter-spacing: 1px;
}
.sliderClickHere{
    margin: auto;
    width: 180px;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 3px;
	font-size: 0.875em;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	padding: 12px 0;
	display: block;
	background: #111111;
    border: 1px solid #111111;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease-out;
 	-moz-transition: all  0.3s ease-out;
  	-o-transition: all  0.3s ease-out;
  	transition: all  0.3s ease-out;
	
	-moz-border-radius: 0px;
	-webkit-border-radius:  0px;
	-khtml-border-radius:  0px;
	border-radius:  0px;
	
	/* opacity: 0.50;
	-moz-opacity: 0.50;
	*/
	
	}
.sliderClickHere:hover{
	opacity: 0.80;
	-moz-opacity: 0.80;
}

.sliderFloatleft{ float:left; clear: both;}
.sliderFloatright{ float:right; clear: both;}

@media only screen and (max-width: 1520px){
.sliderTextSubHeading2 { font-size: 3.5em; }
.left{ left: 4% !important; width: 46% !important;}
.right{ right: 4% !important; width: 46% !important;}
}

@media only screen and (max-width: 1440px){
.sliderTextSubHeading2 { font-size: 3em; }
.sliderText2 { width: 100%; font-size: 1.125em; }
.left{ left: 4% !important; width: 46% !important;}
.right{ right: 4% !important; width: 46% !important;}
}

@media only screen and (max-width: 1366px){ 
.s3sliderImage span{ padding: 50px;}
.sliderTextSubHeading2 { font-size: 2.5em; }
.left{ left: 3% !important; width: 47% !important;}
.right{ right: 3% !important; width: 47% !important;}
}

@media only screen and (max-width: 1280px){ 
.s3sliderImage span{ padding: 40px;}
.sliderTextSubHeading2 { font-size: 2.5em; }
.sliderText2 { font-size: 1em; }

}
@media only screen and (max-width: 1024px){ 
.s3sliderImage span{ padding: 30px;}
.left{ left: 2% !important; width: 48% !important;}
.right{ right: 2% !important; width: 48% !important;}
.slider-linebreak {
    margin-top: 15px;
    padding-top: 15px;
}
.sliderClickHere {
    margin-top: 15px;
}
}

@media only screen and (max-width: 950px){
.left{ left: 1% !important; width: 50% !important;}
.right{ right: 1% !important; width: 50% !important;}
.sliderTextSubHeading2 { font-size: 2em; }
.sliderText2 { font-size: 1em; padding-top: 5px; }
.s3sliderImage span{ padding: 30px;}
}

@media only screen and (max-width: 768px){
.s3sliderImage span{ margin-top: 0; padding: 20px;}
.sliderText2 { font-size: 0.875em; line-height: 1.2; padding-bottom: 10px;}
.sliderClickHere {
    display: none;
    margin-top: 6px;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px;
}
.slider-linebreak {
    margin-top: 15px;
    padding-top: 15px;
}
.sliderTextSubHeading2 {
    font-size: 1.5em;
    letter-spacing: 1px;
}
}

@media only screen and (max-width: 600px){
}

@media only screen and (max-width: 480px){
.s3sliderImage span{ margin-top: 0; padding: 10px;}
.sliderTextSubHeading2 { font-size: 1.25em; }
.sliderText2 { font-size: 0.625em; line-height: 1.2; padding-top: 0;}
.left{ width: 80% !important;}
.right{ width: 80% !important;}
.sliderClickHere {
    display: none;
    margin-top: 6px;
    font-size: 0.75em;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 7px 7px;
}
.slider-linebreak {
    margin-top: 6px;
    padding-top: 12px;
}
.sliderTextSubHeading2 {
    font-size: 1.25em;
    letter-spacing: 1px;
}
}

@media only screen and (max-width: 400px){
.sliderTextSubHeading2 { font-size: 1em; }
.left{ left: 2% !important; width: 95% !important;}
.right{ right: 2% !important; width: 95% !important;}
/*
.s3sliderImage{
	float:none;
	position:static;
}
.s3sliderImage span{
	position:static;
	padding: 10px;
}
#s3slider {
	overflow:visible;
	padding-bottom: 85%;
}*/
}
