#sotto-menu{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1400px;
	z-index: 100;
    margin-top: -120px;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 6px;
    font-size: 0.9em;
    color: #222;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#sotto-menu a{
	font-weight: 400;
    padding-bottom: 6px;
    font-size: 1.1em;
	}

#box1{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1400px;
	z-index: 100;
    margin-top: 30px;
    margin-bottom: 70px;
	}

#box1 .cat{
	margin: 0 auto;
	position: relative;
    display: inline;
    float: left;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#box1 .image{
	width: 50%;
	}

#box1 .image img{
	width: 100%;
    max-width: 700px;
	}

#box1 .filosofia{
	width: 48%;
    padding-left: 7px;
	}

#box1 .big{
	font-size: 3.4em;
    line-height: 54px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 6px;
    color: #e70000;
    font-family: 'Jost', 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;
	}

#box1 .desc{
	font-size: 1.33em;
    line-height: 33px;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 6px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#foto{
	display: block;
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
    }

#foto .cat{
	display: inline;
    float: left;
    position: relative;
	margin: 0 auto;
    margin: 0 12px 30px 12px;
    width: 23.2%;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#foto .con {
  position: relative;
  width: 100%;
  max-width: 500px;
    margin: 0 auto;
    background-color: #000;
}

#foto .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  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 {
  color: white;
  font-size: 3.4em;
  padding: 18px 16px 19px 17px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease
}




/* 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) {


    
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    
#foto .cat{
    width: 23%;
	}
	
}

@media screen and (min-width: 1220px) and (max-width: 1399px) {

#foto{
	width: 100%;
    }

#foto .cat{
    width: 23%;
    margin: 0 10px 30px 10px;
	}

}

@media screen and (min-width: 1001px) and (max-width: 1219px) {

#box1 .big{
    margin-top: 20px;
	}

#box1 .desc{
    margin-bottom: 30px;
	font-size: 1.28em;
    line-height: 30px;
	}
 
#foto{
	width: 100%;
    }

#foto .cat{
    width: 31%;
    margin: 0 10px 30px 10px;
	}

	
}


@media screen and (min-width: 801px) and (max-width: 1000px) {
    
#sotto-menu{
    margin-top: 10px;
    margin-bottom: 30px;
	}

#box1 .big{
    margin-top: 20px;
	}

#box1 .desc{
    margin-bottom: 30px;
	font-size: 1.28em;
    line-height: 30px;
	}
    
#foto{
	width: 100%;
    }

#foto .cat{
    width: 31%;
    margin: 0 7px 30px 7px;
	}
    

    
}


@media screen and (min-width: 651px) and (max-width: 800px) {
    
#sotto-menu{
    margin-top: 10px;
    margin-bottom: 30px;
	}
    
#box1 .image{
	width: 100%;
	}
	
#box1 .filosofia{
	width: 98%;
	}
    
#box1 .big{
    margin-top: 20px;
	}

#box1 .desc{
    margin-bottom: 30px;
	font-size: 1.28em;
    line-height: 30px;
	}

#foto{
	width: 100%;
    }

#foto .cat{
    width: 47%;
    margin: 0 7px 30px 7px;
	}
    
	
}

@media screen and (min-width: 451px) and (max-width: 650px) {

#sotto-menu{
    margin-top: 10px;
    margin-bottom: 30px;
	}
    
#box1 .image{
	width: 100%;
	}
	
#box1 .filosofia{
	width: 98%;
	}
    
#box1 .big{
    margin-top: 20px;
	}

#box1 .desc{
    margin-bottom: 30px;
	font-size: 1.28em;
    line-height: 30px;
	}
    
#foto{
	width: 100%;
    }

#foto .cat{
    width: 47%;
    margin: 0 5px 30px 5px;
	}


}


@media screen and (min-width: 291px) and (max-width: 450px) {

#sotto-menu{
    margin-top: 10px;
    margin-bottom: 30px;
	}
    
#box1 .image{
	width: 100%;
	}
	
#box1 .filosofia{
	width: 97%;
	}
    
#box1 .big{
    font-size: 2.7em;
    margin-top: 20px;
	}

#box1 .desc{
    margin-bottom: 30px;
	font-size: 1.28em;
    line-height: 30px;
	}
    
#foto{
	width: 100%;
    }

#foto .cat{
    width: 98%;
    margin: 0 0px 30px 0px;
	}
    
	
}

@media screen and (max-width: 290px) {
	
#sotto-menu{
    margin-top: 10px;
    margin-bottom: 30px;
	}

#box1 .image{
	width: 100%;
	}
	
#box1 .filosofia{
	width: 96%;
	}
    
#box1 .big{
    font-size: 2.1em;
    margin-top: 20px;
	}
    
#box1 .medium{
    font-size: 1.8em;
	}

#box1 .desc{
    margin-bottom: 30px;
	font-size: 1.23em;
    line-height: 28px;
	}
    
#foto{
	width: 100%;
    }

#foto .cat{
    width: 98%;
    margin: 0 0px 30px 0px;
	}
	
	
}