/*
 *
 * Teatro x Casa
 * 05/12/2016
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it / d.cosentino@4sigma.it
 *
 */
.lato {
    font-family: 'Lato', sans-serif;
}
.arapey {
    font-family: 'Arapey', serif;
}
html {
    border: none;
    padding: 0px;
    margin: 0px;
    float: left;
    color: #000;
    background-color: #fff;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 21px;
/*     font-style: italic; */
    font-weight: 300;
}
body {
    float: left;
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
/*     min-height: 100%;         */
    float: left;
    -webkit-text-size-adjust: 100%;
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    color: #cccc15;
    font-weight: 900;
    font-style: italic;
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.regular {
    font-style: normal;
}
*:-placeholder
{
    font-family: 'Lato', sans-serif;
    color: white;
}
*::-webkit-input-placeholder
{
    font-family: 'Lato', sans-serif;
    color: white;
}

*::-moz-placeholder
{
    font-family: 'Lato', sans-serif;
    color: white;
}
*:-moz-placeholder
{
    font-family: 'Lato', sans-serif;
    color: white;
}

*:-ms-input-placeholder
{
    font-family: 'Lato', sans-serif;
    color: white;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
}
button {
    cursor: pointer;
}
.hidden,
#spettacolo-date-eventi-list .hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile,
.hand_inline {
    display: none;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.inline-mobile {
    display: none;
}
.show_hand {
    display: none;
}
.border-box {
    box-sizing: border-box;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.force-text-right,
.force-text-right p,
.force-text-right div {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.break-word {
    word-wrap: break-word;
}
.light {
    font-weight: 200;
}
.normal {
    font-weight: 300;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: 700;
}
.extrabold,
#spettacoli-cont .extrabold {
    font-weight: 900;
}
.giallo_scuro {
    color: #cccc15;
}
.giallo {
    color: #f2f91c;
}
.arancio {
    color: #ff8000;
}
.link_nero_to_giallo_scuro {
    color: #000;
}
.bg_red {
    background-color: red;
}
.bg_giallo_scuro {
    background-color: #cccc15;
}
.bg_white {
    background-color: white;
}
.black, .nero,
.blacklnk {
    color: #000;
}
.white {
    color: #fff;
}
.red {
    color: red;
}
.green {
    color: green;
}
.grigio,  .gray, .pg_all_tab {
    color: #808080;
}

.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.mr_2pe {
    margin-right: 2%;
}
.bt_solid {
    border-top: 1px solid #bfbfbf;
}
.bb_solid {
    border-bottom: 1px solid #bfbfbf;
}
.bb_none {
    border-bottom: none;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}
#over-box, #over-box-black {
    display: none;
    position: fixed;
    z-index: 1001;
    background-color: rgba(255,255,255, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-black {
    background-color: rgba(0,0,0,0.9);
    z-index: 998;
}
.modal-box {
    display: none;
/*     position: fixed; */
    position: absolute;
    line-height: 19px;
    padding: 20px 10px;
/*     border-radius: 10px; */
    font-size: 16px;
    color: white;
    text-align: left;
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: white;
    z-index: 1002;
    top: -500px;
}
/* MAIN */

#loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
}
.loading h2 {
    text-align: center;
    color: white;
    display: inline-block;
    font-weight: 900;
}
.loading {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
#loader .loading span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: .19em;
  background: #007DB6;
  border-radius: .6em;
  animation: loading 1s infinite alternate;
}
#loader .loading span:nth-of-type(2) {
  background: #008FB2;
  animation-delay: 0.2s;
}
#loader .loading span:nth-of-type(3) {
  background: #009B9E;
  animation-delay: 0.4s;
}
#loader .loading span:nth-of-type(4) {
  background: #00A77D;
  animation-delay: 0.6s;
}
#loader .loading span:nth-of-type(5) {
  background: #00B247;
  animation-delay: 0.8s;
}
#loader .loading span:nth-of-type(6) {
  background: #5AB027;
  animation-delay: 1.0s;
}
#loader .loading span:nth-of-type(7) {
  background: #A0B61E;
  animation-delay: 1.2s;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#top {
    position: absolute;
    z-index: 1000;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    text-align: center;
    height: 88px;
}
#menu-cont {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    z-index: 999;
    box-sizing: border-box;
    padding-top: 100px;
    display: none;
}
#menu, #login-registrazione-hover {
    width: 70%;
    min-width: 700px;
    float: none;
    margin: 0px auto 0px auto;
    display: none;
}
#menu {
    margin-top: 10px;
}
#registrazione-hover {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #bfbfbf;
    float: right;
    padding: 10px 20px 10px 20px;
}
#login-hover {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 10px 20px;
}
#registrazione-hover .form-control,
#login-hover .form-control {
    height: 48px;
    line-height: 48px;
    background-color: white;
    border: 1px solid #bfbfbf;
    padding: 0px 5px;
    max-width: 250px;
    width: 100%;
    color: #808080;
    font-size: 14px;
}
#registrazione-hover #id_risultato {
    width: 53px;
    float: left;
    margin-left: 11px;
}
#input1:-placeholder {
    color: white;
}
#input1::-webkit-input-placeholder {
    color: white;
}
#input1:-ms-input-placeholder {
    color: white;
}
#input1:-moz-placeholder {
    color: white;
}
#input1::-moz-placeholder {
        color: white;
}
#input2:-placeholder {
    color: white;
}
#input2::-webkit-input-placeholder {
    color: white;
}
#input2:-ms-input-placeholder {
    color: white;
}
#input2:-moz-placeholder {
    color: white;
}
#input2::-moz-placeholder {
    color: white;
}
#input3:-placeholder {
    color: white;
}
#input3::-webkit-input-placeholder {
    color: white;
}
#input3:-ms-input-placeholder {
    color: white;
}
#input3:-moz-placeholder {
    color: white;
}
#input3::-moz-placeholder {
    color: white;
}
#input4:-placeholder {
    color: white;
}
#input4::-webkit-input-placeholder {
    color: white;
}
#input4:-ms-input-placeholder {
    color: white;
}
#input4:-moz-placeholder {
    color: white;
}
#input4::-moz-placeholder {
    color: white;
}
.form-control:-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
.form-control::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
.form-control::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
.form-control:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
.form-control:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
.btn-generico,
.btn-generico-red {
    width: auto;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: white;
    font-style: italic;
    font-weight: 900;
    background-color: #cccc15;
    box-sizing: border-box;
    min-width: 170px;
    text-align: left;
}
.btn-square {
    width: auto;
    padding: 0px 0px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 20px;
    color: white;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
}
.btn-generico-red {
    background-color: red;
}
.btn-generico-small {
    width: auto;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: white;
    font-style: italic;
    font-weight: 900;
    background-color: #cccc15;
    box-sizing: border-box;
    min-width: 100px;
    text-align: left;
    cursor: pointer;
}
#menu div {
    margin-top: 0px;
}
#menu .menu-sub-env {
    margin-top: 0px;
}
.menu-main-lnk {
    display: block;
    float: left;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 60px;
    line-height: 60px;
    font-style: normal;
    letter-spacing: 0px;
    -webkit-transition: letter-spacing 200ms;
    -moz-transition: letter-spacing 200ms;
    -o-transition: letter-spacing 200ms;
    transition: letter-spacing 200ms;
}
.menu-sub {
    width: 100%;
    display: none;
    float: left;
    padding: 10px 50px;
    box-sizing: border-box;
    margin: 10px 0px 30px 0px;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    height: 0px;
    overflow: hidden;
}
.menu-sub-env {
    overflow: hidden;
    height: 0px;
    display: none;
}
.menu-sub li {
    width: 100%;
    display: block;
    float: left;
}
.menu-sub li a {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    color: white;
}
.menu-sub-cont {
    position: relative;
}
#menu .giallo-lnk,
#menu .select {
    color: #cccc15;
}
#menu .bianco-lnk {
    color: #fff;
}
#burger-btn {
    display: block;
    position: absolute;
    left: 10px;
    top: 20px;
    height: 45px;
    width: 45px;
    background-image:url('/static/sito/img/menu.png');
}
.burger-btn-open {
    background-position: 0px 0px;
}
.burger-btn-close {
    background-position: 90px 0px;
}
#user-btn,
#user-btn-logged {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    height: 45px;
    width: 45px;
    background-image:url('/static/sito/img/user.png');
}
#user-btn-logged {
    background-image:url('/static/sito/img/user_white.png');
    background-position: -46px 0px;
}
.user-btn-open {
    background-position: 0px 0px;
}
.user-btn-close {
    background-position: 90px 0px;
}
.user-indirizzo-name {
    width: 200px;
    height: 50px;
    line-height: 48px;
    padding: 0px 10px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 14px;
    color: #808080;
    padding: 10px;
    line-height: 28px;
}

.user-indirizzo {
    width: 564px;
}
#logo-top {
    display: block;
    float: none;
    margin: 0px auto;
    width: 231px;
}
#hp-block1 {
/*     position: absolute; */
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
#hp-block1 h1,
#pg-statica-titolo {
    margin-bottom: 0px;
    color: white;
    font-size: 40px;
    line-height: 50px;
    text-shadow: 0px 0px 10px #000;
    padding: 0px 60px;
    box-sizing: border-box;
}
#hp-block1-txt {
    color: white;
    font-size: 25px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px #000;
    padding: 0px 60px;
    box-sizing: border-box;
}
#hp-block2 {
/*     position: absolute; */
/*     top: 100%; */
    position: relative;
    left: 0px;
    width: 100%;
    overflow:hidden;
    background-color: black;
}
#hp-block2-title {
    font-size: 40px;
    line-height: 100px;
    height: 100px;
    background-color: white;
    color: black;
    font-weight: 200;
    font-style: italic;
    position: absolute;
    top: 0px;
    z-index: 10;
}
#hp-block2-spettacolo {
    position: absolute;
    top: 0px;
}
#hp-block2-spettacoli {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 10;
    background-color: white;
}
.hp-min-spettacolo {
    margin: 0px;
    position: relative;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20%;
}
.hp-min-spettacolo-sel {
    margin-top: -40px;
}
.hp-min-spettacolo-titolo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-transform: uppercase;
    margin-bottom: -40px;
    font-size: 14px;
    font-weight: 300;
    color: black;
    line-height: 20px;
    height: 40px;
    background-color: white;
    box-sizing: border-box;
    padding: 0px 5px;
    text-align: center;
    width: 100%;
}
/*#hp-block2-half {
    position: absolute;
    height: 40%;
    bottom: 0px;
    width: 100%;
}*/
#hp-block2-spettacolo-info {
    position: absolute;
    height: 40%;
    bottom: 0px;
    width: 100%;
    padding: 0px 40px 70px 40px;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

