* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    /*background-color: #FFF02A;*/
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

/* BASE RULES */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

h1 {
    display: inline-block;
}

.single h1 {
    display: block;
}

h2 {
    font-size: 16px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
    /*padding-top: 2px;*/
    color: #000;
    cursor: url('files/palla.png'), default;
}

a:focus {
    color: #000;
    text-decoration: none;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    -webkit-text-fill-color: #FFF !important;
}

#backTop{
    width:100px;
    height:130px;
    padding:10px;
    text-align:center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    right: -60px;
    bottom: -60px;
    display:none;
    background: url('files/backTop.png') no-repeat 0 20px;
}

#backTop:hover{
    text-decoration:none;
}

.block {
    display: block;
}

.row {
    margin: 0;
    padding: 0;
}

.invisible {
    display: none;
}

/* CONTAINER */
video {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background-color: #000;*/
}

video source {
    display: block;
    margin: auto;
}

/*.opacizzati {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
}*/

#container {
    padding: 30px;
}

/*.home #container {
    position: absolute;
    top: 100%;
    margin-top: -149px;
    background-color: #fff02a;
}*/

/* END CONTAINER */

/* HEADER */
header {
    margin-bottom: 30px;
}

header > div {
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    position: relative;
}

.mobile p {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    margin-top: 4px;
    display: inline-block;
}

h1 img {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

header .clearfix a:hover {
    text-decoration: none;
    border: none;
}

#hamburgerMenu {
    width: 35px;
    height: 20px;
    position: relative;
    float: right;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: url('files/palla.png'), default;
}

#hamburgerMenu span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 3px;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#hamburgerMenu span:nth-child(1) {
    top: 0;
}

#hamburgerMenu span:nth-child(2) {
    top: 8px;
}

#hamburgerMenu span:nth-child(3) {
    top: 16px;
}

#hamburgerMenu.open span:nth-child(1) {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #FFFFFF;
    z-index: 100;
}

#hamburgerMenu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    background-color: #FFFFFF;
    z-index: 100;
}

#hamburgerMenu.open span:nth-child(3) {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #FFFFFF;
    z-index: 100;
}

/* NAV MENU */
#menu-lang li {
    font-size: 16px;
}

#lang-menu {
    float: right;
}

.edizione-2016 {
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 2px 10px;
    margin-top: 25px;
    display: block;
    text-align: center;
}   .edizione-2016:hover {
    border: 1px solid #000 !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: -30px;
    right: -30px;
    background-color: #000;
    width: 100%;
    z-index: 10;
}

.dropdown-content ul {
    text-indent: 50px;
    padding: 15px 0 30px 0;
}

.dropdown-content li {
    margin-bottom: 15px;
    list-style-type: none !important;
}

.dropdown-content div#lang {
    color: #FFFFFF;
    margin:15px 0 25px 65px;
}

.dropdown-content div#lang a {
    font-size: 15px;
    margin-bottom: 60px;
    margin-top: 15px;
    color: #FFFFFF;
}

.dropdown-content div#lang a:hover {
    border-bottom: 1px solid #FFF;
}

.dropdown-content li a {
    color: #FFF;
    text-transform: uppercase;
    /*padding: 0 16px;*/
    margin-left: 16px;
    text-decoration: none;
    display: inline;
}

/*.dropdown-content li a:hover {
    text-decoration: none;
    border: none;
    color: #FFF02A;
}*/

.dropdown-content li a:hover {
    border-bottom: 1px solid #FFF;
}

.showMenu {
    display: block;
}

/* END HEADER */

#firstSection {
    margin-bottom: 70px;
}


/* FIRST SECTION */
#firstSectionMobile {
    margin-bottom: 70px;
}

#firstSectionMobile img {
    margin-bottom: 15px;
}

#firstSectionMobile div:nth-of-type(1) img {
    width: 70%;
}

#firstSectionMobile div:nth-of-type(2) img {
    width: 85%;
}

#firstSectionMobile div:nth-of-type(3) img {
    width: 90%;
}

#firstSectionMobile div:nth-of-type(4) img {
    width: 40%;
}

#firstSectionMobile div:nth-of-type(5) img {
    width: 75%;
}

#firstSectionMobile div:nth-of-type(6) img {
    width: 60%;
}

#firstSectionMobile a {
    text-decoration: none;
    border: none;
}

/* END FIRST SECTION */


/* SECTION FESTIVAL */
#festival {
    margin-bottom: 30px;
}

#festival h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#festival span {
    display: block;
}

#festival p:nth-of-type(1) {
    margin-top: 15px;
    margin-bottom: 30px;
}

#festival a {
    margin-bottom: 70px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: url('files/palla.png'), default;
}

#festival a:hover {
    cursor: url('files/palla.png'), default;
}

.programma,
.ospiti {
    text-align: left;
    width: 100%;
    height: 80px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000;
    margin-bottom: 20px;
    background: transparent url("files/arrow.png") no-repeat right center;
    text-indent: 20px;
    line-height: 80px;
    color: #000000;
    font-size: 26px;
    cursor: pointer;
}

