/* ---------------------- Variable Fonts --------------------- */
/* ------------------ Unusual media querries ------------------ */
/* ---------------------- Base & Typography ------------------- */
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
@-webkit-keyframes pulse-shadow--collection {
  0% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-shadow--collection {
  0% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse-shadow--collection-zoom {
  0% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
    transform: scale(1.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-shadow--collection-zoom {
  0% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0);
    transform: scale(1.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
html,
body {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}
html .container.main,
body .container.main {
  background: url("../img/header.png") #CDD1E1 no-repeat top center;
  max-width: 1000px;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.3);
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html .container.main,
  body .container.main {
    background: #CDD1E1;
    min-height: 100vh;
  }
}
@media screen and (min-width: 880px) {
  html .background.row,
  body .background.row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 881px) {
  html .background.row,
  body .background.row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
html .opacity,
body .opacity {
  background: #fff !important;
  padding: 45px 45px 60px 45px;
}
@media screen and (max-width: 767px) {
  html .opacity,
  body .opacity {
    padding-top: 15px;
  }
}
html .dotted:after,
body .dotted:after,
html .dotted-mobile:after,
body .dotted-mobile:after {
  content: " ";
  display: inline-block;
  height: 1px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  html .dotted:after,
  body .dotted:after,
  html .dotted-mobile:after,
  body .dotted-mobile:after {
    width: 100%;
  }
}
html .dotted-before:before,
body .dotted-before:before {
  content: " ";
  display: inline-block;
  height: 1px;
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  html .dotted-before:before,
  body .dotted-before:before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  html .dotted-mobile:after,
  body .dotted-mobile:after {
    display: none;
  }
}
html .clear,
body .clear {
  clear: both;
  display: table;
  height: 1px;
}
html .center-block,
body .center-block {
  margin: 0 auto;
  display: block;
  float: none;
}
html .marbo20,
body .marbo20 {
  margin-bottom: 20px;
}
html .marbo40,
body .marbo40 {
  margin-bottom: 40px;
}
html .marbo60,
body .marbo60 {
  margin-bottom: 60px;
}
html .pulse,
body .pulse {
  margin-left: 15px;
  animation: pulse 1s infinite;
}
@font-face {
  font-family: 'organicalight';
  src: url('../font/organica_light-webfont.eot');
  src: url('../font/organica_light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/organica_light-webfont.woff') format('woff'), url('../font/organica_light-webfont.ttf') format('truetype'), url('../font/organica_light-webfont.svg#organicalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'organica';
  src: url('../font/organica_regular-webfont.eot');
  src: url('../font/organica_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/organica_regular-webfont.woff') format('woff'), url('../font/organica_regular-webfont.ttf') format('truetype'), url('../font/organica_regular-webfont.svg#organicasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'organicamedium';
  src: url('../font/organica_medium-webfont.eot');
  src: url('../font/organica_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../font/organica_medium-webfont.woff') format('woff'), url('../font/organica_medium-webfont.ttf') format('truetype'), url('../font/organica_medium-webfont.svg#organicamedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'organicabold';
  src: url('../font/organica_bold-webfont.eot');
  src: url('../font/organica_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/organica_bold-webfont.woff') format('woff'), url('../font/organica_bold-webfont.ttf') format('truetype'), url('../font/organica_bold-webfont.svg#organicabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'organicasemibold';
  src: url('../font/organica_semibold-webfont.eot');
  src: url('../font/organica_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/organica_semibold-webfont.woff') format('woff'), url('../font/organica_semibold-webfont.ttf') format('truetype'), url('../font/organica_semibold-webfont.svg#organicasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'monopolsemibold';
  src: url('../font/monopol-semibold.otf');
  font-weight: normal;
  font-style: normal;
}
.form {
  background: #BD316F;
  padding: 35px 50px;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 35px;
  }
}
@media screen and (max-width: 400px) {
  .form {
    padding: 15px;
  }
}
.form .credentials {
  width: 50%;
  display: inline-block;
  padding-right: 25px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .form .credentials {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .form .credentials .form-primary-button {
    display: none;
  }
}
.form .credentials .form-group:last-of-type {
  margin-bottom: 0;
}
.form .credentials .control-label,
.form .credentials sup {
  display: none;
}
.form .terms {
  width: 50%;
  display: inline-block;
  padding-left: 25px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .form .terms {
    width: 100%;
    padding-left: 0;
  }
  .form .terms .form-alternate-button {
    display: block !important;
  }
}
.form .terms a {
  color: #fff;
}
.form .terms .form-group:not(.form-alternate-button):last-of-type {
  margin-bottom: 0;
}
.form .terms .form-alternate-button {
  display: none;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-news {
  margin-top: -12px;
}
.form-button {
  padding: 0 55px;
  width: 100%;
  text-align: center;
  line-height: 5.5rem;
  font-size: 1.8rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.4s all ease-out;
  position: relative;
  border: 0;
  z-index: 100;
  outline: none;
  display: inline-block;
  background: #2F3174;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form-button {
    font-size: 2rem;
    line-height: 4.5rem;
    padding: 0 45px;
  }
}
.form-button:hover {
  text-decoration: none;
  color: #FFF;
}
.form-button:hover:before {
  opacity: 1;
}
.form-button-facebook {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 10px 15px 10px 50px;
  white-space: nowrap;
}
.form-button-facebook:after {
  content: " ";
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13.5px;
  background-image: url("../img/fb-icon.png");
}
.form-challenge-button {
  border: 1px #872325 solid;
  border-radius: 5px;
  line-height: 3rem;
  font-size: 1.2rem;
  color: #ffffff;
  display: block;
  background: #c32428;
  text-transform: uppercase;
  text-align: center;
  transition: 0.4s all;
  cursor: pointer;
  cursor: hand;
  outline: none;
}
.form-challenge-button:hover {
  background: transparent;
  border-color: #872325;
  text-decoration: none;
  color: #fff;
}
.form input[type="email"],
.form input[type="password"],
.form input[type="text"] {
  line-height: 4rem;
  padding: 0 20px;
  color: #6f6f6f;
  font-size: 1.5rem;
  outline: none;
  z-index: 20;
  height: 4rem;
  border: 0;
}
.form input[type="email"] ~ label,
.form input[type="password"] ~ label,
.form input[type="text"] ~ label {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  pointer-events: none;
  z-index: 10;
  position: absolute;
  top: -25px;
  left: 0;
  padding-left: 20px;
  transition: 0.4s all ease-in-out;
}
.form input[type="email"]:focus ~ label,
.form input[type="password"]:focus ~ label,
.form input[type="text"]:focus ~ label {
  top: -25px;
  color: #fff;
}
.form input[type=text].not-empty ~ label,
.form input[type=email].not-empty ~ label,
.form input[type=password].not-empty ~ label {
  top: -25px;
  color: #fff;
}
.form .checker {
  background-image: url("../img/checkbox.png");
  background-position: left center;
  background-size: auto 100%;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  transition: 0.3s background-position ease-out;
  border-radius: 3px;
}
.form .checker ~ label {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-left: 32px;
  position: relative;
  top: -25px;
  width: 100%;
  display: inline-block;
}
.form .checker ~ label a {
  text-decoration: underline;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.form .checker ~ label a:hover {
  color: #fff;
}
.form .info-label {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-left: 32px;
  top: -25px;
  width: 100%;
  display: inline-block;
}
.form .info-label a {
  text-decoration: underline;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.form .info-label a:hover {
  color: #2d2d2d;
}
.form input[type=checkbox]:checked + .checker {
  background-position: right center;
}
*,
a {
  color: #2d2d2d;
  font-family: "organica", Arial, Verdana, Geneva, Helvetica, sans-serif;
}
h1 {
  font-size: 3.5rem;
  padding-bottom: 10px;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}
h1 span {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 span {
    padding-top: 5px;
    font-size: 1.6rem;
  }
}
h2 {
  font-size: 3rem;
  padding-bottom: 25px;
}
h2 b {
  font-weight: normal;
}
h2.h1 {
  display: block;
  padding-bottom: 30px;
  width: 100%;
  color: #2F3174;
  font-size: 36px;
}
a.blue {
  font-size: 1.6rem;
  color: #fff;
}
a.arrow {
  position: relative;
  transition: 0.4s all ease-out;
  padding-right: 20px;
}
a.arrow:hover {
  padding-right: 30px;
}
a.arrow.blue .fa-angle-right {
  color: #BD316F;
  font-weight: 200;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 2rem;
}
a.arrow.block {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.8rem;
}
a.marbo {
  display: inline-block;
  margin-bottom: 4rem;
}
a.rmar15 {
  margin-right: 30px;
}
.alert-warning,
.alert-caution {
  background: transparent;
  font-size: 2rem;
  padding: 50px 20px 30px;
  color: #FFF70F;
  border: 0;
  text-align: center;
}
.alert-warning:before,
.alert-caution:before {
  display: inline-block;
  position: relative;
  top: 13px;
  margin-right: 10px;
  content: " ";
  width: 45px;
  height: 45px;
  background: url("../img/hint-icon.png") no-repeat center;
  border: 2px #FFF70F solid;
  border-radius: 50%;
}
.alert-success {
  background: transparent;
  font-size: 2rem;
  padding: 50px 20px 30px;
  color: #00e500;
  border: 0;
  text-align: center;
}
.alert-success:before {
  display: inline-block;
  position: relative;
  top: 13px;
  margin-right: 10px;
  content: " ";
  width: 45px;
  height: 45px;
  background: url("../img/success-icon.png") no-repeat center;
  background-size: 80%;
}
.alert-evaluation {
  margin-top: -100px;
  margin-bottom: 50px;
}
.alert-info {
  background: transparent;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border: 0;
}
/* --------------------------- Plugins ------------------------ */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
}
#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}
#imagelightbox-close {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */
  cursor: pointer;
  color: #666;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#imagelightbox-close span {
  color: #666;
  font-size: 1.4rem;
  position: fixed;
  right: 4em;
  top: 2em;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
  cursor: pointer;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* ------------------------ Page sections --------------------- */
.header {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 30px 10px 10px 10px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-left: 0;
    padding-right: 0;
  }
}
.header .title a {
  text-transform: uppercase;
  display: inline-block;
  width: 200px;
  font-size: 24px;
  position: relative;
  top: 10px;
  left: 20px;
}
.header .title a .first {
  color: #BD316F;
  letter-spacing: 3.8px;
}
.header .title a .second {
  color: #BD316F;
  letter-spacing: 3px;
}
.header .title a:hover {
  text-decoration: none;
}
.header-iframe {
  height: 110px;
}
@media screen and (max-width: 999px) {
  .header-iframe {
    height: 80px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .header-iframe {
    height: 100px !important;
  }
}
.header-tn {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header-tn .container {
    max-width: 1200px;
    padding: 0;
    margin: 0;
  }
}
.header-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .header-nav {
    padding-top: 60px;
    padding-bottom: 40px;
    top: 0px;
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    text-align: center;
    position: absolute;
    z-index: -1;
    transition: 0.5s top ease-out;
  }
  .header-nav.active {
    top: -30px;
    height: 100vh;
    background: #fff;
    z-index: 998;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
  }
}
.header-nav ul {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .header-nav ul {
    display: block;
    width: 100%;
  }
}
.header-nav li {
  margin-right: 10px;
}
.header-nav li:last-of-type {
  margin-right: 5px;
}
.header-nav a {
  font-weight: bold;
  position: relative;
  line-height: 40px;
  font-size: 18px;
  background-color: #BD316F;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .header-nav a {
    margin: 15px 0;
  }
}
.header-nav a:hover {
  color: #2F3174;
  background-color: #fff;
  text-decoration: none;
}
.header-nav a.active {
  color: #2F3174;
  background-color: #fff;
}
.header-nav a.active:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .header-nav a.active:after {
    background-color: #BD316F;
    height: 3px;
  }
}
.header-nav a.back {
  padding-left: 50px;
}
.header-nav a.back:hover:after {
  background-color: #BD316F;
}
.header-nav a.back:after {
  content: " ";
  background: url("../img/calendar-ico.png") no-repeat center;
  width: 19px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 15px;
  border: 3px solid #BD316F;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .header-nav a.back:after {
    top: 10px;
  }
}
.header_menu {
  width: 24px;
  height: 17px;
  position: relative;
  display: block;
  border-top: 3px solid #fff;
  transition: border-color ease 0.3s;
}
.header_menu_icon:before,
.header_menu_icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 3px;
  background-color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.header_menu_icon:before {
  top: 4px;
}
.header_menu_icon:after {
  bottom: 0;
}
.header_menu_wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 5px;
  background: #BD316F;
}
@media screen and (max-width: 767px) {
  .header_menu_wrap {
    display: block;
    position: relative;
    float: right;
    z-index: 999;
  }
}
.header_menu_wrap.active .header_menu {
  border-top: 0;
}
.header_menu_wrap.active .header_menu_icon:before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 7px;
  background-color: #ffffff;
}
.header_menu_wrap.active .header_menu_icon:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  bottom: auto;
  top: 7px;
  background-color: #ffffff;
}
.calendar {
  background: url("../img/calendar.png") #BD316F repeat top center;
  min-height: 500px;
  text-align: center;
}
.calendar-box {
  width: 112px;
  height: 112px;
  border: 2px #3D3D3D dashed;
  position: relative;
  display: inline-block;
  margin: 12px;
  background: #fff;
}
@media screen and (min-width: 850px) and (max-width: 996px) {
  .calendar-box {
    margin: 12px 30px;
  }
}
.calendar-box .logo {
  position: absolute;
  /*			height: 110px;
			width: 130px;*/
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 90% !important;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.calendar-box.open {
  position: relative;
  border: 1px solid white;
  /*&:before{
				display: none;

		 	}*/
}
.calendar-box.open .logo {
  background-size: cover;
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
  opacity: 1;
}
.calendar-box.open .day {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 50%;
  width: 30px;
  height: 30px;
  color: #BD316F;
}
.calendar-box.opened .day {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 50%;
  width: 30px;
  height: 30px;
  color: #BD316F;
}
.calendar-box .title,
.calendar-box .brand {
  display: none;
}
.calendar-box .day {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 25px;
  color: #D7D1E3;
  z-index: 10;
  font-family: "monopolsemibold", Arial, Verdana, Geneva, Helvetica, sans-serif;
  line-height: 35px;
}
.calendar-box .prize {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.calendar-box:not(.prize-hidden):before {
  content: " ";
  background: url("../img/open.png") no-repeat center;
  width: 25px;
  height: 140px;
  position: absolute;
  top: -15px;
  left: -25px;
}
.calendar .future-day {
  background: transparent;
}
.calendar .future-day .logo {
  -webkit-filter: none;
  filter: none;
}
.calendar .future-day .day {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  font-size: 60px;
  line-height: 60px;
}
.calendar .special-day {
  border: 2px #fcbd4c solid;
  background: url("../img/tree.png") #F7D8A2 center no-repeat;
}
.calendar .special-day .logo {
  display: none;
}
.calendar .special-day .day {
  bottom: 2px;
  color: #fcbd4c;
}
.row.background.special-day {
  background: #BD316F !important;
}
.row.background.special-day .special-day-prize {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.row.background.special-day .special-day-prize .special-day-prize-image {
  width: 100px;
}
.row.background.special-day .special-day-prize .special-day-prize-text {
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.row.background.special-day h2,
.row.background.special-day p {
  color: #fff;
}
.question {
  margin: 0 auto;
  width: 100%;
  min-width: 760px;
  max-width: 760px;
}
@media screen and (max-width: 880px) {
  .question {
    width: calc(100% - 60px);
    min-width: 100%;
  }
}
.question-header {
  height: 125px;
  display: table;
  width: 100%;
  border: 1px #BD316F solid;
}
@media screen and (max-width: 767px) {
  .question-header {
    display: block;
    height: auto;
    position: relative;
    padding-bottom: 100px;
  }
}
.question-header > a {
  display: block;
}
.question-content .task-description {
  color: #BD316F;
  font-size: 14px;
  padding-bottom: 15px;
}
.question-content .task-description a {
  color: #0056b3;
  text-decoration: none;
}
.question-content .task-description a:hover {
  text-decoration: underline;
}
.question-prize,
.question-title,
.question-brand {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .question-prize,
  .question-title,
  .question-brand {
    display: block;
  }
}
.question-prize img,
.question-title img,
.question-brand img {
  height: 125px;
  width: auto;
  padding: 15px;
}
.question-brand {
  /*	 	max-width: 130px;
	 	padding-right: 20px;*/
}
@media screen and (max-width: 767px) {
  .question-brand {
    position: relative;
    float: right;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 0;
    display: inline-block;
    width: auto;
    max-width: none;
    padding-right: 0;
  }
  .question-brand img {
    max-height: 100px;
  }
}
.question-prize {
  background: #fff;
  width: 200px;
  border-right: 1px #BD316F solid;
}
@media screen and (max-width: 767px) {
  .question-prize {
    position: absolute;
    width: auto;
    max-height: 100px;
    bottom: 0;
    border: 0;
  }
  .question-prize img {
    max-height: 100px;
    width: auto;
  }
}
.question-title {
  padding: 10px;
  padding-left: 15px;
  border-left: 2px rgba(255, 255, 255, 0.8) solid;
}
@media screen and (max-width: 767px) {
  .question-title {
    position: relative;
    border-left: 0;
  }
}
.question-title-wrap {
  display: table-row;
  white-space: nowrap;
}
.question-title h2,
.question-title h3 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  white-space: normal;
  word-break: break-word;
  color: #BD316F;
}
.question-title h2 {
  font-size: 2rem;
  line-height: 2.2rem;
  padding-right: 90px;
}
.question-title h2 .description {
  margin-top: 10px;
  font-size: 13px;
  line-height: 15px;
}
.question-title h3 {
  font-size: 6rem;
  line-height: 6rem;
  padding-right: 20px;
  font-family: "monopolsemibold", Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.question .quiz-content {
  padding: 35px 100px;
  background: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .question .quiz-content {
    padding: 35px 60px;
    margin-bottom: 15px;
  }
}
.question .quiz-content h3 {
  font-size: 1.8rem;
  color: #000;
  padding-bottom: 30px;
}
.question .quiz-content h3:before {
  content: " ";
  height: 18px;
  width: 18px;
  background: #CDD1E1;
  position: absolute;
  margin-left: -35px;
}
@media screen and (max-width: 420px) {
  .question .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.footer {
  padding-top: 0;
}
@media only screen and (min-width: 1000px) {
  .footer {
    padding-top: 2em;
  }
}
.footer-tn {
  background: #fff;
}
.footer .footer_box {
  padding: 1.25em 1.25em 2.5em;
  color: #7b7b7b;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .footer .footer_box {
    padding: 1.25em 0 2.5em 4.5em;
    margin: 0 20px;
  }
}
.footer .footer_box:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  right: 0px;
  bottom: 120px;
  background: url('../img/sp_std.png') 0 -160px no-repeat;
}
@media only screen and (min-width: 1000px) {
  .footer .footer_box:after {
    content: '';
    position: absolute;
    width: 155px;
    height: 160px;
    right: 12.6%;
    bottom: 87px;
    background: url('../img/sp_std.png') 0 0 no-repeat;
  }
}
.footer .footer_box ul {
  width: 48%;
  float: left;
}
.footer .footer_box ul li {
  list-style-type: none;
  height: 22px;
}
@media only screen and (max-width: 320px) {
  .footer .footer_box ul li {
    height: auto;
    margin: 0 0 4px;
  }
}
.footer .footer_box ul li.rss {
  display: none;
  height: 40px;
}
.footer .footer_box ul li.rss a {
  line-height: 30px;
  padding: 8px 0 8px 42px;
  background: url('../img/sp_header_footer.png?r=2') -200px -100px no-repeat;
}
.footer .footer_box ul li.write_us {
  height: 60px;
}
.footer .footer_box ul li.write_us a {
  line-height: 23px;
  padding: 4px 0 4px 42px;
  background: url('../img/sp_header_footer.png?r=2') -400px -100px no-repeat;
}
.footer .footer_box ul li.nova_hd {
  height: 40px;
}
.footer .footer_box ul li.nova_hd a {
  display: block;
  width: 100px;
  height: 40px;
  background: url('../img/sp_header_footer.png?r=2') 0 -88px no-repeat;
}
.footer .footer_box ul li.nova_hd span {
  display: none;
}
@media only screen and (min-width: 600px) {
  .footer .footer_box ul {
    width: 24%;
    float: left;
  }
}
.footer .footer_box ul + ul + ul {
  clear: both;
  margin-top: 2em;
}
@media only screen and (min-width: 600px) {
  .footer .footer_box ul + ul + ul {
    clear: none;
    margin-top: 0;
  }
}
.footer .footer_box a {
  color: #7b7b7b;
  text-decoration: none;
}
.footer .footer_box a:hover {
  text-decoration: underline;
}
.footer .footer_box .disclaimer {
  font-size: 9px;
  padding-top: 1em;
  clear: both;
  color: #7B7B7B;
}
.footer .footer_box .disclaimer p {
  color: #7B7B7B;
}
.footer .footer_box .copyright {
  margin-bottom: 1em;
  color: #7b7b7b;
}
.footer #search_anchor {
  display: none;
}
@media only screen and (max-width: 599px) {
  .footer #search_anchor {
    display: block;
    width: 100%;
    margin-top: 2em;
  }
}
.footer #search_anchor .search_form {
  background: none repeat scroll 0 0 #fff;
  padding: 0 3em 0 0.5em;
  margin: 0 1em 2em;
  position: relative;
  border: 1px solid #bebebe;
}
.footer #search_anchor .input_text {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  padding: 0.7em 0;
  font-size: 1.2rem;
  width: 100%;
  color: #7b7b7b;
}
.footer #search_anchor .input_submit {
  background: url('../img/sp_header_footer.png?r=2') -585px 5px no-repeat;
  border: 0 none;
  bottom: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 2px;
  width: 3.4em;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  margin: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.footer-tn {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.challenge {
  padding-left: 4%;
}
.challenge h2 {
  padding-top: 40px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .challenge h2 {
    text-align: center;
  }
}
.challenge-list {
  list-style: none;
  background: rgba(0, 0, 0, 0.7);
}
.challenge-list li {
  padding: 20px 15px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .challenge-list li {
    position: relative;
  }
}
.challenge-list li:after {
  content: " ";
  display: inline-block;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: -20px;
  background: url("../img/dashed.png") repeat-x;
}
@media screen and (max-width: 767px) {
  .challenge-list li:after {
    margin-top: 80px;
  }
}
.challenge-list li:last-child:after {
  background: transparent;
}
.challenge-list li.nopoints .challenge-info {
  width: calc(100% - 135px);
  padding-right: 10px;
}
.challenge-list li.nopoints .challenge-actions i {
  white-space: nowrap;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .challenge-list li.nopoints .challenge-actions {
    margin-left: 0;
  }
}
.challenge-list:last-of-type {
  margin-bottom: 150px;
}
@media screen and (max-width: 575px) {
  .challenge-list:last-of-type {
    margin-bottom: 6%;
  }
}
.challenge-list.completed .challenge-points {
  margin-right: 0;
}
.challenge-list.completed .challenge-points:not(.total) {
  border-right: 0;
  background: #ff3334;
}
@media screen and (max-width: 767px) {
  .challenge-list.completed .challenge-points:not(.total) {
    margin-left: -75px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.challenge-list.completed .challenge-points:not(.total) * {
  color: #000;
}
.challenge-list.completed .challenge-points.total {
  border-left: 0;
  vertical-align: top;
  font-size: 1.4rem;
  padding-top: 6px;
  padding-left: 3px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .challenge-list.completed .challenge-points.total {
    margin-left: -31px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.challenge-list.completed .challenge-points.total span {
  font-size: 2rem;
  display: inline;
  top: 0;
}
.challenge-list.completed .challenge-info {
  width: calc(100% - 225px);
}
@media screen and (max-width: 767px) {
  .challenge-list.completed .challenge-info {
    width: 100% !important;
  }
}
.challenge-list.completed .challenge-info .completed:before {
  content: "\f00c";
  font-family: "FontAwesome";
  height: 15px;
  width: 15px;
  font-size: 15px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.challenge-list.completed .challenge-actions a {
  background: transparent;
}
.challenge-list.completed .challenge-actions a:hover {
  background: #c32428;
  border: 1px #fff solid;
}
@media screen and (max-width: 767px) {
  .challenge-list.completed .challenge-actions {
    margin-left: 60px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .challenge-list.completed li:after {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .challenge-list.closed .challenge-points {
    transform: translateX(25px);
  }
}
.challenge-points {
  width: 45px;
  height: 45px;
  border: 1px #fff solid;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .challenge-points:not(.main-points) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -55px;
    bottom: 9px;
    border-radius: 5px;
  }
}
.challenge-points b {
  color: #ff3334;
  font-size: 2.8rem;
  line-height: 2.8rem;
  display: block;
  width: 100%;
  text-align: center;
}
.challenge-points span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #FFF;
  position: relative;
  top: -2px;
}
.challenge-info {
  width: calc(100% - 180px);
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .challenge-info {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.challenge-info h3 {
  padding-top: 2px;
  padding-bottom: 3px;
}
.challenge-info h3 span {
  color: #FFF70F;
}
.challenge-info h3 a {
  color: #ffffff;
}
.challenge-info h3 a:hover {
  text-decoration: underline;
}
.challenge-info .odpocet:before {
  content: " ";
  height: 15px;
  width: 13px;
  background: url("../img/hours-icon.png") no-repeat center;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.challenge-actions {
  display: inline-block;
  width: 115px;
  margin-left: 10px;
  vertical-align: top;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .challenge-actions {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 35px;
  }
  .challenge-actions a {
    height: 45px;
    line-height: 45px;
  }
}
.challenge-actions i {
  color: #FFF70F;
  font-size: 1.2rem;
  display: block;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .challenge-bonus {
    padding-bottom: 80px !important;
  }
  .challenge-bonus:after {
    margin-top: 0 !important;
  }
}
.challenge-bonus .form {
  margin-top: 30px;
}
.challenge-bonus .form:before {
  content: " ";
  height: 26px;
  width: 20px;
  background: url("../img/lock.png") no-repeat center;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.challenge-bonus .form-group {
  display: inline-block;
  width: calc(100% - 40px);
  margin-bottom: 0;
}
.challenge-bonus .form-input {
  width: calc(100% - 40px);
  display: inline-block;
  border: 1px #05626c solid !important;
  border-radius: 5px;
}
.challenge-bonus .form-input ~ label {
  margin-top: 2px;
}
.challenge-bonus .form-challenge-button.arrow {
  display: inline-block;
  width: 30px;
  line-height: 3rem;
  font-size: 2rem;
  outline: none;
  box-sizing: border-box;
  height: 4rem;
  top: 2px;
  margin-left: 5px;
  position: relative;
}
.challenge-back {
  position: fixed;
  left: calc(100% - 60px);
  white-space: nowrap 	;
  bottom: 10px;
  z-index: 999999;
  overflow: hidden;
  transition: 0.4s all ease-out;
  padding-top: 2px;
  padding-right: 30px;
}
.challenge-back i {
  color: #fff;
  font-size: 4rem;
  border: 3px #fff solid;
  border-radius: 50%;
  width: 46px;
  text-align: center;
}
.challenge-back span {
  font-size: 2rem;
  line-height: 4rem;
  padding-left: 15px;
  position: relative;
  top: -5px;
  display: inline-block;
}
.challenge-back span:first-letter {
  text-transform: capitalize;
}
.challenge-back:hover {
  left: calc(100% - 230px);
}
.challenge-task {
  padding-left: 4%;
}
.challenge-task .challengeWrap {
  background-color: #0e1317;
  padding: 15px;
}
@media screen and (max-width: 575px) {
  .challenge-task h2 {
    text-align: center;
  }
}
.challenge-task h3.description {
  padding-bottom: 20px;
}
.challenge-task-header {
  background: rgba(27, 127, 165, 0.7);
  padding: 20px;
  padding-bottom: 0;
}
.challenge-task-header.dotted:after {
  margin-top: 20px;
  width: 100%;
}
.challenge-task-header .challenge-points {
  width: 60px;
  height: 60px;
}
.challenge-task-header .challenge-points b {
  font-size: 3.6rem;
  line-height: 3.6rem;
  padding-top: 3px;
}
.challenge-task-header .challenge-points span {
  font-size: 1.6rem;
  top: -8px;
}
.challenge-task-header-picture {
  margin-bottom: 20px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .challenge-task .challenge-info {
    width: calc(100% - 75px);
    display: inline-block;
    text-align: left;
  }
}
.challenge-task .challenge-info h4 {
  padding-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .challenge-task .challenge-info h4 {
    padding-top: 0;
  }
}
.challenge-task h2 {
  padding-top: 50px;
}
.challenge-tasks {
  border-top: 1px #fff dashed;
  padding: 20px;
  margin-bottom: 40px;
}
.challenge-tasks-results {
  text-align: center;
  margin-bottom: 50px;
}
.challenge-tasks h3 {
  color: #872325;
  font-size: 2.4rem;
  padding-bottom: 10px;
}
.challenge-tasks h4 {
  font-size: 2rem;
  color: #fff;
  line-height: 3rem;
  padding-bottom: 20px;
}
.challenge-tasks .form-challenge-button.submit {
  line-height: 4.5rem;
  font-size: 1.4rem;
  padding: 0 30px;
  margin: 0 auto;
}
.challenge-tasks .challenge-points {
  width: 60px;
  height: 60px;
}
.challenge-tasks .challenge-points b {
  padding-top: 5px;
  font-size: 3.8rem;
}
.challenge-tasks .challenge-points span {
  font-size: 1.7rem;
}
.challenge-tasks .challenge-points:not(.total) {
  border-right: 0;
  background: #ff3334;
  margin-right: -3px;
}
.challenge-tasks .challenge-points:not(.total) * {
  color: #036387;
}
.challenge-tasks .challenge-points.total {
  border-left: 0;
  vertical-align: top;
  font-size: 2rem;
  padding-top: 6px;
  padding-left: 1px;
  margin-right: 0;
}
.challenge-tasks .challenge-points.total span {
  font-size: 2.8rem;
  display: inline;
  top: 0;
}
.challenge-tasks .goback {
  line-height: 4.5rem;
  font-size: 1.4rem;
  padding: 0 30px;
  margin: 0 auto;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -40px !important;
}
@media screen and (max-width: 575px) {
  .challenge-tasks .goback {
    padding: 0 15px;
  }
}
.quiz .alert {
  padding: 0;
  line-height: 2.8rem;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 40px;
}
.quiz .alert:before {
  position: absolute;
  left: 0px;
  height: 30px;
  width: 30px;
  top: 0;
  background-size: 14%;
}
.quiz .alert-success:before {
  background-size: 100%;
}
@media screen and (max-width: 600px) {
  .quiz #recaptcha-warning {
    font-size: 16px;
    padding-left: 30px;
  }
  .quiz #recaptcha-warning:before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 420px) {
  .quiz #recaptcha-warning {
    margin-top: 0px !important;
  }
}
.quiz-content .alert {
  text-align: center;
  padding-top: 20px;
  color: #000;
}
.quiz-content .alert:before {
  border: 2px #000 solid;
  background: url("../img/hint-icon-black.png") no-repeat center;
  position: relative;
  top: 8px;
}
@media screen and (max-width: 600px) {
  .quiz-content .alert {
    padding-left: 0px;
  }
  .quiz-content .alert:before {
    display: block;
    top: 0;
    left: 0;
    margin: 0 auto 10px auto;
  }
}
.quiz ul {
  list-style: none;
}
.quiz input[type="radio"],
.quiz input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.quiz label {
  color: #000;
  cursor: pointer;
  cursor: hand;
}
.quiz pre {
  font-size: 1rem !important;
}
.quiz .taskimage {
  margin-bottom: 20px;
  max-width: 100%;
}
.quiz .dotted:after {
  width: 100%;
}
.quiz-abcd-image {
  margin-bottom: 20px;
  max-width: 100%;
}
.quiz-abcd li {
  color: #000;
  font-size: 1.6rem;
  display: block;
  transition: 0.4s all;
  padding-left: 50px;
  position: relative;
}
.quiz-abcd li:before {
  content: " ";
  border-radius: 50%;
  border: 1px #cea55f solid;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.quiz-abcd li:after {
  content: " ";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all;
}
.quiz-abcd li:not(:last-child) {
  margin-bottom: 9px;
}
.quiz-abcd li.right:after,
.quiz-abcd li:hover:after,
.quiz-abcd li.selected:after {
  background: #CDD1E1;
}
.quiz-abcd li label {
  padding: 10px;
  display: block;
}
.quiz-abcd li img {
  object-fit: contain;
  width: 150px;
  padding-right: 20px;
}
@media screen and (max-width: 1020px) {
  .quiz-abcd li img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .quiz-abcd.with-image .taskimageanchor {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-left: -34px;
    margin-right: 34px;
  }
  .quiz-abcd.with-image ul {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: -34px;
  }
}
.quiz-photo {
  width: calc(100% + 22px);
  font-size: 0;
  margin-bottom: 20px !important;
}
.quiz-photo-image {
  margin-bottom: 20px;
  max-width: 100%;
}
.quiz-photo li {
  position: relative;
  overflow: hidden;
  width: 177px;
  height: 177px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 0;
  margin-right: 14px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .quiz-photo li {
    width: 140px;
    height: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.quiz-photo li img {
  object-fit: contain;
  width: 177px;
  height: 177px;
}
@media screen and (max-width: 1020px) {
  .quiz-photo li img {
    width: 140px;
    height: 140px;
  }
}
.quiz-photo li:hover {
  -webkit-animation: pulse-shadow--collection 2s;
  animation: pulse-shadow--collection 2s;
}
.quiz-photo li:hover .quiz-photo-answer {
  bottom: 0;
}
.quiz-photo li.right,
.quiz-photo li.selected {
  border: 2px #fff solid;
}
.quiz-photo li.right:after,
.quiz-photo li.selected:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(161, 128, 72, 0.5);
}
.quiz-photo li.right .quiz-photo-answer,
.quiz-photo li.selected .quiz-photo-answer {
  bottom: 0;
  background: transparent;
  z-index: 99;
}
.quiz-photo-answer {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: center;
  bottom: -100%;
  transition: 0.4s all;
  padding: 15px;
}
.quiz-photo label {
  padding: 0;
}
.quiz-order-photos {
  font-size: 0;
  width: calc(100% + 22px);
}
.quiz-order-photos li {
  width: 177px;
  height: 177px;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: move;
}
@media screen and (max-width: 1020px) {
  .quiz-order-photos li {
    width: 140px;
    height: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.quiz-order-photos li img {
  object-fit: contain;
  width: 177px;
  height: 177px;
}
@media screen and (max-width: 1020px) {
  .quiz-order-photos li img {
    width: 140px;
    height: 140px;
  }
}
.quiz-order-photos li:hover {
  -webkit-animation: pulse-shadow--collection 2s;
  animation: pulse-shadow--collection 2s;
}
.quiz-order-photos .ui-sortable-placeholder {
  border: 2px #fff solid;
  visibility: visible !important;
  background: transparent;
}
.quiz-word-image {
  margin-bottom: 20px;
  max-width: 100%;
}
.quiz-word input {
  margin-top: 10px;
  max-width: 310px;
}
.quiz-guess {
  width: calc(100% + 22px);
  font-size: 0;
  margin-bottom: 40px !important;
}
.quiz-guess li {
  position: relative;
  overflow: hidden;
  width: 177px;
  height: 177px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .quiz-guess li {
    width: 140px;
    height: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1020px) {
  .quiz-guess li img {
    width: 140px;
    height: 140px;
  }
}
.quiz-guess li:hover {
  -webkit-animation: pulse-shadow--collection 2s;
  animation: pulse-shadow--collection 2s;
}
.quiz-guess li:hover .quiz-photo-answer {
  bottom: 0;
}
.quiz-guess li.right,
.quiz-guess li.selected {
  border: 2px #fff solid;
}
.quiz-guess li.right:after,
.quiz-guess li.selected:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(27, 179, 195, 0.7);
}
.quiz-guess li.right .quiz-photo-answer,
.quiz-guess li.selected .quiz-photo-answer {
  bottom: 0;
  background: transparent;
  z-index: 99;
}
.quiz-guess-answer {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: center;
  bottom: -100%;
  transition: 0.4s all;
  padding: 15px;
}
.quiz-guess label {
  padding: 0;
}
.quiz-finished .quiz-abcd li:not(.selected):hover {
  background: transparent;
}
.quiz-finished .quiz-abcd li label {
  cursor: initial;
}
.quiz-finished .quiz-photo li:hover,
.quiz-finished .quiz-guess li:hover {
  -webkit-animation: none;
  animation: none;
}
.quiz-finished .quiz-photo li label,
.quiz-finished .quiz-guess li label {
  cursor: initial;
}
/* ------------------------ Entire pages ---------------------- */
.login {
  padding: 50px 0;
}
.login .mw-300 {
  min-width: 300px;
}
.login button[type=submit] {
  line-height: 4.5rem;
  font-size: 1.8rem;
  margin-bottom: -20px;
}
.login input[type="password"] {
  margin-top: 37px;
}
.login .or {
  margin-top: 35px;
  margin-bottom: 25px;
  display: block;
  font-size: 1.6rem;
}
.login .form-button-facebook {
  margin-bottom: 15px;
  margin-left: -20px;
}
@media screen and (max-width: 400px) {
  .login .form-button-facebook {
    white-space: initial;
    margin-left: 0;
  }
}
.login sup {
  display: none;
}
.login-reg input[type="email"] {
  margin-top: 37px;
}
.login .alert-terms,
.login .alert-caution {
  position: relative;
  padding: 0;
  margin-left: 35px;
}
@media screen and (min-width: 767px) {
  .login .alert-terms.longError,
  .login .alert-caution.longError {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
}
@media screen and (min-width: 767px) {
  .login .alert-terms.longError:before,
  .login .alert-caution.longError:before {
    margin-left: -90px !important;
  }
}
.login .alert-terms:before,
.login .alert-caution:before {
  position: absolute;
  margin-left: -55px;
  margin-top: 15px;
}
.login .list-instyled {
  padding-top: 10px;
  padding-bottom: 10px;
}
.login .alert {
  padding-top: 0;
  margin-top: 20px;
}
.login .alert:before {
  margin-left: -60px !important;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.login .newsletterdetail {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: 0.4s all;
}
.login .newsletterdetail.visible {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.login .registerdetailhidden {
  display: none;
}
.winner {
  font-size: 1.6rem;
}
.winners {
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .winners {
    width: calc(100% + 30px);
  }
}
.winner-box {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 2px #BD316F solid;
  min-height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: url("../img/winner-avaliable.png") no-repeat 10px center;
  padding-left: 60px;
}
.winner-box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .winner-box {
    width: 48%;
    margin-right: 2%;
  }
  .winner-box:nth-child(4n) {
    margin-right: 2%;
  }
  .winner-box:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 500px) {
  .winner-box {
    width: 100%;
    margin-right: 0%;
  }
  .winner-box:nth-child(4n) {
    margin-right: 0;
  }
  .winner-box:nth-child(2n) {
    margin-right: 0;
  }
}
.winner-box .day {
  font-family: "monopolsemibold", Arial, Verdana, Geneva, Helvetica, sans-serif;
  line-height: 3rem;
}
.winner-box .day,
.winner-box .title {
  color: #BD316F;
  font-size: 2.8rem;
  padding-top: 20px;
}
.winner-box .title {
  color: #000;
  font-size: 1.8rem;
  padding-top: 0;
}
.winner-box.winner-box-passed {
  background: url("../img/winner-passed.png") no-repeat 10px center;
  background-color: #CDD1E1;
}
.winner-box.winner-box-passed .day {
  color: #fff;
}
.profile.col-sm-4,
.profile .col-sm-4 {
  padding-right: 4%;
}
.profile-info {
  text-align: center;
  border-bottom: 1px #fff solid;
  padding: 25px 0;
}
@media screen and (max-width: 575px) {
  .profile-info {
    border-bottom: 0;
  }
}
.profile-info img {
  margin: 40px auto 20px;
  border-radius: 50%;
  -webkit-animation: pulse-shadow--collection 2s infinite;
  animation: pulse-shadow--collection 2s infinite;
}
@media screen and (max-width: 575px) {
  .profile-info img {
    display: inline;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .profile-info-picture {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
  }
}
.profile-info-picture.loading {
  background: url("../img/loading.gif") no-repeat center;
  background-size: 40%;
}
@media screen and (max-width: 575px) {
  .profile-info-text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .profile-info-text h1 {
    padding-bottom: 0;
    padding-top: 15px;
  }
  .profile-info-text a.arrow {
    display: inline-block;
  }
}
.profile-top {
  text-align: center;
  padding-top: 50px;
  font-size: 1.6rem;
}
.profile h1 {
  font-size: 2rem;
  line-height: initial;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.profile h1 span {
  display: block;
  font-size: 1.8rem;
  padding-top: 8px;
  padding-bottom: 12px;
}
.profile-share {
  margin-bottom: 170px;
}
@media screen and (max-width: 575px) {
  .profile-share {
    margin-bottom: 40px;
  }
}
.profile-share-challenge {
  border: 1px #fff solid;
  width: 84.5%;
  font-size: 2rem;
  line-height: 2.2rem;
  background: #3B5998;
  padding: 25px 20px 25px 75px;
  position: absolute;
}
@media screen and (max-width: 575px) {
  .profile-share-challenge {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    padding: 20px 20px 20px 75px;
  }
}
@media screen and (max-width: 1000px) {
  .profile-share-challenge {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.profile-share-challenge:before {
  content: " ";
  height: 41px;
  width: 19px;
  background: url("../img/fb-icon-lrg.png") no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 27px;
}
.profile-share-challenge:hover {
  text-decoration: none;
}
.profile-edit .order-12 {
  padding-right: 4%;
}
.profile-edit .order-1 {
  padding-left: 4%;
}
.profile-edit .dotted:after {
  width: 100%;
  margin-top: 25px;
}
.profile-edit h2 {
  padding-top: 40px;
  padding-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .profile-edit h2 {
    text-align: center;
  }
}
.profile-edit-form {
  margin-top: 20px;
}
.profile-edit-form .form-group:first-child {
  margin-bottom: 0;
}
.profile-edit-form .form-group:not(:first-child) {
  display: none;
}
.profile-edit-form .form-group:not(:first-child) * {
  cursor: pointer;
}
.profile-edit-row {
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.profile-edit-row:first-of-type {
  padding: 0;
  padding-top: 15px;
}
@media screen and (max-width: 575px) {
  .profile-edit-row:first-of-type {
    text-align: center;
  }
}
.profile-edit-row:first-of-type .profile-info-picture {
  max-width: 124px;
}
@media screen and (max-width: 575px) {
  .profile-edit-row:first-of-type .profile-info-picture {
    margin-right: 0;
    margin-top: 15px;
  }
}
.profile-edit-row:first-of-type .profile-info-picture img {
  animation: pulse-shadow--collection 2s infinite;
  -webkit-animation: pulse-shadow--collection 2s infinite;
}
.profile-edit-row.photo span {
  padding-top: 55px;
}
@media screen and (max-width: 575px) {
  .profile-edit-row.photo span {
    padding-top: 0;
  }
}
.profile-edit-row span,
.profile-edit-row b {
  width: 50%;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  vertical-align: top;
}
@media screen and (max-width: 575px) {
  .profile-edit-row span,
  .profile-edit-row b {
    width: 100%;
    text-align: center;
  }
}
.profile-edit-photo {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.profile-edit-photo img {
  border-radius: 50%;
}
.profile-edit-form {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.profile-edit-form:hover a {
  padding-right: 30px;
}
.profile-edit-form #form {
  padding-top: 20px;
  padding-left: 10px;
}
.profile-edit-form #form .form-group:last-of-type {
  opacity: 0;
}
.profile-edit-form input[type=file],
.profile-edit-form button[type=submit] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.profile-edit-form #change-profile-photo {
  cursor: pointer;
}
.profile-password {
  font-size: 0;
}
.profile-password label {
  float: left;
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .profile-password label {
    float: none;
    width: 100%;
  }
}
.profile-password sup {
  display: none;
}
.profile-password input {
  float: right;
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .profile-password input {
    float: none;
    width: 100%;
  }
}
.profile-password label,
.profile-password input {
  font-size: 1.6rem;
}
.profile-password label {
  padding-top: 6px;
}
@media screen and (max-width: 575px) {
  .profile-password label {
    display: block;
    text-align: center;
  }
}
.profile-password .form-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.profile-password button[type=submit] {
  line-height: 4.5rem;
  font-size: 1.8rem;
  margin-left: 50%;
  margin-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .profile-password button[type=submit] {
    margin-left: 0;
    margin: 0 auto;
  }
}
.prize-list {
  list-style: none;
}
.prize-box {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 1px #BD316F solid;
  min-height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.prize-box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .prize-box {
    width: 48%;
    margin-right: 2%;
  }
  .prize-box:nth-child(4n) {
    margin-right: 2%;
  }
  .prize-box:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 500px) {
  .prize-box {
    width: 100%;
    margin-right: 0%;
  }
  .prize-box:nth-child(4n) {
    margin-right: 0;
  }
  .prize-box:nth-child(2n) {
    margin-right: 0;
  }
}
.prize-box .day,
.prize-box .title {
  color: #fff;
  font-size: 2.8rem;
  padding-top: 15px;
}
.prize-box:hover a {
  text-decoration: none;
}
.prize-header {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.prize-header .day,
.prize-header .logo {
  display: inline-block;
  vertical-align: top;
  color: #BD316F;
}
.prize-header .day img,
.prize-header .logo img {
  max-height: 55px;
  max-width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.prize-header .day {
  padding: 10px;
  font-family: "monopolsemibold", Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.prize-header .logo {
  float: right;
}
.prize-content {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.prize-content img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}
.prize-footer {
  padding: 10px;
  min-height: 120px;
  background: url("../img/calendar.png") #BD316F repeat top center;
}
.prize-footer .title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-top: 0;
  color: #fff;
}
.prize-footer .description {
  color: #fff;
}
.prize-footer .brand {
  display: none;
}
.prize-footer .description {
  font-size: 13px;
}
.ranking {
  padding-left: 4%;
  font-size: 0;
}
.ranking h2 {
  padding-top: 40px;
  padding-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ranking h2 {
    width: 100%;
    text-align: center;
  }
}
.ranking-detail {
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.7);
}
.ranking-detail h3 {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .ranking-detail h3 {
    width: 100%;
    text-align: center;
  }
}
.ranking-position {
  float: left;
  font-size: 3rem;
  line-height: 3rem;
}
@media screen and (max-width: 900px) {
  .ranking-position {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .ranking-position {
    font-size: 2.2rem;
  }
}
.ranking-points {
  font-size: 2.4rem;
  line-height: 3rem;
  float: right;
}
@media screen and (max-width: 900px) {
  .ranking-points {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .ranking-points {
    font-size: 1.6rem;
  }
}
.ranking-points b {
  white-space: nowrap;
}
.ranking-points span {
  white-space: nowrap;
}
.ranking .profile-share {
  margin-bottom: 170px;
}
@media screen and (max-width: 575px) {
  .ranking .profile-share {
    margin-bottom: 70px;
  }
}
.ranking .profile-share-challenge {
  width: 280px;
  left: 50%;
  margin-left: -140px;
}
@media screen and (max-width: 575px) {
  .ranking .profile-share-challenge {
    margin-left: -125px;
  }
}
.ranking .top h2 {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .ranking .top h2 {
    padding-top: 40px;
  }
}
section.terms *:not(.h1),
section.terms a {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
section.terms p {
  padding-bottom: 10px;
  text-align: justify;
  text-justify: auto;
}
section.terms span {
  padding-right: 15px;
  display: inline-block;
}
section.terms a {
  text-decoration: underline;
}
section.terms a:hover {
  text-decoration: none;
}
.conditions {
  padding-left: 4%;
}
.conditions h2 {
  padding-top: 40px;
  padding-bottom: 15px;
}
.conditions h3 {
  padding-top: 30px;
  padding-bottom: 15px;
}
.conditions p {
  font-size: 1.4rem;
  padding-bottom: 15px;
  padding-left: 40px;
}
.conditions p span {
  position: absolute;
  margin-left: -40px;
}
.conditions ul {
  font-size: 1.4rem;
  margin-left: 40px;
}
.conditions ul:not(.wodecor) {
  list-style: none;
}
.conditions ul:not(.wodecor) li {
  margin-left: 20px;
  padding-bottom: 10px;
}
.conditions ul:not(.wodecor) li span {
  position: absolute;
  margin-left: -20px;
}
.conditions-personal p {
  padding-left: 0;
}
/* ------------------------------------------------------------ */
