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

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-BookItalic.woff2') format('woff2'),
        url('../font/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Light.woff2') format('woff2'),
        url('../font/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
        url('../font/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-LightItalic.woff2') format('woff2'),
        url('../font/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-BoldItalic.woff2') format('woff2'),
        url('../font/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Book.woff2') format('woff2'),
        url('../font/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-MediumItalic.woff2') format('woff2'),
        url('../font/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Medium.woff2') format('woff2'),
        url('../font/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sk-Modernist Mono';
    src: url('../font/Sk-Modernist-Mono.woff2') format('woff2'),
        url('../font/Sk-Modernist-Mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sk-Modernist';
    src: url('../font/Sk-Modernist-Regular.woff2') format('woff2'),
        url('../font/Sk-Modernist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sk-Modernist';
    src: url('../font/Sk-Modernist-Bold.woff2') format('woff2'),
        url('../font/Sk-Modernist-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body.tm-isblog.uk-offcanvas-page,
body.tm-noblog.uk-offcanvas-page {
	overflow-x: clip !important;
	margin-left: 0 !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 {
    display: inline-block;
    margin-right: 40px;
}
.rsform-block-newsletter-3{
display: inline-block;
}

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

#invia{
    display: inline-block;
    width: auto !important;
    background: var(--gold);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 16px;
    padding: 20px 20px 10px;
    margin-bottom: var(--big-pad);
}

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


:root{
--brown:#49402e;
--gold:#c79b66;
--grey:rgba(51, 51, 51, 0.4);
--little-pad:50px;
--medium-pad:65px;
--big-pad:100px;
--big-font:143px;
--fake-margin:calc((100vw - 1545px) / 2);
--height:calc(100vh - 78px);
}


/* override stili form -- fine */

h1,
.h1{
	font-family: 'Sk-Modernist';
	font-size: 49px;
	letter-spacing: 0.1em;
	line-height: 59px;
	font-weight: bold;
	color:var(--brown);
}

h2,
.h2{
	font-family: 'Gotham';
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color:var(--brown);
	font-weight: 400;
	text-transform: uppercase;
}

body{
	font-family: 'Gotham';
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.1em;
	color:var(--brown);
    background: #f8f4ef;
}

/* barra mobi -- inizio */

.barra-mobi {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
	background: rgba(73,64,46, 0.9);
}

.barra-mobi a{
	font-size: 12px;
	text-transform: uppercase;
	padding: 20px 10px 10px;
	display: block;
}

.barra-mobi a i {
	display: block;
	font-size: 20px;
	pointer-events:none;
}

.barra-mobi a.tele {
	color: #00af00;
}

.barra-mobi a.preno {
	color: #fff;
	font-weight: 700;
}

#scrollToTop {
	bottom: 65px;
	right: 10px;
	background: transparent;
	border: 1px solid #2e2e2e;
	display: none;
}

#scrollToTop:hover {
	background: #fff;
}

/* barra mobi -- fine */

/* Barra fissa inizio */

 #tm-top-c {
	visibility: hidden;
	height: 0;
	opacity: 0;
 }
 
 #tm-top-c.form-fixed{
	visibility: visible;
	height: auto;
	z-index: 100;
	opacity: 1;
 }
 
 .barra-no{
	visibility: hidden;
 }

  .barra-fissa {
	background: var(--brown);
	text-align: center;
	padding: 20px;
	position: relative;
	box-shadow: 0px 2px 21px -14px #606060;
	height: 50px;
	font-size: 15px;
    letter-spacing: 4px;
    overflow: hidden;
 }
 

.barra-fissa ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	padding-right: 30px;
	margin-top: 20px;
 }
 
.barra-fissa li {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: 20px;
 }

.barra-fissa li a{
 	color: #fff;
 	position: relative;
 }

.barra-fissa li a:hover{
  	text-decoration: none;
  	color: #fff;
 }

 .barra-fissa .menu {
    position: absolute;
    top: 10px;
    display: block;
}