.programma:hover,
.ospiti:hover {
    color: #fff;
    background: #000000 url("files/arrow_white.png") no-repeat right center;
    cursor: url('files/palla.png'), default;
}
/* END SECTION FESTIVAL */


/* SECTION QUANDO DOVE */
#quandoDove {
    margin-top: 70px;
}

#quandoDove h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#quandoDove p {
    margin-top: 15px;
    margin-bottom: 30px;
}

#quandoDove p span {
    display: block;
}

#quandoDove a:hover {
    text-decoration: none;
    border: none;
}

#quandoDove img {
    width: 100%;
    margin-bottom: 70px;
}
/* END SECTION QUANDO DOVE */

/* SECTION UN PROGETTO DI */
#patrocini {
    margin-bottom: 70px;
}

#patrocini h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#patrocini a:hover {
    text-decoration: none;
    border: none;
    padding: 0;
}

#patrocini .row1 > div:first-child {
    margin-bottom: 50px;
}

#patrocini .row1 div:nth-of-type(1) {
    margin-top: 30px;
}

#patrocini .row div div {
    display: flex;
}

#patrocini .row2 div div {
    margin-top: 15px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

#patrocini .row2 div div a {
    width: 33%;
}

.row1 img {
    width: 60%
}

/*.sponsor img {
    width: 100%;
}*/

.row2 img {
    width: 75%;
}

.resize {
    width: 50% !important;
}

/* END SECTION UN PROGETTO DI */

/* FOOTER */
footer {
    clear: both;
}

footer h2 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

footer ul {
    margin-top: 15px;
}

footer li {
    list-style-type: none !important;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0;
}

#contatti {
    margin-bottom: 30px;
}

/* MAILCHIMP FORM */
form div {
    position: relative;
}

label {
    font-size: 18px;
    font-weight: 400;
}

#mailchimp_email {
    display: block;
    width: 100%;
    height: 30px;
    background: #000;
    border: none;
    color: #FFF;
    text-indent: 10px;
    font-size: 20px;
}

#mailchimp_button {
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    position: absolute;
    right: 0;
    top: 4px;
}

/* END MAILCHIMP FORM */

footer h6 {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

#copy {
    display: block;
}
/* END FOOTER */


/*** ARCHIVE ***/

/* PROGRAMMA */
#programma_title img {
    width: 40%;
    margin-bottom: 70px;
}

#programma {
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    margin-bottom: 45px;
}

#programma_title img {
    width: 90%;
    margin-bottom: 70px;
}

#programma_list li{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 7px;
    margin-right: 103px;
    list-style-type: circle;
}

#programma_list li:hover{
    list-style-type: disc;
}

#programma_list li.active,
#programma_list li.current-cat {
    list-style-type: disc;
}

/*#programma li.active{
    list-style-type: disc;
}*/

/*#programma_list li:before {
    content: "\25EF";
    margin-right: 10px;
    font-size: 25px
}

#programma_list li:hover:before {
    content: "\26AA";
    font-size: 25px;
    padding: 0;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

#programma_list li.active:before,
#programma_list li.current-cat:before {
    content: "\26AB";
    margin-right: 10px;
    font-size: 25px;
}*/

#programma_list a:hover {
    border: none;
}

/* FINE PROGRAMMA */

/* WORKSHOP */
.workshop img {
    width: 100%;
    height: auto;
}

.workshop div {
    margin-bottom: 15px;
}

.workshop time {
    font-size: 16px;
}

.workshop h3 {
    font-size: 22px;
    /*margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    margin-top: 10px;
}

.workshop p {
    font-size: 16px;
    margin-bottom: 0;
}

.workshop a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.workshop a:hover {
    border: none;
}

#readMore:hover,
#readMoreCat:hover {
    border-bottom: 1px solid #000;
}

.workshop small {
    font-size: 16px;
    display: inherit;
}

.workshop button {
    margin-top: 25px;
    font-size: 16px;
    text-align: left;
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000;
    text-indent: 20px;
    line-height: 60px;
    background: transparent url("files/arrow.png") no-repeat right center;
    color: #000000;
    cursor: pointer;
}

.workshop button:hover {
    color: #fff;
    background: #000000 url("files/arrow_white.png") no-repeat right center;
    cursor: url('files/palla.png'), default;
}

.post-categories li a:hover {
    border-bottom: 1px solid #000;
}

/* FINE WORKSHOP */

/***SCHEDA WORKSHOP ***/
#imagesWorkshop img:nth-of-type(1) {
    margin-bottom: 15px;
}

#descriptionWorkshop div:nth-of-type(1) {
    margin-bottom: 30px;
}

#iscrivitiWorkshop div p {
    margin-bottom: 30px;
}

/*** FINE SCHEDA WORKSHOP ***/

/*** SCHEDA OSPITI ***/
#description div:nth-of-type(1) {
    margin-bottom: 30px;
}

#iscriviti div p {
    margin-bottom: 30px;
}

/*** FINE SCHEDA OSPITI ***/