#hp-block2-spettacolo-info h3 {
    color: white;
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#hp-block2-spettacolo-recensione-info {
    font-size: 18px;
    line-height: 21px;
}
#hp-block2-spettacolo-scheda {
    text-align: center;
    position: absolute;
    bottom: 50px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
    left: 0px;
}
#hp-block2-spettacolo-recensione {
    box-sizing: border-box;
    padding: 0px 15%;
    height: 46px;
}
#hp-block2-play-video {
    width: 130px;
    height: 130px;
    background-image: url('/static/sito/img/play_home.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -65px 0px 0px -65px;
    color: transparent;
    -webkit-transition: top 250ms;
    -moz-transition: top 250ms;
    -o-transition: top 250ms;
    transition: top 250ms;
}
#hp-gradient {
    /* background: transparent;  For browsers that do not support gradients */
    /* background: -webkit-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0)); For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0)); For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0)); For Firefox 3.6 to 15 */
     /* background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0)); Standard syntax */
    height: 250px;
    top: 0px;
    position: absolute;
    z-index: 1;
}
#regform {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    top: 70%;
    margin-top: -155px;
    z-index: 2;

}
#hp-block1-recap-cont {
    text-align: center;
    height: 130px;
/*     line-height: 130px; */
    margin-top: 30px;
}
#hp-block1-recap-user {
    background-image: url('/static/sito/img/reg_utenti_home.png');
}
#hp-block1-recap-case {
    background-image: url('/static/sito/img/reg_casa_home.png');
}
#hp-block1-recap-spettacoli {
    background-image: url('/static/sito/img/reg_spettacoli_home.png');
}
.hp-block1-recap {
    display: none;
    color: white;
    text-align: center;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
/*    width: 130px;
    height: 60px;
    padding-top: 70px;*/
    width: 0px;
    height: 0px;
    max-height: 130px;
    line-height: 20px;
    float: none;
    margin: 0px 10px 0px 10px;
    vertical-align: top;
}
.hp-block1-recap span {
    display: none;
}
.hp-input-block {
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.hp-input-block button {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    display: inline-block;
    width: 50px;
    height: 48px;
    line-height: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    box-sizing: content-box;
    vertical-align: top;
}
.hp-input-block input {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    display: inline-block;
    width: 200px;
    padding-left: 50px;
    height: 48px;
    line-height: 48px;
    vertical-align: top;
    text-align: center;
    color: white;
    font-style:  normal;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 900;
}
.hp-input-block .hidden {
    display: none;
}
.hp-input-block input:-placeholder, .hp-input-block input::-webkit-input-placeholder,
.hp-input-block::-moz-placeholder, .hp-input-block input:-ms-input-placeholder,
.hp-input-block:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: white;
}
#hp-block3 {
/*     position: absolute; */
/*     left: 0px; */
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
#hp-block3-title {
    text-align: center;
    margin-top: 40px;
}
#hp-spettacoli-lnk {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px;
    font-size: 30px;
    line-height: 33px;
}
#hp-block3-title a {
    display: inline-block;
}
#hp-block3-abs {
    font-family: 'Arapey', serif;
    text-align: center;
    font-size: 65px;
    line-height: 35px;
    font-style: italic;
    color: #000;
    margin-top: 40px;
    height: 100px;
}
#hp-block3-txt {
    font-size: 20px;
    line-height: 23px;
    text-align: justify;
    font-style: italic;
    max-width: 1000px;
    float: none;
    margin: 20px auto 20px auto;
    color: #000;
}
#hp-calendario-eventi {
    width: 1000px;
    float: none;
    margin: 40px auto 0px auto;
}
.page {
    width: 1000px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#partners {
    max-width: 1000px;
    float: none;
    margin: 20px auto 20px auto;
    text-align: center;
}
.partner {
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 5px 15px 0px 15px;
    line-height: 120px;
    opacity: 0.5;
}
#rassegna-stampa-cont {
    max-width: 1000px;
    float: none;
    margin: 60px auto 40px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}
#rassegna-stampa-spettacolo #rassegna-stampa-cont {
    margin: 40px auto 0px auto;
}
#rassegna-stampa-title-cont,
.header-generico {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 15px 0px;
    font-size: 20px;
    line-height: 23px;
    font-style: italic;
}
#rassegna-stampa-title-cont a {
    display: block;
    float: right;
    font-weight: 900;
    font-style: italic;
}
#rassegna-stampa-text {
    padding-top: 20px;
}
#articolo-hp-last,
.articolo-hp-last {
    width: 32.6%;
    margin-right: 0%;
    float: right;
}
.articolo-hp {
    width: 32.6%;
    margin-right: 1%;
    position: relative;
}
.articolo-pg-rassegna {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.articolo-hp-testata {
    width: 100%;
    padding-right: 100px;
    box-sizing: border-box;
    color: black;
    text-align: right;
    font-weight: 900;
    height: 40px;
    line-height: 20px;
    overflow:hidden;
    margin-bottom: 5px;
}
.articolo-hp-testo {
    font-family: 'Arapey', serif;
    font-size: 18px;
    line-height: 21px;
    color: black;
    font-style: italic;
    text-align: left;
    height: 63px;
    overflow: hidden;
}
.articolo-hp-data {
    width: 100px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}
.articolo-hp-hidden {
    background-color: black;
    color: white;
    padding: 20px;
    width: 80%;
    float: none;
}
.partner img {
    max-width: 120px;
    max-height: 120px;
}
#progress-cont {
    height: 5px;
    width: 300px;
    float: none;
    margin: -1px auto 0px auto;
    background-color: rgba(204, 204, 21, 0.5 );
}
.progress-bar-block {
    width: 25%;
    height: 5px;
    background-color: #f2f91c;
}
.arrow-down-abs {
    display: block;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}
.social {
    display: inline-block;
    margin: 0px 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    width: 40px;
    text-align: center;
    color: white;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.featherlight div,
.featherlight p {
    float: none;
    width: auto;
}
#social-fb {
    background-color: #3b5998;
}
#social-th {
    background-color: #35465d;
}
#social-in {
    background-color: #e4405f;
}
#social-vi {
    background-color: #1ab7ea;
}

#privacy-cont {
    width: 100%;
    margin-top: 100px;
}
#privacy {
    max-width: 1000px;
    width: 100%;
    float: none;
    margin: 0px auto;
    padding: 0px 10px;
    box-sizing: border-box;
}
#privacy h1 {
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    font-size: 20px;
    font-style: italic;
    line-height: 23px;
    padding: 15px 0;
}
#spettacoli-cont {
    width: 50%;
    box-sizing: border-box;
    padding: 100px 25px 50px 20px;
    position: fixed;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
#spettacoli-nav {
    position: fixed;
    bottom: 0px;
    left: 20px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
}
#spettacoli-nav-home {
    position: absolute;
    top: 10px;
    left: 70px;
    display: block;
    width: auto;
    z-index: 10;
}
#spettacoli-cont .selected {
    color: #000;
    font-weight: 900;
}
#spettacoli-scroll {
    overflow: hidden;
}
.spettacolo-link {
    display: block;
    float: left;
    width: 100%;
    padding: 0px 0px;
    line-height: 18px;
    font-size: 16px;
    color: #808080;
    font-weight: 300;
    padding: 3px 0px;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#spettacoli-img-slider {
    width: 50%;
    float: right;
    min-height: 100%;
}
.spettacoli-img-lst {
    width: 100%;
    position:relative;
    cursor: pointer;
}
.spettacoli-list-over-black {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
/*     display: none; */
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}
.spettacoli-list-over-title {
    color: white;
    position: absolute;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    top: 100px;
    left: 0px;
    font-weight: 900;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}
.spettacoli-img-big {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    display: none;
    opacity: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
#spettacolo-cont {
    width: 90%;
    background-color: white;
    position: absolute;
    z-index: 998;
    right: 0px;
    -webkit-box-shadow: -20px 0px 90px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:   -20px 0px 90px 0px rgba(50, 50, 50, 0.25);
    box-shadow:        -20px 0px 90px 0px rgba(50, 50, 50, 0.25);
}
#spettacolo {
    float: none;
    margin: 0px auto;
    width: 900px;
    padding: 0px 11.5px;
}
.spettacolo-full-frame {
    width: 100%;
    padding: 0px 11.5px;
    float: left;
    box-sizing: border-box;
}
#spettacolo-img-princ {
    width: 100%;
}
#spettacolo-immagini {
    width: 100%;
    min-height: 500px;
    position: relative;
    border-bottom: 101px;
    overflow: visible;
    margin-bottom: 121px;
    background-color: black;
}
#spettacolo-immagini-act {
    width: 100%;
    height: 122px;
    bottom: -121px;
    position: absolute;
    overflow-x:hidden;
    overflow-y: visible;
    padding-top: 40px;
}
.hidden-right {
    display: none;
}
#spettacolo-immagini-act a {
    height: 101px;
    width: 20%;
    float: left;
    -webkit-transition: margin-top 100ms;
    -moz-transition: margin-top 100ms;
    -o-transition: margin-top 100ms;
    transition: margin-top 100ms;
    border-bottom: 21px solid white;
}
#spettacolo-immagini-act .select {
    margin-top: -20px;
    border-bottom: 20px solid white;
}
.slider-nav, .slider-nav-top {
    display: none;
    position: absolute;
    width: 20px;
    height: 37px;
    top: 50%;
    cursor: pointer;
    margin-top: -10px;
}
#prev,#top-prev {
    left: 10px;
}
#next, #top-next {
    right: 10px;
}
#spettacolo-top {
    min-height: 150px;
    padding-right: 380px;
    box-sizing: border-box;
}
#spettacolo-titolo {
    text-transform:uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 25px;
    margin-top: 20px;
}
#spettacolo-crediti {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    margin-top: 5px;
}
#spettacolo-abstract {
    width: 100%;
    margin-top: 5px;
}
#spettacolo-btn-cont,
#evento-btn-cont {
    position: absolute;
    width: 240px;
    right: 0px;
    top: 20px;
    height: 200px;
}
#evento-btn-cont {
    width: 380px;
    height: 100px;
}
#spettacolo-btn-cont a,
#evento-btn-cont a {
    display: block;
    float: right;
}
#spettacolo-testo,
.ritch-cont {
    font-size: 18px;
    line-height: 21px;
    margin: 20px 0px;
    font-style: italic;
}
#spettacolo-testo {
    margin-top: 40px;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
