/* === CUSTOM CSS === */
@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  display: block;
  position: relative; }

body {
  font-family: "Open Sans", sans-serif !important;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  position: relative;
  display: block;
  min-height: 100%; }

h1 {
  font-family: "Berkshire Swash", cursive !important;
  color: #ecc653 !important;
  font-size: 35px; }

.c--red {
  color: #df254a; }

h2.golden {
  color: #ecc653 !important; }

.m_popup_header {
  background-color: transparent !important;
  color: #666666; }

.wrapper {
  width: 100%;
  display: block;
  position: relative;
  min-height: 100%; }

#header .navigator--top {
  background-color: #eeeeee;
  display: block; }
  #header .navigator--top .navigator--col.is-active {
    background: #e8c252;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8c252), color-stop(100%, #ab8f3c));
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c252), to(#ab8f3c));
    background: linear-gradient(to bottom, #e8c252 0%, #ab8f3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c252', endColorstr='#ab8f3c', GradientType=0); }
  #header .navigator--top .navigator--col a.big-btn--top {
    display: inline-block;
    color: #ecc653;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    padding: 1.2em 0.4em; }
    .waiting #header .navigator--top .navigator--col a.big-btn--top, .gallery #header .navigator--top .navigator--col a.big-btn--top {
      display: block;
      float: none !important;
      margin: 0 auto !important; }
    @media screen and (min-width: 768px) {
      #header .navigator--top .navigator--col a.big-btn--top {
        padding: 1.2em 1em;
        font-size: 2.571428571428571em; } }
    @media screen and (min-width: 768px) {
      #header .navigator--top .navigator--col a.big-btn--top.btn-left {
        float: right;
        margin-right: 4em;
        margin-left: 0; } }
    @media screen and (min-width: 768px) {
      #header .navigator--top .navigator--col a.big-btn--top.btn-right {
        float: left;
        margin-left: 4em;
        margin-right: 0; } }
    #header .navigator--top .navigator--col a.big-btn--top.btn-center {
      float: none;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    #header .navigator--top .navigator--col a.big-btn--top.disabled {
      pointer-events: none; }
    #header .navigator--top .navigator--col a.big-btn--top.is-active {
      color: #fff; }
    #header .navigator--top .navigator--col a.big-btn--top:hover, #header .navigator--top .navigator--col a.big-btn--top:active, #header .navigator--top .navigator--col a.big-btn--top:focus {
      color: #666666;
      text-decoration: none; }
    #header .navigator--top .navigator--col a.big-btn--top .fa {
      font-size: 0.8em; }

@media screen and (min-width: 1024px) {
  body.waiting article, body.winners article {
    background: none; } }

.steps--row {
  margin-top: 1em; }
  @media screen and (min-width: 1024px) {
    .steps--row {
      margin-top: 52px; } }
  @media screen and (min-width: 1024px) {
    .waiting .steps--row {
      margin-top: 3em; } }
  .waiting .steps--row p:last-of-type {
    margin-bottom: 2em; }
  .steps--row div:last-child .steps::after {
    display: block; }
    @media screen and (min-width: 1024px) {
      .steps--row div:last-child .steps::after {
        display: none; } }

.steps--bottom {
  margin-top: 3.2em;
  margin-bottom: 2em; }
  @media screen and (min-width: 1024px) {
    .steps--bottom {
      margin-top: 100px; } }
  .steps--bottom .fb-btn {
    margin: 0 auto 1em auto;
    display: block;
    background: #3b5998;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 7px 7px 0 #ededed;
    box-shadow: 7px 7px 0 #ededed;
    padding: 0;
    width: auto;
    line-height: 66px;
    border: 0;
    font-size: 14px;
    max-width: 300px; }
    @media screen and (min-width: 1024px) {
      .steps--bottom .fb-btn {
        max-width: 382px;
        font-size: 20px; } }
    .steps--bottom .fb-btn:hover, .steps--bottom .fb-btn:active, .steps--bottom .fb-btn:focus {
      margin-top: -2px;
      -webkit-box-shadow: 9px 9px 0 #ededed;
      box-shadow: 9px 9px 0 #ededed;
      background-color: #3b5998;
      border: 0;
      color: #fff; }
    .steps--bottom .fb-btn i {
      line-height: inherit;
      background: #2d4a87;
      text-align: center;
      float: left;
      padding: 0 10px; }

article {
  position: relative;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  article .actions_section {
    font-size: 0.7857142857142857em;
    color: #666666; }
    article .actions_section a {
      color: #ecc653;
      text-decoration: underline; }
    article .actions_section .form_fields {
      text-align: left;
      position: relative;
      max-width: 80%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        article .actions_section .form_fields {
          width: auto;
          display: inline-block !important; } }
      article .actions_section .form_fields::after {
        content: '* Datos obligatorios';
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        float: none;
        position: relative;
        clear: both;
        top: 1em;
        left: 0;
        text-align: left; }
        @media screen and (min-width: 768px) {
          article .actions_section .form_fields::after {
            position: absolute;
            width: auto;
            right: -50%;
            top: 0;
            display: inline-block;
            float: right;
            text-align: center;
            line-height: 3em;
            left: auto; } }
    article .actions_section .m_form_actions {
      display: block;
      clear: both;
      padding: 2em 0;
      position: relative; }

body.formulary h2 {
  font-size: 28px; }
body.formulary .m_header_step {
  margin-bottom: 20px;
  text-align: center; }
  body.formulary .m_header_step h1 {
    display: inline-block;
    width: auto; }
  body.formulary .m_header_step::before {
    content: attr(data-step) ".";
    font-family: "Open Sans", sans-serif;
    font-size: 43px;
    font-weight: bold;
    color: #ecc653;
    display: inline-block; }
body.formulary .moustache-icon-contender {
  margin-top: 20px;
  width: 100%;
  position: relative; }
  body.formulary .moustache-icon-contender::before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    height: 1px;
    width: 100%;
    background: #666666;
    z-index: -1; }
  body.formulary .moustache-icon-contender img {
    z-index: 1; }
body.formulary .form--contender {
  padding-top: 3.5em; }
body.formulary .m_options_list_viewport_no_carrousel {
  max-width: 810px;
  pointer-events: none;
  width: 100%;
  position: relative;
  margin: 0 auto; }
body.formulary .m_options_list_item {
  pointer-events: all; }
body.formulary .m_options_list_content_no_carrousel {
  list-style: none;
  display: table !important;
  pointer-events: none; }
  body.formulary .m_options_list_content_no_carrousel > li {
    display: inline-block;
    width: 50% !important;
    pointer-events: none;
    padding: 0 1em 10px 1em !important;
    text-align: center;
    padding-bottom: 10px;
    position: relative; }
    @media screen and (min-width: 768px) {
      body.formulary .m_options_list_content_no_carrousel > li {
        width: 20% !important; } }
    body.formulary .m_options_list_content_no_carrousel > li .m_options_list_input,
    body.formulary .m_options_list_content_no_carrousel > li .m_option_input[type=radio] {
      height: 0;
      opacity: 0; }
    body.formulary .m_options_list_content_no_carrousel > li .m_figure_content {
      pointer-events: all; }
body.formulary .step_1 {
  position: relative;
  display: block; }
  body.formulary .step_1 .form_fields .form_input::after {
    content: "El nombre que se complete en este campo deberá cumplir los requisitos que se detallan a continuación: Deberá completarse el nombre de pila, sin apellido(s). No debe completarse en ningún caso ningún apellido o información adicional de la misma. Asimismo, no deberá incluirse ninguna información del usuario que rellena los campos de la página ni de terceros. El texto incluido tampoco podrá contener referencias a marcas comerciales de El Almendro o de terceros, ni mensajes ofensivos, que atenten contra la legalidad, la moral o el orden público o que incluyan cualquier otro contenido fuera de lugar o no apropiado a juicio de El Almendro. De lo contrario, El almendro se reserva la facultad de eliminar dichos billetes sin previo aviso, no siendo por tanto publicados en la Galería y deshabilitando, en su caso, el enlace que permite compartirlos en redes sociales.";
    font-family: "Open Sans", sans-serif;
    font-size: 9px;
    color: #666666;
    display: block; }
body.formulary .m_options_list {
  overflow: hidden; }
  body.formulary .m_options_list li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/c79f96b101c511e8bffdfd22bb0f5659/content_img-hover-select.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1; }
  body.formulary .m_options_list li.active::before {
    opacity: 1;
    z-index: 0; }
  body.formulary .m_options_list .m_figure img {
    max-width: 145px;
    height: auto; }
  body.formulary .m_options_list .m_badge {
    display: none; }
body.formulary .form_select .select_content {
  display: none; }
body.formulary .form_select .custom-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #eeeeee;
  color: #666666;
  border: 1px solid transparent !important;
  padding: 0;
  margin-bottom: 4em;
  font-weight: 700;
  text-align: center;
  font-size: 1em; }
