/* CSS FRAMEWORK
versione 3.0 by Nic - http://www.enneb.com/

-------------------------------------------------------------
-------------------------------------------------------------
	background-image: url(../img/xxx.png);
	_background-image: url(../common/img/transparent.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/xxx.png", sizingMethod="crop");
	background-repeat: no-repeat;
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

pre {
padding: 15px;
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}
/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; width: auto !important; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

:focus {
outline: 0;
}
/* bicubic resizing for non-native sized IMG:*/
.ie7 img { -ms-interpolation-mode: bicubic; }
.clearer {
     visibility: hidden;
     display: block;
     font-size: 0;
     clear: both;
     height: 0;
     }

/* Heading kerning pairs and ligatures */
h1, h2, h3 { text-rendering: optimizeLegibility; }

/* END RESET CSS */

#infocontent {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -900px;
	left: -900px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 10px;
}

#infocontent ul li {
	list-style-type: none;
}

#infocontent h3 a,
#infocontent ul li a {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* -------- STILI PROGETTO ------- */
:root {
    --primary: #B11D37;
    --secondary: #8C7F56;
    --black: #04070D;
    --gray-dark: #444;
    --white: #F2F2F2;
}


::selection {
    background: var(--primary);
	color: #fff;
}
::-moz-selection {
    background: var(--primary);
	color: #fff;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 600ms;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
}

#loader.nascosto {
	opacity: 0;
	z-index: -100;
}

#loader .logo {
    height: 45px;
    width: 260px;
    background: url(../img/logo-sm.png) no-repeat center / contain;
    position: relative;
    top: calc(50% - 22px);
    margin: 0 auto;
    opacity: 1;
    transition: all 600ms;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
}

#loader.nascosto .logo {
    opacity: 0;
}

#privacySlider {
    background-color: var(--primary);
    color: #fff;
    position: fixed;
    z-index: 1022;
    width: 100%;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    bottom: 0;
    height: auto;
    min-height: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    line-height: 150%;
    font-size: 13px;
    font-variant: normal;
    border-radius: 0;
	padding: 15px;
	display: none;
}

#privacySlider a {
    color: #fff;
    text-decoration: underline;
	font-weight: bold;
}

#privacySlider a:hover {
    text-decoration: none;
}

#privacySlider a#cookieBtn {
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    display: inline-block;
    color: var(--primary);
    background-color: #fff;
	font: bold 14px Arial;
}

#privacySlider a#cookieBtn:hover {
    color: #333;
}

body {
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    
	font-weight: 400;
    
    background: #fff;

	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.serif {
    font-family: 'Merriweather', serif;
}

img:not([src]) {
    visibility: hidden; /* nascondo bordo su img senza 'src' */
}


.img-full {
    width: 100%;
    height: auto;
    display: block;
}


/* -------- RESET BOOSTRAP ------- */
.card {
    border: 0;
    border-radius: 0;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}


.d-none {
    display: none;
}
.d-block {
    display: block;
}

.arrow-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.arrow-icon g {
    stroke: var(--primary);
}

.arrow-icon--circle {
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

button:hover .arrow-icon,
a:hover .arrow-icon {
  -webkit-transform: translate3d(2px, 0, 0);
          transform: translate3d(2px, 0, 0);
}

button:hover .arrow-icon--circle,
a:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.arrow-label {
    font-size: 12px;
    display: block;
}


/* -------- NAVBAR ------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    color(--gray-dark);
}

#alerts {
    background-color: var(--primary);
}

#alerts .col-sm-12 {
    min-height: 0;
}

#alerts .alert {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 35px;
    border-radius: 2px;
    width: 100%;
    font-size: 12px;
    color: #666;
    box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
    margin: 10px 0 15px;
}

#alerts .alert i.bell {
    position: absolute;
    top: calc(50%  - 8px);
    left: 10px;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    background: url(../img/bell.png) no-repeat center / 100%;
    -webkit-animation: ring 4s 15s ease-in-out infinite;
    -webkit-transform-origin: 50% 0px;
    -moz-animation: ring 4s 15s ease-in-out infinite;
    -moz-transform-origin: 50% 0px;
    animation: ring 4s 15s ease-in-out infinite;
    transform-origin: 50% 0px;
}

#alerts .alert a {
    padding-left: 10px;
    color: #666;
    text-decoration: none;
    border-left: 1px solid #eee;
    display: inline-block;
}

#alerts .alert a strong {
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

#alerts .alert a .link {
    margin-left: 10px;
    display: inline-block;
    color: var(--primary);
}


#alerts .alert a.close-alert {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    display: inline-block;
    padding: 0;
    border-radius: 50px;
    background: #eee url(../img/clear.png) no-repeat center / 8px;
    border: 0;
}

#alerts .alert a.close-alert:hover {
    background-color: #dcdcdc;
}


.navbar.home.floating {
    top: 15px;
    width: calc(100% - 30px);
    max-width: 1170px;
}

.navbar {
    min-height: 50px;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    border-radius: 0;
    
    background-color: rgba(255, 255, 255, 0.87);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 11px 20px rgba(0,0,0,0.05);
}

.navbar .container {
    display: block;
    width: 100%;
}

.navbar .brand {
    text-indent: -999em;
    height: 40px;
    width: 222px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    background: url(../img/logo-sm.png) no-repeat left center / contain;
}

.navbar #brand {
    display: block;
    height: 37px;
    width: auto;
}

.navbar #brand svg {
    display: block;
    width: auto;
    height: 100%;
    fill: var(--primary);
}

.navbar #brand svg .cdv {
    fill: var(--black);
}

#hamburger_menu {
    display: inline-block;
    float: right;
    opacity: 1;
    margin-top: 0;
    z-index: 1200;
    width: 27px;
    height: 20px;
    transform: rotate(0deg);
    transition: .5s  cubic-bezier(0.4, 0.0, 0.2, 1);
    cursor: pointer;
}

#close_menu {
    display: block;
    opacity: 1;
    z-index: 1200;
    width: 30px;
    height: 25px;
    transform: rotate(0deg);
    transition: .5s  cubic-bezier(0.4, 0.0, 0.2, 1);
    cursor: pointer;
    margin-left: auto;
    margin-bottom: 40px;
}

#hamburger_menu span,
#close_menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--gray-dark);
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

#close_menu span {
    background-color: var(--primary);
}

#hamburger_menu:hover span {
    background: var(--primary);
}

#close_menu:hover span {
    background: var(--primary);
}

#hamburger_menu span:nth-child(1) {
    top: 0px;
}

#hamburger_menu span:nth-child(2) {
    top: 8px;
}

#hamburger_menu span:nth-child(3) {
    top: 16px;
}

#hamburger_menu.open span:nth-child(1),
#close_menu span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
}

#hamburger_menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#hamburger_menu.open span:nth-child(3),
#close_menu span:nth-child(2) {
    top: 8px;
    transform: rotate(-135deg);
}

#mobile_navbar {
    position: fixed;
    top: 0;
    right: -100%;
    overflow-y: auto;
    width: 320px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px 25px;
    z-index: 1500;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

#mobile_navbar.in {
    right: 0;
}


#mobile_navbar .caret {
    display: none;
}

#mobile_navbar .navbar-nav {
    margin: 0;
}

#mobile_navbar .navbar-nav li {
    margin: 0;
    display: inline-block;
    width: 100%;
}

#mobile_navbar .navbar-nav li + li {
    margin-top: 18px;
}

#mobile_navbar .navbar-nav li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--gray-dark);
    line-height: 100%;
    padding: 0;
}

#mobile_navbar .navbar-nav li.active:not(.menu-item-has-children) a, 
#mobile_navbar .navbar-nav li a:hover {
    background-color: transparent;
    color: var(--primary);
}

#mobile_navbar .navbar-nav li.active:not(.menu-item-has-children) a {
    font-weight: 700;
}

#mobile_navbar .navbar-nav li.dropdown {}

#mobile_navbar .navbar-nav li.dropdown > a {
    /*display: none;*/
}

#mobile_navbar .navbar-nav li.dropdown .dropdown-toggle {
    pointer-events: none;
}

#mobile_navbar .navbar-nav li.dropdown a {
    background-color: transparent;
}

#mobile_navbar .navbar-nav li.dropdown .dropdown-menu {
    position: relative !important;
    box-shadow: none;
    display: block !important;
    border: 0;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 7px;
    transform: translate(0) !important;
    background: transparent;
    border-radius: 0;
}

#mobile_navbar .navbar-nav li.dropdown .dropdown-menu li {
    margin: 7px 0;
    padding-left: 1em;
}

#mobile_navbar .navbar-nav li.dropdown .dropdown-menu li a {
    white-space: normal;
    font-size: 16px;
}

#mobile_navbar .navbar-nav.mobile-help {
    margin: 24px 0;
    padding: 12px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#mobile_navbar .navbar-nav.mobile-help li a {
    font-size: 14px;
    padding: 0;
}


#mobile_navbar #switcher_mobile {}

#mobile_navbar #switcher_mobile ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #efefef;
}

#mobile_navbar #switcher_mobile ul li {
    display: block;
    line-height: 100%;
}

#mobile_navbar #switcher_mobile ul li + li {
    margin-left: 0.6em;
}

#mobile_navbar #switcher_mobile ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-dark);
    line-height: 100%;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#mobile_navbar #switcher_mobile ul li a.current {
    color: var(--primary);
    font-weight: 700;
    pointer-events: none;
}

#mobile_navbar #switcher_mobile ul li a:hover {
    color: var(--primary);
    text-decoration: underline;
}

#mobile_navbar .navbar-social {
	text-align: right;
    list-style: none;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

#mobile_navbar .navbar-social li {
    display: inline-block;
    margin: 0 5px;
}

#mobile_navbar .navbar-social li {
    display: inline-block;
    margin: 0 5px;
}

#mobile_navbar .navbar-social li:last-child {
    margin-right: 0;
}

#mobile_blurry {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    z-index: -100;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

#mobile_blurry.in {
    z-index: 99;
    opacity: 1;
    pointer-events: all;
}

.share-buttons {
}

.share-buttons li {
    display: inline-block;
}

.visible-mobile {
    display: inline-block;
}

.share-buttons li .nwi,
.navbar-social li .nwi {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/icons-social.svg) no-repeat 0 0 / auto 32px;
}

.share-buttons li a .nwi,
.navbar-social li a .nwi {
    will-change: opacity;
    transition: opacity .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

.share-buttons li a:hover .nwi,
.navbar-social li a:hover .nwi {
    opacity: 0.75;
}

.share-buttons li .nwi.nwi-facebook,
.navbar-social li .nwi.nwi-facebook {
    background-position-x: 0px;
}

.share-buttons li .nwi.nwi-twitter,
.navbar-social li .nwi.nwi-twitter {
    background-position-x: -40px;
}

.navbar-social li .nwi.nwi-instagram {
    background-position-x: -77px;
}

.navbar-social li .nwi.nwi-youtube {
    background-position-x: -114px;
}

.navbar-social li .nwi.nwi-telegram {
    background-position-x: -303px;
}

.share-buttons li .nwi.nwi-messenger,
.navbar-social li .nwi.nwi-messenger {
    background-position-x: -151px;
}

.share-buttons li .nwi.nwi-share {
    background-position-x: -260px;
}

.share-buttons li .nwi.nwi-whatsapp {
    background-position-x: -189px;
}

.navbar-social li .nwi.nwi-spotify {
    background-position-x: -340px;
}

.glyphicon {
    font-family: inherit;
}




.cicognaz {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    color: #fff;
    width: 62px;
    height: 62px;
    text-align: center;
    border-radius: 50px;
    background: #121212 url(../img/icon-edit.svg) no-repeat center / 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.cicognaz .post-edit-link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 62px;
}


/* -------- PAGE ------- */
#page_wrapper {
    margin-top: 0;
    list-style-position: inside;
   /* -webkit-transition: margin .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: margin .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: margin .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: margin .25s  cubic-bezier(0.4, 0.0, 0.2, 1);*/
}

#intro.home {
    /*height: calc(100vh - 125px);
    max-height: 900px;
    min-height: 520px;*/
    background-color: #fff;
    overflow: hidden;
}

#intro.home .swiper-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}

#intro.home .swiper-slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    max-height: 100%;
    background: #fff none no-repeat center;
    overflow: hidden;
}

#intro.home .swiper-slide .hero_img {
	display: block;
	width: 130%;
	height: auto;
	position: relative;
	left: -15%;
}

