
@font-face {
	font-family: Isonorm;  
	src: url(fonts/Isonorm-Regular.otf);  
	font-weight: normal;  
}

/*
@font-face {
    font-family: 'isonormregular';
    src: url('fonts/isonorm_regular-webfont.woff2') format('woff2'),
         url('fonts/isonorm_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

body{
	/* font-family: Lora, Georgia, serif; */
	/* font-family: isonormregular; */
	font-family: isonorm;
	/* font-weight: 600; */
	/* font-style: normal; */
/* ---
	color: #333;
--- */
    letter-spacing: 0.6px;
	font-size: 14px;
}

#wrapper  {
	height: auto !important;
}

a, a:active, a:focus, a:hover { 
    vertical-align: middle;
	text-decoration: none; 
}

/* 
 * REGOLE GENERALI
 * ----------------------------------------------- */

.centra 			{ margin: 0 auto; text-align: center; }
.centra-testo	{ text-align: center; }
.text-right		{ text-align: right; }
.no-wrap 		{ white-space: nowrap; }
.small-image 	{ max-width: 120px; }
.small-text 		{ font-size: 95%; }
.clear_both		{ clear: both; }
.nascosto		{ display: none; }
.bold			{ font-weight: bold; }
.italic			{ font-style: italic; }
.uppercase 		{ text-transform: uppercase; }
.vspacer		{ height: 1em; }
.pointer		{ cursor: pointer; }
span.line 		{ display: inline-block; }

.no-gutter {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 
 * HEADER
 * ----------------------------------------------- */

#header {
	height: auto !important;
    background-image: url("img/cinema-sala.jpg");
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}

#header .pad {
    /*
	padding-top: 0px;
    padding-bottom: 0px;
	*/
	padding: 0;
}
/* ---
#nav-topbar.nav-container{
    background-color: rgba(18, 29, 48, 0.5);
}
--- */

#nav-topbar .nav li a {
    /* font-size: inherit; */
	font-size: 1.2em; 
}

.site-title {
    padding:0;
}
.site-title-text a {
    position: absolute;
    bottom: 22px;
    font-size: 3.2rem;
    padding: 0;
    margin: 0;
/* ---
    color: rgb(252, 214, 0);
--- */
}
/*
.site-title-text {
    font-size: 2.625em;
    font-weight: 500;
    letter-spacing: -.5px;
	padding-top: 25px;
    margin-left: 20px;
}
*/
.site-description-text {
    font-size: .5em;
    padding: 10px 0;
    display: block;
    font-weight: 400;
    font-style: italic;
/* ---
    color: rgba(255, 255, 255, .7);
--- */
}

.site-title-lvt {
    position: absolute;
    bottom: 12px;
    right: 12px;
/* ---
	background-color: #900;
    color: rgb(252, 214, 0);
--- */
}

.site-title-lvt span {
	line-height: 24px;
	padding: 0 10px;
	vertical-align: middle;
/* ---
	color: #fff;
--- */
}

.site-title-lvt  img {
	vertical-align: middle;
}

/* 
 * NAV :: HEADER
 * ----------------------------------------------- */

/* ---
#nav-header .nav li.current-menu-ancestor > a, 
#nav-header .nav li.current-menu-item > a, 
#nav-header .nav li.current-post-parent > a, 
#nav-header .nav li.current_page_item > a, 
#nav-header .nav li:hover > a, 
#nav-header .nav li > a:hover {
    color: #fff;
	background-color: #454e5c;
}
--- */

.nav > li > a:focus, 
.nav > li > a:hover {
    text-decoration: none;
/* ---
    background-color: #454e5c;
--- */
}

/* 
 * SELETTORE RAPIDO :: HEADER
 * ----------------------------------------------- */
 
.wrapper-selettore  {
	z-index: 90;
	position: relative;
}

.selettore-rapido {
    padding: 5px 4em;
    -moz-border-radius: 35px;
    border-radius: 8px 8px 0 0;
/* ---
	background-color: rgba(255, 255, 255, 0.25);
--- */
}

.selettore-rapido .btn-default,
#filtro-giorno {
	min-height: 36px;
/* ---
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(204, 204, 204, 0.4);
--- */
}

/* ---
.selettore-rapido .bootstrap-select > .dropdown-toggle.bs-placeholder, 
.selettore-rapido .bootstrap-select > .dropdown-toggle.bs-placeholder:active, 
.selettore-rapido .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.selettore-rapido .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #eee;
}
--- */

.selettore-rapido .bootstrap-select {
    width: 100% !important;
}

.selettore-rapido a.tribe-events-button {
    width: 100%;
}

.selettore-rapido .row { 
	margin-right: 0px;
	margin-left: 0px;
}

.selettore-rapido .col-md-4,
.selettore-rapido .col-md-3,
.selettore-rapido .col-md-2,
.selettore-rapido .col-md-1 {
	padding: 2px;
}

.selettore-rapido a.azzera-filtri,
.selettore-rapido a.info-spettacolo, 
.selettore-rapido a.info-spettacolo-disattivo,
.selettore-rapido a.prenota-evento, 
.selettore-rapido a.prenota-evento-disattivo {
    margin-top: 1px;
    margin-left: 4px;
    padding: 8px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    opacity: .96;
	filter: alpha(opacity=96);
}

.info-spettacolo,
.prenota-evento {
	margin-left: 5px;
	font-size: 115% !important;
	min-width: 80px;
/* ---
	background-color: #6c9900 !important;
--- */
}

.azzera-filtri {
	font-size: 115% !important;
/* ---
	background-color: #333 !important; 
--- */
}

.info-spettacolo-disattivo,
.prenota-evento-disattivo {
	margin-left: 5px;
	font-size: 115% !important;
	min-width: 80px;
	cursor: default !important;
/* ---
	background-color: #a5a5a5 !important;
--- */
}

#z-filtro-locale .dropdown-menu {
    z-index: 999;
}

