body {
    height: 100%;
	margin: 0;
	padding: 0;
	font: 12px Verdana;
	background: white;
}


/*border per fare la linea verticale vicino al titolo*/
h3 { 
    font-size:34px;
    font-family: 'Marvel', "Trebuchet MS";
    padding: 0px 0 0 0;
    color:black;
    text-align: left;
    border-left-color: #9A2423;
    border-left-style: solid;
    border-left-width: 10px;
    padding-left: 10px;
 }

h3#solvent { 
    font-size:34px;
    font-family: 'Marvel', "Trebuchet MS";
    padding: 0px 0 0 0;
    color:black;
    text-align: left;
    border-left-color: #F7E103;
    border-left-style: solid;
    border-left-width: 10px;
    padding-left: 10px;
 }

h3#power { 
    font-size:34px;
    font-family: 'Marvel', "Trebuchet MS";
    padding: 0px 0 0 0;
    color:black;
    text-align: left;
    border-left-color: #7A91C5;
    border-left-style: solid;
    border-left-width: 10px;
    padding-left: 10px;
 }

h3#fast { 
    font-size:34px;
    font-family: 'Marvel', "Trebuchet MS";
    padding: 0px 0 0 0;
    color:black;
    text-align: left;
    border-left-color: #AFC72C;
    border-left-style: solid;
    border-left-width: 10px;
    padding-left: 10px;
 }

h3#cleaner { 
    font-size:34px;
    font-family: 'Marvel', "Trebuchet MS";
    padding: 0px 0 0 0;
    color:black;
    text-align: left;
    border-left-color: black;
    border-left-style: solid;
    border-left-width: 10px;
    padding-left: 10px;
 }
/*
---------------------------------------------------------
    HEADER
---------------------------------------------------------
*/

header {
    width: 100%; 
        overflow: hidden;
	}

/*Contiene il logo DGT*/
div#logo {
    width: 100%; 
	height: 110px;
	margin: 5px auto 0 0;
    padding: 5px 0 0 0;
	color:white;
	}

/*Contiene il menu per navigare tra le varie pagine del sito*/
div#navigation {
    width: 100%; 
	height: 50px;
	margin: 0 auto 0 0;
    padding: 3px 0 0 0;
	background:#9A2423;
    }

/*Contiene la foto principale a tutto schermo
fondamentale l'attributo background-size:cover per dimensionarla a tutto schermo */
div#photo {
    position:relative;
    height: 400px;
    background:#fff url(../img/colle_index_photo_01.png) no-repeat center center;
    background-size:cover;
    border-top: 3px solid white;
    }

a, a:link, a:active, a:visited, a:active {
    font-family: 'Surface';
	font-size: 25px;
	color: white;
    border: none;
	outline: none;
	color: white;
	text-decoration: none;
}

a:hover{
    font-family: 'Surface', Helvetica;
	font-size: 25px;
	border: none;
	outline: none;
	color: white;
	text-decoration: underline;
}

img#navigation { 
    height:35px;
    vertical-align: middle;
	}

img#scala { 
 max-width:100%; 
	height:auto;
	width: auto; 
}

/*
---------------------------------------------------------
    MAIN
---------------------------------------------------------
*/

/*overflow per quando si ingrandisce la pagine non sproporziona i div*/
div#main{
    width: 100%;
    overflow: hidden;
    }

a#group, a:link#group, a:active#group, a:visited#group, a:active#group {
    font-size:16px;
    font-family: 'EncodeSans-ExtraLight';
    border: none;
	outline: none;
	color: black;
	text-decoration: none;
    float:left;
}

a:hover#group{
     font-size:16px;
    font-family: 'EncodeSans-ExtraLight';
    border: none;
	outline: none;
	color: #9A2423;
	text-decoration: none;
    float:left;
}

img#pdf{
    padding-right: 5px;
}

/*
---------------------------------------------------------
    GROUP 1
---------------------------------------------------------
*/