/* CALENDARIO */
#calendario h1 {
    margin-bottom: 30px;
}

#calendario_title img {
    width: 85%;
    margin-bottom: 70px;
}

/* FINE CALENDARIO */

/* EVENTI */


/*** OSPITI ***/
#ospiti_title img {
    width: 20%;
}

#ospiti img {
    width: 50%;
    margin-bottom: 70px;
}

#listaOspiti {
    margin-bottom: 70px;
}

#listaOspiti img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#listaOspiti h2 {
    margin-bottom: 50px;
    font-size: 16px;
}

#listaOspiti a:hover {
    border: none;
}


/*** PAGE ***/

/* ABOUT */
#about_title img {
    width: 50%;
    margin-bottom: 70px;
}

/* FESTIVAL */
#festivalPage {
    margin-bottom: 70px;
}

#festivalPage a {
    border-bottom: 1px solid #000;
    border-bottom: 1px solid #000;
}

#festivalPage h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#festivalPage p {
    margin-top: 15px;
}
/* FINE FESTIVAL */


/* BOOM THE ICONS*/
#icons {
    margin-bottom: 100px;
}

#icons span {
    display: block;
}

#icons h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#icons p:nth-of-type(1) {
    margin-top: 15px;
    margin-bottom: 45px;
}

.space {
    margin-bottom: 15px;
}

#icons small {
    font-size: 20px;
}

#iconsRow span {
    display: block;
}

#iconsRow img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#iconsRow a:hover {
    border: none;
}

#iconsRow p:nth-of-type(1),
#iconsRow p:nth-of-type(3),
#iconsRow p:nth-of-type(5) {
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
}

#iconsRow p:nth-of-type(2),
#iconsRow p:nth-of-type(4),
#iconsRow p:nth-of-type(6) {
    margin-top: 0;
    margin-bottom: 50px;
}

/* FINE BOOM THE ICONS */

/* MANIFESTO */
#manifesto {
    margin-bottom: 80px;
}

#manifesto h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#manifesto ol {
    padding-left: 20px;
}

#manifesto ol li {
    list-style-type: disc;
    font-size: 22px;
    margin-bottom: 20px;
}

/*#manifesto ol li:before {
    content:'\2022';
    font-size:80px;
    line-height:35px;
    vertical-align:middle;
    border-radius: 50%;
    margin-right: 15px;
}*/
/* FINE MANIFESTO */

/* SECTION TEAM */
#team {
    margin-bottom: 70px;
}

#team h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#team > div {
    margin-top: 15px;
}

#team img {
    max-width: 75%;
    margin-bottom: 10px;
    height: auto;
}

#team a:hover {
    border: none;
}

#team p:nth-of-type(1),
#team p:nth-of-type(3),
#team p:nth-of-type(5) {
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
}
/* FINE SECTION TEAM*/

/*** ARTICLE OSPITI ***/

/* ARTICLE DESCRIPTION */
#description h2 {
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 30px;
}

#description h3 {
    font-size: 18px;
    font-weight: 700;
}

#description h3:nth-of-type(2) {
    margin-top: 30px;
}

#description div:nth-of-type(2) {
    line-height: 1.3;
}

#description div:nth-of-type(2) p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 21px;
}

#iscriviti {
    margin-bottom: 100px;
}

#iscriviti p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    display: inline;
    position: absolute;
    bottom: -15px;
    left: 75px;
}

/*#iscriviti div:nth-of-type(1) {
    float: left;
    width: 66%;
    position: relative;
    margin-top: 15px;
}

#iscriviti div:nth-of-type(2) {
    float: right;
    width: 33%;
}

#iscriviti div:nth-of-type(1) a{
    background: url("files/return.png") no-repeat left top;
    padding-left: 65px;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    border: none;
    overflow: auto;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

#iscriviti div:nth-of-type(1) a:hover {
    background: url("files/return-bianca.png") no-repeat left top;
    padding-left: 65px;
    height: 55px;
    line-height: 55px;
}*/

#iscriviti button,
#description button {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
    width: 80%;
    height: 60px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000;
    text-indent: 20px;
    line-height: 60px;
    background: transparent url("files/arrow.png") no-repeat right center;
    color: #000000;
    cursor: pointer;
}

#iscriviti button:hover,
#description button:hover {
    color: #fff;
    background: #000000 url("files/arrow_white.png") no-repeat right center;
    cursor: url("files/palla.png"), default;
}

/* ARTICLE WORKSHOP */
#descriptionWorkshop h2 {
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 30px;
}

#descriptionWorkshop h3 {
    font-size: 18px;
    font-weight: 700;
}

#descriptionWorkshop div:nth-of-type(2) p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 21px;
}

#iscrivitiWorkshop {
    margin-bottom: 100px;
}

#iscrivitiWorkshop div:nth-of-type(1) {
    position: relative;
    margin-bottom: 30px;
}

#iscrivitiWorkshop p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    display: inline;
    position: absolute;
    bottom: -15px;
    left: 75px;
}

