@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400,300,700,800);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url('hover-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%; }
body {background: #FFF; margin: 0px; font-family: 'Open Sans', sans-serif; font-size:14px; line-height:20px; -webkit-text-size-adjust:100%;  color:#000; text-align:justify; }
a { text-decoration:none; outline:none; color:#3E5233; text-overflow:ellipsis; font-weight:600;  }
a:hover { text-decoration:none; color:#D0B457; }
:hover, a * { transition: all 0.3s ease 0s; }

b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px; text-align:inherit; font-family: 'Playfair Display', serif; letter-spacing: 1px; }
h1 { text-align:center; margin-bottom:40px; font-size:60px; font-weight:600; }
h2 { font-size:50px; font-weight:400; margin-bottom:20px; }
h3 { font-size:24px; margin-bottom:20px; font-weight:600; }
h4 { font-size:16px; }
img.scale { width:100%; height:auto; display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:1px solid #DDD; }
input, select, textarea { color:#444; font-family: 'Open Sans', sans-serif; font-size:14px; padding: 12px; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
input:focus, textarea:focus, select:focus { border-color: #3E5233; }
input.error, textarea.error, select.error { color:#FF0000; border: 1px solid #CCCCCC;  background:#FFBFBF; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; }
input[type='checkbox'] { padding:0; height:25px; width:25px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; border-radius: 3px; }
input[type='checkbox']:checked { background:#666; }
.label { padding-top:10px; font-weight:bold; }
.placeholder { color: #FFF; text-transform:uppercase; }
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:#999; 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:#666; color:#FFF;}
.btn-primary, input.btn-primary { background-color:#3E5233; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#5E6E55; }
.btn i { margin-left:20px; }
.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:#FF0000;  }
.msg_success { color:#59B200; }
p.limit { margin: 10px 0; font-size:11px; }
.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%; }
.column_2 {  -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; }
.privacypolicy { font-size:13px; color:#AAA; margin-bottom:20px; }
.privacypolicy a { text-decoration:underline; color:#AAA; }

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 0 20px; padding-bottom:10px; }
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:0 0; position:relative; }
.content_column_right { max-width:580px; padding: 40px; text-align:left; float:left; }
.content_column_left { max-width:580px; padding: 40px; text-align:left; float:right; }
.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%; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; font-weight:700; }
.gray, .gray a { color:#999; }
.block { display:block; }
.fixed { position:fixed; }
.hidden { display:none; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.p40 { padding:40px; }

.button_animate a:hover i { -webkit-transition: color 120ms linear;
-moz-transition: color 120ms linear;
-o-transition: color 120ms linear;
-ms-transition: color 120ms linear;
transition: color 120ms linear; }


table { border-collapse: collapse; width:100%; }
table, th, td { padding: 5px; }
figure { overflow:hidden; }
a:hover figure.fade img { opacity:0.8; }
a:hover figure.zoom img { filter: none; transform: scale(1.2); }


.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%; }
.iphone_show { display:none; }


.bg_color { background:#3E5233; }
.bg_color2 { background:#5E6E55; color:#FFF; }
.bg_color2 a { color:#FFF; }
.bg_color3 { background:#EEE; }
.slidepage { height:600px; background-position: center center; background-size: cover; background-attachment: fixed; background-repeat: no-repeat;}

.white, .white a { color:#FFF; 	text-shadow: 1px 1px #000; }
.separator { border-top:1px solid #CCC; margin:0px; }
.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, 112, 183, 0.8); }
p.section { text-transform:uppercase; font-weight:600; margin-bottom:10px; }
p.section a { color: #1F0A5F; font-weight:600; }

#header .header { padding:20px 0; text-align:center; background:#EEE; }
#header .menu { padding:10px 0; margin:0 auto;  position:relative; background:#3E5233; font-family: 'Playfair Display', serif; }
#header .menu ul { margin:0 auto; text-align:center; }
#header .menu.smaller { position:fixed; top:0; left:0; z-index:22; padding:10px 0; }
#header a { font-weight:600; color:#FFF; }
#header a:hover { color:#D0B457; }
#header a.selected { color:#D0B457; }
#header img { height:100px; width:auto; }

#header .lang { position:absolute; top:40px; right:20px; }
#header .lang a, #footer .lang a { display:inline-block; margin: 0 2px; color:#3E5233; }
#header .lang_menu { display:none; }
#header .lang_menu .lang { position:relative; left:0px; right:inherit; top:inherit; float:none; text-align:left; padding:10px; }
#header .lang a { width:30px; height:30px; border-radius:200px; background:#CCC; text-align:center; padding-top:5px; }
#header .lang a:hover { background:#3E5233; color:#CCC; }

#header .button { position:absolute; top:40px; left:20px; }
#header .button li { display:inline-block; margin-right:5px; }
#header .button a { padding: 5px 15px; border-radius:500px; display:inline-block; text-transform:uppercase;  }
#header .button i { margin-right:5px; }
#header a.booking { background:#3E5233; color:#D0B457; }
#header a.booking:hover { background:#D0B457; color:#3E5233; }
#header a.whatsapp { background:#128C7E; color:#FFF; }
#header a.whatsapp:hover { background:#075E54; color:#FFF; }
.notice { background:#D0B457; color:#3E5233; text-align:center; padding:10px 20px; font-weight:bold; }

#footer { background:#3E5233; color:#EEE; padding:60px 0; font-size:14px; line-height:24px; font-family: 'Playfair Display', serif; }
#footer .credits { font-size:12px; margin-top:40px; }
#footer a { display:inline-block; color:#D0B457; }
#footer a:hover { color:#EEE; }
#footer .social li { margin:10px 20px 10px 0; float:left; }
#footer .social i { border:1px solid #D0B457; background:#D0B457; color:#3E5233; width:40px; height:40px; text-align:center; padding-top:12px; border-radius: 100px;}
#footer .social a:hover i { color:#EEE; background:#3E5233; border-color:#EEE; }
#footer b { text-transform:uppercase; }

.slider { overflow:hidden; }
.slider img, .slider li { height:800px; width:100%; }

.slider, .slider li { overflow:hidden; height:800px; background-position: center center; background-repeat: no-repeat; background-size: cover; position:relative; }
.slider .text { position:absolute; z-index:2; padding:20px; top:40%; left:80px; }
.slider h1 { color:#FFF; text-align:left; margin:0px; font-weight:400; 	text-shadow: 2px 2px #000; }
.slick-dots { bottom: 20px; }
.slick-slider { margin-bottom: 0px; }

.intro .button a { margin-top:20px; font-weight:bold; font-size:18px; }

.item-row { padding: 60px 0;position:relative; text-align:left; }
.item-row.categories img { display:block; }
.item-row.categories h4 { background:#5B3E17; color:#FFF; padding:10px; text-transform:uppercase; }
.item-row.categories .item:hover h4  { text-decoration: none; background:#D0B457; }
.item-row .share { font-weight:bold; margin-top:10px; font-size:14px; line-height:normal; }
.item-row .share a { width:25px; height:25px; background:#5E6E55; color:#FFF;  border-radius:200px; display:inline-block; text-align:center; padding-top:1px;  margin-left:5px; }
.item-row .share a:hover { color:#FFF; background:#D0B457; }
.item-row .share i { margin:5px 0 0 0; }
.item-row img { display:block; }

.gallery .col { margin-bottom:1.6%; }
.gallery .span_1_of_2.col:nth-child(2n+1) { margin-left:0px; }
.gallery .span_1_of_4.col:nth-child(4n+1) { margin-left:0px; }

.listino table { margin-bottom:10px;}
.listino td { text-align:center; }
.listino thead td { text-align:center; background:#5E6E55; color:#FFF;  font-weight:bold; font-family: 'Playfair Display', serif; text-transform:uppercase; }
.listino tbody td:nth-child(2n+1) { background:#EEE; }
.listino td.price, .listino .price table { text-align:center; border:0px; }
.privacy { color:#999; line-height:10px; margin-top:20px; }
.privacy a { margin-top:10px; display:inline-block; }

.offerte li { list-style:disc; margin:5px 0 5px 20px; }
.offerte-list .item { background:#FFF; margin-bottom:20px; }
.offerte-list .item h3 { margin:0px; font-size:18px; background:#3E5233;  padding:7px 15px; height:70px; }
.offerte-list .item h3 a { color:#D0B457; }
.offerte-list .item .container { padding:15px; border:2px solid #CCC; border-top:0px; height:250px; position:relative; }
.offerte-list .item .container p { margin:10px 0; }
.offerte-list .item .container p.share { position:absolute; bottom:20px; }
.offerte-list .item .container ul { display:none;}
.offerte-list .item:nth-child(3n+1) { margin-left:0px; }

.offerte p.share { margin-top:20px; }
.offerte h1 { margin:20px 0; font-size:40px; text-align:left; font-family: 'Open Sans', sans-serif; }
.offerte ul, .offerte p { margin:20px 0; }
.offerte li { font-style:italic; font-size:14px; }
.offerte .info { border:2px solid #CCC; padding:15px; background:#EEE; text-align:center; }
.offerte .info h2 { font-size:24px; margin-bottom:10px; font-family: 'Open Sans', sans-serif;  }
.offerte .info form { margin-top:20px; }


.news-list .item h2 { font-size:24px; }
.news-list .item h3 { font-size:18px; margin: 10px 0; }
.news-list .item { border-bottom:1px solid #CCC; padding-bottom:20px; margin-bottom:20px; font-family: 'Playfair Display', serif;  }
.news-list .scheda h2 { font-size:33px; font-weight:bold; }
.news-list .scheda { font-size:16px; line-height:26px; margin-bottom:100px; font-family: 'Playfair Display', serif;  }
.paginazione { margin-top:20px; }


#lato li { border-bottom:1px dotted #CCC; padding: 7px 0; text-align:left; }
#lato li p.text { font-weight:normal; }
#lato li .tot { float:right; background:#5E6E55; color:#FFF; border-radius:50px; font-size:10px; width:20px; height:20px; text-align:center; font-weight:bold; }

.contatti .form { background: url('../images/bg_form.jpg') #000 no-repeat; background-size:cover; color:#FFF; text-align: center;  }
.contatti .form h2 { font-size:40px; text-transform:uppercase; margin-bottom: 40px; font-weight:400;}
.contatti .form a { color:#FFF; }
.contatti .form a:hover { text-decoration: underline; }
.contatti .form input[type='text'], .contatti .form textarea { background:none; border-color:#FFF; color:#FFF; }
.contatti .form input.error, .contatti .form textarea.error, .contatti .form select.error { border-color:#FF0000; color:#FF0000; }
.contatti .form textarea { height:280px; }
.contatti .form p { margin-bottom:20px; }
.contatti .form .buttons { margin: 20px 0 40px 0; }

.global-site-notice {  background: #F5F5F5 none repeat scroll 0% 0%;  color: #333; display:block;  padding: 10px 30px; float:none; font-size:13px; }
.global-site-notice .notice-inner { max-width:960px; 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; }
.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; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:40px;  }
div.top .fa { margin:0px; }
div.top a { padding-top:10px; display:block; color:#FFF; background:#5B3E17; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; border-radius:200px; }
div.top a:hover { background:#D0B457; text-decoration:none; }


.boxinfo { position: fixed; bottom: 0; width: 100%; height: 60px;border-top: 1px solid #000; background: red; z-index: 1; transition: all 1s; }
.hide { opacity:0; left:-100%; }
.show { opacity:1; left:0; }




.nav-menu { position:relative; display:block; }
.nav .fa { margin-right:0px; }

.nav-item { display:inline-block; zoom:1; position:relative;  margin-right:1px; }
.nav-item:last-child { padding:0; margin:0; border:0px; }
.nav-item a { display:block; margin:0 15px; text-transform:uppercase; font-weight:400;  }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; color:#1F0A5F; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; padding-top:10px; z-index:200;}
.nav-submenu-item a { background:#3E5233; padding:6px 15px; display:block; width:250px; text-align:left; margin-left:15px; color:#FFF; }


/* Mobile navigation */
.nav-mobile { display:none; position:absolute; top:-120px; right:10px; background:#3E5233; color:#FFF; text-align:center; font-size:20px; height:40px; width:40px; cursor:pointer; padding:10px 10px; border-radius:200px; }

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