@media (min-width: 1240px) {
  #cs-header-top-main {
    max-width: 1200px;
  }
}

@media (min-width: 500px) {}

.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:hover {
  color: #fff;
  text-decoration: none;
}

a img {
  border: 0;
}

input {
  font-size: 12px;
}

.half {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

#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;
}





.order-bg-floor {
  margin-top: 16em;
}


.order-bg .top {
  display: flex;
  padding: 18px 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.order-bg {
  margin-bottom: 44px;
  border-radius: 2px;
  background-image: linear-gradient(to top, #e0e3ef, #fdfefe);
  color: #373D4B;
  padding-bottom: 20px;
}

.order-bg .order-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 17px 23px 26px 24px;
  background-image: linear-gradient(to top, #4c0bce, #814fe5);
  border-radius: 5px 5px 50px 50px;
}

.order-bg:hover .top .order-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1.1);
  box-shadow: -2.8px 2.8px 25px 0 rgb(204 65 239 / 42%);
}

@media only screen and (max-width: 1450px) {
  .order-bg .order-icon {
    padding: 12px 16px 19px 16px;
  }
}


.order-bg .top .left h1.title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #373d4b;
}

.order-bg .top .left h2.title {
  font-size: 16px;
  line-height: 1.88;
  color: #6e7685;
}

.order-bg .price {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 0 0 25px 0 rgb(129 135 161 / 23%);
}

.order-bg .price span {
  background-image: linear-gradient(to top, #814fe5, #e35930), linear-gradient(to bottom, #814fe5, #814fe5);
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
  color: #eb862c;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.order-bg .list {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.order-bg .list .item {
  border-radius: 2px;
  box-shadow: -2.8px 2.8px 25px 0 rgb(102 109 137 / 10%);
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: calc(50% - 20px);
  padding: 18px;
}

.order-bg .list .item:hover {
  transform: scale(1.1);
}

.order-bg .list .item .icon i {
  background-image: linear-gradient(to top, #814fe5, #e35930), linear-gradient(to bottom, #814fe5, #814fe5);
  font-size: 18px;
  text-align: center;
  color: #eb862c;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.order-bg .list .item .text {
  font-size: 16px;
  text-align: center;
  color: #8187a1;
  line-height: 1.5;
}

@media only screen and (max-width: 1450px) {
  .order-bg .list .item .text {
    font-size: 12px;
    text-align: center;
    color: #8187a1;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1199px) {
  .order-bg .list .item .text {
    font-size: 16px;
    text-align: center;
    color: #8187a1;
    line-height: 1.5;
  }
}

.order-bg .btn-buy {
  border-radius: 2px;
  background-image: linear-gradient(to right, #4c0bce, #814fe5);
  width: calc(100% - 40px);
  display: inline-flex;
  padding: 20px;
  text-align: center;
  margin-left: 20px;
  margin-top: 20px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}







.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: #FF6F0C !important;
  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: -140px;
  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: -140px;
}

.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;
  }

  .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: 45px;
  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, #edd8ca, #949291);
  background: linear-gradient(to bottom, #4e445955, #4e445955);
  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, #4e445955, #4e445955);
  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, #4e445955, #4e445955);
  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: #000000 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;
  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: #181f1d;
  -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: -70px;
  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-question2.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-arrow3.png) no-repeat;
  background-size: 13px;
  height: 9px;
  width: 26px;
}

.faq-list .faq .a {
  padding: 15px 20px;
  margin: 10px 25px;
  background: transparent;
  font-weight: 300;
  color: #a9c0b8;
  border: 1px solid white;
  box-shadow: 0 0 0.1rem #fff, 0 0 0.1rem #fff, 0 0 1rem #f67a3c, 0 0 0.8rem #f67a3c, 0 0 1rem #f67a3c, inset 0 0 1.3rem #f67a3c;
  border-radius: 20px;
}

.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;
}

.width-70 {
  width: 70px !important;
}

.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, #4e445955, #4e445955);
  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: #20f5a0;
}

.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: #20f5a0;
  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;
  }
}












