/*
	Theme Name: Edita
*/


/* FONT */
/* li carico da google font direttamente */
/*@font-face {
	font-family: 'Roboto';
	src: url('../font/roboto-regular-webfont.eot');
	src: url('../font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/roboto-regular-webfont.woff') format('woff'),
		url('../font/roboto-regular-webfont.ttf') format('truetype'),
		url('../font/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Light';
	src: url('../font/roboto-light-webfont.eot');
	src: url('../font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/roboto-light-webfont.woff') format('woff'),
		url('../font/roboto-light-webfont.ttf') format('truetype'),
		url('../font/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Thin';
	src: url('../font/roboto-thin-webfont.eot');
	src: url('../font/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/roboto-thin-webfont.woff') format('woff'),
		url('../font/roboto-thin-webfont.ttf') format('truetype'),
		url('../font/roboto-thin-webfont.svg#robotothin') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Medium';
	src: url('../font/roboto-medium-webfont.eot');
	src: url('../font/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/roboto-medium-webfont.woff') format('woff'),
		url('../font/roboto-medium-webfont.ttf') format('truetype'),
		url('../font/roboto-medium-webfont.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: 'Typenoksidi';
	src: url('../font/typenoksidi-webfont.eot');
	src: url('../font/typenoksidi-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/typenoksidi-webfont.woff') format('woff'),
		url('../font/typenoksidi-webfont.ttf') format('truetype'),
		url('../font/typenoksidi-webfont.svg#typenoksidiregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* GENERIC RESET */

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s;
	-moz-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s;
	transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s;
}

html {
	overflow-x: hidden;
}

body {
	background: #f6f3f0;
	font-size: 16px;
	line-height: 26px;
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	color: #272727;
	padding: 0 !important;
}

header,
aside,
footer,
nav,
section,
details,
summary,
article,
figure,
figcaption,
address,
mark,
output,
button,
main {
	display: block;
	margin: 0;
}

address {
	font-style: normal;
}

button,
button:hover {
	background: transparent;
	cursor: pointer;
	text-align: left;
	box-shadow: none;
	text-shadow: none;
}

mark {
	background: transparent;
	color: #000;
}

label {
	font-weight: normal;
	margin: 0px
}

img,
img.img-responsive {
	width: auto\9;
}

#page {
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}

.entry-content,
.entry-summary,
.hentry {
	margin: 0;
}

h1,
h1.entry-title {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 44px;
	line-height: 48px;
	color: #695a4c;
	font-weight: 300;
	clear: none;
	text-align: left;
	margin: 0 0 44px 0px;
}

h2,
h2.entry-title {
	font-size: 30px;
	line-height: 34px;
	color: #9d846c;
	font-weight: normal;
	font-style: italic;
	clear: none;
	text-align: left;
	margin: 0 0 30px 0px;
}

h3 {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #2e2822;
	font-weight: 500;
	clear: none;
	margin: 0 0 24px 0px;
}

h1 a,
h1 a:hover,
h1 a:focus,
h1 a:active,
h1 a:visited,
h2 a,
h2 a:hover,
h2 a:focus,
h2 a:active,
h2 a:visited,
h3 a,
h3 a:hover,
h3 a:focus,
h3 a:active,
h3 a:visited {
	color: #000;
	text-decoration: none;
}

main p {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 28px 0px;
	text-align: justify;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	color: #9d846c;
	outline: 0;
}

ul,
ol {
	margin: 0 0 10px 20px;
}

strong,
b {}

form,
nav {
	margin: 0;
}

pre {}

.clear {
	clear: both;
}

input[type="checkbox"] {
	margin: 0 8px 0 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

/* *** HEADER *** */

header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 2000px;
	padding: 0 0 6px;
	background: #ffffff url("../images/background/background-header.gif") repeat-x top center;
	transition: top 0.3s;
	z-index: 1000;
}

header.no-slideshow {
	padding: 0;
}

header .top-wrapper {
	padding: 20px 0;
}

/* *** LINGUE *** */

header nav.language {
	padding-top: 10px;
}

header nav.language ul {
	list-style: none;
	margin: 0;
	float: right;
}

header nav.language li {
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 10px;
}

header nav.language li a {
	display: block;
	border-radius: 50%;
	background: #bcbcbc;
	border: 1px solid transparent;
	width: 36px;
	height: 36px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
}

header nav.language li.active a,
header nav.language li a:hover {
	display: block;
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 500;
	border-radius: 50%;
	background: #bc9c7d;
	color: #ffffff;
	border: 1px solid #ffffff;
}

/* *** CONTATTI IN HEADER *** */

.address-display {
	float: right;
}

header .address {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	color: #423227;
	float: left;
	font-size: 20px;
	line-height: 24px;
	padding-top: 18px;
	text-align: right;
}

header .address a {
	color: #423227;
}

/* *** SOCIAL *** */

.social {
	padding-top: 10px;
	float: left;
}

.social img {
	float: left;
	margin: 0 0 0 8px;
}

/* *** MENU *** */

header .menu-wrapper {
	width: 100%;
	background: transparent url("../images/background/background-menu.png") repeat;
	-webkit-box-shadow: 0px 7px 10px -3px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 7px 10px -3px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 7px 10px -3px rgba(0, 0, 0, 0.28);
}

.main-navigation ul {
	display: block;
}

.main-navigation ul ul {
	float: none;
	box-shadow: none;
	top: 50px;
	background: #283a3a;
	left: auto;
	right: 0;
}

.main-navigation ul ul a {
	width: 100%;
}

.main-navigation {
	border: 0;
	border-radius: 0;
	margin: 0;
	min-height: inherit;
	float: none;
	background: transparent;
}

.main-navigation li a {
	line-height: 20px;
	padding: 15px 20px;
	text-decoration: none;
	display: block;
	color: #d2cdc7;
	white-space: nowrap;
}

.main-navigation ul ul li {
	color: #ffffff;
	float: none;
	margin: 0 4px;
}

.navbar .navbar-collapse {
	text-align: center;
}

.navbar .menu {
	display: inline-block;
	float: none;
	vertical-align: top;
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #d2cdc7;
	text-transform: uppercase;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
}

.main-navigation .navbar-toggle {
	border: 0;
	box-shadow: none;
}

.main-navigation .navbar-toggle:hover {
	background: none;
}

.main-navigation .navbar-collapse {
	padding: 0;
	max-height: inherit;
	box-shadow: none;
}

.main-navigation li.current-menu-item>a,
.main-navigation li.current-menu-parent>a,
.main-navigation li:hover>a,
.main-navigation li:focus>a {
	color: #ffffff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	background: transparent url("../images/background/menu-underline.gif") repeat-x bottom center;
}

.main-navigation li.menu-item-has-children>a {
	position: relative;
}

.main-navigation li.menu-item-has-children>a:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: 8px;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-navigation ul ul {
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 0;
	background: #cd1a1e !important;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.main-navigation ul ul>li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
}

.main-navigation ul ul li:last-child {
	border-bottom: none;
}

.main-navigation ul ul>li>a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	padding: 10px 15px !important;
	text-transform: none !important;
}

.main-navigation ul ul>li>a:after {
	border-top: 0;
}

.main-navigation ul ul>li>a:hover,
.main-navigation ul ul>li>a:focus {
	color: rgba(255, 255, 255, 1) !important;
	background: none !important;
}

.main-navigation ul ul li.current-menu-item a {
	color: #b88c64;
	background: none !important;
}

.navbar-default .menu>li>a:hover,
.navbar-default .menu>li>a:focus {
	color: #ffffff;
	background: transparent url("../images/background/menu-underline.gif") repeat-x bottom center;
}

/* *** MAPPA HEADER *** */

/* .header-map .map{
	height: 500px;
} */