#spettacolo-info {
    font-size: 18px;
    line-height: 21px;
    font-style: italic;
}
#spettacolo-info p, #spettacolo-testo p {
    margin-bottom: 21px;
}
#spettacolo-ospita-btn {
    display: block;
    bottom: 20px;
    right: 20px;
    position: absolute;
}
#filtri-eventi {
    margin-top: -8px;
    margin-left: 20px;
    max-width: 600px;
    float: left;
    display: block;
}
#spettacolo-date-eventi {
    margin-top: 40px;
    position: relative;
    box-sizing: border-box;
    padding-left: 181px;
    padding-right: 39px;
    position: relative;
}
#spettacolo-date-eventi .eventi-cal-spettacolo {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
    width: 149px;
}
#spettacolo-date-eventi-nav {
    width: 160px;
    padding: 10px 10px 10px 0px;
    position: absolute;
    left: 0px;
}
#spettacolo-date-eventi-sep {
    position: absolute;
    width: 1px;
    background-color: #bfbfbf;
    height: 100%;
    top: 0px;
    left: 180px;
}
#spettacolo-date-eventi-list {
    width: 100%;
    float: left;
}
#spettacolo-date-eventi-list .eventi-cal-day {
    height: 170px;
}
.spettacolo-anno-select {
    font-size: 50px;
    line-height: 53px;
    color: black;
    font-weight: 200;
    font-style: normal;
}
.spettacolo-anno-not-select {
    font-size: 25px;
    line-height: 28px;
}
.mesi-date {
    display: block;
    float: left;
    text-align: right;
    width: 100%;
}
.mesi-date-not-select {
    font-size: 20px;
    line-height: 23px;
}
.mesi-date-select {
    font-size: 30px;
    line-height: 33px;
}
#approfondimenti-spettacolo-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    min-height: 100px;
    padding: 20px 10.5px 20px 0px;
}
#approfondimenti-spettacolo-right {
    width: 50%;
    float: right;
    box-sizing: border-box;
    min-height: 100px;
    padding: 20px 0px 20px 10.5px;
}
#approfondimenti-spettacolo-right a {
    width: 100%;
    display: block;
    float: left;
    margin-top: 5px;
    font-size: 20px;
    line-height: 23px;
}
#approfondimenti-sep {
    position: absolute;
    height: 100%;
    width: 0px;
    background-color: black;
    border-right: 1px solid #bfbfbf;
    left: 50%;
    top: 0px;
    margin-left: -1px;
}
#spettacolo-recensioni-form-cont,
#spettacolo-recensioni-lista-cont,
#spettacolo-recensioni-lista-title {
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    font-size: 20px;
    font-style: italic;
    line-height: 23px;
    padding: 15px 0;
}
#spettacolo-recensioni-lista-title {
    border-top: none;
    padding-top: 0px;
}
#spettacolo-recensioni-lista-cont {
    border: none;
}
.stella_spenta,
.stella_spenta_lnk {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: 0px 0px;
    background-image: url('/static/sito/img/star.png');
    vertical-align:bottom;
}
.stella_accesa,
.stella_accesa_lnk {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: 25px 0px;
    background-image: url('/static/sito/img/star.png');
    vertical-align: bottom;
}
.stella_accesa_lnk,
.stella_spenta_lnk {
    padding: 12.5px 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.stella_accesa_lnk {
    background-position: -25px 12.5px;
}
.stella_spenta_lnk {
    background-position: 0px 12.5px;
}
.spettacolo-recensioni-stars {
    line-height: 25px;
    margin-top: 10px;
    font-weight: bold;
}
.spettacolo-recensione {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}
.spettacolo-recensione:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
#spettacolo-mostra-altre-rece {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0px 0px 0px;
    font-size: 20px;
    text-align: right;
}
#spettacolo-recensioni-accordion {
    height: 0px;
    overflow:hidden;
}
.input-fixed,
.textarea-fixed,
.recensione-form-control,
.user-form,
.textarea-user-form,
#user-upload-file-txt,
#locandina-upload-file-txt,
.hidden-upload-file-txt {
    height: 50px;
    line-height: 48px;
    padding: 0px 10px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 14px;
}
.clockpicker {
    padding-right: 50px;
    box-sizing: border-box;
/*     border: 1px solid  #bfbfbf;      */
    /*border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;*/
}
'#id_orario_apertura_casa,
#id_orario_inizio_spettacolo,
#id_orario_aperitivo {
     border: 1px solid #bfbfbf;
}
/*.clockpicker input {
    border: none;
}*/
.user-form-time-split {
    width: 50% !important;
}
.user-form-time-split:nth-child(1n) {
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.user-form-time-split:nth-child(3n) {
    display: none;
}
/* Come i Placeholder*/
.info-missing-form {
    font-style: italic;
    color: #808080;
}
#user-upload-file-txt,
.hidden-upload-file-txt {
    width: 594px;
    color: #808080;
    padding: 10px;
    line-height: 28px;
}
#locandina-upload-file-txt {
    width: 70%;
    color: #808080;
    padding: 10px;
    line-height: 28px;
}
#txt-carica-altre-immagini {
    border: none;
    width: 604px;
    color: #808080;
    padding: 0px 10px 10px 0px;
    line-height: 28px;
    box-sizing: border-box;
}
#user-upload-file-btn,
#locandina-upload-file-btn,
.hidden-upload-file-btn,
.hidden-upload-file-btn-half {
    display: block;
    height: 50px;
    line-height: 50px;
    float: right;
    overflow: hidden;
    width: 170px;
    padding: 0px 15px;
    position: relative;
/*

    background-color: #cccc15;
    color: white;
    font-size: 20px;
    */
}
#locandina-upload-file-btn {
    width: 28%;
}
.hidden-upload-file-btn-half {
    width: 82.5px;
    min-width: 82.5px;
    padding: 0px 5px;
    float: left;
    text-align: center;
}
.recensione-form-control,
.user-form,
.textarea-user-form,
.textarea-fixed {
    display: inline-block;
    float: left;
    width: 100%;
}
.textarea-user-form,
.textarea-fixed {
    padding: 10px 10px;
    height: 120px;
    line-height: 28px;
}
.uform-cont {
    width: 382px;
}
.uform-small-cont {
    width: 251px;
}
.ufrom-half-cont {
    width: 186px;
}
.uform-cont span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uform-cont .info {
    white-space: normal;
    overflow: auto;
    text-overflow: clip;
}
.recensione-form-control:-placeholder,
.user-form:-placeholder,
.textarea-user-form:-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
.recensione-form-control::-webkit-input-placeholder,
.user-form::-webkit-input-placeholder,
.textarea-user-form::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
.recensione-form-control::-moz-placeholder,
.user-form::-moz-placeholder,
.textarea-user-form::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
.recensione-form-control:-ms-input-placeholder,
.user-form:-ms-input-placeholder,
.textarea-user-form:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
.recensione-form-control:-moz-placeholder,
.user-form:-moz-placeholder,
.textarea-user-form:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #808080;
}
#spettacolo-recensioni-form-cont #id_testo {
    line-height: 24px;
    height: 140px;
    padding: 10px;
}
#show-accordion-form,
#recesione-non-loggato {
    display: block;
    float: right;
    padding-left: 10px;
    cursor: pointer;
}
#eventi-calendario-cont,
#evento-cont {
    width: 1024px;
    float: none;
    margin: 20px auto 80px auto;
}
#user-area-cont {
    width: 1024px;
    float: none;
    margin: 80px auto 80px auto;
    padding-left: 250px;
    box-sizing: border-box;
    position: relative;
    min-height: 200px;
}
#user-menu {
    display: block;
    float: left;
    width: 240px;
    position: absolute;
    left: 0px;
    top:0px;
}
#user-menu li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
}
#user-menu #menu-diventa-casa  {
    display: block;
    float: left;
    width: 100%;
    border-bottom: none;
    padding-top: 10px;
}
#user-menu #menu-diventa-casa .btn-generico {
    display: block;
    float: left;
    width: 100%;
}
.user-menu-first,
.user-menu-first-sel {
    display: block;
    float: left;
    padding: 10px 0px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    line-height: 20px;
    height: 40px;
    font-size: 20px;
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.user-menu-first-sel {
    color: #cccc15;
    font-weight: bold;
}
.user-menu-second, .user-menu-second-sel {
    display: block;
    float: left;
    padding: 10px 0px 10px 30px;
    box-sizing: border-box;
    width: 100%;
    line-height: 20px;
    height: 40px;
    font-size: 16px;
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.user-menu-second-sel {
    font-weight: bold;
    color: black;
}
#main-user {
    padding-top: 10px;
    min-height: 330px;
}
#spettacolo-calendario-admin {
    max-width: 1024px;
    width: 98%;
    float: none;
    margin: 100px auto 80px auto;
}
#spettacolo-calendario-admin-title {
    width: 30%;
    padding-left: 35%;
}
#eventi-calendario-cont {
    margin: 100px auto 80px auto;
}
.event-cal-mese-left {
    height: 40px;
    border-right: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding-right: 5px;
}
.event-cal-mese-right {
    padding-left: 5px;
    box-sizing: border-box;
    height: 40px;
}
.eventi-cal-data {
    height: 40px;
}
.eventi-cal-mese {
    font-size: 30px;
    line-height: 30px;
    width: auto;
    font-weight: 300;
    padding-top: 10px;
}
.eventi-cal-anno {
    font-size: 20px;
    line-height: 20px;
    padding-top: 18px;
    width: auto;
    font-weight: 900;
}
.eventi-cal-data {
    margin-bottom: 20px;
}
.eventi-cal-data-sep {
    width: 0px;
    border: 1px solid black;
    height: 35px;
    margin: 5px 5px 0px 5px;
}
.eventi-cal-day,
.eventi-cal-day-first,
.eventi-cal-day-last {
    width: 25%;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    height: 256px;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    position: relative;
    display: block;
    float: left;
}
.eventi-cal-day-first {
    border-left: 1px solid #bfbfbf;
}
.eventi-cal-day-last {
    border-right: none;
}
.eventi-cal-day-d,
.eventi-cal-day-d-text {
    text-align: right;
    font-size: 20px;
    line-height: 18px;
    font-weight: 900;
    color: #000;
    font-style: normal;
}
.eventi-cal-day-d {
    color: #cccc15;
}
.eventi-cal-day-m {
    text-align: right;
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    color: #cccc15;
    font-style: normal;
}
.eventi-cal-day-y {
    text-align: right;
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    color: #000;
    font-style: normal;
}
.eventi-cal-spettacolo {
    position: absolute;
    bottom: 10px;
    max-height: 165px;
    width: 236px;
/*     max-height */
}
.eventi-cal-titolo {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    word-break: break-word;
}
.eventi-cal-location,
.eventi-cal-indirizzo {
    font-weight: 300;
}
.eventi-cal-day span,
.eventi-cal-day-first span,
.eventi-cal-day-last span {
    display: block;
    width: 100%;
    float: left;
}
.event-cal-spettacolo-hover {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    display: none;
    z-index: 10;
}
#evento-info {
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
}
#evento-data {
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
}
#evento-info-top {
    box-sizing: border-box;
    padding-right: 380px;
}
#evento-location-owner,
#evento-location-zona {
    min-height: 23px;
    line-height: 23px;
    font-size: 20px;
    margin-top: 5px;
}
#evento-offerta-minima {
    line-height: 23px;
    font-size: 20px;
    margin-top: 5px;
}
#evento-location-owner {
    margin-top: 20px;
}
.evento-location-first {
    width: auto;
    padding-right: 5px;
    border-right: 1px solid black;
}
.evento-location-right {
    width: auto;
    padding-left: 5px;
}
#evento-btn-cont {
    right: 12px;
    top: 12px;
}
#evento-top {
    width: 100%;
    margin-top: 20px;
}
#evento-dettagli-casa {
    margin-top: 40px;
}
#evento-dettagli-casa-title {
    font-weight: 900;
}
#evento-dettagli-casa-txt {
    width: 380px;
    float: left;
}
#evento-dettagli-casa-foto {
    width: 620px;
    float: right;
}
.eventi-cal-spettacolo {
    box-sizing: border-box;
    padding: 0px 10px;
    left: 0px;
}
.row-dettagli-casa {
    position: relative;
    box-sizing: border-box;
    padding-left: 170px; /* Se serve allunghiamo */
    margin-top: 10px;
}
.row-dettagli-casa-title {
    position: absolute;
    width: auto;
    left: 0px;
    top: 0px;
}
.row-dettagli-casa-text {
    font-weight: 900;
}
.evento-foto-casa,
.evento-foto-spettacolo,
.evento-foto-evento {
    display: block;
    width: 200px;
    height: 112px;
    margin-top: 10px;
/*     background-color: green; */
    margin-right: 10px;
    float: left;
}
.evento-foto-casa:nth-child(3n+3),
.evento-foto-spettacolo:nth-child(4n+4) {
    margin-right: 0px;
}

