/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
@import url('https://fonts.googleapis.com/css?family=Rubik:700|Work+Sans:400,500,600&display=swap');
@font-face {
font-family: 'bosk_testregular';
src: url('../font/bosk-webfont.woff2') format('woff2'), url('../font/bosk-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

/* 
font-family: 'Work Sans', sans-serif;
font-family: 'Rubik', sans-serif;
 */

body{
font-family: 'Work Sans', sans-serif;
font-size:19px;
font-weight:400;
line-height:1.3em;
color:#696969;
}
a{
color:#00A0DB;
}
h1, .h1{
font-family: 'Rubik', sans-serif;
font-weight:700;
font-size:32px;
line-height:1em;
color:#696969;
}
h2, .h2{
font-family: 'Rubik', sans-serif;
font-weight:700;
font-size:18px;
text-transform: uppercase;
line-height:1em;
color:#696969;
}
em{
color:#696969;
}
.width100{
width:100%;
}
.uk-nav-side > li > a{
font-family: 'Work Sans', sans-serif;
font-size:19px;
font-weight:400;
color:#fff;
}
.link-gallery{
font-size:0px !important;
}
.link-gallery i{
font-size:26px;
}
#tm-top-a{
position:relative;
}
.barra-top{
position:absolute;
top:0;
z-index:99;
right: 0;
left: 0;
text-align: center;
}
.tm-headerbar .tm-logo,
.uk-navbar-nav > li,
.uk-navbar-nav{
float:none;
}
.uk-nav-side > li{
display:inline-block;
}
.uk-nav > li > a {
padding: 5px 10px;
}
.uk-navbar{
background:transparent;
position: absolute;
top: 30px;
right: -45px;
left: 0;
z-index:98;
}
.barra-top .uk-nav{
margin-top:80px;
}
.social{
position:absolute;
top:0;
left:50px;
z-index:100;
}
.tm-logo{
display: block;
margin-top: 15px;
}
.lingue{
position:absolute;
top:0;
right:50px;
z-index:100;
background:url(../images/flag-w.png) no-repeat top left;
background-size:contain;
width: 53px;
height: 68px;
}
.lang-block{
padding-left:0;
list-style:none;
margin:13px 10px;
text-align:center;
}
#tm-middle{
padding:60px 0;
}
#tm-bottom-a{
background:#33b1e1;
color:#fff;
text-align:center;
padding: 125px 0 0 0;
position:relative;
}
#tm-bottom-a:before,
#tm-bottom-e:before,
.box-handicap:before{
content: "";
background: url(../images/wave.png);
display: block;
height: 90px;
width: 100%;
background-size: cover;
position: absolute;
top: 0;
z-index: 0;
}
#tm-bottom-a p{
margin-bottom:50px;
}
#tm-bottom-a .h1,
#tm-bottom-e .h1{
color:#fff;
}
#tm-bottom-a h2,
#tm-bottom-e h2{
text-transform:none;
}
.intro-title{
color:#0F254C;
/* 
font-family: 'Rubik', sans-serif;
font-weight:700;
font-size:36px;
 */

font-family:'bosk_testregular';
font-size:60px;

}
.intro-title strong{
/* font-size:56px; */
font-size:82px;
font-weight:normal;
display:block;
}
#tm-bottom-a .intro-title{
-ms-transform: rotate(-10deg); /* IE 9 */
-webkit-transform: rotate(-10deg); /* Safari 3-8 */
transform: rotate(-10deg);
-ms-transform-origin: top left; /* IE 9 */
-webkit-transform-origin: top left; /* Safari 3-8 */
transform-origin: top left;
line-height: 1em;
position: absolute;
left: -80px;
top: -160px;
background:url(../images/splash.png) no-repeat;
background-size:contain;
padding: 31px 0px 90px 215px;
text-align: left;
}


