 @import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 100%;
	color: #231D1D;
	background-color: #fff;
	font-family: "Roboto Slab", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;
}
h1 {
	position: absolute;
	margin-top: 55px;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	width: 100%;
}
h1, h2, h3, h4, h5 {
	font-family: "Roboto Slab", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;
}
h2 {
	font-size: 48px;
	color: #222;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin-bottom: 15px;
}
h3 {
	font-size: 30px;
	color: #eecc33;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1em;
}
h4 {
	font-size: 22px;
	font-weight: normal;
	color: #eecc33;
	width: 100%;
	margin-bottom: 15px;
}
h5 {
	font-size: 18px;
}
h6 {
	text-align: center;
	font-size: 24px;
	color: #375152;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #eecc33;
	text-decoration: none;
	font-family: "Roboto Slab", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;
}
a:hover {
	text-decoration: none;
}
img, embed, object, video {
	max-width: 100%;
}
*, *:before, *:after {
	/* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
	-webkit-box-sizing: border-box;
	/* Firefox (desktop or Android) 28- */
	-moz-box-sizing: border-box;
	/* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
	box-sizing: border-box;
}
b, strong {
	font-weight: bold;
}
/* ---------------------------------- */
/* ELEMENTI COMUNI ------------------ */
/* ---------------------------------- */


#main {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 15px;
	line-height: 1.8em;
}
#header-main {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 1000;
	position: relative;
	position: fixed;
}
#header-wrap {
	width: 93.75%; /* 300px / 320px */
	height: 60px;
	margin: 0 auto;
	padding: 0;
}
header {
	top: 0px;
	width: 100%; /* 300px / 300px */
	height: 65px;
	background-color: #fff;
	padding: 10px 0 6px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);/*	border-bottom: 4px solid #b89060;*/
	z-index: 1000;
}
header h1 {
	display: none;
}
#logo {
	padding: 5px 0 0 20px;
	display: inline;
	float: left;
}
#logo a img {
	width: 50%;
	height: 50%;
}
.social a {
	color: #093747;
	transition: all 0.3s;
}
.social a:hover {
	color: #eecc33;
}
.fa-it:before {
	content:"IT";
	font-family: "Roboto Slab", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight:bold;
	font-size:17px;
}
.fa-en:before {
	content:"EN";
	font-family: "Roboto Slab", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight:bold;
	font-size:17px;
}
header .social {
	display: none;
}
.gallery-cell {
	width: 100%;
}
#content-main {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#content-wrap {
	width: 93.75%; /* 300px / 320px */
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 100;
}
#footer-main {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background: #606060;
	
	background-image: url(../pagination/immagini/bg-footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer-wrap {
	width: 93.75%; /* 300px / 320px */
	margin: 0 auto;
	padding: 0;
}
footer {
	width: 100%; /* 300px / 300px */
	padding: 30px 0px 60px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float: left;
	    
}
footer a {
	color: #eecc33;
}
footer h4 {
	color: #eecc33;
}
footer a:hover {
	opacity: .8;
}
#footer-left {
	float: none;
	text-align: center;
	margin-bottom: 30px;
}
#footer-right {
	float: none;
	text-align: center;
}
ol li:before {
    content: "\f00c \20 \20";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #eecc33;
}
ul.lista li:before {
    content: "\f068 \20 \20";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	padding-right: 10px;
	color: #c5c7c9;
}
ul li {
	margin-bottom: 10px;
}

/* ---------------------------------- */
/* ELEMENTI INTERNO ----------------- */
/* ---------------------------------- */
#gallery {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	float: left;
	margin-top: 65px
}
#gallery img {
}
#galleryhome-main {
	width: 100%;
	/*margin-top: 65px;*/
	margin: 0 0 20px 0;
	float: left;
}
#galleryhome-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#galleryhome {
	width: 100%;
	min-height: 490px;
	margin: 0;
	padding-top: 150px;
	float: left;
	/*background-position: -990px -190px;*/
	/*background-position: -280px -170px;*/
	background-position: -1000px 20px;
	background-repeat: no-repeat;
	position: relative;
}
#content-top {
	margin: 0;
	padding: 0;
	float: left;
	padding-top: 100px;
	width: 100%;
}
#content-top-booking {
	padding-top: 60px;	
}
#galleryhome-text {
	position: absolute;
	top: 260px;
}
#galleryhome-title {
	position: relative;
	padding: 0 20px;
	animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