#evento-dettagli-spettacolo-cont {
    margin-top: 40px;
}
#evento-dettagli-spettacolo {
    padding-left: 170px;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
}
#evento-spettacolo-sinossi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
}
#evento-cont #spettacolo-recensioni-lista-cont {
    border-top: 1px solid #bfbfbf;
    margin-top: 40px;
}
#prenota-btn {
    display: block;
    float: right;
    margin-top: -280px;
}
#pg-statica-big-img {
    width: 100%;
    position: relative;
}
#pg-statica-titolo {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    font-size: 50px;
    line-height: 70px;
    font-weight: 900;
}
#form-contatto textarea {
    height: 130px;
    line-height: 20px;
    padding: 10px;
}
.hidden-file-input {
    display: block;
    opacity: 0;
    left: -200px;
    position: absolute;
    top: -200px;
}
#id_foto-label {
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
}
#checkbox-ospita-casa,
.checkbox-indirizzo-principale,
.fake-checkbox-cont {
    padding-left: 60px;
    position: relative;
    box-sizing: border-box;
}
#checkbox-ospita-fake,
.checkbox-indirizzo-principale-fake,
.fake-checkbox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}
#checkbox-ospita-fake {
    position: static;
    margin-right: -10px;
    border: none;
}
#ospita-casa-btn {
    overflow: hidden;
    position: absolute;
    left: 0px;
}
#checkbox-ospita-casa {
    padding-left: 260px;
}
#checkbox-ospita-txt,
.checkbox-indirizzo-principale-txt,
#checkbox-newsletter-txt {
    line-height: 16.6667px;
    font-size: 12px;
    height: 50px;
}
#checkbox-ospita-casa #ospita-casa-btn {
    background-color: green;
}
#form_utente_dashboard #id_ospita_spettacoli,
#form_utente_dashboard #id_newsletter {
    position: absolute;
    top: 60px;
    left: 60px;
}
#user-top-info {
    position: absolute;
    width: auto;
    top: 35px;
    right: 60px;
}
#id_evento-numero-persone,
#id_iscrizione-numero-persone {
    display: inline-block;
    float: right;
    width: 70px;
}
#evento-numero-persone-cont {
    line-height: 50px;
    height: 50px;
}
#modal-prenotazione .btn-generico,
#modal-modifica-prenotazione .btn-generico {
    min-width: 140px;
    height: 40px;
    line-height: 40px;
}
/*#user-salva-btn {
    text-align: center;
}*/
/*#user-upload-file-txt .green {
    color: green;
}*/
.dash-preferito {
    width: 258px;
    height: 258px;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.dash-preferito-bgblack {
    position: absolute;
    height: 50%;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}
.dash-preferito-under {
    position: absolute;
    width: 100%;
    height: 100%;
}
.dash-preferito-titolo,
.dash-recensioni-titolo {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    box-sizing: border-box;
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}
.dash-preferito-titolo {
    padding-right: 55px;
}
.dash-social-open {
    position: absolute;
    bottom: 8px;
/*     padding: 10px; */
    width: 52px;
    text-align: center;
    right: 0px;
    /*box-sizing: border-box;
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;*/
}
.dash-recensioni-titolo {
    bottom: auto;
    top: 0px;
}
.dash-recensioni-location {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    box-sizing: border-box;
    color: white;
    font-size: 12px;
    line-height: 15px;
}
.dash-preferito-over {
    display: none;
    position: absolute;
    padding: 10px 10px 72px 10px;
    box-sizing: border-box;
    min-height: 100%;
    background-color: white;
    z-index: 10;
    color: black;
    border: 1px solid #bfbfbf;
}
.over-info-hidden .dash-preferito-over {
    display: hidden;
}
.over-info-show .dash-preferito-over {
    display: block;
}
.dash-preferito-over-titolo {
    color: black;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
}
.dash-preferito-over-share {
    position: absolute;
    border-top: 1px solid #bfbfbf;
    padding-top: 10px;
    bottom: 10px;
    width: 100%;
    left: 0px;
}
.dash-preferito-over-share a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}
.dash-preferito-link-ev {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 10px;
    left: 0px;
    position: absolute;
    bottom: 37px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
}
.dash-recensione-fatta {
    position: relative;
    padding: 20px 0px 20px 268px;
    margin: 0px 0px;
    min-height: 298px;
    box-sizing: border-box;
    border-bottom: 1px solid #bfbfbf;
}
.dash-recensione-fatta .dash-preferito {
    position: absolute;
    left: 0px;
    top: 20px;
}
.dash-spettacolo {
    height: 258px;
    width: 774px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.dash-spettacolo-info {
    height: 238px;
    width: 238px;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
}
.dash-spettacolo-over {
    display: block;
    height: 258px;
    width: 774px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
}
.over-info-hidden .dash-spettacolo-over {
    display: none;
}
.dash-spettacolo-img {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    float: left;
    height: 124px;
    width: 183px;
}
.dash-spettacolo-img-cont {
    width: 376px;
    padding-right: 10px;
    border-right: 1px solid black;
    height: 258px;
}
.dash-spettacolo-rece-cont {
    width: 368px;
    height: 228px;
    padding-left: 10px;
    padding-bottom: 30px;
    position: relative;
}
.dash-spettacolo-lnk-scheda {
    display: block;
    float: left;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}
.dash-spettacolo-hide-info {
    display: block;
    float: left;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    line-height: 20px;
}
.dash-prenotazione {
    width: 237px;
    height: 310px;
    padding: 10px 10px 130px 10px;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}
.dash-prenotazione-bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 120px;
    width: 237px;
    padding: 10px 10px 0px 10px;
}
.dash-prenotazione-aperitivo {
    display: block;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    width: 237px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    line-height: 18px;
}
.dash-prenotazione-aperitivo:-placeholder {
    color: #808080;
}
.dash-prenotazione-aperitivo::-webkit-input-placeholder {
    color: #808080;
}
.dash-prenotazione-aperitivo:-ms-input-placeholder {
    color: #808080;
}
.dash-prenotazione-aperitivo:-moz-placeholder {
    color: #808080;
}
.dash-prenotazione-aperitivo::-moz-placeholder {
    color: #808080;
}
.dash-prenotazione-cal {
    margin-top: 10px;
    padding: 10px 0px;
/*     border-top: 1px solid #bfbfbf; */
    text-align: center;
    font-size: 14px;
    position:absolute;
    bottom: -30px;
    left: 0px;
    width: 237px;
    display: block;
    float: left;
    font-style: normal;
    color:  black;
    font-weight: 300;
}
.dash-prenotazione-aperitivo-cmd {
    width: 237px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    text-align: center;
    display: none;
    margin-top: 10px;
}
/*.dash-riga-casa {
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
}
.dash-riga-casa-accordion {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
}*/
.dash-casa-thumb {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-right: 10px;
}
.dash-casa-thumb-act {
    display: none;
    width: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    float: left;
    background-color: rgba(0,0,0,.5);
    color: white;
}
.dash-casa-thumb-act i {
    color: white;
}
#form_evento_proposto #id_descrizione {
    height: 170px;
}
#hp-block2-spettacoli-mob,
#call-to-action-menu-mob {
    display: none;
}
.clockpicker-popover {
    width: auto;
    float: none;
}
.popover-content,
.popover-title {
    width: auto;
    float: none;
}
.clockpicker-plate {
    float: none;
}
.gestione-evento-top {
    height: 30px;
    line-height: 30px;
}
.clockinput {
    position: absolute;
    font-size: 25px;
    height: 48px;
    line-height: 48px;
    width: 48px;
    background-color: #f5f5f5;
    text-align: center;
    right: 1px;
    top: 0px;
    display: block;
    color: black;
    border: 1px solid #bfbfbf;
    border-left: none;
}
.input-fixed .clockinput {
    top: 0px;
}
.cover-aperitivo {
    position: absolute;
    width: 100%;
    background-color: rgba(125,125,125,0.2);
    bottom: 0px;
    left: 0px;
    z-index: 10;
    cursor: pointer;
}
#cover-aperitivo-orario {
    height: 50px;
}
#cover-aperitivo-note {
    height: 110px;
}
.nascondi-iscrizione {
 /*   display: none;*/
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(125,125,125,0.2);
    top: -10px;
    padding-top: 10px;
    left: 0px;
}
.riga-iscrizione {
    box-sizing: border-box;
    padding: 5px;
}
.nav-spettacoli-mob {
    display: none;
}
.img-dashboard-evento {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
}
.img-dashboard-evento-cont {
    width: 100px;
    height: 155px;
    margin-bottom: 20px;
    margin-right: 20px;
}
#evento-richiedi-pubblicazione,
#evento-richiesta-pubblicazione {
    display: block;
    position: absolute;
    top: 55px;
    right: 0px;
    background-color: #cccc15;
    width: 100px;
    line-height: 18px;
    font-size: 15px;
    padding: 10px 10px;
    color: white;
    text-align: left;
}
#btn-richiedi-pubblicazione {
    display: block;
    float: left;
    background-color: #cccc15;
    width: auto;
    line-height: 18px;
    font-size: 15px;
    padding: 10px 10px;
    color: white;
    text-align: left;
    font-weight: 900;
    font-style: italic;
}
#evento-richiesta-pubblicazione {
    font-weight: bold;
    background-color: #808080;
}
.dash-spettacolo-text-cont {
    height: 109px;
    overflow: hidden;
    width: 95%;
    padding-right: 5%;
}
#accordion-form-casa {
    height: 0px;
    overflow: hidden;
    padding-bottom: 10px;
