/*------------------------------------*\
    MAIN
\*------------------------------------*/
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1220px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1680px;
  }
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
body {
  font: 400 2.2rem/1 'microsquare', Helvetica, Arial, sans-serif;
  color: #000000;
  background: #ffffff;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
h1 {
  font-size: 7rem;
  line-height: 1.1em;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.1em;
}
h3 {
  font-size: 2.4rem;
  line-height: 1.1em;
}
h4 {
  font-size: 1.7rem;
  line-height: 1.1em;
}
body {
  font-size: 1.7rem;
  line-height: 1.3em;
}
@media only screen and (min-width: 1700px) {
  h1 {
    font-size: 7rem;
    line-height: 1.1em;
  }
  h2 {
    font-size: 4.8rem;
  }
  h3 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }
  h4 {
    font-size: 2rem;
    line-height: 1.1em;
  }
  body {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
}
h1,
h2 {
  letter-spacing: 0px;
}
h3 {
  letter-spacing: 0px;
  font-weight: normal;
}
h4 {
  letter-spacing: 0px;
  font-weight: normal;
}
h2.white,
h3.white,
.text-color.white {
  color: #ffffff;
}
h2.black,
h3.black,
.text-color.black {
  color: #000000;
}
h2.dark,
h3.dark,
.text-color.dark {
  color: #232322;
}
h2.medium,
h3.medium,
.text-color.medium {
  color: #909090;
}
h2.light,
h3.light,
.text-color.light {
  color: #e6e6e6;
}
h2.orange,
h3.orange,
.text-color.orange {
  color: #ffbb36;
}
.button {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 16px 0 14px;
  border-radius: 2px;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 228px;
  text-decoration: none;
  margin-bottom: 10px;
  background: transparent;
}
.button.dark {
  border-color: #232322;
  background: #232322;
}
.button.dark:hover {
  background: #ffffff;
  color: #232322;
}
.swiper-nav {
  position: absolute;
  z-index: 3;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-nav span {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  cursor: pointer;
  height: 30px;
}
.swiper-nav .prev,
.swiper-nav.prev {
  background-image: url('img/icons/arrow_left.png');
}
.swiper-nav .next,
.swiper-nav.next {
  background-image: url('img/icons/arrow_right.png');
}
.video {
  position: relative;
}
.video .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.video .placeholder.with-video::after {
  content: "";
  width: 167px;
  height: 166px;
  background: url('img/icons/play.png') no-repeat scroll center center transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -83px;
  margin-top: -83px;
}
.form-container input[type=text],
.form-container input[type=email],
.form-container input[type=number],
.form-container textarea {
  border: 1px solid #4a4a4a;
  border-radius: 0;
  color: #000000;
  background: #ffffff;
  width: 100%;
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 20px;
  padding: 11px 15px;
  display: block;
}
.form-container input[type=text].wpcf7-not-valid,
.form-container input[type=email].wpcf7-not-valid,
.form-container input[type=number].wpcf7-not-valid,
.form-container textarea.wpcf7-not-valid {
  border-color: #d0021b;
  color: #d0021b;
}
.form-container input[type=checkbox] {
  border: 1px solid #4a4a4a;
  border-radius: 0;
}
.form-container div.wpcf7-validation-errors,
.form-container .wpcf7-mail-sent-ng {
  background: #d0021b;
  font-size: 1.6rem;
  color: #ffffff;
  border: 0;
  display: inline-block;
  text-align: center;
  padding: 15px;
}
.form-container span.wpcf7-not-valid-tip {
  color: #d0021b;
  border: 1px solid #ffffff;
  font-size: 1em;
  font-weight: normal;
  background: #ffffff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 5px 20px;
  margin-top: -20px;
  margin-bottom: 5px;
}
.form-container .wpcf7-form label > br {
  display: none;
}
.form-container .wpcf7-form input[type="submit"] {
  width: 300px;
}
.form-container .wpcf7-form .recaptcha-wrapper {
  text-align: center;
}
.form-container .wpcf7-form .recaptcha-wrapper .g-recaptcha {
  display: inline-block;
}
.form-container .wpcf7-form .ajax-loader {
  position: absolute;
}
.form-container .checkbox-rows .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.form-container .wpcf7-form-control-wrap {
  display: block;
}
.form-container .wpcf7-checkbox {
  margin-bottom: 20px;
  display: inline-block;
}
.form-container .wpcf7-checkbox input {
  visibility: hidden;
  position: absolute;
}
.form-container .wpcf7-checkbox input:checked + span::after {
  opacity: 1;
}
.form-container .wpcf7-checkbox span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.form-container .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  display: inline-block;
  padding-top: 5px;
}
.form-container .wpcf7-checkbox .wpcf7-list-item-label::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #4a4a4a;
}
.form-container .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "X";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  text-align: center;
}
div.wpcf7-mail-sent-ok {
  background: #4a4a4a;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 20px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.js-header-marking {
  height: 130px;
  background: #232322;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .js-header-marking {
    height: 50px;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 35px 0 0px;
  z-index: 99;
  transition-duration: 300ms;
  background: #232322;
  font-weight: 600;
}
.header.fixed,
.header.news-page {
  padding: 0px;
  top: 0;
  height: auto;
}
.header.fixed .container.first,
.header.news-page .container.first {
  padding-bottom: 0px;
}
.header .container.first {
  display: flex;
  transition-duration: 300ms;
  padding-bottom: 35px;
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
  min-width: 270px;
}
.header .logo .logo-img {
  padding-top: 0;
  transition-duration: 300ms;
}
.header .logo .logo-img:first-child {
  margin-right: 21px;
  width: 72px;
}
.header .logo .logo-img:nth-child(2) {
  width: 170px;
}
.header.fixed .logo {
  opacity: 1;
}
.header.fixed .logo .logo-img {
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .header.fixed .logo .logo-img {
    padding-top: 0;
  }
}
.header.fixed .logo .logo-img:first-child {
  margin-left: -93px;
  opacity: 0;
}
.header .nav {
  display: inline-block;
  text-align: center;
  flex-grow: 1;
}
.header .nav ul {
  text-align: right;
}
.header .nav ul li {
  text-transform: uppercase;
  padding: 0 10px;
  transition-duration: 300ms;
}
.header .nav ul li > a {
  color: #909090;
  padding: 19px 20px;
  display: block;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav ul li > a {
    padding: 19px 10px;
  }
}
.header .nav ul li > a.current-page {
  color: #ffffff;
}
.header .nav ul li:hover > a,
.header .nav ul li.current-menu-item > a {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav ul li {
    padding: 0px;
  }
}
.header .nav ul li.lang-item {
  padding: 0 10px;
}
.header .nav ul li.lang-item a {
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .header .nav ul li.lang-item a {
    padding: 15px 5px;
  }
}
.header .nav ul li.lang-item a:first-of-type:not(:last-of-type) {
  padding-left: 0;
}
.header .nav ul li.lang-item a:last-of-type:not(:first-of-type) {
  padding-right: 0;
}
.header .nav .search {
  position: relative;
  padding-left: 0;
}
.header .nav .search a {
  display: block;
  padding-left: 0;
  cursor: pointer;
}
.header .nav .search a:hover::before {
  color: #909090;
}
.header .nav .search a::before {
  content: "|";
  font-size: 0.9em;
  vertical-align: text-bottom;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav .search a::before {
    padding-right: 0;
    padding-left: 5px;
  }
}
.header .nav .search a img {
  vertical-align: middle;
}
.header .nav .search svg {
  vertical-align: middle;
}
.header .nav .search .form-container {
  width: 0px;
  position: absolute;
  overflow: hidden;
  margin-right: 25px;
  right: 0;
  top: 0;
  background: #232322;
  height: 100%;
  color: #ffffff;
  transition-duration: 300ms;
}
.header .nav .search form {
  width: 400px;
  position: absolute;
  left: 0;
  top: 15px;
  transition-duration: 300ms;
  height: 100%;
  text-align: right;
}
.header .nav .search form input {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 300px;
  display: inline-block;
  background: transparent;
  margin-right: -4px;
  border: 0;
  color: #ffffff;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
}
.header .nav .search form button {
  width: 90px;
  display: inline-block;
  border: 0;
  font-weight: 600;
  height: 40px;
  text-transform: uppercase;
  color: #909090;
  background: transparent;
}
.header .nav .search form button:hover {
  color: #ffffff;
}
.header .nav .search.active .form-container {
  width: 400px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .nav .search.active .form-container {
    width: 300px;
  }
  .header .nav .search .form-container {
    margin-right: 0;
  }
  .header .nav .search form {
    top: 0;
    width: 300px;
  }
  .header .nav .search form input {
    padding-top: 17px;
    width: 200px;
  }
}
.header .nav.search-active li {
  opacity: 0;
}
.header .nav.search-active li.search {
  opacity: 1;
}
.header a {
  text-decoration: none;
}
.header ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.header ul li {
  display: inline-block;
  margin-left: -4px;
  padding: 0;
}
.header .top-nav {
  background: #3c3c3b;
}
.header .top-nav ul {
  text-align: center;
  padding: 0;
  --color: #5bd566;
}
.header .top-nav ul li {
  transition-duration: 150ms;
}
.header .top-nav ul li a {
  padding: 20px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  transition-duration: 150ms;
}
@media only screen and (max-width: 767px) {
  .header .top-nav ul li a {
    padding: 10px 5px;
    font-size: 0.6em;
    white-space: nowrap;
  }
}
.header .top-nav ul li.active,
.header .top-nav ul li:hover {
  background: #ffffff !important;
}
.header .top-nav ul li.active a,
.header .top-nav ul li:hover a {
  color: #000000;
}
.header .top-nav.green {
  background: #5bd566;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    height: auto;
    bottom: auto;
    padding-top: 0;
    max-height: 100vh;
    overflow: auto;
  }
  .header .mobile-menu {
    margin-right: 5px;
  }
  .header.active > .container > * {
    display: block;
  }
  .header .container.first {
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row;
    display: flex;
  }
  .header .logo {
    opacity: 1;
    position: absolute;
    top: 10px;
    left: 5px;
  }
  .header .logo .logo-img:first-child {
    display: none;
  }
  .header .nav {
    width: 100%;
    order: 3;
    display: none;
  }
  .header .nav > ul {
    top: 100%;
  }
  .header .nav > ul > li {
    display: block;
  }
  .header .nav > ul > li:not(:last-child) {
    border-bottom: 2px solid #909090;
  }
  .header .nav ul li a {
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .languages {
    order: 1;
    display: none;
    width: 50%;
    text-align: right;
    background: #e6e6e6;
  }
  .header .search {
    order: 2;
    margin: 0;
    display: none;
  }
  .header .search a::before {
    visibility: hidden;
  }
  .header .mobile-menu {
    width: 10%;
    margin-left: auto;
    height: 75px;
    background: url('img/mobile-menu.png') no-repeat scroll center center transparent;
  }
  .header.dark .nav > ul > li {
    background: #232322;
  }
  .header.dark .languages {
    background: #232322;
  }
  .header.dark .search {
    background: #232322;
  }
  .header.dark .mobile-menu {
    border-bottom: 5px solid #232322;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .nav ul li {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 1700px) {
  .header .nav ul li {
    padding: 0 15px;
  }
}
/* sidebar */
/* footer */
.footer {
  font-size: 1.7rem;
  color: #909090;
  background: #232322;
  padding-top: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
.footer .logo {
  padding-bottom: 65px;
  display: inline-block;
  width: 89px;
}
.footer .logo g,
.footer .logo path,
.footer .logo rect {
  fill: #232322;
}
.footer .footer-col {
  min-height: 1px;
}
.footer ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  text-align: center;
}
.footer ul li {
  display: inline-block;
  padding: 0 40px;
}
.footer ul li a {
  color: #909090;
  text-transform: uppercase;
}
.footer ul li a:hover {
  color: #ffffff;
}
.footer ul.social {
  text-align: right;
}
.footer ul.social li {
  padding: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-col:last-of-type {
    padding-left: 5px;
  }
  .footer ul {
    padding-top: 20px;
    padding-left: 0;
  }
  .footer ul li {
    display: inline-block;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-col {
    padding: 0 5%;
    padding-top: 20px;
  }
  .footer .footer-col:last-of-type {
    padding-left: 5%;
    padding-top: 30px;
  }
  .footer .logo {
    margin-left: 5%;
  }
  .footer ul.social {
    text-align: center;
  }
}
@media only screen and (min-width: 1700px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.pagination article {
  padding-bottom: 50px;
}
.show-more {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
.show-more::before {
  content: "";
  background-image: url('img/icons/bullet.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: baseline;
  transition-duration: 300ms;
}
.show-more.white {
  color: #ffffff;
}
.show-more.white::before {
  background-image: url('img/icons/bullet_w.png');
}
.show-more.hide::before {
  transform: rotate(180deg);
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.parallax {
  position: relative;
}
.parallax .parallax-wrapper {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.parallax .parallax-wrapper .parallax-inner {
  height: 100%;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  width: 100%;
}
.parallax .parallax-wrapper .parallax-inner img.special {
  height: 150%;
  width: auto;
  max-width: none;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
main {
  min-height: 65vh;
}
section.white {
  background: #ffffff;
}
section.black {
  background: #000000;
}
section.medium {
  background: #909090;
}
section.dark {
  background: #232322;
}
section.light {
  background: #e6e6e6;
}
section > .container.white,
section > .container-fluid.white {
  background: #ffffff;
}
section > .container.black,
section > .container-fluid.black {
  background: #000000;
}
section > .container.medium,
section > .container-fluid.medium {
  background: #909090;
}
section > .container.dark,
section > .container-fluid.dark {
  background: #232322;
}
section > .container.light,
section > .container-fluid.light {
  background: #e6e6e6;
}
section > .container > h1,
section > .container-fluid > h1,
section > .container > h2,
section > .container-fluid > h2 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.home-hero {
  height: 540px;
  background: #e6e6e6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-hero {
    height: auto;
  }
}
.home-hero .bg {
  height: 100%;
  transition: 200ms ease-out;
  transform: scale(1.05);
  transition-delay: 200ms;
  background-size: cover;
  background-position: center;
}
.home-hero .text {
  background-color: #e7e7e7;
  padding: 50px 20px 20px;
}
.home-hero .text h1,
.home-hero .text h2 {
  margin-top: 0;
  font-size: 6rem;
}
@media only screen and (max-width: 767px) {
  .home-hero .text h1,
  .home-hero .text h2 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-hero .text h1,
  .home-hero .text h2 {
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .home-hero .text h1,
  .home-hero .text h2 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1700px) {
  .home-hero .text h1,
  .home-hero .text h2 {
    font-size: 7rem;
  }
}
.home-hero .swiper-slide-active .bg,
.home-hero .swiper-slide-duplicate-active .bg {
  transform: scale(1);
  transition-delay: 0ms;
}
.home-hero .images {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .home-hero .images {
    display: none;
  }
}
.home-hero .texts {
  height: 540px;
  overflow: hidden;
}
.home-hero .texts .swiper-nav {
  position: absolute;
  bottom: 40px;
  top: auto;
  z-index: 2;
  right: 0;
}
.home-hero .texts .show-more {
  position: absolute;
  bottom: 50px;
  left: 20px;
}
.module-half-half {
  position: relative;
}
.module-half-half .description {
  background: #000000;
  color: #909090;
  position: relative;
  padding-top: 50px;
  width: 50%;
  padding-bottom: 50px;
}
.module-half-half .description::after {
  content: "";
  position: absolute;
  top: 0;
  width: 18px;
  height: 100%;
  left: 0;
  display: inline-block;
}
.module-half-half .description.grid-9 {
  width: calc(50% - 60px);
}
@media only screen and (max-width: 767px) {
  .module-half-half .description.grid-9 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half .description.grid-9 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-half-half .description.grid-9 {
    width: calc(50% - 49px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1700px) {
  .module-half-half .description.grid-9 {
    width: calc(50% - 84px);
  }
}
.module-half-half .description.grid-9 .text {
  width: 540px;
}
@media only screen and (max-width: 767px) {
  .module-half-half .description.grid-9 .text {
    width: 100%;
  }
}
@media only screen and (min-width: 1700px) {
  .module-half-half .description.grid-9 .text {
    width: 740px;
  }
}
.module-half-half .description.grid-8 {
  width: calc(50% - 120px);
}
@media only screen and (max-width: 767px) {
  .module-half-half .description.grid-8 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half .description.grid-8 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-half-half .description.grid-8 {
    width: calc(50% - 99px);
  }
}
@media only screen and (min-width: 1700px) {
  .module-half-half .description.grid-8 {
    width: calc(50% - 168px);
  }
}
.module-half-half .description.grid-8 .text {
  width: 485px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-half-half .description.grid-8 .text {
    width: 390px;
  }
}
@media only screen and (min-width: 1700px) {
  .module-half-half .description.grid-8 .text {
    width: 667px;
  }
}
.module-half-half .description.grid-12 {
  width: calc(50% + 120px);
}
@media only screen and (max-width: 767px) {
  .module-half-half .description.grid-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half .description.grid-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1700px) {
  .module-half-half .description.grid-12 {
    width: calc(50% + 168px);
  }
}
.module-half-half .description.grid-12 .text {
  width: 725px;
}
@media only screen and (min-width: 1700px) {
  .module-half-half .description.grid-12 .text {
    width: 1005px;
  }
}
.module-half-half .description .text {
  width: 600px;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 120px;
}
.module-half-half .description .text h2 {
  font-weight: bold;
  margin-top: 0;
  color: #ffffff;
}
.module-half-half .description .text h2 a {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-half-half .description .text h2 {
    margin-bottom: 0;
  }
}
.module-half-half .description .text h4 {
  text-transform: uppercase;
}
.module-half-half .description .text p {
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 1.3em;
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 5px;
  flex-grow: 1;
}
.module-half-half .description .text p.flex-end {
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 1700px) {
  .module-half-half .description .text p {
    font-size: 2.1rem;
  }
}
.module-half-half .description .text.to-left {
  margin-left: 0;
  padding-right: 0;
}
.module-half-half .description .text.with-video {
  display: block;
}
@media only screen and (min-width: 1700px) {
  .module-half-half .description .text {
    width: 840px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half .description {
    width: 100%;
  }
  .module-half-half .description .text {
    padding-left: 30px;
    max-width: 100%;
    padding-right: 30px;
  }
}
.module-half-half.high .description {
  height: 540px;
}
.module-half-half .sidebar-features {
  padding-left: 0;
  text-transform: uppercase;
  color: #6f74ff;
  list-style: none;
}
.module-half-half .sidebar-features li {
  padding-bottom: 30px;
}
.module-half-half .sidebar-features li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6f74ff;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.module-half-half .vertical-gallery {
  height: 480px;
  width: 100%;
}
.module-half-half .vertical-gallery .swiper-slide {
  background-position: center;
  background-size: cover;
}
.module-half-half .score {
  font-size: 4rem;
  font-weight: bold;
}
.module-half-half .media {
  flex-grow: 1;
  position: relative;
}
.module-half-half .media .bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 200ms;
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .bg {
    height: 200px;
  }
}
.module-half-half .media.with-video .bg {
  background-size: auto 100%;
}
.module-half-half .media .zoom_image {
  position: absolute;
  height: 320px;
  left: 337px;
  top: -100px;
  width: 320px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.module-half-half .media .zoom_pulse {
  position: absolute;
  top: 160px;
  left: 300px;
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  box-shadow: 0 0 0 rgba(91, 214, 102, 0.4);
  border: 5px solid #5bd566;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .zoom_pulse {
    top: 30%;
    left: 30%;
  }
}
.module-half-half .media .zoom_pulse:hover {
  animation: none;
}
.module-half-half .media .labels {
  text-align: right;
  position: absolute;
  top: 0;
  width: 660px;
}
@media only screen and (min-width: 1700px) {
  .module-half-half .media .labels {
    width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .labels {
    width: 90%;
    right: 5%;
  }
}
.module-half-half .media .label {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #5bd566;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 60px;
}
.module-half-half .media .label span:first-child {
  padding-top: 33px;
  display: block;
  font-size: 2rem;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .label span:first-child {
    font-size: 1.2rem;
    padding-top: 15px;
  }
}
.module-half-half .media .label span:nth-child(2) {
  font-size: 1.1rem;
  display: block;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .label span:nth-child(2) {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-half-half .media .label {
    width: 50px;
    margin-top: 20px;
    height: 50px;
  }
}
.module-half-half .media .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.module-half-half .media .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(91, 214, 102, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(91, 214, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(91, 214, 102, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(91, 214, 102, 0.4);
    box-shadow: 0 0 0 0 rgba(91, 214, 102, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(91, 214, 102, 0);
    box-shadow: 0 0 0 10px rgba(91, 214, 102, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(91, 214, 102, 0);
    box-shadow: 0 0 0 0 rgba(91, 214, 102, 0);
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half .media {
    width: 100%;
  }
}
.module-half-half.right .row {
  flex-direction: row-reverse;
}
.module-half-half.right .text {
  margin-left: 0;
  padding-right: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-half-half.right .text {
    padding-left: 10px;
    padding-right: 30px;
  }
}
.module-half-half.right .description::after {
  left: auto;
  right: 0;
}
.module-half-half.purple .description::after {
  background: #6f74ff;
}
.module-half-half.orange .description::after {
  background: #ffbb36;
}
.module-half-half.green .description::after {
  background: #5bd566;
}
.module-half-half.turquoise .description::after {
  background: #31ced5;
}
.module-half-half.bg-green .description {
  background: #5bd566;
  color: #ffffff;
}
.module-half-half.bg-light-grey .description {
  background: #e6e6e6;
  color: #000000;
}
.module-half-half.bg-light-grey .description .text h2 {
  color: #000000;
}
.module-half-half.bg-medium-grey .description {
  background: #e2e2e2;
  color: #000000;
}
.module-half-half.bg-medium-grey .description .text h2 {
  color: #000000;
}
.module-half-half.bg-dark-grey .description {
  background: #232322;
  color: #ffffff;
}
.module-half-half.bg-dark-grey .description .text h2 {
  color: #ffffff;
}
.module-half-half.bg-black .description {
  background: #000000;
  color: #ffffff;
}
.module-half-half.bg-white .description {
  background: #ffffff;
  color: #000000;
}
.module-half-half.bg-white .description .text h2 {
  color: #000000;
}
.module-half-half.bg-turquoise .description {
  background: #31ced5;
  color: #ffffff;
}
.module-half-half.collapsed {
  height: 0;
  overflow: hidden;
}
.module-half-half.review .description::after {
  background-color: var(--tab-color) !important;
}
.module-category-tabs .tab {
  background: #3c3c3b;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  transition-duration: 150ms;
  position: relative;
  padding-bottom: 40px;
  font-weight: 600;
}
.module-category-tabs .tab:hover,
.module-category-tabs .tab.active {
  background: #ffffff !important;
  color: var(--tab-color) !important;
}
.module-category-tabs .tab:hover .hover,
.module-category-tabs .tab.active .hover {
  opacity: 1;
}
.module-category-tabs .tab .icon {
  display: inline-block;
  height: 100px;
  width: 100%;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .module-category-tabs .tab .icon {
    background-size: 15px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-category-tabs .tab .icon {
    background-size: auto 50%;
  }
}
.module-category-tabs .tab .hover {
  height: 100px;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .module-category-tabs .tab .hover {
    background-size: 15px auto;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-category-tabs .tab {
    padding-bottom: 0px;
    font-size: 0.6em;
    line-height: 1.1em;
  }
  .module-category-tabs .tab .icon,
  .module-category-tabs .tab .hover {
    height: 25px;
    margin-top: 0;
  }
}
.module-category-tabs .tab-group {
  display: none;
  padding-top: 0;
}
.module-category-tabs .tab-group h3 {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 0;
  min-height: 2.2em;
}
.module-category-tabs .tab-group.active {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.module-category-tabs.purple .tab {
  background: #6f74ff;
}
.module-category-tabs.purple .tab:hover,
.module-category-tabs.purple .tab.active {
  color: #6f74ff;
  background: #ffffff;
}
.module-category-tabs .module-reviews .tab-group.active {
  padding-top: 0;
}
.compare.checkbox {
  padding-left: 35px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media only screen and (max-width: 767px) {
  .compare.checkbox {
    font-size: 1rem;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .compare.checkbox {
    font-size: 1.4rem;
  }
}
.compare.checkbox::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
  width: 15px;
  height: 15px;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  border: 2px solid #999999;
  border-radius: 2px;
}
.compare.checkbox::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 1;
  height: 16px;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 16px;
  background: url('img/check.png') no-repeat scroll center center transparent;
  opacity: 0;
}
.compare.checkbox.checked {
  border-color: #5BD666;
  color: #5BD666;
}
.compare.checkbox.checked::after {
  border-color: #5BD666;
}
.compare.checkbox.checked::before {
  opacity: 1;
}
.compare-button-wrapper {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  bottom: 0px;
  left: 0;
  z-index: 10;
  background: #232322;
  text-align: center;
  color: #ffffff;
  transform: translate3d(0, 100%, 0);
  transition-duration: 500ms;
}
.compare-button-wrapper.active {
  transform: translate3d(0, 0%, 0);
}
.compare-button {
  opacity: 0.2;
  border: 2px solid #ffffff;
  border-radius: 4px;
  padding: 5px 20px 3px;
  display: inline-block;
}
.compare-button.active {
  opacity: 1;
  cursor: pointer;
}
.compare-button span {
  display: inline-block;
  margin-right: 10px;
}
.colors-block {
  position: absolute;
  right: 0;
  top: 25px;
}
.colors-block span,
.colors-block img {
  width: 25px;
  display: block;
  border-radius: 50%;
  margin-bottom: 15px;
  height: 25px;
  cursor: pointer;
}
.colors-block span.with-border,
.colors-block img.with-border {
  border: 1px solid #909090;
}
@media only screen and (max-width: 767px) {
  .colors-block {
    right: 9px;
  }
}
.product-tile {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.product-tile .product-image {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-tile .image-wrapper {
  text-align: center;
}
.product-tile .image-wrapper img {
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  .product-tile .image-wrapper img {
    max-height: 100%;
  }
}
.product-tile .image-wrapper .image-block {
  height: 320px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1700px) {
  .product-tile .image-wrapper .image-block {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product-tile .image-wrapper .image-block {
    height: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .image-wrapper .image-block {
    height: 190px;
  }
}
.product-tile .image-wrapper .image-block img {
  display: none;
  margin: 0 auto;
}
.product-tile .image-wrapper .image-block img.active {
  display: block;
}
.product-tile h3 {
  font-size: 2.8rem;
  font-weight: 900;
  padding-bottom: 0px;
  min-height: 2.4em;
  border-bottom: 1px solid #909090;
  margin-bottom: 0;
}
.product-tile h3 .new,
.product-tile h3 .archived {
  display: inline-block;
  vertical-align: top;
  color: #5bd566;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .product-tile h3 .new,
  .product-tile h3 .archived {
    font-size: 1.8rem;
    letter-spacing: 0rem;
    vertical-align: text-bottom;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile h3 .new,
  .product-tile h3 .archived {
    font-size: 0.8em;
  }
}
.product-tile h3 .archived {
  color: #d91c22;
}
.product-tile p {
  color: #909090;
}
.product-tile .compare.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-tile .compare.checkbox.checked {
  opacity: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .compare.checkbox {
    opacity: 1;
  }
}
.product-tile .hidden.data {
  display: none;
}
.product-tile:hover .compare.checkbox {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .product-tile {
    width: 100%;
  }
}
.module-social {
  background: url('img/lines.png') no-repeat scroll center center #232322;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 43px;
  padding-bottom: 43px;
}
.module-social p {
  margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-social .icon {
    margin-bottom: 10px;
  }
}
.module-support {
  background: url('img/support.jpg') no-repeat scroll right bottom #e6e6e6;
  background-size: auto 90%;
}
.module-support .grid-7 {
  background: #f2f2f2;
  padding: 50px 0 40px;
  width: calc(50% - 180px);
}
@media only screen and (max-width: 767px) {
  .module-support .grid-7 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-support .grid-7 {
    width: calc(50% - 148px);
  }
}
@media only screen and (min-width: 1700px) {
  .module-support .grid-7 {
    width: calc(50% - 252px);
  }
}
.module-support .grid-7 .text {
  margin-left: auto;
  width: 425px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .module-support .grid-7 .text {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-support .grid-7 .text {
    width: 340px;
  }
}
@media only screen and (min-width: 1700px) {
  .module-support .grid-7 .text {
    width: 585px;
  }
}
.module-support .support-right {
  flex-grow: 1;
  padding: 50px 0 40px;
}
.module-support .support-right p {
  max-width: 400px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-support .support-right p {
    max-width: 300px;
  }
}
.module-support h2 {
  margin-top: 0;
}
.module-support blockquote {
  margin-top: 5px;
  padding-left: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-support blockquote {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .module-support blockquote {
    padding-left: 20px;
  }
}
.module-support p,
.module-support footer {
  margin-top: 0;
  color: #909090;
}
.module-support .support-text {
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-support .support-text {
    height: auto;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-support {
    background: #e6e6e6;
  }
}
.subpage-hero {
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.subpage-hero .text-wrapper {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #ffffff;
  text-align: center;
}
.subpage-hero .text-wrapper h2 {
  font-weight: 900;
  font-size: 5rem;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .subpage-hero .text-wrapper h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .subpage-hero {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-hero {
    height: 300px;
  }
}
.module-about-us {
  padding: 55px 0 80px;
  color: #232322;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .module-about-us {
    padding: 30px 0 50px;
  }
}
.module-about-us h2 {
  line-height: 2em;
  font-weight: bold;
}
.module-about-us h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}
.module-about-us .box {
  padding-bottom: 50px;
  padding-top: 50px;
}
.module-about-us .box p {
  color: #555555;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .module-about-us .box {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.module-about-us ul {
  list-style: none;
  font-weight: 600;
  padding-left: 0;
}
.module-about-us ul li {
  text-transform: uppercase;
}
.module-about-us ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('img/icons/download.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 25px;
  vertical-align: middle;
}
section.with-top-menu {
  margin-top: 63px;
}
@media only screen and (min-width: 1700px) {
  section.with-top-menu {
    margin-top: 70px;
  }
}
section.with-search-top {
  margin-top: 160px;
}
section.with-search-top .results .product-tile:nth-of-type(-n+3),
section.with-search-top .results .double-column-list {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  section.with-search-top .results .product-tile:nth-of-type(-n+3) {
    padding-top: 0;
  }
  section.with-search-top .results .product-tile:first-of-type {
    padding-top: 30px;
  }
}
.module-rma {
  padding-top: 50px;
  padding-bottom: 80px;
  font-size: 1.8rem;
}
.module-rma .desc ul {
  padding-left: 0;
  list-style: none;
  color: #333333;
  line-height: 1.6em;
}
.module-rma .desc ul li {
  position: relative;
  padding-left: 60px;
  padding-bottom: 10px;
}
.module-rma .desc ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 10px;
  margin-right: 56px;
}
.module-rma .forms-list {
  padding-left: 0;
  list-style: none;
  font-weight: 600;
}
.module-rma .forms-list li {
  text-transform: uppercase;
  padding-bottom: 25px;
}
.module-rma .forms-list li::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url('img/icons/form.png') no-repeat scroll center center transparent;
  margin-right: 33px;
  vertical-align: middle;
}
li.bullet-li {
  text-transform: uppercase;
  padding-bottom: 50px;
  font-size: 2.4rem;
  list-style: none;
  padding-left: 50px;
  position: relative;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
}
li.bullet-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url('img/icons/bullet.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: baseline;
}
li.bullet-li.green::before {
  background-image: url('img/icons/bullet-green.png');
}
@media only screen and (max-width: 767px) {
  li.bullet-li {
    font-size: 1.6rem;
    padding-left: 30px;
  }
  li.bullet-li::before {
    height: 10px;
    margin-right: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  li.bullet-li {
    padding-left: 30px;
  }
}
.module-legacy {
  padding-top: 50px;
  padding-bottom: 80px;
}
.module-legacy h2 {
  font-weight: 800;
  margin-bottom: 50px;
}
.module-legacy .legacy-list {
  list-style-type: none;
  columns: 2;
}
.module-legacy .legacy-list li {
  text-transform: uppercase;
  padding-bottom: 50px;
  font-size: 2.4rem;
}
.module-legacy .legacy-list li::before {
  content: "";
  background-image: url('img/icons/bullet.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
  margin-right: 35px;
  display: inline-block;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-legacy .legacy-list {
    columns: 1;
  }
}
.product-page {
  position: relative;
  padding-top: 70px;
}
.product-page h1 {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
}
.product-page h1 .new,
.product-page h1 .archived {
  display: inline-block;
  vertical-align: top;
  font-size: 3.6rem;
  color: #5bd566;
  padding-top: 4px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.28em;
  letter-spacing: 0.3rem;
}
.product-page h1 .archived {
  color: #d91c22;
}
.product-page .main-image {
  height: 660px;
  text-align: center;
  position: relative;
}
.product-page .main-image .main-image-wrapper {
  z-index: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition-duration: 150ms;
}
.product-page .main-image .main-image-wrapper.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.product-page .main-image a {
  z-index: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 150ms;
}
.product-page .main-image a.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.product-page .main-image a img {
  max-height: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .main-image {
    height: 300px;
  }
}
.product-page .galleries-wrapper {
  position: relative;
  height: 180px;
  margin-bottom: 80px;
}
.product-page .galleries-wrapper .product-gallery {
  z-index: 0;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.product-page .galleries-wrapper .product-gallery a {
  cursor: pointer;
}
.product-page .galleries-wrapper .product-gallery .swiper-container {
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
.product-page .galleries-wrapper .product-gallery.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .galleries-wrapper {
    height: 60px;
    margin-bottom: 25px;
  }
  .product-page .galleries-wrapper .swiper-nav {
    top: calc(50% - 18px);
  }
  .product-page .galleries-wrapper .swiper-nav.prev {
    left: -5px;
  }
  .product-page .galleries-wrapper .swiper-nav.next {
    right: -5px;
  }
}
.product-page .swiper-slide {
  text-align: center;
  height: 100%;
}
.product-page .swiper-slide img {
  max-height: 100%;
}
.product-page .color-switch {
  position: absolute;
  right: 0;
  top: 14px;
  font-weight: 600;
}
.product-page .color-switch .color {
  width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #909090;
  margin-bottom: 35px;
  cursor: pointer;
}
.product-page .color-switch .color.active {
  color: #000000;
}
.product-page .color-switch .color.active .with-border {
  border-color: #000000;
}
.product-page .color-switch .color span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.product-page .color-switch .color i,
.product-page .color-switch .color img {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .color-switch .color i,
  .product-page .color-switch .color img {
    height: 20px;
    width: 20px;
    margin-left: 10px;
  }
}
.product-page .color-switch .color i.with-border,
.product-page .color-switch .color img.with-border {
  border: 1px solid #909090;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .color-switch .color {
    width: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .color-switch {
    top: 60px;
  }
}
.product-page .swiper-nav {
  top: calc(50% - 10px);
  position: absolute;
}
.product-page .swiper-nav.prev {
  left: 0;
}
.product-page .swiper-nav.next {
  right: 0;
}
.module-text {
  margin-top: 50px;
  margin-bottom: 50px;
}
.module-text:first-child {
  margin-top: 0;
}
.module-feature-list {
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 600;
}
.module-feature-list ul {
  padding-left: 0;
  columns: 2;
  color: #5bd566;
}
@media only screen and (max-width: 767px) {
  .module-feature-list ul {
    columns: 1;
  }
}
.module-infographic {
  margin-top: 50px;
  margin-bottom: 50px;
}
.module-specifications {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-specifications {
    margin-bottom: 0;
  }
}
.module-specifications ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  columns: 2;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-specifications ul {
    columns: 1;
  }
}
.module-specifications ul.full {
  columns: 1;
}
.module-specifications ul.full ul {
  columns: 2;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-specifications ul.full ul {
    columns: 1;
  }
}
.module-specifications ul.full > li:first-of-type {
  padding-top: 30px;
}
.module-specifications ul.full > li:first-of-type > span {
  margin: 20px 0;
}
.module-specifications ul li {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1rem;
  padding-bottom: 12px;
}
.module-specifications ul li span:first-child {
  width: 55%;
}
.module-specifications ul li span:nth-child(2) {
  width: 45%;
  font-weight: bold;
}
.module-specifications ul li ul {
  width: 100%;
  columns: 1;
}
.module-specifications ul:empty {
  display: none;
}
.module-awards {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-awards {
    margin-bottom: 0;
  }
}
.module-awards h2 {
  padding-bottom: 30px;
}
.module-awards .award {
  padding: 0 0px;
}
.module-awards .award img {
  transition-duration: 300ms;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.module-awards .award img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.module-video {
  background-color: #232322;
}
.module-download {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-download {
    margin-bottom: 0;
  }
}
.module-download ul {
  padding-left: 0;
  columns: 3;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .module-download ul {
    columns: 1;
  }
}
.module-download ul li {
  font-size: 1.6rem;
}
.module-download ul li::before {
  vertical-align: middle;
  background-image: url('img/icons/download-green.png') !important;
  width: 27px;
  margin-right: 25px;
  height: 21px;
}
.module-download ul a {
  color: #5bd566;
}
.module-linked {
  margin-top: 50px;
  margin-bottom: 80px;
}
.module-linked h2 {
  padding-bottom: 50px;
}
.module-linked .image-wrapper img {
  max-height: 280px;
}
.module-linked h3 {
  text-align: center;
  font-weight: 900;
  margin-top: 30px;
  border-bottom: 0;
}
.page-category {
  padding-top: 120px;
}
.module-pagination {
  margin: 50px 0;
}
.module-pagination a {
  color: #909090;
  width: 30px;
  line-height: 30px;
  display: inline-block;
}
.module-pagination a.active,
.module-pagination a:hover {
  color: #000000;
}
.double-column-list {
  list-style-type: none;
  columns: 2;
}
.double-column-list li {
  text-transform: uppercase;
  padding-bottom: 50px;
  font-size: 2.4rem;
  cursor: pointer;
  overflow: hidden;
  /* fix for Firefox */
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  font-weight: 600;
}
.double-column-list li::before {
  content: "";
  background-image: url('img/icons/bullet.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
  margin-right: 35px;
  display: inline-block;
  vertical-align: baseline;
  transition-duration: 150ms;
}
.double-column-list li .accordion-inner {
  height: 0;
  display: block;
  overflow: hidden;
}
.double-column-list li .accordion-inner a {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
  font-size: 1.4rem;
  margin-left: 60px;
  color: #6f74ff;
}
.double-column-list li .accordion-inner a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('img/icons/download-purple.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 25px;
  vertical-align: middle;
}
.double-column-list li.accordion.open::before {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .double-column-list {
    columns: 1;
  }
}
.module-player {
  background: #232322;
}
.module-tv-all .clip {
  width: calc(50% - 30px);
}
.module-tv-all .clip .image-wrapper {
  position: relative;
  display: block;
}
.module-tv-all .clip .image-wrapper::after {
  content: "";
  width: 28px;
  height: 40px;
  background: url('img/icons/play.png') no-repeat scroll center center transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.module-tv-all .clip img {
  max-width: 100%;
  display: block;
}
.module-tv-all .clip h3 {
  font-weight: 900;
  padding-bottom: 20px;
  border-bottom: 1px solid #909090;
  font-size: 2.7rem;
  margin-bottom: 20px;
}
.module-tv-all .clip p {
  color: #909090;
  text-transform: uppercase;
  font-size: 0.8em;
}
.module_manuals {
  font-weight: 600;
}
.module_manuals ul {
  padding-left: 0;
}
.module_manuals li {
  font-size: 1.6rem;
}
.module_manuals li::before {
  vertical-align: middle;
  background-image: url('img/icons/download-green.png') !important;
  width: 27px;
  margin-right: 25px;
  height: 21px;
}
.module_manuals li a {
  color: #5bd566;
}
.compare-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .compare-overlay {
    font-size: 0.6em;
  }
}
.compare-overlay.active {
  display: block;
}
.compare-overlay .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #ffffff;
  padding: 35px 50px;
  max-height: 90vh;
  max-width: 90vw;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .compare-overlay .wrapper {
    padding: 40px 0 10px 0;
  }
}
.compare-overlay .table-wrapper {
  max-height: calc(90vh - 70px);
  overflow: auto;
  padding: 11px;
}
.compare-overlay table {
  color: #313131;
  border-collapse: collapse;
}
.compare-overlay table td {
  padding: 10px;
  border: 2px solid #ffffff;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table td {
    padding: 5px 2px;
  }
}
.compare-overlay table td:first-of-type {
  font-weight: bold;
}
.compare-overlay table td:first-of-type:not(:empty) {
  background: #E7E7E7;
}
.compare-overlay table tr:nth-of-type(n+2) td:nth-of-type(n+2) {
  background: #F5F5F5;
}
.compare-overlay table td.image {
  border: 0;
  height: 220px;
  width: 150px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table td.image {
    width: 80px;
    height: 80px;
  }
}
.compare-overlay table td.image img {
  max-height: 100%;
}
.compare-overlay table td.image .archived-message + .image-wrapper img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
}
.compare-overlay table td.image .image-wrapper {
  height: 100%;
}
.compare-overlay table td.image .image-block {
  position: relative;
  height: 100%;
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .compare-overlay table td.image .image-block {
    min-width: 50px;
  }
}
.compare-overlay table td.image .image-block img {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate3d(0%, -50%, 0);
  opacity: 0;
  right: 0;
  margin: 0 auto;
}
.compare-overlay table td.image .image-block img.active {
  opacity: 1;
}
.compare-overlay table td.image .archived-message {
  transform: rotate(-15deg);
  position: absolute;
  opacity: 0.8;
  font-weight: bold;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  display: block;
  z-index: 1;
  background: #f0f0f0;
  top: 20%;
  width: 100%;
  left: 0%;
  padding: 10px;
  color: #999999;
}
.compare-overlay .model span,
.compare-overlay .code span,
.compare-overlay .ean span {
  display: none;
}
.compare-overlay .model span.active,
.compare-overlay .code span.active,
.compare-overlay .ean span.active {
  display: block;
}
/*.compare-overlay table td.image .colors-block {
	display: none;
}*/
.compare-overlay table .product-icon {
  width: 40px;
}
.compare-overlay table td:first-child ul {
  margin-top: 0;
}
.compare-overlay table ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.compare-overlay table ul li {
  white-space: nowrap;
  height: 1.3em;
}
.compare-overlay .js-values {
  margin-top: 1.3em;
}
.compare-overlay .close {
  position: absolute;
  z-index: 999999;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: 300;
  width: 24px;
  height: 24px;
  background: url('img/close.png') no-repeat scroll center center transparent;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .compare-overlay .colors-block {
    top: 5px;
  }
  .compare-overlay .colors-block span,
  .compare-overlay .colors-block img {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
  }
}
.notfound {
  text-align: center;
}
.notfound h1 {
  background: #e6e6e6;
  padding: 40px 0;
  font-size: 3rem;
}
.notfound form {
  padding: 40px 0;
}
.notfound input[type=search] {
  border-radius: 0;
  border: 1px solid #232322;
  outline: 0;
  padding: 5px;
  width: 630px;
  margin: 0 auto;
  max-width: 90%;
}
.social_media ul {
  list-style: none;
  padding-left: 0;
}
.social_media ul li {
  display: block;
  line-height: 1.5em;
}
.search-heading {
  padding: 5px 0;
  text-transform: uppercase;
  background-color: #ffffff;
}
.search-heading strong {
  position: relative;
}
.search-heading strong::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #000000;
  width: 100%;
  bottom: 0;
  left: 0;
}
.search-heading h3 {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .search-heading h3 {
    font-size: 1.8rem;
  }
}
.single-page .tablepress tfoot th,
.where-to-buy .tablepress tfoot th,
.single-page .tablepress thead th,
.where-to-buy .tablepress thead th {
  background-color: transparent;
  text-transform: uppercase;
  border: 0;
}
.single-page .tablepress tbody td,
.where-to-buy .tablepress tbody td,
.single-page .tablepress tfoot th,
.where-to-buy .tablepress tfoot th {
  border: 0;
  text-transform: uppercase;
}
.single-page .tablepress .sorting:hover,
.where-to-buy .tablepress .sorting:hover,
.single-page .tablepress .sorting_asc,
.where-to-buy .tablepress .sorting_asc,
.single-page .tablepress .sorting_desc,
.where-to-buy .tablepress .sorting_desc {
  background-color: transparent;
}
.single-page .tablepress .odd td,
.where-to-buy .tablepress .odd td,
.single-page .tablepress .row-hover tr:hover td,
.where-to-buy .tablepress .row-hover tr:hover td {
  background-color: transparent;
}
.single-page .tablepress caption,
.where-to-buy .tablepress caption {
  display: none;
}
.single-page .tablepress .sorting::after,
.where-to-buy .tablepress .sorting::after,
.single-page .tablepress .sorting_asc::after,
.where-to-buy .tablepress .sorting_asc::after,
.single-page .tablepress .sorting_desc::after,
.where-to-buy .tablepress .sorting_desc::after {
  position: static;
  display: inline-block;
  margin-left: 20px;
}
.module-map .map {
  height: 550px;
}
.wtb {
  margin-top: 100px;
  padding-left: 50px;
}
.wtb h2 {
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 2px;
  margin-left: -45px;
}
.wtb h2::before {
  content: "";
  background-image: url('img/icons/bullet.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 18px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: baseline;
  transition-duration: 300ms;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'microsquare';
  src: url('fonts/microsquare-regular-webfont.woff2') format('woff2'), url('fonts/microsquare-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'microsquare';
  src: url('fonts/microsquare-demibold-webfont.woff2') format('woff2'), url('fonts/microsquare-demibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'microsquare';
  src: url('fonts/microsquare-bold-webfont.woff2') format('woff2'), url('fonts/microsquare-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'microsquare';
  src: url('fonts/microsquare-extrabold-webfont.woff2') format('woff2'), url('fonts/microsquare-extrabold-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  a {
    font-size: 1.6rem;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