div#filtro-giorno-wrapper {
    float: left;
    width: 59%;
}
div#filtro-orario-wrapper {
    float: right;
    width: 40%;
}

div#prenota-spettacolo {
    float: left;
    width: 58%;
}
div#info-spettacolo {
    float: right;
    width: 38%;
}

#logo-liveticket {
    position: absolute;
    top: -51px;
    right: 0px;
}

/* 
 * MAIN CONTENT
 * ----------------------------------------------- */
 
#page {
	padding-bottom: 30px;
}

#page .container-inner {
	background: none !important; 
}

.page-title {
    padding-top: 15px;
    padding-bottom: 14px;
}

/* ---
.page-title a {
	color: #337ab7;
}
--- */

.page-title  h2 {
	/* float: right; */
	margin-bottom: 0;
	padding: 3px 0;
    font-size: 24px;
    font-weight: 400;
    text-align: center;	
}

.page-title span.titolo-selettore {
/* ---
    color: rgba(255, 255, 255, .8);
--- */
	padding-left: 0;
}
/* ---
.page-title ul li span.opz-corrente {
    background-color: rgba(255, 51, 51, 0.15);
    color: #f33;
    border: solid 2px rgba(255, 51, 51, 0.4);	
}	

.page-title ul li span.opzione {
	background-color: rgba(51, 122, 183, .2);	
    color: #337ab7;
    border: solid 2px rgba(51, 122, 183, .6);
}	
--- */

.page-title .post-nav {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0px;
	padding: 3px 0;
}

.content .post-nav li a {
    min-height: auto;
}

.post-nav li.previous i {
    left: 0px;
}

.content .post-nav li.next i {
    right: 0px;
}
.content .post-nav li.next a {
	padding: 0px;
}

.content .post-nav li.previous i {
    left: 0px;
}
.content .post-nav li.previous a {
	padding: 0px;
}

.post-nav li i {
    margin-top: -7px;
}
.content .post-nav li a:hover i {
/* ---
	color: #f00;
--- */
	/*#16cfc1;*/ 
}

.col-3cm .main {
    opacity: .97;
	filter: alpha(opacity=97); /* For IE8 and earlier */
}

/* ---
.main {
	background-color: rgba(255, 255, 255, 0.97) !important;
}
--- */

/* ---
.s1 {
	background: rgba(238, 255, 238, 0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9eeffee, endColorstr=#d9eeffee);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9eeffee, endColorstr=#d9eeffee)";
	background: none;
}
.s2 {
	background: rgba(255, 255, 255, 0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff)";
	background: none;
}
--- */

/* 
 * MAIN
 * ----------------------------------------------- */

.content p {
    font-weight: 400;
}

.titolo  {
	margin-bottom: 1.2em;
    padding-right: 15px;
    padding-left: 15px;
}

.titolo h1 {
    font-size: 2.0em;
    line-height: 1;
    margin: 0;
    padding: 0;
/* ---
    color: #fff;
--- */
}

h2.section-title {
    /* border-bottom: 1px solid #ccc; */
    font-size: 24px;
    text-transform: uppercase;
    padding: 2em 0 .5em;
    margin-bottom: 1em;
/* ---
    border-bottom: 1px solid #444;
--- */
    font-weight: 400;
    margin-bottom: .5em;
    position: relative;
    text-align: center;
}

/* 
 * PLACEHOLDER
 * ----------------------------------------------- */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #ccc !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ccc !important;
	opacity:  1;
	filter: alpha(opacity=100);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc !important;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ccc !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #ccc !important;
}
::placeholder { /* Most modern browsers support this now. */
	color: #ccc !important;
}

/* 
 * NOTICE
 * ----------------------------------------------- */

.notice {
	font-style: italic;
	margin-bottom: 10px;
/* ---
	color: #ce0000;
--- */
}
.notice .titolo {
	font-weight: bold;
}

.alert-info {
    font-size: 1.2em;
    margin: 0 auto;
    max-width: 80%;
    border: none;
/* ---
    background-color: rgba(63, 64, 64, 0.4);
    color: #fff;
--- */
}

.alert-vista {
    text-align: center;
    font-size: 1.4em;
    margin: 1.5em auto;
}

/* 
 * PAGINA FAQ
 * ----------------------------------------------- */

#accordion h4 {
    font-size: inherit;
    margin: 0;
    /* line-height: .5em; */
}

#accordion .panel-title a:focus, 
#accordion .panel-title a:hover {
    text-decoration: none;
}

/* 
 * PAGINA CONTATTI
 * ----------------------------------------------- */
 
#filtri-map {
	margin-top: 30px;
}

#filtri-map .zoom-locale {
    padding: 2px 16px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    vertical-align: bottom;
    margin-bottom: 5px;
    margin-right: 5px;
}

#liveticket-map {
    position: relative;
    min-height: 350px;
    width: 100%;
	margin: 10px 0 30px 0;
}

#info-contatto  h4,
#info-contatto  h5  {
	font-family: inherit;
	margin: 0;
	text-align: center;
}

#info-contatto p.logo {
    margin: 0px auto;
    text-align: center;	
}

#info-contatto p.indirizzo {
    margin: 10px auto;
    text-align: center;	
}

#info-contatto .fa {
	min-width: 25px;
}

.themeform label {
    font-weight: inherit;
    clear: both;
    float:left;
    margin-right:8px;	
}
.themeform button, 
.themeform input, 
.themeform label, 
.themeform select, 
.themeform textarea {
    font-size: inherit;
}

label {
    font-weight: inherit;
    font-size: inherit;
}

/* 
 * PAGINA DETTAGLIO
 * ----------------------------------------------- */

.tribe-events-back  {
    padding: 0 15px;
}

/* 
 * VIDEO
 * ----------------------------------------------- */

 .videoWrapper {
	position: relative;
	height: 0;	
	max-width: 80%;
	margin: 0px auto 2em;
	padding-bottom: 44.25%; /* 56.25%; */ /* 16:9 */
	padding-top: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 
 * SLIDER
 * ----------------------------------------------- */

#logo-slider ,
.logo-details {
    margin: 0 3% 4px;
}
.logo-details {
	display: none;
}

#logo-slider div.toggle  {
	float: right;
	margin-bottom: 10px;
}

