@import "superfish.css";
@import url(http://fonts.googleapis.com/css?family=Signika+Negative:300,600,700);

* { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%;  }
body { background: #FFF; margin: 0px; font-family: 'Signika Negative', sans-serif; font-weight:300; font-size:13px; -webkit-text-size-adjust:100%;  color:#666; }
a { text-decoration:none; outline:none; color:#000; font-weight:300; }
a:hover { text-decoration:underline;  }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; font-weight:normal; margin:0px; }
img { display:inline-block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
.row { margin-bottom:10px; }
.label { font-weight:600; }
input, select { height:35px; }
input, select, textarea { color:#444; font-family: 'Signika Negative', sans-serif; font-size:13px; padding: 5px; background-color: #EFEFEF; border: 1px solid #CCC; }
input:focus, textarea:focus, select:focus { border-color: #9B8F84; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; font-weight:normal; } 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; }
input[type='number'] { width:50px; }
input[type='checkbox'], input[type='radio'] { padding:0; height:15px; width:15px; float:left; margin-right:10px; }
input[type='checkbox'].selected, input[type='radio'].selected { background:#CCC; }
.placeholder { color:#BBB; }
option { padding:0 5px; }
label { cursor:pointer; }
.btn, input[type='submit'], input[type='button'] { font-size:12px; padding: 5px; border:0px; font-weight:600; cursor:pointer; display:inline-block; color:#FFF; background: #9B8F84; line-height:normal; text-align:center; text-transform:uppercase; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover { text-decoration:none; background: #B8AA9D; color:#FFF; }
.btn-primary, input.btn-primary { background-color:#000; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { background:#222; color:#FFF; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
.msg_error { color:#FFF; margin-bottom:20px; display:block; background:#FF0000; padding: 5px 10px; border-radius: 5px; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; background:#59B200; padding: 5px 10px; border-radius: 5px; }
p.limit { margin: 10px 0; font-size:11px; }
.error { color:#FF0000; font-weight:600; }
.ok { color: #669900; font-weight:600; }

table { width:100%; border-collapse: collapse; border:1px solid #CCC; padding:5px;  }
thead td { background: #AAA; color:#FFF; padding: 7px 10px; font-style:normal; text-transform:uppercase; font-size:11px; font-weight:600; }
tbody td { border-bottom: 1px solid #CCC; padding: 5px 10px; font-style:normal;}
tbody td a:hover { color:#B2BA26; }

.tabs { margin-bottom:20px; }
.tabs a {  font-weight:600; display:block; background:#AAA; color:#FFF; border:1px solid #AAA;  border-bottom:0; padding: 7px 10px; text-align:center; font-style:normal; text-transform:uppercase; font-size:11px;  }
.tabs a.selected { background:#FFF; color:#888; }


ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; border-top:1px dotted #CCC; margin:0px; padding: 5px 0; color:#999; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
ul.icon_right li a i { float:right; }
ul.list_number li { list-style:decimal; margin:5px 0 5px 20px; }
ul.list_disc li { list-style:disc; margin:5px 0 5px 20px; }
ul.list_disc li li { list-style:circle; }


.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:960px; margin: 0 auto; clear: both; padding: 0 10px; position:relative; }
.align_right { text-align: right; }
.hidden { display:none; }
.bold { font-weight:600; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#999; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.align_right { text-align:right; }
.align_center { text-align:center; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }

.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }

.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 32.2%; }
.span_2_of_3 { width: 66.1%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 23.8%; }
.span_2_of_4 { width: 49.2%; }
.span_3_of_4 { width: 74.6%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.span_6_of_6 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }
.iphone_show { display:none; }
.mt40 { margin-top:40px; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }


.header li { float:left; }
.header li a { display:block; padding: 15px; text-transform:uppercase; font-weight:normal; }
.header li.logo { width:135px; height:47px; background: url('../images/logo_veronelli.gif') no-repeat; text-indent:-300px; overflow:hidden; margin-right:20px; }
.header li a.selected { background:#7A7448; color:#FFF; font-weight:700; }
.header li.logo2 { float:right; width:119px; height:47px; background: url('../images/logo_olioro.gif') no-repeat; text-indent:-300px; overflow:hidden; margin-right:40px; }
.header li.logo3 { float:right; width:147px; height:47px; background: url('../images/logo_oliocomevino.gif') no-repeat; text-indent:-300px; overflow:hidden; }

h1 { font-size:50px; margin-bottom:20px; }
.fascia { padding: 40px 0; font-size:18px; }
.fascia h2.headline { color:#59614c; font-size:22px; font-weight:300; }
.fascia h2.headline em { font-size:18px; }
.bg_green { background: #474F3C; color:#FFF; }
.bg_green h1 { color: #B19B55; }
.bg_green .color { color: #B19B55; }
.bg_brown { background:#DBD3BE; color:#666; }
.bg_brown h1 { color: #474F3C;  }
.bg_olio { background: url('../images/bg_olio.jpg') right no-repeat #080607; color:#FFF; height:700px; }
.bg_olio h1, .bg_olio li { color: #B19B55; }

#home .storia h1 { margin: 80px 0 0 0; }
#home .storia h2 { font-size:35px; margin:0; }
#home .storia h1, .storia h2 { color:#474F3C; }
#home .storia .fascia { font-size:16px; }
#home .storia b { color:#474F3C; }

#produttori .map .fascia { padding:20px 0; }
#produttori .map h2 { border-bottom:2px solid #474F3C; color: #474F3C; padding-bottom:5px; margin-bottom:10px; font-size:22px; }
#produttori .map .regioni li { float:left; width:50%; }
#produttori .map li { font-size:16px; color:#B7A188;  padding:2px 5px; }
#produttori .map li a { color:#474F3C; display:block;  }
#produttori .map li a.selected { background:#474F3C; color:#B19B55; border-left:5px solid #B19B55; padding-left:5px; }
#produttori .map li span.brand { float:right; font-size:11px; padding:5px 10px 0 0;}
#produttori .sede .fascia { padding: 10px 0; color:#DBD3BE; }
#produttori .sede h1 { margin:0px; color:#DBD3BE; }
#produttori .sede h2 { margin:-10px 0 0 0; color:#DBD3BE; }
#produttori .sede .button { background:#7A7448; display:block; text-align:center; margin-top:20px; border-bottom-color:#6A6137; }
#produttori .sede .button:hover { background:#6A6137; }
#produttori .sede .button i { margin-left:10px; }
#produttori .sede2 .fascia { padding: 15px 0; font-size:16px; }
#produttori .sede2 .col { padding-left:15px; border-left:2px solid #B19B55; }
#produttori .sede2 b { color:#B19B55; font-weight:300; }
#produttori .sede2 a { color:#FFF; }
#produttori .etichette h2 { margin-bottom:40px; color:#474F3C; font-size:34px; }
#produttori .etichette li { float:left; margin:0 20px 20px 0; }

#adesione .adesione { color:#474F3C; }
#adesione .adesione h1 { font-size:50px; }
#adesione .adesione span { margin-bottom:10px; color:#B19B55; display:block; font-size:22px;}
#adesione .adesione .button { display:block; margin-top:20px; text-align:center; }
#adesione .adesione .button i { margin-left:20px; }

#adesione .disciplina { background: url('../images/disciplina.jpg') no-repeat center; background-size:cover; color:#FFF; }
#adesione .disciplina h1 { font-size: 50px; color:#B19B55; }
#adesione .disciplina span, #adesione .disciplina h2 { color:#B19B55; }
#adesione .disciplina h2 { margin-top:130px; font-size:28px; }
#adesione .disciplina .button { display:block; margin-top:10px; text-align:center; background:#7A7448; border-bottom-color:#6A6137; }
#adesione .disciplina .button i { margin-left:20px; }
#adesione .disciplina .button:hover { background:#6A6137; }
#adesione .disciplina .span_2_of_5 { font-size:17px;}

#adesione .partners { background:#3C4F3B; color:#FFF;  }
#adesione .partners h1 { margin:20px 0 0 0; font-size:50px; }
#adesione .olioro { background:#3C4F3B; color:#FFF;  }
#adesione .olioro .fascia { font-size:15px; }
#adesione .olioro h1 { font-size:45px; color:#FFF; margin:0px; color:#B19B55; }
#adesione .olioro h2 { color:#B19B55; font-size:25px; }

#adesione .veronelli { background:#FFF; color:#666;  }
#adesione .veronelli .fascia { font-size:15px; }
#adesione .veronelli h1 { font-size:45px; color:#FFF; margin:0px; color:#3C4F3B; }
#adesione .veronelli h2 { color:#3C4F3B; font-size:25px; }

#adesione .metapontum { background:#F3EFE3; color:#666;  }
#adesione .metapontum .fascia { font-size:15px; }
#adesione .metapontum h1 { font-size:45px; color:#FFF; margin:0px; color:#3C4F3B; }


#press h1.title { font-size:35px; margin: 40px 0; color:#3C4F3B; }
#press .item { min-height:350px; }
#press .item h3 { background:#3C4F3B; color:#FFF; padding: 2px 5px; margin-bottom:10px; }
#press .item h2 { font-size:28px; }
#press .item h2 a { color:#B19B55; }
#press .item img:hover { opacity:0.8; }
#press .item .button { margin-top:10px; }
#press .item:nth-child(3n+1) { margin-left:0px; }

#press .scheda .text { font-size:15px; margin-bottom:80px; }
#press .scheda .item h2 { font-size:40px; }
#press .gallery { margin-top:20px; }
#press .gallery .col:nth-child(2n+1) { margin-left:0px; }
#press .gallery img:hover { opacity:0.8; }
#press .share { margin:20px 0; }



#footer .tricolore { background: url('../images/fascia_italia.gif'); height:60px; text-align:center; }
#footer .footer { background:#7A7448; min-height:300px; color:#FFF; font-size:14px; }
#footer a { color:#FFF; }
#footer .footer h2 { margin: 30px 40px 20px 0; border-top:3px solid #FFF; font-size:25px; padding-top:10px; }
#footer .address { padding:20px 0; background:#474F3C; color:#FFF; font-size:12px; }
#footer .lang { background: #474F3C; padding: 5px 20px; color:#FFF; float:right; }
#footer .lang span { margin-right:20px; }
#footer .lang img { margin-top:3px; opacity:0.3; }
#footer .lang img.selected, #footer .lang img:hover { margin-top:3px; opacity:1; }
#footer .loghi { margin-top:20px; }
#footer .loghi li { margin-top:20px; text-align:right; }

.button.orange { background:#B19B55; border-bottom-color:#7C5F21 }
.button.orange:hover { background:#7C5F21; }
.button { background: #3C4F3B; color:#FFF; border-bottom:3px solid #29352A; padding:4px 10px; font-weight:300; display:inline-block; }
.button:hover { background: #29352A; text-decoration:none; }
.share { margin-top:40px; }
.share li { float:left; margin-right:10px; }
.share li:last-child { padding-top:5px; }
.share li img:hover { opacity: 0.5; }

.paginazione { margin: 20px 0; }
.paginazione .links a , .paginazione .links b { padding:6px 10px; display:inline-block; border:1px solid #CCC; color:#3C4F3B; }
.paginazione .links a:hover { background:#DDD; text-decoration:none; }
.paginazione .page { text-align:right; }

div.top {  display: none; overflow: hidden; position: fixed; right:20px; bottom:20px;  }
div.top .fa { margin:0px; }
div.top a {  border-radius: 3px; padding-top:5px; display:block; color:#FFF; background: rgba(0, 0, 0, 0.8); cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; border-radius: 3px; }
div.top a:hover { background:#222; text-decoration:none; }
