body {
	font-size: 18px !important;
}

.slider-caption.slider-caption-center {
	color: #FFFFFF;
    background-color: rgba(0,0,0,0.75);
    border-radius: 25px;
    padding: 50px;
}

.slider-caption.slider-caption-center h2 {
    color: #FFFFFF;
}

#logo-testo-turismo {
	position: relative;
	float: left;
	font-size: 36px;
	margin-right: 5px;
	padding: 15px 0;
	font-weight: 700;
	line-height: 30px;
}

#logo-testo-turismo span.testo-pers-turismo{
	font-size: 18px;
	color: #1ABC9C;
}

.sticky-header #logo-testo-turismo span.testo-pers-turismo {
	display: none;
}
.sticky-header #logo-testo-turismo {
	font-size:1.5em;
}

#footer {
	border: 0;
}

#copyrights.sfondo-casella-turismo p{
	font-size: 18px !important;
}

#copyrights.sfondo-casella-turismo,
#copyrights.sfondo-casella-turismo a,
#copyrights.sfondo-casella-turismo h3 {
	color: #ffffff !important;
	background-color: #1ABC9C;
}

#logo-footer-turismo {
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0px;
	color: #555;
    background-color: #FFFFFF;
}

#logo-footer-turismo img {
	margin-right: 5px;
	height: 32px;
	width: 32px;
}

#content {
	width: 100%;
}

#header .container {
	background-color: #FFFFFF;
}



/* RESPONSIVE */

@media (min-width: 993px) 
{	
	#portfolio2 {
		padding: 0px 17px;
	}
}

@media (max-width: 992px) 
{
	#logo-testo-turismo {
		float: none;
	}
	
	#portfolio2 {
		padding: 0px 90px;
	}
}

@media (max-width: 768px) 
{	
	#portfolio2 {
		padding: 0px 93px;
	}
	
	#copyrights .col_half:last-child {
		display: block;
	}

	#copyrights .col_half,
	#copyrights .col_half div.fright {
		text-align: left !important;
		width: 100%;
	}
}

@media (max-width: 480px) 
{	
	#portfolio2 {
		padding: 0px 15px;
	}
}