@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700,900');

/* *********
RESET CSS
********* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline; HO DOVUTO TOGLIERLO PER ALLINEARE MIDDLE LE IMMAGINI NELLE TABELLE*/ 
    background: transparent;
}
body {
    line-height: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
p {
	line-stacking: 4em;
}
#clear_left {clear:left;}
#clear_right {clear:right;}
.clear_left {clear:left;}
.clear_right {clear:right;}
.clear_both {clear: both}
/* FINE DEL RESET */
@media all{
	html{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	}
	body{
		/*line-height: 1em;*/ /*non mettere problema con immagine immagine che vanno a capo si crea spazio*/
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 16px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		background:#f8f8f8;
		width:100%;
		color: #2e2e2e;
	}
	img{
		border:0;
		max-width:100%;
		max-height: 100%
	}
	.colornero{color:#2e2e2e;}
	.colornero a, .colornero a:link{color:#2e2e2e; text-decoration:none;}
	.colornero a:hover, .colornero a:focus, .colornero a:active{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
		color: #707070;
		text-decoration: underline;
	}
    
	.colorbianco{color:#fff;}
	.colorbianco a, .colorbianco a:link{ color:#fff; text-decoration:none;}
	.colorbianco a:hover, .colorbianco a:focus, .colorbianco a:active{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
		color: #fff;
	}
	
	.bgnero{background-color: #1a1a1a;}
	.bgblu{background-color: #003963;}
	.bgrosso{background-color: #e83f4b;}
    .bgrosa{background-color: #C954B0;}
	.bgverde{background-color: #77a88c;}
	.bggiallo{background-color: #fab54d;}
	.container{
		max-width:1290px;
		width:96%;
		padding: 0 2%;
		margin:0 auto;
		/*padding: 0 30px;*/
        /*background-color: #f99;*/
	}

/* FASCIA MENU */
	.fasciamenu{
        width: 100%;
		margin: 0 0 0 0;
        padding: 0 0 0 0;
		/*background-color: #fff01f;*/
	}
	.logo{
		float: left;
		width: 180px;
        padding: 0 60px;
        margin: 0 0 0 0;
	}
	.social{
		float: left;
		width: calc(100% - 300px);
        padding: 35px 0 0 0;
        margin: 0 0 0 0;
        text-align: right;
	}
    .social .imgsocial img{
        width: 50px;
    }
    .menumobile{display: none;}
	.menu{
		float: left;
		width: calc(100% - 300px);
        padding: 20px 0 0 0;
        margin: 0 0 0 0;
        text-align: right;
        line-height: 1em;
	}
	.menu li{
		display: inline;
		padding: 0 0 0 24px;
		margin: 0 0 0 0;
		font-size: 22px;
		font-weight: 300;
	}
	/* FINE MENU */

	/* IMMAGINI CAPPELLA */ 
	.immagine{
		position: relative;
        background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
		width: 100%;
	}
	.ombratesto{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color:rgba(0, 0, 0, .3);
		text-align: center;
		padding: 180px 0 0 0;
		font-size: 50px;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 1.3em;
	}
	.imghome{height: 500px;}
	.imginterna{height: 250px;}
	/* FINE IMMAGINI CAPPELLA */
	
	/* TESTO SINGOLO */
	.titolosingolo{
		padding:30px 30px;
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1em;
	}
	.testosingolo{
		width: calc(100% - 60px);
		padding:30px 30px;
		line-height: 1.8em;
	}
	/* FINE TESTO SINGOLO */
	
	/* BOX ATTIVITA' */
	.frasehome{
		padding: 30px 0;
		line-height: 1.5em;
		text-align: center;
		margin: 0 30px;
	}
	
	.boxattivita .box{
		position: relative;
		float: left;
		width: calc(25% - 30px);
		margin: 0 15px;
        padding: 0 0 30px 0;
	}
	.boxattivita .box .bimg{
		text-align: center;
	}
	.boxattivita .box .tit{
		padding: 20px 5px 10px 5px;
		line-height: 1.5em;
		font-weight: 600;
		text-transform: uppercase;
	}
	.boxattivita .box .txt{
		line-height: 1.5em;
		padding: 0 5px 0 5px;
	}
	/* FINE BOX ATTIVITA' */
	
	
	/* TESTI */
	.titolo{
		padding:30px  0px 30px 360px;
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1em;
	}
	.testi .sx{
		float: left;
		width: 300px;
		/*background-color: #017;*/
		line-height: 1.5em;
	}
	.testi .sx li{
		padding:15px;
		/*height: 40px;*/
		text-align: center;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		cursor: pointer;
	}
	.testi .dx{
		float: left;
		width: calc(100% - 360px);
		padding: 14px 0 0 60px;
		/*background-color: #0f7;*/
		line-height: 1.8em;
	}
	.testi .dx .imgdott{
		max-width: 350px;
	}	
	/* FINE TESTI */
	
	/* CONTATTI */
	.contatti{
		line-height: 1.8em;
		padding: 30px 0 0 0;
	}
	.contattidx{
		float: left;
		width: calc(50% - 15px);
		padding: 0 15px 0 0;
		text-align: right;
	}
	.contattisx{
		float: left;
		width: 45%;
		width: calc(50% - 15px);
		padding: 0 0 0 15px;
		text-align: left;
	}
	/* FINE CONTATTI */
	
	/* BOTTOM */
	.bottom{
		border-top: solid 1px #c9c9c9;
		margin: 40px 0;
		padding: 40px 0;
	}
	.bdx{
		float: left;
		width: calc(50% - 15px);
		padding: 0 15px 0 0;
		text-align: right;
		line-height: 1.5em;
	}
	.bsx{
		float: left;
		width: 45%;
		width: calc(50% - 15px);
		padding: 0 0 0 15px;
		text-align: left;
		line-height: 1.5em;
	}
	.bottom .bdati{
		padding: 30px 0 0 0;
		line-height: 1.5em;
		text-align: center;
	}
	.bottom li{
		display: inline;
		margin: 0 15px 0 15px;
		padding: 0 0 0 0;
        text-align: center;
		font-size: 12px;
	}
	/* FINE BOTTOM */
	.linkhower{
		line-height: 1.7em;
		position:absolute;
		display:block;
		top:0;
		bottom:0;
		left:0;
		right:0;
		overflow: hidden;
		text-align: center;
		background-color:rgba(0, 0, 0, 0);
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease; 
		transition: all 0.6s ease;
	}
	/*.linkhower:hover{background-color:rgba(0, 0, 0, 0);}*/
	.linkhower.lhblu:hover {background-color:rgba(0, 57, 99, 0.75);}
	.linkhower.lhrosso:hover {background-color:rgba(232, 63, 75, 0.75);}
    .linkhower.lhrosa:hover {background-color:rgba(201, 84, 176, 0.75);}
	.linkhower.lhverde:hover {background-color:rgba(119, 168, 140, 0.75);}
	.linkhower.lhgiallo:hover {background-color:rgba(250, 181, 77, 0.75);}
}











@media all and (max-width: 1060px){
	body{font-size: 15px;}

	.menu li{
		font-size: 20px;
	}

	
	/* IMMAGINI CAPPELLA */ 
	.ombratesto{
		padding: 140px 0 0 0;
		font-size: 40px;
		font-weight: 900;
	}
	.imghome{height: 400px;}
	.imginterna{height: 250px;}
	/* FINE IMMAGINI CAPPELLA */ 
	
	/* BOX ATTIVITA' */
	.frasehome{
		padding: 20px 0;
		margin: 0 20px;
	}
	.boxattivita .box{

		width: calc(25% - 20px);
		margin: 0 10px;
	}
	.boxattivita .box .tit{
		padding: 10px 5px 5px 5px;
	}
	.boxattivita .box .txt{
		padding: 0 5px 0 5px;
	}
	/* FINE BOX ATTIVITA' */
	
	/* TESTI */
	.titolo{
		padding:25px  0px 25px 280px;
		font-size: 16px;
		font-weight: 400;
		/*text-transform: uppercase;
		line-height: 1em;*/
	}
	.testi .sx{
		/*float: left;*/
		width: 260px;
		/*background-color: #017;
		line-height: 1.5em;*/
	}
	.testi .sx li{
		padding:15px;
		/*height: 40px;*/
		/*text-align: center;*/
		font-size: 16px;
		/*font-weight: 400;
		text-transform: uppercase;
		cursor: pointer;*/
	}
	.testi .dx{
		/*float: left;*/
		width: calc(100% - 280px);
		padding: 14px 0 0 20px;
		/*background-color: #0f7;*/
		line-height: 1.7em;
	}	
	/* FINE TESTI */
	
	/* CONTATTI */
	.contatti{
		line-height: 1.7em;
		padding: 25px 0 0 0;
	}
	.contattidx{
		width: calc(50% - 30px);
		padding: 0 15px 0 0;
	}
	.contattisx{
		width: calc(50% - 15px);
		padding: 0 0 0 15px;
	}
	/* FINE CONTATTI */
	
	/* BOTTOM */
	.bottom{
		margin: 30px 0 0 0;
		padding: 30px 0;
	}
	.bdx{
		width: calc(50% - 30px);
		padding: 0 15px 0 0;
		font-size: 14px;
	}
	.bsx{
		width: calc(50% - 15px);
		padding: 0 0 0 15px;
		font-size: 14px;
	}
	.bottom .bdati{
		padding: 15px 0 0 0;
	}
	.bottom li{
		margin: 0 10px 0 10px;
		font-size: 11px;
	}
	/* FINE BOTTOM */
	
}









@media all and (max-width: 760px){
    body{font-size: 14px;}
	
	.container{
		max-width:380px;
		width:96%;
		padding: 0 2%;
		margin:0 auto;
		/*padding: 0 30px;*/
        /*background-color: #f99;*/
	}
	
	/* M E N U */
	
	.fasciamenu{
        position: relative;
        z-index:auto;
		height: auto;
        /*width: 100%;*/
		margin: 0 0 10px 0;
        /*padding: 0 0 10px 0;
		background-color: #ffffff;
        box-shadow: 0px 0px 7px #000000;*/
	}
	
	.logo{
		width: 50%;
		height: 90px;
		padding: 0;
		
	}
	.social{
		width: 50%;
		padding: 30px 0 0 0;
        /*background-color: #0f0;*/
	}
    .social .imgsocial{
        margin: 10px;
    }
    .social .imgsocial img{
        width: 37px;
    }
    .menu{
        display: none;
    }
	.menumobile{
		/*float: right;*/
		display: inline-block;
		/*width: 100%;*/
        /*top:10px;*/
		/*text-align: right;*/
		padding: 0 0 0 10px;
        /*background-color: #ff0;*/
	}
	/* FINE MENU */
	
	/* IMMAGINI CAPPELLA */ 
	.ombratesto{
		padding: 100px 0 0 0;
		font-size: 30px;
		font-weight: 900;
	}
	.imghome{height: 300px;}
	.imginterna{height: 250px;}
	/* FINE IMMAGINI CAPPELLA */
	
	/* BOX ATTIVITA' */
	/*.frasehome{
		padding: 20px 0;
		margin: 0 20px;
	}*/
	.boxattivita .box{

		width: 100%;
		margin: 15px 0;
	}
	.boxattivita .box .bimg{
		height: 110px;
	}

	/* FINE BOX ATTIVITA' */
	
	
	/* TESTI */
	.titolo{
		padding:20px;
		font-size: 15px;
		/*font-weight: 600;
		text-transform: uppercase;*/
		line-height: 1.2em;
	}
	.testi .sx{
		display: none;
		/*float: left;*/
		/*width: 260px;*/
		/*background-color: #017;
		line-height: 1.5em;*/
	}
	.testi .sx li{
		/*padding:15px;*/
		/*height: 40px;*/
		/*text-align: center;*/
		/*font-size: 16px;*/
		/*font-weight: 400;
		text-transform: uppercase;
		cursor: pointer;*/
	}
	.testi .dx{
		/*float: left;*/
		width: calc(100% - 40px);
		padding: 14px 20px 0 20px;
		/*width: calc(100% - 300px);
		padding: 0 0 0 40px;*/
		/*background-color: #0f7;*/
		/*line-height: 1.7em;*/
	}	
	/* FINE TESTI */
	
	/* CONTATTI */
	.contatti{
		/*line-height: 1.7em;*/
		padding: 20px 0 0 0;
	}
	.contattidx{
		width: 100%;
		padding: 0 0 30px 0;
		text-align: left;
	}
	.contattisx{
		width: 100%;
		padding: 0 0 0 0;
		text-align: left;
	}
	/* FINE CONTATTI */
	
	/* BOTTOM */
	.bottom{
		margin: 30px 0 0 0;
		padding: 30px 0;
	}
	.bdx{
		width: 100%;
		padding: 0 0 0 0;
		font-size: 13px;
		text-align: center;
	}
	.bsx{
		width: 100%;
		padding: 0 0 0 0;
		font-size: 13px;
		text-align: center;
	}
	.bottom .bdati{
		padding: 15px 0 0 0;
	}
	.bottom li{
		display: block;
		margin: 0 10px 0 10px;
		font-size: 11px;
	}
	/* FINE BOTTOM */

}




















/*  S L I D E  */
.slideimg {
  max-width:1098px;
  width:100%;
  margin:0 auto;
}
.slide {
  border: none; 
  opacity: 0; 
  filter:alpha(opacity=0);
  position: absolute; 
  top: 0; 
  left: 0;
}
.showMe {
  opacity: 1;
  filter:alpha(opacity=100);
}
#slideHome{
  position: relative;
  z-index: 2;
  background-color: #fff;
}
/*  F I N E   S L I D E  */