@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Josefin+Sans:300,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); -webkit-appearance: none; -moz-appearance: none; appearance: none; }
*:hover {  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; }
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: 'Josefin Sans', sans-serif; font-weight:300; font-size:16px; -webkit-text-size-adjust:100%;  color:#000; text-align:left; line-height:20px; }
a { text-decoration:none; outline:none; color:#00468C; text-overflow:ellipsis; font-weight:400; }
a:hover, a.selected { text-decoration:none; color:#888; }
#footer .svg-inline--fa, #header .svg-inline--fa, #main .svg-inline--fa { width:25px; text-align:center; }

b, strong { font-weight:bold; }
h1, h2, h3, h4 { line-height:normal; margin:0px; font-family: 'EB Garamond', sans-serif; color:#000; }
h1 { margin-bottom:20px; font-size:60px; font-weight:300; }
h2 { font-size:30px; margin: 10px 0; }
h4 { font-size:20px; font-style:italic; font-weight:300; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
img.rounder { border-radius:1000px; }
input, select, textarea { border-radius:0; color:#444; font-family: FontAwesome, 'Josefin Sans', sans-serif; font-size:14px; padding: 12px; background-color: #EFF2F6; border: 1px solid #E3EAF1; }
input:focus, textarea:focus, select:focus { border-color: #222; }
input.error, textarea.error, select.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 #E3EAF1; }
input[type='checkbox']:checked { background:#666; }
form .row { margin-bottom:10px; }
option { padding:0 5px; }
.label { padding: 10px 10px 0 0; text-align:right; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { letter-spacing:1px; border:3px solid #CCC; padding: 12px 20px; cursor:pointer; display:inline-block; color:#FFF; background:#CCC; 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: #FFF; color:#CCC; }
.btn-primary, input.btn-primary { background-color:#00468C; color:#FFF; border:3px solid #00468C; }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#FFF; color:#00468C; }
.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 { background:#000; 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%; }
.placeholder { color: #FFF; text-transform:uppercase; }
.column_2 { column-count: 2; column-gap: 40px; }

ul.list li { margin: 20px 0; position:relative; padding-left:40px; }
ul.list li i { position:absolute; top:0; left:0; font-size:22px; width:30px; text-align:center; }
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; }
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 40px 10px 15px; }
ul.list_disc li li { list-style:circle; }


.layout { position:relative;  }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both;  }
.content { width:100%; max-width:1200px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.cover { max-width:90%; margin:0 auto; text-align:center; height:90%; background-size: cover; background-attachment: fixed; background-position:center center; }

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center, .align_center ul { text-align: center; margin:0 auto; }
.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; }
.fixed { position:fixed; }
.hidden { display:none; }
.block { display:block; }
.mt100 { margin-top:100px; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }

table { border-collapse: collapse; width:100%; }
table, th, td { border: 1px solid #888; padding: 2px 5px; }
thead td { background:#EEE; }
figure { overflow:hidden; background:#000; }
figure * { transition: all .2s ease-in-out; line-height:normal;  }
figure img { display:block; }
figure.zoom:hover img { filter: none; transform: scale(1.2);  }
figure.fade:hover img { opacity:0.5; background:#000; }

.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, .header .menu li.iphone_show { display:none; }
.pr80 { padding-right:100px; }

.span_50 { width:50%; margin:0 auto; text-align:center; }
.span_25 { width:25%; margin:0 auto; text-align:center; }

.bg_gray { 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); }

#header { margin-bottom:40px; }
#header .logo { text-align:center; padding:10px; }
#header .logo img { margin: 10px 0; }
#header .menu { border-top: 1px solid #00468C; border-bottom: 1px solid #00468C; font-size:13px; }
#header .menu ul { margin:0 auto; text-align:center; }
#header .menu li { display:inline-block; text-transform: uppercase; margin: 0 10px; letter-spacing:1px; }
#header .booking a { border:3px solid #00468C; font-size:13px; background:#00468C; color:#FFF; padding:5px 10px; display:inline-block; position:absolute; right:0px; top:35px; text-transform:uppercase; letter-spacing:1px; }
#header .booking a:hover { background:#FFF; color:#00468C; }
#footer { text-align:center; padding: 40px; }
#footer h3 { margin: 20px 0; font-family: 'Josefin Sans', sans-serif; font-weight:400; }
#footer h3 a { font-weight:700; }
#footer .address { padding-top:20px; border-top: 3px solid #00468C; }

.quote { margin: 40px 0; }
.quote h2 { text-align:center; font-size:40px; margin:0px; }
.box { background: url('../images/bg_box.png'); margin-bottom:40px; }
.box .container { background:#FFF; margin: 40px; padding:20px; }
.box img { display:block; }
.box p.more { margin-top:10px; }
.itinerari h3 { margin-top:20px; }

.grid-container { display: grid; grid-gap: 5px; grid-template-columns: auto auto auto; }
.grid .text { text-align:left; min-height:80px; margin:10px 0; }

.grid { margin-top:60px; }
.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%; }
.grid img { display:block; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }

.scheda h1 { margin:0 0 20px 0; font-size:30px; }
.scheda .container { padding:20px 40px; }
.scheda .video iframe { width:100%; height:728px; background:#000; }

.paginazione { padding:20px 0; }
.paginazione a, .paginazione b { margin-bottom:5px; padding:7px 7px; display:inline-block; margin-right:2px; }
.paginazione b { color:#CCC; }
.paginazione .links { text-align:right; }

body#print { margin:40px; text-align:justify;}
body#print h3 { margin: 80px 0 20px 0; }
body#print .print { width:100%; position:fixed; right:0; top:0; left:0; padding:20px 40px; z-index:1; background-color:rgba(255, 255, 255, 0.9); }
body#print .print a { font-size:11px; padding-right:5px; display:inline-block; margin-left:5px; text-transform:uppercase; }




.global-site-notice { position:fixed; bottom:20px; right:20px; background: #000 none repeat scroll 0% 0%;  color: #FFF; display:block;  padding: 10px 30px; float:none; font-size:13px; }
.global-site-notice .notice-inner { max-width:300px; 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; }
.global-site-notice.hidden { display:none; }

.scrolloff { pointer-events: none; }

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

.subnav { margin:40px 0; }
.subnav .right { text-align: right; position:relative; padding-right:30px; }
.subnav .right i { position:absolute; top:10px; right:0; font-size:20px; }
.subnav .left { text-align: left; position:relative; padding-left:30px; }
.subnav .left i { position:absolute; top:10px; left:0; font-size:20px; }

.nav-menu { position:relative; display:block; }
.nav .fa { margin-right:0px; }
.nav-item { display:block; zoom:1; position:relative; margin-right:1px; }
.nav-item a { display:block; text-transform:uppercase; padding:10px 0; font-weight: 600; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none;  }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; z-index:200; background:#D89A20; width:300px; margin-left:-25px; }
.nav-submenu-item { display:block; }
.nav-submenu-item a { color:#FFF; padding:7px 7px; display:block; width:100%; text-align:left; }
.nav-submenu-item a:hover { text-decoration:none; color:#000; }

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

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