#intro.home .swiper-slide .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.2)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#intro.home .swiper-slide .item-body {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    z-index: 2;
    /*top: 0;
    left: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}

#intro.home .swiper-slide .item-body,
#intro.home .swiper-slide .item-body:hover
#intro.home .swiper-slide .item-body:focus {
    text-decoration: none;
    outline: 0;
}

#intro.home .swiper-slide .item-body .tt {
    font-size: 36px;
    margin-bottom: 10px;
}

#intro.home .swiper-slide .item-body .txt {
    font-weight: 400;
    line-height: 120%;
    font-size: 16px;
}


#intro.home #next_events_home {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 0;
    /*border-radius: 5px 5px 0 0;*/
    border-radius: 0px;
}

#intro.home #next_events_home .next-event-home {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

#intro.home #next_events_home .next-event-home a {
    color: #666;
    text-align: center;
}

#intro.home #next_events_home .next-event-home a:hover,
#intro.home #next_events_home .next-event-home a:focus {
    color: var(--primary);
    text-decoration: none;
    outline: 0;
}

#intro.home #next_events_home .next-event-home .next-event-home-bg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    -webkit-transition: all .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .5s cubic-bezier(0.4, 0.0, 0.2, 1);
/*
    -webkit-transition-property: box-shadow, transform;
    -moz-transition-property: box-shadow, transform;
    -o-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
*/
    
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 40px;
    left: 36px;
    background-color: var(--primary);
    transform: scale(0);
}

#intro.home #next_events_home .next-event-home:hover .next-event-home-bg {
/*
    transform: scale(1.02);
    background-color: #fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.04), 0 15px 12px rgba(0,0,0,0.04);
*/
    transform: scale(40);
}

#intro.home #next_events_home .next-event-home .next-event-home-body {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    min-height: 100px;
    color: #333;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 15px;
}

#intro.home #next_events_home .next-event-home .next-event-home-body .ev-date {
    display: inline-block;
    text-align: center;
    background-color: var(--primary);
    font-weight: 700;
    text-align: center;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    float: left;
    color: #fff;
    border-radius: 50px;
    
    -webkit-transition: all .40s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all .40s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all .40s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .40s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#intro.home #next_events_home .next-event-home:hover .next-event-home-body .ev-date {
    background-color: #fff;
    color: var(--primary);
}

#intro.home #next_events_home .next-event-home .next-event-home-body .ev-date .ev-day {
    display: block;
    margin-top: 9px;
    font-size: 26px;
    line-height: 100%;
    font-weight: 700;
}

#intro.home #next_events_home .next-event-home .next-event-home-body .ev-date .ev-month {
    display: block;
    font-size: 13px;
    margin-top: 2px;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 1px;
}

#intro.home #next_events_home .next-event-home .next-event-home-body .ev-title {
    display: inline-block;
    width: calc(100% - 75px);
    max-height: 75px;
    
    -webkit-transition: all .40s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all .40s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all .40s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .40s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#intro.home #next_events_home .next-event-home:hover .next-event-home-body .ev-title {
    color: #fff;
}

#intro.home #next_events_home .next-event-home.see-all {}

#intro.home #next_events_home .next-event-home.see-all .next-event-home-body {
    cursor: default;
    justify-content: center;
}

#intro.home .item-wrapper,
#intro.home .item-wrapper .container,
#intro.home .item-wrapper .row,
#intro.home .item-wrapper .wooow {
	position: relative;
	height: 100%;
}


#intro.home .hero_wrapper {
	background-color: rgba(255,255,255,0.85);
	padding: 25px 0;
	text-align: left;
	font-size: 16px;
	color: #000;
	line-height: 130%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	width: 100%;
}

#intro.home .hero_wrapper h2 {
	color: var(--primary);
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

#intro.home .hero_wrapper a {
	background-color: var(--primary);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 12px;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#intro.home .hero_wrapper a:hover {
	text-decoration: none;
	background-color: #d4002a;
}


/* -------- SWIPER KUMQUAT ------- */
#kumquat {
    width: 100%;
    height: auto;
    display: block;
}

#kumquat .swiper-container {
    width: 100%;
    height: auto;
    display: block;
}

#kumquat .swiper-slide {
    height: auto;
}

#kumquat .slide-content {
    padding: 130px 0 100px;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#kumquat .swiper-slide .figure {
    margin-bottom: 25px;
    pointer-events: none;
    display: block;
}

#kumquat .swiper-slide .figure .img-fluid {
    display: block;
}

#kumquat .swiper-slide .tt {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 15px;
    /*text-transform: uppercase;*/
}

#kumquat .swiper-slide .txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 15px;
}

#kumquat .swiper-slide .moreBtn {
    margin-top: 25px;
    display: inline-block;
    background: #fff;
    text-align: center;
    min-width: 140px;
    padding: 14px 26px;
    line-height: 100%;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#kumquat .swiper-slide .moreBtn:hover {
    filter: brightness(90%);
    text-decoration: none;
}

#kumquat .swiper-slide .figure-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: no-repeat center / cover;
}

#kumquat .swiper-slide .figure-bg:not(.no-blur) {
    opacity: 0.2;
    filter: blur(4px);
}

#kumquat .slide-2022 {
    position: relative;
    background-color: #35A5B1;
    padding-bottom: 25px;
}

#kumquat .slide-2022 .figure-mb-2022 {
    margin-top: 75px;
    width: 100%;
    height: 0;
    padding-top: 156%;
    display: block;
    background: no-repeat center / contain;
    margin-bottom: 10px;
}

#kumquat .slide-2022 a#fake_btn {
    display: inline-block;
    background-color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    padding: 15px;
    width: 100%;
}

#kumquat .slide-2022 a#fake_btn:hover {
    background-color: #d39874;
    text-decoration: none;
}

#kumquat .slide-poster {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

#kumquat .slide-poster .figure-main {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 150%;
    margin: 50px auto 30px !important;
}

#kumquat .slide-poster .figure-main .img-contain,
#kumquat .slide-poster .figure-bg-blurred,
#kumquat .slide-poster .figure-bg-blurred .img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

#kumquat .slide-poster .figure-main .img-contain {
    object-fit: contain;
}

#kumquat .slide-poster .figure-bg-blurred {
    opacity: 0.8;
    filter: blur(4px);
    transform: scale(1.05);
}

#kumquat .slide-poster .slide-cover-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}


/* -------- GRIGLIA HOME ------- */
#home_gird {}

#home_grid h2.page-title {
    margin-bottom: 20px;
}

.article {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    /*border-radius: 5px;*/
    overflow: hidden;
}

.article:focus,
.article:hover {
    text-decoration: none;
    outline: none;
}

.article .card {
    -webkit-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

.article:focus *,
.article:hover * {
    text-decoration: none;
}

.article figure {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    background: #fefefe no-repeat center / cover;
}

.article figure img {
    margin: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article .card {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 0 0;
    display: block;
    z-index: 99;
	background-color: transparent;
}

.article.evidenza .card {
    height: auto;
    padding: 30px;
}

.article.evidenza .card .exc {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.article .card .category {
    font-weight: 700;
    color: var(--primary);
    display: block;
    margin-bottom: 20px;
}

.article .card .title {
    font-weight: 600;
    color: var(--gray-dark);
    font-size: 17px;
    display: inline-block;
	line-height: 130%;
}

.article-blog .card .title {
    font-weight: 600;
}

.article:hover .card .title {
    color: var(--primary);
}

.article .card .date {
    font-size: 12px;
    color: #666;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.article.evidenza .card .date {
    top: 30px;
    bottom: auto;
    left: auto;
    right: 30px;
}

.article .card .read_more {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.article.evidenza .card .read_more {
    bottom: 30px;
    right: 30px;
}


/* -------- BANNER + FOOTER ------- */
#banner {
    margin-top: 45px;
    height: 500px;
    width: 100%;
    display: block;
}

#banner .item {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
    background: #fff no-repeat center / cover;
}

#banner .item .banner-txt {
    color: #fff;
    display: block;
    font-size: 28px;
    margin: auto;
    font-weight: 400;    
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2)
}

#banner .item .banner-txt .hashtag {
    color: #fff;
    display: inline-block;
    padding: 20px 15px;
    background: rgba(0, 0, 0, 0.5);
}

#banner .item .banner-txt .hashtag strong {
    font-weight: 700;
}

#banner .item .banner-txt strong {
    color: var(--primary);
    font-weight: 400;
}

#banner .item .banner-txt p {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4)
}


#banner .item .button,
#banner .item .button:focus {
    color: #fff;
    margin: 30px auto 0;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 2px;
    background-color: var(--primary);
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.02);
}

#banner .item .button:hover {
    text-decoration: none;
    background-color: var(--primary);
}

#sponsor {
    padding: 30px 0;
    background-color: #fff; 
    display: block;
    width: 100%;
}

#sponsor [class^="col-"]:first-child {
    border-right: 1px solid #ddd;
}

#partner,
#main_sponsor {
    display: inline-block;
    width: 100%;
    padding: 15px 45px;
}

#partner .swiper-slide a,
#main_sponsor .swiper-slide a {
    display: inline-block;
    width: 100%;
}

#partner .swiper-slide a {
    position: relative;
    height: 0;
    padding-top: 62.5%;
}

#partner .swiper-slide a > .img-responsive {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

footer {
    display: block;
    width: 100%;
    background-color: var(--primary);
    padding: 30px 0;
    color: #fff;
}

footer a {
    color: #fff;
}

footer #colphon h6 {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    margin-bottom: 50px;
}

footer #colphon .event-by {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

footer #colphon h4 {
    text-indent: -900em;
    background: url(../img/logo_vela_footer.png) no-repeat center / 100%;
    width: 90px;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 15px;
    filter: brightness(500%);
    -webkit-filter: brightness(500%);
}

footer #colphon h5 {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 30px;
	color: #fff;
}

footer #colphon h2 {
	font-weight: normal;
	font-style: normal;
}

footer #colphon h2 a {
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

footer #colphon h2 a:hover {
	text-decoration: underline;
	color: #666;
}

footer #accessibile,
footer #menu_footer {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

footer #accessibile {
    margin-bottom: 5px;
}

footer #accessibile ul,
footer #menu_footer ul {
    width: 100%;
    display: inline-block;
    text-align: center;
}

footer #menu_footer ul li {
    display: inline-block;
    margin: 5px 3px;
}

footer #accessibile ul li a:focus,
footer #accessibile ul li a,
footer #menu_footer ul li a:focus,
footer #menu_footer ul li a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    background-color: transparent;
    border-radius: 2px;
    font-weight: 700;
    min-width: 155px;
    border: 1px solid currentColor;
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

footer #accessibile ul li a:hover,
footer #menu_footer ul li a:hover {
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.02);
}

footer #menu_footer ul #liEdizioni {
    position: relative;
}

footer #menu_footer ul #liEdizioni ul.dropdown-menu {
    display: none;
    width: 155px;
    min-width: auto;
    max-height: 150px;
    overflow-y: auto;
    background-color: #fff;
}

footer #menu_footer ul #liEdizioni ul.dropdown-menu.show {
    display: block;
}

footer #menu_footer ul #liEdizioni.open > ul.dropdown-menu {
    display: inline-block;
}

footer #menu_footer ul #liEdizioni ul.dropdown-menu li {
    float: left;
    display: inline-block;
    margin-right: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

footer #menu_footer ul #liEdizioni ul.dropdown-menu li a {
    width: 100%;
    min-width: auto;
    color: var(--primary);
    background: transparent;
}

footer #menu_footer ul #liEdizioni ul.dropdown-menu li a:hover {
    box-shadow: none;
    color: var(--primary);
    background: transparent;
}

footer .logocomune,
footer .logovela,
footer .figure1600 {
    width: 130px;
    height: auto;
    display: block;
    margin: auto;
}

footer .logo-footer {
	margin: auto; 
    display: inline-block;
}


footer .logocomune svg,
footer .logovela svg,
footer .figure1600 svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #fff;
}

/* -------- EVENTS ------- */
#ev_list {
    margin-top: 50px;
}
	

/* -------- EVENTS ------- */
#single_events,
single_post {}

#single_post #intro.single-post,
#single_events #intro.single-events {
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
    overflow-x: hidden;
}

#single_post #intro.single-post #post-cover-eff, 
#single_events #intro.single-events #event-cover-eff {
    display: none;
}

#single_post #intro.single-post .blurred,
#single_events #intro.single-events .blurred {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
	height: 100vh;
    display: inline-block;
    background: no-repeat center / cover;
    transform: scale(1.1 , 1);
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