/* *** SLIDESHOW *** */

.overlay-booking-trip {
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 100;
}

.overlay-booking-trip img {
	float: right;
}

.slideshow {
	position: relative;
}

.slideshow .slideshow-pager {
	position: absolute;
	bottom: 36px;
	width: 100%;
	overflow: hidden;
	z-index: 500;
	text-align: center;
}

.slideshow .slideshow-pager span {
	display: inline-block;
	border-radius: 200px;
	background: #e3d8c8;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
	width: 14px;
	height: 14px;
}

.slideshow .slideshow-pager span.cycle-pager-active {
	background: #ffffff;
}

/* *** BOOKING *** */

#booking {
	position: relative;
	width: 100%;
	max-width: 2000px;
	background: #FFF;
	-webkit-box-shadow: 0px 7px 10px -3px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 7px 10px -3px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 7px 10px -3px rgba(0, 0, 0, 0.28);
	transition: top 0.3s;
	z-index: 999;
	padding: 15px 0;
}

#booking .defaultForm {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #2e2822;
}

#booking .defaultForm .gform_fields {
	margin: 0;
}

#booking .defaultForm .gform_fields li {
	display: block;
	list-style: none;
	margin-bottom: 0;
}

#booking .defaultForm li.gform_title {
	width: 100%;
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	color: #ffffff;
	margin: -2px 0 0;
	position: relative;
	text-transform: uppercase;
}

#booking .defaultForm li.gform_title a {
	line-height: 45px;
	color: #ffffff;
}

#booking .defaultForm li.gform_title .best-price {
	font-size: 16px;
	color: #e6d7ce;
	text-transform: none;
}

#booking .defaultForm li.gform_title .best-price:before {
	content: url("../images/background/check.png");
	padding: 0 8px 0 4px;
}

#booking .defaultForm li.gfield22 {
	float: left;
	width: 20%;
}

#booking .defaultForm li.gfield13 {
	float: left;
	width: 11%;
}

#booking .defaultForm li.gfield10 {
	float: left;
	width: 8%;
}

#booking .defaultForm li.gfield9 {
	float: left;
	width: 7%;
}

#booking .defaultForm li.gfield5 {
	float: left;
	width: 5%;
}

#booking .defaultForm li.gfieldLeft {
	margin-right: 1%;
}

#booking .defaultForm li.gfieldRight {
	margin-left: 1%;
}

#booking .defaultForm input[type="text"],
#booking .defaultForm input[type="email"],
#booking .defaultForm input[type="date"],
#booking .defaultForm select,
#booking .defaultForm textarea {
	width: 100%;
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #2e2822;
	border: none;
	border-radius: 0;
	padding: 11px 8px;
	margin: 0;
}

#booking .defaultForm input::-moz-placeholder,
#booking .defaultForm textarea::-moz-placeholder {
	opacity: 1;
}

#booking .defaultForm input::-webkit-input-placeholder,
#booking .defaultForm textarea::-webkit-input-placeholder {
	color: #2e2822;
}

#booking .defaultForm .gselect_container {
	width: 100%;
	overflow: hidden;
	background: #ffffff url("../images/background/bottom-arrow.png") no-repeat right center;
}

#booking .defaultForm select {
	width: 130%;
	padding: 10px 5px;
	background: transparent;
}

#booking .defaultForm select option {
	padding-left: 7px;
}

#booking .defaultForm input[name="arrivo"] {
	background-image: url("../images/background/background-arrival.png");
	background-position: right center;
	background-repeat: no-repeat;
}

#booking .defaultForm input[name="partenza"] {
	background-image: url("../images/background/background-departure.png");
	background-position: right center;
	background-repeat: no-repeat;
}

#booking .defaultForm button.submit {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 21px !important;
	color: #9d846c;
	padding: 12px 20px;
	width: 100%;
	border: none;
	border-radius: 45px;
	background: #ebe4dc url("../images/background/right-maroon-arrow.png") no-repeat 80% center;
	text-transform: uppercase;
	margin: -2px 0 0;
	text-align: left;
}

#booking .defaultForm button:hover {
	background-position: 85% center;
}

.review-box {
	margin: 20px 0;
	text-align: center;
}

#booking.fixed .review-box {
	display: none;
}

#booking .review-box .row>[class^="col-"]:nth-child(1) {
	padding-right: 0;
}

#booking .review-box .row>[class^="col-"]:nth-child(2) {
	padding-left: 0;
}

.review-box .review-wrap {
	text-align: center;
}

.review-box .bookingcom.review-wrap {
	margin-bottom: 20px;
}

.review-box .review-side,
.review-box .review-banner {
	display: inline-block;
	vertical-align: middle;
}

.review-banner img {
	max-width: 140px;
	height: auto;
}

.review-box .review-points {
	font-family: 'Ubuntu', sans-serif;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	background-color: #FFF;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
	box-shadow: -5px 5px 2px -3px rgba(0, 0, 0, 0.4);
}

.review-box .review-text {
	font-size: 15px;
}

.review-box .bookingcom .review-points {
	color: #003580;
}

.review-box .tripadvisor .review-points {
	color: #397f72;
}

.review-box .tripadvisor .review-text {
	font-size: 11px;
	color: #397f72;
	font-weight: bold;
}

/* *** MAIN CONTAINER *** */

.site-content {
	position: relative;
	padding-top: 30px;
}

.site-content:before {
	content: url("../images/background/background-topsite.png");
	position: absolute;
	top: -30px;
	left: 0;
	z-index: -1;
}

.entry-content {}

.site-main {
	margin-top: 40px;
}

main:before {
	content: url("../images/background/background-site-content.png");
	position: absolute;
	top: 50%;
	left: -230px;
	margin-top: -57px;
}

main p>strong {
	color: #9d846c;
}

main .gallery {}

main .gallery img {
	/*float: left;*/
	;
	/*width: 48%;*/
	/*border: 10px solid #e8e3df;*/
}

main .gallery img.left4 {
	margin-left: 4%;
}

.entry-meta {}

.entry-meta a {}

/* *** OFFERTE *** */

#offerts {
	margin-left: 60px;
}

.offers-all {
	height: 50px;
	text-align: right;
}

.offers-all a {
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	padding: 10px 20px 10px 0;
	color: #161616;
	text-decoration: underline;
}

.offers-all a:hover {
	color: #9d846c;
	text-decoration: none;
}

.offers-all .arrow {
	display: inline-block;
	width: 24px;
	height: 14px;
	margin-left: 20px;
	vertical-align: middle;
	background: url("../images/background/right-maroon-arrow.png") no-repeat right center;
}

.offers-wrapper {
	background: #ffffff;
	padding: 25px;
	min-height: 740px;
}

.offers-wrapper .offers-slideshow {
	overflow: hidden;
}

.offers-wrapper .item {
	width: 100%;
}

.offers-wrapper article {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}

.offers-wrapper article+article {
	border-top: 1px dashed #dcdcdc;
}

.offers-wrapper article.article-1 {
	padding-top: 0;
}

.offers-wrapper article.article-3 {
	padding-bottom: 0;
}

.offers-wrapper article.article-3 .discover {
	bottom: 0;
}

.offers-wrapper .allclick:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.offers-wrapper .offer-image {
	width: 42%;
	float: left;
	position: relative;
}

.offers-wrapper .offer-image img.mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.offers-wrapper .offer {
	width: 53%;
	margin-left: 47%;
}

.offers-wrapper article .discover {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 53%;
}

.offers-wrapper .offer a.title {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #9d846c;
	text-decoration: none;
}

.offers-wrapper .offer .description {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #424242;
	margin: 10px 0;
}

.offers-wrapper .offer .price {
	font-size: 23px;
	line-height: 23px;
	color: #424242;
	margin: 10px 0;
}