#galleryhome h2 {
    color: #ffffff;
	font-size: 2.5em;
	line-height: 50px;
}
#galleryhome a.bottone {
	padding: 10px 25px;
	animation-delay: 2.1s;
    -webkit-animation-delay: 2.1s;
}
#content p {
	margin-bottom: 15px;
}
#camere {
	width: 100%;
	margin: 15px auto 0px;
	padding: 0;
	color: #999999;
	text-align: center;
	line-height: 35px;
}
#camere li {
	list-style-type: none;
	display: inline-block;
	margin: 0 auto 20px;
	width: 100%;
	text-align: center;
	transition: all ease 0.3s;
	cursor: pointer;
	vertical-align: top;
}
#camere li:last-of-type {
	margin-bottom: 10px;	
}
.camere-in:hover {
	background-color: #F8F8F8;
}
#camere li div.camere-img {
	background-size: cover;
	width: 100%;
	height: 210px;
	/* background-position: 0 250px; */
	background-repeat: no-repeat;
}
#camere li div.camere-testo {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 10px 30px;
}
#camere li p {
	line-height: 23px;
}
.bottone {
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	padding: 9px 20px;
	color: #fff;
	/*border-radius: 5px;*/
	background: #eecc33;
	transition: all 0.20s ease;
	white-space: nowrap;
	transition: all 0.3s;
}
.bottone:hover {
	background: #093747;
	color: #FFF;
	cursor: pointer;
}
section {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
article {
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
}
.tariffesx {
	margin: 0;
	padding-right: 15px;
    padding-left: 15px;
	float: left;
	width: 33.33333333%;
}
.tariffedx {
	margin: 0;
	padding-right: 15px;
    padding-left: 15px;
	float: left;
	width: 66.66666667%;
}
.tariffedx table tr th {
	background-color: #fff;
	color: #231D1D;
	padding: 0 0 5px 8px;
}
.tariffedx table tr td {
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
	border-bottom: 0px;
 }
section img, article img {
	transition: all 0.20s ease;
}
.camere-gallery a:hover {
	opacity: 55%;
}
#caratteristiche-camera {
	margin: 0;
	padding: 5px;
	float: left;
	width: 100%;
}
#caratteristiche-camera-in {
	margin: 0 0 20px 0;
	padding: 20px;
	float: left;
	width: 100%;
	background: #F8F8F8;
}


/* Offerte -------------------- */
.section {
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	background-color: #F8F8F8;
}
.section .immagine {
	width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 195px;
	
}
.section .testo {
    width: 100%;
	padding: 10px 15px;
}

/* Offerte -------------------- */
.section-main {
	width: 100%; 
	float: left;
	background-color: #F8F8F8;
}
.section-main .immagine {
	width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 430px;
}
.section-main .testo {
    width: 100%;
	height: 100%;
    padding: 20px 40px 30px 40px;
    text-align: center;
}


/* Tabella Tariffe -------------------- */
table {
    width: 100%;
    text-align: center;
}
table.style-2 {
    border-spacing: 2px;
    border-collapse: separate;
}
table.style-2 tr:nth-child(odd) {
    color: #000;
}
table.style-2 tr:nth-child(odd) {
    background-color: #F8F8F8;
}
table.style-2 tr:nth-child(even) {
    color: #000;
}
table.style-2 tr:nth-child(even) {
    background-color: #e9e9e9;
}
table tr th {
    color: #ffffff;
}
table tr th {
    background-color: #eecc33;
}
table tr td {
    padding: 15px 0px;
	border-bottom: 1px solid #fff;
}
table tr th {
    padding: 13px 0px;
    font-size: 16px;
    font-weight: normal;
}
table.style-2 tr:nth-child(even) {
    color: #000;
}

