.roboto,.rbt {
  font-family: "Roboto",arial,helvetica,sans-serif;
}

.montserrat,.mnt {
  font-family: "Montserrat",arial,helvetica,sans-serif;
}

.raleway,.rlw {
  font-family: "Raleway",arial,helvetica,sans-serif;
}

strong,b {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

p {
  line-height: 1.2em;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.redback {
  background: red;
}

.redshine {
  box-shadow: 0 0 10px red;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.sizing {
  box-sizing: border-box;
}

div.clear {
  clear: both;
}

.responsive {
  display: none;
}

.trans {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

body {
  background: #000;
  font-size: 13px;
  font-family: "Roboto",arial,helvetica,sans-serif;
  color: #999;
  margin: 0;
  padding: 0;
  width: 100%;
}

.body {
  width: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

.body:before,.body:after {
  content: " ";
  display: table;
  visibility: hidden;
}

.body:after {
  clear: both;
}

a:link,a:visited {
  color: #ff6f0c;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a img {
  border: 0;
}

input {
  font-size: 12px;
}

.half {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

#header {
  height: 80px;
  background: #1c1d1e;
  background: -webkit-linear-gradient(top,#1c1d1e,#000);
  background: linear-gradient(to bottom,#1c1d1e,#000);
  position: relative;
}

#header .social a {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin: 8px 0 0;
  border-radius: 20px;
}

#header .social a:hover {
  box-shadow: 0 0 20px #00b3ff;
}

#header .social a.fb {
  background: url(images/icon-fb.png) no-repeat;
}

#header .social a.tw {
  background: url(images/icon-tw.png) no-repeat;
}

#header .social a.st {
  background: url(images/icon-st.png) no-repeat;
}

#header .social a.yt {
  background: url(images/icon-yt.png) no-repeat;
}

.topmenu-container {
  position: relative;
  z-index: 1001;
}

.topmenu-container .social {
  float: right;
  margin-right: 0;
}

.topmenu-container * {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.topmenu {
  float: right;
  font-family: "Montserrat",arial,helvetica,sans-serif;
  font-size: 12px;
}

.topmenu a {
  display: block;
  float: left;
  padding: 12px 16px;
}

.topmenu a:hover {
  background: #10181a;
}

.main-header {
  background: url(images/headerback.png) center top no-repeat;
  width: 100%;
  height: 147px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

a.logo {
  display: block;
  float: left;
  margin-top: 49px;
  margin-left: 30px;
}

#menubutton {
  display: none;
  position: absolute;
  z-index: 20001;
  top: 45px;
  right: 0;
  width: 50px;
  height: 50px;
  background: #234 url(images/menu-button.png) center center no-repeat;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

#menubutton a {
  width: 50px;
  height: 50px;
  display: block;
}

.menu {
  float: right;
  margin-top: 40px;
}

.menu>ul>li {
  float: left;
  margin-left: 8px;
  position: relative;
}

.menu>ul>li>a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat",arial,helvetica,sans-serif;
  text-transform: uppercase;
  padding: 12px 20px;
  line-height: 36px;
}

.menu>ul>li:hover>a {
  background-color: #10181a;
}

.menu>ul>li>a.home {
  background: #1c1d1e url(images/icon-home.png) center center no-repeat;
  font-size: 1px;
  color: transparent;
}

.menu>ul>li.dropdown>a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 18px;
  margin-left: -9px;
  height: 5px;
  background: url(images/dropdown-arrow.png) center center no-repeat;
}

.menu>ul>li.dropdown>div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  top: 60px;
  right: 0;
  background: #10181a;
  padding: 10px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu>ul>li.dropdown>div ul {
  float: left;
}

.menu>ul>li.dropdown>div ul>li {
  min-width: 120px;
  text-align: right;
  font-family: "Montserrat",arial,helvetica,sans-serif;
}

.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: 8px 15px;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
}

.menu>ul>li.dropdown>div ul>li>a:hover {
  background: #1c1d1e;
  color: #00b3ff;
}

.menu>ul>li.dropdown:hover>div {
  visibility: visible;
  opacity: 1;
}

.scrolled {
  padding: 5px;
  background-color: #1c1d1e;
  font-size: 22px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .3s ease-in-out;
  margin-top: 0px;
  background: #1c1d1e url(images/logo.png) no-repeat;
  background-position: left 20px center;
}

.scrolled > ul {
  float: right;
}


.hugeheading {
  text-align: center;
  font-size: 96px;
  color: #159fda;
  font-family: "Raleway",arial,helvetica,sans-serif;
  position: relative;
}

.hugeheading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 83px;
  background: url(images/heading-shadow.png) center center no-repeat;
}

.hugeheading.green {
  color: #04d004;
}

.hugeheading.color4 {
  color: #f05;
}

.subheadingg {
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-family: "Raleway",arial,helvetica,sans-serif;
}

.hugeheading+.subheadingg {
  position: relative;
  top: 0;
}

.bigheading {
  text-align: center;
  font-size: 64px;
  color: #159fda;
  font-family: "Raleway",arial,helvetica,sans-serif;
  position: relative;
}

.bigheading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 83px;
  background: url(images/heading-shadow.png) center center no-repeat;
}

.smallheading {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: "Raleway",arial,helvetica,sans-serif;
}

.bigheading+.smallheading {
  position: relative;
  top: -27px;
}

.home-back {
  min-height: 1000px;
  position: relative;
}

.home-back.slider-back-1 {
  background: url(images/slider-1.jpg) top center no-repeat;
}

.home-back.slider-back-2 {
  background: url(images/slider-2.jpg) top center no-repeat;
}

.home-back.slider-back-3 {
  background: url(images/slider-3.jpg) top center no-repeat;
}

.home-back.slider-back-4 {
  background: url(images/slider-4.jpg) top center no-repeat;
}

.home-back.slider-back-5 {
  background: url(images/slider-5.jpg) top center no-repeat;
}

.home-back.slider-back-6 {
  background: url(images/slider-6.jpg) top center no-repeat;
}