/*     border-bottom: 1px solid #bfbfbf; */
}
#rivedi-evento {
    display: block;
    position: absolute;
    right: 0px;
    font-weight: 900;
    top: 0px;
}
#cal-widget-cont {
    position: absolute;
    left: 0px;
    top: 80px;
}
.atcb-list {
    width: 237px !important;
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.25) !important;
}

.case-box-num-eventi {
    text-align: right;
    font-size: 15px;
    line-height: 18px;
    font-weight: 900;
    color: #cccc15;
    font-style: normal;
}
.case-box-num-eventi span {
    display: inline;
    width: auto;
    float: none;
}
#approfondimenti-location {

}
#approfondimenti-spettacolo-int {
    box-sizing: border-box;
    min-height: 100px;
    padding: 20px 0px 20px 10.5px;
}
#approfondimenti-location-sep {
    position: absolute;
    height: 100%;
    width: 0px;
    background-color: black;
    border-right: 1px solid #bfbfbf;
    left: 0px;
    top: 0px;
}
#btn-search-case {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
}
#btn-search-case i {

}
.ricerca-casa-box {
    width: 250px;
}

#spettacolo-calendario-cont {
    width: 650px;
    overflow: hidden;
    min-height: 400px;
}
.calendario-mese {
    width: 650px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    min-height: 400px;
}
.calendario-titolo {
    text-align: center;
    color: black;
    height: 33px;
    line-height: 33px;
    font-size: 17px;
    font-weight: 900;
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
}

.calendario-giorni-cont {
    text-align: center;
    height: 33px;
    line-height: 33px;
    padding-top: 0px;
    text-transform: uppercase;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    width: calc(100% - 1px);
}
.calendario-giorni-int p:nth-child(7n+1) {
    border-left: 1px solid #e5e5e5;
}
.calendario-giorni-cont .calendario-giorno {
    font-size: 17px;
}
.calendario-giorno {
    width: 14.28571%;
    text-align: center;
    color: black;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    font-weight: 900;
}

.calendario-giorno-cal,
.calendario-giorno-cal-hidden {
    width: 14.28571%;
/*     height: 42.563px; */
    height: 63.141px;
    display: block;
    float: left;
    text-align: center;
/*     line-height: 42.563px; */
/*     line-height: 63.141px; */
/*     line-height: 80px; */
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
}
.calendario-giorno-cal-hidden  {
    color: #ced1d2;
}
.calendario-giorno-cal {
    color: #4a4a5a;
}
.cal-chekbox-date {
    width: 15px;
    text-align: center;
    height: 16px;
    line-height: 15px;
    display: block;
    float: left;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #fff;
    cursor: pointer;
    font-size: 11px;
    color: black;
    border: 1px solid black;
}
.cal-chekbox-date i {
    display: none;
}
.calendario-num-giorno {
    position: absolute;
    left: 8px;
    bottom: 3px;
    display: block;
    float: left;
    position: absolute;
    height: 20px;
    font-size: 20px;
}
#spettacolo-base-cont {
    line-height: 40px;
}
#spettacolo-base {
    display: inline-block;
    border: 1px solid #e5e5e6;
    line-height: 38px;
    height: 40px;
    width: 290px;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 15px;
}
#spettacolo-calendario-admin .cal-chekbox-date-sel i {
    display: inline;
}
#spettacolo-calendario-info {
    width: 350px;
    float: right;
}
#spettacolo-calendario-cont .notactive {
    cursor: default;
}
#select-note,
#spettacolo-calendario-info-show-note {
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    background-color: #f8f8f8;
    font-size: 12px;
    line-height: 18px;
    color: black;
}
#spettacolo-calendario-info-show-note {
    display: block;
    float: left;
    min-height: 80px;
    height: auto;
    font-size: 15px;
}
#select-note:focus {
    border: 1px solid #e5e5e5;
}
.calendario-range-lnk {
    display: block;
    float: left;
    height: 10px;
    width: 100%;
    cursor: pointer;
}
.calendario-eventi-row-day .calendario-disponibile {
    background-color: #fff;
    color: #000;
}
.calendario-eventi-row-day .calendario-occupato-txc {
/*     background-color: #cccc1580; */
    background-color: #f2f91c;
    color: #000;
}
.calendario-eventi-row-day .calendario-occupato-privato {
    background-color: #f1f1f1;
    color: #cecece;
}
.calendario-disponibile,
.calendario-occupato-txc,
.calendario-occupato-privato {
    font-weight: bold;
}
#spettacolo-calendario-legenda,
#spettacolo-calendario-stato-cont,
#spettacolo-calendario-area-cont,
#spettacolo-calendario-evento-cont {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
#spettacolo-calendario-info-giorni {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.spettacolo-calendario-legenda-box {
    height: 20px;
    line-height: 20px;
    width: 20px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
}
.spettacolo-calendario-legenda-rect-day {
    height: 20px;
    line-height: 20px;
    width: 40px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #000000;
/*     border: 1px solid #ccc; */
    box-sizing: border-box;
}
.spettacolo-calendario-legenda-rect-range {
    height: 20px;
    line-height: 20px;
    width: 40px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    background: repeating-linear-gradient(
                                                        45deg,
                                                        #3c798d,
                                                        #3c798d 5px,
                                                        #ffffff 5px,
                                                        #ffffff 10px
                                                    )
}
/**/
.spettacolo-calendario-legenda-row {
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    margin-bottom: 5px;
}
#select-stato-spettacolo,
#input-link-evento {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
    height: 25px;
    line-height: 25px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 0px 5px;
}

#spettacolo-calendario-info-show-ribbon {
    height: 20px;
    width: 100%;
}
.spettacolo-calendario-nav {
    position: absolute;
    top: 18px;
    display: block;
    float: left;
    font-size: 15px;
    color: black;
    width: 50px;
    cursor: pointer;
}
#spettacolo-calendario-nav-left {
    left: 0px;
    text-align: left;
}
#spettacolo-calendario-nav-right {
    right: 0px;
    text-align: right;
}
.sel-range-data {
    display: inline-block;
    width: 100px;
    margin: 0px 10px;
    height: 18px;
    padding: 0px 5px;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.select-js-cont {
    font-size: 12px;
}
.select-js-cont .select2-container--default.select2-container--focus .select2-selection--multiple,
.select-js-cont .select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e5e5;
}
.select2-results__options {
    font-size: 12px;
}
.select-js-cont ul {
    float: none;
}
.select-js-cont input:-placeholder,
#spettacolo-calendario-admin input:-placeholder {
    color: black;
}
.select-js-cont input::-webkit-input-placeholder,
#spettacolo-calendario-admin input::-webkit-input-placeholder  {
    color: black;
}

.select-js-cont input::-moz-placeholder,
#spettacolo-calendario-admin input::-moz-placeholder {
    color: black;
}
.select-js-cont input:-moz-placeholder,
#spettacolo-calendario-admin input:-moz-placeholder {
    color: black;
}

.select-js-cont input:-ms-input-placeholder,
#spettacolo-calendario-admin input:-ms-input-placeholder {
    color: black;
}
.calendario-eventi-row {
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-right: none;
    background-color: white;
    display: block;
    float: left;
    font-weight: normal;
}
.calendario-eventi-row-day {
    width: calc(100% / 31);
    height: 50px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    display: block;
    float: left;
    font-weight: normal;
}
.calendario-eventi-row-day:last-child {
/*     border-right: none; */
}
.calendario-eventi-row-day-txt {
    text-align: center;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f2f2f2;
    display: block;
    float: left;
    width: 100%;
    color: black;
}
.calendario-eventi-row-day-num {
    text-align: center;
    height: 30px;
    line-height: 35px;
    font-size: 15px;
    display: block;
    float: left;
    width: 100%;
    color: black;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f1f1f1;
}
.spettacolo-calendario-legenda-row .calendario-disponibile {
    border: 1px solid black;
    box-sizing: border-box;
}
.spettacolo-calendario-legenda-row .calendario-occupato-txc,
#spettacolo-calendario-cont .calendario-occupato-txc {
    background-color: #f2f91c;
}
.spettacolo-calendario-legenda-row .calendario-occupato-privato,
#spettacolo-calendario-cont  .calendario-occupato-privato {
    background-color: #f1f1f1;
}
.calendario-eventi-row-day .calendario-disponibile,
.calendario-eventi-row-day .calendario-occupato-txc,
.calendario-eventi-row-day .calendario-non-indicato,
.calendario-eventi-row-day .calendario-occupato-privato {
    cursor: pointer;
}
.calendario-eventi-row .hidden {
    display: none;
}
.calendario-eventi-row .calendario-range-lnk {
    position: absolute;
    top: 0px;
    height: 5px;
}
#calendario-eventi-comandi {
    width: 30%;
    float: right;
}
#calendario-eventi-comandi #spettacolo-calendario-legenda {
    position: absolute;
    top: 30px;
    background-color: white;
    z-index: 10;
    width: 350px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    right: 55px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