body.formulary .form_select .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eeeeee;
  padding: 1em 0;
  text-align: center;
  height: 4em;
  display: block;
  line-height: 2em; }
  body.formulary .form_select .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #ecc653 transparent transparent transparent;
    position: absolute;
    top: 1.85em;
    margin-left: 10px; }
  body.formulary .form_select .select-styled:hover {
    background-color: #ecc653; }
    body.formulary .form_select .select-styled:hover:after {
      top: 1.85em;
      border-color: #666666 transparent transparent transparent; }
  body.formulary .form_select .select-styled:active, body.formulary .form_select .select-styled.active {
    background-color: #ecc653;
    color: #666666; }
body.formulary .form_select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  background-color: #ecc653; }
  body.formulary .form_select .select-options li {
    margin: 0;
    padding: 1em 0;
    text-indent: 15px;
    text-align: center; }
    body.formulary .form_select .select-options li:hover {
      color: #ecc653;
      background: #fff; }
    body.formulary .form_select .select-options li[rel="hide"] {
      display: none; }
body.formulary .form_select select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */ }
  body.formulary .form_select select.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px; }
  body.formulary .form_select select option {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    width: 100%;
    background-color: #eeeeee;
    font-size: 1em;
    color: #666666; }
    body.formulary .form_select select option:hover {
      background-color: #ecc653; }
body.formulary .info--panel {
  margin: 2em 0;
  padding: 2em 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }
  body.formulary .info--panel span.format, body.formulary .info--panel span.size {
    text-align: center;
    font-weight: 600;
    color: #666666;
    margin: 1em 0; }
    body.formulary .info--panel span.format::before, body.formulary .info--panel span.size::before {
      content: '';
      display: inline-block;
      width: 41px;
      height: 38px;
      background-repeat: no-repeat;
      background-position: 0 0;
      margin-right: 1em;
      vertical-align: middle; }
    body.formulary .info--panel span.format.format::before, body.formulary .info--panel span.size.format::before {
      background-image: url("https://d1gfwauryv0c0u.cloudfront.net/assets/pictures/23695141ae5411e79c85bbe21feeeeb2/content_icon-format.png"); }
    body.formulary .info--panel span.format.size::before, body.formulary .info--panel span.size.size::before {
      background-image: url("https://d1gfwauryv0c0u.cloudfront.net/assets/pictures/4af6bea1ae5411e7b883113680ba7ee4/content_icon-size.png"); }
body.formulary #error_explanation {
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  background-color: #df254a;
  color: #fff; }
  body.formulary #error_explanation ul {
    list-style-type: none; }

body.thanks h2 {
  margin: 00;
  color: #ecc653;
  font-family: "Berkshire Swash", cursive; }
body.thanks button {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }
body.thanks .travel-header {
  margin-top: 75px;
  margin-bottom: 40px; }
body.thanks .travel-contender {
  background-color: rgba(51, 51, 51, 0.1);
  text-align: center; }
  body.thanks .travel-contender .votes-count {
    background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/b9cbaa70011a11e8a0061d9dc22f7e39/content_votes-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 30px;
    float: left;
    width: 226px;
    height: 92px;
    padding-top: 45px;
    margin-left: calc(50% - 113px); }
    @media screen and (min-width: 768px) {
      body.thanks .travel-contender .votes-count {
        margin-left: 20px;
        padding-top: 58px;
        width: 266px;
        height: 112px; } }
  body.thanks .travel-contender .vote-btn button {
    margin-top: 36px !important;
    margin-bottom: 0 !important;
    background-color: #df254a;
    color: #fff;
    margin: 0 auto;
    font-size: 30px;
    border-radius: 10px;
    border-color: #df254a;
    float: none; }
    @media screen and (min-width: 768px) {
      body.thanks .travel-contender .vote-btn button {
        float: right;
        margin-right: 20px; } }
  body.thanks .travel-contender .vote-btn.ok {
    margin-top: 54px;
    font-size: 2em;
    background-color: #ecc653;
    color: #fff;
    padding: 7px 0; }
  body.thanks .travel-contender .travel-content {
    background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/773a15b12b5511e886eeef07919e1105/:original_boarding-pass-WORLD-big.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 220px;
    margin-bottom: 30px;
    margin-top: 30px; }
    body.thanks .travel-contender .travel-content.eu {
      background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/c83cb1512b5711e8b9e3abe6206b24c5/:original_boarding-pass-EU-big.png"); }
    @media screen and (min-width: 1024px) {
      body.thanks .travel-contender .travel-content {
        height: 681px; } }
    body.thanks .travel-contender .travel-content .travel-data {
      padding: 0; }
      @media screen and (min-width: 768px) {
        body.thanks .travel-contender .travel-content .travel-data {
          padding: 0 1em; } }
    body.thanks .travel-contender .travel-content .ticket-design-left {
      min-width: 110px; }
    body.thanks .travel-contender .travel-content .ticket-design-right {
      max-width: 60px; }
      @media screen and (min-width: 768px) {
        body.thanks .travel-contender .travel-content .ticket-design-right {
          max-width: 100%; } }
    body.thanks .travel-contender .travel-content .font-cursive {
      padding: 0 1em;
      font-family: "Berkshire Swash", cursive;
      font-size: 15px;
      text-shadow: 2px 2px 0 rgba(84, 75, 58, 0.23);
      text-align: center;
      color: #fff;
      margin: 10px 0 0 0; }
      @media screen and (min-width: 768px) {
        body.thanks .travel-contender .travel-content .font-cursive {
          font-size: 36px;
          margin: 0 0 10px 0;
          text-shadow: 5px 5px 0 rgba(84, 75, 58, 0.23); } }
    body.thanks .travel-contender .travel-content h3 {
      font-family: "Berkshire Swash", cursive;
      font-size: 27px;
      background: #c35132;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #c35132), color-stop(100%, #d9012c));
      background: -webkit-gradient(linear, left top, left bottom, from(#c35132), to(#d9012c));
      background: linear-gradient(to bottom, #c35132 0%, #d9012c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c35132', endColorstr='#d9012c', GradientType=0);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        body.thanks .travel-contender .travel-content h3 {
          font-size: 82px;
          margin-top: 20px;
          margin-bottom: 10px; } }
body.thanks .travel-share {
  margin: 1em auto 0 auto; }
  body.thanks .travel-share h3 {
    margin-bottom: 1em;
    font-size: 15px; }
    @media screen and (min-width: 768px) {
      body.thanks .travel-share h3 {
        font-size: 24px; } }
  body.thanks .travel-share a {
    position: relative;
    color: #fff;
    padding: 0 10px;
    height: auto;
    display: inline-block;
    border: 0;
    background: transparent;
    box-shadow: unset;
    border-radius: 0;
    vertical-align: top;
    font-size: 1em; }
    body.thanks .travel-share a i {
      padding: 0;
      border-radius: 100%;
      background: #ecc653;
      width: 55px;
      height: 55px; }
      body.thanks .travel-share a i::before {
        line-height: 55px; }
    body.thanks .travel-share a:not(:first-of-type) {
      border-left: 1px solid #ecc653; }
    body.thanks .travel-share a:first-of-type::before {
      background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/1df8ff51012711e8aa1111c2cd04b106/content_left-wing.png");
      content: '';
      display: inline-block;
      position: absolute;
      background-size: 57px 46px;
      background-repeat: no-repeat;
      background-position: center center;
      width: 57px;
      height: 46px;
      left: -57px;
      bottom: 0; }
    body.thanks .travel-share a:last-of-type::after {
      background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/2efbdb11012711e8b2e69f287bcf7a2c/content_right-wing.png");
      content: '';
      display: inline-block;
      position: absolute;
      background-size: 57px 46px;
      background-repeat: no-repeat;
      background-position: center center;
      width: 57px;
      height: 46px;
      right: -57px;
      bottom: 0; }

body.thanks.preview {
  background-color: transparent !important; }
  body.thanks.preview .travel-contender {
    background-color: transparent !important; }

body.gallery #header {
  margin-bottom: 70px; }
body.gallery article {
  background-color: #eeeeee; }
body.gallery .gallery-header {
  padding-top: 36px; }
  body.gallery .gallery-header img {
    display: block;
    position: relative;
    clear: both;
    margin: 0 auto; }
  body.gallery .gallery-header span.text-center {
    font-family: "Berkshire Swash", cursive;
    color: #ecc653;
    font-size: 35px; }
body.gallery .gallery {
  padding: 0 2em; }
  body.gallery .gallery [class^=col-] {
    margin-bottom: 1em; }
body.gallery .gallery--contender .gallery-item {
  text-align: center;
  font-family: "Berkshire Swash", cursive;
  color: #666666;
  font-size: 32px;
  line-height: 1.1em;
  display: block;
  min-height: 280px; }
  body.gallery .gallery--contender .gallery-item:hover, body.gallery .gallery--contender .gallery-item:active, body.gallery .gallery--contender .gallery-item:focus {
    text-decoration: none; }
  body.gallery .gallery--contender .gallery-item a {
    line-height: 1em; }
  body.gallery .gallery--contender .gallery-item img {
    max-width: 195px;
    margin: 0 auto; }
  body.gallery .gallery--contender .gallery-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 100%;
    background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/a4a0881001e611e8aa6d8b4edd286dd2/content_gallery-item-bg.png");
    background-position: center 80px;
    background-size: contain;
    background-repeat: no-repeat; }
body.gallery .gallery--contender .pagination-content {
  margin: 2em 0;
  width: 100%;
  position: relative; }
  body.gallery .gallery--contender .pagination-content::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 1px;
    background-color: #ecc653; }
body.gallery .gallery--contender .pagination {
  display: table !important;
  padding: 0 2em;
  background-color: #eeeeee;
  font-family: "Berkshire Swash", cursive;
  font-size: 23px;
  color: #666666;
  position: relative;
  margin: 0 auto !important; }
  body.gallery .gallery--contender .pagination .previous_page,
  body.gallery .gallery--contender .pagination .next_page {
    display: none; }

span.tooltip--icon {
  position: absolute;
  border-radius: 100%;
  background-color: #ecc653;
  padding: 6px 15px;
  top: 0.7em;
  right: 0.7em;
  z-index: 10;
  font-weight: 600;
  color: #fff; }
  span.tooltip--icon:hover, span.tooltip--icon:active, span.tooltip--icon:focus {
    cursor: pointer; }

div.tooltip {
  color: #fff; }
  div.tooltip .tooltip-arrow {
    border-top-color: #ecc653 !important; }
  div.tooltip .tooltip-inner {
    background-color: #ecc653 !important;
    border-radius: 0; }

h2 {
  font-weight: 700 !important;
  text-align: center; }

p {
  text-align: center;
  font-size: 1em;
  line-height: 1.1;
  color: #666666; }

/* btns */
.btn.btn-primary {
  background-color: #ecc653;
  border: 1px solid #ecc653;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #fff;
    color: #ecc653;
    border: 1px solid #ecc653; }
.btn.btn-default {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none; }
.btn.btn-lg {
  border-radius: 0.7em;
  font-size: 2.3em;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2em; }

.m_btn.m_btn_standard {
  margin: 0 auto;
  background-color: #ecc653;
  border: 1px solid #ecc653;
  font-size: 1.428571428571429em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2em;
  line-height: 1;
  display: block;
  position: relative;
  text-shadow: none;
  font-size: 20px; }
  .m_btn.m_btn_standard:hover, .m_btn.m_btn_standard:active, .m_btn.m_btn_standard:focus {
    background-color: #fff;
    color: #ecc653;
    border: 1px solid #ecc653; }

.field_wrap:not(.select_field) {
  width: 100%;
  margin: 1em auto; }

.js_enclosing_img {
  display: block;
  position: relative;
  width: inherit;
  margin-top: 1em; }
  .js_enclosing_img img.transloadit_generated_thumb {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }

.delete_img_btn.js_delete_img_btn {
  max-width: calc(40% + 37px);
  margin: 0 auto;
  display: block;
  position: relative; }

.delete_img_btn .btn.btn-danger.m_btn {
  display: block;
  float: right;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 0; }
  .delete_img_btn .btn.btn-danger.m_btn::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: -0.5em;
    top: -2.1em;
    background-image: url("https://d1gfwauryv0c0u.cloudfront.net/assets/pictures/c6e44321b33b11e78aab47722a4687bb/content_icon-bin.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px 25px; }

.modal--base .modal-body {
  padding: 0; }
.modal--base button.close {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
  bottom: 0;
  margin-top: 0; }
  .modal--base button.close:hover::before, .modal--base button.close:hover::after {
    background: #000; }
  .modal--base button.close::before, .modal--base button.close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70%;
    top: 50%;
    left: 15%;
    margin-top: -1px;
    background: #000; }
  .modal--base button.close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modal--base button.close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modal--base button.close.big {
    -webkit-transform: scale(3);
    transform: scale(3); }
  .modal--base button.close.hairline::before, .modal--base button.close.hairline::after {
    height: 1px; }
  .modal--base button.close.thick::before, .modal--base button.close.thick::after {
    height: 4px;
    margin-top: -2px; }
  .modal--base button.close.black::before, .modal--base button.close.black::after {
    height: 8px;
    margin-top: -4px; }

.share-buttons {
  color: #ecc653;
  font-weight: 700;
  font-size: 1.5em; }
  .share-buttons a {
    padding: 0 0.25em;
    min-width: 1.8em;
    text-align: center;
    display: inline-block; }
    .share-buttons a:first-of-type {
      border-right: 1px solid #ecc653; }
    .share-buttons a i {
      color: #ecc653; }
      .share-buttons a i:hover, .share-buttons a i:active, .share-buttons a i:focus {
        color: #666666; }

p.m-item-data--text {
  margin: 2em 0 1em 0;
  min-height: 5em;
  text-align: left;
  color: #666666;
  font-weight: 400;
  padding: 0 2em; }

/* Hacks */
/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.mb-20 {
  margin-bottom: 3.5em; }

@media screen and (max-width: 767px) {
  .datepicker.dropdown-menu {
    width: calc(100% - 30px); }
    .datepicker.dropdown-menu .table-condensed {
      width: 100%; } }
/* overwrite content */
.no_visible {
  display: none !important; }

body.formulary article {
  margin-top: 2em; }
body.formulary .m_header_section,
body.formulary span.click_to_view {
  width: 0;
  height: 0;
  opacity: 0;
  display: none !important; }
body.formulary .panel {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  body.formulary .panel > div > div:nth-child(2n) {
    background: rgba(51, 51, 51, 0.1); }
body.formulary .section {
  display: block;
  position: relative;
  float: left;
  width: 100%; }
  body.formulary .section #wizard {
    margin-bottom: 2em; }
    body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div {
      position: relative; }
    body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(1), body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(3) {
      margin-left: auto;
      margin-right: auto;
      max-width: calc(100% - 40px); }
      @media screen and (min-width: 1024px) {
        body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(1), body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(3) {
          max-width: 810px; } }
    body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(1) {
      margin-bottom: 80px; }
    body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(2) {
      padding-top: 60px;
      padding-bottom: 60px; }
      @media screen and (min-width: 1024px) {
        body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(2)::before {
          content: "";
          display: block;
          position: absolute;
          top: -60px;
          left: 0;
          width: 100%;
          height: 87px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-position: center center;
          background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/71226c0100fc11e898119f78e92ee242/content_bg-answer-1.png"); } }
      @media screen and (min-width: 1024px) {
        body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(2)::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -60px;
          left: 0;
          width: 100%;
          height: 87px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-position: center center;
          background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/7713921100fc11e8a0ef95376bf8e299/content_bg-answer-2.png"); } }
    body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(3) {
      margin-top: 80px;
      margin-bottom: 95px; }
    body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(4) {
      padding-top: 64px;
      padding-bottom: 30px; }
      @media screen and (min-width: 1024px) {
        body.formulary .section #wizard .quiz_questions_on_quiz .panel > div > div:nth-child(4)::before {
          content: "";
          display: block;
          position: absolute;
          top: -95px;
          left: 0;
          width: 100%;
          height: 97px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-position: center center;
          background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/7d14488100fc11e887ad2552c15f6e1f/content_bg-answer-3.png"); } }
  body.formulary .section #wizard,
  body.formulary .section .wizard_row {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
  body.formulary .section .wrapper_row .row,
  body.formulary .section .wrapper_row .row .row,
  body.formulary .section .form_fields.row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  body.formulary .section .form_fields.row .form_input {
    margin: 0 auto;
    max-width: calc(100% - 40px); }
    @media screen and (min-width: 1024px) {
      body.formulary .section .form_fields.row .form_input {
        max-width: 810px; } }
  body.formulary .section .form_fields.row label[id$=-error] {
    display: none !important; }
body.formulary textarea,
body.formulary input:not([type=file]):not([type=checkbox]):not([class^='select2']) {
  width: 100%;
  background-color: #eeeeee;
  color: #666666;
  border: 1px solid transparent !important;
  padding: 1em;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center; }
body.formulary input[type=checkbox] {
  background-color: transparent !important;
  background-color: #ecc653 !important;
  border: 1px solid transparent !important;
  color: #fff;
  position: absolute;
  z-index: -999;
  opacity: 0;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0; }
body.formulary .checkbox::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #666666;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #666666; }
body.formulary .checkbox:hover::before {
  cursor: pointer; }
body.formulary .checkbox.checked_checkbox::before {
  background-color: #ecc653; }
body.formulary .checkbox ~ label {
  padding-left: 2em; }
body.formulary textarea {
  resize: none; }
body.formulary ol.m_options_list_content_no_carrousel,
body.formulary .actions_section {
  display: block;
  position: relative;
  margin: 0 auto;
  float: none;
  text-align: center;
  max-width: calc(100% - 40px);
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    body.formulary ol.m_options_list_content_no_carrousel,
    body.formulary .actions_section {
      max-width: 810px; } }
body.formulary .form_input span.answer_counter {
  position: absolute;
  bottom: 21px;
  right: 5px; }
body.formulary span.btn--title {
  font-size: 1.4rem;
  color: #666666;
  font-weight: 600;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  float: none;
  z-index: 1;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    body.formulary span.btn--title {
      width: 50%; } }
  body.formulary span.btn--title .line--before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ecc653;
    display: block;
    z-index: -1; }
    body.formulary span.btn--title .line--before::after {
      content: '';
      display: block;
      width: 50%;
      position: absolute;
      left: 25%;
      background-color: #fff;
      height: 1em; }
body.formulary .js_enclosing_input input[type=file] {
  opacity: 0;
  z-index: -999;
  width: 100%; }
  body.formulary .js_enclosing_input input[type=file]:hover, body.formulary .js_enclosing_input input[type=file]:active, body.formulary .js_enclosing_input input[type=file]:focus {
    cursor: pointer; }
body.formulary input ~ label.step_error {
  display: block;
  position: absolute;
  bottom: -1.75em;
  left: 0;
  color: #df254a !important; }
body.formulary .form_checkbox.js_error_placement {
  display: block;
  position: relative;
  float: left; }
body.formulary .form_checkbox .step_error {
  display: block;
  position: absolute;
  bottom: -1.75em;
  padding: 0;
  left: 0;
  color: #df254a !important; }
body.formulary input.step_error,
body.formulary textarea.step_error {
  background-color: #df254a !important; }
body.formulary input.step_error::-webkit-input-placeholder, body.formulary input.step_error::-webkit-input-placeholder,
body.formulary textarea.step_error::-webkit-input-placeholder,
body.formulary textarea.step_error::-webkit-input-placeholder {
  color: #fff; }
body.formulary input.step_error::-webkit-input-placeholder, body.formulary input.step_error::placeholder,
body.formulary textarea.step_error::-webkit-input-placeholder,
body.formulary textarea.step_error::placeholder {
  color: #fff; }
body.formulary label.step_error {
  display: block;
  position: absolute;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  color: #df254a; }

/* /.formulary */
.m_btn:after,
.alertify-button:after {
  content: none; }

.mfp-content {
  font-family: 'Open Sans', sans-serif !important;
  color: #666666;
  font-weight: 400;
  font-size: 14px; }
  .mfp-content .m_popup {
    border-radius: 0;
    width: 90%;
    font-size: 0.7em; }
    @media screen and (min-width: 768px) {
      .mfp-content .m_popup {
        font-size: 1em;
        width: 70%; } }
  .mfp-content .m_popup_header {
    font-size: 1.714285714285714em;
    padding: 1em; }
  .mfp-content button.mfp-close {
    top: -3.1em;
    right: 0;
    background-color: #ecc653;
    color: rgba(255, 255, 255, 0);
    position: absolute;
    font-size: 1em;
    opacity: 1; }

.m_popup_text {
  max-height: 400px;
  height: auto; }
  .m_popup_text p {
    text-align: left;
    font-size: 1em; }

.pagination {
  margin: 2em auto !important;
  display: block !important;
  text-align: center;
  font-size: 1.3em; }
  .pagination > * {
    margin: 0 5px; }
  .pagination .disabled,
  .pagination .current {
    color: #666666; }
  .pagination a {
    color: #ecc653; }
    .pagination a:hover, .pagination a:active, .pagination a:focus {
      color: #666666;
      text-decoration: none; }

/* OVERWRITE SELECT2 */
.js_quizz_select_autocomplete {
  display: block;
  position: relative;
  float: left;
  width: 100%; }

.select2-container {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.75em 0.5em;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0 !important;
  margin: 0 auto;
  display: block;
  height: auto;
  background-color: #eeeeee; }
  .select2-container a {
    background-image: none; }
  .select2-container .select2-choice {
    border-radius: 0;
    background-color: transparent;
    color: #666666;
    font-weight: 700;
    width: 100%;
    background-image: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0; }
    .select2-container .select2-choice .select2-arrow {
      display: none; }
    .select2-container .select2-choice > .select2-chosen {
      color: #666666;
      padding: 0;
      line-height: 2; }

.select2-drop-active {
  border-radius: 0;
  border: 0;
  background-color: #ecc653;
  color: #fff; }

.select2-results .select2-result-label:hover,
.select2-results .select2-highlighted {
  background-color: #666666; }

.select2-dropdown-open {
  background-color: #ecc653; }

/* Winners page */
body.winners-2 {
  height: auto;
  display: block;
  position: relative; }
  body.winners-2 .moustache {
    position: relative; }
    body.winners-2 .moustache img {
      z-index: 99; }
    body.winners-2 .moustache ~ .row {
      position: relative; }
      body.winners-2 .moustache ~ .row::before {
        content: none;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        margin: 0 auto;
        width: 1px;
        height: 100%;
        background-color: #ecc653;
        z-index: -1; }
        @media screen and (min-width: 768px) {
          body.winners-2 .moustache ~ .row::before {
            content: ''; } }
      body.winners-2 .moustache ~ .row .text-center img {
        min-height: 117px; }
    body.winners-2 .moustache::before {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      width: 100%;
      height: 1px;
      background-color: #ecc653;
      z-index: -1; }
  body.winners-2 h1 {
    position: relative;
    font-size: 26px;
    padding-bottom: 1em; }
    body.winners-2 h1::after {
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      height: 1px;
      background-color: #ecc653;
      width: 100%; }
    @media screen and (min-width: 768px) {
      body.winners-2 h1.winners-left::after {
        right: auto;
        left: 0;
        width: calc(100% - 20px); }
      body.winners-2 h1.winners-right::after {
        left: auto;
        right: 0;
        width: calc(100% - 20px); } }
  body.winners-2 p.c--red {
    font-size: 18px; }
  body.winners-2 ul.center-block {
    list-style-type: none;
    position: relative;
    padding: 0; }
    body.winners-2 ul.center-block li {
      text-align: center;
      font-family: "Berkshire Swash", cursive;
      color: #ecc653;
      font-size: 30px; }

/* Overwrite Modals */
.modal-backdrop.in {
  z-index: 0; }

.modal-content {
  background-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important; }

.modal-header {
  border-radius: 0;
  border: 0 !important;
  padding: 0 !important; }
  .modal-header .modal-title {
    background-color: #fff;
    padding: 0.642857142857143em 2em;
    display: inline-block;
    font-size: 1.2em;
    line-height: 2.128571em;
    color: #666666;
    max-width: calc(100% - 57px);
    width: auto; }
    .modal-header .modal-title button {
      display: block;
      float: right;
      background-color: #fff; }
    @media screen and (min-width: 1024px) {
      .modal-header .modal-title {
        font-size: 1.5em;
        line-height: 1.42857143em; } }

.modal-body,
.modal-footer {
  background-color: #fff;
  border: 0 !important; }

.modal-body [class^='m-item-data'].is-active {
  display: block; }

.modal-footer {
  padding: 2em 0 !important; }

.m-item-data--video {
  height: 0 !important;
  overflow: hidden;
  display: none; }

.m-item-data--photo.is-active,
.m-item-data--video.is-active {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.ui-datepicker-header {
  color: #333; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
