/* aspect ratios to try:
 * 56.25% = 16:9
 * 75% = 4:3
 * 66.66% = 3:2
 * 62.5% = 8:5
 */
body{
    font-family: 'Assistant', sans-serif;
    line-height: 1.4;
    color: #575756;
    overflow-x: hidden;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    font-feature-settings: "liga" off;
    -webkit-font-feature-settings: "liga" off;
    -moz-font-feature-settings: "liga" off;
    padding-top: 100px;
}
#mainSite{
    min-height: 70vh;
}
.afterFixed{
    left: 15px !important
}
strong{
    font-weight: 600
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block,
.has-success .radio, .has-success .radio-inline, .has-success.checkbox label,
.has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label{
    color: inherit
}
input[type='number']{
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
button{
    box-shadow: none;
}
.img-full{
    width:100%;
    max-width:none;
    height:auto;
    display:block;
}
.checkbox-inline input[type="radio"]{
    margin-left: -20px;
    position: absolute;
}
.checkbox-inline, .radio-inline{
    padding-left: 20px
}
.checkbox label:before{
    background-color: #fff;
    border-radius: 0;
    border-color: #ccc
}
.checkbox label:after{
    color: #333
}
.submitBtn{
    background-color: #fff;
    width: 200px;
    height: 50px;
    border: 1px solid #575756;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
a, a:hover, button, .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
    text-decoration: none
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group{
    margin-right: 0
}
.checkbox label{
    font-size: 12px;
    padding-left: 5px
}
.radio label{
    padding-left: 5px
}
.checkbox label a{
    color: #337ab7
}
.modal-backdrop.in{
    opacity: 0.8
}
.form-control:focus{
    box-shadow: none
}
.inputWi{
    position: relative
}
.inputWi input,
.inputWi textarea,
.inputWi select{
    font-size: 14px;
    height: 42px;
    padding: 5px;
    box-shadow: none !important;
    border-color: #ccc !important;
    border-radius: 0;
    resize: none;
}
.inputWi input,
.inputWi textarea{
    padding: 17px 0 0 7px;
}
.inputWi textarea{
    height: auto
}
.inputWi span{
    position: absolute;
    pointer-events: none;
    left: 10px;
    color: #636363;
    top: 13px;
    transition: 0.2s ease all;
    font-size: 14px;
}
.inputWi span.active{
    top: 4px;
    bottom: 10px;
    font-size: 10px;
    opacity: 1;
    color: #515151;
    left: 7px;
}
.btn-file input[type="file"]{
    background: white none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    font-size: 100px;
    opacity: 0;
    width: 100%;
    height: 35px;
    outline: medium none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.dt{
    display: table;
    width: 100%
}
.dtc{
    display: table-cell;
    vertical-align: middle
}
.title1{
    font-family: 'Playfair Display';
    font-size: 33px;
    font-weight: normal;
}
.title2{
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: normal;
}
.title3{
    font-family: 'Playfair Display';
    font-size: 28px;
    font-weight: normal;
}
.title4{
    font-size: 32px;
    font-weight: 300;
    color: #e40521;
}
.title5{
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 30px;
}
.title6{
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
header .container-fluid{
    padding-left: 0
}
.navbar{
    border-radius: 0;
    margin-bottom: 0;
    min-height: 70px;
    border: 0;
    background-color: #fff;
}
.navbar-brand{
    padding: 0;
    display: inline-block;
    height: auto;
}
.navbar-brand img{
    width: 100px;
    transition: all 0.4s
}
header.stick .navbar-brand img{
    width: 80px;
}
/*header.stick .navbar-nav > li > a,*/
/*header.stick .navbar-nav > li > a:hover,*/
/*header.stick .navbar-nav > li > a:focus{*/
/*    margin-top: 45px*/
/*}*/
.navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
    font-size: 16px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin: 60px 10px 0;
    font-weight: 300;
    transition: all 0.3s;
}
@media (min-width: 1200px){
    .navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
        font-size: 18px;
    }
}
.navbar-nav > li.active > a{
    color: #e40521;
}
.navbar-nav > li.contactLinkHead{
    position: absolute;
    right: 0;
}
.nav-social-links{
    display: none;
}
@media (min-width: 992px){
    .nav-social-links{
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    .nav-social-links li{
        display: inline-block;
        padding: 0 5px;
    }
    .nav-social-links a{
        display: inline-block;
    }
    .nav-social-links img{
        width: 20px;
        height: auto;
        display: block;
    }
}
.topMenu{
    position: absolute;
    right: 0;
    top: 5px;
}
.topMenu > div{
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
}
.topMenu a{
    color: inherit;
}
@media (max-width: 768px){
    .topMenu a, .topMenu > div{
        font-size: 20px;
        display: block;
    }
    .topMenu a{
        margin:0 0 10px;
        font-weight:300;
    }
}
.instituteBanner{
    height: 640px;
    display: block;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    background-position: center;
}
.eventBanner > div:first-child{
    float: left;
    height: 640px;
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.eventBanner > div:last-child{
    float: left;
    height: 640px;
    width: 40%;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}
.txtBannerEvent{
    padding: 20px;
}
.txtBannerEvent h4{
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.txtBannerEvent h4.dateInfo{
    padding-top: 30px;
}
.txtBannerEvent .subtitleInfo{
    font-size: 18px;
}
.rolesBannerCnt{
    font-weight: 200;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 10px;
}
.rolesBannerCnt > div{
    margin-bottom: 10px;
}
.rolesBannerCnt h3{
    margin-bottom: 0;
    line-height: 1
}
.shortDescBanner p{
    margin-bottom: 0;
    line-height: 1.2
}
.shortDescBanner{
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 16px;
}
.txtBannerEventMain{
    height: 430px;
    max-width: 360px
}
.txtBannerEventMain .title1{
    font-size: 30px;
    margin: 0;
}
.txtBannerEventMain .role{
    font-size: 24px;
    margin: 0;
}
.subTitleEvent{
    font-weight: 600;
    margin-bottom: 20px;
}
.tagsCnt{
    font-family: 'Playfair Display';
    font-size: 12px;
    margin-bottom: 30px;
}
.linkEventBannerCnt a{
    display: inline-block;
    padding: 12px 5px;
    width: 170px;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}
.linkEventBannerCnt a:not(:last-child){
    margin-right: 15px
}
.linkEventBannerCnt a.btnBuyTicket{
    border-color: #e40521;
    color: #e40521;
    background-color: #fff;
}
#owlHome .owl-nav > div{
    position: absolute;
    background-color: transparent;
    background-size: 69px;
    border-radius: 0;
    width: 69px;
    height: 69px;
    bottom: 10px;
    padding: 0;
}
#owlHome .owl-nav .owl-prev{
    background-image: url('/images/icone/arrow_sx_bianco.png');
    left: 15px;
}
#owlHome .owl-nav .owl-next{
    background-image: url('/images/icone/arrow_dx_bianco.png');
    right: 15px;
}
#owlHome .owl-dots{
    position: absolute;
    bottom: 30px;
    left: 62%;
    padding-left: 20px;
}
#owlHome .owl-dots .owl-dot span{
    border: 1px solid #fff;
    background-color: transparent;
}
#owlHome .owl-dots .owl-dot.active span{
    background-color: #fff
}
#owlHome .owl-controls{
    margin-top: 5px
}
.nextEventCnt{
    background-color: #575756;
    color: #fff;
    font-size: 16px;
}
.nextEventCnt .dtc{
    border-left: 1px solid #fff;
    font-weight: 200;
    font-size: 16px;
    width: 33.2%;
    cursor: pointer;
    position: relative;
}
.nextEventCnt .dtc:last-child{
    border-right: 1px solid #fff
}
.nextEventCnt h3{
    margin: 0;
}
.nextEventCnt .subtitleNew{
    font-family: 'Playfair Display';
    text-transform: capitalize;
    font-style: italic;
}
.popupEvent{
    position: absolute;
    left: 0;
    top: 110%;
    background-color: #575756;
    border: 1px solid #b2b2b2;
    width: 100%;
    padding: 15px;
    z-index: 100;
    display: none;
    cursor: default;
}
.popupEvent p{
    margin-bottom: 0
}
.infoNextEvent{
    position: relative;
    padding: 20px;
}
.popupEvent strong{
    font-weight: 600
}
.popupEvent .linkEventBannerCnt a{
    font-size: 10px;
    width: 29.8%;
}
.popupEvent .linkEventBannerCnt{
    margin-top: 20px;
    text-align: right
}
.popupEvent h2{
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 22px;
}
.popupEvent .rolesBannerCnt{
    font-size: 22px
}
.popupEvent .rolesBannerCnt > div{
    margin-bottom: 7px
}
.popupEvent h3{
    font-size: 22px
}
.popupEvent:after{
    background-image: url('/images/icone/punta-scura.png');
    background-repeat: no-repeat;
    background-size: 49px;
    content: '';
    display: inline-block;
    width: 49px;
    height: 22px;
    position: absolute;
    top: -22px;
    left: 44%;
}
.popupEvent.top{
    bottom: 110%;
    top: auto;
}
.popupEvent.top:after{
    background-image: url('/images/icone/punta-scura-bottom.png');
    top: 100%;
}
.filterEventCnt{
    text-align: center;
    margin: 20px 0 15px;
}
#filterEventBtn{
    font-size: 15px;
    text-transform: uppercase;
    color: #706f6f;
    padding: 5px 40px;
    background-color: #fff;
    border: 1px solid #706f6f;
    font-weight: normal;
}
.tooltipFilterEvent{
    position: absolute;
    width: 100%;
    text-align: left;
    left: auto;
    right: auto;
    z-index: 20;
    background-color: #fff;
    border: 1px solid #706f6f;
    top: 25px;
    padding: 30px 20px;
    display: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}
