/*
	Theme Name: Palazzetto Pisani
	Author: Netplan Srl
	Version: 1.0.0
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
html, body {
	width: 100%;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
a {
	background: transparent
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
.linkblu {
	color: #014d6f;
	text-decoration: underline;
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
.home h1 {
	font-size: 2.0rem;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 600
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/* Box Sizing
--------------------------------------------- */

*, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */

.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
	content: " ";
	display: table;
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
.voce-menu-mobile {
	visibility: hidden !important;
}
body.altitude-home {
	background: none;
}
.single-events .nav-next a, .single-events .nav-previous a {
	display: none;
}
a, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .site-header.no-dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
::-moz-selection {
 background-color: #000;
 color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: 400
}
a:hover {
	color: #3c3c3c;
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0 30px 20px 0;
	font-size: 15px;
	line-height: 30px
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
li::first-letter {
	text-transform: capitalize;
}
ul.lista {
	width: 98%;
	overflow: hidden;
	padding: 0px 0px 0.7em;
	margin: 0px 50px 0px 0px;
}
ul.lista li {
	float: left;
	width: 49%;
	font-size: 18px;
	line-height: 30px;
	margin-left: 1%;
	display: inline;
}
b, strong {
	font-weight: 600;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	color: #999;
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
/* Headings
--------------------------------------------- */


h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Raleway', sans-serif !important;
}
h1 {
	font-size: 40px;
	margin: 20px 0;
}
h2 {
	font-size: 36px;
	margin: 0 0 20px;
}
h3 {
	font-size: 32px;
	margin: 0 0 20px;
}
h4 {
	font-size: 26px;
	margin: 0 0 20px;
}
h5 {
	font-size: 22px;
	margin: 0;
}
h6 {
	font-size: 20px;
	margin: 0 0 20px;
}
.popuplink {
	font-family: 'Open Sans', sans-serif !important;
}
.image-section h2, .solid-section h2 {
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
}
.front-page-2.solid-section h2 {
	font-size: 48px;
}
.image-section h4, .solid-section h4 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}
/* Objects
--------------------------------------------- */

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}
.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}
.featured-content img, .gallery img {
	width: auto;
}
/* Gallery
--------------------------------------------- */

.gallery-item {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;/* text-align: center; */
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery-bambini .gallery-item img {
	width: 320px;
	height: auto;
}
.gallery-bambini .gallery-item {
	height: 210px;
}
.gallery-bambini h3 {
	display: inline-block;
	margin: 10px 0 0 0;
}
.gallery-bambini p {
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 16px !important;
	text-align: left !important;
	color: #4d5f66 !important;
	margin: 20px 0 0 0;
}
.gallery-bambini p.small {
	font-size: 13px !important;
}
.minigallery .gallery-item {
	margin: 20px 0;
}
/* Forms
--------------------------------------------- */
#bookingexpert {
    background: #f5f5f5;
    width: 400px;
    overflow: hidden;
    margin: 0 auto;
}

#acrbox {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

#acrbox .searchboxTitle {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

#acrbox form {
    padding: 20px;
}

#acrbox div {
    clear: both;
    margin-bottom: 10px;
    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 textarea {
    width: 100%;
    height: 80px;
    line-height: 30px;
    margin: 0;
    padding: 10px 5px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #aaa;
    box-sizing: border-box;
    border-radius: 3px;
    resize: vertical;
}

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

#acrbox input[type="button"] {
    display: block;
    width: 100%;
    height: 37px;
    line-height: 37px;
    margin: 0 auto 0 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

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

#acrbox .result.ok {
   background: #00763A
}

#acrbox .g-recaptcha {
    margin-top: 10px;
}

#acrbox .privacysection {
    font-size: 14px;
    margin: 20px 0;
}

#acrbox .privacysection input {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 10px;
}

#acrbox .privacyread {
    font-weight: 700;
    cursor: pointer;
}

#acrbox .privacytxt label {
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

#acrbox .privacyscroll {
    height: 150px;
    font-size: 14px;
    color: #777;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 10px;
    overflow-y: auto;
}

#acrbox .requiredfieldsmessage {
    font-size: 14px;
}

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

input, select, textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-weight: 200;
	padding: 20px;
}
.conferma .campiform {
	float: left;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}
.front-page input:focus, .front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
 color: #000;
 opacity: 1;
}
::-webkit-input-placeholder {
 color: #000;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
	background-color: #22a1c4;
	border: 2px solid #22a1c4;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 15px 25px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button.clear:hover, .button:hover, .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .widget .button, .widget .button:hover, .widget .button.clear:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}
.button {
	display: inline-block;
}
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
button:disabled, button:disabled:hover, input:disabled, input:disabled:hover, input[type="button"]:disabled, input[type="button"]:disabled:hover, input[type="reset"]:disabled, input[type="reset"]:disabled:hover, input[type="submit"]:disabled, input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
 display: none;
}
#mc_embed_signup {
	background: #fff;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
	width: 100%;
	margin-bottom: 15px
}
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 0 0 0 10px
}
#mc_embed_signup h2 {
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
	font-size: 1.4em;
}
#mc_embed_signup input {
	border: 1px solid #999;
	-webkit-appearance: none;
	background: #f5f3ee
}
#mc_embed_signup input[type=checkbox] {
	-webkit-appearance: checkbox;
}
#mc_embed_signup input[type=radio] {
	-webkit-appearance: radio;
}
#mc_embed_signup input:focus {
	border-color: #333;
}
#mc_embed_signup .button {
	background-color: #af8c3b;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	text-transform: none !important;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 15%;
	position: absolute;
	top: 50px;
	right: 20px;
}
#mc_embed_signup .button:hover {
	background-color: #777;
}
#mc_embed_signup .small-meta {
	font-size: 11px;
}
#mc_embed_signup .nowrap {
	white-space: nowrap;
}
#mc_embed_signup .mc-field-group {
	float: left;
	margin-right: 10px;
	width: 25%;
	padding-bottom: 1%;
	min-height: 50px;
}
#mc_embed_signup .size1of2 {
	clear: none;
	float: left;
	display: inline-block;
	width: 46%;
	margin-right: 4%;
}
* html #mc_embed_signup .size1of2 {
	margin-right: 2%; /* Fix for IE6 double margins. */
}
#mc_embed_signup .mc-field-group label {
	display: block;
	margin-bottom: 3px;
	font-size: 13px
}
#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100%;
	padding: 3px 0;
	text-indent: 2%;
}
#mc_embed_signup .mc-field-group select {
	display: inline-block;
	width: 99%;
	padding: 5px 0;
	margin-bottom: 2px;
}
#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
	padding: 5px 0;
}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
	display: inline;
	width: 60px;
	margin: 0 2px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0 2px 0;
}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
	width: 40px;
}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
	width: 30px;
}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
	display: none;
}
#mc_embed_signup .indicates-required {
	text-align: right;
	font-size: 11px;
	margin-right: 4%;
	position: absolute;
	top: 20px;
	right: 0
}
#mc_embed_signup .asterisk {
	color: #c60;
	font-size: 20px;
	line-height: 10px
}
#mc_embed_signup .mc-field-group .asterisk {
}
#mc_embed_signup .clear {
	clear: both;
}
#mc_embed_signup .mc-field-group.input-group ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#mc_embed_signup .mc-field-group.input-group ul li {
	display: block;
	padding: 3px 0;
	margin: 0;
}
#mc_embed_signup .mc-field-group.input-group label {
	display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
	display: inline;
	width: auto;
	border: none;
}
#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}
#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}
#mc_embed_signup #mce-error-response {
	display: none;
}
#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}
#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}
#mc-embedded-subscribe {
	clear: both;
	width: auto;
	display: block;
	margin: 1em 0 1em 5%;
}
#mc_embed_signup #num-subscribers {
	font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}
