@font-face {
  font-family: 'Futura Boo';
  src: url('/fonts/Futura-Boo.eot'), url('/fonts/Futura-Boo.ttf') format('truetype'), url('/fonts/Futura-Boo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Lig';
  src: url('/fonts/Futura-Lig.eot'), url('/fonts/Futura-Lig.ttf') format('truetype'), url('/fonts/Futura-Lig.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aqirys Icons';
  src: url('/images/icons/icons.woff'), url('/images/icons/icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Futura Boo", sans-serif;
  color: #777;
  background-color: #1c1c1c;
  min-width: 100%;
}
@media (min-width: 1900px) {
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 2500px) {
  .col-xxxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  z-index: 100000;
  position: relative;
}
header .nav-item .nav-link {
  color: #a7a7a7;
  font-size: 22px;
}
header .navbar-brand {
  width: 190px;
}
@media (max-width: 400px) {
  header .navbar-brand {
    width: 160px;
  }
}
@media (min-width: 1900px) {
  header .navbar-brand {
    width: 220px;
  }
}
@media (min-width: 1900px) {
  header .navbar-brand {
    width: 220px;
  }
}
@media (min-width: 2700px) {
  header .navbar-brand {
    width: 315px;
  }
}
header #header-wrap {
  background-color: #262626;
  color: #a7a7a7;
  animation: stuckFadeIn .6s;
}
@media (max-width: 400px) {
  header #header-wrap .menu-trigger {
    top: 10px;
  }
}
header #header-wrap.sticky {
  transition: background-color 0.3s, opacity 0.3s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header #header-wrap.sticky .menu-trigger {
  top: 5px;
}
@media (max-width: 768px) {
  header #header-wrap.sticky .navbar-brand img {
    height: 40px;
  }
}
.navbar {
  padding: 0 1rem;
}
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}
.navbar-brand {
  margin-left: 5%;
}
@media (min-width: 2500px) {
  .navbar-brand img {
    height: 120px;
  }
}
@media (min-width: 768px) {
  header .nav-item {
    height: 83px;
  }
  header .nav-item > ul > li > a {
    font-size: 20px;
  }
  header .nav-item .nav-link {
    line-height: 83px;
  }
  header .nav-item:hover .nav-link {
    border-top: 1px solid #00afee;
    color: #00afee;
  }
  header .dropdown-item.active,
  header .dropdown-item:active {
    color: #00afee;
    text-decoration: none;
    background-color: transparent;
  }
  header .dropdown-submenu ul li a {
    font-size: 19px;
  }
  .dropdown-submenu.active .dropdown-menu,
  .dropdown-submenu:hover .dropdown-menu,
  .dropdown-submenu:focus .dropdown-menu {
    display: block;
    left: 100%;
  }
  .dropdown-submenu.active .product-image-holder,
  .dropdown-submenu:hover .product-image-holder,
  .dropdown-submenu:focus .product-image-holder {
    display: block;
  }
  .nav-item.dropdown.active > .dropdown-menu,
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .product-image-holder {
    display: none;
    position: absolute;
    left: 180%;
    z-index: 1000;
    top: 10px;
  }
  .product-image-holder img {
    height: 250px;
    display: none;
  }
}
@media (min-width: 1750px) {
  .product-image-holder {
    left: 165%;
  }
  header .dropdown-submenu ul li a {
    font-size: 20px;
  }
  header .nav-item > ul > li > a {
    font-size: 22px;
  }
}
@media (min-width: 2300px) {
  .product-image-holder {
    left: 160%;
  }
}
@media (min-width: 1300px) {
  .home-cats-row {
    padding-left: 10%;
    padding-right: 10%;
    max-width: 1500px;
  }
}
@media (max-width: 992px) {
  .dropdown-menu {
    width: 50%;
  }
  .dropdown-menu .dropdown-submenu {
    width: auto;
  }
}
.nav-item.dropdown > .dropdown-menu {
  background-color: #333;
}
.dropdown-item {
  color: #a7a7a7;
}
.dropdown-submenu.active > .dropdown-item,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #00afee;
  background-color: #222;
}
.dropdown-menu {
  background-color: #222;
  color: #a7a7a7;
  border: none;
}
.nav-item > .dropdown-menu {
  position: relative;
}
.nav-item > .dropdown-menu .products-list:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 280px;
  min-height: 100%;
  background-color: #222;
  left: 100%;
  top: 0;
}
@media (min-width: 768px) {
  .nav-item > .dropdown-menu .products-list {
    min-height: 285px;
  }
}
.dropdown-submenu .dropdown-menu {
  top: 0;
}
#navbarNav {
  display: flex;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  width: stretch;
  justify-content: center;
}
@media (max-width: 768px) {
  .navbar-brand {
    margin-left: 0;
  }
  #navbarNav {
    background-color: #262626;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.2s;
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    justify-content: flex-start;
    padding: 40px 20px;
    z-index: 100;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: #a7a7a7;
    text-decoration: none;
    background-color: transparent;
  }
  .product-image-holder {
    display: none;
  }
  .menu-trigger {
    font-size: 33px;
    position: absolute;
    left: 5%;
    top: 20px;
    z-index: 60;
  }
  .open-menu #navbarNav {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .open-menu .drawer-closer {
    position: fixed;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  header .navbar {
    justify-content: center;
  }
  header .nav-item {
    transition: .3s;
  }
  header .nav-item.dropdown > .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: 0.3s;
  }
  header .nav-item.dropdown.active > .dropdown-menu {
    display: block;
    max-height: 1000px;
  }
  header ul.navbar-nav {
    width: 100%;
  }
  header .nav-item > .dropdown-menu.megamenu:after {
    display: none;
  }
  header .dropdown-submenu .dropdown-menu {
    padding: 0 0 0 10px;
    display: block;
  }
  header .nav-item > ul > li > a.dropdown-item {
    font-size: 21px;
  }
  header .dropdown-menu {
    border: none;
    background-color: transparent;
  }
  header .dropdown-submenu.active > .dropdown-item,
  header .dropdown-item:hover,
  header .dropdown-item:focus {
    background: transparent;
    color: #a7a7a7;
  }
  header .nav-item.dropdown > ul.dropdown-menu {
    background: transparent;
  }
  header .nav-item.active {
    border-top: 1px solid #00afee;
  }
  header .nav-item.active .nav-link {
    color: #00afee;
  }
  header .nav-item .nav-link {
    line-height: normal;
  }
  header .nav-item > .dropdown-menu {
    position: static;
  }
  header .nav-item.dropdown.active .arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
