
/* ==========================================================================
   Index.html
   ========================================================================== */


/*colore bianco al bordo del bottone per il menu su mobile e riposizionato in centro*/
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,500,700,600);

body{
	background-color: #f3f5f8;
	/*color: #505050; colore grigio scuro per tutto il testo*/
	color: #233a62; /*blu*/
	font-family: 'Exo 2', Helvetica, Arial, sans-serif;
	padding-top: 90px;
}

a,
a:focus{
	outline: 0;
}

.linea-home{
	font-size: 19px;
}

@media screen and (max-width: 430px){
	.p-height-linea{
		min-height: 121px;
	}
}

@media screen and (max-width: 500px){
	.linea-home{
		font-size: 18px;
	}

	.span-linea{
		display: none;
	}
}

.background-index{
	background-color: #ffffff !important;
}

.banner-height{
	height: 350px;
	position: relative;
}

.z-index-azienda{
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px){
	.nav>li>a {
    padding-left: 0;
	}
}


a:link{
	text-decoration: none;
	/*color: black;*/
}

a:visited, a:active{
	text-decoration: none;
	/*color: black;*/
}

a:hover{
	text-decoration: none;
	/*color: #233a62;*/
}

/*tolgo percorso di navigazione su mobile per evitare che vada a capo*/
@media screen and (max-width: 500px){
	.percorso-navigazione{
		display: none;
	}
}

@media screen and (max-width: 767px){
	.language-icon{
		text-align: center;
	}
}

/*==================================================================LOGO SKIPPER IN BANNER=============*/

.logo-banner{
		max-height: 200px;/*failsafe*/
	margin: 0 auto;
	/*position:relative;*/
	position: absolute;
		top: calc(50% - 25px);
		left: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
}

/*=============================================================================fine LOGO SKIPPER IN BANNER=============*/

.box-info-navigazione{
	line-height: 50px;
}

.prev-navigazione{
	padding-right: 15px;/*mimic col-**/
	padding-left: 15px;
}
.prev-navigazione h5{ 
	color: #757575;
	display:inline; 
	line-height: 30px; 
}

.percorso-navigazione{
	padding-right: 15px;/*mimic col-**/
	padding-left: 15px;
}
.percorso-navigazione h5{
	color: #757575; 
	line-height: 30px;
	text-align: right; 
}

/*=================================================== footer ========================================*/

.footer-logo{
	padding-left: 5px;
}

.img-footer-logo{
	margin-left: -5px;
	height: 75px;
}

.last-line{
	font-size:0.6em;
	text-align:center;
}

.color-footer-details{
	color: #a7b0c0;
}

/*=================================================== fine footer ========================================*/


/* =======================================================================================================================
   															COLORI E BORDI TITOLI PRODOTTO
======================================================================================================================= */

.menu-lat-square{
	border-left-width: 25px;
	border-left-style: solid;
	padding-left: 15px;
}

.line-nome-prodotto{
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.line-elemento-catalogo{
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.border-titolo{
	border-left-width: 12px;
	border-left-style: solid;
}

.color-primers{
	border-color: #e95b45;
}

.color-stucchi{
	border-color: #4f9c3e;
}

.color-sverniciatori{
	border-color: #66656a;
}

.color-antivegetative{
	border-color: #862536;
}

.color-smalti{
	border-color: #208ac6;
}

.color-additivi{
	border-color: #cc3232;
}

.color-vernici{
	border-color: #fdc937;
}

.color-resine{
	border-color: #cf8927;
}

.color-complementari{
	border-color: #b63288;
}

.color-starteak{
	border-color: #602e23;
}

.color-neutri{
	border-color: #dadada;
}




.square-primers{
	background-color: #e95b45;
}

.square-stucchi{
	background-color: #4f9c3e;
}

.square-sverniciatori{
	background-color: #66656a;
}

.square-antivegetative{
	background-color: #862536;
}

.square-smalti{
	background-color: #208ac6;
}

.square-additivi{
	background-color: #cc3232;
}

.square-vernici{
	background-color: #fdc937;
}

.square-resine{
	background-color: #cf8927;
}

.square-complementari{
	background-color: #b63288;
}

.square-starteak{
	background-color: #602e23;
}

.square-neutri{
	background-color: #dadada;
}


/* =======================================================================================================================
   															FINE COLORI E BORDI TITOLI PRODOTTO
======================================================================================================================= */



/* ==========================================================================
   Carousel
   ========================================================================== */

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 9%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control a{
	color: #ffffff;
}

@media screen and (min-width: 768px){
	.carousel-caption {
    	right: 8%;
    	left: 20%;
    	padding-bottom: 30px;
	}
}

/*.carousel-caption {
    position: inline-block;
    right: 10%;
    top: 13%;
    height: 40%;
    width: 40%;
    bottom: auto;
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
    color: #fff;
    text-align: center;
}*/

.carousel-caption {
    right: 10%;
    top: 39%;
    transform: translateY(-50%);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 38px;
    padding-right: 20px;
    color: #FFF;
    text-align: center;
    bottom: auto;
    left: auto;
    width: auto;
    text-shadow: none;
}	

.carousel-caption-2 {
    right: 42%;
    top: 39%;
    transform: translateY(-50%);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 38px;
    padding-right: 20px;
    color: #FFF;
    text-align: center;
    bottom: auto;
    left: auto;
    width: auto;
    text-shadow: none;
}
	
.carousel-caption-edilizia {
    right: 16%;
    top: 39%;
    transform: translateY(-50%);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 38px;
    padding-right: 20px;
    color: #FFF;
    text-align: center;
    bottom: auto;
    left: auto;
    width: auto;
    text-shadow: none;
}		

/*.carousel-caption p{
	width:50%;
	float: right;
}*/


.carousel-caption{
	text-align: right;
}

.carousel-caption h1, .carousel-caption p{
	color: #233a62;
}

@media screen and (min-width: 768px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    	width: 30px;
    	height: 30px;
    	margin-top: -15px;
    	font-size: 21px;
    	color: #ffffff;
	}
}
/*aggiunto per rendere bianche le frecce carousel anche su mobile*/
@media screen and (max-width: 768px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    	color: #ffffff;
	}
}
.carousel-control:hover, .carousel-control:focus {
    color: #ffffff !important;
}

.btn-carousel{
	background: #233a62;
	color: #ffffff;
}

