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
}

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: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
a {
	cursor: pointer;
}

.bg_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

*,
*::after,
*::before {
    box-sizing: border-box
}

html,
body {
    font-size: 18px;
    height: 100%
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    color: #24A7C0;
    font-family: "Dosis", sans-serif
}

a {
    color: #24A7C0;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

p,
ul,
ol {
    font-size: .889rem
}

strong,
b {
    font-weight: 600
}

em,
i {
    font-style: italic
}

del {
    text-decoration: line-through
}

ins,
u {
    text-decoration: underline
}

small,
.small {
    font-size: 80%
}

.acenter {
    text-align: center
}

h1,
h2,
h3,
h4,
h5 {
    word-wrap: break-word
}

.clearfix {
    clear: both
}

.mobile_hidden {
    display: none
}

img.iresponsive {
    height: auto;
    max-width: 100%
}

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

.container,
.container_fluid {
    margin: 0 auto;
    padding: 0 .833rem;
    max-width: 100%;
    width: 100%
}

.row {
    margin: 0 -.833rem
}

.row:after {
    clear: both;
    content: "";
    display: table
}

.column {
    float: left;
    margin-bottom: 1.667rem;
    padding: 0 .833rem;
    width: 100%
}

@media only screen and (min-width: 574px) {
    .column {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 41rem;
        width: 41rem
    }
}

@media only screen and (min-width: 992px) {
    p,
    ul,
    ol {
        font-size: 1.111rem
    }
    .mobile_hidden {
        display: block
    }
    .desktop_hidden {
        display: none
    }
    .container {
        max-width: 45.556rem;
        width: 45.556rem
    }
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
}

body {
    background-color: black
}

.section {
    position: relative;
    width: 100%;
    z-index: 1
}

.section .container,
.section .scroll_link {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 500ms;
    transition: all 500ms
}

.section.active .container,
.section.active .scroll_link {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.scroll_link {
    /*bottom: 5vh;*/
    font-size: 1.444rem;
    /*left: 0;*/
    margin-top: 2.5rem;
    /*position: absolute;*/
    text-align: center;
    width: 100%
}

.scroll_link span {
    display: block
}

.scroll_link svg {
    -webkit-animation: scroll 1s infinite;
    animation: scroll 1s infinite
}

.site_header {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

.site_header ul {
    font-size: .722rem;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase
}

.site_header ul li {
    display: inline-block;
    padding: 0 .444rem
}

.site_header ul li.current a {
    border-bottom: .056rem solid #000
}

.site_header_inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 5.556rem;
    padding-top: 1.889rem;
    position: relative
}

.site_header_inner::after {
    background-color: #24A7C0;
    content: '';
    height: 4.222rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.222rem
}

.site_header_logo {
    margin-left: -4.444rem
}

.brand {
    padding-top: 25vh;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100vw;
    z-index: 0
}

.brand svg {
    height: auto;
    padding: 0 .833rem;
    width: 17.778rem
}

.event_block {
    margin-bottom: 2.222rem;
    padding-top: .556rem
}

.event_past {
    background-color: #000;
    color: white;
    display: inline-block;
    font-size: .889rem;
    font-weight: 600;
    margin-bottom: 2.222rem;
    padding: .056rem .333rem .111rem;
    text-transform: uppercase
}

.event_data {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: .889rem
}

.event_day {
    font-size: 3.333rem;
    font-weight: 300;
    line-height: 3.333rem;
    margin-right: .722rem
}

.event_month {
    font-size: 1.111rem;
    line-height: 1.222rem;
    text-transform: uppercase
}

.event_hour {
    font-size: 1.111rem;
    line-height: 1.556rem
}

.event_place {
    font-size: .889rem;
    margin-bottom: 1.944rem
}

.event_headline {
    font-size: 1.444rem;
    line-height: 1.833rem;
    margin-bottom: .222rem
}

.event_title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: .222rem;
    text-transform: uppercase
}

.small {
    font-size: .778rem;
    margin-top: 1.333rem
}

.event_entrance {
    font-size: .889rem;
    margin-top: 2.222rem
}

#block_01 {
    color: #24A7C0;
    padding-bottom: 6.667rem;
    padding-top: calc(27vh + 120px);
    text-align: center
}

#block_01 .site_header_inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.block_01_play {
    left: 50%;
    position: absolute;
    top: 26vh;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.block_01_play img {
    height: auto;
    width: 4.444rem
}

.payoff {
    font-size: 2.222rem;
    font-weight: 300;
    line-height: 2.444rem
}

.payoff span {
    display: block
}

#block_02 {
    background: #78ae3f url(../img/background-block-02.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    color: #000;
    padding-bottom: 7.778rem
}

#block_02 a,
#block_02 .scroll_link a,
#block_02 .site_header a {
    color: #000
}
#block_02 .site_header_inner::after {
    background-color: #d06134
}