/* Buttons
--------------------------------------------- */

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}
.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}
.footer-widgets button:hover, .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"], .footer-widgets .widget .button:hover, .image-section button:hover, .image-section input:hover[type="button"], .image-section input:hover[type="reset"], .image-section input:hover[type="submit"], .image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	float: none;
	margin: 0 auto !important;
	max-width: 1024px;
}
.site-inner {
	clear: both;
	float: none;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 9;
	-word-wrap: break-word;
}
.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}
.come-raggiungerci .site-container .site-inner {
	margin-top: 125px;
}
.secondary-nav .site-inner {
	margin-top: 250px;
}
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48.717948717948715%;
}
.one-third, .two-sixths {
	width: 31.623931623931625%;
}
.unica {
	margin-left: 34%;
}
.unica2 {
	margin-left: 48.717948717948715%;
}
.four-sixths, .two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}
.author-box .avatar {
	height: 88px;
	width: 88px;
}
.entry-comments .avatar {
	height: 60px;
	width: 60px;
}
.alignleft .avatar, .author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 20px 24px 0;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}
.archive-description, .author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}
.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}
.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}
.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}
.search-form input[type="submit"] {
	padding: 25px;
}
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}
.entry-title {
	font-size: 48px;
}
.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover {
	color: #22a1c4;
}
.widget-full .widget-title {
	margin-bottom: 40px;
}
.introduzione {
	text-align: center;
}
.introduzione p {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px;
	margin: 30px auto !important;
}
.introduzione h1 {
	font-size: 47px;
	line-height: 70px;
}
.sottotitolo h2 {
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	border-bottom: 1px solid #fff;
	padding: 30px;
 margin:30px auto !important:
}
.pulsantone {
	-webkit-border-radius: 18;
	-moz-border-radius: 18;
	border-radius: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
	padding: 5px 25px 5px 25px;
	border: solid #fff 3px;
	text-decoration: none;
	margin-bottom: 50px;
	text-align: left;
}
.pulsantone:hover {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0% 0%;
	color: #fff;
	text-decoration: none;
}
/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}
a.alignnone {
	display: inline-block;
}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone, .alignnone {
	margin-bottom: 12px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.gallery-caption, .entry-content .gallery-caption {
	margin: 0 0 10px;
}
.post-password-form input {
	width: auto;
}
.post-password-form input[type="submit"] {
	padding: 25px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}
/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
}
/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}
.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}
.altitude-home .content .simple-social-icons ul li a, .altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}
.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}
.enews form + p {
	margin-top: 24px;
}
/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.animazione {
	overflow: hidden !important;
	position: relative;
	width: 100%;
	height: 100%;
}
.secure .animazione, .form .animazione, .page-id-40 .animazione, .page-id-30 .animazione, .page-id-154 .animazione, .page-id-1323 .animazione {
	display: none
}
.site-header {
	background: rgba(40,40,40,.9);
	border-top: 5px solid #000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 130px;
	z-index: 100;
}
.featured-section .site-header {
	background-color: transparent;
}
.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}
.site-header.no-dark {
	background-color: #000;
}
.site-header.no-dark > .wrap {
	border-bottom: none;
}
.site-header.no-dark .nav-secondary {
	display: none;
}
.admin-bar .site-header {
	top: 32px;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 12px 0 0 0;
	width: 240px;
}
.site-header.no-dark .title-area {
	padding: 15px 0;
}
.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 0!important
}
.site-title a, .site-title a:hover {
	color: #fff !important;
}
.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 146px;
	text-indent: -9999px;
}
.header-image .no-dark .site-title > a {
	height: 66px;
}
.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.reservations_mobile {
	display: none !important;
	height: 0px;
}
.genesis-nav-menu {
	margin: 35px 200px 0 260px;
	text-align: left;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
}
.genesis-nav-menu li {
	padding-left: 0px;
	padding-right: 0px
}
.genesis-nav-menu li:before {
	content: "";
}
.genesis-nav-menu li li:before, .genesis-nav-menu li:first-child:before {
	content: none !important;
}
.genesis-nav-menu a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 3px 5px 5px;
}
li.menu-item-language a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0px 3px 5px 5px;
	display: inline-block;
}
.genesis-nav-menu li li a {
	display: block;
	font-size: 20px;
}
.genesis-nav-menu a:hover, .genesis-nav-menu li.current-menu-item > a {
	color: #ddd !important;
}
.genesis-nav-menu {
	padding: 10px 0;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	text-align: left;
	padding-top: 34px;
}
.genesis-nav-menu .sub-menu a {
	background: rgba(40,40,40,.9);
	text-transform: none;
	font-size: 15px;
	font-weight: 500;
	padding: 15px;
	position: relative;
	width: 240px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu li.current-menu-item > a {
	background: rgba(40,40,40,1);
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}
/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}
.nav-primary .genesis-nav-menu {
}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}
/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}
.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}
/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
	z-index: 99999;
}
.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	font: normal 1px/1 "dashicons";
	margin: 0 auto;
}
.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
.servizi {
	line-height: 20px;
	margin-bottom: 50px;
}
.servizi .gallery-view {
	margin-left: 10px
}
.servizi ul {
	margin-left: 30px
}
.servizi ul li {
	margin-left: 30px;
	line-height: 22px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #72a0a0;
	font-size: 14px;
}
.servizi h3 {
	color: #577d7b;
	font-size: 30px;
	line-height: 30px;
	padding-left: 20px
}
.servizi h4 {
	color: #72a0a0;
	font-size: 14px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	line-height: 22px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 20px
}
.servizi p {
	font-size: 14px;
	line-height: 22px;
	padding-top: 0 !important;
	padding-left: 20px
}
.camere h2 {
	padding: 15px 0 0 30px !important
}
.camere p {
	padding: 0 30px 20px 30px !important;
	font-size: 14px;
	line-height: 20px;
}
.camere .btn {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	background: #7ba9a7;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	clear: both;
	margin: 25px 0
}
.camere .btn:hover {
	background: #fff;
	color: #7ba9a7;
	text-decoration: none;
}
.vc_images_carousel .vc_carousel-indicators li {
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	margin: 1px;
	text-indent: -999px;
	border-radius: 20px !important;
	cursor: pointer;
	border: 2px solid #000 !important;
	background-color: #000 !important;
}
.vc_images_carousel .vc_carousel-indicators .vc_active {
	margin: 1px;
	width: 20px !important;
	height: 20px !important;
	background-color: transparent !important;
	border: 2px solid #000 !important;
}
/* Front Page
--------------------------------------------- */