.btn-carousel:hover,
.btn-carousel:focus,
.btn-carousel:active{
	background: #ffffff;
	color: #233a62;
	/*font-weight: 700;*/
	border: 1px solid #233a62;
}


/*========================================================================================================================
												MODIFICHE GUIDO	
=======================================================================================================================*/

.carousel__img{
            width: 100%;
          }
          .carousel-caption{
            display: table;
            padding: 0;
            top: 50%;
          }
          .carousel-caption__block--image{
            width: 200px;
          }
          .carousel-caption__block{
            background: rgba(255, 255, 255, 0.8);
            display: table-cell;
            height: 100%;
            margin-left:2px;
            padding: 15px 19px 15px 15px;
            vertical-align: middle;
            max-width: 550px;
          }
          .carousel-caption__block:first-child{
            margin-left: 0;
            position: relative;
            transform: translateX(-2px);
          }
          .carousel-caption__block h1,
          .carousel-caption__block p{
            font-style: italic;
          }
          .carousel-caption__block h1{
            margin-top: 0;
            font-size: 31px;
          }
          .carousel-caption__block p{
            font-size: 16px;
            line-height: 17px;
            margin-bottom: 15px;
          }
          .carousel-indicators{
            margin-bottom: 0;
          }
          .linea-prodotto{
            padding-top: 15px;
          }
          .linea-prodotto h1{
            margin-top: 0;
          }
          @media screen and (max-width: 991px) {
            .carousel-caption{
              right: auto;
              left: 50%;
              transform: translate(-50%, -50%);
            }
            .carousel-caption__block{
              text-align: center;
              /*white-space: nowrap;*/
            }
            .carousel-caption__block h1{
              font-size: 1.8em;
            }
            .carousel-caption__block p{
              font-size: .9em;
            }
            .carousel-caption__block .btn{
              font-size: .8em;
              padding: 5px 10px;
            }
          }
          @media screen and (max-width: 500px) {
            .carousel-caption__block p{
              display: none;
            }
          }

/*=========================================================*/

/* =========================================fine carousel================================= */



.container-contenuto{
	background-color: #ffffff;
	border-radius: 15px 15px 0 0;
	margin-top: -50px;
	position: relative;
}
.container-contenuto a{
	color: #505050;
}
.container-contenuto a:hover,
.container-contenuto a:focus{
	color: #233a62;
}

.box-info-navigazione{
	border-bottom: 1px solid #e9ebee;
	min-height: 50px;
}

@media screen and (min-width: 768px) {
	.container-contenuto{
		min-height: calc(100vh - 566px);
	}
}




/*===========================================================NAVBAR==============================================*/

.position-icon{
	margin-bottom: 3px;
}

.navbar-toggle {
	border: 1px solid #dddddd;
    position: relative;
    top: 20px;
}    

/*colore bianco ai div dentro bottone menu mibile*/
.navbar-toggle .icon-bar {
    background: white;
}

#navbar{
}

@media screen and (max-width: 767px){
	#navbar{
		background-color: #233a62;
	}
	#navbar li{
		border-top: 1px solid #ffffff;
	}
}
.navbar-nav {
    margin: 0 -15px;
}

.navbar{
	background-color: #233a62;
	box-shadow: 0 5px 10px 4px rgba(0,0,0,.2);
	height: 90px;
	font-size: 1em;
}
.navbar .container{
	background: rgb(35,58,98);
	background: -moz-linear-gradient(-45deg,  rgba(35,58,98,1) 10%, rgba(55,90,153,1) 19%, rgba(35,58,98,1) 32%, rgba(35,58,98,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(35,58,98,1) 10%,rgba(55,90,153,1) 19%,rgba(35,58,98,1) 32%,rgba(35,58,98,1) 100%);
	background: linear-gradient(135deg,  rgba(35,58,98,1) 10%,rgba(55,90,153,1) 19%,rgba(35,58,98,1) 32%,rgba(35,58,98,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233a62', endColorstr='#233a62',GradientType=1 );
	height: 90px;
}
@media screen and (max-width: 1200px){
	.navbar{
	  background-color: #233a62;
	  height: 90px;
	  font-size: 0.9em;
    }
}

/*========================================================= Navbar Logo ==========================*/

.navbar-brand{
	/*height: 90px;*/
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

@media screen and (min-width: 992px){
	.navbar-brand{
		height: 75%;
		margin-top: 0;
		padding-top: 6px;
		padding-left: 15px;
		padding-right: 5px;
	}

	.navbar-brand>img{
		/*height: 75px;
		margin-top: 0;*/
		height: 61px;
		margin-top: 7px;
		padding-top: 6px;
		padding-left: 15px;
		padding-right: 5px;
	}
}

@media screen and (min-width: 767px) and (max-width: 991px){
	.navbar-brand{
		height: 80px;
		margin-top: 0;
		padding-top: 7px;
		padding-left: 15px;
	}

	.navbar-brand>img{
	    display: block;
    	width: 115%;
    	height: auto;
    	margin-top: 7px;
	}

	.navbar-nav{
		margin-top: 8px;
	}
}

@media screen and (max-width: 767px){
	.navbar-brand>img{
		display: block;
    	height: 75%;
    	/*width: 100%;*/
    	margin-top: 10px;
    	margin-left: 15px;
	}
}

/*========================================================================= fine navbar Logo ================*/

@media screen and (min-width: 768px){
	.nav>li{
		padding-top: 20px;
	}
}

.nav>li>a {
    color: #ffffff;
    padding-left: 15px;
}

.nav>li>a:visited, .nav>li>a:active{
	background-color: #233a62;
	border: none;
}

/* @media screen and (max-width: 767px){
	.nav>li>a:hover{
    	background-color: #233a62;
    	color: #ffffff;
    	font-weight: 900;
    	font-size: 1.1em;
    	text-decoration: none;
	}
} */

.nav>li>a:hover,
.nav>li>a:focus{
    	background-color: #233a62;
    	color: #ffffff;
    	text-decoration: underline;
	}

/*brand su mobile*/
@media screen and (max-width: 767px){
	.navbar-brand{
		height: 80px;
		width: 180px;
		margin-top: 6px;
	}
}

/*menu spostato a destra*/
@media screen and (min-width: 768px){
	#navbar{
		float: right;
	}
}

/*guadagno spazio per il menu per schermi da 768 a 991px */
@media screen and (min-width: 768px) and (max-width: 991px){
	.nav>li>a{
    	font-size: .8em;
    	letter-spacing: -0.5px;
    	padding: 10px 10px;
	}
  
    .navbar-brand{
    	height: 80px;
    	width: 160px;
    	margin-top: 3px;
    }
}
/*=====================================================================FINE NAVBAR======================================
=================================================================================================================================*/

/*=============================================================================================================================
															INDEX
=============================================================================================================================*/

.title-linee-index{
	margin-bottom: 30px;
}


.col-sm-12 > h1{
	text-align: center;
	margin-top: 30px;
}

/*.col-sm-12 > h4{
	color: #bababa;
}*/

.btn-readmore{
	background: #233a62;
	color: #ffffff;
	/*font-weight: 400;*/
}

@media screen and (max-width: 767px){
	.btn-readmore{
		background: #233a62;
		color: #ffffff;
		/*font-weight: 400;*/
		margin-bottom: 10px;
	}
}

.btn-readmore:visited{
	background: #233a62;
	color: #ffffff;
	/*font-weight: 400;*/
}

.btn-readmore:hover{
	background: #ffffff;
	color: #233a62;
	border-color: #233a62;
}

.box-news h4{
	color: #233a62;
	margin-top: 0;
	min-height: 35px;
}

@media screen and (max-width: 991px){
	.box-news img{
		width: 100%;
		margin: 0 auto;
	}
}

/*altezza minima titoli (e paragrafi?) per far si che i box news siano tutti uguali, su tablet*/
.box-news h5{
	/*color: #9e9e9e;grigio*/
	color: #233a62;/*blue*/
	margin-bottom: 5px;
	margin-top: 25px;
}

#box-news p{
	min-height: 250px;
}


#footer p{
	text-align: left;
	color: #ffffff;
}

#footer h5{
	text-align: left;
	color: #ffffff;
	padding-bottom: 5px;
	margin-bottom:0;
}