/*

* {
  font-family: "Roboto", sans-serif;
}
body {
  background-color: #1e222f !important;
  padding: 0;
  margin: 0;
}
.cs-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #ff6f0c;
  align-items: center;
  height: 80px;
}
.cs-menu {
  display: block;
  margin: 0;
  text-align: center;
  padding: 0;
  z-index: 999;
}
.cs-menu li {
  list-style: none;
  display: inline-block;
}
.cs-menu li a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.cs-menu li a i {
  color: #fff;
  font-size: 12px;
}
.cs-menu li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  background-color: #fff;
  margin-top: -5px;
  padding: 1px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cs-menu li ul li {
  display: block;
}
.cs-menu li ul li a {
  background: white;
  color: #1e222f;
  text-align: left;
  border-radius: 10px;
  transition: all 0.2s;
}
.cs-menu li:hover ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

.cs-menu li:hover li:hover a {
  background-color: #ff6f0c;
  color: white;
  transition: all 0.2s;
}

.carousel-item {
  height: 80vh;
}
.carousel-indicators {
  bottom: 120px !important;
}
.carousel-content {
  position: absolute;
  padding: 0 10%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}
.carousel-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}
.carousel-content-left h2 {
  margin-bottom: 0.977rem;
  font-weight: 600;
  line-height: 1.25;
  color: white;
  font-size: 45px;
}
.carousel-content-left p {
  margin-bottom: 0.977rem;
  font-weight: 600;
  line-height: 1.25;
  color: white;
  font-size: 25px;
  margin-top: 30px;
  font-style: italic;
}
.carousel-content-left button {
  border: none;
  padding: 12px 40px;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background-color: #ff6f0c;
}
.carousel-content-left button:hover {
  color: white;
  background-color: #ff6f0c;
}

.cs-menu2 {
  display: inline-block;
  padding: 10px;
  padding-left: 20px;
  border-left: 20px white solid;
  text-align: left;
}

.cs-menu-list {
  padding: 0;
  list-style-type: none;
}

.cs-menu-list li {
  font-weight: 900;
  padding: 5px;
  cursor: pointer;
}

.cs-menu-list li:hover {
  background: #ff6f0c;
}

.cs-menu-list li a {
  color: white;
  text-decoration: none;
}
.carousel-content-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
}
.carousel-content-right img {
  width: 100%;
}
.input-area-main {
  position: relative;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.input-area-main .input-area {
  padding: 60px 90px;
  width: 70%;
  background: white;
  border-radius: 20px;
  top: -95px;
  position: relative;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  margin: 0px;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.input-area-main .input-area:hover {
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.1);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}
.kayit-form {
  position: relative;
}
.kayit-form .form-group {
  position: relative;
  background: white;
  border-radius: 50px;
  border: 1px solid #e8eaf1;
}
.kayit-form .form-control {
  background: white;
  border-radius: 50px;
  position: relative;
  padding: 28px 0px 28px 39px;
  border: none;
  color: #808080;
  font-size: 16px;
}
.search-btn {
  position: absolute;
  background: #ff6f0c;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  padding: 19px 45px;
  border: none;
  left: inherit;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.search-btn:hover {
  text-decoration: none;
  color: white;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.price li {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin-right: 41px;
}
.price {
  padding-top: 0px;
  margin-bottom: 0px;
}
.price li:first-child {
  padding-left: 0px;
}
.price li:last-child {
  padding-right: 0px;
}

.form-control:focus {
  box-shadow: none;
}
button:focus {
  outline: none;
}

.cs-hosting {
  height: auto;
  padding: 0px 10%;
  background-color: white !important;
  padding-top: 150px;
  padding-bottom:50px;
}
.cs-hosting-content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #373d4b;
}
.cs-hosting-content p {
  font-size: 16px;
  line-height: 1.88;
  color: #6e7685;
}
.cs-hosting-strip {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(177, 183, 210, 0.23);
}
.cs-hosting-strip span {
  color: #ff6f0c;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
}
.cs-hosting ul {
  list-style: none;
  padding: 0px;
  margin-top: 25px;
}
.cs-hosting ul i {
  margin-right: 8px;
  color: rgb(64, 156, 64);
}
.cs-hosting ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: gray;
}
.cs-hosting button {
  border: none;
  width: 100%;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.2;
  color: white;
  border-radius: 2px;
  transition: all 0.3s;
  background-color: #ff6f0c;
}
.cs-hosting button:hover {
  transition: all 0.3s;
  color: white;
  background-color: #ff6f0c;
}
.cs-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cs-row > div {
  margin-top: 50px;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scale(1);
  transition: all 0.3s;
  cursor: pointer;
}
.cs-row > div:hover {
  transform: scale(1.03);
  transition: all 0.3s;
}
*/
* {
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #1f0644 !important;
  padding: 0;
  margin: 0;
}


header .bg-dark {
  padding: 15px 0px;
}

.carousel-item {
  height: 90vh;
}

.carousel-indicators {
  bottom: 125px !important;
}

.carousel-content {
  position: absolute;
  padding: 0 10%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}

.carousel-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

.carousel-content-left h2 {
  margin-bottom: 0.977rem;
  font-weight: 600;
  line-height: 1.25;
  color: white;
  font-size: 45px;
}

.carousel-content-left p {
  margin-bottom: 0.977rem;
  font-weight: 600;
  line-height: 1.25;
  color: white;
  font-size: 25px;
  margin-top: 30px;
  font-style: italic;
}

.carousel-content-left button {
  border: none;
  padding: 12px 40px;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background-color: #ff6f0c;
}

.carousel-content-left button:hover {
  color: white;
  background-color: #ff6f0c;
}

.cs-menu2 {
  display: inline-block;
  padding: 10px;
  padding-left: 1px;
  border-left: 20px #ffffff00 solid;
  text-align: left;
}

.cs-menu-list {
  padding: 0;
  list-style-type: none;
}

.cs-menu-list li {
  font-weight: 900;
  padding: 5px;
  cursor: pointer;
}

.cs-menu-list li:hover {
  background: #ffffff00;
}

.cs-menu-list li a {
  color: white;
  text-decoration: none;
}

.carousel-content-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
}

.carousel-content-right img {
  width: 100%;
}