.image-section, .solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}
.image-section {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(30%, rgba(0,0,0,0.5)), color-stop(80%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000', endColorstr='#e6000', GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}
.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.image-section, .image-section a {
	color: #fff;
}
.image-section a:hover, .image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}
.solid-section {
	background-color: #fff;
}
.front-page-2, .front-page-3, .front-page-4, .front-page-5, .front-page-6, .front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	z-index: 9;
}
.front-page-1, .front-page-3, .front-page-5, .front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.front-page-1 {
	position: relative;
}
.front-page-1 .image-section {
	padding-top: 75px;
}
.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}
.front-page-4 .solid-section {
	background-color: #f3f3f3;
}
.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}
.bottom-image img {
	margin-bottom: -10px;
}
.front-page .field-wrap:last-child {
	margin-bottom: 0;
}
.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}
/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}
/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}
.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}
.flexible-widgets.widget-full .widget, .flexible-widgets.widget-area .widget:nth-of-type(1), .flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
.widget-area.flexible-widgets.widget-half .widget, .flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}
.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}
.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}
.flexible-widgets.widget-halves .widget:nth-child(even), .flexible-widgets.widget-thirds .widget:nth-child(3n+2), .flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}
.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}
.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.flexible-widgets.widget-halves h2, .flexible-widgets.widget-thirds h2, .flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}
/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}
.page .content {
	padding-bottom: 50px;
}
.sidebar-content .content {
	float: right;
}
.full-width-content .content {
	padding: 0;
	width: 100%;
}
.full-width-content.front-page .content {
	padding: 0;
}
/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
}
.widget .entry {
	margin-bottom: 40px;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 30px;
	margin-left: 20px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ul li:before {
/*content: "\2022\0020"*/
}
.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #000;
	color: #ddd;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}
.entry-header, .entry-footer {
	text-align: center;
}
.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}
.page-template-page_landing .entry-header::after {
	border-bottom: none;
	content: "";
	display: block;
	margin: 0 auto;
	padding-bottom: 0px;
	width: 25%;
}
.page-template-page_landing p {
	font-size: 20px;
	line-height: 26px
}
.image-section .entry-header::after {
	border-color: #fff;
}
.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}
.sidebar .entry-header::after {
	display: none;
}
.entry-categories::before, .entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}
.after-entry .widget {
	margin-bottom: 40px;
}
.after-entry p:last-child, .after-entry .widget:last-child {
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}
/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}
.archive-pagination li a:hover, .archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}
/* Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 100px;
}
p.comment-meta, .entry-comments .comment, .entry-comments .comment-reply {
	margin-bottom: 40px;
}
.comment-header {
	font-size: 20px;
}
.entry-comments .comment {
	border-bottom: 1px solid #000;
}
.comment-content, .entry-comments .comment {
	clear: both;
}
p.form-submit, .entry-comments .children .comment, .entry-comments .comment-author {
	margin: 0;
}
.entry-comments .children .comment {
	border: none;
}
.comment-respond label {
	display: block;
	font-weight: 800;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 100%;
}
.comment-list li, .ping-list li {
	list-style-type: none;
}
.entry-comments ul.children {
	margin-left: 40px;
}
.ping-list .reply {
	display: none;
}
/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar {
	float: left;
}
.sidebar p:last-child {
	margin-bottom: 0;
}
.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #e1dcd1;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
	padding-top: 0;
}
.footer-widgets-2 {
	background-color: #000;
}
#containershare {
	padding-bottom: 15px
}
.landing #containershare, .landing .nav-primary, .landing .menu, .landing #dropdownMenu2 {
	display: none;
}
.landing .brands-by-category {
	margin: 15px 8px !important;
}
p.share {
	font-size: 15px !important;
	text-align: center !important;
	padding: 10px 0 0 0 !important;
	text-transform: uppercase;
	color: #000 !important;
}
.footer-widgets .wrap {
	padding-bottom: 0;
	padding-top: 0;
	max-width: 100% !important;
}
.footer-widgets, .footer-widgets .wrap a, .footer-widgets .wrap a.button {
	color: #fff;
}
.footer-widgets a:hover {
	color: #fff;
	text-decoration: underline
}
.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.footer-widgets .widget {
	margin-bottom: 0px;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.menu-menu-footer-container, .menu-menu-footer-it-container, .menu-menu-footer-de-container, .menu-menu-footer-fr-container {
	margin: 0 auto;
	max-width: 1024px
}
.menu-menu-footer-container .menu-item, .menu-menu-footer-it-container .menu-item, .menu-menu-footer-de-container .menu-item, .menu-menu-footer-fr-container .menu-item {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.menu-menu-footer-container .menu, .menu-menu-footer-it-container .menu, .menu-menu-footer-de-container .menu, .menu-menu-footer-fr-container .menu {
	border-right: 1px solid #fff
}
.menu-menu-footer-container .menu>li, .menu-menu-footer-it-container .menu>li, .menu-menu-footer-de-container .menu>li, .menu-menu-footer-fr-container .menu>li {
	width: 11%;
	text-transform: uppercase;
	font-weight: 400;
	float: left;
	display: inline;
	padding: 20px 0;
}
.menu-menu-footer-container .sub-menu, .menu-menu-footer-it-container .sub-menu, .menu-menu-footer-de-container .sub-menu, .menu-menu-footer-fr-container .sub-menu {
	margin-top: 15px
}
.menu-menu-footer-container .sub-menu li, .menu-menu-footer-it-container .sub-menu li, .menu-menu-footer-de-container .sub-menu li, .menu-menu-footer-fr-container .sub-menu li {
	text-transform: none !important;
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 0px
}
.site-footer {
	text-align: center;
	background: #000;
}
.site-footer, .site-footer p {
	color: #fff;
}
.site-footer h6 {
	padding: 20px 0 0 0;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.site-footer p {
	font-size: 12px;
	padding: 0 0 10px 0;
	color: #fff;
}
.site-footer div.indirizzo {
	width: 100%;
	background: #4c4c4d;
}
.site-footer div.newsletter {
	width: 100%;
	background: #000;
}
.site-footer div.newsletter img {
	width: 925px;
	height: 70px;
}
.footer-widgets p {
	font-size: 11px;
	color: #baae94;
}
address em {
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
}
address {
	width: 100%;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	padding: 20px 0 0 0;
	color: #baae94;
}
.before-header {
	width: 100%;
	text-align: left;
	padding-top: 0;
	background: transparent;
	position: fixed;
	z-index: 103
}
#show-be {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 260px;
	cursor: pointer;
}
div#one {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	display: none;
	padding: 30px;
	width: 260px;
	text-align: left;
	background: rgba(33,27,0,0.5);
	position: absolute;
	top: 160px;
	right: 4%;
	z-index: 100
}
#lang_sel {
	height: 30px;
	position: relative;
	display: inline-block;
	float: right !important;
	text-align: left;
	top: -2px;
	right: 0;
	z-index: 400;
	width: 100px
}
#lang_sel li {
	width: 100px
}
#lang_sel a.lang_sel_sel {
	background: none !important;
	color: #444;
}
.bottone-mobile {
	display: none;
	height: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1023px) {
#lang_sel {
	height: 32px;
	position: relative;
	display: inline-block;
	float: right !important;
}
.instafeed {
    width: auto !important;
    height: auto !important;
    float: none !important;
}
.quadrato p {
	font-size: 15px !important;
	line-height: 18px !important;
}
.introduzione p {
	font-size: 18px !important;
}
.widget_nav_menu {
	display: none;
}
#box-offerte .flexslider {
	margin: 0 !important;
	padding: 0 !important;
	width: 95% !important;
}
.before-header {
	/*height:30px;*/
	width: 100%;
	text-align: left;
	padding-top: 3px;
	background: transparent;
	position: fixed;
	top: 0px;
	z-index: 9999
}
.site-header .wrap {
	width: 100%;
	margin: 0 auto
}
.title-area {
	width: 100%;
	margin-top: 100px;
}
.site-inner, .wrap {
	max-width: 768px;
}
.secondary-nav .site-inner {
	margin-top: 80px;
}
.front-page .site-inner {
	max-width: none;
}
.site-header {
	position: static;
}
.front-page .site-header {
	background-color: #000;
}
.front-page .site-header > .wrap {
	border: none;
}
.content, .sidebar, .site-header .widget-area, .title-area {
	width: 100%;
}
.site-header .title-area, .site-header.no-dark .title-area {
	padding: 15px 0;
}
.header-image .no-dark .site-title > a {
	height: 76px;
}
.genesis-nav-menu, .site-header .widget-area, .site-title {
	text-align: center;
}
.header-image .site-title > a {
	background-position: center !important;
}
.nav-primary .genesis-nav-menu {
	float: none;
}
.genesis-nav-menu li {
	padding-left: 0px;
	padding-right: 0px;
}
.nav-secondary, .site-header.no-dark .nav-secondary {
	border-bottom: none;
	display: block;
}
.genesis-nav-menu a, .site-header.no-dark .genesis-nav-menu a {
	padding: 10px;
}
.front-page .site-inner {
	margin-top: 0;
}
.site-inner {
	margin-top: 80px;
}
.full-width-content .content {
	padding: 0;
}
.full-width-content img.pull-left {
	margin-left: 0;
}
.full-width-content img.pull-right {
	margin-right: 0;
}
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	margin: 0;
	width: 100%;
}
.flexible-widgets.widget-full .widget, .flexible-widgets.widget-halves .widget, .flexible-widgets.widget-thirds .widget, .flexible-widgets.widget-fourths .widget {
	margin: 0 auto 20px;
	width: 98%;
}
.image-section h2, .solid-section h2 {
	font-size: 60px;
}
.front-page-1 .image-section, .secondary-nav .front-page-1 .image-section {
	padding-top: 0;
}
.prenota .bottone {
	display: block;
}
}