#footer{
	background-color: #233a62;
}

#copyright{
	background-color: #1e3255;
	height: 75px;
}

#copyright p{
	text-align: center;
	color: #a7b0c0;
	padding-top: 13px;
	line-height: 12px;
}
.jumbotron{
	margin-bottom: 0;
	padding-bottom: 0;
}

.linea-prodotto{
	background-color: #f3f5f8;
	width: 100%;
	padding:30px 0 0 0;
	margin-top: 0;
	text-align: center;
}

@media screen and (max-width: 767px){
	.linea-prodotto{
		background-color: #f3f5f8;
		width: 100%;
		padding-top: 15px;
		margin-top: 0;
		text-align: center;
	}
}


.row-linea-prodotto{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}


/*.titlenews{
	padding-bottom: 30px;
}*/

.box-news{
	padding-bottom: 30px;
	padding-top: 30px;
}
.box-news__img{
	background: transparent no-repeat center / cover;
	border: 1px solid #eee;
}
.titlenews a,
.title-linee-index a{
	color: #233a62;
}
	.titlenews a:hover,
	.titlenews a:focus,
	.title-linee-index a:hover,
	.title-linee-index a:focus{
		color: #233a62;
		text-decoration: underline;
	}

@media screen and (max-width: 767px){
	.box-news>img{
		width: 100%;
	}

	.box-news{
	padding-bottom: 10px;
	padding-top: 10px;
	}
}

.box-linea-prodotto{
	padding: 15px 15px 30px 15px;
	text-align: center;
}

#scheda-catalogo{
	padding-left: 0;
	padding-right: 0;
}

.box-linea-catalogo{
	padding-bottom: 30px;
}

.box-linea-catalogo>a{
	color: #505050;
}

.box-linea-prodotto>a{
	color: #505050;
}


.box-linea-prodotto img{
	margin: 0 auto;
	border: 1px solid #dadada;
}

@media screen and (max-width: 767px){
	.box-linea-prodotto img{
		margin: 0 auto;
		width: 100%;
	}
}


.prodotti-in-evidenza a{
	color: #505050;
}

@media screen and (min-width: 767px){
	.prodotti-in-evidenza{
		margin-right:0;
	}
}

.prodotti-in-evidenza a:hover{
	color: #233a62;
}


.box-app{
	padding-bottom: 15px;
}


/*@media screen and (min-width: 768px) and (max-width: 991px){
	.box-app{
		padding-bottom: 30px;
		width: 100%;
	}
}*/

@media screen and (min-width: 768px){
	.box-app{
		min-height: 170px;
	}
}


.box-app h4{
	margin-top: 0;
}

.title-app{
	margin-bottom: 30px;
}

@media screen and (max-width: 767px){
	.title-app{
		margin-bottom: 30px;
	}
}

/*========================================================================================Footer======================
===========================================================================================================================*/

.box-bottom{
	padding-top: 30px;
	margin-bottom: 30px;
}

.box-bottom>img{
	height: 69px;
}

@media screen and (max-width: 767px){
	.box-bottom{
		padding-top: 15px;
		margin-bottom: 30px;
	}
}

.contattaci{
	padding-top: 30px;
}

@media screen and (max-width: 767px){
	.box-bottom{
		margin-bottom: 10px;
	}	

	.contattaci{
		padding-top: 0;
	}

	.contattaci h5{
		display: none;
	}
}


.contattaci hr{
    margin-top: 0;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #40516e;
}


/*========================================================================================Footer======================
===========================================================================================================================*/

.align-left{
	float: left;
	margin-right: 15px;
}

hr{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}	



/*su mobile, img linea prodotto ingrandite*/
@media screen and (max-width: 767px){
	.box-linea-prodotto>img{
		width: 100%;
	}
}


/*icona area personale*/
.glyphicon-user{
	color: #ffffff;
}

/*=================================================================================================================
									NEWS  -  REALIZZAZIONI
===================================================================================================================*/

/*.box-prossimo-evento{
	padding-left: 0;
	padding-top: 15px;
} */ 

/*.box-prossimo-evento h1, h2,h3,h4,h5,h6{
	line-height:10px;
}*/
.box-prossimo-evento{}
.box-prossimo-evento:last-child{
	margin-bottom: 15px;
}
.box-prossimo-evento + .box-prossimo-evento{
	margin-top: 10px;
}


.p-news-home{
	line-height: 15px;
	margin-bottom: 20px;
}