#single_post #intro.single-post .smoke,
#single_events #intro.single-events .smoke {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
	height: 100%;
    display: inline-block;
    background: rgba(241,241,243,0);
    transform: scale(1.1);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(241,241,243,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

#single_post .nopadmob,
#single_events .nopadmob {
    padding: 0;
    margin-top: -10px;
}

.breadcrumbs {
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    margin-top: 50px;
    width: 100%;
    padding: 15px 0;
    display: none;
}

.breadcrumbs li {
    display: inline-block;
    float: left;
}

.breadcrumbs li + li:before {
    content: "›";
    display: inline-block;
    color: #fff;
    padding-right: 5px;
}

.breadcrumbs li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.page .breadcrumbs li a,
.blog .breadcrumbs li a,
.carnevale-metropolitano .breadcrumbs li a {
    text-shadow: none;
}

.breadcrumbs li a:hover {
    color: #ddd;
}

.breadcrumbs li.current a {
    pointer-events: none;
}

#single_post #intro.single-post .post-cover,
#single_events #intro.single-events .events-cover {
    aspect-ratio: 16 / 10;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: auto !important;
    max-height: 100% !important;
    margin-top: 60px;
    display: block;
/*    border-radius: 5px;*/
/*    background: no-repeat center / cover;*/
}

#single_post #intro.single-post .blurred,
#single_post #intro.single-post .smoke,
#single_post #intro.single-post .post-cover,
#single_events #intro.single-events .blurred,
#single_events #intro.single-events .smoke,
#single_events #intro.single-events .events-cover {
    max-height: 200px;
}

#single_post .main-content,
#single_events .main-content {
    padding: 0;
}

#single_post .sheet,
#single_events .sheet {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    background-color: #fff;
}

#single_post .sheet .post-info-box,
#single_events .sheet .event-info-box {
    width: 100%;
    color: #fff;
    padding: 30px;
    background-color: var(--primary);
    display: inline-block;
}

#single_post .sheet.sheet-live-full .post-info-box {
    padding: 0;
}

#single_events .sheet .event-info-box .ev-date {
    display: block;
    background-color: #fff;
    color: var(--primary);
    width: 100px;
    height: 100px;
    text-align: center;
    font-weight: 700;
    position: relative;
    top: -50px;
    left: 0;
	margin-top: 0;
	margin-bottom: -35px;
}

#single_events .sheet .event-info-box .ev-date .ev-textual-day {
    padding-top: 13px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

#single_events .sheet .event-info-box .ev-date .ev-day {
    display: block;
    padding-top: 0px;
    font-size: 38px;
    line-height: 100%;
    font-weight: 700;
}

#single_events .sheet .event-info-box .ev-date .ev-month {
    display: block;
    font-size: 15px;
    margin-top: 7px;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 1px;
}

#single_post .sheet .post-info-box .post-title,
#single_events .sheet .event-info-box .ev-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 20px;
}

#single_events .sheet .event-info-box .ev-details {
    display: inline-block;
} 

#single_events .sheet .event-info-box .ev-hour {
    color: #fff;
    margin-bottom: 5px;
}

#single_events .sheet .event-info-box .ev-venue {
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

#single_events .sheet .event-info-box .ev-address {
    color: #fff;
    display: inline-block;
}

#single_events .sheet .event-info-box .ev-address .ev-directions {
    color: #fff;
    font-size: 12px;
    display: block;
}

#single_events .sheet .event-info-box .share-buttons {
    margin-top: 15px;
}

#single_events .sheet .event-info-box .share-buttons li a .nwi {
    filter: grayscale(100%) brightness(1000%);
    -webkit-filter: grayscale(100%) brightness(1000%);
}

#single_post .sheet .post-content,
#single_events .sheet .event-content {
    width: 100%;
    color: var(--black);
    padding: 30px;
    display: block;
    font-size: 16px;
    line-height: 150%;
}

#single_post .sheet .post-content strong,
#single_events .sheet .event-content strong {
    color: var(--primary);
}

#single_post .sheet.sheet-live-full .post-content {
    padding: 0 0 30px;
}

#single_post .sheet .post-content h2,
#single_events .sheet .event-content h2 {
    font-size: 18px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 15px;
}

#single_post .sheet .post-content a,
#single_post .sheet .post-content a:focus,
#single_events .sheet .event-content a,
#single_events .sheet .event-content a:focus {
    color: var(--primary);
    text-decoration: underline;
}

#single_post .sheet .post-content a:hover,
#single_events .sheet .event-content a:hover {
    color: var(--primary);
    text-decoration: none;
}

#single_post .sheet .post-content ul,
#single_events .sheet .event-content ul {
    list-style-position: inside;
}

#single_post .sheet .post-content .main-txt,
#single_events .sheet .event-content .main-txt {
    margin-bottom: 45px;
}

#single_post .sheet .post-content .main-txt p + p,
#single_events .sheet .event-content .main-txt p + p {
    margin-top: 10px;
}

#single_post .sheet .post-content .post-flex,
#single_events .sheet .event-content .ev-flex {
    margin-bottom: 45px;
}

#single_post .sheet .post-content .post-flex a:focus,
#single_events .sheet .event-content .ev-flex a:focus {
    outline: none;
}

#single_post .sheet .post-content .post-flex .flex + .flex,
#single_events .sheet .event-content .ev-flex .flex + .flex {
    margin-top: 45px;
}

#single_post .sheet .post-content .post-flex .flex.flex-immagini_x2 + .flex-immagini_x2,
#single_events .sheet .event-content .ev-flex .flex.flex-immagini_x2 + .flex-immagini_x2 {
    margin-top: 30px;
}

#single_post .sheet .post-content .post-flex .flex.flex-testo,
#single_events .sheet .event-content .ev-flex .flex.flex-testo {}

#single_post .sheet .post-content .post-flex .flex.flex-testo p + p,
#single_events .sheet .event-content .ev-flex .flex.flex-testo p + p {
    margin-top: 10px;
}

#single_post .sheet .post-content .post-flex .flex.flex-video,
#single_events .sheet .event-content .ev-flex .flex.flex-video {}

#single_post .sheet .post-content .post-flex .flex.flex-video .videoWrapper,
#single_events .sheet .event-content .ev-flex .flex.flex-video .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#single_post .sheet .post-content .post-flex .flex.flex-video .videoWrapper iframe,
#single_events .sheet .event-content .ev-flex .flex.flex-video .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#single_post .sheet .post-content .post-flex .flex.flex-bottone .btnfll-w,
#single_events .sheet .event-content .ev-flex .flex.flex-bottone .btnfll-w {
    display: inline-block;
    width: 100%;
    padding: 15px;
    padding-right: 45px;
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
    position: relative;
    border-radius: 2px;
}

#single_post .sheet .post-content .post-flex .flex.flex-bottone .btnfll-w:hover,
#single_post .sheet .post-content .post-flex .flex.flex-bottone .btnfll-w:focus, 
#single_events .sheet .event-content .ev-flex .flex.flex-bottone .btnfll-w:hover,
#single_events .sheet .event-content .ev-flex .flex.flex-bottone .btnfll-w:focus {
    background-color: var(--primary);
}

#single_post .sheet .post-content .post-flex .flex.flex-bottone .btnfll-w .read_more,
#single_events .sheet .event-content .ev-flex .flex.flex-bottone .btnfll-w .read_more {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

#single_post .sheet .post-content .post-flex .flex.flex-bottone .btnfll-w .read_more .arrow-icon g,
#single_events .sheet .event-content .ev-flex .flex.flex-bottone .btnfll-w .read_more .arrow-icon g {
    stroke: #fff;
}

#single_post .sheet .post-content .post-flex .flex.flex-carousel,
#single_events .sheet .event-content .ev-flex .flex.flex-carousel {}

#single_post .sheet .post-content .post-flex .flex.flex-carousel,
#single_events .sheet .event-content .ev-flex .flex.flex-carousel {}

#single_post .sheet .post-content .post-flex .flex.flex-carousel .swiper-slide,
#single_events .sheet .event-content .ev-flex .flex.flex-carousel .swiper-slide {
    overflow: hidden;
}

#single_post .sheet .post-content .post-flex .flex.flex-carousel .swiper-pagination-bullet,
#single_events .sheet .event-content .ev-flex .flex.flex-carousel .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.5;
}

#single_post .sheet .post-content .post-flex .flex.flex-carousel .swiper-pagination-bullet-active,
#single_events .sheet .event-content .ev-flex .flex.flex-carousel .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

#single_post .sheet .post-content .post-flex .flex.flex-immagini_x2,
#single_events .sheet .event-content .ev-flex .flex.flex-immagini_x2 {
    margin-bottom: -15px;
}

#single_post .sheet .post-content .post-flex .flex.flex-immagini_x2 figure,
#single_events .sheet .event-content .ev-flex .flex.flex-immagini_x2 figure {
    margin-bottom: 15px;
}

.flex-tabella {}

.flex-tabella table {
    width: 100%;
}

.flex-accordion .tt-list {
    margin-top: 10px;
    font-size: 20px !important;
    color: #3b838a !important;
}

.flex-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    background: none;
}

.flex-accordion .btn {
    position: relative;
    padding: 15px;
    padding-right: 25px;
    color: #fff;
    background-color: var(--primary);
    border: 0;
    border-radius: 0;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.04em;
    border-top: 2px solid #fff;
    font-size: 16px;
}

.flex-accordion .btn.collapsed,
.flex-accordion .btn.collapsed:hover {
    background-color: var(--primary);
}

.flex-accordion .btn::before,
.flex-accordion .btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    width: 10px;
    height: 2px;
    display: block;
    background-color: #fff;
}

.flex-accordion .btn.collapsed::after {
    transform: rotate(90deg);
}

.flex-accordion ul {
    list-style: none;
}

.flex-accordion li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.flex-accordion li + li {
    margin-top: 5px;
}

.flex-accordion li span:nth-child(1) {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    display: inline-block;*/

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: 60px;
    padding-right: 15px;

}

.title-indicazioni {
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    color: var(--primary);
}

#single_events .sheet .event-content .ev-maps {
    position: relative;
}

#single_events .sheet .event-content .ev-maps #gmaps_iframe_wrapper,
#single_events .sheet .event-content .ev-maps #gmaps_iframe_wrapper iframe {
    height: 350px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#single_events .sheet .event-content .link-indicazioni {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

#single_events .sheet .event-content .link-indicazioni.is-iframe {
    bottom: 20px;
    left: 10px;
}

#single_events .sheet .event-content .link-indicazioni a,
#single_events .sheet .event-content .link-indicazioni a:hover,
#single_events .sheet .event-content .link-indicazioni a:focus {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    background-color: var(--primary);
    border-radius: 2px;
}
#single_events .sheet .event-content .link-indicazioni a svg g,
#single_events .sheet .event-content .link-indicazioni a:hover svg g,
#single_events .sheet .event-content .link-indicazioni a:focus svg g {
    stroke: #fff;
}

/* -------- BLOG ------- */
#load-more-waiting {
    display: none;
}

#load_more_arrow {
    margin-top: 30px;
    margin-bottom: 30px;
    transform: rotate(90deg);
    cursor: pointer;
    display: inline-block;
}

#single_post .sheet .post-info-box {
    background-color: #fff;
    position: relative;
}

#single_post .sheet .post-info-box .post-category {
    color: var(--gray-dark);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#single_post .sheet .post-info-box .post-title {
    color: var(--primary);
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
}

#single_post .sheet .post-info-box .post-date {
    color: #212121;
    font-size: 12px;
    display: inline-block;
    float: left;
}

#single_post .sheet .post-info-box .share-buttons {
    position: absolute;
    right: 30px;
    bottom: 26px;
}


/* -------- ALERTS ------- */
#single_post.single-alert {}

#single_post.single-alert .sheet .post-content {
    padding-top: 0;
}


/* -------- METROPOLITANO ------- */
.evs-carnevale-metropolitano .article .card {
    position: relative;
}

.evs-carnevale-metropolitano .article .card .ev-type {
    font-weight: 700;
    color: var(--primary);
    display: block;
    margin-bottom: 20px;
}

.evs-carnevale-metropolitano .article .card .title {
    margin-bottom: 10px;
}

.evs-carnevale-metropolitano .article .card .ev-hour {
    color: #666;
    font-size: 14px;
}

.evs-carnevale-metropolitano .article .card .ev-address {
    font-size: 12px;
    color: #666;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    font-weight: 700;
}