.lgx-logo-slider-wp .lgx-logo-wrapper {
	padding-bottom: 0;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.lgx-logo-slider-wp .nav-position-v-mid .owl-controls .owl-next, 
.lgx-logo-slider-wp .nav-position-v-mid .owl-controls .owl-prev {
    top: 38%;
}
.lgx-logo-slider-wp .nav-position-v-mid .owl-controls .owl-next {
    right: -4%;
}
.lgx-logo-slider-wp .nav-position-v-mid .owl-controls .owl-prev {
    left: -4%;
}

.lgx-logo-slider-wp .lgx-logo-wrapper .owl-theme .owl-controls .owl-next img, 
.lgx-logo-slider-wp .lgx-logo-wrapper .owl-theme .owl-controls .owl-prev img {
    vertical-align: middle;
}

.owl-carousel .owl-grab  {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.btn.disabled, .btn[disabled] {
    opacity: .35;
	filter: alpha(opacity=35);
}


.logo-img-wrapper {
	position: relative;
	text-align: center;   
}
.thumb_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1em;
	font-weight: bold;
	font-size: larger;
}


/* 
 * NOTE OPERA	
 * ----------------------------------------------- */

.tribe-events-day .tribe-events-content {
    color: #fff;
}


/* 
 * TABELLA ORARI
 * ----------------------------------------------- */
/*
#tribe-events-content table.gb-table {
    border-collapse: collapse;
    clear: both;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

#tribe-events-content table.gb-table {
	margin-top: .2em;
    margin-bottom: 1.5em;
}

#tribe-events-content table.gb-table thead {
	margin-bottom: 1em;
}

#tribe-events-content table.gb-table thead th {
	background: none;
	border: none;    
	font-size: 1.2em;
}

#tribe-events-content table.gb-table tr {
	border: none;
}

#tribe-events-content table.gb-table  tbody td {
	padding-top: .5em;
}
#tribe-events-content table.gb-table tbody td:hover {
    background: none;
}

#tribe-events-content table.gb-table  tbody td .tribe-events-button {
	padding: 4px 0;
    min-width: 80%;
	font-size: 115% !important;
}

table.gb-table .ora-spettacolo-prenotabile,
table.gb-table .ora-spettacolo {
    font-size: 115% !important;
}
*/

.tabella-orari {
    border-collapse: collapse;
    clear: both;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

.tabella-orari {
	margin-top: .2em;
    margin-bottom: .5em;
}

.tabella-orari thead {
	margin-bottom: 1em;
}

.tabella-orari th {	
	text-align: center;
    text-transform: uppercase;
    width: 14.28%;
}
.tabella-orari tr {
	border: none;
}

.tabella-orari thead th {
	background: none;
	border: none;    
	/* font-size: 1.2em; */
	padding: .5em 0;
}

.tabella-orari tbody td {
	padding-top: .3em;
}
.tabella-orari tbody td:hover {
    background: none;
}

.tabella-orari tbody td .tribe-events-button {
	padding: 4px 0;
    min-width: 96%;
	/* font-size: 115% !important; */
}

.tabella-orari .ora-spettacolo-prenotabile,
.tabella-orari .ora-spettacolo {
    /* font-size: 115% !important; */
	font-size: 1.1em;
}

span.evento-ora {
    padding: 1px 0;
}

span.evento-note {
    padding-top: 5px;
	display: block;
}

/* cineframe */
#tribe-events-content table.tribe-events-calendar, #tribe-events-content table.tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar tr {
    border: none;
    border-left: 1px solid #fff0;
	border-right: 1px solid #fff0;
}
#tribe-events-content .tribe-events-calendar td div[id*="tribe-events-daynum-"] {
    margin-left: 0;
}


.note_opera  {
    /* color: fff; */
}

/* 
 * SIDEBAR
 * ----------------------------------------------- */

.sidebar .sidebar-content, 
.sidebar .sidebar-toggle {
	background: none !important; 
}
 
 .widget > h3 {
	font-size: 1.2em;
}

.s2  .img-liveticket img {
	text-align: center;
	margin: 0;
	padding: 0;
}

/* 
 * FOOTER
 * ----------------------------------------------- */

#footer {
    background: none;
}

#footer-full-width-widget {
	text-align: left;
	margin: 0px auto 30px;
	padding: 20px;
	border-bottom: none;
/* ---
    background-color: #fff;
--- */
}
 
#footer-full-width-widget .widget {
	padding-bottom: 0px;
}

#footer-gostec {
    text-align: left;
    margin: 0px auto 1px;
    /* padding: 20px; */
    border-bottom: none;
/* ---
    background-color: #fff;
--- */
}

#footer-gostec .pad {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer-gostec  img {
	vertical-align: middle;
}

p.biglietteria-siae {
	line-height: 25px;
	vertical-align:middle;
}

/* ---
p.biglietteria-siae span{
	color: #2c93fa;
}
--- */

#web-agency,
#copyright {
	padding-top: 10px;
	line-height: 1.5rem;
}

#footer-abbonamento {
	display: none;
	background-color: #fff;	
	text-align: center;
	padding-bottom: 1em;
}

#footer-abbonamento img {
	/* padding: 1em; */
	max-height: 200px;
}

#footer-abbonamento p.abb_titolo {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 0.2em;
}
#footer-abbonamento p.abb_titolo2 {
	font-size: 120%;
	font-weight: bold;
}

#footer-abbonamento p.abb_descrizione {
	font-size: 120%;
}

#footer-abbonamento p.abb_acquisto {
	font-size: 100%;
}

.abbonamenti {
	/* display: none; */
	background-color: #fff;	
	text-align: center;
	padding-bottom: 0em;
}
.abbonamenti img {
	/* padding: 1em; */
	max-height: 200px;
}