.offers-wrapper .offer .discover-offer,
.shortcode-button {
	width: 90%;
	font-size: 18px;
	line-height: 28px;
	color: #3c3830;
	padding: 0 20px 0 30px;
	border-radius: 18px;
	background: url("../images/background/background-button.png");
}

.offers-wrapper .offer .discover-text {
	background: url("../images/background/right-maroon-arrow.png") no-repeat right center;
}

.offers-wrapper .offers-pager {
	text-align: center;
	margin: 20px 0 0;
}

.offers-wrapper .offers-pager span {
	display: inline-block;
	border-radius: 200px;
	background: #d4d2cf;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	width: 14px;
	height: 14px;
}

.offers-wrapper .offers-pager span.cycle-pager-active {
	background: #9d846c;
}

/* *** PARALLAX ** */

.parallax-container {
	width: 100%;
	height: 660px;
	position: relative;
	background-image: url("../images/background/parallax-slide.jpg");
	background-attachment: fixed;
	background-color: #baada1;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	z-index: 99;
}

.parallax-container:before {
	content: url("../images/parallax-mask.png");
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1000px;
}

.parallax-container .parallax-position {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -250px;
}

.parallax-container .parallax-title {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 42px;
	line-height: 42px;
	color: #ffffff;
	margin: 0 0 70px 0;
}

.parallax-container .parallax-box {
	position: relative;
	width: 100%;
	height: 340px;
}

.parallax-container .rotate-1,
.parallax-container .rotate-2,
.parallax-container .rotate-3 {
	width: 100%;
	height: 340px;
	background: #ffffff;
	-webkit-box-shadow: 2px 6px 21px -3px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 2px 6px 21px -3px rgba(0, 0, 0, 0.39);
	box-shadow: 2px 6px 21px -3px rgba(0, 0, 0, 0.39);
}

.parallax-container .rotate-1 {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	position: relative;
	left: 20px;
}

.parallax-container .rotate-2 {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	position: relative;
	top: -50px;
	left: -20px;
}

.parallax-container .rotate-3 {
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
	position: relative;
	left: -40px;
}

.parallax-container .parallax-box .icon-section-1,
.parallax-container .parallax-box .icon-section-2,
.parallax-container .parallax-box .icon-section-3 {
	position: absolute;
}

.parallax-container .parallax-box .icon-section-1 {
	top: -5%;
	left: -8%;
}

.parallax-container .parallax-box .icon-section-2 {
	top: -28%;
	right: 7%;
}

.parallax-container .parallax-box .icon-section-3 {
	top: -2%;
	right: -1%;
}

.parallax-container .parallax-content-1,
.parallax-container .parallax-content-2,
.parallax-container .parallax-content-3 {
	position: absolute;
	width: 75%;
	height: 75%;
}

.parallax-container .parallax-content-1 {
	top: 50px;
	left: 70px;
}

.parallax-container .parallax-content-2 {
	top: 20px;
	left: 40px;
}

.parallax-container .parallax-content-3 {
	top: 50px;
	left: 20px;
}

.parallax-container .parallax-box a.title {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 42px;
	line-height: 42px;
	color: #5d5656;
	margin: 0 0 20px 0;
	text-decoration: none;
	display: inline-block;
}

.parallax-container .parallax-box .description {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin: 0 0 40px 0;
}

.parallax-container .parallax-box .details {
	width: 40%;
	height: 40px;
	float: right;
	text-align: center;
}

.parallax-container .parallax-box .details span {
	display: block;
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	color: #5d5656;
	padding: 0 0 20px;
	background: url("../images/background/right-details-arrow.png") no-repeat center bottom;
	text-decoration: none;
}

.parallax-container .parallax-box .details span:hover {
	color: #161616;
}

/* *** PHOTOGALLERY *** */

.photo-gallery {
	padding: 40px 0 60px;
	background-color: #ffffff;
}

.photo-gallery .photo-gallery-title {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
	color: #615c55;
	margin: 0 0 40px 0;
}

.photo-gallery .item {
	width: 100%;
	height: auto;
	padding: 0 15px;
}

.photo-gallery .photo-gallery-box {
	width: 100%;
	padding: 10px;
	margin: 0;
	position: relative;
}

.photo-gallery .photo-gallery-box.bkg-left {
	background: url("../images/background/background-photo-left.png") no-repeat;
	background-size: cover;
}

.photo-gallery .photo-gallery-box.bkg-right {
	background: url("../images/background/background-photo-right.png") no-repeat;
	background-size: cover;
}

.photo-gallery .photo-gallery-box a:before {
	content: "+";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20%;
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 135%;
	color: #ffffff;
	background: #3b3129;
	margin: -10% 0 0 -10%;
	padding: 0;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.photo-gallery .photo-gallery-box:hover a:before {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo-gallery .photo-gallery-controls {
	width: 30%;
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #2e2822;
	margin: 20px auto;
	padding: 12px 20px;
	border-radius: 40px;
	background: url("../images/background/background-button.png");
	text-align: center;
}

.photo-gallery .photo-gallery-controls .prev-control,
.photo-gallery .photo-gallery-controls .next-control {
	display: inline-block;
	width: 20%;
	height: 14px;
	cursor: pointer;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.photo-gallery .photo-gallery-controls .prev-control:hover,
.photo-gallery .photo-gallery-controls .next-control:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo-gallery .photo-gallery-controls .prev-control {
	background: url("../images/background/left-grey-arrow.png") no-repeat left center;
}

.photo-gallery .photo-gallery-controls .next-control {
	background: url("../images/background/right-grey-arrow.png") no-repeat right center;
}

/* *** BUONI MOTIVI *** */

.good-reasons {
	width: 100%;
	height: 500px;
	padding: 50px 0 0;
	background: url("../images/background/background-motivi.jpg") no-repeat top center;
}

.good-reasons .title {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
	color: #615c55;
	margin: 0 0 50px 0;
}

.good-reasons .reason {
	color: #302f2f;
	position: relative;
	text-align: center;
}

.good-reasons .reason-icon {
	margin-bottom: 40px;
}

.good-reasons .reason-icon:before {
	content: url("../images/icon-reason-mask.png");
	position: absolute;
	top: -26px;
	right: -10px;
}

.good-reasons .reason .reason-title {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.5px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.good-reasons .reason .reason-description {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
}

/* *** NEWSLETTER *** */

.users-interaction {
	padding: 60px 0;
}

#newsletter {
	margin-right: -15px;
}

#newsletter mark {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 46px;
	letter-spacing: -1px;
	color: #615c55;
	padding: 0;
	margin: 0 0 20px 0;
}

#newsletter p {
	font-size: 18px;
	line-height: 24px;
	color: #a07a55;
	padding: 0;
	margin: 0 0 20px 0;
}

#newsletter .checkNewsletter {
	background: url("../images/background/background-newsletter.png") no-repeat;
	padding: 40px 35px 40px 20px;
}

#newsletter .checkNewsletter input[type="text"],
#newsletter .checkNewsletter input[type="email"],
#newsletter .checkNewsletter input[type="date"],
#newsletter .checkNewsletter select,
#newsletter .checkNewsletter textarea {
	width: 100%;
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	color: #615c55;
	border: none;
	border-radius: 0;
	padding: 0 20px;
	margin: 14px 0;
}

#newsletter .checkNewsletter input::-moz-placeholder,
#newsletter .checkNewsletter textarea::-moz-placeholder {
	opacity: 1;
}

#newsletter .checkNewsletter input::-webkit-input-placeholder,
#newsletter .checkNewsletter textarea::-webkit-input-placeholder {
	color: #615c55;
}

#newsletter .checkNewsletter .gform_button_container {
	border-radius: 18px;
	background: url("../images/background/background-button.png");
}

