html,
body {
  color: #393939;
  margin: 0;
}
body > header {
  background: url('../img/bg-mobile.jpg') no-repeat top center;
  background-size: auto 100%;
  margin-bottom: 30px;
  padding-top: 20px;
}

body {
  font-family: 'Open Sans', sans-serif !important;
}

.force-display {
  display: block !important;
}

.text-center {
  text-align: center;
}

.bg-cars {
  width: 454px;
  max-width: 95%;
  display: block;
  margin: auto;
}

.claim-mobile img {
  max-width: 100%;
}

.claim-desktop {
  padding-top: 36px;
  margin-bottom: 56px;
  display: none;
}

.d-block {
  display: block;
}

.m-auto {
  margin: auto;
}

a {
  color: #484848;
}

.show-desktop-inline-block {
  display: none;
}

.content {
  padding: 0 1em;
}

.counter-title {
  color: #383838;
  font-size: 1.6em;
  font-weight: bold;
  padding-top: 20px;
}

.wrapper {
  display: table;
  margin: auto;
}

.main-content-container {
  display: table-row;
  vertical-align: middle;
}

.main-content-container > div {
  display: table-cell;
  vertical-align: middle;
}

.main-content {
  display: inline-block;
}

.content-main-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 30px 0;
  text-align: center;
}

/* BEGIN countdown */
#countdown-widget {
  white-space: nowrap;
}

.flip-clock-wrapper {
  width: auto !important;
}

body.countdown .left-logo img,
body.countdown .right-logo img {
  margin-top: 85px;
}

.flip-clock-divider.seconds {
  display: none;
}

.flip-clock-divider.seconds + .flip,
.flip-clock-divider.seconds + .flip + .flip {
  display: none;
}
/* END countdown */

/* BEGIN login form */
.input-username,
.input-password {
  background: #dedde1;
  border: 1px solid #dcdcdc;
  display: block;
  margin: 16px 0;
  padding: 16px;
  min-width: 280px;
}

.input-submit {
  background: #fefdff;
  border: 1px solid #fff;
  box-shadow: 0 0 2px #eaeaeb;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.login-form-error {
  color: red;
  display: none;
}

.input-submit:hover {
  background: #f7f7f7;
}

.title-login-form {
  color: #18669f;
}

.input-username-wrapper,
.input-password-wrapper {
  position: relative;
}

.input-username-wrapper:after,
.input-password-wrapper:after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 22px;
  right: 14px;
}

.input-username-wrapper:after {
  background: url('../img/username.png') no-repeat center center;
}

.input-password-wrapper:after {
  background: url('../img/password.png') no-repeat center center;
}

body.login-form .main-content {
  padding-bottom: 30px;
}
/* END login form */

/* BEGIN language choice */
.title-language-choice {
  color: #18669f;
}

.language-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.language-list li {
  display: inline-block;
  font-weight: 700;
  margin-right: 8px;
  text-transform: uppercase;
}

.language-list li:after {
  content: '|';
  display: inline-block;
  margin-left: 8px;
}

.language-list li:last-child:after {
  display: none;
}
/* END language choice */

/* desktop */
@media only screen and (min-width: 1024px) {
  body > header {
    background: url('../img/bg-desktop.jpg') no-repeat top center;
    background-size: auto 100%;
    margin-bottom: 30px;
  }

  .bg-cars {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .claim-mobile {
    display: none;
  }

  .claim-desktop {
    display: block;
  }

  .bg-mobile {
    display: none;
  }

  .content {
    padding-bottom: 180px;
  }

  body.countdown .content {
    background: url('../img/bg_flip.png') no-repeat center 30px;
    background-size: 600px;
  }

  .show-desktop-inline-block {
    display: inline-block;
  }

  .left-logo {
    padding-right: 50px;
  }

  .right-logo {
    padding-left: 50px;
  }
}
