html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
}
body {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  background: #f4f4f4;
  /* overflow:auto; */
  -webkit-overflow-scrolling: touch;
}
a {
  text-decoration: none;
  color: #ffffff;
}
body.page-loaded .preloader-wrap {
  display: none;
}
.preloader-wrap .preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin: -15px 0 0 -15px;
  border: 4px solid #333;
  animation: preloader 2s infinite ease;
}
.preloader-wrap .preloader .preloader-inner {
  display: block;
  position: absolute;
  width: 100%;
  background-color: #333;
  animation: preloader-inner 2s infinite ease-in;
}
@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 2px 2px rgba(60,60,60,0.08);
  background: #FFF repeat;
  padding: 0;
  z-index: 99999;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header.hiddenHeader{
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in;
  margin-top: -65px;
}
#header.hiddenHeader .close a{
  top: 64px;
}
#header:not(.hiddenHeader) .close em{
  display: none;
  font-style: normal;
}
#header.hiddenHeader .close em{
  display: block;
  font-style: normal;
}
#header:not(.hiddenHeader) .close span{
  display: block;
}
#header.hiddenHeader .close span{
  display: none;
}
#product-switcher {
  float: left;
  padding: 10px;
  margin: 14px 0;
  background-color: #FFF;
  color: #333;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #f3f3f3;
}
#product-switcher.active{
  border: 1px solid #4A4949;
  background: #4A4949;
  color: #FFF;
}
#product-switcher .icon,
#product-switcher .title {
  display: inline-block;
}
#product-switcher .icon {
  min-width: 13px;
  text-align: center;
}
#product-switcher .icon:before {
  content: "^";
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
  position: relative;
}
#product-switcher.active .icon:before {
  content: "^";
}
@media screen and (max-width: 768px) {
  #product-switcher{
    margin-left: 20px;
  }
}
#product-slider {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 15px 0;
  background-color: #282828;
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
}
#product-slider.active {
  opacity: 1;
  visibility: visible;
}
#product-slider .thumbnail {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  width: 340px;
  height: 200px;
  background-color: #4e4e4e;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 5px;
  border: 2px solid transparent;
  margin-right: 20px;
  position: relative;
}
#product-slider .thumbnail:hover {
  border-color: #ffffff;
}
#product-slider .thumbnail:last-child{
  margin-right: 0;
}
#product-slider .thumbnail span{
  display: block;
  position: absolute;
  bottom: 0;
  background: #333;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  opacity: 0;
  text-shadow: 0 0 3px rgba(60,60,60,0.8);
  -webkit-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  -ms-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}
#product-slider .thumbnail:hover span{
  opacity: 1;
}
#brand {
  float: left;
  margin: 0 20px;
}
#brand a {
  display: inline-block;
  height: 100%;
  margin-top: 15px;
}
#brand a img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #brand{
    display: none;
  }
}
#devices {
  float: left;
  padding: 17px;
}
#devices a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  float: left;
  margin: 0 7px;
  height: 26px;
  opacity: 0.5;
}
#devices a.desktop {
  width: 28px;
}
#devices a.tabletlandscape {
  width: 26px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#devices a.tabletportrait {
  width: 24px;
  margin-right: 0;
}
#devices a.mobilelandscape {
  width: 26px;
}
#devices a.mobileportrait {
  width: 20px;
  margin-top: 3px;
}
#devices a.active,
#devices a:hover {
  opacity: 1;
}
#buttons {
  float: right;
  padding: 10px;
  margin: 0 19px;
}
#buttons li {
  display: inline-block;
}
#buttons li.purchase{
  padding-right: 65px;
}
#buttons li.download a,
#buttons li.purchase a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  padding: 0 30px;
  margin-left: 7px;
  color: #ffffff;
  border-radius: 35px;
  border: 2px solid transparent;
}
#buttons li.download a {
  background-color: #16bbeb;
}
#buttons li.download a:hover {
  background-color: #12a9d5;
}
#buttons li.purchase a {
  background-color: #D92223;
}
#buttons li.purchase a:hover {
  background-color: #5bbc40;
}
#buttons li.close a {
  background-color: #c1c1c1;
  color: #333;
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#buttons li.close a:hover {
  color: #ccc;
}
#iframe {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  visibility: hidden;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: 64px;
}
#iframe.moveTop {
  margin-top: 0;
}
body.page-loaded #iframe {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
}
#iframe.device-border {
  -webkit-box-shadow: 0px 0px 11px 2px rgba(50, 50, 50, 0.08);
  -moz-box-shadow: 0px 0px 11px 2px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 0px 11px 2px rgba(50, 50, 50, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
}
#logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 250px;
  margin: -125px 0 0 -100px;
  background: transparent url("../images/logo.png") no-repeat;
}
#logo:after {
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  right: -150px;
  width: 160px;
  height: 160px;
  background: transparent url("../images/balloon.png") no-repeat;
}
#ad {
  float: right;
  margin:2px 10px 0 0;
}
#ad a {
	display:block;
	width:468px;
	height:60px;
	background: transparent url("../images/banner.png") no-repeat;
}
@media only screen and (max-width : 1400px) {
    #ad {
        display:none;
    }
}
@media only screen and (max-width : 875px) {
    #product-switcher .title {
        display:none;
    }
    #devices {
		display:none;
    }
}

.slick-dots{
  list-style: none;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}
.slick-dots li{
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.slick-dots li button{
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(230,230,230,0.5);
  border: 0 none;
  text-indent: 999999999px;
  padding: 0;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover{
  background: rgba(230,230,230,0.8);
}
.next-button.slick-arrow{
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  color: #FFF;
  text-shadow: 0 0 3px rgba(60,60,60,0.8);
  z-index: 9999;
  display: none;
}
.prev-button.slick-arrow{
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  color: #FFF;
  text-shadow: 0 0 3px rgba(60,60,60,0.8);
  z-index: 9999;
  display: none;
}

.sow-banner{
  display: inline-block;
  margin-left: 80px;
  margin-top: 2px;
}
@media screen and (max-width: 1440px) {
  .sow-banner{
    width: 300px;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .sow-banner{
    display: none;
  }
}