/*

Designed and Coded by HarzemDesign.com

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.

*/
strong,
b {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: normal;
}
.exlite {
  font-weight: 200;
}
.b900 {
  font-weight: 900;
}
.b200 {
  font-weight: 200;
}
p {
  line-height: 1.2em;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.redback {
  background: Red;
}
.redshine {
  -webkit-box-shadow: 0 0 10px red, inset 0 0 5px red;
          box-shadow: 0 0 10px red, inset 0 0 5px red;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.sizing {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.clear {
  clear: both;
}
body {
  image-rendering: -webkit-optimize-contrast;
}
.trans {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.responsive {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
body {
  background: #000;
  font-size: 15px;
  font-family: "nunitoweb", sans-serif;
  color: #666 ;
  margin: 0px;
  padding: 0px;
  padding-top: 86px;
  width: 100%;
  line-height: normal;
}
.body {
  width: 100%;
  margin: auto;
  position: relative;
}
.body:before,
.body:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.body:after {
  clear: both;
}
a:link,
a:visited {
  color: #159fda;
  text-decoration: none;
}
a:hover {
  color: #8dddff;
  text-decoration: none;
}
a img {
  border: 0;
}
input {
  font-size: 14px;
  font-family: "nunitoweb", sans-serif;
}
.half {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* design */
#header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 85px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #0c1315;
  border-bottom: 13px solid #252e30;
  -webkit-box-shadow: 0 2px 0 #159fda;
          box-shadow: 0 2px 0 #159fda;
  z-index: 20000;
}
a.logo {
  display: block;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  width: 238px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.logo img {
  width: 100%;
}
#menu-area {
  float: right;
  position: relative;
}
.topmenu {
  float: right;
  padding: 26px 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.topmenu.social-icons a {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  margin-right: 9px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px;
}
.topmenu.social-icons a:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.topmenu.social-icons a.fb {
  background-image: url(images/social-fb.png);
}
.topmenu.social-icons a.tw {
  background-image: url(images/social-tw.png);
}
.topmenu.social-icons a.in {
  background-image: url(images/social-in.png);
}
#menubutton {
  display: none;
}
#panelbutton {
  display: block;
}
#menubutton,
#panelbutton {
  position: relative;
  float: right;
  z-index: 20001;
  margin-top: 18px;
  margin-right: 23px;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#menubutton a,
#panelbutton a {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 45px;
  background: #2b5c71;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#menubutton a:after,
#panelbutton a:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #d5dee3;
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 3px;
  background: currentColor;
  position: absolute;
  left: 11px;
  top: 21px;
  -webkit-box-shadow: 4px -7px 0 currentColor, 4px 7px 0 currentColor, 8px 0 0 currentColor;
          box-shadow: 4px -7px 0 currentColor, 4px 7px 0 currentColor, 8px 0 0 currentColor;
}
#menubutton a:hover,
#panelbutton a:hover {
  color: #3886a7;
  left: -5px;
  top: -5px;
  width: 55px;
  height: 55px;
  background: currentColor;
}
#menubutton a:hover:after,
#panelbutton a:hover:after {
  color: #fff;
  left: 13px;
  top: 26px;
  width: 21px;
  height: 4px;
  -webkit-box-shadow: 4px -10px 0 currentColor, 4px 10px 0 currentColor, 8px 0 0 currentColor;
          box-shadow: 4px -10px 0 currentColor, 4px 10px 0 currentColor, 8px 0 0 currentColor;
}
#menu {
  float: right;
  margin-right: 10px;
}
#menu > ul > li.mobilemenu {
  display: none;
}
#menu > ul > li {
  float: left;
  margin-left: 0px;
  position: relative;
}
#menu > ul > li > a {
  display: block;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 3px 22px 0px 22px;
  line-height: 73px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
#menu > ul > li > a sub {
  display: none;
}
#menu > ul > li:hover > a {
  background: #252E30;
}
#menu > ul > li.dropdown > div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  top: 72px;
  right: 0px;
  background: #252E30;
  padding: 5px 0 0 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#menu > ul > li.dropdown > div ul {
  float: left;
}
#menu > ul > li.dropdown > div ul > li {
  min-width: 120px;
  text-transform: uppercase;
}
#menu > ul > li.dropdown > div ul > li.title {
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
}
#menu > ul > li.dropdown > div ul > li > a {
  display: block;
  padding: 20px 30px 22px 30px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
#menu > ul > li.dropdown > div ul > li > a:hover {
  background: #0C1315;
  color: #159FDA;
}
#menu > ul > li.dropdown:hover > div {
  visibility: visible;
  opacity: 1;
}
#panellist {
  display: none;
  z-index: 20002;
  position: absolute;
  right: 20px;
  top: 50px;
  padding-top: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#panellist:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2b5c71;
}
#panellist ul {
  padding: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
#panellist ul li a {
  display: block;
  padding: 5px 30px 5px 30px;
  line-height: 40px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #2b5c71;
}
#panellist ul li a:hover {
  background-color: #0C1315;
}
#panellist ul li:first-child a {
  border-radius: 5px 5px 0 0;
}
#panellist ul li:last-child a {
  border-radius: 0 0 5px 5px;
}
#header.scrolled {
  height: 45px;
  border-bottom-width: 5px;
}
#header.scrolled a.logo {
  margin-top: 10px;
  width: 170px;
}
#header.scrolled #menu-area .topmenu {
  padding-top: 8px;
}
#header.scrolled #menubutton,
#header.scrolled #panelbutton {
  margin-top: 4px;
}
#header.scrolled #panellist {
  top: 35px;
}
#header.scrolled #menu > ul > li {
  position: relative;
}
#header.scrolled #menu > ul > li > a {
  line-height: 37px;
}
#header.scrolled #menu > ul > li.dropdown > div {
  top: 40px;
}
#hero-area {
  position: relative;
  min-height: 600px;
  background: #000;
  overflow: hidden;
}
#hero-area #hero-dots {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 17px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  padding: 5px 40px 0;
  min-width: 180px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 0px;
}
#hero-area #hero-dots a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  position: relative;
  cursor: pointer;
}
#hero-area #hero-dots a:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #159fda;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#hero-area #hero-dots a:hover:after,
#hero-area #hero-dots a.selected:after {
  border-radius: 3px;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
}
#hero-area #hero-arrows {
  z-index: 1001;
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  height: 0;
  position: relative;
}
#hero-area #hero-arrows a {
  display: block;
  position: absolute;
  left: 20px;
  top: 125px;
  width: 45px;
  height: 144px;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#hero-area #hero-arrows a:before,
