/*Mediaquery*/
/* Clearfix by Nicolas Gallagher
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Colori
   ========================================================================== */
/* Interfaccia grafica
   ========================================================================== */
body {
  color: #212121;
  background-color: #e5e5e5;
}
img {
  vertical-align: middle;
}
strong,
b {
  font-weight: 600;
}
.right {
  float: right!important;
}
.left {
  float: left;
}
.left-mobile {
  float: left;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .left-mobile {
    float: none;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .left-mobile {
    float: none;
  }
}
.trans {
  transition: all 0.2s;
}
a {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.img-responsive {
  height: auto;
  max-width: 100%;
}
.italic {
  font-style: italic;
}
.center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.line-height1 {
  line-height: 1!important;
}
.no-mobile {
  display: none!important;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .no-desktop {
    display: none!important;
  }
}
.half {
  width: 50%;
}
.nopadding {
  padding-left: 0!important;
  padding-right: 0!important;
}
.nomargin {
  margin: 0!important;
}
.padding30 {
  padding: 30px;
}
.vertical-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.vertical-paddingx2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .padding30-dsk {
    padding: 30px;
  }
}
.block {
  display: block;
}
.border20 {
  border: 20px solid #ffffff;
}
.border-bottom-solid {
  border-bottom: 1px solid #e5e5e5;
}
.margin-left5 {
  margin-left: 5px;
}
.margin-left20 {
  margin-left: 20px;
}
.margin-top25 {
  margin-top: 25px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-right5 {
  margin-right: 5px;
}
.margin-right10 {
  margin-right: 10px;
}
.margin-right20 {
  margin-right: 20px;
}
.margin-left30 {
  margin-left: 30px;
}
.margin-bottom0 {
  margin-bottom: 0;
}
.margin-bottom5 {
  margin-bottom: 5px;
}
.margin-bottom15 {
  margin-bottom: 15px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}


.margin-top20 {
  margin-top: 20px;
}
.margin-top15 {
  margin-top: 15px;
}
.margin-top5 {
  margin-top: 5px;
}
.vertical-margin20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-h20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-left30 {
  padding-left: 30px;
}
.rounded {
  border-radius: 3px;
}

.rounded-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.rounded-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bg-main-color {
  background-color: #ed1e24;
  color: #ffffff!important;
}
.main-color {
  color: #ed1e24;
}
.over-color {
  color: #00a99d;
}
.dark-color {
  color: #212121;
}
a.dark-color:hover {
  color: #ed1e24;
  transition: all 0.2s;
}
a.dark-color.no-hover {
  cursor: default;
}
a.dark-color.no-hover:hover {
  color: #a8a8a8;
}
.x-small-font {
  font-size: 12px;
  line-height: 1.6;
}
.smaller-font {
  font-size: 14px;
  line-height: 1.8;
}
.smaller-font p {
  margin: 0;
}
.big-font {
  font-size: 24px!important;
}
.bigger-font {
  font-size: 20px!important;
}
.md-font {
  font-size: 18px;
}
.extra-bold {
  font-weight: 800;
}
.thick-border {
  border: 5px solid #f8f8f8;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.gray {
  color: gray;
}
.light-gray {
  color: #e5e5e5;
}
.hx100 {
  height: 100%;
}
.wx100 {
  width: 100%;
}
.baseline {
  vertical-align: baseline;
}
.underline {
  text-decoration: underline;
}
.shadow {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.bold {
  font-weight: 700!important;
}
.semibold {
  font-weight: 600!important;
}
.lighter {
  font-weight: 300!important;
}
.regular {
  font-weight: 400!important;
}
.table {
  display: table!important;
}
.table-cell {
  display: table-cell !important;
  vertical-align: middle;
  float: none!important;
}
.vertical-top {
  vertical-align: top!important;
}
.justify {
  text-align: justify;
}
.scroll-y {
  overflow-y: scroll;
}
a.main-color:hover {
  color: #00a99d;
  transition: all 0.2s;
}
.pointer {
  cursor: pointer;
}
.border-top {
  border-top: 3px solid #ed1e24;
}
.font-size15 {
  font-size: 15px!important;
}
.centered {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.empty-submit {
  background-color: transparent;
  color: #ed1e24;
  border: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .y-landscape {
    display: block!important;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .no-mobile {
    display: block!important;
  }
}
/*formattazione diversi box news*/
.top-news {
  height: auto;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .top-news {
    height: 400px;
  }
  .top-news p {
    overflow: hidden;
    height: 200px;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .top-news {
    height: auto;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .top-news {
    height: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .top-news-layout03 {
    height: 550px;
  }
  .top-news-layout03 .img-layout,
  .top-news-layout03 .video-container {
    height: 550px;
  }
}
.main-box {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
}
.main-box.dark {
  background: #212121;
}
.main-box.red {
  background: #ed1e24;
}
a.main-box {
  cursor: pointer;
  display: block;
}
a.main-box:hover .button-text,
a.main-box:hover .box-title,
a.main-box:hover i.icon-calendar,
a.main-box:hover h2,
a.main-box:hover i.icon-folder-open,
a.main-box:hover i.icon-locked,
a.main-box:hover i.icon-uniE642 {
  color: #00a99d;
  transition: all 0.2s;
}
a.main-box.red:hover .button-text,
a.main-box.red:hover .box-title,
a.main-box.red:hover i.icon-calendar,
a.main-box.red:hover h2,
a.main-box.red:hover i.icon-folder-open,
a.main-box.red:hover i.icon-locked,
a.main-box.red:hover i.icon-uniE642 {
  color: #212121;
  transition: all 0.2s;
}
/*.box-title, a.main-box:hover .button-text, a.main-box:hover i.icon-calendar, a.main-box:hover h2 {
  color: @over-color;
  .trans;
}*/
.main-box img {
  width: 100%;
  height: auto;
}
.pin-detail {
  padding: 20px 20px 12px 20px;
}
.box-type02 .pin-detail {
  padding: 20px 0 0 0;
}
.pin-detail-02 {
  padding: 30px 20px;
  height: 140px;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .video-responsive {
    height: 100%;
  }
}
.padding {
  padding: 20px 15px 10px 15px;
}
.open-close {
  padding-top: 12px;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .open-close {
    padding-top: 20px;
  }
}
a .box-title,
.box-title {
  font-size: 18px;
  font-weight: 400;
  color: #ed1e24;
  line-height: 1.5;
}
a .preview,
.preview {
  font-size: 15px;
  color: #212121;
  line-height: 1.9;
  font-family: 'Open Sans', sans-serif !important;
}
a .preview font,
.preview font {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px!important;
}
a .preview p:empty,
.preview p:empty {
  height: 0;
}
a .preview p,
.preview p {
  margin: 0;
}
a .preview a,
.preview a {
  color: #ed1e24;
  transition: all 0.2s;
}
a .preview a:hover,
.preview a:hover {
  color: #00a99d;
}
.lighter-text {
  font-size: 14px;
  color: #a1a1a1;
  line-height: 1.4;
}
.medium-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #ed1e24;
}
.big-title {
  font-size: 24px;
  font-weight: 400;
  margin: 8px 0 8px 0;
  line-height: 1.5;
}
.l-title {
  font-size: 20px;
  font-weight: 600;
  color: #ed1e24;
}
.xl-title {
  font-size: 32px;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .big-title {
    margin: 8px 0 16px 0;
    font-size: 30px;
    line-height: 1;
  }
}
.main-title {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline;
}
.subtitle {
  font-size: 16px;
  color: #212121;
  font-weight: lighter;
  line-height: 0.6;
}
.main-title-cont {
  padding: 20px;
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .main-title-cont {
    height: 74px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .movie-title-box {
    float: right;
    width: 90%;
  }
}
.movie-back {
  padding: 15px 0;
  font-size: 40px!important;
  text-align: center!important;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .movie-back {
    float: left;
    width: 9%;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .movie-back {
    padding: 25px 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .movie-back {
    height: 74px;
    padding: 15px 0;
  }
}
.list-note {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.notes {
  font-size: 15px;
  color: #878787;
  margin-bottom: 5px;
  transition: all 0.2s;
}
.smaller-notes {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 auto;
}
a.notes:hover {
  color: #ed1e24;
}
.border-box-title {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
}
.border-box-p {
  font-size: 13px;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .border-box-title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .border-box-title {
    font-size: 22px;
  }
  .border-box-p {
    font-size: 15px;
  }
}
.booking-title {
  color: #212121;
  font-weight: 300;
}
.booking-img {
  width: 50%;
  margin-top: 20px;
}
.premi-title {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0px;
  margin-bottom: 20px;
  font-weight: 300;
}
.box-type01 img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.box-type03 {
  padding: 20px;
}
.box-type02 {
  padding: 20px 20px 10px 20px;
}
.button-text {
  display: block;
  text-align: right;
  color: #ed1e24;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.news-date {
  color: #212121;
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 15px;
}
.news-date i {
  margin-right: 5px;
}
.news-date i.icon-calendar {
  color: #ed1e24;
  font-size: 18px;
  line-height: 20px;
  vertical-align: text-bottom;
}
i {
  font-style: normal;
}
.quote blockquote {
  padding: 30px 20px;
  position: relative;
  font-size: 17px;
}
.quote blockquote:before {
  font-family: 'tff-icons';
  content: "\f10d";
  font-size: 24px;
  color: #ed1e24;
  position: absolute;
  top: -10px;
  left: 0px;
  font-style: normal;
}
.quote blockquote:after {
  font-family: 'tff-icons';
  content: "\f10e";
  font-size: 24px;
  color: #ed1e24;
  position: absolute;
  bottom: 0px;
  right: 5px;
  font-style: normal;
}
.quote span {
  display: block;
  text-align: right;
  font-size: 17px;
  font-style: italic;
}
/*formattazione box generici*/
.bordered-box {
  border-radius: 3px;
  border: 1px solid #ed1e24;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
}
.bordered-box hr {
  border: 0;
  height: 1px;
  color: #e5e5e5;
  background-color: #e5e5e5;
  margin: 20px auto;
}
.fade-box {
  padding: 12px 10px;
  height: 122px;
}
.img-box {
  padding: 0;
}
.square-btn {
  height: 42px;
  width: 42px;
  border: 2px solid #ed1e24;
  color: #ffffff;
  transition: all 0.2s;
}
.square-btn:hover {
  background-color: #ed1e24;
  color: #ffffff;
}
/*.circle {
  border: 2px solid #ffffff;
  padding: 20px;
  border-radius: 45px;
  display: inline-block;
}*/
.app-button {
  display: block;
  border: 1px solid #013066;
  padding: 6px 12px 6px 5px;
  color: #013066;
  font-size: 9px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.app-button i.icon-phone {
  font-size: 28px;
}
.app-button span {
  margin-top: 2px;
}
.simple-button {
  display: inline-block;
  padding: 10px 1rem;
  font-size: 14px;
  border: 1px solid #ed1e24;
  color: #ed1e24;
  cursor: pointer;
  transition: all 0.2s;
}
.simple-button:hover {
  color: #ffffff;
  background: #ed1e24;
}
.simple-button.gray {
  border: 1px solid #878787;
  color: #878787;
  transition: all 0.2s;
}
.simple-button.gray:hover {
  color: #ed1e24;
  background: none;
  border: 1px solid #ed1e24;
}
.simple-button.active {
  color: #ed1e24;
  background: none;
  border: 1px solid #ed1e24;
}
.button {
  display: inline-block;
  padding: 4px 50px 4px 10px;
  position: relative;
  font-size: 14px;
}
.button:after {
  background-color: #c81015;
  font-family: tff-icons;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
}
.button.eye:after {
  content: '\f06e';
}
.button.arrow-up:after {
  content: '\e62d';
  padding: 5px 8px;
}
.button.download:after {
  content: '\e60d';
}
.button.download-pdf:after {
  content: '\e66a';
}
.button.cart:after {
  content: '\f07a';
}
.button.edit:after {
  content: '\e626';
}
.button-type01 {
  border: 1px solid #ed1e24;
  background-color: #ed1e24;
  color: #ffffff;
  transition: all 0.2s;
}
.button-type01:hover {
  background: none;
  color: #ed1e24;
}
.button-type03 {
  border: 1px solid #ed1e24;
  color: #212121;
  padding: 10px 68px 10px 18px;
  transition: all 0.2s;
}
.button-type03:after {
  width: 50px;
  font-size: 20px;
}
.button-type03:hover {
  background-color: #ed1e24;
  color: #ffffff;
}
.big-button {
  height: 98px;
  padding: 24px;
  width: 100%;
  font-size: 18px;
}
.big-button:after {
  width: 74px;
  font-size: 30px;
  padding: 30px 10px;
}
.big-button .button-content {
  width: 70%;
  display: block;
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .big-button {
    padding: 36px;
  }
  .big-button .button-content {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .big-button {
    font-size: 15px;
    padding-left: 8%;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .big-button {
    font-size: 18px;
  }
}
.file-xt {
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  right: 11px;
  top: 50%;
  z-index: 1;
  font-size: 12px;
}
.file-xt:before {
  content: '\e60d';
  font-family: 'tff-icons';
  position: absolute;
  top: -24px;
  font-size: 20px;
  right: 9%;
}
.button-type02 {
  background-color: #ed1e24;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 8px 10px;
  border: 1px solid #ed1e24;
  transition: all 0.2s;
}
.button-type02:after {
  content: none;
}
.button-type02 i {
  margin-right: 10px;
}
.button-type02:hover {
  background: none;
  color: #ed1e24;
}
.button-type02.no-hover:hover {
  background-color: #ed1e24;
  color: #ffffff;
}

.button-type02-transparent {
    opacity: 0;
    z-index: 5;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.xl-button {
  display: block;
  padding: 12px;
  font-size: 16px;
  padding-right: 60px;
}
.xl-button:after {
  padding: 8px 10px;
  width: 50px;
  font-size: 30px;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .xl-button {
    padding: 25px 30px;
    font-size: 20px;
    line-height: 1.2;
  }
  .xl-button:after {
    padding: 32px 20px;
    width: 100px;
    background: none;
    font-size: 32px;
  }
  .xl-button .button-content {
    width: 70%;
    display: block;
  }
  .xl-button:before {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    z-index: 1;
    content: '';
    position: absolute;
    right: 16px;
    border: 2px solid #ffffff;
    top: 16px;
  }
  .xl-button:hover:after {
    color: #ed1e24;
  }
  .xl-button:hover:before {
    border: 2px solid #ed1e24;
  }
}
.img-cinema {
  margin-top: 0px;
  max-height: 100px;
}
.sponsor-img {
  max-height: 100px;
  margin: 0 auto;
  display: block;
}
/*input*/
.xl-search-form {
  height: 74px;
  position: relative;
}
.base-input,
.base-select {
  border-radius: 3px;
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  padding: 10px;
  font-size: 14px;
  height: 36px;
}
.base-input:focus,
.base-select:focus {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  outline: 0;
}
.base-select {
  padding: 0 10px;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.base-textarea {
  border-radius: 3px;
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  padding: 10px;
  font-size: 14px;
  resize: none;
}
.base-textarea:focus {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  outline: 0;
}
.input-search {
  padding: 10px 25% 10px 3%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  font-size: 15px;
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .input-search {
    padding-left: 5%;
  }
}
.submit-container {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.submit-container i {
  position: absolute;
  top: 14px;
  right: 15px;
  color: #ed1e24;
  font-size: 20px;
  pointer-events: none;
}
.xl-search-form .submit-container {
  width: 74px;
}
.xl-search-form .submit-container i {
  right: 26px;
  top: 26px;
}
.input-submit {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #ed1e24;
  border-top: 1px solid #ed1e24;
  border-bottom: 1px solid #ed1e24;
  border-left: 1px solid #ed1e24;
  padding: 10px 0;
  display: block;
  height: 100%;
  width: 100%;
  color: #ed1e24;
  background: none;
}
.input-login {
  padding: 10px 10px 10px 70px;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  font-size: 16px;
  border: none;
}
.input-login:focus {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
  outline: 0;
}
.login-button {
  font-weight: 700;
  font-size: 24px!important;
  background-color: #ed1e24;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 8px 10px;
  border: 1px solid #ed1e24;
  transition: all 0.2s;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.login-button:after {
  content: none;
}
.login-button i {
  margin-right: 10px;
}
.login-button:hover {
  background: none;
  color: #ed1e24;
}
.login-button.no-hover:hover {
  background-color: #ed1e24;
  color: #ffffff;
}
.confirm-button {
  font-weight: 700;
  font-size: 24px;
  background-color: #00a99d;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px solid #00a99d;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.confirm-button i {
  margin-right: 20px;
}
.ico-login:after {
  background-color: #e5e7e9;
  font-family: 'tff-icons';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 12px 8px;
  color: #999999;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ico-login.key:after {
  content: '\e64a';
}
.ico-login.user:after {
  content: '\e646';
}
.ico-login.lock:after {
  content: '\e647';
  padding-left: 15px;
}
.error .ico-login:after {
  background-color: #ed1e24;
  color: #ffffff;
}
/*@media @tablet-landscape {
  .xl-submit {
    width: 10%;
  }
}*/
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .input-submit {
    border-left: none;
    display: block;
    background-color: #ed1e24;
    color: #ffffff;
    transition: all 0.2s;
  }
  .submit-container i {
    color: #ffffff;
  }
  .img-cinema {
    margin-top: 5px;
  }
  .input-submit:hover {
    border-right: 1px solid #c81015;
    border-top: 1px solid #c81015;
    border-bottom: 1px solid #c81015;
    background-color: #c81015;
  }
  .xl-input {
    padding: 10px 10% 10px 3%;
    font-size: 18px;
  }
  /*.xl-submit {
    width: 10%;
  }*/
}
.input-search::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ed1e24;
  font-style: italic;
  font-weight: 400;
}
.input-search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ed1e24;
  font-style: italic;
  font-weight: 400;
}
.input-search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ed1e24;
  font-style: italic;
  font-weight: 400;
}
.input-search:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ed1e24;
  font-style: italic;
  font-weight: 400;
}
.input-login::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6e6e6e;
}
.input-login:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6e6e6e;
}
.input-login::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6e6e6e;
}
.input-login:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6e6e6e;
}
input[placeholder] {
  text-overflow: ellipsis;
}
::-moz-placeholder {
  text-overflow: ellipsis;
}
/* firefox 19+ */
input:-moz-placeholder {
  text-overflow: ellipsis;
}
/*left side-bar*/
.menu-container {
  background-color: #212121;
  color: #ffffff;
  height: 90px;
  position: relative;
  width: 100%;
  z-index: 999;
}
.header-cont {
  padding: 20px 8px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #212121;
  z-index: 11;
}
.logo {
  display: block;
  float: left;
  margin: 2px 0;
}
.logo img {
  height: 45px;
}
.date {
  text-align: right;
  float: right;
  padding: 9px 10px 9px 0;
  border-right: 1px solid #666666;
  line-height: 1.2;
  margin: 2px 5px 2px 0;
  font-size: 12px;
}
.date span {
  font-weight: 800;
  display: block;
}
#menu-btn,
#lang {
  float: right;
  margin: 3px 0 3px 5px;
  text-align: center;
  padding: 6px 0;
  display: block;
  cursor: pointer;
}
#menu-btn {
  font-size: 20px;
}
#lang {
  height: 42px;
  width: 42px;
  border: 2px solid #ed1e24;
  color: #ffffff;
  transition: all 0.2s;
  font-size: 16px;
}
#lang:hover {
  background-color: #ed1e24;
  color: #ffffff;
}
.module-container {
  background-color: #e5e5e5;
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .menu-container {
    width: 210px;
    float: left;
    border-right: 10px solid #ed1e24;
    height: 100vh;
    position: fixed;
    padding: 0;
    z-index: 998;
  }
  .header-cont {
    padding: 0;
    position: relative;
  }
  .module-container {
    width: 100%;
    top: 0;
    padding-left: 210px;
  }
  .logo {
    width: 50%;
    margin: 30px auto 10px auto;
    float: none;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  #menu-btn {
    display: none;
  }
  .date {
    text-align: center;
    float: none;
    border: 1px solid #00a99d;
    line-height: 1.2;
    margin: 10px auto 15px auto;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
  }
  #lang {
    height: 30px;
    width: 30px;
    padding: 1px 0;
    position: fixed;
    bottom: 38px;
    left: 20px;
    margin: 0;
  }
}
@media only screen and (min-height: 640px) and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-height: 640px) and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-height: 640px) and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .date {
    margin: 12px auto 20px auto;
    font-size: 16px;
  }
  .logo {
    width: 55%;
    margin: 35px auto 20px auto;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .menu-container {
    width: 250px;
  }
  .module-container {
    padding-left: 250px;
  }
  #lang {
    height: 42px;
    width: 42px;
    padding: 6px 0;
    position: fixed;
    bottom: 10px;
    left: 8px;
  }
  .date {
    font-size: 18px;
    margin: 15px auto 30px auto;
  }
  /*@media @height-vp {
    .date {
      margin: 12px auto 20px auto;
      font-size: 16px;
    }
    .logo {
      width: 55%;
      margin: 35px auto 20px auto;
    }
  }*/
}
@media only screen and (min-width: 1920px) and (max-resolution: 1dppx), only screen and (min-width: 1920px) and (max-resolution: 96dpi), only screen and (min-width: 1920px) and (-webkit-device-pixel-ratio: 1) {
  /*@media @height-vp {
    .date {
      margin: 12px auto 20px auto;
      font-size: 16px;
    }
    .logo {
      width: 55%;
      margin: 35px auto 20px auto;
    }
  }*/
}
/* Content
   ========================================================================== */
#cover {
  background-image: url(/img/cover.jpg);
  background-size: 120%;
  height: 12rem;
  width: 100%;
  background-repeat: no-repeat;
  font-family: SansaStd-Normal, sans-serif;
  color: #ffffff;
  text-align: right;
  position: relative;
  text-transform: uppercase;
}
.gradient-cover {
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%);
  /*Standard*/
  float: right;
  width: 100%;
  position: relative;
}
.logo-sponsor {
  position: absolute;
  width: 4rem;
  bottom: 0.75rem;
  left: 0.6rem;
}
.caption {
  position: absolute;
  bottom: 0.6rem;
  right: 2%;
}
#cover h1,
#cover h2 {
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
}
#cover h1 {
  font-size: 1.4rem;
  white-space: nowrap;
}
#cover h2 {
  font-size: 1rem;
  margin-top: 0.2rem;
}
#cover h1 strong {
  color: #ed1e24;
  font-family: SansaStd-Bold, sans-serif;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  #cover {
    height: 14rem;
    background-size: 105%;
  }
  .gradient-cover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    /*Standard*/
  }
  #cover h1 {
    font-size: 1.6rem;
  }
  .logo-sponsor {
    top: 0.75rem;
    right: 0.6rem;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  #cover {
    height: 310px;
    background-size: 110%;
  }
  #cover h1 {
    font-size: 2rem;
  }
  .gradient-cover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    /*Standard*/
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  #cover {
    height: 330px;
    background-size: cover;
    text-align: left;
  }
  .caption {
    bottom: 30%;
    right: 4%;
  }
  #cover h2 {
    font-size: 1.4rem;
  }
  .gradient-cover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 65%);
    /*Standard*/
  }
  .logo-sponsor {
    top: auto;
    right: 0.6rem;
    left: auto;
    bottom: 0.6rem;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  #cover {
    height: 350px;
    background-position-y: -35px;
  }
}
/* Right-sidebar
   ========================================================================== */
