/*  -----------------------------------------------------------
    Variables
--------------------------------------------------------------- */
/* Colors */
/* Font size */
/* Button globals */
/* Button navy blue */
/* Website sizes */
/* Server variables */
/* Globals paddings */
/* Z-index */
/*  -----------------------------------------------------------
    Functions
--------------------------------------------------------------- */
/*  -----------------------------------------------------------
    Globals
--------------------------------------------------------------- */
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
p.as-h1,
p.as-h2,
p.as-h3,
p.as-h4 {
  line-height: 1.1;
}
a {
  text-decoration: none;
  color: #493692;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #c8baf8;
}
html,
body {
  font-family: titillium, arial, sans-serif;
  height: 100%;
  color: #999;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
}
.button {
  display: inline-block;
  padding: 0 40px 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 40px;
  background: url("../img/button-navy-bg.png") repeat-x top left;
  min-width: 200px;
  position: relative;
  vertical-align: middle;
  border: none;
  text-align: left;
}
.button:hover {
  background-position: bottom left;
  color: #fff;
}
.button span {
  background: url("../img/button-arrow-white.png") repeat-x top left;
  width: 4px;
  height: 8px;
  right: 20px;
  top: 16px;
  position: absolute;
}
.button.button-buy {
  padding-right: 26px !important;
  background: none;
  border: solid 1px #493692;
  color: #493692;
  font-weight: bold !important;
}
.button.button-buy:hover {
  background-color: #493692;
  border: solid 1px #493692;
  color: #fff;
}
.button.button-buy:hover span {
  background: url("../img/button-arrow-white.png") repeat-x top left;
}
.button.button-buy span {
  background: url("../img/button-arrow-navy.png") repeat-x top left;
  width: 4px;
  height: 8px;
  right: 13px;
  top: 16px;
  position: absolute;
}
.button.button-empty {
  background: none;
  border: solid 1px #493692;
  color: #493692;
}
.button.button-empty:hover {
  background-color: #493692;
  border: solid 1px #493692;
  color: #fff;
}
.button.product {
  background: none;
  width: 100%;
  border: solid 1px #9f93cc;
}
.button.product:hover {
  background-color: #493692;
  border: solid 1px #493692;
}
img {
  max-width: 100%;
  height: auto;
}
img.no-responsive {
  width: auto;
  max-width: none;
}
.wrapper {
  height: 100%;
}
.content-container {
  width: 100%;
  max-width: 1280px;
}
input,
textarea,
select {
  background-color: #e4e6e8;
  border: none;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left: solid 1px #c2c4c5;
  border-top: solid 1px #c2c4c5;
  padding: 0 40px 0 10px;
  outline: none;
  color: #999;
}
textarea {
  resize: none;
  height: 150px;
  padding-top: 10px;
}
/*  -----------------------------------------------------------
    Header
--------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  background: url("../img/bg-header.png") repeat-x top left;
  height: 60px;
  z-index: 1001;
}
header .as-h1 {
  display: block;
  text-align: left;
  vertical-align: middle;
  height: 60px;
}
header .as-h1 a {
  line-height: 0;
  display: block;
  height: 100%;
  position: relative;
}
header .as-h1 .qoltec {
  vertical-align: middle;
  width: 180px;
  height: auto;
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50%);
}
header .as-h1 .qoltec path {
  fill: #000;
}
@media (max-width: 1199px) {
  header .as-h1 .qoltec {
    width: 140px;
  }
}
@media (max-width: 991px) {
  header .as-h1 .qoltec {
    width: 160px;
  }
}
.small-screen header {
  position: absolute;
}
@media (max-width: 767px) {
  .small-screen header {
    text-align: center;
    position: static;
  }
}
.site header {
  border-bottom: solid 1px #d1d3d6;
  position: static;
}
@media (max-width: 767px) {
  header {
    position: static;
  }
}
header .content-container a.menu {
  display: block;
  height: 100%;
}
header .content-container .focused {
  position: relative;
  z-index: 100;
}
header .content-container .focused .col-lg-3,
header .content-container .focused .form-search {
  position: static;
}
header .content-container .focused .menu-burger-container {
  display: none;
}
header .content-container .focused .header--icon {
  display: none;
}
header .content-container .focused form.search {
  position: absolute;
  left: 20px;
  width: auto;
  right: 20px;
  padding: 10px 0;
  text-align: left;
}
header .content-container .focused form.search .icone {
  background-image: url("../img/cancel-icone.png");
  cursor: pointer;
  display: inline-block;
}
header .content-container .focused form.search img {
  display: none;
}
header .content-container .focused form.search .form-search {
  display: block;
}
@media (max-width: 767px) {
  header .content-container .focused .header--logo {
    display: none;
  }
  header .content-container .focused .search-container {
    width: 100%;
  }
}
header .content-container > div > .search-container {
  border-left: solid 1px #d1d3d6;
}
@media (max-width: 991px) {
  header .content-container > div > .search-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  header .content-container > div > .search-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .menu-button-container {
  padding: 0;
  border-left: solid 1px #d1d3d6;
}
header .menu-burger-container {
  cursor: pointer;
  text-align: center;
  border-left: solid 1px #d1d3d6;
  height: 60px;
  background: url("../img/burger.png") no-repeat top center;
}
header .menu-burger-container.active {
  background-color: #000;
  background-position: bottom center;
}
header .menu {
  color: #242424;
  display: block;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}
header .menu:hover,
header .menu.opened {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
header .menu span {
  background: url("../img/arrow-down.png") no-repeat center center;
  width: 8px;
  height: 60px;
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
}
header form.search {
  float: left;
  padding: 10px 0;
  width: 30%;
  position: relative;
}
@media (max-width: 991px) {
  header form.search {
    width: 22%;
  }
  header form.search .icone.search {
    display: none;
  }
  header form.search input {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  header form.search {
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
header form.search.full {
  width: 100%;
}
header form.search.focused {
  position: absolute;
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  header form.search.focused .form-search {
    display: block;
  }
}
@media (max-width: 767px) {
  header form.search.focused {
    padding: 10px 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  header form.search .form-search {
    display: none;
  }
}
header form.search .icone {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  padding: 20px;
  right: 8px;
  top: 10px;
  width: 24px;
  height: 24px;
  display: block;
}
header form.search .icone.search {
  background-image: url("../img/search-icone.png");
}
header form.search img {
  cursor: pointer;
  margin-left: -5px;
}
header .lang_selector {
  float: left;
  width: 50px;
  padding: 10px 0;
}
header .lang_selector p {
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #e4e6e8;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
  border-top: solid 1px #c2c4c5;
  border-left: solid 1px #c2c4c5;
  border-right: solid 1px #e4e6e8;
  border-bottom: solid 1px #e4e6e8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .lang_selector p:hover {
  background-color: #493692;
  color: #fff;
  border: solid 1px #493692;
}
header nav {
  display: none;
  background: #000 url(../img/bg-menu.jpg) no-repeat bottom right;
  position: absolute;
  z-index: 200;
  left: 20px;
  right: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  header nav {
    left: 0;
    right: 0;
  }
}
.site header nav,
.small-screen header nav {
  left: 0;
  right: 0;
}
header nav h3 {
  color: #999999;
  padding: 20px 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
}
header nav h3 span {
  color: #493692;
}
header nav ul.simple-grid {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  align-items: center;
}
header nav ul.simple-grid li {
  display: inline-block;
  width: calc(33% - 2em);
  line-height: 35px;
  text-align: left;
  padding: 0;
  margin: 0;
}
header nav ul.simple-grid li a {
  padding: 10px 0;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 95%;
  border-bottom: solid 1px #333;
  text-transform: uppercase;
  background: url("../img/arrow-right.png") no-repeat center right;
}
header nav ul.simple-grid li a:hover,
header nav ul.simple-grid li a.active {
  color: #493692;
}
header nav ul.simple-grid li:last-child a {
  border-bottom: solid 1px #333;
}
header nav ul.simple-grid li.mobile-navigation {
  text-align: right;
}
header nav ul.simple-grid li.mobile-navigation a {
  background: url("../img/arrow-left.png") no-repeat center left;
}
@media (max-width: 767px) {
  header nav ul.simple-grid {
    padding-bottom: 20px;
  }
  header nav ul.simple-grid li {
    line-height: 35px;
    text-align: left;
    width: 100%;
  }
  header nav ul.simple-grid li a {
    color: #fff;
    font-size: 14px;
    display: block;
    height: 100%;
    border-top: solid 1px #333;
    border-bottom: none;
    text-transform: uppercase;
    background: url("../img/arrow-right.png") no-repeat center right;
  }
  header nav ul.simple-grid li a:hover,
  header nav ul.simple-grid li a.active {
    color: #493692;
  }
  header nav ul.simple-grid li a.link,
  header nav ul.simple-grid li a.no-submenu {
    background: none;
  }
  header nav ul.simple-grid li:last-child a {
    border-bottom: solid 1px #333;
  }
  header nav ul.simple-grid li.mobile-navigation {
    text-align: right;
  }
  header nav ul.simple-grid li.mobile-navigation a {
    background: url("../img/arrow-left.png") no-repeat center left;
  }
}
header nav ul.simple {
  padding-bottom: 20px;
}
header nav ul.simple li {
  line-height: 35px;
  text-align: left;
}
header nav ul.simple li a {
  color: #fff;
  font-size: 14px;
  display: block;
  height: 100%;
  border-top: solid 1px #333;
  text-transform: uppercase;
  background: url("../img/arrow-right.png") no-repeat center right;
}
header nav ul.simple li a:hover,
header nav ul.simple li a.active {
  color: #493692;
}
header nav ul.simple li a.link,
header nav ul.simple li a.no-submenu {
  background: none;
}
header nav ul.simple li:last-child a {
  border-bottom: solid 1px #333;
}
header nav ul.simple li.mobile-navigation {
  text-align: right;
}
header nav ul.simple li.mobile-navigation a {
  background: url("../img/arrow-left.png") no-repeat center left;
}
header nav ul.grid {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  align-items: center;
}
header nav ul.grid li {
  display: inline-block;
  width: calc(33% - 2em);
  line-height: 35px;
  text-align: left;
  padding: 0;
  margin: 0;
}
header nav ul.grid li a {
  padding: 10px 0;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 95%;
  border-bottom: solid 1px #333;
  text-transform: uppercase;
  background: url("../img/arrow-right.png") no-repeat center right;
}
header nav ul.grid li a:hover,
header nav ul.grid li a.active {
  color: #493692;
}
header nav ul.grid li:last-child a {
  border-bottom: solid 1px #333;
}
header nav ul.grid li.mobile-navigation {
  text-align: right;
}
header nav ul.grid li.mobile-navigation a {
  background: url("../img/arrow-left.png") no-repeat center left;
}
header nav .sub-menu {
  min-height: 420px;
  display: none;
}
header nav .sub-menu .back {
  display: block;
  padding-left: 15px;
  margin-top: 30px;
  background: url("../img/arrow-left.png") no-repeat center left;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header nav .sub-menu .back:hover {
  color: #493692;
}
header nav .sub-menu-image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  height: 80%;
  width: auto;
}
header nav .sub-menu ul.list-sub-menu {
  display: flex;
  flex-wrap: wrap;
}
header nav .sub-menu ul.list-sub-menu li {
  display: inline-block;
  width: 50%;
  line-height: 35px;
}
header nav .sub-menu ul.list-sub-menu li a {
  padding: 10px 0;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 90%;
  border-bottom: solid 1px #333;
  text-transform: uppercase;
  background: url("../img/arrow-right.png") no-repeat center right;
}
header nav .sub-menu ul.list-sub-menu li a:hover,
header nav .sub-menu ul.list-sub-menu li a.active {
  color: #493692;
}
header nav.help-menu a {
  background: none;
}
header nav .nav-close {
  position: absolute;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background: url("../img/menu-close.png") no-repeat top left;
  cursor: pointer;
  z-index: 1000;
  display: block;
  top: 10px;
  right: 10px;
}
header nav .nav-close:hover {
  background-position: bottom left;
}
@media (max-width: 767px) {
  header nav .nav-close {
    display: none;
  }
}
header nav.mobile-menu {
  display: none;
}
header nav.mobile-menu ul {
  padding-top: 20px;
}
header nav.mobile-menu ul li:first-child a {
  border-top: none;
}
header .search-results {
  -webkit-box-shadow: 0px 9px 7px -5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 9px 7px -5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 9px 7px -5px rgba(50, 50, 50, 0.75);
  padding: 80px 0 0 0;
  top: 0;
  min-height: 390px;
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 1;
  background-color: #fff;
  display: none;
}
header .search-results .results.loading {
  margin: 0;
}
@media (max-width: 991px) {
  header .search-results {
    left: 0;
    right: 0;
  }
}
header .search-results > div {
  padding: 0;
}
.site header .search-results {
  left: 0;
  right: 0;
}
header .search-results h3 {
  color: #242424;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e9ebec;
}
header .search-results .loader {
  margin: 2% auto;
  border-bottom: 1px solid #d1d3d6;
  border-left: 1px solid #d1d3d6;
  border-right: 1px solid #493692;
  border-top: 1px solid #493692;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  -webkit-animation: spin 0.6s infinite linear;
  -moz-animation: spin 0.6s infinite linear;
  -ms-animation: spin 0.6s infinite linear;
  -o-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
  margin-top: 150px;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
header .search-results .search-products img {
  width: 80px;
  float: left;
}
header .search-results .search-products a {
  display: block;
  border-bottom: solid 1px #e9ebec;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #242424;
  font-weight: bold;
  font-size: 16px;
  clear: both;
  height: 82px;
}
header .search-results .search-products a span {
  display: inline-block;
  float: left;
  padding: 20px 0 0 30px;
  text-align: left;
  width: 80%;
}
@media (max-width: 767px) {
  header .search-results .search-products a span {
    width: 80%;
  }
}
@media (max-width: 991px) {
  header .search-results .search-products a span {
    width: 70%;
    padding-top: 5px;
  }
}
@media (max-width: 439px) {
  header .search-results .search-products a span {
    font-size: 12px;
    padding-top: 10px;
  }
}
header .search-results .search-products a.more {
  border: none;
  padding: 20px 0;
  background: url("../img/arrow-right.png") no-repeat center right;
  font-size: 14px;
  height: auto;
}
header .search-results .search-products a.more:hover {
  border: none;
}
header .search-results .search-products a:hover {
  border: solid 1px #493692;
  color: #493692;
}
header .search-results .search-articles a {
  background: url("../img/ico-help-small.png") no-repeat 10px 15px;
  color: #242424;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 13px 30px 13px 45px;
  border-bottom: solid 1px #e9ebec;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
header .search-results .search-articles a:hover {
  color: #493692;
  border: solid 1px #493692;
}
header .search-results .search-articles a.drivers {
  background-image: url("../img/ico-file-small.png");
}
header .search-results .search-articles a.manual {
  background-image: url("../img/ico-help-small.png");
}
header .search-results .search-articles a.more {
  border: none;
  padding: 20px 0;
  background: url("../img/arrow-right.png") no-repeat center right;
  font-size: 14px;
}
header .search-results .search-articles a.more:hover {
  border: none;
}
header .search-results p {
  padding: 10px 0;
}
header .header--icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 10px 0;
  margin-left: 10px;
  float: right;
}
@media (max-width: 991px) {
  header .header--icon {
    margin-left: 5px;
  }
}
header .header--icon svg {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .header--icon img {
  vertical-align: baseline;
}
header .header--icon--facebook svg {
  fill: #3b5998;
}
header .header--icon--yt svg {
  border-radius: 2px;
}
header .header--icon--eu {
  margin-right: 10px;
}
header .header--icon--eu svg {
  border-radius: 2px;
}
header .header--icon:hover {
  opacity: 0.8;
}
/*  -----------------------------------------------------------
    Footer
--------------------------------------------------------------- */
footer {
  width: 100%;
  background-color: #e9ebec;
  line-height: 50px;
  font-size: 11px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 103;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
    position: static;
  }
}
.small-screen footer {
  position: absolute;
  bottom: auto;
}
@media (max-width: 767px) {
  .small-screen footer {
    text-align: center;
    position: static;
  }
}
@media (max-width: 767px) {
  footer ul {
    display: inline-block;
  }
}
footer ul.left {
  text-align: left;
}
@media (max-width: 1199px) {
  footer ul.left {
    text-align: left;
  }
}
@media (max-width: 991px) {
  footer ul.left {
    text-align: center;
  }
}
footer ul.left li {
  padding-right: 15px;
}
@media (max-width: 439px) {
}
footer ul.left li:last-child {
  padding-right: 0;
}
footer ul.right {
  text-align: right;
}
@media (max-width: 1199px) {
  footer ul.right {
    text-align: center;
  }
}
footer ul.right li {
  padding-left: 15px;
}
footer ul.right li:first-child {
  padding-left: 0;
}
footer ul li {
  display: inline;
  text-transform: uppercase;
  color: #999999;
}
footer ul li a {
  color: #666666;
}
footer ul li a:hover {
  color: #493692;
}
.site footer {
  position: static;
}
footer .fb-like {
  line-height: 19px;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 6px;
}
footer .footer-company {
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  footer .footer-company {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  footer .footer-company {
    text-align: right;
  }
}
@media (max-width: 991px) {
  footer .footer-company {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer-company {
    line-height: 20px;
  }
}
/*  -----------------------------------------------------------
    Breadcrumb
--------------------------------------------------------------- */
section.nav-breadcrumb {
  height: 44px;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  section.nav-breadcrumb {
    height: auto;
  }
}
section.nav-breadcrumb .content-container {
  border-bottom: solid 1px #d1d3d6;
}
@media (max-width: 767px) {
  section.nav-breadcrumb .content-container {
    border-bottom: none;
  }
}
section.nav-breadcrumb ul li {
  display: inline;
  text-transform: uppercase;
  color: #999999;
  font-size: 11px;
}
section.nav-breadcrumb ul li a {
  font-size: 11px;
  color: #666666;
  line-height: 44px;
}
@media (max-width: 767px) {
  section.nav-breadcrumb ul li a {
    line-height: 26px;
  }
}
section.nav-breadcrumb ul li a:hover {
  color: #493692;
}
@media (max-width: 439px) {
  section.nav-breadcrumb ul li.active {
    display: block;
  }
}
@media (max-width: 767px) {
  section.nav-breadcrumb ul li {
    display: none;
  }
  section.nav-breadcrumb ul li:nth-last-child(2),
  section.nav-breadcrumb ul li:first-child {
    display: inline;
  }
}
@media (max-width: 767px) {
  section.nav-breadcrumb ul {
    padding: 10px 0;
  }
}
section.nav-breadcrumb ul li:after {
  content: ">";
  padding: 0 10px;
}
@media (max-width: 767px) {
  section.nav-breadcrumb ul li:after {
    padding: 0 5px;
  }
}
section.nav-breadcrumb ul li:last-child:after {
  content: "";
}
section.nav-breadcrumb .short-breadcrumb ul li {
  display: inline;
}
/*  -----------------------------------------------------------
    Header tabs
--------------------------------------------------------------- */
.tabs.light {
  height: 60px;
  background-color: #e9ebec;
}
.tabs.light a {
  font-size: 20px;
  color: #242424;
  text-transform: uppercase;
  display: block;
  width: 100%;
  line-height: 60px;
  padding: 0 20px;
}
.tabs.light a .active,
.tabs.light a:hover {
  color: #493692;
  background-color: #fff;
}
.tabs.light > div {
  padding: 0;
}
.tabs.light .ui-tabs-active a,
.tabs.light .active a {
  color: #493692;
  background-color: #fff;
}
.tabs {
  height: 60px;
  background-color: #e9ebec;
}
.tabs a,
.tabs span.as-a {
  font-size: 20px;
  color: #242424;
  text-transform: uppercase;
  display: block;
  width: 100%;
  line-height: 60px;
  padding: 0 20px;
  outline: none;
}
.tabs a .active,
.tabs span.as-a .active,
.tabs a:hover,
.tabs span.as-a:hover {
  color: #fff;
  background-color: #242424;
}
.tabs .small.configurator a {
  font-size: 17px;
}
.tabs > div {
  padding: 0;
}
.tabs .active a,
.tabs .active span.as-a {
  color: #fff;
  background-color: #242424;
}
/*  -----------------------------------------------------------
    Error
--------------------------------------------------------------- */
.site-error {
  text-align: center;
}
.site-error .error {
  width: 600px;
  height: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -130px 0 0 -300px;
}
@media (max-width: 991px) {
  .site-error .error {
    width: 100%;
    position: static;
    margin: 100px 0 0 0;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .site-error .error {
    margin-top: 40px;
  }
}
.site-error .error h1,
.site-error .error h1.as-h1 {
  color: #493692;
  font-size: 58px;
  text-transform: uppercase;
  font-weight: 100;
}
.site-error .error h2 {
  color: #242424;
  font-size: 20px;
  text-transform: uppercase;
}
.site-error .error p {
  color: #999;
  font-size: 14px;
  padding: 40px 0;
}
.site-error .error a {
  text-align: center;
  padding: 0 20px;
}
/*  -----------------------------------------------------------
    Cookie
--------------------------------------------------------------- */
#cookie-alert {
  background-color: #e9ebec;
  bottom: 0;
  color: #666666;
  display: none;
  height: 60px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0px -1px 8px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -1px 8px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -1px 8px 1px rgba(50, 50, 50, 0.75);
  -webkit-transform: translateZ(0);
}
@media (max-width: 991px) {
  #cookie-alert {
    height: auto;
  }
}
#cookie-alert .cookie-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 991px) {
  #cookie-alert .cookie-wrapper {
    position: relative;
  }
}
#cookie-alert .cookie-wrapper .cookie-text {
  display: inline;
  color: #666666;
  font-size: 11px;
  line-height: 60px;
}
@media (max-width: 991px) {
  #cookie-alert .cookie-wrapper .cookie-text {
    width: 80%;
    line-height: 20px;
    display: block;
    text-align: left;
    padding: 10px 0;
    float: left;
  }
}
@media (max-width: 767px) {
  #cookie-alert .cookie-wrapper .cookie-text {
    width: 100%;
  }
}
#cookie-alert .cookie-wrapper .cookie-close {
  text-transform: uppercase;
  color: #242424;
  font-size: 11px;
  line-height: 60px;
  padding: 0 30px 0 0;
  position: relative;
  float: right;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  #cookie-alert .cookie-wrapper .cookie-close {
    float: none;
  }
}
#cookie-alert .cookie-wrapper .cookie-close span {
  width: 18px;
  height: 18px;
  background: url("../img/cookie-close.png") no-repeat top left;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#cookie-alert .cookie-wrapper .cookie-close:hover {
  color: #999;
}
#cookie-alert .cookie-wrapper .cookie-close:hover span {
  background-position: bottom left;
}
#debug {
  position: fixed;
  display: inline-block;
  padding: 10px 20px;
  background-color: #493692;
  color: #fff;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  top: 0;
  left: 30px;
  z-index: 10000;
}
#debug {
  left: 0;
  top: 80px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
