html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    /*background-color: #fff !important;*/
}

/*a, a:hover {
	color: unset !important;
}*/

.sb-portal-hotel-card__sidebar a.btn:hover {
    color: #17a5da !important;
}

.link-top-page {
    color: #fff !important;
}

.header {
    background-color: white;
    padding-top: 16px !important;
    padding-bottom: 0;
}

.selector {
    margin-left: auto;
}

a:hover {
    text-decoration: none !important;
}

.logo {
    width: 60px;
}

.button {
    padding: 16px 32px;
}

    .button .button-text {
        font-size: 14px;
        font-weight: 600;
    }


.cnt-hamburger .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.cnt-hamburger .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .cnt-hamburger .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #000;
    }

    .cnt-hamburger .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .cnt-hamburger .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .cnt-hamburger .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

.cnt-hamburger input[type="checkbox"]:checked ~ .menu-mobile {
    transform: translateX(0);
}

.cnt-hamburger input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
}

.cnt-hamburger input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}

.cnt-hamburger input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.menu-mobile {
    position: fixed;
    top: 70px;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateX(-150%);
    display: flex;
    flex-direction: column;
    transition: all 500ms ease-in;
    background-color: #fff;
}

.logo-mobile {
    margin-top: 0;
    margin-right: 10px;
    text-align: right;
    justify-content: right;
    display: flex;
}

    .logo-mobile img {
        max-width: 44px;
        width: 100%;
        height: 44px;
    }


@media (max-width: 990px) {
    .sb-container {
        margin: 80px 0;
    }
}

.sb-container {
    margin: 88px auto;
}

.cnt-logo {
    display: flex;
}

.container-fluid {
    padding: 0 30px !important;
    max-width: 1400px !important;
}

.sb-header-room-n-of-n .fa-male {
    font-family: 'FontAwesome' !important;
}

/*
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}*/

/*h1 {
	font-size: 2em;
	margin: .67em 0;
}*/
/*
mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}*/

/*code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}*/

/*button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.table td, .table th {
		background-color: #fff !important;
	}

	.btn>.caret, .dropup>.btn>.caret, #ContContatti .bottone_alt>.caret, .dropup>#ContContatti .bottone_alt>.caret, .struttura-dettaglio .struttura-link a>.caret, .dropup>.struttura-dettaglio .struttura-link a>.caret, .struttura-riquadro .struttura-link a>.caret, .dropup>.struttura-riquadro .struttura-link a>.caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

/*html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/

/*body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;*/
/*	line-height: 1.42857143;*/
/*color: #000;
	background-color: #fff;
}*/

/*input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

footer a {
	color: #000;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}*/

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}*/

/*.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
	.lead {
		font-size: 21px;
	}
}

small, .small {
	font-size: 85%;
}

cite {
	font-style: normal;
}

mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #428bca;
}

a.text-primary:hover {
	color: #3071a9;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #428bca;
}

a.bg-primary:hover {
	background-color: #3071a9;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt, dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: "â€”Â ";
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: "Â â€”";
}

blockquote:before, blockquote:after {
	content: "";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	-ms-word-break: break-all;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}*/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width:768px) {
    .container {
        width: 730px;
    }
}

@media (min-width:992px) {
    .container {
        width: 950px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1180px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}


/*.row {
    margin-left: -5px;
    margin-right: -5px;
}*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -webkit-filter: alpha(opacity=20);
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        -webkit-filter: alpha(opacity=50);
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .struttura-riquadro:before, .struttura-riquadro:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .struttura-riquadro:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?kqdu2a");
    src: url("../fonts/icomoon/icomoon.eot?kqdu2a#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?kqdu2a") format("truetype"), url("../fonts/icomoon/icomoon.woff?kqdu2a") format("woff"), url("../fonts/icomoon/icomoon.svg?kqdu2a#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-biancheria:before {
    content: "\e91a";
}

.icon-biancheria-cucina:before {
    content: "\e91b";
}

.icon-caffe:before {
    content: "\e91c";
}

.icon-culla:before {
    content: "\e91d";
}

.icon-seggiolone:before {
    content: "\e91e";
}

.icon-stiro:before {
    content: "\e91f";
}

.icon-wifi:before {
    content: "\e90f";
}

.icon-microwave:before {
    content: "\e910";
}

.icon-clean-dishes:before {
    content: "\e911";
}

.icon-television:before {
    content: "\e912";
}

.icon-laundry:before {
    content: "\e913";
}

.icon-grill:before {
    content: "\e914";
}

.icon-insurance:before {
    content: "\e915";
}

.icon-air-conditioner:before {
    content: "\e916";
}

.icon-oven:before {
    content: "\e917";
}

.icon-fan:before {
    content: "\e918";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-arrow-up2:before {
    content: "\ea3a";
}

.icon-arrow-down2:before {
    content: "\ea3e";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-youtube2:before {
    content: "\ea9e";
}

.icon-skype:before {
    content: "\eac5";
}

.icon-linkedin2:before {
    content: "\eaca";
}

.icon-assistenza:before {
    content: "\e90d";
}

.icon-qualita:before {
    content: "\e90e";
}

.icon-telefono:before {
    content: "\e90c";
}

.icon-discount:before {
    content: "\e900";
}

.icon-mobile-phone:before {
    content: "\e901";
}

.icon-sun-umbrella:before {
    content: "\e902";
}

.icon-calendar:before {
    content: "\e903";
}

.icon-heart-shape-outline:before {
    content: "\e904";
}

.icon-towels:before {
    content: "\e905";
}

.icon-chat:before {
    content: "\e906";
}

.icon-gift:before {
    content: "\e907";
}

.icon-freccia:before {
    content: "\e908";
}

.icon-freccia-sx:before {
    content: "\e909";
}

.icon-mail:before {
    content: "\e90a";
}

.icon-prenota:before {
    content: "\e90b";
}

.icon-person-outline:before {
    content: "\e919";
}


body {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.bg-grigio {
    background: #f5f5f5;
}

.colore-uno {
    color: #17a5da;
}

.colore-due {
    color: #fdb611;
}

.colore-tre {
    color: #f27671;
}

.corsivo {
    font-family: "DM Serif Text";
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi {
    font-weight: 600;
}

strong, .bold {
    font-weight: 800;
}

.extra-bold {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.italic {
    font-style: italic;
}

.white {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.txt-ombra {
    text-shadow: 1px 1px 1px #000;
}

.txt-color {
    color: #394b5f;
}

.letter-space {
    letter-spacing: 1px;
}

input[type=email], input[type=image], input[type=number], input[type=password], input[type=text], select, textarea {
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    text-indent: 5px;
}

#pgall input[type=button], #pgall input[type=submit] {
    width: 100%;
    text-align: center;
    cursor: pointer;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

a, a:active, a:focus, a:link, a:visited, input[type="submit"] {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    outline: none;
    text-decoration: none;
}

.freccia-none, .pulsante, .tendina-lingue, .transition_400, span {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.transition_600 {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.slick-slide {
    outline: none;
}

label {
    font-weight: normal;
    margin: 0;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0;
}

.box-prezzi {
    padding: 30px;
    margin-bottom: 1px;
    background: #1155a8;
}

.tabella-prezzi .prezzi thead th {
    background: #1155a8;
    color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.tabella-prezzi .prezzi tbody th {
    background: #1155a8;
    color: #333;
    border-left: 3px solid #17a5da;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.tabella-prezzi .prezzi td {
    background: #1155a8;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.tab-listino {
    width: 100%;
}

    .tab-listino thead tr {
        background-color: #17a5da;
        border-bottom: 2px solid #fff;
    }

        .tab-listino thead tr th {
            text-align: center;
            color: #fff;
            padding: 15px;
            font-weight: bold;
        }

            .tab-listino thead tr th:first-child, .tab-listino thead tr th:nth-child(2) {
                text-align: left;
            }

    .tab-listino tbody tr {
        border-bottom: 2px solid #fff;
    }

        .tab-listino tbody tr td {
            background-color: #d6eaf8;
            padding: 15px;
            text-align: center;
            color: #333;
        }

            .tab-listino tbody tr td:first-child {
                background-color: #17a5da;
                text-align: left;
                font-weight: bold;
                color: #fff;
                width: 20%;
            }

@media (max-width:767px) {
    .tab-listino thead tr th {
        font-size: 13px;
        padding: 10px 3px;
    }

    .tab-listino tbody tr td {
        font-size: 13px;
        padding: 10px 3px;
    }
}

.table-box {
    display: table;
    table-layout: fixed;
    width: 100%;
}

@media (max-width:991px) {
    .table-box {
        display: block;
        width: auto;
    }
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media (max-width:991px) {
    .table-cell {
        display: block;
        float: left;
    }
}

@media (min-width:991px) {
    .flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-align-content: center;
    }
}

@media (min-width:992px) {
    .flex-content {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-align-content: center;
    }
}

@media (min-width:768px) {
    .flex-content.sm {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-align-content: center;
    }
}

.flex-centrale {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

img {
    height: auto;
}

p, address {
    margin: 0;
    line-height: inherit;
}

ul {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.no-pad {
    padding: 0;
}

.pad_5 {
    padding: 0 5px;
}

.pad_10 {
    padding: 0 10px;
}

.pad_20 {
    padding: 0 20px;
}

.blk {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width:1199px) {
    .blk {
        padding: 0 10px;
    }
}

@media (min-width:1200px) {
    .blk {
        padding: 0 30px;
    }
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container, .container-fluid {
    max-width: 100%;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.container-fluid {
    max-width: 1860px;
}

    .container-fluid:before {
        display: block;
    }

    .container-fluid.max-fluid {
        max-width: 100%;
    }

    .container-fluid.min-fluid {
        max-width: 730px;
    }

.divisore {
    padding-bottom: 50px;
}

@media (max-width:767px) {
    .divisore {
        padding-bottom: 25px;
    }
}

/*h1, h3.grande {
	font-size: 40px;
	line-height: 42px;
}

@media (max-width:991px) {
	h1, h3.grande {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width:767px) {
	h1, h3.grande {
		font-size: 30px;
		line-height: 32px;
	}
}

h2 {
	font-size: 40px;
	line-height: 65px;
}

@media (max-width:991px) {
	h2 {
		font-size: 35px;
		line-height: 37px;
	}
}

@media (max-width:767px) {
	h2 {
		font-size: 32px;
		line-height: 34px;
	}
}

h3 {
	font-size: 40px;
	line-height: 42px;
}

@media (max-width:991px) {
	h3 {
		font-size: 35px;
		line-height: 37px;
	}
}

@media (max-width:767px) {
	h3 {
		font-size: 30px;
		line-height: 32px;
	}
}

h4 {
	font-size: 25px;
	line-height: 27px;
}

h5 {
	font-size: 16px;
}*/

.pad-bottom-titolo {
    padding-bottom: 30px;
}

.pad-bottom-titoletto {
    padding-bottom: 10px;
}

.pad-title {
    padding: 25px 0;
}

.pad-bottom-txt {
    padding-bottom: 60px;
}

@media (max-width:991px) {
    .pad-bottom-txt {
        padding-bottom: 25px;
    }
}

.testo {
    padding: 20px 6%;
    word-wrap: break-word;
}

@media (max-width:1199px) {
    .testo {
        padding: 30px 5%;
    }
}

@media (max-width:991px) {
    .testo {
        padding: 20px 10px;
    }
}

.testo h1 {
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .testo h1 {
        margin-bottom: 5px;
    }
}

.padt_100 {
    padding-top: 100px;
}

.testo-sx {
    padding-right: 40px;
}

@media (max-width:1199px) {
    .testo-sx {
        padding-right: 25px;
    }
}

@media (max-width:991px) {
    .testo-sx {
        padding: 20px 5px;
    }
}

.testo-dx {
    padding-left: 40px;
}

@media (max-width:1199px) {
    .testo-dx {
        padding-right: 25px;
    }
}

@media (max-width:991px) {
    .testo-dx {
        padding: 20px 5px;
    }
}

.col-3-negativa {
    margin-left: -25%;
}

@media (max-width:991px) {
    .col-3-negativa {
        margin-left: -16.66666%;
    }
}

.colonna-negativa {
    margin-left: -8.3333333%;
}

@media (max-width:991px) {
    .colonna-negativa {
        margin-left: 0;
    }
}

.greyscale {
    -webkit-filter: grayscale(100%);
    -webkit-filter: gray;
    -ms-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .greyscale:hover {
        -webkit-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
        background-color: #f8f5ef;
    }

.close {
    opacity: 1;
    outline: none;
}

    .close:hover, .close:focus {
        color: #4a4a4a;
        opacity: 1;
    }

.modal {
    padding: 0 !important;
}

.modal-open {
    padding: 0 !important;
    overflow: auto;
}

body {
    padding: 0 !important;
}

.link-mobi {
    color: #000 !important;
    font-size: 11px;
    padding-top: 12px;
    line-height: normal;
    padding-bottom: 1px;
    font-weight: 700;
    height: 100%;
    display: block;
}

    .link-mobi span[class^="icon-"] {
        margin: 6px auto;
        display: block;
        font-size: 21px;
    }

    .link-mobi img {
        margin: 0 auto;
        margin-bottom: 8px;
        display: block;
        max-height: 21px;
        margin-top: 4px;
    }

    .link-mobi a {
        color: #000 !important;
    }

.blk-mobi {
    width: 20%;
    float: left;
}

.result_inscr_newsl_min {
    color: #fff;
}

#ContContatti {
    color: #000;
}

    #ContContatti input[type="radio"], #ContContatti input[type="checkbox"] {
        display: inline-block;
        margin-right: 4px;
        margin-top: 2px;
    }

    #ContContatti .form-group {
        margin: 3px 0;
    }

    #ContContatti .modulo_alt {
        height: 45px;
        background-repeat: no-repeat;
        box-shadow: none;
        padding: 0;
        font-size: 16px;
        background-color: #fff;
        margin: 5px 0;
        color: #000;
        border: none;
        border: 1px solid #cdcdcd;
        border-radius: 2px;
        text-indent: 10px;
    }

        #ContContatti .modulo_alt option {
            color: #000;
        }

        #ContContatti .modulo_alt::-webkit-input-placeholder {
            color: #000;
        }

        #ContContatti .modulo_alt::-moz-placeholder {
            color: #000;
        }

        #ContContatti .modulo_alt:-ms-input-placeholder {
            color: #000;
        }

        #ContContatti .modulo_alt:-moz-placeholder {
            color: #000;
        }

        #ContContatti .modulo_alt[readonly], #ContContatti .modulo_file {
            background-image: url("/ATScripts/form/img/attach.png");
            background-repeat: no-repeat;
            background-position: 5px center;
            cursor: pointer;
            text-indent: 25px;
            background-color: #fff;
        }

    #ContContatti .bottone_alt {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        #ContContatti .bottone_alt:hover, #ContContatti .bottone_alt:focus, #ContContatti .bottone_alt:active, #ContContatti .bottone_alt.active, .open > .dropdown-toggle#ContContatti .bottone_alt {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }

        #ContContatti .bottone_alt:active, #ContContatti .bottone_alt.active, .open > .dropdown-toggle#ContContatti .bottone_alt {
            background-image: none;
        }

        #ContContatti .bottone_alt.disabled, #ContContatti .bottone_alt[disabled], fieldset[disabled] #ContContatti .bottone_alt, #ContContatti .bottone_alt.disabled:hover, #ContContatti .bottone_alt[disabled]:hover, fieldset[disabled] #ContContatti .bottone_alt:hover, #ContContatti .bottone_alt.disabled:focus, #ContContatti .bottone_alt[disabled]:focus, fieldset[disabled] #ContContatti .bottone_alt:focus, #ContContatti .bottone_alt.disabled:active, #ContContatti .bottone_alt[disabled]:active, fieldset[disabled] #ContContatti .bottone_alt:active, #ContContatti .bottone_alt.disabled.active, #ContContatti .bottone_alt[disabled].active, fieldset[disabled] #ContContatti .bottone_alt.active {
            background-color: #000;
            border-color: #000;
        }

        #ContContatti .bottone_alt .badge {
            color: #000;
            background-color: #fff;
        }

@media (max-width:991px) {
    #ContContatti .bottone_alt {
        float: none;
        margin: 10px auto;
    }
}

#ContContatti .privacy-form {
    text-align: right;
}

    #ContContatti .privacy-form label {
        margin: 0;
        display: inline;
    }

#ContContatti label {
    display: block;
    margin: 5px 0;
    font-size: 16px;
    color: #000;
}

#ContContatti .sep {
    padding-bottom: 10px;
}

#ContContatti textarea {
    min-height: 150px;
}

@media (max-width:1199px) {
    #ContContatti textarea {
        min-height: 100px;
    }
}

#ContContatti .separatore {
    margin-bottom: 10px;
}

#ContContatti select.modulo_alt {
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-position: right 10px bottom 50%;
}

@media (max-width:767px) {
    #ContContatti .privacy-form {
        margin-top: 10px;
    }
}

#ContContatti .privacy-form label {
    padding: 0;
}

#testo_privacy, .txtred_alt {
    font-size: 12px !important;
    color: #000;
    font-weight: normal;
}

#ContContatti input.datepicker, #ContContatti input[name="arrivo"], #ContContatti input[name="partenza"], #data_arrivo_lastminute, #data_partenza_lastminute {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 98% 50% !important;
    cursor: pointer;
    color: #000;
}

.myReplyForm .btn-lg {
    background-color: #fdb611 !important;
    border-radius: 0 !important;
    border: 0px solid transparent !important;
    text-transform: uppercase;
    max-width: 280px;
    font-size: 15px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: bold;
}

    .myReplyForm .btn-lg:hover {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        background-color: #17a5da !important;
    }

#ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input[type="submit"] {
    cursor: pointer;
    color: #fff;
    background-color: #fdb611;
    padding: 0 10px;
    height: 50px;
    width: 100%;
    line-height: 45px;
    -webkit-appearance: none;
    float: right;
    margin: 0;
    margin-top: 15px;
    outline: none;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 200px;
    border-radius: 2px;
    font-weight: bold;
    border: 1px solid #fff;
}

@media (max-width:767px) {
    #ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input[type="submit"] {
        float: none;
        margin: 15px auto;
        margin-bottom: 0;
    }
}

#ContContatti input[type="button"].bottone_alt:hover, #pgall .wrapper_form_cont input[type="submit"]:hover {
    background-color: #17a5da;
    color: #fff;
}

#pgall .wrapper_form_cont .privacy_check div {
    display: inline-block;
}

.form-myreply, #myreply_form_offerta {
    color: #000;
    padding: 0 10px;
}

    .form-myreply .myReplyForm .form-control, #myreply_form_offerta .form-control, .form-myreply .myReplyForm #ContContatti .modulo_alt, #myreply_form_offerta #ContContatti .modulo_alt {
        font-size: 15px;
        height: 40px;
        text-indent: 4px;
        width: 100%;
        border: none;
        border: 1px solid rgba(204, 204, 204, .5);
        background-color: #fff;
        color: #000;
        -webkit-appearance: none;
        max-width: 100%;
    }

    .form-myreply .modal-dialog, #myreply_form_offerta .modal-dialog {
        color: #000;
    }

    .form-myreply #myreply_form .container-fluid, #myreply_form_offerta .container-fluid {
        padding: 0 !important;
    }

    .form-myreply .myReplyForm .text-success, #myreply_form_offerta .text-success {
        color: #000;
    }

    .form-myreply .myReplyForm label, #myreply_form_offerta label {
        font-size: 15px;
        color: #000;
        padding: 4px 0;
        margin-top: 1px;
    }

    .form-myreply .myReplyForm .element_container, .form-myreply .alpaca-control label, #myreply_form_offerta .alpaca-control label, #myreply_form_offerta .element_container {
        font-size: 13px;
    }

    .form-myreply .myReplyForm .radio label, .form-myreply .myReplyForm .checkbox label {
        font-size: 12px;
    }

    .form-myreply .myReplyForm a, #myreply_form_offerta a {
        color: #000;
        text-decoration: underline;
    }

    #myreply_form_offerta .myReplyForm .wrapper_annotations {
        width: 100%;
    }

    .form-myreply .myReplyForm .annotations_wrapper textarea, #myreply_form_offerta .annotations_wrapper textarea {
        height: 100px !important;
    }

    .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success {
        border: none;
        border-radius: 0;
        background: #e3cb99;
        font-weight: 500;
        letter-spacing: 1px;
        cursor: pointer;
        color: #fff;
        width: auto;
        width: 100%;
        padding: 0px 10px;
        height: 50px;
        line-height: 45px;
        max-width: 200px;
        font-size: 18px;
        margin-top: 10px;
        -webkit-appearance: none;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

        .form-myreply .myReplyForm .btn-success.send_new_request, #myreply_form_offerta .btn-success.send_new_request {
            max-width: 240px;
            font-size: 13px;
        }

        .form-myreply .myReplyForm .btn-success:hover, .form-myreply .myReplyForm .btn-success:focus, #myreply_form_offerta .btn-success:hover, #myreply_form_offerta .btn-success:focus {
            background: #17a5da;
            color: #fff;
        }

#myreply_form_offerta {
    padding: 25px 10px;
    margin-top: 25px;
    clear: both;
}

.flt_left {
    float: left;
}

.flt_right {
    float: right;
}

.fullWidth img {
    max-width: 100%;
    text-align: center;
}

.rel {
    position: relative;
}

.col_5 {
    width: 20%;
    float: left;
}

@media (max-width:991px) {
    .col_5 {
        width: 33.333%;
    }
}

@media (max-width:767px) {
    .col_5 {
        width: 100%;
    }
}