@media (max-width: 450px) {
  .navbar-brand {
    margin-left: 30px;
  }
}
@media (min-width: 1900px) {
  header .nav-item .nav-link {
    font-size: 1.1vw;
  }
}
#hero {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#home_hero_wrap {
  background-image: url(/images/home_header_product.png), url(/images/home_header_background.jpg);
  height: 600px;
  background-size: auto 90% ,cover;
  background-position: 81% center, center;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 1300px) {
  #home_hero_wrap {
    background-position: 94% center, center;
  }
}
.hero-text {
  text-align: center;
  color: #fff;
  font-size: 7vw;
  font-family: "Futura Lig", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (min-width: 756px) {
  .hero-text {
    font-size: 6vw;
  }
}
@media (min-width: 1300px) {
  .hero-text {
    font-size: 4vw;
  }
}
.hero-text > span {
  font-family: "Futura Boo", sans-serif;
  display: block;
  font-weight: bold;
}
.hero-text .blue-button {
  margin-left: auto;
  margin-right: auto;
}
[data-animate],
.slider [data-animate] {
  will-change: filter, transform, opacity;
  -webkit-backface-visibility: hidden;
  animation-fill-mode: forwards;
  opacity: 0.1 !important;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
}
[data-animate="bounceInLeft"],
[data-animate="bounceInUp"],
[data-animate="bounceInDown"],
[data-animate="bounceInRight"],
.slider [data-animate="bounceInLeft"],
.slider [data-animate="bounceInUp"],
.slider [data-animate="bounceInDown"],
.slider [data-animate="bounceInRight"] {
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.5s ease-in;
}
[data-animate="bounceInLeft"],
.slider [data-animate="bounceInLeft"] {
  transform: translate3d(-300px, 0, 0);
}
@media (max-width: 400px) {
  [data-animate="bounceInLeft"],
  .slider [data-animate="bounceInLeft"] {
    transform: translate3d(-100px, 0, 0);
  }
}
[data-animate="blurIn"],
.slider [data-animate="blurIn"] {
  filter: blur(15px);
}
[data-animate="fadeInLeft"],
.slider [data-animate="fadeInLeft"] {
  transform: translate3d(-70px, 0, 0);
}
[data-animate="fadeInRight"],
.slider [data-animate="fadeInRight"] {
  transform: translate3d(70px, 0, 0);
}
[data-animate="bounceInUp"],
[data-animate="fadeInUp"],
.slider [data-animate="bounceInUp"],
.slider [data-animate="fadeInUp"] {
  transform: translate3d(0, 70px, 0);
}
[data-animate="bounceInRight"],
.slider [data-animate="bounceInRight"] {
  transform: translate3d(300px, 0, 0);
}
@media (max-width: 400px) {
  [data-animate="bounceInRight"],
  .slider [data-animate="bounceInRight"] {
    transform: translate3d(100px, 0, 0);
  }
}
[data-animate="bounceIn"],
.slider [data-animate="bounceIn"] {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
[data-animate="bounceInDown"],
[data-animate="fadeInDown"],
.slider [data-animate="bounceInDown"],
.slider [data-animate="fadeInDown"] {
  transform: translate3d(0, -70px, 0);
}
[data-animate="flipInY"],
.slider [data-animate="flipInY"] {
  transform: perspective(400px) rotate3d(0, 1, 0, -90deg) translate3d(15px, 0, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
[data-animate="flipInX"],
.slider [data-animate="flipInX"] {
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg) translate3d(0, -15px, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
[data-animated="true"],
.slider .is-selected [data-animated="true"],
.row-slider.slider [data-animated="true"] {
  animation-delay: .1s;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1 !important;
}
.flickity-slider > *:not(.is-selected) [data-animated="true"] {
  transition: opacity 0.3s !important;
}
[data-animate="none"],
.slider [data-animate="none"] {
  opacity: 1 !important;
}
[data-animated="true"][data-animate="blurIn"],
.slider [data-animate="blurIn"][data-animated="true"] {
  filter: blur(0);
}
[data-animated="false"] {
  transition: none !important;
}
.has-shadow [data-animate],
[data-animate]:hover {
  transition-delay: 0s !important;
}
[data-animate-delay="100"] {
  transition-delay: 0.1s;
}
.animated {
  transform: none !important;
  opacity: 1 !important;
}
.blue-button {
  background-color: #00aeee;
  margin-top: .5em;
  margin-bottom: .5em;
  border-radius: 29px;
  color: #000;
  border-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  vertical-align: middle;
  margin-right: 1em;
  text-shadow: none;
  line-height: 60px;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Futura Lig";
}
.blue-button span {
  display: inline-block;
  transform: translateX(10px);
  position: relative;
  top: 3px;
  transition: .2s;
  transition-delay: .2s;
}
.blue-button .fa-angle-right {
  display: inline-block;
  opacity: 0;
  transition: .2s;
  transition-delay: .1s;
  position: relative;
  top: 3px;
}
.blue-button:hover {
  text-decoration: none;
}
.blue-button:hover span {
  transform: translateX(-10px);
  color: #000;
}
.blue-button:hover .fa-angle-right {
  opacity: 1;
}
.cat-box {
  transition: .2s;
}
.cat-box:hover {
  transform: translateY(-5px);
}
.cat-box a {
  background: linear-gradient(360deg, #232222 35%, #393939 0%) !important;
  display: block;
}
.cat-box a:hover {
  text-decoration: none;
}
.cat-box a:hover h4 {
  -webkit-box-shadow: inset 0 -100px 0 0 #00aeee;
  -moz-box-shadow: inset 0 -100px 0 0 #00aeee;
  box-shadow: inset 0 -100px 0 0 #00aeee;
  color: #232222;
}
.cat-box img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.cat-box h4 {
  color: #00aeee;
  padding: 10px;
  font-size: 30px;
  font-family: "Futura Lig", sans-serif;
  font-weight: lighter;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #00aeee;
  transition: .5s;
}
@media (min-width: 3300px) {
  .cat-box h4 {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .cat-box h4 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .cat-box h4 {
    font-size: 30px;
  }
}
.cat-prod-box {
  transition: .2s;
}
.cat-prod-box:hover {
  transform: translateY(-5px);
}
.cat-prod-box a {
  background: linear-gradient(360deg, #232222 35%, #393939 0%) !important;
  display: block;
}
.cat-prod-box a:hover {
  text-decoration: none;
}
.cat-prod-box a:hover h4 {
  -webkit-box-shadow: inset 0 -100px 0 0 #00aeee;
  -moz-box-shadow: inset 0 -100px 0 0 #00aeee;
  box-shadow: inset 0 -100px 0 0 #00aeee;
  color: #232222;
}
@media (min-width: 3300px) {
  .cat-prod-box a:hover h4 {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .cat-prod-box a:hover h4 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .cat-prod-box a:hover h4 {
    font-size: 30px;
  }
}
.cat-prod-box img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.cat-prod-box h4 {
  color: #00aeee;
  padding: 10px;
  font-size: 30px;
  font-family: "Futura Lig", sans-serif;
  font-weight: lighter;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #00aeee;
  transition: .5s;
}
@media (max-width: 576px) {
  .cat-prod-box h4 {
    font-size: 30px;
  }
}
.news-parallax {
  background-image: url('/images/planet-all-about-gaming.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.news-parallax .loader {
  display: none;
  margin: 30px auto;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.news-text {
  margin-top: 160px;
  text-align: center;
  font-family: Futura Lig, sans-serif;
  padding-bottom: 5vw;
}
.news-text h3 {
  color: #fff;
  text-shadow: 0px 0px 18px #99ffff;
  font-size: 4vw;
  margin-bottom: 4vw;
}
.news-text p {
  font-size: 26px;
  color: #ffffff;
}
@media (min-width: 1900px) {
  .news-text p {
    font-size: 32px;
  }
  p {
    font-size: 1.1vw;
    color: #ffffff;
  }
}
.news-error-message {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  color: red;
  display: none;
}
.news-message {
  display: none;
  text-align: center;
  margin-top: 40px;
  font-size: 40px;
  color: #00aeee;
}
@media (min-width: 1300px) {
  .home-last-box {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  .news-text {
    margin-top: 15px;
  }
  .news-text p {
    font-size: 4vw;
  }
  .news-text h3 {
    font-size: 6vw;
  }
}
.home-news-form input {
  font-family: "Futura Lig", sans-serif;
  display: inline-block !important;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: lighter!important;
  border-radius: 31px;
  max-width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #191a19!important;
  margin-top: 25px;
}
.home-news-form button {
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .home-news-form input {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .home-news-form input {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 90%;
  }
}
@media (min-width: 1900px) {
  .home-news-form input {
    font-size: 1vw;
    width: 450px;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.home-blog-item {
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #383838;
}
@media (max-width: 992px) {
  .home-blog-item {
    color: #fff;
  }
}
.home-blog-item .bg_cover {
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
}
.home-blog-item .bg_cover .content-wrap {
  text-align: center;
  padding-right: 25px;
}
.home-blog-item .bg_cover .content-wrap h3 {
  color: #fff;
}
@media (min-width: 1900px) {
  .home-blog-item h3 {
    font-size: 2.3vw;
  }
  .home-blog-item p {
    font-size: 1vw;
  }
}
.blog-item {
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #383838;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .blog-item {
    color: #fff;
  }
}
.blog-item .bg_cover {
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
}
.blog-item .bg_cover .content-wrap {
  text-align: center;
  padding-right: 25px;
}
.blog-item .bg_cover .content-wrap h3 {
  color: #fff;
}
@media (min-width: 1900px) {
  .blog-item h3 {
    font-size: 2.3vw;
  }
  .blog-item p {
    font-size: 1vw;
  }
}
.home-social-box {
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #383838;
}
.home-social-box .bg_cover {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.home-social-box .bg_cover h3 {
  text-align: center;
  color: #191a19;
  font-size: 3vw;
}
@media (max-width: 768px) {
  .home-social-box .bg_cover h3 {
    font-size: 8vw;
  }
}
.home-social-box .bg_cover .social-icons {
  width: 115px;
  position: relative;
  margin: 0 auto;
}
.home-social-box .bg_cover .social-icons a {
  position: absolute;
  background-color: #1b1b1b;
  color: #00AFEE;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: .3s;
  font-size: 24px;
  line-height: 1.5vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home-social-box .bg_cover .social-icons a.facebook {
  left: 0;
}
.home-social-box .bg_cover .social-icons a.instagram {
  right: 0;
}
.home-social-box .bg_cover .social-icons a:hover {
  font-size: 30px;
  height: 55px;
  width: 55px;
  text-decoration: none;
}
.home-social-box .bg_cover .social-icons a:hover i {
  position: relative;
}
@media (min-width: 1900px) {
  .home-social-box .bg_cover .social-icons {
    width: 230px;
  }
  .home-social-box .bg_cover .social-icons a {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
  .home-social-box .bg_cover .social-icons a:hover {
    font-size: 45px;
    height: 110px;
    width: 110px;
  }
}
.home-social-box,
.home-blog-item {
  height: 430px;
}
@media (min-width: 1500px) {
  .home-social-box,
  .home-blog-item {
    height: 25vw;
  }
}
#footer {
  position: relative;
  overflow: hidden;
  background: #151515;
  border-bottom: 3px solid #00aeee;
}
#footer #bottom_image {
  position: absolute;
  width: 300px;
  bottom: -150px;
  right: -150px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@media (min-width: 768px) {
  #footer .footer-container {
    margin-left: 5%;
  }
}
#footer .footer-logo {
  max-width: 80%;
  width: 80%;
  margin: 0 auto;
  display: block;
}
#footer h5 {
  color: #00aeee;
}
@media (min-width: 1500px) {
  #footer h5 {
    font-size: 1vw;
  }
}
#footer ul {
  list-style-type: none;
  padding: 0;
}
#footer ul a {
  color: #777777;
}
@media (min-width: 1500px) {
  #footer ul a {
    font-size: 0.9vw;
  }
}
.product-icons {
  background: #00aeee;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 0;
}
.product-icons .product-icon {
  margin: 0 10px;
  background: #1c1c1c;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: #00aeee;
  font-family: "Aqirys Icons";
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  font-size: 53px;
}
.product-icons .product-icon.fans4 {
  text-indent: -13px;
}
.product-icons .product-icon.fans3 {
  text-indent: -13px;
}
.product-icons .product-icon.fans2 {
  text-indent: -13px;
}
.product-icons .product-icon.eatx {
  text-indent: -13px;
}
.product-icons .product-icon.matx {
  text-indent: -13px;
}
.product-icons .product-icon.atx {
  text-indent: -13px;
}
.product-icons .product-icon.remote {
  text-indent: -18px;
}
.product-icons .product-icon.rgb {
  text-indent: -21px;
}
.product-icons .product-icon.glass {
  text-indent: -20px;
}
.product-icons .product-icon.rainbow {
  text-indent: -10px;
}
.product-icons .product-icon.panel {
  text-indent: -20px;
}
.product-icons .product-icon.usb {
  text-indent: -12px;
}
@media (max-width: 600px) {
  .product-icons .product-icon {
    width: 70px;
    height: 70px;
    margin: 0 5px;
    font-size: 41px;
  }
  .product-icons .product-icon.fans4 {
    text-indent: -9px;
  }
  .product-icons .product-icon.fans3 {
    text-indent: -9px;
  }
  .product-icons .product-icon.fans2 {
    text-indent: -9px;
  }
  .product-icons .product-icon.usb {
    text-indent: -9px;
  }
  .product-icons .product-icon.eatx {
    text-indent: -9px;
  }
  .product-icons .product-icon.matx {
    text-indent: -9px;
  }
  .product-icons .product-icon.atx {
    text-indent: -9px;
  }
  .product-icons .product-icon.remote {
    text-indent: -13px;
  }
  .product-icons .product-icon.rgb {
    text-indent: -14px;
  }
  .product-icons .product-icon.glass {
    text-indent: -18px;
  }
  .product-icons .product-icon.rainbow {
    text-indent: -9px;
  }
  .product-icons .product-icon.panel {
    text-indent: -18px;
  }
}
@media (max-width: 400px) {
  .product-icons .product-icon {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    font-size: 33px;
  }
  .product-icons .product-icon.glass {
    font-size: 27px;
    text-indent: -11px;
  }
  .product-icons .product-icon.panel {
    font-size: 27px;
    text-indent: -11px;
  }
}
@media (min-width: 1900px) {
  .product-icons .product-icon {
    width: 150px;
    height: 150px;
    margin: 0 20px;
    font-size: 77px;
  }
  .product-icons .product-icon.fans4 {
    text-indent: -19px;
  }
  .product-icons .product-icon.fans3 {
    text-indent: -19px;
  }
  .product-icons .product-icon.fans2 {
    text-indent: -19px;
  }
  .product-icons .product-icon.usb {
    text-indent: -19px;
  }
  .product-icons .product-icon.eatx {
    text-indent: -19px;
  }
  .product-icons .product-icon.matx {
    text-indent: -19px;
  }
  .product-icons .product-icon.atx {
    text-indent: -19px;
  }
  .product-icons .product-icon.remote {
    text-indent: -26px;
  }
  .product-icons .product-icon.rgb {
    text-indent: -30px;
  }
  .product-icons .product-icon.glass {
    text-indent: -30px;
  }
  .product-icons .product-icon.panel {
    text-indent: -30px;
  }
  .product-icons .product-icon.rainbow {
    text-indent: -19px;
  }
}
@media (min-width: 2500px) {
  .product-icons .product-icon {
    width: 200px;
    height: 200px;
    margin: 0 30px;
    font-size: 111px;
  }
  .product-icons .product-icon.fans4 {
    text-indent: -27px;
  }
  .product-icons .product-icon.fans3 {
    text-indent: -27px;
  }
  .product-icons .product-icon.fans2 {
    text-indent: -27px;
  }
  .product-icons .product-icon.usb {
    text-indent: -27px;
  }
  .product-icons .product-icon.eatx {
    text-indent: -27px;
  }
  .product-icons .product-icon.matx {
    text-indent: -27px;
  }
  .product-icons .product-icon.atx {
    text-indent: -27px;
  }
  .product-icons .product-icon.remote {
    text-indent: -36px;
  }
  .product-icons .product-icon.rgb {
    text-indent: -38px;
  }
  .product-icons .product-icon.glass {
    text-indent: -40px;
  }
  .product-icons .product-icon.panel {
    text-indent: -40px;
  }
  .product-icons .product-icon.rainbow {
    text-indent: -23px;
  }
}
.product-section-1 .image-wrap {
  height: 640px;
}
@media (max-width: 768px) {
  .product-section-1 .image-wrap {
    height: auto;
  }
}
@media (min-width: 2500px) {
  .product-section-1 .image-wrap {
    height: 800px;
  }
}
.product-section-1 .row {
  max-height: 100%;
}
.product-section-1 .row .col {
  max-height: 100%;
}
.product-section-3 .blue-section {
  height: 100px;
  background: #00aeee;
}
.product-section-3 .image-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.product-section-4 {
  padding-top: 40px;
  background: #191919;
}
.product-section-5 {
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: right 50px ;
  background-size: contain;
}
@media (max-width: 400px) {
  div[class*="product-section-"] {
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  div[class*="product-section-"] img {
    max-width: 100%;
  }
}
.product-section-2 {
  overflow: hidden;
  background: #151515;
}
img.prod-img-1 {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  img.prod-img-1 {
    margin-top: 0;
    position: relative;
    top: -34px;
    float: right;
  }
}
@media (max-width: 768px) {
  img.prod-img-1 {
    position: static;
    float: none;
    display: block;
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 2500px) {
  img.prod-img-1 {
    height: 943px;
    margin-right: 10%;
  }
}
img.prod-img-2bis {
  display: none;
  position: relative;
  left: -6%;
}
@media (max-width: 768px) {
  img.prod-img-2bis {
    display: block;
  }
}
img.prod-img-2 {
  float: left;
  position: relative;
  left: -15px;
}
@media (max-width: 768px) {
  img.prod-img-2 {
    display: none;
  }
}
img.prod-img-3 {
  float: left;
  position: relative;
  left: -15px;
  max-width: 100%;
}
@media (max-width: 768px) {
  img.prod-img-3 {
    display: none;
  }
}
img.prod-img-4 {
  width: 400px;
  position: absolute;
  bottom: -73px;
  left: 130px;
}
@media (max-width: 768px) {
  img.prod-img-4 {
    position: static;
    width: 75%;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 2500px) {
  img.prod-img-4 {
    width: 830px;
    left: 330px;
  }
}
.product-text {
  padding: 0 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-text h2 {
  color: #00aeee;
  font-size: 44px;
  font-family: "Futura Boo";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-text h2 {
    margin-top: 20px;
    font-size: 32px;
    text-align: center;
  }
}
.product-text .text {
  font-size: 20px;
  color: #fefefe;
  font-family: "Futura Lig";
}
@media (min-width: 1900px) {
  .product-text h2 {
    font-size: 56px;
  }
  .product-text .text {
    font-size: 30px;
  }
}
@media (min-width: 2500px) {
  .product-text h2 {
    font-size: 76px;
  }
  .product-text .text {
    font-size: 38px;
  }
  .product-text .tehnical-data {
    font-size: 40px;
  }
}
.product-gallery .slick-prev {
  left: 8px;
}
.product-gallery .slick-next {
  right: 2px;
}
.product-gallery .slick-next,
.product-gallery .slick-prev {
  z-index: 100;
  font-size: 52px;
  color: #fff;
}
.product-gallery .slick-next:before,
.product-gallery .slick-prev:before {
  display: none;
}
.product-gallery .slick-next:hover,
.product-gallery .slick-prev:hover {
  color: #00aeee;
}
@media (min-width: 2500px) {
  .product-gallery .slick-next,
  .product-gallery .slick-prev {
    font-size: 56px;
  }
}
.product-gallery img:focus {
  outline: none;
}
.tehnical-data {
  list-style-type: none;
  font-size: 20px;
  font-family: "Futura Lig";
}
@media (max-width: 900px) {
  .tehnical-data {
    font-size: 15px;
    padding: 0;
  }
}
@media (min-width: 1900px) {
  .tehnical-data {
    font-size: 30px;
  }
}
@media (min-width: 2500px) {
  .tehnical-data {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .tehnical-data {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .tehnical-data {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .tehnical-data {
    font-size: 12px;
  }
}
.tehnical-data li span {
  color: #00aeee;
}
.tehnical-data li span:first-child {
  color: #fff;
  width: 300px;
  display: inline-block;
}
@media (min-width: 1900px) {
  .tehnical-data li span:first-child {
    width: 500px;
  }
}
@media (min-width: 2500px) {
  .tehnical-data li span:first-child {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .tehnical-data li span:first-child {
    width: 235px;
  }
}
@media (max-width: 576px) {
  .tehnical-data li span {
    display: block;
  }
}
.downloads-list {
  margin-top: 40px;
}
.downloads-list .loader {
  display: block;
  margin: 0 auto;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.downloads-list .download-item {
  background-color: #464646;
  display: flex;
  flex-direction: row;
  padding: 12px 40px;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 2500px) {
  .downloads-list .download-item {
    padding: 17px 40px;
  }
}
.downloads-list .download-item:hover {
  background-color: #737373;
  text-decoration: none;
}
.downloads-list .download-item .text {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .downloads-list .download-item .text {
    font-size: 28px;
  }
}
@media (min-width: 2500px) {
  .downloads-list .download-item .text {
    font-size: 38px;
    line-height: 67px;
  }
}
.downloads-list .download-item i {
  color: #00aeee;
  font-size: 31px;
}
@media (min-width: 2500px) {
  .downloads-list .download-item i {
    font-size: 67px;
  }
}
.support-page {
  padding-left: 10%;
  padding-right: 10%;
}
.support-page h1 {
  color: #00aeee;
}
@media (max-width: 768px) {
  .support-page .downloads-list .download-item {
    padding: 10px 25px;
  }
  .support-page .downloads-list .download-item .text {
    font-size: 19px;
  }
}
.support-text {
  text-align: center;
  display: block;
  width: 100%;
  opacity: 0;
  transition: 1s;
  font-size: 20px;
  padding-bottom: 20px;
}
.support-text.visible {
  opacity: 1;
}
.page_hero_wrap {
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page_hero_wrap h1 {
  margin-top: 50px;
  font-weight: bold;
  font-size: 61px;
}
@media (min-width: 1900px) {
  .page_hero_wrap h1 {
    font-size: 90px;
  }
}
@media (min-width: 2500px) {
  .page_hero_wrap h1 {
    font-size: 120px;
  }
}
.page-text {
  font-family: "Futura Lig", sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 20px;
  padding-top: 50px;
  bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}
.page-text h1 {
  color: #00afee;
  font-family: "Futura Boo", sans-serif;
}
.page-text h2 {
  font-size: 34px;
  color: #00afee;
  font-family: "Futura Boo", sans-serif;
}
.page-text .em {
  font-family: "Futura Boo", sans-serif;
  font-weight: bold;
}
@media (min-width: 1900px) {
  .page-text {
    font-size: 25px;
  }
  .page-text h2 {
    font-size: 47px;
  }
}
@media (min-width: 2500px) {
  .page-text {
    font-size: 29px;
  }
  .page-text h2 {
    font-size: 53px;
  }
}
.no-header-content {
  padding-top: 40px;
  bottom: 40px;
}
.cat-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.cat-filter li {
  background-color: #464646;
  padding: 10px 25px;
  border-radius: 20px;
  list-style: none;
  color: #fff;
  min-width: 100px;
  text-align: center;
  font-size: 20px;
  margin: 0 11px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cat-filter li {
    padding: 3px 15px;
    min-width: 80px;
    font-size: 15px;
    margin: 0 11px;
  }
}
@media (max-width: 500px) {
  .cat-filter li {
    padding: 3px 7px;
    min-width: 64px;
    font-size: 12px;
    margin: 0px 4px;
  }
}
.cat-filter li:hover,
.cat-filter li.active {
  background-color: #737373;
}
.search-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.search-filter .fa-search {
  position: relative;
  left: -24px;
  font-size: 23px;
}
.search-filter #search-support {
  background: transparent;
  border: none;
  border-bottom: 1px solid #737373;
  color: #fff;
  width: 300px;
  font-size: 20px;
  padding: 3px 10px;
}
.search-filter #search-support:focus {
  border-bottom: 1px solid #00aeee;
  outline: none;
}
.search-filter #search_suggestions {
  display: none;
  position: absolute;
  top: 37px;
  width: 300px;
  background: #262626;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -10px;
  z-index: 1000;
  padding: 10px 17px;
  font-size: 17px;
}
.search-filter #search_suggestions .loader {
  display: block;
  margin: 0 auto;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.search-filter #search_suggestions li {
  cursor: pointer;
}
.search-filter #search_suggestions li span {
  font-style: italic;
  font-size: 15px;
}
.search-filter #search_suggestions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.coming_soon_wrap {
  background-size: 100% auto ;
}
.coming-text {
  max-width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.coming-text img {
  max-width: 100%;
}
@media (min-width: 2591px) {
  .coming-text img {
    max-width: 1491px;
    margin: 0 auto;
  }
}
.scroll-down {
  bottom: 0;
  left: 50%;
  position: fixed;
  z-index: 10000;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
}
.scroll-down.shown {
  opacity: 1;
  visibility: visible;
}
.scroll-down .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.scroll-down .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.scroll-down .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.scroll-down .chevron:before,
.scroll-down .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.scroll-down .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll-down .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.scroll-down .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
.news-title {
  width: 60%;
  margin-bottom: 49px;
}
.contact-page {
  font-size: 24px;
}
.contact-page .contact-text {
  margin-top: 50px;
  text-align: center;
}
.contact-page h1 {
  color: #00aeee;
  margin-top: 50px;
  text-align: center;
}
.contact-page .contact-address {
  margin-top: 50px;
  text-align: center;
}
.img404 {
  height: 400px;
  display: block;
  margin: 0 auto;
}
.wrap404 a {
  margin: 40px auto;
  display: block;
  width: 405px;
}
