@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap');
@import "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%; min-height:100%; position:relative; }
body { height:100%; background: #FFF; margin: 0px; font-family: 'Poppins', sans-serif; font-size:14px; color:#000; -webkit-text-size-adjust:100%; text-align:justify; }
a { text-decoration:none; outline:none; color:#ce0e2d; font-weight:bold; }
a:hover, a.selected { color:#000;  }
:hover, .gallery * { 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; }
.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; font-weight:800; margin:0px; font-family: 'Poppins', serif; text-transform:uppercase; }
h1 { font-size:50px; margin-bottom:20px; }
h2 { font-size:24px; margin:0 0 10px 0; text-transform:uppercase; }
h3 { font-size:16px; }
img { display:block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
.row { margin-bottom:10px; }
.label { padding: 10px 0 0 0; }
.number { border:1px solid #a27b3c; }
input, select, .btn { height:45px;  }
input, select, textarea { color:#444; font-family: 'Poppins', sans-serif; font-size:13px; padding: 10px; background-color: #EEE; border:1px solid #CCC; border-radius:0; }
input:focus, textarea:focus, select:focus { border-color: #000; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#FFDAD7; 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:20px; width:20px; float:left; margin-right:10px; background-color: #EEE; border:1px solid #CCC;  }
input[type='checkbox']:checked + label, input[type='radio']:checked + label { color:#a27b3c; }
input[type='radio'] { border-radius:200px; }
input[type='radio']:checked { background:#a27b3c; }
input[type='checkbox']:checked { background:#a27b3c; }
select { background: url('../images/select_arrow.png') right center no-repeat; padding: 7px 35px 7px 7px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
.buttons { margin:0 auto; text-align:center; }
.placeholder { color:#BBB; }
option { padding:0 5px; }
label { text-align:left; margin:0;  width:100%; display:block; line-height: 20px; cursor:pointer; }
.btn, input[type='submit'], input[type='button'], button { border:0px; color:#777; background:#EEE; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight:bold; margin-top:40px; padding: 10px; cursor:pointer; display:inline-block; text-align:center; text-transform:uppercase; text-decoration:none; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover, button:hover { text-decoration:none; background:#CCC; }
.btn-primary, input.btn-primary { color:#FFF; background: #ce0e2d; }
.btn-primary:hover, input.btn-primary:hover { background:#000; color:#FFF; }
.privacy { line-height:normal; }
.warning { color:#000; 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; background:#000; 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:#000; font-weight:700; }
.ok { color: #669900; font-weight:700; }
.relative { position:relative; }
.nowrap { white-space: nowrap; }

table { width:100%; border-collapse: collapse; border:0px; padding:5px;  }
thead td { background: #000; color:#FFF; padding: 7px; font-style:normal; text-transform:uppercase; font-size:11px; font-weight:700; }
tbody td { padding: 7px; border-bottom:1px solid #DDD; }

table.classifica thead td { text-align: center; padding: 7px; }
table.classifica thead tr td:first-child { text-align: left; }
table.classifica tbody td { text-align: center;  }
table.classifica tbody td img { float:left; margin-right:5px; }
table.classifica tbody tr td:first-child { text-align: left; font-weight:bold;  }
.cl_1 span, .row1 td { background:#FFCCCC; }
.cl_2 span, .row2 td, .row3 td, .row4 td, .row5 td { background:#ffefbb; }
.cl_3 span, .row12 td, .row13 td, .row14 td, .row15 td { background:#d3eaf8; }
.cl_4 span, .row16 td { background:#DDD; }
.legend { margin-top:20px; }
.legend li { display:inline-block; margin-right:20px; font-size:12px; color:#444; padding:3px; }
.legend li span { width:20px; height:20px; display:inline-block; border-radius:200px; vertical-align:middle; margin-right:5px; }
table.marcatori tbody td img { display:inline; margin-right:5px; vertical-align:middle; }
table.calendario td { text-transform:uppercase; font-size:11px; text-align:left; }
table.calendario { border:1px solid #DDD; margin-bottom:40px; }
table.calendario tr.giornata td { background:#000; color:#FFF; font-size:12px; }
tr.selected td { background:#ffefbb; font-weight:bold; }

.tabs { margin:0 auto; margin-bottom:20px; text-align: center; }
.tabs li { display:inline-block; }
.tabs a { display:block; color:#000; border-bottom:0; text-align:center; text-decoration:none; margin: 0 20px; }
.tabs a.selected { color:#a27b3c; text-decoration:underline; }

figure { position:relative; margin: 0; }
figure { overflow:hidden; position:relative; }
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.1);  }
figure.fade a:hover img { opacity:0.5;  overflow:hidden; }
.figure img:hover { opacity:0.5; }

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:1200px; margin: 0 auto; clear: both; padding: 10px; position: relative; }
.content-small { max-width:800px; margin: 0 auto; clear: both; padding:10px; position: relative; }
.content-big { max-width:90%; margin: 0 auto; clear: both; padding:10px; position: relative; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.hidden { display:none; }
.bold { font-weight:700; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.#000 { color:#000; }
.green { color:#59B200; }
.gray, .gray a { color:#999; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.align_center { text-align:center; }
.mt100 { margin-top:100px; }
.mt80 { margin-top:80px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.pl40 { padding-left:40px; }
.pr40 { padding-right:40px; }
.pt100 { padding-top:100px; }


.more { margin-top:40px; }
.news { font-weight:bold; color:#a27b3c; margin-bottom:20px; text-transform: uppercase; text-decoration:underline; }

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

.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%; }
.iphone_show { display:none; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.pb100 { padding-bottom:100px; }
.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%; }
svg:hover path, svg:hover circle { background-color:#a27b3c; fill:#a27b3c; }
.column_2 { column-count: 2; text-align:justify; column-gap: 80px; }

#header, #header * { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;  transition: all 0.3s; }
#header { font-size:13px; position:fixed; z-index:2; top:0; width:100%; text-align:center; background:#000; }
#header .logo img { display:inline; margin-top:10px; height:120px; width:auto; }
#header .content { padding-bottom:0px; }
#header.smaller .logo { display:none; }
#header a:hover { color:#FFF; }

.footer { background:#000; padding: 40px 20px; color:#000; font-size:12px; color:#FFF; }
.footer .logo { text-align:center; }
.footer .logo img { height:120px; width:auto; display:inline-block; margin-bottom:20px; }
.footer h3 { font-size:14px; text-transform:uppercase; margin-bottom:5px; color:#ffcc00; } 
.footer li { margin: 2px 0; }
.footer li img { width:30px; height:auto; }
.footer .social { margin-bottom:40px; }
.footer .social ul { margin:0 auto; text-align:center;  }
.footer .social li { display:inline-block; margin: 0 20px; font-size:18px;  text-transform:uppercase; }
.footer .social i { margin-right:5px; padding:5px; text-align:center; width:30px; height:30px; }
.footer .social li a { font-weight:800; }
.footer a { color:#FFF; font-weight:normal; }
.footer a.selected, .footer a:hover { color:#ffcc00;  }
.footer .credits { color:#888; text-align:center; margin-top:40px; font-size:11px; }
.footer .credits a { color:#888; }
.footer .text { text-align:center; color:#888; margin:0px 0 40px 0; }
.footer .grid { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px;}

.header-page p.section { text-transform:uppercase; }
.header-page { text-align:center; padding: 40px 40px 0 40px;  }
.header-page h1 { font-size:40px; margin:10px 0 10px 0; }
.header-page h2 { line-height:26px; color:#888; font-weight:normal; margin:0px 0 10px 0; text-transform:inherit; }
.header-section { padding: 40px 0 0 0;  }
.header-section h2 { margin-bottom:0px; }
.item-row .content { padding: 80px 0; text-align:left; }
.item-row .image, .item-row .text { width:50%; float:left; }
.item-row:nth-child(even) { background:#333; color:#EEE; }
.item-row h3 { margin-bottom:40px; }
.item-row .text  { padding-right:80px; }
.item-row:nth-child(even) .text { float:right; padding-left:80px; padding-right:0; }

.box-home { padding: 20px 0; text-align:center; }
.box .item { position:relative; margin-bottom:1.6%;  }
.box .item .text { position:absolute; left:0; right:0; bottom:0; text-align:center; display: flex; flex-direction: column; justify-content: flex-end;  color:#FFF; padding-bottom:20px; background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,0,0,1)); padding-top:50px; }
.box .item:hover .text {  background-image: linear-gradient(to bottom, rgba(255,150,0,0), rgba(255,150,0,1)); }

.codice-etico { max-width:800px; text-align:justify; margin:0 auto; }
.governance { margin-bottom:40px; }
.governance li { padding:10px 0; position:relative; text-align:right; padding-right:52%; font-weight:bold; }
.governance li span { position:absolute; left:52%; font-weight:normal; }
.governance li:nth-child(2n+1) { background:#EEE; }

.sponsor { text-align:center; }

.grid-sponsor2 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.sponsor { margin:0 auto; }
.sponsor .item { text-transform:uppercase; display:inline-block; margin:10px; width:150px;  }
.sponsor .item p { height:60px; }
.sponsor img { border:1px solid #DDD; padding:10px; margin-bottom:10px; font-size:11px; }
.sponsor p { text-align:center; line-height:14px; font-size:12px; }
.sponsor h3 { text-align:center; margin-bottom:20px; }

.videoMain { padding:20px; text-align:center; background:#ffcc00; }
.videoMain h2 { font-size:16px; line-height:20px; margin:0 auto;  max-width:400px; margin-top:20px;}
.videoMain span { background:red; color:white; padding:2px 5px; display:inline-block; margin-bottom:10px; }

.squadra-nav { margin:0 auto; text-align: center; text-transform:uppercase; }
.squadra-nav li { display:inline-block; margin: 0 1px; text-align:center; background:#DDD; padding: 8px 20px;  }
.squadra-nav li:hover { background:#EEE; }
.squadra h3 { text-align:center; font-size:40px; margin:20px 0 40px 0; }
.squadra .item { text-align:center; margin-bottom:20px; }
.squadra .item h4 { font-family: 'Poppins', sans-serif; margin-top:10px; }
.squadra .section:nth-child(even) { background:#EEE;  }
.squadra img { border:1px solid #DDD; }

.settore-giovanile .item { margin-bottom:40px; }
.settore-giovanile .item h4 { font-family: 'Poppins', sans-serif; margin-top:10px; font-weight:bold; font-size:18px; }

.list-contact { margin-bottom:20px; }
.list-contact li { position:relative; padding:10px 0 10px 40px; }
.list-contact li i { left:0px; top:5px; position:absolute; color:#000; width:30px; height:30px; padding-top:6px; border:1px solid #000; border-radius:200px; text-align:center; margin:0px; }




.list-news .item { text-align:left; font-size:13px; height:450px; margin-top:40px; background:#ce0e2d; color:#FFF; overflow:hidden; }
.list-news .item:nth-child(even) { background:#ffcc00; }
.list-news .item h2 { font-size:16px; margin: 10px 0; }
.list-news .container { padding:20px; }
.list-news  a { color:#FFF; }
.list-news .read a { border:1px solid #FFF; border-radius:200px; padding:10px; display:block; text-align:center; }
.list-news .read a:hover { background:#FFF; color:#ce0e2d; }
.list-news iframe, .list-news .videoWrapper { height: 234px; }

#main { margin-top:180px; }
.bgcolor { background:#ffcc00; }
.map { margin-top:80px; }

.nav-header { text-align:center; }
.nav-header h2 { margin: 40px 0 20px 0; font-size:50px; text-transform:uppercase; }
.nav-header li { display:inline-block;  font-size:14px; }
.nav-header li::after { content:" | "; margin: 0 5px; }
.nav-header li:last-child::after { content:" "; margin: 0; }
.nav-header a.selected { text-decoration:underline; color:#005091; }

.slider { position:relative; background: #ffcc00; }
.slider img { display:block; }
.slider .more { position:absolute; bottom:150px; left:0; right:0; text-align:center; z-index:1; margin:0px; }
.slider .more a { color:#FFF; }
.slick-dots { bottom: 100px; }


.tifo { text-align:center; padding: 60px; color:#FFF; font-size:20px; font-weight:bold; background-image: linear-gradient(to right, rgba(255,221,0,1), rgba(230,53,75,1), rgba(198,10,33,1)); }
.tifo h2 {  font-size:60px; color:#FFF; }

.scheda { margin:40px 0; }
.scheda .images img { margin-bottom: 40px; }

ul.check-list { margin: 0 auto; text-align:center; }
ul.check-list li { position:relative; padding-left:30px; margin:20px 20px 0 20px; font-weight:bold; display:inline-block; }
ul.check-list li input { position:absolute; left:0px; top:5px; }
ul.check-list li label { display:inline; line-height: 30px; font-size: 18px; }
ul.check-option { margin: 60px 0; }
ul.check-option li { margin-bottom:20px; }
.disclaimer { border-top:1px solid #888; line-height:25px; font-size:13px; padding: 40px 0; margin: 40px 0; text-align:center; }
.disclaimer h2 { font-size:20px; margin-bottom:20px; }
.disclaimer i { font-size:40px; margin:10px 5px 0 0; }
.disclaimer li { line-height:normal; }


.select-linea .col.item { position:relative; margin-bottom:20px; }
.select-linea .cover { position:absolute; top:0; left:0; right:0; bottom:0; text-align:center; padding-top:45%; background-color:rgba(0, 0, 0, 0.4); color:#FFF; display:block; height:auto; }
.select-linea .cover:hover { background-color:rgba(0, 0, 0, 0.1); }
.navoption select { display: none; }



.cover { height: calc(100vh - 50px); background:#FFF; background-repeat:no-repeat; background-size:cover; background-position:center center;  }
.scheda .deitail li { margin-bottom: 20px; border-top:1px solid #000; font-size:14px; line-height:20px; }
.gallery .item:nth-child(2n+1) { margin-left:0px; }
.gallery .item:nth-child(6n+1) { margin-left:0px; }
.gallery img { display:block; border:3px solid #FFF; }
.gallery { margin-left:-3px; margin-right:-3px; }

.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_5:nth-child(5n+1) { margin-left:0px; }
.grid .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.grid .span_1_of_7:nth-child(7n+1) { margin-left:0px; }
.grid .span_1_of_8:nth-child(8n+1) { margin-left:0px; }
.grid .span_1_of_9:nth-child(9n+1) { margin-left:0px; }
.grid .span_1_of_10:nth-child(10n+1) { margin-left:0px; }
.grid img { display:block; }


.share ul { margin:0 auto; }
.share li:first-child { width:auto; margin-right:30px; }
.share li { display:inline-block; width:30px; height:30px; overflow:hidden; }
.share a { background:#ffcc00; color:#ce0e2d; width:25px; height:25px; text-align:center; display:inline-block; padding-top:2px; }
.share a:hover { background:#ce0e2d; color:#ffcc00;}

.subnav .left, .subnav .right { width:50%; float:left; }
.subnav .right { text-align:right; }
.subnav .left { border-right:5px solid #FFF; }
.subnav a { color:#FFF;  background:#000; padding:15px 30px; height: 60px; display:block; }
.subnav a:hover { background:#0000FF; }
#main .subnav i { background:none; }


.home .main h1 { line-height:100px; font-size:160px; font-weight:bold; color:red; letter-spacing:200px; color:#FFF; }
.home .main h1 span { letter-spacing:-0px; }
.home .main { position:absolute; top:40%; left:50%; margin-top:-50px; margin-left:-450px; width:900px; height:100px; }

.score { margin:0 auto; text-align:center; margin-top:10px; position:relative; }
.score li { display:inline-block; padding:100px 50px 0 50px; position:relative; text-align:left; font-weight:bold; text-transform:uppercase; }
.score .result { font-weight:bold; font-size:40px; font-weight:normal; position:absolute; top:25px; left:15px;  }
.score li:first-child .result { right:-20px; left:inherit; }
.score li:first-child .result:after { content:"-"; margin:0 5px; }

.score li:last-child b { font-size:40px; position:absolute; left:0; top:30px; font-weight:normal; }
.score li img { position:absolute; top:10px; width:80px; left:0; right:0; height:auto; margin:0 auto; }

.acc_title { color:#000; padding:20px; border-bottom:1px solid #888; cursor:pointer; font-weight:bold; }
.acc_title.open { border:0px; }
.acc_title img { float:right; width:25px; height:auto; }
.acc_title svg { fill: #888; }
.acc_text { padding:20px; }

.flex { display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.form { max-width:500px; text-align:center; margin:0 auto; }
.form h3 { text-transform:uppercase; margin-bottom:40px; }


div.top {  display: none; overflow: hidden; position: fixed; right:46px; bottom:90px; z-index:999; }
div.top .fa { margin:0px; padding:7px 5px 5px 5px; background:#ffcc00; color:#ce0e2d; width:30px; height:30px; text-align:center; }
div.top a { cursor:pointer; }


.pagination { margin:60px 0; }
.pagination .result { padding: 12px 0; }
.pagination .page { text-align:right; }
.pagination a { font-weight:bold; display:inline-block; padding:10px 20px; border-bottom:2px solid #ce0e2d;  }
.pagination a:hover { border-bottom:2px solid #ffcc00; color:#ffcc00; }
.pagination b {  display:inline-block; padding:10px 20px; border-bottom:2px solid #ffcc00; color:#ffcc00; }
.pagination i { font-size:22px; }



.nav { position:relative; display:inline-block; font-weight:bold; font-size:14px; margin-left: -17px; }
.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 15px; color:#ffcc00; text-transform:uppercase; }
.nav-item a.selected { color:#FFF; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none;  }
.nav-item.social a { display:inline-block; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; font-size:13px; z-index:20;  top:30px; left:-10px; width:280px; padding:10px; z-index:200; text-align:left; background:#000;  }
.nav-submenu-item a { display:block; font-weight:normal;  }
.nav-submenu-item a.selected { color:#FFF; }

/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; position:fixed; top:55px; right:20px; font-size:22px; padding:0px; height:40px; width:40px; text-align:center; }
.nav-mobile i { margin:0; color:#FFF; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { text-align:center; position:absolute; top:0; right:20px; display:none; height:39px; width:40px; cursor:pointer; }
.nav-click i { display:inline-block; font-size:18px; color:#ffcc00; text-align:center; position:absolute; top:0; left:0; padding:10px; margin:0px; }