/* ---------- bedandbreakfast.it widget -----------*/

.ir_grigio_chiaro_piatto .ir_submit button.ir_pulsante {
    background: #eecc33 !important;
	transition: all 0.20s ease;
	white-space: nowrap;
	transition: all 0.3s;
}
.ir_grigio_chiaro_piatto .ir_submit button.ir_pulsante:hover {
    background: #093747 !important;
}

@media screen and (max-width: 574px)
.services-page .home-strip .strip-content, .itineraries-page .home-strip .strip-content {
    padding: 24px;
}
@media screen and (max-width: 574px)
.services-page .home-strip .strip-content, .itineraries-page .home-strip .strip-content {
    margin-top: -60px;
    width: calc(100% - 24px);
}

@media screen and (max-width: 767px)
.services-page .home-strip figure, .itineraries-page .home-strip figure {
    padding-top: 75%;
}
.reviews {
    max-width: calc(100% - 24px);
    margin: 12px auto;
}

.background-fixed {
    background-attachment: fixed;
}
.image-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




/**** banner cookie ****/
.checkCookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1000;
	display: none;
	/* background: #93968a; */
	background-color: #ffffff;
	border-top: 1px solid #d2cfc9;
}
.centerCookie {
	float: left;
	display: block;
}
.checkCookie p {
	text-align: left;
	color: #a59f93;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.05em;
	padding: 10px 20px;
}
#chiudicookie {
	position: relative;
	float: left;
	right: auto;
	top: auto;
	width: 100%;
	height: auto;
	padding: 10px 20px;
	display: block;
	text-align: center;
	cursor: pointer;
	background-color: #eecc33;
	transition: all 0.3s;
}
#chiudicookie span {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
}
.centerCookie .privacylink {
	cursor: pointer;
	text-decoration: underline;
	font-weight: 500;
}
.centerCookie .privacylink a:link, .centerCookie .privacylink a:visited, .centerCookie .privacylink a:hover {
}
#chiudicookie:hover {
	background-color: #093747;
}
/**** fine banner cookie ****/

/* ---------------------------------- */
/* MENU ----------------------------- */
/* ---------------------------------- */

.menu-toggle {
	position: absolute;
	padding: 0.8em 1.3em;
	top: 1em;
	right: .5em;
	cursor: pointer;
}
nav {
	margin: 0;
	padding: 18px 0 0 0;
	font-family: 'Open Sans', sans-serif;
}
nav ul {
	/* display: flex;
    flex-direction: column; */
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
	background-color: #fff;
}
nav ul.opening {
	display: block;
	margin-top: 35px;
	border-bottom: 5px solid #eecc33;
	z-index: 1000;
}
nav ul.opening li {
	background-color: #fff;
}
nav li {
	border-bottom: 1px solid #f6f4e2;
}
nav li:last-child {
	border-bottom: none;
}
nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
}
nav a:hover, nav a:focus {
	color: #eecc33;
}
nav ul.opening li a {
	font-size: 16px;
	display: block;
	padding: 0.4em 0 0.4em 20px;
	text-decoration: none;
	color: #1e1e1e;
	text-transform: uppercase;
}
nav ul.opening li a:hover {
	color: #eecc33;
}
nav > ul > li:hover > a, nav > ul > li.active > a {
	/* color: #eecc33; */
}
.hamburger, .hamburger::before, .hamburger::after {
	content: '';
	display: block;
	background: #eecc33;
	height: 3px;
	width: 2em;
	border-radius: 3px;
	-webkit-transition: all ease-in-out 350ms;
	transition: all ease-in-out 350ms;
}
.hamburger::before {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}
.hamburger::after {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}
.open .hamburger {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .hamburger::before {
	display: none;
}
.open .hamburger::after {
	-webkit-transform: translateY(-1px) rotate(-90deg);
	transform: translateY(-1px) rotate(-90deg);
}

/* ---------------------------------- */
/* SUBNAV --------------------------- */
/* ---------------------------------- */

nav > ul > li.has-sub {
	display: none;
}

nav > ul > li.has-sub > a::after {
	display: none;
	/*position: absolute;
  top: 21px;
  right: 10px; */
	margin: 6px 25px 0 0;
	width: 4px;
	height: 4px;
	float: right;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
nav > ul > li.has-sub:hover > a::after {
	border-color: #009ae1;
}
nav ul ul {
	display: none !important;
	position: absolute;
	left: -9999px;
	top: 60px;
	display: block;
	background-color: #333333;
	/*margin-top: 20px;*/
	padding: 5px 30px 15px 5px;
}
nav li:hover > ul {
	left: auto;
}
nav.align-right li:hover > ul {
	right: 0;
}
nav ul ul ul {
	margin-left: 100%;
	top: 0;
}
nav.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
nav ul ul li {
	clear: both;
	display: block;
	padding: 5px 25px 5px 10px;
}
nav ul li:hover > ul > li {
}
nav ul ul li a {
	width: 190px;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 5px 0;
}
nav ul ul li a:hover {
}
nav ul ul li:hover > a, nav ul ul li a:hover {
}
.navmobile {
	display: inherit;
}
#navmobile-lingue {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;
	float: left
}
#navmobile-social {
	margin: 0;
	padding: 0;
	text-align: right;
	display: inline;
	position: absolute;
	right: 20px;
}
#navmobile-social a {
	float: right;
}