.abbonamenti p.abb_titolo {
	font-size: 150%;
	font-weight: bold;
	/* padding-bottom: 0.2em; */
	margin-top: 1em;
}
.abbonamenti p.abb_titolo2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0.4em;
}

.abbonamenti p.abb_descrizione {
	font-size: 120%;
}

.abbonamenti p.abb_acquisto {
	font-size: 100%;
}

.abbonamenti .bottone {
	margin-left: 0px !Important;
}

.bottone {
    text-align: center;
    BORDER: 1PX SOLID #000;
    display: inline-block;
    cursor: pointer;
    background: #000;
    padding: 10px;
    TEXT-TRANSFORM: UPPERCASE;
    font-family: 'Futura',sans-serif;
    transition: all .4s;
	margin: 10px;
}

.bottone:hover, .bottone:hover > * {
    color: #000 !important;
    background: #fff;
    transition: all .4s;
    color: #000;
}

.bottone a {
    color: #fff !important;
    transition: all .4s;
    background: none !important;
    text-decoration: none;
}

.bottone a:hover {
    color: #000 !important;
    transition: all .4s;
}

/* 
 * ICONE SOCIAL COLORATE
 * ----------------------------------------------- */

#footer .social-links li,
.sidebar-top  .social-links li {
    margin-left: 4px;
}
/*
.sidebar-top  .social-links {
    padding-top: 0;
}
*/
#footer-bottom .social-links {
    float: none;
}

#footer .social-links .fa,
.sidebar-top .social-links .fa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0 0 0;
}

#footer .social-links .social-tooltip,
.sidebar-top  .social-links .social-tooltip {
    font-size: 1.3rem;
}

/* 
 * VERSIONE DARK 
 * ----------------------------------------------- */

/* ---
body {
	color: #ddd;	
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	color: rgba(255, 255, 255, 0.8);
	font-weight: inherit;
}

h3 {
    color: #bbb;
}

a:hover {
    color: rgba(255, 255, 255, 0.4);
}

a.ora-spettacolo-prenotabile {
	background-color: #6c9900;
}
a.ora-spettacolo-prenotabile:hover {
	background-color: #8dca00!important;
	color: #fff;
}
a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.main {
	background-color: rgba(17, 17, 17, 0.93) !important;
}

.col-2cl .main-inner {
	background: url(img/s-right-s1a.png) right 0 repeat-y;
}

--- */

.s1 {
    background: none;
}

.sidebar .widget {
	 padding-top: 30px;
    /* border-left: 1px solid #333; */
}


.widget, 
.widget a {
    /* color: inherit; */
}
 

.search-expand .themeform input {
	border: none;
    background: none;
/* ---
    border-bottom: 1px solid #e2e2e2;
--- */
}

.sidebar.s1 .sidebar-top {
	background: none;
    padding: 15px 30px 14px;
    line-height: 1.5rem;
/* ---
    border-bottom: 1px solid #333;
--- */
}

.page-title {
    background: none;
/* ---
    border-bottom: 1px solid #333;
--- */
}

/* ---
.page-title .post-nav li a,
.page-title .post-nav li a i {
    color: #aaa;
}
.page-title .post-nav li  a:hover,
.page-title .post-nav li a:hover i {
    color: #fff;
}
--- */

.dettaglio_luogo {
	display:none;
}

.pc_logo:hover {
	cursor:pointer;
}

.mobile_poster {
	display:none;
}

/* 
 * ACCORDION
 * ----------------------------------------------- */

.panel-group {
    margin-bottom: 1em;
}
 
/* ---
.panel-group .panel {
    background-color: rgba(245, 245, 245, 0) !important;
}
--- */

.panel-heading  {
    cursor: pointer;
}

.panel-default > .panel-heading,
.panel-group .panel-heading {
	padding: 10px;
/* ---
	background-color: rgba(255, 0, 0, 0.1);
--- */
}

#xtitolo .collapse-titolo a, .uppercase {
	font-size: 20px;
/* ---
	color:#fff;
--- */
}

/* #tribe-events-content a:hover */
/* ---
#xtitolo  .collapse-titolo a:hover , .uppercase:hover {
	color: rgba(255, 255, 255, 0.4);
}
--- */

#xtitolo  .btn-group .btn {
    padding-top: 2px;
    padding-bottom: 2px;
}

#xtitolo  .panel-body {
    padding: 0px;
}

/*
#xtitolo  table.gb-table thead {
	border-top: none;
}
*/
/* ---
.panel, .panel-group .panel-heading {
	border-width: 1px solid #6b0909;
}
.panel-group .panel-heading {
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-color:#6b0909;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color:#6b0909;
}

.tribe-events-list h3.tribe-events-list-event-title a {
    color: #fff;
}
--- */
.tribe-events-list .tribe-events-list-event-title {
    font-size: 2em;
    letter-spacing: 0.03em;
	line-height: inherit;
}

.glyphicon {
    font-family: inherit;
	width:100%
}
.glyphicon:before {
    font-family:'Glyphicons Halflings';
	float: right;
}

/* 
 * TOOLTIP
 * ----------------------------------------------- */

.master-tooltip {
	display: none;
	position: absolute;
	border: 1px solid rgba(51, 51, 51, 0.7);
	background-color: rgba(22, 22, 22, 0.8);
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	z-index: 2;
}

/* 
 * VISTE
 * ----------------------------------------------- */

.evento {
	padding: 1.5em 1rem;
    margin: 0 auto;
	margin-bottom: 1rem;
	/* border-top: 2px solid rgba(255, 255, 255, 0.2); */
	/* max-width: 800px; */
/* ---
	border-top: 2px rgba(39, 88, 130, 0.5) solid;
	background: rgba(0, 0, 0, 0.4);
--- */
}
.evento .titolo {
	margin-bottom: 1em;
}

.evento .descrizione .info {
    padding: 0 1em;
}

#xdata .tribe-events-venue-details {
    margin-top: 0;
}