#iscrivitiWorkshop a {
    background: url("files/return.png") no-repeat left center;
    display: inline-block;
    width: 50px;
    height: 50px;
}

#iscrivitiWorkshop a:hover {
    background: url("files/return-bianca.png") no-repeat left center;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    margin: 0;
    padding: 0;
}

#iscrivitiWorkshop button {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
    width: 80%;
    height: 60px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000;
    text-indent: 20px;
    line-height: 60px;
    background: transparent url("files/arrow.png") no-repeat right center;
    color: #000000;
    cursor: pointer;
}

#iscrivitiWorkshop button:hover {
    color: #fff;
    background: #000000 url("files/arrow_white.png") no-repeat right center;
    cursor: url('files/palla.png'), default;
}

/*** TICKETS ***/
#ticket img {
    width: 50%;
    margin-bottom: 70px;
}

sup {
    line-height: 0;
}

#ticketContainer {
    margin-bottom: 30px;
}

#ticketContainer span {
    display: block;
}

#ticketContainer h2 {
    font-weight: 400;
}

#ticketContainer small {
    font-size: 12px;
    position: absolute;
    bottom: 50px;
}

#ticketContainer a {
    color: #FFF;
    text-decoration: none;
}

/*#ticketContainer a:hover {
    color: #FFF02A;
    text-decoration: none;
}*/

#ticketContainer .price {
    font-size: 30px;
    font-weight: 600;
}

#ticketContainer #firstRow > div:nth-of-type(1),
#ticketContainer #firstRow > div:nth-of-type(2),
#ticketContainer #secondRow > div:nth-of-type(1),
#ticketContainer #secondRow > div:nth-of-type(2),
#ticketContainer #thirdRow > div:nth-of-type(1),
#ticketContainer #thirdRow > div:nth-of-type(2),
#ticketContainer #fourthRow > div:nth-of-type(1) {
     position: relative;
     background-color: #000;
     color: #FFF;
     padding: 20px;
     margin-bottom: 15px;
     height: 220px;
 }

#ticketContainer #firstRow > div > div:nth-of-type(1),
#ticketContainer #secondRow > div > div:nth-of-type(1),
#ticketContainer #thirdRow > div > div:nth-of-type(1),
#ticketContainer #fourthRow > div > div:nth-of-type(1) {
    float: left;
}

#ticketContainer #firstRow > div:nth-of-type(2) p {
    font-size: 15px;
}

#ticketContainer #firstRow > div:nth-of-type(2) p:nth-of-type(1) {
    margin-bottom: 15px;
}

#ticketContainer #firstRow > div > div:nth-of-type(2),
#ticketContainer #secondRow > div > div:nth-of-type(2),
#ticketContainer #thirdRow > div > div:nth-of-type(2),
#ticketContainer #fourthRow > div > div:nth-of-type(2) {
    float: right;
}

#ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(1),
#ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(2),
#ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(5),
#ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(7),
#ticketContainer #secondRow > div > div:nth-of-type(2) p:nth-of-type(1),
#ticketContainer #secondRow > div > div:nth-of-type(2) p:nth-of-type(2) {
    text-transform: uppercase;
    font-size: 18px;
    text-align: right;
}
/*#ticketContainer #thirdRow > div > div:nth-of-type(2) p:nth-of-type(1),
#ticketContainer #thirdRow > div > div:nth-of-type(2) p:nth-of-type(3),
#ticketContainer #fourthRow > div > div:nth-of-type(2) p:nth-of-type(1),
#ticketContainer #fourthRow > div > div:nth-of-type(2) p:nth-of-type(3)*/

#ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(1),
#ticketContainer #secondRow > div > div:nth-of-type(2) p:nth-of-type(1),
#ticketContainer #thirdRow > div > div:nth-of-type(2) p:nth-of-type(1),
#ticketContainer #fourthRow > div > div:nth-of-type(2) p:nth-of-type(1) {
    margin-bottom: 50px;
}

#ticketContainer h2 {
    font-size: 28px;
    margin-bottom: 45px;
}

.programmaRow h4 {
    font-size: 22px;
}

.psgal a:hover {
    border-bottom: none;
}

