@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Arimo:400,700|Julius+Sans+One');
@import url('font-awesome.css');
@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;  -webkit-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; width:100%; }
html { font-size: 100%; }
body {background: #FFF; margin: 0px; font-family: 'Arimo', sans-serif; font-size:14px; -webkit-text-size-adjust:100%; font-weight:400; color:#222; line-height:22px; }
a { text-decoration:none; outline:none; color:#7B4626; font-weight:700; text-overflow:ellipsis; }
a:hover { text-decoration:none; color:#CCC; }
:hover, figure * { 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:700; }
h1, h2, h3, h4 { line-height:normal; margin:0px; font-family: 'Julius Sans One', sans-serif; }
h1 { font-size: 28px; }
h2 { font-size:30px; }

img.scale { width:100%; height:auto; display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:1px solid #EEE; }
label { font-size:12px; }
input, select, .btn { line-height:normal; }
select { background: transparent url("../images/select_arrowdown.png") center right no-repeat; background-size: 16px; }
.btn { padding:15px 20px; }
input, select, textarea { padding:10px; color:#444; font-family: FontAwesome, 'Arimo', sans-serif; font-size:14px;  border: 1px solid #CCC; border-radius:0px; }
input:focus, textarea:focus, select:focus { border-color: #004592; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#FFE5E5; } 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; line-height:0px; float:left; }
input[type='checkbox'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; border-radius: 3px; box-shadow:none; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; box-shadow:none;  }
input[type="text"]:disabled, select:disabled { opacity:0.4; }
input[type="radio"]:checked+label{ font-weight: bold; }
.placeholder { color: #CCC; line-height:normal; padding:0px; margin:0px; }
form .row { margin-bottom:15px; }
form .row:last-child { margin-bottom:0px; }
form .button { text-align:right; }
form .privacy { color:#888; font-size:12px; margin: 20px 0; line-height:normal; }
form label { padding-bottom:5px; font-weight:700; display:block; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { border:0px; font-weight:bold; cursor:pointer; display:inline-block; color:#ECC150; background: #7B4626;  text-align:center; border-radius:0px; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; text-transform:uppercase; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { background:#ECC150; color: #7B4626; }
.btn-primary, input.btn-primary { background-color:#E47E2C; color:#ECC150;  }
p.label { font-weight:bold; font-size:11px; text-transform:uppercase; margin-bottom:5px; }

.red { color: #F3393C; }
.warning { color:#FF0000; font-weight:700; 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; color:#FF0000; padding: 5px 10px; border-radius: 5px; font-weight:bold; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; color:#59B200; padding: 5px 10px; border-radius: 5px; font-weight:bold;  }
p.limit { margin: 10px 0; font-size:11px; }
.icon_en { background: url('../images/icon_en.png') no-repeat 20px 5px; }
.icon_it { background: url('../images/icon_it.png') no-repeat 20px 5px; }
.icon_de { background: url('../images/icon_de.png') no-repeat 20px 5px; }
.icon_es { background: url('../images/icon_es.png') no-repeat 20px 5px; }
figure { overflow:hidden; position:relative; }
figure img { display:block; }
a:hover figure img { opacity:0.5; }
a:hover figure.zoom img { filter: none; transform: scale(1.1); opacity:1; }

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.list_border li span { float:right; color:#888; }
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; }
li.selected a { color:#BC0F00; }
.tool li { float:left; margin:10px 20px 0 0; color:#999;   }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:1200px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.content-large { max-width:95%; margin: 0 auto; clear: both; padding:20px 10px; position:relative; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.relative { position:relative; }
.relative img { display:block; }
.hidden { display:none; }
.block { display:block; }
.bold { font-weight:700; }
.avatar { width:50px; height:45px; float:left; margin-right:10px; border-radius: 50%; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#888; }
.gray a:hover { color:#000; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.mt100 { margin-top:100px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mt10 { margin-top:10px; }
.pt40 { padding-top:40px; }
.pr40 { padding-right:40px; }
.pb40 { padding-bottom: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%; }
.small { font-size:12px; line-height:normal; color:#777; }

table { border-collapse: collapse; width:100%; }
th, td { border-top: 1px solid #DDD;  padding: 10px; position:relative; }
table thead td { padding-bottom: 10px; text-transform:uppercase; border-top:0; }
table .fa { font-size:15px; }


.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%; }
.phone_show { display:none; }

.title_accordion { font-size:13px; text-transform:uppercase; border:1px solid #EEE; padding: 10px 20px; background:#999; display:block; margin-top:1px; cursor:pointer; }
.title_accordion i { width:20px; text-align:center; color:#FFF; }
.title_accordion a { color:#FFF; font-weight: bold; }
.content_accordion { font-size:15px; border:1px solid #EEE; margin-bottom:20px;}
.content_accordion .item:nth-child(2n+1) { background:#EFEFEF; }
.tabs { margin-top:10px; }
.tabs a { padding:15px 10px; text-transform:uppercase; border:1px solid #EEE; display:block; text-align:center; background:#999; color:#FFF; font-size:13px; font-weight: bold; }
.tabs a.selected, .tabs a:hover { background:#FFF; border-bottom-color:#EEE; color:#000; background:#EEE; }
.tabcontent { padding:20px; background:#EEE; border:1px solid #EEE; margin-top:-1px;}


.overlay_new { position:absolute; top:0px; right:0px; padding:5px 10px; text-align:center; background:#F83435; color:#FFF; text-transform:uppercase; font-size:12px; }
.image { position:relative; }
.image .cover-image { position:absolute; z-index:12; margin-top:60%; width:100%; text-align:center; font-size:60px; color:#FFF; text-shadow: 2px 2px #000; }
.overlay { position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; background-color: rgba(0, 0, 0, 0.8); }
.overlay .table { display: table; width:100%; height:100%;  }
.overlay .table .cell { display: table-cell; vertical-align: middle; text-align: center; transition: .2s ease-out; -webkit-transition: .2s ease-out; width:100%; height:100%; }
.overlay .table .cell p.more i { width: 40px; height: 40px; line-height: 40px; background: #FFF; color: #000; display:inline-block; margin-bottom:10px; }

#header.smaller { position:fixed; top:0: right:0; left:0; }
#header.smaller .logo { display:none; }

#header a.selected { color:#B28500; }
#header { width:100%; z-index:222; font-size:15px; background:#FFF; }
#header .logo { text-align:center; }
#header .logo img { margin-bottom:20px; height:150px; width:auto; }
#header ul { margin:0 auto; text-align:center; }
#header li { display:inline-block; text-transform:uppercase; }
#header li a { padding: 5px 10px;  }


#footer { width:100%; font-size:12px; text-align:center; line-height:20px;  margin-top:20px; }
#footer .content { border-top:1px solid #DDD; max-width:450px; padding-bottom:40px; }
#footer .logo img { height:80px; width:auto; margin:20px 0; }

.item-row { padding:60px 0; }
.item-row img { display:block; }
.item-row h2 { text-align:center; margin:0 0 40px 0; }
blockquote { font-weight:bold; font-size:30px; margin-bottom:10px; font-family: 'Alex Brush', cursive; }
.bg_color { background:#F6EEE4; }
.column_2 { -webkit-column-count: 2; -moz-column-count: 2;  column-count: 2; -webkit-column-gap: 40px;  -moz-column-gap: 40px;  column-gap: 40px;}
ul.social i { font-size:16px; border:1px solid #7B4626; padding:5px; width:30px; height:30px; border-radius:500px;  }
ul.social { margin:0 auto; text-align:center; margin-top:10px;}
ul.social li { display:inline; margin:2px; }

.paginazione { text-align:center; text-transform: uppercase; }
.paginazione a, .paginazione b {  display:inline-block; margin-right:2px; padding:5px; width:40px; height:40px; display:inline-block; font-size:14px; }
.paginazione b { border:1px solid #CCC; border-radius:200px; } 


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

.global-site-notice { position: fixed; left:0; right:0; bottom:0px; z-index:222; }
.global-site-notice {  background: #000 none repeat scroll 0% 0%;  color: #FFF; display:block;  padding: 10px 30px; float:none; font-size:13px; }
.global-site-notice .notice-inner { max-width:1200px; margin: 0 auto; text-align:left; float:none; position:relative; }
.global-site-notice .notice-inner p { width: auto; padding-right: 30px; adding-left: 40px; display: block; }
.global-site-notice .notice-inner a { font-weight:bold; color:#FFFF00; }
.global-site-notice .notice-inner a:hover { text-decoration:underline; }
.global-site-notice.hidden { display:none; }
#close-cookie-notice { position: absolute; right:0; top:0px; }

.nav .divider { border-right:1px solid #CCC; margin-right:10px; padding-right:10px; }
.nav { position:relative; display:inline-block; }
.nav-item { display:inline; zoom:1; position:relative; }
.nav-item:last-child { padding:0; margin:0; border:0; }
.nav-item a { display:block; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }
.nav-item.lang a {  display: inline-block; padding: 5px; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; top:30px; left:0px; width:200px; padding:5px 0; z-index:200; text-align:left; background:#444;  }
#header .menu li .nav-submenu li { display:block; }
.nav-submenu-item a { color:#CCC; display:block; font-size:12px; }
.nav-submenu-item a:hover { text-decoration:none;  color:#FFF;  }

/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; position:absolute; top:30px; left:0; font-size:18px; padding:8px 0 0 0; height:45px; width:40px; color:#000; text-align:center; }
.nav-mobile i { margin:0; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { position:absolute; top:0; right:5px; display:none; height:45px; width:50px; cursor:pointer; }
.nav-click i { display:block; height:39px; width:40px; font-size:18px; color:#000; text-align:center; position:absolute; top:0; left:0; padding:10px 0 0 0; margin:0px; }
.nav-rotate i { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }