body {
  background: #da0f18;
  background: -webkit-linear-gradient(#000000, #da0f18);
  background: -o-linear-gradient(#000000, #da0f18);
  background: -moz-linear-gradient(#000000, #da0f18);
  background: linear-gradient(#000000, #da0f18);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
}

*:focus, *:active {
  outline: none;
}

p {
  margin-bottom: 10px;
}

.loading-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -31px;
  margin-left: -31.5px;
}

.reveal-modal {
  display: block;
  width: 250px;
  height: auto;
  min-height: 0;
  top: 50% !important;
  left: 50%;
  margin-left: -125px;
  transform: translate(0, -50%);
  border-radius: 5px;
  color: #333;
  padding: 10px;
}
.reveal-modal .close-modal,
.reveal-modal .close-modal:hover,
.reveal-modal .close-modal:active,
.reveal-modal .close-modal:focus {
  color: #da0f18;
  border-top: 1px solid #a5a5a5;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.reveal-modal .title {
  color: #333;
  font-weight: normal;
  margin: 0 0 15px;
  text-align: center;
  line-height: normal;
  font-size: 1.5em;
}

.voting-popup {
  padding: 15px;
  max-width: 320px;
  margin: 0 auto;
}
.voting-popup #terms {
  display: none;
}
.voting-popup #terms:checked ~ label[for=terms]:before {
  opacity: 1;
  content: "\f14a";
}
.voting-popup label[for=terms] {
  margin: 0 5px 0 0;
  float: left;
}
.voting-popup label[for=terms]:before {
  color: #fff;
  opacity: 0.6;
  font-size: 2em;
}
.voting-popup label[for=terms] + p {
  overflow: hidden;
  line-height: normal;
  margin: 0 0 45px;
  padding: 0;
  font-size: 0.75em;
}
.voting-popup label[for=terms] + p a, .voting-popup label[for=terms] + p a:hover, .voting-popup label[for=terms] + p a:focus, .voting-popup label[for=terms] + p a:active {
  color: #fff;
  text-decoration: underline;
}
.voting-popup header {
  padding: 0;
  position: static;
  height: auto;
  background: none;
}
.voting-popup header .icon-votazione {
  display: block;
  margin: 0 auto 10px;
}
.voting-popup p {
  text-align: justify;
}
.voting-popup .button-container {
  margin-top: 45px;
}
.voting-popup .button {
  display: block;
  background-color: #fff;
  color: #da0f18;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #333;
  padding: 8px 40px;
  font-size: 0.9em;
  margin: 0 auto 10px;
}
.voting-popup .button[disabled]:hover, .voting-popup .button[disabled]:active, .voting-popup .button[disabled]:focus {
  background-color: #fff;
  color: #da0f18;
}
.voting-popup .button.back-button {
  background-color: #a5a5a5;
  color: #fff;
}
.voting-popup .voting-fields {
  margin-bottom: 15px;
}
.voting-popup .voting-fields .even {
  padding-left: 15px;
}
.voting-popup .callout {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.voting-popup .callout .info-film {
  margin-bottom: 15px;
}
.voting-popup .callout .info-film .img-locandina {
  max-width: 30px;
  height: auto;
  vertical-align: bottom;
  margin-right: 5px;
}
.voting-popup .callout .stars {
  display: inline-block;
  font-size: 2.2em;
}
.voting-popup .callout .stars input {
  display: none;
}
.voting-popup .callout .stars .fa-star-o {
  float: right;
  margin: 0 23px 0 0;
  color: #a5a5a5;
}
.voting-popup .callout .stars .fa-star-o.first {
  margin-right: 0;
}
.voting-popup .callout .stars input:checked:before, .voting-popup .callout .stars input:checked ~ .fa-star-o:before,
.voting-popup .callout .stars .fa-star-o:hover:before,
.voting-popup .callout .stars .fa-star-o:hover ~ .fa-star-o:before {
  content: "\f005";
  color: #da0f18;
}
.voting-popup .title-1,
.voting-popup .title-2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: normal;
}
.voting-popup .title-1 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.voting-popup .title-2 {
  font-size: 1.3em;
  margin-bottom: 15px;
}
.voting-popup .title-3 {
  color: #a5a5a5;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  display: inline;
  font-size: 0.9em;
}
.voting-popup select,
.voting-popup input {
  border-radius: 5px;
  color: #333;
  padding: 0 10px;
  font-size: 0.875em;
  font-family: "Open Sans", sans-serif;
}
.voting-popup .votecode-input {
  margin: 15px 0 60px;
}

.winning-header {
  text-align: center;
  margin-bottom: 15px;
}

form[name=winningForm] label {
  color: #fff;
  margin-bottom: 5px;
}

/*# sourceMappingURL=layout-default.css.map */