.bf-logo {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.bf-logo img{
	width: 150px;
}

/* Barra fissa fine */

.contatti {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

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

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

.contatti li a{
	color: #fff !important;
}


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

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

.tm-logo {
    position: absolute;
    top: 30px;
    left: 150px;
    width: fit-content;
}

img.logo-bis {
    width: 200px;
    margin-top: 10px;
}


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

.uk-navbar{
	background: transparent;
}

/* Slider inizio */

.layout-slider {
    height: 650px;
    background-size: cover !important;
    background-position: center center !important;
    z-index: 0;
    position: relative;
}

.layout-empty{
	height: 150px;
	background: var(--brown);
	position: relative;
	overflow: hidden;
}


/* Slider fine */

/* Menu inizio */

.uk-navbar {
    background: transparent;
    position: absolute;
    top: 40px;
    left: 30px;
    display: block;
    color: #fff;
}

a.uk-navbar-toggle {
    color: #fff;
    font-size: 11px;
    font-family: 'Gotham';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all .5s;
    padding-top: 50px;
}

a:hover.uk-navbar-toggle{
	opacity: 1;
	color: #fff;
}

.uk-navbar-toggle:after{
	content: "";
    position: absolute;
    top: 28px;
    left: 20px;
    background: #fff;
    width: 30px;
    height: 1px;
    transform: rotate(-60deg);
    display: block;
    transition: all .5s;
}

.uk-navbar-toggle:before{
	content: "";
    position: absolute;
    top: 24px;
    left: 30px;
    background: #fff;
    width: 40px;
    height: 1px;
    transform: rotate(-60deg);
    display: block;
    transition: all .5s;
}   

.uk-navbar-toggle:hover:before {
	top: 46px;
    left: 20px;
    width: 30px;
    transform: rotate(-360deg);
}

.uk-navbar-toggle:hover:after {
    top: 46px;
    left: 20px;
    width: 30px;
    transform: rotate(-360deg);
}

.uk-offcanvas-bar {
    width: 350px;
    background: #f8f4ef;
}

ul.nav.menu.mod-list {
    padding-left: 0;
}

.uk-nav-offcanvas > li > a {
    color: var(--brown) !important;
    opacity: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400!important;
    transition: all .5s;
    width: 100%;
    position: relative;
    margin-left: -20px;
}

.uk-nav-offcanvas > li > a:hover{
	background: transparent;
	padding: 10px 20px;
    margin: 0 -20px;
}

ul.uk-nav.uk-nav-offcanvas {
    padding: 15px;
    margin-top: 100px;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a:after,
.uk-nav-offcanvas > li > a:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background: var(--gold);
	transition: all .5s;
}

.uk-nav-offcanvas > li > a:after{
	width: 0;
}

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

.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,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a{
	background: transparent !important;
}

.uk-close{
	opacity: 1;
	position: absolute;
    right: 0px;
    top: 30px;
    width: 100px;
    height: 60px;
}

.uk-close:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--brown);
  transform: rotate(45deg);
  position: absolute;
  bottom: 30px;
  left: 35px;
  transition: all .5s;
}

.uk-close:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--brown);
  transform: rotate(-45deg);
  position: absolute;
  bottom: 30px;
  left: 35px;
  transition: all .5s;
}

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

.uk-close:hover,
.uk-close:focus{
	opacity: 1;
}

.ico-social{
	margin-top: 50px;
}

.ico-social h2{
	font-weight: 700;
}

/* Menu fine */

/* Home inizio */

.uk-article,
#yoo-zoo,
.special-event,
.pic
 {
    padding: var(--big-pad) 0 !important;
}

.pad{
	padding:var(--big-pad) 0;
}
.img-frame{
	position:relative;
}

.img-frame::before,
.img-frame::after,
.pic-1:after,
.pic-3:after{
	content:url(../images/corner-top.svg);
	width:71px;
	display:block;
	position:absolute;
	top:calc(var(--little-pad) * -1);
	left:-1px;
	z-index: 9;
}

.img-frame::after,
.pic-3:after{
	transform:rotate(-180deg);
	bottom:calc(var(--little-pad) * -1);
	right:-1px;
	left:initial;
	top:initial;
}

.text-container{
	padding-left: var(--little-pad);
	width: 60%;
}

.link{
	position:relative;
	font-family: 'Gotham';
	font-weight: 700;
	text-transform:uppercase;
	font-size:14px;
	display: inline-block;
	color:var(--brown);
}

.link::after{
	content:"";
	display:block;
	height:1px;
	background:var(--gold);
	position:absolute;
	left:0;
	right:0;
	bottom:125%;
	transition: bottom .5s;
}

.link:hover{
	text-decoration:none;
	color:var(--brown);
}

.link:hover::after{
	bottom:0;
}

a{
	color:var(--gold);
	font-family: 'Gotham';
	font-weight: 500;
}

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

em{
	color:inherit;
}

.macro-container{
	max-width:1980px;
	margin:0 auto;
	padding: 0 35px;
	box-sizing: border-box;
}

.top-pad{
	margin-top:var(--little-pad);
}

.bg-set{
	background-size:cover !important;
	background-position:center center !important;
}

.txt-orari {
    padding: 100px 20% 100px 10%;
}

