@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap&subset=latin-ext");
html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #222;
  margin: 0 !important;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 40px;
}

.margin-bottom-60 {
  margin-bottom: 40px;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.width-100 {
  width: 100%;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.red {
  color: #f00;
}

.element-hidden {
  display: none;
}

.container {
  max-width: 1440px;
  width: 100%;
}

.spliter {
  width: 100%;
  height: 1px;
  border-top: solid 1px #fff;
}

.bg-white {
  background-color: #fff;
}

.darkgray2 {
  color: #1f1f1f;
}

.img-border {
  border: solid 1px #000;
}

a, a:visited {
  text-decoration: none;
  color: #ccc;
  transition: color 0.5s ease;
}
a:hover, a:active, a:visited:hover, a:visited:active {
  color: #222;
  text-decoration: none;
  transition: color 0.5s ease;
}
a.emph, a:visited.emph {
  padding: 0 3px;
  color: #1f1f1f;
  background-color: #fff;
  transition: color 0.5s ease, background-color 0.5s ease;
}
a.emph:hover, a.emph:active, a:visited.emph:hover, a:visited.emph:active {
  color: #fff;
  background-color: #83066A;
  transition: color 0.5s ease, background-color 0.5s ease;
}

h1 {
  margin: 0 0 20px 0;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
h1.large {
  font-size: 4.4rem;
}
h1.red {
  background-color: #f00;
  padding: 5px;
}
h1.yellow {
  background-color: #ffd200;
  padding: 5px;
}
h1.blue {
  background-color: #1900b3;
  padding: 5px;
}

h2 {
  font-size: 2rem;
  font-family: "Oswald", "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
}

h3 {
  font-family: "Oswald", "Open Sans", sans-serif;
  font-weight: 700;
  margin: 10px 0 20px 0;
  font-size: 1.85rem;
}

p {
  margin-bottom: 15px;
  font-size: 1.45rem;
  line-height: 2.5rem;
}

.form, .form-styles {
  color: #222;
}
.form h2, .form-styles h2 {
  font-size: 20px;
  color: #000;
  margin: 0 0 20px 0;
}
.form h3, .form-styles h3 {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #000;
}
.form .form-segment, .form-styles .form-segment {
  display: none;
}
.form .form-segment.active, .form-styles .form-segment.active {
  display: block;
}
.form button, .form-styles button {
  border: none;
  padding: 7px 25px;
  color: #222;
  background-color: #ccc;
  transition: color 0.5s, background-color 0.5s;
  font-weight: bold;
  outline: none;
  border-radius: 5px;
}
.form button:hover, .form-styles button:hover {
  color: #fff;
  background-color: #000;
}
.form button.btn-red, .form-styles button.btn-red {
  background-color: #f00;
  color: #f00;
}
.form button.btn-red:hover, .form-styles button.btn-red:hover {
  color: #000;
}
.form textarea, .form-styles textarea {
  height: 160px !important;
  resize: vertical;
}
.form label, .form-styles label {
  font-weight: normal;
}
.form label.float, .form-styles label.float {
  display: inline;
}
.form .validate-field, .form-styles .validate-field {
  color: #f00;
  display: none;
  width: 100%;
  margin-top: 5px;
}
.form .upload-area-invoice, .form .upload-area-serial, .form-styles .upload-area-invoice, .form-styles .upload-area-serial {
  width: 100%;
  height: auto;
  color: #666;
  padding: 30px;
  border: dashed 1px #222;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}
.form .upload-area-invoice input, .form .upload-area-serial input, .form-styles .upload-area-invoice input, .form-styles .upload-area-serial input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

header {
  width: 100%;
  height: 80px;
  padding: 15px;
  background-image: linear-gradient(-180deg, #5f5f5f 0, #474747 100%);
  position: relative;
  z-index: 100000;
}
header .mnu {
  height: 60px;
  overflow: visible;
  z-order: 10000;
}
header .logo {
  height: 20px;
  display: block;
  width: auto;
  margin-top: 15px;
  float: left;
}
header .button {
  font-size: 16px;
  font-weight: bold;
  background-color: #ccc;
  color: #222;
  text-align: center;
  padding: 5px 20px;
  float: right;
  margin-top: 10px;
  display: inline-block;
  border: none;
  transition: color 0.5s, background-color 0.5s;
  border-radius: 5px;
}
header .button:hover {
  background-color: #fff;
  color: #222;
  box-shadow: 1px 1px 1px #222;
}
header nav {
  float: right;
}
header nav ul {
  margin: 17px 0 0 0;
  padding: 0;
  display: inline-block;
  float: right;
}
header nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0;
  font-size: 13px;
  font-weight: bold;
}
header nav ul li a {
  color: #ccc;
  text-shadow: 1px 1px 1px #222;
}
header nav ul li a:hover {
  color: #fff !important;
}
header .lang-select {
  margin-top: 18px;
}
header .lang-select .cont {
  width: auto;
  float: right;
  overflow: visible;
}
header .lang-select .cont img {
  height: 16px;
  width: auto;
  margin-right: 5px;
  margin-top: -2px;
}
header .lang-select .cont .selected {
  cursor: pointer;
  float: right;
  padding-bottom: 10px;
  margin-right: 20px;
  font-weight: bold;
  color: #ccc;
}
header .lang-select .cont .drop {
  display: none;
  width: auto;
  height: auto;
  background-color: #474747;
  padding: 15px;
  float: right;
  clear: both;
  position: relative;
}
header .lang-select .cont .drop ul {
  padding: 0;
  margin: 0;
}
header .lang-select .cont .drop ul li {
  margin-bottom: 15px;
  display: block;
  white-space: nowrap;
}
header .lang-select .cont .drop ul li:last-child {
  margin-bottom: 0;
}

.homepage {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 80px);
  padding-top: 50px;
  padding-bottom: 50px;
}
.homepage .tvs {
  text-align: right;
}
.homepage .tvs select {
  background-color: #ccc;
  color: #222;
  font-weight: bold;
  padding: 10px;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  border: solid 1px #222;
}
.homepage .tvs select option {
  padding: 10px;
  font-weight: bold;
  background-color: #eee;
}
.homepage .tvs label {
  width: 100%;
}
.homepage .tvs button {
  border: solid 1px #222;
  padding: 10px 30px;
  color: #222;
  background-color: #ccc;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  font-weight: bold;
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
}
.homepage .tvs button:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}
.homepage h1 {
  font-size: 40px;
  color: #fff;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #222;
  width: 100%;
  -webkit-text-stroke: 1px #666;
  font-family: "Oswald", "Open Sans", sans-serif;
}
.homepage .date {
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}
.homepage .fiveyw_badge img {
  margin-top: 60px;
  width: 180px;
  height: auto;
}

.lang {
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: -80px;
}
.lang .header-content {
  left: 50%;
  position: absolute;
  top: 6.5vw;
  width: 50%;
  height: auto;
  transform: translateX(-47%);
}
.lang .header-content img {
  width: 5vw;
  height: auto;
  margin-bottom: 30px;
}
.lang .header-content h1 {
  font-size: 2.2vw;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.lang .header-content span {
  font-size: 1.7vw;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.lang .flags {
  width: calc(100% - 60px);
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.lang .flags h1 {
  text-align: center;
  margin: 0 0 40px 0;
  color: #fff;
  font-size: 26px;
}
.lang .flags img {
  width: 60px;
  height: auto;
  margin: 0 20px 20px 20px;
}

.forms {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh - 80px);
}
.forms .left-forms {
  width: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  height: auto;
  min-height: calc(100vh - 80px);
  vertical-align: top;
  display: flex;
  flex-direction: column;
}
.forms .left-forms img {
  margin: 60px 0 0 60px;
  width: 160px;
  height: auto;
}
.forms .left-forms h1 {
  font-size: 34px;
  margin: 50px 60px 30px 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.forms .left-forms p {
  font-size: 18px;
  color: #fff;
  margin: 0 60px 0 60px;
  line-height: normal;
  text-shadow: 2px 2px 2px #000;
}
.forms .right-forms {
  display: flex;
  flex-direction: column;
  width: 50%;
  display: inline-block;
  background-color: #fff;
  min-height: calc(100vh - 80px);
  height: auto;
  vertical-align: top;
}
.forms .right-forms .header {
  background-color: #eee;
  padding: 60px 60px 0 60px;
  color: #222;
}
.forms .right-forms .header.padding-bottom {
  padding-bottom: 20px;
}
.forms .right-forms .header h1 {
  font-size: 42px;
  margin: 0 0 40px 0;
}
.forms .right-forms .header ul {
  padding: 0;
  margin: 0;
}
.forms .right-forms .header ul li {
  display: inline-block;
  margin: 0;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bold;
  vertical-align: bottom;
}
.forms .right-forms .header ul li.active {
  border-bottom: solid 2px #222;
  font-size: 16px;
  color: #222;
}
.forms .right-forms .form {
  padding: 40px 60px 60px 60px;
}
.forms .right-forms .form .note {
  display: block;
  font-size: 13px;
  color: #ccc;
  margin-top: 10px;
}
.forms .right-forms .device {
  margin-top: 30px;
  position: relative;
}
.forms .right-forms .device .dev-remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  cursor: pointer;
  color: #f00;
  z-index: 101;
}
.forms .right-forms .device:first-of-type .dev-remove {
  display: none;
}
.forms .right-forms .device .device-model-text {
  margin-bottom: 15px;
}
.forms .right-forms .device .device-model-text span {
  font-size: 18px;
  font-weight: bold;
  font-family: "Oswald", "Open Sans", sans-serif;
}

.account .header {
  background-color: #eee;
  padding: 60px 0 0 0;
  color: #222;
}
.account .header h1 {
  font-size: 42px;
  margin: 0 0 40px 0;
}
.account .header ul {
  padding: 0;
  margin: 0;
}
.account .header ul li {
  display: inline-block;
  margin: 0;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bold;
  vertical-align: bottom;
}
.account .header ul li.active {
  border-bottom: solid 2px #222;
  font-size: 16px;
  color: #222;
}
.account .notifications {
  margin-top: 60px;
}
.account .notifications .alert {
  margin-bottom: 20px;
}
.account .content {
  padding: 0 0 60px 0;
  display: none;
  height: auto;
  min-height: calc(100vh - 320px);
}
.account .content.active {
  display: block;
}
.account .content thead {
  background-color: #222;
  color: #fff;
}
.account .content td a {
  color: #222;
}
.account .content td a:hover {
  color: #000;
}

footer {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  background-color: #000;
}
footer p {
  font-size: 12px;
}
footer p.larger, footer p span {
  font-size: 14px;
  font-weight: bold;
}
footer .social-icons {
  text-align: right;
}
footer .social-icons img {
  height: 30px;
  width: auto;
  margin: 0 15px 15px 0;
}
footer a:hover {
  color: #222;
}
footer .footer-notes {
  margin-top: 30px;
}
footer .footer-notes p {
  margin: 0 0 10px 0;
  line-height: normal;
  color: #666;
  font-size: 12px;
}
footer .footer-notes p:last-child {
  margin-bottom: 0;
}
footer a {
  color: #ccc !important;
}
footer a:hover {
  color: #666 !important;
}

#datepicker {
  background-color: #fff;
  cursor: pointer;
}

.serial-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media all and (max-width: 992px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  header {
    width: 100%;
    height: 110px;
  }
  header .logo {
    height: 18px;
  }
  header .button {
    font-size: 14px;
  }
  header nav ul {
    width: 100%;
    text-align: right;
  }
  header nav ul li {
    margin: 0 0 0 20px;
  }
  .lang-select {
    position: absolute;
    left: 20px;
    top: -3px;
  }
  .lang-select .selected {
    float: left;
    width: 60px;
  }
  .homepage .tvs {
    text-align: left;
    padding-top: 40px;
  }
  .forms {
    min-height: 65vh;
  }
  .forms .left-forms {
    display: block;
    width: 100%;
    min-height: auto;
  }
  .forms .left-forms img {
    margin: 20px 0 20px 20px;
    width: 80px;
    height: auto;
  }
  .forms .left-forms h1 {
    font-size: 20px;
    margin: 0 20px 20px 20px;
  }
  .forms .left-forms p {
    font-size: 14px;
    margin: 0 20px 20px 20px;
  }
  .forms .right-forms {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .forms .right-forms .header {
    padding: 20px 20px 0 20px;
  }
  .forms .right-forms .header.padding-bottom {
    padding-bottom: 1px;
  }
  .forms .right-forms .header h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .forms .right-forms .header ul li {
    font-size: 12px;
    padding: 10px 10px;
  }
  .forms .right-forms .header ul li.active {
    font-size: 14px;
  }
  .forms .right-forms .form {
    padding: 20px;
  }
  .account .header {
    padding-top: 20px;
  }
  .account .header h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .account .header ul li {
    font-size: 12px;
    padding: 10px 10px;
  }
  .account .header ul li.active {
    font-size: 14px;
  }
  .account .content table {
    font-size: 12px !important;
  }
}
@media all and (max-width: 1440px) {
  .lang .header-content {
    left: 20vw;
    top: 100px;
    width: 60%;
    height: auto;
    transform: none;
  }
  .lang .header-content img {
    width: 7vw;
  }
  .lang .header-content h1 {
    font-size: 3vw;
  }
  .lang .header-content span {
    font-size: 2.3vw;
  }
}
@media all and (max-width: 1200px) {
  .lang .header-content {
    left: 17vw;
  }
}
@media all and (max-width: 869px) {
  .lang {
    margin-top: -110px;
  }
  .lang .header-content {
    left: 20px;
    top: 140px;
    width: calc(100% - 40px);
  }
  .lang .header-content img {
    width: 70px;
    margin-bottom: 15px;
  }
  .lang .header-content h1 {
    font-size: 28px;
  }
  .lang .header-content span {
    font-size: 22px;
  }
  .lang .flags {
    bottom: 20px;
    width: calc(100% - 40px);
  }
  .lang .flags h1 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .lang .flags img {
    width: 46px;
  }
}/*# sourceMappingURL=common.css.map */