<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Pragati+Narrow:400,700');
/*@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace');*/
@import url('balloon.min.css');
@import url(hover.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%; }
html, body {  height:100%; }
body {background: #FFF; margin: 0px; font-family: 'Pragati Narrow', sans-serif; font-size:16px; -webkit-text-size-adjust:100%;  color:#000; line-height:22px;  }
a { text-decoration:none; outline:none; color:#000; text-overflow:ellipsis; }
a:hover, a.selected { text-decoration:none; color:#E50026; 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; margin:0px; font-weight:normal; text-transform:uppercase;}
h1 { margin-bottom:20px; font-size:40px; }
h1.title { text-transform:uppercase; margin:0px; text-align:center; letter-spacing:2px; }
h2 { font-size:30px; }
h3 { font-size:26px; margin-bottom:20px; line-height:26px; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
input, select, textarea { border-radius:0; color:#444; font-family: FontAwesome, 'Pragati Narrow', sans-serif; font-size:14px; padding: 12px; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
input:focus, textarea:focus, select:focus { border-color: #000; }
input.error, textarea.error, select.error, input[type='checkbox'].error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; } 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; letter-spacing: 0; }
input[type='checkbox'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; }
input[type='checkbox']:checked { background:#666; }
form .row { margin-bottom:10px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px; border:0px; font-weight:600; cursor:pointer; display:inline-block; color:#FFF; background:#AAA; line-height:normal; 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: #888;}
.btn-primary, input.btn-primary { background-color:#000; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#444; }
.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; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; height:auto; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; margin:0px; padding: 5px 0; color:#999; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
li span.tot { float:right; font-size:11px; width:30px; text-align:center; display: inline-block; }
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; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; background:#FFF; }
.content { max-width:1200px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content-small { max-width:750px; margin: 0 auto; clear: both; position:relative; }
.cover { height: calc(100vh - 100px); background-position:center center; background-repeat: no-repeat; background-size:cover;}

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold { font-weight:600; }
.avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#999; }
.black, .black a { color:#000; }
.hidden { display:none; }
.block { display:block; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }
.pl40 { padding-left:40px; }
.pr40 { padding-right:40px; }


table { border-collapse: collapse; width:100%; }
table, th, td { border: 1px solid #888; padding: 2px 5px; }
thead td { background:#EEE; }
figure { overflow:hidden; }
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.2);  }
figure.fade a:hover img { opacity:0.5;  overflow:hidden; }

.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; }

.bgcolor1 { background:#EEE;  }
.overlay h3 { font-size:20px; margin-bottom:10px; }
.overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; line-height:20px; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 0, 0, 0.8); }
.footer { padding: 40px 20px; text-align:center; font-weight:normal; }
.footer .follow i { width:50px; height:50px; display:inline-block; color:#000; padding-top:12px; font-size:20px; }
.footer .follow i:hover { color:#000; }
.footer a { font-weight:normal; display:block-inline }
.footer .credits, .footer .credits a { color:#999; font-size:10px; text-transform:uppercase;  }
.footer .hours { color: #E50026; }
.footer .app img { height:40px; width:auto; margin: 10px; }
.footer .events .col { margin-bottom:20px; }
.footer .events { max-width:800px; margin:0 auto; text-align:center; }

#header .wrapper { background-color: rgba(0, 0, 0, 0.4); position:fixed; top:0; left:0; right:0; z-index:100; }
.header .logo { text-align:center; }
.header .logo img { margin-top:20px;  }
.header .menu { margin: 0 auto; text-align:center; font-size:15px; }
.header .menu li { display:inline-block; margin: 0 15px; }
.header a.selected { text-decoration:underline;  }
#header.smaller { display:block; position:relative; height: 40px; }
#header.smaller .logo { display:none; }


.separator { padding:80px 0; }
.separator:first-child { padding-top:40px; }

#spacem .cover img { height:200px; width:auto; position:absolute; bottom:150px; left:0; right:0; margin:0 auto; }
#spacem .cover { text-align:center; }

.header-section { height:70px; text-align:center; }
.header-section h2 { text-align:center; text-transform:uppercase; font-size:26px; margin:0 0 20px 0; }
.header-section h2 { text-align:center; text-transform:uppercase; font-size:16px; margin:0; }
.blog-slide li { padding: 0 20px;}
.blog-slide figure { font-size:0px; line-height:0; margin-bottom:10px; }
.box-newsletter { max-width:650px; margin:0 auto; text-align:center; padding:50px 20px; background:#EEE; }
.box-newsletter .select { text-align:left; }

.about .item { min-height:300px; padding-right:20px; line-height:22px; min-height:500px; }
.about .item h3 { margin: 20px 0 0 0; }
.about .subtitle { margin-bottom: 10px; font-weight:bold; }
.showroom ul { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; }
.showroom li { margin-bottom:15px; }

.collections .list_cat .item { position:relative; }
.collections .list_cat .item h2 { position:absolute; bottom:20px; text-align:center; left:0; right:0; z-index:2; color:#FFF; font-size:20px; text-transform:uppercase; }
.collections .list_art .item { min-height:140px; border-bottom:1px solid #CCC; padding:10px 0; min-height:700px; }
.collections .list_art .item img { margin: 10px 0; }
.collections .list_art .item h3 { margin:0px; font-size:20px; } 
.collections h4 { text-align:center; margin:20px 0; font-size: 32px; text-transform:uppercase; }

.blog { margin-top:160px; }
.blog .header-section { height:40px; }
.blog .scheda .item { border-bottom:0; padding-bottom:40px; }
.blog .item { margin-bottom:80px; padding-bottom:80px; border-bottom:1px dotted #999; padding-right:100px; }
.blog .item .cat { text-transform: uppercase; font-family: 'Special Elite', cursive; font-size:13px; margin-right:20px; }
.blog .item h2 { font-size:28px; margin:20px 0; text-align:center; }
.blog .item img { display:block; }
.blog .gallery { margin-top:20px; }
.blog .gallery .item { padding-bottom:0; border:0; padding:0px; }
.blog p.text { font-size:20px; }

p.section { text-transform:uppercase; }
p.tag { margin-top:20px; color:#E50026; }
p.tag a { color:#999; font-weight:normal; border:1px solid #CCC; display:inline-block; margin:0 5px 10px 0; padding:2px 5px; }
p.tag a:hover { color:#000; border-color:#000; }

.share i { padding:5px; margin:0px; color:#999; }
.share a:hover i { color:#000; }
.share a { font-weight:normal; color: #999; }
.share ul { margin:0 auto; text-align:center; }
.share ul li { border:0px; display:inline; }

.gallery .span_2_of_2.item { margin:20px 0; }
.gallery .item { position:relative; }
.gallery .item .overlay { display:none; }
.gallery .item:hover .overlay { display:block; }
.gallery * { transition: all .2s ease-in-out; }



.pagination { margin: 20px 0 40px 0; }
.pagination .page { text-align:right; }
.pagination .page a, .pagination .page b { padding:10px 15px; display:inline-block; border:1px solid #DDD; }
.pagination .page b { color: #E50026; }
.pagination .page a:hover { background:#EEE; }
.pagination .result { padding-top:10px; }
.subnav .col { position:relative; border-top:1px solid #DDD;  }
.subnav a { display:block; padding:10px; color: #E50026; }
.subnav .left a { padding-left:50px; text-align:left; }
.subnav .left i { left:10px;  }
.subnav .right a { padding-right:50px; text-align:right; }
.subnav .right i { right:10px;  }
.subnav i { font-size:40px; position:absolute; top:10px; }


.bg_gray { background:#EEE; }


#lato h3 { font-weight:normal; font-size:14px; margin-bottom:10px; text-transform:uppercase; }
#lato a { font-weight:normal; }
#lato input, select { height:40px; border:0px; padding:0px; font-size:14px; border-bottom:1px solid #AAA; text-transform:uppercase; }
#lato input[type='submit'] { color:#AAA; background:none; border:0px; }

.main .slide .box { position:absolute; top:30%; left:0; right:0; text-align:center; color:#FFF; z-index:222; padding:100px; font-size:20px; line-height:26px; }
.main .slide .box h1 { text-transform:uppercase; margin-bottom:20px; font-size:50px; }
.main .section { text-transform:uppercase; font-weight:bold; margin-bottom:10px; }
.main .tabcontent { height:350px; }
.main .tabs a { padding:20px; background:#143B94; color:#FFF; text-align:center; text-transform:uppercase; display:block; }
.main .tabs a.selected { background:#EEE; color:#143B94; }

.item-row { padding: 40px 20px; }



.gallery .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.gallery .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.gallery .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.gallery .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.gallery .span_1_of_8:nth-child(8n+1) { margin-left:0px; }
.gallery .col { margin-bottom:1.6%; }
.gallery img { display:block; }
.gallery .item { position:relative; }


.global-site-notice {  background: #000 none repeat scroll 0% 0%;  color: #FFF; display:block;  padding: 20px; float:none; font-size:16px;  position: fixed; right:10px; bottom:10px; z-index:100; }
.global-site-notice .notice-inner { max-width:300px; margin: 0 auto; text-align:left; float:none; position:relative; padding-right:50px; }
.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; }
#close-cookie-notice { position: absolute; right:0; top:0px; }
.global-site-notice.hidden { display:none; }

.scrolloff { pointer-events: none; }

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


 
.nav-menu { position:relative; display:block; }
.nav .fa { margin-right:0px; }
.nav-item { display:block; zoom:1; position:relative;  margin-right:1px; }
.nav-item:last-child { padding:0; margin:0; border:0; }
.nav-item a { display:block; text-transform:uppercase; font-weight:normal; padding:10px 0; color:#FFF; }
.nav-item.lang a { display:inline-block; padding:10px 5px; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; z-index:200; border:5px solid #9A745A; background:#FFF; width:250px; }
.nav-submenu-item a { color:#9A745A; padding:7px 15px; display:block; width:100%; text-align:left; font-weight:normal; }
.nav-submenu-item a:hover { text-decoration:none; color:#FFF; background:#9A745A; }

/* Mobile navigation */
.nav-mobile { color:#000; display:none; position:absolute; top:5px; right:10px; text-align:center; font-size:20px; height:40px; width:40px; cursor:pointer; padding:7px 10px; }

/* Mobile navigation, clickable area for revealing &lt;ul&gt; */
.nav-click { position:absolute; top:0; right:0; display:none; height:39px; width:40px; cursor:pointer; text-align:center; }
.nav-click i { display:block; height:36px; width:40px; background: #999; font-size:20px; padding:8px; }
.nav-rotate { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }</pre></body></html>