#spettacolo-calendario-filtri {
    position: absolute;
    top: 30px;
    background-color: white;
    z-index: 10;
    width: 350px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    right: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
#spettacolo-calendario-filtri .regione-enabled {
    opacity: 1;
    font-weight: bold;
}
.opacity05 {
    opacity: 0.5;
}
.opacity0 {
    opacity: 0;
}
.filtro-regione {

    height: 20px;
    line-height: 20px;
}
.filtro-regione input[type=checkbox] {
    vertical-align: middle;
}
#calendario-eventi-note-abs {
    display: none;
    position: absolute;
    padding: 12.5px 10px 10px 10px;
    width: 250px;
    box-sizing: border-box;
    background-color: white;
    min-height: 100px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    font-size: 13px;
    line-height: 18px;
}
#chiudi-note-abs {
    cursor: pointer;
    display: block;
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 12px;
    padding: 10px;
}
.calendario-eventi-pubblico-ospita {
    display: inline-block;
    float: right;
    font-size: 14px;
}
#spettacoli-calendario-disponibilia {
    position: fixed;
    display: block;
    float: left;
    z-index: 1000;
    left: calc(50% - 120px);
    top: 0px;

    background-color: rgba(255,255,255, 1);
    border-radius: 50px;
    height: 100px;
    line-height: 100px;
    width: 100px;
    text-align: center;
}
#spettacoli-calendario-disponibilia img {
    height: 70px;
}
.calendario-eventi-pubblico-regioni-all {
    display: block;
    float: left;
    padding: 10px;
    width: calc((1024px - 45px) / 4);
    height: calc((512px - 45px) / 4);
    background-color: #cccc15;
    box-sizing: border-box;
    margin: 0px 15px 15px 0px ;
    color: white;
    position: relative;
}
#calendario-eventi-pubblico-regioni-all-cont {
    width: 1024px;
}
.calendario-eventi-pubblico-regioni-all span {
    display: block;
    position: absolute;
    bottom: 10px;
}
.calendario-eventi-pubblico-regioni-all .calendario-eventi-pubblico-regioni-num {
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
}
.calendario-eventi-pubblico-regioni-all:nth-child(4n) {
    margin-right: 0px;
}



.calendario-mese-regioni {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    min-height: 400px;
}
.calendario-titolo-regioni {
    text-align: center;
    color: black;
    height: 33px;
    line-height: 33px;
    font-size: 17px;
    font-weight: 900;
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.calendario-giorno-cal-regione {
    width: 14.28571%;
    height: 150px;
    display: block;
    float: left;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
}
.calendario-giorno-cal-regione .link-regione-spettacolo {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 15px;
    width: calc(100% - 20px);
    margin: 2.5px 10px;
    overflow: hidden;
    text-align: left;
    font-weight: normal;
}
.calendario-giorno-cal-regione-btn {
    display: block;
    float: left;
    right: 8px;
    bottom: 3px;
    display: block;
    float: left;
    position: absolute;
    height: 20px;
    font-size: 25px;
}
.calendario-giorno-cal-num-spettacoli {
    display: block;
    float: left;
    right: 26px;
    bottom: 2px;
    display: block;
    float: left;
    position: absolute;
    height: 20px;
    font-size: 12px;
}
.calendario-giorno-link-cont {
    display: block;
    float: left;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
}
.calendario-giorno-cal-regione-extra {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    top: 100px;
    text-align: left;
    height: 20px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 10px;
}
#modal-calendario-regioni-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
#modal-calendario-regioni {
    display: none;
    position: absolute;
    line-height: 19px;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: black;
    text-align: left;
    width: 600px;
    left: calc((100% - 600px) / 2);
    margin-left: 0px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: white;
    z-index: 1002;
    top: -500px;
    overflow-y: auto;
    overflow-x: hidden;
}
#modal-regioni-data {
    display: inline-block;
    float: right;
}
#modal-calendario-close {
    position: absolute;
    display: block;
    float: left;
    padding: 0px 5px;
    right: 0px;
    top: 0px;
}
.regioni-img-modal-cont {
    min-height: 77px;
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #808080;
    }
    .link_nero_to_giallo_scuro:hover,
    #menu .select:hover {
        color: #cccc15;
    }
    .social:hover {
        color: white;
        border-radius: 0px;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
    .blacklnk:hover {
        color: #000;
    }
    .burger-btn-open:hover  {
        background-position: 135px 0px;
    }
    .burger-btn-close:hover {
        background-position: 45px 0px;
    }
    .user-btn-open:hover  {
        background-position: 135px 0px;
    }
    .user-btn-close:hover {
        background-position: 45px 0px;
    }
    .hp-min-spettacolo:hover {
        margin-top: -40px;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
    /*#hp-block2-spettacolo:hover #hp-block2-spettacolo-info {*/
    #hp-block2-spettacolo-info:hover {
        opacity: 1;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
/*    #hp-block2-spettacolo:hover #hp-block2-play-video {
        top: 35%;
        -webkit-transition: top 500ms;
        -moz-transition: top 500ms;
        -o-transition: top 500ms;
        transition: top 500ms;
    }*/
    #hp-block2-play-video:hover {
        background-position: right top;
    }
    .hp-min-spettacolo {
        -webkit-transition: all 250ms;
        -moz-transition: all 250ms;
        -o-transition: all 250ms;
        transition: all 250ms;
    }
    .partner:hover {
        opacity: 1;
    }
    #menu .giallo-lnk:hover {
        color: #cccc15;
    }
    #menu .bianco-lnk:hover {
        color: #fff;
    }
    .menu-main-lnk:hover {
        letter-spacing: 10px;
/*         line-height: 100px; */
        -webkit-transition: letter-spacing 350ms;
        -moz-transition: letter-spacing 350ms;
        -o-transition: letter-spacing 350ms;
        transition: letter-spacing 350ms;
    }
    .menu-sub li a:hover {
        color: #f2f91c;
    }
    .btn-generico:hover,
    .btn-generico-small:hover,
    .btn-generico-red:hover,
    .btn-square:hover,
    #evento-richiedi-pubblicazione:hover {
        background-color: #808080;
        color: white;
    }
    .spettacolo-link:hover {
        color: #000;
        font-weight: bold;
    }
    /*#spettacoli-img-slider:hover {
        width: 70%;
    }
    #spettacoli-img-slider .spettacoli-img-lst {
        height: 33.3333%;
    }*/
    #spettacolo-immagini-act a:hover {
        margin-top: -20px;
        -webkit-transition: margin-top 150ms;
        -moz-transition: margin-top 150ms;
        -o-transition: margin-top 150ms;
        transition: margin-top 150ms;
    }
    .spettacoli-img-lst:hover .spettacoli-list-over-black {
/*         display: block; */
        opacity: 1;
        -webkit-transition: opacity 400ms;
        -moz-transition: opacity 400ms;
        -o-transition: opacity 400ms;
        transition: opacity 400ms;
    }
    .spettacoli-img-lst:hover .spettacoli-list-over-title {
/*         display: block; */
        opacity: 1;
        -webkit-transition: opacity 400ms;
        -moz-transition: opacity 400ms;
        -o-transition: opacity 400ms;
        transition: opacity 400ms;
    }
/*    .eventi-cal-day-first .event-cal-spettacolo-hover:hover,
    .eventi-cal-day .event-cal-spettacolo-hover:hover {
        display: block;
        opacity: 1;
    }*/
    #spettacolo-immagini:hover .slider-nav-top {
        display: block;
    }
    .user-menu-first:hover,
    .user-menu-first-sel:hover {
        color: #cccc15;
        font-weight: bold;
    }
    .user-menu-second:hover,
    .user-menu-second-sel:hover {
        font-weight: bold;
        color: black;
    }
    #user-upload-file-btn:hover {
        color: white;
    }
    .dash-casa-thumb:hover .dash-casa-thumb-act {
        display: block;
    }
    .dash-casa-thumb-act:hover i {
        color: #f2f91c;
    }
    .pg_all_tab:hover {
        color: #cccc15;
    }
    #btn-search-case:hover {
        color: #cccc15;
    }
    .calendario-eventi-pubblico-regioni-all:hover {
        background-color: white;
    }
    .calendario-eventi-pubblico-regioni-all:hover span {
        color: black;
    }
}
/* ALL MOB */
@media only screen and (min-width:220px) and (max-width:1023px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .inline-desktop {
        display: none;
    }
    .inline-mobile {
        display: inline;
    }
    #hp-block2-spettacolo-info {
        opacity: 1;
    }
    #hp-block2-play-video {
        top: 35%;
    }
    #hp-block2-spettacolo-recensione-info {
        margin-top: 10px;
    }
    .page {
        max-width: 1000px;
        width: 100%;
        padding: 0px 12px;
        box-sizing: border-box;
    }
    #main-user {
        padding: 10px 10px 0px 0px;
        min-height: 340px;
        box-sizing: border-box;
    }
    .dash-spettacolo-text-cont {
        height: 109px;
        overflow: scroll;
        width: 100%;
    }