.detail-clock {
    width: 70%;
    margin: 50px 0;
}

.orari hr {
    border-top: 1px solid #c79b66;
    margin: 20px 0;
}

.big-banner{
	height:var(--height);
	position:relative;
}

.big-banner .macro-container{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}

.big-title h1,
.big-title .h2,
.big-title .link{
	color:#fff;
}

.big-title .h2{
	margin-bottom:0;
}

.big-title span {
    display: block;
}

.big-title h1{
	font-size:var(--big-font);
	line-height: 0.9em;
	margin-top:0;
	letter-spacing: 0;
}

.lounge-bar{
	background:linear-gradient(to top, var(--grey), var(--grey)), url(../images/lounge-bar.jpg) no-repeat center center;
	background-size:cover;
	text-align:right;
}

.pic{
	padding-bottom: 0px !important;
}

.pic-1{
	background:url(../images/pic-01.jpg) no-repeat center center;
	background-size:cover;
	position: relative;
	height: 550px;
}


.pic-2{
	background:url(../images/pic-02.jpg) no-repeat center center;
	background-size:cover;
	position: relative;
	height: 550px;
	margin-top: 50px;
}

.pic-3{
	background:url(../images/pic-03.jpg) no-repeat center center;
	background-size:cover;
	position: relative;
	height: 550px;
	margin-top: 100px;
}

.uk-slidenav-position .uk-slidenav{
	display:block;
}

#tm-bottom-d .uk-slidenav-position .uk-slidenav{
	margin-top:0;
	top:calc(50vh - 216px);
}

.uk-slidenav-next{
	background:url(../images/freccia-dx.svg) no-repeat right center;
	background-size:18px;
	right:0 !important;
}

.uk-slidenav-previous{
	background:url(../images/freccia-sx.svg) no-repeat left center;
	background-size:18px;
	left:0 !important;
}

.uk-slidenav-next:before,
.uk-slidenav-previous:before{
	display:none;
}

.layout-target::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: calc(50vh - 186px);
    left: 0;
    z-index: 1;
}

.layout-target {
    height: var(--height);
    position: relative;
    color: #fff;
}

.bg-set {
    background-size: cover !important;
    background-position: center center !important;
}

.layout-target .title {
    color: #fff;
    font-size: var(--big-font);
    text-align: right;
    margin-bottom: var(--medium-pad);
    position: relative;
    letter-spacing: 0;
}

.txt-target{
    padding: 64px 52px 39px 0;
    text-align: right;
}

.txt-target .subtitle{
	color: #fff;
}

.txt-target span.link {
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-top: 100px;
    display: block;
}

/* Home fine */

/* Footer inizio */

#tm-footer{
	padding:var(--medium-pad) 0 0 0;
	margin:0;
	text-align:right;
}

.social{
	padding-left:0;
	list-style:none;
	margin:0;
}

.social > li{
	display:inline-block;
	margin-right:25px;
}

.social > li > a{
	display:inline-block;
	color:var(--brown);
	font-size:36px;
	padding:7px 0;
}

.omnipolicycookielinks{
	padding-bottom:var(--little-pad);
}

.omni-frontpage{
	padding-left: 0;
	list-style: none;
	margin-bottom: var(--medium-pad);
}

.container-text-left {
    padding-left: 50px;
}

/* Footer fine */

/* Occasioni speciali inizio */

.movie-target .description {
    text-align: left;
}

.target-full .omni-subtitle,
.target-full .omni-title{
	margin: 0;
}

.target-full h1.omni-title{
    font-size: 100px;
    letter-spacing: 0;
    margin-bottom: 50px;
    margin-top: 10px;
}

.target-full .omni-description{
	margin: 50px 0;
}

.target-full .omni-summary {
    margin: 50px 0 50px 50px;
    position: relative;
}

.target-full .omni-summary:before{
	content: url(../images/corner-top.svg);
    width: 71px;
    display: block;
    position: absolute;
    transform: rotate(-180deg);
    bottom: calc(var(--little-pad) * -1);
    right: 0px;
    left: initial;
    top: initial;
}

.target-full .macro-container {
    padding-right: 0;
    margin-right: 0;
}

.target-teaser .omni-title span {
    display: block;
}

.movie-target-frontpage .uk-width-medium-1-2 {
    padding-left: 0;
}

.target-teaser{
	position: relative;
	margin-bottom: 20px;
}

.target-teaser .omni-media:after{
	content: "";
	background:linear-gradient(to top, var(--grey), var(--grey));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
}

.target-teaser h1.omni-title,
.target-teaser h1.omni-title span.h2{
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	color: #fff;
}