.legenda{
position: absolute;
bottom: 0;
right: 20px;
z-index: 99;
list-style:none;
padding-left:0;
bottom: 6%;
}
.legenda li{
display:inline-block;
margin-right:20px;
}
.legenda li:last-child{
margin-right:0;
}
.legenda li:before{
content:"\f111";
font-family:fontawesome;
margin-right: 5px;
}
.cyan{
color:#00A0DB;
}
.blue{
color:#0F254C;
}
.yell{
color:#E1B600;
}
.bottone{
display:inline-block;
font-family: 'Work Sans', sans-serif;
font-size:20px;
font-weight:500;
color:#fff;
border-radius: 30px;
padding: 15px 25px;
overflow:hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.bottone:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00A0DB;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.bottone:hover:before,
#tm-bottom-d a:hover .bottone:before,
.bottone-cyan:hover:before,
.due-bottoni a:hover .bottone:before,
.strutture-teaser a:hover .bottone:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.bottone:hover{
text-decoration:none;
color:#fff;
}
.bottone-cyan:hover,
.strutture-teaser a:hover .bottone{
color:#00A0DB;
}
.bottone-arancio{
background:#DE4615;
}
.bottone-cyan{
background:#00A0DB;
}
.bottone-yell{
background:#E0B601;
}
.bottone-cyan:before{
content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.bottone-vuoto{
color:#0f254c;
background:transparent;
border:2px solid;
padding:5px 25px;
}
#tm-bottom-b{
text-align:center;
}
.uk-accordion-content ul{
list-style:none;
margin:0; 
padding-left:0; 
}
.uk-accordion-content ul > li{
margin: 5px 0;
font-size: 19px;
line-height: 1.3;
color:#0F254C;
text-align:left;
}
.uk-accordion-content ul > li.cyan{
color:#00A0DB;
}
.uk-accordion-content ul > li.cyan span{
background:#00A0DB;
}
.uk-accordion-content ul > li.yell{
color:#E1B600;
}
.uk-accordion-content ul > li.yell span{
background:#E1B600;
}
.uk-accordion-content ul > li span {
margin-right: 3px;
padding: 0px;
display: block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 36px;
height: 36px;
line-height:36px;
background: #0F254C;
color: #fff;
text-align: center; 
display: inline-block;
}
.uk-accordion-content {
padding: 20px 40px;
}
#tm-bottom-c{
position:relative;
margin-top:100px;
}
#tm-bottom-c .intro-title{
-ms-transform: rotate(10deg); /* IE 9 */
-webkit-transform: rotate(10deg); /* Safari 3-8 */
transform: rotate(10deg);
-ms-transform-origin: top left; /* IE 9 */
-webkit-transform-origin: top left; /* Safari 3-8 */
transform-origin: top left;
line-height: 1em;
position: absolute;
right: -25px;
top: -100px;
text-align: left;
z-index: 99;
}
#n2-ss-9-arrow-next,
#n2-ss-29-arrow-next{
position: absolute;
left: 50%;
margin-top:-20px !important;
z-index: -1 !important;
}
#n2-ss-9-arrow-previous,
#n2-ss-29-arrow-previous{
position: absolute;
right: 50%;
margin-top:-20px !important;
z-index: -1 !important;
}
#tm-bottom-c ul,
.strutture-teaser .box-attra ul,
.strutture-full .pos-description ul,
.lista{
list-style:none;
padding-left:0;
display:inline-block;
}
#tm-bottom-c li,
.strutture-teaser .box-attra li,
.strutture-full .pos-description li,
.lista li{
padding: 10px 0;
border-bottom: 2px dashed #dedede;
font-size:20px;
}
#tm-bottom-c li:last-child,
.strutture-teaser .box-attra li:last-child,
.strutture-full .pos-description li:last-child,
.lista li:last-child{
border-bottom:0;
}
#tm-bottom-c li:before,
.strutture-teaser .box-attra li:before,
.strutture-full .pos-description li:before,
.lista li:before{
content:"\f105";
display:inline-block;
font-family:fontawesome;
color:#00A0DB;
margin-right:5px;
}
#tm-bottom-d{
text-align:center;
margin-top: 120px;
}
#tm-bottom-d img,
.due-bottoni img{
display:block;
margin:0 auto 30px auto;
}
#tm-bottom-d a,
.due-bottoni a{
font-family: 'Rubik', sans-serif;
font-weight:700;
font-size:32px;
line-height: 1.2em;
display:block;
text-align:center;
}
#tm-bottom-d a:hover,
.due-bottoni a:hover{
text-decoration:none;
}
#tm-bottom-d a:hover img,
.due-bottoni a:hover img{
-webkit-animation-name: spaceboots;
-webkit-animation-duration: 3s;
-webkit-transform-origin:50% 50%;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
#tm-bottom-d a:hover .bottone-vuoto,
.due-bottoni a:hover .bottone-vuoto{
color:#fff;
}
#tm-bottom-d a strong,
.due-bottoni a strong{
display:block;
font-size:44px;
}
#tm-bottom-d .uk-grid,
.due-bottoni .uk-grid{
/* display:inline-block; */
}
#tm-bottom-d .bottone-vuoto,
.due-bottoni .bottone-vuoto{
margin-top:25px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2){
border-left:2px dashed #dedede;
}
@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
#tm-bottom-e{
background:url(../images/family-rome.jpg) no-repeat bottom center;
color:#fff;
text-align:center;
padding: 125px 0 500px 0;
position:relative;
background-size:cover;
margin-top: 100px;
}
#tm-bottom-e .intro-title{
-ms-transform: rotate(-10deg); /* IE 9 */
-webkit-transform: rotate(-10deg); /* Safari 3-8 */
transform: rotate(-10deg);
-ms-transform-origin: top left; /* IE 9 */
-webkit-transform-origin: top left; /* Safari 3-8 */
transform-origin: top left;
line-height: 1em;
position: absolute;
left: -30px;
top: -85px;
background:url(../images/pin.png) no-repeat;
padding: 100px 0px 40px 170px;
text-align: left;
}
#tm-bottom-f{
margin-top:0;
}
#tm-bottom-h{
background:#33b1e1;
color:#fff;
padding: 30px 30px 30px 340px;
position:relative;
font-size:16px;
}
#tm-bottom-h .intro-title{
-ms-transform: rotate(-10deg); /* IE 9 */
-webkit-transform: rotate(-10deg); /* Safari 3-8 */
transform: rotate(-10deg);
-ms-transform-origin: top left; /* IE 9 */
-webkit-transform-origin: top left; /* Safari 3-8 */
transform-origin: top left;
line-height: 1em;
position: absolute;
left: -72px;
top: -70px;
background:url(../images/orari.png) no-repeat;
padding: 100px 0px 40px 128px;
text-align: left;
}
#tm-bottom-h ul{
padding-left:0;
list-style:none;
font-size:19px;
}
#tm-bottom-h li{
border-bottom:1px solid;
padding: 6px 0;
}
#tm-bottom-h li:last-child,
#tm-footer li:last-child{
border-bottom:0;
}
#tm-bottom-h ul strong{
display:block;
}
#tm-footer{
margin: 0;
padding: 10px 0;
}
#tm-footer ul{
padding-left:0;
list-style:none;
font-size:26px;
font-family: 'Rubik', sans-serif;
font-weight:700;
display:inline-block;
}
#tm-footer li{
padding:25px 0;
border-bottom:2px solid #dedede;
}
#tm-footer img{
margin-top: -30px;
}
.piva{
background:#0f254c;
text-align:center;
color:#fff;
font-size:19px;
padding:10px;
margin-top:30px;
}
#tm-footer .uk-panel:last-child{
margin-top:0;
padding:10px;
}
#tm-footer .uk-panel:last-child a{
color:#0f254c;
}
.bigger-slide{
font-size:137px !important;
}
#tm-main-bottom{
margin-bottom:30px;
}
#tm-main-bottom .n2-ss-slider-pane-single{
border-radius:25px;
}
.uk-offcanvas .uk-panel{
margin:0;
}