#newsletter .checkNewsletter button,
#newsletter .checkNewsletter input.button.gform_button {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 27px !important;
	line-height: 27px !important;
	color: #5e5b57;
	padding: 12px 20px;
	margin: 20px 0;
	width: 100%;
	border: none;
	background: url("../images/background/right-grey-arrow.png") no-repeat 85% center;
	text-align: center;
}

#newsletter .checkNewsletter button:hover,
#newsletter .checkNewsletter input.button.gform_button:hover {
	background-position: 90% center;
}

#newsletter .checkNewsletter button:before {
	content: url("../images/background/background-interaction.png");
	position: absolute;
	bottom: 0;
	left: -154px;
}

#newsletter .checkNewsletter .privacy {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #615c55;
	margin: 10px 0;
	padding: 0;
}

#newsletter .checkNewsletter .privacy a {
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin: 0 0 0 16px;
	color: #a07a55;
}

#newsletter .checkNewsletter .privacy .gfield_description {
	margin: 5px 0 0 5px;
}

/* *** FEEDBACK *** */

#feedback {
	position: relative;
	/*background: url("../images/background/feedback-tooltip.png") no-repeat right 40px;*/
}

.certificato-trip {
	position: absolute;
	right: 0;
	top: 0;
}

#feedback mark {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 46px;
	color: #615c55;
	padding: 0;
	margin: 0 0 40px 0;
}

#feedback mark a {
	color: #615c55;
	text-decoration: none;
}

#feedback .feedback-slideshow {
	overflow: hidden;
}

#feedback .feedback-slideshow article {
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #d4d2cf;
	width: 520px;
}

#feedback .feedback-slideshow article .title {
	font-size: 18px;
	line-height: 24px;
	color: #2b2b2b;
	margin: 0 0 20px 0;
}

#feedback .feedback-slideshow article .content {
	font-size: 14px;
	line-height: 20px;
	color: #2b2b2b;
	margin: 0 0 10px 0;
	text-align: justify;
}

#feedback .feedback-slideshow article .date {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #9f7854;
	margin: 0 0 20px 0;
}

#feedback .cycle-pager {
	text-align: center;
	margin: 10px 0;
}

#feedback .cycle-pager span {
	display: inline-block;
	border-radius: 200px;
	background: #d4d2cf;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

#feedback .cycle-pager span.cycle-pager-active {
	background: #2b2b2b;
}

/* *** MAPPA *** */

.map {
	width: 100%;
	/* height: 350px; */
	color: #2b2b2b;
}

/* STILI PER INFOWINDOW - INIZIO */
.map .gm-style img {
	max-width: none;
}

/* STILI PER INFOWINDOW - FINE */

/* *** FOOTER *** */

footer {
	position: relative;
	color: #ffffff;
	background: url("../images/background/background-footer.gif");
	text-align: center;
	-webkit-box-shadow: 0px -7px 10px -7px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px -7px 10px -7px rgba(0, 0, 0, 0.28);
	box-shadow: 0px -7px 10px -7px rgba(0, 0, 0, 0.28);
}

footer .content-footer {
	padding: 20px 0 10px;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:visited {
	color: #ffffff;
}

footer address {
	font-size: 12px;
	line-height: 16px;
}

footer .credits {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 20px;
}

/* *** PAGINA DOVE SIAMO *** */
#map_container input[type="text"] {
	width: 100%;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	color: #615c55;
	border: none;
	border-radius: 0;
	padding: 0 20px;
	margin: 14px 0;
}

#map_container .gform_button_container {
	border-radius: 18px;
	background: url("../images/background/background-button.png");
}

#map_container a {
	font-size: 28px !important;
	line-height: 28px !important;
	color: #5e5b57;
	padding: 12px 20px;
	margin: 20px 0;
	width: 100%;
	border: none;
	background: url("../images/background/right-grey-arrow.png") no-repeat 85% center;
	text-align: center;
	display: block;
}

#map_container a:hover {
	background-position: 90% center;
	text-decoration: none;
}

#map_container a:active,
#map_container a:focus {
	text-decoration: none;
}

/* *** FORM FORMAT *** */

.defaultForm {
	margin: 20px 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #777;
}

.defaultForm label {
	margin: 0;
	font-weight: normal;
}

.defaultForm a {
	color: #777;
}

.defaultForm .gform_fields {
	margin: 0;
}

.defaultForm .gfield_label {}

.defaultForm li.gfield {
	margin-bottom: 10px;
	display: block;
	list-style: none;
}

.defaultForm li.gfield.gfieldNoMargin {
	margin-bottom: 0px;
}

.defaultForm li.gfield ul {
	list-style: none;
	margin: 0;
}

.defaultForm li.gfield50 {
	float: left;
	width: 48%;
}

.defaultForm li.gfield33 {
	float: left;
	width: 31%;
}

.defaultForm li.gfield25 {
	float: left;
	width: 23%;
}

.defaultForm li.gfieldLeft {
	margin-right: 2%;
}

.defaultForm li.gfieldRight {
	margin-left: 2%;
}