@media only screen and (max-width: 1022px/*800px*/) {
.site-header {
	border-top: 0px solid #000;
	background: #000;
	height: 100%;
}
.header-image .site-title > a {
	height: 100px;
}
.footer-widgets, .site-footer {
	background-color: #000 !important;
}
.footer-widgets .wrap {
	padding-top: 0px !important;
}
p.share {
	color: #fff !important;
}
.menu-menu-footer-container {
	display: none
}
.sociale {
	background: #000 !important;
	border-bottom: 0px solid #000 !important;
}
body.request .site-inner, body.noanimazione .site-inner, body.single-offer .site-inner, body.single-events .site-inner {
	margin-top: 0px !important
}
.site-content-left, .site-content-right {
	margin-left: 30px
}
.bottone-mobile {
	display: block;
	text-align: center;
	height: 48px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0px;
	z-index: 9999;
	background: #000;
}
.bottone-mobile ul#utility {
	text-align: center !important;
	margin: 0;
	width: 100%;
	height: 48px;
	bottom: 0;
	padding: 0 0 2px 0;
	border-top: 1px solid #fff;
}
.bottone-mobile ul#utility li {
	padding: 0;
	line-height: 1.6em;
	font-family: Arial;
	color: #fff;
	font-weight: 100;
	font-style: normal;
	font-size: 8px;
	display: inline;
}
.bottone-mobile ul#utility p {
	padding: 0 !important;
	color: #fff;
	text-align: center !important;
	font-size: 8px;
	line-height: 8px !important;
}
.bottone-mobile ul#utility li a:link, ul#utility li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold
}
.bottone-mobile ul#utility li a:hover, ul#utility li a:active {
	color: #fff;
	text-decoration: none;
}
.bottone-mobile #utility img {
	padding: 0
}
.bottone-mobile #utility .app_menucall a, .bottone-mobile #utility .app_menumap a {
	width: 40px !important;
}
.menu_down img {
	padding: 7px 0 0 7px !important;
	float: left;
}
.app_menubook {
	padding: 0px !important;
	width: 100px;
	float: left;
	height: 47px;
}
.app_menubook img {
	margin: 0 !important;
	height: 47px;
}
.app_menucall, .app_menumap {
	padding: 7px 10px 20px 10px !important;
	border-right: solid 1px #fff;
	float: left;
	height: 48px;
}
.app_menucall img, .app_menumap img {
	margin: 0px 0px 2px 2px !important;
	max-width: 39px;
	max-height: 22px;
}
.app_menulast img {
	padding: 4px 0 2px 10px !important;
	max-width: 39px;
	max-height: 22px;
}
.app_menumail {
	padding: 7px 8px 20px 8px !important;
	border-right: solid 1px #fff;
	float: left;
	height: 20px;
}
.app_menumail img {
	max-width: 30px !important;
	max-height: 22px;
	margin: 0 0 5px 0;
}
.app_menufb {
	padding: 7px 8px 20px 8px !important;
	border-right: solid 1px #fff;
	float: left;
	height: 20px;
}
.app_menufb img {
	margin: 0px 0px 3px 3px !important;
	max-width: 39px;
	max-height: 22px;
}
.app_menushare {
	padding: 7px 8px 20px 8px !important;
	border-right: solid 1px #fff;
	float: left;
	height: 48px;
}
.app_menushare img {
	margin: 0px 0px 3px 3px !important;
	max-width: 39px;
	max-height: 22px;
}
.site-content-left, .site-content-right {
	margin-top: 30px !important;
}
.gallery-columns-6 .gallery-item, .gallery-columns-4 .gallery-item {
	width: 140px !important;
	float: left !important;
	margin-right: 10px !important;
}
.gallery-columns-6 .gallery-item img, .gallery-columns-4 .gallery-item img {
	width: 140px !important;
}
.brands-by-category {
	border-left: none !important;
	padding-left: 0 !important;
}
.brands-container div {
	margin: 0 0 !important;
}
.brands-by-category {
	display: block !important;
	vertical-align: top;
	margin: 0 !important;
}
.category-name {
	color: #fff;
	font-size: 12px;
	text-transform: none;
	padding: 15px;
	text-align: center !important;
}
.one-half {
	float: none !important
}
.section2 .first .img-ask {
	margin: 0 0 10px 0;
	float: none;
}
.img-ask, .img-comfort {
	margin: 0 0 10px 0;
	float: none;
	width: 100% !important;
	height: 100% !important;
}
.box-tipologia {
	width: 100% !important;
	height: auto !important;
	float: none !important;
	margin: 0 !important;
	background: #f2f6f7 !important;
}
.img-tipologia {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}
.img-tipologia img {
	width: 96% !important;
	height: 96% !important;
	margin: 1%
}
.box-tipologia dd {
	margin: 15px 0 0 0 !important;
	padding: 0;
	float: right !important;
}
.section2 h2 {
	font-size: 60px !important;
	font-weight: lighter;
	line-height: 1.1;
	padding: 20px 0px 0px 0px !important;
	text-align: center !important;
}
.section4 {
	margin: 50px 0 0 0;
	min-height: 300px;
	background-image: none !important;
}
/*.genesis-nav-menu a {
	color: #000;
	font-size: 15px;

	font-weight: 500;
	padding: 5px 0 5px 5px;
	text-transform: uppercase !important;
}
.genesis-nav-menu a:hover {
	text-decoration: underline;
	color: #000 !important;
}
.genesis-nav-menu .current_page_item a {
	color: #014d6f !important;
	font-size: 15px;
	font-weight: bold !important;
	padding: 5px 0 5px 5px;
	text-transform: uppercase !important;
}
.genesis-nav-menu {
	padding: 10px 0;
	border-top: none;
	border-bottom: none;
	margin-top: 0 !important;
}*/
.genesis-nav-menu li:before {
	content: none;
	color: #fff;
}
.reservations_desktop {
	display: none !important;
}
.reservations_mobile {
	display: block !important;
	padding: 0 0 35px 0!important;
}
.genesis-nav-menu {
	width: 50% !important;
	line-height: 1;
	margin-top: 120px;
	text-align: right;
}
.thumbnail_offer_thumbnail {
	margin-left: 0;
}
.section2 {
	background: #fff;
}
#booking {
	display: none
}
.before-header {
	width: 100%;
	text-align: center;
	padding-top: 3px;
	background: transparent;
	position: relative;
	z-index: 9999;
	background: #000;
}
#lang_sel {
	height: 32px;
	position: relative;
	display: inline-block;
	float: none !important;
}
.title-area {
	margin-top: 0px;
}
.bol-interno, .widgettitle, .bottone {
	display: none;
}
.bottone-mobile-app {
	visibility: visible !important;
	height: 60px;
	background: #362a1d;
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	padding: 10px 0;
}
.bottone-mobile-app a {
	color: #f07e14
}
.bottone-mobile-app a:hover {
	color: #fff;
}
.genesis-nav-menu {
	line-height: 1 !important;
	margin-top: 10px;
	margin: 10px auto 0 auto;
}
.site-inner, .wrap {
	max-width: none;
	width: 100%;
}
.site-inner, .wrap {
	padding: 0 5%;
	margin: 0 auto
}
.genesis-nav-menu li {
	padding-right: 0;
	margin-left: 0;
	background-image: none !important;
	display: block;
	text-align: left;
	list-style-type: none;
}
.front-page .site-inner {
	padding: 0;
}
.genesis-nav-menu.responsive-menu {
	display: none;
	float: none;
	padding-bottom: 20px;
}
.genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon {
	display: block;
	text-align: center;
}
.genesis-nav-menu.responsive-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu.responsive-menu li.current-menu-item > a, .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover, .genesis-nav-menu.responsive-menu li a, .genesis-nav-menu.responsive-menu li a:hover {
	background: none;
	border: none;
	display: block;
	padding: 10px 0;
	text-transform: none;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children {
	cursor: pointer;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
	margin-right: 0;
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	content: "\f347" !important;
	float: right;
	font: normal 20px/1 "dashicons";
	height: 20px;
	padding: 7px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}
.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f343";
}
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
	display: none;
}
.genesis-nav-menu.responsive-menu .sub-menu {
	background-color: rgba(208, 148, 2, 0.9);
	left: auto;
	opacity: 1;
	position: relative;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 100%;
	z-index: 99;
}
.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
	background-color: transparent;
	margin: 0;
	padding-left: 25px;
}
.genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
	padding: 10px 0px;
	position: relative;
	text-transform: none;
	width: 100%;
}
.genesis-nav-menu.responsive-menu .current-menu-item > a, .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a, .genesis-nav-menu.responsive-menu a:hover {
	background: none;
}
.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a, .site-header .genesis-nav-menu.responsive-menu .sub-menu li a, .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover, .site-header .genesis-nav-menu.responsive-menu .sub-menu, .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before, .site-header .genesis-nav-menu.responsive-menu > li:hover > a, .site-header .genesis-nav-menu.responsive-menu a:hover {
	color: #fff;
}
.altitude-home .simple-social-icons ul li {
	margin: 0 20px 20px !important;
}
.footer-widgets .wrap {
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 100%
}
.site-footer {
	text-align: center;
	margin-top: 0;
	height: auto !important;
	width: 100%;
	padding-bottom: 80px;
	background: #4c4c4d;
}
.front-page-2, .front-page-3, .front-page-4, .front-page-5, .front-page-6, .front-page-7 {
	border-top: 0;
	margin-top: 0;
}
.image-section .flexible-widgets {
	padding-bottom: 80px;
}
.solid-section .flexible-widgets {
	padding-bottom: 40px;
	padding-top: 60px;
}
.bottom-image {
	margin-top: 60px;
	margin-bottom: -80px;
}
.site-inner {
	margin-top: 0px;
}
.contenuto {
	text-align: left;
	width: 100% !important;
}
.contenuto h1 {
	padding: 0px 0px 15px;
	font-size: 50px;
	color: #9A9381 !important
}
#mc_embed_signup .mc-field-group {
	width: 100%;
	padding-bottom: 1%;
	min-height: 50px;
}
#mc_embed_signup .button {
	/*float:left; */
	background-color: #af8c3b;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	text-transform: none !important;
	height: 32px;
	line-height: 32px;
	margin: 15px 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 98%;
	clear: both;
	position: relative !important;
	top: 20px;
	right: 0px
}
#mc_embed_signup .indicates-required {
	text-align: right;
	font-size: 11px;
	margin: 20px 0;
	position: absolute;
	top: -10px;
	right: 0px;
}
#mc_embed_signup h2 {
	font-weight: bold;
	padding: 0;
	margin: 20px 0;
	font-size: 1.0em;
}
#mc-embedded-subscribe {
	font-size: 15px !important;
}
}

