/*
HEADER - TOP BAR
*/

.topline_text_sx {
	color: #838b99;
	font-size: 14px;
	text-transform: uppercase;
}

/*
SLIDER
*/

@media (min-width: 1600px) {
	.page_slider h3.bigger{
		font-size: 150px;
		line-height: .7;
	}
}

/*
HOME - QUADRATI SOTTO SLIDER
*/

.service-shortcode {
	padding: 80px 30px;
}
.service-shortcode .s-overlay:before {
	background-color: #28303e;
	opacity: 0.30;
}
.service-shortcode .service-icon {
	display: inline-flex;
}
.service-shortcode .service-icon img {
	width: 48px;
	height: auto;
}
.service-shortcode h3{
	font-size: 24px;
}
@media (min-width: 1120px) {
	.service-shortcode h3{
		font-size: 20px;
	}
	.service-shortcode {
		padding:  80px 40px;
	}
}
@media (min-width: 1640px) {

}

/*
FOOTER
*/

.ds .widget_text img {
	width: 100%;
	max-width: 240px;
	height: auto;
}
.ds .widget_text {
	color: #838b99;
}

/*
PAGE TITLE
*/
.page_title {
	background-image: url(/assets/img/breadcrumb-bg.jpg);
}

/*
PAGE GALLERY
*/
.page-gallery img {
	width: 100%;
	height: auto;
}

/*
LISTA DOC
*/
.lista-doc {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.lista-doc > li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
}
.lista-doc i {
	position: absolute;
	top: 23px;
	left: 0;
}
.lista-doc.lista-aut i {
	top: 26px;
}
.lista-doc h5 {
	margin-top: 0;
	margin-left: 30px;
	font-size: 18px;
}
.lista-doc a:hover i,
.lista-doc a:hover h5 {
	color: #94252b;
}
.lista-doc p {
	margin: 0;
	margin-left: 30px;
	font-size: 18px;
}

/*
MAPPA
*/
.map-container > iframe  {
	width: 100%;
	height: 350px;
}

/*
VARIE
*/
.h-100 {
	height: 100%;
}
.fs-20 {
	font-size: 20px;
}