.tracking-in-contract {
-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.uk-offcanvas-bar{
background:#33b1e1;
width:100%;
padding-top: 90px;
}
.uk-nav-offcanvas > li > a{
color:#fff;
height: 25px;
font-size: 20px;
font-weight: 600;
}
ul.uk-nav-sub{
border-left: 2px solid #fff;
margin-left: 20px;
}
.uk-offcanvas-bar .uk-close{
width: auto;
position: absolute;
top: 15px;
right: 15px;
color: #fff;
opacity: 1;
}
.uk-nav-offcanvas ul a{
color:#fff;
}
.uk-nav-sub li.uk-active a{
color:#0F254C;
}
.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus,
.uk-nav-side > li.uk-active > a{
background:transparent;
color:#fff;
border-bottom: 2px dashed #33b1e1;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a{
background:#0F254C;
}
.box-impo{
background:#fff;
box-shadow:rgb(210, 210, 210) 0px 0px 50px;
border-radius:25px;
padding: 40px 70px;
list-style: none;
display: inline-block;
}
.movie-tariffe-frontpage .omni-frontpage .box-impo{
float:right;
}
.box-impo li{
padding: 10px 0;
border-bottom: 2px dashed #dedede;
}
.box-impo li:last-child{
border-bottom:0;
}
.box-impo strong{
font-size:23px;
}
.uk-table td{
border-bottom:2px solid #fff;
background:#e3f4fa;
padding:15px 10px;
vertical-align:middle;
color:#10244b;
}
.uk-table td em{
color:#10244b;
}
.uk-table td hr{
border-top: 1px solid #10244b;
}
.uk-table .price{
color:#00A0DB;
font-size: 24px;
font-weight: 700;
}
.uk-table strong{
font-size: 24px;
}
.uk-table tr:first-child td{
color:#fff;
background:#0f254c;
border-right: 2px dashed;
}
.uk-table tr:first-child td:last-child{
border-right: 0;
}
.tab-prices{
margin-top:40px;
}
.uk-table .tab-dark{
background:#7bbade;
}
.mini-text{
font-size:14px;
}
.uk-table a{
font-weight: 400;
font-size: 16px;
}
.uk-table tr:first-child td a{
font-size:24px;
}
.box-handicap{
background: #33b1e1;
color: #fff;
padding: 125px 0 20px 0;
margin-top:60px;
position:relative;
}
.box-handicap .h1{
color:#fff;
text-align:left;
}
.box-handicap .tab-prices {
margin-top: 10px;
}
.movie-tariffe-frontpage .omni-frontpage .uk-tab{
margin-top:70px;
margin-top:30px;
}
.uk-tab > li > a{
font-family: 'Rubik', sans-serif;
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
line-height: 1em;
color: #696969;
border-radius: 10px 10px 0 0;
padding:15px 20px 12px 20px;
font-size:22px;
    border-color: #f5f5f5;
    background: #f5f5f5;
}
.uk-tab > li > a:after{
content:"\f105";
font-family:fontawesome;
}
.uk-tab > li.uk-active > a,
#tariffe-tab{
color:#fff;
background: #3db1e1;
}
#tariffe-tab{
padding-bottom:40px;
}
.uk-tab > li.uk-active > a:after{
content:"\f107";
font-family:fontawesome;
}
.uk-tab > li:not(.uk-active) > a:hover, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li.uk-open:not(.uk-active) > a{
padding-bottom:11px;
}
.bg-gold{
background:url(../images/bg-gold.jpg) no-repeat bottom center;
height:220px;
background-size:cover;
margin-bottom:30px;
}
.due-bottoni{
margin:50px 0;
}
.padding-custom{
padding:0 50px;
}
.uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 2px dashed #dedede;
}
.fascia-cyan{
color: #fff;
background: #3db1e1;
padding: 45px 0;
margin: 30px 0;
}
.fascia-cyan h3{
color:#fff;
}
.box-cyan{
color: #fff;
background: #3db1e1;
padding: 25px;
text-align: center;
border-radius:25px;
}
.box-cyan i{
display:block;
margin-bottom:10px;
color:#0f254c;
}
.box-cyan p{
border-bottom:2px dashed;
padding-bottom:20px;
}
.box-cyan p:last-child{
border-bottom:0;
padding-bottom:0;
}
.switch{
list-style:none;
padding-left:0;
margin:0;
}
.switch li{
display:inline-block;
}
.switch li a{
display:inline-block;
background: #e3f4f9;
color: #10244b;
padding:10px 20px;
}
.switch li a:hover{
text-decoration:none;
opacity:0.8;
}
.switch li.uk-active a, 
.switch li.uk-active a:hover{
display:inline-block;
background:#0f254c;
color:#fff;
padding:10px 20px;
opacity:1;
}
.uk-switcher{
background: #0f254c;
color: #ffffff;
padding: 30px;
}
.check{
list-style:none;
}
.check li:before{
content:"\f046";
font-family:fontawesome;
margin-right:5px;
color:#3db1e1;
}
.check li{
text-indent:-20px;
}
.padding-bot #tm-bottom-b{
margin-bottom: 100px;
}
.dovesiamo iframe{
margin:30px 0 50px 0;
}
.dovesiamo #bus{
margin-bottom:30px;
}
.dovesiamo ul.lista-bus{
list-style:none;
padding-left:0;
}
.dovesiamo ul.lista-bus li{
border-bottom:2px dashed #dedede;
padding: 10px;
}
#rsform_5_page_0 textarea{
min-height:120px;
}
#rsform_5_page_0 input[type].uk-form-large,
#rsform_10_page_0 input[type].uk-form-large,
#rsform_10_page_0 select.uk-form-large{
height:55px;
}
#rsform_5_page_0 #invia,
#rsform_10_page_0 #invia{
font-family: 'Work Sans', sans-serif;
font-size: 20px;
font-weight: 500;
color: #fff;
border-radius: 30px;
display:inline-block;
width:auto !important;
}
#rsform_5_page_0 .rsform-block-invia,
#rsform_10_page_0 .rsform-block-invia{
text-align:center;
}
#rsform_10_page_0 textarea{
min-height:250px;
}
#rsform_10_page_0{
margin-top:40px !important;
}
.dovesiamo #form-offerta{
text-align:center
}
.rsform-block-newsletter-5,
.rsform-block-newsletter-10{
text-align:left;
}
.omni-fileupload{
    margin: 0 auto;
    width: 300px;
}
#area-gold{
text-align:center;
}
.c-covid img{
height:247px;
width:auto !important;
}


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