#hero-area #hero-arrows a:after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  width: 3px;
  height: 93px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0);
          box-shadow: 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0);
}
#hero-area #hero-arrows a:before {
  top: -20px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 2px 2px 0 0;
}
#hero-area #hero-arrows a:after {
  top: 73px;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  border-radius: 0 0 2px 2px;
}
#hero-area #hero-arrows a:hover {
  opacity: 1;
  left: 5px;
  width: 60px;
}
#hero-area #hero-arrows a:hover:before,
#hero-area #hero-arrows a:hover:after {
  width: 5px;
}
#hero-area #hero-arrows a:hover:before {
  -webkit-box-shadow: 10px 0 rgba(255, 255, 255, 0.5), 25px 0 rgba(255, 255, 255, 0.25), 50px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 10px 0 rgba(255, 255, 255, 0.5), 25px 0 rgba(255, 255, 255, 0.25), 50px 0 rgba(255, 255, 255, 0.1);
}
#hero-area #hero-arrows a:hover:after {
  -webkit-box-shadow: 10px 0 rgba(255, 255, 255, 0.5), 25px 0 rgba(255, 255, 255, 0.25), 50px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 10px 0 rgba(255, 255, 255, 0.5), 25px 0 rgba(255, 255, 255, 0.25), 50px 0 rgba(255, 255, 255, 0.1);
}
#hero-area #hero-arrows a + a {
  left: auto;
  right: 20px;
}
#hero-area #hero-arrows a + a:before {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
#hero-area #hero-arrows a + a:after {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
#hero-area #hero-arrows a + a:hover {
  left: auto;
  right: 5px;
}
#hero-area #hero-arrows a + a:hover:before {
  -webkit-box-shadow: -10px 0 rgba(255, 255, 255, 0.5), -25px 0 rgba(255, 255, 255, 0.25), -50px 0 rgba(255, 255, 255, 0.1);
          box-shadow: -10px 0 rgba(255, 255, 255, 0.5), -25px 0 rgba(255, 255, 255, 0.25), -50px 0 rgba(255, 255, 255, 0.1);
}
#hero-area #hero-arrows a + a:hover:after {
  -webkit-box-shadow: -10px 0 rgba(255, 255, 255, 0.5), -25px 0 rgba(255, 255, 255, 0.25), -50px 0 rgba(255, 255, 255, 0.1);
          box-shadow: -10px 0 rgba(255, 255, 255, 0.5), -25px 0 rgba(255, 255, 255, 0.25), -50px 0 rgba(255, 255, 255, 0.1);
}
#hero-area .hero {
  min-height: 600px;
  z-index: 50;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  padding-top: 61px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#hero-area .hero:before {
  content: "";
  display: block;
  z-index: 51;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url(images/big-checkers.png) center top no-repeat;
  background-size: cover;
}
#hero-area .hero > * {
  z-index: 52;
  position: relative;
}
#hero-area .hero .textblock {
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  text-align: center;
  min-height: 264px;
  margin-right: 264px;
  margin-left: 264px;
  padding-top: 37.71428571px;
  padding-bottom: 37.71428571px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 95px;
  background-color: rgba(0, 0, 0, 0.6);
}
#hero-area .hero .textblock:before,
#hero-area .hero .textblock:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 52;
}
#hero-area .hero .textblock:before {
  left: -264px;
  top: 0;
  border-left: 264px solid transparent;
  border-bottom: 264px solid rgba(0, 0, 0, 0.6);
}
#hero-area .hero .textblock:after {
  right: -264px;
  bottom: 0;
  border-right: 264px solid transparent;
  border-top: 264px solid rgba(0, 0, 0, 0.6);
}
#hero-area .hero .textblock > * {
  z-index: 53;
}
#hero-area .hero .textblock h1 {
  font-size: 47.52px;
  line-height: 72px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#hero-area .hero .textblock h2 {
  font-size: 23.76px;
  line-height: 46px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#hero-area .hero .textblock p {
  font-size: 11.88px;
  margin-top: 40px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#hero-area .hero .textblock h2 {
  color: #80d9ff;
}
#hero-area .hero .textblock p {
  text-shadow: 0 1px 0px #000;
}
#hero-area .hero .textblock p strong {
  color: #72ff00;
}
#hero-area .hero + .hero {
  display: none;
}
#hero-area .hero-button {
  display: inline-block;
  white-space: nowrap;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#159fda), to(#04628a));
  background: linear-gradient(to bottom, #159fda, #04628a);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5), inset 0 2px 3px #28f4fb;
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.5), inset 0 2px 3px #28f4fb;
  line-height: 40px;
  padding: 10px 84px 10px 26px;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  font-family: "nunitoweb", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#hero-area .hero-button strong {
  color: #ffe400;
}
#hero-area .hero-button:hover {
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}
#hero-area .hero-button:hover,
#hero-area .hero-button:hover:before {
  -webkit-box-shadow: 0 0 25px #000000, inset 0 2px 30px #28f4fb;
          box-shadow: 0 0 25px #000000, inset 0 2px 30px #28f4fb;
}
#hero-area .hero-button:before {
  content: "";
  display: block;
  position: absolute;
  right: -57px;
  top: -45%;
  width: 114px;
  height: 114px;
  border-radius: 57px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#159fda), to(#04628a));
  background: linear-gradient(to bottom, #159fda, #04628a);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5), inset 0 2px 3px #28f4fb;
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.5), inset 0 2px 3px #28f4fb;
}
#hero-area .hero-button:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 6px;
  width: 50px;
  height: 48px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/button-arrow.png) center center no-repeat;
  background-size: 50px;
  -webkit-box-shadow: 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0);
          box-shadow: 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0), 0 0 rgba(255, 255, 255, 0);
}
#hero-area .hero-button:hover:before {
  right: -75px;
}
#hero-area .hero-button:hover:after {
  right: -55px;
  -webkit-box-shadow: -10px 0 0 -5px #ffffff, -25px 0 0 -10px rgba(255, 255, 255, 0.5), -40px 0 0 -15px rgba(255, 255, 255, 0.2);
          box-shadow: -10px 0 0 -5px #ffffff, -25px 0 0 -10px rgba(255, 255, 255, 0.5), -40px 0 0 -15px rgba(255, 255, 255, 0.2);
}
.home-services-marks {
  overflow: hidden;
  background-color: #fff;
}
.home-services-marks .service-mark {
  position: relative;
  z-index: 50;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18%;
  margin: 110px 1% 80px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  float: left;
}
.home-services-marks .service-mark > div,
.home-services-marks .service-mark a {
  z-index: 51;
}
.home-services-marks .service-mark:before {
  position: absolute;
  left: -50%;
  z-index: 49;
  width: 200%;
  height: 200%;
  display: block;
  content: "";
  opacity: 0.07;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home-services-marks .service-mark:hover {
  margin-top: 80px;
  margin-bottom: 50px;
  z-index: 55;
}
.home-services-marks .service-mark:hover:before {
  opacity: 0.11;
}
.home-services-marks .service-mark .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-top: 70px;
  height: 0px;
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: auto 40px;
}
.home-services-marks .service-mark .price {
  margin: 50px 0 40px 0;
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.home-services-marks .service-mark .price strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 6px 0 9px 0;
}
.home-services-marks .service-mark .text {
  padding: 0 10%;
  height: 80px;
}
.home-services-marks .service-mark a.arrow {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 120px;
  height: 120px;
  border: 3px solid transparent;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home-services-marks .service-mark a.arrow:before,
.home-services-marks .service-mark a.arrow:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 50%;
  top: 60%;
  width: 40px;
  height: 6px;
  border-radius: 5px;
  background: #ccc;
  -webkit-transform-origin: 3px 50%;
          transform-origin: 3px 50%;
  margin-left: -3px;
}
.home-services-marks .service-mark a.arrow:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-services-marks .service-mark a.arrow:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.home-services-marks .service-mark a.arrow:hover {
  border: 3px solid #ccc;
}
.home-services-marks .service-mark a.arrow:hover:before,
.home-services-marks .service-mark a.arrow:hover:after {
  background-color: #666;
}
.home-services-marks .service-mark:hover a.arrow {
  bottom: -80px;
}
.home-services-marks .service-mark:hover a.arrow:before,
.home-services-marks .service-mark:hover a.arrow:after {
  opacity: 1;
}
.home-services-marks .service-mark:hover a.arrow:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.home-services-marks .service-mark:hover a.arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home-services-marks .service-mark:nth-child(1):before {
  background-image: url('images/service-mark-back-1.png');
  top: -30%;
}
.home-services-marks .service-mark:nth-child(1):hover:before {
  top: -35%;
}
.home-services-marks .service-mark:nth-child(1) .price strong {
  color: #d96716;
}
.home-services-marks .service-mark:nth-child(1) .title {
  background-image: url('images/service-icon-1.png');
}
.home-services-marks .service-mark:nth-child(2):before {
  background-image: url('images/service-mark-back-2.png');
  top: -50%;
}
.home-services-marks .service-mark:nth-child(2):hover:before {
  top: -55%;
}
.home-services-marks .service-mark:nth-child(2) .price strong {
  color: #2b880d;
}
.home-services-marks .service-mark:nth-child(2) .title {
  background-image: url('images/service-icon-2.png');
}
.home-services-marks .service-mark:nth-child(3):before {
  background-image: url('images/service-mark-back-3.png');
  top: -20%;
}
.home-services-marks .service-mark:nth-child(3):hover:before {
  top: -25%;
}
.home-services-marks .service-mark:nth-child(3) .price strong {
  color: #159fda;
}
.home-services-marks .service-mark:nth-child(3) .title {
  background-image: url('images/service-icon-3.png');
}
.home-services-marks .service-mark:nth-child(4):before {
  background-image: url('images/service-mark-back-4.png');
  top: -50%;
}
.home-services-marks .service-mark:nth-child(4):hover:before {
  top: -55%;
}
.home-services-marks .service-mark:nth-child(4) .price strong {
  color: #da1d5c;
}
.home-services-marks .service-mark:nth-child(4) .title {
  background-image: url('images/service-icon-4.png');
}
.home-services-marks .service-mark:nth-child(5):before {
  background-image: url('images/service-mark-back-5.png');
  top: -50%;
}
.home-services-marks .service-mark:nth-child(5):hover:before {
  top: -55%;
}
.home-services-marks .service-mark:nth-child(5) .price strong {
  color: #204fda;
}
.home-services-marks .service-mark:nth-child(5) .title {
  background-image: url('images/service-icon-5.png');
}
.biground-button {
  font-weight: bold;
  display: inline-block;
  line-height: 46px;
  padding: 2px 10px 0 36px;
  position: relative;
  background-color: #000;
  border-radius: 36px;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 16px;
}
.biground-button i.fa {
  font-size: 21px;
  line-height: 21px;
  margin: 0 10px 0 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.biground-button:hover i.fa {
  margin: 0 5px 0 19px;
}
.biground-button.blue {
  background-color: #2a67b8;
  color: #fff;
}
.biground-button.blue:hover {
  background-color: #1773d4;
}
.biground-button.softblue {
  background-color: #247aad;
  color: #fff;
}
.biground-button.softblue:hover {
  background-color: #3097d4;
}
.biground-button.gameorder {
  background-color: #0a212e;
  color: #fff;
  border-bottom: 3px solid #3097d4;
}
.biground-button.gameorder:hover {
  background-color: #3097d4;
  border-bottom: 3px solid #0a212e;
}
.biground-button.green {
  background-color: #22a200;
  color: #fff;
}
.biground-button.green:hover {
  background-color: #1b8200;
}
.biground-button.navy {
  background-color: #00405c;
  color: #fff;
}
.biground-button.navy:hover {
  background-color: #006591;
}
.biground-button.pink {
  background-color: #da1d5c;
  color: #fff;
}
.biground-button.pink:hover {
  background-color: #ff0673;
}
.biground-button.red {
  background-color: #ad2116;
  color: #fff;
}
.biground-button.red:hover {
  background-color: #da291c;
}
.biground-button.blue-bordered {
  background-color: #00545d;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #2babb8;
          box-shadow: inset 0 0 0 1px #2babb8;
}
.biground-button.blue-bordered:hover {
  background-color: #007e8c;
}
.biground-button.blue-transparent {
  background-color: transparent;
  color: #3cd6e6;
  -webkit-box-shadow: inset 0 0 0 1px #2babb8;
          box-shadow: inset 0 0 0 1px #2babb8;
}
.biground-button.blue-transparent:hover {
  background-color: rgba(60, 214, 230, 0.1);
}
.biground-button.blue-transparent i.fa {
  color: #2babb8;
}
.home-service:before,
.home-service:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.home-service:after {
  clear: both;
}
.home-service .block {
  width: 50%;
  padding: 50px 0 0 0;
}
.home-service .block:before,
.home-service .block:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.home-service .block:after {
  clear: both;
}
.home-service .title {
  font-size: 48px;
  font-weight: 200;
}
.home-service .text {
  padding: 30px 20px;
  font-size: 18px;
  line-height: 22px;
}
.home-service .text strong {
  font-size: 16px;
}
.home-service ul {
  border-top: 1px solid rgba(102, 102, 102, 0.4);
  margin-top: 10px;
}
.home-service ul:before,
.home-service ul:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.home-service ul:after {
  clear: both;
}
.home-service ul li {
  float: left;
  padding: 10px 20px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 14px;
}
.home-service ul li i {
  position: absolute;
  left: -15px;
  top: 20px;
  line-height: 28px;
  font-size: 28px;
  color: currentColor;
}
.home-service ul li em {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}
.home-service .biground-button {
  position: relative;
  margin: 40px 0 40px 0;
}
.home-service .biground-button:hover {
  padding-right: 25px;
}
.home-service .biground-button:hover i.fa {
  margin-left: 20px;
}
.home-service:nth-child(odd) .block {
  float: right;
}
.home-service:nth-child(odd) ul {
  width: 100%;
  float: left;
}
.home-service:nth-child(odd) ul li {
  width: 50%;
}
.home-service:nth-child(odd) .biground-button {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.home-service:nth-child(even) .block {
  float: left;
  margin-left: 25px;
  width: 775px;
}
.home-service:nth-child(even) .title {
  width: 90%;
}
.home-service:nth-child(even) .text {
  width: 70%;
}
.home-service:nth-child(even) ul {
  width: 45%;
  float: left;
  padding-bottom: 40px;
}
.home-service:nth-child(even) ul li {
  clear: left;
  width: 100%;
}
.home-service:nth-child(even) .biground-button {
  float: left;
  margin-left: 1%;
  margin-top: 100px;
}
.home-service:nth-child(even) .biground-button:hover {
  margin-left: 0;
}
#home-service-1 {
  background: url(images/service-bar-1.jpg) 10% 0 no-repeat, url(images/service-bar-1-back.png) center center repeat-x;
  background-size: contain, contain;
}
#home-service-1 .title {
  color: #fff;
}
#home-service-1 .text {
  color: #fff;
}
#home-service-1 .text strong {
  color: #8dddff;
}
#home-service-1 ul li {
  color: #c7dfff;
}
#home-service-1 ul li em,
#home-service-1 ul li i {
  color: #fff;
}
#home-service-2 {
  background: #dddddd url(images/service-bar-2.jpg) 120% 0 no-repeat;
  background-size: auto 100%;
}
#home-service-2 .title {
  color: #2b880d;
}
#home-service-2 .text {
  color: #155800;
  padding-right: 10%;
}
#home-service-2 .text strong {
  color: #000;
}
#home-service-2 ul li {
  color: #000;
}
#home-service-2 ul li em,
#home-service-2 ul li i {
  color: #2b880d;
}
#home-service-3 {
  background: #ffffff url(images/service-bar-3.jpg) 15% 0 no-repeat;
  background-size: auto 100%;
}
#home-service-3 .title {
  color: #00405c;
}
#home-service-3 .text {
  color: #333;
}
#home-service-3 .text strong {
  color: #00405c;
}
#home-service-3 ul li {
  color: #333;
}
#home-service-3 ul li em,
#home-service-3 ul li i {
  color: #00405c;
}
#home-service-4 {
  background: url(images/service-bar-4.jpg) 120% 0 no-repeat, url(images/service-bar-4-back.png) center center repeat-x, #000000;
  background-size: auto 100%, contain;
}
#home-service-4 .title {
  color: #ff0055;
}
#home-service-4 .text {
  color: #fff;
}
#home-service-4 .text strong {
  color: #ff0055;
}
#home-service-4 ul li {
  color: #fff;
}
#home-service-4 ul li em,
#home-service-4 ul li i {
  color: #ff0055;
}
#home-service-5 {
  background: url(images/service-bar-5.jpg) 0 0 no-repeat, -webkit-gradient(linear, left top, left bottom, from(#192028), to(#0d1115));
  background: url(images/service-bar-5.jpg) 0 0 no-repeat, linear-gradient(to bottom, #192028, #0d1115);
  background-size: auto 100%;
}
#home-service-5 .title {
  color: #567eff;
}
#home-service-5 .text {
  color: #fff;
}
#home-service-5 .text strong {
  color: #567eff;
}
#home-service-5 ul li {
  color: #fff;
}
#home-service-5 ul li em,
#home-service-5 ul li i {
  color: #567eff;
}
#home-service-5 a.biground-button {
  background-color: #24469c;
  color: #fff;
}
.bigmap-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#3e3e3e));
  background: linear-gradient(to bottom, #272727, #3e3e3e);
  font-family: "nunitoweb", sans-serif;
  text-align: center;
  padding-bottom: 15px;
}
.bigmap-area .title {
  font-size: 48px;
  font-weight: 200;
  color: #fff;
  padding: 50px 0 0 0;
}
.bigmap-area .subtitle {
  font-size: 30px;
  font-weight: 200;
  color: #00b3ff;
  padding: 0 0 30px 0;
}
.bigmap {
  margin: 0 auto;
  background: url(images/bigmap.png) center center no-repeat;
  background-size: contain;
  width: 1900px;
  height: 702px;
  position: relative;
  overflow: hidden;
}
.bigmap .map-items-data {
  display: none;
}
.bigmap .map-items-mobile {
  display: none;
}
.bigmap .map-items {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.bigmap .map-items .item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
}
.bigmap .map-items .item + .item .lines,
.bigmap .map-items .item + .item .box {
  display: none;
}
.bigmap .map-items .pin {
  position: absolute;
  z-index: 10000;
  background: url(images/map-pin.png) no-repeat;
  width: 52px;
  height: 65px;
  background-size: 52px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  pointer-events: auto;
  cursor: pointer;
}
.bigmap .map-items .box {
  width: 686px;
  min-height: 242px;
  background: rgba(0, 0, 0, 0.5);
  margin: 330px auto 0;
  -webkit-box-shadow: inset 0 0 0 1px #323232, 0 10px 20px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0 0 0 1px #323232, 0 10px 20px rgba(0, 0, 0, 0.75);
  pointer-events: auto;
}
.bigmap .map-items .lines {
  position: absolute;
}
.bigmap .map-items .lines.pin-above {
  border-bottom: 1px solid #00ffa8;
}
.bigmap .map-items .lines.pin-below {
  border-top: 1px solid #00ffa8;
}
.bigmap .map-items .lines.pin-left {
  border-left: 1px solid #00ffa8;
}
.bigmap .map-items .lines.pin-right {
  border-right: 1px solid #00ffa8;
}
.bigmap .map-items .leftside {
  float: left;
  font-family: "nunitoweb", sans-serif;
  font-weight: 200;
  padding: 43px 0 0 54px;
  text-align: left;
  max-width: 400px;
}
.bigmap .map-items .leftside .location {
  height: 2em;
  font-size: 48px;
  line-height: 0.75em;
}
.bigmap .map-items .leftside .location strong {
  color: #00ffa8;
  font-size: 48px;
  font-weight: 200;
}
.bigmap .map-items .leftside .location span {
  font-size: 24px;
  display: inline-block;
  color: #639382;
  text-transform: uppercase;
}
.bigmap .map-items .leftside .ip span {
  font-size: 16px;
  color: #639382;
  line-height: 1.7em;
}
.bigmap .map-items .leftside .ip strong {
  font-weight: 200;
  color: #00ffa8;
  font-size: 24px;
  display: block;
}
.bigmap .map-items .rightside {
  float: right;
  padding: 49px 35px 0 0;
  font-family: "Titillium Web", sans-serif;
  text-align: right;
}
.bigmap .map-items .rightside > span {
  font-size: 13px;
  color: #999;
}
.bigmap .map-items .rightside ul {
  margin-top: 15px;
}
.bigmap .map-items .rightside ul li {
  color: #159fda;
  font-size: 16px;
  line-height: 25px;
}
.lines-back {
  background: #1c1d1e url(images/lines-back.jpg) center top no-repeat;
}
.home-about {
  padding: 70px 0;
}
.home-about .half {
  padding: 0 32px;
}
.home-about h1 {
  font-size: 48px;
  font-weight: 200;
  color: #fff;
  margin: 20px 0 30px 0;
}
.home-about p {
  margin: 22px 0;
  font-size: 18px;
  color: #ccc;
}
.home-about p strong {
  color: #00e8ff;
  font-size: 15px;
}
.home-about .buttonset {
  margin-top: 45px;
}
.home-about .buttonset .biground-button {
  margin-top: 15px;
}
.home-about .buttonset .biground-button + .biground-button {
  margin-left: 15px;
}
.home-about .small-about {
  padding-left: 10%;
  padding-top: 20%;
  font-size: 16px;
  text-align: right;
  color: #fff;
  line-height: 1.2em;
}
.home-about .small-about small {
  display: block;
  margin-top: 1.2em;
  color: #999;
}
.footer-top {
  border-top: 11px solid #252e30;
  border-bottom: 11px solid #252e30;
  padding: 9px 50px 9px 0;
  background-color: #0b1315;
}
.footer-top a.slanted-button {
  margin: 0 20px 0 60px;
  float: left;
}
.footer-top a.slanted-button:last-child {
  float: right;
}
a.slanted-button,
.slanted-button {
  display: inline-block;
  line-height: 50px;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 60px;
  padding-right: 15px;
  z-index: 1;
}
a.slanted-button:hover,
.slanted-button:hover {
  z-index: 2;
}
a.slanted-button:before,
.slanted-button:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0;
  height: 0;
  left: -50px;
  border-left: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