a.hugebutton {
  font-family: "Montserrat",arial,helvetica,sans-serif;
  font-size: 18px;
  display: inline-block;
  line-height: 22px;
  padding: 22px 40px;
  text-shadow: 0 1px 0 #000;
  color: #fff;
  background: #159fda;
  background: -webkit-linear-gradient(top,#159fda,#04628a);
  background: linear-gradient(to bottom,#159fda,#04628a);
  box-shadow: inset 0 2px 3px #2affff,0 0 25px rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

a.hugebutton:hover {
  box-shadow: inset 0 2px 40px #2affff,0 0 25px rgba(0,0,0,0.5);
  text-shadow: 0 1px 10px #000;
}

a.hugebutton.green {
  box-shadow: inset 0 2px 3px #ff781b,0 0 25px rgba(0,0,0,0.5);
}

a.hugebutton.green:hover {
  box-shadow: inset 0 2px 40px #ff781b,0 0 25px rgba(0,0,0,0.5);
}

a.graybutton {
  font-family: "Montserrat",arial,helvetica,sans-serif;
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  padding: 16px 40px;
  text-shadow: 0 1px 0 #000;
  color: #fff;
  background: #159fda;
  background: -webkit-linear-gradient(top,#222b2e,#0f1112);
  background: linear-gradient(to bottom,#222b2e,#0f1112);
  box-shadow: inset 0 2px 3px #44565c,0 0 25px rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

a.graybutton:hover {
  box-shadow: inset 0 2px 40px #44565c,0 0 25px rgba(0,0,0,0.5);
  text-shadow: 0 1px 10px #000;
}

.slider-arrows {
  position: relative;
  z-index: 100;
}

.slider-arrows a {
  background: url(images/arrow-thin-left.png) no-repeat;
  width: 44px;
  height: 179px;
  position: absolute;
  left: -40px;
  top: 290px;
  opacity: .3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-arrows a:hover {
  opacity: 1;
}

.slider-arrows a+a {
  background: url(images/arrow-thin-right.png) no-repeat;
  left: auto;
  right: -40px;
}

.slider-dots {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  top: 90px;
  z-index: 100;
  text-align: center;
}

.slider-dots a {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 2px 5px;
  border-radius: 3px;
  background: #2c2c2d;
  box-shadow: 0 0 2px #159fda;
  border: 1px solid #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-dots a.selected,.slider-dots a:hover {
  background: #89a0a8;
  box-shadow: 0 0 10px #159fda;
  border: 1px solid rgba(255,255,255,0.4);
  margin: 0 3px;
  width: 15px;
  height: 15px;
}

.sliders {
  color: #fff;
  position: relative;
  z-index: 99;
}

.sliders .slider {
  padding-top: 132px;
}

.sliders .slider .text {
  margin: 24px 0 0 100px;
  font-size: 16px;
  max-width: 420px;
  line-height: 1.4em;
}

.sliders .slider .text strong {
  color: #01b3ff;
  font-size: 20px;
}

.sliders .slider a.hugebutton {
  margin: 26px 0 0 100px;
}

.sliders {
  min-height: 672px;
}

.sliders .slider.green .hugeheading {
  color: #ff781b;
}

.sliders .slider.green .text strong {
  color: #ff781b;
}

.sliders .slider.green a.hugebutton {
  background: #ff781b;
  background: -webkit-linear-gradient(top,#ff781b,#8a3800);
  background: linear-gradient(to bottom,#ff781b,#8a3800);
}

.home-services {
  text-align: center;
}

.home-services .service {
  max-width: 280px;
  width: 23.33%;
  float: left;
  min-height: 350px;
  margin: 0 .833% 40px;
  position: relative;
}

.home-services .service:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 173px;
  pointer-events: none;
}

.home-services .service .title {
  padding: 25px 15px 0 0;
  min-height: 60px;
  text-align: right;
  background: rgba(0,0,0,0.8);
  margin-top: 20px;
  font-family: "Montserrat",arial,helvetica,sans-serif;
}

.home-services .service .title strong {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  display: block;
  line-height: 15px;
}

.home-services .service .title b {
  font-size: 14px;
  margin-top: 3px;
  font-weight: 400;
  display: block;
}

.home-services .service ul {
  margin: 9px 20px;
  text-align: center;
}

.home-services .service ul li {
  padding: 10px 10px 8px;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-top: 1px solid #000;
}

.home-services .service ul li em {
  font-size: 14px;
  font-family: "Montserrat",arial,helvetica,sans-serif;
  font-weight: 400;
  line-height: 14px;
  display: block;
}

.home-services .service ul li:last-child {
  padding-bottom: 16px;
}

.home-services .service a.graybutton {
  box-sizing: border-box;
  min-width: 70%;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -35%;
}

.home-services .service.hs-1 {
  background: #1a1f13 url(images/home-service-backgrounds.jpg) 0 bottom no-repeat;
}

.home-services .service.hs-1:before {
  background: url(images/home-service-shine.png) 0 0 no-repeat;
}

.home-services .service.hs-1 .title b {
  color: #3c5717;
}

.home-services .service.hs-1 .title b em {
  color: #95ff00;
}

.home-services .service.hs-1 ul li em {
  color: #95ff00;
}

.home-services .service.hs-1 a.graybutton {
  color: #95ff00;
}

.home-services .service.hs-2 {
  background: #121612 url(images/home-service-backgrounds.jpg) -300px bottom no-repeat;
}

.home-services .service.hs-2:before {
  background: url(images/home-service-shine.png) -300px 0 no-repeat;
}

.home-services .service.hs-2 .title b {
  color: #256d25;
}

.home-services .service.hs-2 .title b em {
  color: #04d004;
}

.home-services .service.hs-2 ul li em {
  color: #04d004;
}

.home-services .service.hs-2 a.graybutton {
  color: #04d004;
}

.home-services .service.hs-3 {
  background: #131a1f url(images/home-service-backgrounds.jpg) -600px bottom no-repeat;
}

.home-services .service.hs-3:before {
  background: url(images/home-service-shine.png) -600px 0 no-repeat;
}

.home-services .service.hs-3 .title b {
  color: #236ea3;
}

.home-services .service.hs-3 .title b em {
  color: #0cf;
}

.home-services .service.hs-3 ul li em {
  color: #0cf;
}

.home-services .service.hs-3 a.graybutton {
  color: #0cf;
}

.home-services .service.hs-4 {
  background: #1f1317 url(images/home-service-backgrounds.jpg) -900px bottom no-repeat;
}

.home-services .service.hs-4:before {
  background: url(images/home-service-shine.png) -900px 0 no-repeat;
}

.home-services .service.hs-4 .title b {
  color: #791738;
}

.home-services .service.hs-4 .title b em {
  color: #f05;
}

.home-services .service.hs-4 ul li em {
  color: #f05;
}

.home-services .service.hs-4 a.graybutton {
  color: #f05;
}

.blue-divider {
  background: url(images/blue-divider.png) top center no-repeat;
  min-height: 64px;
  margin: 20px 0;
}

.red-divider-big {
  background: url(images/slider-back.jpg) top center no-repeat;
  min-height: 64px;
  margin: 20px 0;
  padding-top: 0;
}

.world-map {
  background: url(images/world-map-uncompressed.png) center 50px no-repeat;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}

.world-map .map-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 200px;
}

.world-map .map-area .body {
  position: relative;
}

.world-map .map-pin {
  position: absolute;
  width: 0;
  height: 0;
}

.world-map .map-pin:before {
  content: "";
  display: block;
  position: absolute;
  background: url(images/map-pin.png) center center no-repeat;
  width: 61px;
  height: 54px;
  left: -30px;
  top: -38px;
}

.world-map .map-cities {
  padding-top: 250px;
  text-align: center;
}

.world-map .map-cities .body {
  position: relative;
}

.world-map .map-cities .city {
  font-size: 14px;
  line-height: 34px;
  font-family: "Montserrat",arial,helvetica,sans-serif;
  text-align: center;
  display: block;
  float: left;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
  margin: 0 .25% 10px;
  color: #fff;
  background-color: #000;
}

.world-map .map-cities .city:nth-child(1) {
  color: #00ff46;
  box-shadow: 0 0 15px rgba(255,0,33,0.5);
}

.world-map .map-cities .city:nth-child(2) {
  color: #0f9;
  box-shadow: 0 0 15px rgba(232,43,124,0.5);
}

.world-map .map-cities .city:nth-child(3) {
  color: #00b2ff;
  box-shadow: 0 0 15px rgba(198,102,230,0.5);
}

.world-map .map-cities .city:nth-child(4) {
  color: #ca00ff;
  box-shadow: 0 0 15px rgba(154,147,251,0.5);
}

.world-map .map-cities .city:nth-child(5) {
  color: #ff008a;
  box-shadow: 0 0 15px rgba(81,192,184,0.5);
}

.world-map .map-cities .city:nth-child(6) {
  color: #ff001b;
  box-shadow: 0 0 15px rgba(21,226,114,0.5);
}

.world-map .map-cities .city:nth-child(7) {
  color: #e2a615;
  box-shadow: 0 0 15px rgba(122,226,21,0.5);
}

.world-map .map-cities .city:nth-child(8) {
  color: #015eff;
  box-shadow: 0 0 15px rgba(226,166,21,0.5);
}

.world-map .map-cities .city {
  position: relative;
  cursor: pointer;
}

.world-map .map-cities .city .popup {
  z-index: 100;
  position: absolute;
  display: none;
  width: 260px;
  left: 50%;
  margin-left: -130px;
  top: 60px;
  box-shadow: 0 -30px 40px -30px #1d475d;
}

.world-map .map-cities .city .popup .top {
  background: #071116;
  border-radius: 4px 4px 0 0;
  border: 1px solid #000;
  color: #6a8e9d;
  font-size: 14px;
  padding: 15px 0;
  line-height: 18px;
}

.world-map .map-cities .city .popup .top em {
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 18px;
}

.world-map .map-cities .city .popup .bottom {
  background: #141a1d;
  border-radius: 0 0 4px 4px;
  border: 1px solid #000;
  border-top: 1px solid #2c3134;
  padding: 15px 0;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  line-height: 18px;
}

.world-map .map-cities .city .popup .bottom em {
  color: #15954b;
  font-size: 18px;
  display: block;
  line-height: 18px;
}

.world-map .map-cities .city .popup:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -19px;
  width: 0;
  margin-left: -20px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #071116;
}

#footer {
  background: #0b0e11;
  margin-top: 30px;
  position: relative;
  padding-top: 60px;
}

.footer-top {
  background: url(images/footer-top.png) center top no-repeat;
  position: absolute;
  z-index: 1;
  top: -80px;
  left: 0;
  height: 154px;
  width: 100%;
  font-family: "Montserrat",arial,helvetica,sans-serif;
}

.footer-top .mobile-links {
  display: none;
}

.footer-top .links.left {
  float: left;
}

.footer-top .links.right {
  float: right;
}

.footer-top .links a,.footer-top .mobile-links a {
  height: 50px;
  background: #10181a;
  font-size: 12px;
  color: #00b3ff;
  display: block;
  float: left;
  margin: 47px 1px 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 50px;
  padding: 0 20px;
}

.footer-top .links a:hover,.footer-top .mobile-links a:hover {
  background: #192934;
}

.footer-top .social {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  top: 47px;
}

.footer-top .social a {
  font-size: 10px;
  box-sizing: border-box;
  float: left;
  display: block;
  width: 100px;
  line-height: 50px;
  position: relative;
  font-weight: 700;
}

.footer-top .social a:after {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 20px;
  top: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-top .social a:hover:after {
  box-shadow: 0 0 20px #00b3ff;
}

.footer-top .social a.fb {
  color: #6796ff;
  padding-right: 36px;
  text-align: right;
}

.footer-top .social a.yt {
  color: #73ccff;
  padding-left: 36px;
  text-align: left;
}

.footer-top .social a.fb:after {
  background: url(images/icon-fb.png) no-repeat;
  right: 4px;
}

.footer-top .social a.yt:after {
  background: url(images/icon-yt.png) no-repeat;
  left: 4px;
}

.footer-content:before,.footer-content:after {
  content: " ";
  display: table;
  visibility: hidden;
}

.footer-content:after {
  clear: both;
}

.footer-content .textwidget {
  float: right;
  margin-right: -3%;
  max-width: 265px;
  width: 35%;
}

.footer-links {
  width: 77%;
  float: left;
}

.footer-links ul {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-left: 18px;
  margin-top: 30px;
}

.footer-links ul li {
  padding: 5px 5px 5px 13px;
  background: url(images/li-icon.png) left center no-repeat;
}

.footer-links ul li a {
  color: rgba(255,255,255,0.5);
}

.footer-links ul li:hover a {
  color: #fff;
}

.payment-methods .payment-method {
  width: 320px;
  float: left;
  margin-top: 70px;
  font-size: 13px;
  color: #7e9bb8;
  font-family: "Montserrat",arial,helvetica,sans-serif;
}

.payment-methods .payment-method img {
  margin-top: 15px;
}

.payment-methods .payment-method {
  clear: left;
}

.payment-methods .payment-method+.payment-method {
  clear: none;
  margin-left: 110px;
}

.footer-bottom {
  background: url(images/footer-bottom.png) top center no-repeat;
  min-height: 100px;
  box-sizing: border-box;
  padding-top: 32px;
  font-size: 14px;
  font-family: "Montserrat",arial,helvetica,sans-serif;
  text-align: center;
  color: #7e9bb8;
}

.footer-bottom i {
  color: #404f5e;
}

.footer-bottom em {
  color: #fff;
}

.copyright {
  color: #ff781b;
  font-family: "Roboto",arial,helvetica,sans-serif;
  font-size: 13px;
  margin-top: 36px;
  clear: both;
  width: 100%;
}

.designer {
  float: left;
  margin-left: 50px;
  margin-top: 10px;
  font-size: 11px;
}

.designer a {
  opacity: .1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.designer a:hover {
  opacity: 1;
}

.page-back .hugeheading {
  padding-top: 10px;
}

.page-back.checkered {
  background: url(images/slider-back.jpg) top center no-repeat;
  background: url(images/bottom-gradient.png) bottom center repeat-x,url(images/slider-back.jpg) top center no-repeat;
}

.ribbon {
  position: absolute;
  right: 10px;
  top: 10px;
  min-width: 200px;
  pointer-events: none;
  border-radius: 12px;
  box-shadow: 0 0 10px #fff;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 3px #000;
  text-align: center;
  line-height: 25px;
}

.ribbon-orange {
  background: #f60;
}

.ribbon-blue {
  background: #0059b2;
}

.ribbon-red {
  background: red;
}

.ribbon-green {
  background: #090;
}

.ribbon-gray {
  background: #666;
}

.game-list {
  background: #000;
  min-height: 310px;
  border-top: 1px solid #000;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
  padding: 0;
  text-align: center;
}

.game-list a.game {
  display: inline-block;
  width: 360px;
  height: 225px;
  margin: 10px 18px;
  background-size: 400px;
  border-radius: 5px;
  background-position: center center;
  position: relative;
  border-width: 5px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: inset 0 0 40px #000;
}

.game-list a.game:hover {
  -webkit-transform: scale(1.1111);
  -ms-transform: scale(1.1111);
  transform: scale(1.1111);
  background-size: 360px;
}

.game-list .mask-big {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.game-list .mask-bar {
  height: 100px;
  background: rgba(0,0,0,0.8);
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.game-list .mask-bar .title {
  font-size: 20px;
  font-family: "Montserrat",arial,helvetica,sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 5px;
}

.game-list .mask-bar .maskbutton {
  color: #00b3ff;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.4);
}

.game-list a.game:hover .mask-big {
  background: rgba(0,0,0,0.1);
}

.game-list a.game:hover .mask-bar .maskbutton {
  border: 1px solid rgba(255,255,255,0.8);
}

.game-list a.game:hover .mask-bar .maskbutton:hover {
  background: rgba(255,255,255,0.1);
}

.feature-list {
  padding: 10px 0;
}

.feature-list .feature {
  width: 33.33%;
  padding: 10px 20px 30px;
  box-sizing: border-box;
  text-align: center;
  float: left;
}

.feature-list .feature .title {
  font-family: "Montserrat",arial,helvetica,sans-serif;
  color: #00b3ff;
  font-size: 20px;
  margin-bottom: 10px;
}

.feature-list .feature .ficon-wrapper {
  height: 85px;
  padding-top: 1px;
}

.feature-list .feature .ficon {
  width: 64px;
  height: 64px;
  background: #0c5b7d;
  border-radius: 64px;
  margin: 6px auto 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-list .feature .ficon img {
  width: 32px;
  margin: 16px auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-list .feature:hover .ficon {
  background: #159fda;
  width: 76px;
  height: 76px;
  margin: 0 auto;
}

.feature-list .feature:hover .ficon img {
  width: 64px;
  border-radius: 32px;
  margin: 6px auto 0;
}

.feature-list.green .feature .title {
  color: #04d004;
}

.feature-list.green .feature .ficon {
  background: #026c02;
}

.feature-list.green .feature:hover .ficon {
  background: #04d004;
}

.page-back.top-padding {
  padding-top: 80px;
}

.page-back.minecraft {
  padding-top: 80px;
  background: url(images/heading-minecraft.jpg) top center no-repeat;
}

.big-service {
  width: 45%;
  float: left;
  position: relative;
  margin-bottom: 0;
}

.big-service .service-image {
  position: relative;
  min-height: 600px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
}

.big-service .service-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0),#000);
  background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
}

.big-service .service-biginfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  min-height: 50%;
  background: rgba(0,0,0,0.2);
}

.big-service .service-biginfo .title {
  font-family: "Montserrat",arial,helvetica,sans-serif;
  font-size: 32px;
  color: #fff;
  border-bottom: 3px solid #159fda;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.big-service .service-biginfo .slot-price {
  font-size: 14px;
  color: #159fda;
}

.big-service .service-biginfo .slot-price strong {
  font-size: 16px;
  padding: 3px 10px;
  margin: 0 2px;
  background: rgba(21,159,218,0.3);
  border-radius: 5px;
  color: #fff;
}

.big-service .service-biginfo .price-desc {
  margin-top: 25px;
  font-size: 18px;
  color: #fff;
  font-family: "Roboto",arial,helvetica,sans-serif;
  font-weight: 300;
}

.big-service .service-biginfo .price-desc strong {
  color: #159fda;
  font-size: 22px;
}

.big-service .service-biginfo .order-button {
  text-align: center;
  margin-top: 30px;
}

ul.fancy-list:before,ul.fancy-list:after {
  content: " ";
  display: table;
  visibility: hidden;
}

ul.fancy-list:after {
  clear: both;
}

ul.fancy-list li {
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  width: 46%;
  float: left;
  margin: 12px 4% 12px 0;
  border-radius: 5px;
  background: rgba(21,159,218,0.2);
  color: #fff;
  height: 50px;
  line-height: 15px;
  font-family: "Raleway",arial,helvetica,sans-serif;
  font-size: 15px;
  display: table;
}

ul.fancy-list li span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

ul.fancy-list.green li {
  background: rgba(4,208,4,0.2);
}

h1 {
  font-size: 32px;
  font-family: "Raleway",arial,helvetica,sans-serif;
  color: #159fda;
  margin: 20px 0;
}

h2 {
  font-size: 26px;
  font-family: "Raleway",arial,helvetica,sans-serif;
  color: #159fda;
  margin: 15px 0;
}

h3 {
  font-size: 22px;
  font-family: "Raleway",arial,helvetica,sans-serif;
  color: #159fda;
  margin: 10px 0;
}

h4 {
  font-size: 18px;
  font-family: "Raleway",arial,helvetica,sans-serif;
  color: #159fda;
  margin: 10px 0;
}

h5 {
  font-size: 16px;
  font-family: "Raleway",arial,helvetica,sans-serif;
  color: #159fda;
  margin: 10px 0;
}

p {
  font-size: 16px;
  color: #ccc;
}

.big-service-details {
  width: 52%;
  float: left;
  margin-left: 3%;
}

.big-service-details h1 {
  margin: 0;
}

.big-service-details p {
  padding-top: 20px;
}

.big-service-details ul {
  margin-top: 30px;
}

.big-service-details .prop {
  margin-top: 40px;
  padding: 20px 0;
  border-radius: 10px;
  color: #999;
  font-size: 13px;
}

.big-service-details .prop .title {
  font-family: "Montserrat",arial,helvetica,sans-serif;
  font-size: 16px;
  color: #0cf;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.minecraft-image {
  background: url(images/minecraft-img.png) bottom center no-repeat;
  min-height: 400px;
  background-size: 500px;
}

.description {
  text-align: center;
  margin: 10px 0;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.4);
  font-size: 15px;
  font-family: "Raleway",arial,helvetica,sans-serif;
  color: #fff;
}

.mc-desc {
  text-align: center;
  margin: 10px 0;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.4);
  font-size: 15px;
  font-family: "Raleway",arial,helvetica,sans-serif;
  color: #fff;
  float: left;
  width: 55%;
  margin-left: 2%;
}

.mc-features {
  float: left;
  width: 43%;
  padding: 0;
}

.mc-packages {
  margin: 0 0 50px;
  background: rgba(28,29,30,0.3);
  box-shadow: inset 0 6px 0 0 rgba(62,63,64,0.3),inset 0 -6px 0 0 rgba(62,63,64,0.3);
}

.mc-packages .body:before,.mc-packages .body:after {
  content: " ";
  display: table;
  visibility: hidden;
}

.mc-packages .body:after {
  clear: both;
}

.mc-packages .mc-package {
  text-align: center;
  box-sizing: border-box;
  width: 12.45%;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-top: 6px solid #3e3f40;
  border-bottom: 6px solid #3e3f40;
  border-left: 1px solid #3e3f40;
  border-right: 1px solid #000;
  background: #1c1d1e;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.5) 0,#2d2e2f 50%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,#2d2e2f 50%,rgba(0,0,0,0.5) 100%);
  padding: 10px 0;
}

.mc-packages .mc-package .ram {
  padding: 5px 0;
  border-radius: 4px;
  background: #000;
  margin: 0 5px 10px;
  font-size: 12px;
}

.mc-packages .mc-package .ram strong {
  display: block;
  font-size: 22px;
  font-family: "Montserrat",arial,helvetica,sans-serif;
}

.mc-packages .mc-package .price {
  margin: 0 0 10px;
  font-size: 11px;
}

.mc-packages .mc-package .price b {
  color: #fff;
  font-size: 22px;
  display: block;
}

.mc-packages .mc-package .price b sup {
  position: relative;
  top: -2px;
  font-size: 16px;
}

.mc-packages .mc-package a.order {
  background: #159fda;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  font-family: "Roboto",arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #000;
  text-shadow: 0 0 3px #000;
}

.mc-packages .mc-package a.order:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  box-shadow: 0 0 20px rgba(255,255,255,0.4);
}

.mc-packages .mc-package {
  position: relative;
}

.mc-packages .mc-package:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: url(images/mc-package-borders.png) top center no-repeat;
}

.mc-packages .mc-package:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: url(images/mc-package-borders.png) bottom center no-repeat;
}

.mc-packages .body:hover .mc-package {
  width: 12%;
}

.mc-packages .body:hover .mc-package:hover {
  width: 15.6%;
  background: -webkit-linear-gradient(top,#1c1d1e 0,#2d2e2f 50%,#1c1d1e 100%);
  background: linear-gradient(to bottom,#1c1d1e 0,#2d2e2f 50%,#1c1d1e 100%);
}

.mc-packages .body:hover .mc-package:hover:before {
  height: 18px;
  top: -18px;
}

.mc-packages .body:hover .mc-package:hover:after {
  height: 18px;
  bottom: -18px;
}

.mc-packages .mc-package:nth-child(1) .ram {
  color: #3ffb7e;
}

.mc-packages .mc-package:nth-child(1) a.order {
  background: #04d048;
}

.mc-packages .mc-package:nth-child(2) .ram {
  color: #3ffbbc;
}

.mc-packages .mc-package:nth-child(2) a.order {
  background: #04d08c;
}

.mc-packages .mc-package:nth-child(3) .ram {
  color: #3ffbfb;
}

.mc-packages .mc-package:nth-child(3) a.order {
  background: #04d0d0;
}

.mc-packages .mc-package:nth-child(4) .ram {
  color: #3fbcfb;
}

.mc-packages .mc-package:nth-child(4) a.order {
  background: #048cd0;
}

.mc-packages .mc-package:nth-child(5) .ram {
  color: #3f7efb;
}

.mc-packages .mc-package:nth-child(5) a.order {
  background: #0448d0;
}

.mc-packages .mc-package:nth-child(6) .ram {
  color: #3f3ffb;
}

.mc-packages .mc-package:nth-child(6) a.order {
  background: #0404d0;
}

.mc-packages .mc-package:nth-child(7) .ram {
  color: #7e3ffb;
}

.mc-packages .mc-package:nth-child(7) a.order {
  background: #4804d0;
}

.mc-packages .mc-package:nth-child(8) .ram {
  color: #bc3ffb;
}

.mc-packages .mc-package:nth-child(8) a.order {
  background: #8c04d0;
}

.hosting-packages {
  margin: 0 0 50px;
}

.hosting-packages:before,.hosting-packages:after {
  content: " ";
  display: table;
  visibility: hidden;
}

.hosting-packages:after {
  clear: both;
}

.hosting-package {
  width: 30.33%;
  margin: 20px 1.5%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  background: #1e1317;
  background: -webkit-linear-gradient(left,rgba(30,19,23,0.8) 0,rgba(88,53,57,0.6) 50%,rgba(30,19,23,0.8) 100%);
  background: linear-gradient(to right,rgba(30,19,23,0.8) 0,rgba(88,53,57,0.6) 50%,rgba(30,19,23,0.8) 100%);
  color: #fff;
}

.hosting-package .name {
  background: rgba(0,0,0,0.7);
  font-family: "Montserrat",arial,helvetica,sans-serif;
  font-size: 22px;
  padding: 20px 0 5px;
  margin-top: 20px;
}

.hosting-package .name strong {
  font-size: 26px;
}

.hosting-package .price {
  margin: 0 0 10px;
  padding-bottom: 20px;
  font-size: 13px;
  background: rgba(0,0,0,0.7);
  font-family: "Montserrat",arial,helvetica,sans-serif;
  color: #731a37;
}

.hosting-package .price b {
  color: #f05;
  font-size: 28px;
}

.hosting-package .price b sup {
  position: relative;
  top: -3px;
  font-size: 22px;
}

.hosting-package .feature,.hosting-package .smallfeature {
  margin: 0 20px;
  background: rgba(0,0,0,0.4);
  border-top: 1px solid #000;
  padding: 5px 0;
}

.hosting-package .feature strong,.hosting-package .smallfeature strong {
  color: #f05;
  font-size: 18px;
  display: block;
  font-family: "Montserrat",arial,helvetica,sans-serif;
}

.hosting-package .feature strong b,.hosting-package .smallfeature strong b {
  font-size: 22px;
}

.hosting-package .smallfeature {
  color: #c04;
  padding: 10px 0;
}

.hosting-package .smallfeature strong {
  font-size: 16px;
  color: #f05;
  display: inline-block;
}

.hosting-package a.hugebutton {
  margin: 10px 0;
  padding: 10px 20px;
  background: #f05;
  background: -webkit-linear-gradient(top,#f05,#e04);
  background: linear-gradient(to bottom,#f05,#e04);
  box-shadow: inset 0 2px 3px #f7c,0 0 25px rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hosting-package a.hugebutton:hover {
  box-shadow: inset 0 2px 20px #f7c,0 0 25px rgba(0,0,0,0.5);
  text-shadow: 0 1px 10px #000;
}

.about-text {
  text-align: center;
}

.team-members {
  padding: 30px 0;
}

.team-members .member {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px 20px;
}

.team-members .member .image .avatar {
  margin: 40px auto 10px;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #111;
  background-size: 200px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 #000,inset 0 0 50px #000;
  border: 3px solid #3e3f40;
}

.team-members .member .name {
  margin: 15px 0;
  color: #999;
  font-size: 14px;
  font-style: italic;
  font-family: "Raleway",arial,helvetica,sans-serif;
}

.team-members .member .name strong {
  font-family: "Montserrat",arial,helvetica,sans-serif;
  font-size: 19px;
  color: #fff;
}

.team-members .member .desc {
  font-size: 14px;
  font-weight: 300;
}

.team-members .member:hover .image .avatar {
  border-radius: 25px;
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
  background-size: 160px;
}

.team-members .member:nth-child(1):hover .image .avatar {
  box-shadow: 0 0 30px rgba(149,255,0,0.3);
}

.team-members .member:nth-child(2):hover .image .avatar {
  box-shadow: 0 0 30px rgba(4,208,4,0.3);
}

.team-members .member:nth-child(3):hover .image .avatar {
  box-shadow: 0 0 30px rgba(0,204,255,0.3);
}

.team-members .member:nth-child(4):hover .image .avatar {
  box-shadow: 0 0 30px rgba(255,0,85,0.3);
}

.legal-text {
  padding: 50px 10px;
  min-width: 320px;
  box-sizing: border-box;
  width: 80%;
  margin: auto;
}

.legal-text p {
  font-size: 15px;
  font-weight: 300;
  padding-left: 10px;
}

.legal-text h3 {
  margin-top: 30px;
}

@media all and (min-width:1200px) {
  body {
    min-width: 1200px;
  }

  .body {
    width: 1200px;
  }
}

@media only screen and (max-width:1278px) {
  .slider-arrows a {
    left: 0;
  }

  .slider-arrows a+a {
    left: auto;
    right: 0;
  }

  .hugeheading {
    font-size: 72px;
  }

  .hugeheading:after {
    bottom: -25px;
  }

  .subheadingg {
    font-size: 36px;
  }

  .hugeheading+.subheadingg {
    top: -20px;
  }
}

@media only screen and (max-width:1199px) {
  body {
    min-width: 320px;
  }

  .main-header {
    background: url(images/headerback.png) -1448px top no-repeat;
  }

  .menu>ul>li {
    margin-left: 0;
  }

  .menu>ul>li>a {
    padding: 12px 15px;
  }

  .world-map {
    background-position: -400px 50px;
  }

  .footer-links {
    width: 72%;
  }

  .footer-content .textwidget {
    width: 27%;
  }
}

@media only screen and (max-width:1090px) {
  .footer-top {
    background-position: -1518px top;
  }

  .footer-top .social {
    left: 530px;
  }

  .payment-methods .payment-method {
    margin-left: 10px;
  }

  .payment-methods .payment-method+.payment-method {
    margin-left: 10px;
  }
}

@media only screen and (max-width:1023px) {
  .menu>ul>li {
    margin-left: 0;
  }

  .menu>ul>li>a {
    font-size: 13px;
  }
}

@media only screen and (max-width:980px) {
  body {
    -webkit-text-size-adjust: none;
  }

  .topmenu-container {
    height: 0;
    margin-right: 90px;
    float: right;
  }

  .topmenu-container .social {
    margin-top: 8px;
    margin-right: 0;
  }

  .main-header {
    top: -40px;
  }

  .responsive {
    display: block;
  }

  .menu {
    clear: both;
    float: right;
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
    z-index: 20000;
  }

  #menubutton {
    display: block;
  }

  .topmenu {
    display: none;
  }

  .menu {
    width: 320px;
    top: 60px;
  }

  .menu>ul {
    float: right;
    max-width: 100%;
    border-top: 1px solid #333;
  }

  .menu>ul>li {
    clear: both;
    width: 320px;
    float: none;
    margin: 0;
    border-bottom: 1px solid #333;
  }

  .menu>ul>li>a {
    padding-left: 20px;
    margin: 0;
    position: relative;
    background-color: #1c1d1e;
    color: #fff;
  }

  .menu>ul>li>a:hover {
    background-color: #10181a;
    color: #fff;
  }

  .menu>ul>li>a.home {
    background-color: #1c1d1e;
    color: transparent;
  }

  .menu>ul>li>a.home:hover {
    background-color: #10181a;
    color: transparent;
  }

  .menu>ul>li:hover>a {
    color: #fff;
  }

  .menu>ul>li:hover>a:after {
    margin-top: 0;
  }

  .menu>ul>li.dropdown>a {
    background: #1c1d1e url(images/menu-button-small.png) 290px center no-repeat;
  }

  .menu>ul>li.dropdown>a:hover {
    background-color: #10181a;
  }

  .menu>ul>li.dropdown>a:before {
    display: none;
  }

  .menu>ul>li.dropdown>div {
    box-shadow: none;
  }

  .menu>ul>li.dropdown.active>div {
    display: block;
    height: auto;
  }

  .menu>ul>li.dropdown>div {
    visibility: visible;
    float: none;
    display: none;
    height: 0;
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
    padding-bottom: 10px;
    position: relative;
    top: 0!important;
    right: 0;
  }

  .menu>ul>li.dropdown>div ul {
    float: none;
    width: 100%;
  }

  .menu>ul>li.dropdown>div ul>li>a {
    font-size: 13px;
  }

  .menu>ul>li:last-child {
    display: block;
  }

  .secondmenu {
    float: left;
    width: 100%;
    background: #122830;
  }

  .secondmenu a {
    display: block;
    padding: 0 0 0 20px;
    line-height: 40px;
    border-top: 1px solid #234;
    color: rgba(255,255,255,0.6);
  }

  .secondmenu a:hover {
    background: #234a63;
    color: #fff;
  }

  #header {
    height: 60px;
  }

  .slider-arrows a {
    top: 90px;
  }

  .sliders .slider .text {
    box-sizing: border-box;
    padding: 10px;
    background: rgba(0,0,0,0.7);
  }

  .bigheading {
    font-size: 48px;
  }

  .bigheading:after {
    bottom: -25px;
  }

  .smallheading {
    font-size: 22px;
  }

  .bigheading+.smallheading {
    top: -15px;
  }

  .footer-links {
    margin-bottom: 30px;
  }

  .footer-links ul {
    width: 50%;
  }

  .footer-links ul:nth-child(3) {
    clear: left;
  }

  .footer-content .textwidget {
    width: 27%;
  }

  .payment-methods {
    clear: both;
    width: 100%;
  }

  .payment-methods .payment-method {
    margin-left: 10px;
    margin-top: 20px;
  }

  .payment-methods .payment-method+.payment-method {
    margin-left: 10px;
  }

  .hosting-package .name strong {
    display: block;
  }
}

@media only screen and (max-width:960px) {
  .team-members .member .image .avatar {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width:900px) {
  .hugeheading {
    font-size: 52px;
  }

  .hugeheading:after {
    bottom: -30px;
  }

  .subheadingg {
    font-size: 26px;
  }

  .hugeheading+.subheadingg {
    top: -10px;
  }
}

@media only screen and (max-width:840px) {
  .footer-top .links.left,.footer-top .links.right {
    float: none;
  }

  #footer {
    padding-top: 220px;
  }

  .footer-top {
    background-position: center top;
    height: auto;
    min-height: 154px;
    text-align: center;
  }

  .footer-top .social {
    left: 50%;
  }

  .footer-top .links {
    display: none;
  }

  .footer-top .mobile-links {
    display: block;
    margin-top: 130px;
    text-align: center;
  }

  .footer-top .mobile-links a {
    display: inline-block;
    float: none;
    margin-top: 5px;
  }

  .mc-features {
    width: 90%;
    margin-left: 7%;
  }

  .mc-desc {
    width: 96%;
  }
}

@media only screen and (max-width:800px) {
  .home-services .service {
    width: 46.33%;
    display: inline-block;
    float: none;
  }

  .bigheading {
    font-size: 42px;
  }

  .bigheading:after {
    bottom: -40px;
  }

  .smallheading {
    font-size: 20px;
  }

  .bigheading+.smallheading {
    top: -10px;
  }

  .feature-list .feature {
    width: 50%;
  }

  .big-service {
    width: 90%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    float: none;
  }

  .big-service-details {
    width: 94%;
  }

  .mc-packages {
    background: none;
    box-shadow: none;
  }

  .mc-packages .mc-package {
    width: 25%;
    margin: 10px 0;
  }

  .mc-packages .mc-package a.order:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .mc-packages .body:hover .mc-package {
    width: 25%;
  }

  .mc-packages .body:hover .mc-package:hover {
    width: 25%;
  }

  .mc-packages .body:hover .mc-package:hover:before {
    height: 20px;
    top: -20px;
  }

  .mc-packages .body:hover .mc-package:hover:after {
    height: 20px;
    bottom: -20px;
  }

  .team-members .member {
    width: 50%;
  }

  .team-members .member .image .avatar {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width:640px) {
  .hugeheading {
    font-size: 36px;
  }

  .hugeheading:after {
    display: none;
  }

  .subheadingg {
    font-size: 22px;
  }

  .hugeheading+.subheadingg {
    top: 0;
  }

  .bigheading {
    font-size: 32px;
  }

  .bigheading:after {
    display: none;
  }

  .smallheading {
    font-size: 18px;
  }

  .bigheading+.smallheading {
    top: 0;
  }

  .sliders .slider {
    text-align: center;
  }

  .sliders .slider .text {
    margin: 40px 2% 0;
    width: 96%;
    max-width: 100%;
  }

  .sliders .slider a.hugebutton {
    margin-left: 0;
    padding: 15px 10px;
  }

  .footer-links {
    width: 100%;
    clear: none;
  }

  .footer-links ul {
    width: 50%;
  }

  .footer-links ul:nth-child(3) {
    clear: left;
  }

  .footer-content .textwidget {
    max-width: 90%;
    width: 90%;
    margin-right: 5%;
    clear: none;
  }

  .payment-methods .payment-method {
    font-size: 11px;
  }
}

@media only screen and (max-width:600px) {
  .world-map {
    background-position: center 30px;
    background-size: 150%;
    min-height: 200px;
  }

  .world-map .map-pin {
    display: none;
  }

  .world-map .map-cities {
    padding-top: 80px;
  }

  .world-map .map-cities .city .popup {
    display: none!important;
  }

  .hosting-package {
    width: 68%;
    margin: 10px auto;
    min-width: 320px;
    float: none;
  }
}

@media only screen and (max-width:540px) {
  .feature-list .feature {
    width: 100%;
  }
}

@media only screen and (max-width:480px) {
  a.logo {
    margin-left: 10px;
  }

  .big-service .service-biginfo .title {
    font-size: 24px;
  }

  .big-service .service-biginfo .order-button a.hugebutton {
    margin-left: 0;
    padding: 15px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width:479px) {
  a.logo {
    margin-top: 51px;
  }

  a.logo img {
    width: 170px;
  }

  .topmenu-container {
    margin-right: 60px;
  }

  .payment-methods .payment-method,.payment-methods .payment-method+.payment-method {
    margin-left: 0;
    margin-right: 0;
  }

  .team-members .member {
    width: 100%;
  }
}

@media only screen and (max-width:400px) {
  .home-services .service {
    width: 96.33%;
  }

  .game-list a.game {
    width: 280px;
    background-size: 360px;
    height: 180px;
  }

  .game-list a.game:hover {
    -webkit-transform: scale(1.1111);
    -ms-transform: scale(1.1111);
    transform: scale(1.1111);
    background-size: 320px;
  }

  .mc-packages .mc-package {
    width: 50%;
  }

  .mc-packages .body:hover .mc-package {
    width: 50%;
  }

  .mc-packages .body:hover .mc-package:hover {
    width: 50%;
  }

  ul.fancy-list li {
    width: 96%;
  }
}

@media only screen and (max-width:319px) {
  a.logo {
    margin-left: 60px;
  }

  #menubutton {
    left: 0;
    right: auto;
  }
}

.jos {
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
}

.exo {
  font-family: 'Exo 2',arial,helvetica,sans-serif;
}

strong,b {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

i,.italic {
  font-style: italic;
}

p {
  line-height: 1.2em;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.redback {
  background: red;
}

.redshine {
  box-shadow: 0 0 10px red;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.sizing {
  box-sizing: border-box;
}

div.clear {
  clear: both;
}

.trans {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.responsive {
  display: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  box-sizing: border-box;
}

*,:before,:after {
  box-sizing: inherit;
}

body {
  color: #fff;
}

a:link,a:visited {
  text-decoration: none;
}

a img {
  border: 0;
}

input {
  font-size: 13px;
}

.half {
  width: 50%;
  float: left;
}

@-webkit-keyframes simpleRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes simpleRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slider-area {
  margin: 0 auto;
  max-width: 1400px;
  min-height: 441px;
  background: url(images/intro-arrow-1.png) center top no-repeat,url(images/intro-arrow-2.png) left 118px no-repeat,url(images/intro-arrow-3.png) right 87px no-repeat;
}

.slider-area .title {
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  padding-top: 52px;
}

.slider-area .bigtitle {
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.slider-area .subtitle {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.big-services {
  max-width: 1296px;
  margin: 0 auto;
  padding-top: 136px;
  padding-bottom: 15px;
}

.big-services:after {
  content: "";
  display: table;
  clear: both;
}

.big-services .service {
  font-family: 'Exo 2',arial,helvetica,sans-serif;
  position: relative;
  text-align: center;
  float: left;
  padding-bottom: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.big-services .service .wrapper {
  background: -webkit-linear-gradient(top,#303634,#1f2221);
  background: linear-gradient(to bottom,#303634,#1f2221);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  padding: 19px 17px 40px;
  position: relative;
}

.big-services .service *,.big-services .service :before {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.big-services .service .img {
  height: 115px;
  position: relative;
  background: center center no-repeat;
  font-size: 14px;
  background-size: 20em;
}

.big-services .service .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(47,53,51,0.5);
  box-shadow: inset 0 5px 25px 8px rgba(0,0,0,0.8);
}

.big-services .service .service-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  line-height: 33px;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
}

.big-services .service .text {
  font-size: 14px;
  margin: 15px 30px 0;
  color: #fff;
  font-weight: 300;
}

.big-services .service .price {
  color: #636a67;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.big-services .service .price strong {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.big-services .service .button-area {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.big-services .service .button-area a {
  position: absolute;
  left: 50%;
  top: 2px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: inline-block;
  color: #999;
  background: #333;
  line-height: 42px;
  font-size: 14px;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  padding: 0 49px 3px 57px;
  width: 170px;
  background: url(images/cornered-button-1.png) no-repeat;
  background-size: 170px;
}

.big-services .service .button-area a:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
  width: 28px;
  height: 28px;
  background: url(images/logo-grayscale.png) no-repeat;
  background-size: 28px;
}

.big-services .service.service-color-1 .service-title {
  color: #00d883;
}

.big-services .service.service-color-1 .price strong {
  color: #00d883;
}

.big-services .service.service-color-1 .button-area a {
  color: #00d883;
}

.big-services .service.service-color-1 .wrapper {
  border-bottom: 3px solid #003f26;
}

.big-services .service.service-color-1 .button-area a {
  background: url(images/cornered-button-1.png) no-repeat;
}

.big-services .service.service-color-2 .service-title {
  color: #ff4100;
}

.big-services .service.service-color-2 .price strong {
  color: #ff4100;
}

.big-services .service.service-color-2 .button-area a {
  color: #ff4100;
}

.big-services .service.service-color-2 .wrapper {
  border-bottom: 3px solid #661a00;
}

.big-services .service.service-color-2 .button-area a {
  background: url(images/cornered-button-2.png) no-repeat;
}

.big-services .service.service-color-3 .service-title {
  color: #00ff3e;
}

.big-services .service.service-color-3 .price strong {
  color: #00ff3e;
}

.big-services .service.service-color-3 .button-area a {
  color: #00ff3e;
}

.big-services .service.service-color-3 .wrapper {
  border-bottom: 3px solid #006619;
}

.big-services .service.service-color-3 .button-area a {
  background: url(images/cornered-button-3.png) no-repeat;
}

.big-services .service.service-color-4 .service-title {
  color: #00beff;
}

.big-services .service.service-color-4 .price strong {
  color: #00beff;
}

.big-services .service.service-color-4 .button-area a {
  color: #00beff;
}

.big-services .service.service-color-4 .wrapper {
  border-bottom: 3px solid #004c66;
}

.big-services .service.service-color-4 .button-area a {
  background: url(images/cornered-button-4.png) no-repeat;
}

.big-services .service.service-color-5 .service-title {
  color: #6885c1;
}

.big-services .service.service-color-5 .price strong {
  color: #6885c1;
}

.big-services .service.service-color-5 .button-area a {
  color: #6885c1;
}

.big-services .service.service-color-5 .wrapper {
  border-bottom: 3px solid #2a3e66;
}

.big-services .service.service-color-5 .button-area a {
  background: url(images/cornered-button-5.png) no-repeat;
}

.big-services .service .button-area a {
  background-size: 170px!important;
  letter-spacing: 0;
}

.big-services .service .button-area a:hover {
  letter-spacing: .1em;
}

.big-services .service .button-area a:hover:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  width: 42px;
  height: 42px;
  background: url(images/logo-grayscale.png) no-repeat;
  background-size: 42px;
}

.big-services .service.small {
  width: 14.4%;
  z-index: 1;
}

.big-services .service.small .wrapper {
  padding: 13px 13px 40px;
  margin-top: 77px;
  background: -webkit-linear-gradient(top,#282d2b,#1a1d1c);
  background: linear-gradient(to bottom,#282d2b,#1a1d1c);
  border-bottom-width: 2px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.big-services .service.small .img {
  height: 71px;
}

.big-services .service.small .service-title {
  font-size: 13px;
}

.big-services .service.small .text {
  font-size: 11px;
  margin: 10px 0 0;
  font-weight: 300;
}

.big-services .service.small .price {
  font-size: 12px;
}

.big-services .service.small .price strong {
  font-size: 14px;
}

.big-services .service.small .button-area a {
  -webkit-transform: translate(-50%,-50%) scale(.8);
  -ms-transform: translate(-50%,-50%) scale(.8);
  transform: translate(-50%,-50%) scale(.8);
}

.big-services .service.medium {
  width: 22.8%;
  z-index: 2;
}

.big-services .service.medium .wrapper {
  margin-top: 25px;
}

.big-services .service.medium.smaller .img {
  height: 105px;
}

.big-services .service.medium.smaller .wrapper {
  margin-top: 35px;
}

.big-services .service.large {
  width: 25.2%;
  z-index: 3;
}

.big-services .service.large .wrapper {
  padding: 14px 13px 35px;
  margin-top: 0;
  background: -webkit-linear-gradient(top,#4e5955,#2f3533);
  background: linear-gradient(to bottom,#4e5955,#2f3533);
  border-bottom-width: 4px;
}

.big-services .service.large .img {
  height: 145px;
  background-size: 22em;
}

.big-services .service.large .img:before {
  background-color: rgba(0,0,0,0);
  box-shadow: inset 0 5px 25px 0 rgba(0,0,0,0.8);
}

.big-services .service.large .service-title {
  font-size: 22px;
  line-height: 44px;
}

.big-services .service.large .text {
  font-size: 16px;
  margin: 13px 30px 0;
  font-weight: 300;
}

.big-services .service.large .price {
  font-size: 16px;
  color: #a3ada9;
}

.big-services .service.large .price strong {
  font-size: 20px;
}

.cropped-tab {
  position: absolute;
  right: 0;
  top: -34px;
  background: url(images/cropped-tab.png) no-repeat;
  width: 222px;
  height: 34px;
  line-height: 34px;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-size: 13px;
  color: #9fc9bb;
  padding-left: 25px;
  text-align: center;
}

.linebutton,a.linebutton,button.linebutton {
  display: inline-block;
  line-height: 36px;
  padding: 0 22px 4px;
  font-size: 16px;
  font-weight: 700;
  color: #0fa;
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,255,170,0.4);
  border-radius: 3px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.linebutton:hover,a.linebutton:hover,button.linebutton:hover {
  background: rgba(0,255,170,0.8);
  color: #000;
}

.promo-bar {
  min-height: 216px;
  position: relative;
  padding-left: 360px;
}

.promo-bar .title {
  font-size: 30px;
  font-weight: 700;
  padding: 20px 0 18px;
}

.promo-bar .title strong {
  font-size: 42px;
  color: #0fa;
}

.promo-bar .text {
  font-size: 16px;
}

.promo-bar .text strong {
  color: #0fa;
}

.promo-bar .buttonset {
  padding: 18px 0 0 5px;
}

.promo-bar .buttonset a {
  margin-right: 20px;
}

.inner-top-shadow {
  box-shadow: inset 0 30px 30px rgba(0,0,0,0.2);
}

.background-5 {
  background: -webkit-linear-gradient(top,#303634,#222725);
  background: linear-gradient(to bottom,#303634,#222725);
}

.big-features {
  background: -webkit-linear-gradient(top,#0c0e0d,#222725);
  background: linear-gradient(to bottom,#0c0e0d,#222725);
  padding: 50px 0 85px;
}

.big-features:after {
  content: "";
  display: table;
  clear: both;
}

.big-features.lighter {
  background: -webkit-linear-gradient(top,#303634,#222725);
  background: linear-gradient(to bottom,#303634,#222725);
}

.big-features .feature {
  float: left;
  width: 25%;
  text-align: center;
}

.big-features .feature .ficon {
  width: 100%;
  height: 77px;
  margin: 20px 0 25px;
}

.big-features .feature .ficon.ficon-1 {
  background: url(images/ficon-1.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-2 {
  background: url(images/ficon-2.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-3 {
  background: url(images/ficon-3.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-4 {
  background: url(images/ficon-4.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-5 {
  background: url(images/ficon-5.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-6 {
  background: url(images/ficon-6.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-7 {
  background: url(images/ficon-7.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-8 {
  background: url(images/ficon-8.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-9 {
  background: url(images/ficon-9.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-0 {
  background: url(images/ficon-0.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .ficon.ficon-10 {
  background: url(images/ficon-10.png) center center no-repeat;
  background-size: 100px;
}

.big-features .feature .title {
  color: #0fa;
  font-size: 18px;
  font-weight: 700;
}

.big-features .feature .text {
  color: #a9c0b8;
  font-size: 15px;
  font-weight: 300;
  margin: 20px auto;
  width: 90%;
  max-width: 220px;
}

.bigarrow-1-bottom {
  position: relative;
}

.bigarrow-1-bottom:after {
  position: absolute;
  content: "";
  display: block;
  background: url(images/bigarrow-1.png) center center no-repeat;
  height: 84px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bigarrow-2-bottom {
  position: relative;
}

.bigarrow-2-bottom:after {
  position: absolute;
  content: "";
  display: block;
  background: url(images/bigarrow-2.png) center center no-repeat;
  height: 84px;
  bottom: -84px;
  left: 0;
  width: 100%;
}

.bigarrow-2-top {
  position: relative;
}

.bigarrow-2-top:before {
  position: absolute;
  content: "";
  display: block;
  background: url(images/bigarrow-2.png) center center no-repeat;
  height: 84px;
  top: 0;
  left: 0;
  width: 100%;
}

.background-2 {
  background: #4c5352 url(images/background-2.png) top center no-repeat;
}

.background-3 {
  background: -webkit-linear-gradient(top,#181f1d,#181f1d 220px,rgba(24,31,29,0));
  background: linear-gradient(to bottom,#181f1d,#181f1d 220px,rgba(24,31,29,0));
}

.background-4 {
  background: -webkit-linear-gradient(top,#191c19,#151715);
  background: linear-gradient(to bottom,#191c19,#151715);
}

.bigheading {
  font-size: 32px;
  color: #0fa;
  font-weight: 700;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  text-align: center;
  padding: 60px 0 0;
  font-variant: small-caps;
}

.bigheading.no-padding {
  padding-top: 0;
}

.subheading {
  font-size: 18px;
  color: #a9c0b8;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  text-align: center;
  padding: 60px 0 0;
}

.bigheading+.subheading {
  padding-top: 15px;
}

.testimonial-slider {
  padding: 35px 0 12px;
  position: relative;
}

.testimonial-slider .testimonial {
  margin: auto;
  width: 90%;
}

.testimonial-slider .testimonial:after {
  content: "";
  display: table;
  clear: both;
}

.testimonial-slider .testimonial .quote {
  background: #181f1d;
  border-radius: 3px;
  box-shadow: inset 0 5px 17px rgba(0,0,0,0.5);
  width: 50%;
  padding: 25px 20px;
  margin-top: 20px;
  float: left;
  position: relative;
  font-style: italic;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
}

.testimonial-slider .testimonial .quote:after {
  content: "";
  display: block;
  position: absolute;
  background: url(images/quote-arrow.png) no-repeat;
  height: 79px;
  width: 70px;
  right: -55px;
  top: 53px;
}

.testimonial-slider .testimonial .quote .title {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 5px;
}

.testimonial-slider .testimonial .quote .text {
  color: #a9c0b8;
  font-size: 16px;
}

.testimonial-slider .testimonial .source-area {
  width: 50%;
  float: left;
  position: relative;
  left: 10px;
  min-height: 260px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.testimonial-slider .testimonial .source-area .avatar {
  text-align: center;
  float: left;
  width: 28%;
  margin-left: 5%;
  margin-top: 36px;
}

.testimonial-slider .testimonial .source-area .avatar img {
  height: 108px;
}

.testimonial-slider .testimonial .source-area .avatar .name {
  color: #0fa;
  font-size: 16px;
  font-weight: 700;
}

.testimonial-slider .testimonial .source-area a.source-button {
  margin: 88px 0 0 10px;
  padding: 0 40px 2px 20px;
  line-height: 40px;
  float: left;
  background: url(images/testimonial-button-right.png) right center no-repeat;
  height: 42px;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #0fa;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.testimonial-slider .testimonial .source-area a.source-button:before {
  content: "";
  display: block;
  position: absolute;
  background: url(images/testimonial-button-left.png) no-repeat;
  left: -9px;
  top: 0;
  width: 9px;
  height: 42px;
}

.testimonial-slider .testimonial .source-area a.source-button:hover {
  color: #ffbc8f;
}

.testimonial-slider .testimonial+.testimonial {
  display: none;
}

.testimonial-slider .arrows a {
  width: 34px;
  height: 170px;
  position: absolute;
  top: 60px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 3;
}

.testimonial-slider .arrows a:hover {
  width: 54px;
}

.testimonial-slider .arrows .left {
  left: 10px;
  background: url(images/testimonial-arrow-left.png) left center no-repeat;
}

.testimonial-slider .arrows .left:hover {
  left: 0;
}

.testimonial-slider .arrows .right {
  right: 10px;
  background: url(images/testimonial-arrow-right.png) right center no-repeat;
}

.testimonial-slider .arrows .right:hover {
  right: 0;
}

.faq-list {
  padding: 70px 10px 50px;
}

.faq-list:after {
  content: "";
  display: table;
  clear: both;
}

.faq-list .faq .q {
  background: url(images/icon-question.png) left center no-repeat;
  background-size: 24px;
  font-size: 18px;
  padding-left: 35px;
  margin: 25px 25px 0;
  line-height: 24px;
  cursor: pointer;
}

.faq-list .faq .q:after {
  content: "";
  display: inline-block;
  background: url(images/dropdown-arrow.png) no-repeat;
  background-size: 26px;
  height: 9px;
  width: 26px;
}

.faq-list .faq .a {
  padding: 15px 20px;
  border: 1px solid rgba(20,145,255,0.1);
  margin: 10px 25px;
  background: rgba(24,31,29,0.8);
  font-weight: 300;
  color: #a9c0b8;
}

.huge-logo-back {
  background: url(images/huge-logo-background.png) center -5px no-repeat;
  padding-top: 84px;
}

.page-heading {
  padding: 0 0 50px;
}

.page-heading .heading-title {
  font-size: 64px;
  font-weight: 100;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  line-height: 56px;
  margin-bottom: 25px;
  margin-top: 25px;
  text-shadow: 0 1px 1px #000;
  text-align: center;
}

.page-heading .heading-title strong {
  font-weight: 700;
}

.page-heading .heading-text {
  font-weight: 300;
  text-align: center;
  padding: 50px 20px;
  background: rgba(0,0,0,0.7);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0) 100%);
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.page-heading .heading-text p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.page-heading .heading-text p.small {
  color: #ccc;
  font-size: 13px;
}

.page-heading .heading-text p+p {
  margin-top: 20px;
}

.page-heading .hilite-area {
  padding: 20px;
}

.page-heading .hilite-area .box {
  background: -webkit-linear-gradient(top,#404846,#1f2221);
  background: linear-gradient(to bottom,#404846,#1f2221);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  padding: 19px 17px 40px;
}

.page-heading .hilite-area .img {
  margin-top: 20px;
  position: relative;
  background: center center no-repeat;
  font-size: 14px;
}

.page-heading .hilite-area .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(47,53,51,0.7);
  box-shadow: inset 0 5px 25px 8px rgba(0,0,0,0.8);
}

.page-heading .hilite-area .title {
  background: rgba(0,0,0,0.6);
  line-height: 33px;
  padding: 10px 0 14px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.page-heading .hilite-area .text {
  font-size: 14px;
  margin: 15px 30px 0;
  color: #fff;
  font-weight: 300;
}

.page-heading .hilite-area ul {
  position: relative;
  padding: 20px 0;
}

.page-heading .hilite-area ul li {
  padding: 8px 10px 8px 30px;
  font-size: 20px;
  font-weight: 300;
}

.page-heading .hilite-area ul li:before {
  position: relative;
  top: 8px;
  display: block;
  content: "";
  float: left;
  background: url(images/dropdown-arrow.png) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 12px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.page-heading.left-aligned .heading-area {
  float: left;
  width: 60%;
}

.page-heading.left-aligned .hilite-area {
  width: 40%;
  float: left;
}

.page-heading.left-aligned .heading-title {
  text-align: left;
}

.page-heading.left-aligned .heading-text {
  text-align: left;
}

.packages-area {
  padding: 60px 10px;
}

.box-packages .plan-table {
  float: left;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  margin-bottom: 40px;
  position: relative;
}

.box-packages .plan-table:before,.box-packages .plan-table:after {
  content: "";
  display: block;
  width: 8%;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: .5;
}

.box-packages .plan-table:before {
  left: 0;
  background: -webkit-linear-gradient(45deg,#111418,#ccc,#111814);
  background: linear-gradient(45deg,#111418,#ccc,#111814);
  box-shadow: 1px 0 2px #000;
}

.box-packages .plan-table:after {
  right: 0;
  background: -webkit-linear-gradient(45deg,#111,#ccc,#000);
  background: linear-gradient(45deg,#111,#ccc,#000);
  box-shadow: -1px 0 2px #000;
}

.box-packages .plan-table .name {
  font-size: 42px;
  font-weight: 300;
  position: absolute;
  left: 0;
  width: 100%;
  top: -40px;
  height: 40px;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
  text-align: center;
  opacity: .5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.box-packages .plan-table:hover .name {
  top: -50px;
  font-size: 48px;
  opacity: 1;
  height: 50px;
}

.box-packages .plan-table .price {
  position: relative;
  font-weight: 300;
  text-align: center;
  padding: 25px 0 10px;
  margin-top: 20px;
  color: #fff;
}

.box-packages .plan-table .price:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 20px rgba(0,0,0,0.5),10px 10px 30px -10px #ff4000,10px -10px 30px -10px #00ff40,-10px 10px 30px -10px #00c0ff,-10px -10px 30px -10px #fff;
}

.box-packages .plan-table .price sup {
  font-size: 20px;
  top: -6px;
  left: -5px;
  position: relative;
}

.box-packages .plan-table .price small {
  font-size: 24px;
  position: relative;
  top: -5px;
}

.box-packages .plan-table .price span {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
}

.box-packages .plan-table .price strong {
  position: relative;
  font-weight: 400;
  font-size: 36px;
}

.box-packages .plan-table .band {
  margin: 50px 15px 10px;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.2),0 1px 2px #000,0 -1px 1px rgba(255,255,255,0.2);
  background: rgba(40,45,40,0.2);
  background: #3e4643;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 5px 0;
}

.box-packages .plan-table .band li {
  padding: 5px 0;
  text-align: center;
  font-weight: 300;
}

.box-packages .plan-table .band li strong {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
}

.box-packages .plan-table .band li b {
  font-size: 16px;
  display: block;
  line-height: 24px;
}

.box-packages .plan-table .band li:first-child {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.box-packages .plan-table .details ul li {
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  color: rgba(255,255,255,0.8);
  text-align: center;
}

.box-packages .plan-table .details ul li b {
  margin-right: 5px;
  display: inline-block;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.box-packages .plan-table .buttonset {
  text-align: center;
}

.box-packages .plan-table .buttonset a {
  line-height: 42px;
  padding: 0 10.5px;
  background: -webkit-linear-gradient(top,#4e002b,#34001d);
  background: linear-gradient(to bottom,#4e002b,#34001d);
  color: #ff018f;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(255,1,143,0.5),0 1px 2px #000;
  margin: 10px auto;
  display: inline-block;
}

.box-packages .plan-table .buttonset a:hover {
  background: -webkit-linear-gradient(top,#67003a,#4e002b);
  background: linear-gradient(to bottom,#67003a,#4e002b);
}

.box-packages .plan-table .buttonset a:before,.box-packages .plan-table .buttonset a:after {
  position: absolute;
  content: "";
  display: block;
  width: 29.694px;
  height: 29.694px;
  top: 5.9388px;
  background: -webkit-linear-gradient(315deg,#4e002b,#34001d);
  background: linear-gradient(135deg,#4e002b,#34001d);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.box-packages .plan-table .buttonset a:hover:before,.box-packages .plan-table .buttonset a:hover:after {
  background: -webkit-linear-gradient(315deg,#67003a,#4e002b);
  background: linear-gradient(135deg,#67003a,#4e002b);
}

.box-packages .plan-table .buttonset a:before {
  left: -14.847px;
  box-shadow: inset 3px 0 2px -2px rgba(255,1,143,0.5),0 2px 1px -1px #000;
}

.box-packages .plan-table .buttonset a:after {
  right: -14.847px;
  box-shadow: inset 0 3px 2px -2px rgba(255,1,143,0.5),2px 0 1px -1px #000;
}

.box-packages .plan-table .buttonset a span {
  position: relative;
  z-index: 6;
}

.box-packages .plan-table.purple .name {
  color: #f09;
}

.box-packages .plan-table:nth-child(1) {
  margin-top: 40px;
  padding-bottom: 0;
  background: -webkit-linear-gradient(top,#282d2b,#1a1d1c);
  background: linear-gradient(to bottom,#282d2b,#1a1d1c);
}

.box-packages .plan-table:nth-child(1) .buttonset {
  margin-top: 0;
}

.box-packages .plan-table:nth-child(1) .details {
  margin-top: 10px;
}

.box-packages .plan-table:nth-child(2) {
  margin-top: 30px;
  padding-bottom: 5px;
  background: -webkit-linear-gradient(top,#303634,#1f2221);
  background: linear-gradient(to bottom,#303634,#1f2221);
}

.box-packages .plan-table:nth-child(2) .buttonset {
  margin-top: 5px;
}

.box-packages .plan-table:nth-child(2) .details {
  margin-top: 20px;
}

.box-packages .plan-table:nth-child(3) {
  margin-top: 20px;
  padding-bottom: 10px;
  background: -webkit-linear-gradient(top,#4e5955,#2f3533);
  background: linear-gradient(to bottom,#4e5955,#2f3533);
}

.box-packages .plan-table:nth-child(3) .buttonset {
  margin-top: 10px;
}

.box-packages .plan-table:nth-child(3) .details {
  margin-top: 30px;
}

.box-packages .plan-table:nth-child(4) {
  margin-top: 10px;
  padding-bottom: 15px;
  background: -webkit-linear-gradient(top,#6c7c76,#3f4845);
  background: linear-gradient(to bottom,#6c7c76,#3f4845);
}

.box-packages .plan-table:nth-child(4) .buttonset {
  margin-top: 15px;
}

.box-packages .plan-table:nth-child(4) .details {
  margin-top: 40px;
}

.box-packages .plan-table:nth-child(4) {
  margin-top: 0;
  padding-bottom: 20px;
  background: -webkit-linear-gradient(top,#6c7c76,#3f4845);
  background: linear-gradient(to bottom,#6c7c76,#3f4845);
}

.box-packages .plan-table:nth-child(4) .buttonset {
  margin-top: 20px;
}

.box-packages .plan-table:nth-child(4) .details {
  margin-top: 50px;
}

.box-packages.packages-four .plan-table {
  width: 23.6%;
  margin-left: .7%;
  margin-right: .7%;
}

.box-packages.packages-five .plan-table {
  width: 19%;
  margin-left: .5%;
  margin-right: .5%;
}

.box-packages.packages-three .plan-table {
  width: 31%;
  margin-left: 1.66%;
  margin-right: 1.66%;
}

.image-demo {
  padding-right: 40%;
  padding-bottom: 50px;
  padding-left: 10px;
  background-size: auto 350px;
}

.image-demo.cpanel {
  background-image: url(images/cpanel-demo.png);
  background-position: right 50px;
  background-repeat: no-repeat;
}

.image-demo.tcadmin {
  background-image: url(images/tcadmin-demo.png);
  background-position: right 50px;
  background-repeat: no-repeat;
}

.image-demo.multicraft {
  background-image: url(images/multicraft-demo.png);
  background-position: right 50px;
  background-repeat: no-repeat;
}

.image-demo ul.check {
  margin: 30px 20px 0;
  max-width: 800px;
}

.image-demo ul.check:after {
  content: "";
  display: table;
  clear: both;
}

.image-demo ul.check li {
  float: left;
  width: 50%;
  background: url(images/check.png) left center no-repeat;
  background-size: 24px;
  padding: 10px 10px 10px 40px;
}

.alignleft {
  text-align: left;
}

.minecraft-packages {
  margin: 50px auto 0;
  width: 88%;
}

.minecraft-packages:after {
  content: "";
  display: table;
  clear: both;
}

.minecraft-packages .package {
  float: left;
  width: 9%;
  position: relative;
  cursor: pointer;
  min-height: 200px;
}

.minecraft-packages .package .intro {
  position: absolute;
  width: 150%;
  left: -25%;
  padding-top: 150%;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #1a1d1c;
  box-shadow: 0 0 20px #000;
}

.minecraft-packages .package .intro,.minecraft-packages .package .intro * {
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.minecraft-packages .package .intro .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(210deg,rgba(255,255,255,0.1),#1a1d1c);
  background: linear-gradient(-120deg,rgba(255,255,255,0.1),#1a1d1c);
  padding-top: 5px;
}

.minecraft-packages .package .intro .name {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 0 0 5px 15px;
  background: rgba(0,0,0,0.5);
}

.minecraft-packages .package .intro .ram {
  padding: 0 0 0 15px;
  background: rgba(0,0,0,0.5);
  color: #00e629;
  font-size: 24px;
}

.minecraft-packages .package .intro .ram span {
  font-size: 28px;
}

.minecraft-packages .package .intro .price {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: right;
  padding-right: 10px;
  -webkit-transform-origin: 20px 20px;
  -ms-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: .3;
}

.minecraft-packages .package .intro .price strong {
  font-weight: 300;
  font-size: 24px;
}

.minecraft-packages .package .intro .price small {
  font-size: 13px;
  display: none;
}

.minecraft-packages .package .details {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  width: 220px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  top: 160px;
}

.minecraft-packages .package .details .outer-wrapper {
  background: -webkit-linear-gradient(top,#869591,#4d5755);
  background: linear-gradient(to bottom,#869591,#4d5755);
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  position: relative;
  border-radius: 5px;
  padding: 15px 10px;
}

.minecraft-packages .package .details .outer-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -20px;
  width: 0;
  height: 0;
  margin-left: -25px;
  border-bottom: 21px solid #869591;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.minecraft-packages .package .details .wrapper {
  border-radius: 3px;
  background: rgba(0,0,0,0.2);
  box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}

.minecraft-packages .package .details .wrapper>div {
  text-align: center;
  margin-top: 1px;
  padding: 5px 10px 8px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  font-size: 13px;
}

.minecraft-packages .package .details .wrapper>div span {
  font-size: 14px;
}

.minecraft-packages .package .details .wrapper>div.name {
  padding-top: 10px;
}

.minecraft-packages .package .details .wrapper>div.ram {
  background: rgba(1,54,14,0.7);
  font-size: 20px;
}

.minecraft-packages .package .details .wrapper>div.ram strong {
  font-size: 24px;
}

.minecraft-packages .package .details .wrapper>div.exp {
  margin: 15px 0 0;
  font-size: 11px;
  background: rgba(0,0,0,0.5);
}

.minecraft-packages .package .details .wrapper>div.price {
  background: rgba(0,0,0,0.7);
}

.minecraft-packages .package .details .wrapper>div.price strong {
  font-size: 20px;
}

.minecraft-packages .package .details .wrapper>div.price small {
  display: block;
  font-size: 12px;
}

.minecraft-packages .package .details .wrapper>div.buttonset {
  position: relative;
  text-align: center;
  background: rgba(0,0,0,0.2);
}

.minecraft-packages .package .details .wrapper>div.buttonset a {
  line-height: 42px;
  padding: 0 10.5px;
  background: -webkit-linear-gradient(top,#00300d,#001706);
  background: linear-gradient(to bottom,#00300d,#001706);
  color: #01e23e;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(1,226,62,0.5),0 1px 2px #000;
  margin: 5px auto;
  display: inline-block;
}

.minecraft-packages .package .details .wrapper>div.buttonset a:hover {
  background: -webkit-linear-gradient(top,#004a14,#00300d);
  background: linear-gradient(to bottom,#004a14,#00300d);
}

.minecraft-packages .package .details .wrapper>div.buttonset a:before,.minecraft-packages .package .details .wrapper>div.buttonset a:after {
  position: absolute;
  content: "";
  display: block;
  width: 29.694px;
  height: 29.694px;
  top: 5.9388px;
  background: -webkit-linear-gradient(315deg,#00300d,#001706);
  background: linear-gradient(135deg,#00300d,#001706);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.minecraft-packages .package .details .wrapper>div.buttonset a:hover:before,.minecraft-packages .package .details .wrapper>div.buttonset a:hover:after {
  background: -webkit-linear-gradient(315deg,#004a14,#00300d);
  background: linear-gradient(135deg,#004a14,#00300d);
}

.minecraft-packages .package .details .wrapper>div.buttonset a:before {
  left: -14.847px;
  box-shadow: inset 3px 0 2px -2px rgba(1,226,62,0.5),0 2px 1px -1px #000;
}

.minecraft-packages .package .details .wrapper>div.buttonset a:after {
  right: -14.847px;
  box-shadow: inset 0 3px 2px -2px rgba(1,226,62,0.5),2px 0 1px -1px #000;
}

.minecraft-packages .package .details .wrapper>div.buttonset a span {
  position: relative;
  z-index: 6;
}

.minecraft-packages .package:nth-child(1) .intro {
  background: #1f8140;
}

.minecraft-packages .package:nth-child(2) .intro {
  background: #1f8161;
}

.minecraft-packages .package:nth-child(3) .intro {
  background: #1f8181;
}

.minecraft-packages .package:nth-child(4) .intro {
  background: #1f6081;
}

.minecraft-packages .package:nth-child(5) .intro {
  background: #1f3f81;
}

.minecraft-packages .package:nth-child(6) .intro {
  background: #1f1f81;
}

.minecraft-packages .package:nth-child(7) .intro {
  background: #401f81;
}

.minecraft-packages .package:nth-child(8) .intro {
  background: #611f81;
}

.minecraft-packages .package:nth-child(9) .intro {
  background: #811f81;
}

.minecraft-packages .package:nth-child(10) .intro {
  background: #811f60;
}

.minecraft-packages .package:nth-child(11) .intro {
  background: #811f3f;
}

.minecraft-packages .package:nth-child(12) .intro {
  background: #811f1f;
}

.minecraft-packages .package:nth-child(13) .intro {
  background: #81401f;
}

.minecraft-packages .package:nth-child(14) .intro {
  background: #81611f;
}

.minecraft-packages .package:hover .intro {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 100;
  width: 200%;
  left: -50%;
  top: -25px;
  padding-top: 200%;
}

.minecraft-packages .package:hover .intro .name {
  text-align: center;
  padding-left: 0;
  font-size: 20px;
}

.minecraft-packages .package:hover .intro .ram {
  text-align: center;
  padding-left: 0;
}

.minecraft-packages .package:hover .intro .price {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-transform-origin: 20px 20px;
  -ms-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  top: 90px;
  opacity: 1;
}

.minecraft-packages .package:hover .intro .price strong {
  font-size: 36px;
}

.minecraft-packages .package:hover .intro .price small {
  display: block;
}

.minecraft-packages .package:hover .details {
  visibility: visible;
  opacity: 1;
  z-index: 120;
}

.minecraft-packages .package:hover .details:hover .outer-wrapper {
  background: -webkit-linear-gradient(top,#869591,#6f7977);
  background: linear-gradient(to bottom,#869591,#6f7977);
}

.small-features {
  padding: 20px 10px 70px;
}

.small-features .features>div {
  float: left;
  width: 30%;
  margin: 10px 1.66%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.small-features .features>div:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(images/star.png) no-repeat;
  background-size: 20px;
  margin: 0 10px 0 0;
  vertical-align: bottom;
}

@-webkit-keyframes voicePump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  2% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes voicePump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  2% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes voiceWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes voiceWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

.voice-package {
  background: #000;
  padding-top: 25%;
  border-radius: 30%/40%;
  box-shadow: 0 10px 20px 10px #000;
  background: -webkit-linear-gradient(top,#303634,#1f2221 15%,#060909 85%,#000);
  background: linear-gradient(to bottom,#303634,#1f2221 15%,#060909 85%,#000);
}

.voice-package .stilize {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.voice-package .stilize>div:nth-child(1) {
  position: absolute;
  left: 3.33%;
  width: 11%;
  padding-top: 11%;
  background: url(images/voice-1.jpg) no-repeat;
  background-size: 100%;
  margin-top: 7%;
}

.voice-package .stilize>div:nth-child(2) {
  position: absolute;
  left: 15.33%;
  width: 17.5%;
  padding-top: 17.5%;
  background: url(images/voice-2.jpg) no-repeat;
  background-size: 100%;
  margin-top: 3.75%;
}

.voice-package .stilize>div:nth-child(3) {
  position: absolute;
  right: 15.33%;
  width: 17.5%;
  padding-top: 17.5%;
  background: url(images/voice-2.jpg) no-repeat;
  background-size: 100%;
  margin-top: 3.75%;
}

.voice-package .stilize>div:nth-child(4) {
  position: absolute;
  right: 3.33%;
  width: 11%;
  padding-top: 11%;
  background: url(images/voice-1.jpg) no-repeat;
  background-size: 100%;
  margin-top: 7%;
}

.voice-package .stilize>div {
  border-radius: 1000px;
  -webkit-animation: voicePump .7s linear infinite;
  animation: voicePump .7s linear infinite;
}

.voice-package .stilize>div>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 10px rgba(255,255,255,0.1),0 0 10px rgba(255,255,255,0.1);
  -webkit-animation: voiceWave 7s linear infinite;
  animation: voiceWave 7s linear infinite;
}

.voice-package .content {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}

.voice-package .content .wrapper {
  margin: 0 auto;
  width: 40%;
  text-align: center;
}

.voice-package .main-service .main-name {
  font-variant: small-caps;
  font-size: 42px;
}

.voice-package .main-service .main-name small {
  display: block;
  font-size: 16px;
}

.voice-package .main-service .price {
  margin: 10px 0 20px;
}

.voice-package .main-service .price strong {
  display: block;
  font-size: 36px;
  color: #00beff;
}

.voice-package .main-service .price span {
  display: block;
  font-size: 14px;
}

.voice-package .main-service .buttonset {
  text-align: center;
}

.voice-package .main-service .buttonset a {
  line-height: 50px;
  padding: 0 12.5px;
  background: -webkit-linear-gradient(top,#00394d,#002633);
  background: linear-gradient(to bottom,#00394d,#002633);
  color: #00beff;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 16.66666667px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(0,190,255,0.5),0 1px 2px #000;
  display: inline-block;
}

.voice-package .main-service .buttonset a:hover {
  background: -webkit-linear-gradient(top,#004c66,#00394d);
  background: linear-gradient(to bottom,#004c66,#00394d);
}

.voice-package .main-service .buttonset a:before,.voice-package .main-service .buttonset a:after {
  position: absolute;
  content: "";
  display: block;
  width: 35.35px;
  height: 35.35px;
  top: 7.07px;
  background: -webkit-linear-gradient(315deg,#00394d,#002633);
  background: linear-gradient(135deg,#00394d,#002633);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.voice-package .main-service .buttonset a:hover:before,.voice-package .main-service .buttonset a:hover:after {
  background: -webkit-linear-gradient(315deg,#004c66,#00394d);
  background: linear-gradient(135deg,#004c66,#00394d);
}

.voice-package .main-service .buttonset a:before {
  left: -17.675px;
  box-shadow: inset 3px 0 2px -2px rgba(0,190,255,0.5),0 2px 1px -1px #000;
}

.voice-package .main-service .buttonset a:after {
  right: -17.675px;
  box-shadow: inset 0 3px 2px -2px rgba(0,190,255,0.5),2px 0 1px -1px #000;
}

.voice-package .main-service .buttonset a span {
  position: relative;
  z-index: 6;
}

.voice-package .teamspeak-logo {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #000 url(images/teamspeak.png) center center no-repeat;
  background-size: 91.5px;
  box-shadow: inset 0 0 60px #303634,0 0 20px #000;
  position: relative;
}

.mini-voice-package {
  background: #000;
  background: -webkit-linear-gradient(top,#1f2221,#060909);
  background: linear-gradient(to bottom,#1f2221,#060909);
  display: inline-block;
  width: 290px;
  margin: 30px 0 50px;
  float: left;
  border-radius: 50px 10px 10px 50px;
}

.mini-voice-package+.mini-voice-package {
  float: right;
}

.mini-voice-package:after {
  content: "";
  display: table;
  clear: both;
}

.mini-voice-package .icon {
  width: 50px;
  height: 50px;
  margin: 2px;
  float: left;
  border-radius: 50px;
  box-shadow: 0 0 10px #303634;
}

.mini-voice-package .icon.ventrilo {
  background: #000 url(images/ventrilo.png) center center no-repeat;
  background-size: 80%;
}

.mini-voice-package .icon.mumble {
  background: #000 url(images/mumble.png) center center no-repeat;
  background-size: 80%;
}

.mini-voice-package strong {
  float: left;
  display: block;
  padding: 0 10px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
}

.mini-voice-package small {
  float: left;
  display: block;
  padding: 4px 10px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 300;
  color: #999;
}

.game-packages {
  margin: 30px 5%;
}

.game-packages .package {
  width: 16.66666667%;
  float: left;
  z-index: 90;
  position: relative;
}

.game-packages .package .wrapper {
  margin: 25px 0;
  background: -webkit-linear-gradient(300deg,#282d2b,#101211);
  background: linear-gradient(150deg,#282d2b,#101211);
  box-shadow: 0 10px 30px rgba(0,0,0,0.8);
  text-align: center;
  -webkit-transform: perspective(600px) rotateY(35deg);
  transform: perspective(600px) rotateY(35deg);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 120%;
}

.game-packages .package:hover {
  z-index: 100;
}

.game-packages .package:hover .wrapper {
  -webkit-transform: perspective(600px) rotateY(0) scale(1.1) translate(-5%);
  transform: perspective(600px) rotateY(0) scale(1.1) translate(-5%);
}

.game-packages .package .name {
  font-size: 18px;
  position: relative;
  top: -20px;
  background: rgba(0,0,0,0.3);
  padding: 5px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 2px solid rgba(255,255,255,0.2);
  height: 35px;
}

.game-packages .package .img {
  position: relative;
  top: -30px;
}

.game-packages .package .img img {
  width: 100px;
  height: 100px;
}

.game-packages .package .price {
  position: relative;
  top: -10px;
}

.game-packages .package .price strong {
  color: #ff411e;
  display: block;
  font-size: 24px;
  font-weight: 300;
}

.game-packages .package .price small {
  font-size: 11px;
}

.game-packages .package .buttonset {
  padding: 0 0 15px;
  text-align: center;
}

.game-packages .package .buttonset a {
  display: inline-block;
  line-height: 36px;
  padding: 0 9px;
  background: -webkit-linear-gradient(top,#6b1100,#510d00);
  background: linear-gradient(to bottom,#6b1100,#510d00);
  color: #ff411e;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(255,65,30,0.5),0 1px 2px #000;
}

.game-packages .package .buttonset a:hover {
  background: -webkit-linear-gradient(top,#841500,#6b1100);
  background: linear-gradient(to bottom,#841500,#6b1100);
}

.game-packages .package .buttonset a:before,.game-packages .package .buttonset a:after {
  position: absolute;
  content: "";
  display: block;
  width: 25.452px;
  height: 25.452px;
  top: 5.0904px;
  background: -webkit-linear-gradient(315deg,#6b1100,#510d00);
  background: linear-gradient(135deg,#6b1100,#510d00);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.game-packages .package .buttonset a:hover:before,.game-packages .package .buttonset a:hover:after {
  background: -webkit-linear-gradient(315deg,#841500,#6b1100);
  background: linear-gradient(135deg,#841500,#6b1100);
}

.game-packages .package .buttonset a:before {
  left: -12.726px;
  box-shadow: inset 3px 0 2px -2px rgba(255,65,30,0.5),0 2px 1px -1px #000;
}

.game-packages .package .buttonset a:after {
  right: -12.726px;
  box-shadow: inset 0 3px 2px -2px rgba(255,65,30,0.5),2px 0 1px -1px #000;
}

.game-packages .package .buttonset a span {
  position: relative;
  z-index: 6;
}

.game-packages .package .buttonset a.comingsoon {
  line-height: 36px;
  padding: 0 9px;
  background: -webkit-linear-gradient(top,#223354,#1b2842);
  background: linear-gradient(to bottom,#223354,#1b2842);
  color: #6885c1;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(104,133,193,0.5),0 1px 2px #000;
}

.game-packages .package .buttonset a.comingsoon:hover {
  background: -webkit-linear-gradient(top,#2a3e66,#223354);
  background: linear-gradient(to bottom,#2a3e66,#223354);
}

.game-packages .package .buttonset a.comingsoon:before,.game-packages .package .buttonset a.comingsoon:after {
  position: absolute;
  content: "";
  display: block;
  width: 25.452px;
  height: 25.452px;
  top: 5.0904px;
  background: -webkit-linear-gradient(315deg,#223354,#1b2842);
  background: linear-gradient(135deg,#223354,#1b2842);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.game-packages .package .buttonset a.comingsoon:hover:before,.game-packages .package .buttonset a.comingsoon:hover:after {
  background: -webkit-linear-gradient(315deg,#2a3e66,#223354);
  background: linear-gradient(135deg,#2a3e66,#223354);
}

.game-packages .package .buttonset a.comingsoon:before {
  left: -12.726px;
  box-shadow: inset 3px 0 2px -2px rgba(104,133,193,0.5),0 2px 1px -1px #000;
}

.game-packages .package .buttonset a.comingsoon:after {
  right: -12.726px;
  box-shadow: inset 0 3px 2px -2px rgba(104,133,193,0.5),2px 0 1px -1px #000;
}

.game-packages .package .buttonset a.comingsoon span {
  position: relative;
  z-index: 6;
}

.game-packages .package .buttonset a.outofstock {
  line-height: 36px;
  padding: 0 9px;
  background: -webkit-linear-gradient(top,#0e100f,#020202);
  background: linear-gradient(to bottom,#0e100f,#020202);
  color: #616f6a;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(97,111,106,0.5),0 1px 2px #000;
}

.game-packages .package .buttonset a.outofstock:hover {
  background: -webkit-linear-gradient(top,#1a1d1c,#0e100f);
  background: linear-gradient(to bottom,#1a1d1c,#0e100f);
}

.game-packages .package .buttonset a.outofstock:before,.game-packages .package .buttonset a.outofstock:after {
  position: absolute;
  content: "";
  display: block;
  width: 25.452px;
  height: 25.452px;
  top: 5.0904px;
  background: -webkit-linear-gradient(315deg,#0e100f,#020202);
  background: linear-gradient(135deg,#0e100f,#020202);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.game-packages .package .buttonset a.outofstock:hover:before,.game-packages .package .buttonset a.outofstock:hover:after {
  background: -webkit-linear-gradient(315deg,#1a1d1c,#0e100f);
  background: linear-gradient(135deg,#1a1d1c,#0e100f);
}

.game-packages .package .buttonset a.outofstock:before {
  left: -12.726px;
  box-shadow: inset 3px 0 2px -2px rgba(97,111,106,0.5),0 2px 1px -1px #000;
}

.game-packages .package .buttonset a.outofstock:after {
  right: -12.726px;
  box-shadow: inset 0 3px 2px -2px rgba(97,111,106,0.5),2px 0 1px -1px #000;
}

.game-packages .package .buttonset a.outofstock span {
  position: relative;
  z-index: 6;
}

.vps-packages {
  margin: 30px 2%;
}

.vps-packages .package {
  width: 100%;
  margin: 25px 0;
  z-index: 90;
  position: relative;
  padding: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: url(images/vlines.png) top center repeat-x,linear-gradient(180deg,#4aa17e,#015d39);
  border-radius: 10px;
}

.vps-packages .package .wrapper {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 10px 0;
  background: -webkit-linear-gradient(300deg,#282d2b,#101211);
  background: linear-gradient(150deg,#282d2b,#101211);
  box-shadow: 0 10px 30px rgba(0,0,0,0.8);
  border-radius: 3px;
}

.vps-packages .package:hover {
  padding: 5px;
  background: url(images/vlines.png) top center repeat-x,linear-gradient(180deg,#01d883,#017f4e);
}

.vps-packages .package:hover .wrapper {
  padding: 20px 10px;
}

.vps-packages .package .title {
  background: rgba(0,0,0,0.3);
  padding: 5px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 2px solid rgba(255,255,255,0.2);
}

.vps-packages .package .title:after {
  content: "";
  display: table;
  clear: both;
}

.vps-packages .package:hover {
  z-index: 100;
}

.vps-packages .package .name {
  position: relative;
  float: left;
  padding-left: 20px;
  font-size: 18px;
  color: #ccc;
}

.vps-packages .package .name strong {
  font-size: 24px;
  color: #fff;
  margin-right: 15px;
  font-weight: 300;
}

.vps-packages .package .name small {
  display: inline-block;
}

.vps-packages .package .price {
  position: relative;
  float: right;
  text-align: right;
  width: 160px;
}

.vps-packages .package .price strong {
  color: #ff411e;
  font-size: 24px;
  font-weight: 300;
}

.vps-packages .package .price small {
  font-size: 11px;
}

.vps-packages .package .buttonset {
  float: right;
  width: 200px;
  padding: 0;
  text-align: center;
}

.vps-packages .package .buttonset a {
  display: inline-block;
  line-height: 36px;
  padding: 0 9px;
  background: -webkit-linear-gradient(top,#004e2f,#003420);
  background: linear-gradient(to bottom,#004e2f,#003420);
  color: #01ff9b;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(1,255,155,0.5),0 1px 2px #000;
}

.vps-packages .package .buttonset a:hover {
  background: -webkit-linear-gradient(top,#00673e,#004e2f);
  background: linear-gradient(to bottom,#00673e,#004e2f);
}

.vps-packages .package .buttonset a:before,.vps-packages .package .buttonset a:after {
  position: absolute;
  content: "";
  display: block;
  width: 25.452px;
  height: 25.452px;
  top: 5.0904px;
  background: -webkit-linear-gradient(315deg,#004e2f,#003420);
  background: linear-gradient(135deg,#004e2f,#003420);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.vps-packages .package .buttonset a:hover:before,.vps-packages .package .buttonset a:hover:after {
  background: -webkit-linear-gradient(315deg,#00673e,#004e2f);
  background: linear-gradient(135deg,#00673e,#004e2f);
}

.vps-packages .package .buttonset a:before {
  left: -12.726px;
  box-shadow: inset 3px 0 2px -2px rgba(1,255,155,0.5),0 2px 1px -1px #000;
}

.vps-packages .package .buttonset a:after {
  right: -12.726px;
  box-shadow: inset 0 3px 2px -2px rgba(1,255,155,0.5),2px 0 1px -1px #000;
}

.vps-packages .package .buttonset a span {
  position: relative;
  z-index: 6;
}

.vps-packages .package .buttonset a.comingsoon {
  line-height: 36px;
  padding: 0 9px;
  background: -webkit-linear-gradient(top,#223354,#1b2842);
  background: linear-gradient(to bottom,#223354,#1b2842);
  color: #6885c1;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(104,133,193,0.5),0 1px 2px #000;
}

.vps-packages .package .buttonset a.comingsoon:hover {
  background: -webkit-linear-gradient(top,#2a3e66,#223354);
  background: linear-gradient(to bottom,#2a3e66,#223354);
}

.vps-packages .package .buttonset a.comingsoon:before,.vps-packages .package .buttonset a.comingsoon:after {
  position: absolute;
  content: "";
  display: block;
  width: 25.452px;
  height: 25.452px;
  top: 5.0904px;
  background: -webkit-linear-gradient(315deg,#223354,#1b2842);
  background: linear-gradient(135deg,#223354,#1b2842);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.vps-packages .package .buttonset a.comingsoon:hover:before,.vps-packages .package .buttonset a.comingsoon:hover:after {
  background: -webkit-linear-gradient(315deg,#2a3e66,#223354);
  background: linear-gradient(135deg,#2a3e66,#223354);
}

.vps-packages .package .buttonset a.comingsoon:before {
  left: -12.726px;
  box-shadow: inset 3px 0 2px -2px rgba(104,133,193,0.5),0 2px 1px -1px #000;
}

.vps-packages .package .buttonset a.comingsoon:after {
  right: -12.726px;
  box-shadow: inset 0 3px 2px -2px rgba(104,133,193,0.5),2px 0 1px -1px #000;
}

.vps-packages .package .buttonset a.comingsoon span {
  position: relative;
  z-index: 6;
}

.vps-packages .package .buttonset a.outofstock {
  line-height: 36px;
  padding: 0 9px;
  background: -webkit-linear-gradient(top,#0e100f,#020202);
  background: linear-gradient(to bottom,#0e100f,#020202);
  color: #616f6a;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(97,111,106,0.5),0 1px 2px #000;
}

.vps-packages .package .buttonset a.outofstock:hover {
  background: -webkit-linear-gradient(top,#1a1d1c,#0e100f);
  background: linear-gradient(to bottom,#1a1d1c,#0e100f);
}

.vps-packages .package .buttonset a.outofstock:before,.vps-packages .package .buttonset a.outofstock:after {
  position: absolute;
  content: "";
  display: block;
  width: 25.452px;
  height: 25.452px;
  top: 5.0904px;
  background: -webkit-linear-gradient(315deg,#0e100f,#020202);
  background: linear-gradient(135deg,#0e100f,#020202);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.vps-packages .package .buttonset a.outofstock:hover:before,.vps-packages .package .buttonset a.outofstock:hover:after {
  background: -webkit-linear-gradient(315deg,#1a1d1c,#0e100f);
  background: linear-gradient(135deg,#1a1d1c,#0e100f);
}

.vps-packages .package .buttonset a.outofstock:before {
  left: -12.726px;
  box-shadow: inset 3px 0 2px -2px rgba(97,111,106,0.5),0 2px 1px -1px #000;
}

.vps-packages .package .buttonset a.outofstock:after {
  right: -12.726px;
  box-shadow: inset 0 3px 2px -2px rgba(97,111,106,0.5),2px 0 1px -1px #000;
}

.vps-packages .package .buttonset a.outofstock span {
  position: relative;
  z-index: 6;
}

.vps-packages .package .features {
  margin: 10px 0 0;
}

.vps-packages .package .features:after {
  content: "";
  display: table;
  clear: both;
}

.vps-packages .package .features .feat {
  float: left;
  width: 16.66666667%;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  color: #ccc;
  line-height: 20px;
}

.vps-packages .package .features .feat strong {
  line-height: 20px;
  min-height: 20px;
  display: block;
  font-size: 20px;
  color: #fff;
}

.vps-packages .package .features .feat strong small {
  line-height: 20px;
  font-size: 16px;
  color: #eee;
}

.dedicated-container .servers {
  margin: 15px 20px 30px;
  overflow-x: auto;
}

.dedicated-container table {
  border-collapse: collapse;
  width: 100%;
  min-width: 920px;
  border: 1px solid rgba(255,255,255,0.1);
}

.dedicated-container table tr {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.dedicated-container table tr:first-child {
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

.dedicated-container table tr th {
  border: 1px solid #384767;
  background: #384767;
  background: -webkit-linear-gradient(top,#4f6491,#384767);
  background: linear-gradient(to bottom,#4f6491,#384767);
  color: #fff;
  padding: 10px 0 10px 10px;
  font-weight: 300;
  font-size: 16px;
}

.dedicated-container table tr th:first-child {
  padding-left: 15px;
  text-align: left;
}

.dedicated-container table tr td {
  height: 2.4em;
  padding: 15px 5px;
  line-height: 1.1em;
  vertical-align: middle;
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: none;
  border-right: none;
  color: #ccc;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-align: center;
}

.dedicated-container table tr td:first-child {
  padding-left: 20px;
  font-size: 17px;
  color: #8bafff;
  text-align: left;
}

.dedicated-container table tr td:nth-child(7) {
  font-size: 18px;
  font-weight: 300;
  color: #8bafff;
}

.dedicated-container table tr td:nth-child(7):after {
  display: block;
  content: "PER MONTH";
  font-size: 9px;
}

.dedicated-container table tr a.button {
  display: inline-block;
  padding: 8px 20px 10px;
  line-height: 16px;
  background: #384767;
  background: -webkit-linear-gradient(top,#4f6491,#384767);
  background: linear-gradient(to bottom,#4f6491,#384767);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  box-shadow: inset 0 1px 1px #89b0ff;
}

.dedicated-container table tr a.button:hover {
  background: #4e628e;
}

.dedicated-container table tr:nth-child(even) td {
  background: rgba(255,255,255,0.05);
}

.dedicated-container table tr:hover td {
  color: #fff;
  background: rgba(79,100,145,0.5);
  background: -webkit-linear-gradient(top,#2b364f,#141925);
  background: linear-gradient(to bottom,#2b364f,#141925);
}

.domain-searchbox {
  margin: 20px auto;
  max-width: 800px;
}

.domain-searchbox:after {
  content: "";
  display: table;
  clear: both;
}

.domain-searchbox .wrapper {
  border: 1px solid #999;
  background: #fff;
  border-radius: 5px;
  width: 79%;
  float: left;
  margin-left: 1%;
}

.domain-searchbox .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.domain-searchbox .www {
  width: 20%;
  font-size: 24px;
  color: #999;
  font-weight: 300;
  display: block;
  float: left;
  line-height: 50px;
  text-align: right;
}

.domain-searchbox input {
  font-size: 24px;
  font-family: 'Exo 2',arial,helvetica,sans-serif;
  width: 80%;
  display: block;
  float: left;
  line-height: 50px;
  padding: 0 20px;
  border: none;
  background: none;
}

.domain-searchbox button {
  cursor: pointer;
  width: 18%;
  margin: 1px 1%;
  display: block;
  float: left;
  line-height: 48px;
  text-align: left;
  background: #009bce url(images/icon-search.png) 10px center no-repeat;
  color: #fff;
  border: none;
  padding: 0 0 0 50px;
  border-radius: 2px;
  font-size: 18px;
  font-family: 'Exo 2',arial,helvetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.domain-searchbox button:hover {
  background: #00c0ff url(images/icon-search.png) 10px center no-repeat;
}

.domain-area .desc {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.domain-prices {
  margin: 20px 0 30px;
}

.domain-prices:after {
  content: "";
  display: table;
  clear: both;
}

.domain-prices .box {
  background: -webkit-linear-gradient(top,#4e5955,#2f3533);
  background: linear-gradient(to bottom,#4e5955,#2f3533);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.domain-prices .box+.box {
  background: -webkit-linear-gradient(top,#303634,#1f2221);
  background: linear-gradient(to bottom,#303634,#1f2221);
}

.domain-prices .box+.box+.box {
  background: -webkit-linear-gradient(top,#282d2b,#1a1d1c);
  background: linear-gradient(to bottom,#282d2b,#1a1d1c);
}

.domain-prices .box {
  width: 31.33%;
  float: left;
  margin: 20px 1%;
  padding: 15px 0;
}

.domain-prices .box .title {
  text-align: center;
  font-size: 24px;
  color: #00c5ff;
  padding: 15px 0;
  background: rgba(0,0,0,0.5);
}

.domain-prices .box table {
  width: 100%;
}

.domain-prices .box table tr th:first-child {
  width: 28%;
}

.domain-prices .box table tr th+th {
  width: 24%;
  line-height: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.domain-prices .box table tr td:first-child {
  text-align: right;
  padding-right: 10px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #8fdfff;
}

.domain-prices .box table tr td span {
  margin: 5px 5%;
  border-radius: 3px;
  background: rgba(255,255,255,0.2);
  line-height: 30px;
  padding: 0 5px;
  display: block;
  width: 90%;
  font-size: 16px;
  text-align: center;
}

.domain-prices .box table tr td:nth-child(3) span {
  background: rgba(255,255,255,0.1);
  color: #ccc;
  font-size: 12px;
}

.domain-prices .box table tr td:nth-child(4) span {
  background: rgba(255,255,255,0.05);
  color: #999;
  font-size: 12px;
}

.content-area {
  padding: 50px 10px 60px;
}

.content-area.bigarrow-1-bottom {
  padding-bottom: 100px;
}

.team-table {
  margin-top: 50px;
  text-align: center;
}

.team-member {
  padding: 20px;
  min-width: 190px;
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: top;
}

.team-member .img-container {
  margin: auto;
  max-width: 200px;
}

.team-member .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  background-color: #17363e;
  border: 3px solid #181b18;
  box-shadow: 0 0 30px rgba(23,54,62,0.9);
}

.team-member .name {
  font-size: 22px;
  color: #0fa;
  margin: 20px 0;
}

.one-third {
  width: 33.33%;
  float: left;
  padding: 0 20px;
}

.text-blocks {
  padding: 50px 0 0;
}

.text-blocks:after {
  content: "";
  display: table;
  clear: both;
}

.text-blocks p {
  font-size: 15px;
  font-weight: 300;
  color: #a9c0b8;
  margin: 10px 0;
}

.text-blocks h3 {
  color: #0fa;
  margin-bottom: 15px;
  font-size: 18px;
}

.text-blocks.large p {
  font-size: 18px;
}

.text-blocks.large h3 {
  font-size: 22px;
}

.padded {
  padding: 50px 0;
}

.service-price-list {
  margin: 50px 0 0;
}

.service-price-list ul li {
  border-top: 1px solid rgba(255,255,255,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  margin: 0 10px;
  padding: 10px;
}

.service-price-list ul li:after {
  content: "";
  display: table;
  clear: both;
}

.service-price-list ul li:nth-child(odd) {
  background: rgba(160,255,204,0.1);
}

.service-price-list ul li:nth-child(even) {
  background: rgba(0,0,0,0.1);
}

.service-price-list ul li:first-child {
  background: -webkit-linear-gradient(top,#519169,#3a6749);
  background: linear-gradient(to bottom,#519169,#3a6749);
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
}

.service-price-list ul li:first-child div {
  color: #fff;
  font-size: 16px;
}

.service-price-list ul li>* {
  line-height: 20px;
}

.service-price-list ul li .name {
  font-size: 16px;
  width: 50%;
  float: left;
  padding: 5px 20px 0 0;
}

.service-price-list ul li .time {
  width: 20%;
  float: left;
  color: #a9c0b8;
  padding: 5px 20px 0 0;
}

.service-price-list ul li .price {
  width: 15%;
  float: left;
  color: #0fa;
  padding: 5px 20px 0 0;
  font-size: 16px;
}

.service-price-list ul li>a {
  float: right;
  margin-right: 20px;
  display: inline-block;
  padding: 8px 15px 10px;
  line-height: 16px;
  background: #2d6734;
  background: -webkit-linear-gradient(top,#519169,#3a6749);
  background: linear-gradient(to bottom,#519169,#3a6749);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  box-shadow: inset 0 1px 1px #7bff9a;
}

.service-price-list ul li>a:hover {
  background: #448e54;
}

.partner-button {
  margin-top: 30px;
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
  background: -webkit-linear-gradient(top,#004e2f,#003420);
  background: linear-gradient(to bottom,#004e2f,#003420);
  color: #01ff9b;
  text-transform: uppercase;
  font-family: 'Josefin Sans',arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: inset 0 3px 2px -2px rgba(1,255,155,0.5),0 1px 2px #000;
}

.partner-button:hover {
  background: -webkit-linear-gradient(top,#00673e,#004e2f);
  background: linear-gradient(to bottom,#00673e,#004e2f);
}

.partner-button:before,.partner-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 42.42px;
  height: 42.42px;
  top: 8.484px;
  background: -webkit-linear-gradient(315deg,#004e2f,#003420);
  background: linear-gradient(135deg,#004e2f,#003420);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}

.partner-button:hover:before,.partner-button:hover:after {
  background: -webkit-linear-gradient(315deg,#00673e,#004e2f);
  background: linear-gradient(135deg,#00673e,#004e2f);
}

.partner-button:before {
  left: -21.21px;
  box-shadow: inset 3px 0 2px -2px rgba(1,255,155,0.5),0 2px 1px -1px #000;
}

.partner-button:after {
  right: -21.21px;
  box-shadow: inset 0 3px 2px -2px rgba(1,255,155,0.5),2px 0 1px -1px #000;
}

.partner-button span {
  position: relative;
  z-index: 6;
}

.partner-list {
  padding: 0 20px 40px;
}

a.partner-item {
  display: block;
  float: left;
  width: 30%;
  margin: 10px 1.666%;
  box-shadow: inset 0 0 3px 2px #064,0 10px 30px #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  padding-top: 12%;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a.partner-item span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.9);
  background: -webkit-linear-gradient(top,#303634,#1f2221);
  background: linear-gradient(to bottom,#303634,#1f2221);
  color: #0fa;
  padding: 10px 15px;
  opacity: .6;
  font-size: 18px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a.partner-item small {
  display: block;
  opacity: 0;
  position: absolute;
  left: 10px;
  bottom: 50px;
  right: 10px;
  padding: 10px;
  background: rgba(0,0,0,0.9);
  color: #ccc;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a.partner-item:hover {
  box-shadow: inset 0 0 3px 2px #064,0 10px 30px rgba(255,255,255,0.1);
}

a.partner-item:hover span {
  opacity: 1;
}

a.partner-item:hover small {
  opacity: 1;
}

.text-page {
  color: #999;
  background: -webkit-linear-gradient(top,#48514e,#303634 10%,#1f2221);
  background: linear-gradient(to bottom,#48514e,#303634 10%,#1f2221);
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.text-page h1 {
  font-size: 30px;
  color: #fff;
  margin: 25px 5px 15px;
  padding: 10px;
  border-bottom: 1px solid #999;
}

.text-page h2 {
  font-size: 24px;
  color: #fff;
  margin: 25px 10px 15px;
}

.text-page h3 {
  font-size: 20px;
  color: #fff;
  margin: 25px 10px 15px;
}

.text-page h4 {
  font-size: 18px;
  color: #fff;
  margin: 25px 10px 15px;
}

.text-page h5 {
  font-size: 16px;
  color: #fff;
  margin: 15px 10px;
}

.text-page h6 {
  font-size: 14px;
  color: #fff;
  margin: 15px 10px;
}

.text-page p {
  margin: 10px;
}

@media only screen and (max-width:1239px) {
  .big-services .service.small {
    width: 16.4%;
  }

  .big-services .service.medium {
    width: 21.3%;
  }

  .big-services .service.large {
    width: 24.2%;
  }

  .promo-bar:after {
    content: "";
    display: table;
    clear: both;
  }

  .promo-bar {
    padding-left: 0;
    max-width: 780px;
    float: right;
  }

  .testimonial-slider .testimonial {
    width: 93%;
    margin-left: 5%;
    margin-right: 0;
  }

  .testimonial-slider .testimonial .quote {
    width: 40%;
  }

  .testimonial-slider .testimonial .source-area {
    width: 60%;
  }

  .testimonial-slider .testimonial .source-area a.source-button {
    padding: 0 30px 2px 10px;
    font-size: 13px;
    font-weight: 400;
  }

  .image-demo {
    background-position: right 100px!important;
    background-size: auto 250px;
  }

  .voice-package {
    padding-top: 20%;
  }

  .voice-package .stilize {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
  }

  .voice-package .content {
    top: 0;
  }

  .voice-package .content .wrapper {
    width: 100%;
  }

  .voice-package .teamspeak-logo {
    width: 11%;
    height: 0;
    padding-top: 11%;
    background-size: 70%;
    margin-top: 1%;
  }

  .voice-package .main-service {
    text-align: center;
  }

  .voice-package .main-service .main-name {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .voice-package .main-service .price {
    display: inline-block;
    margin: 0 1%;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    padding: 0 2%;
    vertical-align: middle;
  }

  .voice-package .main-service .buttonset {
    display: inline-block;
    margin: 0 0 0 2%;
    padding: 0;
    vertical-align: middle;
  }

  .voice-package .main-service .buttonset a {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width:1200px) and (min-width:981px) {
  .minecraft-packages .package .intro .ram {
    font-size: 20px;
    line-height: 20px;
  }

  .minecraft-packages .package .intro .ram span {
    font-size: 24px;
  }

  .minecraft-packages .package .intro .price {
    -webkit-transform-origin: 15px 20px;
    -ms-transform-origin: 15px 20px;
    transform-origin: 15px 20px;
  }

  .minecraft-packages .package .intro .price strong {
    font-size: 20px;
  }

  .minecraft-packages .package .details {
    width: 200px;
  }

  .minecraft-packages .package:hover .intro .price {
    top: 70px;
  }
}

@media only screen and (max-width:1099px) {
  .page-heading .heading-title {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .page-heading.left-aligned .heading-area {
    width: 55%;
  }

  .page-heading.left-aligned .hilite-area {
    width: 45%;
  }

  .page-heading .hilite-area ul li {
    font-size: 16px;
  }

  a.partner-item {
    width: 46.66%;
    min-height: 140px;
  }
}

@media only screen and (max-width:980px) {
  .slider-area {
    min-height: 0;
    background-position: center top,left 50px,right 50px;
    background-size: 550px,366px,366px;
  }

  .slider-area .title {
    padding-top: 0;
  }

  .slider-area .bigtitle {
    font-size: 48px;
    line-height: 50px;
  }

  .slider-area .subtitle {
    font-size: 24px;
    line-height: 25px;
  }

  .big-services {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .big-services .service.small,.big-services .service.medium,.big-services .service.large {
    width: 20%;
  }

  .big-services .service.small .wrapper,.big-services .service.medium .wrapper,.big-services .service.large .wrapper {
    padding: 10px 10px 40px;
  }

  .big-services .service.small .service-title,.big-services .service.medium .service-title,.big-services .service.large .service-title {
    font-size: 16px;
    font-weight: 400;
  }

  .big-services .service.small .text,.big-services .service.medium .text,.big-services .service.large .text {
    font-size: 13px;
    margin: 10px 0 0;
    font-weight: 300;
  }

  .big-services .service .button-area a {
    -webkit-transform: translate(-50%,-50%) scale(.9);
    -ms-transform: translate(-50%,-50%) scale(.9);
    transform: translate(-50%,-50%) scale(.9);
  }

  .box-packages .plan-table .name {
    font-size: 32px;
    top: -31px;
    height: 31px;
  }

  .box-packages .plan-table:hover .name {
    top: -40px;
    font-size: 36px;
    height: 40px;
  }

  .box-packages .plan-table .details ul li {
    font-size: 12px;
  }

  .box-packages .plan-table .details ul li b {
    font-size: 14px;
    display: block;
    text-align: center;
  }

  .image-demo {
    background-size: auto 200px;
    background-position: right center!important;
  }

  .image-demo ul.check li {
    width: 100%;
  }

  .minecraft-packages {
    width: 100%;
  }

  .minecraft-packages .package,.minecraft-packages .package:hover {
    min-width: 21%;
    display: block;
    float: left;
    margin: 0 2% 30px;
  }

  .minecraft-packages .package .intro,.minecraft-packages .package:hover .intro {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 100;
    width: 200%;
    left: -50%;
    top: -25px;
    padding-top: 200%;
  }

  .minecraft-packages .package .intro .name,.minecraft-packages .package:hover .intro .name {
    text-align: center;
    padding-left: 0;
    font-size: 20px;
  }

  .minecraft-packages .package .intro .ram,.minecraft-packages .package:hover .intro .ram {
    text-align: center;
    padding-left: 0;
  }

  .minecraft-packages .package .intro .price,.minecraft-packages .package:hover .intro .price {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform-origin: 20px 20px;
    -ms-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 90px;
    opacity: 1;
  }

  .minecraft-packages .package .intro .price strong,.minecraft-packages .package:hover .intro .price strong {
    font-size: 36px;
  }

  .minecraft-packages .package .intro .price small,.minecraft-packages .package:hover .intro .price small {
    display: block;
  }

  .minecraft-packages .package .details,.minecraft-packages .package:hover .details {
    visibility: visible;
    opacity: 1;
    z-index: 120;
  }

  .minecraft-packages .package .details:hover .outer-wrapper,.minecraft-packages .package:hover .details:hover .outer-wrapper {
    background: -webkit-linear-gradient(top,#869591,#6f7977);
    background: linear-gradient(to bottom,#869591,#6f7977);
  }

  .minecraft-packages .package .intro,.minecraft-packages .package:hover .intro {
    width: 100%;
    left: 0;
    padding-top: 100%;
    top: 0;
  }

  .minecraft-packages .package .name,.minecraft-packages .package:hover .name {
    margin-top: 15px;
  }

  .minecraft-packages .package .details,.minecraft-packages .package:hover .details {
    position: relative;
    top: 0;
    width: 200px;
    margin-top: 180px;
  }

  .minecraft-packages .package .details .wrapper>div.slots span,.minecraft-packages .package:hover .details .wrapper>div.slots span {
    display: block;
  }

  .small-features .features>div {
    font-size: 14px;
  }

  .game-packages .package {
    width: 25%;
  }
}

@media only screen and (max-width:920px) {
  .domain-prices {
    text-align: center;
  }

  .domain-prices .box {
    width: 45%;
    display: inline-block;
    float: none;
  }
}

@media only screen and (max-width:810px) {
  .promo-bar {
    background-size: contain!important;
    background-position: center top!important;
    text-align: center;
    padding-left: 0;
    max-width: 780px;
    float: right;
  }

  .promo-bar .title {
    font-size: 20px;
  }

  .promo-bar .title strong {
    font-size: 24px;
  }

  .promo-bar .text {
    font-size: 14px;
  }

  .promo-bar .buttonset a {
    margin: 0 10px 10px 0;
    padding: 0 10px 3px;
    font-size: 14px;
    line-height: 30px;
  }

  .testimonial-slider .testimonial {
    margin: auto;
    width: 95%;
  }

  .testimonial-slider .testimonial .quote {
    width: 80%;
    margin: auto;
    float: none;
    box-shadow: inset 5px 0 17px rgba(0,0,0,0.5);
  }

  .testimonial-slider .testimonial .quote:after {
    right: auto;
    left: 10px;
    top: auto;
    bottom: -59px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .testimonial-slider .testimonial .source-area {
    width: 100%;
    min-height: 0;
  }

  .testimonial-slider .arrows .left {
    left: 20px;
  }

  .testimonial-slider .arrows .left:hover {
    left: 5px;
  }

  .testimonial-slider .arrows .right {
    right: 20px;
  }

  .testimonial-slider .arrows .right:hover {
    right: 5px;
  }

  .minecraft-packages .package,.minecraft-packages .package:hover {
    min-width: 29%;
  }

  .vps-packages {
    margin: 30px 2%;
  }

  .vps-packages .package .name {
    float: none;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .vps-packages .package .features .feat {
    width: 31.33%;
    margin: .5% 1%;
    padding: 5px;
    background: rgba(0,0,0,0.3);
  }

  .vps-packages .package .features .feat:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (max-width:780px) {
  .responsive {
    display: block;
  }

  .big-services {
    text-align: center;
  }

  .big-services .service.small,.big-services .service.medium,.big-services .service.large,.big-services .service.medium.smaller {
    width: 32.33%;
    display: inline-block;
    float: none;
  }

  .big-services .service.small .service-title,.big-services .service.medium .service-title,.big-services .service.large .service-title,.big-services .service.medium.smaller .service-title {
    line-height: 30px;
  }

  .big-services .service.small .img,.big-services .service.medium .img,.big-services .service.large .img,.big-services .service.medium.smaller .img {
    height: 71px;
  }

  .big-services .service.small .wrapper,.big-services .service.medium .wrapper,.big-services .service.large .wrapper,.big-services .service.medium.smaller .wrapper {
    margin-top: 0;
  }

  .big-services .service.small .img,.big-services .service.medium .img,.big-services .service.large .img,.big-services .service.medium.smaller .img {
    height: 105px;
  }

  .big-services .service.small .price,.big-services .service.medium .price,.big-services .service.large .price,.big-services .service.medium.smaller .price {
    font-size: 16px;
  }

  .big-services .service.small .price strong,.big-services .service.medium .price strong,.big-services .service.large .price strong,.big-services .service.medium.smaller .price strong {
    font-size: 20px;
  }

  .big-services .service.small .button-area a,.big-services .service.medium .button-area a,.big-services .service.large .button-area a,.big-services .service.medium.smaller .button-area a {
    -webkit-transform: translate(-50%,-50%) scale(.8);
    -ms-transform: translate(-50%,-50%) scale(.8);
    transform: translate(-50%,-50%) scale(.8);
  }

  .faq-list {
    padding: 10px 10px 20px;
  }

  .faq-list .half {
    width: 100%;
  }

  .box-packages.packages-five .plan-table {
    float: none;
    display: inline-block;
    width: 30.33%;
    margin-left: .5%;
    margin-right: .5%;
  }

  .small-features .features>div {
    width: 48%;
    margin: 10px 1%;
  }

  .domain-searchbox {
    max-width: 600px;
  }

  .domain-searchbox .wrapper {
    width: 74%;
  }

  .domain-searchbox .www,.domain-searchbox input {
    font-size: 20px;
  }

  .domain-searchbox button {
    width: 23%;
  }
}

@media only screen and (max-width:720px) {
  .box-packages.packages-four .plan-table,.box-packages.packages-three .plan-table {
    width: 48.6%;
    margin-left: .7%;
    margin-right: .7%;
  }

  .box-packages.packages-three .plan-table {
    float: none;
    display: inline-block;
    width: 30.33%;
    margin-left: .5%;
    margin-right: .5%;
  }

  .voice-package {
    padding-top: 20%;
  }

  .voice-package .stilize {
    display: none;
  }

  .voice-package .content {
    top: -40px;
  }

  .voice-package .content .wrapper {
    width: 100%;
  }
}

@media only screen and (max-width:640px) {
  .slider-area {
    background-position: center top,left 20px,right 20px;
    background-size: 400px,300px,300px;
  }

  .slider-area .title {
    padding-top: 0;
  }

  .slider-area .bigtitle {
    font-size: 36px;
    line-height: 40px;
  }

  .slider-area .subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .bigheading {
    font-size: 24px;
    padding: 30px 10px 0;
  }

  .subheading {
    font-size: 16px;
    padding: 30px 10px 0;
  }

  .game-packages {
    margin-left: 0;
    margin-right: 0;
  }

  .game-packages .package {
    width: 33.33333333%;
    z-index: 90;
  }

  .game-packages .package:hover {
    z-index: 90;
  }

  .game-packages .package .wrapper,.game-packages .package:hover .wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }

  .game-packages .package .name {
    font-size: 16px;
  }

  .page-heading .heading-title {
    font-size: 42px;
    line-height: 42px;
  }

  a.partner-item {
    width: 96.66%;
  }

  .text-page {
    padding: 30px 10px;
  }

  .team-member {
    width: 90%;
  }
}

@media only screen and (max-width:600px) {
  .big-features .feature {
    width: 50%;
  }

  .big-features .feature:nth-child(odd) {
    clear: left;
  }

  .faq-list .faq .q {
    margin: 25px 5px 0;
    font-size: 14px;
    line-height: 1em;
  }

  .image-demo {
    background-size: auto 200px;
    background-position: center 20px!important;
    padding: 200px 10px 0;
  }

  .image-demo .alignleft {
    text-align: center;
  }

  .image-demo ul.check {
    width: 300px;
    margin: 30px auto;
  }

  .image-demo ul.check li {
    width: 100%;
  }

  .minecraft-packages .package,.minecraft-packages .package:hover {
    min-width: 46%;
  }

  .voice-package {
    padding-top: 0;
    border-radius: 10px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .voice-package .content {
    position: relative;
    top: -40px;
  }

  .voice-package .content .wrapper {
    width: 100%;
  }

  .voice-package .teamspeak-logo {
    width: 80px;
    padding-top: 0;
    height: 80px;
  }

  .voice-package .main-service .main-name,.voice-package .main-service .price,.voice-package .main-service .buttonset {
    display: block;
    border: none;
  }

  .voice-package .main-service .price {
    margin: 20px 0;
  }

  .mini-voice-package {
    width: 46%;
    margin: 30px 2%;
    border-radius: 5px;
  }

  .mini-voice-package .icon {
    margin: auto;
    float: none;
    background-size: auto 40px!important;
  }

  .mini-voice-package small,.mini-voice-package strong {
    clear: both;
    width: 100%;
    float: none;
    text-align: center;
    line-height: 30px;
  }

  .vps-packages .package .features .feat {
    width: 48%;
  }

  .vps-packages .package .features .feat:nth-child(3n+1) {
    clear: none;
  }

  .vps-packages .package .features .feat:nth-child(2n+1) {
    clear: left;
  }

  .domain-searchbox {
    max-width: 300px;
  }

  .domain-searchbox .wrapper {
    width: 79%;
  }

  .domain-searchbox .www {
    width: 25%;
    font-size: 16px;
  }

  .domain-searchbox input {
    width: 75%;
    font-size: 16px;
  }

  .domain-searchbox button {
    width: 18%;
  }

  .domain-searchbox button span {
    display: none;
  }

  .domain-prices .box {
    width: 100%;
    max-width: 300px;
  }
}

@media only screen and (max-width:540px) {
  .small-features .features>div {
    width: 98%;
  }
}

@media only screen and (max-width:479px) {
  .slider-area .bigtitle {
    font-size: 28px;
    line-height: 32px;
  }

  .slider-area .subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .big-services {
    text-align: center;
  }

  .big-services .service.small,.big-services .service.medium,.big-services .service.large,.big-services .service.medium.smaller {
    width: 49%;
  }

  .testimonial-slider .testimonial .source-area {
    width: 90%;
    text-align: center;
  }

  .testimonial-slider .testimonial .source-area .avatar {
    float: none;
    margin: auto;
    width: 100%;
  }

  .testimonial-slider .testimonial .source-area a.source-button {
    margin: 10px auto;
    float: none;
    display: inline-block;
  }

  .game-packages .package {
    width: 50%;
  }

  .vps-packages .package .name {
    text-align: center;
  }

  .vps-packages .package .price {
    float: none;
    width: 100%;
    text-align: center;
  }

  .vps-packages .package .buttonset {
    float: none;
    width: 100%;
  }

  .vps-packages .package .features .feat {
    width: 98%;
  }

  .page-heading .heading-title {
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width:400px) {
  .minecraft-packages .package .intro .name,.minecraft-packages .package:hover .intro .name {
    margin-top: 5px;
  }

  .minecraft-packages .package .intro .price,.minecraft-packages .package:hover .intro .price {
    top: 80px;
  }

  .minecraft-packages .package .intro .price strong,.minecraft-packages .package:hover .intro .price strong {
    font-size: 24px;
  }

  .minecraft-packages .package .details,.minecraft-packages .package:hover .details {
    width: 160px;
    margin-top: 150px;
  }

  .minecraft-packages .package .details .wrapper>div.ram,.minecraft-packages .package:hover .details .wrapper>div.ram {
    font-size: 16px;
  }

  .minecraft-packages .package .details .wrapper>div.ram strong,.minecraft-packages .package:hover .details .wrapper>div.ram strong {
    font-size: 20px;
  }
}