/* ------------------------------------------------*/
/* -------------------  FORM --------------------*/
/* ------------------------------------------------*/

input {
	/* width: 100%;
	background-color: #F8F8F8 !important;
    color: #999 !important;
    padding: 12px !important;
    text-indent: 10px;
    border: none !important;
    border-bottom: 2px solid #999 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: auto !important;
    margin: 0;
    float: none !important;
    font-size: .88889em;
    font-weight: 300; */
}
input:focus {
	/* box-shadow: none;
	border-color: #eecc33 !important;
	color: #428bca;
	outline: none; */
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /*! transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
 font-family: 'Roboto', sans-serif;
} 
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea {
	min-height: 150px;
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

/* ---------------------------------- */
/* CLASSI --------------------------- */
/* ---------------------------------- */

.clear {
	width: 100%;
	clear: both;
	margin: 20px auto;
}
.sep {
	width: 90%;
	margin: 25px auto;
	border-top: 1px dotted rgba(238,204,51,1);
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.grande {
	font-size: 20px;
}
.foto {
	
	/*transition: all 0.20s ease;*/
}
/* .foto:hover {
	opacity: 55%;
	cursor: pointer;
} */
.thumb {
	margin-bottom: 20px;
}
.backgroundcolor {
	background-color: rgba(0,0,0,0.20);
    position: absolute;
    width: 100%;
    height: 100%;
}
.evidenziato {
	color: #eecc33;
}

 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation:landscape) {
nav ul.opening li a {
	font-size: 13px;
	padding: 0.3em 0 0.3em 20px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
#galleryhome {
	/*padding-top: 180px;*/
}
#galleryhome h2 {
    color: #ffffff;
	font-size: 3em;
	line-height: 55px;
}
#camere li {
	display: inline;
	float: left;
	width: 50%;
	padding: 5px;
	margin: 0 auto 5px;
}
.duecolonne, .trecolonne {
	/* padding: 5px 15px 5px 5px;*/
	width: 50%;
	float: left;
}
footer {
	padding-bottom: 50px;
}

