/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
    font-family: 'avenir_lt_std95_black';
    src: url('../font/avenirltstd-black-webfont.woff2') format('woff2'),
         url('../font/avenirltstd-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std35_light';
    src: url('../font/avenirltstd-light-webfont.woff2') format('woff2'),
         url('../font/avenirltstd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url('../font/fontsfree-net-avenirltstd-book-webfont.woff2') format('woff2'),
         url('../font/fontsfree-net-avenirltstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body.tm-isblog.uk-offcanvas-page,
body.tm-noblog.uk-offcanvas-page {
	overflow: visible !important;
}



/* override stili form -- inizio */

.uk-form input:not([class*='uk-form-width-']):not([class*='uk-width-']):not([type="radio"]):not([type="checkbox"]),
.uk-form select:not([class*='uk-form-width-']):not([class*='uk-width-']),
.uk-form textarea:not([class*='uk-form-width-']):not([class*='uk-width-']),
.uk-form-width-large {
	width: 100%;
}

form {
	margin: 0px;
}

.rsform-checkbox {
	margin-right: 5px!important;
}

.rsform-submit-button {
	width: 100%!important;
}

fieldset {
	border: none!important;
	padding: 0px!important;
	margin: 0px!important;
}

.uk-form-row+.uk-form-row {
	margin-top: 10px;
}

.uk-form-icon {
	display: block;
}

div.formBody {
	display: block;
	float: none!important;
}

.rsform-block-accetto-privace {
	text-align: right;
}

.rsform-block-new-reg {
	text-align: left;
}

.rsform-error {
	border-color: #dc8d99 !important;
	background: #fff7f8 !important;
	color: #d85030 !important;
	font-weight: bold!important;
}

.uk-form-icon:not(.uk-form-icon-flip)>select {
	padding-left: 30px !important;
}


/* override stili form -- fine */

/* Lingua inizio */

.lingua {
    position: absolute;
    top: 43px;
    display: block;
    right: auto;
    left: calc( 50% - 220px);
    /*left: 33%;*/
}

.lingua ul.lang-inline li a,
.lingua ul.lang-inline li.lang-active a{
	color: #fff;
	position: relative;
	transition: all .5s;
}

.lingua ul.lang-inline li.lang-active a:after{
	content: url(../images/circle.svg);
	width: 40px;
	position: absolute;
	left: -30%;
    top: -80%;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.lingua ul.lang-inline li:first-child.lang-active a:after{
	left: -55%;
    top: -60%;
}

.lingua ul.lang-inline li:nth-child(2).lang-active a:after{
	left: -30%;
    top: -60%;
}

.lingua ul.lang-inline li:last-child.lang-active a:after{
	left: -35%;
    top: -60%;
}


.lingua-green ul.lang-inline li a,
.lingua-green ul.lang-inline li.lang-active a{
	color: var(--green);
	position: relative;
	transition: all .5s;
}

.lingua-green ul.lang-inline li.lang-active a:after{
	content: url(../images/circle-green.svg);
	width: 40px;
	position: absolute;
	left: -25%;
    top: -75%;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.lingua-green ul.lang-inline li:first-child.lang-active a:after{
	left: -50%;
}


div.mod-languages ul.lang-inline li {
    display: inline;
    margin: 0;
    padding: 10px;
}

/* Lingua fine */


/* barra mobi -- inizio */

.barra-mobi {
position: fixed;
bottom: 0;
z-index: 100;
width: 100%;
text-align: center;
}
.barra-mobi a{
font-size: 12px;
text-transform: uppercase;
padding: 9px 6px 12px 6px;
display: block;
}
.barra-mobi a i {
display: block;
font-size: 20px;
pointer-events:none;
}
.barra-mobi a.tele {
background: rgba(0, 128, 0, 0.9);
color: #fff;
}
.barra-mobi a.preno {
color: #fff;
background: rgba(73, 73, 68, 0.9);
}
#scrollToTop {
	bottom: 65px;
	right: 10px;
	background: transparent;
	border: 1px solid #2e2e2e;
	display: none;
}

#scrollToTop:hover {
	background: #fff;
}


/* barra mobi -- fine */


.tm-leading-article .uk-article:last-child {
	border-bottom: 0;
}

.fumetto.uk-alert {
	position: fixed;
	bottom: 45px;
	left: 45px;
	width: 290px;
	z-index: 99;
	background: #444;
	color: #fff;
}

.fumetto ul.zoo-default {
	padding-left: 0;
	list-style: none;
}

.layout-fumetto .desc-home {
    padding: 30px;
    text-align: left !important;
}

.eb-dialog{
	padding: 0px !important;
    box-shadow: 0px 0px 20px -6px #000;
}

.layout-fumetto img.edera {
    width: 120px !important;
}

.layout-fumetto h2{
	margin-top: 0 !important;
}

/* Slider inizio */

.layout-slider {
    height: 80vh;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

.layout-slider:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}

.layout-slider.layout-empty:after{
	display: none;
}

h1.omni-script{
	width: auto;
}

.layout-empty .omni-logo {
	text-align: center;
	margin-top: 180px;
	display: block;
}

.layout-empty {
    height: 300px;
    position: relative;
	overflow: hidden;
}

/*.layout-empty:after{
	content: url(../images/edera-01.svg);
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 200px;
    transform: scaleX(-1);
    opacity: .7;
}*/

.slider-container{
	position: relative;
}

.slider-container .point{
	position: absolute;
	bottom: 20px;
	left: calc(50% - -50px) !important;
	display: block;
}

.grid-up{
	margin-top: 10%;
}

.cl-home .slider-container{
	height: 100vh;
}

/* Slider fine */

/* Offcanvas inizio */

.uk-offcanvas-bar{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.uk-navbar{
	background: transparent;
}

.uk-navbar span {
    display: block;
    margin-top: -90px;
}

.uk-navbar-toggle span.linee {
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    width: 50px;
    height: 1px;
    background: #fff;
    display: block;
}

.uk-navbar-toggle span.linee:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 1;
    display: block;
}

.uk-navbar-toggle span.linee:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 1;
    display: block;
}

.uk-navbar-toggle:after{
	content: "";
}

a.uk-navbar-toggle {
    height: 135px;
    width: 115px;
    background: var(--green);
    color: #fff;
    font-family: 'avenir_lt_std45_book';
    font-size: 18px;
    letter-spacing: 0.05em;
    transition: all .5s;
    position: relative;
}

a:hover.uk-navbar-toggle{
	color: #fff;
	height: 145px;
}

.tm-navbar {
    margin: 0 auto;
    position: absolute;
    left: calc( 50% - 55px);
    right: 0;
    width: fit-content;
}

.uk-nav li {
    display: inline-block;
}

ul.uk-nav{
    text-align: center;
    padding: 30px 10px 20px;
    background: var(--green);
}

.uk-nav-offcanvas > li > a{
	color: #fff;
	position: relative;
	width: fit-content;
	padding: 5px 15px;
	margin: 0 1px;
	transition: all .5s;
    height: 30px;
    transform-origin: center;
    transform: scale(1);
}

/*.uk-nav-offcanvas > li > a:after{
	content: "";
	width: 0%;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    transition: all .5s;
    background: #fff;
    height: 1px;
}

.uk-nav-offcanvas > li > a:before{
	content: "";
	width: 0%;
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    transition: all .5s;
    background: #fff;
    height: 1px;
}

.uk-nav-offcanvas > li{
	position: relative;
}

.uk-nav-offcanvas > li:after{
	content: "";
	width: 1px;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    transition: all .5s;
    background: #fff;
    height: 0%;
}

.uk-nav-offcanvas > li:before{
	content: "";
	width: 1px;
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    transition: all .5s;
    background: #fff;
    height: 0%;
}

.uk-nav-offcanvas > li > a:hover:after,
.uk-nav-offcanvas > li > a:hover:before{
	width: 100%;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a:after,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a:before{
	width: 0px;
}

.uk-nav-offcanvas > li:hover:after,
.uk-nav-offcanvas > li:hover:before{
	height: 100%;
}


html .uk-nav.uk-nav-offcanvas > li.uk-active:hover:after,
html .uk-nav.uk-nav-offcanvas > li.uk-active:hover:before{
	height: 0%;
}

*/



html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus{
	background: transparent !important;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a{
	border: 1px solid #fff;
	background: #fff !important;
	color: var(--green) !important;
}

.uk-nav-offcanvas > li > a:hover{
	transform: scale(1.1);
}

.uk-nav-offcanvas {
    position: relative;
    overflow: hidden;
}

.uk-offcanvas-page{
	transition: margin-top 0.3s ease-in-out;
	webkit-transition: margin-top 0.3s ease-in-out;
    margin-left: 0 !important;
    margin-top: 80px !important;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus{
	color: #fff;
}

.my-close {
    width: 50px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    text-align: center;
    display: block;
}

.uk-close{
	opacity: 1;
}

.uk-close:after{
	content: "";
    background: var(--green);
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
    top: 50%;
    transition: all .5s;
}

.uk-close:before{
	content: "";
    background: var(--green);
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(-45deg);
    top: 50%;
    transition: all .5s;
}

.uk-close:hover:after,
.uk-close:hover:before{
	transform: rotate(0deg);
}

a.uk-offcanvas-close.uk-close-large.uk-close.uk-icon {
    height: 100%;
    width: 100%;
}

/* Offcanvas fine */

:root{
	--title: 'Cormorant', serif;
	--par: 'avenir_lt_std45_book';
	--brown: #5c3200;
	--green: #72803f;
	--font-h1: 32px;
	--font-h2: 17px;
	--font-body: 18px;
	--big:0 10%;
	--medium:0 5%;
	--small:0 2%;
}

h1, 
.h1{
	font-family: var(--title);
	font-size: var(--font-h1);
	color: var(--brown);
	line-height: 35px;
	font-weight: 500;
	text-transform: uppercase;
	font-variant-numeric: lining-nums;
}

h2,
.h2{
	font-family: var(--par);
	font-size: var(--font-h2);
	color: var(--brown);
	line-height: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body{
	font-family: 'avenir_lt_std45_book';
	font-size: var(--font-body);
	color: var(--brown);
	line-height: 28px;
	letter-spacing: 0.05em;
	overflow: hidden;
	position: relative;
}

em {
    color: var(--brown);
}

a{
	color: var(--green);
	transition: all .5s;
	cursor: pointer !important;
}

a:hover{
	color: var(--green);
}

strong{
	font-family: 'avenir_lt_std95_black';
}


#tm-top-a{
	position: relative;
}

.cl-home #tm-top-a,
div#n2-ss-10 .n2-ss-slide-backgrounds{
	height: 100vh;
}

.grid-right {
    padding: 50px;
    background: url(../images/bg-top.jpg);
    background-position: -100px -100px;
    background-repeat: round;
    background-size: contain;
    height: auto;
    display: block;
    position: relative;
}

.grid-right img.logo-home{
	width: 400px;
}

.grid-right h1{
	margin-top: 10%;
	min-height: 150px;
	font-size: 25px;
	line-height: 30px;
}

.barra{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	z-index: 99;
	transform-origin: center top;
}

.barra ul {
    list-style: none;
    padding-left: 0;
}

.barra li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}

.barra-fixed{
	background: #fff;
	height: 70px;
	z-index: 99;
	box-shadow: 0px 0px 20px -6px #000;
}

.barra-fixed a.uk-navbar-toggle {
    height: 100px;
    width: 115px;
    transition: all .5s;
}

.barra-fixed a:hover.uk-navbar-toggle{
	height: 110px;
}

.barra-fixed .contatti{
	top: 10px;
	padding-top: 10px;
}

.barra-fixed .lingua{
	top: 20px;
}

.barra-fixed .lingua .mod-languages li a,
.barra-fixed .lingua .mod-languages li.lang-active a{
	color: var(--green);
}

.barra-fixed .lingua ul.lang-inline li.lang-active a:after {
    content: url(../images/circle-green.svg);
    width: 40px;
    position: absolute;
    left: -25%;
    top: -75%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.barra-fixed .lingua ul.lang-inline li:first-child.lang-active a:after{
	left: -50%;
}

.point {
    position: absolute;
    bottom: 0px;
}

.tm-navbar,
.tm-headerbar{
	margin: 0;
}

.contatti {
    padding-top: 20px;
    width: fit-content;
    position: absolute;
    top: 23px;
    left: calc( 50% - -90px);
    right: 0;
    margin-left: 0;
    margin-right: auto;
}

.contatti ul{
	list-style: none;
	padding-left: 0;
}

.contatti li{
	display: inline-block;
	padding: 0 10px;
}

.contatti li a{
	color: var(--green);
	transition: all .5s;
}

.contatti li a:hover{
	color: var(--green);
}

.desc{
	padding: var(--big);
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.desc-home{
	background: url(../images/bg.jpg);
	background-size: initial;
   background-repeat: repeat;
   background-position: center;
}

.desc-home img.edera{
	margin-bottom: 10px;
}

.tm-leading-article .uk-article:last-child{
	padding-bottom: 0;
}

.bt-a{
	height: 100%;
	position: relative;
}

.vista{
	height: 70vh;
	background: url(../images/vista-lago.jpg);
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.txt{
	height: auto;
}

.italia svg {
    width: 200px;
    position: absolute;
    top: -6%;
    right: 5%;
    display: block;
}

.italia svg #map_x5F_marker{
	animation: bounce 2s linear infinite both;
}

@keyframes bounce{
	50%{
		transform: translateY(-10px);
	}
}

.dove-siamo svg {
    width: 350px;
    display: block;
    position: absolute;
    top: calc(50% + 30px);
    left: 0;
    right: 22%;
    margin-left: auto;
    margin-right: auto;
}

.lago h2 {
    color: #fff;
}

.lago {
    position: absolute;
    display: block;
    top: 33%;
    left: 10%;
}

.casa,
.colazione{
	padding: 5%;
}

.casa-sx {
    padding: 50px 50px 20px;
    background: url(../images/bg-top.jpg);
    background-position: -100px -150px;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: block;
}

.colazione-dx {
    padding: 50px 0 20px 50px;
    height: auto;
    display: block;
}

.casa .testo,
.colazione .testo{
	text-align: center;
	margin-bottom: 15%;
}

.link {
    padding: 15px;
    width: fit-content;
    margin-top: 50px;
    display: block;
    margin-bottom: 10px;
}

.link a{
	color: #fff;
	position: relative;
	transition: all .5s;
	padding: 15px 15px 15px 25px;
	background: var(--green);
}

.link a:hover{
	text-decoration: none;
	padding-left: 40px;
	color: #fff !important;
}

.link a:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    background: #fff;
    transition: all .5s;
}

.link a:hover:after{
	width: 25px;
}

.link-r {
    background: var(--green);
    padding: 15px 0;
    width: fit-content;
    margin-top: 50px;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}

.link-r a{
	color: #fff;
	padding: 15px 25px 15px 15px;
	position: relative;
	transition: all .5s;
}

.link-r a:hover{
	text-decoration: none;
	padding-right: 40px;
}

.link-r a:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    background: #fff;
    transition: all .5s;
}

.link-r a:hover:after{
	width: 25px;
}

.link-g {
    margin: 40px auto 15px !important;
    text-align: right !important;
}

.link-g a {
    background: var(--green);
    padding: 15px;
    color: #fff;
    transition: all .5s;
    border: 1px solid var(--green);
}

.link-g a:hover{
	background: transparent;
	color: var(--green);
	text-decoration: none;
}

.tabcontent .title,
.tabcontent .meta,
.tabcontent .tipologia{
	display: inline-block;
	color: var(--brown);
}

.camere{
	position: relative;
	height: auto;
}

.camere-tab{
	position: relative;
}

.txt-camere{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 10%;
	color: #fff;
	z-index: 1;
}

.txt-tabcontent{
    text-align: center;
    background: #fff;
    width: auto;
    padding: 20px;
}

.txt-tabcontent .title {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--brown);
}

.txt-camere h1,
.txt-camere h2{
	color: #fff;
}

.uk-tab-center {
    border-bottom: 0;
    position: absolute;
    bottom: 108px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.uk-tab > li > a {
    padding: 10px;
    border: 0px;
    border-bottom-width: 0;
    height: 120px;
    width: 80px;
    font-family: var(--title);
    font-size: 80px;
    line-height: 70px;
    position: relative;
    transition: all .5s;
    color: rgba(255,255,255,0.5);
    font-variant-numeric: lining-nums;
}

.uk-tab > li.uk-active > a,
.uk-tab > li > a:hover {
    border-color: transparent;
    border-bottom-color: transparent;
    background: #ffffff;
    color: var(--brown);
    font-family: var(--title);
    font-size: 80px;
    line-height: 70px;
    position: relative;
    font-variant-numeric: lining-nums;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}

.uk-tab > li.uk-active > a:after{
	content: url(../images/edera-white.svg);
	width: 70px;
	position: absolute;
	left: -30px;
	top: -30px;
	display: block;
}

.uk-tab > li.uk-active > a:before{
	content: url(../images/pin-tab.svg);
	width: 8px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: -8px;
	display: block;
}

.camere .tabcontent .media img{
	width: 100%;
}

.camere a:hover{
	text-decoration: none;
}

.camere .uk-margin {
    margin-bottom: 0;
}

.link-border {
    margin-top: 70px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    transition: all .5s;
}

.link-border:after{
	content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 40px;
    width: 1px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s;
}

.link-border:hover:after{
	height: 0;
	top: 0px;
}

.link-border a{
	padding: 20px;
	border: 1px solid #fff;
	color: #fff;
	transition: all .5s;
	display: block;
    overflow: hidden;
}

.link-border a:hover{
	text-decoration: none;
	color: var(--green);
    transition: .35s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: #fff;
}

.verde{
	height: 100vh;
	background: url(../images/esterno-01.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: relative;
}

.box-verde {
    width: 40%;
    text-align: center;
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 1;
    padding: 50px;
}

.box-verde:after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: -1;
    transform: rotate(-2deg);
    /*clip-path: polygon(1% 3%, 98% 0, 100% 96%, 4% 100%);*/
}

.trio{
	padding: 5%;
}

.stube,
.panorama,
.relax{
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 100%;
	height: 60vh;
    box-shadow: inset -10px -150px 200px -68px #00000070;
    transition: all .5s;
}

.stube{
	background: url(../images/stube-01.jpg);
}

.panorama{
	background: url(../images/panorama-01.jpg);
}

.relax{
	background: url(../images/relax-01.jpg);
}

.stube span,
.panorama span,
.relax span{
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	display: block;
	z-index: 1;
}

.stube:hover,
.panorama:hover,
.relax:hover{
	box-shadow: inset 0 0 0 0 #00000070;
}

.img-exp{
	background: url(../images/dettaglio-exp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	height: 900px;
	position: relative;
}

.txt-exp{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(80%);
}

.txt-exp h1,
.txt-exp h2{
	color: #fff;
}

.detail-layout-experience {
    margin-bottom: 50px;
    padding-right: 50px;
}

.layout-experience .omni-media {
    position: relative;
    z-index: 1;
}

.layout-experience .omni-media:after {
    content: url(../images/edera-01.svg);
    display: block;
    position: absolute;
    top: -50px;
    right: -50px;
    width: 110px;
    z-index: -1;
}

.layout-experience {
    padding: 70px 0 0px;
}

.layout-experience a .omni-dettaglio{
	color: var(--brown);
}

.uk-slidenav-position .uk-slidenav{
	display: block;
	top: auto;
    margin-top: 0px;
    bottom: -50px;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 0;
}

.uk-slidenav-position .uk-slidenav-next {
    right: auto;
    left: 80px;
}

.uk-slidenav-previous:before{
	content: url(../images/arrow-sx.svg);
	width: 60px;
	display: block;
}

.uk-slidenav-next:before{
	content: url(../images/arrow-dx.svg);
	width: 60px;
	display: block;
}

/* Footer inizio */

.tm-footer{
	margin: 0;
}

.wait{
	padding: 50px;
	background: var(--green);
}

.wait h1{
	color: #fff;
	font-size: 40px;
	line-height: 47px;
	margin: 0;
}

.wait h2{
	color: #fff;
}

.foot {
    padding: 50px 50px 20px;
}

.foot ul{
	list-style: none;
	padding-left: 0;
}

.foot li{
	display: inline-block;
	padding: 0 5px;
}

/* Footer fine */

/* Camere inizio */

.movie-strutture ul.omni-frontpage{
	list-style: none;
	padding-left: 0;
	margin: 0;
}

a .omni-link span.link {
    color: #fff;
    background: var(--green);
    padding: 15px 15px 15px 30px;
    position: relative;
    transition: all .5s;
}

a .omni-link span.link:hover{
	text-decoration: none;
    padding-left: 40px;
}

a .omni-link span.link:after{
	content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    left: -15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    background: #fff;
    transition: all .5s;
}

a .omni-link span.link:hover:after{
	width: 40px;
}

.strutture-teaser{
	padding: 100px 2% 0;
}

.movie-strutture .uk-width-medium-1-1:last-child{
	padding-bottom: 100px;
}

.strutture-teaser .omni-link {
    margin-top: 30px;
}

.strutture-teaser h1.omni-title{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.strutture-teaser .omni-detail {
    color: var(--brown);
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.strutture-teaser .foto-detail{
	padding: 50px 50px 0 0 ;
}

.movie-strutture .items .uk-width-medium-1-1:nth-child(even) .strutture-teaser .uk-order-first {
    order: -1;
    display: block;
    position: relative;
}

.movie-strutture .items .uk-width-medium-1-1:nth-child(odd) .strutture-teaser .omni-media{
	position: relative;
}

.movie-strutture .items .uk-width-medium-1-1:nth-child(odd) .strutture-teaser .omni-media:after{
	content: url(../images/edera-01.svg);
    display: block;
    position: absolute;
    top: -50px;
    left: -50px;
    width: 110px;
    z-index: -1;
    transform: scaleX(-1);
}

.movie-strutture .items .uk-width-medium-1-1:nth-child(even) .strutture-teaser .omni-media:after{
	content: url(../images/edera-01.svg);
    display: block;
    position: absolute;
    top: -50px;
    right: -50px;
    width: 110px;
    z-index: -1;
}

.movie-strutture .uk-slidenav-position .uk-slidenav-previous{
	left: -100px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.movie-strutture .uk-slidenav-position .uk-slidenav-next{
	left: 0;
    right: -100px;
    margin-left: auto;
    margin-right: auto;
}


.movie-strutture .uk-slidenav-position .uk-slidenav{
	bottom: 50px;
}

.strutture-full {
    padding: 50px;
    background: url(../images/bg-top.jpg);
    background-position: right 0px;
    background-repeat: no-repeat;
    background-size: auto;
}

.strutture-full-sx {
    border-right: 1px solid var(--brown);
    padding: 50px 50px 50px 0;
}

.strutture-full-dx {
    padding: 50px 0 50px 50px;
}

.strutture-full-dx .pos-specification li{
	padding: 3px 0;
}

.pos-bottom a.link {
    background: var(--green);
    color: #fff;
    padding-left: 30px;
    position: relative;
    transition: all .5s;
}

.pos-bottom a:hover.link{
	padding-left: 40px;
	text-decoration: none;
}

.pos-bottom a.link:after{
	content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    left: -15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    background: #fff;
    transition: all .5s;
}

.pos-bottom a:hover.link:after{
	width: 40px;
}

.no-anim {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding-left: 50px;
    display: block;
    position: relative;
}

.no-anim:after{
	content: url(../images/no-pet.svg);
	width: 40px;
	position: absolute;
	left: 0;
	top: -3px;
	display: block;
}

/* Camere fine */

/* Form inizio */

textarea#messaggio {
    height: 90px !important;
}

.rsform-block-newsletter-3,
.rsform-block-accetto-privace {
    text-align: left;
    margin-top: 20px !important;
}


.rsform-block-invia {
    margin: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.uk-button-primary {
    background-color: var(--green);
    color: #ffffff !important;
    padding: 15px;
    border: 1px solid var(--green);
    transition: all .5s;
}

.uk-button-primary:hover,
.uk-button-primary:focus{
	text-decoration: none;
	background: transparent;
	color: var(--green) !important;
}

.uk-form select, .uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"],
::placeholder{
	color: var(--brown) !important;
}

/* Form fine */

/* Colazione inizio */

.post-it {
    margin: 100px auto 50px !important;
    padding: 50px;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.post-it:after{
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
    transform: rotate(-2deg);
    box-shadow: 10px 10px 20px -10px;
}


.post-it:before {
    content: "";
    position: absolute;
    top: -30px;
    width: 100px;
    left: 0;
    right: 0;
    display: block;
    background: var(--brown);
    height: 60px;
    transform: rotate(2deg);
    margin-left: auto;
    margin-right: auto;
    opacity: .9;
    mix-blend-mode: multiply;
}


.post-it ul {
    list-style: none;
    padding-left: 0;
}

.post-it li {
    padding: 5px 0;
}

.post-it li span {
    display: block;
    font-size: 15px;
}

#yoo-zoo .item .element-textarea > * {
    margin: 0 !important;
}

/* Colazione fine */

/* Storia inizio */

.sx-esterno{
	height: 650px;
	position: relative;
}

.sx-esterno:after{
	content: url(../images/edera-01.svg);
    width: 250px;
    position: absolute;
    left: 0;
    bottom: -20%;
    display: block;
    opacity: .4;
}

ul.list-eco{
	list-style: none;
	padding-left: 0;
	padding: 0 10%;
}

.list-eco li{
	padding: 40px 10px 10px;
	position: relative;
}

.list-eco li:after{
	content: url(../images/edera-lista.svg);
	width: 60px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -5px;
}

.desc-eco{
	z-index: 1;
}

.desc-eco h1 {
    margin-bottom: 40px;
}

/* Storia fine */

/* Garden inizio */

.movie-descrizioni-garden .casa-sx {
    background: none;
}

/* Garden fine */

/* Info inizio */

.dove {
    padding: 50px 50px 50px 0;
}

.movie-descrizioni-info-2 .form-preno{
	margin-top: 50px;
}

/* Info fine */

/* Experience inizio */

.movie-experience-frontpage ul.omni-frontpage{
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.movie-experience-frontpage .items{
	padding: 100px 5%;
}

.experience-teaser .omni-media img,
.experience-full .omni-top img,
.offerte-teaser .omni-media img,
.offerte-full .omni-top img{
	width: 100%;
}

.experience-teaser .omni-media,
.experience-teaser,
.offerte-teaser .omni-media,
.offerte-teaser{
	position: relative;
}

.experience-teaser .omni-media:after,
.offerte-teaser .omni-media:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}

.txt-experience-teaser,
.txt-offerte-teaser{
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: block;
	z-index: 1;
	color: #fff;
	text-align: left;
	width: 90%;
}

.txt-experience-teaser h2,
.txt-offerte-teaser h2{
	margin: 0;
	color: #fff;
	width: 90%;
}

.txt-experience-teaser span.link,
.txt-offerte-teaser span.link{
	 margin-top: 20px;
    background: var(--green);
    transition: all .5s;
    border: 1px solid var(--green);
}

.txt-experience-teaser span.link:hover,
.txt-offerte-teaser span.link:hover{
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}

.experience-full,
.offerte-full{
	padding: 100px 5%;
    background: url(../images/bg-top.jpg);
    background-position: right 0px;
    background-repeat: no-repeat;
    background-size: auto;
}

.experience-full .omni-bottom a.link,
.offerte-full .omni-bottom a.link{
	background: var(--green);
    color: #fff;
    padding-left: 30px;
    position: relative;
    transition: all .5s;
}

.experience-full .omni-bottom a:hover.link,
.offerte-full .omni-bottom a:hover.link{
    padding-left: 40px;
    text-decoration: none;
}

.experience-full .omni-bottom a.link:after,
.offerte-full .omni-bottom a.link:after{
	content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    left: -15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    background: #fff;
    transition: all .5s;
}

.experience-full .omni-bottom a:hover.link:after,
.offerte-full .omni-bottom a:hover.link:after{
	width: 40px;
}

.override-full {
    margin-top: 50px;
}

.override-full a{
	padding-left: 50px;
	position: relative;
	transition: all .5s;
}

.override-full a:hover{
	padding-left: 70px;
	text-decoration: none;
}

.override-full a:after{
	content: url(../images/edera-override.svg);
	width: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    transform-origin: center;
    transform: translateY(20px) scale(1.0);
    transition: all .5s;
}

.override-full a:hover:after{
	transform: translateY(20px) scale(1.2);
}

/* Experience fine */

/* Territorio inizio */

.movie-territorio-frontpage ul.omni-frontpage{
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.movie-territorio-frontpage .items{
	padding: 100px 5%;
}

.territorio-teaser h1.omni-title{
	border-bottom: 1px solid var(--brown);
    width: 90%;
    padding-bottom: 10px;
}

.txt-territorio-teaser{
	padding: 50px;
}

.territorio-teaser {
    padding-bottom: 50px;
}

.movie-territorio-frontpage .items .uk-width-medium-1-1:nth-child(even) .territorio-teaser .uk-order-first{
	order: -1;
}

/* Territorio fine */

/* Offerte inizio */

.movie-offerte-frontpage ul.omni-frontpage{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.offerte-teaser span.price-from {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 15px;
    margin: 10px 0 5px;
}

.offerte-teaser span.suffix,
.offerte-teaser .pos-time {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 15px;
    margin-top: 10px;
}

.offerte-teaser .pos-time{
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
}

.offerte-teaser .pos-price {
    font-size: 25px;
}

.txt-offerte-full{
	padding-top: 50px;
}

.txt-offerte-full .omni-price {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0.1em;
}

.txt-offerte-full .omni-price span.price-from{
	font-size: 12px;
	display: block;
	line-height: 15px;
	margin: 10px 0 5px;
}

.txt-offerte-full .omni-price span.suffix{
	font-size: 12px;
}


/* Offerte fine */

/* MEDIA QUERY */

@media (min-width: 1200px) {}

@media (min-width: 960px) and (max-width: 1199px) {

:root{
    --font-h1: 26px;
    --font-h2: 15px;
    --font-body: 16px;
    --big: 0 5%;
    --medium: 0 3%;
    --small: 0 1%;
}

.grid-right img.logo-home {
    width: 250px;
}

.grid-right h1 {
    margin-top: 30px;
    min-height: 100px;
}

h1,
.h1{
	line-height: 30px;
}

.point {
    margin-top: 10%;
}

.uk-tab > li.uk-active > a,
.uk-tab > li > a:hover{
	font-size: 50px;
	line-height: 70px;
}


.verde{
    height: 90vh;
}

.stube,
.panorama,
.relax{
	height: 45vh;
}

.img-exp{
	height: 600px;
}

.txt-exp{
    transform: translateY(60%);
}

.layout-slider{
	height: 70vh;
}

.uk-grid-large > * {
    padding-left: 30px;
}

.txt-territorio-teaser {
    padding: 15px 15px 15px 30px !important;
}

.cl-home #tm-top-a,
.cl-home .slider-container,
div#n2-ss-10 .n2-ss-slide-backgrounds {
    height: auto;
}

}

@media (min-width: 768px) and (max-width: 959px) {

:root{
	--font-h1: 26px;
    --font-h2: 15px;
    --font-body: 16px;
    --big: 0 5%;
    --medium: 0 3%;
    --small: 0 1%;
}

.contatti li a,
.contatti li a:hover{
	color: #fff;
}

.cl-info .contatti li a,
.cl-info .contatti li a:hover{
	color: var(--green);
}

.barra-fixed .contatti li a,
.barra-fixed .contatti li a:hover{
	color: var(--green);
}

.map iframe {
    height: 550px;
}

.casa-sx{
	padding: 20px;
}

.movie-descrizioni-colazione .casa{
	padding: 0px 5% 70px;
}

.post-it{
	margin: 50px auto 50px !important;
}

.grid-right img.logo-home {
    width: 250px;
}

.grid-right h1 {
    margin-top: 40px;
}

h1,
.h1{
	line-height: 30px;
}

.point {
    margin-top: 10%;
}

.uk-tab > li.uk-active > a,
.uk-tab > li > a:hover{
	font-size: 50px;
	line-height: 70px;
}

.verde{
    height: 90vh;
}

.stube,
.panorama,
.relax{
	height: 45vh;
}

.img-exp{
	height: 500px;
}

.txt-exp{
    transform: translateY(40%);
    padding: 0 20px;
}

.layout-slider{
	height: 70vh;
}

.uk-grid-large > * {
    padding-left: 20px;
}

.txt-territorio-teaser {
    padding: 15px 15px 15px 30px !important;
}

.movie-territorio-frontpage .items .uk-width-medium-1-1:nth-child(even) .territorio-teaser .uk-order-first {
    order: 99;
}

.strutture-full-dx {
    padding: 20px 0 20px 20px;
}

.strutture-full-sx {
    padding: 20px 20px 20px 0;
}

.casa,
.colazione {
    padding: 70px 5%;
}

.movie-descrizioni-garden .casa {
    padding: 20px 0;
}

.sx-esterno:after {
    content: url(../images/edera-01.svg);
    width: 250px;
    bottom: -100px;
    right: -90%;
    transform: scaleX(-1);
}

.grid-right{
	text-align: center;
	padding: 0px 50px 70px;
}

h1.omni-script{
	width: 100%;
}

.point{
	left: 0;
}

.cl-home #tm-top-a,
.cl-home .slider-container,
div#n2-ss-10 .n2-ss-slide-backgrounds {
    height: auto;
}

.colazione .testo h2 br,
.box-verde h1 br{
	display: none;
}

.slider-container .point {
    position: absolute;
    bottom: 10px;
    left: 0 !important;
    display: block;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

}

@media(max-width:767px) {
	#scrollToTop {
		display: block;
	}
	.uk-navbar-toggle {
		width: 50px;
	}
.uk-touch .uk-hidden-touch, .uk-notouch .uk-hidden-notouch {
display: block !important;
}

:root{
    --font-h1: 25px;
    --font-body: 16px;
}

br {
    display: none;
}

h1,
.h1{
    line-height: 30px;
}

body{
	line-height: 25px;
}

.cl-home #tm-top-a, div#n2-ss-10 .n2-ss-slide-backgrounds {
    height: auto;
}

.uk-nav li {
    display: block;
    margin-bottom: 10px;
}

ul.uk-nav{
    padding: 80px 20px 50px;
    height: 100%;
}

.uk-offcanvas-bar{
    width: 100%;
    height: 100%;
}

.uk-offcanvas-page{
	margin-top: 0px !important;
}

.uk-nav-offcanvas > li > a{
	margin: 0 auto;
}

.contatti,
.point{
	display: none !important;
}

.grid-right{
	padding: 30px 20px;
	text-align: center;
}

.grid-right img.logo-home,
.layout-empty img.logo-home{
	width: 250px !important;
}

.grid-right h1 {
    margin: 30px 20px 0;
    font-family: 'avenir_lt_std45_book';
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 24px;
}

.desc-home img.edera {
    width: 100px;
}

.desc{
	padding: 30px 20px;
}

.vista{
    background-position: 35% center;
}

.casa,
.colazione {
    padding: 5%;
}

.casa-sx{
    order: 99;
	padding: 30px 15px 0px 40px;
	background-position: center;
    background-size: cover;
}

.casa .link{
	padding: 0px;
	margin-top: 30px;
    margin-bottom: -30px;
}

.colazione-dx{
	padding: 30px 0px 0px 20px;
}

/*.link,
.link-r{
	margin: 30px auto !important;
}*/

.camere .uk-margin {
    margin-top: 0 !important;
}

.txt-camere {
    position: relative;
    top: 0;
    color: var(--brown);
    z-index: 1;
    background: url(../images/bg.jpg);
    width: 100%;
    height: auto;
    padding: 30px 0;
    order: 99;
}

.txt-camere h1,
.txt-camere h2 {
    color: var(--brown);
    padding: 0 30px;

}

.link-border a{
	border: 1px solid var(--brown);
    color: var(--brown);
}

.link-border:after{
	background: var(--brown);
}

.uk-tab > li.uk-active > a,
.uk-tab > li > a:hover,
.uk-tab > li > a{
	font-size: 40px;
    line-height: 45px;
}

.uk-tab > li.uk-active > a:before{
	display: none;
}

.uk-tab > li.uk-active > a:after{
	width: 60px;
}

.uk-tab > li > a{
	height: 50px;
    width: 40px;
}

.tabcontent .title,
.tabcontent .meta,
.tabcontent .tipologia{
	margin: 0;
}

.txt-tabcontent{
    padding: 30px 20px;
}

.verde{
	height: 60vh;
}

.box-verde{
	width: auto;
	padding: 30px;
}

.box-verde:after{
    transform: rotate(-3deg);
}

.stube,
.panorama,
.relax{
    height: 450px;
    margin-bottom: 20px;
}

.img-exp{
	height: 600px;
}

.img-exp .link-border a {
    border: 1px solid #fff;
    color: #fff;
	transition: all .5s;
}

.img-exp .link-border a:hover{
	color: var(--green);
}

.img-exp .link-border:after {
    background: #fff;
}

.layout-experience {
    padding: 30px;
}

.layout-experience .omni-media{
	margin-bottom: 30px;
}

.uk-slidenav-position .uk-slidenav{
	bottom: 50px;
    left: 60px !important;
}

.uk-slidenav-position .uk-slidenav-next{
	left: 150px !important;
}
.uk-nav-offcanvas > li:after,
.uk-nav-offcanvas > li:before,
.uk-nav-offcanvas > li > a:after,
.uk-nav-offcanvas > li > a:before{
	display: none;
}

.layout-slider{
	height: 500px;
}

.strutture-teaser {
    padding: 30px 20px 0;
}

.strutture-teaser .omni-detail{
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
}

.strutture-teaser h1.omni-title{
	text-align: left;

}

.movie-strutture .items .uk-width-medium-1-1:nth-child(even) .strutture-teaser .uk-order-first{
	order: 99;
}

.strutture-full{
	padding: 30px 20px;
}

.strutture-full-sx {
    border-right: 0;
    padding: 0;
    border-bottom: 1px solid var(--brown);
}

.strutture-full-dx {
    padding: 30px 0px;
}

.movie-strutture .uk-slidenav-position .uk-slidenav-previous,
.casa .uk-slidenav-position .uk-slidenav-previous {
    left: -20% !important;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.casa .uk-slidenav-position .uk-slidenav-previous{
	left: -30% !important;
}

.movie-strutture .uk-slidenav-position .uk-slidenav-next,
.casa .uk-slidenav-position .uk-slidenav-next {
    left: 0 !important;
    right: -20%;
    margin-left: auto;
    margin-right: auto;
}

.casa .uk-slidenav-position .uk-slidenav-next{
	right: -30% !important;
}

.casa .uk-slidenav-position .uk-slidenav {
    bottom: 10px;
}

.experience-teaser {
    margin-bottom: 20px;
}

.experience-full,
.movie-territorio-frontpage .items,
.dove{
	padding: 30px 20px;
}

.experience-full h1.omni-title {
    margin-top: 30px;
}

.movie-territorio-frontpage .items .uk-width-medium-1-1:nth-child(even) .territorio-teaser .uk-order-first{
	order: 99;
}

.territorio-teaser {
    padding-bottom: 0;
}

.txt-territorio-teaser {
    padding: 30px;
}

.map iframe {
    height: 400px;
}

.casa .testo{
	text-align: left;
}

.colazione .testo{
	text-align: right;
}

.chiama {
    float: left;
    padding: 10px 10px 10px 40px;
    display: none;
}

.prenota {
    float: right;
    padding: 10px 40px 10px 10px;
    display: none;
}

.barra-fixed .chiama,
.barra-fixed .prenota{
	display: block;
}

.telefono span {
    display: block;
    margin-top: -5px;
}

.post-it {
    margin: 20px auto 40px !important;
    padding: 30px;
}

.post-it br,
.movie-descrizioni-info-2 br{
	display: block;
}

.sx-esterno:after{
	opacity: .2;
}

.wait h1{
	font-size: 30px;
	line-height: 40px;
}

.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a{
	color: var(--brown);
}

.stube span,
.panorama span,
.relax span{
	font-size: 20px;
}

.uk-tab-center{
	bottom: 0px;
	position: relative;
	background: url(../images/bg.jpg);
    height: auto;
    padding-top: 50px;
}

.uk-tab > li{
	margin-bottom: 0;
}

.cl-home #tm-top-a,
div#n2-ss-10 .n2-ss-slide-backgrounds {
    height: auto;
}

.lingua-mob {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.lingua-mob li{
	margin: 0 5px !important;
	padding: 0 !important;
}

.lingua-mob li a{
	color: #fff !important;
	font-size: 15px;
	line-height: 15px;
	opacity: .7;
}

.lingua-mob li.lang-active a{
	opacity: 1;
	position: relative;
	width: 30px;
}

.lingua-mob li.lang-active a:after{
	content: url(../images/circle.svg);
    width: 40px;
    position: absolute;
    left: -30%;
    top: -50%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.lingua-mob li:first-child.lang-active a:after{
	left: -70%;
    top: -57%;
}

.lingua-mob li:nth-child(2).lang-active a:after{
	left: -33%;
    top: -57%;
}

.lingua-mob li:last-child.lang-active a:after{
	left: -40%;
    top: -57%;
}

.my-close {
    width: 50px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: auto;
    z-index: 1;
    height: 50px;
    text-align: center;
    display: block;
}

.rsform-block-accetto-privace{
	margin-top: -10px !important;
}

.cl-home .slider-container {
    height: auto;
}

.dove-siamo svg{
	width: 200px;
	left: 28%;
	right: 0;
	top: calc(50% + 100px);
	margin-left: 0;
	margin-right: auto;
}

.italia svg{
	width: 150px;
	top: -10%;
}


.movie-territorio-frontpage .link{
	margin-top: 20px;
}

.movie-strutture .uk-width-medium-1-1:last-child {
    padding-bottom: 20px;
}

#tm-footer br{
	display: block;
}

}