/* Demo CSS - You do not need this css in your own slider */

body {
	
}

@font-face {
	font-family:"Brandon";
	src: url(../fonts/brandon.otf) format("truetype");
}

pre {
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
h2 {
	font-size: 48px;
}
pre + h2 {
	margin-top: 80px;
}
#container {
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
}
#banner-fade, #banner-slide {
	margin-bottom: 60px;
}
ul.bjqs-controls.v-centered li a {
	display: block;
	padding: 10px;
	background: #fff;
	color: #000;
	text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover {
	background: #000;
	color: #fff;
}
ol.bjqs-markers li a {
	padding: 5px 10px;
	background: #000;
	color: #fff;
	margin: 5px;
	text-decoration: none;
}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
	background: #999;
}
p.bjqs-caption {
	background: rgba(255,255,255,0.5);
}


/*///////////BACKS/////////////////////////*/

.back-1 {
	background-image: url(../anexos/images/1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.back-2 {
	background-image: url(../anexos/images/2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.back-3 {
	background-image: url(../anexos/images/3.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.back-4 {
	background-image: url(../anexos/images/4.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*///////////backs/////////////////////////*/


.img-bertagni{
	width:200px;
	height:77px;
}


.main-texto {
	width: 100%;
	max-width: 970px;
	margin: 40px auto 0;
}
.titulo {
	color: white;
	font: 30px "Brandon";
	margin: 0px;
}
.texto {
	color: white;
	width: 50%;
	font: 15px/19px "Brandon";
	float: left;
	padding-right: 20px;
	text-align: left;
}
.texto2 {
	color: white;
	width: 40%;
	font: 15px/24px "Brandon";
	float: left;
	z-index: 1000;
}