.input-area-main {
  position: relative;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer {
  padding-top: 230px;
  overflow: hidden;
  position: relative;
  background-image: url("/images/footerbgi.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  bottom: -50px;
}

.footer .flogo {
  text-align: center;
  display: block;
}

.footer .social-links {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.footer .social-links ul li {
  display: inline-block;
}

.footer .social-links ul li a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  transition: all 0.3s ease-in;
  margin: 0px 5px;
  align-items: center;
  justify-content: center;
}

.footer .footer-menu {
  margin-top: 115px;
  display: block;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-menu ul li {
  display: inline-block;
  margin-right: 70px;
  position: relative;
}

.footer .footer-menu ul li a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #d2d5fc;
}

.footer .footer-menu ul li::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 2px;
  background: #686fc5;
}

.footer .copy-bg {
  padding: 22px 15px 10px;
  text-align: center;
  margin-top: 30px;
}

.footer .copy-bg p {
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  color: #d2d5fc;
  font-weight: 600;
}

.footer .footer-menu ul li:last-child::after {
  display: none;
}









#input-area::after {
  box-shadow: inset 3px 3px 10px 0 #000000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.input-area-main .input-area {
  background-color: transparent !important;
  padding: 60px 90px;
  width: 70%;
  background: white;
  border-radius: 20px;
  top: -95px;
  position: relative;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  margin: 0px;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.input-area-main .input-area:hover {
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.1);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.kayit-form {
  position: relative;
}

.kayit-form .form-group {
  position: relative;
  background: white;
  border-radius: 50px;
  border: 1px solid #e8eaf1;
}

.kayit-form .form-control {
  background: white;
  border-radius: 50px;
  position: relative;
  padding: 28px 0px 28px 39px;
  border: none;
  color: #808080;
  font-size: 16px;
}

.search-btn {
  position: absolute;
  background:  linear-gradient(to top, #4c0bce, #814fe5);
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  padding: 19px 45px;
  border: none;
  left: inherit;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.search-btn:hover {
  text-decoration: none;
  color: white;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.price li {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-right: 41px;
}

.price {
  padding-top: 0px;
  margin-bottom: 0px;
}

.price li:first-child {
  padding-left: 0px;
}

.price li:last-child {
  padding-right: 0px;
}

.form-control:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

.cs-hosting {
  height: auto;
  padding: 0px 10%;
  background-color: transparent !important;
  padding-top: 150px;
  padding-bottom: 60px;
}

.cs-hosting-content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #373d4b;
}

.cs-hosting-content p {
  font-size: 16px;
  line-height: 1.88;
  color: #6e7685;
}

.cs-hosting-strip {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(177, 183, 210, 0.23);
}

.cs-hosting-strip span {
  color: #ff6f0c;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
}

.cs-hosting ul {
  list-style: none;
  padding: 0px;
  margin-top: 25px;
}

.cs-hosting ul i {
  margin-right: 8px;
  color: rgb(64, 156, 64);
}

.cs-hosting ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: gray;
}

.cs-hosting button {
  border: none;
  width: 100%;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.2;
  color: white;
  border-radius: 2px;
  transition: all 0.3s;
  background-color: #ff6f0c;
}

.cs-hosting button:hover {
  transition: all 0.3s;
  color: white;
  background-color: #ff6f0c;
}

.cs-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cs-row>div {
  margin-top: 50px;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scale(1);
  transition: all 0.3s;
  cursor: pointer;
}

.cs-row>div:hover {
  transform: scale(1.03);
  transition: all 0.3s;
}


.cs-menu3 {
  justify-content: flex-end !important;
  flex-grow: unset !important;
}

.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:visited,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:focus-visible,
.btn.dropdown-toggle:focus-within,
.btn.dropdown-toggle:active,
.btn.dropdown-toggle:link {
  background-color: transparent;
  border: none;
  transform: none;
  color: #fff !important;
  text-shadow: 0 0 7px #bc13fe, 0 0 10px #bc13fe, 0 0 21px #bc13fe, 0 0 42px #bc13fe, 0 0 82px #bc13fe, 0 0 92px #bc13fe, 0 0 102px #bc13fe, 0 0 151px #bc13fe;
}




svg#header-top-logo {
  width: 100%;
  height: 100%;
}

svg#header-top-logo2 {
  width: 100%;
  height: 100%;
}

#header-top-logo path {
  fill: #351756 !important;
  filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 21px #fff) drop-shadow(0 0 42px #ff6f0c) drop-shadow(0 0 82px #ff6f0c) drop-shadow(0 0 92px #ff6f0c) drop-shadow(0 0 102px #ff6f0c) drop-shadow(0 0 151px #ff6f0c);
  animation: anim 3s infinite;
}

.logo-anim path {
  fill: white !important;
  filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 21px #fff) drop-shadow(0 0 42px #ff6f0c) drop-shadow(0 0 82px #ff6f0c) drop-shadow(0 0 92px #ff6f0c) drop-shadow(0 0 102px #ff6f0c) drop-shadow(0 0 151px #ff6f0c);
  animation: anim 3s infinite;
}


#header-top-logo2 path {
  fill: #7a1bb4 !important;
  filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 21px #fff) drop-shadow(0 0 42px #ff6f0c) drop-shadow(0 0 82px #ff6f0c) drop-shadow(0 0 92px #ff6f0c) drop-shadow(0 0 102px #ff6f0c) drop-shadow(0 0 151px #ff6f0c);
  animation: anim 3s infinite;
}

