#imm-title-bg{
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
    padding: 0;
    margin-top: 0px;
    background-image: url('../images/testate/macchinari.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#imm-title{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
    padding-top: 200px;
}

#imm-title .bg{
	display: block;
	margin: 0 auto;
	position: relative;
    text-align: left;
    background-color: rgba(0,0,0,0.6);
    border-left: 4px solid #008fd8;
    padding: 32px 10px 32px 25px;
    margin-left: 40px;
   }

#imm-title .bg p{
    display: block;
	margin: 0 auto;
	position: relative;
	color:#fff;
    font-size: 5em;
    font-family: 'Exo', sans-serif;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
    }

#corpo{
	display: block;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
    padding: 0;
    margin-top: 60px;
    z-index: 150;
    margin-bottom: 60px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#corpo .cat{
	display: inline;
    float: left;
	margin: 0 auto;
	width: 47%;
	position: relative;
    padding: 0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#corpo .title{
    font-size: 2.7em;
    line-height: 45px;
	font-family: 'Exo', sans-serif;
    color: #008fd8;
    font-weight: 500;
    text-align: left;
    padding-left: 4px;
    margin-top: 4px;
    margin-bottom: 0px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#corpo .title2{
    font-size: 1.7em;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    text-align: left;
    padding-left: 4px;
    margin-top: 6px;
    margin-bottom: 5px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#corpo .desc{
    font-size: 1.25em;
    padding: 0 8px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: justify;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#corpo .margin{
    margin-right: 40px;
}

#corpo .desc span{
    font-weight: 400;
}

#corpo ul{
    list-style: none;
}

#corpo li{
    list-style-image: url('../images/li.png');
}

#macchinari {
	position: relative;
	margin: 0 auto;
	display: block;
	background-color: #f0f0f0;
	max-width: 100%;
	margin-top: -2px;
	padding-top: 2px;
	padding-bottom: 60px;
	}

#macchinari .title{
	font-size: 1.4em;
	font-weight: 400;
	padding: 5px 0 0 0;
	line-height: 30px;
	}

table.responsive {
	margin: 0 auto;
  	width: 100%;
	max-width: 1200px;
  	background: #e5e5e5;
	font-size: 1.15em;
}

 .responsive thead tr {
    background: #004a76;
	 color:#fff;
  }

.responsive tbody tr {
    background: #fff;
    color: #111;
    line-height: 30px;
	}

.responsive tbody td.big {
    max-width: 550px;
	}

table span{
  	color:#fff;
}

#macchine-foto{
	margin: 0 auto;
	display: block;
	position: relative;
	max-width: 1500px;
    margin-top: 70px;
	}


#foto{
	display: inline;
    float: left;
	margin: 0 auto;
	width: 31.5%;
	position: relative;
    padding: 0;
    margin-bottom: 50px;
    margin-left: 5px;
    margin-right: 5px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#foto p{
	font-family: 'imprima';
	color:#004a76;
	font-size: 1.5em;
    margin: 0 0 10px 0;
    padding: 0;
}

#foto .con {
    background-color: #000;
  position: relative;
  width: 100%;
  max-width: 400px;
    margin: 0 auto;
}

#foto .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  transition: .5s ease;
  backface-visibility: hidden;
    margin: 0 auto;
}

#foto .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#foto .con:hover .image {
  opacity: 0.5;
}

#foto .con:hover .middle {
  opacity: 1;
}

#foto .text {
  background-color: #fff;
  color: #004a76;
  font-size: 2em;
  padding: 14px 18px 14px 19px;
    border-radius: 50%;
    font-family: 'imprima';
}

#link-imm{
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
    padding: 60px 6px 90px 6px;
    margin-top: 0px;
    margin-bottom: -30px;
    z-index: 150;
    background-color: #f0f0f0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#categorie{
	display: block;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 150;
    background-color: #f0f0f0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#categorie p{
	display: inline;
    float: left;
	margin: 0 auto;
	width: 33%;
	position: relative;
    padding: 0;
    font-size: 1.25em;
    font-weight: 500;
	font-family: 'Exo', sans-serif;
    color: #13354f;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#categorie .cat img{
	width: 100%;
	max-width: 260px;
	border:4px solid #f0f0f0;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	border-radius: 50%;
	}

#categorie .cat img:hover{
	border:4px solid #004a76;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
	}

#categorie a.tooltip
{
    color: #fff;
	font-size: 1.2em;
    text-decoration: none;
	
    }

#categorie a.tooltip span
{
    display: none;
}
#categorie a.tooltip:hover span
{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #004a76;
	border-radius: 10px;
   padding: 10px 5px;
    border:none;
	font-family: 'imprima';
	width: 100%;
	max-width: 140px;
	}

#categorie a.tooltip:hover
{
    position: relative;
}



/* responsive rules */
@media screen and (min-width: 1900px) {


	
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {




    
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {

#corpo-gall .gall{
    margin-left: 15px;
    width: 48%;
    padding-bottom: 0;
}

    
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    
#corpo-gall .imm-bg{
    min-height: 580px;
}

#corpo-gall .gall{
    margin-left: 15px;
    width: 48%;
    padding-bottom: 0;
}
    

	
}

@media screen and (min-width: 1220px) and (max-width: 1399px) {

#corpo .cat{
	width: 46.6%;
}
    