p#group_1_col_1 { 
    font-size:16px;
    font-family: 'EncodeSans-ExtraLight';
    padding: 0px 0 30px 0;
    color:black;
    text-align: left;
    }

/*Primo Gruppo del Main, è relative x contenere il group_1_right*/
div#group_1_container {
    position:relative;
    width: 1100px; 
    height: 150px;
    overflow: hidden;
    }

/*colonna a sx*/
div#group_1 {
    overflow: hidden;
    }

/*
---------------------------------------------------------
    GROUPO PROGRAMMI
---------------------------------------------------------
*/

p#group_program_descr { 
    font-size:22px;
    font-family: 'EncodeSans-ExtraLight';
    padding: 0px 0 0 0;
    color:black;
    text-align: left;
    }


/*
---------------------------------------------------------
    GRIGLIA DELLE COLLE
---------------------------------------------------------
*/


div#row_white_container {
    width: 1100px; 
    height: 110px;
    margin-right: -15px;
    margin-left: -15px;
    }

/*per azzerare le impostazioni prima e dopo la riga white, serve soprattutto per mozilla*/
div#row_white_container:before,
div#row_white_container:after {
  display: table;
  content: " ";
}

div#row_white_container:after {
  clear: both;
}

/*Container delle collet*/
div#group_colle_container {
    position:relative;
    width: 1100px; 
    overflow: hidden;
    }

label {
  border-radius: 0;
  border: 1px solid #bbbbbb;
}
p#group_colle_descr { 
    font-size:30px;
    font-family: 'EncodeSans-ExtraLight';
    padding: 0px 0 0 0;
    color:black;
    text-align: left;
    }

/*div separatore delle righe*/
div#riga_gluecost {
    height: 50px;
    width: 1100px; 
    margin-right: -15px;
    margin-left: -15px;
    }

.row {
    margin-right: -15px;
    margin-left: -15px;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row1 {
    text-align: center;
    margin-right: -15px;
    margin-left: -15px;
}

.row1:before,
.row1:after {
  display: table;
  content: " ";
}

.row1:after {
  clear: both;
}

.row1:before,
.row1:after {
  display: table;
  content: " ";
}

.row1:after {
  clear: both;
}

.col1{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 49%;
  height: 40px;

}

p#addbasket { 
    font-size:16px;
    font-family: 'EncodeSans-ExtraLight';
    padding: 0 0 0 0;
    text-align: center;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    }

/*
---------------------------------------------------------
    FOOTER
---------------------------------------------------------
*/

.img_footer { 
    max-height: 100%;
    }

div#footer{
    width: 100%;
    background: #373836;
    overflow: hidden;
}

p#footer_dati_col_1 { 
    font-size:16px;
    font-family: 'EncodeSans-ExtraLight';
    padding: 10px 0 0 0;
    color:white;
    text-align: left;
    }
p#footer_dati_col_1_piva { 
    font-size:14px;
    font-family: 'EncodeSans-ExtraLight';
    padding: 0px 0 0 0;
    color:white;
    text-align: left;
    }

p#footer_dati_col_2 { 
    font-family: 'EncodeSans-ExtraLight';
    padding: 0px 0 0 0;
    color:white;
    text-align: right;
    }

a#footer_dati_col_2, a:link#footer_dati_col_2, a:active#footer_dati_col_2, a:visited#footer_dati_col_2, a:active#footer_dati_col_2 {
    font-family: 'EncodeSans-ExtraLight';
	font-size: 16px;
	color: white;
    border: none;
	outline: none;
	color: white;
	text-decoration: none;
}

a:hover#footer_dati_col_2{
    font-family: 'EncodeSans-ExtraLight';
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	text-decoration: underline;
}

div#row_footer_dati_container {
    width: 1100px; 
    margin-right: -15px;
    margin-left: -15px;
    }

/*per azzerare le impostazioni prima e dopo la riga white, serve soprattutto per mozilla*/
div#row_footer_dati_container:before,
div#row_footer_dati_container:after {
  display: table;
  content: " ";
}

div#row_footer_dati_container:after {
  clear: both;
}