@keyframes anim {
  0% {
    filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 21px #fff) drop-shadow(0 0 32px #ff6f0c) drop-shadow(0 0 62px #ff6f0c) drop-shadow(0 0 72px #ff6f0c) drop-shadow(0 0 82px #ff6f0c) drop-shadow(0 0 101px #ff6f0c);
  }

  50% {
    filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 21px #fff) drop-shadow(0 0 12px #ff6f0c) drop-shadow(0 0 32px #ff6f0c) drop-shadow(0 0 32px #ff6f0c) drop-shadow(0 0 42px #ff6f0c) drop-shadow(0 0 51px #ff6f0c);
  }

  100% {
    filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 21px #fff) drop-shadow(0 0 32px #ff6f0c) drop-shadow(0 0 62px #ff6f0c) drop-shadow(0 0 72px #ff6f0c) drop-shadow(0 0 82px #ff6f0c) drop-shadow(0 0 101px #ff6f0c);
  }
}

.btn.dropdown-toggle {
  border: none;
  background-color: transparent;
}





@media (max-width:991.5px) {
  header .navbar-collapse.show {
    padding: 15px;
    z-index: 99;
  }

  header .navbar-collapse {
    padding: 15px;
  }

  header .navbar-collapse.show .dropdown-menu-dark {
    border: none;
  }

  header .navbar-collapse .dropdown-toggle {
    padding: 0;
  }

  .container-lg {
    padding: 0 !important;
  }

}

@media (max-width:767px) {
  .cs-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .input-area-main .input-area {
    padding: 20px;
    width: 90%;
    top: -50px;
  }

  .price li {
    font-size: 13px;
    margin-right: 5px;
  }

  .carousel-content {
    flex-direction: column;
  }

  .carousel-content-left {
    order: 2;
  }

  .carousel-content-left h2 {
    font-size: 30px;
  }

  .carousel-content-left p {
    font-size: 16px;
  }

  .carousel-content-right img {
    width: 70%;
  }

  .carousel-indicators {
    display: none !important;
  }

  #header {
    padding: 0;
  }
}

@media (max-width:1024px) and (min-width:768px) {
  .cs-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .input-area-main .input-area {
    padding: 30px;
    width: 80%;
    top: -50px;
  }

  .price li {
    font-size: 15px;
    margin-right: 15px;
  }
}

.navbar-expand-lg .navbar-nav {
  justify-content: flex-end;
  width: 100%;
}

.navbar-toggler:focus-visible,
.navbar-toggler:active,
.navbar-toggler:visited,
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url('/images/bar.jpeg') !important;

}

#header .navbar-nav .nav-item {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#header .nav-item .nav-link {
  font-size: 1rem;
  color: white;
}

#header .nav-item .nav-link.active {
  color: #fff !important;
  text-shadow: 0 0 7px #bc13fe, 0 0 10px #bc13fe, 0 0 21px #bc13fe, 0 0 42px #bc13fe, 0 0 82px #bc13fe, 0 0 92px #bc13fe, 0 0 102px #bc13fe, 0 0 151px #bc13fe;
}

#header .nav-item .nav-link:hover {
  color: #fff !important;
  text-shadow: 0 0 7px #bc13fe, 0 0 10px #bc13fe, 0 0 21px #bc13fe, 0 0 42px #bc13fe, 0 0 82px #bc13fe, 0 0 92px #bc13fe, 0 0 102px #bc13fe, 0 0 151px #bc13fe;
}

.nav-item .btn.dropdown-toggle.active {
  background-color: transparent;
  border: none;
  transform: none;
  color: #fff !important;
  text-shadow: 0 0 7px #bc13fe, 0 0 10px #bc13fe, 0 0 21px #bc13fe, 0 0 42px #bc13fe, 0 0 82px #bc13fe, 0 0 92px #bc13fe, 0 0 102px #bc13fe, 0 0 151px #bc13fe;
}

.cs-darkcontent {
  padding: 50px 0;
}

.cs-darkcontent table {
  box-shadow: none;
  border: none;
  border-collapse: separate;
}


table.table.table-bordered.servers th {
    border: 1px solid;
}

table.table.table-bordered.servers td {
    border: 1px solid white;
}

table.servers tr td a.btn-buy {
    padding: 0px 29px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #eb862c, #e35930);
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
    color: #fff;
}

table.table.table-bordered.servers th>div {
    padding: 6px;
}

table.table.table-bordered.servers td>div {
    padding: 6px;
}


.cs-darkcontent tr>* {
  border-top: none !important;
  white-space: nowrap;
}

.cs-darkcontent thead {
  color: #f45829;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.cs-darkcontent .table .btn {
  background-color: #f45829;
  color: #FFFFFF;
  font-weight: 500;
}

.cs-darkcontent .table>tbody>tr>td {
  vertical-align: middle !important;
  font-weight: bold;
  color: #FFFFFF;
}

.cs-darkcontent .start {
  border-left: 3px solid grey;
  transition: 0.3s;
}

.cs-darkcontent tbody tr:hover .start {
  border-left: 3px solid #f45829;
  margin: 10px 0;
}

.cs-darkcontent .old {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  opacity: 0.8;
  color: #8392a5;
  text-decoration: line-through;
}

.cs-darkcontent .orange-text {
  font-size: 20px;
  font-weight: 700;
  color: #f45829;
}

.cs-darkcontent .month {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  opacity: 0.8;
  color: #8392a5;
}

.cs-darkcontent .card-title {
  font-size: 46px;
  transition: 0.3s;
}

.cs-darkcontent .card-subtitle {
  font-size: 20px;
  font-weight: 600;
}

.cs-darkcontent .card-text {
  font-size: 16px;
}

.cs-darkcontent .card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  color: #FFFFFF;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid #f45829;
  border-radius: 10px;
  overflow: hidden;
}

