/* @override 
	http://cssudine.it/css/style.css
	http://www.cssudine.it/css/style.css
*/

/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(blocks.css);

/*Import CSS Plugins*/
/* @import url(style-switcher.css);*/

* {
    border-radius: 0;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

.lazy {
    display: none;
}

ul.risultati {
    list-style-type: square;
    padding-left: 20px;
    margin-left: 0;
}

ul.risultati li a {
    font-weight: bold;
    text-decoration: underline;
    color: #bf0804;
    font-size: 16px;
}

span.num_risultati {
    font-weight: bold;
    color: #bf0804;
}

div.modal-dialog div.modal-content div.modal-footer a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #333;
}

a {
    color: #bf0804;
}

p a {
    color: #bf0804 !important;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a strong, strong a {
    font-weight: normal !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h3 {
    margin-top: 10px;
}

.scheda h3 {
    font-size: 18px;
    margin-top: 25px;
}

.scheda h3.no-m {
    margin-top: 0;
    padding-top: 0
}

h2, h1 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 18px;
    padding-top: 15px;
    margin-top: 10px;
}

h1 {
    font-size: 44px;
    margin-top: 0;
}

div.news-v1 {
    margin-bottom: 10px !important;
}


@media (max-width: 768px) {
    h1 {
        text-align: left;
        font-size: 36px;
    }

    .index h1 {
        text-align: center
    }
}

.scheda h2, .stagione h2 {
    border-bottom: 2px solid #333;
    font-size: 26px;
    text-align: left;
    padding-bottom: 10px;
}

h2.border {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-bottom: 40px;
}

h2.border-bot {
    border-bottom: 2px solid #333;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

@media (max-width: 768px) {
    p {
        font-size: 14px;
        line-height: 20px;
    }

    a.open-loc {
        text-decoration: underline;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
    }
}

p.testo {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

p.etichetta, p.info, p.link {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

p.etichetta {
    border-bottom: 2px solid #333;
    padding: 10px 0;
    text-transform: uppercase;
    position: relative;
}

p.info {
    /*height:80px;*/
}

.incontri p.info {
    /*height: 50px;*/
    margin-top: 20px;
}

p.info span {
    display: block;
}

p.info span.venue, p.link {
    text-transform: uppercase;
    padding-bottom: 10px;
}

p.info span.venue {
    line-height: 14px
}

p.info span.data, p.info span.prog {
    font-size: 15px;
    line-height: 17px;
}

p.info span.prog {
    font-style: italic;
    font-weight: 300
}

p.info a, p.link a {
    text-decoration: underline;
}

p.info a:hover, p.link a:hover {
    text-decoration: none;
}

p.link {
    padding-bottom: 0;
    margin-bottom: 3px;
}

.info .embed-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 100%;
}

.puntinato {
    border-bottom: 1px dotted #333;
    border-radius: 1px;
    margin-bottom: 20px !important;
}

.non_puntinato {
    border-bottom-style: none;
}

#in-arrivo,
#tutta-stagione {
}

.griglia {
    width: 90%;
}

@media (max-width: 767px) {
    .info .embed-container {
        display: none
    }

    .non_puntinato {
        border-bottom: 1px dotted #333;
        border-radius: 1px;
    }

    .griglia {
        width: 90%;
    }
}

a.more {
    text-align: center;
    font-weight: 500;
    color: #333;
    padding: 14px 0 12px;
    font-size: 18px;
    text-decoration: underline;
    display: block;
    width: 100%;
}

a.more:hover {
    text-decoration: none;
}

.home .row.news-v1 {
    border-bottom: 1px dotted #333;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .home .row.news-v1 {
        border-bottom: none;
        margin-bottom: 0;
    }

    .news-v1 {
        margin-bottom: 30px;
    }
}

.home.index .row.news-v1 {
    margin-bottom: 0;
}

.relative {
    position: relative;
}

td {
    padding: 0 15px 0 0;
}