.defaultForm li.gfield33.gfieldCenter {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.defaultForm li.gfield25.gfieldCenter {
	margin-left: 1%;
	margin-right: 1%;
}

.defaultForm li.gfieldClear {
	clear: left;
}

.defaultForm input[type="text"],
.defaultForm input[type="email"],
.defaultForm input[type="date"],
.defaultForm select,
.defaultForm textarea {
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	color: #615c55;
	border: none;
	border-radius: 0;
	padding: 15px 20px;
	margin-bottom: 10px;
}

.defaultForm textarea {
	resize: none;
}

.defaultForm select option {
	padding-left: 7px;
}

.defaultForm button,
.defaultForm input.button,
.defaultForm input.button.gform_button {
	font-size: 28px;
	line-height: 28px;
	color: #5e5b57;
	padding: 12px 20px;
	margin: 0px;
	width: 100%;
	border: none;
	background: url("../images/background/right-grey-arrow.png") no-repeat 85% center;
	text-align: center;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
}

.defaultForm button:hover,
.defaultForm input.button:hover,
.defaultForm input.button.gform_button:hover {
	background-position: 90% center;
}

.defaultForm .privacy {
	font-size: 12px;
	line-height: 14px;
	padding: 8px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 5px;
}

.defaultForm .privacy .gfield_description {
	margin: 5px 0 0 16px;
	font-size: 11px;
	line-height: 14px;
}

.defaultForm .gform_footer {
	border-radius: 18px;
	background: url("../images/background/background-button.png");
	width: 30%;
}

.defaultForm .gform_footer {
	float: right;
}

/* Valutazioni */

.defaultForm .gsurvey-survey-field {
	padding: 3px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 5px;
}

.defaultForm .gsurvey-survey-field>.gfield_label {
	float: left;
	margin-right: 10px;
}

.defaultForm .gsurvey-rating-wrapper,
.defaultForm .gsurvey-rating {
	height: 18px;
}

.defaultForm .gsurvey-rating:not(:checked)>label {
	display: block;
}

.defaultForm .gsurvey-survey-comment {
	padding: 3px 5px;
}

.defaultForm .gsurvey-survey-comment div {
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
}

/* *** PAGINA FEEDBACK *** */
.feedback-list {
	margin-top: 70px;
}

.feedback-list h2 {
	margin-bottom: 15px;
}

.feedback-list article+article {
	padding-top: 20px;
	border-top: 1px dashed #d4d2cf;
}

.feedback-list article .title {
	font-size: 18px;
	line-height: 24px;
	color: #2b2b2b;
	margin: 0 0 20px 0;
}

.feedback-list article .content p {
	font-size: 14px;
	line-height: 20px;
	color: #2b2b2b;
	margin: 0 0 10px 0;
}

.feedback-list article .date {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #9f7854;
	margin: 0 0 20px 0;
}

/* *** ELENCO OFFERTE *** */
.offert-list article {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}

.offert-list .offer-image {
	width: 37%;
	float: left;
	position: relative;
}

.offert-list .offer-image img.mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.offert-list .offer {
	width: 58%;
	margin-left: 42%;
}

/* .offert-list article .discover {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 58%;
} */

.offert-list .offer a.title {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #9d846c;
	text-decoration: none;
}

.offert-list .offer .description {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #424242;
	margin: 10px 0;
}

.offert-list .offer .price {
	font-size: 24px;
	line-height: 24px;
	color: #424242;
	margin: 10px 0;
}

.offert-list .offer .discover-offer {
	width: 70%;
	font-size: 18x;
	line-height: 26px;
	color: #3c3830;
	margin: 20px 0 0;
	padding: 0 20px 0 30px;
	border-radius: 18px;
	background: url("../images/background/background-button.png");
}

.offert-list .offer .discover-text {
	background: url("../images/background/right-maroon-arrow.png") no-repeat right center;
}

/* *** DETTAGLIO OFFERTA *** */
.single-offert .entry-content .price {
	font-size: 24px;
	line-height: 24px;
	color: #9d846c;
	margin: 10px 0;
}

.single-offert .site-main {
	margin-top: 0;
}

.single-offert .content-area {
	margin-top: 60px;
}

.single-offert .price-container {
	text-align-last: right;
	background: url('../images/background/bg-price.png') no-repeat top right;
	min-height: 68px;
}

.single-offert .price-container .price {
	font-family: "Roboto";
	font-weight: bold;
	color: #f7567c;
	font-size: 40px;
	padding-right: 20px;
	line-height: 68px;
}

.single-offert .price-container .price-prefix {
	font-size: 22px;
	font-family: "Roboto";
	font-weight: 300;
	color: #695a4c;
	margin-right: 8px;
}

.single-offert .form-container {
	background-color: #FFF;
	border: 1px solid#d6d1cd;
	padding: 15px;
	margin-bottom: 45px;
}

.single-offert .form-container input[type="text"],
.single-offert .form-container input[type="email"],
.single-offert .form-container input[type="date"],
.single-offert .form-container select,
.single-offert .form-container textarea {
	border: 1px solid #dbd7d4;
	color: #83817d;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

.single-offert .form-container input::placeholder {
	color: #83817d;
	text-transform: lowercase;
}

.single-offert .form-container label {
	color: #9c9a97;
	font-size: 13px;
	font-weight: bold;
}

.single-offert .form-container .privacy .gfield_description {
	font-size: 13px;
	line-height: 14px;
	color: #272727;
	margin-left: 24px;
}

.single-offert .form-container .gform_footer {
	float: none;
}

.single-offert .form-container .gform_footer {
	background: none;
	display: block;
	width: unset;
	text-align: center;
}

.single-offert .form-container button,
.single-offert .form-container input.button,
.single-offert .form-container input.button.gform_button {
	background-color: #f7567c;
	color: #FFF;
	background-image: url("../images/background/right-white-arrow.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 13px 30px;
	border-radius: 20px;
	text-transform: lowercase;
	font-size: 19px;
	font-family: "Roboto";
	padding-right: 40px;
	min-width: 270px;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.single-offert .post-extra-text {
	padding: 50px 30px;
	background-color: #d8d3cd;
	border: 1px solid #c9c9c9;
	background-image: url('../images/background/bg-side.png');
	background-repeat: repeat;
}

.single-offert .post-extra-text h2,
.single-offert .post-extra-text h3 {
	color: #9d846c;
}

.single-offert .post-extra-text h2,
.single-offert .post-extra-text h3,
.single-offert .post-extra-text p {
	margin-bottom: 30px;
}

.single-offert .post-extra-text p:last-child {
	margin-bottom: 0;
}

.single-offert .post-extra-text p {
	line-height: 1.7;
}

.single-offert .entry-content li {
	margin-bottom: 8px;
}

.single-offert .wp-post-image {
	margin-bottom: 50px;
}

.single-offert .entry-expiration {
	background: url('../images/background/bg-expire.png') no-repeat;
	min-width: 225px;
	max-width: 100%;
	height: 58px;
	line-height: 58px;
	margin-bottom: 35px;
	padding-left: 15px;
	color: #695a4c;
	font-weight: bold;
}

.single-offert .entry-expiration:before {
	width: 28px;
	height: 34px;
	content: "";
	background: url('../images/background/timer.png');
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.single-offert h1.entry-title {
	margin-bottom: 10px;
}

.single-offert .entry-subtitle {
	margin-bottom: 25px;
	color: #9d846c;
	font-size: 24px;
	font-style: normal;
}

/* *** STILE GALLERY *** */

.gallery-item img {
	border: 6px solid #e8e3df !important;
}

.site-main .gallery a img {
	max-width: 100% !important;
}

.button-all-offers {
	border-top: 1px dashed #999087;
	width: 100%;
}

.button-all-offers mark {
	border-radius: 18px;
	background: url("../images/background/background-button-riepilogooff.png");
	width: 40%;
	display: block;
	margin: 30px auto 0;
}

.button-all-offers mark a {
	display: block;
	background: url("../images/background/right-white-arrow.png") no-repeat 85% center;
	border: medium none;
	box-shadow: none;
	color: #ffffff;
	display: block;
	font-size: 28px;
	line-height: 28px;
	padding: 9px 20px;
	text-align: center;
}

.button-all-offers mark a:hover {
	display: block;
	background-position: 90% center;
	text-decoration: none;
}

.modal-dialog {
	z-index: 9999;
}

.modal-content {
	background: #f6f3f0;
}

.modal-body {
	background: #f6f3f0;
	padding: 1px 15px 0 15px;
}

.modal-footer {
	margin-top: 70px;
	padding: 8px;
}

.modal-title {
	text-transform: uppercase;
}

.modal-body .defaultForm input[type="text"],
.modal-body .defaultForm input[type="email"],
.modal-body .defaultForm input[type="date"],
.modal-body .defaultForm select,
.modal-body .defaultForm textarea {
	padding: 5px;
	font-size: 12px;
}

.modal-body .defaultForm textarea {
	height: 100px;
}

.modal-body .defaultForm button,
.modal-body .defaultForm input.button,
.modal-body .defaultForm input.button.gform_button {
	font-size: 19px;
	line-height: 10px;
}

.social-footer {
	display: inline-block;
	margin: 0 auto;
}


.social .facebook [class^="icon-edt"],
.social-footer .facebook [class^="icon-edt"] {
	color: #475993;
}

.social .whatsapp [class^="icon-edt"],
.social-footer .whatsapp [class^="icon-edt"] {
	color: #4baf50;
}

.social-footer span,
.social-footer div,
.facebook,
.googleplus {
	display: inline-block;
	margin: 0 5px;
}

.social a {
	text-decoration: none;
}

.social [class*="icon-edt"],
.social-footer [class*="icon-edt"]{
	font-size: 34px;
}

#pickadate-container {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
}

.banner-youtube {
	margin-bottom: 10px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-top: -120px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*** EDITA FONT ***/


@font-face {
	font-family: "edita-font";
	src: url("../font/edita-font.eot");
	src: url("../font/edita-font.eot?#iefix") format("embedded-opentype"),
		url("../font/edita-font.woff") format("woff"),
		url("../font/edita-font.ttf") format("truetype"),
		url("../font/edita-font.svg#edita-font") format("svg");
	font-weight: normal;
	font-style: normal;

}

[data-icon]:before {
	font-family: "edita-font" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "edita-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-edt-arrow-left-2:before {
	content: "\64";
}

.icon-edt-calendar:before {
	content: "\65";
}

.icon-edt-calendar-2:before {
	content: "\66";
}

.icon-edt-calendar-3:before {
	content: "\67";
}

.icon-edt-calendar-4:before {
	content: "\68";
}

.icon-edt-calendar-5:before {
	content: "\69";
}

.icon-edt-calendar-6:before {
	content: "\6a";
}

.icon-edt-phone:before {
	content: "\6b";
}

.icon-edt-phone-2:before {
	content: "\6c";
}

.icon-edt-desk-bell:before {
	content: "\6d";
}

.icon-edt-pen:before {
	content: "\6e";
}

.icon-edt-envelope:before {
	content: "\6f";
}

.icon-edt-arrow-right-6:before {
	content: "\70";
}

.icon-edt-cloud:before {
	content: "\71";
}

.icon-edt-arrow-right-5:before {
	content: "\73";
}

.icon-edt-arrow-right-2:before {
	content: "\75";
}

.icon-edt-arrow-left-3:before {
	content: "\76";
}

.icon-edt-marker:before {
	content: "\77";
}

.icon-edt-share:before {
	content: "\78";
}

.icon-edt-envelope-2:before {
	content: "\79";
}

.icon-edt-play:before {
	content: "\41";
}

.icon-edt-phone-8:before {
	content: "\43";
}

.icon-edt-marker-2:before {
	content: "\44";
}

.icon-edt-arrow-right-3:before {
	content: "\45";
}

.icon-edt-envelope-3:before {
	content: "\46";
}

.icon-edt-envelope-4:before {
	content: "\47";
}

.icon-edt-envelope-5:before {
	content: "\48";
}

.icon-edt-marker-3:before {
	content: "\49";
}

.icon-edt-star:before {
	content: "\4b";
}

.icon-edt-marker-4:before {
	content: "\4c";
}

.icon-edt-envelope-6:before {
	content: "\4d";
}

.icon-edt-envelope-7:before {
	content: "\4e";
}

.icon-edt-envelope-8:before {
	content: "\4f";
}

.icon-edt-envelope-9:before {
	content: "\50";
}

.icon-edt-marker-5:before {
	content: "\51";
}

.icon-edt-star-2:before {
	content: "\52";
}

.icon-edt-star-3:before {
	content: "\53";
}

.icon-edt-marker-6:before {
	content: "\55";
}

.icon-edt-envelope-10:before {
	content: "\56";
}

.icon-edt-download:before {
	content: "\58";
}

.icon-edt-calendar-7:before {
	content: "\5a";
}

.icon-edt-marker-7:before {
	content: "\30";
}

.icon-edt-arrow-left-4:before {
	content: "\31";
}

.icon-edt-arrow-down:before {
	content: "\32";
}

.icon-edt-signal:before {
	content: "\33";
}

.icon-edt-phone-4:before {
	content: "\34";
}

.icon-edt-arrow-left-5:before {
	content: "\35";
}

.icon-edt-arrow-left-6:before {
	content: "\36";
}

.icon-edt-arrow-left-7:before {
	content: "\37";
}

.icon-edt-marker-8:before {
	content: "\38";
}

.icon-edt-phone-5:before {
	content: "\39";
}

.icon-edt-phone-6:before {
	content: "\21";
}

.icon-edt-arrow-right-7:before {
	content: "\22";
}

.icon-edt-arrow-right-4:before {
	content: "\23";
}

.icon-edt-notes:before {
	content: "\61";
}

.icon-edt-arrow-right:before {
	content: "\62";
}

.icon-edt-child:before {
	content: "\7a";
}

.icon-edt-cloud-2:before {
	content: "\54";
}

.icon-edt-user:before {
	content: "\59";
}

.icon-edt-phone-7:before {
	content: "\25";
}

.icon-edt-calendar-8:before {
	content: "\26";
}

.icon-edt-resize:before {
	content: "\27";
}

.icon-edt-phone-9:before {
	content: "\72";
}

.icon-edt-desk-bell-2:before {
	content: "\42";
}

.icon-edt-arrow-up:before {
	content: "\28";
}

.icon-edt-desk-bell-3:before {
	content: "\29";
}

.icon-edt-check:before {
	content: "\2a";
}

.icon-edt-check-2:before {
	content: "\2b";
}

.icon-edt-arrow-right-8:before {
	content: "\74";
}

.icon-edt-arrow-left-8:before {
	content: "\2c";
}

.icon-edt-pen-2:before {
	content: "\63";
}

.icon-edt-arrow-left:before {
	content: "\2d";
}

.icon-edt-pen-3:before {
	content: "\2e";
}

.icon-edt-hand-3:before {
	content: "\57";
}

.icon-edt-hand-2:before {
	content: "\24";
}

.icon-edt-hand-1:before {
	content: "\2f";
}

.icon-edt-gift:before {
	content: "\3a";
}

.icon-edt-gift-2:before {
	content: "\3b";
}

.icon-edt-birthday:before {
	content: "\3c";
}

.icon-edt-birthday-2:before {
	content: "\3d";
}

.icon-edt-birthday-3:before {
	content: "\3e";
}

.icon-edt-arrow-down-2:before {
	content: "\3f";
}

.icon-edt-heart:before {
	content: "\40";
}

.icon-edt-magnifier:before {
	content: "\5b";
}

.icon-edt-user-2:before {
	content: "\5d";
}

.icon-edt-users:before {
	content: "\5e";
}

.icon-edt-users-2:before {
	content: "\5f";
}

.icon-edt-arrow-up-2:before {
	content: "\60";
}

.icon-edt-user-3:before {
	content: "\7b";
}

.icon-edt-heart-2:before {
	content: "\7c";
}

.icon-edt-heart-3:before {
	content: "\7d";
}

.icon-edt-facebook:before {
	content: "\7e";
}

.icon-edt-skype:before {
	content: "\e000";
}

.icon-edt-youtube:before {
	content: "\e001";
}

.icon-edt-whatsapp:before {
	content: "\e002";
}

.icon-edt-linkedin:before {
	content: "\e003";
}

.icon-edt-instagram:before {
	content: "\e004";
}

.icon-edt-twitter:before {
	content: "\e005";
}

.icon-edt-phone-10:before {
	content: "\e006";
}

.icon-edt-facebook-2:before {
	content: "\e007";
}

.icon-edt-envelope-11:before {
	content: "\e008";
}

.icon-edt-arrow-down-3:before {
	content: "\e009";
}

.icon-edt-facebook-3:before {
	content: "\e00a";
}

.icon-edt-envelope-13:before {
	content: "\e00b";
}

.icon-edt-linkedin-2:before {
	content: "\e00c";
}

.icon-edt-twitter-4:before {
	content: "\e00d";
}

.icon-edt-skype-2:before {
	content: "\e00e";
}

.icon-edt-linkedin-3:before {
	content: "\e00f";
}

.icon-edt-phone-11:before {
	content: "\e011";
}

.icon-edt-phone-12:before {
	content: "\e012";
}

.icon-edt-envelope-12:before {
	content: "\e013";
}

.icon-edt-youtube-2:before {
	content: "\e014";
}

.icon-edt-youtube-3:before {
	content: "\e015";
}

.icon-edt-tripadvisor:before {
	content: "\e016";
}

.icon-edt-tripadvisor-2:before {
	content: "\e017";
}

.icon-edt-twitter-2:before {
	content: "\e018";
}

.icon-edt-twitter-3:before {
	content: "\e019";
}

.icon-edt-arrow-up-3:before {
	content: "\e01a";
}

.icon-edt-clock:before {
	content: "\e010";
}

.icon-edt-times:before {
	content: "\e01b";
}

.icon-edt-check-3:before {
	content: "\e01c";
}

.icon-edt-times-2:before {
	content: "\e01d";
}

.icon-edt-check-4:before {
	content: "\e01e";
}

.icon-edt-clock-2:before {
	content: "\e01f";
}

.icon-edt-times-3:before {
	content: "\e020";
}

.icon-edt-clock-3:before {
	content: "\e021";
}

.icon-edt-clock-4:before {
	content: "\e022";
}

.icon-edt-clock-5:before {
	content: "\e023";
}

.icon-edt-clock-6:before {
	content: "\e024";
}

.icon-edt-clock-7:before {
	content: "\e025";
}

.icon-edt-safe:before {
	content: "\e026";
}

.icon-edt-bath:before {
	content: "\e027";
}

.icon-edt-bath-2:before {
	content: "\e028";
}

.icon-edt-bike:before {
	content: "\e029";
}

.icon-edt-bike-2:before {
	content: "\e02a";
}

.icon-edt-bus:before {
	content: "\e02b";
}

.icon-edt-car:before {
	content: "\e02c";
}

.icon-edt-car-2:before {
	content: "\e02d";
}

.icon-edt-bus-2:before {
	content: "\e02e";
}

.icon-edt-hairdryer:before {
	content: "\e02f";
}

.icon-edt-hairdryer-2:before {
	content: "\e030";
}

.icon-edt-minibar:before {
	content: "\e031";
}

.icon-edt-airconditioning:before {
	content: "\e032";
}

.icon-edt-parking:before {
	content: "\e033";
}

.icon-edt-man:before {
	content: "\e034";
}

.icon-edt-parking-2:before {
	content: "\e035";
}

.icon-edt-parking-3:before {
	content: "\e036";
}

.icon-edt-parking-4:before {
	content: "\e037";
}

.icon-edt-parking-5:before {
	content: "\e038";
}

.icon-edt-tv:before {
	content: "\e039";
}

.icon-edt-wifi:before {
	content: "\e03a";
}

.icon-edt-wifi-2:before {
	content: "\e03b";
}

.icon-edt-tv-2:before {
	content: "\e03c";
}

.icon-edt-safe-2:before {
	content: "\e03d";
}

.icon-edt-arrow-down-4:before {
	content: "\e03e";
}

.icon-edt-arrow-up-4:before {
	content: "\e03f";
}

.icon-edt-times-4:before {
	content: "\e040";
}

.icon-edt-times-5:before {
	content: "\e041";
}

.icon-edt-plan-2:before {
	content: "\e042";
}

.icon-edt-plan:before {
	content: "\e043";
}

.icon-edt-child-2:before {
	content: "\e044";
}

.icon-edt-child-3:before {
	content: "\e045";
}

.icon-edt-check-5:before {
	content: "\e046";
}

.icon-edt-family:before {
	content: "\e047";
}

.icon-edt-googleplus:before {
	content: "\5c";
}

.icon-edt-googleplus-3:before {
	content: "\e048";
}

.icon-edt-googleplus-2:before {
	content: "\e049";
}

.icon-edt-instagram-2:before {
	content: "\e04a";
}

.icon-edt-pen-4:before {
	content: "\e04b";
}

.icon-edt-clock-8:before {
	content: "\e04c";
}

.icon-edt-help:before {
	content: "\e04d";
}

.icon-edt-arrow-left-9:before {
	content: "\e04e";
}

.icon-edt-arrow-right-9:before {
	content: "\e04f";
}

.icon-edt-lock:before {
	content: "\e050";
}

.icon-edt-lock-2:before {
	content: "\e051";
}

.icon-edt-lock-3:before {
	content: "\e052";
}

.icon-edt-lock-4:before {
	content: "\e053";
}

.icon-edt-bed:before {
	content: "\e054";
}

.icon-edt-bed-2:before {
	content: "\e055";
}

.icon-edt-star-4:before {
	content: "\e056";
}

.icon-edt-star-5:before {
	content: "\e057";
}

.icon-edt-help-2:before {
	content: "\e058";
}

.icon-edt-marker-9:before {
	content: "\e059";
}

.icon-edt-skype-3:before {
	content: "\e05a";
}

.icon-edt-envelope-14:before {
	content: "\e05b";
}

.icon-edt-marker-10:before {
	content: "\e05c";
}

.icon-edt-phone-13:before {
	content: "\e05d";
}

.icon-edt-pinterest:before {
	content: "\e05e";
}

.icon-edt-bed-3:before {
	content: "\e061";
}

.icon-edt-bed-4:before {
	content: "\e062";
}

.icon-edt-cutlery:before {
	content: "\e063";
}

.icon-edt-cutlery-2:before {
	content: "\e064";
}

.icon-edt-home:before {
	content: "\e065";
}

.icon-edt-home-2:before {
	content: "\e066";
}

.icon-edt-home-3:before {
	content: "\e068";
}

.icon-edt-home-4:before {
	content: "\e069";
}

.icon-edt-home-5:before {
	content: "\e067";
}

.icon-edt-compare:before {
	content: "\e06a";
}

.icon-edt-lock-5:before {
	content: "\e06c";
}

.icon-edt-lock-6:before {
	content: "\e06d";
}

.icon-edt-lock-7:before {
	content: "\e06e";
}

.icon-edt-lock-8:before {
	content: "\e06f";
}

.icon-edt-user-4:before {
	content: "\e070";
}

.icon-edt-users-3:before {
	content: "\e071";
}

.icon-edt-dot:before {
	content: "\e072";
}

.icon-edt-dot2:before {
	content: "\e073";
}

.icon-edt-facebook-4:before {
	content: "\e075";
}

.icon-edt-googleplus-4:before {
	content: "\4a";
}

.icon-edt-phone-14:before {
	content: "\e074";
}

.icon-edt-play-2:before {
	content: "\e076";
}

.icon-edt-play-3:before {
	content: "\e077";
}

.icon-edt-arrow-down-6:before {
	content: "\e078";
}

.icon-edt-arrow-left-10:before {
	content: "\e079";
}

.icon-edt-arrow-right-10:before {
	content: "\e07a";
}

.icon-edt-arrow-down-5:before {
	content: "\e07b";
}

.icon-edt-arrow-left-11:before {
	content: "\e07c";
}

.icon-edt-minus:before {
	content: "\e07d";
}

.icon-edt-minus-2:before {
	content: "\e07e";
}

.icon-edt-plus:before {
	content: "\e07f";
}

.icon-edt-plus-2:before {
	content: "\e080";
}

.icon-edt-arrow-right-11:before {
	content: "\e081";
}

.icon-edt-arrow-up-5:before {
	content: "\e082";
}

.icon-edt-arrow-up-6:before {
	content: "\e083";
}

.icon-edt-magnifier-2:before {
	content: "\e084";
}

.icon-edt-magnifier-3:before {
	content: "\e085";
}

.icon-edt-clock-9:before {
	content: "\e086";
}

.icon-edt-clock-10:before {
	content: "\e087";
}

.icon-edt-users-4:before {
	content: "\e088";
}

.icon-edt-user-5:before {
	content: "\e089";
}

.icon-edt-facebook-5:before {
	content: "\e08a";
}

.icon-edt-instagram-3:before {
	content: "\e08b";
}

.icon-edt-cart:before {
	content: "\e08c";
}

.icon-edt-pinterest-1:before {
	content: "\e05f";
}

.icon-edt-pinterest-2:before {
	content: "\e060";
}

.icon-edt-share-2:before {
	content: "\e08d";
}

.icon-edt-whatsapp-2:before {
	content: "\e06b";
}

.icon-edt-check-6:before {
	content: "\e08e";
}

.icon-edt-help-3:before {
	content: "\e08f";
}

.icon-edt-arrow-left-12:before {
	content: "\e090";
}

.icon-edt-arrow-right-12:before {
	content: "\e091";
}

.icon-edt-check-7:before {
	content: "\e093";
}

.icon-edt-blogger:before {
	content: "\e092";
}

.icon-edt-flickr:before {
	content: "\e094";
}

.icon-edt-tumblr:before {
	content: "\e095";
}


#sb-container {
	display: block;
	visibility: visible;
	position: static;
}


#sb-container button,
#sb-container input[type="button"],
#sb-container input[type="reset"],
#sb-container input[type="submit"] {
	box-shadow: none;
}

.sb__footer-promo {
	z-index: 200;
}

#onloadmodal .modal-content,
#onloadmodal .modal-body {
	background: transparent;
}

#onloadmodal .modal-content {
	box-shadow: none;
	border: 0;
}

#onloadmodal .modal-dialog {
	width: 745px;
}