.cs-darkcontent .card-body {
  padding: 28px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}

.card::before {
  content: '';
  position: absolute;
  right: -55px;
  width: 95px;
  height: 95px;
  bottom: -50px;
  border-radius: 35px;
  background-color: #f45829;
  transition: all .3s;
  z-index: 1;
}

.cs-darkcontent .card:hover::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #f45829;
}

.cs-darkcontent .card:hover .card-body,
.card:hover .card-text {
  color: #000000;
}

.cs-darkcontent .card .card-title i {
  transition: 0.3s;
  color: #f45829;
}

.cs-darkcontent .card:hover .card-title i {
  color: #000000 !important;
}

.cs-darkcontent .mb-3 {
  margin-bottom: 30px;
}

.cs-darkcontent .cs-tabs2-menu {
  border: none;
  padding-top: 50px;
}

.cs-darkcontent .cs-tabs2-menu .nav-link.active {
  background-color: transparent;
  border: none;
  position: relative;
  color: #f45829;
}

.cs-darkcontent .cs-tabs2-menu .nav-link.active::after {
  position: absolute;
  left: 10px;
  content: "";
  width: 100px;
  height: 5px;
  display: block;
  background-color: #f45829;
}

.cs-darkcontent .cs-tabs2-menu .nav-link {
  background-color: transparent;
  border: none;
  font-size: 25px;
  padding-right: 30px;
  color: #6e7685;
}

.cs-darkcontent .tab-content .active {
  overflow-x: auto;
}

.cs-darkcontent .tab-content .active::-webkit-scrollbar {
  height: 10px;
  width: 3px;
}

.cs-darkcontent .tab-content .active::-webkit-scrollbar-thumb {
    border-radius:20px;
}

.cs-darkcontent .tab-content .active::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

.cs-darkcontent-text {
  border: 1px solid #f45829;
  padding: 25px;
}

.cs-darkcontent-text h2:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-top: 2px solid #f45829;

}

.cs-darkcontent-text h2 {
  color: #f45829;

}

#header {
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.4s;
  padding-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#header button {
  color: white;
}

#header button:focus-visible,
#header button:focus {
  outline: none;
  box-shadow: none !important;
}

.navbar-brand div#header-top-logo-floor {
  background-image: url("/images/header_top_logo_floor2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  display: flex;
  justify-content: center;
}

.navbar-brand div#header-top-logo-floor2 {
  background-image: url("/images/header_top_logo_floor2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  display: flex;
  justify-content: center;
}


.navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 0.5em 1em;
}


.dropdown-menu {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0px;
  overflow: hidden;
}

.dropdown-menu li a {
  padding: 10px;
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.dropdown-menu li {
  text-align: center;
}

.dropdown-menu li:last-child {}

.dropdown-item:focus,
.dropdown-item:hover {}


.carousel-inner .carousel-item .carousel-content .carousel-content-right img {
  object-fit: cover;
  width: 200px;
}



@media screen and (min-width: 768px) {
  .login-btn {
    transition: all 0.3s ease-in;
    padding: 16px 40px !important;
    border-radius: 50px;
    font-size: 22px !important;
    box-shadow: inset 0px 0px 10px 7px #fea036;
    color: white !important;
  }

  .navbar-brand div#header-top-logo-floor {
    width: 250px;
  }

  .navbar-brand svg#header-top-logo {
    width: 150px;
  }

  .navbar-brand div#header-top-logo-floor2 {
    width: 250px;
  }

  .navbar-brand svg#header-top-logo2 {
    width: 150px;
  }


  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }


  .carousel-inner .carousel-item .carousel-content .carousel-content-right img {
    width: 400px;
  }

  .dropdown-menu {
    background-color: #7a1bb4;
    padding: 0px;
    box-shadow: inset 0px 0px 10px 7px #fea036;
    transition: all 0.3s ease-in;
    box-shadow: 0 0 .2rem #fff,
      0 0 .2rem #fff,
      0 0 2rem #bc13fe,
      0 0 0.8rem #bc13fe,
      0 0 2.8rem #bc13fe,
      inset 0 0 1.3rem #bc13fe;
  }

  .dropdown-menu {
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0px;
  }

  .dropdown-menu li a {
    padding: 10px;
    color: #fff;
  }

  .dropdown-menu li {
    border-bottom: 1px solid white;
  }

  .dropdown-menu li:last-child {
    border-bottom: none;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #a44fd8;

  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .navbar-brand div#header-top-logo-floor {
    width: 150px;
    height: 70px;
  }

  .navbar-brand svg#header-top-logo {
    width: 50px;
  }

  .navbar-brand div#header-top-logo-floor2 {
    width: 150px;
    height: 70px;
  }

  .navbar-brand svg#header-top-logo2 {
    width: 50px;
  }

  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }

  #cs-logo {
    margin-top: 0px !important;
  }
}


.cs-tabs-menu li:first-child button {
  border-top-left-radius: 10px;
}

.cs-tabs-menu li:last-child button {
  border-top-right-radius: 10px;
}

.tabs-floor .nav-link.active {
  animation: burn2 1.5s linear infinite alternate;
  background-color: transparent;
  color: white;
}

.cs-tabs-menu li button.active {
  animation: burn2 1.5s linear infinite alternate;
  background-color: transparent;
}

.cs-tabs-menu {
  color: white;
  border: none;
}