#single_events.single-metropolitano {}

#single_events.single-metropolitano .sheet {}

#single_events.single-metropolitano .sheet .event-info-box {
    background-color: var(--primary);
}

#single_events.single-metropolitano .sheet .event-info-box .ev-category {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#single_events.single-metropolitano .sheet .event-info-box .ev-title {
    color: #fff;
    width: 100%;
    padding-left: 0;
}

#single_events.single-metropolitano .sheet .event-info-box .ev-details {
    width: 100%;
    padding-left: 0;
}

#single_events.single-metropolitano .sheet .event-info-box .ev-details .ev-hour {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

#single_events.single-metropolitano .sheet .event-info-box .ev-details .ev-address,
#single_events.single-metropolitano .sheet .event-info-box .ev-details .ev-address .ev-directions {
    color: #fff;
}

#single_events.single-metropolitano .sheet .event-info-box .share-buttons {
    float: left;
    margin-top: 30px;
}

#single_events.single-metropolitano .sheet .event-info-box .share-buttons li a .nwi {
    filter: grayscale(100%) brightness(500%);
    -webkit-filter: grayscale(100%) brightness(500%);
}

#single_events.single-metropolitano .sheet .event-content {
/*    padding-top: 0;*/
}


/* -------- INTRO ------- */
#intro.page,
#intro.blog,
#intro.carnevale-metropolitano {
    background-color: var(--primary);
    padding-top: 30px;
    margin-bottom: 30px;
}
#intro.page .breadcrumbs li a,
#intro.blog .breadcrumbs li a,
#intro.carnevale-metropolitano .breadcrumbs li a {
    color: #fff;
}

#pagination {
    margin-top: 15px;
    font-size: 14px;
}

#pagination a {
/*    border-radius: 5px;*/
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background-color: #ccc;
    color: #fff;
    margin: 0 2px;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
	font-style: normal;
}

#pagination a:hover {
    background-color: var(--primary);
}

#pagination a.current {
    background-color: var(--primary);
}

/* -------- FILTRI ------- */
#day_filter {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: hidden;
    background-color: var(--primary);
}

/*
#day_filter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../img/noise.svg);
    mix-blend-mode: multiply;
    pointer-events: none;
}
*/

#day_filter .swiper-container {
    width: 100%;
    display: block;
}

#day_filter .filter-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

#day_filter a {
    position: relative;
    width: 85px;
    height: 85px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 110%;
    -webkit-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#day_filter a.isYesterday {
    opacity: 0.4;
}

#day_filter a.isToday {
    background-color: #fff;
    border-color: var(--primary);
    color: var(--primary);
}

#day_filter a.isSelected {
    background-color: #fff;
    color: var(--primary);
}

#day_filter .labelToday {
    position: absolute;
    bottom: 4px;
    left: calc(50% - 4px);
    width: 7px;
    height: 2px;
    background-color: transparent;
}

#day_filter a.isToday .labelToday {
    background-color: var(--primary);
}

#day_filter a.isToday:hover .labelToday,
#day_filter a.isToday.isSelected .labelToday {
    background-color: #fff;
}

#day_filter a:hover {
    background-color: #fff;
    color: var(--primary);
}

#day_filter a:last-child {
    margin-right: 60px !important;
}

.item-textual-day {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 100%;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

#day_filter .item-day {
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
}

#day_filter .item-month {
    font-size: 12px;
    margin-top: 7px;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 1px;
}

#day_filter .swiper-nav {
    display: block;
    width: 40px;
    height: 100%;
    background: var(--primary);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--primary) 30%);
}

#day_filter .swiper-button-next,
#day_filter .swiper-button-prev {
    position: relative;
    top: 20px;
    width: 100%;
    height: calc(50% - 20px);
    margin-top: 0;
    cursor: pointer;
    align-items: center;
    color: #fff;
    left: 0 !important;
    right: 0 !important;
    justify-content: flex-end;
}

#day_filter .swiper-button-next:after,
#day_filter .swiper-button-prev:after {
    content: "";
/*    font-size: 18px;*/
    width: 9px;
    height: 16px;
    background: url(../img/swiper-nav.svg) no-repeat center / contain;  
}

#day_filter .swiper-button-prev:after {
    transform: rotate(180deg);
}


#day_filter #searchform {
    padding: 10px 0;
}

#day_filter #searchform .labsearch {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

#day_filter #searchform .wrapper_search {
    background-color: #b52e48;
    position: relative;
    top: 0;
    left: 0;
/*    border-radius: 5px;*/
    display: inline-block;
    width: 300px;
    max-width: 100%;
    max-height: 80%;
    height: 34px;
/*    border-bottom: 1px solid var(--primary);*/
}

#day_filter #searchform .wrapper_search:hover {}

#day_filter #searchform #s {
    position: absolute;
    left: 6px;
    top: 5px;
    width: 80%;
    border: 0;
    background-color: transparent;
    font-weight: 700;
    color: #fff
}

#day_filter #searchform ::-webkit-input-placeholder {
  color: #fff;
    font-weight: 400;
}
#day_filter #searchform ::-moz-placeholder {
  color: #fff;
    font-weight: 400;
}
#day_filter #searchform :-ms-input-placeholder {
  color: #fff;
    font-weight: 400;
}
#day_filter #searchform :-moz-placeholder {
  color: #fff;
    font-weight: 400;
}

#day_filter #searchform #searchsubmit {
    position: absolute;
    right: 3px;
    top: 6px;
    border: 0;
    text-indent: -999em;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: transparent url(../img/ic_search.png) no-repeat center / 24px;
}

#view_filter {
    text-align: center;
    display: inline-block;
    width: 100%;
}

#view_filter p {
    font-size: 14px;
/*    display: inline-block;*/
}

#view_filter nav {
    display: inline-block;
}

#view_filter nav ul li {
    display: inline-block;
    margin: 5px 3px;
}

#view_filter nav ul li.disabled {
    opacity: 0.3;
    pointer-events: none;
}

#view_filter nav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--primary);
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#view_filter nav ul li a:hover {
    opacity: 0.9;
}

.tribe-events-venue,
#tribe-geo-map-wrapper {
    margin-top: 50px;
}

#tribe-events-gmap-0,
#tribe-geo-map {
    max-height: 500px;
    height: 100vh !important;
}

#tribe-geo-map a {
    color: var(--primary);
    font-weight: 700;
    display: inline-block;
    padding: 4px 0;
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#tribe-geo-map a:hover {
    color: #202649;
    text-decoration: none;
}

.title-alt-404 {
    color: var(--primary);
    font-size: 26px;
    margin-top: 45px;
    margin-bottom: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 150%;
}

#nores_wrapper {}

#nores_wrapper .nores_title {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

/* -------- EVENTI IN EVIDENZA PRIMA DI EVENTS LOOP ------- */
#page_fix {
    margin-top: 50px;
}

#featured_events {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding-top: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(239,239,239,1) 100%);
}

#featured_events h2 {
    color: var(--primary);
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* -------- EVENTS LOOP ------- */
#ev_list h2.tribe-events-page-title {
    color: var(--primary);
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}

.tribe-events-loop {}

.tribe-events-loop .article {}

.tribe-events-loop .article .card {
    overflow: hidden;
}

.tribe-events-loop .article .card .ripple {
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 35px;
    left: 35px;
    background-color: var(--primary);
    transform: scale(1);
    transition: all .5s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.tribe-events-loop .article:hover .card .ripple {
    transform: scale(38);
}

.tribe-events-loop .article.featured .card {
   background-color: var(--primary);
   color: #fff;
   padding: 5px;
}

.tribe-events-loop .article.featured .card .title {
   color: #fff;
}

.tribe-events-loop .article.featured:hover .card {
   background-color: var(--primary);
}

.tribe-events-loop .article.featured .ev-date {
   background-color: var(--primary);
   color: #fff;
}

.tribe-events-loop .article .ev-date {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    font-weight: 700;
    text-align: center;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    color: var(--primary);
    transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.tribe-events-loop .article:hover .ev-date {
    color: #fff;
    background-color: var(--primary);
}

.tribe-events-loop .article.featured .ev-date {
}

.tribe-events-loop .article .ev-date .ev-day {
    display: block;
    margin-top: 7px;
    font-size: 23px;
    line-height: 100%;
    font-weight: 700;
}

.tribe-events-loop .article .ev-date .ev-month {
    display: block;
    font-size: 11px;
    margin-top: 3px;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 1px;
}

.tribe-events-loop .article .card .title {

}

.tribe-events-loop .article .card .ev-hour {
    color: #666;
    font-size: 14px;
    margin-left: 75px;
}

.tribe-events-loop .article .card .ev-address {
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: var(--primary);
    font-size: 14px;
    max-width: calc(100% - 65px);
}

.tribe-events-loop .article .card .read_more {
    bottom: 10px;
}

.tribe-events-sub-nav a {
    color: var(--primary);
}

.tribe-events-loop .article .card .arrow-icon g {
    transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.tribe-events-loop .article:hover .card .arrow-icon g,
.tribe-events-loop .article.featured .card  .arrow-icon g {
    stroke: #fff;
}

.title-related {
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    color: var(--primary);
}

/* -------- WIDGET ------- */
aside {
    margin-bottom: 30px;
}

aside.blog-sidebar {
    margin-top: 45px;
}

aside .widget-box {
	border-top: 1px solid #ddd;
	padding-bottom: 25px;
}

aside .col-md-6:first-child .widget-box {
    border: 0;
	margin-top: 50px;
}

aside .widget-box .widget-title {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary);
    font-size: 20px;
}

aside .next-events {
    display: inline-block;
    width: 100%;
	margin-top: 30px;
	border-top: none;
}

aside .next-events .widget-title {
    margin-bottom: 0;
}

aside .next-events nav {
    background-color: #fff;
    overflow: hidden;
}

aside .next-events ul {}

aside .next-events ul li {
    display: block;
    width: 100%;
	margin-top: 15px;
	padding-top: 15px;
}

aside .next-events ul li + li {
    border-top: 1px solid #f1f1f3;
}

aside .next-events ul li a {
    display: block;
}

aside .next-events ul li a .next-event-bg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 90px;
    -webkit-transition: all .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 20px;
    height: 20px;
    top: 35px;
    left: 35px;
    background-color: var(--primary);
    transform: scale(1);
}

aside .next-events ul li a:hover .next-event-bg {
    transform: scale(35);
}

aside .next-events ul li a .next-event-body {
    cursor: pointer;
    display: inline-block;
    z-index: 2;
    width: 100%;
    color: var(--primary);
    text-align: left;
    align-items: center;
}

aside .next-events ul li a .next-event-body .ev-date {
    display: inline-block;
    background-color: var(--primary);
    font-weight: 700;
    text-align: center;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    float: left;
    color: #fff;
}

aside .next-events ul li a:hover .next-event-body .ev-date {
	background-color: var(--primary);
}

aside .next-events ul li a .next-event-body .ev-date .ev-day {
    display: block;
    margin-top: 9px;
    font-size: 26px;
    line-height: 100%;
    font-weight: 700;
}

aside .next-events ul li a .next-event-body .ev-date .ev-month {
    display: block;
    font-size: 13px;
    margin-top: 2px;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 1px;
}

aside .next-events ul li a .next-event-body .ev-title {
	margin-top: 5px;
    font-weight: 600;
    color: var(--gray-dark);
}

aside .next-events ul li a:hover .next-event-body .ev-title {
	color: var(--primary);
}

aside .next-events ul li.more-events {
    height: auto;
    padding: 20px;
}

aside .next-events ul li.more-events a {
    text-align: right;
    color: var(--primary);
    height: auto;
    text-decoration: none;
    font-size: 14px;
    overflow: inherit;
}

aside .recurring-dates {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    border-top: none;
}

aside .recurring-dates ul {
    width: 100%;
    background-color: var(--primary);
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

aside .recurring-dates ul::after {
  content: "";
  flex: auto;
}

aside .recurring-dates ul li  {
    text-align: center;
    min-width: 55px;
}

aside .recurring-dates ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 13px;
    text-align: center;
    padding-top: 11px;
/*    border-radius: 50px;*/
    -webkit-transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

aside .recurring-dates ul li.current a {
    pointer-events: none;
}

aside .recurring-dates ul li.past-event a {
    pointer-events: none;
    opacity: 0.55;
}

aside .recurring-dates ul li.today a {
    box-shadow: 0px 0px 0px 2px #fff inset;
}

aside .recurring-dates ul li a .ev-date {
    text-align: center;
}

aside .recurring-dates ul li a:hover {
    background-color: var(--primary);
    color: #fff;
}

aside .recurring-dates ul li.current a,
aside .recurring-dates ul li.current a:hover {
    background-color: #fff;
    color: var(--primary);
}

aside .recurring-dates ul li a .ev-date .ev-day {
    font-size: 20px;
    display: block;
    line-height: 100%;
    margin-bottom: 2px;
}

aside .recurring-dates ul li a .ev-date .ev-month {
    font-size: 12px;
    display: block;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

aside.sidebar-home .booking-widget,
aside.sidebar-home .widget-search {
    margin-top: 0;
    margin-bottom: 30px;
}

aside .booking-widget {
    background-color: #fff;
    padding: 15px;
}

aside .booking-widget .widget-title {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

aside .booking-widget #homein,
aside .booking-widget #homeout {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

aside .booking-widget h3 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    display: inline-block;
    float: left;
}

aside .booking-widget .date-picker-nw {
    display: inline-block;
    float: right;
    min-width: 50%;
    border-bottom: 1px solid #f1f1f3;
}

aside .booking-widget .date-picker-nw select {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    line-height: 150%;
    font-size: 14px;
    padding-right: 15px;
    color: #666;
    border: 0;
    background: url(../img/arrow_select.png) no-repeat right 5px center / 16px;
    background-color: transparent;
}

aside .booking-widget .date-picker-nw select#b_checkin_day,
aside .booking-widget .date-picker-nw select#b_checkout_day {
    padding-right: 25px;
}

aside .booking-widget .avail {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

aside .booking-widget .avail #availcheck {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}

aside .booking-widget .avail #labfor {
    font-size: 14px;
    font-weight: 400;
    display: inline;
    color: #666;
}

aside .booking-widget .submit_hotel {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0! important;
    font: inherit;
    cursor: pointer;
    outline: inherit !important;
    float: right;
    font-size: 14px;
    color: var(--primary);
    margin-top: 20px;
}
aside .booking-widget .arrow-icon g {
    stroke: var(--primary);
}

aside .category-cloud {
    display: inline-block;
    width: 100%;
}

aside .category-cloud ul {
    width: 100%;
    display: inline-block;
    margin-bottom: -20px;
}

aside .category-cloud ul li {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 6px;
    text-align: center;
    float: left;
}

aside .category-cloud ul li a:focus,
aside .category-cloud ul li a {
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    padding: 5px;
    background-color: #efefef;
    -webkit-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
	font-weight: normal;
	font-style: normal;
}

aside .category-cloud ul li a:hover {
    color: var(--primary);
}

aside .category-cloud ul li a span.count {
    color: var(--primary);
    margin-left: 5px;
}

aside #searchform_widget {
    padding: 10px 0;
}

aside #searchform_widget .labsearch {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary);
    font-size: 18px;
}

