/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*BASE*/
html, body {
    height: 100%;
}

html {
    font-size: 15px;
}

body {
    color: #000;
    font-size: 1em;
}

a {
}

a:hover {
    color: #FFF;
    text-decoration: none;
}

#main a {
    text-decoration: underline;
}

p {
    margin-bottom: 25px;
}

p.intro, div.intro p {
    font-size: 1.600em;
}

h1 {
    font-size: 3.000em;
}

h2 {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 1.600em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h3 {
    font-size: 2.000em;
}

strong {
    font-weight: 700;
}

i {
    font-style: italic;
}

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

iframe {
    margin: 30px 0 10px 0;
}

/*FONTS*/
@font-face {
    font-family: 'serif72_betablack';
    src: url('../fonts/serif72beta-black-webfont.eot');
    src: url('../fonts/serif72beta-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/serif72beta-black-webfont.woff2') format('woff2'),
    url('../fonts/serif72beta-black-webfont.woff') format('woff'),
    url('../fonts/serif72beta-black-webfont.ttf') format('truetype'),
    url('../fonts/serif72beta-black-webfont.svg#serif72_betablack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
    url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'source_sans_proregular';
}

#appuntamento .daymonth, h1, #programma h2, #struttura h2, #presentazione .anni {
    font-family: 'serif72_betablack';
}

/*COLORS*/
#appuntamento, #struttura, #NetTicket .social {
    background-color: #798C8D;
}

#appuntamento.alternative {
    background-color: #303030;
    background-color: rgba(48, 48, 48, 0.9);
}

#appuntamento .data, #appuntamento .circle {
    background-color: #CAD7D6;
}

#appuntamento .tipo {
    border-top-color: #798C8D;
}

#struttura h3, h2 {
    border-bottom-color: #798C8D;
}

#presentazione .anni, #presentazione .text-2, #presentazione .text-4, h2, .block-1, p.intro, div.intro p, #main a {
    color: #798C8D;
}

#costoBiglietti {
    border-bottom-color: #E3EAE9;
}

/*LAYOUT*/
.clearfix {
    clear: both;
}

/*FORM*/

/*ICONE*/
img.sprite {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

img.email {
    background-position: 0 0;
}

img.fb {
    background-position: -35px 0;
}

img.yt {
    background-position: 0 -35px;
}

img.tw {
    background-position: -35px -35px;
}

img.pull {
    background-position: -81px -10px;
}

img.logo {
    background-position: -2px -73px;
    height: 153px;
    width: 106px;
}

.navClone img.logo {
    background-position: -19px -238px;
    height: 58px;
    width: 71px;
}

img.tickets {
    background-position: -19px -312px;
}

/*HEADER*/
header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100%;
    position: relative;
}

body.inner-page header {
    height: 80%;
    min-height: 80%;
}

html > body header {
    height: auto;
}

/*gradient*/
header .gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(70%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

/*duplicate*/
.duplicate { /*position: relative;*/
}

/*logo*/
#logo {
    left: 50%;
    margin: 20px 0 0 -47px;
    position: absolute;
    top: 0;
    z-index: 103;
}

/*pull*/
#pull {
    display: none;
    position: fixed;
    right: 20px;
    top: 16px;
    z-index: 103;
}

/*openSecNav*/
#openSecNav {
    position: absolute;
    top: 80px;
}

/*navigazione*/
nav {
    margin: 66px -15px 0;
    position: relative;
    text-align: center;
    z-index: 10;
}

/*primo livello*/
nav ul li {
    display: inline-block;
    padding: 0 6px;
}

nav ul li, nav ul li a, nav ul li:hover a, nav ul li:focus a, nav ul li:active a {
    color: #FFF !important;
}

nav ul li a {
    display: block;
    text-transform: uppercase;
}

nav ul li:hover a {
    text-decoration: underline;
}

nav ul li.logo {
    display: none;
    margin: 0 34px;
}

nav ul li.zandonai {
    margin-right: 90px;
}

nav ul li.programmazione {
    margin-left: 90px;
}

/*fixed nav*/
.navClone {
    background-color: #798C8D;
    background-color: rgba(121, 140, 141, 0.8);
    height: 80px;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: fixed;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    top: 0;
    width: 100%;
    z-index: 103;
}

