@import url(https://fonts.googleapis.com/css?family=PT+Sans: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; 
	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: 'PT Sans', sans-serif; font-size:14px; -webkit-text-size-adjust:100%;  color:#000; }
a { text-decoration:none; outline:none; color:#000; }
a:hover, a.selected { text-decoration:none; color:#A94D25;  }
a.selected { font-weight:bold; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; font-weight:normal; margin:0px; }
h1 { font-size:34px; margin:10px 0; color:#000; font-weight:normal;  }
h2 { font-size:16px; font-weight:600; }
h3 { font-size:14px; margin-bottom:20px; }
img { display:inline-block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
.row { margin-bottom:10px; }
.label { font-weight:600; }
input, select { height:40px; }
input, select, textarea { color:#444; font-family: FontAwesome, 'PT Sans', sans-serif; font-size:14px; padding: 5px; background-color: #EFEFEF; border: 1px solid #000; }
input:focus, textarea:focus, select:focus { border-color: #9B8F84; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; 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:15px; width:15px; float:left; margin-right:10px; }
input[type='checkbox'].selected, input[type='radio'].selected { background:#CCC; }
.placeholder { color:#BBB; }
option { padding:0 5px; }
label { cursor:pointer; }
.btn, input[type='submit'], input[type='button'] { font-size:12px; padding: 5px; border:0px; font-weight:600; cursor:pointer; display:inline-block; color:#FFF; background: #000; line-height:normal; text-align:center; text-transform:uppercase; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover { text-decoration:none; background: #333; color:#FFF; }
.btn-primary, input.btn-primary { background-color:#000; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { background:#222; color:#FFF; }
.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; }
.error { color:#FF0000; font-weight:600; }
.ok { color: #669900; font-weight:600; }

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

.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; }
.page-break { margin-top:100px; }
.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%; }
figure { overflow:hidden; }
figure.fade a:hover img { opacity:0.5; }
figure.zoom a:hover img { filter: none; transform: scale(1.2); }
.column_2 {  -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 2em; -webkit-column-gap: 2em; column-gap: 2em; }


.header { min-height: 170px; }
.header .content { padding: 10px 0; }
.header .logo { text-align:center; padding:25px; }
.header .menu { margin:0 auto; text-align:center; text-transform:uppercase; }
.header .menu li { display:inline-block; padding: 0 30px 0 0; }
.header .menu li i { color:#FFF; }
.header .menu li:hover i { color:#666; }
.header .menu ul.nav-submenu li { text-transform:none; }
.header .submenu { display:none; padding: 30px 0; z-index:2000; width:600px; margin:0 auto; text-align:center;  }
.header .submenu li { display:inline-block; text-align:center; background:#FFF; }
.header .submenu li a { display:block; padding: 0 30px; }
.header .menu.smaller { position:fixed; top:0; left:0; background-color: rgba(250, 250, 250, 0.9); padding: 20px 0; z-index:888; }


.footer { background:#000; margin-top:60px; }
.footer a { color:#FFF; font-weight:bold; }
.footer a:hover { text-decoration:none; color:#A94D25; }
.footer .content { color:#FFF; font-size:12px; font-style:normal; padding:40px 10px; }
.footer .credits { text-align:center; margin-top:20px; }
.footer .social { text-align:right; }
.footer .social li {  display:inline-block; margin-left:5px; }
.footer .social li a { display:block; font-size:18px; padding-top: 7px;  width:40px; height:40px; border-radius:100px; text-align:center; border:2px solid #FFF;}
.footer .social li a:hover { border-color:#A94D25; }
.footer .social i { margin:0; }


#main { text-align:left; }
#main .title-page { text-align:center; color:#A94D25; text-decoration:underline; font-size:16px; margin:40px 0 40px 0; }
#main.home .slider li { height:670px; }
#main .slider li { text-align:center; position:relative; }
#main.home .slider li img { border:0px; }
#main .slider li img { border:5px solid #FFF; }
#main .slider li:first-child img { border-left:0px; }
#main .slider li:last-child img { border-right:0px; }
#main .slider .container {  width:100%; z-index:2; position:absolute; height:670px; display:table; }
#main .slider h1 {  color:#FFF; text-align:center; text-shadow: 2px 2px 4px black; font-size: 40px; display:table-cell; vertical-align:middle; }
#main .slider { position:relative; min-height:150px; }


#main .list-news .item { position:relative; min-height:350px; }
#main .list-news .span_1_of_3:nth-child(3n+1) { margin-left:0; }
#main .list-news .span_1_of_4:nth-child(4n+1) { margin-left:0; }
#main .list-news .item figure { margin-bottom:10px; }
#main .list-news .item img { display:block; }
#main .list-news .item h2 { margin: 10px 0 0 0; padding: 0 30px; }
#main .list-news .item { text-align:center; }
#main .list-news .item p { padding: 0 30px; }

#main.contact h2 { font-weight:normal; margin: 40px 0 20px 0; font-size:22px; }


#main.news .about .item-header h1 { font-size:40px; margin-bottom:40px; font-weight:normal; background:url('../images/bg_data.gif') no-repeat bottom center; padding-bottom:20px; }



#main .item-header { text-align:center; }
#main .item-header h1 { font-size:40px; margin-bottom:20px; font-weight:700;  }
#main.news .item a { font-weight:700; }
#main.news .user { margin-bottom:20px; }
#main.news .data { text-transform:capitalize; margin-bottom:10px; background:url('../images/bg_data.gif') no-repeat top center; padding-top:20px; }
#main.news .social i { font-size:18px; margin:0 5px 40px 5px; }
#main.news .social a:hover { text-decoration:none; }


#main.news .item-text { font-size:14px; line-height:22px; }
#main.news .item-text li { list-style:disc; margin: 7px 0 7px 20px; }
#main.news .item-text h3 { font-size:30px; margin-bottom:20px; }
#main.news .item-image { margin-bottom:20px; }
#main.news .list-press .item:nth-child(6n+1) { margin-left:0px; }
#main.news .list-press .item img { border:1px solid #CCC; margin-bottom:15px;  }
#main.news h2.section { text-align:center; font-size:24px; }

#main .list-search .item {padding:0 0 20px 0; margin-bottom:20px; border-bottom:1px solid #EEE; }
#main .list-search .item .data { color:#999; font-size:14px; }
.lato { padding-left:20px; }

.archivio .button { text-align:center; margin-top:40px; }
.archivio .button a { font-weight:bold; font-size:18px; color:#CCC; }
.archivio .button a:hover { color:#000; }
.archivio .button a:hover { text-decoration:none; }
.archivio .search { width:300px; margin:0 auto; text-align:center; margin-top:20px; }
.archivio .search input { border-color:#CCC; }
.archivio .search input[type='submit'] { background:#CCC; font-size:16px; }
.archivio .search input[type='submit']:hover { background:#000; }

.load_more {  padding:15px; display:block; text-transform:uppercase; font-weight: bold; text-align:center; }

.paginazione { font-size:13px; margin-top:40px; }
.paginazione a, .paginazione b { display:inline-block; padding:10px 15px; border:1px solid #CCC; }
.paginazione b { background:#EEE; }
.paginazione .total { padding-top:10px; }
.paginazione .pages { text-align:right; }

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: #888; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center;  }
div.top a:hover { background:#FFF; color:#000; text-decoration:none; }


.nav { position:relative; display:inline-block; }
.nav-item { display:inline-block; zoom:1; position:relative; padding: 0 75px 0 0; }
.nav-item:last-child { padding:0; }
.nav-item a { display:inline-block; font-weight:normal; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }
/* Navigation submenu */
.nav-submenu { display:none; position:absolute; padding: 30px 0; z-index:2000; width:600px; margin:0 auto; text-align:center;  }
.nav-submenu-item { display:inline-block; text-align:center; background:#FFF; }
.nav-submenu-item a { display:block; padding: 0 30px; }
/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; position:absolute; top:0; left:0; background:#111; height:40px; width:100%; padding:10px 0 0 20px; text-align:left; color:#FFF; text-transform:uppercase; }
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { position:absolute; top:0; right:0; display:none; height:42px; width:40px; cursor:pointer; background:#222; }
.nav-click i { margin:12px 0 0 2px; color:#FFF; }
.nav-rotate { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