aside #searchform_widget .wrapper_search {
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
/*    border-radius: 5px;*/
    display: inline-block;
    width: 100%;
    height: 40px;
    
    box-shadow: 0 0 0 rgba(0,0,0,0.05), 0 0 10px rgba(0,0,0,0.02);
    -webkit-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
	border-bottom: 1px solid #ddd;
}

/*aside #searchform_widget .wrapper_search.is_focused {
    box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.02);
}*/

aside #searchform_widget #s {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 80%;
    border: 0;
    background-color: transparent;
    font-weight: 700;
    color: var(--primary);
}

aside #searchform_widget ::-webkit-input-placeholder {
  color: #666;
    font-weight: 400;
}
aside #searchform_widget ::-moz-placeholder {
  color: #666;
    font-weight: 400;
}
aside #searchform_widget :-ms-input-placeholder {
  color: #666;
    font-weight: 400;
}
aside #searchform_widget :-moz-placeholder {
  color: #666;
    font-weight: 400;
}

aside #searchform_widget #searchsubmit {
    position: absolute;
    right: 5px;
    top: 9px;
    border: 0;
    width: 33px;
    height: 32px;
    display: inline-block;
    background: transparent;
}

aside #searchform_widget #searchsubmit svg g {
    fill: var(--primary);
    -webkit-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

aside #searchform_widget #searchsubmit:hover svg g {
    fill: var(--primary);
}


/* -------- FULL W / SIDEBAR ------- */
h2.page-title {
    color: var(--primary);
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: 600;
}

.fullw {}

.w-sidebar {}

.w-sidebar .content {
    width: 100%;
    color: #212121;
    padding: 30px 0;
    font-size: 16px;
    line-height: 150%;
    display: inline-block;
    background-color: #fff;
}

.w-sidebar .content a {
    color: inherit;
}

.w-sidebar .content p {
    margin-bottom: 15px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	border: 0;
}

span.wpcf7-not-valid-tip {
	color: var(--primary);
	font-size: 14px;
    padding-top: 7px;
	font-weight: normal;
	display: block;
}

div.wpcf7-response-output {
    padding: 15px;
    margin: 0;
}

.nwForm {
    display: inline-block;
    line-height: 100%;
}

.nwForm .formBlock {
    padding: 15px 0;
}

.nwForm .formBlock.formBlockSubmit {
    width: 100%;
    display: block;
    text-align: center;
}

.nwForm .formBlock label {
    margin-bottom: 3px;
}

.nwForm .formBlock input {
    width: 100%;
    border: 0;
    padding-bottom: 2px;
    line-height: 150%;
    border-bottom: 1px solid #ddd;
}

.nwForm .formBlock select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}

.nwForm .formBlock select {
    width: 100%;
    position: relative;
    border-radius: 2px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    line-height: 150%;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: url(../img/arrow_select.png) no-repeat right 5px center / 16px;
    background-color: transparent;
}

.nwForm .formBlock .wpcf7-form-control-wrap {
    margin-right: 10px;
}

.nwForm .formBlock small {
    font-size: 12px;
}

.nwForm .formBlock input.submit_btn {
    width: 100%;
    border-radius: 2px;
    background-color: var(--primary);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    max-width: 180px;
    border: 0;
    margin-top: 15px;
    -webkit-transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.nwForm .formBlock input.submit_btn:disabled {
    opacity: 0.4;
}

.fullw {
    display: inline-block;
    width: 100%;
}

.fullw .content {
    line-height: 150%;
}

.fullw .content p {
    margin-bottom: 15px;
}

.fullw .content ul {
    margin-bottom: 15px;
}

.fullw .content a:focus,
.fullw .content a {
    color: var(--primary);
    text-decoration: none;
    -webkit-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.fullw .content a:hover {
    text-decoration: underline;
}

#download_list {
    list-style: none;
}

#download_list li {
    display: inline-block;
    width: 100%;
}

#download_list li a {
    display: inline-block;
    padding: 30px;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#download_list li a:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.07), 0 10px 10px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.07), 0 10px 10px rgba(0,0,0,0.04);
    box-shadow: 0 14px 28px rgba(0,0,0,0.07), 0 10px 10px rgba(0,0,0,0.04);
}

#download_list li .ext_file {
    display: inline-block;
    float: right;
    position: relative;
    border-left: 1px solid #F1F1F3;
    padding: 25px 0 25px 25px;
}

#download_list li .ext_file span {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    font-style: italic;
    color: #fff;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

#download_list li .ext_file .arrow-icon {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 15px;
    right: 5px;
    transform: rotate(90deg);
}

#download_list li .ext_file .arrow-icon circle {
    fill: #fff;
}

#download_list li .info_file {
    display: inline-block;
    color: #666;
    width: calc(100% - 135px);
    height: 150px;
    overflow: hidden;
}

#download_list li .info_file h4 {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    word-break: break-all;
}

#download_list li .info_file span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

#download_list li .info_file span.filename {
    margin-bottom: 10px;
}

#download_list li .info_file span.filesize {
    font-size: 12px;
    margin-bottom: 10px;
}

#download_list li .info_file span.description {
    color: #333;
    display: none;
}

#download_pagination {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

#download_pagination a {
    border-radius: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background-color: #999;
    color: #fff;
    margin: 0 2px;
    text-decoration: none;
    padding-top: 0;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

#download_pagination a:hover {
    background-color: #666;
}

#download_pagination .current {
    border-radius: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    color: #fff;
    margin: 0 2px;
    text-decoration: none;
    padding-top: 0;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--primary);
}






/* -------- GRAVITY ------- */
.nw-gravity-form_wrapper.gform_wrapper li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #212121;
    border: 0;
    border-radius: 0;
    border: 1px solid #cccccc;
    height: 38px;
    width: 100%;
    background: rgba(255, 255, 255, 0) url(../img/arrow_select.png) no-repeat right 5px center / 16px;
    padding: 5px 24px 5px 6px !important;
}
.nw-gravity-form_wrapper.gform_wrapper .gfield_description a {
    color: inherit;
    text-decoration: underline;
}

.nw-gravity-form_wrapper.gform_wrapper .gfield_required {
    color: var(--primary);
}

.nw-gravity-form_wrapper.gform_wrapper .ginput_container_date {
    margin-top: 4px !important;
    vertical-align: middle;
    width: 100%;
    margin: 0;
}

.nw-gravity-form_wrapper.gform_wrapper .ginput_container_date + .ginput_container_date {
    margin-left: 16px;
} 

.nw-gravity-form_wrapper.gform_wrapper li.gfield.field_description_below+li.gsection,
.nw-gravity-form_wrapper.gform_wrapper .gfield.gsection {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
}

.nw-gravity-form_wrapper.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 0 !important;
}

.nw-gravity-form_wrapper.gform_wrapper ul.gfield_checkbox li label {
    color: #666;
}

.nw-gravity-form_wrapper.gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label {
    color: #202649;
}

.nw-gravity-form_wrapper.gform_wrapper .gform_button.button,
.nw-gravity-form_wrapper.gform_wrapper .gform_next_button.button,
.nw-gravity-form_wrapper.gform_wrapper .gform_previous_button.button {
    border: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    background-color: #222;
    border-radius: 2px;
}

.nw-gravity-form_wrapper.gform_wrapper .gform_previous_button.button {
    background-color: #666;
}

.nw-gravity-form_wrapper.gform_wrapper div.validation_error,
.nw-gravity-form_wrapper.gform_wrapper li.gfield.gfield_error,
.nw-gravity-form_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    color: var(--primary);
    border: 0;
    background: rgba(221, 0, 60, 0.05);
}


.nw-gravity-form_wrapper.gform_wrapper .gfield_error .gfield_label,
.nw-gravity-form_wrapper.gform_wrapper .validation_message,
.nw-gravity-form_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.nw-gravity-form_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox,
.nw-gravity-form_wrapper.gform_wrapper li.gfield_error ul.gfield_radio {
    color: var(--primary);
}


/* -------- Banner footer ------- */
#banner_veunica {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 48%, #dddddd 100%);
    background: -webkit-linear-gradient(top,  #ffffff 48%,#dddddd 100%);
    background: linear-gradient(to bottom,  #ffffff 48%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );

	padding-top: 25px;
	padding-bottom: 50px;
	position: fixed;
	bottom: -400px;
	min-height: 140px;
    max-height: 90vh;
	width: 100%;
	z-index: 1021;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);

    -webkit-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

#banner_veunica .container {
	position: relative;
}

#contenitore_notifiche #banner_veunica.visible {
	bottom: 0;
}

#contenitore_notifiche.no_cookie #banner_veunica.visible {
	bottom: 0;
}

#contenitore_notifiche.no_cookie #banner_veunica {
	bottom: -400px;
}

#banner_veunica .text {
	display: block;
    width: 100%;
    text-align: center;
}

#banner_veunica h3 {
	text-indent: -900em;
	background: url(../img/logo_venezia_unica.png) no-repeat 0 0 / 100%;
	display: block;
	width: 150px;
	height: 75px;
	margin: 0 auto 15px;
}

#banner_veunica h4 {
	color: #666;
    font-size: 16px;
	margin-bottom: 15px;
}

#banner_veunica h4 strong {
	font-weight: 700;
    font-size: 20px;
	text-decoration: none;
	color: var(--primary);
}

#banner_veunica a.submit_btn {
	text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
}

#banner_veunica a.submit_btn:hover {
	background-color: var(--primary);
}

#banner_veunica .chiudi_btn {
	position: absolute;
	top: 0;
	right: 15px;
}

#banner_veunica .chiudi_btn a {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #eee;
	padding: 7px 10px;
	display: inline-block;
}

#banner_veunica .chiudi_btn a:hover {
	background-color: #ccc;
	color: #666;
}