body.inner-page .navClone {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.navClone nav {
    margin-top: 21px;
}

.navClone #logo {
    margin: 10px 0 0 -27px;
}

.navStick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.navUnstick {
}

/*slider*/
#slider {
    height: 100% !important;
    position: absolute;
    width: 100%;
    z-index: 0;
}

#slider .rsContainer, #slider .rsContent {
    height: 100% !important;
    width: 100%;
}

#slider .bgSlider {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100% !important;
    width: 100%;
}

#slider .rsBullets {
    bottom: 180px;
    height: auto;
    line-height: 6px;
    overflow: hidden;
    padding-top: 4px;
    position: absolute;
    right: 73px;
    text-align: center;
    z-index: 35;
}

.rsBullet {
    display: inline-block;
    height: 6px;
    padding: 6px 5px 6px 4px;
    width: 6px;
}

.rsBullet span {
    background-color: #000;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px;
}

.rsNavSelected span {
    background-color: #798C8D;
}

/*appuntamento*/
#appuntamento {
    bottom: 0;
    color: #000;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#appuntamento, #appuntamento .data {
    height: 162px;
}

#appuntamento .info {
    position: relative;
    z-index: 1;
}

#appuntamento .data {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#appuntamento .daymonth {
    font-size: 3.666em;
}

#appuntamento .tipo {
    border-top-style: solid;
    border-top-width: 2px;
    font-size: 0.800em;
    padding-top: 10px;
}

#appuntamento.alternative h1 {
    color: #FFF;
}

#circleContainer {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#circleContainer .circle {
    border-radius: 50%;
    height: 95px;
    margin: -29px auto 0;
    width: 198px;
}

#appuntamento .area-text {
    /*padding: 54px 36px 0;*/
    padding: 5px 36px 0;
}

#appuntamento .page {
    padding-left: 0;
}

#appuntamento .sub-text-1 {
    color: #FFF;
    font-size: 1.600em;
}

#appuntamento h1 a {
    color: #000;
}

#appuntamento h1 a:hover {
    color: #3c4646;
}

#appuntamento .sub-text-1 a {
    color: #FFF;
}

#appuntamento .sub-text-1 a:hover {
    color: #9ba9aa;
}

#NetTicket {
    background-color: #000;
    border-top: 3px solid #FFF;
    height: 50px;
    line-height: 47px;
}

#NetTicket .social {
    text-align: center;
}

#NetTicket .container {
    position: relative;
}

#NetTicket .blackCircle {
    background-color: #000;
    border: 3px solid #FFF;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    right: 0;
    top: -30px;
    width: 100px;
    z-index: 100;
}

#compra {
    background-color: #000;
    float: right;
    font-size: 0.800em;
    position: relative;
    text-transform: uppercase;
    z-index: 101;
}

#compra a {
    color: #FFF;
    display: block;
    padding-right: 115px;
}

#compra img.tickets {
    position: absolute;
    right: 14px;
    top: -5px;
}

/*CONTENUTI*/
#main {
    border-top: 3px solid #FFF;
}

body.inner-page #main {
    padding: 57px 0 70px;
}

body.inner-page #main.programma {
    padding: 0;
    margin-top: -5px;
}

#presentazione {
    background-color: #000;
    color: #FFF;
    padding: 70px 0 110px;
}

#presentazione .anni {
    font-size: 4.333em;
}

#presentazione .text-2 {
    font-size: 1.600em;
    line-height: 26px;
    text-transform: uppercase;
}

#presentazione .text-3, #presentazione .text-5 {
    margin-top: 30px;
}

#presentazione .text-4 {
    font-size: 1.600em;
    margin-top: 61px;
}

#programma {
    background-color: #000;
    color: #FFF;
    overflow: hidden;
}

#programma .programma {
    cursor: pointer;
    position: relative;
}

#programma .containerAreaInfo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    position: absolute;
    width: 100%;
}

#programma .areaInfo {
    background-color: #000;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 350px;
    margin: auto;
    opacity: 0;
    padding: 100px 62px;
    text-align: center;
    transition-duration: 0.1s;
    transition-property: opacity;
    transition-timing-function: ease-in;
    width: 350px;
}

#programma .programma:hover .areaInfo {
    opacity: 1;
}

