﻿.titolo-argomento {
    background-color: #C05B1A;
    color: #fff;
}

/* riga rossa */
.riga1{
	
    width: 50%;
    float: left;
    height: 4px;
    background: #808080;
    background: -webkit-linear-gradient(90deg,#808080 75%,#fff);
    background: -o-linear-gradient(90deg,#808080 75%,#fff);
    background: -moz-linear-gradient(90deg,#808080 75%,#fff);
    background: linear-gradient(90deg, #808080 75%,#fff);
}

.riga2{
	width: 50%;
    float: left;
    height: 4px;
    background: #808080;
    background: -webkit-linear-gradient(-90deg,#808080 75%,#fff);
    background: -o-linear-gradient(-90deg,#808080 75%,#fff);
    background: -moz-linear-gradient(-90deg,#808080 75%,#fff);
    background: linear-gradient(-90deg,#808080 75%,#fff);
}
@media (max-width: 991px)
{
	

.titolo-argomento {
    display: block!important;
}}


.titlebar {
	border-radius: 3px;
	margin-top: 5px;
	width: 100%;
	font-weight: normal;
	min-height: 42px;
}
.titlebar h1 {
	color: #96060B;
	font-size: 26px;
	line-height: 40px;
	margin: 5px 15px;
	padding: 0;
	font-weight: 400;
}
@media screen and (max-width: 991px) {
.titlebar h1 {
	font-size: 22px;
}
}
.titlebar h1 a:link {
	text-decoration: none;
	color: #96060B;
}
.titlebar h1 a:visited {
	text-decoration: none;
	color: #96060B;
}
.titlebar h1 a:hover {
	text-decoration: underline;
	color: #96060B;
}
.consulta p {
	padding: 0px !important;
	padding-left: 10px !important;
}


.pulsante {
	text-decoration: none;
	width: 100%;
	color: #000;
	transition: .25s box-shadow;
	position: relative;
	display: block;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
	
	font-size: 18px;
}
.pulsante:hover {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	text-decoration:none;
}



/* | news             | */
/* +------------------------------------------------------------------------+ */
.w-33 {
    width: 100%!important; 
}
@media screen and (max-width: 575px){
.box-news {
    display: block!important;
   
}}
.box-news {
    margin-left:0px!important;
    float:none!important;
    margin-bottom:1rem;
    margin-top:1rem;
   
}
.box-news .card-header{
    
    color:#AA252A;
   
}

/* | fine news             | */
/* +------------------------------------------------------------------------+ */
.banner{
	background-image: url('../img/banner.jpg');
	background-position: center center;
}
/* +--materiali----------------------------------------------------------------------+ */
.z-tabs.flat.flat-carrot > ul.z-tabs-nav > li.z-active > a, .z-tabs.flat.flat-carrot > ul.z-tabs-mobile.z-state-closed > li a, .z-tabs.flat.flat-carrot > ul.z-tabs-mobile > li a {
    background: #BB5F27!important;

}
.z-tabs.flat.flat-carrot > ul, .z-tabs.flat.flat-carrot > .z-container {
    border-color: #BB5F27!important;}

.materiali_title {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #B66330;
	background: none 0 0 repeat scroll #EFEFF2;
	margin-top: 0;
	padding: 10px 25px;
	font-size: 18px !important;
	color: #BB5F27;
}
.seguici_title {
	background: #f0f0f0 none repeat scroll 0 0;
	margin-top: 0;
	padding: 10px 20px;
	font-size: 16px !important; line-height:22px;
	color: #23386E;
		border-style: none none solid none;
	border-width: 1px;
	border-color: #23386E;

}
.mail_title {
	background: #FFFFFF none repeat scroll 0 0;
	margin-top: 0;
	padding: 10px 20px;
	color: #23386E;
	border-style: none none solid none;
	border-width: 1px;
	font-size:16px;
	border-color: #23386E #23386E #BB5F27 #23386E;
}
.social{
	padding:5px; float:right;
}