#xdata a.tribe-events-button {
    min-width: 60px;
}

a.ora-spettacolo:hover {
	cursor: default !important;
/* ---
    background-color: #666;
--- */
}

.evento .link-titolo  {
	cursor: pointer;
}

.evento .link-titolo:hover  {
/* ---
	color: #ddd;
--- */
}


/* 
 * VISTA X DATA
 * ----------------------------------------------- */

 /* 
 * VISTA X LUOGO
 * ----------------------------------------------- */

#xluogo .collapse-titolo a {
	font-size: 20px;
}
#xluogo .collapse-titolo a:hover {
	font-size: 20px;
}

/* 
 * VISTA X TITOLO
 * ----------------------------------------------- */

.locandine .collapse-titolo a, .uppercase {
/* ---
	color:#fff;
--- */
	font-size: 20px;
}
/* ---
.locandine .collapse-titolo a:hover , .uppercase:hover {
	color: rgba(255, 255, 255, 0.4);
}
--- */
.locandine .panel-group {
    margin-bottom: 6px;
	margin-right: 28px;
	width: 100%;
}
.locandine .btn-group .btn {
    padding-top: 2px;
    padding-bottom: 2px;
}
.locandine .panel-body {
    padding: 0px;
}
.locandine table.gb-table thead {
	border-top: none !important;
}

#xtitolo  table.gb-table thead {
	border-top: none;
}


#tribe-events-content .tribe-events-calendar td {
    box-sizing: border-box;
    font-size: 12px;
    height: auto;
    padding: 0 0 .5em;
    vertical-align: top;
    width: 14.28%;
/* ---
    color: #114b7d;
--- */
}

.btn {
    font-size: inherit;
}

.toggle-all {
	float: right;
/* ---
	background-color: rgba(51, 122, 183, .2) !important;
	color: #337ab7 !important;
	border: solid 2px rgba(51, 122, 183, .6)!important;
--- */
}

.toggle-all:hover {
/* ---
	background-color:rgba(0, 137, 255, 0.26) !important;
	color: #337ab7 !important;
	border: solid 2px rgba(51, 122, 183, .6)!important;
--- */	
}

#tribe-events-header-wrapper {
	 position: relative;
}	
#tribe-events-header.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
	right: 0;
	overflow: auto;
    /* border-radius: 0 0 0.5em 0.5em; */
}

#navbar {
	overflow: hidden;
/* ---
	background-color: #333;
--- */
}

#navbar a {
	float: left;
	display: block;
	text-align: center;
	padding: 14px;
	text-decoration: none;
/* ---
	color: #f2f2f2;
--- */
}

/* 
 * CALENDARIO
 * ----------------------------------------------- */

/* ---
.dataEvento {
   background: #E5E7DE;
}
--- */

/*.datepicker table tr td.day
{
	border-width: 1px 1px 1px 1px;
	border-style:solid;
	border-color:green;
}*/

/* 
 * STICKY
 * ----------------------------------------------- */

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index: 100;
}

p.tribe-events-back a,
a.sticky-nav  {
/* ---	
	background-color: rgba(51, 122, 183, .2);
	color: #bac2cb;
	border: solid 2px rgba(51, 122, 183, .6);
--- */
	display: table-cell;
	border-radius: 5px;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 10px;
	white-space: nowrap;
}

/* ---	
a.sticky-nav:hover {
	color: rgba(255, 255, 255, 0.4);
}
--- */

.header-nav-spacer {
	height: 1em;
	clear: both;
}

.header-nav-spacer-sticky {
	clear: both;
}

.pulsanti_dettaglio {
	float:right;		
}

.titolo_centrato {
    margin-left: 8px;
}

/* 
 * SLIDER SWITCH
 * ----------------------------------------------- */

.toggle-on.btn {
    padding-left: 6px;
}
.toggle-off.btn {
    padding-left: 18px;
}
.toggle.btn {
    min-width: 70px;
}

/* 
 * FILTRO LOCANDINE
 * ----------------------------------------------- */

.sort-options label input,
.filtro-viste label input { 
	display: none; 
}

.filtro-viste .filter-label {
    width: 25%;
	padding-top: 6px;
    text-align: right;
}

#opzioni-viste {
    width: 75%;
}
#opzioni-viste .label-vista-titolo  {
    width: 33.33%;
}
#opzioni-viste  .label-vista-data {
    width: 33.33%;
}
#opzioni-viste  .label-vista-locale {
    width: 33.33%;
}

/* 
 * LOCANDINE
 * ----------------------------------------------- */

#wrapper-locandine  {
}

#wrapper-locandine .pulsante-filtro-locandine  {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 1.0rem;	
}

#wrapper-locandine .filtro  {
	padding: 10px 0;
/* ---	
	background-color: rgba(255, 255, 255, 0.15);
--- */
	border-radius: .5rem;
	max-width: 900px;
	margin: 0 auto;
}

#wrapper-locandine .filtro-viste button,
#wrapper-locandine .filtro-espandi button {
	max-width: 48%;
	float: none;
}

#wrapper-locandine .form-group {
    margin: 5px 0;
}

#wrapper-locandine  .filtro  .btn {
    padding: 5px 10px;
}

#wrapper-locandine  .filtro  label {
	padding-top: 6px;
	text-align: right;
}

.input-group-btn {
    font-size: inherit;
}

.form-control{
	font-size: inherit;
	height: 32px;
}

.locandine,
.locandine-titolo {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

.locandine-titolo {
    margin: 2em auto 1em auto;
}

.locandine-titolo .h2, 
.locandine-titolo h2 {
    font-size: 24px;
/* ---	
	color: #ddd;
--- */
}

.locandine-titolo .h2:before,
.locandine-titolo h2:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 15px;
    margin-right: 10px;
}

/* ---
.locandine-titolo .h2:before,
.locandine-titolo h2:before {
    background-color: red;
}

.locandine-titolo .h4, 
.locandine-titolo h4 {
	color: #9e9e9e;
}
--- */