/* UNSUBSCRIBE EMAIL -- inizio */

#unsubpage {
	text-align: center;
	padding-top: 50px;
	line-height: 5em;
}

#unsubpage .unsubintro {
	font-size: 20px;
}

#unsubbutton_div input {
	background: #800c10;
	border: 0;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 16px;
	padding: 10px 20px;
	margin-top: 16px;
}


/* UNSUBSCRIBE EMAIL -- fine */


/* 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 */


/* barra mobi -- inizio */

.barra-mobi {
position: fixed;
bottom: 0;
z-index: 100;
width: 100%;
text-align: center;
}
.barra-mobi a{
font-size: 12px;
line-height: 1.3em;
padding: 8px 0px 12px 0px;
display: block;
}
.barra-mobi a i {
display: block;
font-size: 20px;
margin-bottom: 5px;
}
.barra-mobi a.tele {
background: rgba(0, 128, 0, 0.9);
color: #fff;
}
.barra-mobi a.preno {
color: #fff;
background: rgba(85, 187, 15, 0.9);
}
.barra-mobi a.whats {
color: #fff;
background: rgba(37, 211, 102, 0.9);
}
.barra-mobi a.ora{
color: #fff;
background:rgba(0, 160, 219, 0.9);
}
.barra-mobi a.dispo{
background: rgba(14, 36, 75, 0.9);
color: #fff;
}


