@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');
@import url('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; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: width 2s; /* Safari */
  transition: width 2s; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; }
html, body { height:100%; }
body { margin: 0px; font-family: 'Roboto', sans-serif; font-size:13px; font-weight:300; -webkit-text-size-adjust:100%;  color:#FFF; text-align:left; background: rgb(1,252,255);
background: linear-gradient(0deg, rgba(1,252,255,1) 0%, rgba(0,33,255,1) 100%);  background-attachment: fixed; }
a { font-weight:700; text-decoration:none; outline:none; color:#FFF; text-overflow:ellipsis }
a.active { color:#CCC; }
:hover, *  { -webkit-transition: width 1s ease-in-out; -moz-transition: width 1s ease-in-out; -o-transition: width 1s ease-in-out;  transition: width 1s ease-in-out;}
#footer .svg-inline--fa, #header .svg-inline--fa, #main .svg-inline--fa { width:25px; text-align:center; }
label { display:block; font-size:12px; padding:2px 0; font-weight:bold; }
b, strong { font-weight:700; }
h1, h2, h3, h4 { line-height:normal; margin:0px; font-family: 'Roboto', sans-serif;  font-weight:900; text-transform:uppercase; }
h1 { font-size:100px; margin-bottom:0px; }

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 { height:45px; }
input, select, textarea { border-radius:0; color:#444; font-family: FontAwesome, 'Roboto', sans-serif; font-size:14px; padding: 12px; background-color: #EEE; border: 1px solid #EEE; }
input:focus, textarea:focus, select:focus { border-color: #222; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; }
input.quantita { width:120px; }
label { cursor:pointer; }
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'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px; border:0px; }
input[type='radio'] { border-radius:200px; border:0px; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }
select { background: url('../images/select_arrow.png') right center no-repeat #EEE; padding: 12px 35px 12px 12px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
select:disabled { color:#CCC; background:#EEE;}
form .row { margin-bottom:10px; }
form .label { padding-top:10px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px 20px; border:0px; cursor:pointer; display:inline-block; background:#01fcff; color:#0021ff; font-weight:bold; 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:#0021ff; color:#01fcff; }
.btn-primary, input.btn-primary { background-color:#000; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#222; }
input[type='text'], input[type='button'], input[type='reset'], input[type='submit'], select { height:45px; }
.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; }
.uppercase { text-transform: uppercase; }
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; }
.relative { position:relative; }


.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:20px; position:relative; }

.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; }
.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%; }
td { vertical-align: top;}
table.table , .table  th, .table  td { border-bottom: 1px solid #DDD; padding:5px; }
.table thead td {  }
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 { display:none; }
.pr80 { padding-right:100px; }
.pl40 { padding-left:40px; }

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

.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 { position:fixed; left:0; right:0; top:0; z-index:122; background:#0021ff; width:100%;  text-align:center; }
#header  ul { margin:0 auto; }
#header li { display:inline-block; padding: 10px 5px; }
#header li a { display:block; padding: 5px 5px; font-size:14px; text-transform:uppercase; }
#header li a:hover { color:#01fcff; }
#header li a.book { background:#01fcff; color:#0021ff; border-radius:5px; }

.logo { width:250px; height:auto; position:absolute; left:20px; top:100px; }
.header-section { text-align:center; margin-top:40px; }

#footer { padding:20px; text-align:center; color:#000; }
#footer h5 { margin:0 0 20px 0; font-size:16px; text-align:center; text-transform:uppercase; }
#footer ul { margin:0 auto; text-align:center; }
#footer li { width:50px; text-align:center; display:inline-block;  margin:0 5px; }
#footer li i { font-size:28px; background:#0021ff; color:#FFF; border-radius:200px; width:50px; height:50px; display:flex; align-items: center; justify-content: center; margin:0px; }
#footer li i:hover { background:purple; }

h2 { margin-top:40px; }
.scroll { margin-top:40px; }

.boats h3 { font-weight:normal; margin-bottom:20px; font-style:italic; font-size:30px;  }
.boats li { padding: 5px 0; border-bottom:1px solid #FFF; padding-left:120px; position:relative; }
.boats li b { position:absolute; left:0; top:5px; }

.partner li { display:inline-block; width:10%; margin:1%; }
.partner li img { width:100%; height:auto; }

.slide li { height: calc(100vh - 0px); background-position:top center; background-repeat: no-repeat; background-size:cover; color:#FFF; }
.slide li h1 { color:#FFF; margin-top:35%; text-transform:uppercase; text-shadow: 1px 1px #000; }
.slide li h2 { font-size:40px; margin:0px; color:#FFF; padding: 10px 60px; text-transform:uppercase; text-shadow: 1px 1px #000; }
.slide li h3 { font-size:20px; margin: 10px 0; text-transform:uppercase; }
.slide li h4 { font-size:40px; margin-bottom:40px; color:#01fcff; text-shadow: 1px 1px #000;  }
.slide li h4 span { color:#009F8A;}

.section { min-height:800px; }

.item-row {  font-size:16px; line-height:26px; padding-top:20px; padding-bottom:20px; }
.item-row h2 { margin-bottom:20px; }

.slide1 { background:url('../images/bg.jpg') no-repeat; background-attachment:fixed; }
.privacy { font-size:13px; padding: 10px 0; line-height:normal; }



.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:0px; }
.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; }

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

.check-list li { padding-left:35px; position:relative; margin-bottom:20px; }
.check-list li input { left:0; top:2px; position:absolute; }

.checkout_process .col { position:relative; padding-top:40px; margin-top:20px; }
.checkout_process .col i { position:absolute; top:0px; font-size:30px; }

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; z-index:1111111;}
.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:#000; color:#FFF; }
div.top .fa { margin:0px; }
div.top a { padding-top:6px; display:block; color:#FFF; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center;  }

.subnav { margin:40px 0; font-size:11px; }
.subnav a { display:block; }
.subnav .right { text-align: right; position:relative; }
.subnav .right a {  padding-right:40px; }
.subnav .right i { position:absolute; top:15px; right:10px; font-size:16px; }
.subnav .left { text-align: left; position:relative;  }
.subnav .left a { padding-left:40px; }
.subnav .left i { position:absolute; top:15px; left:10px; font-size:16px; }
.subnav b { color:#888; font-weight:normal; text-transform:uppercase; }

.nav-item { display:inline-block; zoom:1; position:relative; margin-right:30px; }
.nav-item a { display:inline-block; text-transform:uppercase; padding:10px 0; }
.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:#246C49; display:none; position:absolute; top:-50px; right:10px; 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); }
