/******** COMMON CSS *********/

.app2u_slider_separator{
	font-size: 16px;
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding: 10em 0;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
} 

.app2u_slider_separator .scroll{
	display:none;	
}

/*#app2u_slider_separator_2 .scroll{
	display:block;
}*/

/*#app2u_slider_separator_2 {
	padding-top:0px;
}*/

.app2u_slider_separator .title{
    font-size: 3.5em;
	color: #efefef;
    line-height: 1.5em;
	border-bottom: 1px solid rgba(222, 17, 17, 0.26);
	text-align: center;
	text-shadow: 0 2px 3px rgba(222, 17, 17, 0.26);
	/*text-transform: uppercase;*/
}
#app2u_slider_separator_2.app2u_slider_separator .title{
	text-transform: uppercase;
}

.app2u_slider_separator .subtitle{
    color: #dfdfdf;
    font-size: 2.250em;
    line-height: 1em;
	padding: 0.5em ;
    text-align: center;
    text-shadow: 0 2px 3px rgba(222, 17, 17, 0.26);
}

#action {
	position: absolute; 
	width: 100%;
	background:rgba(0,0,0,.3);
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:150px;
	z-index:200;
	-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;
}

#app2u_slider_separator_1 .title{
    color: #fff;
	text-align: center;
	/*text-transform: uppercase;*/
	/*font-family: 'OpenSans-Light-webfont';*/
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 25px;
    padding-top: 15px;
}

#app2u_slider_separator_1 .subtitle{
    color: #dfdfdf;
    font-size: 100%;
    line-height: 1em;
	padding: 0.5em ;
    text-align: center;
    
}
#app2u_slider_separator_1 .subtitle a{
	color: #e67e22;
}
#app2u_slider_separator_1 .subtitle a:hover{
	    color: #e74c3c;
}
#app2u_slider_separator_1 .head-subtext{
	color:#fff;
}
#action:hover {
	background:rgba(0,0,0,.5);
}
#action h6 {
	color: #fff;
}
#action p {
	padding-top:10px;
	text-align:center;
	text-transform:uppercase;
}

 .parallax {
	/*background: url('../images/parallax/1.jpg') no-repeat fixed;*/
	/*background-size: cover;*/
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
.just_pattern1 { 
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0,0,0,0.01)), to(rgba(0,0,0,.9)));
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -moz-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -ms-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	position: absolute; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: -1; 
}
@media only screen and (min-width: 1930px) { 
	.parallax { background-size: cover; } 
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax { background-size: cover!important; background-attachment: scroll; background-position: top center!important; background-attachment: scroll!important; }
}
  .parallax1 {
	background: url('../images/parallax/2.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}

@media only screen and (min-width: 1930px) { .parallax1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

/*****************************/
/******** RESPONSIVE *********/
/*****************************/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.app2u_slider_separator{
		font-size: 14px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.app2u_slider_separator{
		font-size: 10.5px;
	} 
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.app2u_slider_separator{
		font-size: 7px;
	} 
}

@media only screen and (max-width: 319px) {
	.app2u_slider_separator{
		font-size: 5px;
	} 
}