.locandine ul {
    /* max-width:900px; */
    margin:0 auto;
    padding:0;
    /* font-size:0; */
    list-style:none;
	margin-top: 20px;
}

.locandine ul li {
    padding: 0 1px 1px 0;
}

.locandine ul li.box,
.locandine ul li.boxed {
	width: 100%;
}
.locandine figure .caption-wrapper {
	-webkit-transform:scale(1,2); /* Safari and Chrome */
    -moz-transform:scale(1,2); /* Firefox */
    -ms-transform:scale(1,2); /* IE 9 */
    -o-transform:scale(1,2); /* Opera */
    transform:scale(1,2); /* W3C */	
	transform-origin: top left;
	
	min-height: 44px;
}
.locandine figure figcaption {
/* ---
	background-color: #344955;
--- */
    text-align: center;
	text-overflow: ellipsis; 
    font-size: 15px;
    line-height: 1.5;
	padding: 0 5px;
}

.locandine .grid-view  {
	position: relative;
	overflow: hidden;
}

.locandine .data-evento {
	position: relative;
    text-align: center;
}

.locandine .data-evento p {
	padding: 0 1px;	
}

.locandine .data-evento span {	
    font-size: 16px;
}

/* ---
.locandine .data-evento p.next-data {
	background-color: #b71d1d;	
}
--- */
.locandine .data-evento p.schedule,
.locandine .data-evento p.schedule span  {
/* ---
	background-color: #6d0a0a;
--- */
	font-size: 90%;	
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 64px;
	margin-top: -32px;
	margin-left: -32px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.locandine ul li .rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0); 
    transition:all 0.6s;
	/* cursor: pointer; */
	background: rgba(61, 192, 241, 0.25) url(img/link.png) no-repeat center 10%;
}

.locandine ul li:hover .rig-overlay {
    opacity:0.5;
	filter:alpha(opacity=50);
}

.locandine .info-text {
    display:block;
    /* padding:0 30px; */
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    top: 0;
    opacity:.5;
	filter:alpha(opacity=50);
    transform:translateY(0px);
    transition:all .2s;
	cursor: pointer;
/* ---
	background-color: #000;
	color: #fff;
--- */
}

.locandine .info-text:hover {
	opacity:.90;
	filter:alpha(opacity=90);

    -webkit-transform:scale(1,2); /* Safari and Chrome */
    -moz-transform:scale(1,2); /* Firefox */
    -ms-transform:scale(1,2); /* IE 9 */
    -o-transform:scale(1,2); /* Opera */

    transform: scale(1,2); /* W3C */	
	transform-origin: top;
}

.locandine .info-text:hover p.liveticket {
	display: block;
}

.locandine .info-text p:hover {
/* ---
    background-color: #699dcc;
--- */
	cursor: pointer;
	font-weight: bold;
}

.locandine .info-text p a {
    display: block;
}

/* ---
.locandine .info-text p a,
.locandine .info-text p a:active, 
.locandine .info-text p a:focus, 
.locandine .info-text p a:hover {
    color: #fff !important;	
}
--- */

.tribe-events-list .tribe-events-event-meta {
    margin-top: 0em;
}

/* .locandine ul li .box-view { */
.locandine ul li .memo-details {
    margin: 10px 0;
	max-height: 100%;
	width: 100%;
	display: none;
}

.image__cell.is-collapsed .image--basic {
	cursor: pointer;
}

.image__cell.is-expanded .image--expand {
	max-height: 100%;
}

.arrow-up, /* slider */
.image__cell.is-collapsed .arrow-up {
	height: 10px;
	width: 100%;
}

.item-selected .arrow-up,
.image__cell.is-expanded .arrow-up {
/* ---
	border-bottom: 8px solid #999;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
--- */
	width: 0;
	margin: 0 auto;
}

@media (max-width: 9000px) {
    .locandine ul li {
		width: 20%;
    }
	
	#locandine-prox .locandine  ul li {
		width:100%;
    }
	
}
@media (max-width: 768px) {

    .locandine ul li {
        width:33%;
    }
	
	#wrapper-locandine .filtro label {
		padding-top: 0px;
		text-align: inherit;
	}
	
	#wrapper-locandine .form-group {
		margin-bottom: 0;
	}

	#wrapper-locandine .filtro-viste button,
	#wrapper-locandine .filtro-espandi button {
		max-width: 50%;
		float: left;
	}
	
	.no-gutter  > [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;		
	}

}

@media (max-width: 550px) {
    .locandine ul li {
        width:49.9%;
    }
}

/* 
 * PROSSIMAMENTE
 * ----------------------------------------------- */

#locandine-prox .locandine  ul {
	max-width: 90%;
}

#locandine-prox .locandine  ul li {
	width:100%;
	margin-bottom: 1em;
    padding: 1em;
/* ---
    background-color: rgba(0, 0, 0, 0.4);
	border-top: 2px rgba(39, 88, 130, 0.5) solid;
--- */
}

#locandine-prox .locandine figure figcaption {
/* ---
	background-color: transparent;
--- */
    /* text-align: left; */
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 0 5px;
}

#griglia-prox .grid-view img {
	/*
	min-height:100%;
	height: 257px;
	*/
	max-width:150px;
	margin: 0 auto;
	cursor: default;
	/* float: left; */
}

#griglia-prox  .locandine .data-evento {
    padding: 20px;
}

#locandine-prox   .locandine .data-evento p.schedule,
#locandine-prox   .locandine .data-evento p.schedule span {
/* ---
    background-color: transparent;
	color: #ddd;
 --- */
	padding: 0;
    font-size: 1.2em;
	font-weight: normal;
}

/* ---
#locandine-prox  .descrizione{
	color: #bbb;
}
 --- */
 
#griglia-prox figure {
	cursor: default;
}

#locandine-prox .custom-data {
	font-weight: bold;
	padding: .5em 0;
	margin: 1em auto;
    width: 50%;
    text-align: center;
	white-space: nowrap;