#programma h2 {
    border-bottom: none;
    font-size: 1.600em;
    margin-bottom: 0;
    text-transform: none;
}

#programma .esecutore {
    text-transform: uppercase;
}

#programma .areaInfo a {
    color: #FFF;
    text-decoration: none;
}

#programma .programma:hover a {
    text-decoration: none;
}

#struttura {
    padding: 70px 0 80px;
}

#struttura h2 {
    border-bottom: none;
    color: #FFF;
    font-size: 2.733em;
    margin-bottom: 50px;
    text-align: center;
    text-transform: none;
}

#struttura h3 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
}

#struttura .colonna {
    padding: 0 30px;
}

/*area spettacolo*/
.block-1 {
    margin-bottom: 15px;
}

#costoBiglietti {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 22px;
    padding-bottom: 18px;
}

/*FOOTER*/
footer {
    background-color: #000;
    border-bottom: 26px solid #FFF;
    color: #FFF;
}

footer .container {
    background-image: url(../images/edificio.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 212px 320px 37px 0;
    position: relative;
}

#social {
    bottom: 42px;
    position: absolute;
    left: 15px;
}

#contattiTeatro {
    text-align: right;
}

footer a {
    color: #FFF;
}

footer a.upCase {
    text-transform: uppercase;
}

footer p {
    margin: 5px 0;
}

/*MEDIA QUERIES*/
@media (max-width: 1199px) {
    #programma .areaInfo {
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 0;
        bottom: 0 !important;
        display: block;
        font-size: 0.8em;
        height: 100px;
        left: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        opacity: 1;
        padding: 10px 5px;
        position: absolute;
        top: auto !important;
        width: 100%;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 0.8em;
    }

    h1 {
        font-size: 2.2em;
    }

    /*HEADER*/
    /*logo*/
    #logo {
        display: block;
        left: 20px;
        margin: 0;
        position: absolute;
        top: 15px;
    }

    .navClone #logo {
        left: 10px;
        margin: 0;
        top: 10px;
        z-index: 11;
    }

    img.logo {
        background-position: -9px -375px;
        height: 30px;
        width: 90px;
    }

    /*pull*/
    #pull {
        display: block;
    }

    /*navigazione*/
    nav {
        background-color: #798C8D;
        background-color: rgba(121, 140, 141, 0.7);
        display: none;
        margin: 0;
        padding: 80px 20px 0 0;
        position: fixed;
        right: 0px;
        top: 0;
        width: 100%;
        z-index: 102;
    }

    body.inner-page nav {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.9);
    }

    nav ul li {
        display: block;
        margin: 0;
        padding: 10px 0;
        text-align: right;
    }

    nav ul li.zandonai, nav ul li.programmazione {
        margin: 0;
    }

    nav ul li.separator {
        display: none;
    }

    .navClone nav {
        display: none !important;
    }

    #struttura .colonna {
        margin-bottom: 30px;
    }

    footer .container {
        background: none;
        padding: 40px 0;
    }

    #social {
        bottom: auto;
        left: auto;
        margin-bottom: 20px;
        position: relative;
        text-align: center;
    }

    #contattiTeatro {
        text-align: center;
    }
}

@media (max-width: 767px) {
    body.inner-page header {
        height: 300px;
        min-height: auto;
    }

    #appuntamento {
        font-size: 0.8em;
        height: 192px;
    }

    #appuntamento .data {
        height: 95px;
        padding: 5px 10px 0;
    }

    #appuntamento .daymonth {
        font-size: 3.6em;
    }

    #appuntamento .tipo {
        font-size: 1.2em;
        padding: 5px 0;
    }

    #appuntamento .area-text {
        padding-top: 10px;
        text-align: center;
    }

    nav ul li {
        padding: 5px 0;
    }

    #NetTicket .blackCircle {
        display: none;
    }

    #compra {
        float: none;
        padding: 20px 0;
        text-align: center;
    }

    #compra a {
        padding: 0;
    }

    #compra img.tickets {
        position: relative;
        right: 0;
        top: auto;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    img.sprite {
        background-image: url(../images/sprite@2x.png);
        background-size: 110px 410px;
    }
}

/*Print*/
@media print {
    header, footer {
        display: none;
    }
}