.center {
    margin: 0 auto;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after, .clearfix:before, .container_12:after, .container_12:before, .container_16:after, .container_16:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .container:after, .container:before, .container-fluid:after, .container-fluid:before, .row:after, .row:before, .struttura-riquadro:after, .struttura-riquadro:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .struttura-riquadro:after {
    clear: both;
}

::selection {
    background: #17a5da;
    color: #fff;
}

::-moz-selection {
    background: #17a5da;
    color: #fff;
}

.cb {
    display: none;
}

.transition {
    transition: all 400ms cubic-bezier(.075, .82, .165, 1);
    -webkit-transition: all 400ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: all 400ms cubic-bezier(.075, .82, .165, 1);
    -ms-transition: all 400ms cubic-bezier(.075, .82, .165, 1);
    -moz-transition: all 400ms cubic-bezier(.075, .82, .165, 1);
}

a:focus, a:active, a:link, img {
    outline: none;
}

.fade {
    opacity: 0;
}

.moveDownTop {
    opacity: 0;
    -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -moz-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.moveUpTop {
    opacity: 0;
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -moz-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.moveLeftTop {
    opacity: 0;
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -moz-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.moveRightTop {
    opacity: 0;
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -moz-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.wpb_appear {
    opacity: 0;
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -moz-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.delay-1 {
    animation-delay: .5s !important;
}

.delay-2 {
    animation-delay: 1s !important;
}

.delay-3 {
    animation-delay: 1.5s !important;
}

.delay-4 {
    animation-delay: 2s !important;
}

.delay-5 {
    animation-delay: 2.5s !important;
}

.delay-6 {
    animation-delay: 3s !important;
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_ttb {
    0% {
        -ms-transform: translate(0, -10%);
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes wpb_ttb {
    0% {
        -ms-transform: translate(0, -10%);
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -ms-transform: translate(0, 10%);
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes wpb_btt {
    0% {
        -ms-transform: translate(0, 10%);
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -ms-transform: translate(-10%, 0);
        -webkit-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes wpb_ltr {
    0% {
        -ms-transform: translate(-10%, 0);
        -webkit-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -ms-transform: translate(10%, 0);
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes wpb_rtl {
    0% {
        -ms-transform: translate(10%, 0);
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1;
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -ms-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .1;
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes wpb_appear {
    0% {
        -ms-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .1;
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes bgzoom {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
}

@-moz-keyframes bgzoom {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
}

@-o-keyframes bgzoom {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
}

@keyframes bgzoom {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
}

@-webkit-keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.021, 1.02);
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.bgzoom {
    overflow: hidden;
}

    .bgzoom img {
        animation: bgzoom-reverse .3s ease-out;
        -moz-animation: bgzoom-reverse .3s ease-out;
        -o-animation: bgzoom-reverse .3s ease-out;
        -webkit-animation: bgzoom-reverse .3s ease-out;
        animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
    }

    .bgzoom:hover img {
        animation: bgzoom .3s ease-out;
        -moz-animation: bgzoom .3s ease-out;
        -o-animation: bgzoom .3s ease-out;
        -webkit-animation: bgzoom .3s ease-out;
        animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
    }

@-webkit-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(7px);
    }
}

@-moz-keyframes bounceArrow {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(7px);
    }
}

@-o-keyframes bounceArrow {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(7px);
    }
}

@-webkit-keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
    }
}

@keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
    }
}

.bounce {
    -webkit-animation: bounceArrow .55s ease 0s alternate infinite;
    animation: bounceArrow .55s ease 0s alternate infinite;
}

.opacity-animation {
    opacity: 0;
    animation: opacity .8s ease-out 1.5s;
    -moz-animation: opacity .8s ease-out 1.5s;
    -o-animation: opacity .8s ease-out 1.5s;
    -webkit-animation: opacity .8s ease-out 1.5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.moveDown.visible {
    -webkit-animation: moveDown 1.2s ease-in-out .2s backwards;
    -moz-animation: moveDown 1.2s ease-in-out .2s backwards;
    -o-animation: moveDown 1.2s ease-in-out .2s backwards;
    -ms-animation: moveDown 1.2s ease-in-out .2s backwards;
    animation: moveDown 1.2s ease-in-out .2s backwards;
    opacity: 1;
}

@-webkit-keyframes moveDown {
    0% {
        -webkit-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@-moz-keyframes moveDown {
    0% {
        -moz-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0px);
        opacity: 1;
    }
}

@-o-keyframes moveDown {
    0% {
        -o-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -o-transform: translateY(0px);
        opacity: 1;
    }
}

@-ms-keyframes moveDown {
    0% {
        -ms-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes moveDown {
    0% {
        -ms-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes moveDown {
    0% {
        -ms-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.moveUp.visible {
    -webkit-animation: moveUp 1.2s ease-in-out .2s backwards;
    -moz-animation: moveUp 1.2s ease-in-out .2s backwards;
    -o-animation: moveUp 1.2s ease-in-out .2s backwards;
    -ms-animation: moveUp 1.2s ease-in-out .2s backwards;
    animation: moveUp 1.2s ease-in-out .2s backwards;
    opacity: 1;
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0px);
        opacity: 1;
    }
}

@-o-keyframes moveUp {
    0% {
        -o-transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -o-transform: translateY(0px);
        opacity: 1;
    }
}

@-ms-keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.fade.visible {
    -webkit-animation: fadeIn 1.6s;
    -moz-animation: fadeIn 1.6s;
    -o-animation: fadeIn 1.6s;
    -ms-animation: fadeIn 1.6s;
    animation: fadeIn 1.6s;
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.moveRight.visible {
    -webkit-animation: moveRight .9s ease-in-out .5s backwards;
    -moz-animation: moveRight .9s ease-in-out .5s backwards;
    -o-animation: moveRight .9s ease-in-out .5s backwards;
    -ms-animation: moveRight .9s ease-in-out .5s backwards;
    animation: moveRight .9s ease-in-out .5s backwards;
    opacity: 1;
}

@-webkit-keyframes moveRight {
    0% {
        -webkit-transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes moveRight {
    0% {
        -moz-transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-o-keyframes moveRight {
    0% {
        -o-transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -o-transform: translateX(0px);
        opacity: 1;
    }
}

@-ms-keyframes moveRight {
    0% {
        -ms-transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes moveRight {
    0% {
        -ms-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes moveRight {
    0% {
        -ms-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.moveLeft.visible {
    -webkit-animation: moveLeft .9s ease-in-out .5s backwards;
    -moz-animation: moveLeft .9s ease-in-out .5s backwards;
    -o-animation: moveLeft .9s ease-in-out .5s backwards;
    -ms-animation: moveLeft .9s ease-in-out .5s backwards;
    animation: moveLeft .9s ease-in-out .5s backwards;
    opacity: 1;
}

@-webkit-keyframes moveLeft {
    0% {
        -webkit-transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes moveLeft {
    0% {
        -moz-transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-o-keyframes moveLeft {
    0% {
        -o-transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -o-transform: translateX(0px);
        opacity: 1;
    }
}

@-ms-keyframes moveLeft {
    0% {
        -ms-transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes moveLeft {
    0% {
        -ms-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes moveLeft {
    0% {
        -ms-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes roll {
    0% {
        -webkit-transform: translateX(500px) rotate(360deg);
    }

    100% {
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes roll {
    0% {
        -moz-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes roll {
    0% {
        -o-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -o-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-ms-keyframes roll {
    0% {
        -ms-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes roll {
    0% {
        -ms-transform: translateX(500px) rotate(360deg);
        -webkit-transform: translateX(500px) rotate(360deg);
        transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px) rotate(0deg);
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll {
    0% {
        -ms-transform: translateX(500px) rotate(360deg);
        -webkit-transform: translateX(500px) rotate(360deg);
        transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px) rotate(0deg);
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

.roll {
    -webkit-animation: roll 1s ease-out both, opacity 1s ease-out both;
    -moz-animation: roll 1s ease-out both, opacity 1s ease-out both;
    -o-animation: roll 1s ease-out both, opacity 1s ease-out both;
    -ms-animation: roll 1s ease-out both, opacity 1s ease-out both;
    animation: roll 1s ease-out both, opacity 1s ease-out both;
}

#pgall select {
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
}

.lista-v {
    list-style: none;
    padding: 0;
}

    .lista-v li {
        position: relative;
        padding: 3px 0 3px 24px;
    }

        .lista-v li:before {
            content: "";
            background-color: #a79285;
            position: absolute;
            top: 13px;
            left: 0;
            width: 4px;
            height: 4px;
            border-radius: 50%;
        }

.pulsante-link {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .pulsante-link:hover {
        color: #f27671 !important;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.pulsante:link, .pulsante:active, .pulsante:visited, .pulsante:focus {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background: transparent;
    border: 1px solid #17a5da;
    line-height: 55px;
    width: 100%;
    max-width: 215px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
}

    .pulsante:hover:before, .pulsante:focus:before, .pulsante:active:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

.pulsante:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #17a5da;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition-property: -ms-transform;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: -ms-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.pulsante:hover {
    color: #fff;
}

    .pulsante:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
        transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    }

.pulsante.filled {
    background: #17a5da;
    border: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 65px;
}

    .pulsante.filled:before {
        background: #fdb611;
    }

    .pulsante.filled:hover {
        color: #fff;
    }

    .pulsante.filled.giallo {
        background: #fdb611;
    }

.pulsante.pulsante-book {
    text-align: center;
    padding-top: 22px;
    line-height: normal;
    font-weight: normal;
    border: 1px solid #17a5da;
    background: #fff;
    color: #17a5da;
    max-width: 350px;
}

    .pulsante.pulsante-book:before {
        background: #17a5da;
    }

    .pulsante.pulsante-book:hover {
        color: #fff;
    }

.pulsante.pulsante-room {
    margin: 30px auto 0 0;
}

    .pulsante.pulsante-room span {
        font-size: 18px;
        color: #000;
        margin-right: 7px;
        margin-top: -3px;
    }

    .pulsante.pulsante-room:hover span {
        color: #fff !important;
    }

.pulsante.pulsante-bordo-home {
    margin: 30px auto 30px 0;
    max-width: 190px;
    border: 1px solid #17a5da;
    background: transparent;
    color: #17a5da;
}

    .pulsante.pulsante-bordo-home:before {
        background: #17a5da;
    }

    .pulsante.pulsante-bordo-home:hover {
        color: #fff;
    }

.pulsante.pulsante-bordo-video {
    margin: 15px auto;
    max-width: 275px;
    border: 1px solid #45b3e9;
    background: transparent;
    color: #fff;
    text-shadown: 1px 1px 1px #333;
}

    .pulsante.pulsante-bordo-video:before {
        background: #45b3e9;
    }

    .pulsante.pulsante-bordo-video:hover {
        color: #fff;
    }

.no-pad {
    padding: 0px;
}

.btn-desktop {
    max-width: 300px;
    right: 0;
    position: fixed;
    text-align: right;
}

@media (min-width:1199px) {
    .btn-off {
        position: relative;
        display: inline-block;
        margin-left: 8%;
        padding-bottom: 15px;
    }

        .btn-off:after {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            left: 0;
            right: 0;
            bottom: -10px;
            background: #17a5da;
            height: 3px;
            opacity: 0;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
        }

        .btn-off:hover {
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

            .btn-off:hover:after {
                bottom: 0;
                opacity: 1;
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
            }

        .btn-off .circle-offer {
            position: absolute;
            left: -50%;
            top: -29px;
        }
}

@media (max-width:1199px) {
    .btn-off .circle-offer {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width:991px) {
    .btn-off {
        text-align: centeR;
        display: block;
    }
}

#pgall #email_min {
    height: 50px;
    text-indent: 10px !important;
    border: 1px solid #fff;
    border: 1px solid #dcdcdc;
    color: #000;
    font-size: 15px;
    -webkit-appearance: none;
    outline: none;
    background-color: #fff;
}

    #pgall #email_min::-webkit-input-placeholder {
        color: #000;
    }

    #pgall #email_min::-moz-placeholder {
        color: #000;
    }

    #pgall #email_min:-ms-input-placeholder {
        color: #000;
    }

    #pgall #email_min:-moz-placeholder {
        color: #000;
    }

#pgall #button_email_min {
    height: 50px;
    -webkit-appearance: none;
    background: none;
    background-color: #17a5da;
    width: 100%;
    max-width: 310px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width:767px) {
    #pgall #button_email_min {
        max-width: 150px;
        margin: 0 auto;
    }
}

#pgall #button_email_min:hover {
    background-color: #fdb611;
    color: #fff;
}

#wrapper_email_min {
    margin: 15px auto 0 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width:767px) {
    #wrapper_email_min {
        margin: 30px auto;
    }
}

#wrapper_email_min .field_email_min {
    width: 77%;
}

@media (max-width:767px) {
    #wrapper_email_min .field_email_min {
        width: 100%;
    }
}

#wrapper_email_min .field_button_min {
    width: 22%;
    margin-left: 1%;
}

@media (max-width:767px) {
    #wrapper_email_min .field_button_min {
        width: 100%;
        margin: 10px auto;
    }
}

#wrapper_email_min .link_email {
    font-size: 13px;
    color: #000 !important;
}

#wrapper_email_min .newsletter_min_cont_privacy {
    margin-top: 15px;
    color: #000 !important;
}

    #wrapper_email_min .newsletter_min_cont_privacy a {
        color: #000 !important;
    }

#testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited {
    color: #000 !important;
}

@-webkit-keyframes slider-top {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slider-top {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slider-top {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

    .slider-top div {
        -webkit-animation-name: slider-top;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 25s;
        -moz-animation-name: slider-top;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration: 25s;
        -o-animation-name: slider-top;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -o-animation-duration: 25s;
        animation-name: slider-top;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 25s;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .slider-top div:nth-child(0) {
            animation-delay: 0s;
            background-image: url("/source/sf-index-0.jpg");
            z-index: 5;
        }

@media (max-width:767px) {
    .slider-top div:nth-child(0) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-0.jpg&o=5");
    }
}

.slider-top div:nth-child(1) {
    animation-delay: 5s;
    background-image: url("/source/sf-index-1.jpg");
    z-index: 4;
}

@media (max-width:767px) {
    .slider-top div:nth-child(1) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-1.jpg&o=5");
    }
}

.slider-top div:nth-child(2) {
    animation-delay: 10s;
    background-image: url("/source/sf-index-2.jpg");
    z-index: 3;
}

@media (max-width:767px) {
    .slider-top div:nth-child(2) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-2.jpg&o=5");
    }
}

.slider-top div:nth-child(3) {
    animation-delay: 15s;
    background-image: url("/source/sf-index-3.jpg");
    z-index: 2;
}

@media (max-width:767px) {
    .slider-top div:nth-child(3) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-3.jpg&o=5");
    }
}

.slider-top div:nth-child(4) {
    animation-delay: 20s;
    background-image: url("/source/sf-index-4.jpg");
    z-index: 1;
}

@media (max-width:767px) {
    .slider-top div:nth-child(4) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-4.jpg&o=5");
    }
}

.slider-top div:nth-child(5) {
    animation-delay: 25s;
    background-image: url("/source/sf-index-5.jpg");
    z-index: 0;
}

@media (max-width:767px) {
    .slider-top div:nth-child(5) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-5.jpg&o=5");
    }
}

.op_block {
    cursor: pointer;
}

.click {
    width: 40px;
    height: 25px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .click .txt-menu {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        padding-top: 30px;
        font-family: "DM Serif Text";
        text-align: center;
    }

    .click span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .click span:nth-of-type(1) {
            top: 6px;
        }

        .click span:nth-of-type(2), .click span:nth-of-type(3) {
            top: 15px;
        }

        .click span:nth-of-type(4) {
            top: 24px;
        }

    .click.open span:nth-of-type(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .click.open span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .click.open span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .click.open span:nth-of-type(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

.vedi-menu.slide-menu, ul.level1 ul.level2.submenu.slide-menu {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.sf-sub-indicator {
    display: none;
}

.menu-ctn {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0 20px;
}

@media (max-width:991px) {
    .menu-ctn {
        display: none;
    }
}

@media (min-width:992px) {
    ul.level1 {
        width: auto !important;
        float: none !important;
        text-align: center;
        line-height: 50px;
    }
}

@media (min-width:1200px) {
    ul.level1 li {
        padding: 0px;
    }
}

@media (min-width:992px) {
    ul.level1 li {
        display: inline-block;
        padding: 0px;
    }
}

@media (max-width:1199px) {
    ul.level1 li {
        padding: 0 4px;
    }
}

@media (max-width:991px) {
    ul.level1 li {
        width: 100%;
        margin: 0 auto 5px auto;
        display: block;
        float: none !important;
        padding: 0;
    }

        ul.level1 li.button_262527392b3f_container {
            display: none;
        }
}

ul.level1 li.sfHover > a, ul.level1 li.cmsCurrentPageContainerLevel_1 > a, ul.level1 li a:hover, ul.level1 li a.cmsCurrentPage, ul.level1 li:hover > a {
    color: #fff;
    background: #fdb611;
    position: relative;
}

@media (max-width:991px) {
    ul.level1 li.sfHover > a, ul.level1 li.cmsCurrentPageContainerLevel_1 > a, ul.level1 li a:hover, ul.level1 li a.cmsCurrentPage, ul.level1 li:hover > a {
        color: #fff;
        border-left: 3px solid #fdb611;
        border-top: none;
    }
}

ul.level1 li.submenu-container a .cms-icon-angle-arrow-down {
    font-size: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: -2px;
}

@media (max-width:991px) {
    ul.level1 li.submenu-container a {
        background-position: 95% 50%;
        background-repeat: no-repeat;
    }
}

ul.level1 li:last-child {
    position: relative;
}

    ul.level1 li:last-child ul.level2 {
        right: 0;
    }

ul.level1 li a {
    position: relative;
    z-index: 5;
    font-size: 12px;
    color: #000;
    line-height: 50px;
    padding: 1px 4px;
    letter-spacing: 0px;
    font-weight: 700;
}

@media (min-width:992px) {
    ul.level1 li a:before {
        background: transparent;
        width: 11px;
        height: 3px;
        position: absolute;
        top: -2px;
        right: 50%;
        margin-right: -6px;
        content: "";
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
    }
}

@media (max-width:1199px) {
    ul.level1 li a {
        font-size: 10px;
        padding: 0;
        letter-spacing: 0;
    }
}

@media (max-width:991px) {
    ul.level1 li a {
        width: 100%;
        width: auto;
        font-size: 19px;
        background-position: 95% 50%;
        padding-left: 30px;
        display: block;
        padding: 10px !important;
        text-align: left;
        border-top: none;
        color: #fff;
        line-height: 1;
        border-left: 3px solid transparent;
    }
}

@media (max-width:767px) {
    ul.level1 li a {
        padding-left: 30px;
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 13px 10px !important;
        text-align: left;
    }
}

ul.level1 li ul.level2.submenu {
    position: absolute;
    z-index: 999;
    margin: 0px;
    padding: 0;
    background-color: #17a5da;
    min-width: 1px;
}

@media (max-width:991px) {
    ul.level1 li ul.level2.submenu {
        top: 0;
        padding: 0;
        width: 100%;
        background-color: #000;
    }
}

ul.level1 li ul.level2.submenu li {
    position: relative;
    z-index: 9999;
    line-height: normal;
    display: block;
    padding: 0px;
    text-align: left;
    margin: 0;
    float: none;
}

@media (max-width:991px) {
    ul.level1 li ul.level2.submenu li {
        width: 100%;
        margin: 0px auto;
        border: none;
        padding: 0;
        text-align: left;
    }
}

ul.level1 li ul.level2.submenu li:hover, ul.level1 li ul.level2.submenu li.sfHover, ul.level1 li ul.level2.submenu li a:hover, ul.level1 li ul.level2.submenu li a:active, ul.level1 li ul.level2.submenu li a:focus {
    outline: 0 !important;
}

ul.level1 li ul.level2.submenu li a {
    color: #fff;
    width: 100%;
    width: 200px;
    padding: 10px 5px;
    margin: 0px;
    display: block;
    line-height: normal;
    border: none;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

    ul.level1 li ul.level2.submenu li a:after {
        display: none;
    }

    ul.level1 li ul.level2.submenu li a:before {
        top: 5px;
    }

    ul.level1 li ul.level2.submenu li a.cmsCurrentPage, ul.level1 li ul.level2.submenu li a:hover {
        background-color: #fdb611;
        color: #fff;
    }

@media (max-width:991px) {
    ul.level1 li ul.level2.submenu li a {
        padding: 10px 5px;
        padding-left: 30px;
        display: block;
        width: 100%;
        border: none;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

ul.level1 li ul.level2.submenu li:first-child {
    display: none;
}

@media (max-width:991px) {
    ul.level1 li ul.level2.submenu li:first-child {
        display: block;
    }

        ul.level1 li ul.level2.submenu li:first-child a {
            text-align: left;
            background: none;
            background: #fdb611;
            padding: 10px 5px;
            padding-left: 15px;
            color: #fff;
        }

            ul.level1 li ul.level2.submenu li:first-child a span {
                font-size: 20px;
            }
}

ul.level1 li ul.level2.submenu li:last-child {
    border: none;
}

@media (max-width:991px) {
    .vedi-menu, ul.level1 ul.level2.submenu {
        display: block !important;
        visibility: visible !important;
        width: 60%;
        padding: 0;
        margin-top: 0px !important;
        background-color: #17a5da;
        z-index: 9999;
        -webkit-backface-visibility: hidden;
        top: 70px;
        bottom: 0;
        position: fixed !important;
        box-sizing: content-box;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-101%, 0, 0);
        -moz-transform: translate3d(-101%, 0, 0);
        -ms-transform: translate3d(-101%, 0, 0);
        -o-transform: translate3d(-101%, 0, 0);
        transform: translate3d(-101%, 0, 0);
        -webkit-transition: 1s;
        left: 0;
        overflow-y: auto;
    }
}

@media (max-width:767px) {
    .vedi-menu, ul.level1 ul.level2.submenu {
        width: 100%;
    }
}

.menu-fix ul.level1 li.sfHover > a, .menu-fix ul.level1 li.cmsCurrentPageContainerLevel_1 > a, .menu-fix ul.level1 li a:hover, .menu-fix ul.level1 li a.cmsCurrentPage, .menu-fix ul.level1 li:hover > a {
    color: #fff;
    border-top: 3px solid #fff;
}

.slider-titolo {
    cursor: pointer;
    background-color: #f8f6f5;
    color: #000;
    line-height: 65px;
    padding: 0 30px;
    background-image: url("/source/sf-slider-titolo.png");
    background-repeat: no-repeat;
    background-position: right 30px bottom 50%;
    margin-top: 20px;
    font-size: 18px;
}

    .slider-titolo.opened {
        background-color: #f8f6f5;
        background-image: url("/source/sf-slider-titolo-opened.png");
        color: #000;
    }

.slider-corpo {
    display: none;
    background-color: #f8f6f5;
    color: #000;
    padding: 10px 30px;
}

ul.list_fotogallery {
    padding: 0;
}

    ul.list_fotogallery .list_fotogallery_item {
        float: left;
        list-style-type: none;
        width: 16.6%;
    }

        ul.list_fotogallery .list_fotogallery_item img {
            margin: 5px 0px;
        }

        ul.list_fotogallery .list_fotogallery_item a {
            font-weight: bold;
            color: #1f9ed8;
        }

            ul.list_fotogallery .list_fotogallery_item a:hover {
                color: #ff6774;
            }

.barra-desktop {
    display: none;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    position: fixed;
}

@media (max-width:991px) {
    .fixed-prev {
        margin: 0 auto;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
        position: fixed;
    }

        .fixed-prev .pulsante {
            max-width: 100% !important;
        }
}

.prev-mobi {
    margin: 0 auto;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    position: fixed;
}

@media (min-width:992px) {
    .fixed-top {
        border-bottom: 1px solid #ededed;
        margin: 0 auto;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999;
        position: fixed;
    }
}

.barra-mobile {
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0;
    z-index: 800;
    position: fixed;
    line-height: 70px;
}

.barra-mobile-footer {
    width: 100%;
    left: 0px;
    bottom: 0px;
    right: 0;
    z-index: 10;
    position: fixed;
}

.elenco-offerte .blk-offerte {
    margin: 0 0 40px 0;
}

@media (min-width:992px) {
    .elenco-offerte .blk-offerte .contenitore-white {
        margin-left: -100px;
        background: #fff;
        padding: 30px;
    }
}
/*
.elenco-offerte .blk-offerte .contenitore-white h2, .elenco-offerte .blk-offerte .contenitore-white .h2 {
	font-size: 30px;
}

.elenco-offerte .blk-offerte .contenitore-white h2, .elenco-offerte .blk-offerte .contenitore-white .h2, .elenco-offerte .blk-offerte .contenitore-white .titolo {
	line-height: 130%;
}*/

.elenco-offerte .blk-offerte .contenitore-white .cont-prezzo {
    margin: 15px 0;
}

    .elenco-offerte .blk-offerte .contenitore-white .cont-prezzo .prezzo {
        font-size: 30px;
    }

    .elenco-offerte .blk-offerte .contenitore-white .cont-prezzo .link-freccia {
        font-size: 8px;
        margin: 20px 0;
        display: block;
    }

.top-margin-mobi {
    margin-top: 70px;
}

.li_mesi, .li_contenuti {
    color: #333 !important;
}

.bo_gallery_photoswipe figure {
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 20%;
}

@media (max-width:991px) {
    .bo_gallery_photoswipe figure {
        width: 33.3333333%;
    }
}

@media (max-width:767px) {
    .bo_gallery_photoswipe figure {
        width: 50%;
    }
}

.bo_gallery_photoswipe figure img {
    max-width: 100%;
    padding: 5px;
}

.so_languageLinks .tendina-lingue {
    color: #fff;
    margin: 0;
    display: block;
    font-size: 13px;
    background: transparent;
    text-align: center;
    width: 70px;
    z-index: 99;
}

@media (min-width:992px) {
    .so_languageLinks .tendina-lingue {
        border-left: 1px solid #dcdcdc;
    }
}

@media (max-width:991px) {
    .so_languageLinks .tendina-lingue {
        margin: 10px auto 10px 15px;
        text-align: left;
        padding: 10px;
        border-top: 1px solid #fff;
    }
}

.so_languageLinks .tendina-lingue img {
    margin: 18px auto 25px auto;
    max-height: 12px;
    line-height: 1;
}

.so_languageLinks .tendina-lingue .cms-icon-angle-arrow-down {
    font-size: 8px !important;
}

.so_languageLinks .tendina-lingue #select_lingue {
    line-height: 16px;
    font-size: 15px;
    margin: 0 auto;
    top: 50px;
    width: 100%;
    max-width: 100%;
    right: 0;
    z-index: 9;
    position: absolute;
    left: 0;
}

@media (max-width:991px) {
    .so_languageLinks .tendina-lingue #select_lingue {
        max-width: 100px;
        right: auto;
    }
}

.so_languageLinks .tendina-lingue #select_lingue .item_lingue {
    text-align: center;
}

    .so_languageLinks .tendina-lingue #select_lingue .item_lingue a {
        padding: 5px 0;
        background-color: #17a5da;
        color: #fff;
        display: block;
        text-transform: lowercase;
    }

        .so_languageLinks .tendina-lingue #select_lingue .item_lingue a:hover {
            background-color: #fdb611;
        }

.tendina-lingue-fix .tendina-lingue {
    color: #000;
}

.dett-offer .pad-dettaglio {
    padding: 0 20px;
}

.dett-offer h1 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 33px;
}

@media (max-width:991px) {
    .dett-offer h1 {
        padding-top: 25px;
    }
}

.dett-offer h3 {
    font-size: 23px;
    line-height: 25px;
}

.dett-offer .condizioni-prezzo-dett {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .dett-offer .condizioni-prezzo-dett .price {
        font-size: 25px;
    }

.dett-offer #myreply_form_offerta {
    padding: 25px;
    background: #f8f6f5;
}

.offer_list .offer .box-offerta {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0;
}

    .offer_list .offer .box-offerta .img_container {
        padding-right: 0;
    }

@media (max-width:767px) {
    .offer_list .offer .box-offerta .img_container img {
        min-height: 1px;
        max-width: 100%;
    }
}

.offer_list .offer .box-offerta .cont-img .offer-label {
    font-weight: 500;
    font-size: 16px;
}

    .offer_list .offer .box-offerta .cont-img .offer-label:after {
        display: none;
    }

.offer_list .offer .box-offerta .testi_container {
    padding: 15px 10px;
}

@media (max-width:1199px) {
    .offer_list .offer .box-offerta .testi_container {
        padding: 10px 5px;
    }
}

.offer_list .offer .box-offerta .testi_container .title {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    min-height: 50px;
    display: block;
    font-weight: 500;
    padding-top: 0;
}

    .offer_list .offer .box-offerta .testi_container .title:hover {
        color: #fdb611;
    }

.offer_list .offer .box-offerta .testi_container .sottotitolo {
    margin: 10px 0;
}

.offer_list .offer .box-offerta .testi_container .condizioni {
    text-transform: uppercase;
    font-size: 11px;
}

@media (max-width:767px) {
    .offer_list .offer .box-offerta .testi_container .condizioni {
        margin-top: 10px;
    }
}

.offer_list .offer .box-offerta .testi_container .condizioni .prezzo, .offer_list .offer .box-offerta .testi_container .condizioni .offerta-prezzo {
    font-size: 15px;
    line-height: 17px;
}

.offer_list .offer .box-offerta .testi_container .ico-sezione {
    margin-top: 5px;
}

    .offer_list .offer .box-offerta .testi_container .ico-sezione span {
        font-size: 23px;
    }

.offer_list .offer .box-offerta .testi_container .pulsante {
    background-color: #17a5da;
    font-size: 14px;
    font-size: 13px;
    max-width: 100px;
    margin-top: 10px;
    margin-left: 0;
    line-height: 30px;
}

@media (max-width:1199px) {
    .offer_list .offer .box-offerta .testi_container .pulsante {
        letter-spacing: 1px;
        font-size: 12px;
    }
}

.offer_list .offer .box-offerta .testi_container .pulsante:before {
    background-color: #fdb611;
}

.offer_list .offer .box-offerta .testi_container .soldout_message {
    border: 1px solid #17a5da;
    background-color: transparent;
}

    .offer_list .offer .box-offerta .testi_container .soldout_message .message_title {
        font-weight: normal;
    }

    .offer_list .offer .box-offerta .testi_container .soldout_message .message_text {
        color: inherit;
    }

.dettaglio-offerta .prezzo {
    margin: 20px 0;
    border-bottom: 1px solid #17a5da;
}

@media (max-width:991px) {
    .offer_detail.offer-component .col-dx {
        padding-left: 5px;
        margin-top: 15px;
    }
}

.offer_detail.offer-component .col-dx .sharer {
    font-weight: 500;
    line-height: 40px;
}

    .offer_detail.offer-component .col-dx .sharer .cms-icon {
        vertical-align: middle;
    }

.offer_detail.offer-component .col-dx #image_gallery .slick-arrow {
    padding: 20px;
}

@media (max-width:991px) {
    .offer_detail.offer-component .col-sx {
        padding-right: 5px;
    }
}

.offer_detail.offer-component .col-sx h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
    padding-left: 0;
    font-weight: 500;
}

@media (max-width:1199px) {
    .offer_detail.offer-component .col-sx h1 {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width:767px) {
    .offer_detail.offer-component .col-sx h1 {
        font-size: 20px;
        line-height: 22px;
    }
}

.offer_detail.offer-component .col-sx .offer_header .validity {
    font-weight: 500;
}

.offer_detail.offer-component .col-sx .offer-primary-color {
    color: #000;
}

.offer_detail.offer-component .col-sx .periods .item_value, .offer_detail.offer-component .col-sx .periods .item_title {
    font-weight: 500;
    font-size: 15px;
}

.offer_detail.offer-component .col-sx .periods .item.featured {
    border-color: #17a5da !important;
}

.offer_detail.offer-component .col-sx .periods .period_foot .btn, .offer_detail.offer-component .col-sx .periods .period_foot #ContContatti .bottone_alt, .offer_detail.offer-component .col-sx .periods .period_foot .struttura-dettaglio .struttura-link a, .offer_detail.offer-component .col-sx .periods .period_foot .struttura-riquadro .struttura-link a {
    font-weight: 500;
    background-color: #fdb611;
    color: #fff !important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 0 !important;
    outline: none !important;
    border: none !important;
}

    .offer_detail.offer-component .col-sx .periods .period_foot .btn:hover, .offer_detail.offer-component .col-sx .periods .period_foot #ContContatti .bottone_alt:hover, .offer_detail.offer-component .col-sx .periods .period_foot .struttura-dettaglio .struttura-link a:hover, .offer_detail.offer-component .col-sx .periods .period_foot .struttura-riquadro .struttura-link a:hover {
        background: #17a5da !important;
    }

.offer_detail.offer-component .col-sx .offer-background-primary-color {
    background-color: #000;
}

.offer_detail.offer-component .col-sx h3 {
    font-weight: bold;
}

.offer_detail.offer-component .col-sx .offer-border-color {
    border-color: #d7d7d7 !important;
}

.offer_detail.offer-component .col-sx .offer-label {
    background: #f07c00 !important;
    color: #fff !important;
}

    .offer_detail.offer-component .col-sx .offer-label:after {
        border-top-color: #c66a00 !important;
    }

.offer_detail.offer-component .col-sx .soldout_message {
    border: 1px solid #000;
    background-color: #17a5da;
    margin: 5px 0;
}

    .offer_detail.offer-component .col-sx .soldout_message .message_title {
        font-weight: normal;
    }

    .offer_detail.offer-component .col-sx .soldout_message .message_text {
        color: inherit;
    }

.offer_detail.offer-component .col-sx .whats_included:after {
    background: transparent !important;
}

@media (max-width:767px) {
    .offer_detail.offer-component .col-sx #bt_require_offer_target {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .inverso {
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.freccia-none {
    opacity: 0;
    pointer-events: none;
}

.slide-home-commenti {
    paddnig-bottom: 15px;
}

@media (max-width:991px) {
    .slide-home-commenti {
        padding-bottom: 50px;
    }
}

.slide-home-commenti .slick-slider .slick-prev {
    width: 60px;
    left: -25%;
}

@media (max-width:991px) {
    .slide-home-commenti .slick-slider .slick-prev {
        bottom: -50px;
        left: 20%;
        top: auto;
    }
}

.slide-home-commenti .slick-slider .slick-prev:before {
    content: "î¤‰";
    font-family: "icomoon";
    color: #17a5da;
    font-size: 6px;
}

@media (max-width:991px) {
    .slide-home-commenti .slick-slider .slick-prev:before {
        font-size: 8px;
    }
}

.slide-home-commenti .slick-slider .slick-next {
    width: 60px;
    right: -25%;
}

@media (max-width:991px) {
    .slide-home-commenti .slick-slider .slick-next {
        bottom: -50px;
        right: 20%;
        top: auto;
    }
}

.slide-home-commenti .slick-slider .slick-next:before {
    content: "î¤ˆ";
    font-family: "icomoon";
    color: #17a5da;
    font-size: 6px;
}

@media (max-width:991px) {
    .slide-home-commenti .slick-slider .slick-next:before {
        font-size: 8px;
    }
}

.offerte-scorrevoli.slick-slider .slick-prev {
    width: 60px;
    left: 0%;
    z-index: 4;
}

@media (max-width:991px) {
    .offerte-scorrevoli.slick-slider .slick-prev {
        bottom: -50px;
        left: 0%;
        top: auto;
    }
}

.offerte-scorrevoli.slick-slider .slick-prev:before {
    content: "î¤‰";
    font-family: "icomoon";
    color: #17a5da;
    font-size: 6px;
}

@media (max-width:991px) {
    .offerte-scorrevoli.slick-slider .slick-prev:before {
        font-size: 8px;
    }
}

.offerte-scorrevoli.slick-slider .slick-next {
    width: 60px;
    right: 0%;
}

@media (max-width:991px) {
    .offerte-scorrevoli.slick-slider .slick-next {
        bottom: -50px;
        right: 0%;
        top: auto;
    }
}

.offerte-scorrevoli.slick-slider .slick-next:before {
    content: "î¤ˆ";
    font-family: "icomoon";
    color: #17a5da;
    font-size: 6px;
}

@media (max-width:991px) {
    .offerte-scorrevoli.slick-slider .slick-next:before {
        font-size: 8px;
    }
}

.list-offers .slick-prev {
    left: -60px !important;
}

.list-offers .slick-next {
    right: -60px !important;
}

.list-offers .offerte-style {
    padding: 0 10px;
    margin: 0 !important;
}

.offerte-scorrevoli .slick-prev:before, .offerte-elenco .slick-prev:before, .offerte-scorrevoli .slick-next:before, .offerte-elenco .slick-next:before {
    color: #ddd;
}

.offerte-scorrevoli .blk-offerte, .offerte-elenco .blk-offerte {
    margin: 0 5px;
}

.offerte-scorrevoli .cont-offerta, .offerte-elenco .cont-offerta {
    font-size: 14px;
    padding: 20px;
    background: #fff;
    margin-top: -40px;
}

@media (max-width:991px) {
    .offerte-scorrevoli .cont-offerta, .offerte-elenco .cont-offerta {
        padding: 25px 10px;
    }
}

.offerte-scorrevoli .cont-offerta h3.titolo, .offerte-elenco .cont-offerta h3.titolo {
    font-size: 25px;
    line-height: 27px;
    margin: 0 auto;
    padding-bottom: 10px;
}

@media (max-width:991px) {
    .offerte-scorrevoli .cont-offerta h3.titolo, .offerte-elenco .cont-offerta h3.titolo {
        min-height: 1px;
    }
}

.offerte-scorrevoli .cont-offerta h3.titolo a, .offerte-elenco .cont-offerta h3.titolo a {
    color: #17a5da;
}

    .offerte-scorrevoli .cont-offerta h3.titolo a:hover, .offerte-elenco .cont-offerta h3.titolo a:hover {
        color: #fdb611;
    }

.offerte-scorrevoli .cont-offerta .condizioni, .offerte-elenco .cont-offerta .condizioni {
    padding-top: 20px;
    margin-top: 40px;
}

@media (max-width:991px) {
    .offerte-scorrevoli .cont-offerta .condizioni, .offerte-elenco .cont-offerta .condizioni {
        margin-top: 20px;
    }
}

.offerte-scorrevoli .cont-offerta .condizioni .prezzo, .offerte-elenco .cont-offerta .condizioni .prezzo {
    color: #17a5da;
    font-size: 25px;
    font-weight: 700;
}

.offerte-scorrevoli .cont-offerta .pulsante, .offerte-elenco .cont-offerta .pulsante {
    margin: 30px auto 0 0;
    text-transform: uppercase;
    max-width: 180px;
}

.offerte-scorrevoli .cont-offerta a, .offerte-elenco .cont-offerta a {
    color: #17a5da;
}

    .offerte-scorrevoli .cont-offerta a:hover, .offerte-elenco .cont-offerta a:hover {
        color: #fdb611;
    }

    .offerte-scorrevoli .cont-offerta a .icon-freccia, .offerte-elenco .cont-offerta a .icon-freccia {
        font-size: 7px;
    }

.offerte-scorrevoli .img-off img, .offerte-elenco .img-off img {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    display: inline !important;
    text-align: center;
}

@media (min-width:992px) {
    .offerte-scorrevoli .slick-dots, .offerte-elenco .slick-dots {
        position: absolute;
        top: -60px;
        text-align: right;
        margin: 0;
    }
}

.offerte-elenco .blk-offerte {
    margin: 20px auto;
}

#modalComments.modal-title {
    font-size: 22px;
    line-height: 23px;
    font-weight: bold;
}

#ui-datepicker-div {
    border: none;
    background-color: #17a5da;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, .2);
    z-index: 11 !important;
}

.ui-datepicker-calendar tbody tr td a.ui-state-hover, .ui-datepicker-calendar .dp-highlight .ui-state-default {
    background: #fdb611;
}

/*.ui-widget-content {
	background: #17a5da !important;
}*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #17a5da !important;
    font-weight: lighter !important;
    color: #fff !important;
    border: none !important;
    text-align: center !important;
}

.TitankaCommonObjects .ui-widget-content, .TitankaCommonObjects .ui-widget-header {
    color: #fff !important;
}

.TitankaCommonObjects .ui-datepicker-multi .ui-datepicker-group {
    border-right: none;
}

.ui-datepicker-calendar thead tr th, .TitankaCommonObjects .ui-datepicker-calendar thead tr th {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.ui-widget-header {
    background: none !important;
    border: none !important;
}

.ui-datepicker-group-first {
    border-right: #fff 1px solid;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .2 !important;
}

.ui-widget-header .ui-icon {
    background-image: url("/source/ui-icons_b7985b_256x240.png") !important;
    cursor: pointer;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background: none !important;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
}

.dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-active {
    background-color: #fdb611 !important;
}

.hideme, .moveUp, .moveDown, .moveRight, .moveLeft {
    opacity: 0;
}

.listino {
    font-size: 15px !important;
    margin-bottom: 35px;
}

    .listino .header {
        background-color: #234944 !important;
        color: #fff !important;
    }

    .listino tr.row_products_even {
        background-color: #577a6d !important;
        color: #fff !important;
    }

        .listino tr.row_products_even select {
            color: #333 !important;
        }

    .listino .wrapper_select_date {
        background-color: #f8f8f8 !important;
        border-color: #f8f8f8 !important;
    }

        .listino .wrapper_select_date input[type="text"] {
            line-height: 33px !important;
            padding: 0 15px 0 0 !important;
            min-width: 200px !important;
            text-indent: 8px !important;
            background: none !important;
            background-color: #fff !important;
            border-radius: 4px !important;
            border: 1px solid #234944 !important;
            font-size: 15px !important;
        }

    .listino td {
        font-size: 15px !important;
    }

    .listino input[type=button] {
        background: none !important;
        background-color: #577a6d !important;
        line-height: 33px !important;
        font-size: 15px !important;
    }

    .listino .label_data {
        line-height: 33px !important;
    }

    .listino .select_num {
        min-width: 75px;
    }

    .listino .wrapper_preventivo {
        width: 100% !important;
        clear: both;
    }

    .listino table.preventivo_header td.label {
        color: #333;
    }

    .listino .title_preventivo {
        color: #577a6d;
    }

@media (max-width:767px) {
    .listino .wrapper_preventivo, .listino .preventivo, .listino .form_contatti_richiesta_preventivo {
        width: 100% !important;
        clear: both;
    }
}

.elenco-commenti {
    padding: 40px 0;
    border-top: 1px dotted #ddd;
}

    .elenco-commenti .pad-bottom-titoletto {
        padding-bottom: 24px;
    }

    .elenco-commenti h3 {
        margin: 0;
    }

.slides-commenti .tit-commento {
    font-size: 40px;
    margin-bottom: 30px;
}

.slides-commenti .logo img {
    margin: auto;
}

.slider-img, .slider-img-home {
    position: relative;
}

    .slider-img a, .slider-img-home a {
        display: block;
        overflow: hidden;
        padding: 5px;
    }

    .slider-img img, .slider-img-home img {
        display: inline !important;
        text-align: center;
    }

    .slider-img .slick-prev:before, .slider-img-home .slick-prev:before, .slider-img .slick-next:before, .slider-img-home .slick-next:before {
        color: #fff;
    }

    .slider-img .slick-prev, .slider-img-home .slick-prev {
        top: auto;
        margin: auto;
        bottom: 30px;
        left: 30px;
    }

    .slider-img .slick-next, .slider-img-home .slick-next {
        top: auto;
        margin: auto;
        bottom: 30px;
        right: 30px;
    }

.slider-img-page {
    position: relative;
    padding-bottom: 35px;
}

    .slider-img-page a {
        display: block;
        overflow: hidden;
        padding: 5px;
    }

    .slider-img-page img {
        display: inline !important;
        text-align: center;
    }

    .slider-img-page .slick-next {
        top: auto;
        bottom: -45px;
        margin-top: 0;
        right: 50%;
        margin-right: -85px;
    }

    .slider-img-page .slick-prev {
        top: auto;
        bottom: -45px;
        margin-top: 0;
        left: 50%;
        margin-left: -85px;
    }

.slider-img-room {
    position: relative;
    padding-bottom: 35px;
}

    .slider-img-room a {
        display: block;
        padding: 0 25px;
        overflow: hidden;
    }

@media (max-width:991px) {
    .slider-img-room a {
        padding: 0 5px;
    }
}

.slider-img-room img {
    display: inline !important;
    text-align: center;
}

.slider-img-room .slick-next {
    top: auto;
    bottom: -45px;
    margin-top: 0;
    right: 50%;
    margin-right: -85px;
}

.slider-img-room .slick-prev {
    top: auto;
    bottom: -45px;
    margin-top: 0;
    left: 50%;
    margin-left: -85px;
}

.freccia-none {
    opacity: 0;
    pointer-events: none;
}

.wrapper-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

    .wrapper-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#pgall .cont-tabs {
    padding: 25px 5px;
    text-align: center;
    color: #fff;
}

    #pgall .cont-tabs:after {
        content: "";
        display: block;
        clear: both;
    }

    #pgall .cont-tabs input[type=radio] {
        display: none;
    }

    #pgall .cont-tabs label {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 8px;
        margin: 0 8px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
        border-radius: 70px;
        position: relative;
    }

        #pgall .cont-tabs label:hover {
            color: #17a5da;
            background-color: #fff;
        }

            #pgall .cont-tabs label:hover:before {
                opacity: 1;
            }

        #pgall .cont-tabs label:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 6px solid #fff;
            border-bottom: 6px solid transparent;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            position: absolute;
            bottom: -12px;
            right: 0;
            left: 0;
            margin: auto;
            opacity: 0;
        }

        #pgall .cont-tabs label img {
            display: block;
            margin: 5px auto;
        }

    #pgall .cont-tabs [id^="tab"]:checked + label {
        color: #17a5da;
        background-color: #fff;
        border: none;
        box-shadow: none;
    }

        #pgall .cont-tabs [id^="tab"]:checked + label:before {
            opacity: 1;
        }

.tab-content {
    display: none;
    margin: 20px auto;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    max-width: 650px;
}

@media (max-width:767px) {
    .tab-content {
        margin: 10px auto;
    }
}

.tab-content.ico-landing {
    font-size: 15px;
    line-height: 17px;
    color: #bababa;
}

    .tab-content.ico-landing img {
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .tab-content.ico-landing a {
        width: 16.6666667%;
        float: left;
        color: #bababa;
        font-weight: bold;
        margin: 10px 0;
    }

@media (max-width:767px) {
    .tab-content.ico-landing a {
        width: 33.33333333%;
    }
}
/*
.tab-content.ico-landing a:hover {
	color: #17a5da;
}

.tab-content.ico-landing a b {
	display: block;
	min-height: 40px;
}

.tab-content h3 {
	text-align: left;
	font-size: 25px;
	margin-bottom: 15px;
}

.tab-content * {
	-webkit-animation: scale .7s ease-in-out;
	-moz-animation: scale .7s ease-in-out;
	animation: scale .7s ease-in-out;
}
*/
@-webkit-keyframes scale {
    0% {
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        opacity: .5;
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        opacity: .5;
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.tab1 {
    display: block;
}

@media (min-width:992px) {
    .image-container {
        overflow: hidden;
        position: relative;
    }

        .image-container .mask {
            margin: 0 -10px 0 0;
            position: absolute;
            top: 0;
            right: 100%;
            bottom: 100%;
            left: 0;
            background: #000;
            z-index: 3;
            -moz-transition: bottom .4s cubic-bezier(.165, .84, .44, 1) 0s, right .4s cubic-bezier(.77, 0, .175, 1) .3s, margin .4s cubic-bezier(.77, 0, .175, 1) .3s, left .4s cubic-bezier(.77, 0, .175, 1) .6s;
            -o-transition: bottom .4s cubic-bezier(.165, .84, .44, 1) 0s, right .4s cubic-bezier(.77, 0, .175, 1) .3s, margin .4s cubic-bezier(.77, 0, .175, 1) .3s, left .4s cubic-bezier(.77, 0, .175, 1) .6s;
            -webkit-transition: bottom .4s cubic-bezier(.165, .84, .44, 1), right .4s cubic-bezier(.77, 0, .175, 1), margin .4s cubic-bezier(.77, 0, .175, 1), left .4s cubic-bezier(.77, 0, .175, 1);
            -webkit-transition: bottom .4s cubic-bezier(.165, .84, .44, 1) 0s, right .4s cubic-bezier(.77, 0, .175, 1) .3s, margin .4s cubic-bezier(.77, 0, .175, 1) .3s, left .4s cubic-bezier(.77, 0, .175, 1) .6s;
            -webkit-transition-delay: 0s, .3s, .3s, .6s;
            transition: bottom .4s cubic-bezier(.165, .84, .44, 1) 0s, right .4s cubic-bezier(.77, 0, .175, 1) .3s, margin .4s cubic-bezier(.77, 0, .175, 1) .3s, left .4s cubic-bezier(.77, 0, .175, 1) .6s;
        }

        .image-container.visible .mask {
            margin-right: 0;
            right: 0px;
            bottom: 0;
            left: 100%;
        }

        .image-container.visible .image {
            -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .image-container .image {
            background-position: center;
            background-repeat: no-repeat;
            z-index: 1;
            -moz-background-size: cover;
            -o-background-size: cover;
            -webkit-background-size: cover;
            background-size: cover;
            -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            -moz-transform: translate3d(-20px, 0, 0);
            -webkit-transform: translate3d(-20px, 0, 0);
            -ms-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
            -moz-transition: opacity 0s linear .6s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            -o-transition: opacity 0s linear .6s, -o-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            -webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
            -webkit-transition: opacity 0s linear .6s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            -webkit-transition-delay: .6s, .6s;
            transition: opacity 0s linear .6s, -ms-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            transition: opacity 0s linear .6s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            transition: opacity 0s linear .6s, transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
        }
}

.blocco-uno-guida {
    background-color: #17a5da;
    color: #fff;
    margin-top: 50px;
    font-size: 21px;
    padding: 60px 10px;
}

    .blocco-uno-guida h1 {
        color: #fff;
    }

    .blocco-uno-guida .grande {
        font-size: 35px;
        line-height: 38px;
    }

@media (max-width:1199px) {
    .blocco-uno-guida {
        padding: 35px 10px;
    }
}

@media (max-width:991px) {
    .blocco-uno-guida {
        margin-top: 0;
        padding: 30px 10px;
    }
}

.blocco-txt-guida {
    color: #fff;
    background-color: #fdb611;
    padding: 40px 10px;
    font-size: 48px;
    line-height: 53px;
}

@media (max-width:1199px) {
    .blocco-txt-guida {
        padding: 25px 10px;
        font-size: 38px;
        line-height: 40px;
    }
}

.blocco-due-guida {
    padding: 40px 10px;
    padding-left: 25px;
    font-size: 21px;
    color: #333;
    padding-top: 120px;
}

@media (max-width:1199px) {
    .blocco-due-guida {
        padding: 25px 10px;
    }
}

.blocco-fb {
    display: block;
    margin-top: 50px;
    background-color: #f1eee9;
    color: #333;
    padding: 80px 10px;
    line-height: 47px;
    font-size: 45px;
}

@media (max-width:1199px) {
    .blocco-fb {
        margin-top: 30px;
        padding: 50px 10px;
        line-height: 37px;
        font-size: 35px;
    }
}

@media (max-width:991px) {
    .blocco-fb {
        padding: 40px 10px;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 42px;
    }
}

.blocco-fb:hover {
    color: #17a5da !important;
}

.modal-guide .modal-header {
    border-bottom: 0 none;
}

    .modal-guide .modal-header .close {
        margin-top: -10px;
        margin-right: -10px;
        border-radius: 50%;
        border: 2px solid #000;
        width: 30px;
        height: 30px;
        line-height: 0px;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

.modal-guide .modal-content {
    background-color: #eee;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}

.modal-guide .modal-body {
    padding: 20px;
}

.modal-guide .title {
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
}

.fancybox-wrap {
    overflow: initial !important;
}

@media (max-width:991px) {
    .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
        opacity: 1 !important;
    }
}

.lista-custom {
    list-style-type: none;
    padding: 0;
}

    .lista-custom li {
        position: relative;
        padding: 7px 0px 7px 50px;
        list-style-position: inside;
    }

        .lista-custom li:before {
            content: "î¤ˆ";
            position: absolute;
            left: 0;
            top: 11px;
            margin: auto;
            height: 6px;
            width: 25px;
            color: #17a5da;
            font-size: 5px;
        }

.lista-service {
    list-style-type: none;
    padding: 0px;
}

    .lista-service li {
        position: relative;
        padding: 10px 0px 10px 50px;
        list-style-position: inside;
    }

        .lista-service li span {
            position: absolute;
            left: 0;
            top: 5px;
            color: #17a5da;
            font-size: 30px;
        }

.lista-check {
    list-style-type: none;
    padding: 20px 0 0 0;
}

    .lista-check li {
        position: relative;
        padding: 4px 0px 4px 25px;
        list-style-position: inside;
    }

        .lista-check li:before {
            content: "î¤™";
            font-family: "icomoon";
            position: absolute;
            left: 0;
            top: 4px;
            margin: auto;
            font-size: 16px;
            height: 15px;
            width: 15px;
            color: #17a5da;
        }

.elenco-dati {
    list-style-type: none;
    padding: 20px 0px;
    color: #fff;
}

    .elenco-dati li {
        position: relative;
        padding: 8px 0px 8px 20px;
        list-style-position: inside;
    }

        .elenco-dati li span.ico-dati {
            position: absolute;
            left: 0;
            top: 10px;
        }

    .elenco-dati a {
        color: #fff;
    }

.lista-custom-2 {
    list-style-type: none;
    padding: 20px 0px;
}

    .lista-custom-2 li {
        position: relative;
        padding: 3px 0px 3px 25px;
        list-style-position: inside;
    }

        .lista-custom-2 li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            margin: auto;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            background-image: url("/source/ico-lista.png");
        }

.popup-nascosto .summary, .popup-nascosto button.btn, .popup-nascosto button#ContContatti .bottone_alt, .popup-nascosto button.struttura-dettaglio .struttura-link a, .popup-nascosto button.struttura-riquadro .struttura-link a {
    display: none;
}

.popup-nascosto .modal-header {
    border: none;
}

    .popup-nascosto .modal-header .close {
        margin-top: -15px;
        font-size: 35px;
    }

.popup-nascosto .modal-content {
    background-color: #17a5da;
    color: #fff;
}

.popup-nascosto .modal-header {
    border-bottom: none;
}

    .popup-nascosto .modal-header .close {
        text-shadow: none;
        margin-top: -7px;
    }

        .popup-nascosto .modal-header .close:hover, .popup-nascosto .modal-header .close:focus {
            opacity: 1;
            -webkit-filter: none;
            filter: none;
        }

.popup-nascosto .modal-body {
    padding: 25px 20px;
}

@media (min-width:992px) {
    .flex-page {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.flex-light {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (max-width:991px) {
    .flex-light {
        display: block;
    }
}

.inline {
    display: inline-block;
}

#imagelightbox-caption {
    display: none;
}

.pad-centrale {
    padding: 65px 0;
}

@media (max-width:991px) {
    .pad-centrale {
        padding: 40px 0;
    }
}

@media (max-width:767px) {
    .pad-centrale {
        padding: 30px 0;
    }
}

.pad-centrale.no-top-pad {
    padding-top: 0 !important;
}

@media (max-width:991px) {
    .pad-centrale.no-top-pad {
        padding-top: 15px !important;
    }
}

.pad-centrale.no-bottom-pad {
    padding-bottom: 0 !important;
}

@media (max-width:991px) {
    .pad-centrale.no-bottom-pad {
        padding-bottom: 15px !important;
    }
}

.pad-centrale.big-pad {
    padding: 105px 0;
}

@media (max-width:1199px) {
    .pad-centrale.big-pad {
        padding: 90px 0;
    }
}

@media (max-width:991px) {
    .pad-centrale.big-pad {
        padding: 60px 0;
    }
}

@media (max-width:767px) {
    .pad-centrale.big-pad {
        padding: 30px 0;
    }
}

.pad-centrale.small-pad {
    padding: 30px 0;
}

.pad-centrale.no-bottom {
    padding-bottom: 0 !important;
}

.pad-centrale.no-top {
    padding-top: 0 !important;
}

.img-top {
    position: relative;
    /*margin-top: 50px;*/
}

@media (max-width:991px) {
    .img-top {
        margin-top: 70px;
    }
}

.col-footer-dati {
    width: 12.5%;
    margin: 0 auto;
    text-align: center;
    float: left;
    font-size: 13px;
    font-weight: 700;
    border-right: 1px solid #eee;
}

@media (max-width:991px) {
    .col-footer-dati {
        width: 50%;
        border: none;
        height: 110px;
    }
}

.col-footer-dati .svg-footer, .col-footer-dati img {
    height: 40px;
    display: block;
    margin: 0 auto 15px auto;
    font-size: 38px;
    color: rgba(0, 0, 0, .3);
}

.elenco-form {
    padding: 25px 0 25px 60px;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

    .elenco-form .ico-elenco-form {
        background: #fdb611;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }

        .elenco-form .ico-elenco-form .icon-svg-elenco {
            color: #fff;
            font-size: 22px;
            padding-top: 7px;
            display: inline-block;
        }

.richiedi-preventivo .link-top-page:hover {
    color: #fff;
    background: #52c0ec;
}

.prenota-ora .link-top-page:hover {
    color: #fff;
    background: #f27671;
}

.link-top-page {
    line-height: 52px;
    color: #fff;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
}

    .link-top-page .icon-svg-top {
        color: #fff;
        margin-right: 5px;
    }

    .link-top-page:hover {
        color: #fff;
        background: #333;
    }

@media (max-width:1199px) {
    .link-top-page {
        font-size: 10px;
        letter-spacing: 0;
    }
}

.absol-lang {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
}

.pad-bottom-img {
    padding-bottom: 75px;
}

@media (max-width:991px) {
    .pad-bottom-img {
        padding-bottom: 25px;
    }
}

.pad-bottom-img-txt {
    padding-bottom: 45px;
}

@media (max-width:991px) {
    .pad-bottom-img-txt {
        padding-bottom: 25px;
    }
}

@media (max-width:991px) {
    .col-margin-mobi {
        padding-top: 20px;
    }
}

@media (min-width:992px) {
    .col-margin-img-desk {
        margin-top: 190px;
    }
}

.link-mobi-footer {
    display: block;
    color: #fff !important;
    line-height: 45px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
}

    .link-mobi-footer span {
        margin-right: 8px;
    }

@media (min-width:992px) {
    .light-pink input[type=button] {
        width: 25% !important;
    }
}

@media (max-width:991px) {
    .light-pink input[type=button] {
        width: 100% !important;
    }
}

.light-pink input[type="text"], .light-pink select {
    font-size: 12px;
    height: auto !important;
    line-height: 120%;
}

.booking.light-pink {
    background: rgba(255, 255, 255, .85);
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    bottom: 30px;
    right: 0;
    left: 0;
}

@media (max-width:1199px) {
    .booking.light-pink {
        bottom: 0;
        position: relative;
    }
}

/*.booking.light-pink #sb-container .sb__guests-children-age-select {
	border: 1px solid #ddd;
	border-color: #ddd !important;
}

.booking.light-pink #sb-container .sb-custom-field-bg-color {
	background-color: transparent !important;
}

@media (min-width:768px) {
	.booking.light-pink #sb-container .sb-custom-box-shadow-color {
		box-shadow: none !important;
	}
}

.booking.light-pink #sb-container_sb__form-field--guests {
	background-repeat: no-repeat;
	background-position: 74% 20%;
	padding-right: 0 !important;
}

.booking.light-pink .sb-screen-m .sb__dates {
	width: 55%;
}

.booking.light-pink .sb-screen-m .sb__guests-rooms {
	width: 20%;
}

.booking.light-pink #sb-container .sb-custom-button-bg-color:hover {
	background-color: #24b1e8 !important;
}

.booking.light-pink #sb-container_sb__form-field--checkavailability {
	background-image: url("/source/search-btn.png") !important;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}

.booking.light-pink #sb-container_sb__form-field--checkavailability:hover {
	background-color: #24b1e8 !important;
	background-image: url("/source/search-btn.png") !important;
}

.booking.light-pink .sb__guests-children-age {
	float: none;
	width: 100%;
}

.booking.light-pink .sb__guests-children-age .sb__guests-children-age-label {
	display: block;
}

.booking.light-pink .sb__guests-children-age .sb__guests-children-age-select {
	width: 23%;
	margin: 0 1%;
	float: left;
	line-height: 18px;
}

.booking.light-pink .sb__footer-actions {
	position: absolute;
	width: 14%;
	right: 11.5%;
	top: 15px;
	text-align: center;
}

.booking.light-pink .sb__footer-link--edit {
	display: none;
}

.booking.light-pink #sb-container .sb__footer-promo-wrapper {
	width: 100% !important;
}

.booking.light-pink #sb-container .sb__footer-promo-wrapper .sb-custom-link-color {
	background-color: #17a5da;
	height: 56px;
	color: #fff !important;
	margin-right: 0;
	font-size: 12px;
	padding: 18px 5px 0 25px;
	background-image: url("/source/smile.png") !important;
	background-repeat: no-repeat;
	background-position: 7px;
	width: 100%;
}

.booking.light-pink #sb-container .sb__footer-promo-wrapper .sb-custom-link-color:hover {
	background-color: #0479a4;
}

.booking.light-pink #sb-container .sb__footer-promo-wrapper .sb-custom-icon-color {
	width: 20px;
	height: 20px;
	margin: 0 auto !important;
	color: #fff !important;
	fill: #fff !important;
	display: none !important;
}

.booking.light-pink #sb-container .sb__footer-promo-wrapper .sb__footer-link--promo-value {
	display: block;
	margin-top: -2px;
}

.booking.light-pink .sb__calendar-days {
	width: 100%;
	float: left;
}

@media (min-width:768px) {
	.booking.light-pink input[type=button] {
		width: 10% !important;
		margin-left: 15%;
	}
}

@media (max-width:767px) {
	.booking.light-pink input[type=button] {
		width: 100% !important;
	}
}

.booking.light-pink #sb-container {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 2px solid #fdb611;
	border-bottom: 2px solid #fdb611;
}

@media (min-width:768px) {
	.sb__calendar-month {
		min-height: 320px;
	}
}

.sb__calendar-month:nth-of-type(2) {
	display: none !important;
}

@media (min-width:992px) {
	.sb__footer-link {
		margin-top: 0px !important;
	}
}

#sb-container .sb-custom-box-shadow-color.sb__guests {
	border-top: 2px solid #777 !important;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .2) !important;
}

.sb-screen-l .sb__form-field-input {
	padding: 10px 48px 15px 0 !important;
}

.sb-screen-l .sb__form-field-month-year, .sb-screen-l .sb__form-field-guests {
	font-weight: bold;
	text-transform: capitalize;
}

.sb__guests-room-label {
	font-weight: bold;
	color: #555;
}

.sb__form-field-label {
	font-weight: normal;
	line-height: 110%;
	height: auto !important;
	font-size: 10px !important;
	text-transform: uppercase;
}

.sb-custom-label-hover-color {
	font-size: 14px;
	font-weight: normal;
	line-height: 110%;
}

@media (min-width:768px) {
	.sb__btn--verify {
		margin-top: 0 !important;
	}
}*/

.booking {
    height: 82px;
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    width: 95%;
    max-width: 1070px;
    margin: 0 auto;
    bottom: 50px;
}

@media (max-width:1199px) {
    .booking {
        bottom: 0;
    }
}

.booking .abs-window {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
}

/*.sb__form-field--checkin {
	background-image: url("/source/freccia-date.png");
	background-repeat: no-repeat;
	background-position: center right !important;
}

.sb__form-field--checkout {
	border-right: 1px solid #eee;
}
*/
/*.booking #contenitore {
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, .8);
}

    .booking #contenitore .scelta {
        background-color: rgba(255, 255, 255, .99);
        position: absolute;
        top: 100%;
        padding: 0px 0;
        left: 0;
        right: 0;
    }

        .booking #contenitore .scelta .rooms-adults-kids {
            padding: 5px 0;
            border-bottom: 1px solid #eee;
        }

        .booking #contenitore .scelta .kids.col-md-4, .booking #contenitore .scelta .adults.col-md-4 {
            padding: 0 10px;
        }

.booking label {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    display: block;
}

.booking input[type="text"], .booking select {
    font-size: 13px;
    background-color: transparent;
    background-position: bottom right;
    outline: none;
    text-align: left;
    color: #000;
    background-repeat: no-repeat;
    line-height: 35px;
    text-transform: uppercase;
    height: 35px;
}

    .booking select, .booking select#Cam1Bambini {
        background-image: url("/source/freccia-book.png");
        background-repeat: no-repeat;
        background-position: 35px 50% !important;
        text-indent: 0px;
    }

.booking .kids select, .booking .adults select {
    background-position: 35px 50%;
    text-indent: 0px;
}

.booking .age-first select {
    background-color: #fff;
    color: #000;
    text-align: left;
    text-indent: 0px;
    max-width: 65px;
    margin: 2px auto;
    padding: 0 3px;
    border: 1px solid #ccc;
}

.booking select option {
    color: #000;
}

.booking input[type="text"] {
    background-image: url("/source/cal-book.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
}

.booking input#btnSearch {
    font-weight: 700;
    height: 50px;
    background-color: #fdb611;
    color: #fff;
    font-size: 13px;
    border: none;
    width: 100%;
    margin: 0 auto;
}

    .booking input#btnSearch:hover {
        background-color: #f27671;
    }

.booking .modify {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}

.booking #label-modcancreservation {
    color: #fff;
    line-height: 40px;
}

.booking .bordo {
    border-right: #fff 1px solid;
    padding: 0px 5px;
    font-weight: 700;
}

.booking .no-bordo {
    border-right: none;
}

.imagelightbox-arrow {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    font-weight: normal;
}

@media (max-width:991px) {
    .imagelightbox-arrow {
        width: 100px !important;
        text-align: center !important;
        top: 80% !important;
    }
}

@media (max-width:991px) {
    .imagelightbox-arrow {
        width: auto !important;
        margin: 0 !important;
        text-align: center;
    }
}

.imagelightbox-arrow-right:before {
    border-left-color: #17a5da !important;
}

.imagelightbox-arrow-left:before {
    border-right-color: #17a5da !important;
}

.titolo-news-top {
    padding: 70px 0 90px;
    position: relative;
}

    .titolo-news-top:after {
        content: "";
        display: block;
        background: #dcdcdc;
        margin: auto;
        width: 1px;
        height: 60px;
        position: absolute;
        bottom: 0;
        irght: 50%;
        left: 50%;
        margin-left: -1px;
    }

.titolo-pag {
    padding: 70px;
    position: relative;
}

    .titolo-pag:before {
        content: "";
        display: block;
        background: #dcdcdc;
        margin: auto;
        width: 1px;
        height: 60px;
        position: absolute;
        top: 0;
        irght: 50%;
        left: 50%;
        margin-left: -1px;
    }

    .titolo-pag:after {
        content: "";
        display: block;
        background: #dcdcdc;
        margin: auto;
        width: 1px;
        height: 60px;
        position: absolute;
        bottom: 0;
        irght: 50%;
        left: 50%;
        margin-left: -1px;
    }

@media (max-width:991px) {
    .titolo-pag {
        padding: 70px 15px 30px;
    }

        .titolo-pag:after {
            display: none;
        }
}

.titolo-pag a {
    color: #17a5da;
    border-bottom: 2px solid #17a5da;
}

@media (max-width:991px) {
    .boxes-home {
        padding: 0 30px;
    }
}

.box-home {
    position: relative;
}

@media (max-width:991px) {
    .box-home {
        margin: 15px 0;
    }
}

.box-home:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.box-home .abs-numero {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 2;
    right: 0;
    width: 100%;
}

    .box-home .abs-numero .numero-box {
        font-size: 250px;
    }

.box-home .abs-box {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    text-elign: center;
}

    .box-home .abs-box .pulsante-link {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 700;
    }

        .box-home .abs-box .pulsante-link .icon-freccia {
            display: block;
            margin: 15px auto 0;
            font-size: 5px;
        }*/

.icona-top {
    font-size: 40px;
}

@media (min-width:1200px) {
    .slider-home {
        max-height: 98vh;
        height: auto;
        overflow: hidden;
    }
}

.payoff-home {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 100%;
    top: 40%;
    padding: 30px;
}

@media (max-width:991px) {
    .payoff-home {
        top: auto;
        bottom: 0px;
    }
}

.payoff-home .payoff-titolo {
    font-size: 55px;
    color: #fff;
    line-height: 110%;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width:991px) {
    .payoff-home .payoff-titolo {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

.payoff-home .payoff-sottotitolo {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    line-height: 130%;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width:991px) {
    .payoff-home .payoff-sottotitolo {
        font-size: 15px;
        font-weight: 400;
    }
}

.form-cont {
    position: relative;
}

    .form-cont:before {
        content: "";
        position: absolute;
        left: 0;
        opacity: .7;
        right: 0;
        display: block;
        height: 30%;
        width: 100%;
        top: 0;
        z-index: 0;
        background: #000;
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .51864496) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .51864496) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .51864496) 100%);
        -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    }

    .form-cont .titolo-form {
        position: relativ;
        z-index: 1;
        font-size: 55px;
        text-shadow: 1px 1px 1px #000;
        margin-bottom: 5px;
    }

@media (max-width:991px) {
    .form-cont .titolo-form {
        font-size: 35px;
    }
}

.form-cont .sottotitolo-form {
    position: relativ;
    z-index: 1;
    font-size: 20px;
    font-weight: 700px;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width:991px) {
    .form-cont .sottotitolo-form {
        font-size: 17px;
        font-weight: 400;
    }
}

.titolo-frm-right {
    line-height: 140%;
}

.frase-no-off {
    display: none;
}

.mixitup-control {
    padding-bottom: 40px;
    text-align: center;
}

    .mixitup-control button {
        background: transparent;
        color: #111;
        border: 1px solid #17a5da;
        line-height: 150%;
        outline: none;
        margin: 10px;
        border-radius: 0;
        font-weight: 600;
        padding: 10px 15px;
        font-size: 16px;
        text-transform: uppercase;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

@media only screen and (max-width:600px) {
    .mixitup-control button {
        padding: 10px;
        margin: 7px;
        font-size: 12px;
        line-height: 140%;
    }
}

.mixitup-control button.mixitup-control-active, .mixitup-control button.mixitup-control-active:hover {
    color: #fff;
    background: #17a5da;
}

.slick-next, .slick-prev {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

    .slick-next :before, .slick-prev :before, .slick-next:before, .slick-prev:before {
        opacity: 1 !important;
        outline: none !important;
        text-shadow: none;
        box-shadow: none;
        display: inline-block;
    }

.cec-arrow {
    bottom: 0;
    z-index: 1;
    color: #17a5da;
    width: auto;
    height: auto;
    font-size: 10px;
}

    .cec-arrow:hover, .cec-arrow:focus {
        color: inherit;
    }

    .cec-arrow:before {
        display: none;
    }

.servizi-elenco .servizio-riquadro {
    text-align: center;
    margin-bottom: 18px;
    display: inline-block;
}

.servizi-elenco .servizio-icona {
    color: #17a5da;
    font-size: 22px;
}

@media (min-width:768px) {
    .servizi-elenco .servizio-icona {
        font-size: 26px;
    }
}

.servizi-elenco .servizio-nome {
    font-size: 12px;
}

.servizi-elenco .cec-arrow {
    bottom: -10px;
    top: auto;
}

.servizi-elenco .slick-prev {
    left: calc(50% - 110px);
}

.servizi-elenco .slick-next {
    left: calc(50% + 40px);
    right: auto;
}

    .servizi-elenco .slick-prev [class^="icon-"]:before, .servizi-elenco .slick-next [class^="icon-"]:before {
        font-size: 6px;
        font-weight: normal !important;
    }

/*.sb__form .sb__guests-rooms .sb__guests, .sb__form .sb__calendar {
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.sb__form.editing .sb__guests-rooms .sb__guests, .sb__form.editing .sb__calendar {
	opacity: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}*/

.calendari-nascosti {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .9);
    height: 600px;
    left: 0;
    bottom: 0;
    z-index: 10000;
    right: 0;
    border-top-left-radius: 0;
    -webkit-transform: translate3d(0, 101%, 0);
    -moz-transform: translate3d(0, 101%, 0);
    -ms-transform: translate3d(0, 101%, 0);
    -o-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

    .calendari-nascosti .sb__calendar {
        position: fixed !important;
        right: 0px !important;
        left: 0px !important;
        width: 320px !important;
        bottom: auto !important;
        top: 110px !important;
        margin: 0px auto !important;
        visibility: visible !important;
        z-index: 100000000 !important;
        display: block !important;
        opacity: 1 !important;
    }

    .calendari-nascosti.open-calendar {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .calendari-nascosti h3 {
        width: 100%;
        max-width: 640px;
        color: #17a5da;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        top: 45px;
    }

    .calendari-nascosti .img-close {
        position: absolute;
        right: 10%;
        top: 45px;
        z-index: 1;
        cursor: pointer;
    }

    .calendari-nascosti .ok {
        background-color: #fdb611;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 50px;
        right: 0;
        left: 0;
        text-align: center;
        display: block;
        line-height: 45px;
        max-width: 250px;
        margin: 0 auto;
        cursor: pointer;
    }

        .calendari-nascosti .ok:hover {
            color: #fff;
            background-color: #17a5da;
        }

.ospiti-nascosti {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .9);
    height: 600px;
    left: 0;
    bottom: 0;
    z-index: 10000;
    right: 0;
    border-top-left-radius: 0;
    -webkit-transform: translate3d(0, 101%, 0);
    -moz-transform: translate3d(0, 101%, 0);
    -ms-transform: translate3d(0, 101%, 0);
    -o-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

    /*.ospiti-nascosti .sb__guests {
	display: block !important;
	position: fixed !important;
	right: 0 !important;
	left: 0 !important;
	margin: auto !important;
	margin: 0 auto !important;
	width: 100% !important;
	max-width: 450px !important;
	bottom: 350px !important;
	top: auto !important;
}

.ospiti-nascosti .sb__panel-actions {
	display: none;
}*/

    .ospiti-nascosti.open-ospiti {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .ospiti-nascosti h3 {
        width: 100%;
        max-width: 640px;
        color: #17a5da;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        top: 45px;
    }

    .ospiti-nascosti .img-close {
        position: absolute;
        right: 10%;
        top: 45px;
        z-index: 1;
        cursor: pointer;
    }

    .ospiti-nascosti .ok {
        background-color: #fdb611;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 200px;
        right: 0;
        left: 0;
        text-align: center;
        display: block;
        line-height: 45px;
        max-width: 250px;
        margin: 0 auto;
        cursor: pointer;
    }

        .ospiti-nascosti .ok:hover {
            color: #fff;
            background-color: #17a5da;
        }

/*#sb-container .promo-nascosti .sb__footer-promo .sb__footer-promo-input {
	border-color: #ddd !important;
	border: 1px solid;
	color: #333 !important;
}

#sb-container .promo-nascosti .sb__footer-promo {
	border-top: 2px solid #777 !important;
}*/

.promo-nascosti {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .9);
    height: 600px;
    left: 0;
    bottom: 0;
    z-index: 10000;
    right: 0;
    border-top-left-radius: 0;
    -webkit-transform: translate3d(0, 101%, 0);
    -moz-transform: translate3d(0, 101%, 0);
    -ms-transform: translate3d(0, 101%, 0);
    -o-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

    /*.promo-nascosti .sb__footer-promo {
	position: fixed !important;
	right: 0px !important;
	left: 0px !important;
	width: 450px !important;
	bottom: auto !important;
	top: 110px !important;
	margin: 0px auto !important;
	visibility: visible !important;
	z-index: 100000000 !important;
	display: block !important;
	opacity: 1 !important;
	padding: 30px;
}

.promo-nascosti .sb__footer-promo:before {
	display: none;
}

.promo-nascosti .sb__footer-promo .sb__btn {
	display: none;
}
*/

    .promo-nascosti.open-promo {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .promo-nascosti h3 {
        width: 100%;
        max-width: 640px;
        color: #17a5da;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        top: 45px;
    }

    .promo-nascosti .img-close {
        position: absolute;
        right: 10%;
        top: 45px;
        z-index: 1;
        cursor: pointer;
    }

    .promo-nascosti .ok {
        background-color: #fdb611;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 200px;
        right: 0;
        left: 0;
        text-align: center;
        display: block;
        line-height: 45px;
        max-width: 250px;
        margin: 0 auto;
        cursor: pointer;
    }

        .promo-nascosti .ok:hover {
            color: #fff;
            background-color: #17a5da;
        }

.hidden-lingue {
    visibility: hidden;
    height: 0;
}

.title-none {
    display: none;
}


/* CSS: superObject (568620) */
.wrapper_lgly0y23r1of {
}

    .wrapper_lgly0y23r1of img {
        max-width: 100%
    }

.wrapper_q8dezy0rufp7 {
}

    .wrapper_q8dezy0rufp7 img {
        max-width: 100%
    }

div.row_3854c55213d2:before {
    content: " ";
}

div.row_3854c55213d2:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_56bbcd363181 {
}

div.button_94ce2106b3e2_container:before {
    content: " ";
}

div.button_94ce2106b3e2_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_94ce2106b3e2 {
    background: #FDB611;
}

    a.button_94ce2106b3e2:hover {
    }

    a.button_94ce2106b3e2 .icon {
    }

div.column_5f2e2693b9db {
}

div.button_26c71081f532_container:before {
    content: " ";
}

div.button_26c71081f532_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_26c71081f532 {
    background: #52C0EC;
}

    a.button_26c71081f532:hover {
    }

    a.button_26c71081f532 .icon {
    }

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

.wrapper_igo47ohfa4nz {
}

    .wrapper_igo47ohfa4nz img {
        max-width: 100%
    }

div.row_97f7af0526b2:before {
    content: " ";
}

div.row_97f7af0526b2:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_ff0886c603d1 {
}

.wrapper_io01j5em1125 {
}

    .wrapper_io01j5em1125 img {
        max-width: 100%
    }

.tendina-lingue {
    cursor: pointer;
    position: relative;
}

.item_lingue > a {
    padding: 2px 0;
    display: block;
}

.languageLinks_3c3b75a21648_container .blocco-lingue a, .languageLinks_3c3b75a21648_container .blocco-lingue {
    font-size: 16px;
}

.so_languageLinks .blocco-lingue a {
    text-decoration: none;
}

.so_languageLinks .blocco-lingue .cms-icon-angle-arrow-down {
    font-size: 10px
}

.tendina-lingue #select_lingue {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    line-height: normal;
    left: 0;
    top: 18px;
    right: 0;
    z-index: 9;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .4s linear;
    transition: .4s linear;
}

.tendina-lingue:hover #select_lingue {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

        div.code_html_e70700b70233_container .tendina-lingue {
            text-align: left !important;
        }

        div.code_html_e70700b70233_container .item_lingue {
            text-align: left !important;
            padding-left: 10px;
        }

    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .tendina-lingue {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .item_lingue {
        text-align: left !important;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

        div.code_html_e70700b70233_container .tendina-lingue {
            text-align: left !important;
        }

        div.code_html_e70700b70233_container .item_lingue {
            text-align: left !important;
            padding-left: 10px;
        }

    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .tendina-lingue {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .item_lingue {
        text-align: left !important;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

div.column_8ae3ef2b67b6 {
}

.wrapper_8b7l1armg1u0 {
}

    .wrapper_8b7l1armg1u0 img {
        max-width: 100%
    }

ul.menu_7e0870646eec_container:after {
    content: " ";
    display: table;
    clear: both;
}

ul.menu_7e0870646eec_container, ul.menu_7e0870646eec_container ul {
    padding-inline-start: 0;
    padding: 0;
    margin: 0;
}

ul.menu_7e0870646eec_container {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.menu_7e0870646eec_container a {
        position: relative;
    }

    ul.menu_7e0870646eec_container.root > li > a {
        display: block;
        /*padding: 10px;*/
    }

    ul.menu_7e0870646eec_container .cms-icon-angle-arrow-down {
        padding-left: 2px;
        font-size: 50%;
    }

    ul.menu_7e0870646eec_container .cms-icon-angle-arrow-pointing-to-right {
        padding-left: 2px;
        font-size: 50%;
    }

    ul.menu_7e0870646eec_container.root .submenu {
        position: absolute;
        z-index: 10;
        -webkit-transition: .2s linear;
        transition: .2s linear;
        /*min-width:  -webkit-fill-available;*/
        /*margin-top: 40px;*/
    }

@media only screen and (min-width: 992px) {
    ul.menu_7e0870646eec_container.root .submenu {
        visibility: hidden;
        opacity: 0;
    }
}

ul.menu_7e0870646eec_container.root .submenu li {
    display: grid;
    position: relative;
}

ul.menu_7e0870646eec_container.root.level1 .submenu .submenu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

ul.menu_7e0870646eec_container.root .submenu .submenu {
    position: absolute;
    left: 100%;
    margin-top: 0;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    top: 0px;
}

ul.menu_7e0870646eec_container.root li:hover > .submenu {
    visibility: visible;
    opacity: 1;
}

ul.menu_7e0870646eec_container {
}

    ul.menu_7e0870646eec_container.root .submenu {
    }

    ul.menu_7e0870646eec_container.level1 > li {
    }

        ul.menu_7e0870646eec_container.level1 > li > a {
        }

            ul.menu_7e0870646eec_container.level1 > li > a:hover {
            }

    ul.menu_7e0870646eec_container .level2 > li > a {
    }

        ul.menu_7e0870646eec_container .level2 > li > a:hover {
        }

    ul.menu_7e0870646eec_container.level1 li:hover > a {
    }

    ul.menu_7e0870646eec_container .level3 > li > a {
    }

        ul.menu_7e0870646eec_container .level3 > li > a:hover {
        }

div.button_21f0349ce253_container:before {
    content: " ";
}

div.button_21f0349ce253_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_21f0349ce253:hover {
}

a.button_21f0349ce253 .icon {
}

div.button_55b795cdf69a_container:before {
    content: " ";
}

div.button_55b795cdf69a_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_55b795cdf69a:hover {
}

a.button_55b795cdf69a .icon {
}

div.button_7fd6d3ab432a_container:before {
    content: " ";
}

div.button_7fd6d3ab432a_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_7fd6d3ab432a:hover {
}

a.button_7fd6d3ab432a .icon {
}

div.button_1a0afa128994_container:before {
    content: " ";
}

div.button_1a0afa128994_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_1a0afa128994:hover {
}

a.button_1a0afa128994 .icon {
}

div.button_9c592cbbb9dd_container:before {
    content: " ";
}

div.button_9c592cbbb9dd_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_9c592cbbb9dd:hover {
}

a.button_9c592cbbb9dd .icon {
}

div.button_5ba8285bcbd7_container:before {
    content: " ";
}

div.button_5ba8285bcbd7_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_5ba8285bcbd7:hover {
}

a.button_5ba8285bcbd7 .icon {
}

div.button_67dcdb698d53_container:before {
    content: " ";
}

div.button_67dcdb698d53_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_67dcdb698d53:hover {
}

a.button_67dcdb698d53 .icon {
}

div.button_655b18267ff0_container:before {
    content: " ";
}

div.button_655b18267ff0_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_655b18267ff0:hover {
}

a.button_655b18267ff0 .icon {
}

div.button_183d9984ab37_container:before {
    content: " ";
}

div.button_183d9984ab37_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_183d9984ab37:hover {
}

a.button_183d9984ab37 .icon {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

div.row_e44fa0a81641 {
    height: 70px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

    div.row_e44fa0a81641:before {
        content: " ";
    }

    div.row_e44fa0a81641:after {
        content: " ";
        display: table;
        clear: both;
    }

div.column_6f1d7dfda838 {
}

div.anagraphicData_b96b578d2415_container a {
    color: #444444 !important;
}

div.anagraphicData_b96b578d2415_container .svg-color {
    color: #fff !important;
}

div.column_9957145e72dc {
}

div.anagraphicData_285a45cbc8ff_container a {
    color: #444444 !important;
}

div.anagraphicData_285a45cbc8ff_container .svg-color {
    color: rgba(0,0,0,0.3) !important;
}

div.column_4b1f1ee90e92 {
}

img.image_a2518794e863 {
    max-width: 100px;
    width: 100%;
    margin-top: 15px;
    margin-left: 10px;
}

div.image_a2518794e863_container .image_caption {
}

div.column_f00c09e4d58c {
    height: 100%;
    color: #ffffff !important;
    padding-top: 16px;
    padding-left: 9px;
}

div.text_34b0c4fe7048_container {
    height: 100%;
}

    div.text_34b0c4fe7048_container .click {
        margin-top: 0px;
        margin-bottom: 7px;
    }

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

div.containerBox_f00cfdd1f9e0 {
    background: #fff;
}

div.row_577a4e54f303:before {
    content: " ";
}

div.row_577a4e54f303:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_9f412e8d300d {
}

div.button_c63089c6f300_container:before {
    content: " ";
}

div.button_c63089c6f300_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_c63089c6f300 {
    background: #FDB611;
}

    a.button_c63089c6f300:hover {
    }

    a.button_c63089c6f300 .icon {
    }

div.column_0323fddd2431 {
}

div.button_cec71a2c6218_container:before {
    content: " ";
}

div.button_cec71a2c6218_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_cec71a2c6218 {
    background: #24B1E8;
}

    a.button_cec71a2c6218:hover {
    }

    a.button_cec71a2c6218 .icon {
    }

div.column_8a154d7244ca {
}

.wrapper_8b7l1armg1u0 {
}

    .wrapper_8b7l1armg1u0 img {
        max-width: 100%
    }

ul.menu_7e0870646eec_container:after {
    content: " ";
    display: table;
    clear: both;
}

ul.menu_7e0870646eec_container, ul.menu_7e0870646eec_container ul {
    padding-inline-start: 0;
    padding: 0;
    margin: 0;
}

ul.menu_7e0870646eec_container {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.menu_7e0870646eec_container a {
        position: relative;
    }

    ul.menu_7e0870646eec_container.root > li > a {
        display: block;
        /*padding: 10px;*/
    }

    ul.menu_7e0870646eec_container .cms-icon-angle-arrow-down {
        padding-left: 2px;
        font-size: 50%;
    }

    ul.menu_7e0870646eec_container .cms-icon-angle-arrow-pointing-to-right {
        padding-left: 2px;
        font-size: 50%;
    }

    ul.menu_7e0870646eec_container.root .submenu {
        position: absolute;
        z-index: 10;
        -webkit-transition: .2s linear;
        transition: .2s linear;
        /*min-width:  -webkit-fill-available;*/
        /*margin-top: 40px;*/
    }

@media only screen and (min-width: 992px) {
    ul.menu_7e0870646eec_container.root .submenu {
        visibility: hidden;
        opacity: 0;
    }
}

ul.menu_7e0870646eec_container.root .submenu li {
    display: grid;
    position: relative;
}

ul.menu_7e0870646eec_container.root.level1 .submenu .submenu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

ul.menu_7e0870646eec_container.root .submenu .submenu {
    position: absolute;
    left: 100%;
    margin-top: 0;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    top: 0px;
}

ul.menu_7e0870646eec_container.root li:hover > .submenu {
    visibility: visible;
    opacity: 1;
}

ul.menu_7e0870646eec_container {
}

    ul.menu_7e0870646eec_container.root .submenu {
    }

    ul.menu_7e0870646eec_container.level1 > li {
    }

        ul.menu_7e0870646eec_container.level1 > li > a {
        }

            ul.menu_7e0870646eec_container.level1 > li > a:hover {
            }

    ul.menu_7e0870646eec_container .level2 > li > a {
    }

        ul.menu_7e0870646eec_container .level2 > li > a:hover {
        }

    ul.menu_7e0870646eec_container.level1 li:hover > a {
    }

    ul.menu_7e0870646eec_container .level3 > li > a {
    }

        ul.menu_7e0870646eec_container .level3 > li > a:hover {
        }

div.button_21f0349ce253_container:before {
    content: " ";
}

div.button_21f0349ce253_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_21f0349ce253:hover {
}

a.button_21f0349ce253 .icon {
}

div.button_55b795cdf69a_container:before {
    content: " ";
}

div.button_55b795cdf69a_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_55b795cdf69a:hover {
}

a.button_55b795cdf69a .icon {
}

div.button_7fd6d3ab432a_container:before {
    content: " ";
}

div.button_7fd6d3ab432a_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_7fd6d3ab432a:hover {
}

a.button_7fd6d3ab432a .icon {
}

div.button_1a0afa128994_container:before {
    content: " ";
}

div.button_1a0afa128994_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_1a0afa128994:hover {
}

a.button_1a0afa128994 .icon {
}

div.button_9c592cbbb9dd_container:before {
    content: " ";
}

div.button_9c592cbbb9dd_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_9c592cbbb9dd:hover {
}

a.button_9c592cbbb9dd .icon {
}

div.button_5ba8285bcbd7_container:before {
    content: " ";
}

div.button_5ba8285bcbd7_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_5ba8285bcbd7:hover {
}

a.button_5ba8285bcbd7 .icon {
}

div.button_67dcdb698d53_container:before {
    content: " ";
}

div.button_67dcdb698d53_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_67dcdb698d53:hover {
}

a.button_67dcdb698d53 .icon {
}

div.button_655b18267ff0_container:before {
    content: " ";
}

div.button_655b18267ff0_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_655b18267ff0:hover {
}

a.button_655b18267ff0 .icon {
}

div.button_183d9984ab37_container:before {
    content: " ";
}

div.button_183d9984ab37_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_183d9984ab37:hover {
}

a.button_183d9984ab37 .icon {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

/* CSS: superObject remap css page(568620) */




/* CSS: superObject (574151) */
.wrapper_9m4ki2c5z3ij {
}

    .wrapper_9m4ki2c5z3ij img {
        max-width: 100%
    }

div.row_jeqq65wftc07:before {
    content: " ";
}

div.row_jeqq65wftc07:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_wt9ysnlqid5w {
}

div.row_5jjbqz1my2r2:before {
    content: " ";
}

div.row_5jjbqz1my2r2:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_q542w8n3wbk6 {
}

div.backofficeContentList_llabpxs9l7ad {
    width: 100%;
}

div.row_5ebfdrl3xnn6:before {
    content: " ";
}

div.row_5ebfdrl3xnn6:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_3jt2f5ltkj7c {
}

.wrapper_rdtiqmxwzut2 {
}

    .wrapper_rdtiqmxwzut2 img {
        max-width: 100%
    }

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

.wrapper_08e2slwi9a5j {
}

    .wrapper_08e2slwi9a5j img {
        max-width: 100%
    }

div.image_0d6d312b7f45_container {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

img.image_0d6d312b7f45 {
    max-width: 100%;
}

img.image_0d6d312b7f45 {
    height: auto;
}

div.image_0d6d312b7f45_container .image_caption {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

.wrapper_n01459cr1y5z {
}

    .wrapper_n01459cr1y5z img {
        max-width: 100%
    }

div.image_d96690fa0fda_container {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 15px;
    z-index: 1;
}

img.image_d96690fa0fda {
    max-width: 216px;
}

div.image_d96690fa0fda_container .image_caption {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

.wrapper_io01j5em1125 {
}

    .wrapper_io01j5em1125 img {
        max-width: 100%
    }

.tendina-lingue {
    cursor: pointer;
    position: relative;
}

.item_lingue > a {
    padding: 2px 0;
    display: block;
}

.languageLinks_3c3b75a21648_container .blocco-lingue a, .languageLinks_3c3b75a21648_container .blocco-lingue {
    font-size: 16px;
}

.so_languageLinks .blocco-lingue a {
    text-decoration: none;
}

.so_languageLinks .blocco-lingue .cms-icon-angle-arrow-down {
    font-size: 10px
}

.tendina-lingue #select_lingue {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    line-height: normal;
    left: 0;
    top: 18px;
    right: 0;
    z-index: 9;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .4s linear;
    transition: .4s linear;
}

.tendina-lingue:hover #select_lingue {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

        div.code_html_e70700b70233_container .tendina-lingue {
            text-align: left !important;
        }

        div.code_html_e70700b70233_container .item_lingue {
            text-align: left !important;
            padding-left: 10px;
        }

    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .tendina-lingue {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .item_lingue {
        text-align: left !important;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

        div.code_html_e70700b70233_container .tendina-lingue {
            text-align: left !important;
        }

        div.code_html_e70700b70233_container .item_lingue {
            text-align: left !important;
            padding-left: 10px;
        }

    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .tendina-lingue {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .item_lingue {
        text-align: left !important;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

img.image_nxgrqjqmfu1m {
    max-width: 100%;
}

img.image_nxgrqjqmfu1m {
    height: auto;
}

div.image_nxgrqjqmfu1m_container .image_caption {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

/* CSS: superObject remap css page(574151) */




/* CSS: superObject (568607) */
.wrapper_c4r80gjzruss {
}

    .wrapper_c4r80gjzruss img {
        max-width: 100%
    }

div.containerBox_754bf4ab3e30 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

div.row_0d86b8049ebb:before {
    content: " ";
}

div.row_0d86b8049ebb:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_22016cf196db {
    text-align: right;
    padding-top: 130px;
}

div.creditsTitanka_bb293b7666f4 a {
    color: #fff !important;
}

div.column_11c1456181cd {
}

address.anagraphicData_08fe2c9bdf14_container a {
    color: #fff;
}

address.anagraphicData_08fe2c9bdf14_container img {
    height: 20px;
}

div.column_087f17121f0f {
}

img.image_7fb42f8916fa {
    max-width: 164px;
    width: 100%;
}

div.image_7fb42f8916fa_container .image_caption {
}

div.row_efb601cb2e89:before {
    content: " ";
}

div.row_efb601cb2e89:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_0cfd70aa2654 {
    border-right: none;
}

div.button_79916ebde427_container:before {
    content: " ";
}

div.button_79916ebde427_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_79916ebde427:hover {
}

a.button_79916ebde427 .icon {
}

div.column_2055ce76083f {
}

div.button_b10115f3f160_container:before {
    content: " ";
}

div.button_b10115f3f160_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_b10115f3f160:hover {
}

a.button_b10115f3f160 .icon {
}

div.column_c53f7ed03780 {
}

div.button_8c75d0e6b9cc_container:before {
    content: " ";
}

div.button_8c75d0e6b9cc_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_8c75d0e6b9cc:hover {
}

a.button_8c75d0e6b9cc .icon {
}

div.column_d2a08b3d369b {
}

div.button_afb5725f7fba_container:before {
    content: " ";
}

div.button_afb5725f7fba_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_afb5725f7fba:hover {
}

a.button_afb5725f7fba .icon {
}

div.column_5041d3a50f72 {
}

address.anagraphicData_52790d29a69c_container a {
}

address.anagraphicData_52790d29a69c_container .svg-footer {
    font-size: 28px;
    padding-top: 8px;
}

div.column_ea8572f18fc0 {
}

address.anagraphicData_5bc29bf878fa_container a {
}

div.column_0602f2861a4b {
}

address.anagraphicData_78c6c1b65afc_container a {
}

div.column_4a8205c33a47 {
}

address.anagraphicData_adc684a85ebb_container a {
}

div.containerBox_b695d3cb4e76 {
    background: #F5F5F5;
}

div.row_13d0e8f07c30:before {
    content: " ";
}

div.row_13d0e8f07c30:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_7f44ae0e94df {
}

div.newsletterForm_a1885a58edf6_container:after {
    clear: both;
    display: block;
    content: "";
}

div.newsletterForm_a1885a58edf6 {
    width: 100%;
}

    div.newsletterForm_a1885a58edf6:after {
        clear: both;
        display: block;
        content: "";
    }

div.containerBox_945d03b6388c {
    background-image: url('https://www.santeodoro.com/source/sf-form.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

div.row_53f1ff2ecfbf {
    margin-bottom: 65px;
}

    div.row_53f1ff2ecfbf:before {
        content: " ";
    }

    div.row_53f1ff2ecfbf:after {
        content: " ";
        display: table;
        clear: both;
    }

div.column_63604098406b {
    padding: 25px;
    background: #fff;
}

div.containerBox_c99928bbb316 {
    border-bottom: none;
}

div.column_410890ad3b8b {
    padding: 25px;
    background: rgba(255,255,255,0.85);
}

div.button_94536e8e6014_container:before {
    content: " ";
}

div.button_94536e8e6014_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_94536e8e6014:hover {
}

a.button_94536e8e6014 .icon {
}

div.requestForm_5c92f32012b5_container:after {
    clear: both;
    display: block;
    content: "";
}

div.requestForm_5c92f32012b5 {
    width: 100%;
}

    div.requestForm_5c92f32012b5:after {
        clear: both;
        display: block;
        content: "";
    }

div.row_10291d8d3a72 {
    padding-bottom: 0px;
}

    div.row_10291d8d3a72:before {
        content: " ";
    }

    div.row_10291d8d3a72:after {
        content: " ";
        display: table;
        clear: both;
    }

div.column_ae5b26607631 {
    padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    div.row_53f1ff2ecfbf {
        margin-bottom: 30px;
    }

    div.row_53f1ff2ecfbf {
        margin-bottom: 30px;
    }

    div.column_7f44ae0e94df {
        text-align: center;
    }

    div.column_7f44ae0e94df {
        text-align: center;
    }

    div.containerBox_754bf4ab3e30 {
        background-image: url('/fileupload/template_hotels/obiettivovacanza/images/sf-footer-mobi.jpg');
        /*padding-bottom: 50px;*/
    }

    div.containerBox_754bf4ab3e30 {
        background-image: url('/fileupload/template_hotels/obiettivovacanza/images/sf-footer-mobi.jpg');
        /*padding-bottom: 50px;*/
    }

    div.column_087f17121f0f {
        text-align: center;
    }

    div.column_087f17121f0f {
        text-align: center;
    }

    div.column_11c1456181cd {
        text-align: center;
        padding: 30px 5px;
    }

    div.column_11c1456181cd {
        text-align: center;
        padding: 30px 5px;
    }

    div.column_22016cf196db {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 120px;
    }

    div.column_22016cf196db {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.row_53f1ff2ecfbf {
        margin-bottom: 40px;
    }

    div.row_53f1ff2ecfbf {
        margin-bottom: 40px;
    }

    div.column_7f44ae0e94df {
        text-align: center;
    }

    div.column_7f44ae0e94df {
        text-align: center;
    }

    div.containerBox_754bf4ab3e30 {
        background-image: url('/fileupload/template_hotels/obiettivovacanza/images/sf-footer.jpg');
    }

    div.containerBox_754bf4ab3e30 {
        background-image: url('/fileupload/template_hotels/obiettivovacanza/images/sf-footer.jpg');
    }

    div.column_087f17121f0f {
        text-align: center;
    }

    div.column_087f17121f0f {
        text-align: center;
    }

    div.column_11c1456181cd {
        text-align: center;
        padding: 30px 5px;
    }

    div.column_11c1456181cd {
        text-align: center;
        padding: 30px 5px;
    }

    div.column_22016cf196db {
        text-align: center;
        padding-top: 0px;
    }

    div.column_22016cf196db {
        text-align: center;
        padding-top: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    div.row_53f1ff2ecfbf {
        display: flex;
    }

    div.row_53f1ff2ecfbf {
        display: flex;
    }

    div.containerBox_754bf4ab3e30 {
        background-image: url('/fileupload/template_hotels/obiettivovacanza/images/sf-footer.jpg');
    }

    div.containerBox_754bf4ab3e30 {
        background-image: url('/fileupload/template_hotels/obiettivovacanza/images/sf-footer.jpg');
    }
}

@media only screen and (min-width: 1200px) {
    div.row_53f1ff2ecfbf {
        display: flex;
    }

    div.row_53f1ff2ecfbf {
        display: flex;
    }

    div.containerBox_754bf4ab3e30 {
        background-image: url('/fileupload/template_hotels/obiettivovacanza/images/sf-footer.jpg');
    }

    div.containerBox_754bf4ab3e30 {
        background-image: url('/fileupload/template_hotels/obiettivovacanza/images/sf-footer.jpg');
    }
}

body {
    background-color: rgba(0,0,0,0.05);
}

.blk {
    background-color: #fff;
}




html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

/*b, strong {
	font-weight: bold;
}*/

dfn {
    font-style: italic;
}

/*h1 {
	font-size: 2em;
	margin: .67em 0;
}*/

mark {
    background: #ff0;
    color: #000;
}

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: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    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;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret, #ContContatti .bottone_alt > .caret, .dropup > #ContContatti .bottone_alt > .caret, .struttura-dettaglio .struttura-link a > .caret, .dropup > .struttura-dettaglio .struttura-link a > .caret, .struttura-riquadro .struttura-link a > .caret, .dropup > .struttura-riquadro .struttura-link a > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

	h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
		font-weight: normal;
		line-height: 1;
		color: #777;
	}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

	h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
		font-size: 65%;
	}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

	h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
		font-size: 75%;
	}

h1, .h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
	.lead {
		font-size: 21px;
	}
}

small, .small {
	font-size: 85%;
}*/

cite {
    font-style: normal;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: "â€”Â ";
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: "";
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: "Â â€”";
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width:768px) {
    .container {
        width: 730px;
    }
}

@media (min-width:992px) {
    .container {
        width: 950px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1180px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

/*.row {
    margin-left: -5px;
    margin-right: -5px;
}*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -webkit-filter: alpha(opacity=20);
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        -webkit-filter: alpha(opacity=50);
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .struttura-riquadro:before, .struttura-riquadro:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .struttura-riquadro:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon/icomoon.eot?kqdu2a");
    src: url("fonts/icomoon/icomoon.eot?kqdu2a#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?kqdu2a") format("truetype"), url("fonts/icomoon/icomoon.woff?kqdu2a") format("woff"), url("fonts/icomoon/icomoon.svg?kqdu2a#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-biancheria:before {
    content: "\e91a";
}

.icon-biancheria-cucina:before {
    content: "\e91b";
}

.icon-caffe:before {
    content: "\e91c";
}

.icon-culla:before {
    content: "\e91d";
}

.icon-seggiolone:before {
    content: "\e91e";
}

.icon-stiro:before {
    content: "\e91f";
}

.icon-wifi:before {
    content: "\e90f";
}

.icon-microwave:before {
    content: "\e910";
}

.icon-clean-dishes:before {
    content: "\e911";
}

.icon-television:before {
    content: "\e912";
}

.icon-laundry:before {
    content: "\e913";
}

.icon-grill:before {
    content: "\e914";
}

.icon-insurance:before {
    content: "\e915";
}

.icon-air-conditioner:before {
    content: "\e916";
}

.icon-oven:before {
    content: "\e917";
}

.icon-fan:before {
    content: "\e918";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-arrow-up2:before {
    content: "\ea3a";
}

.icon-arrow-down2:before {
    content: "\ea3e";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-youtube2:before {
    content: "\ea9e";
}

.icon-skype:before {
    content: "\eac5";
}

.icon-linkedin2:before {
    content: "\eaca";
}

.icon-assistenza:before {
    content: "\e90d";
}

.icon-qualita:before {
    content: "\e90e";
}

.icon-telefono:before {
    content: "\e90c";
}

.icon-discount:before {
    content: "\e900";
}

.icon-mobile-phone:before {
    content: "\e901";
}

.icon-sun-umbrella:before {
    content: "\e902";
}

.icon-calendar:before {
    content: "\e903";
}

.icon-heart-shape-outline:before {
    content: "\e904";
}

.icon-towels:before {
    content: "\e905";
}

.icon-chat:before {
    content: "\e906";
}

.icon-gift:before {
    content: "\e907";
}

.icon-freccia:before {
    content: "\e908";
}

.icon-freccia-sx:before {
    content: "\e909";
}

.icon-mail:before {
    content: "\e90a";
}

.icon-prenota:before {
    content: "\e90b";
}

.icon-person-outline:before {
    content: "\e919";
}
/*

body {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 15px;
}

html {
	overflow-x: hidden;
}

a, a:hover, a:focus {
	text-decoration: none;
}

.bg-grigio {
	background: #f5f5f5;
}

.colore-uno {
	color: #17a5da;
}

.colore-due {
	color: #fdb611;
}

.colore-tre {
	color: #f27671;
}

.corsivo {
	font-family: "DM Serif Text";
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi {
	font-weight: 600;
}

strong, .bold {
	font-weight: 800;
}

.extra-bold {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

.italic {
	font-style: italic;
}

.white {
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

.txt-ombra {
	text-shadow: 1px 1px 1px #000;
}

.txt-color {
	color: #394b5f;
}

.letter-space {
	letter-spacing: 1px;
}

input[type=email], input[type=image], input[type=number], input[type=password], input[type=text], select, textarea {
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	text-indent: 5px;
}

#pgall input[type=button], #pgall input[type=submit] {
	width: 100%;
	text-align: center;
	cursor: pointer;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

a, a:active, a:focus, a:link, a:visited, input[type="submit"] {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	outline: none;
	text-decoration: none;
}

.freccia-none, .pulsante, .tendina-lingue, .transition_400, span {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.transition_600 {
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.slick-slide {
	outline: none;
}

label {
	font-weight: normal;
	margin: 0;
}

input[type="checkbox"], input[type="radio"] {
	margin: 0;
}

.box-prezzi {
	padding: 30px;
	margin-bottom: 1px;
	background: #1155a8;
}

.tabella-prezzi .prezzi thead th {
	background: #1155a8;
	color: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.tabella-prezzi .prezzi tbody th {
	background: #1155a8;
	color: #333;
	border-left: 3px solid #17a5da;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.tabella-prezzi .prezzi td {
	background: #1155a8;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.tab-listino {
	width: 100%;
}

	.tab-listino thead tr {
		background-color: #17a5da;
		border-bottom: 2px solid #fff;
	}

		.tab-listino thead tr th {
			text-align: center;
			color: #fff;
			padding: 15px;
			font-weight: bold;
		}

			.tab-listino thead tr th:first-child, .tab-listino thead tr th:nth-child(2) {
				text-align: left;
			}

	.tab-listino tbody tr {
		border-bottom: 2px solid #fff;
	}

		.tab-listino tbody tr td {
			background-color: #d6eaf8;
			padding: 15px;
			text-align: center;
			color: #333;
		}

			.tab-listino tbody tr td:first-child {
				background-color: #17a5da;
				text-align: left;
				font-weight: bold;
				color: #fff;
				width: 20%;
			}

@media (max-width:767px) {
	.tab-listino thead tr th {
		font-size: 13px;
		padding: 10px 3px;
	}

	.tab-listino tbody tr td {
		font-size: 13px;
		padding: 10px 3px;
	}
}

.table-box {
	display: table;
	table-layout: fixed;
	width: 100%;
}

@media (max-width:991px) {
	.table-box {
		display: block;
		width: auto;
	}
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

@media (max-width:991px) {
	.table-cell {
		display: block;
		float: left;
	}
}

@media (min-width:991px) {
	.flex {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-align-content: center;
	}
}

@media (min-width:992px) {
	.flex-content {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-align-content: center;
	}
}

@media (min-width:768px) {
	.flex-content.sm {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-align-content: center;
	}
}

.flex-centrale {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

img {
	height: auto;
}

p, address {
	margin: 0;
	line-height: inherit;
}

ul {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.no-pad {
	padding: 0;
}

.pad_5 {
	padding: 0 5px;
}

.pad_10 {
	padding: 0 10px;
}

.pad_20 {
	padding: 0 20px;
}

.blk {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}

@media (max-width:1199px) {
	.blk {
		padding: 0 10px;
	}
}

@media (min-width:1200px) {
	.blk {
		padding: 0 30px;
	}
}*/

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container, .container-fluid {
    max-width: 100%;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.container-fluid {
    max-width: 1860px;
}

    .container-fluid:before {
        display: block;
    }

    .container-fluid.max-fluid {
        max-width: 100%;
    }

    .container-fluid.min-fluid {
        max-width: 730px;
    }

.divisore {
    padding-bottom: 50px;
}

@media (max-width:767px) {
    .divisore {
        padding-bottom: 25px;
    }
}
/*
h1, h3.grande {
	font-size: 40px;
	line-height: 42px;
}

@media (max-width:991px) {
	h1, h3.grande {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width:767px) {
	h1, h3.grande {
		font-size: 30px;
		line-height: 32px;
	}
}

h2 {
	font-size: 40px;
	line-height: 65px;
}

@media (max-width:991px) {
	h2 {
		font-size: 35px;
		line-height: 37px;
	}
}

@media (max-width:767px) {
	h2 {
		font-size: 32px;
		line-height: 34px;
	}
}

h3 {
	font-size: 40px;
	line-height: 42px;
}

@media (max-width:991px) {
	h3 {
		font-size: 35px;
		line-height: 37px;
	}
}

@media (max-width:767px) {
	h3 {
		font-size: 30px;
		line-height: 32px;
	}
}

h4 {
	font-size: 25px;
	line-height: 27px;
}

h5 {
	font-size: 16px;
}

.pad-bottom-titolo {
	padding-bottom: 30px;
}

.pad-bottom-titoletto {
	padding-bottom: 10px;
}

.pad-title {
	padding: 25px 0;
}

.pad-bottom-txt {
	padding-bottom: 60px;
}

@media (max-width:991px) {
	.pad-bottom-txt {
		padding-bottom: 25px;
	}
}

.testo {
	padding: 20px 6%;
	word-wrap: break-word;
}

@media (max-width:1199px) {
	.testo {
		padding: 30px 5%;
	}
}

@media (max-width:991px) {
	.testo {
		padding: 20px 10px;
	}
}

.testo h1 {
	margin-bottom: 30px;
}*/

@media (max-width:991px) {
    .testo h1 {
        margin-bottom: 5px;
    }
}

.padt_100 {
    padding-top: 100px;
}

.testo-sx {
    padding-right: 40px;
}

@media (max-width:1199px) {
    .testo-sx {
        padding-right: 25px;
    }
}

@media (max-width:991px) {
    .testo-sx {
        padding: 20px 5px;
    }
}

.testo-dx {
    padding-left: 40px;
}

@media (max-width:1199px) {
    .testo-dx {
        padding-right: 25px;
    }
}

@media (max-width:991px) {
    .testo-dx {
        padding: 20px 5px;
    }
}

.col-3-negativa {
    margin-left: -25%;
}

@media (max-width:991px) {
    .col-3-negativa {
        margin-left: -16.66666%;
    }
}

.colonna-negativa {
    margin-left: -8.3333333%;
}

@media (max-width:991px) {
    .colonna-negativa {
        margin-left: 0;
    }
}

.greyscale {
    -webkit-filter: grayscale(100%);
    -webkit-filter: gray;
    -ms-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .greyscale:hover {
        -webkit-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
        background-color: #f8f5ef;
    }

.close {
    opacity: 1;
    outline: none;
}

    .close:hover, .close:focus {
        color: #4a4a4a;
        opacity: 1;
    }

.modal {
    padding: 0 !important;
}

.modal-open {
    padding: 0 !important;
    overflow: auto;
}

body {
    padding: 0 !important;
}

.link-mobi {
    color: #000 !important;
    font-size: 11px;
    padding-top: 12px;
    line-height: normal;
    padding-bottom: 1px;
    font-weight: 700;
    height: 100%;
    display: block;
}

    .link-mobi span[class^="icon-"] {
        margin: 6px auto;
        display: block;
        font-size: 21px;
    }

    .link-mobi img {
        margin: 0 auto;
        margin-bottom: 8px;
        display: block;
        max-height: 21px;
        margin-top: 4px;
    }

    .link-mobi a {
        color: #000 !important;
    }

.blk-mobi {
    width: 20%;
    float: left;
}

.result_inscr_newsl_min {
    color: #fff;
}

#ContContatti {
    color: #000;
}

    #ContContatti input[type="radio"], #ContContatti input[type="checkbox"] {
        display: inline-block;
        margin-right: 4px;
        margin-top: 2px;
    }

    #ContContatti .form-group {
        margin: 3px 0;
    }

    #ContContatti .modulo_alt {
        height: 45px;
        background-repeat: no-repeat;
        box-shadow: none;
        padding: 0;
        font-size: 16px;
        background-color: #fff;
        margin: 5px 0;
        color: #000;
        border: none;
        border: 1px solid #cdcdcd;
        border-radius: 2px;
        text-indent: 10px;
    }

        #ContContatti .modulo_alt option {
            color: #000;
        }

        #ContContatti .modulo_alt::-webkit-input-placeholder {
            color: #000;
        }

        #ContContatti .modulo_alt::-moz-placeholder {
            color: #000;
        }

        #ContContatti .modulo_alt:-ms-input-placeholder {
            color: #000;
        }

        #ContContatti .modulo_alt:-moz-placeholder {
            color: #000;
        }

        #ContContatti .modulo_alt[readonly], #ContContatti .modulo_file {
            background-image: url("/ATScripts/form/img/attach.png");
            background-repeat: no-repeat;
            background-position: 5px center;
            cursor: pointer;
            text-indent: 25px;
            background-color: #fff;
        }

    #ContContatti .bottone_alt {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        #ContContatti .bottone_alt:hover, #ContContatti .bottone_alt:focus, #ContContatti .bottone_alt:active, #ContContatti .bottone_alt.active, .open > .dropdown-toggle#ContContatti .bottone_alt {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }

        #ContContatti .bottone_alt:active, #ContContatti .bottone_alt.active, .open > .dropdown-toggle#ContContatti .bottone_alt {
            background-image: none;
        }

        #ContContatti .bottone_alt.disabled, #ContContatti .bottone_alt[disabled], fieldset[disabled] #ContContatti .bottone_alt, #ContContatti .bottone_alt.disabled:hover, #ContContatti .bottone_alt[disabled]:hover, fieldset[disabled] #ContContatti .bottone_alt:hover, #ContContatti .bottone_alt.disabled:focus, #ContContatti .bottone_alt[disabled]:focus, fieldset[disabled] #ContContatti .bottone_alt:focus, #ContContatti .bottone_alt.disabled:active, #ContContatti .bottone_alt[disabled]:active, fieldset[disabled] #ContContatti .bottone_alt:active, #ContContatti .bottone_alt.disabled.active, #ContContatti .bottone_alt[disabled].active, fieldset[disabled] #ContContatti .bottone_alt.active {
            background-color: #000;
            border-color: #000;
        }

        #ContContatti .bottone_alt .badge {
            color: #000;
            background-color: #fff;
        }

@media (max-width:991px) {
    #ContContatti .bottone_alt {
        float: none;
        margin: 10px auto;
    }
}

#ContContatti .privacy-form {
    text-align: right;
}

    #ContContatti .privacy-form label {
        margin: 0;
        display: inline;
    }

#ContContatti label {
    display: block;
    margin: 5px 0;
    font-size: 16px;
    color: #000;
}

#ContContatti .sep {
    padding-bottom: 10px;
}

#ContContatti textarea {
    min-height: 150px;
}

@media (max-width:1199px) {
    #ContContatti textarea {
        min-height: 100px;
    }
}

#ContContatti .separatore {
    margin-bottom: 10px;
}

#ContContatti select.modulo_alt {
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-position: right 10px bottom 50%;
}

@media (max-width:767px) {
    #ContContatti .privacy-form {
        margin-top: 10px;
    }
}

#ContContatti .privacy-form label {
    padding: 0;
}

#testo_privacy, .txtred_alt {
    font-size: 12px !important;
    color: #000;
    font-weight: normal;
}

#ContContatti input.datepicker, #ContContatti input[name="arrivo"], #ContContatti input[name="partenza"], #data_arrivo_lastminute, #data_partenza_lastminute {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 98% 50% !important;
    cursor: pointer;
    color: #000;
}

.myReplyForm .btn-lg {
    background-color: #fdb611 !important;
    border-radius: 0 !important;
    border: 0px solid transparent !important;
    text-transform: uppercase;
    max-width: 280px;
    font-size: 15px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: bold;
}

    .myReplyForm .btn-lg:hover {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        background-color: #17a5da !important;
    }

#ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input[type="submit"] {
    cursor: pointer;
    color: #fff;
    background-color: #fdb611;
    padding: 0 10px;
    height: 50px;
    width: 100%;
    line-height: 45px;
    -webkit-appearance: none;
    float: right;
    margin: 0;
    margin-top: 15px;
    outline: none;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 200px;
    border-radius: 2px;
    font-weight: bold;
    border: 1px solid #fff;
}

@media (max-width:767px) {
    #ContContatti input[type="button"].bottone_alt, #pgall .wrapper_form_cont input[type="submit"] {
        float: none;
        margin: 15px auto;
        margin-bottom: 0;
    }
}

#ContContatti input[type="button"].bottone_alt:hover, #pgall .wrapper_form_cont input[type="submit"]:hover {
    background-color: #17a5da;
    color: #fff;
}

#pgall .wrapper_form_cont .privacy_check div {
    display: inline-block;
}

.form-myreply, #myreply_form_offerta {
    color: #000;
    padding: 0 10px;
}

    .form-myreply .myReplyForm .form-control, #myreply_form_offerta .form-control, .form-myreply .myReplyForm #ContContatti .modulo_alt, #myreply_form_offerta #ContContatti .modulo_alt {
        font-size: 15px;
        height: 40px;
        text-indent: 4px;
        width: 100%;
        border: none;
        border: 1px solid rgba(204, 204, 204, .5);
        background-color: #fff;
        color: #000;
        -webkit-appearance: none;
        max-width: 100%;
    }

    .form-myreply .modal-dialog, #myreply_form_offerta .modal-dialog {
        color: #000;
    }

    .form-myreply #myreply_form .container-fluid, #myreply_form_offerta .container-fluid {
        padding: 0 !important;
    }

    .form-myreply .myReplyForm .text-success, #myreply_form_offerta .text-success {
        color: #000;
    }

    .form-myreply .myReplyForm label, #myreply_form_offerta label {
        font-size: 15px;
        color: #000;
        padding: 4px 0;
        margin-top: 1px;
    }

    .form-myreply .myReplyForm .element_container, .form-myreply .alpaca-control label, #myreply_form_offerta .alpaca-control label, #myreply_form_offerta .element_container {
        font-size: 13px;
    }

    .form-myreply .myReplyForm .radio label, .form-myreply .myReplyForm .checkbox label {
        font-size: 12px;
    }

    .form-myreply .myReplyForm a, #myreply_form_offerta a {
        color: #000;
        text-decoration: underline;
    }

    #myreply_form_offerta .myReplyForm .wrapper_annotations {
        width: 100%;
    }

    .form-myreply .myReplyForm .annotations_wrapper textarea, #myreply_form_offerta .annotations_wrapper textarea {
        height: 100px !important;
    }

    .form-myreply .myReplyForm .btn-success, #myreply_form_offerta .btn-success {
        border: none;
        border-radius: 0;
        background: #e3cb99;
        font-weight: 500;
        letter-spacing: 1px;
        cursor: pointer;
        color: #fff;
        width: auto;
        width: 100%;
        padding: 0px 10px;
        height: 50px;
        line-height: 45px;
        max-width: 200px;
        font-size: 18px;
        margin-top: 10px;
        -webkit-appearance: none;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

        .form-myreply .myReplyForm .btn-success.send_new_request, #myreply_form_offerta .btn-success.send_new_request {
            max-width: 240px;
            font-size: 13px;
        }

        .form-myreply .myReplyForm .btn-success:hover, .form-myreply .myReplyForm .btn-success:focus, #myreply_form_offerta .btn-success:hover, #myreply_form_offerta .btn-success:focus {
            background: #17a5da;
            color: #fff;
        }

#myreply_form_offerta {
    padding: 25px 10px;
    margin-top: 25px;
    clear: both;
}

.flt_left {
    float: left;
}

.flt_right {
    float: right;
}

.fullWidth img {
    max-width: 100%;
    text-align: center;
}

.rel {
    position: relative;
}

.col_5 {
    width: 20%;
    float: left;
}

@media (max-width:991px) {
    .col_5 {
        width: 33.333%;
    }
}

@media (max-width:767px) {
    .col_5 {
        width: 100%;
    }
}

.center {
    margin: 0 auto;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after, .clearfix:before, .container_12:after, .container_12:before, .container_16:after, .container_16:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .container:after, .container:before, .container-fluid:after, .container-fluid:before, .row:after, .row:before, .struttura-riquadro:after, .struttura-riquadro:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .struttura-riquadro:after {
    clear: both;
}

::selection {
    background: #17a5da;
    color: #fff;
}

::-moz-selection {
    background: #17a5da;
    color: #fff;
}

.cb {
    display: none;
}

.transition {
    transition: all 400ms cubic-bezier(.075, .82, .165, 1);
    -webkit-transition: all 400ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: all 400ms cubic-bezier(.075, .82, .165, 1);
    -ms-transition: all 400ms cubic-bezier(.075, .82, .165, 1);
    -moz-transition: all 400ms cubic-bezier(.075, .82, .165, 1);
}

a:focus, a:active, a:link, img {
    outline: none;
}

.fade {
    opacity: 0;
}

.moveDownTop {
    opacity: 0;
    -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -moz-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.moveUpTop {
    opacity: 0;
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -moz-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.moveLeftTop {
    opacity: 0;
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -moz-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.moveRightTop {
    opacity: 0;
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -moz-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275) .5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.wpb_appear {
    opacity: 0;
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -moz-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.delay-1 {
    animation-delay: .5s !important;
}

.delay-2 {
    animation-delay: 1s !important;
}

.delay-3 {
    animation-delay: 1.5s !important;
}

.delay-4 {
    animation-delay: 2s !important;
}

.delay-5 {
    animation-delay: 2.5s !important;
}

.delay-6 {
    animation-delay: 3s !important;
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_ttb {
    0% {
        -ms-transform: translate(0, -10%);
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes wpb_ttb {
    0% {
        -ms-transform: translate(0, -10%);
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -ms-transform: translate(0, 10%);
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes wpb_btt {
    0% {
        -ms-transform: translate(0, 10%);
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -ms-transform: translate(-10%, 0);
        -webkit-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes wpb_ltr {
    0% {
        -ms-transform: translate(-10%, 0);
        -webkit-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -ms-transform: translate(10%, 0);
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes wpb_rtl {
    0% {
        -ms-transform: translate(10%, 0);
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1;
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -ms-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .1;
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes wpb_appear {
    0% {
        -ms-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .1;
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes bgzoom {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
}

@-moz-keyframes bgzoom {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
}

@-o-keyframes bgzoom {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
}

@keyframes bgzoom {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
}

@-webkit-keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.021, 1.02);
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes bgzoom-reverse {
    from {
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }

    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        o-transform: scale(1.02, 1.02);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.bgzoom {
    overflow: hidden;
}

    .bgzoom img {
        animation: bgzoom-reverse .3s ease-out;
        -moz-animation: bgzoom-reverse .3s ease-out;
        -o-animation: bgzoom-reverse .3s ease-out;
        -webkit-animation: bgzoom-reverse .3s ease-out;
        animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
    }

    .bgzoom:hover img {
        animation: bgzoom .3s ease-out;
        -moz-animation: bgzoom .3s ease-out;
        -o-animation: bgzoom .3s ease-out;
        -webkit-animation: bgzoom .3s ease-out;
        animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
    }

@-webkit-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(7px);
    }
}

@-moz-keyframes bounceArrow {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(7px);
    }
}

@-o-keyframes bounceArrow {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(7px);
    }
}

@-webkit-keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
    }
}

@keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
    }
}

.bounce {
    -webkit-animation: bounceArrow .55s ease 0s alternate infinite;
    animation: bounceArrow .55s ease 0s alternate infinite;
}

.opacity-animation {
    opacity: 0;
    animation: opacity .8s ease-out 1.5s;
    -moz-animation: opacity .8s ease-out 1.5s;
    -o-animation: opacity .8s ease-out 1.5s;
    -webkit-animation: opacity .8s ease-out 1.5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.moveDown.visible {
    -webkit-animation: moveDown 1.2s ease-in-out .2s backwards;
    -moz-animation: moveDown 1.2s ease-in-out .2s backwards;
    -o-animation: moveDown 1.2s ease-in-out .2s backwards;
    -ms-animation: moveDown 1.2s ease-in-out .2s backwards;
    animation: moveDown 1.2s ease-in-out .2s backwards;
    opacity: 1;
}

@-webkit-keyframes moveDown {
    0% {
        -webkit-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@-moz-keyframes moveDown {
    0% {
        -moz-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0px);
        opacity: 1;
    }
}

@-o-keyframes moveDown {
    0% {
        -o-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -o-transform: translateY(0px);
        opacity: 1;
    }
}

@-ms-keyframes moveDown {
    0% {
        -ms-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes moveDown {
    0% {
        -ms-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes moveDown {
    0% {
        -ms-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.moveUp.visible {
    -webkit-animation: moveUp 1.2s ease-in-out .2s backwards;
    -moz-animation: moveUp 1.2s ease-in-out .2s backwards;
    -o-animation: moveUp 1.2s ease-in-out .2s backwards;
    -ms-animation: moveUp 1.2s ease-in-out .2s backwards;
    animation: moveUp 1.2s ease-in-out .2s backwards;
    opacity: 1;
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0px);
        opacity: 1;
    }
}

@-o-keyframes moveUp {
    0% {
        -o-transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -o-transform: translateY(0px);
        opacity: 1;
    }
}

@-ms-keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.fade.visible {
    -webkit-animation: fadeIn 1.6s;
    -moz-animation: fadeIn 1.6s;
    -o-animation: fadeIn 1.6s;
    -ms-animation: fadeIn 1.6s;
    animation: fadeIn 1.6s;
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.moveRight.visible {
    -webkit-animation: moveRight .9s ease-in-out .5s backwards;
    -moz-animation: moveRight .9s ease-in-out .5s backwards;
    -o-animation: moveRight .9s ease-in-out .5s backwards;
    -ms-animation: moveRight .9s ease-in-out .5s backwards;
    animation: moveRight .9s ease-in-out .5s backwards;
    opacity: 1;
}

@-webkit-keyframes moveRight {
    0% {
        -webkit-transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes moveRight {
    0% {
        -moz-transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-o-keyframes moveRight {
    0% {
        -o-transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -o-transform: translateX(0px);
        opacity: 1;
    }
}

@-ms-keyframes moveRight {
    0% {
        -ms-transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes moveRight {
    0% {
        -ms-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes moveRight {
    0% {
        -ms-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.moveLeft.visible {
    -webkit-animation: moveLeft .9s ease-in-out .5s backwards;
    -moz-animation: moveLeft .9s ease-in-out .5s backwards;
    -o-animation: moveLeft .9s ease-in-out .5s backwards;
    -ms-animation: moveLeft .9s ease-in-out .5s backwards;
    animation: moveLeft .9s ease-in-out .5s backwards;
    opacity: 1;
}

@-webkit-keyframes moveLeft {
    0% {
        -webkit-transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes moveLeft {
    0% {
        -moz-transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-o-keyframes moveLeft {
    0% {
        -o-transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -o-transform: translateX(0px);
        opacity: 1;
    }
}

@-ms-keyframes moveLeft {
    0% {
        -ms-transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes moveLeft {
    0% {
        -ms-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes moveLeft {
    0% {
        -ms-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes roll {
    0% {
        -webkit-transform: translateX(500px) rotate(360deg);
    }

    100% {
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes roll {
    0% {
        -moz-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes roll {
    0% {
        -o-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -o-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-ms-keyframes roll {
    0% {
        -ms-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes roll {
    0% {
        -ms-transform: translateX(500px) rotate(360deg);
        -webkit-transform: translateX(500px) rotate(360deg);
        transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px) rotate(0deg);
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll {
    0% {
        -ms-transform: translateX(500px) rotate(360deg);
        -webkit-transform: translateX(500px) rotate(360deg);
        transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }

    100% {
        -ms-transform: translateX(0px) rotate(0deg);
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

.roll {
    -webkit-animation: roll 1s ease-out both, opacity 1s ease-out both;
    -moz-animation: roll 1s ease-out both, opacity 1s ease-out both;
    -o-animation: roll 1s ease-out both, opacity 1s ease-out both;
    -ms-animation: roll 1s ease-out both, opacity 1s ease-out both;
    animation: roll 1s ease-out both, opacity 1s ease-out both;
}

#pgall select {
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
}

.lista-v {
    list-style: none;
    padding: 0;
}

    .lista-v li {
        position: relative;
        padding: 3px 0 3px 24px;
    }

        .lista-v li:before {
            content: "";
            background-color: #a79285;
            position: absolute;
            top: 13px;
            left: 0;
            width: 4px;
            height: 4px;
            border-radius: 50%;
        }

.pulsante-link {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .pulsante-link:hover {
        color: #f27671 !important;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.pulsante:link, .pulsante:active, .pulsante:visited, .pulsante:focus {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background: transparent;
    border: 1px solid #17a5da;
    line-height: 55px;
    width: 100%;
    max-width: 215px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
}

    .pulsante:hover:before, .pulsante:focus:before, .pulsante:active:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

.pulsante:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #17a5da;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition-property: -ms-transform;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: -ms-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.pulsante:hover {
    color: #fff;
}

    .pulsante:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
        transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    }

.pulsante.filled {
    background: #17a5da;
    border: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 65px;
}

    .pulsante.filled:before {
        background: #fdb611;
    }

    .pulsante.filled:hover {
        color: #fff;
    }

    .pulsante.filled.giallo {
        background: #fdb611;
    }

.pulsante.pulsante-book {
    text-align: center;
    padding-top: 22px;
    line-height: normal;
    font-weight: normal;
    border: 1px solid #17a5da;
    background: #fff;
    color: #17a5da;
    max-width: 350px;
}

    .pulsante.pulsante-book:before {
        background: #17a5da;
    }

    .pulsante.pulsante-book:hover {
        color: #fff;
    }

.pulsante.pulsante-room {
    margin: 30px auto 0 0;
}

    .pulsante.pulsante-room span {
        font-size: 18px;
        color: #000;
        margin-right: 7px;
        margin-top: -3px;
    }

    .pulsante.pulsante-room:hover span {
        color: #fff !important;
    }

.pulsante.pulsante-bordo-home {
    margin: 30px auto 30px 0;
    max-width: 190px;
    border: 1px solid #17a5da;
    background: transparent;
    color: #17a5da;
}

    .pulsante.pulsante-bordo-home:before {
        background: #17a5da;
    }

    .pulsante.pulsante-bordo-home:hover {
        color: #fff;
    }

.pulsante.pulsante-bordo-video {
    margin: 15px auto;
    max-width: 275px;
    border: 1px solid #45b3e9;
    background: transparent;
    color: #fff;
    text-shadown: 1px 1px 1px #333;
}

    .pulsante.pulsante-bordo-video:before {
        background: #45b3e9;
    }

    .pulsante.pulsante-bordo-video:hover {
        color: #fff;
    }

.no-pad {
    padding: 0px;
}

.btn-desktop {
    max-width: 300px;
    right: 0;
    position: fixed;
    text-align: right;
}

@media (min-width:1199px) {
    .btn-off {
        position: relative;
        display: inline-block;
        margin-left: 8%;
        padding-bottom: 15px;
    }

        .btn-off:after {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            left: 0;
            right: 0;
            bottom: -10px;
            background: #17a5da;
            height: 3px;
            opacity: 0;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
        }

        .btn-off:hover {
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

            .btn-off:hover:after {
                bottom: 0;
                opacity: 1;
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
            }

        .btn-off .circle-offer {
            position: absolute;
            left: -50%;
            top: -29px;
        }
}

@media (max-width:1199px) {
    .btn-off .circle-offer {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width:991px) {
    .btn-off {
        text-align: centeR;
        display: block;
    }
}

#pgall #email_min {
    height: 50px;
    text-indent: 10px !important;
    border: 1px solid #fff;
    border: 1px solid #dcdcdc;
    color: #000;
    font-size: 15px;
    -webkit-appearance: none;
    outline: none;
    background-color: #fff;
}

    #pgall #email_min::-webkit-input-placeholder {
        color: #000;
    }

    #pgall #email_min::-moz-placeholder {
        color: #000;
    }

    #pgall #email_min:-ms-input-placeholder {
        color: #000;
    }

    #pgall #email_min:-moz-placeholder {
        color: #000;
    }

#pgall #button_email_min {
    height: 50px;
    -webkit-appearance: none;
    background: none;
    background-color: #17a5da;
    width: 100%;
    max-width: 310px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width:767px) {
    #pgall #button_email_min {
        max-width: 150px;
        margin: 0 auto;
    }
}

#pgall #button_email_min:hover {
    background-color: #fdb611;
    color: #fff;
}

#wrapper_email_min {
    margin: 15px auto 0 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width:767px) {
    #wrapper_email_min {
        margin: 30px auto;
    }
}

#wrapper_email_min .field_email_min {
    width: 77%;
}

@media (max-width:767px) {
    #wrapper_email_min .field_email_min {
        width: 100%;
    }
}

#wrapper_email_min .field_button_min {
    width: 22%;
    margin-left: 1%;
}

@media (max-width:767px) {
    #wrapper_email_min .field_button_min {
        width: 100%;
        margin: 10px auto;
    }
}

#wrapper_email_min .link_email {
    font-size: 13px;
    color: #000 !important;
}

#wrapper_email_min .newsletter_min_cont_privacy {
    margin-top: 15px;
    color: #000 !important;
}

    #wrapper_email_min .newsletter_min_cont_privacy a {
        color: #000 !important;
    }

#testo_privacy a:link, #testo_privacy a:active, #testo_privacy a:visited {
    color: #000 !important;
}

@-webkit-keyframes slider-top {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slider-top {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slider-top {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

    .slider-top div {
        -webkit-animation-name: slider-top;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 25s;
        -moz-animation-name: slider-top;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration: 25s;
        -o-animation-name: slider-top;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -o-animation-duration: 25s;
        animation-name: slider-top;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 25s;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .slider-top div:nth-child(0) {
            animation-delay: 0s;
            background-image: url("/source/sf-index-0.jpg");
            z-index: 5;
        }

@media (max-width:767px) {
    .slider-top div:nth-child(0) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-0.jpg&o=5");
    }
}

.slider-top div:nth-child(1) {
    animation-delay: 5s;
    background-image: url("/source/sf-index-1.jpg");
    z-index: 4;
}

@media (max-width:767px) {
    .slider-top div:nth-child(1) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-1.jpg&o=5");
    }
}

.slider-top div:nth-child(2) {
    animation-delay: 10s;
    background-image: url("/source/sf-index-2.jpg");
    z-index: 3;
}

@media (max-width:767px) {
    .slider-top div:nth-child(2) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-2.jpg&o=5");
    }
}

.slider-top div:nth-child(3) {
    animation-delay: 15s;
    background-image: url("/source/sf-index-3.jpg");
    z-index: 2;
}

@media (max-width:767px) {
    .slider-top div:nth-child(3) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-3.jpg&o=5");
    }
}

.slider-top div:nth-child(4) {
    animation-delay: 20s;
    background-image: url("/source/sf-index-4.jpg");
    z-index: 1;
}

@media (max-width:767px) {
    .slider-top div:nth-child(4) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-4.jpg&o=5");
    }
}

.slider-top div:nth-child(5) {
    animation-delay: 25s;
    background-image: url("/source/sf-index-5.jpg");
    z-index: 0;
}

@media (max-width:767px) {
    .slider-top div:nth-child(5) {
        background-image: url("https://cmsmedia.titanka.com/NOME-DOMINIO//crp767x375-top-index-5.jpg&o=5");
    }
}

.op_block {
    cursor: pointer;
}

.click {
    width: 40px;
    height: 25px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .click .txt-menu {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        padding-top: 30px;
        font-family: "DM Serif Text";
        text-align: center;
    }

    .click span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .click span:nth-of-type(1) {
            top: 6px;
        }

        .click span:nth-of-type(2), .click span:nth-of-type(3) {
            top: 15px;
        }

        .click span:nth-of-type(4) {
            top: 24px;
        }

    .click.open span:nth-of-type(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .click.open span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .click.open span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .click.open span:nth-of-type(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

.vedi-menu.slide-menu, ul.level1 ul.level2.submenu.slide-menu {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.sf-sub-indicator {
    display: none;
}

.menu-ctn {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0 20px;
}

@media (max-width:991px) {
    .menu-ctn {
        display: none;
    }
}

@media (min-width:992px) {
    ul.level1 {
        width: auto !important;
        float: none !important;
        text-align: center;
        line-height: 50px;
    }
}

@media (min-width:1200px) {
    ul.level1 li {
        padding: 0px;
    }
}

@media (min-width:992px) {
    ul.level1 li {
        display: inline-block;
        padding: 0px;
    }
}

@media (max-width:1199px) {
    ul.level1 li {
        padding: 0 4px;
    }
}

@media (max-width:991px) {
    ul.level1 li {
        width: 100%;
        margin: 0 auto 5px auto;
        display: block;
        float: none !important;
        padding: 0;
    }

        ul.level1 li.button_262527392b3f_container {
            display: none;
        }
}

ul.level1 li.sfHover > a, ul.level1 li.cmsCurrentPageContainerLevel_1 > a, ul.level1 li a:hover, ul.level1 li a.cmsCurrentPage, ul.level1 li:hover > a {
    color: #fff;
    background: #fdb611;
    position: relative;
}

@media (max-width:991px) {
    ul.level1 li.sfHover > a, ul.level1 li.cmsCurrentPageContainerLevel_1 > a, ul.level1 li a:hover, ul.level1 li a.cmsCurrentPage, ul.level1 li:hover > a {
        color: #fff;
        border-left: 3px solid #fdb611;
        border-top: none;
    }
}

ul.level1 li.submenu-container a .cms-icon-angle-arrow-down {
    font-size: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: -2px;
}

@media (max-width:991px) {
    ul.level1 li.submenu-container a {
        background-position: 95% 50%;
        background-repeat: no-repeat;
    }
}

ul.level1 li:last-child {
    position: relative;
}

    ul.level1 li:last-child ul.level2 {
        right: 0;
    }

ul.level1 li a {
    position: relative;
    z-index: 5;
    font-size: 12px;
    color: #000;
    line-height: 50px;
    padding: 1px 4px;
    letter-spacing: 0px;
    font-weight: 700;
}

@media (min-width:992px) {
    ul.level1 li a:before {
        background: transparent;
        width: 11px;
        height: 3px;
        position: absolute;
        top: -2px;
        right: 50%;
        margin-right: -6px;
        content: "";
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
    }
}

@media (max-width:1199px) {
    ul.level1 li a {
        font-size: 10px;
        padding: 0;
        letter-spacing: 0;
    }
}

@media (max-width:991px) {
    ul.level1 li a {
        width: 100%;
        width: auto;
        font-size: 19px;
        background-position: 95% 50%;
        padding-left: 30px;
        display: block;
        padding: 10px !important;
        text-align: left;
        border-top: none;
        color: #fff;
        line-height: 1;
        border-left: 3px solid transparent;
    }
}

@media (max-width:767px) {
    ul.level1 li a {
        padding-left: 30px;
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 13px 10px !important;
        text-align: left;
    }
}

ul.level1 li ul.level2.submenu {
    position: absolute;
    z-index: 999;
    margin: 0px;
    padding: 0;
    background-color: #17a5da;
    min-width: 1px;
}

@media (max-width:991px) {
    ul.level1 li ul.level2.submenu {
        top: 0;
        padding: 0;
        width: 100%;
        background-color: #000;
    }
}

ul.level1 li ul.level2.submenu li {
    position: relative;
    z-index: 9999;
    line-height: normal;
    display: block;
    padding: 0px;
    text-align: left;
    margin: 0;
    float: none;
}

@media (max-width:991px) {
    ul.level1 li ul.level2.submenu li {
        width: 100%;
        margin: 0px auto;
        border: none;
        padding: 0;
        text-align: left;
    }
}

ul.level1 li ul.level2.submenu li:hover, ul.level1 li ul.level2.submenu li.sfHover, ul.level1 li ul.level2.submenu li a:hover, ul.level1 li ul.level2.submenu li a:active, ul.level1 li ul.level2.submenu li a:focus {
    outline: 0 !important;
}

ul.level1 li ul.level2.submenu li a {
    color: #fff;
    width: 100%;
    width: 200px;
    padding: 10px 5px;
    margin: 0px;
    display: block;
    line-height: normal;
    border: none;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

    ul.level1 li ul.level2.submenu li a:after {
        display: none;
    }

    ul.level1 li ul.level2.submenu li a:before {
        top: 5px;
    }

    ul.level1 li ul.level2.submenu li a.cmsCurrentPage, ul.level1 li ul.level2.submenu li a:hover {
        background-color: #fdb611;
        color: #fff;
    }

@media (max-width:991px) {
    ul.level1 li ul.level2.submenu li a {
        padding: 10px 5px;
        padding-left: 30px;
        display: block;
        width: 100%;
        border: none;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

ul.level1 li ul.level2.submenu li:first-child {
    display: none;
}

@media (max-width:991px) {
    ul.level1 li ul.level2.submenu li:first-child {
        display: block;
    }

        ul.level1 li ul.level2.submenu li:first-child a {
            text-align: left;
            background: none;
            background: #fdb611;
            padding: 10px 5px;
            padding-left: 15px;
            color: #fff;
        }

            ul.level1 li ul.level2.submenu li:first-child a span {
                font-size: 20px;
            }
}

ul.level1 li ul.level2.submenu li:last-child {
    border: none;
}

@media (max-width:991px) {
    .vedi-menu, ul.level1 ul.level2.submenu {
        display: block !important;
        visibility: visible !important;
        width: 60%;
        padding: 0;
        margin-top: 0px !important;
        background-color: #17a5da;
        z-index: 9999;
        -webkit-backface-visibility: hidden;
        top: 70px;
        bottom: 0;
        position: fixed !important;
        box-sizing: content-box;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-101%, 0, 0);
        -moz-transform: translate3d(-101%, 0, 0);
        -ms-transform: translate3d(-101%, 0, 0);
        -o-transform: translate3d(-101%, 0, 0);
        transform: translate3d(-101%, 0, 0);
        -webkit-transition: 1s;
        left: 0;
        overflow-y: auto;
    }
}

@media (max-width:767px) {
    .vedi-menu, ul.level1 ul.level2.submenu {
        width: 100%;
    }
}

.menu-fix ul.level1 li.sfHover > a, .menu-fix ul.level1 li.cmsCurrentPageContainerLevel_1 > a, .menu-fix ul.level1 li a:hover, .menu-fix ul.level1 li a.cmsCurrentPage, .menu-fix ul.level1 li:hover > a {
    color: #fff;
    border-top: 3px solid #fff;
}

.slider-titolo {
    cursor: pointer;
    background-color: #f8f6f5;
    color: #000;
    line-height: 65px;
    padding: 0 30px;
    background-image: url("/source/sf-slider-titolo.png");
    background-repeat: no-repeat;
    background-position: right 30px bottom 50%;
    margin-top: 20px;
    font-size: 18px;
}

    .slider-titolo.opened {
        background-color: #f8f6f5;
        background-image: url("/source/sf-slider-titolo-opened.png");
        color: #000;
    }

.slider-corpo {
    display: none;
    background-color: #f8f6f5;
    color: #000;
    padding: 10px 30px;
}

ul.list_fotogallery {
    padding: 0;
}

    ul.list_fotogallery .list_fotogallery_item {
        float: left;
        list-style-type: none;
        width: 16.6%;
    }

        ul.list_fotogallery .list_fotogallery_item img {
            margin: 5px 0px;
        }

        ul.list_fotogallery .list_fotogallery_item a {
            font-weight: bold;
            color: #1f9ed8;
        }

            ul.list_fotogallery .list_fotogallery_item a:hover {
                color: #ff6774;
            }

.barra-desktop {
    display: none;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    position: fixed;
}

@media (max-width:991px) {
    .fixed-prev {
        margin: 0 auto;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
        position: fixed;
    }

        .fixed-prev .pulsante {
            max-width: 100% !important;
        }
}

.prev-mobi {
    margin: 0 auto;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    position: fixed;
}

@media (min-width:992px) {
    .fixed-top {
        border-bottom: 1px solid #ededed;
        margin: 0 auto;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999;
        position: fixed;
        height: 52px;
    }

    .cnt-logo img {
        max-width: 100px;
        width: 100%;
        height: 44px;
        margin-top: 4px;
    }
}

.barra-mobile {
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0;
    z-index: 800;
    position: fixed;
    line-height: 70px;
}

.barra-mobile-footer {
    width: 100%;
    left: 0px;
    bottom: 0px;
    right: 0;
    z-index: 10;
    position: fixed;
}

.elenco-offerte .blk-offerte {
    margin: 0 0 40px 0;
}

@media (min-width:992px) {
    .elenco-offerte .blk-offerte .contenitore-white {
        margin-left: -100px;
        background: #fff;
        padding: 30px;
    }
}

.elenco-offerte .blk-offerte .contenitore-white h2, .elenco-offerte .blk-offerte .contenitore-white .h2 {
    font-size: 30px;
}

.elenco-offerte .blk-offerte .contenitore-white h2, .elenco-offerte .blk-offerte .contenitore-white .h2, .elenco-offerte .blk-offerte .contenitore-white .titolo {
    line-height: 130%;
}

.elenco-offerte .blk-offerte .contenitore-white .cont-prezzo {
    margin: 15px 0;
}

    .elenco-offerte .blk-offerte .contenitore-white .cont-prezzo .prezzo {
        font-size: 30px;
    }

    .elenco-offerte .blk-offerte .contenitore-white .cont-prezzo .link-freccia {
        font-size: 8px;
        margin: 20px 0;
        display: block;
    }

.top-margin-mobi {
    margin-top: 70px;
}

.li_mesi, .li_contenuti {
    color: #333 !important;
}

.bo_gallery_photoswipe figure {
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 20%;
}

@media (max-width:991px) {
    .bo_gallery_photoswipe figure {
        width: 33.3333333%;
    }
}

@media (max-width:767px) {
    .bo_gallery_photoswipe figure {
        width: 50%;
    }
}

.bo_gallery_photoswipe figure img {
    max-width: 100%;
    padding: 5px;
}

.so_languageLinks .tendina-lingue {
    color: #fff;
    margin: 0;
    display: block;
    font-size: 13px;
    background: transparent;
    text-align: center;
    width: 70px;
    z-index: 99;
}

@media (min-width:992px) {
    .so_languageLinks .tendina-lingue {
        border-left: 1px solid #dcdcdc;
    }
}

@media (max-width:991px) {
    .so_languageLinks .tendina-lingue {
        margin: 10px auto 10px 15px;
        text-align: left;
        padding: 10px;
        border-top: 1px solid #fff;
    }
}

.so_languageLinks .tendina-lingue img {
    margin: 18px auto 25px auto;
    max-height: 12px;
    line-height: 1;
}

.so_languageLinks .tendina-lingue .cms-icon-angle-arrow-down {
    font-size: 8px !important;
}

.so_languageLinks .tendina-lingue #select_lingue {
    line-height: 16px;
    font-size: 15px;
    margin: 0 auto;
    top: 50px;
    width: 100%;
    max-width: 100%;
    right: 0;
    z-index: 9;
    position: absolute;
    left: 0;
}

@media (max-width:991px) {
    .so_languageLinks .tendina-lingue #select_lingue {
        max-width: 100px;
        right: auto;
    }
}

.so_languageLinks .tendina-lingue #select_lingue .item_lingue {
    text-align: center;
}

    .so_languageLinks .tendina-lingue #select_lingue .item_lingue a {
        padding: 5px 0;
        background-color: #17a5da;
        color: #fff;
        display: block;
        text-transform: lowercase;
    }

        .so_languageLinks .tendina-lingue #select_lingue .item_lingue a:hover {
            background-color: #fdb611;
        }

.tendina-lingue-fix .tendina-lingue {
    color: #000;
}

.dett-offer .pad-dettaglio {
    padding: 0 20px;
}

.dett-offer h1 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 33px;
}

@media (max-width:991px) {
    .dett-offer h1 {
        padding-top: 25px;
    }
}

.dett-offer h3 {
    font-size: 23px;
    line-height: 25px;
}

.dett-offer .condizioni-prezzo-dett {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .dett-offer .condizioni-prezzo-dett .price {
        font-size: 25px;
    }

.dett-offer #myreply_form_offerta {
    padding: 25px;
    background: #f8f6f5;
}

.offer_list .offer .box-offerta {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0;
}

    .offer_list .offer .box-offerta .img_container {
        padding-right: 0;
    }

@media (max-width:767px) {
    .offer_list .offer .box-offerta .img_container img {
        min-height: 1px;
        max-width: 100%;
    }
}

.offer_list .offer .box-offerta .cont-img .offer-label {
    font-weight: 500;
    font-size: 16px;
}

    .offer_list .offer .box-offerta .cont-img .offer-label:after {
        display: none;
    }

.offer_list .offer .box-offerta .testi_container {
    padding: 15px 10px;
}

@media (max-width:1199px) {
    .offer_list .offer .box-offerta .testi_container {
        padding: 10px 5px;
    }
}

.offer_list .offer .box-offerta .testi_container .title {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    min-height: 50px;
    display: block;
    font-weight: 500;
    padding-top: 0;
}

    .offer_list .offer .box-offerta .testi_container .title:hover {
        color: #fdb611;
    }

.offer_list .offer .box-offerta .testi_container .sottotitolo {
    margin: 10px 0;
}

.offer_list .offer .box-offerta .testi_container .condizioni {
    text-transform: uppercase;
    font-size: 11px;
}

@media (max-width:767px) {
    .offer_list .offer .box-offerta .testi_container .condizioni {
        margin-top: 10px;
    }
}

.offer_list .offer .box-offerta .testi_container .condizioni .prezzo, .offer_list .offer .box-offerta .testi_container .condizioni .offerta-prezzo {
    font-size: 15px;
    line-height: 17px;
}

.offer_list .offer .box-offerta .testi_container .ico-sezione {
    margin-top: 5px;
}

    .offer_list .offer .box-offerta .testi_container .ico-sezione span {
        font-size: 23px;
    }

.offer_list .offer .box-offerta .testi_container .pulsante {
    background-color: #17a5da;
    font-size: 14px;
    font-size: 13px;
    max-width: 100px;
    margin-top: 10px;
    margin-left: 0;
    line-height: 30px;
}

@media (max-width:1199px) {
    .offer_list .offer .box-offerta .testi_container .pulsante {
        letter-spacing: 1px;
        font-size: 12px;
    }
}

.offer_list .offer .box-offerta .testi_container .pulsante:before {
    background-color: #fdb611;
}

.offer_list .offer .box-offerta .testi_container .soldout_message {
    border: 1px solid #17a5da;
    background-color: transparent;
}

    .offer_list .offer .box-offerta .testi_container .soldout_message .message_title {
        font-weight: normal;
    }

    .offer_list .offer .box-offerta .testi_container .soldout_message .message_text {
        color: inherit;
    }

.dettaglio-offerta .prezzo {
    margin: 20px 0;
    border-bottom: 1px solid #17a5da;
}

@media (max-width:991px) {
    .offer_detail.offer-component .col-dx {
        padding-left: 5px;
        margin-top: 15px;
    }
}

.offer_detail.offer-component .col-dx .sharer {
    font-weight: 500;
    line-height: 40px;
}

    .offer_detail.offer-component .col-dx .sharer .cms-icon {
        vertical-align: middle;
    }

.offer_detail.offer-component .col-dx #image_gallery .slick-arrow {
    padding: 20px;
}

@media (max-width:991px) {
    .offer_detail.offer-component .col-sx {
        padding-right: 5px;
    }
}

.offer_detail.offer-component .col-sx h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
    padding-left: 0;
    font-weight: 500;
}

@media (max-width:1199px) {
    .offer_detail.offer-component .col-sx h1 {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width:767px) {
    .offer_detail.offer-component .col-sx h1 {
        font-size: 20px;
        line-height: 22px;
    }
}

.offer_detail.offer-component .col-sx .offer_header .validity {
    font-weight: 500;
}

.offer_detail.offer-component .col-sx .offer-primary-color {
    color: #000;
}

.offer_detail.offer-component .col-sx .periods .item_value, .offer_detail.offer-component .col-sx .periods .item_title {
    font-weight: 500;
    font-size: 15px;
}

.offer_detail.offer-component .col-sx .periods .item.featured {
    border-color: #17a5da !important;
}

.offer_detail.offer-component .col-sx .periods .period_foot .btn, .offer_detail.offer-component .col-sx .periods .period_foot #ContContatti .bottone_alt, .offer_detail.offer-component .col-sx .periods .period_foot .struttura-dettaglio .struttura-link a, .offer_detail.offer-component .col-sx .periods .period_foot .struttura-riquadro .struttura-link a {
    font-weight: 500;
    background-color: #fdb611;
    color: #fff !important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 0 !important;
    outline: none !important;
    border: none !important;
}

    .offer_detail.offer-component .col-sx .periods .period_foot .btn:hover, .offer_detail.offer-component .col-sx .periods .period_foot #ContContatti .bottone_alt:hover, .offer_detail.offer-component .col-sx .periods .period_foot .struttura-dettaglio .struttura-link a:hover, .offer_detail.offer-component .col-sx .periods .period_foot .struttura-riquadro .struttura-link a:hover {
        background: #17a5da !important;
    }

.offer_detail.offer-component .col-sx .offer-background-primary-color {
    background-color: #000;
}

.offer_detail.offer-component .col-sx h3 {
    font-weight: bold;
}

.offer_detail.offer-component .col-sx .offer-border-color {
    border-color: #d7d7d7 !important;
}

.offer_detail.offer-component .col-sx .offer-label {
    background: #f07c00 !important;
    color: #fff !important;
}

    .offer_detail.offer-component .col-sx .offer-label:after {
        border-top-color: #c66a00 !important;
    }

.offer_detail.offer-component .col-sx .soldout_message {
    border: 1px solid #000;
    background-color: #17a5da;
    margin: 5px 0;
}

    .offer_detail.offer-component .col-sx .soldout_message .message_title {
        font-weight: normal;
    }

    .offer_detail.offer-component .col-sx .soldout_message .message_text {
        color: inherit;
    }

.offer_detail.offer-component .col-sx .whats_included:after {
    background: transparent !important;
}

@media (max-width:767px) {
    .offer_detail.offer-component .col-sx #bt_require_offer_target {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .inverso {
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.freccia-none {
    opacity: 0;
    pointer-events: none;
}

.slide-home-commenti {
    paddnig-bottom: 15px;
}

@media (max-width:991px) {
    .slide-home-commenti {
        padding-bottom: 50px;
    }
}

.slide-home-commenti .slick-slider .slick-prev {
    width: 60px;
    left: -25%;
}

@media (max-width:991px) {
    .slide-home-commenti .slick-slider .slick-prev {
        bottom: -50px;
        left: 20%;
        top: auto;
    }
}

.slide-home-commenti .slick-slider .slick-prev:before {
    content: "î¤‰";
    font-family: "icomoon";
    color: #17a5da;
    font-size: 6px;
}

@media (max-width:991px) {
    .slide-home-commenti .slick-slider .slick-prev:before {
        font-size: 8px;
    }
}

.slide-home-commenti .slick-slider .slick-next {
    width: 60px;
    right: -25%;
}

@media (max-width:991px) {
    .slide-home-commenti .slick-slider .slick-next {
        bottom: -50px;
        right: 20%;
        top: auto;
    }
}

.slide-home-commenti .slick-slider .slick-next:before {
    content: "î¤ˆ";
    font-family: "icomoon";
    color: #17a5da;
    font-size: 6px;
}

@media (max-width:991px) {
    .slide-home-commenti .slick-slider .slick-next:before {
        font-size: 8px;
    }
}

.offerte-scorrevoli.slick-slider .slick-prev {
    width: 60px;
    left: 0%;
    z-index: 4;
}

@media (max-width:991px) {
    .offerte-scorrevoli.slick-slider .slick-prev {
        bottom: -50px;
        left: 0%;
        top: auto;
    }
}

.offerte-scorrevoli.slick-slider .slick-prev:before {
    content: "î¤‰";
    font-family: "icomoon";
    color: #17a5da;
    font-size: 6px;
}

@media (max-width:991px) {
    .offerte-scorrevoli.slick-slider .slick-prev:before {
        font-size: 8px;
    }
}

.offerte-scorrevoli.slick-slider .slick-next {
    width: 60px;
    right: 0%;
}

@media (max-width:991px) {
    .offerte-scorrevoli.slick-slider .slick-next {
        bottom: -50px;
        right: 0%;
        top: auto;
    }
}

.offerte-scorrevoli.slick-slider .slick-next:before {
    content: "î¤ˆ";
    font-family: "icomoon";
    color: #17a5da;
    font-size: 6px;
}

@media (max-width:991px) {
    .offerte-scorrevoli.slick-slider .slick-next:before {
        font-size: 8px;
    }
}

.list-offers .slick-prev {
    left: -60px !important;
}

.list-offers .slick-next {
    right: -60px !important;
}

.list-offers .offerte-style {
    padding: 0 10px;
    margin: 0 !important;
}

.offerte-scorrevoli .slick-prev:before, .offerte-elenco .slick-prev:before, .offerte-scorrevoli .slick-next:before, .offerte-elenco .slick-next:before {
    color: #ddd;
}

.offerte-scorrevoli .blk-offerte, .offerte-elenco .blk-offerte {
    margin: 0 5px;
}

.offerte-scorrevoli .cont-offerta, .offerte-elenco .cont-offerta {
    font-size: 14px;
    padding: 20px;
    background: #fff;
    margin-top: -40px;
}

@media (max-width:991px) {
    .offerte-scorrevoli .cont-offerta, .offerte-elenco .cont-offerta {
        padding: 25px 10px;
    }
}

.offerte-scorrevoli .cont-offerta h3.titolo, .offerte-elenco .cont-offerta h3.titolo {
    font-size: 25px;
    line-height: 27px;
    margin: 0 auto;
    padding-bottom: 10px;
}

@media (max-width:991px) {
    .offerte-scorrevoli .cont-offerta h3.titolo, .offerte-elenco .cont-offerta h3.titolo {
        min-height: 1px;
    }
}

.offerte-scorrevoli .cont-offerta h3.titolo a, .offerte-elenco .cont-offerta h3.titolo a {
    color: #17a5da;
}

    .offerte-scorrevoli .cont-offerta h3.titolo a:hover, .offerte-elenco .cont-offerta h3.titolo a:hover {
        color: #fdb611;
    }

.offerte-scorrevoli .cont-offerta .condizioni, .offerte-elenco .cont-offerta .condizioni {
    padding-top: 20px;
    margin-top: 40px;
}

@media (max-width:991px) {
    .offerte-scorrevoli .cont-offerta .condizioni, .offerte-elenco .cont-offerta .condizioni {
        margin-top: 20px;
    }
}

.offerte-scorrevoli .cont-offerta .condizioni .prezzo, .offerte-elenco .cont-offerta .condizioni .prezzo {
    color: #17a5da;
    font-size: 25px;
    font-weight: 700;
}

.offerte-scorrevoli .cont-offerta .pulsante, .offerte-elenco .cont-offerta .pulsante {
    margin: 30px auto 0 0;
    text-transform: uppercase;
    max-width: 180px;
}

.offerte-scorrevoli .cont-offerta a, .offerte-elenco .cont-offerta a {
    color: #17a5da;
}

    .offerte-scorrevoli .cont-offerta a:hover, .offerte-elenco .cont-offerta a:hover {
        color: #fdb611;
    }

    .offerte-scorrevoli .cont-offerta a .icon-freccia, .offerte-elenco .cont-offerta a .icon-freccia {
        font-size: 7px;
    }

.offerte-scorrevoli .img-off img, .offerte-elenco .img-off img {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    display: inline !important;
    text-align: center;
}

@media (min-width:992px) {
    .offerte-scorrevoli .slick-dots, .offerte-elenco .slick-dots {
        position: absolute;
        top: -60px;
        text-align: right;
        margin: 0;
    }
}

.offerte-elenco .blk-offerte {
    margin: 20px auto;
}

#modalComments.modal-title {
    font-size: 22px;
    line-height: 23px;
    font-weight: bold;
}

#ui-datepicker-div {
    border: none;
    background-color: #17a5da;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, .2);
    z-index: 11 !important;
}

.ui-datepicker-calendar tbody tr td a.ui-state-hover, .ui-datepicker-calendar .dp-highlight .ui-state-default {
    background: #fdb611;
}

/*.ui-widget-content {
	background: #17a5da !important;
}*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #17a5da !important;
    font-weight: lighter !important;
    color: #fff !important;
    border: none !important;
    text-align: center !important;
}

.TitankaCommonObjects .ui-widget-content, .TitankaCommonObjects .ui-widget-header {
    color: #fff !important;
}

.TitankaCommonObjects .ui-datepicker-multi .ui-datepicker-group {
    border-right: none;
}

.ui-datepicker-calendar thead tr th, .TitankaCommonObjects .ui-datepicker-calendar thead tr th {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.ui-widget-header {
    background: none !important;
    border: none !important;
}

.ui-datepicker-group-first {
    border-right: #fff 1px solid;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .2 !important;
}

.ui-widget-header .ui-icon {
    background-image: url("/source/ui-icons_b7985b_256x240.png") !important;
    cursor: pointer;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background: none !important;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
}

.dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-hover, .dp-flip .ui-datepicker-calendar tbody tr td.dp-highlight-begin a.ui-state-active, .ui-datepicker-calendar tbody tr td a.ui-state-active {
    background-color: #fdb611 !important;
}

.hideme, .moveUp, .moveDown, .moveRight, .moveLeft {
    opacity: 0;
}

.listino {
    font-size: 15px !important;
    margin-bottom: 35px;
}

    .listino .header {
        background-color: #234944 !important;
        color: #fff !important;
    }

    .listino tr.row_products_even {
        background-color: #577a6d !important;
        color: #fff !important;
    }

        .listino tr.row_products_even select {
            color: #333 !important;
        }

    .listino .wrapper_select_date {
        background-color: #f8f8f8 !important;
        border-color: #f8f8f8 !important;
    }

        .listino .wrapper_select_date input[type="text"] {
            line-height: 33px !important;
            padding: 0 15px 0 0 !important;
            min-width: 200px !important;
            text-indent: 8px !important;
            background: none !important;
            background-color: #fff !important;
            border-radius: 4px !important;
            border: 1px solid #234944 !important;
            font-size: 15px !important;
        }

    .listino td {
        font-size: 15px !important;
    }

    .listino input[type=button] {
        background: none !important;
        background-color: #577a6d !important;
        line-height: 33px !important;
        font-size: 15px !important;
    }

    .listino .label_data {
        line-height: 33px !important;
    }

    .listino .select_num {
        min-width: 75px;
    }

    .listino .wrapper_preventivo {
        width: 100% !important;
        clear: both;
    }

    .listino table.preventivo_header td.label {
        color: #333;
    }

    .listino .title_preventivo {
        color: #577a6d;
    }

@media (max-width:767px) {
    .listino .wrapper_preventivo, .listino .preventivo, .listino .form_contatti_richiesta_preventivo {
        width: 100% !important;
        clear: both;
    }
}

.elenco-commenti {
    padding: 40px 0;
    border-top: 1px dotted #ddd;
}

    .elenco-commenti .pad-bottom-titoletto {
        padding-bottom: 24px;
    }

    .elenco-commenti h3 {
        margin: 0;
    }

.slides-commenti .tit-commento {
    font-size: 40px;
    margin-bottom: 30px;
}

.slides-commenti .logo img {
    margin: auto;
}

.slider-img, .slider-img-home {
    position: relative;
}

    .slider-img a, .slider-img-home a {
        display: block;
        overflow: hidden;
        padding: 5px;
    }

    .slider-img img, .slider-img-home img {
        display: inline !important;
        text-align: center;
    }

    .slider-img .slick-prev:before, .slider-img-home .slick-prev:before, .slider-img .slick-next:before, .slider-img-home .slick-next:before {
        color: #fff;
    }

    .slider-img .slick-prev, .slider-img-home .slick-prev {
        top: auto;
        margin: auto;
        bottom: 30px;
        left: 30px;
    }

    .slider-img .slick-next, .slider-img-home .slick-next {
        top: auto;
        margin: auto;
        bottom: 30px;
        right: 30px;
    }

.slider-img-page {
    position: relative;
    padding-bottom: 35px;
}

    .slider-img-page a {
        display: block;
        overflow: hidden;
        padding: 5px;
    }

    .slider-img-page img {
        display: inline !important;
        text-align: center;
    }

    .slider-img-page .slick-next {
        top: auto;
        bottom: -45px;
        margin-top: 0;
        right: 50%;
        margin-right: -85px;
    }

    .slider-img-page .slick-prev {
        top: auto;
        bottom: -45px;
        margin-top: 0;
        left: 50%;
        margin-left: -85px;
    }

.slider-img-room {
    position: relative;
    padding-bottom: 35px;
}

    .slider-img-room a {
        display: block;
        padding: 0 25px;
        overflow: hidden;
    }

@media (max-width:991px) {
    .slider-img-room a {
        padding: 0 5px;
    }
}

.slider-img-room img {
    display: inline !important;
    text-align: center;
}

.slider-img-room .slick-next {
    top: auto;
    bottom: -45px;
    margin-top: 0;
    right: 50%;
    margin-right: -85px;
}

.slider-img-room .slick-prev {
    top: auto;
    bottom: -45px;
    margin-top: 0;
    left: 50%;
    margin-left: -85px;
}

.freccia-none {
    opacity: 0;
    pointer-events: none;
}

.wrapper-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

    .wrapper-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#pgall .cont-tabs {
    padding: 25px 5px;
    text-align: center;
    color: #fff;
}

    #pgall .cont-tabs:after {
        content: "";
        display: block;
        clear: both;
    }

    #pgall .cont-tabs input[type=radio] {
        display: none;
    }

    #pgall .cont-tabs label {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 8px;
        margin: 0 8px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
        border-radius: 70px;
        position: relative;
    }

        #pgall .cont-tabs label:hover {
            color: #17a5da;
            background-color: #fff;
        }

            #pgall .cont-tabs label:hover:before {
                opacity: 1;
            }

        #pgall .cont-tabs label:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 6px solid #fff;
            border-bottom: 6px solid transparent;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            position: absolute;
            bottom: -12px;
            right: 0;
            left: 0;
            margin: auto;
            opacity: 0;
        }

        #pgall .cont-tabs label img {
            display: block;
            margin: 5px auto;
        }

    #pgall .cont-tabs [id^="tab"]:checked + label {
        color: #17a5da;
        background-color: #fff;
        border: none;
        box-shadow: none;
    }

        #pgall .cont-tabs [id^="tab"]:checked + label:before {
            opacity: 1;
        }

.tab-content {
    display: none;
    margin: 20px auto;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    max-width: 650px;
}

@media (max-width:767px) {
    .tab-content {
        margin: 10px auto;
    }
}

.tab-content.ico-landing {
    font-size: 15px;
    line-height: 17px;
    color: #bababa;
}

    .tab-content.ico-landing img {
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .tab-content.ico-landing a {
        width: 16.6666667%;
        float: left;
        color: #bababa;
        font-weight: bold;
        margin: 10px 0;
    }

@media (max-width:767px) {
    .tab-content.ico-landing a {
        width: 33.33333333%;
    }
}

.tab-content.ico-landing a:hover {
    color: #17a5da;
}

/*.tab-content.ico-landing a b {
	display: block;
	min-height: 40px;
}*/

.tab-content h3 {
    text-align: left;
    font-size: 25px;
    margin-bottom: 15px;
}

.tab-content * {
    -webkit-animation: scale .7s ease-in-out;
    -moz-animation: scale .7s ease-in-out;
    animation: scale .7s ease-in-out;
}

@-webkit-keyframes scale {
    0% {
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        opacity: .5;
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        opacity: .5;
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.tab1 {
    display: block;
}

@media (min-width:992px) {
    .image-container {
        overflow: hidden;
        position: relative;
    }

        .image-container .mask {
            margin: 0 -10px 0 0;
            position: absolute;
            top: 0;
            right: 100%;
            bottom: 100%;
            left: 0;
            background: #000;
            z-index: 3;
            -moz-transition: bottom .4s cubic-bezier(.165, .84, .44, 1) 0s, right .4s cubic-bezier(.77, 0, .175, 1) .3s, margin .4s cubic-bezier(.77, 0, .175, 1) .3s, left .4s cubic-bezier(.77, 0, .175, 1) .6s;
            -o-transition: bottom .4s cubic-bezier(.165, .84, .44, 1) 0s, right .4s cubic-bezier(.77, 0, .175, 1) .3s, margin .4s cubic-bezier(.77, 0, .175, 1) .3s, left .4s cubic-bezier(.77, 0, .175, 1) .6s;
            -webkit-transition: bottom .4s cubic-bezier(.165, .84, .44, 1), right .4s cubic-bezier(.77, 0, .175, 1), margin .4s cubic-bezier(.77, 0, .175, 1), left .4s cubic-bezier(.77, 0, .175, 1);
            -webkit-transition: bottom .4s cubic-bezier(.165, .84, .44, 1) 0s, right .4s cubic-bezier(.77, 0, .175, 1) .3s, margin .4s cubic-bezier(.77, 0, .175, 1) .3s, left .4s cubic-bezier(.77, 0, .175, 1) .6s;
            -webkit-transition-delay: 0s, .3s, .3s, .6s;
            transition: bottom .4s cubic-bezier(.165, .84, .44, 1) 0s, right .4s cubic-bezier(.77, 0, .175, 1) .3s, margin .4s cubic-bezier(.77, 0, .175, 1) .3s, left .4s cubic-bezier(.77, 0, .175, 1) .6s;
        }

        .image-container.visible .mask {
            margin-right: 0;
            right: 0px;
            bottom: 0;
            left: 100%;
        }

        .image-container.visible .image {
            -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .image-container .image {
            background-position: center;
            background-repeat: no-repeat;
            z-index: 1;
            -moz-background-size: cover;
            -o-background-size: cover;
            -webkit-background-size: cover;
            background-size: cover;
            -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            -moz-transform: translate3d(-20px, 0, 0);
            -webkit-transform: translate3d(-20px, 0, 0);
            -ms-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
            -moz-transition: opacity 0s linear .6s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            -o-transition: opacity 0s linear .6s, -o-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            -webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
            -webkit-transition: opacity 0s linear .6s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            -webkit-transition-delay: .6s, .6s;
            transition: opacity 0s linear .6s, -ms-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            transition: opacity 0s linear .6s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
            transition: opacity 0s linear .6s, transform 1s cubic-bezier(.165, .84, .44, 1) .6s;
        }
}

.blocco-uno-guida {
    background-color: #17a5da;
    color: #fff;
    margin-top: 50px;
    font-size: 21px;
    padding: 60px 10px;
}

    .blocco-uno-guida h1 {
        color: #fff;
    }

    .blocco-uno-guida .grande {
        font-size: 35px;
        line-height: 38px;
    }

@media (max-width:1199px) {
    .blocco-uno-guida {
        padding: 35px 10px;
    }
}

@media (max-width:991px) {
    .blocco-uno-guida {
        margin-top: 0;
        padding: 30px 10px;
    }
}

.blocco-txt-guida {
    color: #fff;
    background-color: #fdb611;
    padding: 40px 10px;
    font-size: 48px;
    line-height: 53px;
}

@media (max-width:1199px) {
    .blocco-txt-guida {
        padding: 25px 10px;
        font-size: 38px;
        line-height: 40px;
    }
}

.blocco-due-guida {
    padding: 40px 10px;
    padding-left: 25px;
    font-size: 21px;
    color: #333;
    padding-top: 120px;
}

@media (max-width:1199px) {
    .blocco-due-guida {
        padding: 25px 10px;
    }
}

.blocco-fb {
    display: block;
    margin-top: 50px;
    background-color: #f1eee9;
    color: #333;
    padding: 80px 10px;
    line-height: 47px;
    font-size: 45px;
}

@media (max-width:1199px) {
    .blocco-fb {
        margin-top: 30px;
        padding: 50px 10px;
        line-height: 37px;
        font-size: 35px;
    }
}

@media (max-width:991px) {
    .blocco-fb {
        padding: 40px 10px;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 42px;
    }
}

.blocco-fb:hover {
    color: #17a5da !important;
}

.modal-guide .modal-header {
    border-bottom: 0 none;
}

    .modal-guide .modal-header .close {
        margin-top: -10px;
        margin-right: -10px;
        border-radius: 50%;
        border: 2px solid #000;
        width: 30px;
        height: 30px;
        line-height: 0px;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

.modal-guide .modal-content {
    background-color: #eee;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}

.modal-guide .modal-body {
    padding: 20px;
}

.modal-guide .title {
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
}

.fancybox-wrap {
    overflow: initial !important;
}

@media (max-width:991px) {
    .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
        opacity: 1 !important;
    }
}

.lista-custom {
    list-style-type: none;
    padding: 0;
}

    .lista-custom li {
        position: relative;
        padding: 7px 0px 7px 50px;
        list-style-position: inside;
    }

        .lista-custom li:before {
            content: "î¤ˆ";
            position: absolute;
            left: 0;
            top: 11px;
            margin: auto;
            height: 6px;
            width: 25px;
            color: #17a5da;
            font-size: 5px;
        }

.lista-service {
    list-style-type: none;
    padding: 0px;
}

    .lista-service li {
        position: relative;
        padding: 10px 0px 10px 50px;
        list-style-position: inside;
    }

        .lista-service li span {
            position: absolute;
            left: 0;
            top: 5px;
            color: #17a5da;
            font-size: 30px;
        }

.lista-check {
    list-style-type: none;
    padding: 20px 0 0 0;
}

    .lista-check li {
        position: relative;
        padding: 4px 0px 4px 25px;
        list-style-position: inside;
    }

        .lista-check li:before {
            content: "î¤™";
            font-family: "icomoon";
            position: absolute;
            left: 0;
            top: 4px;
            margin: auto;
            font-size: 16px;
            height: 15px;
            width: 15px;
            color: #17a5da;
        }

.elenco-dati {
    list-style-type: none;
    padding: 20px 0px;
    color: #fff;
}

    .elenco-dati li {
        position: relative;
        padding: 8px 0px 8px 20px;
        list-style-position: inside;
    }

        .elenco-dati li span.ico-dati {
            position: absolute;
            left: 0;
            top: 10px;
        }

    .elenco-dati a {
        color: #fff;
    }

.lista-custom-2 {
    list-style-type: none;
    padding: 20px 0px;
}

    .lista-custom-2 li {
        position: relative;
        padding: 3px 0px 3px 25px;
        list-style-position: inside;
    }

        .lista-custom-2 li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            margin: auto;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            background-image: url("/source/ico-lista.png");
        }

.popup-nascosto .summary, .popup-nascosto button.btn, .popup-nascosto button#ContContatti .bottone_alt, .popup-nascosto button.struttura-dettaglio .struttura-link a, .popup-nascosto button.struttura-riquadro .struttura-link a {
    display: none;
}

.popup-nascosto .modal-header {
    border: none;
}

    .popup-nascosto .modal-header .close {
        margin-top: -15px;
        font-size: 35px;
    }

.popup-nascosto .modal-content {
    background-color: #17a5da;
    color: #fff;
}

.popup-nascosto .modal-header {
    border-bottom: none;
}

    .popup-nascosto .modal-header .close {
        text-shadow: none;
        margin-top: -7px;
    }

        .popup-nascosto .modal-header .close:hover, .popup-nascosto .modal-header .close:focus {
            opacity: 1;
            -webkit-filter: none;
            filter: none;
        }

.popup-nascosto .modal-body {
    padding: 25px 20px;
}

@media (min-width:992px) {
    .flex-page {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.flex-light {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (max-width:991px) {
    .flex-light {
        display: block;
    }
}

.inline {
    display: inline-block;
}

#imagelightbox-caption {
    display: none;
}

.pad-centrale {
    padding: 65px 0;
}

@media (max-width:991px) {
    .pad-centrale {
        padding: 40px 0;
    }
}

@media (max-width:767px) {
    .pad-centrale {
        padding: 30px 0;
    }
}

.pad-centrale.no-top-pad {
    padding-top: 0 !important;
}

@media (max-width:991px) {
    .pad-centrale.no-top-pad {
        padding-top: 15px !important;
    }
}

.pad-centrale.no-bottom-pad {
    padding-bottom: 0 !important;
}

@media (max-width:991px) {
    .pad-centrale.no-bottom-pad {
        padding-bottom: 15px !important;
    }
}

.pad-centrale.big-pad {
    padding: 105px 0;
}

@media (max-width:1199px) {
    .pad-centrale.big-pad {
        padding: 90px 0;
    }
}

@media (max-width:991px) {
    .pad-centrale.big-pad {
        padding: 60px 0;
    }
}

@media (max-width:767px) {
    .pad-centrale.big-pad {
        padding: 30px 0;
    }
}

.pad-centrale.small-pad {
    padding: 30px 0;
}

.pad-centrale.no-bottom {
    padding-bottom: 0 !important;
}

.pad-centrale.no-top {
    padding-top: 0 !important;
}

.img-top {
    position: relative;
    margin-top: 50px;
}

@media (max-width:991px) {
    .img-top {
        margin-top: 70px;
    }
}

.col-footer-dati {
    width: 12.5%;
    margin: 0 auto;
    text-align: center;
    float: left;
    font-size: 13px;
    font-weight: 700;
    border-right: 1px solid #eee;
}

@media (max-width:991px) {
    .col-footer-dati {
        width: 50%;
        border: none;
        height: 110px;
    }
}

.col-footer-dati .svg-footer, .col-footer-dati img {
    height: 40px;
    display: block;
    margin: 0 auto 15px auto;
    font-size: 38px;
    color: rgba(0, 0, 0, .3);
}

.elenco-form {
    padding: 25px 0 25px 60px;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

    .elenco-form .ico-elenco-form {
        background: #fdb611;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }

        .elenco-form .ico-elenco-form .icon-svg-elenco {
            color: #fff;
            font-size: 22px;
            padding-top: 7px;
            display: inline-block;
        }

.richiedi-preventivo .link-top-page:hover {
    color: #fff;
    background: #52c0ec;
}

.prenota-ora .link-top-page:hover {
    color: #fff;
    background: #f27671;
}

.link-top-page {
    line-height: 52px;
    color: #fff;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
}

    .link-top-page .icon-svg-top {
        color: #fff;
        margin-right: 5px;
    }

    .link-top-page:hover {
        color: #fff;
        background: #333;
    }

@media (max-width:1199px) {
    .link-top-page {
        font-size: 10px;
        letter-spacing: 0;
    }
}

.absol-lang {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
}

.pad-bottom-img {
    padding-bottom: 75px;
}

@media (max-width:991px) {
    .pad-bottom-img {
        padding-bottom: 25px;
    }
}

.pad-bottom-img-txt {
    padding-bottom: 45px;
}

@media (max-width:991px) {
    .pad-bottom-img-txt {
        padding-bottom: 25px;
    }
}

@media (max-width:991px) {
    .col-margin-mobi {
        padding-top: 20px;
    }
}

@media (min-width:992px) {
    .col-margin-img-desk {
        margin-top: 190px;
    }
}

.link-mobi-footer {
    display: block;
    color: #fff !important;
    line-height: 45px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
}

    .link-mobi-footer span {
        margin-right: 8px;
    }

@media (min-width:992px) {
    .light-pink input[type=button] {
        width: 25% !important;
    }
}

@media (max-width:991px) {
    .light-pink input[type=button] {
        width: 100% !important;
    }
}

.light-pink input[type="text"], .light-pink select {
    font-size: 12px;
    height: auto !important;
    line-height: 120%;
}

.booking.light-pink {
    background: rgba(255, 255, 255, .85);
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    bottom: 30px;
    right: 0;
    left: 0;
}

@media (max-width:1199px) {
    .booking.light-pink {
        bottom: 0;
        position: relative;
    }
}
/*
.booking.light-pink #sb-container .sb__guests-children-age-select {
	border: 1px solid #ddd;
	border-color: #ddd !important;
}

.booking.light-pink #sb-container .sb-custom-field-bg-color {
	background-color: transparent !important;
}

@media (min-width:768px) {
	.booking.light-pink #sb-container .sb-custom-box-shadow-color {
		box-shadow: none !important;
	}
}

.booking.light-pink #sb-container_sb__form-field--guests {
	background-repeat: no-repeat;
	background-position: 74% 20%;
	padding-right: 0 !important;
}

.booking.light-pink .sb-screen-m .sb__dates {
	width: 55%;
}

.booking.light-pink .sb-screen-m .sb__guests-rooms {
	width: 20%;
}

.booking.light-pink #sb-container .sb-custom-button-bg-color:hover {
	background-color: #24b1e8 !important;
}

.booking.light-pink #sb-container_sb__form-field--checkavailability {
	background-image: url("/source/search-btn.png") !important;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}

	.booking.light-pink #sb-container_sb__form-field--checkavailability:hover {
		background-color: #24b1e8 !important;
		background-image: url("/source/search-btn.png") !important;
	}

.booking.light-pink .sb__guests-children-age {
	float: none;
	width: 100%;
}

	.booking.light-pink .sb__guests-children-age .sb__guests-children-age-label {
		display: block;
	}

	.booking.light-pink .sb__guests-children-age .sb__guests-children-age-select {
		width: 23%;
		margin: 0 1%;
		float: left;
		line-height: 18px;
	}

.booking.light-pink .sb__footer-actions {
	position: absolute;
	width: 14%;
	right: 11.5%;
	top: 15px;
	text-align: center;
}

.booking.light-pink .sb__footer-link--edit {
	display: none;
}

.booking.light-pink #sb-container .sb__footer-promo-wrapper {
	width: 100% !important;
}

	.booking.light-pink #sb-container .sb__footer-promo-wrapper .sb-custom-link-color {
		background-color: #17a5da;
		height: 56px;
		color: #fff !important;
		margin-right: 0;
		font-size: 12px;
		padding: 18px 5px 0 25px;
		background-image: url("/source/smile.png") !important;
		background-repeat: no-repeat;
		background-position: 7px;
		width: 100%;
	}

		.booking.light-pink #sb-container .sb__footer-promo-wrapper .sb-custom-link-color:hover {
			background-color: #0479a4;
		}

	.booking.light-pink #sb-container .sb__footer-promo-wrapper .sb-custom-icon-color {
		width: 20px;
		height: 20px;
		margin: 0 auto !important;
		color: #fff !important;
		fill: #fff !important;
		display: none !important;
	}

	.booking.light-pink #sb-container .sb__footer-promo-wrapper .sb__footer-link--promo-value {
		display: block;
		margin-top: -2px;
	}

.booking.light-pink .sb__calendar-days {
	width: 100%;
	float: left;
}*/

@media (min-width:768px) {
    .booking.light-pink input[type=button] {
        width: 10% !important;
        margin-left: 15%;
    }
}

@media (max-width:767px) {
    .booking.light-pink input[type=button] {
        width: 100% !important;
    }
}
/*
.booking.light-pink #sb-container {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 2px solid #fdb611;
	border-bottom: 2px solid #fdb611;
}

@media (min-width:768px) {
	.sb__calendar-month {
		min-height: 320px;
	}
}

.sb__calendar-month:nth-of-type(2) {
	display: none !important;
}

@media (min-width:992px) {
	.sb__footer-link {
		margin-top: 0px !important;
	}
}

#sb-container .sb-custom-box-shadow-color.sb__guests {
	border-top: 2px solid #777 !important;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .2) !important;
}

.sb-screen-l .sb__form-field-input {
	padding: 10px 48px 15px 0 !important;
}

.sb-screen-l .sb__form-field-month-year, .sb-screen-l .sb__form-field-guests {
	font-weight: bold;
	text-transform: capitalize;
}

.sb__guests-room-label {
	font-weight: bold;
	color: #555;
}

.sb__form-field-label {
	font-weight: normal;
	line-height: 110%;
	height: auto !important;
	font-size: 10px !important;
	text-transform: uppercase;
}

.sb-custom-label-hover-color {
	font-size: 14px;
	font-weight: normal;
	line-height: 110%;
}

@media (min-width:768px) {
	.sb__btn--verify {
		margin-top: 0 !important;
	}
}
*/
.booking {
    height: 82px;
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    width: 95%;
    max-width: 1070px;
    margin: 0 auto;
    bottom: 50px;
}

@media (max-width:1199px) {
    .booking {
        bottom: 0;
    }
}

.booking .abs-window {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
}
/*
.sb__form-field--checkin {
	background-image: url("/source/freccia-date.png");
	background-repeat: no-repeat;
	background-position: center right !important;
}

.sb__form-field--checkout {
	border-right: 1px solid #eee;
}*/

.booking #contenitore {
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, .8);
}

    .booking #contenitore .scelta {
        background-color: rgba(255, 255, 255, .99);
        position: absolute;
        top: 100%;
        padding: 0px 0;
        left: 0;
        right: 0;
    }

        .booking #contenitore .scelta .rooms-adults-kids {
            padding: 5px 0;
            border-bottom: 1px solid #eee;
        }

        .booking #contenitore .scelta .kids.col-md-4, .booking #contenitore .scelta .adults.col-md-4 {
            padding: 0 10px;
        }

.booking label {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    display: block;
}

.booking input[type="text"], .booking select {
    font-size: 13px;
    background-color: transparent;
    background-position: bottom right;
    outline: none;
    text-align: left;
    color: #000;
    background-repeat: no-repeat;
    line-height: 35px;
    text-transform: uppercase;
    height: 35px;
}

    .booking select, .booking select#Cam1Bambini {
        background-image: url("/source/freccia-book.png");
        background-repeat: no-repeat;
        background-position: 35px 50% !important;
        text-indent: 0px;
    }

.booking .kids select, .booking .adults select {
    background-position: 35px 50%;
    text-indent: 0px;
}

.booking .age-first select {
    background-color: #fff;
    color: #000;
    text-align: left;
    text-indent: 0px;
    max-width: 65px;
    margin: 2px auto;
    padding: 0 3px;
    border: 1px solid #ccc;
}

.booking select option {
    color: #000;
}

.booking input[type="text"] {
    background-image: url("/source/cal-book.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
}

.booking input#btnSearch {
    font-weight: 700;
    height: 50px;
    background-color: #fdb611;
    color: #fff;
    font-size: 13px;
    border: none;
    width: 100%;
    margin: 0 auto;
}

    .booking input#btnSearch:hover {
        background-color: #f27671;
    }

.booking .modify {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}

.booking #label-modcancreservation {
    color: #fff;
    line-height: 40px;
}

.booking .bordo {
    border-right: #fff 1px solid;
    padding: 0px 5px;
    font-weight: 700;
}

.booking .no-bordo {
    border-right: none;
}

.imagelightbox-arrow {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    font-weight: normal;
}

@media (max-width:991px) {
    .imagelightbox-arrow {
        width: 100px !important;
        text-align: center !important;
        top: 80% !important;
    }
}

@media (max-width:991px) {
    .imagelightbox-arrow {
        width: auto !important;
        margin: 0 !important;
        text-align: center;
    }
}

.imagelightbox-arrow-right:before {
    border-left-color: #17a5da !important;
}

.imagelightbox-arrow-left:before {
    border-right-color: #17a5da !important;
}

.titolo-news-top {
    padding: 70px 0 90px;
    position: relative;
}

    .titolo-news-top:after {
        content: "";
        display: block;
        background: #dcdcdc;
        margin: auto;
        width: 1px;
        height: 60px;
        position: absolute;
        bottom: 0;
        irght: 50%;
        left: 50%;
        margin-left: -1px;
    }

.titolo-pag {
    padding: 70px;
    position: relative;
}

    .titolo-pag:before {
        content: "";
        display: block;
        background: #dcdcdc;
        margin: auto;
        width: 1px;
        height: 60px;
        position: absolute;
        top: 0;
        irght: 50%;
        left: 50%;
        margin-left: -1px;
    }

    .titolo-pag:after {
        content: "";
        display: block;
        background: #dcdcdc;
        margin: auto;
        width: 1px;
        height: 60px;
        position: absolute;
        bottom: 0;
        irght: 50%;
        left: 50%;
        margin-left: -1px;
    }

@media (max-width:991px) {
    .titolo-pag {
        padding: 70px 15px 30px;
    }

        .titolo-pag:after {
            display: none;
        }
}

.titolo-pag a {
    color: #17a5da;
    border-bottom: 2px solid #17a5da;
}

@media (max-width:991px) {
    .boxes-home {
        padding: 0 30px;
    }
}

.box-home {
    position: relative;
}

@media (max-width:991px) {
    .box-home {
        margin: 15px 0;
    }
}

.box-home:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.box-home .abs-numero {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 2;
    right: 0;
    width: 100%;
}

    .box-home .abs-numero .numero-box {
        font-size: 250px;
    }

.box-home .abs-box {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    text-elign: center;
}

    .box-home .abs-box .pulsante-link {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 700;
    }

        .box-home .abs-box .pulsante-link .icon-freccia {
            display: block;
            margin: 15px auto 0;
            font-size: 5px;
        }

.icona-top {
    font-size: 40px;
}

@media (min-width:1200px) {
    .slider-home {
        max-height: 98vh;
        height: auto;
        overflow: hidden;
    }
}

.payoff-home {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 100%;
    top: 40%;
    padding: 30px;
}

@media (max-width:991px) {
    .payoff-home {
        top: auto;
        bottom: 0px;
    }
}

.payoff-home .payoff-titolo {
    font-size: 55px;
    color: #fff;
    line-height: 110%;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width:991px) {
    .payoff-home .payoff-titolo {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

.payoff-home .payoff-sottotitolo {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    line-height: 130%;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width:991px) {
    .payoff-home .payoff-sottotitolo {
        font-size: 15px;
        font-weight: 400;
    }
}

.form-cont {
    position: relative;
}

    .form-cont:before {
        content: "";
        position: absolute;
        left: 0;
        opacity: .7;
        right: 0;
        display: block;
        height: 30%;
        width: 100%;
        top: 0;
        z-index: 0;
        background: #000;
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .51864496) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .51864496) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .51864496) 100%);
        -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    }

    .form-cont .titolo-form {
        position: relativ;
        z-index: 1;
        font-size: 55px;
        text-shadow: 1px 1px 1px #000;
        margin-bottom: 5px;
    }

@media (max-width:991px) {
    .form-cont .titolo-form {
        font-size: 35px;
    }
}

.form-cont .sottotitolo-form {
    position: relativ;
    z-index: 1;
    font-size: 20px;
    font-weight: 700px;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width:991px) {
    .form-cont .sottotitolo-form {
        font-size: 17px;
        font-weight: 400;
    }
}

.titolo-frm-right {
    line-height: 140%;
}

.frase-no-off {
    display: none;
}

.mixitup-control {
    padding-bottom: 40px;
    text-align: center;
}

    .mixitup-control button {
        background: transparent;
        color: #111;
        border: 1px solid #17a5da;
        line-height: 150%;
        outline: none;
        margin: 10px;
        border-radius: 0;
        font-weight: 600;
        padding: 10px 15px;
        font-size: 16px;
        text-transform: uppercase;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

@media only screen and (max-width:600px) {
    .mixitup-control button {
        padding: 10px;
        margin: 7px;
        font-size: 12px;
        line-height: 140%;
    }
}

.mixitup-control button.mixitup-control-active, .mixitup-control button.mixitup-control-active:hover {
    color: #fff;
    background: #17a5da;
}

.slick-next, .slick-prev {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

    .slick-next :before, .slick-prev :before, .slick-next:before, .slick-prev:before {
        opacity: 1 !important;
        outline: none !important;
        text-shadow: none;
        box-shadow: none;
        display: inline-block;
    }

.cec-arrow {
    bottom: 0;
    z-index: 1;
    color: #17a5da;
    width: auto;
    height: auto;
    font-size: 10px;
}

    .cec-arrow:hover, .cec-arrow:focus {
        color: inherit;
    }

    .cec-arrow:before {
        display: none;
    }

.servizi-elenco .servizio-riquadro {
    text-align: center;
    margin-bottom: 18px;
    display: inline-block;
}

.servizi-elenco .servizio-icona {
    color: #17a5da;
    font-size: 22px;
}

@media (min-width:768px) {
    .servizi-elenco .servizio-icona {
        font-size: 26px;
    }
}

.servizi-elenco .servizio-nome {
    font-size: 12px;
}

.servizi-elenco .cec-arrow {
    bottom: -10px;
    top: auto;
}

.servizi-elenco .slick-prev {
    left: calc(50% - 110px);
}

.servizi-elenco .slick-next {
    left: calc(50% + 40px);
    right: auto;
}

    .servizi-elenco .slick-prev [class^="icon-"]:before, .servizi-elenco .slick-next [class^="icon-"]:before {
        font-size: 6px;
        font-weight: normal !important;
    }

/*.sb__form .sb__guests-rooms .sb__guests, .sb__form .sb__calendar {
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.sb__form.editing .sb__guests-rooms .sb__guests, .sb__form.editing .sb__calendar {
	opacity: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}*/

.calendari-nascosti {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .9);
    height: 600px;
    left: 0;
    bottom: 0;
    z-index: 10000;
    right: 0;
    border-top-left-radius: 0;
    -webkit-transform: translate3d(0, 101%, 0);
    -moz-transform: translate3d(0, 101%, 0);
    -ms-transform: translate3d(0, 101%, 0);
    -o-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

    .calendari-nascosti .sb__calendar {
        position: fixed !important;
        right: 0px !important;
        left: 0px !important;
        width: 320px !important;
        bottom: auto !important;
        top: 110px !important;
        margin: 0px auto !important;
        visibility: visible !important;
        z-index: 100000000 !important;
        display: block !important;
        opacity: 1 !important;
    }

    .calendari-nascosti.open-calendar {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .calendari-nascosti h3 {
        width: 100%;
        max-width: 640px;
        color: #17a5da;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        top: 45px;
    }

    .calendari-nascosti .img-close {
        position: absolute;
        right: 10%;
        top: 45px;
        z-index: 1;
        cursor: pointer;
    }

    .calendari-nascosti .ok {
        background-color: #fdb611;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 50px;
        right: 0;
        left: 0;
        text-align: center;
        display: block;
        line-height: 45px;
        max-width: 250px;
        margin: 0 auto;
        cursor: pointer;
    }

        .calendari-nascosti .ok:hover {
            color: #fff;
            background-color: #17a5da;
        }

.ospiti-nascosti {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .9);
    height: 600px;
    left: 0;
    bottom: 0;
    z-index: 10000;
    right: 0;
    border-top-left-radius: 0;
    -webkit-transform: translate3d(0, 101%, 0);
    -moz-transform: translate3d(0, 101%, 0);
    -ms-transform: translate3d(0, 101%, 0);
    -o-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

    .ospiti-nascosti .sb__guests {
        display: block !important;
        position: fixed !important;
        right: 0 !important;
        left: 0 !important;
        margin: auto !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 450px !important;
        bottom: 350px !important;
        top: auto !important;
    }

    .ospiti-nascosti .sb__panel-actions {
        display: none;
    }

    .ospiti-nascosti.open-ospiti {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .ospiti-nascosti h3 {
        width: 100%;
        max-width: 640px;
        color: #17a5da;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        top: 45px;
    }

    .ospiti-nascosti .img-close {
        position: absolute;
        right: 10%;
        top: 45px;
        z-index: 1;
        cursor: pointer;
    }

    .ospiti-nascosti .ok {
        background-color: #fdb611;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 200px;
        right: 0;
        left: 0;
        text-align: center;
        display: block;
        line-height: 45px;
        max-width: 250px;
        margin: 0 auto;
        cursor: pointer;
    }

        .ospiti-nascosti .ok:hover {
            color: #fff;
            background-color: #17a5da;
        }
/*
#sb-container .promo-nascosti .sb__footer-promo .sb__footer-promo-input {
	border-color: #ddd !important;
	border: 1px solid;
	color: #333 !important;
}

#sb-container .promo-nascosti .sb__footer-promo {
	border-top: 2px solid #777 !important;
}*/

.promo-nascosti {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .9);
    height: 600px;
    left: 0;
    bottom: 0;
    z-index: 10000;
    right: 0;
    border-top-left-radius: 0;
    -webkit-transform: translate3d(0, 101%, 0);
    -moz-transform: translate3d(0, 101%, 0);
    -ms-transform: translate3d(0, 101%, 0);
    -o-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

    .promo-nascosti .sb__footer-promo {
        position: fixed !important;
        right: 0px !important;
        left: 0px !important;
        width: 450px !important;
        bottom: auto !important;
        top: 110px !important;
        margin: 0px auto !important;
        visibility: visible !important;
        z-index: 100000000 !important;
        display: block !important;
        opacity: 1 !important;
        padding: 30px;
    }
    /*
		.promo-nascosti .sb__footer-promo:before {
			display: none;
		}

		.promo-nascosti .sb__footer-promo .sb__btn {
			display: none;
		}*/

    .promo-nascosti.open-promo {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .promo-nascosti h3 {
        width: 100%;
        max-width: 640px;
        color: #17a5da;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        top: 45px;
    }

    .promo-nascosti .img-close {
        position: absolute;
        right: 10%;
        top: 45px;
        z-index: 1;
        cursor: pointer;
    }

    .promo-nascosti .ok {
        background-color: #fdb611;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 200px;
        right: 0;
        left: 0;
        text-align: center;
        display: block;
        line-height: 45px;
        max-width: 250px;
        margin: 0 auto;
        cursor: pointer;
    }

        .promo-nascosti .ok:hover {
            color: #fff;
            background-color: #17a5da;
        }

.hidden-lingue {
    visibility: hidden;
    height: 0;
}

.title-none {
    display: none;
}


/* CSS: superObject (568620) */
.wrapper_lgly0y23r1of {
}

    .wrapper_lgly0y23r1of img {
        max-width: 100%
    }

.wrapper_q8dezy0rufp7 {
}

    .wrapper_q8dezy0rufp7 img {
        max-width: 100%
    }

div.row_3854c55213d2:before {
    content: " ";
}

div.row_3854c55213d2:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_56bbcd363181 {
}

div.button_94ce2106b3e2_container:before {
    content: " ";
}

div.button_94ce2106b3e2_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_94ce2106b3e2 {
    background: #FDB611;
}

    a.button_94ce2106b3e2:hover {
    }

    a.button_94ce2106b3e2 .icon {
    }

div.column_5f2e2693b9db {
}

div.button_26c71081f532_container:before {
    content: " ";
}

div.button_26c71081f532_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_26c71081f532 {
    background: #52C0EC;
}

    a.button_26c71081f532:hover {
    }

    a.button_26c71081f532 .icon {
    }

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

.wrapper_igo47ohfa4nz {
}

    .wrapper_igo47ohfa4nz img {
        max-width: 100%
    }

div.row_97f7af0526b2:before {
    content: " ";
}

div.row_97f7af0526b2:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_ff0886c603d1 {
}

.wrapper_io01j5em1125 {
}

    .wrapper_io01j5em1125 img {
        max-width: 100%
    }

.tendina-lingue {
    cursor: pointer;
    position: relative;
}

.item_lingue > a {
    padding: 2px 0;
    display: block;
}

.languageLinks_3c3b75a21648_container .blocco-lingue a, .languageLinks_3c3b75a21648_container .blocco-lingue {
    font-size: 16px;
}

.so_languageLinks .blocco-lingue a {
    text-decoration: none;
}

.so_languageLinks .blocco-lingue .cms-icon-angle-arrow-down {
    font-size: 10px
}

.tendina-lingue #select_lingue {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    line-height: normal;
    left: 0;
    top: 18px;
    right: 0;
    z-index: 9;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .4s linear;
    transition: .4s linear;
}

.tendina-lingue:hover #select_lingue {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

        div.code_html_e70700b70233_container .tendina-lingue {
            text-align: left !important;
        }

        div.code_html_e70700b70233_container .item_lingue {
            text-align: left !important;
            padding-left: 10px;
        }

    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .tendina-lingue {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .item_lingue {
        text-align: left !important;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

        div.code_html_e70700b70233_container .tendina-lingue {
            text-align: left !important;
        }

        div.code_html_e70700b70233_container .item_lingue {
            text-align: left !important;
            padding-left: 10px;
        }

    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .tendina-lingue {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .item_lingue {
        text-align: left !important;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

div.column_8ae3ef2b67b6 {
}

.wrapper_8b7l1armg1u0 {
}

    .wrapper_8b7l1armg1u0 img {
        max-width: 100%
    }

ul.menu_7e0870646eec_container:after {
    content: " ";
    display: table;
    clear: both;
}

ul.menu_7e0870646eec_container, ul.menu_7e0870646eec_container ul {
    padding-inline-start: 0;
    padding: 0;
    margin: 0;
}

ul.menu_7e0870646eec_container {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.menu_7e0870646eec_container a {
        position: relative;
    }

    ul.menu_7e0870646eec_container.root > li > a {
        display: block;
        /*padding: 10px;*/
    }

    ul.menu_7e0870646eec_container .cms-icon-angle-arrow-down {
        padding-left: 2px;
        font-size: 50%;
    }

    ul.menu_7e0870646eec_container .cms-icon-angle-arrow-pointing-to-right {
        padding-left: 2px;
        font-size: 50%;
    }

    ul.menu_7e0870646eec_container.root .submenu {
        position: absolute;
        z-index: 10;
        -webkit-transition: .2s linear;
        transition: .2s linear;
        /*min-width:  -webkit-fill-available;*/
        /*margin-top: 40px;*/
    }

@media only screen and (min-width: 992px) {
    ul.menu_7e0870646eec_container.root .submenu {
        visibility: hidden;
        opacity: 0;
    }
}

ul.menu_7e0870646eec_container.root .submenu li {
    display: grid;
    position: relative;
}

ul.menu_7e0870646eec_container.root.level1 .submenu .submenu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

ul.menu_7e0870646eec_container.root .submenu .submenu {
    position: absolute;
    left: 100%;
    margin-top: 0;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    top: 0px;
}

ul.menu_7e0870646eec_container.root li:hover > .submenu {
    visibility: visible;
    opacity: 1;
}

ul.menu_7e0870646eec_container {
}

    ul.menu_7e0870646eec_container.root .submenu {
    }

    ul.menu_7e0870646eec_container.level1 > li {
    }

        ul.menu_7e0870646eec_container.level1 > li > a {
        }

            ul.menu_7e0870646eec_container.level1 > li > a:hover {
            }

    ul.menu_7e0870646eec_container .level2 > li > a {
    }

        ul.menu_7e0870646eec_container .level2 > li > a:hover {
        }

    ul.menu_7e0870646eec_container.level1 li:hover > a {
    }

    ul.menu_7e0870646eec_container .level3 > li > a {
    }

        ul.menu_7e0870646eec_container .level3 > li > a:hover {
        }

div.button_21f0349ce253_container:before {
    content: " ";
}

div.button_21f0349ce253_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_21f0349ce253:hover {
}

a.button_21f0349ce253 .icon {
}

div.button_55b795cdf69a_container:before {
    content: " ";
}

div.button_55b795cdf69a_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_55b795cdf69a:hover {
}

a.button_55b795cdf69a .icon {
}

div.button_7fd6d3ab432a_container:before {
    content: " ";
}

div.button_7fd6d3ab432a_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_7fd6d3ab432a:hover {
}

a.button_7fd6d3ab432a .icon {
}

div.button_1a0afa128994_container:before {
    content: " ";
}

div.button_1a0afa128994_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_1a0afa128994:hover {
}

a.button_1a0afa128994 .icon {
}

div.button_9c592cbbb9dd_container:before {
    content: " ";
}

div.button_9c592cbbb9dd_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_9c592cbbb9dd:hover {
}

a.button_9c592cbbb9dd .icon {
}

div.button_5ba8285bcbd7_container:before {
    content: " ";
}

div.button_5ba8285bcbd7_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_5ba8285bcbd7:hover {
}

a.button_5ba8285bcbd7 .icon {
}

div.button_67dcdb698d53_container:before {
    content: " ";
}

div.button_67dcdb698d53_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_67dcdb698d53:hover {
}

a.button_67dcdb698d53 .icon {
}

div.button_655b18267ff0_container:before {
    content: " ";
}

div.button_655b18267ff0_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_655b18267ff0:hover {
}

a.button_655b18267ff0 .icon {
}

div.button_183d9984ab37_container:before {
    content: " ";
}

div.button_183d9984ab37_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_183d9984ab37:hover {
}

a.button_183d9984ab37 .icon {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

div.row_e44fa0a81641 {
    height: 70px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

    div.row_e44fa0a81641:before {
        content: " ";
    }

    div.row_e44fa0a81641:after {
        content: " ";
        display: table;
        clear: both;
    }

div.column_6f1d7dfda838 {
}

div.anagraphicData_b96b578d2415_container a {
    color: #444444 !important;
}

div.anagraphicData_b96b578d2415_container .svg-color {
    color: #fff !important;
}

div.column_9957145e72dc {
}

div.anagraphicData_285a45cbc8ff_container a {
    color: #444444 !important;
}

div.anagraphicData_285a45cbc8ff_container .svg-color {
    color: rgba(0,0,0,0.3) !important;
}

div.column_4b1f1ee90e92 {
}

div.image_a2518794e863_container .image_caption {
}

div.column_f00c09e4d58c {
    height: 100%;
    color: #ffffff !important;
    padding-top: 16px;
    padding-left: 9px;
}

div.text_34b0c4fe7048_container {
    height: 100%;
}

    div.text_34b0c4fe7048_container .click {
        margin-top: 0px;
        margin-bottom: 7px;
    }

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

div.containerBox_f00cfdd1f9e0 {
    background: #fff;
}

div.row_577a4e54f303:before {
    content: " ";
}

div.row_577a4e54f303:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_9f412e8d300d {
}

div.button_c63089c6f300_container:before {
    content: " ";
}

div.button_c63089c6f300_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_c63089c6f300 {
    background: #FDB611;
}

    a.button_c63089c6f300:hover {
    }

    a.button_c63089c6f300 .icon {
    }

div.column_0323fddd2431 {
}

div.button_cec71a2c6218_container:before {
    content: " ";
}

div.button_cec71a2c6218_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_cec71a2c6218 {
    background: #24B1E8;
}

    a.button_cec71a2c6218:hover {
    }

    a.button_cec71a2c6218 .icon {
    }

div.column_8a154d7244ca {
}

.wrapper_8b7l1armg1u0 {
}

    .wrapper_8b7l1armg1u0 img {
        max-width: 100%
    }

ul.menu_7e0870646eec_container:after {
    content: " ";
    display: table;
    clear: both;
}

ul.menu_7e0870646eec_container, ul.menu_7e0870646eec_container ul {
    padding-inline-start: 0;
    padding: 0;
    margin: 0;
}

ul.menu_7e0870646eec_container {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.menu_7e0870646eec_container a {
        position: relative;
    }

    ul.menu_7e0870646eec_container.root > li > a {
        display: block;
        /*padding: 10px;*/
    }

    ul.menu_7e0870646eec_container .cms-icon-angle-arrow-down {
        padding-left: 2px;
        font-size: 50%;
    }

    ul.menu_7e0870646eec_container .cms-icon-angle-arrow-pointing-to-right {
        padding-left: 2px;
        font-size: 50%;
    }

    ul.menu_7e0870646eec_container.root .submenu {
        position: absolute;
        z-index: 10;
        -webkit-transition: .2s linear;
        transition: .2s linear;
        /*min-width:  -webkit-fill-available;*/
        /*margin-top: 40px;*/
    }

@media only screen and (min-width: 992px) {
    ul.menu_7e0870646eec_container.root .submenu {
        visibility: hidden;
        opacity: 0;
    }
}

ul.menu_7e0870646eec_container.root .submenu li {
    display: grid;
    position: relative;
}

ul.menu_7e0870646eec_container.root.level1 .submenu .submenu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

ul.menu_7e0870646eec_container.root .submenu .submenu {
    position: absolute;
    left: 100%;
    margin-top: 0;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    top: 0px;
}

ul.menu_7e0870646eec_container.root li:hover > .submenu {
    visibility: visible;
    opacity: 1;
}

ul.menu_7e0870646eec_container {
}

    ul.menu_7e0870646eec_container.root .submenu {
    }

    ul.menu_7e0870646eec_container.level1 > li {
    }

        ul.menu_7e0870646eec_container.level1 > li > a {
        }

            ul.menu_7e0870646eec_container.level1 > li > a:hover {
            }

    ul.menu_7e0870646eec_container .level2 > li > a {
    }

        ul.menu_7e0870646eec_container .level2 > li > a:hover {
        }

    ul.menu_7e0870646eec_container.level1 li:hover > a {
    }

    ul.menu_7e0870646eec_container .level3 > li > a {
    }

        ul.menu_7e0870646eec_container .level3 > li > a:hover {
        }

div.button_21f0349ce253_container:before {
    content: " ";
}

div.button_21f0349ce253_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_21f0349ce253:hover {
}

a.button_21f0349ce253 .icon {
}

div.button_55b795cdf69a_container:before {
    content: " ";
}

div.button_55b795cdf69a_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_55b795cdf69a:hover {
}

a.button_55b795cdf69a .icon {
}

div.button_7fd6d3ab432a_container:before {
    content: " ";
}

div.button_7fd6d3ab432a_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_7fd6d3ab432a:hover {
}

a.button_7fd6d3ab432a .icon {
}

div.button_1a0afa128994_container:before {
    content: " ";
}

div.button_1a0afa128994_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_1a0afa128994:hover {
}

a.button_1a0afa128994 .icon {
}

div.button_9c592cbbb9dd_container:before {
    content: " ";
}

div.button_9c592cbbb9dd_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_9c592cbbb9dd:hover {
}

a.button_9c592cbbb9dd .icon {
}

div.button_5ba8285bcbd7_container:before {
    content: " ";
}

div.button_5ba8285bcbd7_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_5ba8285bcbd7:hover {
}

a.button_5ba8285bcbd7 .icon {
}

div.button_67dcdb698d53_container:before {
    content: " ";
}

div.button_67dcdb698d53_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_67dcdb698d53:hover {
}

a.button_67dcdb698d53 .icon {
}

div.button_655b18267ff0_container:before {
    content: " ";
}

div.button_655b18267ff0_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_655b18267ff0:hover {
}

a.button_655b18267ff0 .icon {
}

div.button_183d9984ab37_container:before {
    content: " ";
}

div.button_183d9984ab37_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_183d9984ab37:hover {
}

a.button_183d9984ab37 .icon {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

/* CSS: superObject remap css page(568620) */




/* CSS: superObject (574151) */
.wrapper_9m4ki2c5z3ij {
}

    .wrapper_9m4ki2c5z3ij img {
        max-width: 100%
    }

div.row_jeqq65wftc07:before {
    content: " ";
}

div.row_jeqq65wftc07:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_wt9ysnlqid5w {
}

div.row_5jjbqz1my2r2:before {
    content: " ";
}

div.row_5jjbqz1my2r2:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_q542w8n3wbk6 {
}

div.backofficeContentList_llabpxs9l7ad {
    width: 100%;
}

div.row_5ebfdrl3xnn6:before {
    content: " ";
}

div.row_5ebfdrl3xnn6:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_3jt2f5ltkj7c {
}

.wrapper_rdtiqmxwzut2 {
}

    .wrapper_rdtiqmxwzut2 img {
        max-width: 100%
    }

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

.wrapper_08e2slwi9a5j {
}

    .wrapper_08e2slwi9a5j img {
        max-width: 100%
    }

div.image_0d6d312b7f45_container {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

img.image_0d6d312b7f45 {
    max-width: 100%;
}

img.image_0d6d312b7f45 {
    height: auto;
}

div.image_0d6d312b7f45_container .image_caption {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

.wrapper_n01459cr1y5z {
}

    .wrapper_n01459cr1y5z img {
        max-width: 100%
    }

div.image_d96690fa0fda_container {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 15px;
    z-index: 1;
}

img.image_d96690fa0fda {
    max-width: 216px;
}

div.image_d96690fa0fda_container .image_caption {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

.wrapper_io01j5em1125 {
}

    .wrapper_io01j5em1125 img {
        max-width: 100%
    }

.tendina-lingue {
    cursor: pointer;
    position: relative;
}

.item_lingue > a {
    padding: 2px 0;
    display: block;
}

.languageLinks_3c3b75a21648_container .blocco-lingue a, .languageLinks_3c3b75a21648_container .blocco-lingue {
    font-size: 16px;
}

.so_languageLinks .blocco-lingue a {
    text-decoration: none;
}

.so_languageLinks .blocco-lingue .cms-icon-angle-arrow-down {
    font-size: 10px
}

.tendina-lingue #select_lingue {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    line-height: normal;
    left: 0;
    top: 18px;
    right: 0;
    z-index: 9;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .4s linear;
    transition: .4s linear;
}

.tendina-lingue:hover #select_lingue {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

        div.code_html_e70700b70233_container .tendina-lingue {
            text-align: left !important;
        }

        div.code_html_e70700b70233_container .item_lingue {
            text-align: left !important;
            padding-left: 10px;
        }

    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .tendina-lingue {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .item_lingue {
        text-align: left !important;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

        div.code_html_e70700b70233_container .tendina-lingue {
            text-align: left !important;
        }

        div.code_html_e70700b70233_container .item_lingue {
            text-align: left !important;
            padding-left: 10px;
        }

    div.code_html_e70700b70233_container {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .tendina-lingue {
        text-align: left !important;
    }

    .code_html_e70700b70233_container .item_lingue {
        text-align: left !important;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

img.image_nxgrqjqmfu1m {
    max-width: 100%;
}

img.image_nxgrqjqmfu1m {
    height: auto;
}

div.image_nxgrqjqmfu1m_container .image_caption {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

/* CSS: superObject remap css page(574151) */




/* CSS: superObject (568607) */
.wrapper_c4r80gjzruss {
}

    .wrapper_c4r80gjzruss img {
        max-width: 100%
    }

div.containerBox_754bf4ab3e30 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

div.row_0d86b8049ebb:before {
    content: " ";
}

div.row_0d86b8049ebb:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_22016cf196db {
    text-align: right;
    padding-top: 130px;
}

div.creditsTitanka_bb293b7666f4 a {
    color: #fff !important;
}

div.column_11c1456181cd {
}

address.anagraphicData_08fe2c9bdf14_container a {
    color: #fff;
}

address.anagraphicData_08fe2c9bdf14_container img {
    height: 20px;
}

div.column_087f17121f0f {
}

img.image_7fb42f8916fa {
    max-width: 164px;
    width: 100%;
}

div.image_7fb42f8916fa_container .image_caption {
}

div.row_efb601cb2e89:before {
    content: " ";
}

div.row_efb601cb2e89:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_0cfd70aa2654 {
    border-right: none;
}

div.button_79916ebde427_container:before {
    content: " ";
}

div.button_79916ebde427_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_79916ebde427:hover {
}

a.button_79916ebde427 .icon {
}

div.column_2055ce76083f {
}

div.button_b10115f3f160_container:before {
    content: " ";
}

div.button_b10115f3f160_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_b10115f3f160:hover {
}

a.button_b10115f3f160 .icon {
}

div.column_c53f7ed03780 {
}

div.button_8c75d0e6b9cc_container:before {
    content: " ";
}

div.button_8c75d0e6b9cc_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_8c75d0e6b9cc:hover {
}

a.button_8c75d0e6b9cc .icon {
}

div.column_d2a08b3d369b {
}

div.button_afb5725f7fba_container:before {
    content: " ";
}

div.button_afb5725f7fba_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_afb5725f7fba:hover {
}

a.button_afb5725f7fba .icon {
}

div.column_5041d3a50f72 {
}

address.anagraphicData_52790d29a69c_container a {
}

address.anagraphicData_52790d29a69c_container .svg-footer {
    font-size: 28px;
    padding-top: 8px;
}

div.column_ea8572f18fc0 {
}

address.anagraphicData_5bc29bf878fa_container a {
}

div.column_0602f2861a4b {
}

address.anagraphicData_78c6c1b65afc_container a {
}

div.column_4a8205c33a47 {
}

address.anagraphicData_adc684a85ebb_container a {
}

div.containerBox_b695d3cb4e76 {
    background: #F5F5F5;
}

div.row_13d0e8f07c30:before {
    content: " ";
}

div.row_13d0e8f07c30:after {
    content: " ";
    display: table;
    clear: both;
}

div.column_7f44ae0e94df {
}

div.newsletterForm_a1885a58edf6_container:after {
    clear: both;
    display: block;
    content: "";
}

div.newsletterForm_a1885a58edf6 {
    width: 100%;
}

    div.newsletterForm_a1885a58edf6:after {
        clear: both;
        display: block;
        content: "";
    }

div.containerBox_945d03b6388c {
    background-image: url('https://www.santeodoro.com/source/sf-form.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

div.row_53f1ff2ecfbf {
    margin-bottom: 65px;
}

    div.row_53f1ff2ecfbf:before {
        content: " ";
    }

    div.row_53f1ff2ecfbf:after {
        content: " ";
        display: table;
        clear: both;
    }

div.column_63604098406b {
    padding: 25px;
    background: #fff;
}

div.containerBox_c99928bbb316 {
    border-bottom: none;
}

div.column_410890ad3b8b {
    padding: 25px;
    background: rgba(255,255,255,0.85);
}

div.button_94536e8e6014_container:before {
    content: " ";
}

div.button_94536e8e6014_container:after {
    clear: both;
    display: block;
    content: "";
}

a.button_94536e8e6014:hover {
}

a.button_94536e8e6014 .icon {
}

div.requestForm_5c92f32012b5_container:after {
    clear: both;
    display: block;
    content: "";
}

div.requestForm_5c92f32012b5 {
    width: 100%;
}

    div.requestForm_5c92f32012b5:after {
        clear: both;
        display: block;
        content: "";
    }

div.row_10291d8d3a72 {
    padding-bottom: 0px;
}

    div.row_10291d8d3a72:before {
        content: " ";
    }

    div.row_10291d8d3a72:after {
        content: " ";
        display: table;
        clear: both;
    }

div.column_ae5b26607631 {
    padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    div.row_53f1ff2ecfbf {
        margin-bottom: 30px;
    }

    div.row_53f1ff2ecfbf {
        margin-bottom: 30px;
    }

    div.column_7f44ae0e94df {
        text-align: center;
    }

    div.column_7f44ae0e94df {
        text-align: center;
    }


    div.column_087f17121f0f {
        text-align: center;
    }

    div.column_087f17121f0f {
        text-align: center;
    }

    div.column_11c1456181cd {
        text-align: center;
        padding: 30px 5px;
    }

    div.column_11c1456181cd {
        text-align: center;
        padding: 30px 5px;
    }

    div.column_22016cf196db {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 120px;
    }

    div.column_22016cf196db {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.row_53f1ff2ecfbf {
        margin-bottom: 40px;
    }

    div.row_53f1ff2ecfbf {
        margin-bottom: 40px;
    }

    div.column_7f44ae0e94df {
        text-align: center;
    }

    div.column_7f44ae0e94df {
        text-align: center;
    }



    div.column_087f17121f0f {
        text-align: center;
    }

    div.column_087f17121f0f {
        text-align: center;
    }

    div.column_11c1456181cd {
        text-align: center;
        padding: 30px 5px;
    }

    div.column_11c1456181cd {
        text-align: center;
        padding: 30px 5px;
    }

    div.column_22016cf196db {
        text-align: center;
        padding-top: 0px;
    }

    div.column_22016cf196db {
        text-align: center;
        padding-top: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    div.row_53f1ff2ecfbf {
        display: flex;
    }

    div.row_53f1ff2ecfbf {
        display: flex;
    }
}

@media only screen and (min-width: 1200px) {
    div.row_53f1ff2ecfbf {
        display: flex;
    }

    div.row_53f1ff2ecfbf {
        display: flex;
    }
}

body {
    background-color: rgba(0,0,0,0.05);
}

.blk {
    background-color: #fff;
}


.currency {
    margin-top: 68px !important;
}

.sb-container {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .currency {
        display: none !important;
    }

    .sb-container {
        margin-top: 68px;
    }
}

