/*
* Festival della Scienza - Sito istituzionale
* www.festivalscienza.it
* Copyright 2017, Ariadne
* Author: Davide Pillitteri
* 05/09/2017
* Bootstrap v3.3.7
* http://getbootstrap.com/css/
* Font Awesome 4.7.0
* http://fontawesome.io/icons/
*/


/* Import Modules
==================================================*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:300,400,500,700");
/*
Light --> font-weight: 300;
Regular --> font-weight: 400;
Medium --> font-weight: 500;
Bold --> font-weight: 700;
*/


/* Reset
==================================================*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
*::selection {
	color: #fff;
	background-color: #D2001F;
}
*::-moz-selection {
	color: #fff;
	background-color: #D2001F;
}
h1::selection, h1 a::selection, h2::selection,h2 a::selection, h3::selection, h3 a::selection, 
h4::selection, h4 a::selection, h5::selection, h5 a::selection, h6::selection, h6 a::selection {
	color: #fff;
	background-color: #D2001F;
}
h1::-moz-selection, h1 a::-moz-selection, h2::-moz-selection, h2 a::-moz-selection, h3::-moz-selection, h3 a::-moz-selection, 
h4::-moz-selection, h4 a::-moz-selection, h5::-moz-selection, h5 a::-moz-selection, h6::-moz-selection, h6 a::-moz-selection {
	color: #fff;
	background-color: #D2001F;
}
a::selection, a span::selection {
	color: #fff;
	background-color: #D2001F;
}
a::-moz-selection, a span::-moz-selection {
	color: #fff;
	background-color: #D2001F;
}
html { font-size: 62.5%; }
body {
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #333;
  padding-bottom: 56px;
}
body.sponsor-open {
  padding-bottom: 152px;
}
h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6, h6 a {
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 20px;
}
h1, h1 a,
.h1, .h1 a {
	font-size: 50px;
  font-weight: 700;
}
h2, h2 a,
.h2, .h2 a {
	font-size: 35px;
}
h3, h3 a,
.h3, .h3 a {
	font-size: 25px;
}
h4, h4 a,
.h4, .h4 a {
	font-size: 20px;
}
h5, h5 a,
.h5, .h5 a {
	font-size: 19px;
}
h6, h6 a,
.h6, .h6 a {
	font-size: 18px;
}
p {
	font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #333;
	margin-bottom: 15px;
}
a {
	color: #D2001F;
	text-decoration: none;
}
a:hover, a:focus {
	color: #D2001F;
	text-decoration: underline;
}
strong, b {
	font-weight: 700;
}
i, em {
	font-style: italic;
}
ul, ol {
	margin: 10px 0 10px 15px;
}
nav ul,
nav ol {
	margin: 0;
}
img {
	max-width: 100%;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
  width: 100%;
}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	overflow: hidden;
}
.clearing {
	overflow: hidden;
	width: auto;
	height: auto;
}


/* Stili generici
==================================================*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.red {
	color: #D2001F !important;
}
.graphic {
  position: relative;
}
.graphic .graphic__label {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  padding-right: 12px;
}
.graphic .graphic__line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  background-color: #000;
  margin-top: -1px;
}
.tck-message {
  font-size:20px;
  line-height:32px;
  padding:30px;
  background-color:#e7e7e7;
  color:#fff;
  margin-bottom:20px;
}
.tck-message .fa {
  font-size:40px;
  vertical-align:middle;
}
.tck-message.tck-message--warning {
  background-color:#f4a623;
}
.tck-message.tck-message--error {
  background-color:#d0021b;
}
.tck-message.tck-message--ok {
  background-color:#417505;
}
.tck-message a{
  color: #fff;
  text-decoration: underline;
}
.btn-link {
	display: block;
	width: 100%;
	max-width: 330px;
  font-weight: 700;
	color: #D2001F;
	text-align: center;
	background-color: #FFF;
  border: solid 2px #D2001F;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.btn-link:hover,
.btn-link:focus,
.login-box .btn-link:hover,
.login-box .btn-link:focus,
.bg-cart .btn-link:hover,
.bg-cart .btn-link:focus {
  color: #fff;
	text-decoration: none;
	background-color: #D2001F;
}
.btn-link.btn-link--ticket,
.btn-link.btn-link--booking {
  margin-bottom: 30px;
}
.btn-arrow {
  font-size: 18px;
}
.btn-arrow .fa {
  border: solid 2px #979797;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-right: 7px;
}
.btn-arrow-big {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  padding-left: 78px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.btn-arrow-big .small {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #333;
  margin-top: 2px;
  margin-bottom: 6px;
}
.btn-arrow-big .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  text-align: center;
  border: solid 1px #979797;
  padding-top: 13px;
  padding-right: 6px;
  padding-bottom: 15px;
  padding-left: 11px;
  margin-right: 7px;
}
.btn-arrow-big:hover,
.btn-arrow-big:focus {
  text-decoration: none;
}
.btn-right {
  margin-left: 30px;
}
.visuallyhidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: -1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
}
.video-responsive {
	position: relative;
	z-index: 2;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.form .form__group {
  margin-bottom: 22px;
}
.form .form__group .btn-link {
  display: inline-block;
}
.form .form__text {
  display: block;
  width: 100%;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  border: solid 1px #979797;
  padding: 5px;
}
.form .form__checkbox {
  cursor: pointer;
}
.form .form__group.newsletter-privacy .checkbox-label {
  position: relative;
  display: block;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
  margin-bottom: 12px;
}
.form .form__group.newsletter-privacy .checkbox-label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.form .form__group.newsletter-privacy .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 1px #979797;
}
.form .form__group.newsletter-privacy .checkbox-label:hover input ~ .checkmark {
  background-color: #f7f7f7;
}
.form .form__group.newsletter-privacy .checkbox-label input:checked ~ .checkmark {
  background-color: #fff;
}
.form .form__group.newsletter-privacy .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form .form__group.newsletter-privacy .checkbox-label input:checked ~ .checkmark:after {
  display: block;
}
.form .form__group.newsletter-privacy .checkbox-label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #D2001F;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.errors {
  border: solid 2px #D2001F;
  padding: 20px;
  margin: 30px auto;
}
/* modal */
.modal-content {
  border-radius: 0;
}
.modal-header {
  border-bottom: 0;
}
.modal-header .close {
  float: right;
  font-size: 30px;
  color: #D2001F;
  background-color: #fff;
  border: solid 2px #ccc;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 17px;
}
.modal-header .modal-title {
  color: #D2001F;
  margin-bottom: 0;
}
.modal-body .modal-img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.modal-fotter {
  border-top: 0;
}
.modal .btn-link {
  display: inline-block;
  width: auto;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-left: 20px;
}
/* fullvideo */
.fullvideo {
  position: relative;
  height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; /* video 16:9 */
  margin-bottom: 50px;
}
.fullvideo__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
  background: #000;
}
.fullvideo__foreground,
.fullvideo__background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* #Desktop
================================================== */
/* header */
.header {
  margin-bottom: 56px;
}