/*MEDIA QUERIES */
@media screen and (max-width: 767px) {
    /*.slideshow {
        display:none;
    }*/
    
    body.home  {
        font-size: 21px;
        /*background: url(https://media.giphy.com/media/3oz8xQxAKUDbw2S5SE/giphy.gif) no-repeat center center fixed;
        background-size: cover;*/
    }

    p {
        font-size: 22px;
    }

    /*.home #container {
        position: absolute;
        top: 100%;
        margin-top: -149px;
        background-color: #fff02a;
    }*/

    video {
        display: none;
    }

    .mobile p {
        display: none;
    }


    .front_page .mobile h1 {
        display: inherit !important;
    }

    #listOne {
        margin-top: 30px;
    }

    #articleImages img {
        display: none;
    }

    /*** FRONT-PAGE ***/
    #firstSectionDesk {
        display: none;
    }
    
    #dati .desktop,
    #dati-en .desktop {
        display: none;
    }
    
    #dati-en {
        margin-bottom: 25px;
    }

    #menu-eventi li a {
        display: inline-block;
        max-width:100%;
        height:auto;
        text-decoration: none;
        border:none;
    }

    #menu-eventi img {
        width: 100%;
        height: auto;
    }

    #menu-eventi li:nth-of-type(1) a {
        content:url('files/mobile/01.png');
    }

    #menu-eventi li:nth-of-type(2) a {
        content:url('files/mobile/02.png');
    }

    #menu-eventi li:nth-of-type(3) a {
        content: url('files/mobile/03.png');
    }

    #menu-eventi li:nth-of-type(4) a {
        content: url('files/mobile/04.png');
    }

    #menu-eventi li:nth-of-type(5) a {
        content: url('files/mobile/05.png');
    }

    #menu-eventi li:nth-of-type(6) a {
        content: url('files/mobile/06.png');
    }

    #quandoDove #map_desktop {
        display: none;
    }

    #patrocini .row1 > div:nth-of-type(2),
    #patrocini .row1 > div:nth-of-type(3) {
        margin-bottom: 50px;
    }

    #patrocini .row1 > div:nth-of-type(2) img {
        width: 50%;
    }

    .partecipazione div div {
        display: flex;
        flex-wrap: wrap;
    }

    .partecipazione div div a {
        width: 33%;
    }

    /*** CALENDARIO ***/

    /* EVENTI */
    .dateDesktop {
        display: none;
    }
    
    #eventi {
        margin-bottom: 100px;
    }

    #eventi img {
        display: none;
    }

    #eventi section p {
        margin: 0;
    }

    #eventi section div:nth-of-type(1) {
        border-bottom: 2px solid #000;
        padding-bottom: 15px;
        margin-bottom: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #eventi section div:nth-of-type(2),
    #eventi section div:nth-of-type(3) {
        margin-bottom: 20px;
    }

    #eventi section div:last-child {
        margin-bottom: 70px;
    }

    #eventi time {
        font-size: 16px;
    }

    #eventi h2 {
        font-size: 22px;
    }

    #eventi section div:nth-of-type(2) p,
    #eventi section div:nth-of-type(3) p,
    #eventi section div:nth-of-type(4) p {
        font-size: 22px;
        margin-bottom: 30px;
    }

    #eventi time,
    #eventi small {
        font-size: 18px;
        display: block;
    }

    .spacing {
        margin-bottom: 20px !important;
    }

    .everyday p:last-child {
        font-weight: 700;
    }

    footer h6 {
        margin-top: 15px;
    }

    footer ul {
        margin-bottom: 30px;
    }

    #mailchimp_email {
        margin-top: 15px;
    }

    #imagesWorkshop img {
        display: none;
    }

    #iscriviti {
        margin-top: 50px;
    }

    #iscriviti div:nth-of-type(1) {
        position: relative;
        margin-bottom: 30px;
    }

    #iscriviti p {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        margin-top: 30px;
        display: inline;
        position: absolute;
        bottom: -15px;
        left: 75px;
    }

    #iscriviti div:nth-of-type(1) a:nth-of-type(1){
        background: url(files/return.png) no-repeat left top;
        padding-left: 65px;
        height: 55px;
        line-height: 55px;
        text-decoration: none;
        border: none;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
    }

    #iscriviti div:nth-of-type(1) a:nth-of-type(1):hover {
        background: url(files/return-bianca.png) no-repeat left top;
        padding-left: 65px;
        height: 55px;
        line-height: 55px;
    }

    #icons p:nth-of-type(2) {
        margin-bottom: 50px;
    }

    #iconsRow div:nth-of-type(1),
    #iconsRow div:nth-of-type(2) {
        margin-bottom: 50px;
    }

    #programma_list {
        margin-bottom: 50px;
    }

    #programma_list {
        border-bottom: 2px solid #000000;
        padding: 0 0 15px 20px;
    }

    #teamRow a:nth-of-type(2) {
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 10px;
    }

    .workshop button {
        margin-bottom: 50px;
    }

    .workshop img {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    /*#iscriviti div:nth-of-type(1) {
        float: left;
        width: 66%;
        position: relative;
        margin-top: 15px;
    }

    #iscriviti div:nth-of-type(2) {
        float: right;
        width: 33%;
    }*/

    #patrocini .row2 div:nth-of-type(1) {
        margin-bottom: 30px;
    }

    #patrocini .row2 div:nth-of-type(2),
    #patrocini .row2 div:nth-of-type(3) {
        margin-bottom: 50px;
    }

    .sponsor div div {
        flex-wrap: wrap;
    }

    .sponsor div div a {
        width: 33%;
    }

    #iconsRow img,
    #iconsRow h3 {
        margin-bottom: 30px;
    }

    #iconsRow div div {
        font-size: 22px;
    }

    #team p:nth-of-type(2),
    #team p:nth-of-type(4),
    #team p:nth-of-type(6) {
        margin-top: 0;
        margin-bottom: 50px;
    }

    #description h1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #ticketContainer #firstRow > div:nth-of-type(1),
    #ticketContainer #firstRow > div:nth-of-type(2),
    #ticketContainer #secondRow > div:nth-of-type(1),
    #ticketContainer #secondRow > div:nth-of-type(2) {
        position: relative;
        background-color: #000;
        color: #FFF;
        padding: 20px;
        margin-bottom: 15px;
        height: auto;
    }

    #ticketContainer #firstRow > div > div:nth-of-type(1),
    #ticketContainer #secondRow > div > div:nth-of-type(1) {
        float: none;
    }

    #ticketContainer #firstRow > div > div:nth-of-type(2),
    #ticketContainer #secondRow > div > div:nth-of-type(2),
    #ticketContainer #thirdRow > div > div:nth-of-type(2),
    #ticketContainer #fourthRow > div > div:nth-of-type(2) {
        float: none;
    }

    #ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(1),
    #ticketContainer #secondRow > div > div:nth-of-type(2) p:nth-of-type(1) {
        margin-bottom: 0;
    }

    #ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(1),
    #ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(2),
    #ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(5),
    #ticketContainer #firstRow > div > div:nth-of-type(2) p:nth-of-type(7),
    #ticketContainer #secondRow > div > div:nth-of-type(2) p:nth-of-type(1),
    #ticketContainer #secondRow > div > div:nth-of-type(2) p:nth-of-type(2) {
        text-align: left;
    }

    #ticketContainer #firstRow > div > div:nth-of-type(1) p:nth-of-type(2) {
        margin-bottom: 30px;
    }

    #ticketContainer #firstRow div:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(1) {
        margin-bottom: 15px;
    }

    .programmaRow {
        margin-bottom: 70px;
    }

    .programma,
    .ospiti {
        font-size: 20px;
    }

    .everyday div:nth-of-type(2) p,
    .weekend div:nth-of-type(2) p {
        font-weight: 700;
    }

    .sponsor a:last-child img {
        width: 90%;
    }
}