.right-sidebar {
  background-color: #f8f8f8;
  height: 100%;
  padding: 30px 10px 0 10px;
}
.right-sidebar .bordered-box {
  width: 100%;
}
.right-sidebar .column {
  width: 100%;
  float: none;
  padding: 0;
}
.partner-img {
  height: 100px;
  margin: 10px auto;
  display: block;
}
.premi-img {
  height: 120px;
  margin: 30px auto 10px auto;
  display: block;
}
.bordered-box-note {
  font-size: 12px;
  color: #212121;
}
.app-button-container {
  width: 44%;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .app-button-container {
    width: 34%;
  }
  .right-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .app-button-container {
    width: 40%;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .right-sidebar {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 1910px;
  }
  .app-button-container {
    width: 48%;
  }
}
.padding10 {
  padding: 8px 10px;
}
.padding20 {
  padding: 20px;
}
.padding1020 {
  padding: 10px 20px!important;
}
.app-button-img {
  width: 20px;
  height: auto;
  margin: 2px 2px 2px 6px;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .right-sidebar {
    width: 280px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .right-sidebar {
    width: 330px;
  }
  .app-button-container {
    width: 40%;
  }
}
.right-sidebar-box {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
.right-sidebar-box i.icon-trophy {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .right-sidebar-box {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .right-sidebar-box {
    padding: 0 0.8rem;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .right-sidebar-box {
    padding: 0;
  }
}
/* Footer
   ========================================================================== */
footer {
  padding: 30px 0;
  background-color: #212121;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  position: relative;
}
.footer-info p {
  margin: 2px 0;
}
.footer-info a {
  color: #ffffff;
}
.social a {
  font-size: 20px;
  margin: 0 5px;
}
.social a.icon-youtube-play {
  color: #e22b27;
}
.social a.icon-twitter {
  color: #55acee;
}
.social a.icon-facebook {
  color: #5f83cf;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  footer {
    padding: 0;
    background-color: transparent;
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 998;
    text-align: left;
    top: auto;
  }
  .footer-info p {
    margin: 0;
    line-height: 1.2;
  }
  .social {
    height: 20px;
    margin-left: 58px;
    position: fixed;
    left: 0;
    z-index: 998;
    bottom: 36px;
  }
  .social a {
    font-size: 18px;
    margin: 0 8px 0 0;
  }
  .social a:hover {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  footer {
    left: 60px;
  }
}
/* Menu
   ========================================================================== */
#main-menu {
  position: relative;
  top: 90px;
  background-color: #212121;
  z-index: 10;
  left: 100%;
  display: none;
  width: 100%;
  font-size: 17px;
  transition: all 0.2s;
}
#main-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0 1rem;
}
#main-menu > ul > li {
  text-transform: uppercase;
  padding: 0;
  border-bottom: 1px solid #3b3b3b;
  position: relative;
}
#main-menu > ul > li > a {
  color: #e5e5e5;
  padding: 10px 0 10px 10px;
  display: inline-block;
}
#main-menu > ul li:last-child {
  border-bottom: none;
}
.sub-menu {
  display: none;
  padding: 0;
  margin-left: -10px;
}
.sub-menu li {
  text-transform: capitalize;
  list-style-type: none;
  border-top: 1px solid #3b3b3b;
  position: relative;
  min-height: 45px;
  padding: 0 0 0 10px;
}
.sub-menu li a {
  color: #00a99d;
  display: block;
  padding: 10px 50px 10px 15px;
}
.sub-menu li .sub-menu a {
  padding-left: 35px;
}
.open-menu {
  border: 2px solid #00a99d;
  position: absolute;
  height: 45px;
  width: 45px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  z-index: 12;
  font-weight: 700;
  font-size: 22px;
}
.open-info {
  border: 2px solid #ed1e24;
  height: 45px;
  width: 45px;
  text-align: center;
  padding-top: 4px;
  color: #ed1e24;
  font-size: 22px;
  font-weight: 700;
  margin-top: 4px;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .open-info {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .open-info {
    display: none;
  }
  /*
  .sub-menu {
    overflow-y: scroll;
    transform: translateY(0);
    margin-left: 0;
    display: none;
    position: absolute;
    left: 194px;
    top:0;
    background-color: @dark-color;
    list-style-type: none;
    padding: 0;
    border-left: 10px solid @main-color;
    min-width: 300px;
    max-width: 300px;
    li {
      padding: 6px 0;
      position: relative;
      margin-right: 0px;
      text-transform: uppercase;
      line-height: 1;
      height: auto;
      min-height: 10px;
      max-height: 100px;
       &:hover > .bg-over {
        background-color: @main-color;
        position: absolute;
        right:0;
        top: 0;
        bottom: 0;
        width: 100%;
      }
      .sub-menu a {
          padding-left: 20px;
        }
      &:hover .sub-menu {
        border-left: none;
      }
      & a {
        position: relative;
        z-index: 12;
        color: @light-gray;
      }
    }
    z-index: 1;
  }*/
  #main-menu {
    display: block;
    position: relative;
    font-size: 14px;
    top: 0;
    margin-left: 6px;
    left: 0;
    width: auto;
    height: auto;
  }
  #main-menu > ul {
    margin: 0;
    padding: 0;
  }
  #main-menu > ul li {
    border-bottom: none;
    border-top: none;
    padding: 0 0 0 26px;
    line-height: 32px;
    width: 100%;
    cursor: pointer;
  }
  #main-menu > ul li > a {
    padding: 0;
  }
  #main-menu > ul li:hover > .sub-menu {
    display: block;
    transform: translateY(0);
    margin-left: 0;
    position: absolute;
    left: 194px;
    top: 0;
    background-color: #212121;
    list-style-type: none;
    padding: 0;
    border-left: 10px solid #ed1e24;
    min-width: 300px;
    max-width: 300px;
    z-index: 1;
  }
  #main-menu > ul li:hover > .sub-menu li {
    padding: 0;
    position: relative;
    margin-right: 0px;
    text-transform: uppercase;
    line-height: 1.4;
    min-height: 32px;
    max-height: 100px;
  }
  #main-menu > ul li:hover > .sub-menu li:hover > .bg-over {
    background-color: #ed1e24;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  #main-menu > ul li:hover > .sub-menu li.arrow-nav {
    position: absolute;
    width: 20px;
    top: 4px;
    font-size: 20px;
    color: #e5e5e5;
    transition: all 0.2s;
  }
  #main-menu > ul li:hover > .sub-menu li.arrow-nav:hover {
    color: #ed1e24;
  }
  #main-menu > ul li:hover > .sub-menu li.arrow-nav.arrow-prev {
    left: 4px;
  }
  #main-menu > ul li:hover > .sub-menu li.arrow-nav.arrow-next {
    right: 4px;
  }
  #main-menu > ul li:hover > .sub-menu li .sub-menu a {
    padding-left: 20px;
  }
  #main-menu > ul li:hover > .sub-menu li:hover .sub-menu {
    border-left: none;
  }
  #main-menu > ul li:hover > .sub-menu li a {
    position: relative;
    z-index: 12;
    color: #e5e5e5;
    padding: 8px 15px;
  }
  #main-menu > ul li > a {
    z-index: 12;
    position: relative;
    display: none;
  }
  #main-menu > ul li .bg-over {
    background-color: #ed1e24;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 11;
    transition: all 0.2s;
  }
  #main-menu > ul li:hover > .bg-over {
    background-color: #ed1e24;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  #main-menu > ul li > a {
    width: 100%;
    display: block;
    height: 100%;
  }
  .open-menu {
    border: none;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-weight: 300;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  #main-menu {
    margin-left: 20px;
  }
  #main-menu > ul > li:hover .sub-menu {
    left: 220px;
  }
}
/*homepage*/
.main-wrapper {
  width: 100%;
  position: relative;
}
.main-wrapper .column.full {
  float: none;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .main-wrapper {
    width: 100%;
    padding-right: 280px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .main-wrapper {
    padding-right: 330px;
  }
}
.home-content {
  padding: 30px 0;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .home-content {
    padding: 30px 12px;
  }
}
.video-container {
  height: 17rem;
}
.video-responsive {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .video-container {
    height: 460px;
  }
}
.img-layout {
  background-size: cover;
  background-position: center center;
  height: 300px;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .img-layout {
    height: 460px;
  }
  .layout01 {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .layout02 {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .video-container {
    height: 100%;
  }
  .img-layout {
    height: 100%;
  }
  .layout01 {
    border-top-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0px;
  }
  .layout02 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .video-container,
  .img-layout {
    height: 400px;
  }
  .layout01 {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .layout02 {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .layout01 {
    border-top-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0px;
  }
  .layout02 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 0px;
  }
}
/*@media @large-desktop {
  .video-container, .img-layout {
    height: 550px;
    }
}*/
.pin {
  display: block;
  width: 100%;
  margin: 0 auto 15px auto;
}
.mobile-nomargin-bottom {
  margin-bottom: 0!important;
}
.mobile-nomargin-bottom .rounded {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.mobile-nomargin-top {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .mobile-nomargin-bottom {
    margin-bottom: 15px!important;
  }
  .mobile-nomargin-bottom .rounded {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .mobile-nomargin-top {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pin {
    margin: 0 auto 30px auto;
  }
}
.img-cont {
  position: relative;
}
.img-col {
  margin: 15px auto;
}
/*homepage template02*/
.img-template02 {
  height: 420px;
}
/*dettaglio news*/
.media-container {
  height: 300px;
  background-size: cover;
  background-position: center center;
}
.video-item {
  height: 290px;
  display: block;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .video-item {
    height: 400px;
  }
  .media-container {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .video-item {
    height: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .media-container {
    height: 350px;
  }
  .media-container iframe {
    width: 100%;
    height: 100%;
  }
  .video-item {
    height: auto;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .media-container {
    height: 450px;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .media-container {
    height: 540px;
  }
}
@media only screen and (min-width: 1920px) and (max-resolution: 1dppx), only screen and (min-width: 1920px) and (max-resolution: 96dpi), only screen and (min-width: 1920px) and (-webkit-device-pixel-ratio: 1) {
  .media-container {
    height: 600px;
  }
}
/*loading*/
#loading {
  height: 20px;
  position: absolute;
  left: 50%;
  display: block;
  bottom: 10px;
  text-align: center;
  color: #878787;
}
#loading-media {
  position: relative;
  display: block;
  text-align: center;
  color: #878787;
  margin: 20px 0;
}
#loading-media i {
  margin: 12px;
}
.news-detail-date {
  margin: 20px 0;
  font-size: 14px;
  color: #ed1e24;
}
.news-detail-date i.icon-calendar {
  color: #b2b2b2;
  margin-right: 5px;
}
.boxfooter .button {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}
.share-links {
  padding: 20px 0 15px 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}
.share-links a {
  color: #b2b2b2;
  margin: 0 8px;
}
.share-links a.icon-twitter:hover {
  color: #55acee;
}
.share-links a.icon-facebook:hover {
  color: #5f83cf;
}
.share-links a.icon-google-plus:hover {
  color: #D85233;
}
.share-links a.icon-pinterest:hover {
  color: #CB2027;
}
.boxfooter {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .boxfooter .button {
    width: auto;
    display: inline-block;
    margin: 0 10px;
  }
}
.box-controls {
  margin-bottom: 30px;
}
.box-controls .simple-button {
  white-space: nowrap;
}
/*gallery*/
.gallery-item {
  position: relative;
  width: 100%;
  display: block;
}
.gallery-item.video {
  height: 300px;
  margin-bottom: 15px;
}
.basegrid-item img {
  width: 100%;
}
.overlay {
  display: none;
}
.img-caption {
  color: white;
  width: 86%;
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -43%;
}
.img-caption h2,
.img-caption h3 {
  font-weight: 300;
  padding: 16px 0;
}
.img-caption h2 {
  font-size: 1rem;
  border-bottom: 1px solid #ffffff;
}
.img-caption h3 {
  font-size: 0.8rem;
}
/*overlay per media gallery*/
.gallery-item-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 180px;
  margin: auto;
  overflow: hidden;
}
.full-overlay.gallery {
  background-color: rgba(0, 0, 0, 0.85);
}
.full-overlay.gallery .close-btn {
  color: #e5e5e5;
  top: 2%;
  font-size: 40px;
  right: 2%;
  transition: all 0.2s;
}
.full-overlay.gallery .close-btn:hover {
  color: #ed1e24;
}
.full-overlay.gallery .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 1000;
  color: #e5e5e5;
  font-size: 40px;
}
.full-overlay.gallery .arrow-left,
.full-overlay.gallery .arrow-right {
  position: absolute;
  bottom: 10%;
  margin-top: -20px;
  color: #e5e5e5;
  font-size: 40px;
  transition: all 0.2s;
}
.full-overlay.gallery .arrow-left:hover,
.full-overlay.gallery .arrow-right:hover {
  color: #ed1e24;
}
.full-overlay.gallery .arrow-left {
  left: 22%;
}
.full-overlay.gallery .arrow-right {
  right: 22%;
}
.full-overlay.gallery h3 {
  position: absolute;
  top: 3%;
  left: 5%;
  display: none;
}
.full-overlay.gallery .gallery-items {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 321px) and (orientation:landscape), only screen and (min-width: 321px) {
  .gallery-item-cont {
    width: 70%;
    height: 85%;
  }
  .full-overlay.gallery {
    top: 0;
  }
  .full-overlay.gallery .arrow-left,
  .full-overlay.gallery .arrow-right {
    top: 50%;
  }
  .full-overlay.gallery .arrow-left {
    left: 2%;
  }
  .full-overlay.gallery .arrow-right {
    right: 2%;
  }
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .video {
    margin-bottom: 0;
  }
  .gallery-item-cont {
    width: 90%;
    height: 50%;
  }
  .full-overlay.gallery {
    top: 90px;
  }
  .full-overlay.gallery .arrow-left,
  .full-overlay.gallery .arrow-right {
    top: 90%;
  }
  .full-overlay.gallery .arrow-left {
    left: 22%;
  }
  .full-overlay.gallery .arrow-right {
    right: 22%;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .gallery-item-cont {
    width: 80%;
    height: 70%;
  }
  .full-overlay.gallery .arrow-left,
  .full-overlay.gallery .arrow-right {
    top: 50%;
  }
  .full-overlay.gallery .arrow-left {
    left: 2%;
  }
  .full-overlay.gallery .arrow-right {
    right: 2%;
  }
  .full-overlay.gallery h3 {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .gallery-item-cont {
    width: 86%;
    height: 80%;
  }
  .full-overlay.gallery {
    top: 0;
  }
  .full-overlay.gallery .arrow-left,
  .full-overlay.gallery .arrow-right {
    top: 50%;
    bottom: auto;
  }
  .full-overlay.gallery .arrow-left:hover,
  .full-overlay.gallery .arrow-right:hover {
    color: #ed1e24;
  }
  .full-overlay.gallery .arrow-left {
    left: 2%;
  }
  .full-overlay.gallery .arrow-right {
    right: 2%;
  }
  a .overlay {
    background-color: rgba(237, 30, 36, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    display: block;
    transition: all 0.2s;
  }
  a:hover .overlay {
    opacity: 1;
    background-color: rgba(237, 30, 36, 0.8);
  }
  a:hover .overlay.over-color {
    background-color: rgba(0, 169, 157, 0.8);
  }
  .overlay.plus-ico:before {
    content: "+";
    color: #ffffff;
    opacity: 0.6;
    font-size: 80px;
    margin-top: -20px;
    position: absolute;
    margin-left: -50%;
    left: 50%;
    top: 50%;
    width: 100%;
  }
  .overlay.play-ico:before {
    content: "\f16b";
    font-family: 'tff-icons';
    color: #ffffff;
    font-size: 80px;
    margin-top: -20px;
    position: absolute;
    margin-left: -50%;
    left: 50%;
    top: 50%;
    width: 100%;
  }
}
/*scheda film*/
.span-image {
  display: none;
}
.button-trailer .span-trailer {
  display: none;
}
.button-trailer .span-image {
  display: block;
}
.film-info .button {
  font-size: 18px;
}
.film-info .button i {
  margin-right: 12px;
  font-size: 22px;
  vertical-align: text-top;
}
.film-preview {
  height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.box-regia {
  margin-bottom: 5px;
}
.box-regia:last-child {
  margin-bottom: 0;
}
.box-subtitle {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600!important;
}
.box-subtitle p {
  margin: 0;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .film-info .button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -40%;
    width: 80%;
  }
  .box-regia {
    margin-bottom: 0;
  }
  .film-info p.preview {
    margin-top: 0;
    max-height: 310px;
    overflow: hidden;
  }
  .film-info p.preview.regia {
    max-height: 90px;
  }
  .film-info .button-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .film-info .button-text.info {
    bottom: 70px;
  }
  .film-info {
    height: 450px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .button-text:hover {
    color: #00a99d;
    transition: all 0.2s;
  }
}
@media only screen and (min-width: 1920px) and (max-resolution: 1dppx), only screen and (min-width: 1920px) and (max-resolution: 96dpi), only screen and (min-width: 1920px) and (-webkit-device-pixel-ratio: 1) {
  .film-preview img {
    margin-top: -120px;
  }
}
/*liste*/
.list-type-01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-type-02 {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 16px;
}
.list-type-02 li {
  margin: 10px auto;
}
.list-type-02 li a {
  color: #212121;
}
.list-type-02 li a:hover {
  color: #ed1e24;
  transition: all 0.2s;
}
.list-type-02 li:before {
  content: '\f0a9';
  margin-right: 10px;
  color: #ed1e24;
  font-family: 'tff-icons';
  vertical-align: text-top;
}
.list-type-03 {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px;
}
.list-type-03 li,
.list-type-04 li {
  line-height: 1.5;
  margin: 14px 0;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .list-type-03 li,
  .list-type-04 li {
    margin: 6px 0;
  }
}
.list-type-03 li:before {
  content: '';
  font-family: 'tff-icons';
  float: left;
  display: block;
  width: 4%;
  margin-right: 10px;
}
.list-type-03 li:before {
  content: '\f192';
  color: #ed1e24;
}
.list-type-03.folder li:before {
  content: '\f07c';
  color: #b2b2b2;
  font-size: 16px;
}
.list-type-03 a:hover {
  color: #ed1e24;
  transition: all 0.2s;
}
.list-type-03.document li:before {
  content: '\e64b';
  font-size: 20px;
  line-height: 1.2;
  color: #b2b2b2;
}
.list-type-03 a,
.list-type-04 a {
  color: #212121;
  width: 88%;
  float: left;
  display: block;
}
.ordered-list-type01 {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-color: #ed1e24;
  list-style-type: decimal;
}
.ordered-list-type01 h2 {
  text-transform: uppercase;
  font-size: 14px;
  display: inline;
  font-weight: 700;
}
.ordered-list-type01 h3 {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}
.ordered-list-type01 > li {
  font-size: 14px;
  line-height: 1.6;
  color: #ed1e24;
  font-weight: 700;
  padding: 15px 0 5px 0;
  text-align: justify;
}
.ordered-list-type01 > li ul,
.ordered-list-type01 > li ol,
.ordered-list-type01 > li p {
  color: #212121;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ordered-list-type01 > li .list-type-01 > li {
  margin: 8px 0;
}
.ordered-list-type01 p {
  margin: 0;
}
.ordered-list-type01 > li:first-child,
.ordered-list-type01 > li:last-child {
  list-style-type: none;
}
.ordered-list-type01 > li:first-child h2,
.ordered-list-type01 > li:last-child h2 {
  display: block;
}
.ordered-list-type01 > li:last-child .ordered-list-letters li:last-child:before {
  content: none;
}
.ordered-list-letters {
  counter-reset: list;
}
.ordered-list-letters > li {
  list-style: none;
}
.ordered-list-letters > li:before {
  content: counter(list, upper-latin) ") ";
  counter-increment: list;
  font-weight: 700;
}
.list-style-disc > li {
  list-style: none;
  position: relative;
  left: 15px;
  padding-right: 15px;
}
.list-style-disc > li a {
  color: #212121;
  transition: all 0.2s;
}
.list-style-disc > li a:hover {
  color: #ed1e24;
}
.list-style-disc > li:before {
  content: '\00b7';
  font-weight: 700;
  font-size: 36px;
  color: #b2b2b2;
  position: absolute;
  line-height: 18px;
  left: -15px;
}
.list-style-disc.red li:before {
  color: #ed1e24;
  line-height: 24px;
}
/*tutti gli overlay*/
/*scheda film*/
.film-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.85);
}
.info-container {
  width: 50%;
  margin: 8% auto 0 auto;
  height: 500px;
  padding: 0 10px;
}
.info-container-video {
  width: 680px;
  height: 480px;
  margin: 8% auto 0 auto;
}
.info-container-video iframe {
  width: 600px;
  height: 400px;
  display: block;
  margin: 20px auto;
}
.info-container-video .button-text {
  position: absolute;
  top: 10px;
  right: 20px;
}
.info-container .button-text {
  position: absolute;
  top: 10px;
  right: 20px;
}
.focus-text {
  overflow-y: scroll;
  height: 400px;
  padding-right: 20px;
  -webkit-overflow-scrolling: touch;
}
.focus-text p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .gallery-img-cont:before,
  .gallery-img-cont:after,
  .gallery-video-cont:before,
  .gallery-video-cont:after {
    content: " ";
    display: table;
  }
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .gallery-img-cont:after,
  .gallery-video-cont:after {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .gallery-img-cont:before,
  .gallery-img-cont:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .gallery-img-cont:after {
    clear: none;
  }
}
/*login*/
.form-ico {
  position: relative;
  height: 80px;
}
.right-sidebar-box .form-ico {
  height: 50px;
}
.cycle-premi-collaterali a {
  display: block;
  width: 100%;
}
.label-error {
  font-size: 12px;
  line-height: 1.4;
  padding: 0 5px;
  margin: 0 auto;
}
.message-error {
  display: none;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .error .message-error {
    display: block;
    background-color: #ed1e24;
    color: #fff;
    position: absolute;
    right: -90px;
    top: 3px;
    padding: 10px;
    border-radius: 3px;
  }
  .error .message-error:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ed1e24;
    position: absolute;
    top: 12px;
    left: -10px;
  }
}
.full-overlay {
  position: fixed;
  top: 90px;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  z-index: 998;
  background-color: #f1f2f4;
}
.overlay-box {
  width: 100%;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .full-overlay {
    top: 0px;
    background-color: rgba(0, 0, 0, 0.85) !important;
    z-index: 999;
  }
  .overlay-box-container {
    width: 380px;
    margin: 0 auto;
    position: relative;
  }
  .overlay-box {
    background-color: #f1f2f4;
    padding: 20px;
    position: absolute;
    top: 150px;
    z-index: 31;
  }
  .clip {
    background: url(/img/clip.png) no-repeat;
    height: 225px;
    width: 62px;
    position: absolute;
    left: 50%;
    margin-left: -31px;
    z-index: 33;
    top: -60px;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .overlay-box {
    top: 205px;
  }
  .clip {
    top: auto;
  }
}
/*scrollbars*/
.focus-text::-webkit-scrollbar {
  width: 5px;
  background: none;
}
.focus-text::-webkit-scrollbar-thumb {
  background-color: #ed1e24;
}
.focus-text::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  background: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #ed1e24;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
/*triangle box*/
.arrow {
  position: absolute;
  left: 160px;
  top: -20px;
}
.triangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 34px 34px;
  border-color: transparent transparent #f8f8f8 transparent;
  position: relative;
  top: -13px;
  z-index: 22;
}
.triangle-shadow {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 3px 1px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  position: relative;
  top: -36px;
  left: 9px;
}
.triangle-up-ch {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 34px 34px;
  border-color: transparent transparent #ffffff transparent;
  position: relative;
  bottom: -7px;
  left: -34px;
}
.triangle-up-ch02 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ed1e24 transparent;
  position: relative;
  bottom: -9px;
  left: -12px;
}
/*elenchi generici*/
.list-detail-box {
  background-color: #ffffff;
}
.cont-border-bottom {
  padding-bottom: 20px;
  border-bottom: 1px dotted #e5e5e5;
  margin-bottom: 10px;
}
/*pagina storia*/
.tab-controls-cont {
  margin: 10px 0 30px 0;
}
.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ed1e24;
  font-size: 30px;
}
.simple-button-01 {
  padding: 8px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #a1a1a1;
  color: #a1a1a1;
  cursor: pointer;
  transition: all 0.2s;
}
.simple-button-01:hover {
  color: #ed1e24;
  border: 1px solid #ed1e24;
}
.simple-button-01.active {
  color: #ed1e24;
  border: 1px solid #ed1e24;
}
.simple-button-01 i {
  margin-right: 15px;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .tab-control-left {
    position: absolute;
    left: 22px;
    top: 30px;
    padding: 8px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #a1a1a1;
    color: #a1a1a1;
    cursor: pointer;
    transition: all 0.2s;
    float: left;
    border-radius: 3px;
  }
  .tab-control-left:hover {
    color: #ed1e24;
    border: 1px solid #ed1e24;
  }
  .tab-control-left.active {
    color: #ed1e24;
    border: 1px solid #ed1e24;
  }
  .tab-control-left i {
    margin-right: 15px;
  }
  .tab-control-right {
    position: absolute;
    left: 180px;
    top: 30px;
    padding: 8px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #a1a1a1;
    color: #a1a1a1;
    cursor: pointer;
    transition: all 0.2s;
    float: left;
    border-radius: 3px;
  }
  .tab-control-right:hover {
    color: #ed1e24;
    border: 1px solid #ed1e24;
  }
  .tab-control-right.active {
    color: #ed1e24;
    border: 1px solid #ed1e24;
  }
  .tab-control-right i {
    margin-right: 15px;
  }
  .list-type-03 {
    margin-top: 20px;
  }
  .list-detail-box {
    display: block;
    margin: 0 auto 15px auto;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    border: 5px solid #f8f8f8;
  }
  .history-container {
    margin-top: 30px;
  }
}
/*pagina regolamento*/
.two-cols a:hover {
  color: #ed1e24;
  transition: all 0.2s;
}
/*diario*/
.box-column {
  background-color: #ffffff;
  height: 80px;
  border: 5px solid #f8f8f8;
  margin-left: 40px;
  padding: 15px 0 15px 50px;
}
.box-column p {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}
.circle {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  z-index: 1;
}
.circle.red {
  background-color: #ed1e24;
  color: #ffffff;
}
.outline-circle {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  z-index: 1;
}
.box-column-grid .circle.red {
  text-align: center;
  padding-top: 12px;
}
.box-column-grid .circle.red h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
}
.box-column-grid .circle.red h2 span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.box-column-grid:last-child .circle.red:before {
  content: none;
}
.diario-mobile-close {
  display: none;
}
.diario-mobile-active .diario-mobile-close.icon-lt-close {
  display: block;
  color: #ed1e24;
  font-size: 27px;
  padding: 15px 3px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .box-column-grid .circle.red {
    top: 30px;
  }
  .box-column-grid .circle.red:before {
    position: absolute;
    height: 2px;
    width: 190px;
    left: 80px;
    top: 39px;
    background-color: #ed1e24;
  }
  .box-column {
    height: 440px;
  }
  .box-column p {
    line-height: 2.4;
  }
  .box-column p:after {
    content: none;
  }
  .box-column-container {
    width: 4000px;
  }
  .scroll-container {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 82%;
    margin: 0 auto;
  }
  .arrows-container {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
  }
  .arrows-container .arrow-left,
  .arrows-container .arrow-right {
    position: absolute;
    top: 50%;
    font-size: 60px;
    cursor: pointer;
    color: #ed1e24;
    display: block;
  }
  .arrows-container .arrow-left {
    left: 20px;
  }
  .arrows-container .arrow-right {
    right: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .arrows-container .arrow-left {
    left: 230px;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .box-column {
    height: 500px;
  }
  .box-column-container {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .arrows-container .arrow-left {
    left: 260px;
  }
  .box-column {
    height: 600px;
  }
}
.list-container {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 40px;
  height: 75%;
  margin-right: 20px;
}
.list-container ul {
  margin: 15px 0 30px 0;
  padding: 0 13px 0 0;
}
.list-container ul li {
  margin: 5px 0;
}
/*form iscrizione*/
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .form-container {
    width: 1280px;
  }
}
.box-input {
  margin-bottom: 25px;
  position: relative;
}
.box-input .label-error {
  position: absolute;
  left: 0;
  bottom: -20px;
  color: red;
}
.box-input.error .message-error {
  top: 20px;
  right: -58px;
  z-index: 2;
}
.box-input.error .base-input {
  border: 1px solid red;
}
.form-base label {
  font-size: 14px;
  line-height: 1.8;
  font-size: 13px;
}
.form-base label p {
  margin: 0;
}
.form-base legend {
  font-size: 14px;
  line-height: 1.8;
}
.form-base legend p {
  margin: 0;
}
.iscrizione-radio-check {
  float: left;
  margin: 5px 3px 0 0;
}
.iscrizione-check {
  margin: 10px 3px 0 0;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .box-input,
  .box-checkbox {
    float: left;
    padding-right: 30px;
  }
  .box-checkbox {
    margin: 4px 0;
  }
}
.select-container {
  position: relative;
}
.select-container:after {
  color: #7f7f7f;
  font-family: 'tff-icons';
  content: "\f0d7";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 32px;
  padding: 6px;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 3px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  pointer-events: none;
  -ms-touch-action: none;
}
/*area press*/
.contact-item {
  padding-left: 20px;
  padding-right: 20px;
  margin: 12px 0;
  display: table;
}
.contact-item:first-child,
.contact-item:nth-child(3) {
  border-right: 1px solid #e5e5e5;
}
.contact-item .contact-item-container {
  display: table;
  width: 80%;
  margin-left: 40px;
  height: 80px;
}
.contact-item .contact-item-container i {
  color: #a1a1a1;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}
.contact-item .contact-item-container p {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .contact-item:nth-child(2) {
    border-right: 1px solid #e5e5e5;
  }
  .contact-item .contact-item-container {
    margin-left: 10%;
  }
  .contact-item .contact-item-container p {
    padding-left: 10%;
  }
}
.press-img-container {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}
.press-item-detail-cont {
  width: 62%;
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
}
.press-item-detail-cont h2 {
  font-size: 16px;
  color: gray;
  font-weight: 300!important;
}
.press-item-detail-cont p {
  display: none;
}
.main-box.dark .press-item-detail-cont p {
  color: #f8f8f8;
}
.main-box.red h2,
.main-box.red p {
  color: #f8f8f8;
}
.press-item-arrow {
  width: 8%;
  color: #bababa;
  font-size: 1.8rem;
  display: table-cell;
  vertical-align: middle;
}
.press-item-arrow i {
  vertical-align: baseline;
}
.press-item-icons {
  position: absolute;
  bottom: 1%;
  right: 8px;
  color: #bababa;
  font-size: 16px;
}
.press-item-icons i {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .press-img-container {
    width: 30%;
  }
  .press-item-detail-cont {
    width: 45%;
  }
  .press-item-detail-cont h2 {
    font-size: 18px;
    font-weight: 400;
    color: #ed1e24;
    line-height: 1.5;
    font-weight: 600!important;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 24px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
  }
  .press-item-detail-cont p {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    height: 48px;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .press-item-detail-cont h2 {
    font-size: 15px;
    height: 34px;
  }
  .press-item-detail-cont p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .press-img-container {
    width: 35%;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .press-item-detail-cont h2 {
    height: 38px;
    font-size: 18px;
  }
  .press-item-detail-cont {
    width: 53%;
  }
}
/*pagina sponsor*/
.logo-container {
  padding: 10px 10%;
  display: block;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .logo-container {
    padding: 10px 60px;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .logo-container {
    padding: 10px 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .logo-container {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .logo-container {
    padding: 10px 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .dsk-one-fifth.border {
    border-right: 1px solid #e5e5e5;
  }
}
/*pagina programma*/
.movie-title h2,
.movie-title span,
.movie-title h3 {
  color: #ed1e24;
  transition: all 0.2s;
}
.movie-title:hover h2,
.movie-title:hover span,
.movie-title:hover h3 {
  color: #00a99d;
}
.focus-item {
  border-bottom: 1px dotted #e5e5e5;
  margin-top: 15px;
}
.focus-item:last-child {
  border: none;
}
.focus-item-detail {
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.focus-item-detail i {
  margin-right: 5px;
  font-size: 18px;
}
.focus-item-detail .icon-ticket-01 {
  color: #ffffff;
  position: relative;
  z-index: 0;
  margin: 0 5px;
  font-family: 'Open Sans', sans-serif;
}
.focus-item-detail .icon-ticket-01:before {
  font-size: 30px;
  color: #ed1e24;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  font-family: 'tff-icons';
}
.focus-item-detail .icon-ticket-e {
  position: relative;
  z-index: 0;
  margin: 0 5px;
  font-family: 'Open Sans', sans-serif;
}
.focus-item-detail .icon-ticket-e:before {
  font-size: 30px;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  font-family: 'tff-icons';
}
.img-movie-container,
.hidden-img {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 300px;
}
.img-template02 {
  background-image: url(/img/foto02.jpg);
  background-size: cover;
  background-position: center center;
}
.hidden-img {
  height: 400px;
  display: none;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .cella {
    float: left;
  }
  .hidden-img {
    display: block;
    margin-bottom: 10px;
  }
  .img-movie-container {
    display: none;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .cella {
    vertical-align: top!important;
    display: table-cell !important;
    vertical-align: middle;
    float: none!important;
  }
  .hidden-img {
    display: none;
  }
}
/*programma per giorno*/
.info-date {
  color: #ed1e24;
}
.info-date .time {
  line-height: 1;
}
.info-date .time i {
  font-size: 24px;
  vertical-align: sub;
}
.info-date .time span.semibold {
  font-size: 14px;
}
.info-date .fabs {
  font-size: 14px;
}
.info-date .fabs i {
  font-size: 24px!important;
}
.img-program-container {
  background-image: url(/img/landscape.jpg);
  background-size: cover;
  background-position: center center;
  height: 150px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .img-program-container {
    height: 280px;
  }
  .time {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    z-index: 1;
    background-color: #ed1e24;
    color: #ffffff;
    padding: 15px;
    display: inline-block;
  }
  .time.red {
    background-color: #ed1e24;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .time {
    margin-top: 30px;
  }
}
.proiezioni-item {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.proiezioni-item:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .title-alone {
    font-size: 32px;
    color: #ed1e24;
    margin-top: 25px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .title-alone {
    margin-top: 55px;
  }
}
/*404*/
.mega-font {
  font-size: 7rem;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 5px;
}
.xl-font {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.container-error p.preview {
  text-align: center;
}
.container-error {
  margin-bottom: 20px;
}
.container-error a.simple-button.dark-color {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  color: #212121;
}
.container-error a.simple-button.dark-color:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .mega-font {
    font-size: 11rem;
  }
  .container-error {
    width: 50%;
    margin-left: 10%;
    margin-top: 5%;
  }
  .xl-font {
    font-size: 2rem;
  }
  .bg-camera {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(/img/404.png);
    background-position: right 10%;
    background-repeat: no-repeat;
    background-size: 60%;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .bg-404 {
    background-size: 70%;
  }
}
/*pagina error ie*/
.social-footer a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-image: url(/img/social-sprite.png);
  background-repeat: no-repeat;
}
.social-footer a.social-youtube {
  background-position: 0 0;
}
.social-footer a.social-twitter {
  background-position: -24px 0;
}
.social-footer a.social-facebook {
  background-position: -48px 0;
}
.bg-camera.error-ie {
  position: absolute;
  bottom: 0px;
  top: auto;
  right: 0;
  width: 70%;
  height: 100%;
  background-image: url(/img/error.png);
  background-position: right 10%;
  background-repeat: no-repeat;
}
/*preferiti*/
.add {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  -ms-touch-action: none;
  font-size: 10px !important;
  position: absolute;
  z-index: 10000;
  text-align: center;
  transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  /* da calcolare dinamicamente*/
  top: 103px;
  left: 1328px;
}
.add:before {
  bottom: 0;
  color: green !important;
  font-size: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: -1;
}
.add.adding {
  /* da calcolare dinamicamente*/
  top: 351px;
  left: -52px;
}
.add.adding.added:before {
  color: #fff !important;
  font-size: 22px;
}
.add.added:after {
  bottom: 0;
  content: attr(data-add);
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.available.last {
  color: #ffa500;
}
.available.more {
  color: #3cb371;
}
.available.less {
  color: #ffd700;
}
.available.none {
  color: #a8a8a8;
}
.pin-detail__edizione {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}
.page-scheda-main-box {
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.page-scheda-main-box-content {
  display: none;
}
.page-scheda-main-box-content.active {
  display: block;
}
.page-scheda-main-box-title i {
  font-size: 36px;
  color: #545454;
  vertical-align: middle;
  margin-right: 10px;
}
.page-scheda-main-box__title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #ed1e24;
  position: relative;
  vertical-align: middle;
}
.page-scheda-main-box__title:after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 60px;
  bottom: -5px;
  background-color: #e5e5e5;
}
.page-scheda-main-box-text {
  margin-top: 20px;
  font-size: 15px;
  color: #212121;
  line-height: 1.9;
  font-family: 'Open Sans', sans-serif !important;
}
.page-scheda-main-box__paragraph {
  margin-top: 0;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .page-scheda-main-box__paragraph {
    float: left;
    width: 70%;
    margin-left: 20px;
  }
}
.page-scheda-main-box__image {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .page-scheda-main-box__image {
    float: left;
    width: 25%;
  }
}
.page-scheda-main-box_regista-title {
  color: #212121;
  font-size: 16px;
}
.page-scheda-main-box__premi-text {
  font-size: 14px;
  margin-top: 5px;
}
.page-scheda-main-box-section {
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-scheda-main-box-premi__title {
  display: inline-block;
  font-weight: bold;
  color: #212121;
  font-size: 16px;
  transition: all 200ms;
}
.page-scheda-main-box-premi__title:hover {
  color: #ed1e24;
}
.page-scheda-main-box-premi__subtitle {
  display: inline-block;
  font-weight: lighter;
  color: #212121;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  transition: all 200ms;
}
.page-scheda-main-box-premi__subtitle:hover {
  color: #ed1e24;
}
.page-scheda-tab-box {
  margin-bottom: 15px;
  background-color: #f9f9f9;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 200ms;
}
.page-scheda-tab-box.active,
.page-scheda-tab-box:hover {
  background-color: white;
}
.page-scheda-tab-content {
  margin-top: 20px;
  display: none;
}
.page-scheda-tab-content.active {
  display: block;
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .page-scheda-tab-content.active {
    display: none;
  }
}
.page-scheda-tab__icon {
  float: left;
  margin-right: 10px;
}
.page-scheda-tab__icon i {
  font-size: 40px;
  color: #545454;
}
.page-scheda-tab-text {
  width: 80%;
  float: left;
}
.page-scheda-tab-text__title {
  font-size: 18px;
  font-weight: bold;
  color: #ed1e24;
  display: block;
  position: relative;
  margin-bottom: 3px;
}
.page-scheda-tab-text__title:after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 60px;
  bottom: -5px;
  background-color: #e5e5e5;
}
.page-scheda-tab-text__subtitle {
  font-size: 13px;
  font-style: italic;
}
.list__premi {
  font-style: italic;
  font-size: 12px;
  text-transform: initial;
}
.tab-gallery-container__image {
  width: 100%;
  margin-bottom: 10px;
}
.tab-gallery-container__image img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .tab-gallery-container__image {
    width: 33.3333%;
    padding: 0 5px;
    float: left;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .tab-gallery-container__image {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .tab-gallery-container__image {
    width: 20%;
  }
}
.page-tab-content__premi-title {
  font-size: 15px;
}
.page-tab-content__premi-subtitle {
  text-transform: initial;
  font-style: italic;
  display: block;
}
.page-tab-content__premi-film {
  font-size: 13px;
  text-transform: initial;
}
.page-tab-content__premi-link {
  width: auto!important;
}
.page-tab-content__premi-text {
  text-transform: initial;
  font-size: 11px;
  margin-top: 0;
}
.page-tab-content-premiato-item {
  margin: 5px 0;
}
.list-type-03.premi-list li:before {
  width: 10px;
}
.volontari-form {
  margin-top: 30px;
  padding-bottom: 15px;
}
.volontari-form-field,
.volontari-form-field--button {
  height: 90px;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .volontari-form-field,
  .volontari-form-field--button {
    float: left;
    width: 50%;
    padding-right: 80px;
    box-sizing: border-box;
  }
}

.volontari-form-field--button {
  margin-top: 20px;
  height: auto;
}
.volontari-form-field__informativa {
  font-size: 12px;
}
.volontari-form-field.error input {
  border: 1px solid red;
}
.volontari-form__label {
  font-size: 14px;
  font-style: italic;
}
.volontari-form__label--informativa {
  font-size: 12px;
}
.volontari-form-captcha {
  margin: 20px 0;
  width: 150px;
}
.volunteers-success {
  font-size: 14px;
  font-style: italic;
  color: green;
  margin: 0;
  padding-bottom: 15px;
}
.volunteers-error {
  font-size: 14px;
  font-style: italic;
  color: red;
  margin: 0;
  padding-bottom: 15px;
}

@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .flex-medium {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .flex-medium {
    display: table!important;
  }
}