/* PAD */
@media only screen and (min-width:768px) and (max-width:1023px) {
    #regform {
        top: 40%;
    }
    #hp-block3-txt {
        padding: 0px 20px;
        box-sizing: border-box;
    }
    #hp-calendario-eventi {
        width: 100%;
        max-width: 1000px;
    }
    .eventi-cal-day,
    .eventi-cal-day-first,
    .eventi-cal-day-last {
        width: 33.33%;
        border-bottom: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
        height: 256px;
        box-sizing: border-box;
        padding: 10px 10px 10px 10px;
        position: relative;
        display: block;
        float: left;
    }
    .eventi-cal-day-first {
        border-left: 1px solid #bfbfbf;
    }
    .eventi-cal-day-last {
        border-right: 1px solid #bfbfbf;
    }
    #hp-calendario-eventi a:nth-child(3n+3) {
        border-right: none;
    }
    #articolo-hp-last,
    .articolo-hp-last {
        display: none;
    }
    .articolo-hp {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        position: relative;
    }
    #rassegna-stampa-title-cont, .header-generico {
        padding: 15px 10px;
        box-sizing: border-box;
    }
    #hp-calendario-eventi {
        overflow:hidden;
    }
    #eventi-cal-spettacolo {
        overflow:hidden;
    }
    #spettacolo {
        width: 95%;
        max-width: 900px;
    }
    #spettacolo-btn-cont,
    #evento-btn-cont {
        position: absolute;
        width: 100%;
        right: 0px;
        top: 0px;
        height: 100px;
    }
    #spettacolo-btn-cont a,
    #evento-btn-cont a {
        display: block;
        float: left;
        margin-left: 0px;
        margin-right: 20px;
        margin-bottom: 0px;
    }
    #spettacolo-top {
        padding-right: 0px;
        padding-top: 100px;
    }
/*    #spettacolo-btn-cont, #evento-btn-cont {
        position: static;
        width: auto;
        float: left;
        height: 100px;
        text-align: left;
        margin-bottom: 20px;

    }
    */
    #evento-btn-cont a {
        margin-left: 10px;
    }
    #evento-btn-cont img {
        width: 90px;
    }
    #spettacolo-date-eventi-nav {
        width: 120px;
    }
    #spettacolo-date-eventi-sep {
        left: 140px;
    }
    #spettacolo-date-eventi {
        padding-left: 141px;
        padding-right: 0px;
    }
    #eventi-calendario-cont,
    #evento-cont {
        width: 100%;
    }
    #evento-info-top {
        width: 100%;
        padding-right: 310px;
/*         padding-right: 0px; */
    }
    #evento-dettagli-casa-foto {
        width: 100%;
    }
    #evento-dettagli-casa-txt {
        width: 100%;
    }
    #user-area-cont {
        width: 100%;
    }
    .dash-recensione-fatta {
        padding-right: 5px;
    }
    .dash-spettacolo,
    .dash-spettacolo-over {
        width: 100%;
    }
    .dash-spettacolo-img {
        height: 62px;

        width: 91.5px;
        height: 60.75px;
        width: 89.65px;
    }
    .dash-spettacolo-img-cont {
        width: 91.5px;
    }
    .dash-spettacolo-img-cont .dash-spettacolo-img {
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .uform-cont {
        width: 49%;
    }
    #user-upload-file-txt,
    .hidden-upload-file-txt {
        width: 65%;
    }
    .uform-small-cont {
        width: 32%;
    }
    .user-indirizzo-name,
    #form_utente_dashboard .w_200 {
        width: 33%;
    }
    .user-indirizzo {
        width: 66%;
    }
    #add-indirizzo-btn,
    .rm-indirizzo {
        margin-right: 5px;
    }
    .ufrom-half-cont {
        width: 24%;
    }
    #txt-carica-altre-immagini {
        width: 100%;
    }
    #dashboard-proposte-inviate .w_20pe {
        box-sizing: border-box;
        padding-right: 5px;
    }
    .row-ev-man .font_15 {
        font-size: 13px;
        line-height: 21px;
    }
    .row-ev-man .w_15pe {
        box-sizing: border-box;
        padding-right: 5px;
    }
    #evento-recap-iscritti,
    #evento-header {
        box-sizing: border-box;
        padding-right: 5px;
    }
    #gestione-evento-data-ev {
        font-size: 14px;
    }
    #locandina-upload-file-btn {
        min-width: 0px;
        padding: 0px 5px;
    }
    #tab-nav-cont {
        font-size: 16px;
    }
    #user-area-cont {
        padding-left: 175px;
    }
    #user-menu {
        width: 165px;
    }
    .user-menu-first,
    .user-menu-first-sel {
        padding: 10px 0px 10px 10px;
        width: 100%;
        line-height: 20px;
        height: 40px;
        font-size: 15px;
    }
    .user-menu-second, .user-menu-second-sel {
        display: block;
        float: left;
        padding: 10px 0px 10px 20px;
        box-sizing: border-box;
        width: 100%;
        line-height: 20px;
        height: 40px;
        font-size: 13px;
    }
    .user-menu-second-sel {
        font-weight: bold;
        color: black;
    }
    .ricerca-casa-box {
        width: 160px;
    }
    #spettacolo-calendario-admin {
        max-width: 1024px;
        width: 95%;
        float: none;
        margin: 100px auto 80px auto;
    }
    .calendario-eventi-row-day {
        width: calc(100% / 16);
        height: 75px;
    }
    .calendario-eventi-row-day-txt {
        height: 30px;
        line-height: 32px;
    }
    .calendario-eventi-row-day-num {
        height: 45px;
        line-height: 50px;
    }
    #spettacoli-calendario-disponibilia {
        left: calc(50% - 100px);
    }
    #calendario-eventi-pubblico-regioni-all-cont {
        width: 100%;
        max-width: 768px;
        float: none;
        margin: 0px auto;
    }
    .calendario-eventi-pubblico-regioni-all {
        width: calc((100% - 30px) / 3);
        height: calc((512px - 45px) / 4);
    }
    .calendario-eventi-pubblico-regioni-all:nth-child(4n) {
        margin-right: 15px;
    }
    .calendario-eventi-pubblico-regioni-all:nth-child(3n) {
        margin-right: 0px;
    }
    #registrazione-hover {
        padding: 10px 0px 10px 20px;
    }
    #registrazione-hover #id_risultato {
        margin-left: 11px;
    }
}
/* Handled */
@media only screen and (min-width:220px) and (max-width:767px) {
    .show_hand {
        display: block;
    }
    .hand_inline {
        display: inline;
    }
    #menu, #login-registrazione-hover {
        width: 100%;
        min-width: 300px;
    }
    .menu-main-lnk {
        font-size: 30px;
        line-height: 50px;
    }
    #hp-block1 h1, #pg-statica-titolo {
        font-size: 20px;
        line-height: 25px;
        padding: 0px 10px;
    }
    #hp-block1-txt {

        font-size: 15px;
        line-height: 18px;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    #regform {
        top: 75%;
    }
    #hp-block1-recap-cont {
        display: none;
    }
    #hp-block2-spettacoli,
    #hp-block2-spettacolo {
        display: none;
    }
    #hp-block2-spettacoli-mob {
        display: block;
    }
    #hp-block2-spettacoli-mob .hidden {
        display: none;
    }
    #hp-block2-spettacoli-mob .block {
        display: block;
    }
    .hp-block2-spettacolo-mob {
        background-image:url('{{s.immagine_hand.url}}');
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
    }
    .hp-block2-spettacolo-mob-info {
        display: block;
        float: left;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color:rgba(0,0,0,.5);
        box-sizing: border-box;
        padding: 30px 30px;
    }
    .hp-block2-tocenter {
        color: white;
    }
    .hp-block2-spettacolo-mob-info .hp-block2-tocenter {
        text-align:center;
        display: block;
        float: left;
        width: 100%;
    }
    #hp-spettacoli-lnk {
        font-size: 20px;
        font-size: 23px;
    }
    #hp-block3-title {
        margin-top: 0px;
    }
    #hp-block3-abs {
        height: auto;
        line-height: 45px;
    }
    #hp-block3-txt {
        padding: 0px 20px;
        box-sizing: border-box;
    }
    #hp-calendario-eventi {
        width: 300px
    }
    .eventi-cal-day,
    .eventi-cal-day-first,
    .eventi-cal-day-last {
        width: 100%;
        border-bottom: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
        height: 256px;
        box-sizing: border-box;
        padding: 10px 10px 10px 10px;
        position: relative;
        display: block;
        float: left;
    }
    #rassegna-stampa-cont {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    #hp-block3 .articolo-hp {
        display: none;
    }
    #hp-block3 .articolo-hp:first-child {
        display: block;
        width: 100%;
    }
    #spettacoli-cont {
        display: none;
    }
    #spettacoli-img-slider {
        width: 100%;
        float: left;
        min-height: 100%;
        margin-top: 88px;
    }
    .spettacoli-list-over-black,
    .spettacoli-list-over-title {
        display:block;
        opacity: 1 ;
    }
    .spettacolo-full-frame {
        width: 100%;
        padding: 0px;
        margin-top: 0px;
    }
    #spettacolo-cont {
        width: 100%;
        margin-top: 88px;
    }
    #spettacolo {
        width: 100%;
    }
    #spettacolo-top,
    #spettacolo-testo,
    #spettacolo-info {
        padding: 0px 2.5%;
        width: 95%;
    }
    #spettacolo-btn-cont, #evento-btn-cont {
        width: 100%;
        position: static;
        text-align: center;
        height: 80px;
    }

    #spettacolo-btn-cont img, #evento-btn-cont img {
        width: 60px;
    }
    #spettacolo-btn-cont a {
        display: inline-block;
        float: none;
        margin: 0px 7.5px;
    }
    #evento-btn-cont img {
        width: 90%;
        max-width: 80px;
    }
    #evento-btn-cont a {
        width: 33%;
        margin: 0px;
        text-align: center;
        display: inline-block;
    }
    #evento-info-top {
        width: 100%;
        padding: 0px;
    }
    #evento-data {
        font-size: 20px;
        line-height: 23px;
    }
    #evento-location-owner, #evento-location-zona {
        height: auto;
    }
    #evento-location-owner {
        margin-top: 5px;
    }
    #evento-location-zona {
        margin-top: 0px;
    }
    #evento-location-owner p,
    .evento-location-first,
    .evento-location-right {
        width: 100%;
        padding: 0px;
        margin: 0px 0px 5px 0px;
    }
    .evento-location-first {
        border-right: none;
    }
    #spettacolo {
        padding: 0px;
    }
    #spettacolo-immagini {
        min-height: auto;
    }
    #spettacolo-immagini-act a {
        width: 33.3333%;
    }
    #spettacolo-immagini-act .select {
        margin-top: -7.5px;
        border-bottom: 7.5px solid white;
    }
    .slider-nav {
        top: 10px;
    }

    #spettacolo-date-eventi-nav {
        width: 100%;
        position: static;
    }
    #spettacolo-date-eventi-nav p,
    #spettacolo-date-eventi-nav .mesi-anno .mesi-date {
        text-align: center;
    }
    #spettacolo-date-eventi-nav .mesi-anno {
        margin-top: 10px;
    }
    #spettacolo-date-eventi-sep {
        display: none;
    }
    #spettacolo-date-eventi {
        padding-left: 0px;
        padding-right: 0px;
    }
    #spettacolo-date-eventi-list {
        width: 90%;
        max-width: 320px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #approfondimenti-spettacolo,
    #spettacolo-recensioni-cont {
        box-sizing: border-box;
        padding: 0px 10px;
    }
    #rassegna-stampa-text .articolo-hp,
    #rassegna-stampa-text .articolo-hp-last {
        width: 90%;
        max-width: 520px;
        float: left;
        margin: 0px 0px 20px 0px;
    }
    #eventi-calendario-cont,
    #evento-cont {
        width: 98%;
        max-width: 520px;
    }
    #eventi-calendario-cont .eventi-cal-day-first {
        border-left: none;
    }
    #eventi-calendario-cont {
        margin-top: 170px;
    }
    #evento-dettagli-casa-txt,
    #evento-dettagli-casa-foto {
        width: 100%;
    }
    #evento-dettagli-spettacolo {
        padding: 0px;
    }
    #evento-spettacolo-sinossi {
        position: static;
        width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #filtri-eventi {
        position: absolute;
        width: 100%;
        max-width: 100%;
        left: 0px;
        padding: 0px;
        margin: 0px 0px 0px 20px;
        top: 95px;
    }
    #filtri-eventi p {
        width: 35%;
    }
    #filtri-eventi #eventi-refresh-select {
        width: 20%;
        float: left;
    }
    #login-hover {
        width: 100%;
        margin: 0px;
    }
    #registrazione-hover {
        border-left: none;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
    #registrazione-hover .form-control, #login-hover .form-control {
        max-width: 90%;
    }
    #registrazione-hover p {
        text-align: right;
    }
    #user-area-cont {
        width: 100%;
        padding-left: 0px;
    }
    #user-menu {
        display: none;
    }
    .dashboard-title {
        box-sizing: border-box;
/*         padding-left: 10px; */
        padding-right: 10px;
        margin-top: 10px;
    }
    #user-top-info {
        display: none;
    }
    #call-to-action-menu-mob {
        display: block;
        float: left;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        line-height: 20px;
        padding: 10px 0px 10px 10px;
        font-size: 20px;
        text-align: left;
        font-style: normal;
        border-bottom: 1px solid #bfbfbf;
    }
    #call-to-action-menu-mob span {
        display: inline-block;
        float: right;
        color: black;
        margin-right: 5px;
    }
    #call-to-action-menu-mob .hidden {
        display: none;
    }
    #user-menu {
        position: static;
        display: block;
        width: 100%;
        overflow: hidden;
        height: 0px;
    }
    #dash-prenotazione-cont {
        width: 258px;
        float: left;
        margin-left: 10px;
        margin-right: auto;