/* ---
	color: #fff;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
--- */
}

#locandine-prox .data-evento .custom-data span {	
	font-weight: bold;
}

#locandine-prox .custom-data em {
	font-style: normal;
	font-size: 2em;
}

#locandine-prox .data-evento custom-text {	
    font-size: 20px;
	/* color: #bbb; */
	max-width: 80%;
}

/* 
 * DETTAGLIO
 * ----------------------------------------------- */

/* .obj-expanded { */
.details { 
    width: auto;
}

#locandine-giorni .details,
#locandine-titoli .details,
#locandine-locali .details { 
    width: 100%;
}

.slider-content {
    -moz-border-radius: 8px;
    border-radius: 8px;
	width: 100%;	
	padding: 1em;
	margin: 0;
/* ---
	background-color: rgba(64, 64, 64, 0.2);
	border: 1px solid #202020;
--- */
}

/* ---
.slider-content h1 {
	color: #fff;
}
--- */

.slider-content .videoWrapper {
	margin-top: 0;
}

.scheda-label {
	margin: 0 15px 1em 15px;	
	padding: 0;
}
.scheda-label span {
/* ---
	background-color: rgba(102, 102, 102, 0.5);
	color: #999;
--- */
	padding: 0 1em;
	float:left;
}
.scheda-label div {
/* ---
	border-top: 1px rgba(102, 102, 102, 0.5) solid;	
--- */
    clear: left;
}

.info-descrizione {
	float: none;
    margin-bottom: 1.5em;
    width: 100%;
}

.info-descrizione .crediti {
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 8px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 8px;   
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 8px; 
	padding: 3px 15px;
	font-style: italic;
	white-space: nowrap;
/* ---
	background-color: #666;
	color: #fff;
--- */
}

.info-movie table,
.info-orari table {   
	width: 100%;
}

.info-movie table {   
	margin-bottom: 1.5em;
	font-size: 90%;
}

.info-orari,
.info-altri-orari,
.info-altri-locali {   
	margin: 0 0 .5em 0;
}

.info-altri-locali {   
	margin-top: .5em;
}

.tabella-altri-orari {   
	margin: 0 0 1em 0;
    padding: 1em 1em 0 1em;
}

.tabella-altri-locali {   
	margin-top: .5em;
    padding: 0 1em 0 1em;
}

/* ---
.tabella-altri-orari,
.tabella-altri-locali {  
    background-color: rgba(202, 202, 202, 0.1);
}
--- */

.info-movie table span,
.info-orari table span {   
	white-space: nowrap;
}

.info-movie table td.info-voce {   
/* ---
	color: #fff;
--- */
	text-align: right;
	padding-right: 1em;
	width: 15%;
}

.info-movie table td.info-dato {   
	line-height: 1.2;
}

.info-orari table tr>td {   
	padding-bottom: .5em;
}

.info-orari table  td.giorno {   
	padding-right: 1em;
}

.info-orari table  td.orari {   
	width: 100%;
}

.info-pulsante {
    background-image: none;
    border-radius: 3px;
    border: 0;
    box-shadow: none;
/* ---
    color: #fff;
--- */
    display: inline-block;
    letter-spacing: 1px;
    line-height: normal;
    padding: 5px 8px;
	margin-bottom: 3px;	
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    zoom: 1;
}

.info-orari table .data-spettacolo {
/* ---
	background-color: #000;
--- */
	width: 100%;
}

.info-orari table a.ora-spettacolo,
.info-orari table a.ora-spettacolo:hover {
/* ---
	background-color: #666 !important;
--- */
	min-width: 80px;
}

.info-orari table a.ora-spettacolo-prenotabile {
/* ---
	background-color: #6c9900;
--- */
	cursor: pointer;
	min-width: 80px;
}

a.pulsante-altri-orari, 
a.pulsante-altri-locali {
/* ---
    background-color: #000;
--- */
    padding: 5px 15px;
	cursor: pointer;
}

a.prenota-liveticket {
/* ---
	background-color: #334f6b;
--- */
	padding: 5px 15px;
}
/* ---
a.prenota-liveticket:hover {
	background-color: #5c8fc3 !important;
}
--- */

.info-venue {
    display: block;
    margin: 15px 0;
    line-height: 1.2;
}
/* ---
.info-venue a {
    color: #fff;
}
.info-venue a:hover {
    color: #fff !important;
}
--- */
.no-video {
    display: none;
}

/* 
 * SHUFFLE
 * ----------------------------------------------- */

.my-shuffle-container{
	overflow: hidden;
	position: relative
}
.my-sizer-element{
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	visibility :hidden
}
.shuffle--animatein{
	overflow: visible
}
.shuffle--animatein .picture-item__inner{
	-webkit-transform: translateY(220px);
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(220px)
}
.shuffle--animatein .picture-item__inner--transition{
	transition: all .6s ease
}
.shuffle--animatein .picture-item.in .picture-item__inner{
	-webkit-transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0)
}

/* 
 * AUTOCOMPLETE
 * ----------------------------------------------- */

.autocomplete-suggestions {
/* ---
	background: #fff;
--- */
	overflow: auto; 
}
.autocomplete-suggestion {
    padding: 4px 10px;
    cursor: pointer;
	white-space: nowrap; 
	overflow: hidden;
/* ---
    background-color: #fff;
    border-bottom: 1px solid rgba(132, 132, 132, 0.5);
    color: #000;
--- */
}
/* ---
.autocomplete-selected { 
	background: #333; 
	color: #fff; 
}
--- */
.autocomplete-suggestions strong { 
	font-weight: normal; 
/* ---
	color: #3399FF; 
--- */
}
.autocomplete-group { 
	padding: 2px 5px;
}
.autocomplete-group strong { 
	display: block; 
/* ---
	border-bottom: 1px solid #000; 
--- */
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	/*
	.sidebar .sidebar-content, 
	.sidebar .sidebar-toggle {
		background: none !important; 
	}
	*/

	.container {
		width: auto;
	}
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

/*
@media only screen and (max-width : 1200px) {

}
*/
/* 
 *  MOBILE (Mid Res) : 1200px > 0px (480px & 320px)
 * ----------------------------------------------- */

@media only screen and (max-width: 1200px) 
{
	#page {
		padding-bottom: 0px;
	}
	#wrapper, .container-inner {
		min-width: auto;
	}
	.wrapper-selettore  {
		z-index: 1;
	}
	.selettore-rapido {
		padding: 5px 2em;
		border-radius: 0;
		margin-top: 50px;
	}
	#footer-full-width-widget {
		margin: 0px;
	}
	/*
	#footer-gostec,
	#footer-gostec p {
		text-align: center;
	}
	*/
	#footer-gostec .grid {
		margin: 0;
	}