/* -------- FILTRO GIORNI HOME ------- */
#day_filter_home {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

#day_filter_home #day_filter {
    margin-top: 0;
}

#featured_events_home #featured_events {
    margin-top: -40px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}


#kumquat + .live_call {
    margin-top: 60px;
}

.live_call {
    margin-bottom: 60px;
    margin-bottom: 60px;
}

.live_call .live-call-wrapper {
    padding: 35px;
    background-color: var(--primary);
    position: relative;
}

#call_2.live_call .live-call-wrapper {
    background-color: var(--primary);
}

.live_call .live-call-wrapper .fig-bg {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    filter: blur(1px); 
    opacity: 0.15;
    background: no-repeat center / cover;
}

.live_call .live-call-wrapper h2.page-title {
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 130%;
}

.live_call .live-call-wrapper h2.page-title strong {
	font-weight: bold;
}

.live_call .live-call-wrapper .button {
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 10px 15px;
    padding-right: 20px;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    border-radius: 0;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#call_1.live_call .live-call-wrapper .button span:after {
    content: "";
    position: relative;
    top: -2px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    border-radius: 50px;
    background-color: #fff;
    
    -moz-animation: blinker 1s cubic-bezier(0.27, -0.57, 0.63, 0.46) infinite alternate;
    -webkit-animation: blinker 1s cubic-bezier(0.27, -0.57, 0.63, 0.46) infinite alternate;
    animation: blinker 1s cubic-bezier(0.27, -0.57, 0.63, 0.46) infinite alternate;
    
    -webkit-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.live_call .live-call-wrapper .button:hover {
	background-color: var(--primary);
    border: 1px solid var(--primary);
}

.live_call .live-call-wrapper .button:hover span:after {}



#call_2.live_call .live-call-wrapper .button {
    color: var(--primary);
    background-color: #fff;
    border: 1px solid #fff;
}


@-moz-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}




/* -------- PROGRAMMA ------- */
.programma-page .cfx-h2 {
    padding-bottom: 45px;
}

.programma {
    padding: 0 0 60px;
}

.giornata {
    padding: 30px 0;
}

.giornata:nth-child(2n+1) {
    background: rgba(249,249,249,1);
    background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(30%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,1)), color-stop(100%, rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(249,249,249,1) 100%);
    background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=0 );
}

.giornata .to-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    height: 100%;
}

.giornata .tt-date {
    margin: 15px 0;
    padding: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    color: #fff;
    background-color: var(--primary);
    -webkit-transition:  .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition:  .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition:  .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition:  .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    border: 2px solid var(--primary);
    box-sizing: content-box;
}

.giornata:hover .tt-date {
    border-color: var(--primary);
    color: #fff;
    background-color: var(--primary);
}

.giornata .tt-date-wrapper {
    position: absolute;
    top: 27px;
    left: 3px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
}

.giornata .tt-date .tt-date-l {
    display: none;
}

.giornata .tt-date .tt-date-d {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}

.giornata .tt-date .tt-date-m {
    display: block;
}

.giornata .events-ul {
    list-style: none;
}

.giornata .events-ul .event-li {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

.giornata .events-ul .event-li a {
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 45px;
    position: relative;
    z-index: 1;
}

.giornata .events-ul .event-li a:hover {
    text-decoration: none;
}

.giornata .events-ul .event-li a .event-fig {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    float: left;
    background: #fefefe no-repeat center / cover;

    -webkit-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.giornata .events-ul .event-li a:hover .event-fig {
    opacity: 0.8;
}

.giornata .events-ul .event-li a .event-info {
    width: calc(100% - 95px);
    display: inline-block;
}

.giornata .events-ul .event-li a .event-time {
    color: #333;
    font-size: 10px;
    font-weight: 400;
    display: block;
/*    letter-spacing: 1px;*/
    text-align: left;
    margin-bottom: 0;

    -webkit-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.giornata .events-ul .event-li a .event-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    width: 100%;

    -webkit-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
	line-height: 130%;
}

.giornata .events-ul .event-li a:hover .event-title {
    color: var(--primary);
}

.giornata .events-ul .event-li a .event-title + .event-venue {
    margin-top: 0;
}

.giornata .events-ul .event-li a .event-venue {
    font-size: 12px;
    color: #333;
    display: inline-block;
/*    font-style: italic;*/
}

.gform_wrapper ul.gfield_checkbox li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px !important;
}

.gform_wrapper ul.gfield_checkbox li input {
	margin-right: 5px;
}

.nw-gravity-form_wrapper.gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label {
	color: var(--primary);
}

#home_grid {
	margin-top: 60px;
}

#tribe-events-content.tribe-events-list {
	margin-bottom: 0;
}


/* -------- EVENTI IN EVIDENZA PICCOLI ------- */
.featured-event-small {
    color: inherit;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 60px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.featured-event-small:hover {
    text-decoration: none;
}

.featured-event-small .event-fig-small {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    float: left;
    background: #fefefe no-repeat center / cover;
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.featured-event-small:hover .event-fig-small {
    /*opacity: 0.8;*/
}

.featured-event-small .event-info-small {
    width: calc(100% - 95px);
}

.featured-event-small .event-title-small {
    font-size: 17px;
    color: var(--primary);
    font-weight: 700;
    width: 120%;
    margin-bottom: 2px;
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.featured-event-small:hover .event-title-small {
    color: var(--primary);
}

.featured-event-small .event-date-small {
    color: var(--gray-dark);
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}


/* -------- SOCIAL BOX ------- */
#social_box {
    margin-top: 45px;
    padding: 90px 0;
    background-color: var(--primary);
    position: relative;
}

/*
#social_box:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
     filter: blur(1px); 
    opacity: 0.15;
    background: url(../img/carnevale-2020.jpg) no-repeat top 15% center / cover;
}
*/

#social_box .page-title,
#page_social_box .page-title {
    color: #fff;
}

#social_box .article-social-box .title,
#page_social_box .article-social-box .title {
    color: #fff;
}

#social_box .article-social-box figure img,
#page_social_box .article-social-box figure img {
    backface-visibility: hidden;

    -webkit-transition: .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .5s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#social_box .article-social-box:hover figure img,
#page_social_box .article-social-box:hover figure img {
    transform: scale(1.02);
}

#social_box .button,
#social_box .button:focus {
    color: var(--primary);
    margin: 30px auto 0;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .25s  cubic-bezier(0.4, 0.0, 0.2, 1);
}

#social_box .button:hover {
    opacity: 0.9;
    text-decoration: none;
}

#page_social_box {
    color: #fff;
    background-color: var(--primary);
    margin-bottom: -45px;
    padding-top: 45px;
    padding-bottom: 90px;
    position: relative;
}

/*
#page_social_box::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
     filter: blur(1px); 
    opacity: 0.15;
    background: var(--primary);
}
*/

#page_social_box #pagination a.current {
    color: var(--primary);
    background-color: #fff;
}



/* -------- EDIZIONI ------- */
#single_edition .figure,
#single_edition .img-full {
    width: 100%;
    height: auto;
    display: block;
}

#single_edition .description {
    padding: 60px 0 30px;
    background: #f0f0f0;
}

#single_edition .description .p-tt {
    font-size: 12px;
    color: #212121;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#single_edition .description .p-tt + .tt {
    margin-top: 15px;
}

#single_edition .description .tt {
    color: #212121;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 400;
}

#single_edition .description .tt b,
#single_edition .description .tt strong {
    font-weight: 700;
}

#single_edition .description .date {
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #212121;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#single_edition .description .txt {
    margin-top: 30px;
    color: #212121;
    font-size: 16px;
    line-height: 150%;
}

#single_edition .description .figure {
    margin-top: 45px;
}

#single_edition .video-edition {
    padding: 60px 0;
    text-align: center;
    position: relative;
}

#single_edition .video-edition:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    background-color: #f0f0f0;
}

#single_edition .video-edition .iframe-edition {
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

#single_edition .video-edition .iframe-edition iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#single_edition .description + .lanci-edition {
    margin-top: 30px;
}

#single_edition .video-edition + .lanci-edition {
    margin-top: 60px;
}

#single_edition .lanci-edition .row-lancio {
    margin-bottom: 60px;
}

#single_edition .lanci-edition .lancio-tt,
#landing_page .layout-alternati .alt-title {
    color: #212121;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

#single_edition .lanci-edition .lancio-txt,
#landing_page .layout-alternati .alt-text {
    color: #212121;
    font-size: 13px;
    line-height: 150%;
}

#single_edition .lanci-edition .lancio-txt p + p,
#landing_page .layout-alternati .alt-text p + p {
    margin-top: 1em;
}

#single_edition .description .txt + .lancio-more {
     margin-top: 45px;
}

#single_edition .description .lancio-more,
#single_edition .lanci-edition .lancio-more,
#landing_page .layout-alternati .alt-link {
    padding-left: 8px;
    border-left: 2px solid #212121;
    color: inherit;
    margin-top: 20px;
    display: block;
    font-size: 14px;
    color: #212121;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 360ms  cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: 360ms  cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: 360ms  cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: 360ms  cubic-bezier(0.4, 0.0, 0.2, 1);
}

#single_edition .description .lancio-more:hover,
#single_edition .lanci-edition .lancio-more:hover,
#landing_page .layout-alternati .alt-link:hover {
    opacity: 0.8;
}

#single_edition .lanci-edition .figure,
#landing_page .layout-alternati .figure {
    margin-top: 15px;
    display: block;
}

#single_edition .edition-grid {
    padding: 90px 0 60px;
    background-color: #f0f0f0;
    margin-bottom: -45px;
}

#single_edition .edition-grid .page-title {
    color: #212121;
}

#single_edition .edition-grid .article.no-link {
    pointer-events: none;
}

#single_edition .edition-grid .article .card .title {
    font-weight: 400;
}

#single_edition .edizione-gallery {
    padding-top: 130px;
}

#single_edition .edizione-gallery .swiper-slide {
    width: 100%;
    height: auto;
}

#single_edition .edizione-gallery .swiper-slide .swiper-figure {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    display: block;
    background: no-repeat center / cover;
}

#single_edition .edizione-gallery .swiper-pagination,
.layout-gallery .swiper-pagination {
    position: relative;
    padding-top: 35px;
    display: inline-block;
}

#single_edition .edizione-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.layout-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #212121;
}


.live-iframe,
.cal-iframe {
    width: 100%;
    margin-bottom: 45px;
}

.cal-iframe iframe,
.live-iframe iframe {
    width: 100%;
    height: 92vh;
}


#single_post .sheet.sheet-live-full-margin-top {
    margin-top: 60px;
}

#single_post .sheet.sheet-live-full-margin-top .post-info-box {
    padding-bottom: 30px;
    padding-left: 0;
}

#single_post .sheet.sheet-live-full-margin-top .post-title {
    color: var(--primary);
}

#single_post .sheet.sheet-live-full-margin-top .post-content {
    padding: 0 0 30px;
}


.flex-lancio {}

.flex-lancio .figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62%;
    display: block;
    overflow: hidden;
    background-color: #ccc;
}

.flex-lancio .img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.flex-lancio .tt {
    font-weight: 700;
    color: var(--primary);
    font-size: 20px;
    margin-bottom: 5px
}

.flex-lancio .stt {
	font-weight: 700;
    color: #666;
    font-size: 16px;
    margin-bottom: 10px
}

.flex-lancio .txt {
    font-size: 14px;
}

.flex-lancio .link-inline {
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}




/* -------- SHARE ------- */
.share,
.share:focus {    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: transparent;
    margin: 0;
    border: 0;
}

.share svg {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    fill: #333;
    transition: all 360ms ease-in-out;
}

#single_post .sheet .post-info-box .share,
#single_events .sheet .event-info-box .share {
    position: absolute;
    top: 30px;
    right: 30px;
}

#single_events .sheet .event-info-box .share svg {
    fill: #fff;
}

.share-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
}

.share-dialog.is-open {
    display: block;
    z-index: 10;
}

.share-dialog .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.share-dialog .targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.share-dialog svg {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.share-dialog .button,
.share-dialog .copy-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.share-dialog .button:hover,
.share-dialog .copy-link:hover {
    background-color: #f7f7f7;
}

.share-dialog .close-button {
    background-color: transparent;
    border: none;
    padding: 0;
    outline: 0;
}

.share-dialog .close-button svg {
    margin-right: 0;
}

.share-dialog .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.share-dialog .pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* -------- LANDING ------- */
#landing_page {
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

#landing_page .figure-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    overflow: hidden;
}