.cs-table.row.table-header {
  background-color: #f67a3c;
  font-weight: 900;
  font-size: 20px;
  max-width: 100%;
}

.cs-table.row.table-header>.col-1,
.cs-table.row.table-header>.col-2,
.cs-table.row.table-header>.col-3,
.cs-table.row.table-header>.col-4,
.cs-table.row.table-header>.col-5 {
  display: flex;
  justify-content: center;
}


.cs-table.row {
  width: auto;
  margin-left: 0px;
  min-width: 1200px;
  overflow-x: auto;
  white-space: nowrap;
}

.cs-table-row {
  border-bottom: 1px solid gray;
}

.cs-table-row:hover {

  border-bottom: 1px solid gray;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px 7px #0f0;
}

.cs-table.row>.col {
  display: inline-block;
  float: none;
  height: 45px;
}

.cs-table.row.cs-table-row>.col-1,
.cs-table.row.cs-table-row>.col-2,
.cs-table.row.cs-table-row>.col-3,
.cs-table.row.cs-table-row>.col-4,
.cs-table.row.cs-table-row>.col-5 {
  display: inline-block;
  float: none;
  height: 45px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: center;
}

.cs-table.row.cs-table-row>.col-1>img.table-row-icon,
.cs-table.row.cs-table-row>.col-2>img.table-row-icon,
.cs-table.row.cs-table-row>.col-3>img.table-row-icon,
.cs-table.row.cs-table-row>.col-4>img.table-row-icon,
.cs-table.row.cs-table-row>.col-5>img.table-row-icon {
  height: 39px;
  width: 39px;
  z-index: -1;
}

.cs-table.row.cs-table-row>.col-1>i.fa,
.cs-table.row.cs-table-row>.col-2>i.fa,
.cs-table.row.cs-table-row>.col-3>i.fa,
.cs-table.row.cs-table-row>.col-4>i.fa,
.cs-table.row.cs-table-row>.col-5>i.fa {
  z-index: -1;
}

.cs-table.row.cs-table-row.left-20-auto {
  margin-left: 20px;
}


.tabs-floor {
  border-radius: 10px;
  border: 1px solid white;
  box-shadow: 0 0 .2rem #fff,
    0 0 .2rem #fff,
    0 0 2rem #f67a3c,
    0 0 0.8rem #f67a3c,
    0 0 2.8rem #f67a3c,
    inset 0 0 1.3rem #f67a3c;
}

.tabs-floor .nav-link {
  color: white;
  border-radius: 0px;
}



.fire {
  animation: burn 1.5s linear infinite alternate;
}

@keyframes burn {
  from {
    text-shadow: -.1em 0 .3em #fefcc9, .1em -.1em .3em #feec85, -.2em -.2em .4em #ffae34, .2em -.3em .3em #ec760c, -.2em -.4em .4em #cd4606, .1em -.5em .7em #973716, .1em -.7em .7em #451b0e;
  }

  45% {
    text-shadow: .1em -.2em .5em #fefcc9, .15em 0 .4em #feec85, -.1em -.25em .5em #ffae34, .15em -.45em .5em #ec760c, -.1em -.5em .6em #cd4606, 0 -.8em .6em #973716, .2em -1em .8em #451b0e;
  }

  70% {
    text-shadow: -.1em 0 .3em #fefcc9, .1em -.1em .3em #feec85, -.2em -.2em .6em #ffae34, .2em -.3em .4em #ec760c, -.2em -.4em .7em #cd4606, .1em -.5em .7em #973716, .1em -.7em .9em #451b0e;
  }

  to {
    text-shadow: -.1em -.2em .6em #fefcc9, -.15em 0 .6em #feec85, .1em -.25em .6em #ffae34, -.15em -.45em .5em #ec760c, .1em -.5em .6em #cd4606, 0 -.8em .6em #973716, -.2em -1em .8em #451b0e;
  }
}

.fire-border {
  animation: burn2 1.5s linear infinite alternate;
}

@keyframes burn2 {
  from {
    box-shadow: -.1em 0 .3em #fefcc9, .1em -.1em .3em #feec85, -.2em -.2em .4em #ffae34, .2em -.3em .3em #ec760c, -.2em -.4em .4em #cd4606, .1em -.5em .7em #973716, .1em -.7em .7em #451b0e;
  }

  45% {
    box-shadow: .1em -.2em .5em #fefcc9, .15em 0 .4em #feec85, -.1em -.25em .5em #ffae34, .15em -.45em .5em #ec760c, -.1em -.5em .6em #cd4606, 0 -.8em .6em #973716, .2em -1em .8em #451b0e;
  }

  70% {
    box-shadow: -.1em 0 .3em #fefcc9, .1em -.1em .3em #feec85, -.2em -.2em .6em #ffae34, .2em -.3em .4em #ec760c, -.2em -.4em .7em #cd4606, .1em -.5em .7em #973716, .1em -.7em .9em #451b0e;
  }

  to {
    box-shadow: -.1em -.2em .6em #fefcc9, -.15em 0 .6em #feec85, .1em -.25em .6em #ffae34, -.15em -.45em .5em #ec760c, .1em -.5em .6em #cd4606, 0 -.8em .6em #973716, -.2em -1em .8em #451b0e;
  }
}