.target-teaser h1.omni-title span.h2 {
    line-height: 0px;
}

.target-teaser .omni-links{
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	color: #fff;
}

.target-teaser .omni-links span.link{
	color: #fff;
}

.target-full .omni-meta{
	display: none;
}

/* Occasioni speciali fine */

/* Lounge bar inizio */

.movie-descrizioni-lounge-bar .orari{
	margin: 50px 0 !important;
}

/* Lounge bar fine */

/* Info inizio */

.form {
    margin-top: 70px !important;
}

.map {
    margin-top: 50px;
}

textarea#messaggio {
    height: 240px;
}

textarea.uk-form-large{
	font-family: 'Sk-Modernist';
}

/* Info fine */

.tm-footer a{
	display: inline-block;
}


/* Eventi inizio */

.layout-offerte{
	display:block;
	color:#fff;
	text-align:right;
	height:650px;
	position:relative;
}

.layout-offerte:hover{
	text-decoration:none;
	color:#fff;
}

.layout-offerte h3,
.layout-offerte .h2{
	color:#fff;
	margin-bottom: 5px;
}

.layout-offerte::before{
	content:url(../images/corner-simple.svg);
	display:block;
	width:35px;
	position:absolute;
	top:-1px;
	left:-1px;
}

.layout-offerte::after{
	content:url(../images/corner.svg);
	display:block;
	width:90px;
	height:90px;
	position:absolute;
	bottom:0;
	right:0;
}

.on-top{
	position:absolute;
	bottom:5px;
	right:40px;
	transition:bottom .5s;
}

.layout-offerte:hover .on-top{
	bottom:35px;
}

.on-top .pos-links{
	opacity:0;
	color:var(--gold);
	display:inline-block;
	padding: 5px 0;
	position:relative;
	transition:all .5s;
}

.on-top .pos-links::before,
.on-top .pos-links::after{
	content:"";
	vertical-align:middle;
	display:inline-block;
	width:20px;
	height:1px;
	background:var(--gold);
}

.on-top .pos-links::after{
	position:absolute;
	left:10px;
	transform:rotate(90deg);
	transform-origin: bottom left;
	top: 2px;
}

.layout-offerte:hover .on-top .pos-links{
	opacity:1;
}

.bt{
    margin: 30px 0 40px;
    width: fit-content;
}

a.bt-video {
    color: #fff;
    padding: 30px 20px 20px;
    background: var(--gold);
    border: 1px solid var(--gold);
    transition: all .5s;
    text-transform: uppercase;
}

a:hover.bt-video{
    background: transparent;
    color: var(--gold) !important;
    text-decoration: none;
}

.check{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.check > li{
	padding:0 0 0 25px;
	position:relative;
}

.check > li::before {
	content: url(../images/check.svg);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
}

#form-offerta .check{
	margin-top:0;
}

#form-offerta .check > li{
	display:inline-block;
}

#form-offerta span.h2{
	margin-right:20px;
}

.offerte-full .layout-slider{
margin-top: calc(var(--big-pad) * -1);
margin-bottom: var(--big-pad);
}

.movie-eventi-frontpage .details.alignment-center{
	text-align: left !important;
}

/* Eventi fine */

/* Eventi home inizio */

.eventi-speciali{
	background: #3c3939;
	padding: 50px;
	width: auto;
    position: relative;
    margin: 50px 0 0;
    overflow: hidden;
    z-index: 0;
}

.eventi-speciali:after{
	content: url(../images/cocktail-01.svg);
	position: absolute;
	top: 5%;
	right: 0;
	display: block;
	width: 300px;
}

.eventi-speciali:before{
	content: url(../images/cocktail-02.svg);
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 250px;
}

.eventi-speciali h1,
.eventi-speciali h2{
	text-align: center;
	color: var(--gold);
}