table {
    overflow-wrap: break-word;
    word-break: break-all;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.container {
    min-width: 280px;
}

div.container > div.container {
    padding-right: 30px;
    padding-left: 0;
}

.col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.no-pad-left {
    padding-left: 0;
    padding-right: 10px;
}

.no-pad-right {
    padding-right: 0;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .no-pad-left {
        padding-left: 5px;
        padding-right: 5px;
    }

    .no-pad-right {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/patterns/15.png) repeat;
}

.filtri {
    text-align: center;
    padding: 20px 0;
    line-height: 2.5;
}

.filtri li {
    padding-right: 4px;
    padding-left: 0;
}

.filtri .label {
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    padding: 5px 15px 5px;
    text-transform: uppercase;
    background-color: #e0e0e0;
    color: #333;
}

.filtri a.label {
    color: #333;
}

.filtri .label i {
    padding-left: 12px;
    font-size: 16px;
    position: relative;
    top: 1px;
    display: none;
}

.filtri .label.active {
    background-color: #7d7d7d;
    color: #fff;
}

.filtri .label.active i {
    display: none;
}

.row {
    margin: 0;
}

.tp-caption h2 {
    text-transform: initial;
    font-weight: 700;
    font-size: 42px;
    border-bottom: none;
    text-align: center;
    white-space: normal;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.tp-caption p {
    text-transform: initial;
    font-size: 24px;
    line-height: 28px;
    color: white;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.tp-caption a {
    color: #fff !important;
    text-decoration: underline;
    position: relative;
    top: 10px;
    font-weight: 600;
    cursor: pointer;
    padding-right: 20px;
    padding-left: 20px;
}

.tp-caption a:hover {
    text-decoration: none;
    color: white;
}

@media (max-width: 768px) {
    .tp-caption h2 {
        font-size: 28px;

    }

    .tp-caption p {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 500px) {
    .tp-caption h2 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px;

    }

    .tp-caption p {
        font-size: 14px;
        line-height: 16px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 0px;
        margin-bottom: 10px;

    }
}

.sponsor {
    padding-right: 15px;
    padding-bottom: 15px;
}

.sponsor div {
    overflow: hidden;
    margin-bottom: 20px;
}

.sponsor div.row {
    border-top: 2px solid #333;
    padding-top: 40px;
}

.sponsor div img {
    width: 100%;
}

.navbar-toggle {
    float: inherit;
    border: 0;
    border-radius: 0;
}

.header .navbar-toggle {
    border-bottom: 2px solid #333;
}

.nav.navbar-nav {
    -moz-box-shadow: inset 0px -2px 0px 0px #333;
    -webkit-box-shadow: inset 0px -2px 0px 0px #333;
    box-shadow: inset 0px -2px 0px 0px #333;
}

.nav.navbar-nav.no_border {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.navbar-toggle {
    text-decoration: none;
}

a.navbar-toggle span.menu {
    text-transform: uppercase;
    color: #333;
    padding-left: 10px;
    position: relative;
    bottom: 5px;
}

a.navbar-toggle:hover {
    text-decoration: none;
}

a.logo {
    height: 118px;
    font-weight: 300;
}

ul.navbar-nav.no_border li a,
.no_border > li > li > a {
    text-decoration: none !important;
}

.header .navbar-nav li {
    box-sizing: border-box;
    display: inherit;
    text-decoration: none;
}

.header .navbar-nav > li {
    float: inherit;
    text-decoration: none;
}

.header .navbar-nav > li.selected > a
.header .dropdown-menu li.selected > a,
.mm-listview > li.selected > a {
    color: #bf0804;
    text-decoration: none;
}

.dropdown-menu > li > a,
a.dropdown-toggle {
    text-decoration: none;
}

.header .navbar-nav li.selected > a {
    -moz-box-shadow: inset 0px -4px 0px 0px #bf0804;
    -webkit-box-shadow: inset 0px -4px 0px 0px #bf0804;
    box-shadow: inset 0px -4px 0px 0px #bf0804;
    text-decoration: none;
}

.header .navbar-nav li.selected li.selected > a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

#menu.mm-menu {
    top: 226px;
    position: absolute;
    background: #fff;
}

@media (max-width: 767px) {
    #menu.mm-menu {
        top: 259px;
    }

    .mm-menu.mm-offcanvas {
        width: 100%;
    }
}

@media (min-width: 769px) {
    #menu.mm-menu {
        display: none;
    }
}

@media (max-width: 440px) {
    .header a.logo {
        font-size: 14px;
        line-height: 18px;
    }

    .header a.logo span {
        padding: 0 20px;
        position: relative;
        top: 5px;
    }

    .top-v1-data li {
        padding: 6px 6px !important;
    }
}

@media (max-width: 340px) {
    .top-v1-data li {
        padding: 6px 2px !important;
    }
}

@media (min-width: 768px) {
    #filtri1 {
        display: block !important;
        padding-bottom: 0px;
        visibility: visible !important;
    }
}

.mega-menu .container {
    /* width:100% !important; */
    padding-left: 15px;
    padding-right: 15px;
}

.header .mega-menu .nav {
    width: 100%;
}