#corpo-gall .imm-bg{
    min-height: 500px;
}
 
#corpo-gall .gall{
    margin-left: 15px;
    width: 48%;
    padding-bottom: 0;
}
    


	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {

#corpo .cat{
	width: 46.4%;
}
    
#corpo .margin{
	margin-right: 30px;
}
    
#corpo-gall .imm-bg{
    min-height: 450px;
}
    
#corpo-gall .gall{
    margin-left: 15px;
    width: 48%;
    padding-bottom: 0;
}



    
    
}


@media screen and (min-width: 851px) and (max-width: 1000px) {

#imm-title-bg{
    min-height: 440px;
}
    
#imm-title{
    padding-top: 170px;
}

#imm-title .bg{
    padding: 22px 0px 26px 15px;
    margin-left: 12px;
}

#corpo .cat{
	width: 97%;
}
    
#corpo-gall .cat{
	width: 100%;
}

#corpo-gall .imm-bg{
    min-height: 450px;
}

   

    

}


@media screen and (min-width: 651px) and (max-width: 850px) {
     
#imm-title-bg{
    min-height: 360px;
}
    
#imm-title{
    padding-top: 150px;
}

#imm-title .bg{
    padding: 18px 0px 22px 15px;
    margin-left: 12px;
}

#imm-title .bg p{
    font-size: 4.3em;
}
    
#corpo .cat{
	width: 97%;
}
    
#corpo-gall .cat{
	width: 100%;
}

#corpo-gall .imm-bg{
    min-height: 350px;
}

#foto{
	width: 48%;
}
    
	
}

@media screen and (min-width: 451px) and (max-width: 650px) {

#imm-title-bg{
    min-height: 260px;
}

#imm-title{
    padding-top: 110px;
}

#imm-title .bg{
    padding: 18px 0px 22px 10px;
    margin-left: 8px;
}

#imm-title .bg p{
    font-size: 2.6em;
}

#corpo .cat{
	width: 96%;
}

#corpo-gall .cat{
	width: 100%;
}

#corpo-gall .imm-bg{
    min-height: 300px;
}

#foto{
	width: 100%;
}
    
#categorie p{
	width: 49%;
    margin-bottom: 30px;
}
    
#categorie p.ultimo{
	width: 99%;
    margin-bottom: 30px;
}
    

}


@media screen and (min-width: 291px) and (max-width: 450px) {

#imm-title-bg{
    min-height: 200px;
    border-bottom: 4px solid #004a76;
}

#imm-title{
    padding-top: 70px;
}

#imm-title .bg{
    padding: 18px 0px 22px 10px;
    margin-left: 8px;
}

#imm-title .bg p{
    font-size: 2.2em;
}
    
table.responsive {
  	width: 100%;
  	font-size: 1.03em;
}

  .responsive thead tr {
    display: none;
  }

  .responsive tbody tr {
    clear: both;
    display: block;
   
    padding-bottom: 10px;
  }

  .responsive td {
    display: block;
    padding: 4px;
    position: relative;
    padding-left: 40%;
	border: 1px solid #c0c0c0;
  }

  .responsive td:before {
    clear: both;
    position: absolute;
    top: 0px;  /* deve essere come il padding del td */
    left: 0px; /* deve essere come il padding del td */
	bottom: 0px; /* deve essere come il padding del td */
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .responsive td:nth-of-type(1):before {
    content: "Macchinario";
	background-color: #004a76;
  	color: #fff;
  	font-weight: 700;
	}

  .responsive td:nth-of-type(2):before {
    content: "Descrizione";
	background-color: #004a76;
  	color: #fff;
  	font-weight: 700;
  }

#foto{
	width: 100%;
}
    
#categorie p{
	width: 95%;
    margin-bottom: 30px;
}
    
	
}

@media screen and (max-width: 290px) {
    
#imm-title-bg{
    min-height: 140px;
    border-bottom: 4px solid #004a76;
}

#imm-title{
    padding-top: 40px;
}

#imm-title .bg{
    padding: 18px 0px 22px 10px;
    margin-left: 5px;
}

#imm-title .bg p{
    font-size: 1.8em;
}

#corpo .cat{
	width: 94%;
}
    
#corpo .title{
    font-size: 2em;
}

#corpo .title2{
    font-size: 1.3em;
    line-height: 27px;
}
    
table.responsive {
  	width: 100%;
  	font-size: 0.83em;
}

  .responsive thead tr {
    display: none;
  }

  .responsive tbody tr {
    clear: both;
    display: block;
   
    padding-bottom: 10px;
  }

  .responsive td {
    display: block;
    padding: 4px;
    position: relative;
    padding-left: 40%;
	border: 1px solid #c0c0c0;
  }

  .responsive td:before {
    clear: both;
    position: absolute;
    top: 0px;  /* deve essere come il padding del td */
    left: 0px; /* deve essere come il padding del td */
	bottom: 0px; /* deve essere come il padding del td */
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .responsive td:nth-of-type(1):before {
    content: "Macchinario";
	background-color: #004a76;
  	color: #fff;
  	font-weight: 700;
	}

  .responsive td:nth-of-type(2):before {
    content: "Descrizione";
	background-color: #004a76;
  	color: #fff;
  	font-weight: 700;
  }

#foto{
	width: 100%;
}
    
#categorie p{
	width: 94%;
    margin-bottom: 30px;
}

	
}