* {
    box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	font-size: 14px;
	background-image: url(../img_gattoni/sfondo_body_chiaro.jpg);
	background-size: auto auto;
	background-repeat: repeat-y;
	background-color: #c6cacb;
	font-family:"Dosis";
	font-weight: 300;
	color:#FFF;
	line-height: 1.231;
	height: 100%; /* Corregge il min-height di #container in FF e altri browser. */
}
html {
	height: 100%; /* Corregge il min-height in IE8 che prende HTML come parent. */
}
.clear{
  clear: both;
}
#top {
	background-image: url(../img_gattoni/sfondo_top.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 81px;
	position: absolute;
	/*
	background-color: #000;
	border-bottom: #ff00ff 1px solid;
	*/
}
#top a {
	text-decoration: none;
	color: #ffffff;
}

#top a:hover  {
	color: #ee2a24;
}

#logo {
	top: 10px;
	left: 30px;
	position: absolute;
}

#ricerca {
	background-image: url(../img_gattoni/sfondo_ricerca.png);
	background-repeat: repeat;
	width: 250px;
	height: 300px;
	position: absolute;
	border: solid 1px #ffffff;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	right: 35px;
	top: 200px;
}

#banner_home {
	background-image: url(../img_gattoni/sfumatura_bottone_red.jpg);
	width: 400px;
	height: 35px;
	position: absolute;
	z-index: 999;
	bottom: 90px;
	font-size: 20px;
	padding-top: 7px;
	text-transform: uppercase;
	/*-webkit-box-shadow: 6px -6px 5px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    6px -6px 5px rgba(50, 50, 50, 0.8);
	box-shadow:         6px -6px 5px rgba(50, 50, 50, 0.8);
	border-bottom-right-radius: 12px;*/
	text-align: center;
}

#banner_home_ombra {
	background-color: #000000;
	width: 411px;
	height: 81px;
	position: absolute;
	z-index: 998;
	bottom: 99px;
}

#div_info {
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	height: 0px;
	position: fixed;
	width: 660px;
	display:block;
	overflow:hidden;
	z-index:900;
	left: 50%;
	margin-left: -320px;
	font-size: 18px;
}

#div_info_body {
	height: 500px;
	width: 600px;
	background-color: #ffffff;
	float:left;
	text-align: left;
	color: #000;
}

#div_info_padding_titolo {
	background-image: url(../img_gattoni/freccia_barra.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 77px;
	text-transform: uppercase;
	color: #d7d7d7;
	font-size: 20px;
}

#div_info_padding {
	padding-left: 25px;
	padding-top: 15px;
	float:left;
}

#div_info_padding img {
	border: 1px #333 solid;
	height: 150px;
}

#div_info_x  {
	background-image: url(../img_gattoni/x.png);
	width: 56px;
	height: 57px;
	right: 0px;
	position: relative;
	margin-left: 1px;
}

#div_info_x:hover {
	background-image: url(../img_gattoni/x_verde.png);
}

#footer {
	background-image: url(../img_gattoni/sfondo_top.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover  {
	color: #ee2a24;
}

#footer_left {
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	color: #fff;
}

#footer_right {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	color: #fff;
}

/* Piazza il footer in fondo alla pagina anche se questa � troppo corta. */
#container {
	min-height: 100%;
	position: relative;
	/*min-height: 470px;*/
	overflow: hidden;
}

/* ----------------- Barra comune ai form ----------------- */
.barra_head {
	position: relative;
	width: 100%;
	height: 58px;
	background: url(../img_gattoni/sf_barra_lunga.png) left top repeat-x;
}

.barra_head img {
	position: absolute;
	top: 0;
	left: 10%;
}

.barra_head span {
	display: block;
	position: absolute;
	left: 10%;
	margin-left: 100px;
	font-size: 24px;
	color: black;
	font-weight: 400;
	line-height: 58px;
	text-transform: uppercase;
}

/* ----------------- Fine barra comune ai form ----------------- */

input, textarea {
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

body * {
	outline: none;
}

#menu_prodotti_red {
	color: red !important;
	font-weight: 700;
	//text-shadow: 0px 0px 3px #ffffff;
	//filter: dropshadow(color=#ffffff, offx=0, offy=0);
}



/*------------------------INIZIO FOGLIO DI STILE EMILIANA----------*/




body{font-family:dosis;}


#contenitore_prodotti{ width:900px; height:auto; margin:30px auto;}

.sfondo{ height:auto; overflow:hidden;margin:30px auto;
-moz-box-shadow: 2px 10px 4px -2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 2px 10px 4px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 10px 4px -2px rgba(0, 0, 0, 0.1);}

.sfondo_left{position:relative; width: 180px; height:180px !important; /*background-image:url(../image_prodotti/sfondogriglia.png);background-color:#C01F20;*/
background-size:cover;vertical-align:central; float:left;  /*box-shadow: inset -10px -10px 10px -10px black;*/ }

#triangle-right{float:left; display: none; position:relative;width: 0;height: 0;border-top: 30px solid transparent;
    border-left: 30px solid #C01F20; border-bottom: 30px solid transparent; margin-left:-10px;line-height:180px; margin-top:60px;}

.sfondo_right{float:left; margin-left:20px; text-align:left !important;}

.sfondo_right p.margin_testo{margin:0;text-align:left;}


.prodotto{ padding:10px; height:160px; width:160px;}

.titolo_prodotto{ color:#C01F20; font-size:18px; text-transform:uppercase;font-family:dosis; margin-top:4px;}

#ciao a {color:#C01F20; text-decoration:underline;}
#ciao a:hover {color:#C01F20; text-decoration:underline;}

.paragrafo_sottolineato{ border-bottom:dashed 1px;font-family:dosis; }

.rett_rosso{ border: 4px dashed #C01F20;width:50px; margin:5px 0 5px 0 !important;}


@media screen and (min-width:769px) and (max-width:960px) {}

@media screen and (min-width:481px) and (max-width:768px) {

#contenitore_prodotti{ width:480px;}
.sfondo{height:auto;}
.sfondo_left{ float:none; margin-left:0px;}
.sfondo_right{float:none; margin-left:0px;}
#triangle-right{display:none !important;}
.rett_rosso{margin-right:0px;}
}

@media screen and (max-width:480px) {
#contenitore_prodotti{ width:320px;margin: 0 auto;}
.sfondo{height:auto;margin: 0auto;}
.sfondo_left{ float:none;margin: 0 auto; width:140px!important; height:140px !important;}
.prodotto{ padding:5px; height:130px !important; width:130px !important;}
.sfondo_right{float:none;margin: 0 auto;}
#triangle-right{display:none !important;}
.titolo_prodotto{font-size:14px; text-align:center!important; margin-bottom:5px;}
.rett_rosso{margin: 10px auto 10px auto !important;}
.paragrafo_sottolineato{font-size:16px; line-height:16px; margin:5px 0; text-align:center; border-bottom:none;}}
