/* Iwash.it by Cristina De Simone - desimone.cristina@gmail.com */

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1
}

ol, ul {
	list-style:none;
}

:focus {
	outline:0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

/* Box-sizing -*/
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 *behavior: url('/script/boxsizing.htc');
}

/* Display block per gli elementi HTML5 su IE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}

/* Immagini responsive */
img { 
 	border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic;
}
 
img.scala { 
	width: auto; 
 	max-width:100%; 
	height:auto;
}

.scala { 
	width: auto; 
 	max-width:100%; 
	height:auto;
}

/* Stili di base e tipografia */
html {
  font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	//font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	background-color: #f4f4f4;
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
	background-position: top;
	//background-attachment:fixed;
	-webkit-text-size-adjust: 100%;
}
body.home {
	background-color: #FFFFFF;
}
a {
 	color: #021188;
 	text-decoration: none;
}

a:hover {
 	color: #021188;
 	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
} 

h1 { 
 	font-size:46px; 
	line-height:46px; 
	margin-bottom:20px; 
}

h2 { 
 	font-size:32px; 
	line-height:32px; 
	margin-bottom:12px; 
}

h3 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 20px;
}

h4 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}


/* Griglia */
.contenitore {
 	width:1010px; 
	margin:0 auto; 
	padding:0; 
	background: #fff;
	position:relative;
}

.riga {
	margin: 0px;
	padding: 0px;
}

[class*='colonna-'] {
	display: block;
 	float: left;
 	padding: 0 20px;
}

.colonna-1terzo {
 	width: 313px;
}

.colonna-2terzi {
 	width: 754px;
}

.colonna-3terzi {
	 width: 940px;
}

.colonna-1mezzo {
 	width: 470px;
}

/* Micro-clearfix */
.contenitore:before, .contenitore:after, header:before, header:after, nav:before, nav:after, section:before, section:after, aside:before, aside:after, footer:before, footer:after, .riga:after {
 	content: " "; 
 	display: table;
}

.contenitore:after, header:after, nav:after, section:after, aside:after, footer:after, .riga:after {
 	clear: both;
}

.contenitore, header, nav, section, aside, footer, .riga {
 	*zoom: 1;
}

/* Stili  per le varie sezioni */
header {
	border-top-style: solid;
	border-top-color: #021188;
	border-top-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #021188;
	border-bottom-width: 8px;
	position: relative;
	background-image:url(../img/bg-header.jpg);
}

.logo {
	padding-bottom: 15px;
	padding-top: 5px;
}

.logo img a {
	display: block;
}

#breadcrumbs {
	font-size: 13px;
	padding-bottom: 20px;
	padding-left: 20px;
}

section {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

section p { 
	margin-bottom:20px;
	text-align:justify;
}

section pre { 
	margin-bottom:20px;
	font-weight:bold;
}

section ul {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(../img/bull.png);
	line-height: 24px;
	text-align:justify;
}

aside {
	float: left;
	width: 256px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebarBox {
	//float: left;
	font-size: 14px;
	background-color: #F4F4F4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #D7D7D7;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 20px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	text-align:center;
}

.sidebarBox ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-position: outside;
	list-style-image: url(../img/bull.png);
	line-height: 24px;
	text-align:left;
}

section h3, section h4, aside h3 {
	color: #021188;
}

aside h3, footer h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.sidebarExtra {
	font-size: 14px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	//float: left;
	width: 216px;
}
.social-share a {
	float: left;
}

.boxItem {
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #D7D7D7;
	position: relative;
}

.boxItem:last-of-type {
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 20px;
}

.boxItem:hover {
	background-color: #F4F4F4;
}

.boxItem h4 {
	margin-left: 34px;
}

.boxItem p {
	margin-bottom: 8px;
	margin-left: 34px;
}

.boxItem p:last-of-type {
	margin-bottom: 0px; 
}

.numeroItem {
	display: block;
	width: 34px;
	text-align: center;
	padding-left: 0;
	float: left;
	font-size: 22px;
	line-height: 22px;
	color: #666;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*.shareBoxItem {
	position: absolute;
	top: 20px;
	right: 15px;
	width: auto;
	float: right;
	display: block;
}*/ /* Eliminato perchè di troppo */

#boxSconto {
	padding-bottom: 20px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
	border: 1px dashed #333333;
	position: relative;
}

