@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
/* font-family: 'Lato', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700,700i');
/* font-family: 'Roboto', sans-serif; */


@import url("bootstrap/css/bootstrap.min.css");
@import url("bootstrap/css/bootstrap-theme.min.css");
@import url("font-awesome-4.4.0/css/font-awesome.min.css");
@import url("klaro.css");


@font-face {
    font-family: 'Apercu';
    src: url('../images/css/2022/fonts/Apercu/Apercu-Bold.eot');
    src: url('../images/css/2022/fonts/Apercu/Apercu-Bold.eot?#iefix') format('embedded-opentype'),
        url('../images/css/2022/fonts/Apercu/Apercu-Bold.woff2') format('woff2'),
        url('../images/css/2022/fonts/Apercu/Apercu-Bold.woff') format('woff'),
        url('../images/css/2022/fonts/Apercu/Apercu-Bold.ttf') format('truetype'),
        url('../images/css/2022/fonts/Apercu/Apercu-Bold.svg#Apercu-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*
=========
RESET CSS
=========
*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{ border:0}
label{font-weight:normal;}
ul{margin:20px 0}

.ULPST,.LIPST,
.ULBOX,.LIBOX,
.TBDLYT,.TD_DL 
{list-style:none;padding:0;margin:0}

.carousel-caption{text-shadow:none}

.clear{clear:both;height:1px;overflow:hidden;text-indent:-999px;line-height:0.1px}

/**/

select{
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none;-webkit-appearance: none;appearance: none;/* and then whatever styles you want*/width:100px;padding:5px;}

.dvdebug{display:none}
#dvtools{height:1px;overflow:visible}
#btnSession,#txtServerTime{display:none}
#btnCache{position:fixed;z-index:99999;bottom:10px;right:10px;padding:10px;border:0 none;cursor:pointer;text-transform:uppercase}
#btnCache:hover{}


input[type='text']{border-radius:0;}
select{margin:0;padding:0;border-radius:0}

body.debug.viewport-xxs:before{content:"XXS > 0";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
body.debug.viewport-xs:before{content:"XS > 480";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
body.debug.viewport-sm:before{content:"SM > 768 ";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
body.debug.viewport-md:before{content:"MD > 970";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
body.debug.viewport-lg:before{content:"LG > 1170";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
body.debug.viewport-xlg:before{content:"XLG > 1400";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}


body{font-family:'Lato',sans-serif;font-size:16px;color:#706f6f;}

a,a:link,a:visited{color:#C95223;text-decoration:none}
a:hover,a:active,a:focus{color:#C95223;text-decoration:underline}

h1,h2,h3,h4,h5,h6{font-weight: 300;color: #C95223;}
h1{font-size: 38px;line-height:45px;}
h2{font-size: 34px;line-height:41px;}
h3{font-size: 30px;line-height:37px;}
h4{font-size: 26px;line-height:33px;}
h5{font-size: 22px;line-height:29px;}
h6{font-size: 18px;line-height:25px;}

*:focus {
    outline: none;
}

@media (max-width: 1199px) {
    
    .container {width:100%;}
}

/*
======
COMMON
======
*/
.viewport-lg .video iframe,
.viewport-lg .video iframe{width:1140px;height:640px;}
.viewport-md .video iframe{width:940;height:530px;}
.viewport-sm .video iframe{width:720px;height:405px;}
.viewport-xs .video iframe{}
.viewport-xxs .video iframe{}

h1.page-title{font-size:38px;line-height:45px;text-transform:uppercase;color:#C95223;font-weight:300;margin-bottom:45px;text-align:center}

.bracket{width:35px;height:5px;background:#C95223}

/**/
.img-align-left img{float:left;margin:10px 30px 20px 0;}

/**/
.ticket a{display:none;background:#C95223;font-size:14px;font-weight:300;line-height:25px;display:block;width:150px;color:#FFF;text-transform:uppercase;padding-left:10px;}
.ticket a:hover,.ticket a:active,.ticket a:focus{background:#C95223;font-size:14px;font-weight:300;line-height:25px;text-decoration:none!important}
.ticket a span{display:inline-block;background:url("../images/css/2022/icon-plus-white.svg") no-repeat center right;width:17px;height:17px;text-indent:-999px;overflow:hidden;float:right;margin:4px 4px 0 0;}

.watch a{display:none;background:#222;font-size:14px;font-weight:300;line-height:25px;display:block;width:150px;color:#FFF;text-transform:uppercase;padding-left:10px;}
.watch a:hover,.watch a:active,.watch a:focus{background:#222;font-size:14px;font-weight:300;line-height:25px;text-decoration:none!important}
.watch a span{display:inline-block;background:url("../images/css/2022/icon-plus-white.svg") no-repeat center right;width:17px;height:17px;text-indent:-999px;overflow:hidden;float:right;margin:4px 4px 0 0;}


/**/
.box{background:#FFF;padding:20px;font-size:20px;line-height:32px;color:#3C3C3B;margin-bottom:25px}

/* ADDCALENDAR remove copyright */
/*.copyx{display:none!important}
.addeventatc .addeventatc_icon{background:#FFF!important;font-family: FontAwesome;font-style: normal;font-weight: normal;}
.addeventatc .addeventatc_icon:after{content:"\f073";}
.addeventatc {visibility:hidden;}
.addeventatc .addeventatc_icon{background:red!important;width:50px!important;height:50px!important;}
*/
/*
======
HEADER
======
*/
header .top {height:140px;position:relative;font-family:"Apercu";color:#000;}
/*
header .top h2{width:100px;padding:25px 0 0 0;margin:0;}
header .top h2 a{font-size:22px;line-height:20px;font-weight:900;color:#000;letter-spacing:-.2px;display:block;text-decoration:none!important;text-transform:uppercase;outline:0 none!important;}
header .top h2 a:hover{text-decoration:none!important;}
*/
header .top h2{width:120px;padding:25px 0 0 0;margin:0;}
header .top h2 a{font-family:"Apercu";font-size:24px;line-height:20px;/*font-weight:bold;*/color:#000;letter-spacing:-.2px;display:block;text-decoration:none!important;text-transform:uppercase;outline:0 none!important;}
header .top h2 a:hover{text-decoration:none!important;}
/**/
header .container{position:relative}
header .language{position:absolute;top:15px;right:15px;font-weight:bold;font-size:16px;}
header .language a{color:#1d1d1b;}
header .language a:hover,header .language a:active{color:#1d1d1b;text-decoration:underline}

.viewport-sm header .container{}

.viewport-xxs-xs-sm header .language{right:0;}
.viewport-xxs-xs-sm header .top{padding:0 10px;}

/*
======
FOOTER
======
*/
footer{}
footer .footer1{background:#DADADA;color:#FFF;font-weight:300;padding:50px 0 40px 0;}
footer .footer1 ul,
footer .footer1 ul li{list-style-type:none;margin:0;padding:0;display:block;}
footer .footer1 ul{display:flex;flex-wrap:nowrap;align-items:center;}
footer .footer1-wrapper{}

/**/
footer .footer1 .row-1 ul,
footer .footer1 .row-2 ul
{margin:20px 0 30px 0;display:flex;flex-wrap: wrap;}

footer .footer1 .row-1{justify-content:space-evenly;}
footer .footer1 .row-1 ul{justify-content:center;}
footer .footer1 .row-1 li{width:250px;margin:0 25px;}

footer .footer1 .row-2 ul{justify-content:center;}
footer .footer1 .row-2 ul li{text-align:center;width:220px;margin:0;}

/**/
footer .footer1 h6{color:#FFF;font-size:16px;font-weight:bold;font-size:18px;margin:0;padding:0;}
footer .footer1 .row-3 a{color:#FFF;text-decoration:none;padding-bottom:2px;border-bottom:1px solid #FFF}



/* XL */
@media only screen and  (min-width: 1200px) and (max-width: 1379px) {

}

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
}

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}

/* SM */
/* @media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer1 .row-1 ul,
    footer .footer1 .row-2 ul{display:block;margin:0;padding:20px 0 30px 0;justify-content:space-around;width:100%;flex-wrap:wrap;}
} */

/* XS */
@media only screen and (min-width: 0) and (max-width: 767px) {
    footer .footer1 .row-1 ul,
    footer .footer1 .row-2 ul{margin:0;padding:20px 0 30px 0;width:100%;display:block;}
    footer .footer1 .row-1 ul li,
    footer .footer1 .row-2 ul li{width:100%!important;text-align:center;padding:0 0 20px 0!important;margin:0 auto!important;text-align:center!important}
}


/* XS  SM */
@media only screen and (min-width: 0) and (max-width: 767px) {
}

/* footer 2 */
.footer2{background:#575756;color:#FFF;font-weight:300;padding:50px 0 40px 0;font-size:16px;}
.footer2 .bracket{background:#FFF;margin-bottom:30px}
.footer2 h6{font-weight:bold;font-size:18px;min-height:60px;color:#FFF;}
.footer2 a,.footer2 a:link,.footer2 a:visited{color:#B2B2B2;text-decoration:underline;}
.footer2 a:hover{color:#B2B2B2;text-decoration:underline;}
.footer2 ul,.footer2 ul li{list-style-type:none;margin:0;padding:0;}

.footer2 .row-1 .col-2 .bracket{margin-bottom:90px;}
.footer2 .row-1 .col-3 li{display:inline-block;}
.footer2 .row-1 .col-3 li a{display:inline-block;text-indent:-999px;overflow:hidden;width:20px;height:20px;}
.footer2 .li-twitter a{background:url("../images/css/2022/twitter.svg") no-repeat center center}
.footer2 .li-facebook a{background:url("../images/css/2022/facebook.svg") no-repeat center center}
.footer2 .li-youtube a{background:url("../images/css/2022/youtube.svg") no-repeat center center}

.footer2 .row-2 .col-1{padding-top:40px;}

.viewport-xxs-xs .footer2 .row-1 > div{padding-bottom:40px}
.viewport-xxs-xs .footer2 .row-2 .col-1{padding-top:20px;}


/*
======
NAVBAR
======
*/
.navbar{border-radius:0;margin-bottom:0;background:transparent;border:0 none;box-shadow:none;min-height:0;background:#FFF;margin-bottom:15px;}
.navbar .container-fluid{margin:0;padding:0;}

.navbar .navbar-collapse{margin:0;padding:0;}

.navbar-brand{display:none}

.navbar-nav{width:100%;display:flex;justify-content:space-around}
.navbar-nav > li{position:static;}
.navbar-nav > li.active{background:#C95223;}
.navbar-nav > li > a{cursor:pointer;padding:0;border:0 none;color:#1d1d1b!important;font-weight:bold;padding:13px;font-size:16px;text-shadow:none;display:block}
.navbar-nav > li > a:hover,.navbar-nav > li > a:active{text-decoration:none!important;background:#C95223!important;color:#1d1d1b;text-decoration:underline;background:#C95223;}


.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.open>a{background:#C95223;color:#1d1d1b;box-shadow:none}
.navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover{color:#1d1d1b;background-color:#C95223;box-shadow:none}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover{color:#1d1d1b;background-color:#C95223;}
.navbar .navbar-brand, .navbar .navbar-nav>li>a{text-shadow:none}

.navbar .dropdown-menu{box-shadow:none;background:#3c3c3b;border-radius:0;margin:0;left:auto;}
.navbar .dropdown-menu > li > a {display:block;padding:10px 20px;clear:both;font-weight:400;line-height:16px;color:#FFF;white-space:nowrap;}
.navbar .dropdown-menu > li > a:focus, .navbar .dropdown-menu>li>a:hover{background:#C95223;color:#FFF;}


.navbar .navbar-toggle{border-radius:0;border:0 none;background:transparent;}
.navbar .navbar-toggle .icon-bar{background:#000;}
.navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover{background:#FFF}
.navbar .navbar-toggle .icon-bar{display:block;width:22px;height:3px;border-radius:0}

/* LG */
.viewport-lg .navbar-nav > li > a{padding:13px 5px;font-size:15px}
.viewport-lg .navbar-nav > li > a .caret{margin-left:1px}

/* MD */
.viewport-md .navbar-nav > li > a{padding:13px 3px;font-size:14px}
.viewport-md .navbar-nav > li > a .caret{margin-left:1px}

/* SM */
.viewport-xxs-xs-sm .navbar-nav{display:block}
.viewport-xxs-xs-sm .navbar-header {float:none;}
.viewport-xxs-xs-sm .navbar-left,.navbar-right {float:none !important;}
.viewport-xxs-xs-sm .navbar-toggle {display:block;}
.viewport-xxs-xs-sm .navbar-collapse {border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);}
.viewport-xxs-xs-sm .navbar-fixed-top {top:0;border-width:0 0 1px;}
.viewport-xxs-xs-sm .navbar-collapse.collapse {display:none!important;}
.viewport-xxs-xs-sm .navbar-nav {float:none!important;margin-top:7.5px;}
.viewport-xxs-xs-sm .navbar-nav>li {float:none;}
.viewport-xxs-xs-sm .navbar-nav>li>a {padding-top:10px;padding-bottom:10px;}
.viewport-xxs-xs-sm .collapse.in{display:block!important;}

.viewport-sm.navbar-open header .container{margin:0;padding:0;width:auto;}

/* XXS-XS*/
.viewport-xxs-xs header .container{margin:0;padding:0;}
.viewport-xxs-xs-sm .language{padding-right:20px;padding-top:5px;}
.viewport-xxs-xs-sm .navbar-toggle{position:absolute;top:15px;right:-15px;margin-top:-110px;z-index:9999;height:50px;width:50px;padding:0;}

.viewport-xxs-xs-sm.navbar-open .navbar-toggle{background:url("../images/css/2022/navbar_btn_close.png") #f29200 no-repeat center right;}
.viewport-xxs-xs-sm.navbar-open .navbar-toggle .icon-bar{display:none;}


.viewport-xxs-xs-sm .navbar .caret{display:none}

.viewport-xxs-xs-sm .navbar-collapse{background:#3D3D3F;margin-top:-140px;padding:120px 50px 20px 50px;}
.viewport-xxs-xs-sm .navbar-collapse .navbar-nav{margin:0;}
.viewport-xxs-xs-sm .navbar-collapse .navbar-nav{margin:0;}

.viewport-xxs-xs-sm .navbar-nav > li.active{background:#C95223;}
.viewport-xxs-xs-sm .navbar-nav > li > a{cursor:pointer;padding:0;border:0 none;color:#FFF!important;font-weight:normal;padding:0;font-size:27px;line-height:56px;text-shadow:none;display:block}
.viewport-xxs-xs-sm .navbar-nav > li > a:hover,.viewport-xxs-xs-sm .navbar-nav > li > a:active{text-decoration:none!important;background:transparent!important;color:#FFF;text-decoration:underline!important;background:transparent;}
/**/
.viewport-xxs-xs-sm .navbar .navbar-nav>.active>a, .viewport-xxs-xs-sm .navbar .navbar-nav>.open>a{background:transparent;color:#FFF;box-shadow:none}
.viewport-xxs-xs-sm .navbar .navbar-nav>.open>a, .viewport-xxs-xs-sm .navbar .navbar-nav>.open>a:focus, .viewport-xxs-xs-sm .navbar .navbar-nav>.open>a:hover{color:#FFF;background:transparent;box-shadow:none}
.viewport-xxs-xs-sm .navbar .navbar-nav>.active>a, .viewport-xxs-xs-sm .navbar .navbar-nav>.active>a:focus, .viewport-xxs-xs-sm .navbar .navbar-nav>.active>a:hover{color:#FFF;background:transparent;}
/**/
.viewport-xxs-xs-sm .navbar .dropdown-menu{position:static!important;float:none;width:auto;box-shadow:none!important;border:0 none!important;background:#3D3D3F;border-radius:0;margin:0;left:auto;color:#FFF;}
.viewport-xxs-xs-sm .navbar .dropdown-menu > li > a {display:block;padding:10px 20px;clear:both;font-weight:400;font-size:20px!important;line-height:26px!important;color:#FFF!important;white-space:nowrap;}
.viewport-xxs-xs-sm .navbar .dropdown-menu > li > a:focus,.viewport-xxs-xs .navbar .dropdown-menu>li>a:hover{background:#C95223;color:#FFF;text-decoration:none!important;}
/**/

/*
========
LANGUAGE
========
*/

/*
========
CAROUSEL
========
*/
#carousel{max-height:715px;background:#FFF;margin-bottom:40px}
#carousel .carousel-wrapper{margin:0 auto;}

#carousel .carousel-item.no-linked{pointer-events:none;}
#carousel .carousel-item{position:relative;max-height:715px;margin:0 auto;}
#carousel .carousel-item a:hover{text-decoration:none!important;}
#carousel .carousel-bg{height:100%;width:100%;position:absolute;top:0;left:0;background:url("../images/css/2022/bg-carousel.png") no-repeat top left;}
#carousel .carousel-bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.59) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.59) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.59) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#carousel .field-image{text-align:center}
#carousel .field-image img{display:block;max-width:1900px;margin:0 auto;}
#carousel .carousel-caption{text-align:left;right:auto;left:0;width:100%;text-shadow:none;}
#carousel .caption-wrapper{width:370px;}

#carousel .description2,#carousel .title2{display:none}

#carousel .caption-wrapper{}
#carousel .field-date{font-size:18px;font-weight:300;color:#FFF;}
#carousel .field-title,#carousel .title2{font-size:38px;line-height:36px;font-weight:300;color:#FFF;padding-bottom:10px}
#carousel .field-title a{color:#FFF;text-shadow:none;font-weight:300;text-decoration:none!important}
#carousel .field-title a:hover,#carousel .field-title a:active,#carousel .field-title a:focus{color:#C95223;font-weight:300;text-decoration:none!important}
#carousel .field-description{font-size:17px;line-height:20px;}
#carousel .read-more{font-size:26px;font-weight:300;color:#C95223;padding-top:20px;}
#carousel .read-more:after{content:".";display:inline-block;background:url("../images/css/2022/arrow.svg") no-repeat center right;width:33px;height:25px;margin-left:30px;margin-top:5px;text-indent:-999px;overflow:hidden}


#carousel .owl-dots{position:absolute;width:100%;z-index:9999;bottom:0;left:0;margin:0;height:15px;}
#carousel .owl-dots .owl-dot{border-right:1px solid #FFF;height:15px;width:90px;float:left;margin:0;background:transparent;}
#carousel .owl-dots .owl-dot:nth-child(0){border-left:1px solid #FFF;}
#carousel .owl-dots .owl-dot.active{background:#FFF;}

.viewport-lg #carousel .owl-dots{width:1170px;left:calc((100% - 1140px) / 2);}
.viewport-md #carousel .owl-dots{width:970px;left:calc((100% - 940px) / 2);}


/**/
.viewport-xxs-xs-sm .image-wrapper{position:relative}
.viewport-xxs-xs-sm .description2{color:#FFF;}
.viewport-xxs-xs-sm .title2{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.8);padding-bottom:0!important;display:block!important}
.viewport-xxs-xs-sm .description2 .container,
.viewport-xxs-xs-sm .title2 .container{background:rgba(0,0,0,0.8);}
.viewport-xxs-xs-sm .title2 .container{padding-bottom:10px;padding-top:10px;font-size:20px;line-height:22px}
.viewport-xxs-xs-sm .description2 .container{padding-top:10px;padding-bottom:20px}

.viewport-xxs-xs-sm .carousel-caption{display:none}
.viewport-xxs-xs-sm #carousel .description2{display:block}
.viewport-xxs-xs-sm #carousel{margin-bottom:50px}
.viewport-xxs-xs-sm #carousel .caption-wrapper{width:auto}
.viewport-xxs-xs-sm #carousel .field-description{display:none;}
.viewport-xxs-xs-sm #carousel .container{position:relative}
.viewport-xxs-xs-sm #carousel{max-height:715px;background:transparent;}
.viewport-xxs-xs-sm #carousel .owl-dots{display:none!important}
.viewport-xxs-xs-sm #carousel .carousel-bg{display:none!important}
.viewport-xxs-xs-sm #carousel .carousel-item{position:relative;max-height:715px;margin:0 auto;}

.viewport-xxs-xs-sm #carousel .caption-wrapper{background:rgba(0,0,0,0.59);padding:10px 20px;margin-top:-100px;z-index:9999;}
.viewport-xxs-xs-sm #carousel .carousel-caption{bbackground:rgba(0,0,0,0.59);margin:0;padding:0;}
.viewport-xxs-xs-sm #carousel .carousel-caption{position:static;}

/* CAPTION VIS NO */
#carousel .carousel-bg{display:none!important}
#carousel .caption-vis-no .carousel-caption{display:none!important}
#carousel .caption-vis-no .carousel-bg{display:none!important}
#carousel .caption-vis-no .title2,#carousel .caption-vis-no .description2{display:none!important}

/*
=====
INTRO
=====
*/
#intro .bracket{margin:50px 0 25px 0;}
#intro .title{font-size:29px;line-height:36px;color:#da5d03;text-transform:uppercase;font-weight:300;padding-bottom:40px;}
#intro .text {column-count: 2;column-gap: 60px;font-size:22px;line-height:30px;text-indent:-2px;font-weight:300;padding-bottom:15px}
.viewport-xxs-xs-sm #intro .text{column-count:1;column-gap:0}

#intro .btn-breaker {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/css/2022/icon-plus.svg) #F6B233 no-repeat center center;
    text-indent: 999px;
    overflow: hidden;
}


/*
========
CALENDAR
========
*/
#calendar{padding-top:50px;}
.calendar{}
.calendar .calendar-wrapper{background:#ededed;padding:30px 30px 20px 30px;position:relative}
.calendar .calendar-day{padding-top:10px}


.calendar .items{display:flex;flex-direction:row;flex-wrap:wrap}
.calendar .items .item{width:calc((100% - (3*20px)) / 4);margin:0 20px 20px 0;background:#FFF;position:relative;}

.calendar .item-count-1,.calendar .item-count-2,.calendar .item-count-3{ justify-content:center}


.viewport-lg .calendar .items .item{width:calc((100% - (3*20px)) / 4);margin:0 20px 20px 0;background:#FFF;}
.viewport-lg .calendar .items .item:nth-child(4n + 4){margin-right:0}

.viewport-md .calendar .items .item{width:calc((100% - (1*20px)) / 2);margin:0 20px 20px 0;background:#FFF;}
.viewport-md .calendar .items .item:nth-child(2n + 2){margin-right:0}

.viewport-sm .calendar .items .item{width:calc((100% - (1*20px)) / 2);margin:0 20px 20px 0;background:#FFF;}
.viewport-sm .calendar .items .item:nth-child(2n + 2){margin-right:0}

.viewport-xxs-xs .calendar .items .item{width:100%;margin:0 0 20px 0;background:#FFF;}

.calendar .items > div{}

.calendar .items .bracket{display:none}

.calendar .calendar-day .header{text-align:center;font-family: 'Lato',sans-serif;font-weight:300;padding-bottom:40px;padding-left:40px;padding-right:40px}
.calendar .calendar-day .header h2.title{color:#C95223;font-size:26px;font-weight:300;text-transform:uppercase}
.calendar .calendar-day .header h2.title span{font-weight:bold;}
.calendar .calendar-day .header .place{font-size:13px;text-transform:uppercase}

.calendar .item a,.calendar .item a:hover{text-decoration:none;display:block;padding:15px 20px 60px 20px;}


.calendar .item .image{margin:20px 0 30px 0;overflow:hidden;box-sizing:border-box;}

.calendar .item .image img{transition: transform 300ms ease-in-out;}
.calendar .item:hover .image img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 450ms ease-in-out;
    transition: transform 450ms ease-in-out;
}

.calendar .item .bracket{width:75px;}
.calendar .item .hour{font-family:'Roboto',sans-serif;font-size:28px;line-height:37px;font-weight:bold;color:#C95223;}
.calendar .item .hour span{display:inline-block;border-top:5px solid #C95223;}
.calendar .item .place{font-size:13px;text-transform:uppercase;color:#706f6f;}
.calendar .item .title{font-size:30px;line-height:32px;font-weight:300;color:#C95223;letter-spacing:-.2px;}
.calendar .item .rest{font-size:16px;line-height:22px;color:#706f6f;}
.calendar .item .description{font-size:16px;line-height:22px;color:#706f6f;}
.calendar .item .type{font-size:16px;line-height:22px;color:#706f6f;text-transform:uppercase;}


.calendar .ticket a,.calendar .watch a{position:absolute;padding:0 0 0 10px;left:20px;bottom:20px;}
.calendar .ticket a:hover,.calendar .watch a:hover{padding:0 0 0 10px;text-decoration:none}

.calendar .item:hover{background:#706f6f!important;}
.calendar .item:hover .title,
.calendar .item:hover .rest,
.calendar .item:hover .hour,
.calendar .item:hover .type,
.calendar .item:hover .place{color:#FFF;text-decoration:none;}

.calendar .owl-nav{display:block}
.calendar .owl-prev,.calendar .owl-next{text-indent:-999px;overflow:hidden;}
.calendar .owl-prev{position:absolute;top:15px;left:0;height:30px;width:30px;background:url("../images/css/2022/left-arrow.svg") no-repeat center right;}
.calendar .owl-next{position:absolute;top:15px;right:0;height:30px;width:30px;background:url("../images/css/2022/right-arrow.svg") no-repeat center right;}


.viewport-lg .calendar .item .image{width:215px;height:120px;}
.viewport-md .calendar .item .image{width:390px;height:265px;}
.viewport-sm .calendar .item .image{width:280px;height:120px;}

.viewport-xxs-xs .calendar .calendar-day .header{padding-bottom:30px}


/**/
.BDY_LYT_23886_1525 #calendar,
.BDY_LYT_26555_1525 #calendar
{padding:20px 0 60px 0;margin:0}
 


/*
==========
HIGHLIGHTS
==========
*/
#highlights{padding-top:20px;}
#highlights .highlights-list{}
#highlights .highlights-wrapper{padding:30px;}
#highlights .highlight-item{position:relative;overflow:hidden;}
#highlights .caption-highlight{position:absolute;top:20px;left:15px;overflow:hidden;width:calc(100% - 30px);}
#highlights .highlight-item .item-title{font-family:"Apercu";padding:0;font-size:52px;font-weight:bold;text-transform:uppercase;line-height:44px;letter-spacing:-.25;color:#FFF;}
#highlights .highlight-item .subtitle{font-size:23px;line-height:23px;font-weight:bold;text-transform:uppercase;color:#FFF;}

#highlights .owl-stage{}
#highlights .even .item-title{color:#3d0306;}
#highlights .even.subtitle{color:#FFF;}
#highlights .odd .item-title{color:#FFF;}
#highlights .odd .subtitle{color:#FFF;}

#highlights .bg-image{/*background:rgba(29,29,27, .2);*/position:absolute;top:0;left:0;height:100%;width:100%;}

/* HIGHLIGHTS in pagine di dettaglio */
.BDY_LYT_694 #highlights,
.BDY_LYT_13308 #highlights,
.BDY_LYT_1293 #highlights,
.BDY_LYT_6313 #highlights
{padding-top:0;}

.BDY_LYT_694 #highlights .highlights-wrapper,
.BDY_LYT_13308 #highlights .highlights-wrapper,
.BDY_LYT_1293 #highlights .highlights-wrapper,
.BDY_LYT_6313 #highlights .highlights-wrapper
{padding:0 30px 30px 30px;}

/*
*/
#highlights .highlight-item{}
#highlights .highlight-item .image{width:auto;overflow:hidden}
#highlights .highlight-item .image img{transition: transform 300ms ease-in-out;}
#highlights .highlight-item:hover .image img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 450ms ease-in-out;
    transition: transform 450ms ease-in-out;
}

#highlights .owl-nav{display:none!important}
/*
#highlights .owl-prev,#highlights .owl-next{text-indent:-999px;overflow:hidden;}
#highlights .owl-prev{position:absolute;top:calc((100% - 30px) / 2);left:-35px;height:30px;width:30px;background:url("../images/css/2022/left-arrow.svg") no-repeat center right;}
#highlights .owl-next{position:absolute;top:calc((100% - 30px) / 2);right:-35px;height:30px;width:30px;background:url("../images/css/2022/right-arrow.svg") no-repeat center right;}
*/

.viewport-sm #highlights .highlight-item,.viewport-sm #highlights .highlight-item .image{height:auto;}
.viewport-md #highlights .highlight-item,.viewport-md #highlights .highlight-item .image{height:auto;}
.viewport-xs #highlights .highlight-item,.viewport-xs  #highlights .highlight-item .image{height:35vw;}
.viewport-xs #highlights .highlight-item .item-title{font-size:46px;line-height:50px}
.viewport-xs #highlights .highlight-item .subtitle{font-size:15px;line-height:18px}


.viewport-xxs #highlights .highlight-item,.viewport-xxs  #highlights .highlight-item .image{height:60vw;}
/*.viewport-xxs-xs  #highlights .highlight-item .bg-image{bottom:0;right:0;height:auto;}*/

/*
====
NEWS
====
*/
#news{padding-top:50px;padding-bottom:50px}
#news .header .title{font-size:26px;line-height:28px;text-transform:uppercase;font-family:'Lato',sans-serif;font-weight:300;color:#C95223;padding-left:30px;padding-bottom:30px}
#news .header h2.title:before{content:".";display:block;width:35px;height:5px;background:#C95223;margin-bottom:20px;overflow:hidden;text-indent:-999px;}

.news-m .news-list{padding:0 30px 30px 30px;}

.news-m .news-3col{}
.news-m .news-3col > div{float:left;width:calc((100% - 100px) / 3);margin:0 50px 0 0;}
.news-m .news-3col > div:nth-child(3n+3){margin:0;}

.news-m .news-2col{}
.news-m .news-2col > div{}
.news-m .news-2col > div{float:left;width:calc((100% - 50px) / 2);margin:0 50px 0 0;}
.news-m .news-2col > div:nth-child(2n+2){margin:0;}

/**/
.news-m .news-item{margin-bottom:50px}
.news-m .news-item  img {
	max-width:100%;
    display: block;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
}
.news-m .news-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 450ms ease-in-out;
    transition: transform 450ms ease-in-out;
}

.news-m .news-item .image{overflow:hidden;margin-bottom:25px}
.news-m .item-no-image .image{display:none}


.news-m .news-item .title{font-size:30px;line-height:32px;font-weight:300}
.news-m .news-item .description{padding-top:20px}

.news-m .news-item .read-more{padding-top:10px;text-align:right}
.news-m .news-item .read-more a{display:inline-block;width:25px;height:25px;background:url("../images/css/2022/icon-plus.svg") no-repeat center center;text-indent:999px;overflow:hidden}

.news-m .news-item .title a{color:#C95223}
.news-m .news-item .title a:hover{color:#C95223;text-decoration:underline;}

.news-m .news-item .no-image{display:none!important}

/**/
.news-m .news-3col{display:block;clear:both;}
.news-m .news-2col{display:none;clear:both;}
.news-m .news-1col{display:none;clear:both;}

/**/
.viewport-sm-md .news-m .news-3col{display:none}
.viewport-sm-md .news-m .news-2col{display:block}
.viewport-sm-md .news-m .news-1col{display:none}

/**/
.viewport-xxs-xs .news-m .news-3col{display:none}
.viewport-xxs-xs .news-m .news-2col{display:none}
.viewport-xxs-xs .news-m .news-1col{display:block}


/**/


.viewport-xxs-xs .news-m .news-2col > div{padding-top:0!important}


.all-news{text-align:center;clear:both;}
.all-news a{text-decoration:none;display:inline-block;text-align:left;background:#F2C18F;font-size: 14px;font-weight: 300;line-height: 25px;display: block;width: 150px;color: #FFF;text-transform: uppercase;padding-left: 10px;margin:0 auto;}

.all-news a span {
    display: inline-block;
    background: url(../images/css/2022/icon-plus-white.svg) no-repeat center right;
    width: 17px;
    height: 17px;
    text-indent: -999px;
    overflow: hidden;
    float: right;
    margin: 4px 4px 0 0;
}

/*
.viewport-sm-md #news .news-col{float:left;width:calc((100% - 100px) / 2);margin:0 50px 0 0;padding-top:0!important;}
.viewport-sm-md #news .news-col:nth-child(2n+2){margin:0;}
.viewport-sm-md #news .news-col3{width:auto;}
.viewport-sm-md #news .news-col3 .news-item{float:left;}
.viewport-sm-md #news .news-col3 .news-item{float:left;width:calc((100% - 50px) / 2);margin:0 50px 0 0;}
.viewport-sm-md #news .news-col3 .news-item:nth-child(2n+2){margin:0;}
*/
/*
.viewport-xxs-xs #news .news-col{float:none;width:auto;margin:0;padding:0;padding-top:0!important;}
.viewport-xxs-xs #news .news-col .news-item{float:left;margin:0 0 30px 0 0}
*/


/*
=====
VIDEO
=====
*/
#video{}
.video-wrapper{padding:30px;}
.video-wrapper .video-list{}
.video-wrapper .video-item{}
.video-wrapper .video-item .title{display:none}
.video-wrapper .video-item ul,.video-wrapper .video-item ul li{list-style-type:none}
.video-wrapper .video-item{background:#000;position:relative;}
.video-wrapper .video-item img{display:block;margin:0 auto;max-width:100%;}
.video-wrapper .video-item a{text-align:center;display:block}
.video-item .btn-play{position:absolute;top:50%;left:50%;color:#fff;font-size:64px;line-height:64px;margin-top:-32px;margin-left:-32px;}
/**/
.video-wrapper .owl-nav{display:block!important}
.video-wrapper .owl-prev,.video-wrapper .owl-next{text-indent:-999px;overflow:hidden;}
.video-wrapper .owl-prev{position:absolute;top:calc((100% - 30px) / 2);left:-35px;height:30px;width:30px;background:url("../images/css/2022/left-arrow.svg") no-repeat center right;}
.video-wrapper .owl-next{position:absolute;top:calc((100% - 30px) / 2);right:-35px;height:30px;width:30px;background:url("../images/css/2022/right-arrow.svg") no-repeat center right;}

/*
============
PHOTOGALLERY
============
*/
section#photogallery{padding-top:40px;}


/*
===========
DETAIL-NEWS
===========
*/
#detail-news{}
#detail-news .image img{display:block;max-width:100%}

#detail-news .image .no-image{display:none!important}

#detail-news .detail-news-wrapper .row1-wrapper{background:#ededed;padding:25px 50px;margin-bottom:30px}

#detail-news #highlights .container{width:auto;margin:0;padding:0;}

#detail-news h1.page-title{}

#detail-news .description img{display:block;max-width:100%}


.viewport-xxs-xs-sm #detail-news .detail-news-wrapper .row1-wrapper{padding:20px;}

/*
===========
DETAIL-INFO
===========
*/
#detail-info{}
#detail-info .image img{display:block;max-width:100%}
#detail-info .detail-info-wrapper .row1-wrapper{background:#ededed;padding:25px 50px;margin-bottom:0}
#detail-info .detail-info-wrapper{margin-bottom:40px}

#detail-info .image .no-image{display:none!important}

#detail-info #highlights .container{width:auto;margin:0;padding:0;}

#detail-info h1.page-title{}

#detail-info .description img{display:block;max-width:100%}

.viewport-xxs-xs-sm #detail-info .detail-news-wrapper .row1-wrapper{padding:20px;}

/*
===========
DETAIL-FILM
===========
*/
#detail-film{}
#detail-film #video{display:none}
#detail-film.trailer-yes{}
#detail-film.trailer-yes .image{display:none!important}
#detail-film.trailer-yes #video{display:block!important}
#detail-film .detail-film-wrapper .row1-wrapper{background:#ededed;padding:25px 50px;margin-bottom:50px}
#detail-film .detail-film-wrapper .row{}

#detail-film .image img{display:block;max-width:100%}

#detail-film h1.page-title{}

#detail-film .row-1 .col1{padding-bottom:20px}
#detail-film .description{font-size:20px;line-height:26px;font-weight:300}
#detail-film .author{font-weight:400;padding-top:20px;}

#detail-film .box{line-height:24px}
#detail-film .box h3{font-size:20px;font-weight:bold;color:#737373;padding-bottom:5px;padding-top:3px;}
#detail-film .box ul,#detail-film .box ul li{list-style-type:none;padding:0;margin:0;}
#detail-film .box ul li{padding-bottom:10px}
/*
#detail-film .box a{color:#C95223;}
#detail-film .box a:hover{color:#C95223;}
*/

#detail-film .box-info{background:#FFF;padding:20px;font-size:20px;line-height:32px;color:#706f6f;margin-bottom:25px}
#detail-film .box-info .bracket{margin-bottom:10px}
#detail-film .box-info span{}

#detail-film .box-schedule{background:#FFF;padding:20px;margin-bottom:25px}
#detail-film .box-schedule .bracket{margin-bottom:10px}
#detail-film .box-schedule .date-hour{font-weight:bold;font-family:'Roboto', sans-serif;font-size:20px;line-height:37px;}
#detail-film .box-schedule .place{font-size:13px;line-height:18px;text-transform:uppercase;color:#706f6f;padding-bottom:20px;}
#detail-film .box-schedule .extra-info{font-size:13px;line-height:18px;text-transform:uppercase;color:#706f6f;padding:20px 0 20px 0;}


#detail-film .box-schedule .hour{font-family:'Roboto', sans-serif;font-size:20px;}

#detail-film .box-schedule .schedule-item{position:relative;}
#detail-film .box-schedule .schedule-item{position:relative;}
#detail-film .box-schedule .schedule-item .addtocalendar{position:absolute;top:0;right:0px;}
#detail-film .box-schedule .addeventatc{padding:0};

#detail-film .ticket{margin:0 0 10px 0}
#detail-film .watch{margin:0 0 10px 0}

.viewport-xxs-xs-sm #detail-film .detail-film-wrapper .row1-wrapper{padding:20px;}

/*
===========
FEFF-SEARCH
===========
*/
.feff-search{}
.feff-search .panel-search-wrapper{position:relative}
.feff-search img{max-width:100%;display:block;}
.feff-search .container-wrapper{position:relative}
.feff-search .panel-search{position:absolute;bottom:40px;left:50px;}
.feff-search .panel-search .bracket{margin-bottom:25px;background:#C95223;}
.feff-search .panel-search h1,
.feff-search .panel-search h2{font-size:30px;line-height:30px;font-weight:300;color:#FFF;}
.feff-search .panel-search h1{text-transform:uppercase}

.feff-search .panel-search ul,.feff-search .panel-search ul li{list-style-type:none;margin:0;padding:0;}
.feff-search .panel-search ul li{display:inline-block;margin-right:10px}
.feff-search .panel-search a.btn-search-ctrl{color:#FFF;white-space:nowrap;font-weight:300;font-size:20px;letter-spacing:-1px;text-decoration:none!important;margin-right:20px}
.feff-search .panel-search a.btn-search-ctrl span{color:#DDD;margin-right:15px;vertical-align:middle}
.feff-search .panel-search a.btn-search-ctrl span i{border:1px solid #C95223;text-indent:-999px;overflow:hidden;height:21px;width:21px;}
.feff-search .panel-search a.btn-search-ctrl  .fa-check-square-o{background:url("../images/css/2022/check.png") no-repeat center center!important;}

.feff-search .panel-search ul li:nth-child(2){margin-right:40px;padding-right:0;}
.feff-search .panel-search ul li:nth-child(2) a{padding-right:40px;margin-right:0;}

.feff-search.search-essay .panel-search ul li:nth-child(2){border-right:0 none!important;}

.feff-search .panel-search .search-controls{padding-top:60px;}
.feff-search .panel-search .search-field-type,
.feff-search .panel-search .search-field-country label,
.feff-search .panel-search .search-form > input[type='reset'],
.feff-search .panel-search .search-form > span,
.feff-search .panel-search .search-field-country .DPRPEC,
.feff-search .panel-search .search-form > select{display:none}
.feff-search .panel-search .HLRPELL{display:none}
.feff-search .panel-search .DPRPEC{display:none}
.feff-search .panel-search .DPRPEV{display:inline-block!important;}



.feff-search .panel-search input,
.feff-search .panel-search select,
.search-form4 select{box-sizing:border-box;}
.feff-search .panel-search select,
.search-form4 select{background:url("../images/css/2022/select-arrow.png") #ededed no-repeat 98% center!important;border:0 none;}
.feff-search .panel-search .DPRPEV,
.feff-search .panel-search .DPRPEV option,
.search-form4 option{background:#ededed;color:#373737;border:0 none;box-sizing:border-box;font-size:20px;font-weight:300}
.feff-search .panel-search .DPRPEV,
.search-form4 .DPRPEV{width:100%;padding:5px;}
.feff-search .panel-search .DPRPEV option,
.search-form4 .DPRPEV option{font-size:16px;}

.search-form4 button{display:none!important}

.feff-search .panel-search .TXRPEV{background:#ededed;color:#373737;border:0 none;padding:5px;box-sizing:border-box;font-size:20px;font-weight:300;margin:0 1px 1px 0;}

/**/
.search-form4{padding:0 0 1px 0;}
.search-form4 .DPRPEV{width:calc(100%);padding:5px;}
/**/

.feff-search .panel-search .search-ctrl{border-bottom:1px solid #C95223;padding-bottom:20px;margin-bottom:20px}
.feff-search .panel-search .search-form > input[type='submit']{float:right;padding:0;margin:0;}
.feff-search .panel-search .search-controls button{background:transparent;border:0 none;font-size:24px;display:inline-block;color:#FFF;outline:0 none;width:30px;padding:0;text-align:center;}
.feff-search .panel-search .search-field-country{display:inline-block;}
.feff-search .panel-search .search-field-country .DPRPEV{width:300px;font-size:20px;font-weight:300;}


.feff-search .panel-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #373737;opacity:1;
}
.feff-search .panel-search input::-moz-placeholder { /* Firefox 19+ */
  color: #373737;opacity:1;
}
.feff-search .panel-search input:-ms-input-placeholder { /* IE 10+ */
  color: #373737;opacity:1;
}
.feff-search .panel-search input:-moz-placeholder { /* Firefox 18- */
  color: #373737;opacity:1;
}

.bg-calendar{display:none!important}

.bg-calendar-d{display:block!important}
.viewport-xxs-xs-sm .panel-search-wrapper .bg-calendar-m{display:block!important}
.viewport-xxs-xs-sm .panel-search-wrapper .bg-calendar-d{display:none!important}

/* .viewport-xxs-xs-sm .panel-search-wrapper{background:url(../images/2022/bg_calendar-m.jpg);padding-top:200px}
.viewport-xxs-xs-sm .panel-search-wrapper > img{display:none} */
.viewport-xxs-xs-sm .feff-search .panel-links,
.viewport-xxs-xs-sm .feff-search .panel-search{position:static;background:#333;padding:10px;width:auto!important;} 

/* .viewport-xxs-xs-sm .feff-search .panel-links,.viewport-xxs-xs-sm .feff-search .panel-search{background:url(../images/2022/bg_calendar-m.jpg)} */

.feff-search .panel-search h1,
.feff-search .panel-search h2,
.feff-search .panel-links h2,
.feff-search .panel-search a.btn-search-ctrl,
.feff-search .panel-links .description
{color: #FFF!important;}

/**/
.viewport-xs-sm .feff-search .panel-search .bracket{margin-bottom:10px;}
.viewport-xs-sm .feff-search .panel-search h2{font-size:24px;line-height:24px;font-weight:300;color:#FFF;}
.viewport-xs-sm .feff-search .panel-search{bottom:10px;left:10px;width:calc(100% - 20px);}
.viewport-xs-sm .feff-search .search-controls{padding-top:20px;}
.viewport-xs-sm .feff-search .search-field-country{width:calc(100% - 50px);}

.viewport-xs-sm .feff-search .panel-search h1, 
.viewport-xs-sm .feff-search .panel-search h2,
.viewport-xs-sm .feff-search .panel-links h2,
.viewport-xs-sm .feff-search .panel-search a.btn-search-ctrl,
.viewport-xs-sm .feff-search .panel-links .description
{color:#FFF!important}

/**/
.viewport-xxs .feff-search .panel-search .bracket{margin-bottom:10px;}
.viewport-xxs .feff-search .panel-search h2{font-size:24px;line-height:24px;font-weight:300;color:#C95223;}
.viewport-xxs .feff-search .panel-search{position:static;background:#333;padding:10px;}
.viewport-xxs .feff-search .search-controls{padding-top:20px;}

/**/
.viewport-xxs-xs .feff-search .search-field-country{width:calc(100% - 50px);}
.viewport-xxs-xs .feff-search .search-field-country .DPRPEV{width:100%}


.feff-search .feff-search-result-wrapper{background:#ededed;padding:30px 30px 20px 30px;position:relative;margin-bottom:40px;}

/*
#essays .essays-days{padding-top:10px}
*/

.feff-search .header{text-align:center;font-family: 'Lato',sans-serif;font-weight:300;padding-left:40px;padding-right:40px}
.feff-search .header h2.title{color:#C95223;font-size:26px;font-weight:bold;text-transform:uppercase}
.feff-search .header h2.title span{}

/*
#essays .calendar-day .header{text-align:center;font-family: 'Lato',sans-serif;font-weight:300;padding-bottom:85px;padding-left:40px;padding-right:40px}
#essays .calendar-day .header h2.title{color:#C95223;font-size:26px;font-weight:300;}
#essays .calendar-day .header h2.title span{font-weight:bold;}
#essays .calendar-day .header .place{font-size:14px;text-transform:uppercase}
*/

/*
.feff-search .items{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;padding-top:50px;}
.feff-search .items .item{width:calc((100% - (3*20px)) / 4);margin:0 0 20px 0;background:#FFF;position:relative;overflow:visible}
*/

.feff-search .items{display:grid;grid-template-columns:repeat(auto-fill, calc((100% - 60px) / 4));grid-gap:20px;justify-content: space-between;margin:40px 0;}

.viewport-lg .feff-search .items{grid-template-columns:repeat(auto-fill, calc((100% - 60px) / 4))}

.viewport-lg .feff-search .items.item-count-1,
.viewport-lg .feff-search .items.item-count-2,
.viewport-lg .feff-search .items.item-count-3{display:flex;justify-content:center;align-items:flex-start;}
.viewport-lg .feff-search .items.item-count-1 > .item,
.viewport-lg .feff-search .items.item-count-2 > .item,
.viewport-lg .feff-search .items.item-count-3 > .item{
    width:calc((100% - 60px) / 4);
    min-height:445px;
}

.viewport-md .feff-search .items{grid-template-columns:repeat(auto-fill, calc((100% - 40px) / 3))}
.viewport-sm .feff-search .items{grid-template-columns:repeat(auto-fill, calc((100% - 20px) / 2))}
.viewport-xs .feff-search .items{display:block}
.viewport-xxs-xs .feff-search .items{display:block}
.viewport-xxs-xs .feff-search .items .item{width:auto;margin:0 0 20px 0;}

.feff-search .items .item{margin:0;background:#FFF;position:relative;/*overflow:visible*/}
/*
    display: grid;
    grid-template-columns: repeat(auto-fit, calc((100% - 60px) / 4));
    grid-gap: 20px;
    justify-content: flex-start;
}
*/

/*
.feff-search .item-count-1,.feff-search .item-count-2,.feff-search .item-count-3{ justify-content:center}


.viewport-lg .feff-search .items .item{width:calc((100% - (3*20px)) / 4);margin:0 0 20px 0;background:#FFF;}
.viewport-lg .feff-search .items .item:nth-child(4n + 4){margin-right:0}

.viewport-md .feff-search .items .item{width:calc((100% - (1*20px)) / 2);margin:0 0 20px 0;background:#FFF;}
.viewport-md .feff-search .items .item:nth-child(2n + 2){margin-right:0}

.viewport-sm .feff-search .items .item{width:calc((100% - (1*20px)) / 2);margin:0 0 20px 0;background:#FFF;}
.viewport-sm .feff-search .items .item:nth-child(2n + 2){margin-right:0}
*/



.feff-search .items .item >a,.feff-search .items .item > a:hover{text-decoration:none;display:block;padding:15px 20px 60px 20px;}

.feff-search .lyt-nrec{padding:0 0 20px 0;text-align:center;text-transform:uppercase}

.feff-search .item .image{margin:20px 0 30px 0;overflow:hidden;box-sizing:border-box;}
.feff-search .item .image{margin:20px 0 30px 0;overflow:hidden;box-sizing:border-box;position:relative;overflow:hidden}
.feff-search .item .image img{}


.feff-search .item .image img{transition: transform 300ms ease-in-out;}
.feff-search .item:hover .image img{
    -webkit-transform:  scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 450ms ease-in-out;
    transition: transform 450ms ease-in-out;
}

.feff-search .item .hour{font-family:'Roboto',sans-serif;font-size:28px;line-height:37px;font-weight:bold;color:#706f6f;}
.feff-search .item .hour span{border-top:5px solid #C95223;display:inline-block;}
.feff-search .item .place{font-size:13px;text-transform:uppercase;color:#706f6f;}
.feff-search .item .title{font-size:30px;line-height:32px;font-weight:300;color:#C95223;letter-spacing:-.2px;}
.viewport-lg .feff-search .item .place {font-size:12px}

.feff-search .item .rest{font-size:16px;line-height:22px;color:#706f6f;padding-bottom:10px}
.feff-search .item .author{font-size:16px;line-height:22px;color:#706f6f;}
.feff-search .item .country,
.feff-search .item .retrospective,
.feff-search .item .alternative{color:#6d6d6d;font-size:16px;font-weight:bold}
.feff-search .item .description{font-size:16px;line-height:22px;color:#706f6f;}
.feff-search .item .type{font-size:16px;line-height:22px;color:#706f6f;text-transform:uppercase;}

.feff-search .item:hover{background:#706f6f!important;}
.feff-search .item:hover .title,
.feff-search .item:hover .author,
.feff-search .item:hover .country{color:#FFF;text-decoration:none;}

.feff-search .item .ticket a,.feff-search .item .watch a{position:absolute;padding:0 0 0 10px;left:20px;bottom:20px;}
.feff-search .item .ticket a:hover, .feff-search .item .watch a:hover{padding:0 0 0 10px;text-decoration:none}

.feff-search .item .heart{position:absolute;top:10px;right:20px;}
.feff-search .item .heart .atcb-link{/*background:#FFF;*/box-shadow:none!important;border:1px solid #666;}
.feff-search .item:hover .heart .atcb-link{color:#FFF;box-shadow:none!important;border:1px solid #FFF;}
.feff-search .item:hover .place,
.feff-search .item:hover .hour,
.feff-search .item:hover .rest,
.feff-search .item:hover .type,
.feff-search .item:hover .description
{color:#FFF}


.feff-search .item .owl-nav{display:block}
.feff-search .item .owl-prev,.feff-search .item .owl-next{text-indent:-999px;overflow:hidden;}
.feff-search .item .owl-prev{position:absolute;top:15px;left:0;height:30px;width:30px;background:url("../images/css/2022/left-arrow.svg") no-repeat center right;}
.feff-search .item .owl-next{position:absolute;top:15px;right:0;height:30px;width:30px;background:url("../images/css/2022/right-arrow.svg") no-repeat center right;}

/*16:9=215:x*/
.viewport-lg .feff-search .item .image{/*width:215px;*/height:120px;}
.viewport-md .feff-search .item .image{/*width:264px;*/height:148px;}
.viewport-sm .feff-search .item .image{/*width:280px;*/height:155px;}

.viewport-lg .feff-search .item .image img{/*width:215px;*/height:120px;}
.viewport-md .feff-search .item .image img{/*width:390px;*/height:148px;}
.viewport-sm .feff-search .item .image img{/*width:280px;*/height:155px;}

/*
.viewport-xxs-xs #essays .calendar-day .header{padding-bottom:30px}
*/

/* ESSAY */
#calendar-search .items .bracket{display:none}



/* CALENDAR */
.calendar-search .search-field-day{display:inline-block}
.calendar-search .search-field-day{width:100%}
.calendar-search .search-field-day .DPRPEV{display:none}
/*
.calendar-search .item-film,
.calendar-search .item-panel,
.calendar-search .item-online,
.calendar-search .item-offline
{display:none}

.calendar-search .show-films .item-film,
.calendar-search .show-panels .item-panel,
.calendar-search .show-online .item-online,
.calendar-search .show-offline .item-offline
{display:block}
*/

.calendar-search .item,
.search-essay .item
{display:none}


.calendar-search .item-show,
.search-essay .item-show
{display:block}

.feff-search-result-wrapper .calendar-days .owl-nav{display:block}
.feff-search-result-wrapper .calendar-days .owl-nav .owl-prev,.feff-search-result-wrapper .calendar-days .owl-nav .owl-next{}
.feff-search-result-wrapper .calendar-days .owl-prev,.feff-search-result-wrapper .calendar-days .owl-next{text-indent:-999px;overflow:hidden;}
.feff-search-result-wrapper .calendar-days .owl-prev{position:absolute;top:15px;left:0;height:30px;width:30px;background:url("../images/css/2022/left-arrow.svg") no-repeat center right;z-index:99999;}
.feff-search-result-wrapper .calendar-days .owl-next{position:absolute;top:15px;right:0;height:30px;width:30px;background:url("../images/css/2022/right-arrow.svg") no-repeat center right;z-index:99999;}


/* ARCHIVE */
.archive-search{}
.archive-search .panel-search label,
.archive-search .panel-search .DPRPEC{display:none}
.archive-search .panel-search .search-form1 > div,
.archive-search .panel-search .search-form2 > div {display:inline-block;}
.archive-search .panel-search .search-form1 input,
.archive-search .panel-search .search-form2 input{width:330px;}

.feff-search .panel-search .bracket,
.feff-search .panel-links .bracket {
    margin-bottom: 25px;
    background: #C95223;
}

.feff-search .panel-links{position:absolute;bottom:40px;right:50px;}
.feff-search .panel-links h2{font-size:30px;line-height:30px;padding-bottom:5px;font-weight: 300;color:#FFF;}
.feff-search .panel-links .description{color:#FFF;}

.feff-search .panel-links .read-more a{}
.feff-search .panel-links .read-more{padding-top:5px;padding-bottom:10px;}
.feff-search .panel-links .read-more a{display:inline-block;background:url("../images/css/2022/icon-plus.svg") no-repeat center center;width:25px;height:25px;margin-top:5px;text-indent:-999px;overflow:hidden}

.feff-search .panel-links .read-more-dwn a{display:inline-block;background:url("../images/css/2022/icon-download.svg") no-repeat center center;width:25px;height:25px;margin-top:5px;text-indent:-999px;overflow:hidden}

.viewport-sm .feff-search .panel-links{bottom:10px;right:10px;} 

.viewport-md .feff-search .panel-links{}
.viewport-md .feff-search .panel-links h2{font-size:18px;line-height:22px;padding:0;}
.viewport-md .feff-search .panel-links .description{font-size:16px;}

.viewport-xxs-xs-sm .search-controls{}
.viewport-xxs-xs-sm .archive-search .panel-search .search-form1 .search-field,
.viewport-xxs-xs-sm .archive-search .panel-search .search-form2 .search-field,
.viewport-xxs-xs-sm .archive-search .panel-search .search-form3 .search-field{width:calc(100% - 30px);}
.viewport-xxs-xs-sm .archive-search .panel-search .search-form1 .search-field input,
.viewport-xxs-xs-sm .archive-search .panel-search .search-form2 .search-field input{width:100%;}
.viewport-xxs-xs-sm .archive-search .panel-search .search-form3 select{width:calc(100% - 30px);}

/*
.BDY_LYT_25570_6417 .feff-search .panel-links .read-more a,
.BDY_LYT_30453_6417 .feff-search .panel-links .read-more a
{display:inline-block;background:url("../images/css/2022/icon-plus-grey.svg") no-repeat center center;}

.BDY_LYT_25570_6417 .feff-search .panel-links .read-more-dwn a,
.BDY_LYT_30453_6417 .feff-search .panel-links .read-more-dwn a
{display:inline-block;background:url("../images/css/2022/icon-download-grey.svg") no-repeat center center;}

.BDY_LYT_25570_6417 .feff-search .panel-search .bracket, 
.BDY_LYT_25570_6417 .feff-search .panel-links .bracket,
.BDY_LYT_30453_6417 .feff-search .panel-search .bracket, 
.BDY_LYT_30453_6417 .feff-search .panel-links .bracket
{background:#FFF;}

.BDY_LYT_25570_6417 .feff-search .panel-search a.btn-search-ctrl span i,
.BDY_LYT_30453_6417 .feff-search .panel-search a.btn-search-ctrl span i
{border: 1px solid #FFF;}

.BDY_LYT_25570_6417 .feff-search .panel-search .search-ctrl,
.BDY_LYT_30453_6417 .feff-search .panel-search .search-ctrl
{border-bottom: 1px solid #FFF;}

.BDY_LYT_25570_6417 .feff-search .panel-search select, 
.BDY_LYT_25570_6417 .search-form4 select,
.BDY_LYT_30453_6417 .feff-search .panel-search select, 
.BDY_LYT_30453_6417 .search-form4 select
{
    background: url(../images/css/2022/select-arrow-grey.png) #ededed no-repeat 98% center!important;
    border: 0 none;
}

.BDY_LYT_25570_6417 .feff-search .panel-search a.btn-search-ctrl .fa-check-square-o,
.BDY_LYT_30453_6417 .feff-search .panel-search a.btn-search-ctrl .fa-check-square-o {
    background: url(../images/css/2022/check-white.png) no-repeat center center!important;
}


.BDY_LYT_25570_6417 .feff-search .panel-links h2:nth-of-type(3),
.BDY_LYT_25570_6417 .feff-search .panel-links div:nth-of-type(6),
.BDY_LYT_25570_6417 .feff-search .panel-links div:nth-of-type(7),
.BDY_LYT_30453_6417 .feff-search .panel-links h2:nth-of-type(3),
.BDY_LYT_30453_6417 .feff-search .panel-links div:nth-of-type(6),
.BDY_LYT_30453_6417 .feff-search .panel-links div:nth-of-type(7)
{display:none}
*/

.feff-search .panel-links .read-more a
{display:inline-block;background:url("../images/css/2022/icon-plus-grey.svg") no-repeat center center;}

.feff-search .panel-links .read-more-dwn a
{display:inline-block;background:url("../images/css/2022/icon-download-grey.svg") no-repeat center center;}

.feff-search .panel-search .bracket, 
.feff-search .panel-links .bracket
{background:#FFF;}

.feff-search .panel-search a.btn-search-ctrl span i
{border: 1px solid #FFF;}

.feff-search .panel-search .search-ctrl
{border-bottom: 1px solid #FFF;}


.feff-search .panel-search select, 
.search-form4 select
{
    background: url(../images/css/2022/select-arrow-grey.png) #ededed no-repeat 98% center!important;
    border: 0 none;
}

.feff-search .panel-search a.btn-search-ctrl .fa-check-square-o {
    background: url(../images/css/2022/check-white.png) no-repeat center center!important;
}

/* .feff-search .panel-links h2:nth-of-type(3),
.feff-search .panel-links div:nth-of-type(6),
.feff-search .panel-links div:nth-of-type(7)
{display:none} */
/*
============
DETAIL-ESSAY
============
*/
#detail-essay{}
#detail-essay .image img{max-width:100%;display:block}
#detail-essay .row1-wrapper{padding:25px 35px;background:#ededed;}
#detail-essay .description{font-size:20px;font-weight:300;line-height:26px}
#detail-essay .author{font-weight:bold;font-size:20px;padding-top:10px;padding-bottom:10px;}
#detail-essay .retrospective{font-size:20px;font-weight:bold;color:#737373;padding-bottom:5px;padding-top:3px;}
#detail-essay .box-interviews{background:#FFF;}

#detail-essay .box{line-height:24px}
#detail-essay .box h3{font-size:20px;font-weight:bold;color:#737373;padding-bottom:5px;padding-top:3px;}
#detail-essay .box ul,#detail-essay .box ul li{list-style-type:none;padding:0;margin:0;}
#detail-essay .box ul li{padding-bottom:10px}
#detail-essay .box a{color:#C95223;}
#detail-essay .box a:hover{color:#C95223;}

.viewport-xxs-xs-sm #detail-essay .row1-wrapper{padding:20px;}

/*
============
DETAIL-PANEL
============
*/
#detail-panel{}

#detail-panel .image img{display:block;max-width:100%}

#detail-panel.row-1 .col1{padding-bottom:20px}

#detail-panel .detail-panel-wrapper .row1-wrapper {
    background: #ededed;
    padding: 25px 50px;
    margin-bottom: 50px;
}

#detail-panel .description{font-size:20px;line-height:26px;font-weight:300}

#detail-panel .box-info{background:#FFF;padding:20px;font-size:20px;line-height:32px;color:#706f6f;margin-bottom:25px}
#detail-panel .box-info .bracket{margin-bottom:10px}
#detail-panel .box-info span{}

#detail-panel .box-schedule{background:#FFF;padding:20px;margin-bottom:25px}
#detail-panel .box-schedule .bracket{margin-bottom:10px}
#detail-panel .box-schedule .date-hour{font-weight:bold;font-family:'Roboto', sans-serif;font-size:20px;line-height:37px;}
#detail-panel .box-schedule .place{font-size:13px;line-height:18px;text-transform:uppercase;color:#706f6f;padding-bottom:20px;}
#detail-panel .box-schedule .hour{font-family:'Roboto', sans-serif;font-size:20px;}

#detail-panel .box-schedule .schedule-item{position:relative;}
#detail-panel .box-schedule .schedule-item{position:relative;}
#detail-panel .box-schedule .schedule-item .addtocalendar{position:absolute;top:0;right:0px;}

#detail-panel .box-schedule .addeventatc{padding:0}

.viewport-xxs-xs-sm #detail-panel .detail-panel-wrapper .row1-wrapper{padding:20px;}


/*
=======
GALLERY
=======
*/
.photogallery{padding:0 50px 50px 50px;}
.photogallery h4{font-size:26px;line-height:31px;color:#C95223;font-weight:300;text-transform:uppercase;padding:25px 0 50px 0;}

.photogallery .owl-nav{display:block}
.photogallery .owl-prev,.photogallery .owl-next{text-indent:-999px;overflow:hidden;}
.photogallery .owl-prev{position:absolute;top:calc((100% - 30px) / 2);left:-40px;height:30px;width:30px;background:url("../images/css/2022/left-arrow.svg") no-repeat center right;}
.photogallery .owl-next{position:absolute;top:calc((100% - 30px) / 2);right:-40px;height:30px;width:30px;background:url("../images/css/2022/right-arrow.svg") no-repeat center right;}

/*
=======
SPONSOR
=======
*/
#sponsors{margin-bottom:50px}
#sponsors h1{font-size:38px;line-height:45px;text-transform:uppercase;color:#C95223;font-weight:300;padding:0;margin:60px 0 40px 0;text-align:center}
#sponsors .description{text-align:center;font-size:26px;line-height:33px;font-weight:300;padding-bottom:60px}
#sponsors .items{}
#sponsors .items .item{background:#DADADA;padding-bottom:60px}
#sponsors .items .item:nth-child(2n){background:#EDEDED;}
#sponsors .items .item h6{text-align:center;font-size:36px;line-height:36px;color:#6c6c6c;padding:25px 0 35px 0;margin:0;}

#sponsors ul,#sponsors ul li{list-style-type:none;padding:0;margin:0;}
#sponsors ul{display:block;text-align:center;}
#sponsors ul li{}

#sponsors ul li{display:inline-block;padding:10px 20px;vertical-align:middle}
#sponsors ul li a{display:block;text-align:center;width:250px;}
#sponsors ul li img{display:block;margin:0 auto;max-width:100%;}

.viewport-xxs #sponsors ul li a{max-width:250px;}
.viewport-xxs #sponsors ul li{display:block}

/*
=====
PAGER
=====
*/
.pager{display:block;text-align:cener;clear:both;padding:20px 0;margin:0;}
.pager li{display:inline-block!important;vertical-align:top;border-radius:0;margin-right:2px}
.pager li.disabled a,.pager li.disabled span,.pager li.disabled a:hover,.pager li.disabled span:hover{color:#CCC;background:#F0F0F0;}

.pager li a,.pager li span{border-radius:0;color:#F2C18F;}
.pager li.status span{border:0 none;color:#333;}
.pager li.page.active span{background:#F2C18F;color:#FFF }
.pager li.page a:hover,.pager li.next a:hover,
.pager li.last a:hover,.pager li.first a:hover,
.pager li.previous a:hover{background:#F2C18F;color:#FFF;text-decoration:none;}

.viewport-xxs .pager .disabled,
.viewport-xxs .pager .page,
.viewport-xs .pager .disabled,
.viewport-xs .pager .page,
.viewport-sm .pager .disabled,
.viewport-sm .pager .page{display:none!important}
.viewport-xs .pager .page.active,
.viewport-sm .pager .page.active,
.viewport-md .pager .page.active
{display:inline-block!important}

/*
=======
BANNERS
=======
*/
.bp{}
.bp ul,.bp ul li{list-style-type:none;margin:0;padding:0;}
.bp img{max-width:100%;display:block}

.bp-side{margin-top:20px}
.bp-side{padding:20px;background:#FFF;}

.bp-bottom{margin-bottom:40px;margin-top:40px;}
.bp-bottom ul{overflow:auto;}
.bp-bottom ul li{float:left;width:calc((100% - 40px) / 3)}
.bp-bottom ul li:nth-child(2){margin:0 20px;}

.viewport-xxs-xs-sm .bp-bottom{text-align:center;}
.viewport-xxs-xs-sm .bp-bottom ul li{float:none;margin:0 auto 30px auto;width:auto;text-align:center}
.viewport-xxs-xs-sm .bp-bottom ul li img{margin:0 auto;}

/*
================
PAGINA ACCREDITI
================
*/
/*.BDY_LYT_32790_5821{height:100%;width:100%;overflow:hidden;}
*/
/*.BDY_LYT_32790_5821 .iframe-ext-page{width:100%;height:100%;display:block;}
.BDY_LYT_32790_5821 form{height:100%;width:100%;display:block;}
.BDY_LYT_32790_5821 #menu-primary-menu-ita{display:block;position:static;background:transparent;}
*/
/*
.BDY_LYT_32790_5821 .aspNetHidden,
.BDY_LYT_32790_5821 .dvdebug,
.BDY_LYT_32790_5821 #dvtools
{display:none!important;}
*/

/*
=============
ADDTOCALENDAR
=============
*/
/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left:-135px;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}



/**/
/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 10px;
    color: #fff;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background:transparent;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 4px;
    zoom: 1;
    color:#706f6f;
}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: rgb(66,129,244);
}

/*
============
OWL CAROUSEL
============
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;border:0 none;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1} 100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/css/2022/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


/**/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.owl-nav{display:none}


.owl-custom-pager{text-align:center;padding:10px 0 20px 0}

.owl-custom-pager span{display: inline-block;
    padding: 5px 14px;
    margin:0 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;}

.owl-custom-pager .prev,.owl-custom-pager .next{cursor:pointer;}


.owl-carousel .owl-prev{outline:0 none}
.owl-carousel .owl-next{outline:0 none}
.owl-carousel .owl-dots button{outline:0 none}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled
{display:none}

/*
======
COOKIE
======
*/
.sliding-privacy-popup{background: hsla(60,16%,88%,.95);text-align:center;color:#000;font-size:13px;line-height:15px}
.sliding-privacy-popup a.agree-button{}
.sliding-privacy-popup a.find-more-button{color:#000;padding:0;font-weight:bold;background:transparent;border:0 none;box-shadow:none;margin-left:10px}
.sliding-privacy-popup a.find-more-button:hover{text-decoration:underline;}

.sliding-privacy-popup a.agree-button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #C95223;
    padding: .5em .75em;
    border-radius: 3px;
    border:0 none;
    box-shadow: 0 0 2px rgba(0,0,0,.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,.35);
    -o-transition: background .5s ease-in;
    -webkit-transition: background .25s ease-in;
    -moz-transition: background .25s ease-in;
}

.sliding-privacy-popup a.agree-button:hover {
    background: #000;
    -o-transition: background .5s ease-in;
    -webkit-transition: background .25s ease-in;
    -moz-transition: background .25s ease-in;
}

/*
========
FANCYBOX
========
*/
body.fancybox-active{overflow:hidden}
body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:33px;font-weight:700;text-align:center}.fancybox-share p{margin:0;padding:0;text-align:center}.fancybox-share p:first-of-type{margin-right:-10px}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;border:0;border-radius:3px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16);background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#707070;transition:all .2s}.fancybox-share_button:focus,.fancybox-share_button:hover{text-decoration:none;color:#333;box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.fancybox-share_button svg{margin-right:5px;width:20px;height:20px;vertical-align:text-bottom}.fancybox-share input{box-sizing:border-box;width:100%;margin:5px 0 0;padding:10px 15px;border:1px solid #d7d7d7;border-radius:3px;background:#ebebeb;color:#5d5b5b;font-size:14px;outline:none}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
.fancybox-button--share{display:none!important}
.fancybox-active .social2{display:none}
.fancybox-is-fullscreen{}


/*
.yt-iframe-video{overflow:hidden!important;position:relative!important;}
.yt-iframe-video iframe{position:absolute;left:-12px;right:0;top:0;bottom:0;width:calc(100% + 24px)!important;}
*/

.fancybox-container-youtube-before-show{display:none}
.fancybox-container-youtube .fancybox-slide--iframe {display:flex;width:100%;height:100%;align-items:center;justify-content:center;}

.fancybox-container-youtube .fancybox-content {
    display:block;
    margin:0!important;
    box-sizing:border-box;
    position: relative!important;
    padding:0!important;
    /* padding-top:calc((16 / 9) * 100%)!important; */
    /* padding-bottom:175%!important; */
    /*padding-bottom: 56.25%!important;  16:9 */
    /*padding-bottom: 33.25%!important; *//* 16:9 */
    width: auto; 
    height: auto;
    padding:40px;
    width: 100vw!important; 
    height: 56.25vw!important;
    max-width:1200px!important;
    max-height:80%!important;
    overflow:hidden!important;
    background:red!important;
}
.fancybox-container-youtube .fancybox-content  iframe {
    display:block!important;
    box-sizing:border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
}

aaaa.yt-iframe-video {
    box-sizing:border-box;
    position: relative!important;
    /*padding-bottom: 56.25%!important;*/ /* 16:9 */
    padding-bottom: 33.25%!important; /* 16:9 */
    height: 0!important;
}
aaaaa.yt-iframe-video  iframe {
    box-sizing:border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*
=====
ERROR
=====
*/
#cphMain_divSZN{margin:0 auto;width: 1170px;padding:20px;color: #721c24;background-color: #f8d7da;border-color: #f5c6cb;margin-bottom:40px!important}
.viewport-xxs #cphMain_divSZN{margin:0 10px;width:auto;}
.viewport-xs #cphMain_divSZN{margin:0 10px;width:auto;}
.viewport-sm #cphMain_divSZN{width:738px;}
.viewport-md #cphMain_divSZN{width:962px;}
.viewport-lg #cphMain_divSZN{width:1140px;} 
.viewport-xlg #cphMain_divSZN{width: 1140px;}


#cphMain_divSZN .CODE_ERROR{font-weight:bold;font-size:24px;}
#cphMain_divSZN .TXT_ERROR{padding-bottom:10px}

/**/
.section-accredito{padding-bottom:30px}
/* .section-accredito #redPanda{color: #000} */
.section-accredito .subtitle{padding-bottom:0; color: #000}

.section-accredito a:hover{text-decoration:none}
.section-accredito .promo-desktop table{width:100%}
.section-accredito .promo-desktop table td{width:20%;border:1px solid #ddd}
.section-accredito .promo-desktop table img{margin:0 auto}
.section-accredito .promo-desktop table .tr-1 td{text-align:center;padding:10px;}
.section-accredito .promo-desktop table .tr-1 td a{font-size:28px;font-weight:bold;text-transform:uppercase;}

.section-accredito .promo-desktop table .tr-1 td a img{margin-bottom:10px;display:block}
.section-accredito .promo-desktop table .tr-1 td a span{line-height:26px;display:block}
.section-accredito .promo-desktop table .tr-1 .td-2 a{color:#d72610}
.section-accredito .promo-desktop table .tr-1 .td-3 a{color:#d0932c}
.section-accredito .promo-desktop table .tr-1 .td-4 a{color:#000}
.section-accredito .promo-desktop table .tr-1 .td-5 a{color:#f39535}

.section-accredito .promo-desktop table .td-1{padding:10px;}

.section-accredito .promo-desktop table .tr-1 .td-1 span:nth-child(1),
.section-accredito .promo-desktop table .tr-2 .td-1 span:nth-child(1),
.section-accredito .promo-desktop table .tr-3 .td-1 span:nth-child(1),
.section-accredito .promo-desktop table .tr-4 .td-1 span:nth-child(1),
.section-accredito .promo-desktop table .tr-5 .td-1 span:nth-child(1){color:#34b386;font-weight:bold;font-style:italic;display:block;text-align:right;font-size:20px;line-height:22px}

.section-accredito .promo-desktop table .tr-1 .td-1 span:nth-child(2),
.section-accredito .promo-desktop table .tr-2 .td-1 span:nth-child(2),
.section-accredito .promo-desktop table .tr-3 .td-1 span:nth-child(2),
.section-accredito .promo-desktop table .tr-4 .td-1 span:nth-child(2),
.section-accredito .promo-desktop table .tr-5 .td-1 span:nth-child(2){font-weight:bold;font-style:italic;display:block;text-align:right;text-transform:uppercase;color:#000;font-size:16px;line-height:18px;}

.section-accredito .promo-desktop table .tr-2 .td-2,
.section-accredito .promo-desktop table .tr-3 .td-2,
.section-accredito .promo-desktop table .tr-4 .td-2,
.section-accredito .promo-desktop table .tr-5 .td-2{background:#d72610}

.section-accredito .promo-desktop table .tr-2 .td-3,
.section-accredito .promo-desktop table .tr-3 .td-3,
.section-accredito .promo-desktop table .tr-4 .td-3,
.section-accredito .promo-desktop table .tr-5 .td-3{background:#b3b3b3}

.section-accredito .promo-desktop table .tr-2 .td-4,
.section-accredito .promo-desktop table .tr-3 .td-4,
.section-accredito .promo-desktop table .tr-4 .td-4,
.section-accredito .promo-desktop table .tr-5 .td-4{background:#000}

.section-accredito .promo-desktop table .tr-6 .td-2,
.section-accredito .promo-desktop table .tr-6 .td-3,
.section-accredito .promo-desktop table .tr-6 .td-4,
.section-accredito .promo-desktop table .tr-6 .td-5,
.section-accredito .promo-desktop table .tr-7 .td-2,
.section-accredito .promo-desktop table .tr-7 .td-3,
.section-accredito .promo-desktop table .tr-7 .td-4,
.section-accredito .promo-desktop table .tr-7 .td-5,
.section-accredito .promo-desktop table .tr-6 .td-2,
.section-accredito .promo-desktop table .tr-7 .td-3,
.section-accredito .promo-desktop table .tr-8 .td-4,
.section-accredito .promo-desktop table .tr-8 .td-5{padding:20px}

.section-accredito .promo-desktop table .tr-6 .td-2 span,
.section-accredito .promo-desktop table .tr-6 .td-3 span,
.section-accredito .promo-desktop table .tr-6 .td-4 span,
.section-accredito .promo-desktop table .tr-6 .td-5 span,
.section-accredito .promo-desktop table .tr-7 .td-2 span,
.section-accredito .promo-desktop table .tr-7 .td-3 span,
.section-accredito .promo-desktop table .tr-7 .td-4 span,
.section-accredito .promo-desktop table .tr-7 .td-5 span,
.section-accredito .promo-desktop table .tr-6 .td-2 span,
.section-accredito .promo-desktop table .tr-7 .td-3 span,
.section-accredito .promo-desktop table .tr-8 .td-4 span,
.section-accredito .promo-desktop table .tr-8 .td-5 span{color:#34b386;font-size:20px;line-height:24px;font-style:italic;font-weight:bold;text-transform:uppercase;display:block;text-align:center;}


.section-accredito .promo-desktop table .price{font-weight:bold;display:flex;align-items:center;justify-content:center;color:#FFF;}
.section-accredito .promo-desktop table .price .full-price{font-size:50px;font-weight:900}
.section-accredito .promo-desktop table .price .discounted-price{font-size:40px;margin-left:10px}
.section-accredito .promo-desktop table .price .discounted-price span{display:block}
.section-accredito .promo-desktop table .price .discounted-price span:nth-child(1) {line-height:12px;font-size:11px}
.section-accredito .promo-desktop table .price .discounted-price span:nth-child(2) {line-height:24px;font-size:30px}


.section-accredito .promo-desktop table .tr-6 .td-1 span,
.section-accredito .promo-desktop table .tr-7 .td-1 span,
.section-accredito .promo-desktop table .tr-8 .td-1 span{color:#000;text-transform:uppercase;display:block;text-align:right;}

.section-accredito .promo-desktop table .tr-2 .td-5 .price,
.section-accredito .promo-desktop table .tr-3 .td-5 .price,
.section-accredito .promo-desktop table .tr-4 .td-5 .price,
.section-accredito .promo-desktop table .tr-5 .td-5 .price{color:#000}

.section-accredito .promo-desktop table .tr-4 .td-1,
.section-accredito .promo-desktop table .tr-5 .td-1,
.section-accredito .promo-desktop table .tr-6 .td-1,
.section-accredito .promo-desktop table .tr-7 .td-1,
.section-accredito .promo-desktop table .tr-8 .td-1{text-transform:none;font-size:20px;line-height:22px;font-weight:bold;}

.section-accredito .promo-desktop table .tr-1 .td-1{border-top:0 none!important;border-left:0 none!important}
.section-accredito .promo-desktop table .tr-1 .td-1,
.section-accredito .promo-desktop table .tr-1 .td-2,
.section-accredito .promo-desktop table .tr-1 .td-3,
.section-accredito .promo-desktop table .tr-1 .td-4,
.section-accredito .promo-desktop table .tr-1 .td-5
{border-top:0 none!important}

.section-accredito .promo-desktop table .td-5{border-right:0 none!important}


.section-accredito .promo-desktop  table .td-1{border-left:0 none!important}


/**/
.section-accredito .promo-mobile{display:flex;flex-wrap:wrap;}
.section-accredito .promo-mobile .promo-item { width: 25%; }
.section-accredito .promo-mobile > #redPanda,
.section-accredito .promo-mobile > .subtitle { width: 100%; display: block; }

.section-accredito .promo-mobile table .price{font-weight:bold;display:flex;align-items:center;justify-content:center;color:#FFF;}
.section-accredito .promo-mobile table .price .full-price{font-size:36px;font-weight:900}
.section-accredito .promo-mobile table .price .discounted-price{font-size:40px;margin-left:10px}
.section-accredito .promo-mobile table .price .discounted-price span{display:block}
.section-accredito .promo-mobile table .price .discounted-price span:nth-child(1) {line-height:12px;font-size:10px}
.section-accredito .promo-mobile table .price .discounted-price span:nth-child(2) {line-height:18px;font-size:18px;letter-spacing:2px;}


.section-accredito .promo-mobile .promo-item .row-2{color:#FFF;text-transform:uppercase;display:flex;min-height:130px;align-items:center;justify-content:center;text-align:center}

.section-accredito .promo-mobile .promo-item-1 .row-1 a{color:#d72610}
.section-accredito .promo-mobile .promo-item-2 .row-1 a{color:#d0932c}
.section-accredito .promo-mobile .promo-item-3 .row-1 a{color:#000}
.section-accredito .promo-mobile .promo-item-4 .row-1 a{color:#f39535}
.section-accredito .promo-mobile .promo-item-4 .row-1 img { padding-bottom: 15px; }
.section-accredito .promo-mobile .promo-item-4 .row-2 {}

.section-accredito .promo-mobile .promo-item .row-2 .first{display:block;font-size: 28px;font-weight:bold}

.section-accredito .promo-mobile .promo-item .row-1{text-align:center;height:210px}
.section-accredito .promo-mobile .promo-item .row-1 img{margin:0 auto;}
.section-accredito .promo-mobile .promo-item .row-1 a{font-size:20px;line-height:22px;font-weight:bold;text-transform:uppercase;}

.section-accredito .promo-mobile .promo-item-1 .row-2 table .tr-1,
.section-accredito .promo-mobile .promo-item-1 .row-2 table .tr-2,
.section-accredito .promo-mobile .promo-item-1 .row-2 table .tr-3,
.section-accredito .promo-mobile .promo-item-1 .row-2 table .tr-4
{background:#d72610}

.section-accredito .promo-mobile .promo-item-2 .row-2 table .tr-1,
.section-accredito .promo-mobile .promo-item-2 .row-2 table .tr-2,
.section-accredito .promo-mobile .promo-item-2 .row-2 table .tr-3,
.section-accredito .promo-mobile .promo-item-2 .row-2 table .tr-4
{background:#b3b3b3}

.section-accredito .promo-mobile .promo-item-3 .row-2 table .tr-1,
.section-accredito .promo-mobile .promo-item-3 .row-2 table .tr-2,
.section-accredito .promo-mobile .promo-item-3 .row-2 table .tr-3,
.section-accredito .promo-mobile .promo-item-3 .row-2 table .tr-4
{background:#000}

.section-accredito .promo-mobile .promo-item-4 .row-2 table .tr-1 *,
.section-accredito .promo-mobile .promo-item-4 .row-2 table .tr-2 *,
.section-accredito .promo-mobile .promo-item-4 .row-2 table .tr-3 *,
.section-accredito .promo-mobile .promo-item-4 .row-2 table .tr-4 *
{color:#000!important}

.section-accredito .promo-mobile .promo-item .row-2 table .tr-5 .lbl-x,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-6 .lbl-x,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-7 .lbl-x,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-8 .lbl-x
{color:#000}

.section-accredito .promo-mobile .promo-item .row-2 table .tr-5 .td-value span,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-6 .td-value span,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-7 .td-value span,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-8 .td-value span
{color:#34b386;font-weight:bold;font-size:18px;line-height:20px;padding-top:10px;display:block;}


.section-accredito .promo-mobile .promo-item .row-2 table .tr-5 .td-value img,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-6 .td-value img,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-7 .td-value img,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-8 .td-value img
{width:30px;margin-top:10px;}

.section-accredito .promo-mobile .promo-item .row-2 table .tr-1 .td-label span,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-2 .td-label span,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-3 .td-label span,
.section-accredito .promo-mobile .promo-item .row-2 table .tr-4 .td-label span
{display:block}

.section-accredito .promo-mobile .promo-item .row-2 table .tr-1 .td-label .lbl-x span:nth-child(2),
.section-accredito .promo-mobile .promo-item .row-2 table .tr-2 .td-label .lbl-x span:nth-child(2),
.section-accredito .promo-mobile .promo-item .row-2 table .tr-3 .td-label .lbl-x span:nth-child(2),
.section-accredito .promo-mobile .promo-item .row-2 table .tr-4 .td-label .lbl-x span:nth-child(2)
{font-size:14px!important;line-height:16px;}


.section-accredito .promo-mobile .promo-item .row-2 table{border-collapse:collapse;}
.section-accredito .promo-mobile .promo-item .row-2 table,
.section-accredito .promo-mobile .promo-item .row-2 table tbody,
.section-accredito .promo-mobile .promo-item .row-2 table tr,
.section-accredito .promo-mobile .promo-item .row-2 table tr td{display:block;width:100%}
.section-accredito .promo-mobile .promo-item .row-2 table tr{border:1px solid #DDD;padding:10px;min-height:130px;}
.section-accredito .promo-mobile .promo-item .row-2 table tr{text-align:center;}
.section-accredito .promo-mobile .promo-item .row-2 table td{text-align:center;}
.section-accredito .promo-mobile .promo-item .row-2 table tr td:nth-child(1){font-weight:bold;font-size:20px;line-height:22px;padding-bottom:10px;}
.section-accredito .promo-mobile .promo-item .row-2 table tr td:nth-child(2){text-transform:uppercase;}
.section-accredito .promo-mobile .promo-item .row-2 table tr td img{margin:0 auto;}

@media only screen and (min-width: 992px) {
    .section-accredito .promo-desktop,
    .section-accredito .promo-desktop,
    .section-accredito .promo-desktop
    {display:block}
}

@media only screen and (min-width: 0) and (max-width: 991px) {
    .section-accredito .promo-desktop{display:none}
}

/* MD */
.section-accredito .promo-mobile{display:none;}
@media only screen and (min-width: 0) and (max-width: 991px) {
    .section-accredito .promo-mobile,
    .section-accredito .promo-mobile,
    .section-accredito .promo-mobile
    {display:flex}
	.section-accredito .promo-mobile > .subtitle { margin-bottom: 20px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-accredito .promo-mobile > #redPanda,
	.section-accredito .promo-mobile > .subtitle { margin-right: 50%; width: 50%; }
	.section-accredito .promo-mobile > .subtitle { margin-bottom: 10px; }
}

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-accredito .promo-mobile .promo-item{width:50%;margin-bottom:30px}
    .section-accredito .promo-mobile .promo-item .row-3 table tr{border:1px solid #DDD;padding:10px;min-height:100px;}
}

/* XS */
@media only screen and (min-width: 0) and (max-width: 575px) {
    .section-accredito .promo-mobile .promo-item{width:100%;margin-bottom:30px}
    .section-accredito .promo-mobile .promo-item .row-3 table tr{border:1px solid #DDD;padding:10px;min-height:100px;font-size:20px}
}

/* .section-accredito .promo-desktop  table .tr-1 td a{font-size:20px;line-height:22px;font-weight:bold;text-transform:uppercase;}
.section-accredito .promo-desktop table .tr-1 .td-2 a{color:#ADE9EC}
.section-accredito .promo-desktop table .tr-1 .td-3 a{color:#d0932c}
.section-accredito .promo-desktop table .tr-1 .td-4 a{color:#000}
.section-accredito .promo-desktop table .tr-1 .td-5 a{color:#000}
.section-accredito .promo-desktop table .tr-2 td{padding:10px}
.section-accredito .promo-desktop table .tr-2 .td-2,
.section-accredito .promo-desktop table .tr-2 .td-3,
.section-accredito .promo-desktop table .tr-2 .td-4,.section-accredito table .tr-2 .td-5{padding:10px 0;font-size:28px;text-align:center;color:#FFF;font-weight:bold}
.section-accredito .promo-desktop table .tr-2 .td-2,.section-accredito table .tr-3 .td-2{background:#ADE9EC}
.section-accredito .promo-desktop table .tr-2 .td-3,.section-accredito table .tr-3 .td-3{background:#d0932c}
.section-accredito .promo-desktop table .tr-2 .td-4{background:#000;color:#FFF}
.section-accredito .promo-desktop table .tr-2 .td-5{background:#FFF;color:#000}
.section-accredito .promo-desktop table .tr-3 td{font-size:16px;line-height:18px;text-transform:uppercase;padding:10px;text-align:center;color:#FFF;font-weight:bold;}
.section-accredito .promo-desktop table .tr-3 td span{display:block;padding-top:10px;font-size:20px;line-height:22px;} */


/*
========
JSSOCIAL
========
*/
.social .jssocials-shares{padding:20px 0 30px 0;} 
.social .jssocials-shares .jssocials-share i{display:none}
.social .jssocials-shares{text-align:right}
.social .jssocials-shares .jssocials-share{display:inline-block;}
.social .jssocials-shares .jssocials-share a{width:25px;height:25px;margin-right:15px;display:inline-block;}
.social .jssocials-share-twitter a{background:url("../images/css/2022/twitter.svg") no-repeat center center;}
.social .jssocials-share-facebook a{background:url("../images/css/2022/facebook.svg") no-repeat center center;}
.social .jssocials-share-pinterest a{background:url("../images/css/2022/pinterest.svg") no-repeat center center;}

.social .jssocials-share-twitter a:hover{background:url("../images/css/2022/twitter_h.svg") no-repeat center center;}
.social .jssocials-share-facebook a:hover{background:url("../images/css/2022/facebook_h.svg") no-repeat center center;}
.social .jssocials-share-pinterest a:hover{background:url("../images/css/2022/pinterest_h.svg") no-repeat center center;}


.social2{position:absolute;z-index:99999;top:240px;right:0;width:40px;}
.viewport-xxs-xs-sm .social2{top:150px;}
.social2 .jssocials-shares{} 
.social2 .jssocials-shares .jssocials-share i{display:none}
.social2 .jssocials-shares{text-align:right}
.social2 .jssocials-shares .jssocials-share{display:block;background:rgba(29,29,27,.6);height:40px;width:40px;margin-bottom:20px;padding:10px;box-sizing:border-box;}
.social2 .jssocials-shares .jssocials-share a{display:block;height:20px;width:20px;}
.social2 .jssocials-shares .jssocials-share.jssocials-share-twitter{margin-bottom:0}

.social2 .jssocials-share-facebook a{background:url("../images/css/2022/facebook_white.svg") no-repeat center center;}
.social2 .jssocials-share-twitter a{background:url("../images/css/2022/twitter_white.svg") no-repeat center center;}



.social2 .jssocials-share-facebook a:hover{background:url("../images/css/2022/facebook_h.svg") no-repeat center center;}
.social2 .jssocials-share-twitter a:hover{background:url("../images/css/2022/twitter_h.svg") no-repeat center center;}

/*PULSANTE ACCREDITO */
.social2 > a{background:url("../images/css/2022/btn-accreditation-ita.png") no-repeat center center;height:170px;width:40px;text-indent:-999px;overflow:hidden;display:block;margin-top:20px}
.BDY_LYT_26555 .social2 > a{background:url("../images/css/2022/btn-accreditation-eng.png") no-repeat center center;height:170px;width:40px;text-indent:-999px;overflow:hidden;display:block;margin-top:20px}

/**/
.social2 > a{display:none!important}