#onloadmodal .modal-header {
	border: 0;
}

#onloadmodal .close {
	text-shadow: none;
	opacity: 1;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	line-height: 15px;
	position: relative;
	z-index: 99999;
}

.page-template-template-dettaglio-camere .room {
	margin-bottom: 100px;
}

.page-template-template-dettaglio-camere .room .title {
	display: block;
	font-family: 'Roboto';
	font-weight: 300;
	padding: 0;
	font-size: 32px;
	color: #c3862c;
	margin-bottom: 20px;
	margin-top: 15px;
}

.page-template-template-dettaglio-camere .room .description {
	line-height: 1.7;
}

.room .imgAfter {
	position: absolute;
	bottom: 22px;
	left: 20px;
	z-index: 100;
}

.room .room-slideshow {
	position: relative;
}

.room .cycle-prev,
.room .cycle-next {
	cursor: pointer;
}

.shortcode-button {
	padding: 10px 20px;
	display: inline-block;
	width: auto;
	color: #9d846c;
	font-weight: bold;
}

.shortcode-button:hover {
	color: #685646;
	text-decoration: none;
}

.shortcode-button img {
	margin-left: 25px;
}

.dida-booking {
	display: inline-block;
	margin-top: 10px;
	color: #f7567c;
}

/* bookingexpert / form booking */