#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: 30px;
    z-index: 99;
    background: transparent;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
}
.fumetto .uk-close{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #1a3b54;
    border-radius: 50%;
    opacity: 1;
    padding: 7px;
    margin: 0 !important;
}
.fumetto ul.zoo-default {
	padding-left: 0;
	list-style: none;
}
.chiusura{
width:400px;
margin-left:auto;
margin-right:auto;
background:#33b1e0;
padding:60px 20px 10px;	
color:#fff;
border-radius:20px;
margin-top:40px;
margin-bottom:40px;
}
.chiusura-tit{
font-size:30px;	
-ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    line-height: 1em;
    background: url(../images/splash-rid.png) no-repeat;
    background-size: contain;
    padding: 31px 0px 0px 115px;
    text-align: left;
}
.chiusura-tit strong{
font-size:40px;	
}
.saluto{
font-size:16px;
line-height:1.3em;	
}


/* MEDIA QUERY */

@media (max-width: 1220px) {
.c-covid img {
    height: 140px;
    width: auto !important;
}
}

@media (min-width: 960px) and (max-width: 1219px) {
.text-slider{
margin: 11.625em 0em 5em !important;
}
}

@media (min-width: 768px) and (max-width: 959px) {
.intro-title{
font-size:40px;
}
.chiusura-tit {
    font-size: 30px;
line-height:1.2em;
}
.intro-title strong{
font-size:60px;
}
#tm-bottom-a .intro-title{
background-size: contain;
padding:31px 0px 60px 160px;
}
#tm-bottom-e .intro-title{
background-size: contain;
padding:75px 0px 15px 110px;
top:-75px;
}
#tm-bottom-h{
    padding: 100px 20px 30px 20px;
}
#tm-bottom-e{
padding: 60px 0 250px 0;
}
.text-slider{
margin: 15.625em 0em 5em !important;
}
}

@media(max-width:767px) {
	#scrollToTop {
		display: block;
	}
	.uk-navbar-toggle {
		width: 80px;
		font-size: 30px;
		color:#fff;
	}
	/* offcanvas safari mobile bug correction */
	.tm-isblog.homepage.uk-offcanvas-page {
		overflow: visible!important;
	}