.homepage .header {
  /*
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  */
  margin-bottom: 0;
}
.header .header__top {
  /*
  background-image: url('../images/bg-header-top-2018.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  */
  padding-bottom: 17px;
}
.homepage .header .header__top {
  background-image: none;
  background-color: transparent;
}
.header .header__top .switch-lang {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.header .header__top .sign-in-menu {
  position: relative;
  float: right;
  list-style-type: none;
  margin-top: 95px;
  margin-left: 0;
  margin-bottom: 0;
}
.header .header__top .sign-in-menu .sign-in-menu__item {
  float: left;
  color: #fff;
  margin-left: 20px;
}
.header .header__top .sign-in-menu .sign-in-menu__item:first-child {
  margin-left: 0;
}
.header .header__top .sign-in-menu .sign-in-menu__item .btn {
  display: block;
  width: 66px;
  color: #fff;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}
.header .header__top .sign-in-menu .sign-in-menu__item .btn:hover,
.header .header__top .sign-in-menu .sign-in-menu__item .btn:focus {
  text-decoration: none;
}
.header .header__top .sign-in-menu.logged-on .sign-in-menu__item--account:hover .btn,
.header .header__top .sign-in-menu.logged-on .sign-in-menu__item.sign-in-menu__item--account.open .btn {
  color: #000;
  background-color: #eaeaea;
}
.header .header__top .sign-in-menu .sign-in-menu__item .btn .btn__ico {
  display: block;
  font-size: 26px;
  color: #D2001F;
  margin-left: 2px;
  margin-right: 2px;
}
.header .header__top .sign-in-menu.logged-on .sign-in-menu__item--account:hover .btn__ico,
.header .header__top .sign-in-menu.logged-on .sign-in-menu__item--account:hover .btn__label {
  color: #000;
}
.header .header__top .sign-in-menu .sign-in-menu__item .btn .btn__label {
  display: block;
  font-size: 14px;
  color: #D2001F;
  font-weight: 500;
}
.header .header__top .sign-in-menu .sign-in-menu__item .btn .btn__label .fa {
  color: #D2001F;
  margin-left: 4px;
}
/* shopping menu */
.header .header__top .shopping-menu {
  display: none;
  position: absolute;
  left: -124px;
  z-index: 10;
  width: 230px;
  background-color: #eaeaea;
  margin: 0;
}
.header .header__top .sign-in-menu.logged-on .sign-in-menu__item:hover .shopping-menu,
.header .header__top .sign-in-menu.logged-on .sign-in-menu__item.open .shopping-menu {
  display: block;
}
.header .header__top .shopping-menu .shopping-menu__item {
  list-style-type: none;
}
.header .header__top .shopping-menu .shopping-menu__item .shopping-menu__link {
  display: block;
  color: #000;
  border-bottom: solid 1px #fff;
  padding-top: 15px;
  padding-left: 19px;
  padding-bottom: 13px;
}
.header .header__top .shopping-menu .shopping-menu__item.shopping-menu__item--active .shopping-menu__link {
  color: #aaa;
}
/* menu principale */
.header .header__bottom {
  background-color: #D2001F;
}
.navigation {
  float: left;
  margin-top: 3px;
}
.navigation .navigation__list {
  float: left;
  list-style-type: none;
  margin-left: 1px;
}
.navigation .navigation__list .navigation__item {
  position: relative;
  float: left;
  font-size: 20px;
  background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABGAAD/4QMpaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOURGNzZFRjkyMTcxMUU3OThGQ0I1OTM0MzAzNzg0OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOURGNzZGMDkyMTcxMUU3OThGQ0I1OTM0MzAzNzg0OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5REY3NkVEOTIxNzExRTc5OEZDQjU5MzQzMDM3ODQ5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM5REY3NkVFOTIxNzExRTc5OEZDQjU5MzQzMDM3ODQ5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABAMDAwMDBAMDBAYEAwQGBwUEBAUHCAYGBwYGCAoICQkJCQgKCgwMDAwMCgwMDQ0MDBERERERFBQUFBQUFBQUFAEEBQUIBwgPCgoPFA4ODhQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgADgABAwERAAIRAQMRAf/EAEsAAQEAAAAAAAAAAAAAAAAAAAAIAQEAAAAAAAAAAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwC/gAf/2Q==');
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: -1px;
}
.navigation .navigation__list .navigation__item.navigation__item--first {
  background-image: none;
}
.navigation .navigation__list .navigation__item:hover,
.navigation .navigation__list .navigation__item.navigation__item--active:hover {
  background: #eaeaea;
}
.navigation .navigation__list .navigation__item.navigation__item--active {
  background: #fff;
}
.navigation .navigation__list .navigation__item .navigation__link {
  display: block;
  font-size: 20px;
  color: #fff;
  padding-top: 13px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
}
.navigation .navigation__list .navigation__item:hover .navigation__link,
.navigation .navigation__list .navigation__item.navigation__item--active .navigation__link {
  color: #000;
  text-decoration: none;
}
.navigation .navigation__list .navigation__item .navigation__link .fa {
  margin-left: 14px;
}
.navigation .navigation__list .navigation__item:hover .navigation__link .fa,
.navigation .navigation__list .navigation__item.navigation__item--active .navigation__link .fa,
.navigation .navigation__list .navigation__item.navigation__item--active:hover .navigation__link .fa {
  color: #D2001F;
}
/* secondo livello */
.navigation .navigation__list .navigation__item .sub-list {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 225px;
  list-style-type: none;
  background-color: #eaeaea;
}
.navigation .navigation__list .navigation__item:hover .sub-list {
  display: block;
}
.navigation .navigation__list .navigation__item .sub-list .sub-list__item {
  display: block;
  border-bottom: solid 1px #fff;
}
.navigation .navigation__list .navigation__item .sub-list .sub-list__item.sub-list__item--active a {
  color: #aaa;
}
.navigation .navigation__list .navigation__item .sub-list .sub-list__link {
  display: block;
  color: #000;
  padding-top: 13px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
}
/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 17px;
}
.breadcrumbs .breadcrumbs__list {
  list-style-type: none;
  margin: 0;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__item {
  display: inline;
  float: left;
  font-size: 16px;
  margin-right: 4px;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__item .breadcrumbs__link {
  font-size: 16px;
  margin-right: 4px;
}
/* footer */
.footer {
  margin-top: 20px;
}
.footer .footer__top {
  border-top: solid 1px #000;
  padding-top: 26px;
  margin-top: 60px;
}
.footer .footer__top .row-equals-height {
  display: table;
}
.footer .footer__top .row-equals-height .col-equals-height {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.footer .footer__top .footer__title {
  position: relative;
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer .footer__top .footer__title .footer__title-label {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-right: 15px;
}
.footer .footer__top .footer__title .footer__title-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 47px;
  z-index: 1;
  height: 2px;
  background-color: #3f3f3f;
}
.footer .footer__top .footer__title .fa {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #D2001F;
  background-color: #fff;
  border: solid 2px #979797;
  padding: 5px 8px;
}
.footer .footer__top .footer__title.footer__title--app {
  margin-top: 20px;
}
.footer .footer__top .footer__text,
.footer .footer__top .footer__text p {
  font-size: 16px;
}
.footer .footer__top .footer__text p {
  margin-bottom: 0;
}
.footer .footer__top .footer__text.has-btn {
  padding-bottom: 60px;
}
.footer .footer__top .footer__text.has-btn .btn-arrow {
  position: absolute;
  left: 15px;
  bottom: 20px;
}
.footer .footer__top .footer__text .form {
  margin-bottom: 40px;
}
.footer .footer__top .footer__social {
  font-size: 32px;
}
.footer .footer__top .footer__social:hover {
  text-decoration: none;
}
.footer .footer__bottom {
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #C5242B;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-top: 30px;
}
.footer .footer__bottom .footer__link {
  font-size: 14px;
  color: #fff;
}
/* sponsor */
.sponsor {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: #eaeaea;
  padding-top: 5px;
  margin-top: 10px;
}
.sponsor .sponsor__btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 20px;
  color: #000;
  background-color: #fff;
  border-top: solid 1px #979797;
  border-right: solid 1px #979797;
  border-left: solid 1px #979797;
  padding: 7px 11px;
}
.sponsor .sponsor__btn:hover,
.sponsor .sponsor__btn:focus {
  text-decoration: none;
}
.sponsor .sponsor__btn .fa {
  color: #C5242B;
  margin-left: 25px;
}
.sponsor .sponsor__wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: solid 1px #979797;
  padding: 11px;
  margin-top: -1px;
}
.sponsor .sponsor__all {
  float: right;
  font-size: 16px;
  margin-top: 8px;
}
.sponsor .sponsor__wrapper .sponsor__item {
  position: relative;
  float: left;
  border-left: solid 2px #e0e0e0;
  padding-top: 10px;
  padding-left: 19px;
  padding-bottom: 10px;
  margin-top: 19px;
  margin-left: 19px;
}
.sponsor .sponsor__wrapper .sponsor__item.sponsor__item--first,
.sponsor .sponsor__wrapper .sponsor__item:first-child {
  border-left: 0;
  padding-left: 10px;
  margin-left: 10px;
}
.sponsor .sponsor__wrapper .sponsor__item .sponsor__role {
  position: absolute;
  top: -20px;
  left: 3px;
  width: 150px;
  font-size: 13px;
}
.sponsor-list {
  margin-bottom: 50px;
}
.sponsor-list .sponsor-list__logo {
  border:1px solid #979797;
  padding: 60px 10px;
  margin-bottom: 20px;
}
.sponsor-chi-siamo {
  border:1px solid #979797;
  padding: 3px;
  margin-bottom: 30px;
}
/* homepage */
.social-bar {
  position: absolute;
  top: 320px;
  right: 0;
  z-index: 2;
  font-size: 30px;
  color: #fff;
  background-color: #C5242B;
  padding: 10px;
}
.social-bar .social-bar__app {
  margin-top: 30px;
}
.social-bar .social-bar__link {
  display: block;
  color: #fff;
  margin-top: 5px;
}
.social-bar .social-bar__link.social-bar__link--first {
  margin-top: 0;
}
.carousel {
  margin-bottom: 50px;
}
.carousel .carousel-caption {
  top: 40%;
  left: 6%;
  bottom: auto;
  text-shadow: none;
  text-align: left;
}
.carousel .carousel-caption h2 {
  font-size: 80px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  border: solid 3px #D2001F;
  margin: 0 10px;
}
.carousel .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #D2001F;
  margin: 0 10px;
}
.evidenza {
  background-color: #eaeaea;
  padding-top: 30px;
  margin-bottom: 50px;
}
.evidenza .graphic .graphic__label {
  background-color: #eaeaea;
}
.evidenza .event .event__date {
  margin-bottom: 20px;
}
.evidenza .event .event__subject {
  font-weight: 400;
}
.evidenza .section-title .btn-arrow,
.protagonisti-home .section-title .btn-arrow {
  float: right;
  position: relative;
  z-index: 2;
  background: #fff;
}
.evidenza .section-title .btn-arrow {
  background: #eaeaea;
}
.evidenza .section-title .btn-arrow .fa,
.protagonisti-home .section-title .btn-arrow .fa {
  margin-left: 10px;
}
/* i protagonisti */
.protagonisti-home .protagonisti__img {
  margin-bottom: 10px;
}
.protagonisti-home .protagonisti .protagonisti__name,
.protagonisti-home .protagonisti .protagonisti__name:hover,
.protagonisti-home .protagonisti .protagonisti__link,
.protagonisti-home .protagonisti .protagonisti__link:hover {
  font-size: 30px;
  margin-bottom: 4px;
}
/* banner */
.banner {
  text-align: center;
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.banner .banner__link,
.banner .banner__link:hover,
.banner .banner__link:focus {
  display: inline-block;
  text-decoration: none;
}
.banner .banner__img {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* spalla destra */
.availability {
  font-size: 23px;
  margin-bottom:5px;
}
/* calendario */
.calendar {
  margin-bottom: 39px;
}
.calendar .calendar__month {
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 4px;
}
.calendar .calendar__day {
  float: left;
  width: 44px;
  color: #000;
  text-align: center;
  border: solid 1px #979797;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.calendar .calendar__day:last-child,
.calendar .calendar__day.calendar__day--last {
  margin-right: 0;
}
.calendar .calendar__day:hover {
  background-color: #eaeaea;
  text-decoration: none;
}
.calendar .calendar__day.calendar__day--active {
  color: #fff;
  background-color: #D2001F;
}
.calendar.disabled .calendar__day,
.calendar.disabled .calendar__day:hover,
.calendar.disabled .calendar__day.calendar__day--active,
.calendar.disabled .calendar__day.calendar__day--active:hover {
  color: #666;
  background-color: #ccc;
  cursor: default;
}
.calendar .calendar__day .calendar__number {
  display: block;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}
.calendar .calendar__day .calendar__name {
  display: block;
  font-size: 13px;
  line-height: 18px;
}
/* form prenota */
.reserve .btn-form {
  display: block;
  float: left;
  font-size: 14px;
  background-color: #fff;
  border: solid 2px #979797;
  padding: 2px 4px 0px 7px;
}
.reserve .reserve__places {
  float: right;
  margin-bottom: 24px;
}
.reserve .reserve__text {
  display: block;
  float: left;
  width: 50px;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  color: #000;
  text-align: center;
  border: solid 2px #000;
  padding: 1px 0;
  margin: 0 5px;
}
.reserve .places {
  font-size: 14px;
  text-align: right;
}
.reserve .btn-link {
  margin-bottom: 30px;
}
.reserve .info {
  margin-bottom: 30px;
}
.reserve .info .fa {
  font-size: 36px;
  vertical-align: middle;
}
/* calendario ricerca */
.row-calendar .col-calendar.col-calendar--left {
  padding-right: 0;
}
.row-calendar .col-calendar.col-calendar--left .calendar {
  float: right;
}
.row-calendar .col-calendar.col-calendar--right {
  padding-left: 0;
}
.row-calendar .col-calendar.col-calendar--right .calendar {
  float: left;
}
.row-calendar .col-calendar.col-calendar--left .calendar .calendar__day,
.row-calendar .col-calendar.col-calendar--right .calendar .calendar__day {
  width: 70px;
}
.row-calendar .col-calendar.col-calendar--left .calendar .calendar__day .calendar__number,
.row-calendar .col-calendar.col-calendar--right .calendar .calendar__day .calendar__number {
  font-size: 40px;
  line-height: 40px;
}
.row-calendar .col-calendar.col-calendar--left .calendar .calendar__day .calendar__name,
.row-calendar .col-calendar.col-calendar--right .calendar .calendar__day .calendar__name {
  font-size: 21px;
  line-height: 22px;
}
.all-day {
  text-align: right;
  margin-top: 20px;
}
.btn-all-day:hover,
.btn-all-day:focus {
  text-decoration: none;
}
/* ricerca evento */
.search-event {
  background-color: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-search select {
  width: 100%;
  min-height: 14px;
  border: 1px solid #979797;
  padding: 5px 8px;
  margin-bottom: 36px;
}
.form-search .form-search__input {
  width: 100%;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  min-height: 14px;
  border: 1px solid #979797;
  padding: 5px 8px;
  margin-bottom: 36px;
}
.form-search .form-search__input:hover,
.form-search .form-search__input:focus {
  border-color: #7799D0;
  box-shadow: 0 0 2px #7799D0;
}
.form-search .form-search__input::-webkit-input-placeholder { /* Chrome */
  color: #333;
}
.form-search .form-search__input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.form-search .form-search__input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}
.form-search .form-search__input:-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}
.form-search .btn-link {
  display: inline-block;
  width: auto;
  background-color: #eaeaea;
  padding-top: 5px;
  padding-bottom: 3px;
}
.form-search .btn-link:hover {
  color: #fff;
  background-color: #D2001F;
}
.form-search .btn-link:focus {
  color: #D2001F;
  background-color: #eaeaea;
}
.advance-search {
  display: none;
}
.opt-filter {
  text-align: right;
}
.btn-advance {
  margin-left: 20px;
}
.btn-advance:hover,
.btn-advance:focus {
  text-decoration: none;
}
/* pagina standard */
.article {}
.article .article__img {
  margin-bottom: 30px;
}
.protagonisti {
  margin-bottom: 30px;
}
.protagonisti .protagonisti__name,
.protagonisti .protagonisti__name:hover,
.protagonisti .protagonisti__link,
.protagonisti .protagonisti__link:hover {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  color: #D2001F;
  text-decoration: none;
  margin-bottom: 0;
}
.protagonisti .protagonisti__name,
.protagonisti .protagonisti__name:hover {
  margin-bottom: 12px;
}
.protagonisti .protagonisti__desc,
.protagonisti .protagonisti__desc p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 8px;
}
.letter {
  text-align: center;
  text-transform: uppercase;
  margin-top: 39px;
  margin-bottom: 29px;
}
.letter .letter__link {
  display: inline-block;
  font-size: 24px;
  line-height: 18px;
  border-left: solid 2px #474747;
  padding-left: 13px;
  padding-right: 9px;
  margin-bottom: 20px;
}
.letter .letter__link:first-child {
  border-left: 0;
}
.letter .letter__link:hover,
.letter .letter__link:focus {
  color: #474747;
  text-decoration: none;
}
.letter .letter__link.letter__link--active {
  color: #474747;
  cursor: default;
}
/* luoghi */
.maps {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.infopoint {
  background-color: #eaeaea;
  padding: 30px;
  margin-bottom: 70px;
}
.maps-info {
  position: relative;
  padding-left: 30px;
  margin-bottom: 70px;
}
.maps-info .maps-info__num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 21px;
  font-weight: 500;
}
/* dettaglio eventi */
.social {
	display: block;
  float: right;
	width: 40px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
}
.social .show-social-btn {
	font-size: 43px;
  color: #D2001F;
	cursor: pointer;
}
.social .wrapper-social-btn {
	display: block;
	width: 230px;
	color: white;
	line-height: 10px;
	text-align: center;
	transform-origin:50% 0%;
	-webkit-transform: scale(0) translateY(-150px);
	-moz-transform:scale(0) translateY(-150px);
	-o-transform:scale(0) translateY(-150px);
	transform:scale(0) translateY(-150px);
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	opacity:0;
	margin-top: -55px;
	margin-left: -95px;
}
.social .wrapper-social-btn:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 15px solid rgba(0, 0, 0, 0);
	border-right: 15px solid rgba(0, 0, 0, 0);
	border-top: 15px solid #D2001F;
	margin: 4px auto;
}
.social .wrapper-social-btn.opened {
	opacity:1;
	-webkit-transform: scale(1) translateY(-60px);
	-moz-transform:scale(1) translateY(-60px);
	-o-transform:scale(1) translateY(-60px);
	transform:scale(1) translateY(-60px);
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.social .wrapper-social-btn .fa {
	position: relative;
	width: 1.9em;
	height: 1.9em;
	font-size: 1.3em;
	overflow: hidden;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}
.social .wrapper-social-btn .fa:before,
.social .wrapper-social-btn .fa:after {
	left: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	top: 50%;
	width: 100%;
}
.social .wrapper-social-btn .fa:before {
	color: #fff;
	-webkit-transform: translate3D(0, -50%, 0);
	-ms-transform: translate3D(0, -50%, 0);
	transform: translate3D(0, -50%, 0);
	z-index: 2;
}
.social .wrapper-social-btn .fa:after {
	padding-bottom: 25%;
	padding-top: 300%;
	top: 0;
}
.social .wrapper-social-btn .fa:hover:after {
	-webkit-transform: translate3D(0, -73%, 0);
	-ms-transform: translate3D(0, -73%, 0);
	transform: translate3D(0, -73%, 0);
}
.social .wrapper-social-btn .fa:hover:before {
	-webkit-transform: translate3D(0, -250%, 0);
	-ms-transform: translate3D(0, -250%, 0);
	transform: translate3D(0, -250%, 0);
}
.social .wrapper-social-btn .fa-twitter:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #00acee), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#00acee 25%, #ffffff 75%);
	background-image: linear-gradient(#00acee 25%, #ffffff 75%);
	content: "\f099";
	color: #00acee;
}
.social .wrapper-social-btn .fa-facebook:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3b5998), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#3b5998 25%, #ffffff 75%);
	background-image: linear-gradient(#3b5998 25%, #ffffff 75%);
	content: "\f09a";
	color: #3b5998;
}
.social .wrapper-social-btn .fa-google-plus:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #bb0000), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#bb0000 25%, #ffffff 75%);
	background-image: linear-gradient(#bb0000 25%, #ffffff 75%);
	content: "\f0d5";
	color: #bb0000;
}
.social .wrapper-social-btn .fa-pinterest:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #cb2027), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#cb2027 25%, #ffffff 75%);
	background-image: linear-gradient(#cb2027 25%, #ffffff 75%);
	content: "\f0d2";
	color: #cb2027;
}
.social .wrapper-social-btn .fa-tumblr:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2C4762), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#2C4762 25%, #ffffff 75%);
	background-image: linear-gradient(#2C4762 25%, #ffffff 75%);
	content: "\f173";
	color: #2C4762;
}
.event-detail h3.graphic {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.event-detail p {
  margin-bottom: 10px;
}
.subject, .author {
  margin-bottom: 20px;
}
.subject.has-author {
  margin-bottom: 15px;
}
.author {
  font-style: italic;
}
.tabs {
  margin-top: 30px !important;
}
.tabs .tabs__img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.tabs .graphic {
  margin-top: 25px;
  margin-bottom: 10px;
}
.tabs h3.graphic {
  font-size: 20px;
}
.tabs .graphic .graphic__label {
  background-color: #EAEAEA;
}

/* eventi */
.result-number {
  font-weight: 500;
  margin-top: 47px;
  margin-bottom: 23px;
}
.event {
  margin-bottom: 60px;
}
.event .event__img-cat {
  position: relative;
}
.event .event__link {
  display: block;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #D2001F;
  margin-bottom: 0;
}
.event .event__img {
  display: block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.event .event__category {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  font-size: 21px;
  font-weight: 300;
  line-height: 34px;
  color: #fff;
  background-color: #D2001F;
  padding-left: 10px;
  padding-right: 10px;
}
.event .event__title {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #D2001F;
  margin-bottom: 5px;
}
.event .event__subject {
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
}
.event .event__location {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  margin-top: 18px;
}
.event .event__date {
  font-size: 16px;
  line-height: 24px;
}
.event .event__discipline {
  display: inline-block;
  width: auto;
  font-weight: 400;
  border: solid 1px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  margin-top: 24px;
}
/* lista eventi fuori festival */
.event-list {
  margin-bottom: 30px;
}
.event-list .event-list__title,
.event-list .event-list__link {
  font-size: 30px;
  color: #D2001F;
  margin-bottom: 10px;
}
.event-list .event-list__img {
  margin-bottom: 10px;
}
.event-list .event-list__text p {
  margin-bottom: 0;
}
/* edizione */
.box-number {
  background-color: #F5F3F4;
  padding-top: 54px;
  padding-bottom: 54px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.box-number .box-number__value {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px;
}
.box-number .box-number__label {
  font-size: 32px;
  line-height: 1;
  color: #D2001F;
  font-weight: 500;
}
.edizione {
  position: relative;
  box-sizing: content-box;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.edizione .edizione__img {
  margin-bottom: 20px;
}
.edizione .edizione__name,
.edizione .edizione__link {
  font-size: 21px;
  color: #D2001F;
  margin-bottom: 10px;
}
.edizione .edizione__abstract,
.edizione .edizione__abstract p {
  font-size: 16px;
  margin-bottom: 0;
}
.edizione .edizione__num {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #eaeaea;
  padding-top: 10px;
  padding-bottom: 10px;
}
.edizione .edizione__num .num-value {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.edizione .edizione__num .num-label {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
/* paginazione */
.pagination {
  text-align: right;
  margin-top: -30px;
}
.pagination .pagination__link {
  min-width: 40px;
  display: inline-block;
  text-align: center;
  border: solid 2px #D2001F;
  padding: 4px;
  margin-left: 9px;
  margin-top:9px;
}
.pagination .pagination__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #D2001F;
}
.pagination .pagination__current,
.pagination .pagination__current:hover {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
}
.pagination span.pagination__prev,
.pagination span.pagination__prev:hover,
.pagination span.pagination__next,
.pagination span.pagination__next:hover {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
}
/* accordion */
.accordion .accordion__title {
  position: relative;
  font-size: 40px;
  color: #333;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion .accordion__title .fa {
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 3;
  color: #D2001F;
  line-height: 17px;
  background-color: #fff;
  border: solid 2px #979797;
  padding: 12px 8px;
}
.accordion .accordion__link {
  position: relative;
  display: block;
  font-size: 40px;
  color: #333;
  margin-bottom: 0;
}
.accordion .accordion__link:hover,
.accordion .accordion__link:focus {
  text-decoration: none;
}
.accordion .accordion__label {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  padding-right: 50px;
}
.accordion .accordion__line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 100px;
  z-index: 1;
  height: 1px;
  background-color: #000;
}
/* login */
.login-box {
  background-color: #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.login-box .btn-link {
  width: auto;
  display: inline-block;
  background-color: #eaeaea;
}
.login-box .graphic .graphic__label,
.bg-cart .graphic .graphic__label {
  background-color: #EAEAEA;
}
/* steps */
.steps {
  height: 40px;
  padding-right: 20px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.steps .step {
  position: relative;
  float: left;
  height: 20px;
  padding-top: 20px;
}
.steps.num-step-3 .step {
  width: 33%;
}
.steps .step.step--first {
  
}
.steps .step.step--last {
  width: 1%;
}
.steps .step .step__text {
  display: block;
  position: absolute;
  top: -10px;
  width: 120px;
  font-weight: 500;
  text-align: center;
  margin-left: -50px;
}
.steps .step.step--current .step__text,
.steps .step.step--terminated .step__text {
  color: #D2001F;
}
.steps .step .step__ico {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #9b9b9b;
  border-radius: 10px;
}
.steps .step.step--current .step__ico,
.steps .step.step--terminated .step__ico {
  background-color: #D2001F;
}
.steps .step .step__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9b9b9b;
  margin-top: -10px;
  margin-left: 20px;
}
.steps .step.step--terminated .step__line {
  background-color: #D2001F;
}
.steps .step.step--last .step__line {
  margin-left: 0;
}
/* carrello */
.bg-cart {
  background-color: #eaeaea;
  padding: 30px;
  margin-bottom: 30px;
}
.bg-cart .prettycheckbox label,
.bg-cart .prettyradio label {
  font-weight: 700;
}
.bg-cart .info {
  margin-left: 35px;
}
.bg-cart fieldset {
  margin-top: 40px;
}
.bg-cart fieldset:first-child {
  margin-top: 0;
}
.bg-cart .row-cart {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9B9B9B;
}
.bg-cart .row-total-section {
  margin-top: 20px;
}
.bg-cart .row-total-cart {
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 40px;
}
.bg-cart .btn-link {
  background-color: #eaeaea;
}
.bg-cart .note {
  margin-top: 30px;
  margin-bottom: 40px;
}
.bg-cart .img-card {
  margin-right: 40px;
}
/* ico scarica programma */
.scarica-programma {
  display: inline-block;
  float: right;
}


/* #Desktop extra big
================================================== */
/* Note: Design for a width of 1170px */
@media only screen and (min-width: 1300px) and (max-width: 1599px) {
  /* sponsor */
  .sponsor .sponsor__wrapper .sponsor__item {
    padding-left: 8px;
    margin-left: 8px;
  }
}


/* #Desktop big
================================================== */
/* Note: Design for a width of 1170px */
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  /* generic */
  .btn-arrow-big {
    font-size: 33px;
  }
  /* edizione */
  .box-number {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .box-number .box-number__value {
    font-size: 38px;
  }
  .box-number .box-number__label {
    font-size: 29px;
  }
  /* i protagonisti */
  .protagonisti-home .protagonisti {
    margin-bottom: 23px;
  }
  /* sponsor */
  .sponsor .sponsor__wrapper .sponsor__item {
    padding-left: 2px;
    margin-left: 2px;
  }
}


/* #Desktop small
================================================== */
/* Note: Design for a width of 1024px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* generale */
  body, p {
    font-size: 16px;
  }
  h1, h1 a {
    font-size: 40px;
  }
  h2, h2 a {
    font-size: 30px;
  }
  h3, h3 a {
    font-size: 20px;
  }
  h4, h4 a {
    font-size: 18px;
  }
  h5, h5 a {
    font-size: 17px;
  }
  h6, h6 a {
    font-size: 16px;
  }
  /* header */
  .header .header__top {
    padding-bottom: 13px;
  }
  .header .header__top .sign-in-menu {
    margin-top: 65px;
  }
  /* homepage */
  .social-bar {
    top: 260px;
  }
  .carousel .carousel-caption {
    top: 45%;
    left: 3%;
    right: 40%;
  }
  .carousel .carousel-caption h2 {
    font-size: 50px;
    line-height: 55px;
  }
  /* edizione */
  .box-number {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .box-number .box-number__value {
    font-size: 30px;
  }
  .box-number .box-number__label {
    font-size: 23px;
  }
  /* i protagonisti */
  .protagonisti-home .protagonisti {
    margin-bottom: 9px;
  }
  /* sponsor */
  .sponsor .sponsor__wrapper .sponsor__item {
    padding-left: 2px;
    margin-top: 30px;
    margin-left: 2px;
  }
  /* spalla destra */
  .reserve .reserve__places {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .reserve .info {
    font-size: 15px;
  }
  .reserve .info .fa {
    font-size: 30px;
  }
  /* sponsor */
  .sponsor .sponsor__wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .sponsor .sponsor__wrapper .sponsor__item {
    border-width: 1px;
    padding-left: 20px;
    margin-left: 20px;
  }
  .sponsor .sponsor__wrapper .sponsor__item.style-md {
    border-left: 0;
    padding-left: 0;
  }
  .sponsor .sponsor__wrapper .sponsor__item.style-md .sponsor__role {
    left: -6px;
  }
  .sponsor .sponsor__wrapper .sponsor__item img {
    width: 98px;
  }
}


/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* generale */
  body, p {
    font-size: 16px;
  }
  h1, h1 a {
    font-size: 40px;
  }
  h2, h2 a {
    font-size: 30px;
  }
  h3, h3 a {
    font-size: 20px;
  }
  h4, h4 a {
    font-size: 18px;
  }
  h5, h5 a {
    font-size: 17px;
  }
  h6, h6 a {
    font-size: 16px;
  }
  /* header */
  .header .header__top .sign-in-menu {
    margin-top: 25px;
  }
  .header .header__top .sign-in-menu .sign-in-menu__item {
    margin-left: 10px;
  }
  .navigation .navigation__list .navigation__item .navigation__link {
    font-size: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }
  /* homepage */
  .social-bar {
    top: 170px;
  }
  .social-bar .social-bar__app {
    margin-top: 0;
  }
  .carousel .carousel-caption {
    top: 45%;
    left: 3%;
    right: 40%;
  }
  .carousel .carousel-caption h2 {
    font-size: 40px;
    line-height: 45px;
  }
  /* edizione */
  .box-number {
    padding-top: 61px;
    padding-bottom: 61px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .box-number .box-number__value {
    font-size: 50px;
  }
  .box-number .box-number__label {
    font-size: 38px;
  }
  /* i protagonisti */
  .protagonisti-home .protagonisti {
    margin-bottom: 10px;
  }
  .protagonisti-home .protagonisti__img {
    margin-bottom: 7px;
  }
  .protagonisti-home .protagonisti .protagonisti__name,
  .protagonisti-home .protagonisti .protagonisti__name:hover,
  .protagonisti-home .protagonisti .protagonisti__link,
  .protagonisti-home .protagonisti .protagonisti__link:hover {
    font-size: 20px;
    margin-bottom: 0;
  }
  /* calendario ricerca */
  .row-calendar .col-calendar.col-calendar--left .calendar .calendar__day,
  .row-calendar .col-calendar.col-calendar--right .calendar .calendar__day {
    width: 55px;
    padding-top: 1px;
    padding-bottom: 0px;
  }
  .row-calendar .col-calendar.col-calendar--left .calendar .calendar__day .calendar__number,
  .row-calendar .col-calendar.col-calendar--right .calendar .calendar__day .calendar__number {
    font-size: 32px;
    line-height: 32px;
  }
  .row-calendar .col-calendar.col-calendar--left .calendar .calendar__day .calendar__name,
  .row-calendar .col-calendar.col-calendar--right .calendar .calendar__day .calendar__name {
    font-size: 18px;
    line-height: 20px;
  }
  /* spalla destra */
  .reserve .reserve__places {
    float: none;
  }
  .reserve .places {
    text-align: left;
  }
  .reserve .info {
    font-size: 11px;
  }
  .reserve .info .fa {
    font-size: 22px;
  }
  /* footer */
  .footer .footer__top .row-equals-height {
    display: block;
  }
  .footer .footer__top .footer__text .form {
    margin-bottom: 0;
  }
  .footer .footer__top .row-equals-height .col-equals-height.col-sm-to-row {
    display: block;
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  /* sponsor */
  .sponsor .sponsor__wrapper .sponsor__item.sponsor__item--first,
  .sponsor .sponsor__wrapper .sponsor__item:first-child {
    padding-left: 13px;
    margin-left: 13px;
  }
  .sponsor .sponsor__wrapper .sponsor__item {
    padding-left: 10px;
    margin-left: 10px;
  }
  .sponsor .sponsor__wrapper .sponsor__item.style-sm {
    border-left: 0;
    padding-left: 13px;
    margin-left: 13px;
  }
  /* ico scarica programma */
  .scarica-programma .scarica-programma__img {
    height: 40px;
  }
}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 360px */
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 23px;
  }
  p {
    font-size: 16px;
    line-height: 23px;
  }
  .form-search .form-search__input {
    font-size: 16px;
  }
  /* generic */
  h1, h1 a {
    font-size: 40px;
  }
  h2, h2 a {
    font-size: 30px;
  }
  h3, h3 a {
    font-size: 20px;
  }
  legend {
    margin-bottom: 20px;
  }
  .btn-arrow-big {
    font-size: 30px;
    display: block;
    margin-bottom: 50px;
  }
  /* push body menu */
  .pushmenu-left { left: -300px; }
  .pushmenu-left.pushmenu-open { left: 0; }
  .pushmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .pushmenu-push-toright { left: 300px; }
  .pushmenu, .pushmenu-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* modal */
  .modal-body .modal-img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* header */
  .header {
    margin-bottom: 30px;
  }
  .header .header__top {
    background-position: center 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .header__top .ht-mobile {
    background-color: #D2001F;
  }
  .header .header__top .switch-lang {
    margin-top: 5px;
  }
  .header .header__top .switch-lang .switch-lang__icon {
    height: 37px;
  }
  .header .header__top .sign-in-menu {
    margin-top: 0;
    margin-right:20px;
  }
  .header .header__top .sign-in-menu.logged-on .sign-in-menu__item--account:hover .btn,
  .header .header__top .sign-in-menu.logged-on .sign-in-menu__item--account:focus .btn {
    background-color: #D2001F;
  }
  .header .header__top .sign-in-menu.logged-on .sign-in-menu__item--account:hover .btn__ico,
  .header .header__top .sign-in-menu.logged-on .sign-in-menu__item--account:hover .btn__label {
    color: #fff;
  }
  
  
  .header .header__top .sign-in-menu .sign-in-menu__item {
    margin-left: 10px;
  }
  .header .header__top .sign-in-menu .sign-in-menu__item  .btn {
    width: auto;
    color: #fff;
    padding: 10px 0 10px 15px;
  }
  .header .header__top .sign-in-menu .sign-in-menu__item .btn .btn__ico {
    font-size: 32px;
    border: 0;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .header .header__top .shopping-menu {
    left: -48px;
  }
  .header .header__top .logo {
    padding-top: 8px;
    padding-bottom: 15px;
  }
  .hamburger {
    position: relative;
    z-index: 999;
    width: 36px;
    height: 36px;
    float: left;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-top: 11px;
  }
  .hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 7px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 0px;
  }
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    top: 12px;
  }
  .hamburger span:nth-child(4) {
    top: 24px;
  }
  .hamburger.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.open span:nth-child(4) {
    width: 0%;
    top: 12px;
    left: 50%;
  }
  .header .header__top .hb-mobile {
    padding-right: 0;
  }
  .header .header__bottom.pushmenu {
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    background-color: #fff;
    border-right: solid 2px #cecece;
  }
  .header .header__bottom.pushmenu .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation {
    float: none;
    margin-top: 0;
  }
  .navigation .navigation__list {
    float: none;
  }
  .navigation .navigation__list .navigation__item {
    float: none;
    border-bottom: solid 2px #cecece;
  }
  .navigation .navigation__list .navigation__item:hover,
  .navigation .navigation__list .navigation__item.navigation__item--active:hover {
    background: inherit;
  }
  .navigation .navigation__list .navigation__item.navigation__item--active,
  .navigation .navigation__list .navigation__item.navigation__item--active:hover {
    background-color: #D2001F;
  }
  .navigation .navigation__list .navigation__item .navigation__link {
    color: #D2001F;
  }
  .navigation .navigation__list .navigation__item.navigation__item--active .navigation__link {
    color: #fff;
  }
  .navigation .navigation__list .navigation__item .navigation__link .fa {
    float: right;
    font-size: 26px;
    margin-left: 0;
  }
  .navigation .navigation__list .navigation__item.navigation__item--active .navigation__link .fa,
  .navigation .navigation__list .navigation__item.navigation__item--active:hover .navigation__link .fa {
    color: #fff;
  }
  .navigation .navigation__list .navigation__item .sub-list {
    position: static;
    width: auto;
  }
  .navigation .navigation__list .navigation__item:hover .sub-list {
    display: none;
  }
  /* footer */
  .footer .footer__top .row-equals-height {
    display: block;
  }
  .footer .footer__top .row-equals-height .col-equals-height {
    float: none;
    display: block;
    vertical-align: baseline;
  }
  .footer .footer__top .footer__title {
    cursor: pointer;
    margin-bottom: 25px;
  }
  .footer .footer__top .footer__title.footer__title--social,
  .footer .footer__top .footer__title.footer__title--app {
    float: left;
    margin-top: 0;
    margin-right: 20px;
  }
  .footer .footer__top .footer__text {
    display: none;
  }
  .footer .footer__bottom {
    text-align: center;
  }
  .footer .footer__bottom .copyright {
    display: block;
  }
  /* sponsor */
  .sponsor .sponsor__wrapper {
    display: none;
  }
  .sponsor .sponsor__wrapper .sponsor__item.sponsor__item--first,
  .sponsor .sponsor__wrapper .sponsor__item:first-child, 
  .sponsor .sponsor__wrapper .sponsor__item {
    width: 40%;
    padding-left: 5%;
    margin-left: 5%;
  }
  .sponsor .sponsor__wrapper .sponsor__item.style-xs {
    border-left: 0;
  }
  /* edizione */
  .box-number {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .box-number .box-number__value {
    font-size: 27px;
  }
  .box-number .box-number__label {
    font-size: 20px;
  }
  /* i protagonisti */
  .protagonisti-home h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .protagonisti-home .protagonisti .protagonisti__name,
  .protagonisti-home .protagonisti .protagonisti__name:hover,
  .protagonisti-home .protagonisti .protagonisti__link,
  .protagonisti-home .protagonisti .protagonisti__link:hover {
    font-size: 20px;
  }
  .img-sponsor-evento {
    margin-bottom: 50px;
  }
  /* calendario ricerca */
  .row-calendar .col-calendar.col-calendar--left {
    padding-right: 15px;
  }
  .row-calendar .col-calendar.col-calendar--left .calendar {
    float: none;
    margin-bottom: 0;
  }
  .row-calendar .col-calendar.col-calendar--right {
    padding-left: 15px;
  }
  /* calendario ricerca */
  .row-calendar .col-calendar.col-calendar--left .calendar .calendar__day,
  .row-calendar .col-calendar.col-calendar--right .calendar .calendar__day {
    width: 44px;
  }
  .row-calendar .col-calendar.col-calendar--left .calendar .calendar__day .calendar__number,
  .row-calendar .col-calendar.col-calendar--right .calendar .calendar__day .calendar__number {
    font-size: 20px;
    line-height: 18px;
  }
  .row-calendar .col-calendar.col-calendar--left .calendar .calendar__day .calendar__name,
  .row-calendar .col-calendar.col-calendar--right .calendar .calendar__day .calendar__name {
    font-size: 13px;
    line-height: 18px;
  }
  .all-day {
    text-align: left;
  }
  .opt-filter {
    text-align: left;
    margin-bottom: 36px;
  }
  /* paginazione */
  .pagination .pagination__link {
    min-width: 30px;
    padding: 2px;
  }
  /* homepage */
  .carousel .carousel-caption {
    top: 5%;
    left: 5;
  }
  .carousel .carousel-caption h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .carousel-indicators {
    bottom: 0;
  }
  /* luochi */
  .maps {
    margin-bottom: 30px;
  }
  .infopoint {
    margin-bottom: 30px;
  }
  .maps-info {
    margin-bottom: 30px;
  }
  /* login */
  .login-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* steps */
  .steps {
    margin-left: 7%;
    margin-right: 7%;
  }
  .steps .step .step__text {
    width: 90px;
    margin-left: -35px;
  }
  /* carrello */
  .bg-cart .remove {
    text-align: right;
  }
  .bg-cart .img-card {
    margin-top: 40px;
  }
  /* ico scarica programma */
  .scarica-programma .scarica-programma__img {
    height: 40px;
  }
}


/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 576px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* i protagonisti */
  .protagonisti-home .protagonisti .protagonisti__name,
  .protagonisti-home .protagonisti .protagonisti__name:hover,
  .protagonisti-home .protagonisti .protagonisti__link,
  .protagonisti-home .protagonisti .protagonisti__link:hover {
    font-size: 28px;
  }
}


/* #CSS Stampa
================================================== */
@media print {
  /* generic */
  a[href]:after {
    display: none; /* non vogliono visualizzarli */
    content:" ("attr(href)")";
    font-style: italic;
    font-size: 14px;
    color: #58585a;
    background-color: inherit;
  }
  table, figure {
    page-break-inside: avoid;
  }
  /* header */
  .header {
    margin-bottom: 10px;
  }
  /* pagine interne */
  .event {
    page-break-inside: avoid;
    border-bottom: solid 1px #C5242B;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .resp-tab-content {
    padding-left: 0;
    padding-right: 0;
  }
  /* footer */
  .footer__bottom {
    border-top: solid 2px #C5242B;
  }
}