a.slanted-button:after,
.slanted-button:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0;
  height: 0;
  right: -50px;
  top: 0;
  border-right: 50px solid transparent;
  border-top: 50px solid transparent;
}
a.slanted-button i,
.slanted-button i {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
a.slanted-button.sb-billing,
.slanted-button.sb-billing {
  background-color: #211c0b;
  color: #ffbf00;
}
a.slanted-button.sb-billing:before,
.slanted-button.sb-billing:before {
  border-bottom-color: #211c0b;
}
a.slanted-button.sb-billing:after,
.slanted-button.sb-billing:after {
  border-top-color: #211c0b;
}
a.slanted-button.sb-billing:hover,
.slanted-button.sb-billing:hover {
  background-color: #463600;
}
a.slanted-button.sb-billing:hover:before,
.slanted-button.sb-billing:hover:before {
  border-bottom-color: #463600;
}
a.slanted-button.sb-billing:hover:after,
.slanted-button.sb-billing:hover:after {
  border-top-color: #463600;
}
a.slanted-button.sb-billing i,
.slanted-button.sb-billing i {
  background: url(images/sb-billing.png) left center no-repeat;
  background-size: 36px;
}
a.slanted-button.sb-game,
.slanted-button.sb-game {
  background-color: #0a2331;
  color: #00a2ff;
}
a.slanted-button.sb-game:before,
.slanted-button.sb-game:before {
  border-bottom-color: #0a2331;
}
a.slanted-button.sb-game:after,
.slanted-button.sb-game:after {
  border-top-color: #0a2331;
}
a.slanted-button.sb-game:hover,
.slanted-button.sb-game:hover {
  background-color: #003655;
}
a.slanted-button.sb-game:hover:before,
.slanted-button.sb-game:hover:before {
  border-bottom-color: #003655;
}
a.slanted-button.sb-game:hover:after,
.slanted-button.sb-game:hover:after {
  border-top-color: #003655;
}
a.slanted-button.sb-game i,
.slanted-button.sb-game i {
  background: url(images/sb-game.png) left center no-repeat;
  background-size: 36px;
}
a.slanted-button.sb-mc,
.slanted-button.sb-mc {
  background-color: #15230c;
  color: #61dc0c;
}
a.slanted-button.sb-mc:before,
.slanted-button.sb-mc:before {
  border-bottom-color: #15230c;
}
a.slanted-button.sb-mc:after,
.slanted-button.sb-mc:after {
  border-top-color: #15230c;
}
a.slanted-button.sb-mc:hover,
.slanted-button.sb-mc:hover {
  background-color: #1c4900;
}
a.slanted-button.sb-mc:hover:before,
.slanted-button.sb-mc:hover:before {
  border-bottom-color: #1c4900;
}
a.slanted-button.sb-mc:hover:after,
.slanted-button.sb-mc:hover:after {
  border-top-color: #1c4900;
}
a.slanted-button.sb-mc i,
.slanted-button.sb-mc i {
  background: url(images/sb-mc.png) left center no-repeat;
  background-size: 30px;
}
a.slanted-button.sb-ticket,
.slanted-button.sb-ticket {
  background-color: #26615f;
  color: #00fffc;
  padding-left: 40px;
}
a.slanted-button.sb-ticket:before,
.slanted-button.sb-ticket:before {
  border-bottom-color: #26615f;
}
a.slanted-button.sb-ticket:after,
.slanted-button.sb-ticket:after {
  border-top-color: #26615f;
}
a.slanted-button.sb-ticket:hover,
.slanted-button.sb-ticket:hover {
  background-color: #00a19b;
}
a.slanted-button.sb-ticket:hover:before,
.slanted-button.sb-ticket:hover:before {
  border-bottom-color: #00a19b;
}
a.slanted-button.sb-ticket:hover:after,
.slanted-button.sb-ticket:hover:after {
  border-top-color: #00a19b;
}
a.slanted-button.sb-ticket i,
.slanted-button.sb-ticket i {
  background: url(images/sb-ticket.png) center center no-repeat;
  background-size: 54px;
  width: 54px;
  left: -20px;
}
.footer-back {
  background: #0b0e11 url(images/checker-back.png) center -45px repeat-x;
}
.footer-links {
  padding: 50px 0 80px 0;
}
.footer-links:before,
.footer-links:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.footer-links:after {
  clear: both;
}
.footer-links ul {
  padding: 30px 100px 0 30px;
  float: left;
}
.footer-links ul:last-child {
  padding-right: 10px;
}
.footer-links li {
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  line-height: 36px;
}
.footer-links li a {
  color: #accbdd;
}
.footer-links li a:hover {
  color: #fff;
}
.footer-text-area {
  float: left;
}
.tweet-feed {
  float: right;
  max-width: 300px;
  width: 90%;
  margin: 60px 30px 60px 0;
}
.accepted-payments {
  color: #fff;
  font-size: 16px;
  background: url(images/accepted-payments.png) 15px bottom no-repeat;
  background-size: 430px;
  padding: 0 0 60px 0px;
  margin-left: 20px;
}
.footer-copyright {
  clear: both;
  font-size: 13px;
  color: #9a9a9a;
  text-align: center;
  padding: 20px 0 80px ;
}
.game-list {
  padding: 10px 0 5vw 0;
  background: url(images/checker-back.png) center top no-repeat, url(images/checker-back.png) center bottom no-repeat, #0b0e11;
}
.game-list:before,
.game-list:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.game-list:after {
  clear: both;
}
.game-list > a {
  width: 33.33%;
  padding-top: 15%;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #262d34;
}
.game-list > a .mask-back {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100%;
  background-position: center center;
  opacity: 0.5;
  -webkit-filter: blur(5px) grayscale(50%);
          filter: blur(5px) grayscale(50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.game-list > a .mask-big {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 0 5px #262d34;
          box-shadow: inset 0 0 0 5px #262d34;
}
.game-list > a .mask-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.game-list > a .title {
  font-size: 1.6vw;
  font-family: "Titillium Web", sans-serif;
  font-family: "nunitoweb", sans-serif;
  padding: 3% 0 3% 5%;
  color: #fff;
  float: left;
}
.game-list > a .maskbutton {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1vw 1vw 0 0;
  padding: 2% 3% 2% 3%;
  font-family: "nunitoweb", sans-serif;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: inset 0 0 1px 1px #159fda;
          box-shadow: inset 0 0 1px 1px #159fda;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.game-list > a .maskbutton:hover {
  background-color: #159fda;
  color: #fff;
}
.game-list > a .price {
  position: absolute;
  display: block;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  top: -35px;
  line-height: 20px;
  height: 35px;
  font-size: 13px;
  padding: 7px 15px 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.game-list > a .price i {
  color: #fff;
}
.game-list > a .price::after {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-bottom: 35px solid rgba(0, 0, 0, 0.7);
}
.game-list > a .price:before {
  content: "\f101";
  font-family: FontAwesome, sans-serif;
}
.game-list > a:hover .mask-back {
  -webkit-filter: blur(1px) grayscale(0%);
          filter: blur(1px) grayscale(0%);
  -webkit-transform: rotate(-5deg) scale(1.1);
          transform: rotate(-5deg) scale(1.1);
  opacity: 0.8;
  top: 10%;
  bottom: 30%;
}
.game-list > a:hover .title {
  color: #a4bdda;
}
.game-list .ribbon {
  position: absolute;
  left: 0;
  top: 30%;
  padding: 6px 10px 4px;
  line-height: 16px;
  font-size: 12px;
  font-family: "nunitoweb", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #0059b2;
  background: currentColor;
}
.game-list .ribbon i {
  color: #fff;
}
.game-list .ribbon:before,
.game-list .ribbon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -13px;
}
.game-list .ribbon:before {
  top: 0;
  border-top-style: solid;
  border-top-width: 13px;
  border-right: 13px solid transparent;
}
.game-list .ribbon:after {
  bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: 13px;
  border-right: 13px solid transparent;
}
.game-header {
  background: url(images/service-bar-1-back.png) center center repeat-x;
  background-size: contain;
  min-height: 200px;
}
.game-badge-area {
  position: relative;
  padding-left: 7.1%;
}
.game-badge-area .game-badge {
  position: absolute;
  width: 15%;
  bottom: 0;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  -webkit-box-shadow: 10px -3px 20px #000000;
          box-shadow: 10px -3px 20px #000000;
}
.game-badge-area .badge-image {
  position: absolute;
  left: -51%;
  right: -51%;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.game-badge-area .game-badge-2 {
  opacity: 0.6;
  left: 15%;
}
.game-badge-area .game-badge-2 .badge-image {
  -webkit-transform: skew(27deg) scale(1.5);
          transform: skew(27deg) scale(1.5);
  -webkit-filter: blur(3px) grayscale(20%);
          filter: blur(3px) grayscale(20%);
  background-position: 75% center;
}
.game-badge-area .game-badge-3 {
  opacity: 0.3;
  left: 30%;
}
.game-badge-area .game-badge-3 .badge-image {
  -webkit-transform: skew(27deg) scale(2);
          transform: skew(27deg) scale(2);
  -webkit-filter: blur(5px) grayscale(50%);
          filter: blur(5px) grayscale(50%);
  background-position: 100% center;
}
.game-badge-area .content {
  position: relative;
  padding-left: 0;
  top: 0;
  padding-top: 28px;
}
.game-badge-area .content:before,
.game-badge-area .content:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.game-badge-area .content:after {
  clear: both;
}
.game-badge-area .content .title {
  font-size: 48px;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  font-style: italic;
  line-height: 38px;
  padding-left: 16%;
}
.game-badge-area .content .subtitle {
  font-family: "Titillium Web", sans-serif;
  color: #37b5ff;
  font-size: 20px;
  text-transform: uppercase;
  font-style: italic;
  padding-left: 19.5%;
  text-shadow: 0 1px 1px #000;
}
.game-badge-area .content .text-area {
  background: #011;
  margin: 28px 14px 14px 15%;
  -webkit-transform: skew(-27deg) translate(-42px);
          transform: skew(-27deg) translate(-42px);
  padding: 14px 28px 14px 28px;
  -webkit-box-shadow: 1vw 0.33vw 0 #223333, 2vw 0.66vw 0 rgba(68, 85, 85, 0.75), 3vw 1vw 0 rgba(136, 153, 153, 0.5), -1vw -0.33vw 0 #223333, -2vw -0.66vw 0 #445555, -3vw -1vw 0 #889999;
          box-shadow: 1vw 0.33vw 0 #223333, 2vw 0.66vw 0 rgba(68, 85, 85, 0.75), 3vw 1vw 0 rgba(136, 153, 153, 0.5), -1vw -0.33vw 0 #223333, -2vw -0.66vw 0 #445555, -3vw -1vw 0 #889999;
}
.game-badge-area .content .text-area .text {
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
  font-style: italic;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  font-size: 14px;
}
.game-badge-area .content .price-area {
  padding: 15px 0;
  margin-left: 10%;
}
.game-badge-area .content .price-area:before,
.game-badge-area .content .price-area:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.game-badge-area .content .price-area:after {
  clear: both;
}
.game-badge-area .content .price-area a.biground-button {
  float: left;
}
.game-badge-area .content .big-price {
  float: left;
}
.big-price {
  padding: 10px 10px 10px 20px;
  color: #159fda;
  line-height: 30px;
  font-size: 16px;
}
.big-price i {
  color: #fff;
  background: rgba(21, 159, 218, 0.3);
  display: inline-block;
  padding: 5px 10px;
  line-height: 20px;
  margin: 0 3px;
  border-radius: 8px;
}
.game-specific-features {
  background-color: #ddd;
  background: -webkit-gradient(linear, left top, right top, from(#dddddd), color-stop(#ffffff), to(#dddddd));
  background: linear-gradient(to right, #dddddd, #ffffff, #dddddd);
  padding-bottom: 30px;
  position: relative;
  border-top: 3px solid #0b5676;
  /*
	
	*/
}
.game-specific-features .heading {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(#ffffff), to(#cccccc));
  background: linear-gradient(to right, #cccccc, #ffffff, #cccccc);
}
.game-specific-features .feature-list {
  padding: 10px 0 10px 0;
  border-top: 1px solid #ddd;
}
.game-specific-features .feature-list:before,
.game-specific-features .feature-list:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.game-specific-features .feature-list:after {
  clear: both;
}
.game-specific-features .feature {
  width: 33.33%;
  float: left;
  margin: 20px 0;
  font-size: 16px;
  color: #223a46;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}
.game-specific-features .feature i {
  font-size: 28px;
  color: #159fda;
  display: block;
  margin-bottom: 10px;
}
.game-specific-features .feature:nth-of-type(3n+1) {
  clear: left;
}
.game-specific-features h1 {
  font-size: 36px;
  text-align: center;
  color: #223a46;
}
.game-specific-features h2 {
  text-align: center;
  font-size: 24px;
  color: #159fda;
}
.game-specific-features h4 {
  text-align: center;
  font-size: 16px;
  margin: 15px 10px 10px;
}
.game-specific-features .price-area {
  text-align: center;
  clear: both;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-top: 0px;
}
.game-specific-features .price-area .big-price {
  color: #092f3d;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
}
.game-specific-features .price-area .big-price i {
  color: #fff;
  background: #6a8893;
  display: inline-block;
  padding: 5px 10px;
  line-height: 20px;
  margin: 0 3px;
  border-radius: 8px;
}
.game-specific-features .price-area a.biground-button {
  display: inline-block;
}
.game-specific-features.minecraft {
  border-top: 3px solid #22a200;
}
.game-specific-features.minecraft .heading {
  padding-top: 90px;
  background: url(images/mc-blocks.png) top center repeat-x, -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(#ffffff), to(#cccccc)), #dddddd;
  background: url(images/mc-blocks.png) top center repeat-x, linear-gradient(to right, #cccccc, #ffffff, #cccccc), #dddddd;
}
.game-specific-features.minecraft .heading em {
  font-size: 125%;
}
.game-specific-features.minecraft h2 {
  color: #22a200;
}
.game-specific-features.minecraft .feature i {
  color: #2bc600;
}
.game-specific-features.voice {
  border-top: 0;
  background: #ddd;
}
.game-specific-features.voice .heading {
  background: #ddd;
  padding-top: 70px;
}
.dedicated-game-panel {
  border-top: none;
  margin: 50px auto 0;
  background: url(images/gear.png) left top no-repeat;
  background-size: 200px;
  color: #333;
  padding: 0;
  width: 98%;
  position: relative;
  overflow: hidden;
}
.dedicated-game-panel .heading {
  min-height: 199px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 7px solid #3b97d3;
  border-bottom: 7px solid #3b97d3;
  padding: 0px 30px 0px 0;
  margin-left: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: linear-gradient(to bottom, #ffffff, #dddddd);
}
.dedicated-game-panel .heading em {
  font-size: 125%;
}
.dedicated-game-panel h1 {
  color: #3b97d3;
  font-size: 24px;
  font-family: "Titillium Web", sans-serif;
  text-align: left;
}
.dedicated-game-panel h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  color: #2c3e50;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1em;
}
.dedicated-game-panel .text {
  text-align: left;
  margin: 0 0;
  float: left;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 20px 220px;
  background: url(images/dedicated-gameserver-intergation.png) 0 10px no-repeat;
  background-size: 204px;
  image-rendering: high-quality;
}
.dedicated-game-panel .gs-price-area {
  position: absolute;
  width: 25%;
  right: 3%;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 25px 0 35px 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background: linear-gradient(-10deg, #294c6a, #1e384e 50%, #0b1c28 50%, #061017);
}
.dedicated-game-panel .gs-price-area .inner {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.dedicated-game-panel .gs-price-area .price {
  font-size: 48px;
  color: #6bff0a;
}
.dedicated-game-panel .gs-price-area .price small {
  font-size: 16px;
  display: block;
}
.dedicated-game-panel .gs-price-area .price-desc {
  margin: 10px;
  color: #fff;
}
.dedicated-game-panel .gs-price-area a {
  color: #00e9ff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.dedicated-game-panel .gs-price-area a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.custom-game-notice {
  background-color: #ddd;
  background: -webkit-gradient(linear, left top, right top, from(#dddddd), color-stop(#ffffff), to(#dddddd));
  background: linear-gradient(to right, #dddddd, #ffffff, #dddddd);
  padding: 0px 0 25px 0;
}
.custom-game-notice .notice-body {
  -webkit-box-shadow: 0 0 50px -25px #000000;
          box-shadow: 0 0 50px -25px #000000;
  margin: 30px 20px;
  padding: 40px 30px 30px 30px;
  position: relative;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.custom-game-notice .notice-body .text {
  color: #223a46;
}
.custom-game-notice .badge {
  position: absolute;
  left: 40px;
  top: -15px;
  padding: 0 15px;
  background-color: currentColor;
  border-radius: 2px 0 2px 0;
}
.custom-game-notice .badge span {
  color: #fff;
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
  line-height: 30px;
}
.custom-game-notice .badge:before {
  content: "";
  display: block;
  position: absolute;
  left: -29px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid currentColor;
  border-left: 30px solid transparent;
}
.custom-game-notice .badge:after {
  content: "";
  display: block;
  position: absolute;
  right: -29px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 30px solid currentColor;
  border-right: 30px solid transparent;
}
.common-game-features {
  position: relative;
  background-color: #6a8893;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a8893), to(#405259));
  background: linear-gradient(to bottom, #6a8893, #405259);
  -webkit-box-shadow: inset 0 20px 20px -20px #000000;
          box-shadow: inset 0 20px 20px -20px #000000;
  padding-bottom: 30px;
}
.common-game-features:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-top: 1.5vw solid #fff;
  border-left: 3vw solid transparent;
  border-right: 3vw solid transparent;
}
.common-game-features .feature-list {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6), 0 0px 100px -50px #000000;
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6), 0 0px 100px -50px #000000;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.common-game-features .feature-list:before,
.common-game-features .feature-list:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.common-game-features .feature-list:after {
  clear: both;
}
.common-game-features .feature-list .feature {
  width: 33.33%;
  float: left;
  margin: 20px 0;
  padding: 0 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.common-game-features .feature-list .feature i {
  font-size: 35px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 2px 1px #fff;
          box-shadow: 0 0 2px 1px #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.common-game-features .feature-list .feature strong {
  display: block;
  color: #76d4ff;
  font-size: 18px;
  margin: 10px 0 15px 0;
}
.common-game-features .feature-list .feature p {
  font-size: 13px;
  color: #fff;
}
.common-game-features .feature-list .feature:nth-of-type(3n+1) {
  clear: left;
}
.common-game-features.minecraft {
  background-color: #5d8a55;
  background: -webkit-gradient(linear, left top, left bottom, from(#5d8a55), to(#35502f));
  background: linear-gradient(to bottom, #5d8a55, #35502f);
}
.common-game-features.minecraft .feature-list .feature strong {
  color: #33ff00;
}
.common-game-features.webhosting {
  padding-top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f1e25), to(#241316));
  background: linear-gradient(to bottom, #3f1e25, #241316);
}
.common-game-features.webhosting:before {
  display: none;
}
.common-game-features.webhosting .feature-list .feature strong {
  color: #ff0055;
}
.common-game-features.dedicated {
  padding-top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: linear-gradient(to bottom, #ffffff, #dddddd);
}
.common-game-features.dedicated:before {
  display: none;
}
.common-game-features.dedicated .feature-list .feature strong {
  color: #3b97d3;
}
.common-game-features.dedicated .feature-list i {
  color: #3b97d3;
  -webkit-box-shadow: 0 0 2px 1px #000;
          box-shadow: 0 0 2px 1px #000;
}
.common-game-features.dedicated .feature-list p {
  color: #000;
}
.satisfaction-guarantee {
  padding: 40px 0 60px 0;
  max-width: 900px;
  margin: 0 auto;
}
.satisfaction-guarantee i {
  position: relative;
  display: block;
  float: left;
  width: 0.88em;
  height: 1em;
  font-size: 84px;
  color: #ffc800;
  margin-right: 15px;
}
.satisfaction-guarantee i span {
  display: block;
  position: absolute;
  left: 50%;
  top: 20%;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 9px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#226994), color-stop(#24272d), to(#226994));
  background: linear-gradient(to bottom, #226994, #24272d, #226994);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 2px 1px #ff0;
          box-shadow: 0 0 2px 1px #ff0;
  text-align: center;
  font-size: 20px;
  font-family: "nunitoweb", sans-serif;
  color: #fff;
  font-weight: 900;
}
.satisfaction-guarantee i span sub {
  display: block;
  font-size: 10px;
}
.satisfaction-guarantee h3 {
  color: #aeff00;
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
  font-family: "Titillium Web", sans-serif;
  font-style: italic;
}
.satisfaction-guarantee p {
  color: #fff;
  font-size: 16px;
}
.choose-new-game {
  clear: both;
  background-color: #344248;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}
.choose-new-game h3 {
  font-size: 22px;
  font-weight: bold;
}
.choose-new-game p {
  margin: 10px;
  color: #def;
}
.choose-new-game.minecraft {
  background-color: #20361c;
}
.mc-header {
  min-height: 600px;
  background: url(images/mc-back.jpg) center center no-repeat, #5e9dae url(images/mc-back-repeat.jpg) center center repeat-x;
  background-size: cover, cover;
  color: #fff;
}
.mc-header .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mc-header .title:before,
.mc-header .title:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.mc-header .title:after {
  clear: both;
}
.mc-header .title > div {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background: rgba(0, 0, 0, 0.7);
  float: left;
  margin-left: 9px;
}
.mc-header .title > div > div {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  color: #fff;
  padding: 12px 20px 8px 25px;
}
.mc-header .button-area {
  display: none;
  width: 950px;
  clear: both;
  float: right;
  padding: 3px 0 0 0;
}
.mc-header .button-area a {
  margin: 10px 15px 0 15px;
}
.mc-header .button-area.faded {
  pointer-events: none;
  opacity: 0.5;
}
.cube-area {
  margin-top: 170px;
  position: relative;
  float: left;
  left: 50px;
}
@-webkit-keyframes cubeShine {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 10px #22a200;
            box-shadow: 0 0 10px #22a200;
  }
  20% {
    -webkit-transform: scale(12);
            transform: scale(12);
    -webkit-box-shadow: 0 0 10px rgba(34, 162, 0, 0.4), inset 0 0 10px rgba(29, 207, 253, 0);
            box-shadow: 0 0 10px rgba(34, 162, 0, 0.4), inset 0 0 10px rgba(29, 207, 253, 0);
  }
  33% {
    -webkit-transform: scale(20);
            transform: scale(20);
    -webkit-box-shadow: 0 0 10px rgba(46, 255, 0, 0), inset 0 0 2px rgba(29, 207, 253, 0.3);
            box-shadow: 0 0 10px rgba(46, 255, 0, 0), inset 0 0 2px rgba(29, 207, 253, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 10px #2eff00, inset 0 0 10px rgba(29, 207, 253, 0);
            box-shadow: 0 0 10px #2eff00, inset 0 0 10px rgba(29, 207, 253, 0);
  }
}
@keyframes cubeShine {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 10px #22a200;
            box-shadow: 0 0 10px #22a200;
  }
  20% {
    -webkit-transform: scale(12);
            transform: scale(12);
    -webkit-box-shadow: 0 0 10px rgba(34, 162, 0, 0.4), inset 0 0 10px rgba(29, 207, 253, 0);
            box-shadow: 0 0 10px rgba(34, 162, 0, 0.4), inset 0 0 10px rgba(29, 207, 253, 0);
  }
  33% {
    -webkit-transform: scale(20);
            transform: scale(20);
    -webkit-box-shadow: 0 0 10px rgba(46, 255, 0, 0), inset 0 0 2px rgba(29, 207, 253, 0.3);
            box-shadow: 0 0 10px rgba(46, 255, 0, 0), inset 0 0 2px rgba(29, 207, 253, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 10px #2eff00, inset 0 0 10px rgba(29, 207, 253, 0);
            box-shadow: 0 0 10px #2eff00, inset 0 0 10px rgba(29, 207, 253, 0);
  }
}
@-webkit-keyframes cubeShineMove {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 20px;
  }
  50% {
    margin-left: 0px;
  }
  75% {
    margin-left: -20px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes cubeShineMove {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 20px;
  }
  50% {
    margin-left: 0px;
  }
  75% {
    margin-left: -20px;
  }
  100% {
    margin-left: 0px;
  }
}
.cube-area .cube-shine {
  position: absolute;
  left: 90px;
  top: 90px;
  width: 20px;
  height: 20px;
  border-radius: 1000px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  -webkit-animation: cubeShine 3s linear infinite, cubeShineMove 10s linear infinite;
          animation: cubeShine 3s linear infinite, cubeShineMove 10s linear infinite;
  pointer-events: none;
}
.rotating-mc-cube {
  width: 200px;
  height: 200px;
  float: left;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-perspective-origin: 50% 100px;
          perspective-origin: 50% 100px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
}
.rotating-mc-cube .cube {
  position: relative;
  width: 200px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rotating-mc-cube .cube div {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 20px rgba(26, 213, 255, 0.5);
          box-shadow: 0 0 20px rgba(26, 213, 255, 0.5);
}
.rotating-mc-cube .back {
  -webkit-transform: translateZ(-100px) rotateY(180deg);
          transform: translateZ(-100px) rotateY(180deg);
  background: url(images/mc-block.jpg) 0 0 no-repeat;
  background-size: auto 200px;
}
.rotating-mc-cube .right {
  -webkit-transform: rotateY(-270deg) translateX(100px);
          transform: rotateY(-270deg) translateX(100px);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  background: url(images/mc-block.jpg) -200px 0 no-repeat;
  background-size: auto 200px;
}
.rotating-mc-cube .left {
  -webkit-transform: rotateY(270deg) translateX(-100px);
          transform: rotateY(270deg) translateX(-100px);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  background: url(images/mc-block.jpg) -400px 0 no-repeat;
  background-size: auto 200px;
}
.rotating-mc-cube .top {
  -webkit-transform: rotateX(-90deg) translateY(-100px);
          transform: rotateX(-90deg) translateY(-100px);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  background: url(images/mc-block.jpg) -600px 0 no-repeat;
  background-size: auto 200px;
}
.rotating-mc-cube .bottom {
  -webkit-transform: rotateX(90deg) translateY(100px);
          transform: rotateX(90deg) translateY(100px);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  background: url(images/mc-block.jpg) -800px 0 no-repeat;
  background-size: auto 200px;
}
.rotating-mc-cube .front {
  -webkit-transform: translateZ(100px);
          transform: translateZ(100px);
  background: url(images/mc-block.jpg) -1000px 0 no-repeat;
  background-size: auto 200px;
}
@-webkit-keyframes spin-mc-cube {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(20deg);
            transform: rotateY(0deg) rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateY(360deg) rotateX(20deg);
            transform: rotateY(360deg) rotateX(20deg);
  }
}
@keyframes spin-mc-cube {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(20deg);
            transform: rotateY(0deg) rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateY(360deg) rotateX(20deg);
            transform: rotateY(360deg) rotateX(20deg);
  }
}
.rotating-mc-cube .cube {
  -webkit-animation: spin-mc-cube 10s infinite linear;
          animation: spin-mc-cube 10s infinite linear;
}
.mc-plans-area {
  float: right;
  width: 950px;
  padding-top: 30px;
}
.mc-plans-area:before,
.mc-plans-area:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.mc-plans-area:after {
  clear: both;
}
.mc-plans-area .mc-plan-list {
  margin-bottom: 20px;
}
.mc-plans-area .mc-plan-list:before,
.mc-plans-area .mc-plan-list:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.mc-plans-area .mc-plan-list:after {
  clear: both;
}
.mc-plans-area .plan {
  float: left;
  padding: 10px 10px 0px 10px;
  margin: 5px 1%;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 4px solid #22a200;
  border-radius: 5px;
  background-color: #225629;
  text-align: center;
}
.mc-plans-area .plan .ram {
  color: #fff;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.mc-plans-area .plan .ram strong {
  font-size: 24px;
  display: block;
  font-weight: 900;
}
.mc-plans-area .plan .ram span {
  font-size: 14px;
}
.mc-plans-area .plan .price {
  padding: 10px 0;
  color: #2eff00;
}
.mc-plans-area .plan .price strong {
  font-size: 26px;
  display: block;
  font-weight: bold;
}
.mc-plans-area .plan .price strong sup {
  position: relative;
  font-size: 20px;
  top: -2px;
}
.mc-plans-area .plan .price span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.mc-plans-area .plan > a {
  display: block;
  padding: 10px;
  margin: 5px;
  background-color: #0f4374;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.mc-plans-area .plan > a:hover {
  background-color: #116aaa;
}
.mc-plans-area .plan.selected,
.mc-plans-area .plan:hover {
  cursor: pointer;
  border: 4px solid #ffffff;
  background-color: #22a200;
  -webkit-box-shadow: inset 0 0 10px #fff;
          box-shadow: inset 0 0 10px #fff;
}
.mc-plans-area .plan.selected:after,
.mc-plans-area .plan:hover:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  bottom: 10px;
  width: 20px;
  height: 30px;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  -webkit-transform: rotate(30deg) scale(0.8, 1);
          transform: rotate(30deg) scale(0.8, 1);
  opacity: 0.2;
}
.mc-plans-area .plan.selected:after {
  opacity: 1;
}
.striking-header {
  position: relative;
}
.striking-header .body {
  position: relative;
  min-height: 400px;
}
.striking-header .content {
  text-align: center;
  color: #fff;
}
.striking-header .title {
  font-size: 64px;
  font-weight: bold;
  line-height: 0.8em;
  letter-spacing: 0.1em;
}
.striking-header .subtitle {
  font-size: 24px;
  font-family: "Titillium Web", sans-serif;
}
.striking-header .text {
  padding: 90px 0 40px;
}
.voicesq-area {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
.voiceline-area {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: -60px;
  z-index: 1000;
}
.voice-header {
  background-color: #00405c;
}
.webhosting-area {
  -webkit-box-shadow: 0 0 10px red, inset 0 0 5px red;
          box-shadow: 0 0 10px red, inset 0 0 5px red;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
.webhosting-header {
  background: url(images/service-bar-4.jpg) 120% 0 no-repeat, url(images/service-bar-4-back.png) center center repeat-x, #000000;
  background-size: auto 100%, contain;
  text-align: left;
}
.webhosting-header .text {
  padding: 150px 0 200px 0;
  width: 35%;
  float: left;
  position: relative;
}
.webhosting-header .text:before,
.webhosting-header .text:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
}
.webhosting-header .text:before {
  left: 0;
  right: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 85, 0.2)), to(rgba(255, 0, 85, 0.1)));
  background: linear-gradient(to right, rgba(255, 0, 85, 0.2), rgba(255, 0, 85, 0.1));
}
.webhosting-header .text:after {
  left: 50%;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
}
.webhosting-header .text > * {
  position: relative;
  z-index: 1;
}
.webhosting-header .subtitle {
  font-size: 20px;
  color: #ffcccc;
  padding: 0 0 10px 10px;
}
.webhosting-header .title {
  font-size: 48px;
  color: #ff0055;
  padding: 0 0 10px 10px;
}
.webhosting-header p {
  font-size: 16px;
  color: #fff;
  padding: 30px 0 0 10px;
}
.webhosting-header p strong {
  color: #ff0055;
}
.webhosting-header .packages {
  float: left;
  width: 65%;
  padding-top: 50px;
}
.webhosting-header .package {
  width: 30%;
  margin: 10px 1.665%;
  float: left;
  text-align: center;
}
.webhosting-header .package .name {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ff0055;
  padding: 10px 0;
  font-size: 13px;
  -webkit-box-shadow: 0 -10px 10px -10px #ff0055;
          box-shadow: 0 -10px 10px -10px #ff0055;
}
.webhosting-header .package .name strong {
  display: block;
  letter-spacing: 0.4em;
  font-size: 16px;
}
.webhosting-header .package .price {
  background-color: rgba(204, 0, 68, 0.8);
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
}
.webhosting-header .package .price b {
  display: block;
  font-size: 36px;
  font-weight: 300;
}
.webhosting-header .package .price b:before {
  content: "$";
  font-size: 24px;
  position: relative;
  top: -10px;
}
.webhosting-header .package .price b sup {
  position: relative;
  top: -5px;
  font-size: 28px;
}
.webhosting-header .package ul {
  padding: 10px 10px;
  background-color: #000;
}
.webhosting-header .package ul li {
  padding: 7px 5px;
  border-bottom: 1px solid #222;
  color: #999;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.webhosting-header .package ul li b,
.webhosting-header .package ul li em {
  color: #fff;
  min-width: 40%;
  text-align: right;
  display: inline-block;
}
.webhosting-header .package ul li b {
  font-size: 16px;
}
.webhosting-header .package ul li em {
  font-size: 13px;
  font-weight: bold;
}
.webhosting-header .package .button-area {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.webhosting-header .package .button-area a {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.dedicated-header {
  background: url(images/service-bar-5.jpg) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  padding: 70px 0 30px;
}
.dedicated-header .subtitle {
  font-size: 28px;
  color: #fff;
  padding: 0 0 10px 10px;
  font-family: "Titillium Web", sans-serif;
}
.dedicated-header .title {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 10px 10px;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.1em;
}
.dedicated-header p {
  font-size: 18px;
  color: #fff;
  padding: 30px 10px 0 10px;
  margin: auto;
  max-width: 1000px;
}
.dedicated-header p strong {
  color: #567eff;
}
.dedicated-management {
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.8);
  border-top: none;
}
.dedicated-management .heading {
  background: transparent;
  padding-top: 70px;
}
.generic-page {
  background: #1c1d1f url(images/lines-back.jpg) center top no-repeat;
  padding: 80px 0;
  color: #eee;
}
.generic-page .body {
  max-width: 90%;
}
.generic-page h1 {
  font-size: 48px;
  color: #159fda;
  margin: 20px 0;
}
.generic-page p {
  margin: 10px 0;
}
.generic-page h2 {
  font-size: 32px;
  color: #159fda;
  margin: 20px 0;
}
.generic-page h3 {
  font-size: 24px;
  color: #159fda;
  margin: 10px 0;
}
.generic-page h4 {
  font-size: 20px;
  color: #159fda;
  margin: 10px 0;
}
.about-text {
  text-align: center;
}
.team-members h2 {
  text-align: center;
}
.team-members {
  padding: 30px 0;
}
.team-members .member {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px 20px;
}
.team-members .member .image {
  margin: 40px auto 10px auto;
  width: 120px;
  height: 200px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  border: 3px solid #3E3F40;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 #1c1d1f,
			1px 1px 0 #1c1d1f,
			2px 2px 1px #158599,
			0 0 1px 0 #158599;
          box-shadow: 0 0 0 #1c1d1f,
			1px 1px 0 #1c1d1f,
			2px 2px 1px #158599,
			0 0 1px 0 #158599;
}
.team-members .member .image .avatar {
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  background-size: 200px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
.team-members .member .name {
  margin: 15px 0 15px;
  color: #999;
  font-size: 14px;
  font-style: italic;
  font-family: "nunitoweb", sans-serif;
}
.team-members .member .name strong {
  font-family: "Titillium Web", sans-serif;
  font-size: 19px;
  color: #fff;
}
.team-members .member .desc {
  font-size: 14px;
  font-weight: 300;
}
.team-members .member:nth-of-type(4n+1) {
  clear: left;
}
.team-members .member:hover .image {
  width: 200px;
  height: 200px;
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
  border-radius: 150px 0 150px 0;
  -webkit-box-shadow: 10px 10px 0 #1c1d1f, -10px -10px 0 #1c1d1f, 30px 30px 20px -20px rgba(21, 133, 153, 0.2), -30px -30px 20px -20px rgba(21, 133, 153, 0.2);
          box-shadow: 10px 10px 0 #1c1d1f, -10px -10px 0 #1c1d1f, 30px 30px 20px -20px rgba(21, 133, 153, 0.2), -30px -30px 20px -20px rgba(21, 133, 153, 0.2);
}
.team-members .member:hover .image .avatar {
  width: 100%;
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
  left: 0%;
}
.aff-features {
  margin: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e3b40), to(#1c1d1f));
  background: linear-gradient(to bottom, #2e3b40, #1c1d1f);
  text-align: center;
  padding: 30px 30px 60px 30px;
}
.aff-features ul {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6), 0 0px 100px -50px #000000;
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6), 0 0px 100px -50px #000000;
  margin-bottom: 60px;
}
.aff-features ul:before,
.aff-features ul:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.aff-features ul:after {
  clear: both;
}
.aff-features ul li {
  width: 30%;
  float: left;
  margin: 10px 1.665% 30px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.aff-features ul li i {
  display: block;
  margin: 10px 0;
  font-size: 28px;
  color: #37b8ff;
}
.aff-features ul li:nth-of-type(3n+1) {
  clear: left;
}
.promo-banners {
  text-align: center;
  margin-top: 30px;
}
.promo-banners img {
  display: block;
  max-width: 80%;
  margin: 20px auto;
}
.legal-text {
  max-width: 900px;
  margin: 0px auto;
}
.legal-text h1 {
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}
.legal-text p {
  padding: 0 10px;
}
.dedi-servers-area {
  background-color: #d2d2d2;
  position: relative;
  padding: 24px 0;
}
.dedi-servers-area ul.dedi-server {
  background-color: #fff;
  text-align: left;
  margin: 22px 60px;
  padding: 0 0;
  line-height: 122px;
  font-size: 0px;
  height: 128px;
  border-top: 3px solid #091620;
}
.dedi-servers-area ul.dedi-server:before,
.dedi-servers-area ul.dedi-server:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.dedi-servers-area ul.dedi-server:after {
  clear: both;
}
.dedi-servers-area ul.dedi-server li {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  text-align: left;
  font-size: 16px;
}
.dedi-servers-area ul.dedi-server li.name-box {
  display: block;
  float: left;
  background: linear-gradient(-5deg, #091620 57%, #112a3d 57%);
  padding-left: 0;
  width: 27%;
  margin-right: 3.3%;
  margin-left: 0px;
  height: 100%;
  line-height: 122px;
  font-size: 14px;
  color: #527fc9;
}
.dedi-servers-area ul.dedi-server li.name-box .name {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 0px;
}
.dedi-servers-area ul.dedi-server li.name-box .img-circle {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: linear-gradient(to bottom, #ffffff, #dddddd);
  -webkit-box-shadow: 0 5px 10px #000;
          box-shadow: 0 5px 10px #000;
  width: 70px;
  height: 70px;
  position: relative;
  left: -10px;
}
.dedi-servers-area ul.dedi-server li.name-box .img-circle img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 19px;
  height: 32px;
}
.dedi-servers-area ul.dedi-server li.name-box strong {
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 3px 0;
}
.dedi-servers-area ul.dedi-server li.spec {
  width: 13.7%;
  padding: 0 0 0 0;
  font-size: 14px;
  color: #527fc9;
  font-family: "Titillium Web", sans-serif;
}
.dedi-servers-area ul.dedi-server li.spec em {
  color: #678;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  display: block;
  font-family: "Titillium Web", sans-serif;
}
.dedi-servers-area ul.dedi-server li.spec em:after {
  content: ":";
}
.dedi-servers-area ul.dedi-server li.spec strong {
  font-size: 21px;
  color: #000;
  font-weight: bold;
  display: block;
  margin: 3px 0;
}
.dedi-servers-area ul.dedi-server li.price {
  width: 12%;
  padding: 0 0 5px 0;
  font-size: 24px;
  color: #999;
}
.dedi-servers-area ul.dedi-server li.price em {
  color: #678;
  font-size: 14px;
  font-weight: bold;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 8px;
  display: block;
}
.dedi-servers-area ul.dedi-server li.price strong {
  font-size: 26px;
  color: #237b00;
  font-weight: bold;
  margin: 3px 0;
}
.dedi-servers-area ul.dedi-server li.price small {
  display: block;
  font-size: 14px;
  color: #4e4e4e;
  margin-top: 8px;
}
.dedi-servers-area ul.dedi-server li.button-area {
  width: 16%;
  padding: 0 0 0 0;
}
.dedi-servers-area ul.dedi-server li.button-area a.button {
  line-height: 36px;
  padding: 0 22px;
  border-radius: 18px;
  font-size: 13px;
}
.dedicated-options {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.dedicated-options .option {
  width: 30%;
  margin: 30px 1.66%;
  display: block;
  float: left;
  text-align: center;
}
.dedicated-options .option img {
  margin: 10px auto 20px auto;
  height: 60px;
}
.dedicated-options .option strong {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.dedicated-options .option strong em,
.dedicated-options .option strong i {
  display: inline-block;
  background-color: #690;
  color: #fff;
  font-size: 14px;
  margin: 10px;
  padding: 7px 10px 4px;
  border-radius: 5px;
}
.dedicated-options .option strong i {
  background-color: #054685;
}
.dedicated-options .option .text {
  font-size: 15px;
  color: #000;
}
@media all and (min-width: 1420px) {
  body {
    min-width: 1400px;
  }
  .body {
    width: 1400px;
  }
}
@media only screen and (max-width: 1900px) {
  #home-service-2 {
    background-position: 500px 0;
  }
  .bigmap {
    width: 1520px;
    height: 561.6px;
  }
  .bigmap .map-items .box {
    width: 500px;
    min-height: 180px;
    margin: 250px auto 0;
  }
  .bigmap .map-items .leftside {
    padding: 36px 0 0 34px;
    max-width: 200px;
  }
  .bigmap .map-items .leftside .location {
    font-size: 32px;
    height: 2em;
  }
  .bigmap .map-items .leftside .location strong {
    font-size: 32px;
    display: block;
  }
  .bigmap .map-items .leftside .location span {
    font-size: 20px;
  }
  .bigmap .map-items .leftside .ip span {
    font-size: 16px;
  }
  .bigmap .map-items .leftside .ip strong {
    font-size: 24px;
  }
  .bigmap .map-items .rightside {
    padding: 29px 20px 0 0;
  }
  .bigmap .map-items .rightside ul {
    margin-top: 15px;
  }
  .bigmap .map-items .rightside ul li {
    line-height: 20px;
  }
}
@media only screen and (max-width: 1599px) {
  #home-service-3 {
    background-position: 0px 0;
  }
  .bigmap {
    width: 1140px;
    height: 421.2px;
  }
  .bigmap .map-items .box {
    margin: 200px auto 0;
    width: 420px;
  }
}
@media only screen and (max-width: 1399px) {
  body {
    min-width: 320px;
  }
  #hero-area {
    min-height: 400px;
  }
  #hero-area .hero {
    min-height: 400px;
  }
  #hero-area .hero .textblock {
    min-height: 164px;
    margin-right: 164px;
    margin-left: 164px;
    padding-top: 23.42857143px;
    padding-bottom: 23.42857143px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-bottom: 36.66092746px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock:before,
  #hero-area .hero .textblock:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 52;
  }
  #hero-area .hero .textblock:before {
    left: -164px;
    top: 0;
    border-left: 164px solid transparent;
    border-bottom: 164px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock:after {
    right: -164px;
    bottom: 0;
    border-right: 164px solid transparent;
    border-top: 164px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock > * {
    z-index: 53;
  }
  #hero-area .hero .textblock h1 {
    font-size: 29.52px;
    line-height: 44.72727273px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock h2 {
    font-size: 14.76px;
    line-height: 28.57575758px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock p {
    font-size: 11.07px;
    margin-top: 24.84848485px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero-button {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #hero-area .hero-button:hover {
    -webkit-transform: scale(0.8) translate(-10px, 0);
            transform: scale(0.8) translate(-10px, 0);
  }
  #hero-area .hero-button:before,
  #hero-area .hero-button:after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #hero-area #hero-arrows a {
    top: 70px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #home-service-3 {
    background-position: -230px 0;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about .half {
    width: 70%;
    padding: 0 20px;
  }
  .home-about .half + .half {
    width: 30%;
  }
  .home-about .buttonset {
    margin-top: 30px;
  }
  .footer-text-area {
    width: 800px;
  }
  .footer-links ul {
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .game-badge-area .content {
    padding-top: 2vw;
  }
  .game-badge-area .content .title {
    font-size: 3.2vw;
    line-height: 2.7vw;
  }
  .game-badge-area .content .subtitle {
    font-size: 1.5vw;
  }
  .game-badge-area .content .text-area {
    margin: 2vw 1vw 1vw 11%;
    -webkit-transform: skew(-27deg) translate(-3vw);
            transform: skew(-27deg) translate(-3vw);
    padding: 1vw 2vw 1vw 2vw;
  }
  .game-badge-area .content .text-area .text {
    font-size: 1vw;
  }
  .webhosting-header .text {
    width: 28%;
  }
  .webhosting-header .packages {
    width: 72%;
  }
}
@media only screen and (max-width: 1280px) {
  #menu > ul > li {
    margin-left: 0;
  }
  #menu > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #home-service-2 {
    background-position: 200px 0;
  }
  #home-service-4 {
    background-position: 200px 0, center center;
  }
}
@media only screen and (max-width: 1199px) {
  .bigmap {
    width: 912px;
    height: 336.96px;
  }
  .bigmap .map-items .box {
    margin: 150px auto 0;
    width: 450px;
  }
  .bigmap .map-items .pin {
    width: 40px;
    height: 50px;
    background-size: 40px;
  }
  a.slanted-button,
  .slanted-button {
    font-size: 14px;
    line-height: 36px;
    padding-left: 40px;
    padding-right: 10px;
  }
  a.slanted-button:before,
  .slanted-button:before {
    left: -36px;
    border-left-width: 36px;
    border-bottom-width: 36px;
  }
  a.slanted-button:after,
  .slanted-button:after {
    right: -36px;
    border-right-width: 36px;
    border-top-width: 36px;
  }
  a.slanted-button i,
  .slanted-button i {
    width: 36px;
    height: 36px;
  }
  a.slanted-button.sb-billing i,
  .slanted-button.sb-billing i,
  a.slanted-button.sb-game i,
  .slanted-button.sb-game i,
  a.slanted-button.sb-mc i,
  .slanted-button.sb-mc i {
    background-size: 24px;
  }
  a.slanted-button.sb-ticket,
  .slanted-button.sb-ticket {
    padding-left: 30px;
  }
  a.slanted-button.sb-ticket i,
  .slanted-button.sb-ticket i {
    background-size: 40px;
    width: 40px;
    left: -14px;
  }
  .footer-top {
    padding: 9px 36px 9px 0;
  }
  .footer-top a.slanted-button {
    margin: 0 10px 0 45px;
  }
  .footer-text-area {
    width: 640px;
  }
  .footer-links ul {
    padding-right: 0px;
    padding-left: 30px;
  }
  .footer-links li {
    font-size: 14px;
    line-height: 30px;
  }
  .tweet-feed {
    margin-right: 10px;
  }
  .mc-plans-area {
    width: 700px;
  }
  .mc-plans-area .plan {
    width: 22%;
  }
  .cube-area {
    left: 5%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .dedicated-game-panel h1 {
    font-size: 22px;
    line-height: 1.5em;
  }
  .dedicated-game-panel h2 {
    font-size: 17px;
    line-height: 1.5em;
  }
  .dedicated-game-panel .text {
    width: 75%;
    padding-left: 160px;
    background-size: 145px;
    padding-top: 20px;
    background-position: 0 30px;
    font-size: 14px;
    line-height: 1.1em;
  }
  .dedicated-game-panel .gs-price-area {
    width: 20%;
  }
  .dedicated-header .title {
    font-size: 48px;
  }
  .dedicated-header .subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1100px) {
  a.logo {
    width: 170px;
    margin-top: 25px;
  }
  .topmenu.social-icons a {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    margin-top: 2px;
    background-size: 22px;
  }
  .home-service .title {
    font-size: 36px;
  }
  .home-service .text {
    font-size: 16px;
  }
  .home-service:nth-child(odd) .block {
    width: 65%;
  }
  #home-service-1 {
    background-position: -200px 0, center center;
  }
  #home-service-3 {
    background-position: -370px 0;
  }
  .bigmap-area .title {
    font-size: 36px;
  }
  .bigmap-area .subtitle {
    font-size: 24px;
  }
  a.biground-button {
    line-height: 36px;
    padding: 2px 5px 0 20px;
    font-size: 14px;
  }
  a.biground-button i.fa {
    font-size: 14px;
    margin-left: 8px;
  }
  a.biground-button:hover i.fa {
    margin-left: 13px;
  }
  .game-badge-area .content .text-area .text {
    font-size: 1.2vw;
    line-height: 1.2em;
  }
  .game-badge-area .content .price-area a.biground-button {
    margin-top: 4px;
  }
  .mc-header .button-area {
    width: 700px;
  }
  .webhosting-header .text {
    width: 100%;
    float: none;
    padding: 30px 20px 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(75%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0));
  }
  .webhosting-header .text:before,
  .webhosting-header .text:after {
    display: none;
  }
  .webhosting-header p {
    padding-top: 10px;
  }
  .webhosting-header .packages {
    width: 100%;
    float: none;
    padding-top: 10px;
  }
  .webhosting-header .package {
    width: 32%;
    margin: 10px 0.665%;
  }
  .webhosting-header .package ul {
    padding: 10px 5px;
  }
  .webhosting-header .package ul li {
    padding: 5px 0;
    font-size: 13px;
  }
  .webhosting-header .package ul li b,
  .webhosting-header .package ul li em {
    min-width: 30%;
  }
  .webhosting-header .package ul li b {
    font-size: 15px;
  }
  .webhosting-header .package ul li em {
    font-size: 12px;
  }
  .dedicated-header {
    background-position: center center;
  }
  .dedi-servers-area {
    text-align: center;
  }
  .dedi-servers-area ul.dedi-server {
    height: auto;
    display: inline-block;
    width: 30%;
    margin: 10px 1%;
  }
  .dedi-servers-area ul.dedi-server li,
  .dedi-servers-area ul.dedi-server li.name-box,
  .dedi-servers-area ul.dedi-server li.spec,
  .dedi-servers-area ul.dedi-server li.price,
  .dedi-servers-area ul.dedi-server li.button-area {
    margin: 0;
    float: none;
    display: block;
    width: 100%;
  }
  .dedi-servers-area ul.dedi-server li.name-box {
    margin: 0 0 10px 0;
    width: auto;
    line-height: 80px;
  }
  .dedi-servers-area ul.dedi-server li.spec,
  .dedi-servers-area ul.dedi-server li.price {
    text-align: left;
    margin: 4px auto 0;
    max-width: 300px;
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
  }
  .dedi-servers-area ul.dedi-server li.spec em,
  .dedi-servers-area ul.dedi-server li.price em {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 30%;
    margin-right: 15px;
    text-align: right;
    padding-top: 10px;
  }
  .dedi-servers-area ul.dedi-server li.price {
    padding-top: 5px;
  }
  .dedi-servers-area ul.dedi-server li.price strong {
    font-size: 22px;
  }
  .dedi-servers-area ul.dedi-server li.button-area {
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 970px) {
  body {
    padding-top: 42px;
  }
  body.noscroll {
    overflow: hidden;
  }
  #header {
    height: 45px;
    border-bottom-width: 5px;
  }
  #header a.logo {
    margin-top: 10px;
    width: 170px;
  }
  #header #menu-area .topmenu {
    padding-top: 8px;
  }
  #header #menubutton,
  #header #panelbutton {
    margin-top: 4px;
  }
  #header #panellist {
    top: 35px;
  }
  #header #menu > ul > li {
    position: relative;
  }
  #header #menu > ul > li > a {
    line-height: 37px;
  }
  #header #menu > ul > li.dropdown > div {
    top: 40px;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  .responsive {
    display: block;
  }
  #menu {
    clear: both;
    float: right;
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
    z-index: 20000;
  }
  #menubutton {
    display: block;
  }
  #panelbutton {
    display: none;
  }
  .topmenu {
    float: left;
  }
  .topmenu a {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    margin-left: 15px;
  }
  #menu-area {
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: fixed;
    right: -400px;
    top: 0px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
  }
  #menu-area.visible {
    right: 0;
    display: block;
  }
  #menu {
    display: block;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    right: 0;
    left: 0;
    top: 50px;
    bottom: 0;
  }
  #menu > ul {
    width: 100%;
    padding: 10px 10px 20px;
    font-weight: 300;
  }
  #menu > ul > li.mobilemenu {
    display: block;
  }
  #menu > ul > li {
    clear: both;
    float: none;
    margin: 0;
  }
  #menu > ul > li > a {
    padding-left: 20px;
    margin: 0;
    position: relative;
    color: #fff;
    line-height: 37px;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
  }
  #menu > ul > li > a:hover {
    color: #159FDA;
    background: transparent;
  }
  #menu > ul > li > a sub {
    display: inline;
  }
  #menu > ul > li:hover > a {
    background: transparent;
  }
  #menu > ul > li.dropdown:after,
  #menu > ul > li.dropdown:hover:after,
  #menu > ul > li.dropdown:before,
  #menu > ul > li.dropdown:hover:before {
    display: none;
  }
  #menu > ul > li.dropdown > div {
    visibility: visible;
    float: none;
    display: block;
    opacity: 1;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: transparent;
    padding-bottom: 10px;
    position: relative;
    top: 0 !important;
    right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #menu > ul > li.dropdown > div ul {
    float: none;
    width: 100%;
    border: none;
    padding-bottom: 10px;
  }
  #menu > ul > li.dropdown > div ul > li > a {
    padding: 5px 20px 5px 50px;
    line-height: 30px;
    font-size: 13px;
    background: transparent;
    position: relative;
  }
  #menu > ul > li.dropdown > div ul > li > a:hover {
    background: transparent;
    color: #159FDA;
  }
  #menu > ul > li.dropdown > div ul > li > a:before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 39px;
    left: 30px;
    top: -20px;
    border-left: 1px dotted #666;
    border-bottom: 1px dotted #666;
  }
  #menu > ul > li.dropdown > div ul > li:first-child > a:before {
    height: 24px;
    top: -5px;
  }
  #menu > ul > li.dropdown.multicolumn ul li.title {
    display: none;
  }
  #menu > ul > li:last-child {
    display: block;
  }
  #hero-area {
    min-height: 300px;
  }
  #hero-area .hero {
    min-height: 300px;
  }
  #hero-area .hero .textblock {
    min-height: 130px;
    margin-right: 130px;
    margin-left: 130px;
    padding-top: 18.57142857px;
    padding-bottom: 18.57142857px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-bottom: 23.03575528px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock:before,
  #hero-area .hero .textblock:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 52;
  }
  #hero-area .hero .textblock:before {
    left: -130px;
    top: 0;
    border-left: 130px solid transparent;
    border-bottom: 130px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock:after {
    right: -130px;
    bottom: 0;
    border-right: 130px solid transparent;
    border-top: 130px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock > * {
    z-index: 53;
  }
  #hero-area .hero .textblock h1 {
    font-size: 23.4px;
    line-height: 35.45454545px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock h2 {
    font-size: 11.7px;
    line-height: 22.65151515px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock p {
    font-size: 7.605px;
    margin-top: 19.6969697px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero-button {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  #hero-area .hero-button:hover {
    -webkit-transform: scale(0.6) translate(-10px, 0);
            transform: scale(0.6) translate(-10px, 0);
  }
  #hero-area .hero-button:before,
  #hero-area .hero-button:after {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  #hero-area #hero-arrows a {
    top: 50px;
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .home-services-marks .service-mark {
    margin: 40px 1% 10px;
  }
  .home-services-marks .service-mark:hover {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .home-services-marks .service-mark:hover .text {
    opacity: 0;
  }
  .home-services-marks .service-mark:hover a.arrow {
    bottom: -20px;
  }
  .bigmap {
    background-position: center top;
    overflow: visible;
    height: auto;
    width: 100%;
  }
  .bigmap .map-items {
    display: none !important;
  }
  .bigmap .map-items-mobile {
    display: block;
  }
  .bigmap .map-items-mobile:before,
  .bigmap .map-items-mobile:after {
    content: " ";
    display: table;
    visibility: hidden;
  }
  .bigmap .map-items-mobile:after {
    clear: both;
  }
  .bigmap .map-items-mobile .item {
    width: 44%;
    margin: 10px 3%;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    /*
				background: fade(#000, 30%) url(images/map-pin.png) 5px 5px no-repeat;
				background-size: 20px;
				*/
    background: rgba(0, 0, 0, 0.3);
  }
  .bigmap .map-items-mobile .item:nth-child(odd) {
    clear: left;
  }
  .bigmap .map-items-mobile .leftside .location strong {
    color: #fff;
    margin-right: 5px;
    font-size: 15px;
  }
  .bigmap .map-items-mobile .leftside .location strong:after {
    content: ",";
  }
  .bigmap .map-items-mobile .leftside .location strong:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: url(images/map-pin.png) 0 0 no-repeat;
    background-size: 15px;
    margin-right: 5px;
    position: relative;
    top: 4px;
  }
  .bigmap .map-items-mobile .leftside .location span {
    color: #999;
    font-size: 13px;
  }
  .bigmap .map-items-mobile .leftside .ip {
    margin: 5px 0;
  }
  .bigmap .map-items-mobile .leftside .ip span {
    font-size: 11px;
  }
  .bigmap .map-items-mobile .leftside .ip span:after {
    content: ":";
  }
  .bigmap .map-items-mobile .leftside .ip strong {
    color: #00ffa8;
  }
  .bigmap .map-items-mobile .rightside > span {
    font-size: 10px;
    color: #999;
  }
  .bigmap .map-items-mobile .rightside ul li {
    color: #159fda;
    font-size: 10px;
    display: inline-block;
    padding: 0 3px;
  }
  .bigmap .map-items-mobile .rightside ul li + li:before {
    content: "/";
    margin-right: 6px;
    color: #fff;
  }
  .home-about {
    padding: 20px 0;
  }
  .home-about .half,
  .home-about .half + .half {
    width: 100%;
  }
  .home-about h1 {
    font-size: 36px;
    margin: 10px 0 15px 0;
  }
  .home-about .buttonset {
    margin: 0 0 30px;
  }
  .home-about .small-about {
    padding: 0;
    text-align: left;
  }
  .footer-text-area {
    width: 100%;
  }
  .footer-links {
    padding: 10px 0 30px 0;
    text-align: center;
  }
  .footer-links ul {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    width: 23%;
    min-width: 157px;
    display: inline-block;
    float: none;
    padding-top: 10px;
  }
  .accepted-payments {
    text-align: center;
    background-position: center bottom;
    margin: auto 10px;
  }
  .tweet-feed {
    margin: 0 auto;
    padding: 30px 0;
    float: none;
    clear: both;
  }
  .game-list > a .price {
    top: -25px;
    line-height: 15px;
    height: 25px;
    font-size: 10px;
    padding: 5px 10px 5px 5px;
  }
  .game-list > a .price::after {
    left: -25px;
    border-left-width: 25px;
    border-bottom-width: 25px;
  }
  .game-list > a .mask-back {
    -webkit-filter: blur(2px) grayscale(0%);
            filter: blur(2px) grayscale(0%);
  }
  .game-list .ribbon {
    top: 20%;
  }
  .game-specific-features {
    padding-bottom: 20px;
  }
  .game-specific-features .heading {
    padding: 20px 0;
  }
  .game-specific-features .feature {
    margin: 10px 0;
    font-size: 14px;
  }
  .game-specific-features .feature i {
    font-size: 21px;
  }
  .game-specific-features h1 {
    font-size: 24px;
  }
  .game-specific-features h2 {
    font-size: 20px;
  }
  .satisfaction-guarantee {
    padding: 20px 0 30px 0;
  }
  .common-game-features .feature-list {
    margin-bottom: 0px;
  }
  .common-game-features .feature-list .feature {
    margin: 10px 0;
  }
  .common-game-features .feature-list .feature i {
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .common-game-features .feature-list .feature strong {
    font-size: 15px;
    margin: 5px 0 5px 0;
  }
  .common-game-features .feature-list .feature p {
    font-size: 12px;
    line-height: 1.1em;
  }
  .custom-game-notice {
    padding: 10px 0;
  }
  .custom-game-notice .notice-body {
    margin: 10px 10px;
  }
  .striking-header .body {
    min-height: 250px;
  }
  .striking-header .title {
    font-size: 48px;
  }
  .striking-header .subtitle {
    font-size: 20px;
  }
  .striking-header .text {
    padding: 70px 0 0px;
  }
  .voice-header {
    margin-bottom: 30px;
  }
  .voiceline-area {
    height: 100px;
    bottom: -100px;
  }
  .team-members .member .image {
    width: 120px;
    height: 120px;
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    border-radius: 75px 0 75px 0;
    -webkit-box-shadow: 10px 10px 0 #1c1d1f, -10px -10px 0 #1c1d1f, 30px 30px 20px -20px rgba(21, 133, 153, 0.2), -30px -30px 20px -20px rgba(21, 133, 153, 0.2);
            box-shadow: 10px 10px 0 #1c1d1f, -10px -10px 0 #1c1d1f, 30px 30px 20px -20px rgba(21, 133, 153, 0.2), -30px -30px 20px -20px rgba(21, 133, 153, 0.2);
  }
  .team-members .member .image .avatar {
    width: 120px;
    height: 120px;
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    left: 0%;
    background-size: 120px;
  }
  .team-members .member:hover .image {
    width: 120px;
    height: 120px;
    border-radius: 75px 0 75px 0;
  }
  .generic-page {
    padding: 50px 0;
  }
  .generic-page h1 {
    font-size: 36px;
  }
  .generic-page h2 {
    font-size: 28px;
  }
  .generic-page h3 {
    font-size: 22px;
  }
  .generic-page h4 {
    font-size: 18px;
  }
  .dedi-servers-area {
    text-align: center;
  }
  .dedi-servers-area ul.dedi-server {
    width: 47%;
  }
}
@media only screen and (max-width: 930px) {
  .game-specific-features {
    background: #f4f4f4;
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), color-stop(#ffffff), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #ffffff, #f4f4f4);
  }
  .mc-header {
    min-height: 0;
  }
  .mc-header .title {
    font-weight: normal;
    font-size: 24px;
  }
  .mc-header .title > div > div {
    padding: 8px 15px 6px 20px;
  }
  .mc-header .button-area {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .mc-header .button-area a {
    margin: 10px 5px 0 5px;
  }
  .cube-area {
    margin-top: 0px;
    float: none;
    width: 95%;
    left: 0;
    text-align: center;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 30%;
            transform-origin: 100% 30%;
    height: 70px;
  }
  .cube-area .cube-shine {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .rotating-mc-cube {
    float: none;
    display: inline-block;
  }
  .mc-plans-area {
    padding-top: 0;
    float: none;
    width: 100%;
  }
  .mc-plans-area .plan {
    width: 23%;
  }
  .cube-area .cube-shine {
    display: none;
  }
  .aff-features ul li {
    width: 48%;
    margin: 10px 1% 30px;
  }
  .aff-features ul li:nth-of-type(3n+1) {
    clear: none;
  }
  .aff-features ul li:nth-of-type(2n+1) {
    clear: left;
  }
  .dedicated-game-panel {
    background-position: center 0;
    background-size: 100px;
    padding-top: 50px;
    margin-top: 15px;
  }
  .dedicated-game-panel .heading {
    margin: 0;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .dedicated-game-panel .text {
    float: none;
    width: 100%;
  }
  .dedicated-game-panel .gs-price-area {
    width: 80%;
    float: none;
    position: relative;
    right: 0;
    margin: 10px auto;
    padding: 10px 10px;
  }
  .dedicated-game-panel .gs-price-area .price {
    font-size: 36px;
    display: inline-block;
  }
  .dedicated-game-panel .gs-price-area .price small {
    display: inline-block;
  }
  .dedicated-game-panel .gs-price-area .price-desc {
    display: inline-block;
  }
  .dedicated-options .option img {
    height: 40px;
    margin: 5px auto 10px auto;
  }
  .dedicated-options .option strong {
    font-size: 18px;
  }
  .dedicated-options .option strong em,
  .dedicated-options .option strong i {
    font-size: 13px;
  }
  .dedicated-options .option .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .footer-top {
    text-align: center;
  }
  .footer-top a.slanted-button {
    width: 30%;
    max-width: 160px;
    display: inline-block;
    margin: 5px 30px 5px 30px;
    float: none;
    padding-left: 30px;
    padding-right: 0px;
  }
  .footer-top a.slanted-button:first-child {
    margin-left: 72px;
  }
  .footer-top a.slanted-button:last-child {
    float: none;
    margin-right: 72px;
  }
  .game-badge-area {
    padding-left: 0%;
  }
  .game-badge-area .game-badge {
    width: 20%;
  }
  .game-badge-area .game-badge-2 {
    left: 20%;
  }
  .game-badge-area .game-badge-3 {
    left: 40%;
  }
  .game-badge-area .content {
    padding-top: 3vw;
  }
  .game-badge-area .content .text-area {
    margin-right: 3%;
    margin-left: 20%;
  }
  .game-badge-area .content .text-area .text {
    font-size: 1.5vw;
  }
  .game-badge-area .content .price-area {
    padding: 5px 0 5px 10px;
    margin: 10px 0 10px 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .game-badge-area .content .price-area a.biground-button {
    margin-top: 4px;
  }
  .game-badge-area .content .title {
    padding-left: 28%;
    font-size: 4vw;
  }
  .game-badge-area .content .subtitle {
    padding-left: 30%;
  }
  .big-price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  .home-services-marks .service-mark .title {
    font-size: 14px;
  }
  .home-services-marks .service-mark .text {
    font-size: 12px;
  }
  .home-service .block,
  .home-service:nth-child(odd) .block,
  .home-service:nth-child(even) .block {
    float: none;
    width: 96%;
    margin: 2% 2%;
    padding: 3% 2% 1%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-service .title,
  .home-service:nth-child(odd) .title,
  .home-service:nth-child(even) .title {
    font-size: 28px;
    font-weight: normal;
    width: auto;
  }
  .home-service .text,
  .home-service:nth-child(odd) .text,
  .home-service:nth-child(even) .text {
    font-size: 14px;
    padding: 20px 5px;
    line-height: 16px;
    width: 90%;
    margin: 0;
  }
  .home-service .text strong,
  .home-service:nth-child(odd) .text strong,
  .home-service:nth-child(even) .text strong {
    font-size: 14px;
  }
  .home-service ul,
  .home-service:nth-child(odd) ul,
  .home-service:nth-child(even) ul {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .home-service ul li,
  .home-service:nth-child(odd) ul li,
  .home-service:nth-child(even) ul li {
    width: 50%;
    float: left;
    clear: none;
    padding: 10px 10px 0 0px;
  }
  .home-service ul li i,
  .home-service:nth-child(odd) ul li i,
  .home-service:nth-child(even) ul li i {
    left: 0;
    top: 10px;
  }
  .home-service ul li em,
  .home-service:nth-child(odd) ul li em,
  .home-service:nth-child(even) ul li em {
    font-size: 16px;
    padding-left: 30px;
    line-height: 30px;
  }
  .home-service .biground-button {
    margin: 20px 0 10px 0 !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .biground-button {
    line-height: 32px;
    padding: 1px 5px 0 16px;
    font-size: 14px;
  }
  .biground-button i.fa {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: -1px;
  }
  #home-service-2 .block {
    background-color: rgba(221, 255, 221, 0.7);
  }
  #home-service-3 .block {
    background-color: rgba(221, 238, 255, 0.7);
  }
  #home-service-1 {
    background-position: 0 0, center center;
  }
  #home-service-3 {
    background-position: 0 0;
  }
  .bigmap-area .title {
    font-size: 28px;
  }
  .bigmap-area .subtitle {
    font-size: 20px;
  }
  .home-about h1 {
    font-size: 28px;
  }
  .home-about p {
    font-size: 14px;
  }
  .home-about .small-about {
    font-size: 13px;
  }
  .team-members {
    padding: 15px 0;
  }
  .team-members .member {
    width: 50%;
    text-align: center;
  }
  .team-members .member .name strong {
    display: block;
  }
  .team-members .member:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 720px) {
  #hero-area .hero .textblock {
    min-height: 140px;
    margin-right: 140px;
    margin-left: 140px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-bottom: 26.71602388px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-left: 0!important;
    margin-right: 0!important;
  }
  #hero-area .hero .textblock:before,
  #hero-area .hero .textblock:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 52;
  }
  #hero-area .hero .textblock:before {
    left: -140px;
    top: 0;
    border-left: 140px solid transparent;
    border-bottom: 140px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock:after {
    right: -140px;
    bottom: 0;
    border-right: 140px solid transparent;
    border-top: 140px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock > * {
    z-index: 53;
  }
  #hero-area .hero .textblock h1 {
    font-size: 25.2px;
    line-height: 38.18181818px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock h2 {
    font-size: 12.6px;
    line-height: 24.39393939px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock p {
    font-size: 10.08px;
    margin-top: 21.21212121px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock:before,
  #hero-area .hero .textblock:after {
    display: none !important;
  }
  #hero-area .hero .textblock h1,
  #hero-area .hero .textblock h2,
  #hero-area .hero .textblock p {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .game-badge-area .content .title {
    line-height: 1em;
  }
  .game-badge-area .content .subtitle {
    font-size: 13px;
  }
  .game-badge-area .content .text-area .text {
    font-size: 12px;
  }
  .game-badge-area .content .big-price {
    display: inline-block;
    float: left;
    font-size: 13px;
  }
  .game-badge-area .content .big-price i {
    padding: 0 0;
    margin: 0;
    background-color: transparent;
    border-bottom: 2px solid #159fda;
    border-radius: 2px;
  }
  .custom-game-notice .notice-body {
    font-size: 14px;
    padding: 25px 20px 20px 20px;
  }
  .custom-game-notice .badge span {
    font-size: 13px;
  }
  .aff-features {
    margin: 20px 0;
    padding: 20px 20px 40px 20px;
  }
  .aff-features ul {
    margin-bottom: 30px;
  }
  .aff-features ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  #hero-area {
    min-height: 300px;
  }
  #hero-area .hero {
    min-height: 300px;
  }
  #hero-area .hero .textblock {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 130px;
    margin-right: 130px;
    margin-left: 130px;
    padding-top: 18.57142857px;
    padding-bottom: 18.57142857px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-bottom: 23.03575528px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock:before,
  #hero-area .hero .textblock:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 52;
  }
  #hero-area .hero .textblock:before {
    left: -130px;
    top: 0;
    border-left: 130px solid transparent;
    border-bottom: 130px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock:after {
    right: -130px;
    bottom: 0;
    border-right: 130px solid transparent;
    border-top: 130px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock > * {
    z-index: 53;
  }
  #hero-area .hero .textblock h1 {
    font-size: 23.4px;
    line-height: 35.45454545px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock h2 {
    font-size: 11.7px;
    line-height: 22.65151515px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock p {
    font-size: 11.7px;
    margin-top: 19.6969697px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero-button {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #hero-area .hero-button:hover {
    -webkit-transform: scale(0.5) translate(-10px, 0);
            transform: scale(0.5) translate(-10px, 0);
  }
  #hero-area .hero-button:before,
  #hero-area .hero-button:after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #hero-area #hero-arrows a {
    top: 40px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .home-services-marks .service-mark {
    margin: 20px 0% 0px;
    width: 20%;
    padding: 0 5px 60px 5px;
    -webkit-box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.3);
            box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.3);
  }
  .home-services-marks .service-mark .text {
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
  }
  .home-services-marks .service-mark:hover {
    margin-top: 20px;
  }
  .home-services-marks .service-mark:hover .text {
    opacity: 1;
  }
  .home-services-marks .service-mark .price {
    margin: 40px 0 0 0;
  }
  .home-services-marks .service-mark a.arrow {
    display: block !important;
    bottom: 0;
    width: 80px;
    height: 80px;
  }
  .home-services-marks .service-mark a.arrow:before,
  .home-services-marks .service-mark a.arrow:after {
    opacity: 1;
    width: 25px;
  }
  .home-services-marks .service-mark a.arrow:before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .home-services-marks .service-mark a.arrow:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .home-services-marks .service-mark a.arrow:hover {
    border: none;
  }
  .home-services-marks .service-mark:hover a.arrow {
    bottom: 0;
  }
  .footer-links ul:nth-child(odd) {
    clear: left;
  }
  .footer-links ul {
    float: left;
    width: 50%;
    padding-left: 20px;
  }
  .footer-links ul li {
    font-size: 14px;
  }
  .game-list > a {
    width: 50%;
    padding-top: 25%;
  }
  .game-list > a .maskbutton {
    font-size: 12px;
  }
  .game-list > a .title {
    font-size: 2.4vw;
  }
  .game-list .ribbon {
    padding: 5px 10px 3px;
    line-height: 10px;
    font-size: 10px;
    letter-spacing: 0em;
  }
  .game-list .ribbon:before,
  .game-list .ribbon:after {
    right: -9px;
  }
  .game-list .ribbon:before {
    border-top-width: 9px;
    border-right-width: 9px;
  }
  .game-list .ribbon:after {
    border-bottom-width: 9px;
    border-right-width: 9px;
  }
  .mc-plans-area .plan {
    border-width: 2px;
    padding: 7px 7px 0px 7px;
  }
  .mc-plans-area .plan.selected,
  .mc-plans-area .plan:hover {
    border-width: 2px;
  }
  .mc-plans-area .plan .ram {
    padding: 7px 0;
  }
  .mc-plans-area .plan .ram strong {
    font-size: 16px;
  }
  .mc-plans-area .plan .ram span {
    font-size: 12px;
  }
  .mc-plans-area .plan .price {
    padding: 7px 0;
  }
  .mc-plans-area .plan .price strong {
    font-size: 20px;
  }
  .mc-plans-area .plan .price strong sup {
    font-size: 15px;
  }
  .generic-page {
    padding: 25px 0;
  }
  .generic-page h1 {
    font-size: 28px;
  }
  .generic-page h2 {
    font-size: 24px;
  }
  .generic-page h3 {
    font-size: 20px;
  }
  .generic-page h4 {
    font-size: 16px;
  }
  .generic-page p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 639px) {
  .big-price {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 0;
  }
  .webhosting-header .title {
    font-size: 28px;
  }
  .webhosting-header .subtitle {
    font-size: 16px;
  }
  .webhosting-header .text {
    padding-bottom: 10px;
  }
  .webhosting-header .package {
    -webkit-box-shadow: 10px 0 10px -10px #ff0055;
            box-shadow: 10px 0 10px -10px #ff0055;
  }
  .webhosting-header .package .name {
    font-size: 12px;
  }
  .webhosting-header .package .name strong {
    letter-spacing: 0.2em;
    font-size: 14px;
  }
  .webhosting-header .package .price {
    font-size: 12px;
  }
  .webhosting-header .package .price b {
    font-size: 26px;
  }
  .webhosting-header .package .price b:before {
    font-size: 16px;
  }
  .webhosting-header .package .price b sup {
    font-size: 20px;
  }
  .webhosting-header .package ul li {
    text-align: center;
  }
  .webhosting-header .package ul li b,
  .webhosting-header .package ul li em {
    display: block;
    width: 100%;
    text-align: center;
  }
  .webhosting-header .package .button-area a {
    padding: 0px 15px !important;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .webhosting-header .package .button-area a i {
    display: none;
  }
  .dedicated-header {
    padding: 20px 0 0 0;
  }
  .dedicated-header .title {
    font-size: 36px;
    padding-bottom: 0;
  }
  .dedicated-header .subtitle {
    font-size: 20px;
    padding-bottom: 0;
  }
  .dedicated-header p {
    padding-top: 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bigmap-area .title {
    font-size: 24px;
    padding-top: 20px;
  }
  .bigmap-area .subtitle {
    font-size: 16px;
    padding-bottom: 15px;
  }
  a.slanted-button:before,
  a.slanted-button:after {
    display: none;
  }
  a.slanted-button i {
    left: 10px;
  }
  a.slanted-button.sb-ticket {
    padding-left: 30px;
  }
  a.slanted-button.sb-ticket i {
    width: 36px;
    background-size: 36px;
    left: 0;
  }
  .footer-top {
    padding: 9px 0;
  }
  .footer-top a.slanted-button {
    margin: 5px 5px !important;
    width: 40%;
    max-width: none;
    min-width: 180px;
  }
  .game-badge-area .game-badge {
    -webkit-transform: none;
            transform: none;
    width: 20%;
  }
  .game-badge-area .game-badge-2 {
    left: 20%;
    width: 30%;
  }
  .game-badge-area .game-badge-3 {
    left: 50%;
    width: 30%;
  }
  .game-badge-area .badge-image {
    -webkit-transform: none;
            transform: none;
    left: 0;
    right: 0;
  }
  .game-badge-area .content .title {
    padding-left: 22%;
    padding-top: 10px;
  }
  .game-badge-area .content .subtitle {
    padding-left: 22%;
    font-size: 13px;
  }
  .game-badge-area .content .text-area {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    margin-left: 5%;
    margin-right: 7%;
  }
  .game-badge-area .content .text-area .text {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
    font-size: 12px;
  }
  .game-badge-area .content .price-area {
    padding: 10px 0;
    text-align: center;
  }
  .game-badge-area .content .price-area a.biground-button {
    float: none;
  }
  .game-badge-area .content .big-price {
    float: none;
    width: 90%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px 0;
    margin: 10px 10px;
  }
  .game-specific-features .heading {
    padding: 10px 0;
  }
  .game-specific-features .feature {
    margin: 5px 2% 5px 2%;
    width: 46%;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
  }
  .game-specific-features .feature i {
    font-size: 21px;
    line-height: 16px;
    float: left;
    margin: 0 10px 17px 0;
    display: inline;
  }
  .game-specific-features .feature:nth-of-type(3n+1) {
    clear: none;
  }
  .game-specific-features .feature:nth-of-type(2n+1) {
    clear: left;
  }
  .game-specific-features h1 {
    font-size: 18px;
  }
  .game-specific-features h2 {
    font-size: 15px;
  }
  .game-specific-features .price-area {
    padding-top: 15px;
  }
  .game-specific-features .price-area .big-price {
    font-size: 12px;
  }
  .satisfaction-guarantee i {
    margin: 5px 10px 15px 0;
  }
  .satisfaction-guarantee h3 {
    font-size: 16px;
  }
  .satisfaction-guarantee p {
    font-size: 13px;
    padding-right: 10px;
  }
  .common-game-features .feature-list .feature {
    width: 50%;
  }
  .common-game-features .feature-list .feature:nth-of-type(3n+1) {
    clear: none;
  }
  .common-game-features .feature-list .feature:nth-of-type(2n+1) {
    clear: left;
  }
  .dedi-servers-area {
    text-align: center;
  }
  .dedi-servers-area ul.dedi-server {
    width: 90%;
    max-width: 400px;
  }
  .game-specific-features.dedicated .heading {
    padding: 30px 0;
  }
  .dedicated-options .option img {
    height: 30px;
  }
  .dedicated-options .option strong {
    font-size: 16px;
  }
  .dedicated-options .option strong em,
  .dedicated-options .option strong i {
    font-size: 12px;
  }
  .dedicated-options .option .text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 540px) {
  .home-services-marks .service-mark .title {
    font-size: 10px;
  }
  .home-services-marks .service-mark .price strong {
    font-size: 16px;
  }
  .mc-header .title {
    font-size: 18px;
  }
  .mc-plans-area .plan {
    border-width: 1px;
    padding: 5px 5px 0px 5px;
  }
  .mc-plans-area .plan.selected,
  .mc-plans-area .plan:hover {
    border-width: 1px;
  }
  .mc-plans-area .plan.selected:after,
  .mc-plans-area .plan:hover:after {
    right: 0px;
    bottom: 5px;
    width: 10px;
    height: 15px;
    border-width: 5px;
  }
  .mc-plans-area .plan .ram {
    padding: 4px 0;
  }
  .mc-plans-area .plan .ram strong {
    font-size: 14px;
  }
  .mc-plans-area .plan .ram span {
    font-size: 10px;
  }
  .mc-plans-area .plan .price {
    padding: 4px 0;
  }
  .mc-plans-area .plan .price strong {
    font-size: 16px;
  }
  .mc-plans-area .plan .price strong sup {
    font-size: 12px;
  }
  .mc-plans-area .plan .price span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .bigmap .map-items-mobile .item {
    width: 94%;
    margin: 5px 3%;
  }
  .accepted-payments {
    background-size: contain;
  }
  .game-list .ribbon {
    top: 10%;
  }
  .game-badge-area .content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #hero-area .hero .textblock {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 120px;
    margin-right: 120px;
    margin-left: 120px;
    padding-top: 17.14285714px;
    padding-bottom: 17.14285714px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-bottom: 19.62809917px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock:before,
  #hero-area .hero .textblock:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 52;
  }
  #hero-area .hero .textblock:before {
    left: -120px;
    top: 0;
    border-left: 120px solid transparent;
    border-bottom: 120px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock:after {
    right: -120px;
    bottom: 0;
    border-right: 120px solid transparent;
    border-top: 120px solid rgba(0, 0, 0, 0.6);
  }
  #hero-area .hero .textblock > * {
    z-index: 53;
  }
  #hero-area .hero .textblock h1 {
    font-size: 21.6px;
    line-height: 32.72727273px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock h2 {
    font-size: 10.8px;
    line-height: 20.90909091px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero .textblock p {
    font-size: 11.34px;
    margin-top: 18.18181818px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #hero-area .hero-button {
    margin-left: -50px;
  }
  .home-service .title,
  .home-service:nth-child(odd) .title,
  .home-service:nth-child(even) .title {
    font-size: 20px;
  }
  .home-service .text,
  .home-service:nth-child(odd) .text,
  .home-service:nth-child(even) .text {
    font-size: 13px;
  }
  .home-service ul li,
  .home-service:nth-child(odd) ul li,
  .home-service:nth-child(even) ul li {
    width: 100%;
    font-size: 12px;
  }
  a.slanted-button {
    border-radius: 2px 0 2px 0;
  }
  a.slanted-button:before,
  a.slanted-button:after {
    display: block;
  }
  a.slanted-button:before {
    left: -35px;
  }
  a.slanted-button:after {
    right: -35px;
  }
  .footer-top a.slanted-button {
    clear: both;
    display: block;
    float: none;
    margin: 5px auto;
    left: 40px;
  }
  .game-list > a .maskbutton {
    display: none;
  }
  .game-list > a .title {
    font-size: 4vw;
  }
  a.biground-button,
  .biground-button {
    font-size: 12px;
  }
  a.biground-button i,
  .biground-button i,
  a.biground-button:hover i,
  .biground-button:hover i {
    margin: 0 5px;
  }
  a.biground-button,
  .biground-button,
  a.biground-button:hover,
  .biground-button:hover {
    padding: 0 10px 0 20px !important;
  }
  .satisfaction-guarantee p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1em;
  }
  .striking-header .title {
    font-size: 36px;
  }
  .striking-header .subtitle {
    font-size: 20px;
  }
  .team-members .member {
    width: 100%;
    text-align: center;
  }
  .dedicated-game-panel .heading {
    padding: 10px;
  }
  .dedicated-game-panel .text {
    padding: 120px 20px 0 20px;
    background-position: center 0;
    margin-bottom: 20px;
  }
  .dedicated-game-panel .text,
  .dedicated-game-panel .text h1,
  .dedicated-game-panel .text h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 319px) {
  a.logo {
    margin-left: 10px;
  }
}