footer .social {
	width: auto;
	float: right;
	margin-top: -22px;
}
.section .immagine {
	width: 33.33333333%;
	
}
.section .testo {
    width: 66.66666667%;
}
.section .bottone {
	float: right;
}
.section-main .immagine {
	width: 50%;
}
.section-main .testo {
	display: table-cell;
    width: 50%;
    padding: 80px 40px 30px;
}
.form-control {
  height: 35px;
  padding: 6px 12px;
}
textarea {
	min-height: 257px;
}
option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 3px 2px 3px;
}

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
header {
	height: 100px;
}
header h1 {
	width: 100%;
	display: inherit;
	padding-top: 10px;
}
#logo a img {
	width: 100%;
	height: 100%;
}
.menu-toggle {
	display: none;
}
.navmobile {
	display: none;
}
nav ul {
	display: inline;
}
nav li {
	border: none;
	float: left;
}
nav li a {
	padding: 1.5em 0.5em 1.5em 0.5em;
	margin: 0;
	border: none;
}
nav li.lingua a {
	padding: 1.5em 0 1.5em 1.3em;
}
nav a:hover,  nav a:focus {
}
nav {
	text-align: center;
	float: left;
	padding-left: 10%;
}
nav ul.opening {
    margin-top: 0px;
}
nav ul ul {
	display: inherit !important;
}
nav > ul > li.has-sub {
	display: inherit;	
}
nav > ul > li.has-sub > a::after {
	display: inherit;
}
.site-nav--icon {
	display: none;
}
#footer-left {
	float: left;
}
#footer-right {
	float: right;
}
.thumb {
    width: 50%;
    height: 35%;
	margin: 0 0 15px 20px;
}
#gallery {
	margin-top: 0;
}
section {
	text-align: left;
}
section a.bottone {
	/*float: right;*/
}
#content-top {
	padding-top: 140px;
}
#content-top-booking {
	padding-top: 100px;	
}
.servizi-gallery a {
	width: 33%;
}
.servizi-gallery a:hover {
	opacity: 55%;
}
.servizi-gallery a:first-of-type {
	padding-left: 0;
	margin-right: 4px
}
.servizi-gallery a:last-of-type {
	padding-right: 0;
	float: right;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
nav {
	text-align: center;
	margin: 0px auto;
	padding-top: 18px;
}
nav li a {
	padding: 1.5em 1em 1.5em 1em;
}
header .social {
	display: inherit;
	float: right;
	margin: 15px 18px 0px 0px;
	/*position: absolute;
		right: 0px;*/
	z-index: 99999;
}
#galleryhome {
	min-height: 700px;
	background-position: top;
	padding-top: 270px;
}
#galleryhome h2 {
	font-size: 4.5em;
	line-height: 60px;
	}

/* #camere li {
		margin: 0px 0.5% 20px;
		width: 100%;
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding: 20px 20px 20px 0;
	}
	#camere li div.camere-img {
		width: 25%;
		float: left;
	}
	#camere li div.camere-testo {
		width: 75%;
		float: left;
		border: 0;
	}*/
#camere li {
	/* width: 33.33333333%; */
	width: 50%;
	padding: 10px;
}
#camere li div.camere-img {
	background-position: 0 -45px;
}
.trecolonne {
	padding: 5px;
	width: 33.33333333%;
}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1224px) {
nav {
	width: 700px;
}
nav li a {
	padding: 1.5em 1.5em 1.5em 1.5em;
}
h1 {
	font-size: 12px;
}
.gallery-cell {
	max-height: 800px;
}
#content-wrap, footer-wrap {
	width: 100%;
	max-width: 1200px;
}
/*#camere li {
	width: 26%;
	margin: 10px 15px;
}*/
#camere li div.camere-img {
	background-position: 0 -100px;
}
#gallery {
	overflow: hidden;
	margin-top: -100px;
}
.centerCookie {
	position: relative;
	float: left;
	width: 85%;
	margin: 0;
	/*padding: 10px 20px;*/
}
.checkCookie p {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px;
}
#chiudicookie {
	position: absolute;
	width: 15%;
	float: right;
	right: 0;
	top: 0;
	height: 100%;
	text-align: center;
	cursor: pointer;
	/* background: #d2af67; */
	background-color: #eecc33;
	padding: 15px 20px;
}
}
@media only screen and (min-width: 1600px) {
nav {
	width: 1060px;
}
nav li a {
	padding: 2em 2.5em 2em 2.5em;
}
#logo {
	padding-left: 40px;
}
header .social {
	margin-right: 40px;
}
/* #camere li {
	width: 26%;
	margin: 10px 15px;
} */
.checkCookie p {
	padding-left: 40px;
}
}