#boxSconto .logo{
	display: none;
}

#forbiceBorder {
	padding: 0px;
	margin-bottom: 20px;
	display: block;
	float: right;
	right: 20px;
	position: absolute;
	bottom: -36px;
	background-color: #FFFFFF;
}

footer {
	color: #FFF;
	clear: both; /* !!! NON ELIMINARE !!! */
	margin-top: 10px;
}

#footerTop {
	font-size: 14px;
	background-color: #021188;
	padding-top: 5px;
}

#footerTop p { 
	margin-bottom:20px; 
}

#footerCopy {
	font-size: 13px;
	background-color: #4D5380;
	//background-image:url(../img/footer.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

footer a:hover {
 	color: #FFF;
	font-weight: bold;
 	text-decoration: none;
}

/* Form */
form {
	background: #EEF4FB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C1D9F0;
	width: 100%;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
		
form p {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 13px;
	color: #255b90;
}

form a, form a:hover {
	text-decoration: underline;
}
			
form p label {
	float: left;
	width: 130px;
	line-height: 30px;
}

form label[for=uomo], form label[for=donna] {
	width: 60px;
}

form input:not([type=radio]):not([type=checkbox]):not([type=submit]), form textarea, select {
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #C1D9F0;
	outline: none;
	width: 425px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	float: left;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	color: #333333;
}

  form input:not([type=radio]):not([type=checkbox]):not([textarea]), select {
	height: 30px;
}

form textarea {
	resize: none; 
}

form input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus, form textarea:focus, select:focus {
	background-color: #F4F4F4;
	border: 1px solid #021188;
	color: #000;
}
					
form input[type=radio] {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	height: 25px;
	line-height: 25px;
	display: block;
}

form input[type=checkbox] {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	height: 18px;
	line-height: 18px;
	display: block;
}

form input[type=submit], input[type=button] {
   background-image: -webkit-linear-gradient(#021188, #5191c5);
   background-image:    -moz-linear-gradient(#021188, #5191c5);
   background-image:     -ms-linear-gradient(#021188, #5191c5);
   background-image:      -o-linear-gradient(#021188, #5191c5);
   background-image:         linear-gradient(#021188, #5191c5);
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
           box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
   -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
           border-radius: 10px;
   width: 100px;
   display: block;
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;   
   font-size: 20px;
   line-height: 30px;
   text-align: center;
   color: #fff;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
form input[type=submit]:hover, input[type=button]:hover {
   background-image: -webkit-linear-gradient(#5191c5, #021188);
   background-image:    -moz-linear-gradient(#5191c5, #021188);
   background-image:     -ms-linear-gradient(#5191c5, #021188);
   background-image:      -o-linear-gradient(#5191c5, #021188);
   background-image:         linear-gradient(#5191c5, #021188);
   -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
      -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
           box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
}

/* Form Ricerca */
form.ricerca {
	float: right;
	width: 550px;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

form.ricerca input:not([type=radio]):not([type=submit]) {
	width: 415px;
	margin-right: 15px;
}

form.ricerca input:not([type=submit]):focus {
	background-color: #F4F4F4;
	border: 1px solid #021188;
	color: #000;
}

form.ricerca input[type=submit] {
	display: inline-block;
	width: 80px;
	margin-top: 0px;
}

form.ricerca input[type=radio] {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	height: 25px;
	line-height: 25px;
	display: block;
}

form.ricerca p label {
	width: auto;
	margin-right: 30px;
	margin-bottom: 0px;
}

/* Varie */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.hidden {
	position: absolute;
	left: 336px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.aligncenter {
	display: block;
	margin: 0px auto;
}

.alignleft {
	float: left;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 0px;
}

.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 0px;
}

.f-nav{
	z-index: 9999; position: fixed; left: auto; right:auto; top: 0; width:1010px;
} /* this make our menu fixed top */	

@media only screen and (min-width: 768px) and (max-width: 1139px) {
.f-nav{
	z-index: 9999; position: fixed; left: auto; right:auto; top: 0; width:768px;
} /* this make our menu fixed top */	

.contenitore {
 	width: 768px;
}
.colonna-1terzo, aside {
 	width: 256px;
}
/*.shareBoxItem {
	position: relative;
	top: 0px;
	right: 0px;
	float: none;
	margin-left: 34px;
	margin-top: 10px;
	display: inline-block;
}*/
.sidebarExtra {
 	width: 216px;
}
.colonna-2terzi {
 	width: 512px;
}
.colonna-3terzi {
 	width: 768px;
}
.colonna-1mezzo {
 	width: 384px;
}
form {
	width: 100%;
}
form input:not([type=radio]):not([type=checkbox]):not([type=submit]), form textarea {
	width: 295px;
}
form.ricerca {
	width: 364px;
}
form.ricerca input:not([type=radio]):not([type=submit]) {
	width: 230px;
}
}

@media only screen and (min-width:480px) and (max-width:767px) {
.f-nav{
	z-index: 9999; position: fixed; left: auto; right:auto; top: 0; width:460px;
} /* this make our menu fixed top */	

.contenitore {
 	width: 460px;
}
.colonna-3terzi, .colonna-2terzi, .colonna-1terzo, .colonna-1mezzo {
 	width: 460px;
	margin:0;
}

aside{
	width: 338px;
	margin:auto;
}
/*.shareBoxItem {
	position: relative;
	top: 0px;
	right: 0px;
	float: none;
	margin-left: 34px;
	margin-top: 10px;
	display: inline-block;
}*/
form{
	width: 100%;
}
.sidebarExtra {
	width: 216px;
	margin-left:102px;
}

.sidebarBox {
	margin-left:102px;
}
form input:not([type=radio]):not([type=checkbox]):not([type=submit]), form textarea {
	width: 245px;
}
form.ricerca {
	float: none;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 420px;
}
form.ricerca input:not([type=radio]):not([type=submit]) {
	width: 285px;
}
#breadcrumbs {
	display: none;
}
}

@media only screen and (max-width:479px) {
.f-nav{
	z-index: 9999; position: fixed; left: auto; right:auto; top: 0; width:310px;
} /* this make our menu fixed top */	

.contenitore {
 	width: 310px;
}
.colonna-3terzi, .colonna-2terzi, .colonna-1terzo, .colonna-1mezzo {
 	width: 310px;
 	margin: 0;
}

aside{
	width: 283px;
	margin:auto;
}
/*.shareBoxItem {
	position: relative;
	top: 0px;
	right: 0px;
	float: none;
	margin-left: 34px;
	margin-top: 10px;
	display: inline-block;
}*/
form{
	width: 100%;
}

.sidebarExtra {
	width: 216px;
	margin-left:102px;
}

.sidebarBox {
	margin-left:47px;
}

form input:not([type=radio]):not([type=checkbox]):not([type=submit]), form textarea {
	width: 230px;
}
form label[for=sesso], form label[for=uomo], form label[for=donna] {
	width: 55px;
}
form label[for=cap], form label[for=provincia] {
	width: 65px;
}
form.ricerca {
	float: none;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 270px;
}
form.ricerca input:not([type=radio]):not([type=submit]) {
	width: 230px;
	margin-bottom: 15px;
	margin-right: 0px;
}
form.ricerca input[type=submit] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
form.ricerca p label {
	margin-right: 20px;
}
#breadcrumbs {
	display: none;
}
#footerTop {
	margin-top: 10px;
}
}