/* ---
	#tribe-events-event-meta-color, .sidebar .widget	{
		background: rgba(9, 9, 9, 0) !important;
	}
	.sidebar.s1 .sidebar-top {
		background: #33363b !important;
	}
--- */
	.day-selector ul li span {
		margin: -10px;
	}
	#tribe-events-content table.gb-table thead th {
		/* font-size: 10px; */
		line-height: 1em;
	}

	#xtitolo  .collapse-titolo a 
	{
		font-size: 14px;
	}
	.panel-body	{
		/*margin-left: 10px;
		margin-right: -6px;*/
	}
	.no-gutter > [class*="col-"] {
		padding-left: 0px;
		/* margin-left: -12px; */
	}
/* ---	
	.tribe-events-loop .tribe-events-event-meta  {

		background: rgba(9, 9, 9, 0) !important;
	}
--- */
	#tribe-events-header .tribe-events-sub-nav li a {
		display: inline-block;
/* ---		
		background-color: rgba(51, 122, 183, .2);
		color: #337ab7 !important;
		border: solid 2px rgba(51, 122, 183, .6);
--- */
		border-radius: 5px;
		padding: 5px 5px;
		font-size:small;
	}	
	.fa 	{
		display: inline !important;
	}
	
	/* bottone trailer */
	/* .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle)	
	{
		display:none!important;
	}*/
	/*.hide_trailer
	{
		display:block!important;
	}*/
	/*
	.mobile_poster {
		display:block!important;
		margin-left:16px;
	}
	*/
	
	.owl-prev, .owl-next {
		display:block!important;
		width: 42px;
	}
	.tribe-events-day .tribe-events-loop, #tribe-events-pg-template {
		/* margin-right: -8px; */
	}
	.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
		margin-right: 28px;
	}

	.panel-group .panel 	{
		/*margin-left: 14px;*/
		margin-bottom: -6px;
		margin-top: 16px;
	}
	.single-tribe_events .tribe-events-single-event-title {
		/*
		margin-top: 6px;
		margin-left: 12px;
		*/
	}
	.tribe-events-list .tribe-events-loop .tribe-events-event-image {
		/*margin-left: 12px;
		margin-right: -12px;*/
	}
	.tribe-events-list .tribe-events-list-event-title {
		margin-top: 18px;
	}
	.titolo_collapse {
		font-size: 18px !important ;
	}
	.panel-default > .panel-heading, .panel-group .panel-heading {
		padding: 6px;
	}
	
	/*
	.mobile_poster {
		margin: auto; text-align:center;
	}
	.pc_logo {
		display:none!important;
	}
	*/
	
	.slider_scheda {
		margin-top: 56px;
	}
	.videoWrapper iframe {
		/* margin-top: 30px; */
	    margin-bottom: 22px;
	}

	.videoWrapper {
	    margin-bottom: 22px;
	}
	.single-tribe_events .tribe-events-event-meta {
		margin: 0px 0;
	}
	.no-gutter > [class*="col-"] {
		/* padding-left: 12px; */
	}
	.titolo_centrato {
		margin-left: 0px;
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	#footer-bottom .pad {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	#footer-bottom .social-links,
	#web-agency,
	#copyright {
		line-height: 1.0rem !important;;
	}

	#footer-gostec,
	#footer-gostec p {
		text-align: center;
	}
	
	#web-agency {
		text-align: center !important;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.pad {
		padding: 0;
	}

	.day-selector ul li span {
		font-size: 1.1em;
		padding: 0;
	}
	
	#locandine-prox .locandine ul li {
		padding-left: 0;
		padding-right: 0;
	}	
	#locandine-prox .locandine ul li .grid-view {
		margin-bottom: 1em;
	}	
	#locandine-prox .custom-data {
		width: 80%;
	}
	#griglia-prox .grid-view img {
		max-width: 180px;
	}
	
	.evento {
		padding: 1em .4em;
		margin: 0 .4em;
	}
	
	.evento .descrizione .info,
	.evento .col-sm-9,
	.evento .col-sm-12  {
		padding-left: 0px;
		padding-right: 0px;
	}

	.titolo {
		padding: 0;
	}
	.titolo h1 {
		font-size: 1.6em;
		line-height: inherit;
	}
	
	.sidebar[class*=s] {
		background: none;
	}

	.videoWrapper {	
		max-width: none;
	}

	.videoWrapper iframe	{	
		margin-top: 0;
		height: auto;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.content .pad {
		padding: 0 !important;
	}
	.content .grid-padding-x > .cell {
		padding: 0 !important;
	}
	.evento {
		margin: 0 !important;
	}
	.tabella-orari .ora-spettacolo-prenotabile, .tabella-orari .ora-spettacolo {
		font-size: 1em !important;
	}
	.tabella-orari, .tabella-orari thead th {
		font-size: .9em;
	}
	#tribe-events .tribe-events-button, .tribe-events-button {
		letter-spacing: 0;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


#vista-programmazione div span.ArenaGabbiano {
	font-size: 2em;
	line-height: 1em;
}
#vista-programmazione div span.SalaInterna {
	font-size: 1em;
}
.separatore {
    margin-top: 1em;
}