/*colonna a sx*/
div#row_footer_dati {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 49.99%;
    float:left;
    text-align: left;
    opacity:0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    }

div#row_footer_dati_right {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 20px;
    padding-top: 15px;
    width: 50%;
    float:left;
    }

div#row_footer_privacy_container {
    width: 1100px; 
    margin-right: -15px;
    margin-left: -15px;
    }

/*per azzerare le impostazioni prima e dopo la riga white, serve soprattutto per mozilla*/
div#row_footer_privacy_container:before,
div#row_footer_privacy_container:after {
  display: table;
  content: " ";
}

div#row_footer_privacy_container:after {
  clear: both;
}

/*colonna a sx*/
div#row_footer_privacy {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 49.99%;
    float:left;
    text-align: left;
    opacity:0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    }

div#row_footer_privacy_right {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 20px;
    width: 50%;
    float:left;
    }

div#footer_privacy{
     width: 1100px;
    height: 100px;
    margin: 0px auto;
    overflow-x: auto;
   }

p#footer_privacy_col_1 { 
    font-size:16px;
    font-family: 'EncodeSans-ExtraLight';
    padding: 10px 0 0 0;
    color:#AFAFB2;
    text-align: right;
    overflow-x: auto;
    }

a#afooter, a:link#afooter, a:active#afooter, a:visited#afooter, a:active#afooter {
    font-family: 'EncodeSans-ExtraLight', Helvetica;
	font-size: 16px;
	color: white;
    border: none;
	outline: none;
	color: #AFAFB2;
	text-decoration: none;
}

a:hover#afooter{
    font-family: 'EncodeSans-ExtraLight', Helvetica;
	font-size: 16px;
	border: none;
	outline: none;
	color: #AFAFB2;
	text-decoration: underline;
}

div#row_footer_privacy_back{
    width: 100%;
    background: black;
    
    padding-top: 10px;
    }


/*
---------------------------------------------------------
    CAMPI INPUT E BOTTONI
---------------------------------------------------------
*/


#select {
font-size:25px;
font-family: 'Marvel', "Trebuchet MS";
text-align: center;
background-color: white;
height: 38px;
width:60%;
}

input#campotesto {
font-size:25px;
font-family: 'Marvel', "Trebuchet MS";
text-align: left;
background-color: white;
border-style: solid;
border-width: thin;
background-attachment: scroll;
background-repeat: no-repeat;
height: 50px;
width:65%;
}

button#buttonaddbasket { 
    font-family: 'Surface';
	font-size: 25px;
    padding: 0 0 0 0;
    text-align: center;
    color:white;
    width: 100%;
    height: 100%;
    border: none;
	outline: none;
    background-color: #9A2423;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    }

button#buttonaddbasket:hover { 
    background-color: #e8110f;
    text-decoration: underline;
    }  

/*
---------------------------------------------------------
    CARATTERI
---------------------------------------------------------
*/

@font-face {
    font-family: 'Surface';
    src: url('Surface_Medium.otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Marvel';
    src: url('Marvel-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EncodeSans-ExtraLight';
    src: url('EncodeSans-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}	


/*
---------------------------------------------------------
    CLASSI @MEDIA
---------------------------------------------------------
*/

@media only screen and (min-width: 768px) and (max-width: 1099px) {
     h3, h3:solvent, h3:fast, h3:cleaner, h3:power  { 
    font-size:20px;
    }
    div#photo {
    height: 250px;
    }
    div#navigation {
    height: 40px;
    font-size: 20px;
	}
    a, a:link, a:active, a:visited, a:active {
    font-size: 20px;
	}
    a:hover{
    font-size: 20px;
	}
    img#navigation { 
    height:45px;
	}
    p#group_1_col_1 { 
    font-size:22px;
    }
    div#group_1_container {
        width: 90%;
    }    
    div#group_colle_container {
        width: 90%;
    }
        
    div#footer_dati{
        width: 768px;
    }
   div#row_white_container {
        width: 768px;
    }
    div#group_colle_container {
        max-width: 768px;
    }
    
    div#row_footer_dati_container{
        width: 768px;
    }

    div#row_footer_privacy_container{    
        width: 768px; 
    }
}