#landing_page .img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

#landing_page .text p + p {
    margin-top: 1em;
}

.layout-hero {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
    display: block;
    overflow: hidden;
}

.layout-hero .img-cover {
    object-position: bottom;
}

.layout-flex + .layout-flex,
.layout-flex-bg-w + .layout-flex-bg-w {
    padding-top: 0;
}

.layout-content,
.layout-gallery {
    padding: 75px 0;
    background: #f0f0f0;
}

.layout-content .layout-title,
.layout-gallery .layout-title {
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 30px;
}

.layout-content .layout-title {
    text-transform: uppercase;
}

.layout-banner {
    position: relative;
    padding: 190px 0;
    display: block;
    overflow: hidden;
}

.layout-banner .banner-content {
    max-width: 100%;
    padding: 20px 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: rgba(33, 33, 33, 0.65);
}

.layout-banner .banner-content:hover {
    text-decoration: none;
}

.layout-cta {
    padding: 75px 0;
    background: #f0f0f0;
}

.layout-cta .cta-btn {
    display: block;
    padding: 15px;
    padding-right: 60px;
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
    position: relative;
    border-radius: 2px;
}

.layout-cta .cta-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
}

.layout-cta .cta-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.layout-cta .cta-btn .read_more {
    position: absolute;
    width: 42px;
    height: 42px;
    top: calc(50% - 21px);
    right: 15px;
}

.layout-cta .cta-btn .read_more svg {
    width: 100%;
}

.layout-cta .cta-btn .read_more .arrow-icon g {
    stroke: #fff;
}

.layout-flex + .layout-cta:has(+ .layout-flex-bg-w) {
    position: relative;
}

.layout-flex + .layout-cta:has(+ .layout-flex-bg-w)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc((50% - 37px) + 75px);
    background-color: #fff;
}


.layout-alternati,
.layout-image-section {
    padding: 75px 0;
}

#landing_page .layout-alternati .alt-links {
    list-style: none;
    padding-top: 5px;
}

#landing_page .layout-alternati .alt-links li {
    margin-top: 15px;
}

.layout-gallery .figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 150%;
    display: block;
    overflow: hidden;
}

.layout-gallery .figure > .img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* -------- MEDIA QUERY ------- */
@media screen and (max-width:768px) {
	#intro.home .swiper-slide {
        background-image: none !important;
    }
}

@media screen and (min-width:768px) {
    #privacySlider {
        width: 400px;
        right: 10px;
        bottom: 10px;
    }
    
    #page_fix {
        margin-top: 60px;
    }
    
    .navbar {
        padding: 10px 0;
    }
    
    .navbar.home.floating {
        top: 30px;
    }
    
    #mobile_navbar {
        width: 340px;
    }

    .navbar .brand {
        margin-left: 0;
    }
    
    #kumquat .swiper-slide {
        min-height: 84vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    #kumquat .slide-content {
        padding: 180px 0 150px;
    }
    
    #kumquat .swiper-slide .figure {
        margin-bottom: 45px;
    }
    
    #kumquat .slide-2022::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 29.5%;
        width: 100%;
        background: rgb(48, 132, 142);
        background: linear-gradient(146deg, rgba(48,132,142,1) 0%, rgba(48,132,142,0) 50%);
    }
    
    #kumquat .slide-2022 .figure-2022 {
        margin-top: 130px;
        width: 100%;
        height: 0;
        padding-top: 64%;
        display: block;
        background: no-repeat top center / 100% auto;
    }
    
    #kumquat .slide-2022 {
    	padding-bottom: 20px;
	}

	#kumquat .slide-2022 .figure-mb-2022 {
    	margin-bottom: 0;
	}

	#kumquat .slide-2022 a#fake_btn {
    	padding: 12px;
		width: 44%;
		position: absolute;
		z-index: 10;
		bottom: 35px;
		right: 15px;
	}
    
    #kumquat .slide-poster .figure-main {
        padding-top: 100%;
    }
    
    #intro.home .swiper-slide .item-body {
        justify-content: center;
        padding-bottom: 0;
    }
    
    #intro.home .swiper-slide .item-body .tt {
        font-size: 42px;
    }
    
    #intro.home .swiper-slide .item-body .txt {
        font-size: 18px;
    }
    
    #intro.home #next_events_home {
        height: 100px;
        /*border-radius: 5px;*/
    }
    
    #intro.home #next_events_home .next-event-home {
        width: 40%;
    }

    #intro.home #next_events_home .next-event-home:nth-child(3) {
        display: none;
    }

    #intro.home #next_events_home .next-event-home .next-event-home-body {
        justify-content: center;
    }

    #intro.home #next_events_home .next-event-home.see-all {
        width: 20%;
    }
    
    #intro.home #next_events_home .next-event-home:nth-child(1):after,
    #intro.home #next_events_home .next-event-home:nth-child(2):after,
    #intro.home #next_events_home .next-event-home:nth-child(3):after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 0px;
        width: 1px;
        background: #f1f1f3;
        height: 80px;
    } 
    
    #intro.home #next_events_home .next-event-home:hover .next-event-home-bg {
        transform: scale(35);
    }
    
    #home_grid .sidebar-home {
        margin-bottom: 0;
    }
    
     aside .next-events ul li a:hover .next-event-bg {
        transform: scale(70);
    }
    
    #single_post #intro.single-post #post-cover-eff,
    #single_events #intro.single-events #event-cover-eff {
        display: inline-block;
    }
    
    #single_post #intro.single-post .blurred,
    #single_post #intro.single-post .smoke,
    #single_post #intro.single-post .post-cover,
    #single_events #intro.single-events .blurred,
    #single_events #intro.single-events .smoke,
    #single_events #intro.single-events .events-cover {
        max-height: 500px;
    }
    
    .breadcrumbs {
        display: inline-block;
    }
    
    #single_post #intro.single-post .post-cover,
    #single_events #intro.single-events .events-cover {
        margin-top: 0;
/*        border-radius: 5px;*/
    }
    
    #single_post .nopadmob,
    #single_post .main-content,
    #single_events .nopadmob,
    #single_events .main-content {
        padding: 0 15px;
        margin-top: 0;
    }
    
    #single_post .sheet,
    #single_events .sheet {
/*        top: -60px;*/
        overflow: hidden;
    }

    #single_post .sheet.sheet-live-full {
        border-right: 0;
        top: 0;
    }
    
    #single_post .sheet.sheet-live-full-margin-top {
        border-right: 0 !important;
        margin-top: 90px;
    }
    
    #single_post .sheet.sheet-live-full-margin-top .post-info-box .post-title {
        margin-bottom: 0 !important;
    }
    
    #single_events .sheet .event-info-box .ev-date {
        display: inline-block;
        float: left;
        margin: 0 15px 15px 0;
        top: 0;
        left: 0;
    }

    #single_events .sheet .event-info-box .ev-details,
    #single_events .sheet .event-info-box .ev-title {
        display: inline-block;
        width: calc(100% - 130px);
        padding-left: 15px;
    }
    
    #single_events .sheet .event-info-box .ev-address .ev-directions {
        display: inline-block;
    }
    
    #intro.page,
    #intro.blog,
    #intro.carnevale-metropolitano {
        padding-top: 15px;
    }
    
    .nwForm {
        padding: 30px 0 15px;
    }
    
    .nwForm .formBlock {
        width: 50%;
        float: left;
    }
    
    .nwForm .formBlock:nth-child(2n+1) {
        padding-right: 15px;
    }
    
    .nwForm .formBlock:nth-child(2n) {
        padding-left: 15px;
    }
    
    .share-buttons li.visible-mobile {
        display: none;
    }
    
    .tribe-events-venue,
    #tribe-geo-map-wrapper {
        margin-top: 65px;
    }
    
    #single_events .sheet .event-info-box .share-buttons {
        float: inherit;
    }
    
    #single_events.single-metropolitano .sheet .event-info-box .share-buttons {
        float: right;
        margin-top: -30px;
    }

    
    #banner .item .banner-txt {
        font-size: 32px;
    }
    
    #banner .item .button {
        font-size: 16px;
    }
    
    footer #menu_footer ul li {
        display: inline-block;
    }
    
    /* -------- Banner footer ------- */
    #contenitore_notifiche #banner_veunica.visible {
        bottom: 0;
    }

    #contenitore_notifiche.no_cookie #banner_veunica {
        bottom: -200px;
    }

    #banner_veunica {
        padding-bottom: 20px;
    }

    #banner_veunica .text {
        float: left;
        text-align: left;
        width: calc(100% - 255px);
    }

    #banner_veunica h3 {
        text-indent: -900em;
        background: url(../img/logo_venezia_unica.png) no-repeat 0 0;
        display: block;
        float: left;
        width: 150px;
        height: 75px;
        background-size: 100%;
        margin: 0;
        margin-right: 45px;
    }

    .giornata .tt-date .tt-date-l {
        display: block;
    }
    
    .giornata .to-sticky {
        padding: 0 15px;
        top: 75px;
    }
    
    .giornata .events-ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    
    .giornata .tt-date-wrapper {
        top: 32px;
        font-size: 10px;
    }
    
    .giornata .tt-date-wrapper .tt-date-d {
        font-size: 25px;
        line-height: 130%;
    }
    
    .giornata .events-ul .event-li .event-time {
        font-size: 14px;
    }
    
    .d-md-none {
        display: none;
    }
    .d-md-block {
        display: block;
    }

    #intro.home .hero_wrapper {
        position: absolute;
        left: unset;
        padding: 25px;
        bottom: 30px;
        background-color: #fff;
    } 


    #intro.home .hero_wrapper h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    
    
    #single_post .sheet .post-info-box,
    #single_post .sheet .post-content,
    #single_events .sheet .event-content {
        padding: 30px 0;
    }
    
    .tribe-events-loop .article .ev-date {
        width: 60px;
        height: 60px;
    }
    
    .tribe-events-loop .article .ev-date .ev-day {
        margin-top: 10px;
        font-size: 25px;
    }
    
    .tribe-events-loop .article .ev-date .ev-month {
        font-size: 12px;
    }
    
    .layout-hero {
        padding-top: min(50%, 80vh);
    }
    
    .layout-cta .cta-btn {
        padding: 30px;
    }
    
    .layout-alternati {
        padding: 120px 0;
    }
    
    
}



@media screen and (min-width:992px) {
    
    #kumquat .slide-content {
        padding: 140px 0 90px;
    }
    
    #kumquat .swiper-slide .figure-bg {
        opacity: 1;
        filter: none;
        width: 37vw;
        background-position: left;
    }
    
    #kumquat .swiper-slide .figure-bg.img-cover {
        width: 100%;
        opacity: 0.85;
        background-position: center;
    }
    
    #kumquat .swiper-slide .figure-bg.img-cover:not(.no-blur) {
        opacity: 0.25;
        filter: blur(1px);
    }
    
    #kumquat .swiper-slide .moreBtn {
        margin-top: 45px;
    }
    
    #kumquat .slide-2022::after {
        height: 31%;
    }
    
    #kumquat .slide-poster .figure-main {
        padding-top: 50%;
        margin: 50px auto 15px !important;
    }
    
    #intro.home {
        height: calc(100vh - 125px);
        max-height: 900px;
        min-height: 520px;
    }
    
    #intro.home .swiper-slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        max-height: 100%;
        background: #fff no-repeat center / cover;
    }
    
    #intro.home .swiper-slide .hero_img {
        display: none;
    }
    
    #intro.home .swiper-slide .item-body {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #intro.home .hero_wrapper {
        bottom: 15%;
    }
    
    
    
    .share-buttons li .nwi,
    .navbar-social li .nwi {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-right: 5px;
        background-size: auto 16px;
    }

    .share-buttons li a:hover .nwi,
    .navbar-social li a:hover .nwi {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }

    .share-buttons li .nwi.nwi-facebook,
    .navbar-social li .nwi.nwi-facebook {
        background-position-x: 0;
    }

    .share-buttons li .nwi.nwi-twitter,
    .navbar-social li .nwi.nwi-twitter {
        background-position-x: -19px;
    }

    .navbar-social li .nwi.nwi-instagram {
        background-position-x: -36px;
        margin-right: 8px;
    }

    .navbar-social li .nwi.nwi-youtube {
        background-position-x: -57px;
        margin-right: 7px;
    }
    
    .navbar-social li .nwi.nwi-telegram {
        background-position-x: -151px;
    }

    .navbar-social li .nwi.nwi-spotify {
        background-position-x: -170px;
    }


    .share-buttons li .nwi.nwi-messenger,
    .navbar-social li .nwi.nwi-messenger {
        background-position-x: -75px;
    }

    .share-buttons li .nwi.nwi-share {
        background-position-x: -130px;
    }

    .share-buttons li .nwi.nwi-whatsapp {
        background-position-x: -93px;
    }
    
   
    #intro.home .swiper-slide .item-body .tt {
        font-size: 48px;
    }
    
    #intro.home #next_events_home {
        height: 100px;
        float: right;
        width: 75%;
        right: 0;
        top: -100px;
        margin-bottom: 0;
        /*border-radius: 5px 0 0 5px;*/
