* {
	margin:0;
	padding:0;
}

html{
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}

html,body{
	margin:0;
	padding:0;
}

body {	
	font-size:16px;
  font-family: 'Lato', sans-serif;
	color:#002222;
	background: #fff;
	line-height: 19px;
}

abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#fff;}

img {
	border: 0;
}

a:link,a:visited {
	color: #000; 
	text-decoration: none;
}

a:hover {
	color:#b1763a;
	text-decoration: none;
}

a:focus{
	outline:0; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h1 {
	font-size: 40px;
	line-height: 40px;
}

h2 {
	font-size: 30px;
	font-weight: 800px;
	line-height: 32px;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size:100%;
}

p {
}	

::-moz-selection {
	background:#fff;
	color:#000;
}

::selection {
	background:#fff;
	color:#000;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*=========================================================================================== Layout generale */

.logo {
  position: absolute;
  left: 37px;
  top: 49.5px;
}

#container {
	 
	 margin: 0 auto;
	 margin-top: 170px;	
   text-align:center;
}

.cont {width: 80%; margin:0 auto;  }

h1 {display: block;}

.sottotitolo {font-size:22px;line-height: 30px; padding-bottom: 15px; }


.cont div.oxy {float:left; width: 25%; font-size: 16px;line-height: 19px; text-align: center;padding-bottom: 50px;}

.img_logo {position: relative;height: 61px;}

.img_logo img {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.testo_prod {padding-top: 38px; min-height: 66px;}

.img_prod{min-height: 380px; padding-top: 40px}

.riga {width: 158px; height: 5px; background-color: #004676; margin:10px auto 0 auto;}

.button {
    background-color: #004676;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
}

.button:hover{background-color: #004676d9;}

#contatti {

    padding: 50px 20px;
    text-align: center;
    clear: both;
    background-color: #004676;
    color:#fff;
    font-size: 14px;
    line-height: 17px;
}

#contatti div {
    display: block;
    padding-bottom: 50px;
}

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

  .cont {width: 98%; margin:10px auto;  }
  .img_logo img {
    max-height: 45px;
  }
}

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

  .cont div.oxy {width: 50%;}
  #container {
      margin-top: 120px;
  }

}

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

    #container {
      margin-top: 0;
  }


  .cont div.oxy {float:none;width: 100%;}

  img.logo {
      position: relative;
      top: 20px;
      left: 0;
      right: 0;
      margin-bottom: 30px;
  }


}