#block_03 {
    background: #78ae3f url(../img/background-block-03.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    color: #000;
    padding-bottom: 7.778rem
}

#block_03 a,
#block_03 .scroll_link a,
#block_03 .site_header a {
    color: #000
}
#block_03 .site_header_inner::after {
    background-color: #d06134
}

#block_04 {
    background: #0f4496 url(../img/background-block-04.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    color: #000;
    padding-bottom: 7.778rem
}

#block_04 a,
#block_04 .scroll_link a,
#block_04 .site_header a {
    color: #000
}
#block_04 .site_header_inner::after {
    background-color: #0b81c5
}

#block_05 {
    background: #24A7C0 url(../img/background-block-05.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    color: #000;
    padding-bottom: 7.778rem
}

#block_05 a,
#block_05 .scroll_link a,
#block_05 .site_header a {
    color: #000
}
#block_05 .site_header_inner::after {
    background-color: #F9B649
}

#block_06 {
    background: #D53146 url(../img/background-block-06.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    color: #000;
    padding-bottom: 7.778rem
}

#block_06 a,
#block_06 .scroll_link a,
#block_06 .site_header a {
    color: #000
}

#block_07 {
    background: #9a609a url(../img/background-block-07.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    color: #000;
    padding-bottom: 7.778rem
}

#block_07 a,
#block_07 .scroll_link a,
#block_07 .site_header a {
    color: #000
}

#block_08 {
    background: #F9B649 url(../img/background-block-08.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    color: #000;
    padding-bottom: 7.778rem
}

#block_08 a,
#block_08 .scroll_link a,
#block_08 .site_header a {
    color: #000
}

.moderator {
    margin-top: 1.222rem
}

.moderator_detail {
    font-size: .889rem;
    margin-top: .222rem
}
.interventi {
    font-size: .889rem;
	margin-top: 0.6rem
}
.interventi a {
    text-decoration: underline
}

#relatori {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 1.111rem -.333rem
    /*margin: 0 -.333rem 2.222rem*/
}

#relatori li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding: .333rem
}

.relatori_image {
    height: auto;
    width: 100%
}

a.button_iscrizione {
    background-color: #24A7C0;
    border-radius: .222rem;
    color: #000;
    font-size: 1.444rem;
    margin: 0 auto;
    padding: .389rem 1.722rem .667rem;
	cursor: pointer;
}

.fancybox-slide {
    padding: .833rem
}

.modale {
    background-color: #000;
    border-radius: 2.222rem 0 2.222rem 0;
    color: white;
    display: none;
    font-family: "Dosis", sans-serif;
    max-width: 41.667rem;
    padding: 2.778rem;
    text-align: left
}

.modale h3 {
    margin-bottom: 1.333rem
}

.modale h3 span {
    color: white;
    font-size: .889rem;
    padding: .056rem .333rem
}

.modale p {
    font-size: .889rem
}

.fancybox-close-small::after {
    color: white;
    font-size: 2.222rem
}

.fancybox-close-small:hover::after {
    background-color: transparent;
    color: #24A7C0
}

.modale_role {
    font-size: 1.444rem;
    margin-bottom: 1.333rem
}

#modale_oliviero_stock.modale h3 span {
    background-color: #D53146
}

#modale_hannes_werthner.modale h3 span {
    background-color: #F9B649
}

#modale_michele_lanzinger.modale h3 span {
    background-color: #24A7C0
}

#modale_rosy_battaglia.modale h3 span {
    background-color: #24A7C0 
}

#modale_matteo_pedrotti.modale h3 span {
    background-color: #A55DA0
}

#block_09 {
    background: #24A7C0 url(../img/background-block-09.jpg) no-repeat;
    background-position: right center;
    background-size: cover;
    color: #000;
    padding-bottom: 7.778rem
}

#block_09 a {
    color: #000
}

#block_09 .site_header_inner::after {
    background-color: #D53146
}

.block_09_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 100%;
    padding-top: 2.222rem
}

#video,
.video,
#video-big,
.video-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 2.222rem -.444rem
}

#video a,
.video a {
    -webkit-flex-basis: 6.944rem;
    flex-basis: 6.944rem;
    max-width: 6.944rem;
    margin: .222rem 0;
    padding: 0 .444rem
}
#video-big a,
.video-big a img {
    -webkit-flex-basis: 13.888rem;
    flex-basis: 13.888rem;
    max-width: 13.888rem;
    margin: .222rem 0;
	margin-right: 16px;
    padding: 0 .444rem
}
.video-big {
	float: left;
}
.video-big .video-note p {
	float: right;
	font-size: .889rem;
	width: 300px;
	padding: 0 .444rem
}