.layout-eventi-home::after {
    content: url(../images/corner-blc.svg);
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.eventi-speciali .uk-slidenav-position{
	z-index: 1;
	position: relative;
}

.layout-eventi-home{
	height: 400px;
width: 400px;
}

.offerte-full a{
	display: inline-block;
}

.tit-slider h1 {
    color: #fff;
    font-size: 54px;
    line-height: 60px;
}

.tit-slider {
    position: absolute;
    bottom: 120px;
    left: 150px;
    display: block;
}

.omni-check a {
    display: inline-block;
}

/* Eventi home fine */
.gaia .h1{
font-size:30px;
}
.gallery-gaia{
margin-bottom:120px;
}

/* Pet free inizio */

.pet-free{
	position: relative;
	background: #c79b66;
	color: #fff;
	padding: 30px 20% 10px calc(10% + 50px);
}

.pet-free:after{
	content: url(../images/pet-free.svg);
	width: 60px;
	position: absolute;
	left: 5%;
    top: 20%;
	display: block;

}

/* Pet free fine */

/* MEDIA QUERY */

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

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

.contatti{
    left: auto;
    right: 20px;
}

.bf-logo{
	right: 20px;
}


.barra-fissa ul{
	padding-right: 0px;
}

.barra-fissa li a{
	font-size: 12px;
}

.barra-fissa li{
	margin-left: 10px;
}

.text-container{
	width: 80%;
}

.big-banner,
.layout-target{
	height: 80vh;
}

.layout-target .title{
	line-height: 110px;
}

.pic-1,
.pic-2,
.pic-3{
	height: 450px;
}

.big-banner .macro-container{
	top: 70%;
}

.omnipolicycookielinks {
    padding-bottom: 0;
}

.layout-offerte{
	height: 400px;
}

}

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

h1,
.h1{
	font-size: 35px;
	line-height: 49px;
}

.contatti{
    left: auto;
    right: 20px;
}

.bf-logo{
	right: 20px;
}


.barra-fissa ul{
	padding-right: 0px;
}

.barra-fissa li a{
	font-size: 12px;
}

.barra-fissa li{
	margin-left: 10px;
}

.text-container{
	width: 80%;
}

.big-banner,
.layout-target{
	height: 80vh;
}

.layout-target .title{
	line-height: 110px;
	font-size: 110px;
}

.pic-1,
.pic-2,
.pic-3{
	height: 350px;
}

.big-banner .macro-container{
	top: 70%;
}

.omnipolicycookielinks {
    padding-bottom: 0;
}

/*.barra-fissa li:nth-child(even),
.contatti li:nth-child(even) {
    display: none;
}*/

.pet-free {
	padding: 100px 20px 10px;
}

}

@media(max-width:767px) {

:root{
--big-pad:40px;
--big-font:55px;
--little-pad:25px;
--fake-margin:25px;
--height:calc(100vh - 78px);
}

#scrollToTop {
	display: block;
}

.uk-navbar-toggle {
	width: 50px;
}

.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
	display: block !important;
}

h1,
.h1{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
}

body{
	margin-bottom: 50px;
}

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

.uk-article, #yoo-zoo {
    padding: 40px 25px !important;
}

.uk-article .text-container,
#yoo-zoo .text-container {
    padding-left: 0;
}

.text-container {
    width: auto;
}

.orari .uk-width-medium-1-2.uk-text-right {
    text-align: left !important;
}

.target-full h1.omni-title{
	font-size: 50px;
}

.target-full .macro-container{
	padding: 0;
}

.contatti,
.barra-fissa{
	display: none;
}

.uk-article,
#yoo-zoo{	
	padding:var(--big-pad) 25px !important;
	background-image:none;
}

.uk-article .text-container,
#yoo-zoo .text-container{
	padding-left:0;
}

.uk-article > .macro-container,
#yoo-zoo > .macro-container{
	padding-right:0;
	padding-left:0;
}

.img-frame{
	margin:var(--little-pad) 0 !important;
}

.img-frame::before,
.pic-1:after{
	top:-47px;
}

.img-frame::after,
.pic-3:after,
.target-full .omni-summary:before{
	bottom: -48px;
}

.tm-logo {
    width: 160px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.uk-navbar{
    top: 30px;
    left: 0px;
}

.img-frame {
    margin: var(--little-pad) 0 !important;
}

.pic-1,
.pic-2,
.pic-3{
	height: 400px;
	margin: 20px 10px;
}

.txt-orari {
    padding: 20px 10%;
}

.txt-target {
    padding: 20px 0px;
}

.info-footer{
	padding-right: 20px;
}

.movie-target-frontpage .uk-width-medium-1-2 {
    padding-left: 25px;
}

.target-full h1.omni-title{
	margin-bottom: 0px;
}

textarea#messaggio {
    height: 120px;
}

.layout-offerte{
	height: 500px;
}

a.bt-video{
	font-size: 13px;
}

.eventi-speciali {
    padding: 50px 15px;
    margin: 50px -25px;
}

.eventi-speciali h3.pos-title{
	font-size: 20px;
}

.tit-slider h1 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.tit-slider {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
}

.eventi-speciali:after{
	width: 200px;
}

.eventi-speciali:before{
	width: 150px;
	left: -20px;
}

.pet-free {
	padding: 100px 20px 10px;
}

}