body,
#tm-bottom-c li,
.strutture-teaser .box-attra li,
.strutture-full .pos-description li{
font-size:17px;
}
h1, .h1{
font-size:26px;
}
#tm-footer .uk-text-left{
text-align:center !important;
}
#tm-footer img{
width:170px;
height:auto;
}
.bigger-slide {
font-size: 100px !important;
}
.chiusura-tit{
font-size:33px;
    padding: 31px 0px 0px 115px;
}
.chiusura-tit strong{
font-size:52px!important;
}
.intro-title strong{
font-size:60px;
}
#tm-bottom-a .intro-title{
background-size: contain;
padding:31px 0px 60px 160px;
}
#tm-bottom-e .intro-title{
background-size: contain;
padding:75px 0px 15px 110px;
top:-75px;
}
.tm-navbar{
margin:0;
}
.tm-logo img{
width:140px;
}
.lingue{
right:0;
width: 40px;
height: 53px;
}
#tm-bottom-e{
padding: 60px 0 250px 0;
}
.bottone{
font-size:18px;
}
#tm-bottom-d a,
.due-bottoni a{
font-size:18px;
}
#tm-bottom-d a strong,
.due-bottoni a strong{
font-size:25px;
}
#tm-bottom-d img,
.due-bottoni img{
transform:scale(0.9);
}
#tm-bottom-h{
    padding: 100px 20px 30px 20px;
}
.uk-navbar{
right:0;
}
.bigger-slide {
font-size: 60px !important;
}
.uk-nav > li > a {
padding: 10px 20px;
}
.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: rgba(255, 255, 255, 0.3);
}
.text-slider{
margin: 20em 0em 5em !important;
}
#tm-middle {
padding: 40px 0;
}
#tm-bottom-c .intro-title{
top:-65px;
}
.movie-tariffe-frontpage .omni-frontpage .box-impo{
float:none;
}
.movie-tariffe-frontpage .omni-frontpage .uk-text-left{
text-align:center !important;
}
.box-impo{
padding:20px 30px;
}
.uk-table .price,
.uk-table strong{
font-size:18px;
}
.tab-prices {
font-size: 14px;
line-height: 1.3em;
}
.uk-table td{
padding:15px 5px;
}
.movie-tariffe-frontpage .omni-frontpage .bottone{
margin: 0 0 5px 0;
}
.tab-prices {
margin-top: 30px;
}
.bg-gold{
height:130px;
}
.bg-gold .h1{
margin-top:30px;
}
.box-handicap{
padding:50px 0 20px 0;
margin-top:25px;
}
.padding-custom{
padding:0 20px;
}
.rsform-block-newsletter-5,
.rsform-block-accetto-privace,
.rsform-block-newsletter-10{
text-align:center;
}
.fumetto.uk-alert{
left:0;
bottom:60px;
width:90%;
}

}
@media(max-width:480px) {
.bigger-slide {
font-size: 60px !important;
}
.intro-title{
font-size:28px;
}
.intro-title strong{
font-size:40px;
}
#tm-bottom-a{
padding-top:80px;
}
#tm-bottom-a .intro-title{
background-size: contain;
padding:31px 0px 25px 100px;
left:-30px;
top: -110px
}
#tm-bottom-e .intro-title{
background-size: contain;
padding:35px 0px 15px 70px;
top:-50px;
}
#tm-bottom-h .intro-title{
background-size: contain;
padding:70px 0px 13px 108px;
left: -55px; 
}
#tm-bottom-h{
    padding: 70px 20px 30px 20px;
}
.legenda{
position:initial;
    padding: 15px 0;
    margin-top: 0;
    font-size: 14px;
    background: #fff;
}
.uk-accordion-content{
padding:20px;
}
.uk-accordion-content ul > li{
font-size:14px;
}
.text-slider{
margin: 27em 0em 5em !important;
}
#tm-bottom-d{
margin-top:60px;
}
.uk-tab > li > a{
font-size:15px;
}
.switch li a{
padding:10px 5px;
}
.switch li.uk-active a, 
.switch li.uk-active a:hover{
padding:10px 5px;
}
.uk-switcher{
padding:20px 5px;
}
.chiusura-tit {
    font-size: 30px;
line-height:1.2em;
    background: none;
    background-size: contain;
    padding: 10px 0px 0px 0px;
}
}
@media(max-width:480px){
.chiusura {
    width: 260px!important;
   
}
.c-covid img {
    height: 100px;
    width: auto !important;
}
}