@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;500&display=swap');
@import url('balloon.min.css');

* { 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%; background-repeat: no-repeat; background-position:center center; background-attachment: fixed;  -webkit-background-size: cover; -moz-background-size: cover;  -o-background-size: cover; background-size: cover;}
html, body {  height:100%; }
body {background: #FFF; margin: 0px; font-family: 'Mulish', sans-serif; font-weight:300; font-size:14px; -webkit-text-size-adjust:100%; line-height:20px; color:#000; }
a { text-decoration:none; outline:none; color:#000; text-overflow:ellipsis; font-weight:bold;  }
a:hover, a.selected { text-decoration:none; color:#989BA7; transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease;  -ms-transition: all 0.9s ease-in-out; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px;font-family: 'Mulish', sans-serif; font-weight:300; }
h1 { margin-bottom:60px; font-size:40px; }
h2 { font-size:20px; margin-top:40px 0; }
h3 { font-size:16px; margin:40px 0 0 0; font-weight:500;  }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
input, select, textarea { border-radius:0; color:#444; font-family: 'Quicksand', sans-serif; font-size:14px; padding: 12px; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
input:focus, textarea:focus, select:focus { border-color: #989BA7; }
input.error, textarea.error, select.error, input[type='checkbox'].error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; } 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; letter-spacing: 0; }
input[type='checkbox'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; }
input[type='checkbox']:checked { background:#666; }
.placeholder { color: #FFF; text-transform:uppercase; }
form .row { margin-bottom:10px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px 20px; border:0px; font-weight:600; cursor:pointer; display:inline-block; color:#FFF; background:#000; line-height:normal; line-height:normal; text-align:center;  text-transform:uppercase;}
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; background: #444;}
.btn-primary, input.btn-primary { background-color:#9A745A; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#6E523E; }
.warning { color:#FF0000; font-weight:600; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; }
.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; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; height:auto; }

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; }
li span.tot { float:right; font-size:11px; width:30px; text-align:center; display: inline-block; }
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:0 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 { margin: 0 auto; clear: both; padding:0; position:relative; padding: 0 40px; max-width:1200px; }
.content-small { max-width:650px; margin: 0 auto; clear: both; position:relative; }
.cover { max-width:95%; margin:0 auto; text-align:center; height:90%; background-size: cover; background-position:center top; }

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold { font-weight:600; }
.avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#999; }
.black, .black a { color:#000; }
.hidden { display:none; }
.block { display:block; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }


table { border-collapse: collapse; width:100%; }
table, th, td { border: 1px solid #888; padding: 2px 5px; }
thead td { background:#EEE; }
figure { overflow:hidden; }
figure * { transition: all .2s ease-in-out; line-height:normal; }
figure img { display:inline-block; }
figure.zoom a:hover img { filter: none; transform: scale(1.2);  }
figure.fade a:hover img { opacity:0.5;  overflow:hidden; }


.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%; }
.span_50 { width: 50%; float:left; }

#home .logo { top:40%; left:inherit; right:140px; }
#home .logo img { width:140px; }

.header { padding:20px; height:150px; }
.logo { position:fixed; top:40px; left:40px; z-index:999; }
.logo img { width:100px; height:auto; }


.footer { padding: 40px; position:fixed; bottom:0; left:0; right:0; text-align:center; line-height:22px; }
.list-brand li a, .list-brand li { font-size:24px; padding:10px 0; text-transform:lowercase; display:block;  }
.list-brand { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; text-align:left; }

#home .side { color:white; }
.side { cursor:pointer; position: absolute; right: 100%; width:80px; height:80px; z-index: 1000000; color:#000; top:60px; font-size:28px; }
.slidable { padding:40px; position: fixed; top: 0; height: 100vh; background:#FFF; border-left:1px solid #CCC; width: 300px; right: -300px; transition: 0.4s; z-index: 1000000; }
.slidable.open{  right:0px; }
.slidable .container { position:relative; width:100%; height: 100vh; }
.menu li { font-size:18px; margin-bottom:20px; }
.social li { display:inline-block; margin-right:15px; font-size:18px; }
.address { position:absolute; bottom:80px; left:0px; right:0; }

.content { position: relative; left: 0; transition: left 0.4s; }
.slidable.open + .content{ left: -300px; }


.paginazione { margin:40px 0 0 0; }
.paginazione .links { text-align:right; }
.paginazione .page { padding-top:15px; }
.paginazione a, .paginazione b { padding:6px 10px 6px 10px; text-align:center; display:inline-block; margin:0 5px 20px 0; font-size:20px; }
.paginazione b { color:#989BA7; }


div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:60px;  }
div.top .fa { margin:0px; }
div.top a { padding-top:7px; display:block; background:#FFF; color:#000; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; border:1px solid #000; font-weight:bold; }