/*        box-shadow: -4px 0px 20px rgba(0, 0, 0, 0.2), -2px -2px 8px 3px rgba(0, 0, 0, 0.1);*/
    }
    
    #intro.home #next_events_home .next-event-home {
        width: 40%;
    }
    
    #intro.home #next_events_home .next-event-home:nth-child(3) {
        display: none;
    }
    
    #intro.home #next_events_home .next-event-home .next-event-home-body {
        justify-content: center;
    }
    
    #intro.home #next_events_home .next-event-home.see-all {
        width: 20%;
    }
    
    #intro.home #next_events_home .next-event-home:hover .next-event-home-bg {
        transform: scale(30);
    }
    
    .tribe-events-loop .article:hover .card .ripple {
        transform: scale(40);
    }
    
    aside .next-events ul li a:hover .next-event-bg {
        transform: scale(35);
    }

    #home_grid .sidebar-home,
    #single_post aside,
    #single_events aside,
    .w-sidebar aside,
    .blog-sidebar {
        position: -webkit-sticky;
	    position: sticky;
	    top: 100px;
	    z-index: 1;
	}

	#single_post .main-content,
	#single_events .main-content {
		position: -webkit-sticky;
	    position: sticky;
	    top: 90px;
	    z-index: 1;
	}

	.w-sidebar .stk-content,
	.blog-loop {
	    position: -webkit-sticky;
	    position: sticky;
	    top: 90px;
	    z-index: 1;
	    padding-bottom: 30px;
	}
    
    .tribe-events-loop .article.featured .card {
/*        border: 2px solid var(--primary);*/
    }
    
    /*
    .article {
        margin-bottom: 0;
    }
    
    .article .card {
        top: -40px;
        margin: 0 20px;
        box-shadow: 0 19px 38px rgba(0,0,0,0.05), 0 15px 12px rgba(0,0,0,0.05);
    }

    .article:hover .card {
        top: -45px;
    }
    */
    
    #single_post #intro.single-post .blurred,
    #single_post #intro.single-post .smoke,
    #single_post #intro.single-post .post-cover,
    #single_events #intro.single-events .blurred,
    #single_events #intro.single-events .smoke,
    #single_events #intro.single-events .events-cover {
        max-height: 600px;
    }
    
    #ev_list {}
    
    #single_post .sheet .post-info-box .post-title,
    #single_events .sheet .event-info-box .ev-title {
        line-height: 130%;
    }
    
    #download_list li {
        margin-right: 30px;
        margin-bottom: 30px;
        width: calc(50% - 15px);
        float: left;
    }
    
    #download_list li:nth-child(2n) {
        margin-right: 0;
    }
    
    #single_events.single-metropolitano .sheet .event-info-box .share-buttons {
        margin-top: -15px;
    }
    
    .related-articles section[class^="col-"]:last-child {
        display: inline-block;
    }
    
    #banner .item .banner-txt {
        font-size: 36px;
    }

    #tribe-events-gmap-0,
    #tribe-geo-map {
        max-height: 550px;
    }
    
    /* -------- FILTRO GIORNI HOME ------- */
    #day_filter_home {
        margin-bottom: 60px;
    }
    
    .giornata .events-ul {}
    
    .giornata .to-sticky {
        padding: 0;
    }
    
    .giornata .tt-date {
        width: 80px;
        height: 80px;
        padding: 0;
    }
    
    .giornata .tt-date-wrapper {
        top: 27px;
    	left: 1px;
    }
    
    .giornata .tt-date .tt-date-l {
/*        display: none;*/
    }

    
    .giornata .events-ul {
        padding-left: 15px;
    }
    
    
    .w-sidebar .content,
    #single_post .sheet,
    #single_events .sheet .event-content {
        border-right: 1px solid #ddd;
    }
    
    aside.blog-sidebar {
        margin-top: 0;
    }

    #single_edition .lanci-edition .row-lancio {
        margin-bottom: 120px;
    }

    #single_edition .description .figure,
    #single_edition .lanci-edition .figure,
    #landing_page .layout-alternati .figure {
        position: relative;
        margin: 0;
    }
    
    #single_edition .description .figure:before,
    #single_edition .lanci-edition .figure:before,
    #landing_page .layout-alternati .figure:before {
        content: "";
        position: absolute;
        top: 30px;
        left: 30px;
        height: 100%;
        width: 100%;
        display: block;
        z-index: 0;
        background-color: #f0f0f0;
    }
    
    #single_edition .description .figure:before {
        background-color: #fff;
    }
    
    #single_edition .description .figure .img-full,
    #single_edition .lanci-edition .figure .img-full,
    #landing_page .layout-alternati .figure .img-full {
        position: relative;
    }
    
    .w-sidebar .content,
    #single_post .sheet .post-info-box,
    #single_post .sheet .post-content,
    #single_events .sheet .event-content {
        padding: 30px 30px 30px 0;
    }
    
    #day_filter a {
        width: 100px;
        height: 100px;
    }
    
    .live_call .live-call-wrapper h2.page-title {
	    font-size: 28px;
    }
    
    .layout-banner .banner-content {
        font-size: 24px;
    }


}


@media screen and (min-width:1200px) {
    
    
    .cicognaz {
        right: 30px;
    }
    
    #desktop_navbar {
        line-height: 100%;
    }
    
    #desktop_navbar .navbar-social {}
    
    #desktop_navbar .navbar-social li {
        display: inline-block;
        vertical-align: middle;
    }
    
    #desktop_navbar #menu_menu_help,
    #desktop_navbar #switcher_desktop {
        margin-left: -15px;
    }
    
    #desktop_navbar #menu_menu_help li,
    #desktop_navbar #switcher_desktop li {
        display: inline-block;
        vertical-align: middle;
    }
    
    #desktop_navbar #menu_menu_help li + li:before,
    #desktop_navbar #switcher_desktop li + li:before {
        content: "-";
        margin: 0 5px 0 0px;
        font-size: 10px;
        font-weight: 300;
    }
    
    #desktop_navbar #menu_menu_help li .nav-link,
    #desktop_navbar #switcher_desktop li a {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 0;
        margin: 0;
        font-size: 13px;
    }
    
    #desktop_navbar #switcher_desktop li a {
        text-transform: uppercase;
        font-size: 13px;
    }
    
    #desktop_navbar #menu_main_menu {}
    
    #desktop_navbar #menu_main_menu li {
        display: inline-block;
        vertical-align: middle;
    }
    
    #desktop_navbar #menu_main_menu li .nav-link {
        margin: 0;
        font-size: 16px;
        padding: 5px 0 5px 15px;
        font-weight: 600;
    }

    #desktop_navbar #menu_menu_help li .nav-link,
    #desktop_navbar #menu_main_menu li .nav-link,
    #desktop_navbar #switcher_desktop li a {
        color: currentColor;
    }

    #desktop_navbar #menu_menu_help li .nav-link:hover,
    #desktop_navbar #menu_main_menu li .nav-link:hover,
    #desktop_navbar #switcher_desktop li a:hover {
        text-decoration: none;
        color: var(--primary);
        background-color: transparent;
    }

    #desktop_navbar #menu_menu_help li.active .nav-link,
    #desktop_navbar #menu_main_menu li.active .nav-link,
    #desktop_navbar #switcher_desktop li a.current {
        text-decoration: none;
        color: var(--primary);
        font-weight: 700;
        background-color: transparent;
    }
    
    #desktop_navbar #menu_main_menu .dropdown-menu {
        border: 0;
        padding: 5px;
        border-radius: 0;
        top: calc(100% + 9px);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
    
    #desktop_navbar #menu_main_menu .dropdown-menu:before {
        position: absolute;
        top: -7px;
        left: calc(50% - 4px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        border-color: transparent transparent #ffffff transparent;
    }
    
    #desktop_navbar #menu_main_menu .dropdown-menu .dropdown-item {
        margin: 0;
        color: currentColor;
        font-size: 14px;
        padding: 7px 9px;
    }
    
    #desktop_navbar #menu_main_menu .dropdown-menu .dropdown-item:hover {
        text-decoration: none;
        color: var(--primary);
        background-color: transparent;
    }
    
    #desktop_navbar #menu_main_menu .dropdown-menu .current-menu-item.active .dropdown-item {
        text-decoration: none;
        color: var(--primary);
        font-weight: 700;
        background-color: transparent;
    }
    
    
    #kumquat .swiper-slide .tt {
        font-size: 36px;
    }
    
    #kumquat .swiper-slide .txt {
        font-size: 22px;
    }
    
    #kumquat .swiper-slide .moreBtn {
        font-size: 17px;
    }
    
    #kumquat .slide-2022::after {
        height: 29.5%;
        background: linear-gradient(167deg, rgba(48, 132, 142, 1) 0%, rgba(48, 132, 142, 0) 50%);
    }
    
    #kumquat .slide-2022 .figure-2022 {
        margin-top: 200px;
    }
    
    #day_filter a {
        width: 110px;
        height: 110px;
    }
    
    
    #intro.home .swiper-slide .item-body .tt {
        font-size: 56px;
    }
    
    #intro.home #next_events_home {}
    
    #intro.home #next_events_home .next-event-home {
        width: 28%;
    }
    
    #intro.home #next_events_home .next-event-home:nth-child(3) {
        display: inline-block;
        width: 26%;
    }
    
    #intro.home #next_events_home .next-event-home.see-all {
        width: 16%;
    }
    
    #single_post #intro.single-post .blurred,
    #single_post #intro.single-post .smoke,
    #single_post #intro.single-post .post-cover,
    #single_events #intro.single-events .blurred,
    #single_events #intro.single-events .smoke,
    #single_events #intro.single-events .events-cover {
        max-height: 680px;
    }
    
    .tribe-events-loop .article:hover .card .ripple {
        transform: scale(35);
    }

    #tribe-events-gmap-0,
    #tribe-geo-map {
        max-height: 700px;
    }

    #download_list li {
        margin-right: 30px;
        margin-bottom: 30px;
        width: calc((100% / 3) - 20px);
        float: left;
    }
    
    #download_list li:nth-child(2n) {
        margin-right: 30px;
    }
    
    #download_list li:nth-child(3n) {
        margin-right: 0;
    }
    
    .giornata .tt-date-wrapper {
        /*top: 35px;
        font-size: 12px;*/
    }
    
    .giornata .tt-date .tt-date-l {
        /*display: block;*/
    }
    
    .giornata .events-ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    
    .breadcrumbs {
        margin-top: 60px;
    }
    
    #day_filter {
/*        margin-top: 72px;*/
    }
    
    #page_fix {
        margin-top: 72px;
    }
    
    .tribe-events-venue,
    #tribe-geo-map-wrapper {
        margin-top: 72px;
    }
    
    .tribe-events-loop .article .ev-date {
        width: 65px;
        height: 65px;
    }
    
    .tribe-events-loop .article .ev-date .ev-day {
        margin-top: 13px;
        font-size: 26px;
    }
    
    #kumquat .slide-2022 {
    	padding-bottom: 0;
	}

	#kumquat .slide-2022 a#fake_btn {
		bottom: 110px;
	}
    
}

@media screen and (min-width:1400px) {
    
    #kumquat .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media screen and (min-width:1600px) {
    #intro.home #next_events_home .next-event-home:hover .next-event-home-bg {
        transform: scale(50);
    }
}

/* -------- EXTRA ------- */
/**
 * Swiper 6.4.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 22, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}


/**
* fancyBox v3.5.7
**/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.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:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#212121;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.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{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}



/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}



@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}



@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.spinner {
  width: 50px;
  height: 16px;
  text-align: center;
  font-size: 10px;
	position: relative;
	top: 50%;
	margin: -8px auto 100px;
}

.spinner > div {
  background-color: #666;
  height: 100%;
  width: 1px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* fine spinner */

@-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }

    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }

    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
}

@keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }

    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}