.footer-default .footer.light h4.logo {
    padding-bottom: 8px;
}

ul.footer-links {
    list-style-type: none;
    padding-left: 0;
}

ul.footer-links li {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}

.footer-default .footer ul.footer-links li a {
    text-decoration: none;
}

a.navbar-toggle[aria-expanded="true"], a.navbar-toggle.open {
    background: url(../img/css/close.svg) center right no-repeat;
    background-size: 20px 20px;
}

.prezzi {
    padding-bottom: 15px;
}

p.link i, a.open-loc i {
    padding-left: 10px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

a.open-loc i {
    color: #666;
}

a.open-loc {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

ul.footer-links li {
    position: relative;
}

ul.footer-links li a {
    width: 100%;
    display: block;
}

ul.footer-links li i {
    position: absolute;
    right: 10px;
    top: 10px;
}

table p {
    margin-bottom: 0
}

.table.elenco td {
    padding: 3px;
    border-top: none
}

.table.elenco tr {
    border-bottom: 1px solid #ddd
}

.mm-panels > .mm-panel {
    bottom: auto;
}

.mm-panels {
    overflow: visible;
}

.mm-menu {
    bottom: auto;
}

.mm-listview {
    height: 100%;
}

html.mm-blocking, html.mm-blocking body {
    overflow: auto;
}

#menu:not(.mm-menu) {
    display: none;
}

.tp-banner-container {
    max-width: 1200px;
    margin: auto;
}

.slider-bg {
    background-color: #fff;
}

.thumb {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

.container.social {
    margin-bottom: 30px;
}

.scheda .info p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.scheda .info p a {
    text-decoration: underline;
}

.scheda .info p a:hover {
    text-decoration: none;
}

.scheda .etichetta {
    padding: 20px 0;
    text-transform: uppercase;
    height: 60px;
    box-sizing: border-box;
    font-size: 12px;
}

.info img {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .scheda .etichetta {
        text-align: center
    }
}

.scheda.spettacolo h1 {
    border-top: none;
}

.scheda.spettacolo .etichetta {
    border-bottom: 2px solid #333;
}

.scheda .info .venue {
    border-bottom: 1px dotted #333;
    padding: 16px 0 10px;
}

.scheda .info .venue span {
    text-transform: lowercase;
    font-size: 14px
}

.scheda h1 {
    border-top: 2px solid #333;
    text-align: left;
}

.pagina_news li {
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .pagina_news .info img,
    .pagina_news .info .etichetta {
        display: none !important;
    }

    .scheda h1 {
        border-top: none !important;
    }
}

.min-150 {
    min-width: 170px;
    padding-bottom: 10px
}

.download-pdf {
    background: url(../img/css/pdf_icon.png) 0 4px no-repeat;
    background-size: 34px;
    min-height: 50px;
    padding-left: 50px;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.download-zip {
    background: url(../img/css/zip_icon.png) 0 4px no-repeat;
    background-size: 34px;
    min-height: 50px;
    padding-left: 50px;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.dx {
    margin-bottom: 60px;
    padding-right: 0;
}

#locandina {
    margin-bottom: 20px;
}

#locandina table {
    margin: 10px 0 18px;
}

#locandina table td {
    padding: 2px 14px;
}

.embed-container {
    margin-bottom: 30px;
}

.tab-content {
    margin-top: 30px;
}

.home.index .tab-content {
    margin-top: 0px;
}

.nav-pills {
    border-top: 2px solid #333;
    padding-top: 8px;
}

.nav-pills li {
    float: initial;
    display: inline;
    margin: 0 20px;
}

.nav.nav-pills > li > a {
    display: inline;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.nav-pills li.active a, .nav-pills li.active a:hover, .nav-pills li.active a:focus {
    background-color: #333
}

.nav-pills {
    text-align: center;
}

.archivio {
    width: inherit;
    position: absolute;
    right: 0;
    top: 34px;
    box-shadow: none;
    color: #333;
    background-position: top left;
}

.archivio .filter-option.pull-left {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.archivio .btn {
    border: none;
    border-radius: 0;
}

@media (max-width: 991px) {
    .archivio {
        width: 100%;
        position: relative;
        top: 0;
    }

    .nav.nav-pills li a {
        display: block;
        padding: 8px 0;
    }

    .nav-pills li {
        display: block;
        margin: 0;
    }

}

/* responsive video iframe */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
}

.embed-responsive iframe {
    width: 95%;
    height: 95%;
}

.embed-container.margin-top {
    margin-top: 30px;
}

/* prevent scroll on modal */
body.modal-open {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* 
	evita lo scorrimento della pagina su desktop ma scorre al top
    position:fixed 
    */
}

@media (max-width: 320px) {
    .tp-banner-container {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .tp-bullets.simplebullets.round .bullet {
        width: 14px;
        height: 14px;
        background-size: 14px;
    }

    .tp-bullets.simplebullets.round {
        bottom: 6px !important;
    }

    .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
        background-position: 0 -16px;
        margin-top: 2px;
    }
}

@media (max-width: 600px) {
    .tp-bullets.simplebullets.round.hidebullets {
        display: none;
    }
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.menu-secondario {
    list-style-type: none;
    padding: 0;
}

.menu-secondario li {
    border-bottom: 1px dotted #333;
}

.menu-secondario li.selected, .menu-secondario li.selected:hover {
    background-color: #000
}

.menu-secondario li.selected {
    padding: 8px 20px;
}

.menu-secondario li.selected,
.menu-secondario li.selected a {
    color: #fff;
}

.menu-secondario li:hover {
    background-color: #eee;
}

.menu-secondario li {
    font-size: 12px;
    display: block;
    font-weight: 700;
}

.menu-secondario li a {
    display: block;
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
}

.menu-secondario a:hover {
    text-decoration: none;
}

span.red {
    color: #bf0804 !important;
}

.container.content-md.collapsing {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

/* fixed header on mobile
@media (max-width:400px) {
    .header {position:fixed;width:100%;z-index:9999999}
    .topbar-v1, .header a.logo {display:none}
    .header .navbar-toggle {margin-top:4px;background-image:url('../img/css/logo.png');
            background-size:100px;
            background-position: right 3px ;
            background-repeat:no-repeat}
    #menu.mm-menu {position:fixed;top:40px}
    .main {
        padding-top:60px
    }
}
*/

.vedi-tutti {
    background-color: #eee;
}

@media (min-width: 768px) {
    div#open_menu_sec.collapse {
        display: block;
        visibility: visible
    }

    .vedi-tutti {
        display: none
    }
}

.btn-primary {
    background-color: #888;
    border: none;
    font-size: 26px;
}

.btn-primary:hover {
    background-color: #bf0804;
}

.etichetta_mobile {
    display: none;
}

@media (max-width: 768px) {
    .etichetta_mobile {
        display: block;
        float: left;
    }

    .col-sm-8 .etichetta {
        display: none;
    }
}

.col-sm-8 h2 {
    text-align: left;
}

/*
.dx p img {
	width:100%;
	height:auto;
}
*/

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.apri_menu_secondario {
    display: block;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    padding: 8px 20px;
    box-sizing: border-box;
    margin-top: 16px;
}

.apri_menu_secondario span {
    padding-right: 6px;
}

#sec.in,
#sec.collapsing {
    display: block !important;
}

@media (min-width: 768px) {
    #sec.collapse {
        display: block;
        height: auto;
        visibility: visible;
    }

    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .submenu {
        display: none;
        position: absolute;
        left: 100% !important;
        top: -3px;
    }

    .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

/* cambio di menu a 1200 px */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
}

@media (max-width: 1200px) {
    .header .navbar-toggle {
        margin-right: 0;
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }
}

/* pulsante residenzedicembre */

.residenzedicembre {
  background-color: #b1040e; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
	border-radius: 8px;
cursor: pointer;
	margin-bottom: 20px;
	
}
.residenzedicembre:hover {
  background-color: #000000; 
  color: white;
}

/* per box residenze */
.due-colonne > .col-sm-6 .titolo-1,
.due-colonne > .col-sm-6 .descrizione {
    font-weight: bold;
    font-size: large;
    margin-top:15px;
}
.due-colonne > .col-sm-6 p.descrizione .testo-nero {
    color:black!important;
}

.due-colonne > .col-sm-6 .titolo-2 {
    font-weight: bold;
    font-size: x-large;
    margin-top:15px;
    color: rgb(191, 8, 4);
}
@media screen and (max-width: 767px) {
    .due-colonne > .col-sm-6 {
        margin: 20px 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
}
@media screen and (min-width: 768px) {
    .due-colonne > .col-sm-6 {
        margin: 20px 5px;
        padding: 0 5px;
    }

    .due-colonne > .col-sm-6:first-child {
        margin-left: 0;
        padding-left: 0;
        width: calc(50% - 5px);
    }

    .due-colonne > .col-sm-6:last-child {
        margin-right: 0;
        padding-right: 0!important;
        width: calc(50% - 5px);
    }
}