#video a:first-of-type,
.video a:first-of-type,
#video-big a:first-of-type,
.video-big a:first-of-type{
    margin-left: 0
}

#video a:last-of-type,
.video a:last-of-type,
#video-big a:last-of-type,
.video-big a:last-of-type{
    margin-right: 0
}

#stampa {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
}

#stampa h3,
#stampa ul {
    font-size: .889rem
}

#stampa h3 {
    font-weight: 700;
    margin-bottom: .444rem
}

#stampa li {
    margin-bottom: .444rem
}

.stampa_ico {
    margin-right: 1.556rem
}

#block_10 {
    background: #000 url(../img/background-block-10.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: #24A7C0;
    padding-bottom: 6.667rem;
    padding-top: 2.222rem
}

#block_10 a {
    color: #24A7C0
}

#block_10 h1 {
    font-size: 2.444rem;
    margin-bottom: 1.333rem
}

#block_10 p {
    margin-bottom: 1.333rem
}

#block_10 .site_header ul li.current a {
    border-bottom-color: #24A7C0
}

.block_10_inner {
    color: #24A7C0;
    text-align: center
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
    .brand {
        padding-top: 4.444rem
    }
    .payoff {
        font-size: 1.667rem;
        line-height: 1.889rem
    }
    .block_01_play {
        top: 16%
    }
}

@media only screen and (min-width: 574px) {
    #relatori li {
        -webkit-flex-basis: calc(100% / 3);
        flex-basis: calc(100% / 3)
    }
}

@media only screen and (min-width: 768px) {
    #relatori {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    #relatori li {
        -webkit-flex-basis: auto;
        flex-basis: auto
    }
}

@media only screen and (min-width: 992px) {
    .site_header {
        display: block
    }
    .brand {
        padding-top: 20vh;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100vw;
        z-index: 0
    }
    .brand svg {
        padding: 0 .833rem;
        width: 53.333rem
    }
    .event_block {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-top: 20vh
    }
    .event_block::before {
        right: 0
    }
    .event_data_wrapper {
        text-align: right;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
        width: 5.778rem
    }
    .event_data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2.222rem
    }
    .event_day {
        font-size: 5.556rem;
        line-height: 5.556rem;
        margin-right: 0
    }
    .event_month {
        font-size: 1.778rem;
        line-height: 1.778rem
    }
    .event_hour {
        font-size: 1.556rem;
        line-height: 1.556rem
    }
    .event_info {
        padding-top: 4.722rem
    }
    .event_title {
        font-size: 2.444rem;
        line-height: 3.056rem
    }
    #block_01 {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding-bottom: 11.111rem;
        padding-top: calc(22vh + 320px)
    }
    .block_01_play img {
        width: 11.111rem
    }
    .payoff {
        font-size: 3.333rem;
        line-height: 5.556rem
    }
    .payoff span {
        display: inline-block
    }
    .payoff span::before {
        content: '/'
    }
    .payoff span:first-of-type::before {
        content: none
    }
    .small {
        font-size: .889rem;
        margin-top: 1.944rem
    }
    .block_08_inner {
        padding-top: 0
    }
    .block_08_wrapper {
        /*background-image: url(../img/face.svg);
        background-position: top right;
        background-repeat: no-repeat;*/
        padding-top: 13.333rem
    }
    .block_08_next_event {
        width: 28.889rem
    }
    #block_08 p {
        font-size: 1.444rem
    }
    .block_08_wrapper {
        padding-top: 20vh
    }
}

@media only screen and (max-height: 700px) and (min-width: 992px) {
    .brand svg {
        width: 27.778rem
    }
    #block_01 {
        padding-top: 16.667rem
    }
    .block_01_play {
        top: 16%
    }
}

#site_footer {
    color: #24A7C0;
    margin-top: 3.333rem
}

#site_footer a {
    color: #24A7C0
}

.site_footer_inner {
    border-top: .056rem solid #24A7C0;
    padding-top: 3.111rem
}

.site_footer_brand,
.site_footer_email,
.site_footer_social,
.site_footer_info {
    margin-bottom: .889rem
}

.site_footer_info {
    font-size: .778rem
}

.site_footer_social a {
    margin: 0 .444rem
}

.site_footer_social a:first-of-type {
    margin-left: 0
}

.site_footer_social a:last-of-type {
    margin-right: 0
}

@media only screen and (min-width: 992px) {
    #site_footer {
        padding-top: 4.444rem
    }
    .site_footer_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .site_footer_social,
    .site_footer_info {
        text-align: right
    }
    .site_footer_brand {
        margin-bottom: 2.556rem
    }
    .site_footer_social {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        height: 2.667rem;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin-bottom: 2.556rem
    }
    .site_footer_info {
        font-size: .889rem;
        margin-bottom: 0
    }
}


/*# sourceMappingURL=style.css.map */