.tooltipFilterEvent:before{
    background-image: url('/images/icone/punta-bianco.png');
    background-repeat: no-repeat;
    background-size: 49px;
    content: '';
    display: inline-block;
    width: 49px;
    height: 22px;
    position: absolute;
    top: -22px;
    left: calc(50% - 25px);
}
.tooltipFilterEvent h3{
    margin: 0 0 15px;
}
.filtersCnt{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.filtersCnt label{
    font-size: 15px
}
.filtersCnt.ac{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.filtersCnt > div{
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 10px;
}
.filtersCnt .checkbox label::before{
    border-radius: 100%;
}
.filtersCnt .checkbox input[type=checkbox]:checked + label:after{
    content: '';
    background-color: #9d9d9c;
    border-radius: 100%;
    left: 2px;
    top: 2px;
}
.closeFilterEvent{
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.closeFilterEvent img{
    width: 12px;
    transition: all 0.4s
}
.closeFilterEvent img:hover{
    width: 18px;
}
.resetConfirmFilterCnt{
    text-align: center;
    margin-top: 30px
}
.resetConfirmFilterCnt button, .resetConfirmFilterCnt a, .btnStandard{
    border: 1px solid #706f6f;
    padding: 5px;
    text-transform: uppercase;
    font-size: 15px;
    background-color: #fff;
    width: 200px;
    display: inline-block;
}
.resetConfirmFilterCnt button:first-child{
    margin-right: 15px
}
.calendarScrollCnt{
    padding: 10px 10px 30px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
tr.dates td > div{
    height: 65px;
    border-right: 1px solid #fff;
    background-color: #f6f6f6;
    font-size: 10px;
    padding: 2px 12px;
    text-align: center;
    cursor: pointer;
}
tr.dates td.clicked > div{
    background-color: #575756 !important;
    color: #fff
}
.dayNumber{
    font-size: 24px;
    font-family: 'Playfair Display', serif;
}
tr.dates td.today > div{
    color: #fff;
    background-color: #575756;
}
tr.dates td.weekend > div{
    background-color: #e3e3e3;
}
tr.head td span{
    position: -webkit-sticky;
    position: sticky;
    left: 5px;
    font-size: 21px;
    font-family: 'Playfair Display';
    margin-bottom: 5px;
    display: inline-block;
}
tr.head td:not(:first-child) span{
    color: #9d9d9c
}
.dotEventCnt{
    position: absolute;
    bottom: -9px;
    width: 100%;
    left: 0;
    text-align: center;
}
.dotEventCnt span{
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 1px;
}
.dotEventCnt span.external{
    position: relative;
}
#popupInfoEvent{
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    z-index: 15;
    text-align: center;
    margin-top: -15px;
}
#popupInfoEvent > div{
    padding: 15px 25px 25px;
    border: 1px solid #706f6f;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    margin: auto;
    display: inline-block;
    position: relative;
}
#popupInfoEvent .dtc{
    width: 400px;
    padding-right: 20px;
    vertical-align: top
}
#popupInfoEvent .nameRole{
    font-family: "Playfair Display";
    font-size: 15px;
}
#popupInfoEvent .nameRole + span{
    font-size: 15px
}
#popupInfoEvent .dtc b{
    font-weight: 600
}
/*#popupInfoEvent:before{
	background-image: url('/images/icone/punta-bianco.png');
	background-repeat: no-repeat;
	background-size: 49px;
	content: '';
	display: inline-block;
	width: 49px;
	height: 22px;
	position: absolute;
	top: -22px;
	left: 46%;
}*/
.infoEventCaledar{
    padding-left: 0
}
.titlePopupInfo{
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 5px;
    font-family: "Playfair Display";
    text-transform: uppercase;
}
#popupInfoEvent h3{
    font-family: 'Playfair Display';
    font-size: 17px;
    margin: 0 0 15px;
    text-align: left;
}
.closePopupInfoEvent{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 12px;
}
.seeAsList{
    text-align: center;
    margin: 40px 0 50px;
}
.seeAsList a{
    color: inherit;
}
.seeAsList a img{
    width: 27px;
    margin-left: 15px;
}
.glassSearch{
    background-color: #e40521;
    padding: 0;
    border-radius: 0;
    border: 0;
}
.glassSearch button{
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
}
.glassSearch button img{
    width: 50px;
}
.formFindEvent .input-group{
    border: 1px solid #94949c
}
.formFindEvent input{
    height: 50px;
    border: 0;
}
.formFindEvent .dropdown-toggle{
    height: 50px;
    background-color: #ededed;
    border-radius: 0;
    border: 0;
    color: #878787 !important;
    font-size: 16px;
    min-width: 200px;
    font-weight: 300;
}
.bselect .dropdown-menu.open{
    z-index: 1020
}
.dropdown-toggle .caret{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px dashed;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret{
    border-bottom: 7px dashed;
    border-top: 0
}
.formFindEvent .moreSelect .dropdown-toggle{
    border-right: 1px solid #565657
}
.formFindEvent{
    margin: 30px 0 50px
}
.bannerMiddleCnt a{
    display: inline-block
}
.bannerMiddleCnt{
    margin-bottom: 70px;
    text-align: center
}
.bannerSeasonCnt{
    margin-bottom: 70px
}
.bannerSeasonCnt a{
    display: block;
    margin-bottom: 30px;
}
.attColltxtIntro{
    height: 360px;
    font-weight: 200;
    font-size: 26px;
}
.attColltxtIntro b{
    font-weight: 600
}
.attColltxtIntro img{
    margin-bottom: 30px
}
.sidelineHomeAll a{
    height: 370px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}
.sidelineHomeAll a span{
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
    display: inline-block;
    font-size: 15px;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.listSideline{
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 70px;
    padding-bottom: 30px;
}
.listSideline a{
    display: block;
    margin: 30px 10px 0px;
    text-align: center;
    transition: all 0.3s;
    font-size: 26px;
    color: inherit;
    font-weight: 200;
}
.listSideline a img{
    max-width: 255px
}
.listSideline .dtc{
    width: 25%
}
.listSideline a:hover{
    color: #e40521;
}
.homeNews{
    background-color: #f6f6f6;
    padding: 30px 0;
    margin-bottom: 70px;
}
.homeNews .newsItemList h3{
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0;
}
.seeAll a{
    color: inherit;
    margin-left: 5px;
}
.dateNews{
    margin: 10px 0;
}
.homeNews h2{
    margin-bottom: 50px;
    color: #9d9d9c
}
.newsItem{
    margin-bottom: 30px
}
.iconHomeLinks{
    margin-bottom: 70px
}
.iconHomeLinks a{
    display: block;
    text-align: center;
    color: inherit;
}
.iconHomeLinks a img{
    width: 85px;
    margin: auto;
    display: block;
}
.boxNewsletter{
    background-color: #e40521;
    color: #fff;
    padding: 30px 15px 0 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 80px;
    min-height: 318px;
}
.boxNewsletter h2{
    font-family: 'Playfair Display';
    font-size: 30px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: normal;
}
.boxNewsletter button{
    border: 1px solid #fff;
    margin: 25px 0;
    text-transform: uppercase;
    padding: 12px 5px;
    width: 250px;
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    font-weight: normal;
}
.boxNewsletter .newsletter-desc.small{
    font-size: 18px;
    line-height: 1.2;
}
.infoArchivioNewLetter{
    font-size: 17px;
}
.sponsorCnt{
    margin: 40px 0 80px;
}
@media (min-width: 1200px){
    .row-promo{
        display: flex;
    }
    .boxNewsletter{
        margin-bottom: 0;
        padding: 30px;
        min-height: 388px;
    }
    .boxNewsletter h2{
        font-size: 42px;
    }
    .boxNewsletter .newsletter-desc.small{
        font-size: 22px;
        line-height: 1.2;
    }
}
.footerLinksCnt{
    background-color: #9d9d9c;
    color: #fff;
    padding: 30px 0;
    line-height: 1.1
}
.footerLinksCnt a{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.footerLinksCnt h4 a{
    font-size: 18px;
    font-weight: 300
}
.linkListFooter > div{
    margin-bottom: 10px
}
.logoFooter{
    width: 228px
}
.legalInfo{
    background-color: #575756;
    color: #fff;
    padding: 20px 0;
}
.legalInfo a{
    color: #fff
}
.socialFoot a{
    margin-left: 10px
}
.socialFoot img{
    width: 20px
}
.subFooter{
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
}
.breadcrumbs{
    margin: 20px 0 30px 115px;
    font-size: 13px;
}
.breadcrumbs a{
    text-decoration: underline;
    color: inherit
}
.breadcrumbs h1{
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    display: inline;
}
.sidelineList{
    font-size: 22px;
    font-weight: 200;
    line-height: 1.2;
}
.sidelineList img{
    margin-bottom: 10px
}
.sidelineList .item{
    border-top: 1px solid #b2b2b2;
    padding: 60px 0;
}
.sidelineList a.link{
    height: 370px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}
.sidelineList a.link span{
    border: 1px solid #fff;
    display: inline-block;
    padding: 15px 40px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-weight: normal;
}
.imgTop{
    margin-bottom: 60px
}
.imgTop.bg{
    height: 515px;
    background-position: center;
    background-size: cover;
    display: table;
    width: 100%;
}
.imgTop.bg > div{
    background-color: rgba(0, 0, 0, 0.5);
}
.boxSectionPage{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    padding-top: 80px;
}
.boxSectionPage:first-child{
    padding-top: 0
}
.downloadList{
    margin-bottom: 70px
}
.downloadList h4, .infoBoxPage h4{
    font-family: 'Playfair Display';
    font-size: 20px;
    font-style: italic;
    border-bottom: 1px solid #706f6f;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.downloadList a{
    display: block;
    background-image: url('/images/icone/download.png');
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-size: 17px;
    color: inherit;
    padding: 5px 40px 5px 5px;
    font-size: 15px;
    transition: all 0.2s;
}
.downloadList a:hover{
    background-color: #f6f6f6
}
.downloadList > div{
    margin-bottom: 5px
}
.infoBoxPage{
    margin-bottom: 70px;
    font-family: 'Playfair Display';
    font-size: 24px;
}
.infoBoxPage button{
    border: 1px solid #706f6f;
    background-color: #fff;
    display: block;
    width: 100%;
    font-family: 'Assistant';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 5px;
}
.tableAC{
    font-size: 15px
}
.tableAC th{
    font-weight: 400;
    text-transform: uppercase;
    background-color: #f6f6f6;
    border-color: #fff !important;
}
.tableAC td{
    border-color: #fff !important;
    background-color: #f6f6f6;
}
.tableAC tbody td:first-child{
    background-color: #333;
    color: #fff;
    font-family: 'Playfair Display';
    width: 20%;
}
.tableAC tbody td:nth-child(2){
    font-family: 'Playfair Display';
    text-transform: uppercase;
    width: 55%;
}
.tableAC tbody td:last-child{
    background-color: #e3e3e3;
    width: 25%;
}
.tableTicket{
    margin-bottom: 20px;
    border-bottom: 3px solid #333;
    padding-bottom: 10px;
}
.tableTicket h4{
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.tableTicket h4 + div{
    font-size: 15px
}
.tableTicket h4 + div p{
    margin-bottom: 0
}
.seePrice, .hidePrice{
    text-align: right
}
.seePrice a, .hidePrice a{
    cursor: pointer;
    font-size: 13px;
    background-image: url('/images/icone/arrow_down.png');
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-size: 18px;
    padding-right: 25px;
    display: inline-block;
    color: inherit;
}
.hidePrice a{
    background-image: url('/images/icone/arrow_up.png');
}
.tablePrice{
    font-size: 15px
}
.tablePrice table tbody td{
    border-top: 0;
    border-bottom: 1px solid #575756;
}
.tablePrice .table + p{
    display: none
}
.generalInfo{
    font-size: 18px
}
.menuSx{
    list-style: none;
    padding-left: 0;
    padding-top: 100px;
}
.menuSx a{
    font-size: 18px;
    color: #706f6f;
    font-weight: 300;
    cursor: pointer;
    line-height: 1.1;
}
.menuSx li{
    margin-bottom: 15px
}
.menuSx li.active a{
    color: #e40521
}
.mainPage section, .mainPageAmmTrasp section{
    padding-top: 80px;
    margin-bottom: 70px;
    font-size: 18px;
    font-weight: 300;
    color: #706f6f;
}
.mainPageAmmTrasp section{
    padding-top: 20px
}
.mainPage section a, .mainPageAmmTrasp section a{
    color: inherit;
    text-decoration: underline
}
.mainPage section table a, .mainPageAmmTrasp section table a{
    text-decoration: none
}
.mainPage section:first-child{
    padding-top: 0
}
.mainPageAmmTrasp section .dettTxt > div{
    margin-bottom: 20px
}
.mainPage section h2{
    margin-top: 0;
}
.mainPage section > img, .mainPageAmmTrasp section > img{
    margin-bottom: 30px
}
.subtitleEvent{
    font-size: 15px;
    font-family: "Playfair Display";
    font-style: italic;
}
.listCategoryEvent{
    margin: 5px 0 60px;
}
.listCategoryEvent > div{
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
.listCategoryEvent span{
    font-size: 20px;
    font-family: 'Playfair Display';
    margin: 0 10px;
}
.listCategoryEvent span.labelThisEvent{
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 300;
    top: 12px;
    font-family: 'Assistant';
}
.sidelineBar{
    background-color: #333;
}
.sidelineBar .info{
    position: absolute;
    cursor: pointer;
    right: 6px;
    width: 22px;
    top: 8px;
}
.eventMainInfo{
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 300
}
.eventMainInfo p{
    margin: 0 0 0 6px;
}
.eventMainInfo a{
    color: inherit;
    text-decoration: underline
}
.eventMainInfo > div > div{
    margin-bottom: 20px
}
.eventMainInfo h1{
    font-family: 'Playfair Display';
    font-size: 38px;
    font-weight: normal;
    margin: 0 0 20px;
}
.eventMainInfo .table{
    font-size: 15px
}
#galleryEvent a > img{
    height: 100px;
    margin: auto
}
#galleryEvent a{
    background-color: #575756;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
#galleryEvent a > img + div{
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
    z-index: 3;
    text-align: center;
}
#galleryEvent a > img + div img{
    width: 80px;
}
.boxEventExtra{
    margin-bottom: 60px
}
.boxEventExtra h4{
    font-family: 'Playfair Display';
    font-size: 20px;
    font-style: italic;
    border-bottom: 1px solid #575756;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.eventExternal{
    font-size: 20px;
    line-height: 1;
    margin-top: -4px;
    font-weight: 300;
}
.newsRelEvent{
    font-size: 13px
}
.newsRelEvent .data{
    text-transform: uppercase;
    margin-bottom: 5px
}
.newsRelEvent .title{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1
}
.newsRelEvent{
    display: block;
    margin-bottom: 15px;
    color: inherit !important;
}
.shareFB{
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}
.shareFB span{
    text-decoration: underline;
    margin-left: 10px;
    font-family: 'Playfair Display';
    color: #575756;
}
.callBiglietti{
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
}
.callBiglietti h4{
    margin: 20px 0 5px
}
.infoForTicketCnt{
    margin-bottom: 80px;
    text-align: center
}
.infoForTicketCnt a, .linkButton a{
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    border: 1px solid #575756;
    padding: 10px 5px;
    width: 220px;
    text-transform: uppercase;
    color: inherit;
}
.infoForTicketCnt a:not(:last-child){
    margin-bottom: 15px
}
a.buy{
    background-color: #e40521;
    border-color: #e40521;
    color: #fff;
}
.tendaBg{
    background-image: url('/images/banner/teatro_tenda_2.jpg');
    height: 475px;
    background-repeat: no-repeat;
    background-position: center;
}
.tendaBg > .dt{
    height: 100%
}
.tendaBg h1{
    color: #fff
}
.newsItemList a > div{
    background-size: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #565657;
    transition: all 0.6s;
}
.newsListPage .newsItemList a > div{
    height: 175px
}
.newsListPage .newsItemList{
    height: 280px
}
.newsItemList .data{
    text-transform: uppercase;
    margin: 15px 0 10px;
}
.newsItemList h3{
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0 0;
}
.newsItemList a:hover > div{
    background-size: 110%;
}
.newsItemList{
    height: 390px;
    margin-bottom: 30px;
}
.newsListPage h1{
    text-align: center;
    font-weight: 300;
    margin: 0 0 40px;
}
.paginatorNews{
    text-align: center;
    margin: 30px 0 80px;
    font-size: 16px;
    font-weight: 300;
}
.paginatorNews > div{
    margin: 0 40px;
    display: inline-block;
}
.newsTxtMain{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px
}
.snippetTxtWithTitleUnderscored h3{
    font-family: 'Playfair Display';
    margin: 0 0 5px;
    border-bottom: 1px solid #575756;
    padding-bottom: 10px;
    font-size: 20px;
    font-style: italic;
}
.snippetTablePrice table th, .snippetTablePriceSmall table th{
    font-weight: 600;
    text-transform: uppercase;
}
.snippetTablePrice .table, .snippetTablePriceSmall .table{
    border-bottom: 1px solid #ddd
}
.snippetTablePrice table th{
    text-align: right
}
.snippetTablePrice table th img{
    cursor: pointer;
    vertical-align: super;
    width: 18px !important;
}
.mainPage section > div > div{
    margin-bottom: 60px;
}
.snippetTablePrice table th:first-child{
    width: 40%
}
.snippetTablePrice table th{
    width: 20%
}
.snippetTableAbb table thead th{
    background-color: #f6f6f6;
    text-transform: uppercase;
    font-weight: 300;
}
.snippetTableAbb tr:first-child td{
    border-top: 0
}
.snippetTablePrice h3, .snippetTablePriceSmall h3{
    text-transform: uppercase
}
.snippetTablePrice tbody td:first-child{
    text-transform: uppercase
}
.snippetTablePrice tbody td:not(:first-child){
    text-align: right
}
.snippetTableAbb table tbody td:first-child{
    width: 20%;
    font-family: 'Playfair Display';
    font-size: 14px
}
.snippetTableAbb td{
    border-color: #fff !important
}
.snippetTableAbb table tbody td:nth-child(2){
    background-color: #f6f6f6;
    width: 55%;
    font-family: 'Playfair Display';
    font-size: 15px;
}
.snippetTableAbb a{
    color: inherit
}
.snippetTableAbb table tbody td:last-child{
    background-color: #e3e3e3;
    width: 25%;
    line-height: 1.5;
    font-size: 15px;
}
.snippetTxtLittle{
    font-size: 15px
}
.snippetTablePriceSmall table th, .snippetTablePriceSmall table td:last-child{
    text-align: right
}
.snippetTxtImg2col p{
    font-size: 15px
}
.snippetTxtImg2col h3{
    font-weight: 300;
    font-size: 20px
}
.snippetAttach a{
    display: inline-block;
    color: inherit;
    text-decoration: none;
    background-image: url('/images/icone/download.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 5px 5px 25px;
    background-size: 17px;
}
.snippetSpace{
    margin: 20px 0
}
.snippetTableCv{
    font-size: 15px
}
.downloadIcon{
    background-image: url('/images/icone/download.png');
    background-repeat: no-repeat;
    background-size: 17px;
    display: inline-block;
    height: 18px;
    width: 17px;
}
.itemEventFound a{
    transition: all 0.4s;
    display: block;
    color: inherit;
    text-decoration: none;
    background-color: #f6f6f6;
}
/*.itemEventFound a:hover{ margin-left: -15px; }*/
.itemEventFound a > .dt > .dtc:first-child{
    width: 25%;
    vertical-align: top;
}
.itemEventFound a > .dt > .dtc:nth-child(2){
    width: 75%;
    padding: 10px;
    font-family: 'Playfair Display';
    vertical-align: top;
}
.itemEventFound a > .dt > .dtc:nth-child(3){
    width: 27%;
    vertical-align: top
}
.itemEventFound{
    margin-bottom: 40px
}
.itemEventFound .dtc h4{
    margin: 0 0 5px;
    font-size: 16px;
}
.itemEventFound .dtc h2{
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}
.eventDateRow:after{
    clear: both;
    display: table;
    content: ''
}
.eventDateCol{
    padding-left: 10px;
    color: #fff;
    float: left;
    width: 25%;
    text-transform: uppercase;
    margin-top: 2px;
}
.eventDateCol:not(:nth-of-type(4n)){
    margin-right: 2px;
}
.eventDateCol:nth-of-type(4n){
    width: 24.3%;
}
/*.eventDateCol:not(:nth-of-type(3n)){ margin-right: 2px; }
.eventDateCol:nth-child(n+4){ margin-top: 2px; }*/
.eventDateCol > div{
    display: inline-block;
    line-height: 1;
}
.eventDateCol > div:not(:last-child){
    margin-right: 2px
}
.eventDateCol > div:nth-child(1){
    font-size: 15px;
}
.eventDateCol > div:nth-child(2){
    font-size: 26px;
    font-family: 'Playfair Display';
    line-height: normal
}
.eventDateCol > div:nth-child(3){
    font-size: 12px;
}
.eventDateCol > div:nth-child(4){
    font-size: 12px;
}
.eventDateCol > div:nth-child(5){
    font-size: 18px;
    font-weight: 300
}
.listEventFound{
    padding: 60px 0 80px
}
.rolesEventListCnt{
    line-height: 1.1
}
.rolesEventListCnt span{
    font-size: 24px
}
.rolesEventListCnt span:first-child{
    text-transform: uppercase;
}
.rolesEventListCnt span:last-child{
    font-family: 'Assistant';
    font-weight: 300;
}
.seeMoreEvent{
    text-align: center;
    margin-bottom: 60px
}
.seeMoreEvent > div{
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}
.seeMoreEvent img{
    width: 70px;
    margin-top: 20px
}
.filterCntArchive{
    margin-bottom: 100px
}
.listEventFoundArchive h4{
    margin-bottom: 0
}
.listEventFoundArchive .listEventFound{
    padding-top: 40px
}
.galleryPage{
    margin-bottom: 100px
}
.galleryPage h1{
    margin-top: 0;
    margin-bottom: 20px
}
.galleryTagsCnt button{
    border: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 20px;
    margin: 0 30px;
    color: #9d9d9c;
}
.galleryTagsCnt{
    text-align: center;
    margin: 0 0 20px;
}
.galleryTagsCnt button.active{
    text-decoration: underline
}
#gallery h5{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    opacity: 0;
    transition: all 0.4s;
}
#gallery > div{
    cursor: pointer
}
#gallery > div:hover h5{
    opacity: 1
}
#gallery .play{
    position: absolute;
    top: calc(50% - 40px);
    width: 100%;
    left: 0;
    z-index: 3;
    text-align: center;
}
#gallery .play img{
    width: 80px;
}
#mappaVV{
    height: 515px;
    margin-bottom: 30px
}
.contattiList{
    margin-bottom: 70px
}
.contattoItem{
    height: 160px
}
.infoContatti{
    margin-bottom: 80px;
    font-size: 18px;
    font-weight: 300
}
.contattoItem button{
    border: 1px solid #565657;
    padding: 12px 45px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #fff;
    margin-top: 20px;
}
.modal-dialog .close img{
    width: 12px
}
.modalDefault .close, .infoModal .close{
    opacity: 1
}
.infoModal .close{
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
.infoModal .modal-body{
    padding: 30px
}
.modalDefault .modal-content, .infoModal .modal-content{
    border-radius: 0;
    background-color: #f6f6f6
}
.modalDefault h4, .infoModal h4{
    font-size: 22px;
    font-family: 'Playfair Display';
}
.infoModal h4{
    margin-bottom: 15px;
    margin-top: 0
}
.infoModalInfo{
    margin-bottom: 20px;
    font-size: 15px
}
.infoModalInfo b{
    font-size: 22px;
    font-family: 'Playfair Display';
    font-weight: normal;
}
.infoModal{
    font-size: 16px
}
.privacyNewCnt{
    margin-bottom: 30px
}
#videoTeatroCnt{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#videoTeatroCnt video{
    width: 100%;
    height: auto;
    margin-top: 40px;
    max-width: 1300px;
}
#videoTeatroCnt button{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    z-index: 10;
}
#videoTeatroCnt button:hover{
    color: #e40521
}
.ammTrasListTop{
    margin: 80px 0;
}
.ammTrasListTop > div{
    margin-bottom: 15px
}
.btStyle th{
    text-transform: uppercase;
    font-weight: 300;
}
.fixed-table-container{
    border: 0;
    border-radius: 0;
}
.btStyle a{
    color: inherit;
    text-decoration: underline;
}
.btStyleCnt{
    margin: 60px 0 80px;
}
.btStyleCnt .pagination li a{
    color: #878787;
}
.btStyleCnt .pagination li.page-number.active a{
    background-color: #878787;
    border-color: #878787;
    color: #fff;
}
.btStyleCnt .page-list .dropdown-menu > .active > a{
    background-color: #878787;
}
.appaltiList{
    margin: 20px 0 40px
}
.appaltiList > div{
    margin-bottom: 15px;
}
.boxInfoAppalto{
    margin: 20px 0;
    padding: 15px;
    font-size: 18px;
    font-weight: 300;
    background-color: #f6f6f6;
    line-height: 1.6;
}
.boxInfoAppalto b{
    font-weight: 600
}
.tablePartecipanti{
    margin-bottom: 80px
}
.tablePartecipanti th{
    text-transform: uppercase;
    font-weight: 600;
    background-color: #f6f6f6
}
.navEventsCnt img{
    width: 69px
}
.navEventsCnt > div{
    position: absolute;
    top: 55%;
}
.navEventsCnt .prev{
    left: 15px;
}
.navEventsCnt .next{
    right: 15px;
}
.eventTheme .tooltipster-box{
    background-color: #f6f6f6;
    border-color: #d9d9d9;
    border-radius: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    padding: 5px;
}
.eventTheme .tooltipster-content{
    color: #575756;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    font-size: 18px;
}
.eventTheme .rolesEventListCnt span{
    font-size: 18px;
}
.eventTheme .rolesEventListCnt span:last-child{
    text-transform: lowercase
}
.eventTheme .tooltipster-arrow-border{
    border-top-color: #d9d9d9 !important;
}
.eventTheme .tooltipster-arrow-background{
    border-top-color: #f6f6f6 !important;
}
.backTop{
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    transition: all 0.5s ease-in;
}
.backTop img{
    width: 69px
}
.backTop.goup{
    bottom: 100%;
}
.thankPage{
    background-image: url('/images/icone/riflettori.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    padding: 100px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
.txtThank{
    margin: 30px 0
}
.newsletterForm .dropdown-toggle{
    height: 42px;
    border-radius: 0;
}
.newsDett a{
    color: inherit;
    text-decoration: underline
}
.wiswal .confirm{
    border-radius: 0;
    color: #575756;
    padding: 7px 40px;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #575756;
}
.wiswal p{
    font-size: 18px
}
/* KEYFRAME START */
@-moz-keyframes spin{
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin{
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
/* KEYFRAME END */
/* accordion for privacy and cookie policy
/* ------------------------ */
.snippet-accordion{
    padding-bottom: 15px;
    margin-bottom: 15px !important;
    display: block;
    border-bottom: 1px solid #dedede;
    transition: transform .2s ease-in-out;
    font-size: 18px;
    font-weight: 300;
}
.snippet-accordion p{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.snippet-accordion.active .fa-angle-right{
    transform: rotate(90deg);
}
.snippet-accordion .accordion > h3{
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}
.snippet-accordion .accordion > h3:before{
    content: '';
    display: inline-block;
    margin-right: 15px;
}
.snippet-accordion h4{
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin: 30px 0 0;
}
.snippet-accordion .accordion-body{
    display: none;
    background: #fafafa;
    padding: 15px 15px 5px;
    margin-top: 15px;
}
.snippet-accordion .accordion-body h4:first-child{
    margin-top: 15px;
}
/* switch
/* ------------------------ */
.switch{
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.switch input[type=checkbox]{
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.switch label{
    cursor: pointer;
    white-space: nowrap;
}
.switch label .lever{
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
}
.switch label .lever:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #f1f1f1;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
    left: -5px;
    top: -3px;
    -webkit-transition: left .2s ease, background .2s ease, -webkit-box-shadow .1s ease;
    transition: left .2s ease, background .2s ease, -webkit-box-shadow .1s ease;
    -o-transition: left .2s ease, background .2s ease, box-shadow .1s ease;
    transition: left .2s ease, background .2s ease, box-shadow .1s ease;
    transition: left .2s ease, background .2s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
}
.switch input[type=checkbox]:checked + label .lever{
    background-color: #dccfe2;
}
.switch input[type=checkbox]:checked + label .lever:after{
    background-color: #00aff5;
    left: 24px;
}
.switch input[type=checkbox]:disabled + label{
    opacity: .6;
}
/* cookie settings
/* ------------------------ */
.cookie-settings .row{
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cookie-settings .row,
.cookie-settings p{
    font-size: 14px;
}
.cookie-settings h3{
    font-size: 16px;
    margin: 0 0 10px;
}
.cookie-settings .btn-cookie-save{
    font-size: 14px;
    border: none;
    background: #00aff5;
}
/* banner secondary sponsors homepage
/* ------------------------ */
.secondarySponsors{
    text-align: center;
}
.secondarySponsors ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.secondarySponsors li{
    margin: 0;
    padding: 0;
    display: inline;
}
.secondarySponsors a, .secondarySponsors img{
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}
#bannerPromo{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin: 0 auto;
}
/*#bannerPromo > li{*/
/*margin:0;*/
/*padding:0;*/
/*display:inline;*/
/*}*/
#instagramImages{
    list-style: none;
    margin: 0;
    padding: 0;
}
#instagramImages > li{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
/* search
/* ------------------------ */
.search-results-list{
    margin-bottom: 40px;
}
.search-results-list .search-entry{
    padding-top: 10px;
    padding-bottom: 10px;
}
.searchEnhanched{
    font-weight: bold;
    color: #e40521;
}
.founded-link,
.founded-title a{
    color: #e40521;
}
.founded-link{
    color: #706f6f;
    padding-top: 2px;
    display: block;
}
.socialItem{
    margin-bottom: 30px;
}
.socialItem p{
    padding: 10px;
    margin: 0;
}
.socialItem a{
    display: block;
    color: inherit;
    transition: all 0.4s;
    border: 1px solid #ccc;
    background-color: #fff;
}
.socialItem a:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    transform: scale(1.05, 1.05)
}
.filtroEventiOspLoc{
    text-align: center;
    margin-top: 40px;
}
.filtroEventiOspLoc span{
    text-transform: uppercase;
    color: #575756;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #575756;
    padding: 12px;
    width: 200px;
}
.filtroEventiOspLoc span.active{
    background-color: #575756;
    color: #fff;
}
.filtroEventiOspLoc i{
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #575756 transparent transparent;
    margin: 0 20px;
    transition: all .3s;
}
.filtroEventiOspLoc i.right{
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #575756;
}
#bannerAlert .modal-content{
    padding: 30px;
}
#bannerAlert button.close{
    position: absolute;
    right: 20px;
    top: 10px;
}
#bannerAlert .info{
    margin-top: 15px
}
#bannerAlert .txt{
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.2;
}
#bannerAlert .scopri a{
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #706f6f;
    padding: 10px 20px;
    color: inherit;
    font-size: 12px;
}
/* home web tv
/* ------------------------ */
.web-tv-container{
    margin: 15px auto;
    max-width:640px;
}
.web-tv-container.podcast{
    margin-bottom: 70px;
}
.row-teatro-udine-tv a{
    color: #575756;
}
.row-teatro-udine-tv > div{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.row-teatro-udine-tv img{
    display: block;
    margin: 0 auto;
}
@media (min-width: 992px){
    .row-teatro-udine-tv > div{
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .row-teatro-udine-tv > div:first-child{
        border-right: 1px solid #b2b2b2;
    }
    .row-teatro-udine-tv .inner{
        padding: 0 30px;
    }
}
.row-teatro-udine-tv .title{
    font-size: 18px;
    font-weight: normal;
    color: #e40521;
    margin: 10px 0;
}
.row-teatro-udine-tv p{
    font-size: 16px;
    font-weight: 200;
    line-height: 1.3;
}
@media (min-width: 992px){
    .row-teatro-udine-tv .title{
        font-size: 24px;
    }
    .row-teatro-udine-tv p{
        font-size: 20px;
    }
}
.logo-teatro-udine-tv, .logo-teatro-udine-podcast{
    width: 140px;
}
@media (min-width: 992px){
    .logo-teatro-udine-tv, .logo-teatro-udine-podcast{
        width: auto;
    }
}
.web-tv-video{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.web-tv-video iframe,
.web-tv-video object,
.web-tv-video embed{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.web-tv-link{
    display: block;
    margin: 0 0 45px;
    /*font-weight: bold;*/
    /*font-size: 14px;*/
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #e40521;
}
.web-tv-link:hover{
    color: #575756;
}
@media (min-width: 992px){
    .web-tv-link{
        font-size: 24px;
        margin: 0 0 30px;
    }
}
/*.banner-podcast{*/
/*    margin: 30px 0;*/
/*}*/
/*.banner-podcast img{*/
/*    width: 100px;*/
/*}*/
/*.banner-podcast a{*/
/*    font-weight: bold;*/
/*    font-size: 14px;*/
/*    color: #575756;*/
/*}*/
/*.banner-podcast a:hover{*/
/*    color: #575756;*/
/*}*/
/*.banner-podcast-title{*/
/*    font-family: 'Playfair Display';*/
/*    font-size: 28px;*/
/*    font-weight: normal;*/
/*}*/
@media (min-width: 992px){
    .logo-teatro-udine-tv{
        width: 170px;
    }
    .web-tv-link{
        margin: 0 0 75px;
    }
    /*.banner-podcast{*/
    /*    margin: 75px 0;*/
    /*}*/
    /*.banner-podcast img{*/
    /*    width: 160px;*/
    /*}*/
}