.booking-inner {
	padding: 10px 0;
	float: left;
	width: 100%;
}

#bookingexpert {
    background: #f5f5f5;
    overflow: hidden;
}

#searchbox {
    position: relative;
    text-align: left;
}

#searchbox .searchboxPlaces,
#searchbox .searchboxHotels {
	padding-top: 20px;
}

#searchbox .searchboxTitle {
	display: none;
    text-transform: uppercase;
    background: #244b90;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

#searchbox form {
    float: left;
    padding: 0 20px;
    overflow: hidden;
}

#searchbox div {
    float: left;
    margin: 0 8px;
    overflow: hidden;
}

#searchbox label {
	display: block;
	line-height: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #9b9b9b;
	text-transform: uppercase;
}

#searchbox input, #searchbox select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #d7b5a5;
    box-sizing: border-box;
    border-radius: 0;
    min-height: 40px;
}

#searchbox input[name="checkin"], #searchbox input[name="checkout"] {
    background: url(calendar.png) no-repeat 93% center #fff;
}

#searchbox input[type="submit"] {
	display: block;
	float: left;
	width: 140px;
	min-height: 40px;
	line-height: 37px;
	margin: 20px 0 0 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background: #f7567c;
	color: #FFF;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	box-shadow: unset;
	text-shadow: unset;
}