#info-list {
  font-size: 16px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.top-section {
  padding: 80px 0px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.hero-content-wrap {
  position: relative;
  display: block;
}

.btn-brand-03:hover,
.btn-brand-03:focus {
  background-color: #f4590b;
  border-color: #f4590b;
  color: #fff;
}

.gradient-bg {
  background-image: linear-gradient(89deg, #54068f 40%, #7a1bb4 100%) !important;
}

.carousel-area {
  padding-top: 150px;
  background-image: url('/images/website_bg.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cs-header-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 13px 5px 24px;
  background-color: #351756;
  position: relative;
}

.cs-header-top::after {
  position: absolute;
  content: "";
  top: 0px;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 56px solid #351756;
  border-right: 20px solid transparent;
}

.cs-header-top::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 56px solid #351756;
  border-left: 20px solid transparent;

}

#cs-logo {
  margin-top: -55px;
  transition: all 0.3s linear;
}

.cs-header-top div:first-child {
  display: flex;
  gap: 15px;
}

.cs-header-top div:first-child a {
  color: rgba(255, 255, 255, 0.55);
}

.cs-header-top div:last-child {
  display: flex;
  gap: 10px;
}

#cs-youtube {
  color: #9b9b9b;
}

#cs-steam {
  color: #9b9b9b;
}

#cs-facebook {
  color: #9b9b9b;
}

#cs-twitter {
  color: #9b9b9b;
}

.cs-header-top div:last-child i {
  color: #9b9b9b;
  font-size: 18px;
}

#cs-header-top-main {
  transition: all 0.3s;
}

@media (max-width:767px) {
  #cs-header-top-main {
    display: none !important;
  }
}


footer {
  margin-top: 50px;
}

.footer-newsletter .btn,
.newsletter-form button,
.footer-newsletter button,
.transparent-btn:hover,
.fw-title h5::before {
  background: #ff6f0c;
}

.newsletter-wrap {
  border-radius: 80px;
  background-color: #1e222f;
  padding: 40px 65px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  border-top: 4px solid #963499;
}

.newsletter-form form {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.newsletter-form-grp {
  position: relative;
}

.newsletter-form-grp i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  left: 15px;
}

.newsletter-form form input {
  width: 495px;
  background: #24182d;
  border: none;
  color: #fff;
  padding: 17px 40px;
  font-size: 14px;
  font-weight: 500;
}

.newsletter-form form input::placeholder {
  color: #a0a0a0;
}

.newsletter-form-grp::before,
.newsletter-form button::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 20px;
  border-color: transparent transparent #24182d transparent;
}

.newsletter-form-grp::after,
.newsletter-form button::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 20px 0 0;
  border-color: #24182d transparent transparent transparent;
}

.newsletter-title h2 {
  font-size: 26px;
  letter-spacing: -1px;
}

.newsletter-form button {
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 17px 15px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
  transition: .3s linear;
}

.newsletter-form button::before {
  border-color: transparent transparent #ff6f0c transparent;
  transition: .3s linear;
}

.newsletter-form button::after {
  border-color: #ff6f0c transparent transparent transparent;
  transition: .3s linear;
}

.newsletter-form button:hover {
  background: #fff;
}

.newsletter-form button:hover::before {
  border-color: transparent transparent #fff transparent;
}

.newsletter-form button:hover::after {
  border-color: #fff transparent transparent transparent;
}

.newsletter-form button i {
  font-size: 12px;
  margin-left: 5px;
}

.s-newsletter-area .newsletter-wrap {
  background-color: #3f1980;
}

.s-newsletter-area .newsletter-title h2 {
  letter-spacing: 0;
  text-transform: uppercase;
}

.s-newsletter-area .newsletter-form form input {
  background: #262228;
}

.s-newsletter-area .newsletter-form-grp::after {
  border-color: #262228 transparent transparent transparent;
}

.s-newsletter-area .newsletter-form-grp::before {
  border-color: transparent transparent #262228 transparent;
}


.footer-bg {
  background-image: url(assets/images/bg/footer_bg.jpg);
  background-color: #f9f9f9;
  background-position: top center;
  background-size: cover;
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
  border-top: 10px solid #963499;
}

.footer-text p {
  font-size: 15px;
  color: #90949c !important;
  margin-bottom: 15px;
}

.footer-contact ul li {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 15px;
  color: #90949c;
  line-height: 28px;
  border: 0;
}

.footer-contact ul li i {
  margin-right: 10px;
}

.footer-contact ul li span {
  font-weight: 500;
}

.footer-contact ul li:last-child {
  margin-bottom: 0;
}

.fw-title h5 {
  font-size: 18px;
  color: #c8c8c8;
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}

.fw-title h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
}

.fw-link ul li {
  display: block;
}

.fw-link ul li a {
  color: #90949c;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
}

.fw-link ul li a:hover {
  padding-left: 5px;
}

.footer-social ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-social ul li a i {
  margin: 0px !important;
}

.footer-widget .footer-social ul li {
  display: block;
  margin-right: 9px;
  border: 0;
}

.footer-widget .footer-social ul li a {
  width: 36px;
  height: 36px;
  background-color: rgb(59, 89, 152);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}

.footer-widget .footer-social ul li:nth-child(2) a {
  background: #d71e18;
}



.footer-widget .footer-newsletter input {
  width: 100%;
  background: #24182d;
  border: none;
  padding: 12px 20px;
  color: #fff;
  padding-right: 60px;
  font-size: 14px;
}