@media only screen and (max-width: 640px) {
h1 {
}
}

@media only screen and (max-width: 480px) {
#bookcontainer {
	display: none
}
.site-footer div.indirizzo {
	width: 100%;
	background: none;
	padding-bottom: 10px;
}
.animazione {
}
.ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .home .ls-v5 .ls-nav-sides {
	top: 0 !important;
 display: none;
}
p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 18px;
	line-height: 26px
}
ul.lista {
	width: 100%;
}
ul.lista li {
	float: none;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	margin-left: 0;
	display: block;
}
#booking, .nascondimobile {
	display: none
}
.section2 {
	background: #fff;
}
.thumbnail_offer_thumbnail {
	margin-left: 0;
}
.gallery-columns-5 .gallery-item {
	width: 100%;
}
.bol-interno, .widgettitle, .bottone {
	display: none;
}
.image-section h2, .solid-section h2 {
	font-size: 40px;
}
}

@media only screen and (max-width: 320px) {
.gallery-columns-6 .gallery-item, .gallery-columns-4 .gallery-item {
	width: 115px !important;
	float: left !important;
	margin-right: 13px !important;
}
.gallery-columns-6 .gallery-item img, .gallery-columns-4 .gallery-item img {
	width: 115px !important;
}
}
/* SECTION */
.section1 h2 {
	font-size: 34px;
	line-height: 44px;
	padding-bottom: 5px
}
.section1 h2 span {
	background: url("images/bordo.png") bottom center repeat-x;
	padding-bottom: 10px
}
.section1 p {
	padding: 0 10%;
	text-align: center
}
.section2 .wrap {
	border-top: 4px double #b6bdc0;
	border-bottom: 4px double #b6bdc0;
	margin: 30px auto;
	padding: 30px 0;
}
.section2 h2 {
	font-size: 74px;
	font-weight: lighter;
	line-height: 1.1;
	padding: 15px 0 0 80px;
	text-align: right;
}
.section2 .first .img-ask {
	margin: 0 0 10px 0;
	float: right;
}
.txt-ask {
	padding: 15px 0 0 0 !important;
	text-align: left;
}
.txt-small {
	padding: 15px 0 0 0 !important;
	font-size: 14px;
}
.txt-servizi h3 {
	font-size: 18px;
	font-weight: 500;
	color: #004d6d;
	text-transform: uppercase;
}
.txt-servizi p, .txt-servizi #accordion {
	margin: 0;
	padding: 0 0 15px 0 !important;
}
.section3 .immagine {
	margin: 0 0 5px 0;
}
.section3 .one-third {
	text-align: center
}
.section3 .one-third, .section5 .one-third {
	background: #f2f6f7;
}
.section3 h2 {
	font-weight: 500;
	padding: 15px 0;
	text-align: center;
}
.section3 h3, .section5 h3 {
	font-size: 18px;
	font-weight: 500;
	padding: 25px 0 0 0;
	color: #004d6d;
	text-align: center;
	text-transform: uppercase;
}
.section6 h2 {
	font-size: 18px;
	font-weight: 500;
	padding: 30px 0 10px 0;
	color: #004d6d;
	text-align: left;
	text-transform: uppercase;
}
.section2 h4, .section3 h4, .section5 h4 {
	width: 210px;
	font-size: 14px;
	margin: 10px auto 20px auto;
	padding: 10px;
	text-align: center;
	border: 1px double #20647f;
}
.section2 h4 a, .section3 h4 a, .section5 h4 a {
	color: #20647f;
}
.section2 h4 a:hover, .section3 h4 a:hover, .section5 h4 a:hover {
	text-decoration: underline;
}
.offer_title a, .events_title a {
	font-weight: lighter !important;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif !important;
}
.offer_title a:hover, .events_title a:hover {
	text-decoration: none;
}
.section3 .original-price, .section3 .reducted-price, .section5 .original-price, .section5 .reducted-price {
	display: none !important;
}
.section5, .contenuto h3 {
	margin: 30px 0 0 0;
}
.section5 h1, .contenuto h1 {
	font-weight: bold;
	font-size: 44px;
	padding: 15px 0 0 0;
}
.section4 {
	margin: 50px 0 0 0;
	min-height: 300px;
	background: url("images/bg_gandhi.jpg") top center no-repeat;
}
.section4 h2 {
	font-size: 34px;
	line-height: 44px;
	padding: 110px 0 15px 0;
	margin: 0 20px;
	text-align: center;
	color: #000
}
.section4 p {
	font-style: italic;
	line-height: 2.1;
	padding: 80px 80px 0 0 !important;
	text-align: left;
}
.section4 .quote-gandhi {
	font-family: 'Ubuntu', serif;
	font-style: normal;
	padding: 40px 100px 0 0 !important;
	text-align: right !important;
}
.txt-box {
	float: left;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	background: #f2f6f7;
	font-size: 14px;
}
.txt-box img {
	width: 120px;
	height: auto;
	float: left;
	margin: 2px 10px 0 0;
}
.txt-box p {
	clear: both;
	float: left;
	font-size: 14px;
	margin: 10px 0;
}
.txt-comfort {
	float: left;
	border-bottom: 4px double #b6bdc0;
	margin: 0 0 40px 0;
	padding: 0 0 25px 0;
}
.txt-comfort h3, .contenuto h3 {
	font-size: 18px;
	font-weight: 500;
	color: #004d6d;
	text-transform: uppercase;
}
.txt-comfort li {
	width: 33%;
	float: left;
}
.section6 .img-tipologia {
	width: 49%;
	float: left;
	margin: 0 1% 40px 0;
}
.section6 .box-tipologia {
	width: 480px;
	height: 546px;
	float: left;
	margin: 0 0 40px 1%;
	background: #f2f6f7;
}
.section7 .img-tipologia {
	width: 49%;
	float: right;
	margin: 0 0 40px 1%;
}
.section7 .box-tipologia {
	width: 480px;
	height: 546px;
	float: left;
	margin: 0 1% 40px 0;
	background: #f2f6f7;
}
.section6 figure, .section7 figure {
	margin-top: 0 !important;
}
.box-tipologia dl {
	width: 90%;
	float: left;
	margin: 5%;
	padding: 0 0 10px 0;
	border-bottom: 4px double #b6bdc0;
}
.box-tipologia dt {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #004d6d;
	text-transform: uppercase;
	float: left;
}
.box-tipologia dd {
	margin: 0;
	padding: 0;
	float: right;
}
.box-tipologia dd a {
	margin: -9px 0 0 0;
	padding: 7px 20px;
	color: #fff;
	background: #004d6d;
	border-radius: 10px;
	display: block;
}
.box-tipologia dd a:hover {
	background: #022f42;
}
.box-tipologia p {
	margin: 0 5%;
}
.box-tipologia ul {
	margin: 5%;
	font-size: 14px;
}
.box-tipologia li:before {
	content: none !important;
}
.txt-gallery h1 {
	font-weight: bold;
	font-size: 44px;
	padding: 25px 0 0 0;
}
.txt-gallery h3, .come-raggiungerci h3, .come-raggiungerci .footercontainer {
	clear: both;
	padding: 25px 0 0 0;
}
.txt-gallery h4 {
	clear: both;
	padding: 25px 0 0 0;
}
.txt-gallery .gallery-item {
	margin: 0 0 15px 0;
}
.come-raggiungerci .before-header, .come-raggiungerci .footercontent, .come-raggiungerci .animazione {
	display: none;
}
.link {
	font-style: noraml;
	padding: 15px 0
}
#bookcontainer {
	background: rgba(22, 32, 0, 0.60) none repeat scroll 0% 0%;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 50;
	padding: 10px 0
}
#booking {
	margin: 0 auto;
	width: 1024px;
}
#booking p {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	float: left;
	width: 20%;
	height: 5px;
}
#quickbooking {
	width: 100%;/*float: left;*/
}
#travel {
	width: 90% !important;
	margin: 1px 0 0 202px;
	display: none;
	clear: both;
}
#travel a {
	color: #fff;
	text-decoration: underline;
}
#travel a:hover {
	color: #fff;
	text-decoration: none;
}
#travel img {
	float: left;
	width: 44px;
	padding: 0px 5px 0px 0px !important;
}
#travel p {
	font-size: 14px;
	line-height: 16px !important;
	color: #c4c598;
	padding: 5px 0px 0px !important;
	width: 90%;
	text-transform: none;
	float: left;
	text-align: left;
}
#travel br {
	display: none !important;
	float: left;
}
.section5 .gallery-view, .section3 .gallery-view {
	width: 210px !important;
	margin: 0 auto;
}
.lista-eventi .gallery-view, .lista-offerte .gallery-view {
	float: left;
	width: 100%
}
.lista-offerte .gallery-view .offer_title a {
	font-size: 25px;
	font-weight: normal;
	text-decoration: none;
	color: #383838;
	line-height: 30px;
}
.lista-offerte .reducted-price {
	color: red !important;
}
.offer-package-4, .events-package-4 {
	width: 210px !important;
	text-align: left !important;
	margin: 3.5% 3.5% 3.5% 3%
}
.original-price, .reducted-price, .price-all, .price-all-widget {
	text-align: right !important;
}
.original-price {
	text-000: line-through;
	color: #000 !important;
	float: left;
	width: 70% !important;
}
.reducted-price {
	width: 30% !important;
}
.original-price, .reducted-price {
	font-weight: 500 !important;
	font-size: 17px !important;
}
.package-gallery {
	font-size: 0px !important;
	margin: 0px !important
}
.offer-package-4 p, .events-package-4 p {
	padding: 0 0 36px 0 !important;
	font-size: 14px !important;
	text-align: left !important;
}
.background-events-gallery {
	position: absolute !important;
	bottom: 2% !important;
	right: 0px !important;
	text-align: right !important;
	width: 100% !important;
}
.eventi .background-events-gallery .highlight-text-gallery {
	bottom: 40% !important;
}
.background-events-gallery .highlight-text-gallery {
	bottom: 45% !important;
}
div#form {
	width: 870px !important;
	float: none !important;
	margin: 0 auto 50px auto !important;
}
#form .nome {
	margin-left: 20px !important;
	margin-right: 20px;
}
div#form select, div#form input, div#form textarea {
	padding: 5px;
	font-size: 15px;
	font-family: Tahoma, Verdana, sans serif
}
div#form label {
	text-align: left !important;
	font-size: 14px !important;
	line-height: 20px
}
div#form p {
	padding-left: 0 !important
}
div.introform {
	font-size: 16px;
	line-height: 24px;
	padding: 0px 25px 15px 0px;
	text-align: left
}
div.introform em {
	color: red;
	font-style: normal
}
h2.titolo_boxio_form {
	font-weight: 100 !important;
	text-align: center;
	color: #fff !important;
	font-size: 24px !important;
	font-family: 'Open Sans', sans-serif;
	padding: 8px !important;
	margin: 0 !important;
	border-bottom: 1px solid #000 !important;
	background: #000 !important;
}
#soggiorno, #personali {
	border: 1px solid #000 !important;
	width: 870px !important;
}
div#form .arrivo, div#form .partenza, div#form .utente, div#form .nome, div#form .cognome, div#form .azienda, div#form .indirizzo, div#form .citta, div#form .provincia, div#form .cap, div#form .paese, div#form .email, div#form .confermaemail, div#form .telefono, div#form .nomecompleto, div#form .numero, div#form .eliminata, div#form .tipodicarta, div#form .scadenza {
	text-align: left !important;
	padding-top: 5px !important
}
#form .confermaemail {
	padding: 0 0 0 20px;
	margin: 1px 0 0 0;
	width: 220px !important;
	float: left;/*display: inline;*/
}
div#form .email {
	clear: both !important;
}
div#form .nome {
	margin-left: 0px;
	margin-right: 0 !important
}
div#form .cognome {
	margin-left: 0px
}
div#form .cap {
	margin-left: 5px !important;
}
div#form .specifiche {
	text-align: left !important;
	padding-left: 20px !important;
	padding-top: 10px !important
}
div#form .nominativo {
	text-align: left !important;
	padding-top: 10px !important
}
div#privacy_box {
	text-align: left !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	width: 100% !important;
}
#form .consenso_font {
	font-size: 10px !important;
	font-weight: normal !important;
	padding: 0px 0px 10px;
}
div#privacy_box p, div#privacy_box p.informativatesto {
	text-align: left !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