@media screen and (min-width: 768px) {
    .home #container {
        position: absolute;
        top: 100%;
        margin-top: -149px;
        background-color: #fff02a;
    }

    .opacizzati {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000000;
    }
    
    #dati .mobile,
    #dati-en .mobile {
        display: none;
    }
    
    .edizione-2016 {
        position: absolute;
        right: 0;
        bottom: 20px;
    }   .edizione-2016:hover {
        background: #000;
        color: #fff;
    }

    .slideshow {
        margin-bottom:25px;
    }
    
    #fagsfacf-slider-1 {
    width:715px;
    }

    
    /* HEADER */
    .mobile {
        float: right;
        margin-top: -8px;
        margin-right: 7%;
    }

    /* NAV */
    #mainMenu {
        width: 50%;
    }

    /* FOOTER */
    #tgd_copy {
        float: left;
    }

    #quattrolinee {
        float: right;
    }

    #contatti div:nth-of-type(1) {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    form div:nth-of-type(1) {
        margin-top: 30px;
    }

    #mailchimp_email {
        font-size: 22px;
        width: 500px;
    }

    /* LARGHEZZA TESTI */
    #festival p:nth-of-type(1),
    #festivalPage p,
    #icons p:nth-of-type(1),
    #icons p:nth-of-type(2){
        width: 66%;
    }

    #icons div {
        margin-top: 30px;
    }

    #patrocini .first_row {
        display: flex;
    }

    #patrocini .first_row > div:nth-of-type(1) {
        width: 29%;
        padding-right: 30px;
    }

    #patrocini .first_row > div:nth-of-type(2) {
        margin-bottom: 50px;
        margin-top: 30px;
        padding-right: 30px;
        width: 29%;
    }

    #patrocini .first_row > div:nth-of-type(3) {
        margin-bottom: 50px;
        margin-top: 30px;
        width: 42%;
    }

    #patrocini .first_row > div:nth-of-type(2) div {
        margin-top: 30px;
    }


    /* FINE LARGHEZZA TESTI */

    /*** FRONT-PAGE ***/
    #firstSectionMobile {
        display: none;
    }

    #menu-eventi li a {
        display: inline-block;
        max-width:100%;
        height:auto;
        text-decoration: none;
        border:none;
    }

    #menu-eventi img {
        width: 100%;
        height: auto;
    }

    #menu-eventi li:nth-of-type(1) a {
        content:url('files/desktop/01.png');
    }

    #menu-eventi li:nth-of-type(1) a:hover {
        cursor: url("files/palla.png"), default;
    }

    #menu-eventi li:nth-of-type(2) a {
        content:url('files/desktop/02.png');
    }

    #menu-eventi li:nth-of-type(2) a:hover {
        cursor: url("files/palla.png"), default;
    }

    #menu-eventi li:nth-of-type(3) a {
        content: url('files/desktop/03.png');
    }

    #menu-eventi li:nth-of-type(3) a:hover {
        cursor: url("files/palla.png"), default;
    }

    #menu-eventi li:nth-of-type(4) a {
        content: url('files/desktop/04.png');
    }

    #menu-eventi li:nth-of-type(4) a:hover {
        cursor: url("files/palla.png"), default;
    }

    #menu-eventi li:nth-of-type(5) a {
        content: url('files/desktop/05.png');
    }

    #menu-eventi li:nth-of-type(5) a:hover {
        cursor: url("files/palla.png"), default;
    }

    #menu-eventi li:nth-of-type(6) a {
        content: url('files/desktop/06.png');
    }

    #menu-eventi li:nth-of-type(6) a:hover {
        cursor: url("files/palla.png"), default;
    }

    #iscriviti div:nth-of-type(1) {
        float: left;
        width: 66%;
        position: relative;
        margin-top: 15px;
    }

    #iscriviti div:nth-of-type(2) {
        float: right;
        width: 33%;
    }

    #iscriviti div:nth-of-type(1) a{
        background: url("files/return.png") no-repeat left top;
        padding-left: 65px;
        height: 55px;
        line-height: 55px;
        text-decoration: none;
        border: none;
        overflow: auto;
        display: block;
        float: left;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
    }

    #iscriviti div:nth-of-type(1) a:hover {
        background: url("files/return-bianca.png") no-repeat left top;
        padding-left: 65px;
        height: 55px;
        line-height: 55px;
    }

    .programma {
        float: left;
        width: 49%;
    }

    .ospiti {
        float: right;
        width: 49%;
    }

    #quandoDove #map_mobile {
        display: none;
    }

    #patrocini .row2 {
        display: flex;
    }

    #patrocini .row2 > div:nth-of-type(1),
    #patrocini .row2 > div:nth-of-type(2) {
        width: 29%;
        padding-right: 30px;
    }

    /*#patrocini .row2 > div:nth-of-type(1) div a,
    #patrocini .row2 > div:nth-of-type(2) div a {
        width: 30%;
    }*/

    #patrocini .row2 > div:nth-of-type(3) {
        width: 42%;
    }

    #patrocini .row2 > div:nth-of-type(3) div a {
        width: 20%;
    }

    /*#patrocini .row2 > div:nth-of-type(1),
    #patrocini .row2 > div:nth-of-type(2) {

    }*/

    #patrocini .row2 > div:nth-of-type(4) {
        width: 25%;
    }

    .sponsor a:last-child img {
        width: 25%;
    }

    /*** ABOUT ***/
    #about_title img {
        width: 20%;
        margin-bottom: 70px;
    }

    #festivalPage span {
        border-bottom: 1px solid #000000;
    }

    /* BOOM THE ICONS */
    #iconsRow {
        display: flex;
        justify-content: space-between;
        font-size: 20px;
    }

    #iconsRow div:nth-of-type(1),
    #iconsRow div:nth-of-type(2) {
        padding-right: 25px;
    }

    #iconsRow > div:nth-of-type(1),
    #iconsRow > div:nth-of-type(2),
    #iconsRow > div:nth-of-type(3) {
        width: 33%;
    }

    #iconsRow div div {
        margin-top: 15px;
    }

    /* MANIFESTO */
    #manifesto div:nth-of-type(1) {
        display: flex;
        justify-content: space-between;
    }

     #listOne {
        float: left;
        width: 50%;
        padding-top: 30px;
        box-sizing: border-box;
    }

    #listTwo {
        float: right;
        width: 50%;
        padding: 30px;
        box-sizing: border-box;
    }
    
    #manifesto span {
        display: block;
    }

    /* IL TEAM */
    #teamRow {
        display: flex;
        /*justify-content: space-between;*/
        font-size: 20px;
    }

    #teamRow div {
        width: 24%;
    }

    #teamRow a:nth-of-type(2) {
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 10px;
    }

    #teamRow a:nth-of-type(2):hover {
        border-bottom: 1px solid #000000;
        text-decoration: none;
    }

    #teamRow a:nth-of-type(3) {
        text-transform: lowercase;
    }

    #teamRow div:nth-of-type(1),
    #teamRow div:nth-of-type(2),
    #teamRow div:nth-of-type(3) {
        padding-right: 25px;
    }

    /*** PROGRAMMA ***/
    #programma img {
        width: 40%;
    }

    #programma_list {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 2px solid #000000;
        padding: 0 0 15px 20px;
    }

    #programma ul {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    /*** OSPITI ***/
    #ospiti img {
        width: 20%
    }

    #listaOspiti > div {
        display: flex;
        flex-wrap: wrap;
    }

    #listaOspiti div div {
        width: 15%;
        margin-right: 24px;
    }

    /*** ARTICLE ***/
    #articleImages img:nth-of-type(1) {
        width: 25%;
        height: auto;
        margin-bottom: 15px;
    }

    #articleImages img:nth-of-type(2) {
        float: right;
        width: 49%;
    }

    /* DESCRIPTION */
    #articleImages h2 {
        margin-bottom: 30px;
    }

    #description div:nth-of-type(1) {
        float: left;
        width: 66%;
        padding-right: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 15px;
    }

    #description div:nth-of-type(1) p {
        margin-top: 0;
    }

    #description div:nth-of-type(2) {
        float: right;
        width: 33%;
        line-height: 1.5;
        margin-top: 15px;
    }

    #description div:nth-of-type(1) p:nth-of-type(2) {
        margin-top: 15px;
    }

    #description h1 {
        display: block;
    }

    /* ISCRIVITI */
    #iscriviti div:nth-of-type(1) {
        float: left;
        width: 66%;
        position: relative;
        margin-top: 15px;
    }

    #iscriviti div:nth-of-type(2) {
        float: right;
        width: 33%;
    }

    /*** ARTICLE WORKSHOP ***/
    #imagesWorkshop img:nth-of-type(1) {
        float: left;
        width: 49%;
    }

    #imagesWorkshop img:nth-of-type(2) {
        float: right;
        width: 49%;
    }

    /* DESCRIPTION */
    #descriptionWorkshop h2 {
        margin-bottom: 30px;
    }

    #descriptionWorkshop div:nth-of-type(1) {
        float: left;
        width: 66%;
        padding-right: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #descriptionWorkshop div:nth-of-type(1) p {
        margin-top: 0;
    }

    #descriptionWorkshop div:nth-of-type(2) {
        float: right;
        width: 33%;
        line-height: 1.3;
    }

    /* ISCRIVITI */
    #iscrivitiWorkshop div:nth-of-type(1) {
        float: left;
        width: 66%;
        margin-top: 15px;
    }

    #iscrivitiWorkshop div:nth-of-type(2) {
        float: right;
        width: 33%;
    }

    /*** CALENDARIO ***/
    .dateMobile {
        display: none;
    }

    #calendario {
        margin-bottom: 150px;
    }

    #calendario_title img {
        width: 35%;
        margin-bottom: 170px;
    }

    #eventi {
        position: relative;
        margin-top: 100px;
    }

    #eventi img:nth-of-type(1) {
        position: absolute;
        left: 25%;
        top: -125px;
        width: 6%;
    }

    #eventi img:nth-of-type(2) {
        position: absolute;
        left: 50%;
        top: -125px;
        width: 6%;
    }

    #eventi img:nth-of-type(3) {
        position: absolute;
        left: 75%;
        top: -125px;
        width: 6%;
    }
    
    #eventi section {
        display: flex;
        border-top: 2px solid #000;
        padding-top: 30px;
        padding-bottom: 60px;
    }

    #eventi section:last-child {
        padding-bottom: 150px;
    }

    #eventi section div:nth-of-type(1) p {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 28px;
        margin-top: 10px;
    }

    #eventi section div:nth-of-type(2) p,
    #eventi section div:nth-of-type(3) p,
    #eventi section div:nth-of-type(4) p {
        font-size:22px;
        margin-bottom: 20px;
    }

    #eventi p {
        margin: 0;
    }

    #eventi div {
        width: 25%;
        padding-right: 25px;
        box-sizing: border-box;
    }

    #eventi time,
    #eventi small {
        font-size: 16px;
        display: block;
    }

    #eventi h2 {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 700;
    }
    
    #eventi span {
        display: block;
    }

    .everyday div:nth-of-type(2) {
        width: 75% !important;
    }

    .everyday div:nth-of-type(2) p,
    .weekend div:nth-of-type(2) p {
        font-weight: 700;
    }

    /*** TICKET ***/
    #ticket img {
        width: 20%;
    }

    #ticket {
        margin-bottom: 50px;
    }

    #ticketContainer span {
        display: block;
    }

    #ticketContainer #firstRow,
    #ticketContainer #secondRow,
    #ticketContainer #thirdRow,
    #ticketContainer #fourthRow {
        display: flex;
        justify-content: space-between;
    }

    #ticketContainer #firstRow .clearfix,
    #ticketContainer #secondRow .clearfix,
    #ticketContainer #thirdRow .clearfix,
    #ticketContainer #fourthRow .clearfix {
        width: 49%;
        margin-right: 15px;
    }

    #ticketContainer #firstRow .clearfix,
    #ticketContainer #secondRow .clearfix,
    #ticketContainer #thirdRow .clearfix,
    #ticketContainer #fourthRow .clearfix {
        width: 49%;
    }

    #ticketContainer #fourthRow .clearfix:nth-of-type(2) {
        padding: 20px;
    }

    #ticketContainer div:nth-of-type(3) p {
        width: 50%;
    }

    /*** OSPITI ***/
    #ospiti img {
        width: 20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px)  {
    .programmaRow {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }

    .programmaRow article {
        width: 29%;
        padding-right: 30px;
        margin-top: 30px;
        box-sizing: border-box;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 993px) {
    .programmaRow {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }

    .programmaRow article {
        width: 18%;
        margin-right: 24px;
        margin-top: 30px;
    }

    .programmaRow h4 {
        font-size: 24px;
    }

    /*.sponsor img {
        width: 75%;
    }*/
}

/* CLEARFIX FOR FLOATING */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/***  override slideshow ***/