.footer-widget .footer-newsletter input::placeholder {
  color: #7c7c7d;
  font-size: 14px;
}

.footer-widget .footer-newsletter form {
  position: relative;
}

#footer_logo {
  width: 300px;
  height: 40px;
}

@media (min-width: 20px) and (max-width: 1199px) {
  #footer_logo {
    width: 200px;
    height: 25px;
  }
}

.footer-widget .footer-newsletter button {
  position: absolute;
  width: 53px;
  height: 100%;
  border: none;
  color: #fff;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 14px;
}

.footer-fire {
  position: absolute;
  left: 90px;
  bottom: 0;
  z-index: -1;
}

.footer-fire-right {
  left: auto;
  right: 90px;
}

.copyright-wrap {
  background: #140a1c;
  padding: 20px 0;
}

.copyright-text p {
  font-size: 14px;
  color: #90949c !important;
  margin-bottom: 0;
}

.copyright-text p a {
  font-weight: 500;
}

.s-footer-bg {
  background: #340d78;
}

.s-footer-bg .fw-title h5 {
  font-size: 16px;
  text-transform: uppercase;
}

.s-footer-bg .footer-newsletter input {
  background: #262228;
}

.s-copyright-wrap {
  background: #161417;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}

footer ul li a {
  color: #90949c;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1800px) {
  .footer-fire {
    left: 0;
  }

  .footer-fire-right {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1585px) {
  .footer-fire {
    display: none;
  }
}

@media (max-width: 1500px) {

  .related-product-active .slick-arrow {
    left: 0px;
    background: #fff;
  }

  .related-product-active .slick-next.slick-arrow {
    left: auto;
    right: 0px;
  }
}

@media (max-width: 1199.98px) {
  .newsletter-wrap {
    flex-direction: column;
  }

  .newsletter-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {

  .newsletter-wrap {
    flex-direction: column;
    padding: 40px 15px;
    border-radius: 10px;
  }

  .newsletter-title {
    margin-bottom: 30px;
  }

  .newsletter-title h2 {
    font-size: 24px;
  }

  .newsletter-form form input {
    width: 100%;
  }

  .newsletter-form form {
    margin-right: 0;
    flex-direction: column;
  }

  .newsletter-form button {
    margin-left: 0;
    margin-top: 15px;
  }

  .newsletter-form-grp {
    margin: 0 10px;
  }

  .copyright-text p {
    text-align: center;
  }
}



div#reason {
  margin-top: 200px;
}

div#reason .container {
  background-color: transparent;
  padding: 20px 30px;
  border-radius: 1em;
  box-shadow: 0 0 .1rem #fff,
    0 0 .1rem #fff,
    0 0 1rem #ff6f0c,
    0 0 0.8rem #ff6f0c,
    0 0 1rem #ff6f0c,
    inset 0 0 1.3rem #ff6f0c;
}

div#reason .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
  color: #ff6f0c;
}

div#reason .title span {
  color: #ff6f0c;
}


div#reason .content {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  color: white;
}


div#reason .oge {
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


div#reason .oge .ikon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  border-radius: 5px 5px 50px 50px;
  box-shadow: -5.7px 5.7px 25px 0 rgb(233 121 45 / 60%);
  background-image: linear-gradient(to top, #4c0bce, #e35930);
  margin-bottom: 20px;
}


.content-none:before {
    content: none !important;
}

.custom-reseller-price {
     background-image: linear-gradient(to top, #814fe5, #e35930), linear-gradient(to bottom, #814fe5, #814fe5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

div#reason .oge .ogebaslik {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.44;
  text-align: center;
  color: white;
}


div#reason .oge p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: white;
}

div#reason .oge:hover {
  margin-top: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div#reason .oge:hover .ikon {
  box-shadow: -5.7px 5.7px 25px 0 rgb(233 121 45 / 80%);
}

.btn-brand-03 {
  background-image:linear-gradient(to right, #e35930, #eb862c);
  border-color: #f67a3c;
  color: #fff;
  padding: 15px 25px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.ptb-100 {
  padding: 100px 0;
}

.single-promo-card.single-promo-hover {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  height: 220px;
}

.icon-size-lg {
  font-size: 46px;
}

.single-promo-card:hover h5 {
  color: #fff !important;
}

.single-promo-card h5 {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
}

.color-primary {
  color: #f67a3c !important;
}

.single-promo-card.single-promo-hover:hover span,
.single-promo-card.single-promo-hover:hover h5 {
  color: #fff !important;
}

.single-promo-card.single-promo-hover:hover {
  color: #fff;
}

.single-promo-card.single-promo-hover:before {
  content: '';
  position: absolute;
  right: -55px;
  width: 95px;
  height: 95px;
  bottom: -50px;
  border-radius: 35px;
  background-color: #f67a3c;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.single-promo-card.single-promo-hover:hover:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #f67a3c;
}

.ptb-60 {
  padding: 60px 0;
}

.color-accent {
  color: #f67a3c !important;
}

.cta-content-wrap h2 {
  margin-bottom: 0.977rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #f67a3c;
  font-size: 38px;
}

.cta-content-wrap p {
  margin-bottom: 0.977rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.05;
  font-size: 18px;
}

.image-card {
    height: 350px;
}

.custom-banner {
    padding: 80px 0;    
    margin-top: 200px;
}

.support-action a {
  color: #c0ccda;
  font-weight: 400;
}

.support-action a i {
  font-size: 15px;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}