#fancybox_wrap {
	z-index: 999
}
img.wp-image-567 {
	width: 725px;
	height: 739px;
}
hr.bordo {
	color: #d4d0bc;
	background: #d4d0bc;
	margin: 0 5px;
	height: 0.5px;
	clear: both;
}
form label {
	text-align: left !important;
}
.cap {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
#provincia {
	width: 120px !important;
}
.cap input {
	margin-top: 5px !important;
}
#form .cap input {
	margin-top: 0 !important;
}
#form .cap input {
	width: 60px !important;
}
#form .provincia {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 135px !important;
	float: left;
	display: inline;
}
#navigazione {
	width: auto;
	margin: 20px 25px 0 0;
}
#navigazione ul {
	clear: both;
	padding: 0 0 15px 0;
	list-style-type: none !important;
}
#navigazione li {
	font-size: 20px;
	color: #fff;
	margin: 0 0 5px 0;
	list-style-type: none !important;
	width: 49%;
	padding: 0;
	display: inline-block;
	text-align: left;
}
#navigazione li a {
	color: #fff;
	background: #000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	border: 1px solid #fff
}
#navigazione li.active a {
	color: #fff;
	background: #000;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	border: 1px solid #fff
}
#navigazione li a:hover {
	color: #000;
	background: #fff;
	border: 1px solid #000
}
/* Frecce Prev/Next di Offerte/Eventi */
.nav-previous, .nav-next {
	width: 100px;
	float: left;
	text-indent: -9999999px;
}
.nav-previous a {
	width: 64px;
	height: 64px;
	display: block;
	background: url("images/a_left_l.png") no-repeat left top;
	background-size: 30px 30px;
}
.nav-previous a:hover {
	background: url("images/a_left_h.png") no-repeat left top;
	background-size: 30px 30px;
}
.nav-next a {
	width: 64px;
	height: 64px;
	display: block;
	background: url("images/a_right_l.png") no-repeat left top;
	background-size: 30px 30px;
}
.nav-next a:hover {
	background: url("images/a_right_h.png") no-repeat left top;
	background-size: 30px 30px;
}
.meta-nav {
	display: none;
}
div.balon {
	width: 300px;
	height: 100px;
	overflow: hidden;
}
div.balon h3 {
	font-size: 18px !important;
	font-weight: 300 !important;
	color: #000 !important;
}
div.balon p {
	font-size: 14px !important;
	line-height: 18px !important;
	color: #000 !important;
}
/* Offerte/Eventi */
.site-content-left, .site-content-right {
	margin-top: 0px
}
.site-content-left {
	padding-bottom: 30px
}
.title-single-post {
	float: left;
	width: 100%;
	font-size: 45px !important;
	font-family: 'Open Sans', sans-serif !important;
	line-height: 45px !important;
	font-weight: 300 !important;
	padding-top: 20px !important;
}
.site-content-left {
	width: 210px !important;
	margin-right: 5%;
	line-height: 18px;
}
.discount-percent-single-post, .validity-single-post, .room-single-post, .persons-single-post {
 padding-left: 33px !important text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
	width: 210px !important
}
.discount-percent-single-post, .validity-single-post, .room-single-post, .persons-single-post {
	text-transform: none !important;
	font-weight: normal !important;
	font-size: 16px;
}
.bordo {
	border-right: 1px solid #af8c3b;
	margin: 0 auto;
	margin-bottom: 20px;
}
.brands-by-category {
	padding-left: 0;
	padding-right: 0;
	height: 100px;
	margin-top: 15px;
	margin-bottom: 15px
}
.category-name {
	color: #baae94;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 100;
	text-align: left;
	padding: 0px 15px 15px;
}
.tt-wrapper {
	position: relative;
	z-index: 999;
	padding: 0 5px;
}
.tt-wrapper .tooltip-css {
	width: 170px;
	text-align: left;
	font-size: 11px
}
p.prenota {
	text-align: center !important
}
p.prenota .btn {
	width: 30%;
}
.box-tipologia dd a {
	margin: -9px 0 0 0;
	padding: 7px 20px;
	color: #fff;
	background: #004d6d;
	border-radius: 10px;
	display: block;
}
.box-tipologia dd a:hover {
	background: #022f42;
}
.booknow, #form .campo_submit {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border: none !important;
	border-radius: 0 !important;
	color: #fff;
	font-size: 20px;
	background: #000 !important;
	background-image: none !important;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	clear: both;
	margin: 25px 0
}
.booknow:hover, #form .campo_submit:hover {
	background: #fff !important;
	color: #000;
	text-decoration: none;
}
#form .addPSX label {
	color: #9a9381 !important;
}
.nomecompleto {
	margin-top: 3px;
	margin-right: 35px !important;
}
.fancybox-close {
	background-position: -226px 4px !important;
}
.nascondi, .secure #booking {
	display: none;
}
.mg-image img {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	-webkit-transform: scale(1.22); /* Safari and Chrome */
	-moz-transform: scale(1.22); /* Firefox */
	-ms-transform: scale(1.22); /* IE 9 */
	-o-transform: scale(1.22); /* Opera */
	transform: scale(1.22);
	max-width: 100%;
}
.mg-image:hover img {
	-webkit-transform: scale(1.70); /* Safari and Chrome */
	-moz-transform: scale(1.70); /* Firefox */
	-ms-transform: scale(1.70); /* IE 9 */
	-o-transform: scale(1.70); /* Opera */
	transform: scale(1.70);
}
.mg-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
}
.mg-image img {
	width: 100%;
}
.mg-image h4.testone {
/*
	position:absolute;
	bottom:0;
	z-index:9000;
	text-align:center;
	overflow: hidden;
	background: rgba(132, 173, 172, 0.8) none repeat scroll 0% 0%;
	width:100%*/
}
.btn {
	-webkit-border-radius: 18;
	-moz-border-radius: 18;
	border-radius: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	background: transparent;
	padding: 5px 20px 5px 20px;
	border: solid #fff 2px;
	text-decoration: none;
}
.btn:hover {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0% 0%;
	color: #fff;
	text-decoration: none;
}
#container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#griglia {
	padding: 0;
	margin: 20px 0 0 0;
}
#griglia ul li {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}
#griglia li:before {
	content: none !important;
}
#griglia li {
	display: inline-block;
	color: #fff;
	width: 180px;
	margin: 0 12px 0 7px;
	vertical-align: top;
	font-size: 16px;
	color: #000 !important;
	font-weight: normal
}
#griglia li.ultimato {
	display: inline-block;
	width: 180px;
	margin: 0 0 0 19;
	vertical-align: top;
}
#griglia li img {
	width: 180px;
	height: 180px
}
#griglia li p {
	padding: 5px 0 0 0;
	text-align: center;
	margin: 0;
	font-size: 16px;
	color: #000 !important;
	font-weight: bold
}
#informazioni h2 {
	font-family: 'Open Sans', sans-serif !important;
}
#informazioni {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 150%;
	background: #fff !important
}
body.request .animazione, body.noanimazione .animazione {
	display: none
}
body.request .site-header, body.noanimazione .site-header {
}
body.request .site-inner, body.noanimazione .site-inner, body.single-offer .site-inner, body.single-events .site-inner {
	clear: both;
	position: relative;
	margin-top: 150px
}
body.request .site-container, body.noanimazione .site-container, body.single-offer .site-container, body.single-events .site-container {
}
body.request .titolo h1, body.noanimazione .titolo h1 {
	color: #383739;
	text-align: center;
	font-size: 70px;
	line-height: 80px;
	margin: 50px 0
}
.content-single-post {
	text-align: left !important;
}
.post-edit-link, .vc_inline-link {
	display: none
}
.vc_images_carousel {
	margin-bottom: -7px !important;
	width: auto !important;
}
.vc_images_carousel img {
	width: 100% !important;
	height: auto !important;
}
.bottone {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border: none !important;
	border-radius: 0 !important;
	color: #fff;
	font-size: 14px;
	background: #000 !important;
	background-image: none !important;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	clear: both;
	margin: 25px 0
}
.bottone:hover {
	background: #3c3c3c !important;
	color: #fff;
	text-decoration: none;
}
.bottone-l {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border: none !important;
	border-radius: 0 !important;
	color: #000;
	font-size: 14px;
	background: #d4951b !important;
	background-image: none !important;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	clear: both;
	margin: 25px 0
}
.bottone-l:hover {
	background: #000 !important;
	color: #d4951b;
	text-decoration: none;
}
.prenota {
	margin-top: 25px
}
.cb-widget .cb-widget-inner .cb-button .cb-btn-inner {
	border-radius: 0px !important;
	border: none !important;
	background: #000 !important;
	font-weight: 700;
	font-size: 20px !important;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 0 0 #000 !important;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.4) !important;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.4) !important;
	box-shadow: 0 0 0 rgba(0,0,0,0.4) !important;
	padding: 2px;
}
.cb-widget .cb-widget-inner .cb-button .cb-btn-inner:hover, .interna .vc_btn3:hover {
	background: #3c3c3c !important;
	border: none !important;
	color: #fff
}
/*.bottone {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-transform: uppercase;
border: none !important;
border-radius: 0 !important;
color: #fff;
font-size: 20px;
background: #000 !important;
background-image: none !important;
padding: 10px 10px 10px 10px;
text-decoration: none;
clear: both;
margin: 25px 0;
}
.bottone:hover {
	background: #fff;
	color: #000;
	text-decoration: none !important;
	text-shadow: none;
}
.prenota p .bottone:link {
	font-family: 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	font-size: 15px !important;
	padding: 5px 10px;
	text-decoration: none;
	background: #000;
}
.prenota {
	margin-top: 25px
}
.prenota p .bottone:hover {
	background: #fff;
	color: #000 !important;
	text-decoration: none !important;
}*/
.quadrato {
	border: 1px solid #cfc4ab;
	margin: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 10px;
	right: 0;
	/*display:block;*/
	text-align: center;
}
.quadrato h4 {
	font-size: 40px;
	color: #fff;
	padding-top: 30px
}
.quadrato p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 0 30px !important;
}
.flip {
	margin: 40px 0 60px 0 !important;
	position: relative;
}
.flip img {
	margin-bottom: 40px !important;
}
.flip h5 {
	font-family: 'Open Sans';
	color: #fff;
	font-size: 30px;
	padding-bottom: 0 !important;
	width: 800px;
}
.flip p {
	font-family: 'Open Sans';
	color: #fff;
	font-size: 16px;
	padding: 0 !important
}
.flip p .bottone:link {
	font-family: 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px !important;
	padding: 5px;
	border: solid #000 2px;
	text-decoration: none;
	position: absolute;
	top: 10px;
	right: 5px
}
.flip p .bottone:hover {
	background: #fff;
	color: #000 !important;
	text-decoration: none !important;
}
.sociale {
	background: #282828;
	border-bottom: 5px solid #000;
	width: 100%;
	height: 130px;
}
.insuites div {
	position: relative;
	color: #fff !important;
	background: #000;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: auto;
	max-height: 480px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.insuites div h3 {
	position: absolute;
	font-family: 'Open Sans';
	font-weight: 400;
	text-align: center;
	padding: 0 10%;
	font-size: 30px;
	z-index: 200;
	top: 45%;
	width: 100%
}
.insuites div p {
	position: absolute;
	z-index: 200;
	top: 30px;
	display: none
}
.insuites div img {
	opacity: .5;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin: 0;
	padding: 0
}
.insuites div:hover img {
	opacity: .5;
}
.insuites div:hover {
	background: #fff;
	color: #000 !important
}
/* apartments */
.inapartments div {
	position: relative;
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #000 !important;
	width: 100%;
	height: auto;
	max-height: 480px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.inapartments div h3 {
	position: absolute;
	font-family: 'Open Sans';
	font-weight: 400;
	text-align: center;
	padding: 0 10%;
	font-size: 40px;
	z-index: 200;
	top: 25%;
	width: 80%
}
.inapartments div h3 span {
	font-family: 'Playfair Display', serif;
	font-size: 70px;
}
.inapartments div h3 span.visita {
	border: 1px solid #000;
	font-family: 'Open Sans';
	padding: 5px 10px;
	font-size: 22px;
}
.inapartments div p {
	position: absolute;
	z-index: 200;
	top: 30px;
	display: none
}
.inapartments div img {
	opacity: .7;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin: 0;
	padding: 0
}
.inapartments div:hover img {
	opacity: .5;
}
.inapartments div:hover {
	background: #000;
	color: #fff !important;
}
.apartments-text {
	background: #edeae3;
}
.apartments-text p {
	text-align: center;
	font-weight: 400;
	padding: 20px 30px
}
.box-index a {
	text-shadow: 1px 1px 1px #000;
}
#cover {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 997;
	top: 0;
	left: 0;
	background: #fff;
}
#cover .logo {
	display: none;
	width: 240px;
	height: 101px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -120px;
	z-index: 998;
}
.titolo-accordion .vc_toggle_title {
	color: #fff !important;
	background: #2a2a2a !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.bottoncino {
	text-transform: uppercase;
	color: #282828 !important;
	background: #e1dcd1 !important;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	float: right;
	font-size: 14px !important;
	line-height: 48px;
}

