


body { }


.title{
	width: auto;
	background: url("../img/icon/responsive-logo.png") no-repeat;
	padding-left: 80px;
	margin-bottom: 30px;
	font-family:;
}
.title h1, h3{
	float: none !important; 
	margin: 0 !important; 
	line-height: 1 !important;
}

.title h2{
	font-size: 18px;
	font-weight: normal;
}

.title h3{
	font-size: 16px;
	font-weight: normal;
}


figcaption{
	background: #000000 !important;
	padding: 3%;
	text-align: center;
}
figcaption h3{
	color: #fff;
}
figcaption p{
	color: #555;
}
nav i{
	color: #555;
	padding: 9px;
}

nav a:hover i{
	color: #fff;
}
/*.slideshow img{
	height: 100%;
}*/
/*
.fa-arrow-right:before{
	content:"";
}*/
.icona_right {
	background: url("../img/icon/arrow_right.png") 0 0 no-repeat !important;
	background-size: 100%;
	width: 80px !important;
	height: 80px !important;
	padding: 0 !important;
	margin-right: 20px;

}
.icona_left {
	background: url("../img/icon/arrow_left.png") 0 0 no-repeat !important;
	background-size: 100%;
	width: 80px !important;
	height: 80px !important;
	padding: 0 !important;
	margin-left: 20px;

}
.icona_close {
	background: url("../img/icon/x_button.png") 0 0 no-repeat !important;
	background-size: 100%;
	width: 80px !important;
	height: 80px !important;
	padding: 0 !important;
	margin-right: 20px;
	margin-top: 20px;

}
/*
.fa-arrow-left:before{
	content:"";
}*/
/*.fa-remove:before, .fa-close:before, .fa-times:before{
	content:"";
}*/