/*         overflow: hidden; */
    }
    .addtocalendar {
        width: 100%;
        float: left !important;
        display: block !important;
    }
    .atcb-list {
        top: 35px !important;
    }
    .dash-prenotazione-cal {
        bottom: -45px;
    }
    .dash-preferito {
        margin-left: 10px;
    }
    .dash-recensione-fatta .dash-preferito {
        margin: 0px 0px 10px 0px;
        top: 0px;
        position: static;
    }
    .dash-recensione-fatta {
        padding: 0px 0px 20px 0px !important;
        width: 258px;
        margin: 10px;
    }
    .dash-spettacolo {
        width: 100%;
    }
    .dash-spettacolo-info {
        box-sizing: border-box;
        width: 100%;
        height: 258px;
    }
    .dash-spettacolo-img-cont {
        display: none;
    }
    .dash-spettacolo-over {
        width: 100%;
    }
    .dash-spettacolo-rece-cont {
        box-sizing: border-box;
        width: 100%;
        padding-right: 10px;
    }
    .dash-spettacolo-hide-info {
        right: 10px;
    }
/*    #form_utente_dashboard,
    #form_casa_dashboard,
    .dash-riga-casa,
    #form_evento_proposto,
    #dashboard-proposte-inviate {
        width: 95%;
        padding: 0px 2.5%;
    }*/
    .uform-cont,
    #user-upload-file-txt,
    #checkbox-ospita-txt {
        width: 100%;
    }
    #checkbox-ospita-casa {
        padding: 0px;
    }
    .uform-small-cont {
        width: 100%;
    }
    .ufrom-half-cont {
        width: 100%;
    }
    #ospita-casa-btn {
        position: static;
        display: block;
        float: left;
    }
    #form_utente_dashboard #id_ospita_spettacoli, #form_utente_dashboard #id_newsletter {
        top: 300px;
    }
    #checkbox-ospita-txt {
        margin-top: 10px;
    }
    #checkbox-ospita-casa {
        overflow: hidden;
    }
    .user-indirizzo-name,
    .user-indirizzo,
    .hidden-upload-file-txt,
    #txt-carica-altre-immagini {
        width: 100%;
    }
    #form_utente_dashboard .w_200 {
        width: 100%;
    }
    .checkbox-indirizzo-principale-txt {
        overflow: hidden;
    }
    .textarea-user-form {
        height: auto;
    }
    #dashboard-proposte-inviate .w_20pe,
    #dashboard-proposte-inviate .w_40pe {
        font-size: 12px;
        line-height: 15px;
    }
    #pg-statica-titolo {
        margin-top: -15px;
    }
    #pagina-statica-cont .page {
        margin-top: 0px;
    }
    .nav-spettacoli-mob {
        display: block;
        float: left;
        padding: 10px;
        position: absolute;
        top: 50%;
        margin-top: -28.5px;
        z-index: 998;
    }
    #nav-spettacoli-mob-left {
        left: 10px;
    }
    #nav-spettacoli-mob-right {
        right: 10px;
    }
    #tab-nav-cont {
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }
    #main-user {
        padding: 0px 10px 0px 10px;
        min-height: 0px;
        box-sizing: border-box;
        width: 100%;
    }
    .row-ev-man .w_5pe {
        width: 10%;
    }
    .row-ev-man .w_15pe {
        width: 30%;
    }
    .row-ev-man .w_55pe {
        width: 100%;
/*         margin-top: 10px; */
    }
    .row-ev-man .w_10pe {
        width: 70%;
        text-align: left;
    }
    .gestione-evento-top {
        height: auto;
    }
    #btn-pausa {
        min-width: 0px;
    }
    #dashboard-evento .w_25pe,
    #dashboard-evento .w_49pe {
        width: 100%;
    }
    #dashboard-evento .w_74pe {
        width: 100%;
        margin-top: 10px;
    }
    #orario-inizio-spettacolo-cont,
    #ospiti-della-casa-no-txc-cont {
        margin-top: 10px;
    }
    #lista-iscrizioni .iscrizioni-nome-cognome {
        width: 40%;
    }
    #lista-iscrizioni .iscrizioni-contatti {
        width: 60%;
    }
    #lista-iscrizioni .iscrizioni-social {
        width: 20%;
        display: none;
    }
    #lista-iscrizioni .iscrizioni-posti {
        width: 40%;
    }
    #lista-iscrizioni .iscrizioni-info-aperitivo {
        width: 50%;
    }
    #lista-iscrizioni .iscrizioni-info-cmd {
        width: 10%;
    }
    #recap-iscrizioni .w_20pe {
        width: 50%;
    }
    #recap-iscrizioni .recap-totali {
        width: 100%;
        text-align: left;
    }
    #evento-richiedi-pubblicazione {
        top: 100px;
        right: 10px;
    }
    #form_evento_proposto #id_descrizione,
    #form_casa_dashboard #id_nome {
        margin-bottom: 10px;
    }
    #spettacolo-calendario-admin-title {
        width: 60%;
        padding-left: 0px;
    }
    #calendario-eventi-comandi {
        width: 40%;
    }
    #spettacolo-calendario-admin-title h1 {
        font-size: 15px;
    }
    #spettacolo-calendario-admin {
        max-width: 1024px;
        width: 95%;
        float: none;
        margin: 100px auto 80px auto;
    }
    .calendario-eventi-row-day {
        width: calc(100% / 7);
        height: 75px;
    }
    .calendario-eventi-row-day-txt {
        height: 30px;
        line-height: 32px;
    }
    .calendario-eventi-row-day-num {
        height: 45px;
        line-height: 50px;
    }
    #spettacolo-calendario-filtri {
        width: 270px;
    }
    .calendario-eventi-pubblico-ospita {
        display: inline-block;
        float: left;
        font-size: 12px;
        margin-top: 10px;
    }
    #spettacoli-calendario-disponibili {
        display: none;
    }
    #calendario-eventi-pubblico-regioni-all-cont {
        width: 100%;
        float: none;
        margin: 0px auto;
    }
    .calendario-eventi-pubblico-regioni-all {
        max-width: 320px;
        width: 100%;
        height: calc((512px - 45px) / 4);
        margin: 0px auto 15px auto;
        float: none;
    }
    .calendario-eventi-pubblico-regioni-all:nth-child(4n) {
        margin: 0px auto 15px auto;
    }
    .calendario-eventi-pubblico-regioni-all:nth-child(3n) {
        margin: 0px auto 15px auto;
    }
    .calendario-giorni-cont {
        display: none;
    }
    .calendario-giorno-cal-regione {
        width: 33.33333%;
    }
    #modal-calendario-regioni {
        width: 300px;
        left: calc((100% - 300px) / 2);
    }
    .calendario-titolo-regioni {
        font-size: 12px;
    }
    #reg-form-extra-risultato {
        width: auto;
        float: right;
    }
/*    #reg-form-hover-risultato img,
    #reg-form-hover-risultato input {
         float: right;
    } */
    #reg-form-hover-risultato {
        width: auto; float: right;
    }
}