@media only screen and (max-width: 800px) {
.flip p {
	margin-bottom: 20px !important;
}
.flip p .bottonegiallo:link {
	font-family: 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px !important;
	padding: 5px;
	border: 2px solid #000;
	text-decoration: none;
	float: none;
	clear: both;
	position: relative !important;
	margin-bottom: 20px !important;
}
.flip p .bottonegiallo:hover {
	background: #fff;
	color: #000 !important;
	text-decoration: none !important;
}
.quadrato {
	border: none;
	margin: 10px;
	position: relative;
	text-align: center;
	min-height: 300px;
	max-height: 400px
}
.quadrato h4 {
	font-size: 40px;
	color: #fff;
	padding-top: 30px
}
.quadrato p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 0 30px !important;
}
.boxslider, .boxslider img {
	width: 300px !important;
	height: 300px !important;
}
.vc_images_carousel .vc_carousel-inner {
	width: 300px !important;
}
.vc_images_carousel .vc_carousel-indicators {
	left: 30% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
	display: none !important;
}
h3.ls-l {
	font-size: 20px !important;
}
p.ls-l {
	font-size: 12px !important;
}
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
.header-image .site-title > a {
	height: 130px;
}
.title-area {
	float: left;
	padding: 12px 0 0 0;
	width: 200px;
}
#show-be {
	width: auto;
}
.nav-primary .genesis-nav-menu {
	float: left;
	margin-left: 20px
}
}