@media only screen and (min-width:480px) and (max-width:767px) {
     h3, h3:solvent, h3:fast, h3:cleaner, h3:power { 
    font-size:20px;
    }
    p#group_1_col_1 { 
    font-size:26px;
    }
    div#photo {
    height: 250px;
    }
    div#navigation {
    height: auto;
    font-size: 20px;
	}
    a, a:link, a:active, a:visited, a:active {
    font-size: 20px;
	}
    a:hover{
    font-size: 20px;
	}
    img#navigation { 
    height:45px;
	}
    div#row_white_container {
        width: 480px;
        height: 150px;
    }
    div#group_1_container {
        width: 100%;
        height: auto;
    }
    div#group_colle_container {
        width: 100%;
    }
    
    div#row_footer_dati_container{
        width: 460px;
        text-align: center;
    }
    div#row_footer_dati {
        width: 460px;
         margin: 0;
    }
    div#row_footer_dati_right {
        width: 460px;
        margin: 0;
        position:relative;
    }
    div#row_footer_privacy_container{    
        width: 460px; 
        text-align: center;
    }
    div#row_footer_privacy {
        width: 460px;
         margin: 0;
        text-align: center;
    }
    div#row_footer_privacy_right {
        width: 460px;
        margin: 0;
        position:relative;
        text-align: center;
    }
    p#footer_dati_col_1 { 
        text-align: center;
    }
    p#footer_dati_col_1_piva { 
        text-align: center;
    }
    p#footer_dati_col_2 { 
        text-align: center;
    }
    p#footer_privacy_col_1 { 
        text-align: center;
    }
}


@media only screen and (max-width:479px) {
     h3, h3:solvent, h3:fast, h3:cleaner, h3:power  { 
    font-size:16px;
    }
    p#group_1_col_1 { 
    font-size:22px;
    }
    div#photo {
    height: 200px;
    }    
    div#navigation {
    height: 100px;
	}
    div#group_1_container {
        width: 100%;
    }
   div#group_colle_container {
       width: 100%;
    }
    div#row_white_container {
        width: 310px;
        height: 150px;
    }
    div#row_footer_privacy_container {
        width: 310px;
        height: auto;
    }
    div#row_footer_privacy {
        width: 310px;
        margin: 0;
        text-align: center;
    }
    div#row_footer_privacy_right {
        width: 310px;
        margin: 0;
        position:relative;
        text-align: center;
    }     
    div#row_footer_dati_container {
        width: 310px;
        height: auto;
        text-align: center;
    }
    div#row_footer_dati {
        width: 310px;
        margin: 0;
        text-align: center;
    }
    div#row_footer_dati_right {
        width: 310px;
        margin: 0;
        position:relative;
        text-align: center;
    }
    p#footer_dati_col_1 { 
        text-align: center;
    }
    p#footer_dati_col_1_piva { 
        text-align: center;
    }
    p#footer_dati_col_2 { 
        text-align: center;
    }
    p#footer_privacy_col_1 { 
        text-align: center;
    }
    img#navigation { 
    height:35px;
	}
 }


/*
---------------------------------------------------------
    FLEXSLIDER
---------------------------------------------------------
*/

.flex-caption {
 position: absolute;
 bottom: 0%;
 width: 100%;
}
.flex-caption-text {
 display: inline-block;
 color: #FFFFFF;
 font-size: 30px;
 font-family: "Surface", Helvetica, Arial, sans-serif;
 margin: 0px 0;
 padding: 0 0px;
 background-color: #9A2423;
 width: 100%;
}

@media only screen and (max-width: 767px) {
 .flex-control-nav, .flex-control-pager, .flex-caption {display: none;}
 .flex-caption-text {
 font-size: 16px;
 }    
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
   .flex-caption-text {
    font-size: 25px;
  }
    .flex-caption {
 position: absolute;
 }
}