/*

DO NOT MODIFY THIS 'STYLE.CSS' FILE!

This file is generated from STYLE.LESS file, which is written in LessCSS language.
Less is a CSS pre-processor.

USE 'STYLE-CUSTOM.CSS' TO ADD YOUR OWN CSS RULES.

If you want to change 'STYLE.CSS', modify 'STYLE.LESS' file and compile with 'Koala-App' or 'SimpLESS'.
Download SimpLESS software from wearekiss.com/simpless
Download Koala-App software from koala-app.com
Or contact HarzemDesign for changes.

*/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.04, 1.04);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.04, 1.04);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.04, 1.04);
  }
  100% {
    transform: scale(1, 1);
  }
}
.lato {
  font-family: "Lato", arial, helvetica, sans-serif;
}
.play {
  font-family: "Play", "Lato", arial, helvetica, sans-serif;
}
strong,
b,
.bold {
  font-weight: bold;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: normal;
}
p {
  line-height: 1.2em;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f27 {
  font-size: 27px;
}
.f28 {
  font-size: 28px;
}
.f29 {
  font-size: 29px;
}
.f30 {
  font-size: 30px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.redback {
  background: Red;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.sizing {
  box-sizing: border-box;
}
br.clear {
  display: block;
  height: 0px;
  clear: both;
}
div.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
body {
  background: #000;
  font-size: 13px;
  font-family: "Lato", arial, helvetica, sans-serif;
  color: #ccc;
  margin: 0px;
  padding: 0px;
  min-width: 1200px;
}
.body {
  width: 1200px;
  margin: auto;
  position: relative;
}
.body:before,
.body:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.body:after {
  clear: both;
}
a:link,
a:visited {
  color: #00add5;
  text-decoration: none;
}
a:hover {
  color: #93e9ff;
  text-decoration: none;
}
a img {
  border: 0px;
}
input {
  font-size: 12px;
}
.half {
  width: 50%;
  float: left;
}
/* design */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 122px;
  background: rgba(0, 0, 0, 0.6) url(images/headerback.png) top center no-repeat;
  z-index: 1000;
}
a.logo {
  display: block;
  float: left;
  margin: 0px;
  width: 351px;
  height: 122px;
}
a.logo img {
  margin-top: 40px;
  margin-left: 20px;
}
#menu {
  float: right;
}
#menu > ul > li {
  float: left;
  position: relative;
}
#menu > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #00cbff;
  padding: 0 19px 3px 19px;
  line-height: 64px;
  transition: all 0.3s;
}
#menu > ul > li:hover > a {
  color: #93e9ff;
  background: rgba(0, 0, 0, 0.5);
}
.topmenu {
  float: right;
  height: 55px;
}
.topmenu div {
  float: left;
  padding-right: 15px;
}
.topmenu div a {
  display: block;
  float: left;
  line-height: 22px;
  margin: 15px 11px;
  font-size: 13px;
  font-weight: bold;
  color: #93e9ff;
}
.topmenu div a:hover {
  color: #00add5;
}
.topmenu a.livechat {
  float: left;
  display: block;
  width: 185px;
  height: 50px;
  margin-top: 3px;
  background: url(images/livechat.png) no-repeat;
}
.topmenu a.livechat:hover {
  background: url(images/livechat.png) no-repeat, url(images/livechat.png) no-repeat;
}
#page {
  position: relative;
  overflow: hidden;
}
.bigimages {
  height: 650px;
  width: 100%;
  background: #3cc0e1 url(images/bigimage.png) top center no-repeat;
  position: relative;
  transition: all 2s;
}
.bigimages.color1 {
  background-color: #3cc0e1;
}
.bigimages.color2 {
  background-color: #3ce142;
}
.bigimages.color3 {
  background-color: #dbe13c;
}
.bigimages.color4 {
  background-color: #b03ce1;
}
.bigimages.color5 {
  background-color: #e1423c;
}
#cubeColor {
  transition: all 2s;
  color: #002731;
}
.cubeColor1 {
  color: #002731 !important;
}
.cubeColor2 {
  color: #003101 !important;
}
.cubeColor3 {
  color: #2f3100 !important;
}
.cubeColor4 {
  color: #210031 !important;
}
.cubeColor5 {
  color: #310100 !important;
}
.bigimage {
  height: 528px;
  padding-top: 122px;
  width: 100%;
}
.bigimage .body {
  position: relative;
}
.bigimage .content-area {
  position: relative;
}
.bigimage .toptitle {
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  word-spacing: 0.2em;
}
.bigimage .bigtitle {
  position: absolute;
  left: 0;
  top: 88px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 114px;
  line-height: 120px;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  word-spacing: 0.2em;
}
.bigimage .bigtitle > div {
  transform: scale(1, 0.9);
  position: relative;
  top: -4px;
}
.bigimage .bigtitle:before,
.bigimage .bigtitle:after {
  content: "";
  display: block;
  height: 44px;
  width: 100%;
  position: absolute;
}
.bigimage .bigtitle:before {
  background: url(images/bigtitle-shadows.png) top center no-repeat;
  top: -44px;
  left: 0;
}
.bigimage .bigtitle:after {
  background: url(images/bigtitle-shadows.png) bottom center no-repeat;
  bottom: -44px;
  left: 0;
}
.bigimage a.callbutton {
  position: absolute;
  display: block;
  background: #000;
  line-height: 48px;
  padding: 0 29px;
  border-radius: 6px;
  font-size: 21px;
  font-weight: bold;
  left: 30px;
  top: 355px;
  transition: all 0.3s;
}
.bigimage a.callbutton:hover {
  color: #000 !important;
}
.bigimage ul {
  width: 600px;
  position: absolute;
  top: 236px;
}
.bigimage ul li {
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0 10px 40px;
  width: 260px;
  float: left;
  background: url(images/dotstar.png) left center no-repeat;
}
.bigimages-container {
  z-index: 100;
  position: relative;
}
.effect-area {
  z-index: 50;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
}
.bigimage-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 150;
  text-align: center;
}
.bigimage-dots a {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 10px;
  margin: 0 5px;
  background: #000;
  box-shadow: 0 0 5px 1px #00add5;
}
.bigimage-dots a:hover,
.bigimage-dots a.selected {
  background: #00add5;
}
#bigimage1 ul li {
  color: #93e9ff;
}
#bigimage1 .bigtitle strong {
  color: #00add5;
}
#bigimage1 a.callbutton {
  color: #00add5;
  box-shadow: 0 0 10px #00add5;
}
#bigimage1 a.callbutton:hover {
  background: #00cbff;
  box-shadow: 0 0 20px #00add5;
}
#bigimage2 ul li {
  color: #93ff97;
}
#bigimage2 .bigtitle strong {
  color: #00d504;
}
#bigimage2 a.callbutton {
  color: #00d504;
  box-shadow: 0 0 10px #00d504;
}
#bigimage2 a.callbutton:hover {
  background: #00ff09;
  box-shadow: 0 0 20px #00d504;
}
#bigimage3 ul li {
  color: #fbff93;
}
#bigimage3 .bigtitle strong {
  color: #d1d500;
}
#bigimage3 a.callbutton {
  color: #d1d500;
  box-shadow: 0 0 10px #d1d500;
}
#bigimage3 a.callbutton:hover {
  background: #f5ff00;
  box-shadow: 0 0 20px #d1d500;
}
#bigimage4 ul li {
  color: #df93ff;
}
#bigimage4 .bigtitle strong {
  color: #9200d5;
}
#bigimage4 a.callbutton {
  color: #9200d5;
  box-shadow: 0 0 10px #9200d5;
}
#bigimage4 a.callbutton:hover {
  background: #b400ff;
  box-shadow: 0 0 20px #9200d5;
}
#bigimage5 ul li {
  color: #ff9793;
}
#bigimage5 .bigtitle strong {
  color: #d50400;
}
#bigimage5 a.callbutton {
  color: #d50400;
  box-shadow: 0 0 10px #d50400;
}
#bigimage5 a.callbutton:hover {
  background: #ff0a00;
  box-shadow: 0 0 20px #d50400;
}
.cube-area {
  position: absolute;
  top: 0;
  left: 575px;
}
.tree-area {
  position: absolute;
  top: 0;
  left: 575px;
}
.tree-area .cube-lightray {
  left: 285px;
  background: url(images/cube-lightray.png) center -130px no-repeat;
  opacity: 0.6;
}
.cube-lightback {
  width: 574px;
  height: 631px;
  background: url(images/cube-lightback.png) top center no-repeat;
  position: absolute;
  top: 0;
  left: 0px;
}
.cube-lightback.color1 {
  background-image: url(images/cube-lightback-1.png);
}
.cube-lightback.color2 {
  background-image: url(images/cube-lightback-2.png);
}
.cube-lightback.color3 {
  background-image: url(images/cube-lightback-3.png);
}
.cube-lightback.color4 {
  background-image: url(images/cube-lightback-4.png);
}
.cube-lightback.color5 {
  background-image: url(images/cube-lightback-5.png);
}
.cube-lightray {
  width: 152px;
  height: 490px;
  background: url(images/cube-lightray.png) center -30px no-repeat;
  position: absolute;
  top: 0;
  left: 208px;
}
#cube {
  width: 240px;
  height: 240px;
  position: absolute;
  top: 346px;
  left: 161px;
}
#tree {
  width: 400px;
  height: 600px;
  position: absolute;
  top: 16px;
  left: 161px;
}
.dark-blocks {
  background: #006883 url(images/darkblocks-back.png) top center repeat;
  transition: background 2s;
}
.dark-blocks-top {
  height: 112px;
  background: #006883 url(images/dark-blocks.png) top center repeat-x;
  transition: background 2s;
}
.home-services {
  padding-bottom: 36px;
}
.home-services:before,
.home-services:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.home-services:after {
  clear: both;
}
.home-service {
  background: rgba(0, 0, 0, 0.5);
  width: 285px;
  min-height: 130px;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  padding-top: 20px;
  position: relative;
  transition: transform 0.8s, padding 0.3s, margin 0.3s;
}
.home-service:first-child {
  margin-left: 0;
}
.home-service .title {
  font-size: 25px;
  font-family: "Play", "Lato", arial, helvetica, sans-serif;
  text-align: center;
  transition: all 0.3s;
}
.home-service .text {
  font-size: 13px;
  color: #fff;
  padding: 10px 15px 10px;
  text-align: center;
}
.home-service a.hs-button {
  text-align: center;
  margin: auto;
  display: block;
  font-size: 13px;
  font-weight: bold;
  width: 40%;
  padding: 8px 0;
  border-radius: 5px;
  transition: all 0.3s;
}
.home-service a.hs-button:hover {
  background: #000;
}
.home-service:after {
  content: "";
  display: block;
  width: 100%;
  height: 79px;
  bottom: -36px;
  left: 0;
  position: absolute;
  pointer-events: none;
  transition: all 0.5s;
}
.home-service:hover {
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 5px;
  transform: scale(1.05, 1.05);
}
.home-service:hover:after {
  transform: scale(1.3, 1.3);
}
.home-service:hover a.hs-button {
  background: #000;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
#hs-1 {
  background: rgba(0, 0, 0, 0.5) url(images/tricolor-1.png) top left no-repeat;
}
#hs-1 .title {
  color: #b9ff85;
}
#hs-1 .title strong {
  color: #6cff00;
}
#hs-1 a.hs-button {
  color: #6cff00;
}
#hs-1 a.hs-button:hover {
  color: #b9ff85;
  box-shadow: 0 0 10px rgba(108, 255, 0, 0.5);
}
#hs-1:after {
  background: url(images/star-1.png) top center no-repeat;
}
#hs-2 {
  background: rgba(0, 0, 0, 0.5) url(images/tricolor-2.png) top left no-repeat;
}
#hs-2 .title {
  color: #ff7676;
}
#hs-2 .title strong {
  color: #ff0000;
}
#hs-2 a.hs-button {
  color: #ff0000;
}
#hs-2 a.hs-button:hover {
  color: #ff7676;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}