@media print {  /*Regola dedicata alla visualizzazione su carta*/
body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	color: #000;
}
}
.bv-Standard1Column .bv-widget .bv-datepicker {
	right: 0;
	top: -120px;
}
.bv-Standard1Column .bv-widget .bv-guestpicker {
	right: 0;
}
.bv-Standard1Column .bv-widget .bv-formpicker {
	right: 0;
}
.booking li {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
#wdi_feed_0 .wdi_feed_container {
	padding: 20px !important;
}
#wdi_feed_0 .wdi_bio {
	font-size: 20px !important;
	padding-bottom: 20px !important;
}
#wdi_feed_0 .wdi_header_user_text h3, #wdi_feed_0 .wdi_media_info, #wdi_feed_0 .wdi_bio, .bv-Standard1Column .bv-widget .bv-lbl-title {
	color: #fff !important;
}
#wdi_feed_0 .wdi_feed_container, #wdi_feed_0 .wdi_feed_wrapper, #wdi_feed_0 .wdi_photo_wrap_inner, #wdi_feed_0 .wdi_load_more, #wdi_feed_0 .wdi_spinner {
	background-color: transparent !important;
}
#wdi_feed_0 .wdi_photo_wrap_inner {
	border: 5px solid transparent !important;
}
#wdi_feed_0 .wdi_feed_container {
	border-bottom: 5px solid transparent !important;
}
#wdi_feed_0 .wdi_load_more_text {
	display: table-cell;
	vertical-align: middle;
	color: #000 !important;
	font-size: 22px !important;
	font-family: "Open Sans" !important;
	font-weight: 400 !important;
}
#wdi_feed_0 .wdi_load_more_wrap, #wdi_feed_0 .wdi_spinner_wrap {
	padding: 0px;
	background-color: transparent !important;
	display: inline-table;
	border-radius: 0 !important;
	height: 90px;
	width: 200px !important;
	border: 1px solid transparent !important;
	box-sizing: border-box;
}
.wdi_spider_popup_close {
	background-color: #000 !important;
	height: 30px !important;
	width: 30px !important;
	border: 1px solid #fff !important;
	border-radius: 20px !important;
	color: #fff !important;
}
.wdi_ctrl_btn_container {
	background-color: rgba(0, 0, 0, 0.80) !important;
	background: none repeat scroll 0 0 ##2a5b83;
	bottom: 0;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	height: 40px;
	opacity: 0.80;
	filter: Alpha(opacity=80);
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10150;
}
.wdi_toggle_container {
	background-color: rgba(0, 0, 0, 0.80) !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
#wdi_spider_popup_left-ico, #wdi_spider_popup_right-ico {
	background-color: #000 !important;
	border-radius: 20;
	border-radius: 20px;
	border: 0px none #fff;
	box-shadow: none;
	color: #fff;
	height: 40px;
	font-size: 20px;
	width: 40px;
	opacity: 0.80;
	filter: Alpha(opacity=80);
}
.wdi_photo_overlay {
	background-color: rgba(0, 0, 0, 0.20) !important;
}
.page .ls-container {
	display: none !important;
}
.page .animazione {
	height: 120px !important;
}
.home .ls-container, .landing .ls-container {
	display: block !important;
}
.home .animazione, .landing .animazione {
	height: auto !important;
}