#searchbox input[type="submit"]:hover {
	background-color: #f984a0;
}


#searchbox .searchboxCredits {
    display: none;
    float: left;
    text-align: center;
    text-decoration: none;
    margin: 13px 0 15px 20px;
    overflow: hidden;
}

#searchbox .searchboxAdd, #searchbox .searchboxArea {
    display: none;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
}

#searchbox .searchboxAdd {
    top: 6px;
}

#searchbox .searchboxArea {
    top: 27px;
}

#ui-datepicker-div {
    font-size: 11px !important;
    z-index: 1000 !important;
}

/* --- responsive --- */

@media (max-width:600px) {
    #searchbox form {
        float: none;
        padding: 10px 20px 20px 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #bbb;
    }

    #searchbox div {
        float: none;
        margin: 10px 0 0 0;
    }

    #searchbox .searchboxCredits {
        float: none;
        text-align: center;
        margin: 10px auto;
    }

    #searchbox .searchboxAdd, #searchbox .searchboxArea {
        position: relative;
        top: auto;
        right: auto;
        color: #555;
        margin: 10px 0 0 0;
    }

    #searchbox .searchboxAdd:before, #searchbox .searchboxArea:before {
        display: block;
        float: left;
        width: 16px;
        height: 16px;
        font-weight: 400;
        text-align: center;
        color: #fff;
        margin: 0 7px 0 20px;
        border-radius: 3px;
    }

    #searchbox .searchboxAdd:before {
        content: '+';
        line-height: 16px;
        font-size: 20px;
        background: #444;
    }

    #searchbox .searchboxArea:before {
        content: '-';
        line-height: 11px;
        font-size: 28px;
        background: #888;
    }
}

#searchbox form > div {
	display: none;
}

@media (min-width:992px) {
	#searchbox form > div {
		display: block;
	}
}

/* bookingexpert / form preventivo */
#mrp_form button{
	background-image: none !important;
}

#bookingexpert {
	background: #f5f5f5;
	overflow: hidden;
}

#acrbox {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	padding-bottom: 10px;
	overflow: hidden;
}

#acrbox .searchboxTitle {
	text-transform: uppercase;
	background: transparent url("../images/background/background-menu.png") repeat;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

#acrbox form {
	float: left;
	padding: 0 20px;
	overflow: hidden;
}

#acrbox .g-recaptcha {
	clear: both;
}

#acrbox form > div {
	/*float: left;*/
	margin: 10px 10px 0 0;
	overflow: hidden;
}

#acrbox label {
	display: block;
	line-height: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #555;
	text-transform: uppercase;
}

#acrbox input, #acrbox select {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 5px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #aaa;
	box-sizing: border-box;
	border-radius: 3px;
}

#acrbox [type="checkbox"] {
	width: auto;
	margin-right: 5px;
}

#acrbox textarea {
	width: 100%;
	height: 100px;
	line-height: 30px;
	margin: 0;
	padding: 0 5px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #aaa;
	box-sizing: border-box;
	border-radius: 3px;
	resize: none;
}

#acrbox input[name="checkin"], #acrbox input[name="checkout"] {
	/*background: url(calendar.png) no-repeat 97% center #fff;*/
}

#acrbox input[type="button"] {
	height: auto;
	font-size: 28px;
	line-height: 28px;
	color: #5e5b57;
	padding: 12px 20px;
	margin: 0px;
	width: 100%;
	border: none;
	background: url("../images/background/right-grey-arrow.png") no-repeat 85% center;
	text-align: center;
	box-shadow: none;
	display: block;
	background-color: #ddd2c7;
	border-radius: 20px;
}

#acrbox input[type="button"]:hover {
	background-color: #e1d8cf;
}

#acrbox .result {
	line-height: 30px;
	font-size: 14px;
	border-radius: 3px;
	background: #900;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
}

/*#ui-datepicker-div {
	font-size: 11px !important;
	z-index: 1000 !important;
}*/

/* --- responsive --- */

@media (max-width:600px) {
	#acrbox form {
		float: none;
		padding: 10px 20px 20px 20px;
	}

	#acrbox form > div {
		float: none;
		margin: 10px 0 0 0;
	}

	#acrbox input[type="button"] {
		width: 100%;
		height: 37px;
		line-height: 37px;
		margin-top: 0;
	}

	#acrbox .result {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 10px;
	}
	
	#acrbox .g-recaptcha {
		float: left;
	}
}

/* FINE - bookingexpert form */