.altri-prodotti-news{
	padding-right:0;
}

.menu-laterale-realizzazioni{
	font-size: 15px;
	padding-left:0;
}

.data-news-esplosa{
	color: #db0909;
	text-align: left;
	margin-bottom: 1px;
	line-height: 19px;
	font-size: 18px;
}

.p-news-esplosa{
	line-height: 15px;
}

.elenco-categorie{
	margin-bottom: 15px;
}

.introduzione-realizzazioni{
	margin-bottom: 20px;
}

.introduzione-realizzazioni h2{
	margin-bottom: 5px;
}

.box-eventi>h4, .box-eventi>h5{
	text-align: center;
}

.box-eventi> h4{
	margin-bottom:0;
}

.box-eventi{
	padding-top: 5px;
	margin-bottom: 15px;
}

.box-eventi a{
	color: #505050;
}


.color-data-box-eventi{
	color: #a5a5a5;
	margin-top: 0;
}

.luogo-news{
	color: #757575;
	text-align: left;
	margin-top: 0;
	margin-bottom:10px;
	line-height: 20px;
}

.data-news{
	color: #db0909;
	text-align: left;
	margin-bottom: 8px;
	line-height: 16px;
	font-size: 18px;
}

.news-main img{
	width: 100%;
}

.news-small{}
.news-small__img{
	float: left;
	margin-right: 15px;
}
.news-small__text{
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.news-small__img{
		max-width: 40%;
	}
}
@media screen and (max-width: 450px) {
	.news-small__img{
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
	.news-small__img img{
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.news-small__img{
		max-width: 280px;
	}
}

.titolo-news{
	padding-left: 0;
	margin-left: 0;
	color: #233a62;
	margin-bottom: 20px;
}

.container-news{
	padding-left: 0;
	padding-right: 0;
}

.container-news-esplosa{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}

.hr-prossimi-eventi{
	border: 1px solid #757575;
	background-color: #ffffff;
	margin-bottom: 15px;
}

.prossimi-eventi{
	background-color: #ffffff;
}

.prossimi-eventi a{
	color: #505050;	
}

.prossimi-eventi a:hover{
	color: #233a62;	
}

.box-prossimo-evento h4, .box-prossimo-evento-last h4{
	text-align: left;
	margin:5px 5px 5px 0;
}

.box-prossimo-evento h5, .box-prossimo-evento-last h5{
	text-align: left;
	margin:5px 5px 5px 0;
}

.colore-data-evento{
	color: #db0909;
}

.box-prossimo-evento p{
	padding-top: 10px;
}

.box-prossimo-evento-last p{
	padding-top: 10px;
}

.box-prossimo-evento-last{
	/*padding-left: 0;*/
	padding-top: 15px;
	padding-bottom: 30px;
}  

@media screen and (max-width: 767px){
	.box-prossimo-evento>img, .box-prossimo-evento-last>img{
		width: 100%;
        padding-bottom: 15px;
	}
}

#img-evento{
	padding-right: 0;
}

#img-evento p{
	padding-top: 15px;
}

.titlenews h4{
	text-align: center;
}

/* ==========================================================================
   catalogo.html
   ========================================================================== */

.titolo-linea-prodotto{
	padding-top:0;
	padding-bottom: 5px;
	margin-top:0;
}

.introduzione-linea-prodotto{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.1em;
	padding-right: 15px;
	padding-left: 15px;
	font-style: italic;
}   

.catalogo-linea-prodotto{
	margin-top: 0;   
}

.linee-catalogo{
	margin-top: 50px;
	text-align: center;
}   

.linee-catalogo a{
	color: #505050;
}

@media screen and (max-width: 767px){
	.linee-catalogo>img{
		margin: 0 auto;
	}
}

.titolo-prodotti-evidenza{
	margin-top: 0;
	border-top: 1px solid #dadada;
	padding-top: 30px;
}

.titolo-linea{
	border-bottom: 1px solid #dadada;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*margin-left: 15px;
	margin-right: 15px;*/
}

/*.prodotti-evidenza-catalogo{
	margin-left: -10px;
	padding-left: 0;
}

@media screen and (max-width: 767px){
	.prodotti-evidenza-catalogo{
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
}*/

.titolo-tipo{
	font-size: 21px;
}

/* ==========================================================================menu laterale su mobile ridotto a dropdown */

/* @media screen and (min-width: 767px){
	#menu-laterale-mobile-dropdown{
		display: none;
	}
}

#icona-menu-laterale{
	top: 0px;
	margin-left: 15px;
	margin-top:15px;
	margin-bottom:15px;
}

#menu-laterale-mobile-dropdown li a{
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
}

@media screen and (min-width: 767px){
	#scheda-prodotto{
		margin-top: 0;
	}
}

@media screen and (max-width: 767px){
	#blocchi-formati{
		margin-top: 0;
		margin-bottom: 20px;
		float:left;
		margin-left: 15px;
	}
} */



/*altezza menu laterale in dropdown*/

#menu-laterale-mobile-dropdown li a{
	border-bottom: 1px solid #ccc;
	height: 35px;
	line-height: 28px;
}

/*modifico da bootstrap, padding elem lista menu dropdown*/

.dropdown-menu > li > a {
	padding: 3px 15px;
}

/*========================================================================== fine menu laterale dropdown mobile*/



#lista-menu ol {
 margin-left:5px; /* Rimuove il margine sinistro */
 padding-left:0; /* Rimuove il padding sinistro */
}
#lista-menu ol > li {
 list-style:none;   /* [!] Disabilita la numerazione degli item di lista */
 position:relative; /* [!] Crea un contesto per il posizionamento */
 margin:0 0 10px 20px; /* Assegniamo un margine sinistro per fare spazio ai numeri */
 padding:4px 8px;
 border-top: 1px solid #dadada;
 border-bottom: 1px solid #dadada;
}
#lista-menu ol > li:before {
 content:counter(lista);  /* [!] Usa il contatore come contenuto */
  
 /* Posizionare e formattare il numero */
 position:absolute;
 top:0;
 left:-25px;
 width:25px;
 padding:2px;
 color:#b0260d;
 background:#b0260d;
 font-weight:bold;
 text-align:center;
 line-height: 25px;
}

#lista-menu ol > li > a{
	color: #555;
	font-weight: 600;
}

#lista-menu ol > li > a:hover{
	color: #555;
	font-weight: 900;
}