#hs-2:after {
  background: url(images/star-2.png) top center no-repeat;
}
#hs-3 {
  background: rgba(0, 0, 0, 0.5) url(images/tricolor-3.png) top left no-repeat;
}
#hs-3 .title {
  color: #95ffff;
}
#hs-3 .title strong {
  color: #00ffff;
}
#hs-3 a.hs-button {
  color: #00ffff;
}
#hs-3 a.hs-button:hover {
  color: #95ffff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}
#hs-3:after {
  background: url(images/star-3.png) top center no-repeat;
}
#hs-4 {
  background: rgba(0, 0, 0, 0.5) url(images/tricolor-4.png) top left no-repeat;
}
#hs-4 .title {
  color: #ffffa1;
}
#hs-4 .title strong {
  color: #ffff00;
}
#hs-4 a.hs-button {
  color: #ffff00;
}
#hs-4 a.hs-button:hover {
  color: #ffffa1;
  box-shadow: 0 0 10px rgba(255, 255, 0, 0.5);
}
#hs-4:after {
  background: url(images/star-4.png) top center no-repeat;
}
.darkblock-shade-1 {
  background-color: #2b6600;
}
.darkblock-shade-2 {
  background-color: #990000;
}
.darkblock-shade-3 {
  background-color: #006666;
}
.darkblock-shade-4 {
  background-color: #666600;
}
.white-blocks {
  background: url(images/shadow-arrow.png) top center no-repeat, #ffffff url(images/white-blocks.png) top center repeat-x;
}
.home-features .home-feature {
  float: left;
  width: 260px;
  padding: 10px 20px 12px 20px;
  text-align: center;
}
.home-features .home-feature .title {
  font-size: 21px;
  color: #006880;
  font-weight: bold;
  line-height: 25px;
  padding: 170px 0 15px 0;
  transition: all 0.3s;
}
.home-features .home-feature .title span {
  display: block;
  transition: all 0.3s;
}
.home-features .home-feature .title.smalltitle {
  font-size: 17px;
}
.home-features .home-feature .text {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.home-features .home-feature:hover .title span {
  transform: scale(1.15);
}
.home-features .home-feature.hf-1 .title {
  background: url(images/bigicon-1.png) top center no-repeat;
}
.home-features .home-feature.hf-2 .title {
  background: url(images/bigicon-2.png) top center no-repeat;
}
.home-features .home-feature.hf-3 .title {
  background: url(images/bigicon-3.png) top center no-repeat;
}
.home-features .home-feature.hf-4 .title {
  background: url(images/bigicon-4.png) top center no-repeat;
}
.home-features .home-feature.hf-5 .title {
  background: url(images/bigicon-5.png) top center no-repeat;
}
.home-features .home-feature.hf-6 .title {
  background: url(images/bigicon-6.png) top center no-repeat;
}
.home-features .home-feature.hf-7 .title {
  background: url(images/bigicon-7.png) top center no-repeat;
}
.home-features .home-feature.hf-8 .title {
  background: url(images/bigicon-8.png) top center no-repeat;
}
.home-features .home-feature.hf-9 .title {
  background: url(images/bigicon-9.png) top center no-repeat;
}
.home-features .home-feature.hf-10 .title {
  background: url(images/bigicon-10.png) top center no-repeat;
}
.home-features .home-feature.hf-11 .title {
  background: url(images/bigicon-11.png) top center no-repeat;
}
.home-features .home-feature.hf-12 .title {
  background: url(images/bigicon-12.png) top center no-repeat;
}
.home-features .home-feature.hf-13 .title {
  background: url(images/bigicon-13.png) top center no-repeat;
}
.home-features .home-feature.hf-14 .title {
  background: url(images/bigicon-14.png) top center no-repeat;
}
.home-features .home-feature.hf-15 .title {
  background: url(images/bigicon-15.png) top center no-repeat;
}
.home-features .home-feature.hf-16 .title {
  background: url(images/bigicon-16.png) top center no-repeat;
}
.worldmap {
  background: #000000 url(images/worldmap.png) top center no-repeat;
}
.worldmap:before,
.worldmap:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.worldmap:after {
  clear: both;
}
.mapdots {
  width: 600px;
  height: 300px;
  float: left;
  position: relative;
}
.mapdots div {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  position: absolute;
  transition: transform 0.3s;
}
.mapdots div.shine,
.mapdots div:hover {
  transform: scale(1.5, 1.5);
  box-shadow: 0 0 20px 5px #fff, inset 0 0 4px #000;
  border: 0px solid #fff;
}
.mapdots #mapdot-1 {
  background: #ffb100;
}
.mapdots #mapdot-2 {
  background: #6cff00;
}
.mapdots #mapdot-3 {
  background: #0037ff;
}
.mapdetails {
  width: 600px;
  min-height: 300px;
  float: right;
  padding-bottom: 100px;
}
.mapdetails .title {
  padding-left: 100px;
  padding-top: 48px;
  font-size: 36px;
  color: #00add5;
  font-weight: bold;
}
.mapdetails .subtitle {
  padding-left: 100px;
  font-size: 14px;
  color: #93e9ff;
}
.mapdetails ul {
  padding-left: 110px;
  width: 490px;
  margin-top: 32px;
}
.mapdetails ul li {
  display: block;
  height: 48px;
  line-height: 48px;
  border-radius: 100px;
  margin-bottom: 2px;
  background: rgba(255, 177, 0, 0.09);
  transition: all 0.3s;
}
.mapdetails ul li .icon {
  background: #ffb100;
  box-shadow: 0 0 25px #ffb100;
}
.mapdetails ul li .icon {
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin: 18px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.mapdetails ul li .name {
  float: left;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  padding-bottom: 2px;
}
.mapdetails ul li .ip {
  float: right;
  color: #00add5;
  text-align: right;
  padding-right: 16px;
}
.mapdetails ul li a.button {
  float: right;
  display: block;
  line-height: 30px;
  margin: 9px 10px 0 0;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 #00add5;
  text-align: center;
  width: 77px;
  border-radius: 15px;
  background: linear-gradient(180deg, #00add5, #006077);
}
.mapdetails ul li a.button:hover {
  background: linear-gradient(180deg, #00cfff, #00add5);
}
.mapdetails ul li#mapdetail-1 {
  background: rgba(255, 177, 0, 0.09);
}
.mapdetails ul li#mapdetail-1 .icon {
  background: #ffb100;
  box-shadow: 0 0 25px #ffb100;
}
.mapdetails ul li#mapdetail-1:hover,
.mapdetails ul li#mapdetail-1.shine {
  background: rgba(255, 177, 0, 0.2);
  box-shadow: inset 0 0 20px rgba(255, 177, 0, 0.3);
}
.mapdetails ul li#mapdetail-1:hover .icon,
.mapdetails ul li#mapdetail-1.shine .icon {
  box-shadow: 0 0 10px 3px #ffb100;
}
.mapdetails ul li#mapdetail-2 {
  background: rgba(108, 255, 0, 0.09);
}
.mapdetails ul li#mapdetail-2 .icon {
  background: #6cff00;
  box-shadow: 0 0 25px #6cff00;
}
.mapdetails ul li#mapdetail-2:hover,
.mapdetails ul li#mapdetail-2.shine {
  background: rgba(108, 255, 0, 0.2);
  box-shadow: inset 0 0 20px rgba(108, 255, 0, 0.3);
}
.mapdetails ul li#mapdetail-2:hover .icon,
.mapdetails ul li#mapdetail-2.shine .icon {
  box-shadow: 0 0 10px 3px #6cff00;
}
.mapdetails ul li#mapdetail-3 {
  background: rgba(0, 55, 255, 0.09);
}
.mapdetails ul li#mapdetail-3 .icon {
  background: #0037ff;
  box-shadow: 0 0 25px #0037ff;
}
.mapdetails ul li#mapdetail-3:hover,
.mapdetails ul li#mapdetail-3.shine {
  background: rgba(0, 55, 255, 0.2);
  box-shadow: inset 0 0 20px rgba(0, 55, 255, 0.3);
}
.mapdetails ul li#mapdetail-3:hover .icon,
.mapdetails ul li#mapdetail-3.shine .icon {
  box-shadow: 0 0 10px 3px #0037ff;
}
@keyframes mapEffect {
  0% {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    transform: scale(0.1, 0.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
}
@-webkit-keyframes mapEffect {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
}
.mapEffect {
  pointer-events: none;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 200px;
  transform: left 0.5s, top 0.5s;
}
.mapEffect.animation-repeat {
  animation: mapEffect 2s infinite ;
  -webkit-animation: mapEffect 2s infinite ;
}
.mapEffect.animation-once {
  animation: mapEffect 2s 1;
  -webkit-animation: mapEffect 2s 1;
  -webkit-animation-iteration-count: 1;
}
#footer {
  background: #001920 url(images/footer-back.png) bottom center repeat-x;
  position: relative;
  padding-top: 60px;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
  visibility: hidden;
}
#footer:after {
  clear: both;
}
.footer-logo {
  height: 109px;
  background: url(images/footer-logo.png) top center repeat-x;
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
}
.footer-links ul {
  min-width: 220px;
  float: left;
}
.footer-links ul li {
  line-height: 24px;
}
.footer-links ul li a {
  opacity: 0.5;
  transition: all 0.3s;
}
.footer-links ul li a:hover {
  opacity: 1;
}
.footer-links ul li.title {
  color: #00add5;
  font-size: 19px;
  font-weight: bold;
  height: 20px;
  margin: 25px 0 20px 0;
}
.footer-text {
  float: right;
  width: 450px;
}
.footer-text .title {
  color: #00add5;
  font-size: 19px;
  font-weight: bold;
  height: 20px;
  margin: 25px 0 20px 0;
  text-align: right;
}
.footer-text .text {
  color: #5e909c;
  font-size: 16px;
  text-align: right;
  line-height: 24px;
  transition: all 1s;
}
.footer-text .text:hover {
  color: #fff;
}
.footer-bar {
  background: #004a5f;
  background: linear-gradient(180deg, #004a5f, #002c39);
  height: 61px;
  margin: 40px 0 0 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.footer-bar .connect-title {
  width: 245px;
  line-height: 61px;
  float: left;
  background: url(images/footer-bar-arrow.png) right center no-repeat;
  font-size: 15px;
  font-weight: bold;
  color: #00add5;
  text-shadow: 0 1px 0 #000;
  letter-spacing: 0.05em;
}
.footer-bar .social {
  float: left;
  margin: 12px 0 0 18px;
}
.footer-bar .social a {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  margin-right: 6px;
  transition: all 0.3s;
}
.footer-bar .social a {
  background: url(images/social.png) 0 0 no-repeat;
}
.footer-bar .social a + a {
  background: url(images/social.png) -44px 0 no-repeat;
}
.footer-bar .social a:hover {
  box-shadow: 0 0 20px #00add5;
  border-radius: 30px;
}
.footer-bar .bar-links {
  float: right;
}
.footer-bar .bar-links a {
  display: block;
  float: left;
  padding: 10px;
  margin: 10px 0;
  font-weight: bold;
  line-height: 20px;
}
.footer-bar .bar-links a:hover {
  background: #001920;
}
.copyright {
  height: 140px;
  padding-top: 35px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #808080;
}
.copyright a {
  font-size: 13px;
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover {
  color: #00add5;
}
#floating-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 61px;
  z-index: 1000;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.3);
  transition: background 2s;
}
.floating-bar {
  height: 60px;
  background: #004a5f;
  background: linear-gradient(180deg, #004a5f, #002c39);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #00add5;
}
.floating-bar .desc {
  float: left;
}
.floating-bar .coupon {
  float: right;
  min-width: 400px;
}
.floating-bar .title {
  float: left;
  line-height: 60px;
  font-size: 21px;
  color: #93e9ff;
  font-weight: bold;
  background: url(images/footer-bar-arrow.png) right center no-repeat;
  padding-right: 50px;
}
.floating-bar .text {
  font-size: 14px;
  color: #00add5;
  line-height: 60px;
  margin-left: 30px;
  float: left;
  vertical-align: middle;
}
.floating-bar .text strong,
.floating-bar .text b {
  color: #93e9ff;
}
.floating-bar .text strong {
  margin: 0 25px;
  transform: scale(1.5, 1.5);
  display: inline-block;
  position: relative;
  top: -1px;
}
.floating-bar .text b {
  transform: scale(1.2, 1.2);
  margin: 0 25px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.floating-bar .coupon a.counter-button {
  float: right;
  display: block;
  line-height: 40px;
  margin: 9px 10px 0 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 #00add5;
  text-align: center;
  width: 77px;
  border-radius: 25px;
  background: linear-gradient(180deg, #00add5, #006077);
  transition: all 0.3s;
}
.floating-bar .coupon a.counter-button:hover {
  background: linear-gradient(180deg, #00cfff, #00add5);
}
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
  margin-top: 2px;
  width: 300px;
  float: right;
}
.is-countdown:before,
.is-countdown:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.is-countdown:after {
  clear: both;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 10px;
  box-sizing: border-box;
}
.countdown-section:first-child {
  border: 0;
}
.countdown-amount {
  font-size: 27px;
  font-weight: bold;
  transition: color 2s;
}
.countdown-period {
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}
/**/
.page-heading {
  background: #3cc0e1 url(images/page-heading-back.png) top center repeat;
}
.page-heading .body {
  background: #3cc0e1 url(images/page-heading.png) top right no-repeat;
  min-height: 325px;
  box-sizing: border-box;
  position: relative;
}
.page-heading .cube-area {
  position: absolute;
  top: 0;
  left: 705px;
  z-index: 50;
}
.page-heading .cube-lightray {
  width: 76px;
  height: 245px;
  background: url(images/page-heading-light.png) center -30px no-repeat;
  position: absolute;
  top: 0;
  left: 88px;
}
.page-heading #cube {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 133px;
  left: 50px;
}
.page-heading .text-area {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  z-index: 51;
}
.page-heading .text-area .heading {
  color: #fff;
  font-size: 64px;
  transform: scale(1, 0.9);
  margin-top: 40px;
}
.page-heading .text-area .heading strong {
  color: #00add5;
}
.page-heading .text-area .subheading {
  color: #fff;
  font-size: 18px;
  width: 780px;
  color: #93e9ff;
}
.plan-selector {
  background: #001a21;
  background: linear-gradient(180deg, #001a21, #001a21 50%, #000000 100%);
  min-height: 300px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.plan-selector .pase-top {
  background: url(images/pase-top.png) top center repeat-x;
  height: 64px;
  font-size: 17px;
  font-weight: bold;
  color: #00add5;
  text-shadow: 0 1px 0 #000;
  text-align: center;
  line-height: 52px;
  letter-spacing: 0.3em;
}
.plan-selector .pase-bottom {
  background: url(images/pase-bottom.png) top center repeat-x;
  height: 64px;
}
.plan-selector .pase {
  padding-top: 10px;
  height: 270px;
  text-align: center;
  background: url(images/pase-shine.png) center center repeat-x;
}
.plan-selector .pase.generic {
  height: auto;
  background: url(images/pase-shine.png) center 85px repeat-x;
}
.plan-selector .pase a.plan {
  display: block;
  width: 87px;
  height: 87px;
  margin-left: 13px;
  margin-top: 91px;
  float: left;
  position: relative;
  box-shadow: 0 0 38px 10px rgba(0, 173, 213, 0.25);
  background: #00add5;
  transition: margin 500ms, height 500ms, width 500ms, border-radius 500ms, box-shadow 500ms;
}
.plan-selector .pase a.plan div {
  box-sizing: border-box;
}
.plan-selector .pase a.plan:first-child {
  margin-left: 0;
}
.plan-selector .pase a.plan .b1 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 87px;
  width: 87px;
  background: #000;
  border-top: 2px solid #00add5;
  border-bottom: 2px solid #00add5;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  transition: left 500ms, top 500ms, height 500ms, width 500ms, border-radius 500ms, border 500ms;
}
.plan-selector .pase a.plan .b2 {
  position: absolute;
  z-index: 2;
  left: 6px;
  top: 6px;
  height: 75px;
  width: 75px;
  background: #000;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #00add5;
  border-right: 3px solid #00add5;
  box-shadow: 0 0 20px 10px rgba(0, 173, 213, 0.25);
  transition: left 500ms, top 500ms, height 500ms, width 500ms, border-radius 500ms, border 500ms;
}
.plan-selector .pase a.plan .b3 {
  position: absolute;
  z-index: 3;
  left: 11px;
  top: 11px;
  height: 65px;
  width: 65px;
  background: #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #00add5;
  border-right: 5px solid #00add5;
  box-shadow: 0 0 20px 10px rgba(0, 173, 213, 0.25);
  transition: left 500ms, top 500ms, height 500ms, width 500ms, border-radius 500ms, border 500ms, background 500ms, box-shadow 500ms;
}
.plan-selector .pase a.plan .plan-details {
  position: absolute;
  z-index: 4;
  left: 16px;
  top: 16px;
  height: 55px;
  width: 55px;
  transition: left 500ms, top 500ms, height 500ms, width 500ms, border-radius 500ms;
}
.plan-selector .pase a.plan .plan-details * {
  transition: all 500ms;
}
.plan-selector .pase a.plan .plan-details .ram strong {
  font-weight: bold;
  font-size: 17px;
  color: #00add5;
  display: block;
  transform: scale(1, 1.1);
}
.plan-selector .pase a.plan .plan-details .ram span {
  color: #fff;
  font-size: 10px;
  display: block;
  position: relative;
  top: 0;
}
.plan-selector .pase a.plan .plan-details .slots {
  color: #004658;
  font-size: 10px;
  margin-top: 4px;
  font-weight: bold;
}
.plan-selector .pase a.plan .plan-details .slots b {
  font-size: 12px;
}
.plan-selector .pase a.plan .plan-name {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 33px;
  height: 20px;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #00add5;
  opacity: 0;
  transition: opacity 500ms;
  text-transform: uppercase;
}
.plan-selector .pase a.plan.selected {
  box-shadow: 0 0 60px 20px rgba(0, 173, 213, 0.25);
  border-radius: 150px;
  width: 270px;
  height: 270px;
  margin-top: 0;
  animation: pulse 2s infinite linear;
  -webkit-animation: pulse 2s infinite linear;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.plan-selector .pase a.plan.selected .b1 {
  left: 1px;
  top: 1px;
  height: 268px;
  width: 268px;
  border-radius: 150px;
  border-width: 4px;
  animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.plan-selector .pase a.plan.selected .b2 {
  left: 18px;
  top: 18px;
  height: 232px;
  width: 232px;
  border-radius: 150px;
  animation: spin 1s infinite reverse linear;
  -webkit-animation: spin 1s infinite reverse linear;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.plan-selector .pase a.plan.selected .b3 {
  left: 54px;
  top: 54px;
  height: 162px;
  width: 162px;
  border-radius: 150px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-width: 6px;
  background: #002630;
  box-shadow: 0 0 20px 10px rgba(0, 173, 213, 0.25), inset 0 0 27px rgba(0, 173, 213, 0.4);
  animation: spin 3s infinite linear;
  -webkit-animation: spin 3s infinite linear;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.plan-selector .pase a.plan.selected .plan-details {
  left: 61px;
  top: 61px;
  height: 148px;
  width: 148px;
  border-radius: 150px;
  animation: pulse 2s infinite linear;
  -webkit-animation: pulse 2s infinite linear;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.plan-selector .pase a.plan.selected .plan-details .ram {
  padding-top: 20px;
}
.plan-selector .pase a.plan.selected .plan-details .ram strong {
  font-size: 36px;
}
.plan-selector .pase a.plan.selected .plan-details .ram span {
  font-size: 20px;
  top: -5px;
}
.plan-selector .pase a.plan.selected .plan-details .slots {
  font-size: 18px;
  margin-top: 10px;
}
.plan-selector .pase a.plan.selected .plan-details .slots b {
  font-size: 18px;
  color: #00add5;
}
.plan-selector .pase a.plan.selected .plan-name {
  opacity: 1;
}
.plan-selector .plan-boxes {
  margin-top: 50px;
}
.plan-selector .plan-boxes .planduo .plan-title {
  border: 1px solid #006078;
  box-shadow: 0 0 30px rgba(0, 173, 213, 0.4);
  position: relative;
  z-index: 2;
}
.plan-selector .plan-boxes .planduo .plan-title:before,
.plan-selector .plan-boxes .planduo .plan-title:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.plan-selector .plan-boxes .planduo .plan-title:after {
  clear: both;
}
.plan-selector .plan-boxes .planduo .plan-title .title {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: right;
  background: #000000 url(images/circle-title1.png) right center no-repeat;
  padding: 15px 90px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.plan-selector .plan-boxes .planduo .plan-title .title span {
  display: inline-block;
  position: relative;
  top: -4px;
  padding: 0 15px;
  text-shadow: 0 0 10px #00add5, 0 0 12px #00add5, 0 0 25px #00add5, 0 0 40px #00add5;
}
.plan-selector .plan-boxes .planduo .plan-title .title strong {
  color: #00add5;
  font-size: 30px;
}
.plan-selector .plan-boxes .planduo .plan-title .title + .title {
  text-align: left;
  background: #000000 url(images/circle-title2.png) left center no-repeat;
}
.plan-selector .plan-boxes .planduo .plan-title .plan-ram {
  position: absolute !important;
  left: 525px;
  top: -41px;
}
.plan-selector .plan-boxes .planduo .planbox {
  float: left;
  text-align: center;
  width: 500px;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  border: 1px solid #006078;
  background: #006883 url(images/blockyback.png) 0 -30px repeat;
  transition: all 500ms;
}
.plan-selector .plan-boxes .planduo .planbox.pb-left {
  margin-left: 80px;
}
.plan-selector .plan-boxes .planduo .planbox.pb-right {
  margin-left: 40px;
}
.plan-selector .plan-boxes .planduo .planbox .uls {
  margin-top: 50px;
}
.plan-selector .plan-boxes .planduo .planbox ul {
  background: rgba(0, 0, 0, 0.7) url(images/tricolor-2.png) top left no-repeat;
  width: 46%;
  margin-left: 3%;
  float: left;
}
.plan-selector .plan-boxes .planduo .planbox ul li {
  line-height: 30px;
  color: rgba(0, 173, 213, 0.6);
  font-size: 14px;
}
.plan-selector .plan-boxes .planduo .planbox ul li strong,
.plan-selector .plan-boxes .planduo .planbox ul li b {
  color: #00add5;
}
.plan-selector .plan-boxes .planduo .planbox ul + ul {
  margin-left: 2%;
}
.plan-selector .plan-boxes .planduo .planbox .slots {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 20px;
  padding-top: 7px;
  color: rgba(0, 173, 213, 0.6);
}
.plan-selector .plan-boxes .planduo .planbox .slots strong {
  font-size: 24px;
  color: #00add5;
}
.plan-selector .plan-boxes .planduo .planbox .secondline {
  margin-top: 33px;
  padding-bottom: 10px;
  font-weight: bold;
}
.plan-selector .plan-boxes .planduo .planbox .secondline + .uls {
  margin-top: 0px;
}
.plan-selector .plan-boxes .planduo .planbox .pricebox .price {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 20px 0;
  font-size: 16px;
  color: #00add5;
}
.plan-selector .plan-boxes .planduo .planbox .pricebox .price b {
  font-size: 24px;
  position: relative;
  top: -4px;
}
.plan-selector .plan-boxes .planduo .planbox .pricebox .price strong {
  font-size: 36px;
}
.plan-selector .plan-boxes .planduo .planbox .pricebox .price span {
  display: inline-block;
  position: relative;
  top: -6px;
  left: 3px;
}
.plan-selector .plan-boxes .planduo .planbox .pricebox a.order {
  float: left;
  width: 40%;
  box-sizing: border-box;
  margin-left: 5%;
  margin-top: 20px;
  display: block;
  background: #000;
  line-height: 48px;
  padding: 0 0px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
  color: #00add5;
  box-shadow: 0 0 10px #00add5;
}
.plan-selector .plan-boxes .planduo .planbox .pricebox a.order:hover {
  color: #000 !important;
}
.plan-selector .plan-boxes .planduo .planbox .pricebox a.order:hover {
  background: #00cbff;
  box-shadow: 0 0 20px #00add5;
}
.plan-selector .plan-boxes .planduo .planbox.pb-right {
  background: #008305 url(images/blockyback.png) 0 -30px repeat;
  border: 1px solid #007804;
}
.plan-selector .plan-boxes .planduo .planbox.pb-right .slots {
  color: rgba(108, 255, 0, 0.6);
}
.plan-selector .plan-boxes .planduo .planbox.pb-right .slots strong {
  color: #6cff00;
}
.plan-selector .plan-boxes .planduo .planbox.pb-right ul {
  background: #000000 url(images/tricolor-1.png) top left no-repeat;
}
.plan-selector .plan-boxes .planduo .planbox.pb-right ul li {
  color: rgba(108, 255, 0, 0.6);
  font-size: 16px;
  line-height: 37px;
}
.plan-selector .plan-boxes .planduo .planbox.pb-right ul li strong,
.plan-selector .plan-boxes .planduo .planbox.pb-right ul li b {
  color: #6cff00;
}
.plan-selector .plan-boxes .planduo .planbox.pb-right .pricebox .price {
  color: #6cff00;
}
.plan-selector .plan-boxes .planduo .planbox.pb-right .pricebox a.order {
  color: #6cff00;
  box-shadow: 0 0 10px #6cff00;
}
.plan-selector .plan-boxes .planduo .planbox.pb-right .pricebox a.order:hover {
  background: #b9ff85;
  box-shadow: 0 0 20px #6cff00;
}
.plan-selector .plan-boxes .planduo .planbox:hover {
  transform: scale(1.06, 1.06);
  border-radius: 0 0 40px 40px;
}
.plan-ram {
  width: 120px;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 173, 213, 0.4), 0 0 1px 1px #00add5;
}
.plan-ram .b1 {
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  box-sizing: border-box;
  background: #000;
  border-top: 2px solid #00add5;
  border-bottom: 2px solid #00add5;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
}
.plan-ram .b2 {
  border-radius: 100px;
  width: 150px;
  height: 150px;
  width: 130px;
  height: 130px;
  left: 10px;
  top: 10px;
  position: absolute;
  box-sizing: border-box;
  background: #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #00add5;
  border-right: 4px solid #00add5;
  box-shadow: 0 0 20px 10px rgba(0, 173, 213, 0.25);
  animation: spin 9s infinite linear reverse;
  -webkit-animation: spin 9s infinite linear reverse;
}
.plan-ram .ram {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100px;
  height: 100px;
  background: #002630;
  box-shadow: 0 0 10px 0px rgba(0, 173, 213, 0.25), inset 0 0 27px rgba(0, 173, 213, 0.4);
  border-radius: 100px;
  text-align: center;
  color: #fff;
}
.plan-ram .ram strong {
  margin-top: 22px;
  font-weight: bold;
  font-size: 30px;
  color: #00add5;
  display: block;
}
.page {
  padding: 30px 0;
}
.faq-blocks {
  display: table;
  border-spacing: 0 30px;
}
.faq-blocks .faq {
  display: table-row;
  transition: all 500ms;
  background: rgba(0, 0, 0, 0.3) url(images/tricolor-3.png) left top no-repeat;
}
.faq-blocks .faq .question {
  display: table-cell;
  width: 300px;
  border-right: 3px solid rgba(0, 173, 213, 0.5);
  padding: 20px;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  color: #00ADD5;
  transition: all 500ms;
}
.faq-blocks .faq .answer {
  display: table-cell;
  padding: 20px;
  font-size: 16px;
  vertical-align: middle;
  color: #999;
  transition: all 500ms;
}
.faq-blocks .faq:hover {
  background: rgba(0, 0, 0, 0.5) url(images/tricolor-1.png) left top no-repeat;
}
.faq-blocks .faq:hover .question {
  border-right: 3px solid #00ADD5;
  padding: 30px 20px;
}
.faq-blocks .faq:hover .answer {
  color: #fff;
  padding: 30px 20px;
}
.generic-packages {
  padding-top: 50px;
}
.generic-packages .package {
  width: 378px;
  margin: 0 10px;
  float: left;
  background: rgba(0, 0, 0, 0.4);
  background: #00add5 url(images/darkblocks-back.png) repeat;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  border: 1px solid #000;
}
.generic-packages .package .plan-ram {
  position: relative;
  left: 120px;
  top: -75px;
}
.generic-packages .package ul {
  position: relative;
  top: -40px;
  margin: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 20px;
}
.generic-packages .package ul:before,
.generic-packages .package ul:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.generic-packages .package ul:after {
  clear: both;
}
.generic-packages .package ul li.td {
  padding: 10px 0;
  font-size: 14px;
  color: #93e9ff;
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.generic-packages .package ul li.td b {
  display: block;
  font-size: 14px;
  color: #00cbff;
}
.generic-packages .package ul li.feat {
  padding: 10px;
  font-size: 18px;
  color: #93e9ff;
  width: 50%;
  box-sizing: border-box;
  float: left;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.generic-packages .package ul li.feat b {
  font-size: 24px;
  display: block;
  color: #00cbff;
}
.generic-packages .package ul li.title {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 0;
  font-size: 18px;
  color: #00add5;
  font-weight: bold;
}
.generic-packages .package ul li.price {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 10px 0;
  color: #6cff00;
}
.generic-packages .package ul li.price b {
  display: block;
  font-size: 24px;
}
.generic-packages .package ul li.price b i {
  font-size: 30px;
}
.generic-packages .package ul li.order {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 0 15px 15px 0;
}
.generic-packages .package ul li.order a {
  box-sizing: border-box;
  margin-left: 5%;
  margin-top: 15px;
  display: block;
  background: #000;
  line-height: 48px;
  padding: 0 0px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
  color: #00add5;
  box-shadow: 0 0 10px #00add5;
}
.generic-packages .package ul li.order a:hover {
  color: #000 !important;
}
.generic-packages .package ul li.order a:hover {
  background: #00cbff;
  box-shadow: 0 0 20px #00add5;
}
.snow {
  position: fixed;
  z-index: 10000;
  border-radius: 10px;
  background: #fff;
  pointer-events: none;
}
.snow1 {
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
}
.snow2 {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
}
.snow3 {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.8);
}
.snow4 {
  width: 6px;
  height: 6px;
}
.snow5 {
  width: 9px;
  height: 9px;
}
.slider-back {
  position: Relative;
  padding: 20px 0;
  margin-top: 89px;
}
.slider-bar {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}
.slider-bar-shine {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  margin-left: 65px;
  margin-top: 10px;
  width: 0px;
  background: linear-gradient(90deg, rgba(0, 173, 213, 0), #00add5);
}
#slider {
  position: relative;
  margin-left: 100px;
  width: 1000px;
  height: 50px;
}
.ui-slider {
  position: relative;
  text-align: left;
  top: -3px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 3px solid #00ADD5;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 50px;
  animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  background: #000;
}
.ui-slider .ui-slider-handle:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  left: 8px;
  top: 8px;
  position: relative;
  background: #003C4B;
  border: 2px solid #00ADD5;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  animation: spin 1s infinite linear reverse;
  -webkit-animation: spin 1s infinite linear reverse;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -25px;
}
.ui-slider-horizontal {
  height: 50px;
  cursor: pointer;
}
.slider-divider {
  background: #cccccc;
  width: 1px;
  position: absolute;
  top: 42px;
  height: 23px;
}
.slider-names {
  position: absolute;
  top: -95px;
  padding-top: 10px;
  background: rgba(0, 173, 213, 0.7);
  height: 65px;
  border-radius: 5px;
  text-align: Center;
  font-size: 14px;
  color: #93e9ff;
  box-shadow: 0 0 20px rgba(0, 173, 213, 0.6);
}
.slider-names b {
  display: block;
  font-size: 22px;
}
.slider-names strong {
  display: block;
  padding: 5px 0;
  background: #00add5;
  margin-bottom: 5px;
}
.slider-names.lowlight {
  color: #006883;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 173, 213, 0.3);
}
.slider-names.lowlight strong {
  background: #000;
}
.slider-package {
  margin-top: 20px;
  clear: both;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 173, 213, 0.3);
  border-radius: 5px;
  padding: 0 3px;
}
.slider-package:before,
.slider-package:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.slider-package:after {
  clear: both;
}
.slider-package .slider-feature {
  float: left;
  min-width: 13.75%;
  margin: 6px 3px;
  box-sizing: border-box;
  padding: 14px 10px 10px 10px;
  text-align: center;
  background: rgba(0, 104, 131, 0.2) url(images/tricolor-3.png) top right;
  border-radius: 5px;
  height: 80px;
}
.slider-package .feature-name {
  font-size: 14px;
  font-weight: bold;
  color: #93e9ff;
}
.slider-package .package-value {
  font-size: 22px;
  color: #00add5;
  font-weight: bold;
  line-height: 1.5em;
}
.slider-package .package-value b {
  font-size: 31px;
}
.slider-package .slider-price {
  background: rgba(0, 131, 5, 0.2) url(images/tricolor-1.png) top right;
}
.slider-package .slider-price .package-value {
  color: #6CFF00;
}
.slider-package .slider-order {
  background: rgba(131, 5, 0, 0.2) url(images/tricolor-2.png) top right;
}
.slider-package .slider-order a {
  display: inline-block;
  background: #d50400;
  color: #ff9793;
  padding: 14px 10px 16px;
  border-radius: 5px;
  font-family: "Play", "Lato", arial, helvetica, sans-serif;
  font-size: 20px;
  text-shadow: 0 -1px 1px #830500;
  transition: all 500ms;
}
.slider-package .slider-order a:hover {
  background: #000;
  color: #d50400;
  text-shadow: 0 -1px 1px transparent;
  transform: scale(1.1);
}
.slider-no-js {
  background: #000;
}
.big-home-button {
  text-align: center;
  margin-top: 25px;
}
.big-home-button a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: #06ac68;
  padding: 0 32px 3px 32px;
  line-height: 40px;
  color: #fff;
}
.big-home-button a:hover {
  background: #146e91;
}
.big-features {
  margin: 30px 0;
}
.big-features:before,
.big-features:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.big-features:after {
  clear: both;
}
.big-features .big-feature {
  float: left;
  width: 280px;
  padding: 10px 10px 42px 10px;
  text-align: center;
}
.big-features .big-feature .title {
  font-size: 21px;
  color: #006880;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 0 10px 0;
  transition: all 0.3s;
}
.big-features .big-feature .text {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.big-features .big-feature:hover .title {
  font-size: 24px;
}
.domain-selector {
  text-align: center;
}
.domain-selector .title {
  font-size: 36px;
  color: #00add5;
  font-weight: bold;
}
.domain-selector .domain-select .bigfield {
  border: 0;
  width: 400px;
  font-size: 24px;
  background: rgba(0, 173, 213, 0.1);
  border: 1px solid #000;
  border-radius: 50px;
  padding: 7px 20px 10px 20px;
  color: #fff;
  font-family: "Lato", arial, helvetica, sans-serif;
  font-weight: 300;
}
.domain-selector .domain-select .bigfield:focus {
  background: rgba(0, 173, 213, 0.5);
}
.domain-selector .domain-select .bigfield:focus,
.domain-selector .domain-select .bigfield:hover {
  box-shadow: 0 0 20px 10px #74CFE6;
}
.domain-selector input.check {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 0;
  margin: 0 15px;
  color: #fff;
  font-family: "Lato", arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  background: #000;
  border: 3px solid #00ADD5;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.domain-selector input.check:hover {
  box-shadow: inset 0 0 20px 10px #003C4B;
  animation: spin 500ms ease-in;
}
.domain-selector input.transfer {
  display: inline-block;
  border: 0;
  color: #fff;
  font-family: "Lato", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #00ADD5;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.domain-selector input.transfer:hover {
  box-shadow: inset 0 0 20px 10px #003C4B;
}
.domain-selector .features {
  clear: both;
  text-align: center;
  padding: 20px;
  margin: 15px auto;
  width: 750px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
.domain-selector ul {
  display: inline-block;
  padding-left: 50px;
  text-align: left;
}
.domain-selector ul li {
  padding: 5px 5px;
  font-size: 15px;
  position: relative;
  color: #93ff97;
}
.domain-selector ul li:before {
  position: absolute;
  content: "";
  left: -13px;
  top: 5px;
  transform: rotate(30deg);
  width: 6px;
  height: 12px;
  border: 3px solid #00ff09;
  border-left: none;
  border-top: none;
}
.domain-selector .prices {
  clear: both;
}
.domain-selector table {
  width: 600px;
  margin: auto;
}
.domain-selector table tr th {
  padding: 10px;
  border-bottom: 1px solid #999;
  background: transparent;
}
.domain-selector table tr td {
  padding: 10px 0;
  font-size: 16px;
}
.domain-selector table tr td:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #00add5;
  width: 200px;
}
.domain-selector table tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.05);
}
