/* === CUSTOM CSS === */
@charset "UTF-8";
/* 
 * Grey Evax
 * custom scsss
 */
@font-face {
  font-family: 'Graphik-Regular';
  src: url("https://ct-front.s3.amazonaws.com/2019/grey/evax/Graphik-Regular.otf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Graphik-Medium';
  src: url("https://ct-front.s3.amazonaws.com/2019/grey/evax/Graphik-Medium.otf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Graphik-Semibold';
  src: url("https://ct-front.s3.amazonaws.com/2019/grey/evax/Graphik-Semibold.otf");
  font-weight: 600;
  font-style: normal; }
body {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Graphik-Regular', sans-serif !important;
  font-weight: 400;
  font-size: 14px; }
  body .promo_info h1,
  body .participate_button,
  body .title h1,
  body .title h2,
  body .title h3,
  body .pagination,
  body .m_header > *,
  body .m_popup_header,
  body .m_action_share_title,
  body .legal_row label,
  body .m_countdown_time,
  body .error,
  body .notice,
  body .error_explanation,
  body .m_follow_text,
  body .m_no_promo_header,
  body .m_no_promo_content_title,
  body .m_powered_by,
  body .m_url_description,
  body .pagination em.current,
  body .footer_text,
  body select,
  body .form_fields .form_input label,
  body .form_fields .form_select label,
  body .form_fields .form_input input,
  body .form_fields .form_input textarea,
  body .form_fields .form_checkbox a,
  body .m_btn,
  body .alertify-button,
  body .wizard > .actions a,
  body .m_btn_goto,
  body .link_btn,
  body .m_action_count,
  body .m_comment_name,
  body .m_countdown_title,
  body .m_entry_user,
  body .m_entry_points,
  body .m_entry_votes,
  body .m_header_step,
  body .m_no_promo_content p strong,
  body .m_option,
  body .m_participations_text,
  body .m_powered_by strong,
  body .m_score_value,
  body .alertify-log,
  body .m_tabs_nav,
  body .m_url_content,
  body .m_user_name,
  body .m_wysiwyg_dialog_title,
  body .wizard, body .tabcontrol,
  body .m_header_strong > *, body .m_comment_date,
  body .m_entry .m_figure_content_text .m_text_content,
  body .m_entry .m_figure_content_quotes .m_text_content,
  body .m_entry_date,
  body .m_figure_caption .m_text,
  body .m_user_created_at {
    font-family: 'Graphik-Regular', sans-serif !important;
    font-weight: 400;
    font-size: 14px; }

h1 {
  color: white !important;
  margin: 0.5em 0;
  font-size: 22px !important;
  text-transform: uppercase !important;
  padding: 0 0.5em;
  line-height: 1em; }
  @media screen and (min-width: 768px) {
    h1 {
      padding: 0 2em;
      font-size: 32px !important; } }

h2, h3 {
  color: #000 !important; }

h2 {
  font-size: 24px;
  margin-bottom: 20px !important; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 20px !important;
  color: white !important;
  font-weight: 300 !important;
  text-align: center; }
  body.formulary h4 {
    padding-left: 2em;
    padding-right: 2em; }
  body.thanks h4, body.gallery h4 {
    font-size: 22px !important; }
    @media screen and (min-width: 600px) {
      body.thanks h4, body.gallery h4 {
        font-size: 26px !important; } }

strong, b {
  font-family: 'Graphik-Medium', sans-serif !important;
  font-weight: 500 !important; }

p {
  margin-bottom: 0.5em;
  color: white; }

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 810px !important; } }

.footer {
  padding: 1em 0;
  display: block;
  position: relative;
  background-color: #000; }
  .footer img {
    max-width: 200px; }

.video-js {
  position: relative;
  height: inherit; }
  .video-js:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .video-js > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

/* ****************************** */
/* ****************************** */
/* HOME                           */
/* ****************************** */
/* ****************************** */
.landing .legal_row,
.landing .actions_row,
.landing .details_row,
.landing .tac_row,
.landing .section:not(:nth-child(2)) {
  display: none !important; }
.landing .wrapper {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/08a205a3511c42208b21380801c17696/:original_background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
.landing .description {
  padding: 2rem 5rem 0; }
  @media screen and (min-width: 600px) {
    .landing .description {
      padding: 3rem 2rem 0; } }
.landing .header_section .m_banner {
  border-bottom: 0; }
.landing .header_section .participate_row {
  display: none !important; }
.landing > div:not(.mfp-bg), .landing > div .action_row:not(.mfp-bg) {
  background-color: transparent; }
.landing .section {
  padding-left: 15px;
  padding-right: 15px; }
  .landing .section .m_header_title {
    border-bottom: 0;
    padding-bottom: 0; }
.landing article h3 {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
  font-family: 'Graphik-Regular', sans-serif !important;
  font-weight: 600;
  font-size: 1.2em; }
  @media only screen and (min-width: 768px) {
    .landing article h3 {
      font-family: 'Graphik-Regular', sans-serif !important;
      font-weight: 600;
      font-size: 2em; } }
.landing article img {
  margin: 2em auto; }
.landing .actions-row {
  margin: 2em 1em 1em 1em;
  padding-bottom: 4em; }
  .landing .actions-row .m_btn {
    padding: 0.5em 1em !important;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-family: 'Graphik-Semibold', sans-serif !important;
    cursor: pointer; }
@media screen and (max-width: 599px) {
  .landing .col-xs-6 {
    width: 100%; } }
@media screen and (max-width: 599px) {
  .landing .col-xs-offset-3 {
    margin-left: 0; } }

/* ****************************** */
/* ****************************** */
/* FORMULARY                      */
/* ****************************** */
/* ****************************** */
body.formulary ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #faf4af; }
body.formulary ::-moz-placeholder {
  /* Firefox 19+ */
  color: #faf4af; }
body.formulary :-ms-input-placeholder {
  /* IE 10+ */
  color: #faf4af; }
body.formulary :-moz-placeholder {
  /* Firefox 18- */
  color: #faf4af; }
body.formulary .wrapper {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/555815988c6241d78757f7665eb0ff8d/:original_background-form.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
body.formulary .m_header_guide,
body.formulary .steps {
  display: none; }
body.formulary .form-contender {
  padding-top: 3rem; }
  body.formulary .form-contender .campaign-dynamic {
    padding: 0 4rem; }
    @media screen and (min-width: 600px) {
      body.formulary .form-contender .campaign-dynamic {
        padding: 0 7rem; } }
    body.formulary .form-contender .campaign-dynamic img {
      height: 77px;
      width: 77px; }
body.formulary .form_fields .form_input input,
body.formulary .form_fields .form_input textarea {
  border-radius: 0;
  background-color: transparent;
  color: white !important; }
  body.formulary .form_fields .form_input input::placeholder,
  body.formulary .form_fields .form_input textarea::placeholder {
    color: white; }
body.formulary .form_fields .form_input textarea {
  height: 150px; }
body.formulary .form_fields.form_row,
body.formulary .form_fields.form_row + .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 600px) and (max-width: 919.99px) {
    body.formulary .form_fields.form_row,
    body.formulary .form_fields.form_row + .row {
      width: 60%; } }
  @media screen and (min-width: 920px) {
    body.formulary .form_fields.form_row,
    body.formulary .form_fields.form_row + .row {
      width: 90%; } }
  body.formulary .form_fields.form_row .row,
  body.formulary .form_fields.form_row + .row .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    body.formulary .form_fields.form_row .row .form_fields,
    body.formulary .form_fields.form_row + .row .row .form_fields {
      margin-top: 26px; }
      body.formulary .form_fields.form_row .row .form_fields input,
      body.formulary .form_fields.form_row + .row .row .form_fields input {
        height: 150px; }
body.formulary .form_fields.video_fields {
  margin: 0 auto !important; }
  @media screen and (min-width: 600px) {
    body.formulary .form_fields.video_fields {
      width: 50%; } }
body.formulary .wizard > .content > .body {
  width: 100%;
  height: auto; }
body.formulary .wizard .content section .form_fields {
  margin-top: 1em !important; }
body.formulary .wizard .content section .row {
  margin: 0 0 1em 0 !important; }
body.formulary .quiz_questions_on_personal_data .m_header_step {
  margin: 0 !important;
  font-size: 1em !important;
  text-align: left !important; }
  body.formulary .quiz_questions_on_personal_data .m_header_step h1 {
    font-size: inherit !important;
    text-align: left !important;
    color: white !important;
    padding: 0 !important;
    text-transform: inital; }
body.formulary .form_fields .form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: 2rem auto; }
  body.formulary .form_fields .form_checkbox span {
    margin-top: 0;
    margin-right: 0.5rem; }
  body.formulary .form_fields .form_checkbox span.checkbox {
    width: 15px;
    height: 15px; }
  body.formulary .form_fields .form_checkbox .show_legal.tt_conditions {
    color: white;
    font-size: 11px; }
  body.formulary .form_fields .form_checkbox .tt_conditions {
    font-size: 12px;
    font-weight: 400;
    text-align: left; }
    body.formulary .form_fields .form_checkbox .tt_conditions a {
      color: white;
      font-size: 12px;
      font-weight: 400;
      text-decoration: underline; }
  body.formulary .form_fields .form_checkbox span, body.formulary .form_fields .form_checkbox label:not(.step_error) {
    position: relative;
    display: inline-block; }
  body.formulary .form_fields .form_checkbox label.step_error {
    bottom: -10px; }
  body.formulary .form_fields .form_checkbox label {
    margin: 0;
    padding: 0; }
  body.formulary .form_fields .form_checkbox .checkbox {
    background-image: none;
    border: 1px solid white; }
  body.formulary .form_fields .form_checkbox .checkbox.checked_checkbox {
    background-image: none;
    background-color: white; }
body.formulary .form_fields.video_fields {
  width: 100%; }
body.formulary .js_ask_video_form_field {
  position: relative;
  display: block; }
  body.formulary .js_ask_video_form_field .delete_img_btn {
    text-align: right;
    position: absolute;
    right: 3px;
    top: calc(50% - 2.5em); }
    @media screen and (min-width: 600px) {
      body.formulary .js_ask_video_form_field .delete_img_btn {
        right: 15px;
        top: calc(50% - 2.5em); } }
    body.formulary .js_ask_video_form_field .delete_img_btn .btn-danger {
      background-color: transparent !important;
      background-image: url("https://cool-tabs-eu.s3.amazonaws.com/assets/pictures/ef237ffc49164b0aa1fe4a8e948f1c17/:original_upload-again.png");
      background-position: center;
      background-repeat: no-repeat;
      border: none !important;
      padding: 2em 4.5em !important;
      background-size: 80%;
      box-shadow: none !important; }
      @media screen and (min-width: 600px) {
        body.formulary .js_ask_video_form_field .delete_img_btn .btn-danger {
          background-size: 100%; } }
      body.formulary .js_ask_video_form_field .delete_img_btn .btn-danger:hover {
        background-color: transparent !important;
        background-image: url("https://cool-tabs-eu.s3.amazonaws.com/assets/pictures/93365dac6e1043b1a5a56d35ea69b1bd/:original_upload-again-hover.png");
        background-position: center;
        background-repeat: no-repeat;
        border: none !important; }
      body.formulary .js_ask_video_form_field .delete_img_btn .btn-danger span {
        display: none; }
body.formulary .answer_counter {
  color: white !important; }
body.formulary .transloadit_generated_thumb {
  margin: 0;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 2px solid white; }
  @media screen and (min-width: 600px) {
    body.formulary .transloadit_generated_thumb {
      width: 200px;
      height: 200px; } }
body.formulary .uppy.uppy-StatusBar--detailedProgress {
  height: 65px !important; }
@media screen and (min-width: 600px) {
  body.formulary .js_transloadit_progress.css_transloadit_progress {
    width: 100%; } }
body.formulary .actions_section {
  width: 100%;
  margin: 1em 0 0 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    body.formulary .actions_section {
      width: calc(100% - 1em);
      margin: 0.2em 0.5em 0 0.5em; } }
body.formulary .m_form_actions {
  margin-bottom: 4rem; }
  body.formulary .m_form_actions::before, body.formulary .m_form_actions::after {
    content: none; }
  body.formulary .m_form_actions .m_form_actions_content {
    background-color: transparent;
    margin: 0 auto; }
body.formulary .m_form_actions ul {
  margin: 0;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 768px) {
    body.formulary .m_form_actions ul {
      margin: 0 auto;
      float: none;
      display: table; } }
  body.formulary .m_form_actions ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    body.formulary .m_form_actions ul li a {
      display: block;
      padding-left: 1em;
      padding-right: 1em;
      text-align: center; }
      body.formulary .m_form_actions ul li a[href="#previous"] {
        display: none; }

.m_follow {
  margin-top: 0; }

.m_follow_text {
  color: white !important;
  width: 100%;
  text-align: center;
  margin: 0 auto; }

.instafeed {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.instathumb_selected {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 2px solid white;
  padding: 0; }

/* ****************************** */
/* ****************************** */
/* THANKS                         */
/* ****************************** */
/* ****************************** */
body.thanks .m_btn:not(#cool_promo_participate_button) {
  display: block;
  margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    body.thanks .m_btn:not(#cool_promo_participate_button) {
      margin-bottom: 0; } }
body.thanks .wrapper {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/555815988c6241d78757f7665eb0ff8d/:original_background-form.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
body.thanks .center-block {
  padding-top: 2em; }
body.thanks .participation-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid white;
  overflow: hidden;
  max-width: 245px;
  max-height: 245px;
  margin: 1em auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
body.thanks .video-js {
  width: 245px;
  height: 245px; }
body.thanks .participant-name {
  padding-top: 1em;
  font-size: 18px;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    body.thanks .participant-name {
      font-size: 20px; } }
body.thanks .answer-text {
  padding: 0 2em; }

/* ****************************** */
/* ****************************** */
/* GALLERY                        */
/* ****************************** */
/* ****************************** */
body.gallery .wrapper {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/4d9f525699544575b26d118f926d21a6/:original_background-ranking.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
body.gallery article h3 {
  margin-bottom: 30px; }
body.gallery article ul.grid {
  list-style-type: none;
  margin: 5em 2em 1em;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 600px) {
    body.gallery article ul.grid {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  body.gallery article ul.grid li.grid-size, body.gallery article ul.grid li.grid-item {
    width: 100%;
    margin: 1em 0; }
    @media only screen and (min-width: 600px) {
      body.gallery article ul.grid li.grid-size, body.gallery article ul.grid li.grid-item {
        width: calc(33% - 14px);
        margin: 0 7px 20px; } }
  body.gallery article ul.grid li.grid-item {
    padding: 0;
    display: block;
    position: relative; }
    body.gallery article ul.grid li.grid-item .item-box {
      margin-bottom: 15px;
      position: relative;
      display: block; }
    body.gallery article ul.grid li.grid-item .video-js {
      width: 100%;
      height: auto; }
    body.gallery article ul.grid li.grid-item .name {
      background-color: white;
      color: #c04576;
      padding: 5px;
      margin: 0;
      text-align: center; }
      body.gallery article ul.grid li.grid-item .name p {
        font-size: 1em;
        font-weight: 300;
        background: linear-gradient(0.25turn, #078bce, #c04576);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    body.gallery article ul.grid li.grid-item .data p {
      color: white;
      margin: 1em 0;
      padding: 0;
      font-size: 12px;
      line-height: 14px;
      font-weight: 400; }
body.gallery .pagination-row {
  padding-bottom: 3em; }
  body.gallery .pagination-row .m_btn {
    margin: 2em 0;
    font-size: 20px; }
  body.gallery .pagination-row .legal-terms-evax {
    font-size: 12px; }
    body.gallery .pagination-row .legal-terms-evax a {
      color: white;
      text-decoration: underline; }
  body.gallery .pagination-row [class^="col-"] {
    text-align: center; }
    body.gallery .pagination-row [class^="col-"] .pagination {
      background-color: transparent;
      padding: 10px;
      margin: 0 auto;
      position: relative; }
      body.gallery .pagination-row [class^="col-"] .pagination span.previous_page {
        display: none; }
      body.gallery .pagination-row [class^="col-"] .pagination span {
        margin: 0 6px; }
      body.gallery .pagination-row [class^="col-"] .pagination em {
        font-style: normal;
        padding: 0.6em 1em;
        margin: 0 6px;
        border: 0.5px solid white;
        position: relative; }
      body.gallery .pagination-row [class^="col-"] .pagination em.current {
        background-color: white;
        color: #c04576 !important; }
      body.gallery .pagination-row [class^="col-"] .pagination a {
        color: white !important;
        padding: 0.6em 1em;
        margin: 0 6px;
        border: 0.5px solid white;
        position: relative; }
        body.gallery .pagination-row [class^="col-"] .pagination a:hover, body.gallery .pagination-row [class^="col-"] .pagination a:focus {
          text-decoration: none; }
      body.gallery .pagination-row [class^="col-"] .pagination a.previous_page {
        display: none; }
      body.gallery .pagination-row [class^="col-"] .pagination > *:not(:nth-child(2)):not([class$="_page"])::before {
        content: '';
        height: 1px;
        position: absolute;
        background-color: white;
        width: 15px;
        left: -15px;
        top: 50%; }
      body.gallery .pagination-row [class^="col-"] .pagination span.next_page {
        display: none; }
      body.gallery .pagination-row [class^="col-"] .pagination a.next_page {
        border: none;
        padding: 0;
        margin: 0;
        color: transparent !important; }
        body.gallery .pagination-row [class^="col-"] .pagination a.next_page:after {
          font-family: 'FontAwesome';
          font-size: 3.2rem;
          content: "\f105";
          color: white;
          width: 100%;
          font-weight: normal;
          position: absolute;
          right: -10px;
          top: -15px; }
@media screen and (max-width: 767px) {
  body.gallery .col-xs-6 {
    width: 100%; } }

/* ****************************** */
/* ****************************** */
/* WINNERS                        */
/* ****************************** */
/* ****************************** */
body.winners .wrapper {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/abd711956162433dafd44d85a57ef889/:original_background-winners.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
body.winners .winners-list {
  padding: 2em; }
  @media screen and (min-width: 600px) {
    body.winners .winners-list {
      padding: 5em; } }
body.winners ul {
  list-style-type: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 0; }
  body.winners ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid white;
    padding-bottom: 2em;
    padding-top: 2em;
    width: 100%; }
    body.winners ul li .thumb-name {
      position: relative;
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 1 25%;
      -ms-flexbox: 0 1 25%;
      flex: 0 1 25%; }
      body.winners ul li .thumb-name iframe {
        position: relative;
        max-width: 140px;
        height: auto; }
        body.winners ul li .thumb-name iframe:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        body.winners ul li .thumb-name iframe > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          height: 100%;
          width: 100%; }
      body.winners ul li .thumb-name .video-js {
        width: 100%;
        height: auto; }
      body.winners ul li .thumb-name img {
        margin: 0; }
      body.winners ul li .thumb-name .name {
        background-color: white;
        padding: .5em; }
        body.winners ul li .thumb-name .name p {
          background: linear-gradient(0.25turn, #078bce, #c04576);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
    body.winners ul li .participation {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 1 75%;
      -ms-flexbox: 0 1 75%;
      flex: 0 1 75%; }
      body.winners ul li .participation p {
        text-align: left;
        padding-left: 1em; }
    body.winners ul li .pagination-row {
      padding-bottom: 3em; }
      body.winners ul li .pagination-row [class^="col-"] {
        text-align: center; }
        body.winners ul li .pagination-row [class^="col-"] .pagination {
          background-color: transparent;
          padding: 10px;
          margin: 0 auto; }
          body.winners ul li .pagination-row [class^="col-"] .pagination span.previous_page {
            display: none; }
          body.winners ul li .pagination-row [class^="col-"] .pagination span {
            margin: 0 0.2em; }
          body.winners ul li .pagination-row [class^="col-"] .pagination em {
            font-style: normal;
            padding: 0.6em 1em;
            margin: 0 0.2em;
            border: 0.5px solid white; }
          body.winners ul li .pagination-row [class^="col-"] .pagination em.current {
            background-color: white;
            color: #c04576 !important; }
          body.winners ul li .pagination-row [class^="col-"] .pagination a {
            color: white !important;
            padding: 0.6em 1em;
            margin: 0 0.2em;
            border: 0.5px solid white; }
            body.winners ul li .pagination-row [class^="col-"] .pagination a:hover, body.winners ul li .pagination-row [class^="col-"] .pagination a:focus {
              text-decoration: none; }
          body.winners ul li .pagination-row [class^="col-"] .pagination a.next_page, body.winners ul li .pagination-row [class^="col-"] .pagination a.previous_page {
            display: none; }
          body.winners ul li .pagination-row [class^="col-"] .pagination span.next_page {
            display: none; }
body.winners .aspect-video {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
body.winners .thumb {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  body.winners .thumb:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  body.winners .thumb > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

/* ****************************** */
/* ****************************** */
/* BUTTONS                        */
/* ****************************** */
/* ****************************** */
.m_btn:after, .alertify-button:after, .wizard > .actions a:after {
  content: none !important; }

.m_btn,
.actions ul li a {
  text-transform: uppercase;
  text-shadow: none !important;
  background-color: white !important;
  padding: 0.5em 3em !important;
  border-radius: 0 !important;
  border: 1px solid white;
  font-family: 'Graphik-Semibold', sans-serif !important;
  font-weight: 600 !important;
  cursor: pointer; }
  .m_btn:hover, .m_btn:active, .m_btn:focus,
  .actions ul li a:hover,
  .actions ul li a:active,
  .actions ul li a:focus {
    background-color: #fff !important;
    color: white !important; }

.m_btn.x_cool_tabs_participate_button {
  color: #c04576 !important; }

.m_btn.x_cool_tabs_participations_link {
  color: #cb5d35 !important; }

.m_btn#js_cool_promo_submit_button {
  color: #329c8f !important;
  font-family: 'Graphik-Semibold', sans-serif !important;
  font-weight: 600 !important;
  padding: 1em 2em !important; }
  .m_btn#js_cool_promo_submit_button:hover {
    text-decoration: underline; }

.m_btn.x_cool_tabs_share_button_participation {
  color: white !important;
  background-color: transparent !important;
  border: 1px solid white; }
  .m_btn.x_cool_tabs_share_button_participation:hover {
    color: #c04576 !important;
    border: 1px solid #c04576; }

.thanks .m_btn.x_cool_tabs_participations_link {
  color: white !important;
  background-color: transparent !important;
  border: 1px solid white; }
  .thanks .m_btn.x_cool_tabs_participations_link:hover {
    color: #c04576 !important;
    border: 1px solid #c04576; }

.m_btn.participation-btn {
  color: white !important;
  background-color: transparent !important;
  border: 1px solid white; }
  .m_btn.participation-btn:hover {
    color: #329c8f !important;
    border: 1px solid #329c8f;
    text-decoration: none; }

.form_fields .form_input .upload_image_btn span svg {
  display: none; }

.wizard > .content > .body input {
  border-radius: 0; }

.wizard .content .body div:not(.actions_section) label:not(.step_error),
.wizard .content .body div:not(.form_fields) label:not(.step_error) {
  background-color: transparent;
  color: white;
  border-radius: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 400; }
  .wizard .content .body div:not(.actions_section) label:not(.step_error):after,
  .wizard .content .body div:not(.form_fields) label:not(.step_error):after {
    content: none; }
  .wizard .content .body div:not(.actions_section) label:not(.step_error).step_error,
  .wizard .content .body div:not(.form_fields) label:not(.step_error).step_error {
    color: red !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border: 0;
    width: 100%; }

.wizard > .content > .body input:checked ~ label {
  background-color: white !important;
  color: #fff !important; }

.upload_image_btn .m_btn {
  background-color: transparent !important;
  background-image: url("https://cool-tabs-eu.s3.amazonaws.com/assets/pictures/db7a576147874790bacdd3a8082118d0/:original_arrow-up.png");
  background-size: 26px 26px;
  background-position: 95% center;
  background-repeat: no-repeat;
  color: white;
  border: 1px solid white;
  padding: 1em 4em 1em 2em !important;
  width: 100%;
  display: block;
  max-width: inherit;
  margin: 3px auto;
  font-family: 'Graphik-Semibold', sans-serif !important;
  font-weight: 600 !important; }
  @media only screen and (min-width: 600px) {
    .upload_image_btn .m_btn {
      display: block;
      width: 70%;
      margin: 3px auto; } }
  .upload_image_btn .m_btn input {
    background-color: transparent !important;
    padding: 1em 4em 1em 2em; }
  .upload_image_btn .m_btn:hover {
    border-color: #D21B52 !important;
    color: #D21B52 !important;
    background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/f2200d9131a211e8a8d4c928d3099236/content_arrow-up-icon--hover.png"); }

#wizard {
  width: 100%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  #wizard .js_ask_video_form_field {
    border: 0;
    display: inline-block;
    text-align: center;
    width: 100%; }
    #wizard .js_ask_video_form_field label {
      display: none; }
    #wizard .js_ask_video_form_field .video_options {
      display: none; }
    #wizard .js_ask_video_form_field .js_data_participations_transloadit_image {
      border: 0; }
    #wizard .js_ask_video_form_field.file_uploaded_ok {
      width: 100% !important;
      display: block; }
  #wizard ~ .actions_section .m_form_actions_content {
    margin: 0 auto;
    padding: 0;
    background-color: transparent; }
    #wizard ~ .actions_section .m_form_actions_content button {
      margin: 0;
      border: 1px solid #c04576;
      background-color: transparent !important;
      color: #c04576;
      padding: 1em 2em !important; }
      #wizard ~ .actions_section .m_form_actions_content button:hover {
        background-color: #c04576 !important;
        color: #fff !important; }
  #wizard ~ .actions_section .form_checkbox {
    margin-bottom: 2em; }
    #wizard ~ .actions_section .form_checkbox a {
      color: white !important; }
  #wizard .form_row ~ .row {
    margin-top: 26px; }

.video-js {
  width: 100%;
  position: relative; }
  .video-js .vjs-big-play-button {
    border-radius: 50% !important;
    height: 50px !important;
    width: 50px !important;
    top: calc(50% - 25px) !important;
    left: calc(50% - 25px) !important;
    background-color: rgba(250, 250, 250, 0.4) !important;
    border: .03em solid #fff !important;
    outline: none; }

.alertify-button {
  padding: 16px 25px 13px !important; }
  .alertify-button:hover {
    padding: 16px 25px 13px !important; }

form#new_participation {
  background-color: transparent; }
  form#new_participation .section {
    background-color: transparent; }

.wizard {
  padding-bottom: 20px; }
  .wizard .m_options {
    background-color: transparent;
    border: 0;
    padding-bottom: 0;
    padding-top: 0; }
    @media screen and (min-width: 561px) {
      .wizard .m_options {
        padding-top: 15px; } }
    .wizard .m_options ul {
      margin: 0 auto;
      max-width: 90%;
      padding-bottom: 0; }
      .wizard .m_options ul:after {
        content: none; }
      .wizard .m_options ul li {
        vertical-align: top;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px; }
        @media screen and (min-width: 768px) {
          .wizard .m_options ul li {
            width: calc(50% - 30px);
            margin-right: 10px; }
            .wizard .m_options ul li:nth-child(2n) {
              margin-right: 0; } }
  .wizard .m_options_list_figure {
    background-image: none; }
    .wizard .m_options_list_figure .m_badge {
      background-image: none;
      background-color: white; }
      @media screen and (min-width: 561px) {
        .wizard .m_options_list_figure .m_badge {
          display: none; } }
  .wizard .m_options_list_separator {
    display: none; }
  .wizard .m_options_list_item {
    display: inline-block;
    height: auto !important; }
    @media screen and (min-width: 561px) {
      .wizard .m_options_list_item {
        width: 50% !important; } }
  .wizard .m_options_list_figure,
  .wizard .m_options_list_input {
    padding-right: 0;
    clear: right;
    display: block;
    width: auto; }
  .wizard .m_options_list_input {
    padding-left: 0;
    border: 0;
    background-color: transparent;
    margin-top: 10px; }
    .wizard .m_options_list_input .m_option {
      margin-top: 20px; }
    .wizard .m_options_list_input .image_description {
      position: absolute;
      top: -15px;
      margin: 0 auto;
      display: block;
      width: 100%;
      font-size: 0.9em; }
  .wizard > .content > .body > div:not(.form_fields) input:not([type='text']) {
    opacity: 0; }
  .wizard .form_fields .form_input span {
    border-radius: 0 !important; }

.m_figure_options_values::after {
  content: none; }

.m_figure_options_content .m_badge {
  display: none; }

.m_figure_content  {
  background-color: transparent !important; }

.js_answer_ok, .js_answer_ko {
  line-height: 1em;
  font-size: 1.2em; }

.wizard > .content > .body .js_quizz_question_ok label.m_option_label,
.wizard > .content > .body.question_bg .js_quizz_question_ok label.m_option_label {
  background-color: #7ec16e !important;
  color: white !important; }

.wizard > .content > .body .js_quizz_question_ko label.m_option_label,
.wizard > .content > .body.question_bg .js_quizz_question_ko label.m_option_label {
  background-color: #cc6363 !important;
  color: white !important; }

.timer_display {
  color: #000;
  text-align: center;
  width: 100%; }

label.step_error {
  color: red !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  position: absolute;
  bottom: -25px;
  left: 0;
  border: 0;
  width: 100%;
  line-height: 11px;
  text-align: center; }

.form_input > span {
  position: relative; }

.form_fields .form_input span,
.select {
  background-color: transparent;
  padding: 0;
  border: 0; }

/* ****************************** */
/* ****************************** */
/* GENERAL STYLES                 */
/* ****************************** */
/* ****************************** */
.section {
  padding-left: 15px;
  padding-right: 15px; }

.m_powered_by {
  font-size: 0.8em;
  line-height: 1em; }

.m_header_step {
  margin-left: 0;
  margin-right: 0; }

.m_figure_content,
.m_comment_header,
.home_layout .action_row,
.footer_section,
.footer_text,
.points_row_content,
.activity_row,
.coupon,
.m_entries_entry_figure {
  background-color: transparent; }

.m_header_step:before,
.m_btn,
.m_btn:hover,
.m_countdown_title,
.m_countdown_progress,
.m_option:after,
.m_option_input:checked + .m_option_label,
.m_option_label:after,
.m_pagination_active,
.m_tab_nav_item_active,
.m_options_page.m_options_page_active:before,
.m_popup_header,
.notice,
.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus,
.wizard > .steps .done a,
.wizard > .actions a,
.gallery_entry_header {
  background-color: #000; }

.form_layout .row {
  padding-left: 0;
  padding-right: 0; }

.form_layout .m_header_guide {
  display: none; }

.footer_powct {
  background-color: transparent !important; }

.footer_section .footer_text {
  background-color: #faf4af !important; }

/* ****************************** */
/* ****************************** */
/* SOCIAL BUTTONS: 								*/
/* ****************************** */
/* ****************************** */
.m_popup_text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Graphik-Regular', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0 !important;
  padding-left: 0 !important; }
  .m_popup_text p {
    color: #000 !important; }
  .m_popup_text > .common-btn {
    width: 100%;
    margin: 0 auto 1em auto;
    max-width: 85%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (min-width: 768px) {
      .m_popup_text > .common-btn {
        max-width: 60%; } }
    .m_popup_text > .common-btn a {
      width: 100%;
      text-align: center;
      display: block;
      height: 3em;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .m_popup_text > .common-btn a::after {
        position: relative; }
      .m_popup_text > .common-btn a:hover {
        text-decoration: none; }
      .m_popup_text > .common-btn a span {
        vertical-align: middle;
        font-family: Arial, sans-serif;
        font-weight: bold;
        margin: 0;
        line-height: 1em;
        height: auto; }
  .m_popup_text .common-bg {
    background: transparent !important;
    margin: 0;
    width: 100%; }
    .m_popup_text .common-bg .common-bg {
      text-align: center; }

.instagram-icon-bg {
  background: #f09433;
  background: -moz-linear-gradient(90deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(90deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(90deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }

/* ****************************** */
/* ****************************** */
/* POPUPS													*/
/* ****************************** */
/* ****************************** */
.m_popup {
  border-radius: 0;
  width: 90.22%; }
  @media screen and (min-width: 768px) {
    .m_popup {
      width: 40.22%; } }
  .m_popup .m_popup_header {
    border-radius: 0;
    background-color: #6f7497;
    color: white;
    text-transform: uppercase;
    padding: 0.8em 0;
    text-align: center; }

.m_popup:not(#auth_popup) {
  width: 95%; }
  @media only screen and (min-width: 768px) {
    .m_popup:not(#auth_popup) {
      width: 75%; } }
  .m_popup:not(#auth_popup) .m_popup_header {
    border-radius: 0; }
  .m_popup:not(#auth_popup) .m_popup_content .m_header h1 {
    font-size: 1.5em !important;
    text-align: center; }
  .m_popup:not(#auth_popup) h2 {
    font-family: 'Graphik-Regular', sans-serif !important;
    font-weight: 500;
    font-size: 16px; }

#auth_popup {
  padding: 0;
  max-width: 560px; }

/* ****************************** */
/* ****************************** */
/* FACEBOOK box-shadow: 					*/
/* ****************************** */
/* ****************************** */
#auth_popup .m_popup_content {
  background-color: #eef1f1; }

.m_popup#legal_terms .m_popup_header {
  width: 100%;
  background-color: #2e363b; }
.m_popup#legal_terms .m_popup_content {
  margin: 1em 1em 3em; }
  .m_popup#legal_terms .m_popup_content .m_popup_text {
    width: 100%;
    height: auto;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .m_popup#legal_terms .m_popup_content .m_popup_text h1 {
      width: 100%;
      font-size: 1.2em;
      font-family: 'Graphik-Semibold', sans-serif !important;
      font-weight: 600; }
    .m_popup#legal_terms .m_popup_content .m_popup_text h2, .m_popup#legal_terms .m_popup_content .m_popup_text h3 {
      width: 100%;
      font-size: 1.1em;
      font-family: 'Graphik-Semibold', sans-serif !important;
      font-weight: 600; }
    .m_popup#legal_terms .m_popup_content .m_popup_text p {
      width: 100%;
      margin-bottom: 1em;
      margin-top: 0;
      padding-right: 0;
      font-size: 1em;
      color: #666666 !important; }
    .m_popup#legal_terms .m_popup_content .m_popup_text ul {
      font-size: 1em; }
      .m_popup#legal_terms .m_popup_content .m_popup_text ul li {
        margin-left: 2em;
        color: #666666 !important; }

.m_popup#legal_provider .m_popup_header {
  width: 100%;
  background-color: #2e363b; }
.m_popup#legal_provider .m_popup_content {
  margin: 1em 1em 3em; }
  .m_popup#legal_provider .m_popup_content .m_popup_text {
    width: 100%;
    height: auto;
    text-align: left;
    overflow-x: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .m_popup#legal_provider .m_popup_content .m_popup_text h1 {
      font-size: 1.2em;
      width: 100%;
      font-family: 'Graphik-Semibold', sans-serif !important;
      font-weight: 600; }
    .m_popup#legal_provider .m_popup_content .m_popup_text h2, .m_popup#legal_provider .m_popup_content .m_popup_text h3 {
      width: 100%;
      font-size: 1.1em;
      font-family: 'Graphik-Semibold', sans-serif !important;
      font-weight: 600; }
    .m_popup#legal_provider .m_popup_content .m_popup_text p {
      width: 100%;
      margin-bottom: 1em;
      margin-top: 0;
      padding-right: 0;
      font-size: 1em;
      color: #666666 !important; }
    .m_popup#legal_provider .m_popup_content .m_popup_text ul {
      font-size: 1em; }
      .m_popup#legal_provider .m_popup_content .m_popup_text ul li {
        margin-left: 2em;
        color: #666666 !important; }

.m_popup.fan_us {
  background: transparent; }
  .m_popup.fan_us .m_popup_header {
    display: none; }
  .m_popup.fan_us .m_popup_content {
    background-color: transparent;
    padding: 0; }
    .m_popup.fan_us .m_popup_content h2 {
      color: #c04576 !important;
      font-size: 18px; }
    .m_popup.fan_us .m_popup_content > div {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .m_popup.fan_us .m_popup_content .m_header {
      display: block;
      position: relative;
      margin-bottom: 2em; }
      .m_popup.fan_us .m_popup_content .m_header h1 {
        font-family: 'Graphik-Regular', sans-serif !important;
        font-weight: 400;
        font-size: 2em;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        display: block; }
    .m_popup.fan_us .m_popup_content .share-btn {
      padding: 0 15px; }
    .m_popup.fan_us .m_popup_content .m_url_content {
      text-align: center; }
    .m_popup.fan_us .m_popup_content .btn {
      box-shadow: none;
      background-color: #6e6e6e;
      color: #fff;
      border-radius: 0;
      width: 50px;
      height: 50px;
      padding: 0;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .m_popup.fan_us .m_popup_content .btn i {
        font-size: 2em; }
      .m_popup.fan_us .m_popup_content .btn::after {
        content: none; }
      .m_popup.fan_us .m_popup_content .btn:hover {
        background-color: white; }
        .m_popup.fan_us .m_popup_content .btn:hover i {
          color: #6e6e6e; }
    .m_popup.fan_us .m_popup_content .m_url_btn {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .m_popup.fan_us .m_popup_content .m_url_btn .url_share_link {
        padding: 0.15em 1em;
        background-color: #fff;
        color: #000;
        font-size: 13px;
        text-decoration: none;
        text-align: left;
        border: 1px solid #fff;
        font-family: 'Graphik-Regular', sans-serif !important;
        font-weight: 400; }
      .m_popup.fan_us .m_popup_content .m_url_btn .m_btn {
        font-family: 'Graphik-Regular', sans-serif !important;
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 0;
        background-color: #6e6e6e !important;
        color: #000;
        border: 1px solid #6e6e6e !important;
        padding: 0.2em 1em !important;
        font-weight: 600;
        text-decoration: none;
        text-shadow: none;
        text-transform: uppercase;
        margin-left: -2px;
        border-radius: 0; }
        .m_popup.fan_us .m_popup_content .m_url_btn .m_btn:hover {
          background-color: transparent;
          color: #6e6e6e; }
        .m_popup.fan_us .m_popup_content .m_url_btn .m_btn::after {
          content: none; }
      .m_popup.fan_us .m_popup_content .m_url_btn .m_btn.m_btn_small.js_clipboard {
        margin-bottom: 0 !important; }

.alertify-message {
  color: #666666 !important; }

.home_txt p {
  padding: 0 3em; }

.grid-item {
  position: relative; }
  .grid-item iframe {
    width: 100 !important;
    height: auto; }
