@import url('balloon.min.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900&display=swap');

* { 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:#000; margin: 0px; font-family: 'Poppins', sans-serif; font-size:13px; -webkit-text-size-adjust:100%; color:#FFF; }
a { text-decoration:none; outline:none; color: yellow; text-overflow:ellipsis; font-weight:bold; }
a:hover { text-decoration:underline;  }
:hover, .gallery *, 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:600; }
h1, h2, h3, h4 { line-height:normal; font-weight:bold; margin:0px; text-transform:uppercase; }
h2 { font-size:20px; }
h2 span { font-size:14px; color:#888; }
h3 { font-size:18px; margin-bottom:20px; }
h3 a.edit { font-size:13px; text-transform:inherit; margin-left:20px; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:1px solid #EEE; }
label { cursor:pointer; }
input, select, .btn, button { height:45px; line-height:normal; padding:10px; }
select { background: #EEE url("select_arrowdown.gif") no-repeat 97% 50%; }
label { display:block; padding: 5px 0; }
input, select, textarea {padding:10px; background-color:#EEE; line-height: 20px; color:#444; font-family: 'Poppins', sans-serif; font-size:14px;  border: 1px solid #CCCCCC;  }
input:focus, textarea:focus, select:focus { border-color: #05082C; }
input.error, textarea.error, select.error, input[type='checkbox'].error { border-color:red; color:red; background:#f4a0a0; }
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:25px; width:25px; 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; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { min-width: 120px; font-weight:bold; border:0px; cursor:pointer; display:inline-block; color:#FFF; background: #444;  text-align:center; border-radius:1px; -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 { text-decoration:none; background: #222; color:#FFF; }
.btn-primary, input.btn-primary { background-color:rgba(245, 245, 0,1.0); color:#000;  }
p.label { font-weight:bold; font-size:11px; text-transform:uppercase; margin-bottom:5px; text-align:left; padding:0px; }
.label { text-align:right; padding:15px 20px 0 0; }
a.yellow:hover { background:yellow; text-decoration: none; }
.buttons { text-align:center; margin-top:40px; }
.buttons .btn { display:inline-block; margin: 0 10px; }
.nowrap { white-space: nowrap; }


.red { color: #F3393C; }
.warning { color:#FF0000; font-weight:400; 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; font-weight:bold; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; background:#59B200; padding: 5px 10px; 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; }
.icon_cn { background: url('../images/icon_cn.png') no-repeat 20px 5px; }
.icon_se { background: url('../images/icon_se.png') no-repeat 20px 5px; }
figure { overflow:hidden; }
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:5px 0 5px 15px; }
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:0 15px; position:relative; }
.content-small { max-width:800px; margin: 0 auto; clear: both; padding:0 15px; 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:600; }
.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:#05082C; }
.black, .black a { color:#05082C; }
.fixed { position:fixed; }
.hidden { display:none; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mt10 { margin-top:10px; }
.pt40 { padding-top: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; }
.alert_giacenza { font-weight:700; text-transform:uppercase; text-align:center; color: #FF8000; background:#FFE2C2; padding:5px 0; }

ul.round li { margin:5px 0 5px 0; display:inline-block; text-transform: uppercase; font-weight:700; }
ul.round li.class_A { color:#85B200; }
ul.round li.class_B { color:#D96D00; }
ul.round li.class_C { color:#D90000; }

.banda { width:100%; display:block; }
.banda .one { width:20%; background:rgba(245, 245, 0,1.0); float:left; border-bottom:5px solid #FFF; border-top:5px solid #FFF; height:25px;  }
.banda .two { width:80%; background: rgba(245, 245, 0,1.0); float:left; border-bottom:5px solid #FFF; border-top:5px solid #FFF; height:25px; }


table { border-collapse: collapse; width:100%; }
table, th, td {  padding: 10px 10px; font-size:13px; position:relative; vertical-align:top; }
table thead td { padding: 10px 10px; text-transform:uppercase; font-weight:bold; border-bottom:1px solid #FFF; }
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%; }

.span_50 { width: 50%; float:left; }
.phone_show { display:none; }

.bg_white { background:#FFF; padding-bottom:20px; }
.bg_orange { background:#fd9129; color:#FFF;  }
.bg_gray { background:#EEE; }
.overlay { position:absolute; bottom:0; left:0; right:0; top:0; background-color: rgba(0, 0, 0, 0.8); padding:20px; z-index:2; color:#FFF; visibility:hidden; opacity:0; transition:visibility 0s linear 0.5s,opacity 0.5s linear; }
.item { position:relative; }
.item:hover .overlay { visibility:visible; opacity:1; transition-delay:0s; }
.overlay p.button a { text-align:center; display:block; color:#FFF; padding:4px 10px; margin: 5px 0; border:2px solid #FFF; text-transform:uppercase; font-size:11px; font-weight: bold; }
.overlay p.button a:hover { background:#FFF; color:#05082C; }

.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 a { padding:15px 10px; text-transform:uppercase; border:1px solid yellow; display:block; text-align:center; background:yellow; color:#000; font-size:13px; font-weight: bold; }
.tabs a.selected, .tabs a:hover { background:#FFF; border-bottom:0px; color:#05082C; text-decoration: none; }
.tabcontent { padding:20px; }


p.preview { font-size:18px; line-height:24px; }
.size { text-align:right; font-size:12px; color:#999; }
.overlay_new { position:absolute; top:0px; right:0px; padding:5px 10px; text-align:center; background:#F83435; color:#FFF; text-transform:uppercase; font-size:12px; }


#header { width: 100%; position: fixed; font-size: 14px; position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: #FFF; }
#header .content { max-width:95%; }
.header .logo img {  margin: 10px 0 0 0; }
.header .box-account { text-align:right; padding-top:20px; }
.header .box-account ul { margin:0 auto;  }
.header .box-account li { display:inline-block; margin-left:10px; position:relative; }
.header a { color:#05082C; }
#cart_mini { top:50px; right:40px; z-index:2; position:absolute; }

#footer { background:#FFF; color:#05082C; padding: 40px 0; line-height:20px; font-size:13px; }
#footer a { color:#05082C; }
#footer li { display:inline-block; margin: 0 10px; }
#footer li i { width:20px; text-align:center; font-size:16px; }
#footer .address { margin-top:40px; font-size:12px; text-align:center; }
#footer h3 { padding: 2px 0; margin: 0px; }
#footer .contact li { margin-bottom:10px; font-size:14px; }


#main { margin:140px 0; }
.login { max-width:400px; }

#main .row-item { padding:60px 0; }
#main.home .slide { background:#F7F8FA; }
#main.home .slide li .content { padding:40px 0; height: 650px; position:relative; }
#main.home .slide li .content h1 { text-align:center; left:0; right:0; position:absolute; bottom:60px; font-size:30px; line-height:36px; color:#FFF; text-shadow:1px 1px 1px #05082C;  }

.dashboard { margin-top:20px; }
.dashboard .item { cursor:pointer; position:relative; font-size:22px; display: table; background:yellow; color:#000; margin-bottom: 1.6%; padding:20px; }
.dashboard .item .container { font-size:36px;  width:100%; display:table-cell; vertical-align:middle; height:150px; text-align:center; text-transform:uppercase; font-weight:bold; }
.dashboard .item:hover .overlay { display:block; }
.dashboard .item .overlay { padding:20px; display:none; position:absolute; top:0; bottom:0; right:0; left:0px; background:#FFF; color:#000; z-index:1; }
.dashboard .item .overlay ul { margin-bottom:20px; }
.dashboard .item .overlay li { width:100%; float:none; background:none; font-size:12px; }
.dashboard .item .overlay li span { float:right; }
.dashboard .item .overlay h3 { border:0px; padding:0px; margin:5px 0; text-transform:auto; font-size:14px; font-weight:bold; }
.dashboard .item .overlay li strong { font-size:12px; color:#CCC; margin: 15px 0 5px 0; display:block; text-transform:uppercase; }
.dashboard .item .overlay a { display:block; padding:2px 0 2px 0;  font-weight:normal; color:#000; }
.dashboard .item .overlay a:hover { text-decoration:underline; }

.list_product .option_view { text-align:right;  }
.list_product .option_view select { margin:0px; }
.list_product .item { color:#05082C; background:#FFF; float:left; padding:20px; height:380px; margin-bottom:1.6%; position:relative; line-height:18px; }
.list_product .item a { color:#05082C; }
.list_product .item:hover { box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) inset; }
.list_product .item:nth-child(4n+1) { margin-left:0px; }
.list_product .item .image { width:100%; text-align:center; height:160px; display:table;  margin-bottom:10px; }
.list_product .item h3 { border:0px; margin: 0 0 5px; padding:0px; font-weight:bold; font-size: 13px; }
.list_product .item .text { height:120px;  }
.list_product .item .price { font-weight:bold; }
.list_product .item .pricelist { color:#888; }
.list_product input { min-width:49.2%; width:49.2%; }

.list_product li span.overlay_2 { position:absolute; right:7px; top:7px; }
.scheda a { color:#05082C; }
.scheda .detail { background:#FFF; color:#05082C; padding:40px; min-height:500px; }
.scheda .detail .image { text-align:center; position:relative; padding: 0 20px; }
.scheda .detail .image span.overlay_2 { position:absolute; left:0px; top:0px; }
.scheda .detail .image .note { margin-top:40px; color:#777; font-size:12px; text-align:left;}
.scheda .detail h2 { font-size:20px; text-transform:uppercase; color:#05082C; border:0px; font-weight:bold; }
.scheda .detail .replaced { color:#FF0000; font-style:italic; }
.scheda .detail .pricelist { text-align:right; color:#888; }
.scheda .detail .tab_content .row { padding:5px 0; border-bottom:1px solid #DDD; margin:0px; }
.scheda .detail .tab_content .label { padding:0px; text-align:left; font-weight:bold; }
.scheda .detail .tab { margin-top:40px; text-align:center; }
.scheda .detail .tab a { border:1px solid #DDD; display:block; padding:10px 20px; text-transform:uppercase; }
.scheda .detail .tab a.selected { border-bottom:0px; }
.scheda .detail .tab_content { padding-top:20px; }
.scheda .detail .price { font-size:18px; font-weight:normal; text-align:right; }
.scheda .also h1 { margin-top:60px; font-size:20px; }

.grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.grid .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.grid .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.grid .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.grid .col { margin-bottom:1.6%; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }

.nav { margin-bottom:20px; color:#FFF; }
.nav a { color:yellow; }
.nav li { display:inline-block; text-transform:uppercase; }
.nav li::after { content:"/"; margin:0 5px; }
.nav li:last-child::after { content:""; margin:0px; }



#main .header-page .navigation { font-size:11px; border-bottom:1px solid #CCC; margin:20px 0 0 0; padding-bottom:7px; text-align:left; text-transform:uppercase; }
#main .header-page h2 { font-size:60px; margin:20px 0 0 0; }
#main .header-page h1 { font-size:60px;  margin:20px 0 0 0; }
#main .header-page p.text { font-size:18px; line-height:26px; padding: 0 200px;  }

.subnav { border-top:1px solid #DDD; padding:20px 40px; position:relative; line-height:normal; }
.subnav a { display:block; font-weight:normal;}
.subnav b { text-transform:uppercase; margin-bottom:5px; display:inline-block; }
.subnav img { float:left; margin-right:20px; }
.subnav .right img { float:right; margin-left:20px; margin-right:0px; }
.subnav .right { text-align:right; }
.subnav i { font-size:50px; position:absolute; top:18px; margin:0px; }
.subnav .right i { right:0px; }
.subnav .left i { left:0px; }


.header-product { position:relative; margin-bottom:40px; background:#EEE; padding:20px; }
.header-product p { font-size:16px; line-height:24px; }
.list_series .item { margin-bottom:1.6%;}
.list_series .item h2 { color:#05082C; font-size:18px; background:yellow; padding:10px 20px; text-transform: uppercase; }
.list_series .item h2 i { float:right; margin:0px; }
.list_series .item:nth-child(4n+1) { margin-left:0px; }



.privacy { color:#999; font-size:12px; line-height:16px; text-align:justify; }


#main .filter { border-bottom:1px solid #CCC; padding: 20px 0; margin-bottom:20px; }
#main .filter ul.cat li { display:inline-block;  text-transform:uppercase; font-size:13px; margin-right:5px; }
#main .filter ul.cat li::after { content:" / "; margin-left:5px; }
#main .filter input, #main .header-page select { height:45px; }


.header-page .cart { position:relative; text-align:right; }
.link_cart { position:absolute; top: 0px; right:0px; z-index:2; }

.cart_mini { display:none; width:290px; background:#FFF; padding:10px; position:absolute; top:30px; right:0; z-index:2; -moz-box-shadow:3px 3px 6px #777; -webkit-box-shadow:3px 3px 6px #777; box-shadow:3px 3px 6px #777; }
.cart_mini .item { border-bottom:1px solid #EEE; min-height:45px; padding: 10px 0 10px 0; font-size:14px; line-height:16px; color: #05082C; }
.cart_mini .item a { font-weight: bold; }
.cart_mini .item img { float:left; margin-right:10px; border:1px solid #CCC; }
.cart_mini .item .image { width:40px; height:45px; background:#FFF; float:left; border:1px solid #EEE; margin-right:10px; }
.cart_mini .total { margin: 10px 0 10px 0; text-align: center; font-weight:bold; color:#05082C; }
.cart_mini .btn { text-transform:uppercase; font-weight:bold; text-align:center; display:inline-block; width:100%; background:yellow; color: #FFF; padding: 10px 0;}
.cart_mini .btn:hover { background:#05082C; color: #FFF; }
.cart_mini .start .btn { margin:0; }
.cart_mini .start h3 { margin:0; border:0; }
.cart_mini .round li { font-size: 11px; margin:0px; }

.cart td { line-height:19px; border-top:1px solid #666; color:#FFF; }
.cart td h3 { font-size:15px; margin-bottom:0px; }
.cart td img { float:left; border:1px solid #CCC; margin-right:20px; width:60px; height:60px; }
.cart td a { color:#FFF; }


.payments .item { background:#EEE; padding:5px; margin-top:10px; }
.payments .detail { margin:0px; border:2px solid #EEE; padding:10px; font-size:13px; }
.form_registrazione { margin-top:20px; }
.form_registrazione h4 { font-weight: bold; margin: 10px 0; font-size:14px; }
.checkout h1 { margin: 40px 0; font-size:46px; font-weight:normal; text-transform:uppercase; }
.pw_request { margin-top:60px; }
.pw_request input[type='text'] { background:#FFF; }
.shipping-box { background:#EEE; padding:15px; margin-top:20px; }
.shipping-box h4 { margin:0 0 10px 0; font-size:16px; }
.shipping-box select { background:#FFF; }

#main.account .tabcontent { background:#FFF; border:0px; padding: 40px 0; }
#main.account .tabcontent h3 { margin-bottom:40px; }


.condizioni_vendita li { clear:left; padding-left:40px; position:relative; margin-bottom:20px; line-height:18px; }
.condizioni_vendita li input { position:absolute; left:0; top:3px; }
.condizioni_vendita li:last-child { margin:0px; }
.acceptance { color:#33cccc; line-height:18px; }

.trasporto_gratuito { color:#FF0000; float:left; font-weight:bold; }
.checkout_process .col { position:relative; padding:10px 50px; text-align:left; margin-top:10px; }
.checkout_process i { font-size:30px; position:absolute; left:0px; }

.paginazione a, .paginazione b { margin-bottom:5px; padding:7px 15px; border:1px solid #EEE; display:inline-block; margin-right:2px; }
.paginazione b { background:#EEE; }

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


.global-site-notice { position: fixed; width:100%; max-width:400px; right:20px; bottom:20px; z-index:222; }
.global-site-notice {  background: #05082C none repeat scroll 0% 0%;  color: #FFF; display:block;  padding: 15px; 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; 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; }


.nav .divider { border-right:1px solid #CCC; margin-right:10px; padding-right:10px; }
.nav { position:relative; display:inline-block; }
.nav-item { float:left; *display:inline; zoom:1; position:relative; }
.nav-item:last-child { padding:0; margin:0; border:0; }
.nav-item a { display:block; padding: 5px 10px; color:#05082C; }
.nav-item a.red { background:yellow; margin:0 7px; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none;  }
.nav-item.lang .nav-submenu { width:40px; margin-left:0px; }


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


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

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { position:absolute; top:5px; right:5px; display:none; height:45px; width:50px; cursor:pointer; }
.nav-click i { display:block; height:39px; width:40px; font-size:18px; color:#CCC; 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); }