.btn-menu-mobile{
	width: 115px;
	height: 40px;
	margin: 15px 15px 15px 15px;
	color:  #233a62;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #ffffff;
	border: 1px solid #dadada;
} 

.btn-menu-mobile:hover{
	color:  #233a62;
}

.btn-menu-mobile:active, .btn-menu-mobile:visited{
	border: 1px solid #dadada;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline-offset: -2px;
}

/*=====================================================================================btn menu navigazione in alto*/

.btn-menu-navigazione{
	width: 130px;
	height: 40px;
	margin: 15px 15px 15px 15px;
	color:  #233a62;
	font-weight: bold;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #dadada;
} 

.btn-menu-navigazione:hover{
	color:  #233a62;
}

.btn-menu-navigazione:active, .btn-menu-navigazione:visited{
	border: 1px solid #dadada;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline-offset: -2px;
}

/*================================================================================= fine btn menu navizione*/

@media screen and (max-width: 991px){
	#lista-menu ol{
		display: none;
	}

	#scheda-prod{
		/*width: 100%;*/
		margin-top: 80px;
	}
}


/*sotto i 991px scompare il menu laterale*/
@media screen and (max-width: 991px){
	.table-menu-mobile{
		/*display: none;*/ /*nasconde solo il menu realizzazioni perchè l'unico display: none che conta è quello riderito alla ul e non al div */
		width:100%;
	}
}

/* immagine a quadratino menu laterale catalogo */
 .menu-laterale-catalogo{
	width: 25px; 
	height: 25px; 
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	border: none;
}




/* bordi menu laterale e struttura griglia

.menu-tr{
	border: 1px solid red;
}

*/

/*==================================bordi destra e sinistra delle immagini nel catalogo*/
.img-catalogo{
	border: 1px solid #dadada;
}

@media screen and (max-width: 767px){
	.img-catalogo{
		width: 100%;
	}

	#img-scheda-prodotto{
		width: 100%;
		margin-bottom: 30px;
	}
}


/*==================================================paddin e linee separatirici delle voci del menu laterale del catalogo*/
.menu-td{
	/*padding-top: 7px; 
	padding-bottom: 7px;*/
	border-bottom: 1px solid #dadada; 
	border-top: 1px solid #dadada;
	min-height: 40px;
}

.menu-td:hover{
	background-color: #eeeeee;
}

.menu-td a{
	text-decoration: none;
	color: #505050;
	font-weight: 600;
	font-size: 13px;
}

.menu-td-first{
	border-top: 0;
}

/*=====================================================QUADROTTI MENU LATERALE SCHEDA PRODOTTO==============================*/

/*.menu-td>a>h6{
	padding-left: 15px;
	margin-left: 15px;
	height: 25px;
	line-height: 25px;
	margin-top: 8px;
	font-size: 13px;
	margin-bottom: 8px;
}*/

/*==================================================================================================================*/

@media screen and (max-width: 767px){
	#catalogo>img{
		text-align: center;
	}
}

.elemento-catalogo{
	/*text-align: center;  
	margin-top: 15px;
	min-height: 50px;
	margin-bottom: 15px;*/
	text-align: center; 
	margin-top: 15px;
	/*min-height: 35px;*/
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom:0;
}


.titolo-prodotto-catalogo{
	text-align: center; 
	margin-top: 15px;
	margin-bottom: 45px;
	font-size:1em;
	font-weight: 600;
	padding-bottom: 5px;
}



@media screen and (max-width: 390px){
	.titolo-prodotto-catalogo{
		text-align: center; 
		margin-top: 15px;
		min-height: 37px;
		margin-bottom: 45px;
		font-size: 0.9em;
		font-weight: 600;
		letter-spacing: -0.5px;
		padding-bottom: 0;
	}	
}

@media screen and (max-width: 767px){
	.titolo-prodotto-catalogo{
		text-align: center; 
		margin-top: 15px;
		/*min-height: 35px;*/
		margin-bottom: 45px;
		font-size:0.9em;
		font-weight: 600;
		padding-bottom: 5px;
	}

	.elemento-catalogo{
	/*text-align: center;  
	margin-top: 15px;
	min-height: 50px;
	margin-bottom: 15px;*/
	border-bottom: 2px solid #fdc937;
	text-align: center; 
	margin-top: 15px;
	/*min-height: 35px;*/
	font-size: 0.9em;
	font-weight: 600;
	padding-bottom: 5px;
	/*margin-bottom: 30px;*/
	}
}

.descrizione-elemento-catalogo{
	padding-top: 4px;
	padding-bottom: 0;
	margin-bottom: 15px;
	text-align: center;
	min-height: 107px;
	font-size: 0.8em;
	line-height:11px;
	text-transform: lowercase;
}

.titolo-categoria{ 
	margin-top: 0; 
	padding-left: 15px; 
	margin-bottom: 30px;
	margin-left: 15px;
}

.prodotto-categoria{}
.prodotto-categoria a{
	color: #505050;
}
.prodotto-categoria a:hover,
.prodotto-categoria a:focus{
	color: #233a62;
}

.linea-prodotto-wrapper{
	padding-right: 0;
	padding-left: 0;
}

/*@media screen and (max-width: 450px){
	.prodotto-categoria-mobile{
		width: 100%;
	}
}*/

@media screen and (max-width: 767px){
	.titolo-categoria{
 		margin-left: 15px;
	}
}

/*@media screen and (max-width: 767px){
	.table-menu-mobile{
		margin-bottom: 45px;
	}
} */

@media screen and (max-width: 767px){
	/*.table-menu-mobile{
		width: 100%;
	}*/

	.box-info-navigazione h5{
		font-size: 1em;
	}

}
@media screen and (max-width: 991px){
	.percorso-navigazione{
		display: none;
	}
}

/* =======================================================================================================================
   															SCHEDA PRODOTTO
======================================================================================================================= */

/*@media screen and (max-width: 767px){
	.mobile-prodotto{
		padding-right: 15px;
	}
}*/

.testo-descriz-prodotto{
	padding-top: 20px;
}

/*.descriz-prodotto{
	padding-left: 0;
}*/

.testo-codice-prodotto{
	height: 40px;
	line-height: 40px;
	float: left;
	/*padding-left: 15px;*/
}

@media screen and (max-width: 767px){
	.pannello-tab-mobile{
		padding-right: 0;
	}
}