/*  -----------------------------------------------------------
    Responsive
--------------------------------------------------------------- */
#debug div:after {
  content: "- lg";
}
@media (max-width: 1199px) {
  #debug div:after {
    content: "- md";
  }
}
@media (max-width: 991px) {
  #debug div:after {
    content: "- sm";
  }
}
@media (max-width: 767px) {
  #debug div:after {
    content: "- xs";
  }
}
@media (max-width: 439px) {
  #debug div:after {
    content: "- xxs";
  }
}
/*  -----------------------------------------------------------
    Main
--------------------------------------------------------------- */
section.main {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  section.main {
    height: auto;
  }
}
.large section.main section.articles {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 50px;
  z-index: 98;
  padding-top: 0;
}
.large section.main .spotlight {
  padding: 60px 0 150px 0;
}
.small-screen section.main section.articles,
.small-image section.main section.articles {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  .small-screen section.main section.articles,
  .small-image section.main section.articles {
    position: static;
  }
}
.small-image section.main section.articles {
  bottom: 50px;
}
.small-image section.main .spotlight {
  padding: 60px 0 150px 0;
}
@media (max-width: 767px) {
  .small-image section.main .spotlight {
    padding: 20px 0 0 0;
  }
}
.small-screen section.main {
  display: table;
  width: 100%;
  padding-top: 60px;
}
.small-screen section.main section.articles {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .small-screen section.main {
    padding-top: 0;
  }
}
.small-screen section.main .spotlight {
  padding: 60px 0 150px 0;
}
@media (max-width: 767px) {
  .small-screen section.main .spotlight {
    padding: 20px 0 0 0;
  }
}
section.main article {
  height: 100px;
  background: url("../img/spotlight-bg.png") no-repeat top left;
  border-right: solid 1px #d1d3d6;
  margin-bottom: 1px;
  position: relative;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
@media (max-width: 767px) {
  section.main article {
    height: auto;
    padding-top: 5px;
  }
}
@media (max-width: 439px) {
  section.main article {
    cursor: pointer;
  }
}
section.main article a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
section.main article a p.as-h4 {
  font-size: 20px;
  color: #242424;
  text-transform: uppercase;
  padding: 20px;
  width: 60%;
}
@media (max-width: 991px) {
  section.main article a p.as-h4 {
    width: auto;
    padding: 20px;
  }
}
section.main article img {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 100;
}
@media (max-width: 991px) {
  section.main article img {
    display: none;
    left: 30%;
  }
}
@media (max-width: 767px) {
  section.main article img {
    display: none;
    left: 15%;
  }
}
section.main article:last-child {
  border: none;
}
section.main article.active,
section.main article:hover {
  background-position: bottom left;
}
section.main article.active a p.as-h4,
section.main article:hover a p.as-h4 {
  color: #fff;
  display: block;
}
@media (max-width: 991px) {
  section.main article.active a p.as-h4,
  section.main article:hover a p.as-h4 {
    display: none;
  }
}
@media (max-width: 991px) {
  section.main article.active a img,
  section.main article:hover a img {
    display: block;
  }
}
section.main article.active .progress-timer {
  height: 5px;
  background-color: #5d47af;
  width: 0%;
  position: absolute;
  left: 0;
  top: -5px;
}
@media (max-width: 767px) {
  section.main article.active .progress-timer {
    top: 0;
  }
}
section.main .loader-container {
  position: absolute;
  background-color: #000;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.main .loader-container .loader {
  margin: 2% auto;
  border-bottom: 2px solid #d1d3d6;
  border-left: 2px solid #d1d3d6;
  border-right: 2px solid #493692;
  border-top: 2px solid #493692;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
section.main .loader-container .logo {
  background: url("../img/q-n.png") no-repeat center center;
  width: 54px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -27px;
}
section.main .consumer-laurel {
  position: absolute;
  top: 80px;
  right: 40px;
  z-index: 10;
  width: 150px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  section.main .consumer-laurel {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  section.main .consumer-laurel {
    right: 20px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  section.main .consumer-laurel {
    width: 85px;
    top: 20px;
  }
}
section.spotlight {
  position: relative;
  background-size: cover;
  height: 100%;
  display: table;
  width: 100%;
  background-position: center center;
}
@media (max-width: 767px) {
  section.spotlight {
    height: auto;
  }
}
@media (max-width: 767px) {
  section.spotlight--left {
    background-position: center left;
  }
}
@media (max-width: 767px) {
  section.spotlight--right {
    background-position: center right;
  }
}
section.spotlight .middle {
  display: table-cell;
  vertical-align: middle;
}
section.spotlight .content-container .spotlight-text {
  height: 100%;
}
@media (max-width: 767px) {
  section.spotlight .content-container .spotlight-text {
    height: auto;
  }
}
section.spotlight .content-container .spotlight-text .text-wrapper {
  padding-left: 10px;
}
@media (max-width: 991px) {
  section.spotlight .content-container .spotlight-text .text-wrapper {
    padding-left: 0;
  }
}
section.spotlight .content-container .spotlight-text .text-wrapper.background-light p.as-h2 {
  color: #493692;
}
section.spotlight .content-container .spotlight-text .text-wrapper.background-light p {
  color: #666666;
}
section.spotlight .content-container .spotlight-text .text-wrapper.background-dark p.as-h2 {
  color: #ffffff;
}
section.spotlight .content-container .spotlight-text .text-wrapper.background-dark p {
  color: #fefefe;
}
@media (max-width: 991px) {
  section.spotlight .content-container .spotlight-text {
    padding: 25px;
  }
  section.spotlight .content-container .spotlight-text p.as-h2 {
    float: left;
    width: 50%;
    font-size: 28px;
  }
  section.spotlight .content-container .spotlight-text p {
    float: left;
    width: 50%;
    font-size: 16px;
    padding: 0;
  }
  section.spotlight .content-container .spotlight-text a {
    margin-top: 20px;
    float: none;
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  section.spotlight .content-container .spotlight-text p.as-h2 {
    float: none;
    width: 100%;
    font-size: 28px;
    padding-bottom: 10px;
  }
  section.spotlight .content-container .spotlight-text p {
    float: none;
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
}
.small-image section.spotlight .content-container .spotlight-image {
  text-align: center;
}
.small-image section.spotlight .content-container .spotlight-image img {
  width: 75%;
}
@media (max-width: 991px) {
  .small-image section.spotlight .content-container .spotlight-image img {
    width: auto;
    max-width: 60%;
  }
}
@media (max-width: 439px) {
  .small-image section.spotlight .content-container .spotlight-image img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .small-image section.spotlight .content-container .spotlight-image img {
    width: 100%;
    max-width: 100%;
  }
}
.very-small-image section.spotlight .content-container .spotlight-image img {
  width: 50%;
}
@media (max-width: 991px) {
  .very-small-image section.spotlight .content-container .spotlight-image img {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .very-small-image section.spotlight .content-container .spotlight-image img {
    width: 100%;
    max-width: 100%;
  }
}
.very-small-image section.spotlight .content-container p.as-h2 {
  font-size: 38.66666667px;
}
@media (max-width: 991px) {
  .very-small-image section.spotlight .content-container p.as-h2 {
    font-size: 28px;
  }
}
.small-image section.spotlight .content-container .spotlight-text {
  width: 50%;
}
@media (max-width: 991px) {
  .small-image section.spotlight .content-container .spotlight-text {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  section.spotlight .content-container .spotlight-image {
    text-align: center;
  }
}
section.spotlight .content-container .spotlight-image img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 439px) {
  section.spotlight .content-container .spotlight-image img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.spotlight .content-container .spotlight-image img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  section.spotlight .content-container .spotlight-image img {
    padding-top: 20px;
    max-width: 60%;
  }
}
section.spotlight p.as-h2 {
  font-size: 58px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
section.spotlight p {
  font-size: 18px;
  color: #fff;
  padding: 20px 100px 20px 0;
}
.frame {
  width: 20px;
  background-color: #e9ebec;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 1000;
}
.site .frame {
  display: none;
}
.frame.left-frame {
  left: 0;
}
.frame.right-frame {
  right: 0;
}
.set-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .set-height {
    display: block;
  }
}
