@import url('https://fonts.googleapis.com/css?family=Bitter|Lato:400,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); transition: all 0.2s ease-in-out;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  -ms-transition: all 0.2s ease-in-out;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; }
body { background: #FFF; margin: 0px; font-family: 'Lato', sans-serif; font-size:14px; -webkit-text-size-adjust:100%;  color:#444; }
a { text-decoration:none; outline:none; color:#1E365A; font-weight:600; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; font-weight:normal; margin:0px; font-family: 'Bitter', serif; }
h1 { font-size:28px; margin:0 0 10px 0; color:#282B2D; font-weight:normal; }
h2 { font-size:24px; font-weight:400; color:#222; }
h3 { font-size:14px; margin-bottom:20px; }
img { display:block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
.row { padding:10px 10px; }
.row:nth-child(odd) { background: #EEE; } 
.label { font-weight:600; padding-top:10px; text-align:right; padding-right:30px; }
input, select { height:45px; }
input, select, textarea { color:#444; font-family: 'Lato', sans-serif; font-size:13px; padding: 10px 10px; background-color: #FFF; border: 1px solid #BBB; }
input:focus, textarea:focus, select:focus { border-color: #9B8F84; }
input.error, textarea.error, select.error { border-color:#FF2220; color:#FF2220; font-weight:normal; } 
label.error { color:#FF2220; 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:#AAA; }
option { padding:0 5px; }
label { cursor:pointer; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { border:0; background:#B3B5AA; color:#1E365A;font-size:13px; padding: 10px 25px; font-weight:600; cursor:pointer; display:inline-block; 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:#95988F; }
.btn-primary, input.btn-primary { background:#1E365A; color:#B3B5AA;  }
.btn-primary:hover, input.btn-primary:hover { background:#101E34; }
.warning { color:#FF2220; 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:#FF2220; 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:#FF2220; font-weight:600; }
.ok { color: #669900; font-weight:600; }
.button_link { display:inline-block; background:#666; border:2px solid #666; color:#DDD; padding: 7px 15px; margin-top:20px; text-transform:uppercase; font-size:13px; }
.button_link:hover { text-decoration:none; background:none; color:#666; }
.button_link i { margin:0 0 0 10px; }

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; vertical-align:top; }
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:1220px; margin: 0 auto; clear: both; padding: 0 10px; }
.align_right { text-align: right; }
.align_justify { text-align: justify; }
.hidden { display:none; }
.bold { font-weight:600; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF2220; }
.green { color:#59B200; }
.gray, .gray a { color:#999; }
.black, .black a { color:#222; }
.fixed { position:fixed; }
.hidden { display:none; }
.align_center { text-align:center; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.separator { margin-top:40px; }

.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%; display:block; }
.overlay { z-index:3; display:none; position:absolute; top:0; left:0; right:0; bottom:0; background: rgba(0, 0, 0, 0.8); color:#FFF; text-align:center; display:table; }
a:hover .overlay { display:block; }
.block { display:block; }
.item .image { position:relative; text-align:center;  }
.item .image i { font-size:30px; display:table-cell; vertical-align:middle;  }


header { box-shadow: 1px 1px 2px #AAA; border-bottom:1px solid #DDD; position: fixed; top:0; left:0; right:0; z-index:999; background:#FFF; -webkit-transition: height 0.3s; -moz-transition: height 0.3s;  -ms-transition: height 0.3s; -o-transition: height 0.3s; transition: height 0.3s; }
header .content { padding: 20px 0; }
header .menu { padding: 25px 0 0 0;  }
header .menu ul { margin: 0 auto; float:right; }
header .menu li { float:left; text-transform:uppercase; font-size:13px; }
header .menu li:last-child { margin: 0; }
header .menu li a { font-weight:600; padding: 10px 20px; }
header .menu li a:hover { color:#FFF; text-decoration:none; }
header .menu li.selected a, header a.selected { color:#B3B5AA; background:#162C4E; }
header .menu li.search { position:relative; }
.search_form { display:none; position:absolute; top:60px; width:250px; right:0; background:#FFF; z-index:99; }
header .logo h1 { width:227px; height:81px; overflow:hidden; text-indent:-500px; background: url('../images/logo.png') no-repeat; margin:0; }
header .select_lang { position:absolute; left:300px; top:15px; }

header.smaller .content { min-height: 60px; padding:10px 0; }
header.smaller .logo h1 { height:40px; width:35px; background-size: 140px 50px; -webkit-transition: height 0.3s; -moz-transition: height 0.3s;  -ms-transition: height 0.3s; -o-transition: height 0.3s; transition: height 0.3s;  }
header.smaller .menu { padding: 0px;  }

footer { border-top:1px solid #DDD; padding:40px 0; font-size:13px; line-height:normal; margin-top:40px; background:#162C4E; color:#FFF; }
footer .social { margin-top:20px; }
footer .social i { margin:0; }
footer .social a { border:1px solid #DDD; font-size:16px; width:30px; height:30px; padding:2px; text-align:center; display:inline-block; }
footer .social a:hover { background:#DDD; text-decoration:none; }
footer .social li { float:left; margin-right:5px; }
footer a { color:#FFF; }
footer a:hover { text-decoration:underline; }


#main { margin-top:120px; }
#main.references { margin-top:150px; } 
.nav { background:#666; color:#FFF; font-size:16px; text-transform:uppercase; margin:0 0 10px 0; height:60px; }
.nav .submenu { font-size:12px }
.nav .submenu li:first-child { margin-right:40px; border:0px; }
.nav .submenu li:last-child { border:0px; }
.nav .submenu li { float:left; margin-top:5px; }
.nav .submenu li { border-right:1px solid #FFF; }
.nav .submenu li.selected a { color:#BBB; }
.nav h4 { margin-top:15px; }
.nav .submenu ul.subnav { margin: 0 auto; float:right; margin-top:15px; }

.antispam { background:#FFF; border:1px solid #CCC; }
.antispam img { float:left; margin-right:10px;}
.antispam input { border:0; }

.nav a { color:#FFF; display:inline-block; margin: 0 10px; }
.nav a:hover { text-decoration:none; color:#BBB; }
.nav .search input { padding:3px; height:auto; font-size:12px; border:0px; }

.slide .menuslide { position:absolute; top:100px; right:100px; z-index:22; background:#CCC; width:400px; }
.slide .menuslide li { min-height:100px; text-align:left; padding:20px; min-height: auto; font-weight:normal; }
.slide .menuslide li:hover { background:#FFF; }
.slide .menuslide li h4 { font-size:20px; font-weight:600; margin-bottom:10px; text-transform:uppercase; }
.slide .menuslide li:first-child h4 i { font-size:24px; }
.slide .menuslide li a { font-weight:normal; display:block; }
.slide .menuslide li:last-child a { font-weight:bold; text-transform:uppercase; }

.slide li { text-align:center; position:relative; min-height:550px; }
.slide li .content { position:absolute; z-index:2; top:100px; left:100px; width:600px; text-align:left;}
.slide li h1 { font-size:26px; text-transform:uppercase; color:#B3B5AA; background:#162C4E; display:inline-block; padding: 10px 20px; margin:0; }
.slide li p.text { background:#FFF; color:#162C4E; font-size:26px; padding: 10px 20px; text-transform:uppercase; }
.slide li em { font-size:14px; text-transform:Capitalize; }
.slide .black, .slide .black h1 { background:#000; color:#FFF; }
.slide .white { background:#FFF; color:#000; }
.slide li img { display:inline; }
.box h2 { margin-bottom:20px; padding:10px 10px; font-weight:600; margin-bottom:20px; background: #B3B5AA; text-transform:uppercase; font-size:15px; }
.box h2:hover { color:#B3B5AA; background:#162C4E; }
.box h2 i { float:right; margin: 3px 0 0 0; }
.box h3 { font-weight:600; font-size:16px; margin:0px; }
.box .item { position:relative; height:300px;}
.box .box_item:nth-child(2n+1) { margin-left:0px; } 
.box img { border:1px solid #DDD; border-bottom:0px; }
.box a:hover img { opacity:0.5; }
.box .text { border:1px solid #DDD; padding:10px 15px; min-height:80px; background:#B3B5AA; }
.box .item a:hover .text { background:#DDD; }


.about .item .content { padding: 40px 0; }
.about .item h2 { font-weight:600; margin-bottom:20px; font-size:38px; }
.about .item2 { background:#DDD; padding: 60px 0;  }
.about .item2 h2 { font-weight:600; margin:10px 0; font-size:18px; }
.about .item2 .text { padding: 20px 40px; height:350px; background: #FFF; }

.partners b { text-transform:uppercase; }
.navigation { margin-top:20px; }

.product { margin-top: 40px; }
.product h1 { font-size:30px; margin:20px 0; text-transform:uppercase; }
.product .list .item { margin-bottom:10px; padding-bottom:20px;}
.product .list .item .text { border:1px solid #DDD;  padding:10px 15px; min-height:170px;  background:#B3B5AA; }
.product .list .item img { border:1px solid #DDD; border-bottom:0; }
.product .list .item:nth-child(3n+1) { margin-left:0px; } 
.product .list .item h3 { margin: 0 0 10px 0; font-weight:600; font-size:17px; text-transform:uppercase; }
.product .list a { font-weight:normal; }
.product .list a:hover .text {background:#DDD;  }
.product .list a:hover img { opacity:0.5;  }
.product .list a:hover { text-decoration:none; }

.references .list { margin-top:20px; }
.references .list .item { border:1px solid #DDD; margin-top:10px; }
.references .list .item:nth-child(5n+1) { margin-left:0px; } 
.references .list a:hover img { opacity:0.4;  } 
 
.list-contact { margin-top:80px; }
.list-contact i { font-size:20px; background:#EEE; border-radius: 150px; padding:20px; position:absolute; top:0; left:0; }
.list-contact li { position:relative; padding:10px 0 0 80px; height:80px; }
.list-contact li a:hover i { background:#B3B5AA; color:#162C4E;  }
.contact .list-contact i { padding:10px; }
.contact .list-contact li { padding:10px 0 0 60px; height:60px; } 
 
.scheda p.navigation { font-size:11px; border-bottom:1px solid #DDD; padding-bottom:5px; margin-bottom:20px; text-transform:uppercase; } 
.scheda .others { padding:20px; background:#EEE; }
.scheda .others h2 { font-weight:600; font-size:18px; margin-bottom:20px; }
.scheda .others h3 { font-weight:600; font-size:14px; margin:0; }
.scheda .others .text { background:#FFF; padding:10px; border:1px solid #CCC; height:80px; background:#B3B5AA;  }
.scheda .others a:hover .text { background:#DDD;  }
.scheda .others a:hover img { opacity:0.5;  }
.scheda .others img { border-bottom:0px; }
.scheda img { border:1px solid #DDD; }
.scheda .gallery { margin-top:40px; }
.scheda .gallery .item { font-size:12px; }
.scheda .gallery .item p { margin-top:5px; }
.scheda .gallery h2 { font-size:18px; margin-bottom:20px;}
.scheda .gallery .item_download a { color:#FF0000; }
.scheda .gallery .item_download a:hover { text-decoration:underline; }
 
.contact #map { height:550px; } 
.contact .form { margin-top:40px; }
.contact .form .rows { margin-bottom:10px; }
.contact .buttons { margin-top:20px; }
.contact h2 { font-weight:600; margin: 40px 0 20px 0; }
.contact .privacy { color:#888; font-size:11px; }

.pagination a:hover { text-decoration:none; background:#FF2220; border:1px solid #FF2220; color:#FFF; }
.pagination a, .pagination b { display:inline-block; padding: 8px 12px; border:1px solid #DDD; }
.pagination b { color:#FF2220; border:1px solid #FF2220; }
.pagination .page { text-align:right; }


form .radio div { font-weight:bold; width:30px; float:left; text-align:center; }
form .radio div input[type="radio"] { float:none; margin-right:0;}



div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:40px; z-index:220; }
div.top .fa { margin:0px; }
div.top a { padding-top:5px; display:block; color:#FFF; background: #B3B5AA; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center;  }
div.top a:hover { background:#888; text-decoration:none; }

.global-site-notice {  background: #222 none repeat scroll 0% 0%;  color: #CCC; display:block;  padding: 10px 30px; float:none; font-size:13px; }
.global-site-notice.hidden { display:none; }
.global-site-notice .notice-inner { max-width:1220px; 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:#FFF; }
.global-site-notice .notice-inner a:hover { text-decoration:underline; }
#close-cookie-notice { position: absolute; right:0; top:0px; }



.nav-menu { position:relative; display:block; }
.nav-item { float:left; *display:inline; zoom:1; position:relative; background: #FFF; margin-right:1px; }
.nav-item:last-child { padding:0; margin:0; border:0; }
.nav-item a { display:block; background:#B3B5AA; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; padding-top:0px; padding-top:1px; z-index:200;}
.nav-submenu-item a { background:#9B9D95; color:#FFF; border-top:1px solid #FFF; padding:2px 5px; display:block; width:250px; }
.nav-submenu-item a:hover { text-decoration:none; color:#162C4E; }

/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; position:absolute; top:-40px; right:0px; background:#162C4E url('../images/nav.png') no-repeat center center; background-size:18px; height:40px; width:40px; cursor:pointer; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { position:absolute; top:0; right:0; display:none; height:39px; width:40px; cursor:pointer; }
.nav-click i { display:block; height:36px; width:40px; background:url('../images/drop.png') no-repeat center center #9B9D95; }
.nav-rotate { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