.titolo-screen{
	margin-bottom: 20px;
}

@media screen and (max-width: 767px){
	.titolo-screen{
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

/*.pannello-tab-mobile{
	padding-right: 15px;
}*/

.altri-prodotti{
	/*padding-right: 15px;*/
}

.altri-prodotti-scheda{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}

@media screen and (max-width: 450px){
	.altri-prodotti-scheda div{
		width: 50%;
		padding-right: 0;
	}
}

.altri-prodotti h3{
	padding-left: 15px;
	margin-top: 30px;
	font-size:1.4em;
}

.titolo-prodotto-screen{
	border-left: 12px solid #fdc937;
	margin-top: 0;
	padding-left: 15px;
	display: inline;
}

.titolo-prodotto-mobile{
	border-left: 12px solid #fdc937;
	margin-top: 0;
	padding-left: 15px;
	font-size: 21px;
}

.img-scheda-prodotto{
	border: 1px solid #dadada;
	/*height: 100%;*/
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	.altri-prodotti{
		padding-right: 0;
	}
}

#titolo-mobile{
	padding-left: 0;
	margin-bottom: 5px;
}

#scheda-prod a, #scheda-prod-2 a{
	color: #505050;	
}

#scheda-prod a:hover, #scheda-prod-2 a:hover{
	color: #233a62;
}

#scheda-prod{
	margin-top: 30px;
}

#scheda-prod-2{
	margin-top: 30px;
	padding: 0 0 0 0;
}

@media screen and (max-width: 991px){
	#scheda-prod{
		margin-top: 20px;
	}

	#scheda-prod-2{
		margin-top: 20px;
		width: 100%;
	}

	#scheda-catalogo{
		margin-top: 15px;
	}
}

.hr-scheda-prodotto{
	border: 1px solid #f0f0f0;
	/*margin-left: 15px;
	margin-right: 15px;*/
}

.pdf-icon{
	float: right;
}

@media screen and (max-width: 350px){
	.pdf-icon{
		display: none;
	}
}

/*.altri-prodotti-scheda{
	margin-left: 15px;
}*/

.altri-prodotti-scheda h3{
	margin-left: 15px;
}

/*@media screen and (max-width: 767px){
	.altri-prodotti-scheda{
		margin-left: 15px;
	}

	.altri-prodotti-scheda h3{
		margin-left: 15px;
	}
}*/

/* ========================================================================== pannello di tab==========================*/


.nome-scheda-tab{
	font-size: 1.05em;
}

#pannello-tab{
	margin: 30px 15px 30px 15px;
}

@media screen and (max-width: 767px){
	#pannello-tab{
		margin: 30px 0 30px 15px;
	}
}

/* Lista */
ul.tabs {
	margin: 0; 	
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	height: 40px;
	border-bottom: 1px solid #dadada;
	line-height:40px; 	
	/*border-left: 1px solid #999;*/
}
ul.tabs li {
	margin: 0; 	
	padding: 0;
	float: left; 
	height: 40px;
	line-height: 40px; /* per allineare verticalmente il testo dentro ai Tabs */
	/* border: 1px solid #999; */
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	padding: 0 20px;
	display: block;
	color: #555555;
	text-decoration: none;
	border: 1px solid #fff; /* per dare l'effetto smusso all'interni dei Tabs */
	outline: none;
}
ul.tabs li.active, ul.tabs li.active{ /* background e bordo inferiore devono avere lo stesso colore del box con il contenuto */
	background: #fff;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
 
/* Contenuto */
.contenitore_tab {
	background: #fff;
	border: 1px solid #dadada;	
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.contenuto_tab{
	padding-top: 20px;
	padding-bottom: 20px;
}

.contenuto-tab p{
	line-height:12;
}

.contenuto_tab{
	padding-left:20px;
	padding-right:20px;
}

/* ==================================================================================================== fine pannello di tab*/

/* ========================================================================== pannello di tab MOBILE ==================*/

@media screen and (max-width: 767px){  

	ul.tabs{
		height: 50px;
	}

	ul.tabs li {
    	margin: 0;
    	padding: 0;
    	float: none;
    	height: 50px;
    	line-height: 50px;
    	border: 1px solid #dadada;
    	margin-bottom: -1px;
    	overflow: hidden;
   		position: relative;
	}

	ul.tabs li.active{
    	background: #fff;
    	border: 1px solid #999;
	}

	.contenitore_tab {
    	margin-top: 196px;
	}

	ul.tabs li a {
    	border: none;

	}
}
/* ========================================================================== fine pannello di tab MOBILE=============*/

/*=================================================================================================================
									SCHEDE PANNELLO TAB
===================================================================================================================*/

#scheda1 h5.first-title{
	text-align: left;
	margin-top: 2px;
}

#scheda1 h5{
	text-align: left;
}

#scheda1 p{
	padding-top: 5px;
	padding-bottom: 5px;
}

#scheda1 p.last-p{
	padding-top: 5px;
	margin-bottom: 0;
}


/*=================================================================*/

#scheda2 table, #scheda3 table{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*============================================================*/

#scheda4 table{
	width: 100%;
	margin-top: -11px;
	margin-bottom: 7px;
}

.header-table{
	border-bottom: 1px solid #dadada;
}

.name-header-table{
	font-weight: 800;
	font-size: 1em;
}

.container-colori{
	padding-left: 0;
}

.box-colori{
	margin-bottom: 15px;
}


.box-colori p{
	display: table-cell;
	/*padding-top: 10px;
	padding-left: 15px;*/
	vertical-align: middle;
}

/* @media screen and (max-width: 767px){
	.box-colori p{
		padding-top: 10px;
	}
} */

/*=================================================================================================================
									FINE SCHEDE PANNELLO TAB
===================================================================================================================*/

/*=========================================================formati in scheda prodotto*/


.table-formati{
	border: 1px solid black;
	width: 100%;
}

.table-formati td{
	padding: 15px 0 15px 0; 
	text-align:center;
}


.td-caratteristiche{
	width: 60%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	padding-left: 15px;
}

.td-header{
	width: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 15px;
}


.td-info{
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	padding-left: 15px;
}


/*======================================tabelle in tab*/
table tr.odd{
	background-color:#f7f7f7;
}

@media screen and (min-width: 767px){
	#titolo-mobile{
		display: none;
	}
}

@media screen and (max-width: 767px){
	#titolo-screen{
		display: none;
	}
}

/*==================================================quadratino grigio con formati*/

.square-formato{
	background-color: #fafafa;
	/*height: 40px;*/
	/*width: 40px;*/
	float:right;
	margin-right: 15px;
	text-align: center;
}

@media screen and (max-width: 350px){
	.square-formato{
	margin-right: 10px;
	}
}

.text-formati{
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
	float: left;
	padding-right: 15px;
	/*display: inline;*/
}

.text-square{
	line-height: 40px;
	color: #8d8d8d;
	font-size: 0.7em;
	font-weight: 600;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

@media screen and (min-width: 767px){
	#blocchi-formati{
		margin-top: 10px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 767px){
	#blocchi-formati{
		float: left !important;
		/*padding-left: 15px;*/
		margin-bottom: 20px;
		margin-left: 15px;
	}
}




/*tabella colori =============================================================================>*/

.img-table{
	width:10%;
}

.descr-col-table{
	width: 40%;
}

@media screen and (max-width: 767px){
	.img-table{
		width:10%;
	}

	.descr-col-table{
		width: 90%;
	}
}

/*=====================================================*/

.prodotti-evidenza-catalogo a{
	color: #505050;
}

.prodotti-evidenza-catalogo{
	margin-bottom: 30px;
}

.prodotti-in-evidenza{
	margin-bottom: 30px;
}

/*=================================================================================================================
									CONTATTI
===================================================================================================================*/
@media screen and (max-width: 767px){
	#mappa{
		height:250px;
		/*margin-bottom: 15px;*/
	}
}

.map-container{
	padding:15px 0 15px 0; 
	background-color: #ffffff;

}

.indirizzo-contatti{
	padding: 15px;
}
.indirizzo-contatti ul{
	padding-left: 17px;
}
.indirizzo-contatti h5{
	border-bottom: 1px solid #dadada;
	padding-bottom: 4px;
	margin-bottom:1px;
	margin-top:0;
	font-size: 19px;
}

@media screen and (max-width: 767px){
	.indirizzo-contatti h5{
		margin-top: 15px;
	}
}

.indirizzo-contatti p{
	/*line-height: 12px;*/
	margin-bottom: 20px;
	font-size: 13px; /*prev 14px*/
	padding-top: 3px;
}
/*mappa google*/
iframe{
	padding:15px;
}


.text-last{
	font-size: 9px;
	line-height: 13px;
}

/*===================================================================*/
	
/*=================================================================================================================
									AZIENDA
===================================================================================================================*/

.testo-lato-img{
	/*float: left;*/
}

.img-left{
	margin: 5px 15px 15px 0;
}

.img-right{
	margin: 15px 0 15px 15px;
}

@media screen and (max-width: 500px){
	.testo-lato-img{
		width: 100%;
	}
}

/*.testo-img-azienda{
	padding-right: 15px;
}*/



.carousel-banner{
	height: auto;
	min-height:225px;
	max-height: 400px;
}


@media screen and (max-width: 991px){
	.contenuto-pagina-azienda{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.img-azienda{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px){
	.testo-azienda{
		margin-top: 15px;
	}
}

.testo-azienda p{
	text-align: left;
	margin-bottom:15px;
}

@media screen and (max-width: 767px){
	.testo-azienda{
		margin-top: 15px;
	}
}

.testo-azienda{
	margin-bottom: 15px;
}

.linea-box-azienda{
	border-bottom: 1px solid #dadada; 
	font-size: 20px;
}

.p-box-azienda{
	text-align: center;
	line-height: 13px;
	margin-top: 5px;
}

/*.profilo-azienda{
	margin-bottom: 30px;
}*/

.profilo-azienda h3,
.institutional-content h3{
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	/*margin-bottom: 20px;*/
	/*margin-left: 15px;*/
	/*margin-right: 15px;*/
	margin-top: 10px;
}

.box-azienda{
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #ffffff
}

.box-azienda a{
	color: #505050;
}


/*=================================================================================================================
									APPLICAZIONI
===================================================================================================================*/

.container-applicazioni{
	padding-left: 0;
	padding-right: 0;
}

.container-applicazioni a{
	color: #233a62;
}


.titolo-applicazioni{
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
}

.hr-border{
	border-top: 1px solid #dadada;
	margin-top: 30px;
}

.titolo-applicazioni h4{
	text-align: center;
}

.box-app h4{
	margin-bottom: 0;
}

.box-app p{
	padding-top:5px;
}


.voce-menu-laterale-2{
	font-size: 15px;
	padding-left:0;
}


.box-manuale{
    text-align: center;
    margin-top: 15px;
    /* min-height: 35px; */
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.titolo-box-manuale{
	color: #233a62;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 5px;
}

/*=================================================================================================================
									CATALOGO - 2
===================================================================================================================*/

.catalogo-2{
	padding: 30px 0 30px 0;
}

.catalogo-2 a{
	color: #505050;
}

.titolo-catalogo-2{
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

/*=================================================================================================================
									Font Awesome Icon
===================================================================================================================*/


.fa-color{
	color: #233a62;
}


/*=================================================================================================================
									Realizzazioni
===================================================================================================================*/

.realizzazioni{
	padding: 0 0 0 0;
}

@media screen and (max-width: 991px){
	.realizzazioni{
		width: 100%;
	}
}


/*=================================================================================================================
									MEnu-laterale-catalogo-con-lista
===================================================================================================================*/

.menu-laterale-cat-list{
	list-style: none;
	padding-left: 0;
}
@media screen and (min-width: 768px) {
	.menu-laterale-cat-list{
		padding-left: 2px;
	}
}

@media screen and (max-width: 991px) {
	.menu-laterale-cat-list{
		display: none;
	}
}
/*aggiunta per lasciare spazio bottom quando ci sono pochi prodotti nel catalogo*/
@media screen and (min-width: 991px) {
	.menu-laterale-cat-list{
		min-height: 650px;
	}
}

.menu-laterale-cat-list li{
	border-bottom: 1px solid #dadada;
}

.menu-laterale-cat-list h5{
	/*height: 25px;*/
	line-height: 25px;
	overflow: hidden;
}

.menu-laterale-cat-list a{
	color: #505050;
}

/*menu laterale realizzazioni visibile*/
@media screen and (max-width: 991px) {
	.menu-laterale-cat-list{
		text-align: center;
	}
}


/*=================================================================================================================
									MEnu-laterale-realizzazioni-con-lista
===================================================================================================================*/

/*.menu-laterale-realiz-list{
	list-style: none;
	padding-left: 15px;
}

.menu-laterale-realiz-list li{
	border-bottom: 1px solid #dadada;
}

.menu-laterale-realiz-list a{
		color: #505050;
}*/

/*=================================================================================================================
									Quadratini con div del menu laterale catalogo
===================================================================================================================*/

.div-square-menu-catalogo{
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 15px;
	border: 1px solid #dadada;
}

/*lang-bar*/
.language-selector{
	position: relative;
}
.language-selector ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	#navbar .language-selector li{
		border-top-width: 0;
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.language-selector{
		margin: 0 0 15px;
		padding-top: 15px;
	}
	.language-selector button{
		display: none;
	}
	.language-selector ul{
		text-align: center;
	}
	.language-selector li{
		display: inline-block;
		margin: 0 7.5px;
	}
}
@media (min-width: 768px) {
	.language-selector{
		/*padding-top: 15px !important;*/
	}
	.language-selector:hover ul, .language-selector:focus ul{
		padding: 7.5px 0;
	}
	.language-selector:hover li, .language-selector:focus li{
		max-height: 300px;
	}
	.language-selector button{
		background: transparent;
		border-width: 0;
		color: #fff;
		height: 50px;/*height, non line-height per bug chrome di calcolo altezze*/
		/*line-height: 60px;*/
		/*line-height: 50px;*/
		padding-left: 40px;
	}
	.language-selector button i{
		/*vertical-align: -2px;*/
	}
	.language-selector ul{
		background: #fff;
		background: rgba(35,58,99, 0.8);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		position: absolute;
			top: calc(100% + 10px);
		transition: padding 0.4s ease;
	}
	.language-selector ul li{
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}
	.language-selector ul a{
		display: block;
		padding: 7.5px 15px;
	}
	.language-selector ul .active{
		max-height: 30px;
		position: absolute;
			/*top: -57px;*/
			top: -52px;
	}
	.language-selector ul .active a{
		height: 33px;
		vertical-align: middle;
	}
	.language-selector ul .active span{
		vertical-align: baseline;
	}
	.language-selector ul li:not(.active) a{
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.language-selector{
		top: -4px;
	}
}
@media screen and (min-width: 992px) {
	.language-selector ul{
			top: calc(100% + 15px);
	}
	.language-selector ul .active{
			/*top: -61px;*/
			top: -57px;
	}
}




/*utils*/
.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
}
.clearfix:after{
	clear: both;
}



/*ultime modifiche aemme*/
.top-margin-template{
	margin-top: 25px;
}

.footer-margin{
	margin-bottom: 30px;
}

.cod-row{
	margin-right: 0;
}

.no-title-border {
	border: none !important;
	padding-bottom: 0 !important;
}
.maps-container {
	margin-top: 15px;
	margin-bottom: 15px;
}

.menu-active{
	font-weight: bold;
	font-size: 15px;
}

/* Area riservata */
.table-download{
	width: 100%;
	border: 1px solid #dadada;
	margin: 30px 0 30px 0;
}
.table-download td{
	width: 25%;
	text-align: center;
}
.table-download a{
	color: #ffffff;
}

.table-download tr{
	border-bottom: 1px solid #dadada;
	height: 60px;
}

.thead{
	background-color: #f9f9f9;
	font-weight: bold;
}

/* Modal */
.modal-header{
	border: none;
}

@media screen and (min-width: 768px){
	.modal-dialog {
    	width: 600px;
    	margin: 18% auto;
	}
}
.modal-body h3{
	margin: 10px 40px;
}
@media screen and (min-width: 768px){
	.modal-body{
		margin: 50px 0 50px 0;
	}
	.left-icon i, .right-icon i{
		font-size: 8em;
	}
	.modal-body h3{
		font-size: 30px;
	}
	.left-icon{
		padding-right: 0;
    	border-right: 1px solid #a5a5a5;
	}
	.right-icon{
		padding-left: 0;
	}
}
.modal-body a{
	color: #a5a5a5;
}
.modal-body a:hover{
	color: #233a62;
}
.modal-header i:hover{
	color: #233a62;
}
.overlay-hr{
	display: none;
}
@media screen and (max-width: 768px){
	.overlay-hr{
		display: block;
		color: #a5a5a5;
		margin: 15px;
	}
}
.table-download .btn-icon{
	margin-left: 15px;
}

.download-form{
	margin-top: 30px;
	margin-bottom: 60px;
}
.error-msg{
	color: red;
	margin-top: 5px;
}
.text-italic{
	font-style: italic;
}

/*gold menu
.navbar-brand,
.navbar-nav > li > a{
	text-shadow: initial;
}
.nav > li > a,
.nav > li > a:hover,
.nav > li > a:focus{
	color: #c39120;
}*/

/*tabella download*/
.table-responsive{
	border: none;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
}

/*table-technical*/
.table-bordered.table-technical,
.table-bordered.table-technical > thead > tr > th,
.table-bordered.table-technical > tbody > tr > th,
.table-bordered.table-technical > tfoot > tr > th,
.table-bordered.table-technical > thead > tr > td,
.table-bordered.table-technical > tbody > tr > td,
.table-bordered.table-technical > tfoot > tr > td{
	border-color: #b6b6b6;
}
.table-striped.table-technical > tbody > tr:nth-child(odd){
	background-color: #f6f6f6;
}



/*=== 28-07-2017 ===*/
/*#gallery_widget_tous{
	margin-left: -15px;
	margin-right: -15px;
}*/
#gallery_widget_tous a div{
	margin-bottom: 30px;
}
#gallery_widget_tous a div:before{
	content: '';
	display: inline-block;
	padding-top: 75%;
}


.touch .tos-close,
.touch .tos-next,
.touch .tos-prev{
	opacity: 1;
	z-index: 999999;
}

.logo70 {
	max-height: 100px;
	margin-top: -6px !important;
	width: auto !important;
	height: auto !important;
}




/*=============
	02-02-2018, footer social
*/
@media (max-width: 767px){
	.text-left-xs{
		text-align: left!important;
	}
}

@media (min-width: 768px){
	.text-center-sm-up{
		text-align: center!important;
	}
}
