/*SLIDE SHOW*/



.btn {
	height: 24px;
	width: 24px;
	cursor: pointer;
	float:left;
	opacity: 0.4;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	z-index: 100000;
}
.btnt {
	text-transform: uppercase;
	font-size: 8px;
	color: #FFFFFF;
	
	
	opacity: 0.4;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	z-index: 100000;
}
.btn:hover {
	opacity: 1;
}


.btnf {height:24px; width:24px; cursor:pointer; float:left; opacity: 0.5; transition: opacity .35s ease-in-out; -moz-transition: opacity .35s ease-in-out; -webkit-transition: opacity .35s ease-in-out; z-index: 100000;}

.btnf:hover { opacity: 1;}


.btn-back { background-image:url("prev-button.png"); 
	height: 24px;
	width: 24px;
	cursor: pointer;
	
	float:left;
	opacity: 0.4;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ;

}
.btn-back:hover {
	opacity: 1;
}

.btn-next { background-image:url("next-button.png"); 
	height: 24px;
	width: 24px;
	cursor: pointer;
	
	float:left;
	opacity: 0.4;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;

}
.btn-next:hover {
	opacity: 1;
}



#block-locale-language {
	float: right;
	padding-right: 10px;
	padding-left: -30px;
	height: 20px;
	background: url(../images/dot_white.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#block-locale-language .content {
	padding: 0px;
	margin: 0px;
	display: block;
}
.language-switcher-locale-url ul, .language-switcher-locale-url li, .language-switcher-locale-url ol, .language-switcher-locale-url a, .language-switcher-locale-url a:link, .language-switcher-locale-url a.link, .language-switcher-locale-url a:visited, .language-switcher-locale-url a.visited, .language-switcher-locale-url a:hover, .language-switcher-locale-url a.hover, .language-switcher-locale-url a.hovered, .language-switcher-locale-url a.active {
	display: inline-block;
	padding-left: 3px;
	right: -22px;
}
.language-link active {
	display: none;
}
.language-icon {
	vertical-align: top;
	padding-top: 5px;
}

/* Background slide text */


.headertxt_fscreen {position: absolute; bottom: 0; right: 0;}


.headertxt {
	width: 100%;
	margin: 0;
	clear: both;
	position: relative;
	
}
.slogan{ width: 40%; position: absolute; z-index: 998; left: 0%; top: 35%; background-color: rgba(203,0,43, 0.8); padding-top: 40px; padding-right: 20px; padding-bottom: 40px; padding-left: 200px; 
}

#firstline { font-family: 'Open Sans', Arial, Tahoma, sans-serif; color: #FFF; text-decoration: none; font-size: 26px;  float: left; width: 100%; line-height: 30px; display: block; text-shadow: 1px 1px 0 rgba(0,0,0,0.5); font-weight: 100; }

.controls_slide{
position: absolute;
z-index: 1200;
width: 200px;
height: 50px;
left: 15%;
top: 60%;
}

@media only screen and (max-width: 780px) {

.controls_slide{
position: absolute;
width: 200px;
height: 50px;
margin: 0px;
left: 10%;
top: 86%;


}
	
	}





#secondline {
	font-family: 'pf_dindisplay_promedium', Arial, Tahoma;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 4px 13px 7px;
	float: left;
	display: block;
	clear: both;
	white-space: pre-wrap;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}



@media only screen and (max-width: 760px) {
.slogan {
width: 98%;
position: absolute;
padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px;
margin:0;
left: 0%;
top: 50%;

}

#secondline { line-height:15px;}
	
}


/* Background slide button */

.headerimg {
	width: 100%;
	height: 100%;
		top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
#firstline { font-size: 20px; }

}
@media only screen and (min-width: 667px) and (max-width: 960px) {
#firstline { font-size: 14px; }
}
@media only screen and (min-width: 600px) and (max-width: 667px) {
#firstline { font-size: 22px; }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
#firstline { font-size: 22px; }
}
@media only screen and (min-width: 384px) and (max-width: 480px) {
#firstline { font-size: 17px; }
}
@media only screen and (min-width: 375px) and (max-width: 384px) {
#firstline { font-size: 16px; }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
#firstline { font-size: 14px; }
}
@media only screen and (min-width: 240px) and (max-width: 320px) {
#firstline { font-size: 10px; }
}
