/* Variables */
.textOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transitionP2 {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* Variables */
/* Nano Scroller */
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
}

.nano .nano-content:focus {
  outline: thin dotted;
}

.nano .nano-content::-webkit-scrollbar {
  visibility: hidden;
}

.has-scrollbar .nano-content::-webkit-scrollbar {
  visibility: visible;
}

.nano > .pane {
  background: #CCC;
  position: absolute;
  width: 6px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nano > .pane > .slider {
  background: #999;
  position: relative;
  margin: 0 0px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/* Nano Scroller */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

@media only screen and (min-width: 35em) {
  .ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
  }

  .ir br {
    display: none;
  }

  .hidden {
    display: none !important;
    visibility: hidden;
  }

  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }

  .invisible {
    visibility: hidden;
  }

  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }

  .clearfix:after {
    clear: both;
  }

  .clearfix {
    *zoom: 1;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  margin: 0;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

li {
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

a {
  text-decoration: none;
  color: #000;
}

head {
  display: block;
}

a {
  outline: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #1f1f1f;
  font-family: "proxima_nova_rgregular";
  min-width: 320px;
}

*, input, select {
  box-sizing: border-box;
}

/* Reset Tools */
/* General Tools */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tl {
  text-align: left !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.vm tr td {
  vertical-align: middle !important;
}

.vt tr td {
  vertical-align: top !important;
}

.vb tr td {
  vertical-align: bottom !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.m0 {
  margin: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs35 {
  font-size: 35px !important;
}

.fs15 tr td {
  font-size: 15px !important;
}

.full {
  width: 100%;
  float: left;
}

.half {
  width: 50%;
  float: left;
}

.full-table {
  width: 100%;
  float: left;
}

.full-table tr td {
  padding: 5px;
}

.orangeColor {
  color: #fc5f2e;
}

/* General Tools */
/* Main */
.main {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 9;
  font-family: "proxima_nova_rgregular";
  background: #f1f1f1;
  min-width: 320px;
}

.center {
  width: 1040px;
  height: auto;
  margin: 0 auto;
}

/* Main */
/* Header Main */
.header {
  width: 100%;
  height: 120px;
  float: left;
  position: relative;
  z-index: 9999;
}

.header-top {
  width: 100%;
  height: 95px;
  float: left;
  background: #fff;
}
.header-top .ideal-home {
  width: 270px;
  height: 70px;
  float: left;
  background: url("../img/ideal-logo.jpg");
}
.header-top .user-panel-main {
  width: 150px;
  height: 70px;
  float: right;
  background: #f5f5f5;
  line-height: 14px;
  padding: 20px 0 0 50px;
  position: relative;
}
.header-top .user-panel-main:Before {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 12px;
  top: 20px;
  background: url("../img/user-panel-before.png");
  content: ' ';
}
.header-top .user-panel-main .upm-label {
  font-family: "proxima_nova_ltsemibold";
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #fc5f2e;
}
.header-top .user-panel-main .upm-link {
  font-family: "proxima_nova_ltsemibold";
  font-size: 12px;
  color: #666666;
}
.header-top .user-panel-main .upm-link:hover {
  text-decoration: underline;
}
.header-top .header-number {
  width: 210px;
  height: 70px;
  float: right;
  text-align: right;
  background: #86bb21;
  padding: 20px 20px 0 0;
}
.header-top .header-number .hn-label {
  color: #d2f098;
  font-family: "proxima_nova_ltsemibold";
}
.header-top .header-number .hn-nr {
  font-family: "proxima_nova_ltsemibold";
  font-size: 17px;
  color: #fff;
}
.header-top .header-number .hn-nr span {
  color: #d2f098;
}
.header-top .header-number:before {
  width: 30px;
  height: 30px;
  float: left;
  background: url("../img/header-number-before.png");
  content: '';
  margin: 4px 0 0 17px;
}

.hm-overflow {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  z-index: 9;
  margin-top: -25px;
}
.hm-overflow:before {
  width: 50%;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fc5f2e;
  content: ' ';
}
.hm-overflow .center {
  position: relative;
  z-index: 99;
}

.main-menu {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 99;
  background: #fc5f2e;
}
.main-menu:Before {
  width: 46px;
  height: 50px;
  position: absolute;
  left: -46px;
  top: 0;
  background: url("../img/main-menu-before.png");
  content: ' ';
}
.main-menu .corporate {
  width: auto;
  height: 50px;
  float: left;
  border-right: 1px solid #ff7d54;
}
.main-menu .corporate > a {
  width: auto;
  height: 46px;
  line-height: 45px;
  float: left;
  color: #fff;
  padding: 0 25px 0 15px;
  position: relative;
  font-family: "proxima_nova_ltsemibold";
  margin: 4px 4px 0 4px;
  font-size: 15px;
}
.main-menu .corporate > a:Before {
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 20px;
  background: url("../img/mm-items-before.png") left top;
  content: ' ';
}
.main-menu .corporate:hover > a {
  background: #fff;
  color: #fc5f2e;
  border-radius: 3px 3px 0 0;
}
.main-menu .corporate:hover > a:before {
  background-position: bottom;
}
.main-menu .corporate .corp-drop {
  width: 270px;
  height: auto;
  padding: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  box-shadow: 0 6px 6px rgba(3, 3, 3, 0.11);
  display: none;
  z-index: 999;
  border-radius: 0 0 3px 3px;
}
.main-menu .corporate .corp-drop ul li {
  width: 100%;
  height: auto;
  float: left;
  color: #999999;
  padding: 3px 0 3px 10px;
  position: relative;
}
.main-menu .corporate .corp-drop ul li a {
  color: #666666;
  font-family: "proxima_nova_ltsemibold";
  font-size: 13px;
}
.main-menu .corporate .corp-drop ul li a:hover {
  color: #fc5f2e;
}
.main-menu .corporate .corp-drop ul li:before {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  background: #c8c8c8;
  content: '';
}
.main-menu .corporate:hover .corp-drop {
  display: block;
}
.main-menu .live-support {
  width: 150px;
  height: 50px;
  float: right;
  background: #fc5621;
  line-height: 45px;
  font-family: "proxima_nova_ltsemibold";
  color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.main-menu .live-support:hover {
  background: #fc6a33;
}
.main-menu .live-support:Before {
  width: 40px;
  height: 40px;
  float: left;
  background: url("../img/live-support.png");
  content: ' ';
  margin: 3px 0 0 10px;
}
.main-menu .live-support .ls-stat {
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 12px;
  font-family: "proxima_nova_rgregular";
  line-height: normal;
}
.main-menu .live-support .ls-stat:Before {
  width: 9px;
  height: 9px;
  border: 2px solid #d5491c;
  content: ' ';
  float: left;
  border-radius: 50%;
  margin-right: 2px;
  margin-top: 1px;
}
.main-menu .live-support .ls-stat.online:before {
  background: #3dc547;
}
.main-menu .general-nav {
  width: auto;
  height: 50px;
  float: left;
}
.main-menu .general-nav > li {
  width: auto;
  height: 50px;
  float: left;
}
.main-menu .general-nav > li > a {
  width: auto;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  color: #fff;
  font-family: "proxima_nova_ltsemibold";
  font-size: 16px;
  letter-spacing: -0.5px;
  float: left;
}
.main-menu .general-nav > li > a:Before {
  width: 7px;
  height: 7px;
  float: right;
  margin: 23px -3px 0 11px;
  background: url("../img/mm-items-before.png");
  content: ' ';
}
.main-menu .general-nav > li:hover a {
  background: #fff;
  color: #fc5f2e;
}
.main-menu .general-nav > li:hover a:Before {
  background-position: bottom;
}
.main-menu .general-nav > li:hover .gn-dropdown {
  display: block;
}
.main-menu .general-nav > li .gn-dropdown {
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #fff;
  box-shadow: 0 6px 6px rgba(3, 3, 3, 0.11);
  z-index: 999;
}
.main-menu .general-nav > li .gn-dropdown .gnd-left {
  width: 320px;
  height: 250px;
  float: left;
  background: url("../img/dropdown-left.png");
}
.main-menu .general-nav > li .gn-dropdown .gnd-left .gl-img {
  width: 320px;
  height: 190px;
  float: left;
}
.main-menu .general-nav > li .gn-dropdown .gnd-left .gl-text {
  width: 100%;
  height: 50px;
  float: left;
  margin-top: 10px;
  padding: 10px;
  line-height: 15px;
  color: #fff;
  font-size: 13px;
}
.main-menu .general-nav > li .gn-dropdown .gnd-right {
  width: 700px;
  height: 190px;
  float: right;
  padding-top: 15px;
}
.main-menu .general-nav > li .gn-dropdown .gnd-label {
  width: 100%;
  float: left;
  color: #999999;
  font-size: 16px;
  padding-right: 15px;
  letter-spacing: -0.4px;
}
.main-menu .general-nav > li .gn-dropdown .gnd-passive {
  width: 100%;
  float: left;
  color: #bfbfbf;
  font-size: 13px;
  letter-spacing: -0.4px;
}
.main-menu .general-nav > li .gn-dropdown .gnd-title {
  width: 100%;
  float: left;
  color: #fc5f2e;
  font-size: 18px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.5px;
  margin: 7px 0;
}
.main-menu .general-nav > li .gn-dropdown .four-list,
.main-menu .general-nav > li .gn-dropdown .triple-list {
  width: 100%;
  float: left;
}
.main-menu .general-nav > li .gn-dropdown .four-list li,
.main-menu .general-nav > li .gn-dropdown .triple-list li {
  width: 30%;
  float: left;
  margin: 3px  3% 3px 0;
}
.main-menu .general-nav > li .gn-dropdown .four-list li a,
.main-menu .general-nav > li .gn-dropdown .triple-list li a {
  color: #666666;
  font-family: "proxima_nova_ltsemibold";
  font-size: 14px;
  letter-spacing: -0.4px;
}
.main-menu .general-nav > li .gn-dropdown .four-list li a:before,
.main-menu .general-nav > li .gn-dropdown .triple-list li a:before {
  width: 6px;
  height: 6px;
  float: left;
  background: #d5d5d5;
  border-radius: 3px;
  content: ' ';
  margin: 6px 5px 0 0;
}
.main-menu .general-nav > li .gn-dropdown .four-list li a:hover,
.main-menu .general-nav > li .gn-dropdown .triple-list li a:hover {
  color: #fc5f2e;
}
.main-menu .general-nav > li .gn-dropdown .four-list li {
  width: 24%;
  margin-right: 1%;
}
.main-menu .general-nav > li .gn-dropdown .other-block {
  width: 24%;
  float: left;
  margin-right: 1%;
}
.main-menu .general-nav > li .gn-dropdown .other-block .ob-title {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #999999;
  letter-spacing: -0.7px;
}
.main-menu .general-nav > li .gn-dropdown .other-block li {
  width: 100%;
  float: left;
  margin: 3px  3% 3px 0;
}
.main-menu .general-nav > li .gn-dropdown .other-block li a {
  color: #666666;
  font-family: "proxima_nova_ltsemibold";
  font-size: 14px;
  letter-spacing: -0.4px;
}
.main-menu .general-nav > li .gn-dropdown .other-block li a:before {
  width: 6px;
  height: 6px;
  float: left;
  background: #d5d5d5;
  border-radius: 3px;
  content: ' ';
  margin: 6px 5px 0 0;
}
.main-menu .general-nav > li .gn-dropdown .other-block li a:hover {
  color: #fc5f2e;
}
.main-menu .general-nav > li .gn-dropdown .gnd-bottom {
  width: 720px;
  float: right;
  height: 50px;
  margin-top: 10px;
  background: #f1f1f1;
  line-height: 50px;
  color: #999999;
  font-size: 13px;
}
.main-menu .general-nav > li .gn-dropdown .gnd-bottom .call {
  padding-right: 20px;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-family: "proxima_nova_ltsemibold";
  font-weight: bold;
  float: right;
}
.main-menu .general-nav > li .gn-dropdown .gnd-bottom .call span {
  color: #c0c0c0;
}
.main-menu .general-nav > li .gn-dropdown .gnd-bottom .call:before {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  background: url("../img/gnd-call.png");
  content: ' ';
}

/* Header Main */
/* General Banner */
.banner-overflow {
  width: 100%;
  height: 450px;
  float: left;
  margin-top: -25px;
  position: relative;
  overflow: hidden;
}
.banner-overflow .banner-general {
  width: 1920px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.banner-overflow .banner-general .bg-cts {
  width: 1920px;
  height: 450px;
  float: left;
}
.banner-overflow .banner-general .bg-cts .bg-ct {
  width: 1920px;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.banner-overflow .banner-general .bg-cts .bg-ct .mobile-content {
  display: none;
}
.banner-overflow .banner-general .bg-nav {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 99;
  text-align: center;
}
.banner-overflow .banner-general .bg-nav li {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.banner-overflow .banner-general .bg-nav li.active {
  border: 4px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.5);
}

/* General Banner */
/* FourBox Container */
.fourBox-container {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0;
  background: #fff;
}
.fourBox-container .full-boxes {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 2%;
  margin: 30px 0;
}
.fourBox-container .full-boxes .fb-box {
  width: 25%;
  padding: 1%;
  float: left;
}
.fourBox-container .full-boxes .fbb-title {
  width: 100%;
  height: 100px;
  float: left;
  color: #fc5f2e;
  font-size: 16px;
  letter-spacing: -0.3px;
  text-align: left;
  padding-top: 30px;
  background: url("../img/full-boxes-bg.png") center top no-repeat;
}
.fourBox-container .full-boxes .fbb-title span {
  color: #333333;
  font-size: 22px;
  font-family: "proxima_nova_ltsemibold";
}
.fourBox-container .full-boxes .fbb-title:Before {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  margin-top: -30px;
  content: ' ';
}
.fourBox-container .full-boxes .fbb-title.technical:before {
  background: url("../img/full-technical.png");
}
.fourBox-container .full-boxes .fbb-title.datas:before {
  background: url("../img/full-datas.png");
}
.fourBox-container .full-boxes .fbb-title.uptime:before {
  background: url("../img/full-uptime.png");
}
.fourBox-container .full-boxes .fbb-title.faster:before {
  background: url("../img/full-faster.png");
}
.fourBox-container .full-boxes p {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 5%;
  font-size: 15px;
  color: #666666;
  margin-top: 10px;
}

/* FourBox Container */
/* Why Container */
.why-container {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0;
  background: #cdf2f9;
  background: linear-gradient(#cdf2f9, #b5e6ef);
  text-align: center;
}
.why-container .whyc-title {
  width: 100%;
  height: auto;
  float: left;
  font-size: 35px;
  color: #333333;
  font-family: "proxima_nova_ltsemibold";
  font-weight: bold;
  letter-spacing: -1px;
}
.why-container .whyc-title span {
  color: #fc5f2e;
}
.why-container .whyc-content {
  width: 100%;
  height: auto;
  font-size: 15px;
  color: #7a9096;
}
.why-container .whyc-image {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}

/* Why Container */
/* Orange Band */
.orange-band {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 0;
  background: #fc5f2e;
}

/* Orange Band */
/* Logo Slider */
.logoSlider {
  width: 980px;
  height: 70px;
  float: left;
  margin-left: 30px;
  position: relative;
}
.logoSlider .ls-prev,
.logoSlider .ls-next {
  width: 30px;
  height: 70px;
  position: absolute;
  right: -30px;
  top: 0;
  text-align: center;
  line-height: 90px;
  font-size: 24px;
  cursor: pointer;
  opacity: .7;
  background: url("../img/logo-slider-next.png") center no-repeat;
}
.logoSlider .ls-prev:hover,
.logoSlider .ls-next:hover {
  opacity: 1;
}
.logoSlider .ls-prev {
  right: auto;
  left: -30px;
  background: url("../img/logo-slider-prev.png") center no-repeat;
}
.logoSlider .ls-container {
  width: 980px;
  height: 70px;
  float: left;
  overflow: hidden;
}
.logoSlider .ls-container .ls-carousel {
  width: 980px;
  height: 70px;
  float: left;
}
.logoSlider .ls-container .ls-carousel li {
  width: 245px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  float: left;
}
.logoSlider .ls-container .ls-carousel li img {
  max-width: 225px;
}

/* Logo Slider */
/* Footer */
.footer {
  width: 100%;
  height: auto;
  float: left;
  background: #363434;
}
.footer .footer-top {
  width: 100%;
  height: auto;
  float: left;
  padding: 15px 0;
  color: #999999;
  position: relative;
  font-size: 13px;
}
.footer .footer-top a {
  color: #999999;
  font-size: 13px;
}
.footer .footer-top a:hover {
  text-decoration: underline;
}
.footer .footer-top .ft-title {
  width: 100%;
  font-size: 18px;
  color: #d2d2d2;
}
.footer .footer-top .ft-title a {
  font-size: 18px;
  color: #D2D2D2;
  text-decoration: none !important;
}
.footer .footer-top.border {
  padding-top: 0;
  padding-bottom: 40px;
  border-top: 1px solid #434141;
}
.footer .footer-top.border .full-table tr td {
  padding: 20px;
  border-right: 1px solid #434141;
}
.footer .footer-top.border .full-table tr td:last-child {
  border: none;
}
.footer .footer-top .mail-box {
  width: 80%;
  height: 35px;
  float: left;
  border: 1px solid #434141;
  border-radius: 3px;
}
.footer .footer-top .mail-box .mb-input {
  width: 75%;
  height: 33px;
  float: left;
  border: none;
  background: none;
  outline: none;
  padding-left: 10px;
  font-family: "proxima_nova_rgregular";
  color: #fff;
}
.footer .footer-top .mail-box .mb-button {
  width: 25%;
  height: 33px;
  float: right;
  border: none;
  background: #848484;
  outline: none;
  font-family: "proxima_nova_rgregular";
  color: #fff;
  border-radius: 0 3px 3px 0;
}
.footer .footer-top .mail-box .mb-button:hover {
  background: #767676;
}
.footer .ft-icons {
  margin-top: 7px;
  width: 100%;
  float: left;
}
.footer .ft-icons a {
  width: 30px;
  margin-right: 7px;
  height: 30px;
  float: left;
}
.footer .ft-icons a:hover {
  opacity: .8;
}
.footer .ft-icons a.fb {
  background: url("../img/fb.png");
}
.footer .ft-icons a.tw {
  background: url("../img/tw.png");
}
.footer .ft-icons a.yt {
  background: url("../img/yt.png");
}
.footer .ft-icons a.it {
  background: url("../img/it.png");
}
.footer .ft-icons a.in {
  background: url("../img/in.png");
}
.footer .ft-icons a.gp {
  background: url("../img/gp.png");
}
.footer .ft-message {
  width: 100%;
  float: left;
}
.footer .ft-message:before {
  width: 35px;
  height: 25px;
  float: left;
  background: url("../img/footer-message.png");
  content: ' ';
  margin: 7px 7px 0 0;
}
.footer .footer-bottom {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0;
  background: #1f1f1f;
}
.footer .footer-bottom a {
  color: #999999;
}
.footer .footer-bottom a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .address {
  text-align: center;
  color: #e1e1e1;
  font-size: 14px;
}
.footer .footer-bottom .phone {
  color: #fff;
  font-size: 18px;
}
.footer .footer-bottom .phone span {
  color: #fc5f2e;
}
.footer .footer-bottom .footer-live {
  width: 150px;
  height: 60px;
  display: inline-block;
  background: #333333;
  line-height: 45px;
  font-family: "proxima_nova_ltsemibold";
  color: #fff;
  text-align: center;
  position: relative;
  padding: 5px 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
}
.footer .footer-bottom .footer-live:hover {
  background: #4b4b4b;
}
.footer .footer-bottom .footer-live:Before {
  width: 40px;
  height: 40px;
  float: left;
  background: url("../img/live-support.png");
  content: ' ';
  margin: 3px 0 0 10px;
}
.footer .footer-bottom .footer-live .ls-stat {
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 12px;
  font-family: "proxima_nova_rgregular";
  line-height: normal;
}
.footer .footer-bottom .footer-live .ls-stat:Before {
  width: 7px;
  height: 7px;
  content: ' ';
  float: left;
  border-radius: 50%;
  margin-right: 2px;
  margin-top: 4px;
}
.footer .footer-bottom .footer-live .ls-stat.online:before {
  background: #3dc547;
}
.footer .footer-bottom .footer-mail {
  width: auto;
  position: relative;
  color: #999999;
  display: inline-block;
  margin: 20px 0;
}
.footer .footer-bottom .footer-mail:before {
  width: 13px;
  height: 10px;
  float: left;
  background: url("../img/footer-mail.png");
  content: ' ';
  margin: 2px 5px 0 0;
}
.footer .footer-bottom .footer-band {
  width: 540px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -270px;
  background: #252525;
  color: #999999;
  line-height: 25px;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
.footer .footer-bottom .footer-band span {
  color: #fff;
}
.footer .made-in {
  width: 580px;
  height: 45px;
  background: #4a2f2f;
  border-radius: 3px 3px 0 0;
  position: absolute;
  left: 50%;
  margin-left: -290px;
  bottom: 0px;
  text-align: center;
  line-height: 45px;
  color: #999999;
  font-family: "proxima_nova_ltsemibold";
  font-size: 14px;
}
.footer .made-in:before {
  width: 30px;
  height: 30px;
  float: left;
  margin: 10px 0 0 10px;
  background: url("../img/made-in.png");
  content: ' ';
}
.footer .made-in span {
  color: #e21f1f;
}

/* Footer */
/* Container */
.container {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
}

/* Container */
/* White Bg Container */
.wbg-container {
  width: 100%;
  height: auto;
  float: left;
  border-radius: 3px;
  background: #fff;
  margin: 10px 0;
  padding: 15px;
}
.wbg-container .container-left {
  width: 710px;
  height: auto;
  float: left;
}
.wbg-container .container-right {
  width: 285px;
  float: right;
}

/* White Bg Container */
/* Full Tab Nav */
.full-tab-nav {
  width: 1040px;
  height: 40px;
  float: left;
  background: #ededed;
  border-radius: 3px 3px 0 0;
  margin: -15px -15px 15px -15px;
}
.full-tab-nav.w100 {
  margin: 10px 0;
  width: 100%;
}
.full-tab-nav.w100 a.active {
  color: #fff;
  background: #fc5f2e;
}
.full-tab-nav a {
  width: auto;
  height: 40px;
  float: left;
  line-height: 40px;
  padding: 0 15px;
  color: #666666;
  font-family: "proxima_nova_ltsemibold";
  font-size: 14px;
  letter-spacing: -0.4px;
}
.full-tab-nav a:hover {
  color: #333333;
  background: #E5E5E5;
}
.full-tab-nav a.active {
  background: #fff;
  color: #fc5f2e;
}

/* Full Tab Nav */
/* Center Text */
.center-text {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
  text-align: center;
  font-size: 13px;
  color: #999999;
}
.center-text .label {
  font-size: 15px;
  color: #666666;
}

/* Center Text */
/* Server Boxes */
.server-boxes {
  width: 100%;
  height: auto;
  float: left;
}
.server-boxes .server-box {
  width: 241px;
  height: auto;
  float: left;
  border: 1px solid #ececec;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
}
.server-boxes .server-box:nth-child(4n) {
  margin-right: 0;
}
.server-boxes .server-box .sb-top {
  width: 100%;
  height: 60px;
  float: left;
  text-align: center;
  background: #8bbf27;
  background: linear-gradient(#9ccf3c, #86bb21);
  padding: 13px 0;
  line-height: 17px;
  color: #d6e7b6;
  font-family: "proxima_nova_ltsemibold";
  font-size: 16px;
  letter-spacing: -0.5px;
}
.server-boxes .server-box .sb-top .price {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(4, 4, 4, 0.26);
}
.server-boxes .server-box .sb-top .price span {
  font-size: 13px;
}
.server-boxes .server-box .icons {
  width: 100%;
  height: auto;
  padding-top: 10px;
  float: left;
}
.server-boxes .server-box .icons .sbi-title {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #999999;
  font-family: "proxima_nova_ltsemibold";
}
.server-boxes .server-box .icons .icon-box {
  width: 33%;
  height: 60px;
  float: left;
  text-align: center;
}
.server-boxes .server-box .icons .icon-box .icon {
  width: 100%;
  height: 30px;
  float: left;
}
.server-boxes .server-box .icons .icon-box .icon img {
  height: 30px;
}
.server-boxes .server-box .icons .text {
  width: 100%;
  height: 26px;
  float: left;
  margin-top: 4px;
  line-height: 13px;
  color: #999999;
  overflow: hidden;
}
.server-boxes .server-box .icon-item {
  width: 92%;
  height: auto;
  float: left;
  margin: 5px 4% 0px 4%;
  padding-top: 5px;
  border-top: 1px solid #ededed;
}
.server-boxes .server-box .icon-item .icon {
  width: 40px;
  height: 40px;
  float: left;
}
.server-boxes .server-box .icon-item .icon img {
  width: 40px;
}
.server-boxes .server-box .icon-item .text {
  margin-left: 50px;
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: -.5px;
  font-family: "proxima_nova_ltsemibold";
  color: #999999;
}
.server-boxes .server-box .icon-item .text span {
  color: #333333;
  font-size: 13px;
}
.server-boxes .server-box .server-bottom {
  width: 92%;
  height: auto;
  float: left;
  margin: 5px 4%;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: center;
  padding-bottom: 5px;
}
.server-boxes .server-box .server-bottom .details {
  width: auto;
  height: 35px;
  display: inline-block;
  border: 1px solid #e8e8e8;
  color: #666666;
  border-radius: 2px;
  font-family: "proxima_nova_ltsemibold";
  line-height: 33px;
  font-size: 15px;
  letter-spacing: -0.5px;
  padding: 0 20px;
}
.server-boxes .server-box .server-bottom .details:hover {
  background: #f1f1f1;
}
.server-boxes .server-box .server-bottom .buy-bt {
  width: auto;
  height: 36px;
  display: inline-block;
  margin-left: 7px;
  color: #fff;
  border-radius: 2px;
  font-family: "proxima_nova_ltsemibold";
  background: #fc5f2e;
  line-height: 34px;
  font-size: 16px;
  letter-spacing: -0.5px;
  padding: 0 17px;
}
.server-boxes .server-box .server-bottom .buy-bt:before {
  width: 16px;
  height: 16px;
  float: right;
  background: url("../img/buy-bt-min-before.png");
  content: ' ';
  margin: 10px -6px 10px 10px;
}
.server-boxes .server-box .server-bottom .buy-bt:hover {
  background: #f05e2f;
}

/* Server Boxes */
/* Full Orange */
.full-orange {
  width: 100%;
  height: 90px;
  float: left;
  margin: 20px 0;
  font-size: 17px;
  color: #fff;
  font-family: "proxima_nova_ltsemibold";
  position: relative;
  background: #fc5f2e url("../img/orange-bar-bg.png") center top no-repeat;
  border-radius: 4px 5px 5px 4px;
}
.full-orange:Before {
  width: 75px;
  height: 87px;
  position: absolute;
  left: -75px;
  top: 2px;
  background: url("../img/orange-bar-before.png");
  content: ' ';
}
.full-orange .full-table {
  height: 90px;
  vertical-align: middle;
}
.full-orange .full-table tr td {
  vertical-align: middle;
  text-align: center;
}
.full-orange .orange-live {
  width: auto;
  height: 50px;
  display: inline-block;
  background: #c9461c;
  border-radius: 5px;
  border: 2px solid #be3a10;
  padding: 0 15px;
  line-height: 50px;
  font-family: "proxima_nova_rgregular";
  cursor: pointer;
}
.full-orange .orange-live:Before {
  width: 40px;
  height: 40px;
  float: left;
  background: url("../img/live-support.png");
  content: ' ';
  margin: -1px 2px 0 -6px;
}
.full-orange .orange-live:hover {
  opacity: .9;
}
.full-orange .orange-create {
  width: auto;
  height: 50px;
  display: inline-block;
  background: #31b63b;
  border-radius: 5px;
  border: 2px solid #be3a10;
  padding: 0 15px;
  line-height: 50px;
  cursor: pointer;
}
.full-orange .orange-create:Before {
  width: 40px;
  height: 40px;
  float: left;
  background: url("../img/orange-create-before.png");
  content: ' ';
  margin: 3px 4px 0 -8px;
}
.full-orange .orange-create:hover {
  opacity: .9;
}

/* Full Orange */
/* Product Features */
.prod-feat {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0;
}
.prod-feat .pf-left {
  width: 600px;
  min-height: 300px;
  float: left;
  background: url("../img/prod-left-bg.png") right center no-repeat;
}
.prod-feat .pf-left .pfl-item {
  width: 300px;
  height: 140px;
  float: left;
  padding-right: 10px;
}
.prod-feat .pf-left .pfl-item .pfi-icon {
  width: 70px;
  height: 70px;
  float: left;
  margin: 35px 0;
}
.prod-feat .pf-left .pfl-item .pfi-right {
  margin: 45px 0 0 80px;
  font-size: 13px;
  color: #fc5f2e;
}
.prod-feat .pf-left .pfl-item .pfi-right span {
  font-size: 20px;
  color: #333333;
  font-family: "proxima_nova_ltsemibold";
}
.prod-feat .pfl-space {
  width: 600px;
  height: 10px;
  float: left;
  margin: 5px 0;
  background: url("../img/pfl-space.png");
}
.prod-feat .pfl-right {
  width: 420px;
  float: right;
}
.prod-feat .pfl-right .pflr-title {
  font-size: 30px;
  color: #999999;
  letter-spacing: -1px;
  font-family: "proxima_novalight";
}
.prod-feat .pfl-right ul li {
  width: 100%;
  height: auto;
  float: left;
  margin: 7px 0;
  color: #666666;
  font-size: 13px;
}
.prod-feat .pfl-right ul li span {
  font-size: 15px;
  color: #333333;
  font-family: "proxima_nova_ltsemibold";
}

/* Product Features */
/* Frequently Asked Questions */
.faq-main {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0;
}
.faq-main .faq-title {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-family: "proxima_novalight";
}
.faq-main .faq-title span {
  display: inline-block;
  font-family: "proxima_nova_rgregular";
}
.faq-main .faq-title span:before {
  width: 35px;
  height: 35px;
  float: left;
  background: url("../img/faq-title-before.png");
  content: ' ';
  margin: 3px 6px 0 0;
}
.faq-main .faq-item {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
}
.faq-main .faq-item .fi-title {
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  color: #333333;
  font-family: "proxima_nova_ltsemibold";
}

/* Frequently Asked Questions */
/* Server Top */
.server-top {
  width: 1040px;
  height: 210px;
  float: left;
  margin: -15px -15px 15px -15px;
}
.server-top .server-image {
  width: 500px;
  height: 210px;
  float: left;
  overflow: hidden;
}
.server-top .server-features {
  width: 510px;
  height: 60px;
  float: right;
  margin: 15px 15px 0 0;
}
.server-top .server-features .sf-bubble {
  width: 60px;
  height: 60px;
  float: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  font-family: "proxima_nova_ltsemibold";
  color: #999999;
  border: 2px solid #e8c0b5;
  border-radius: 50%;
  background: #fff;
  margin-right: -8px;
  text-align: center;
}
.server-top .server-features .sf-bubble span {
  color: #333333;
}
.server-top .server-features .sf-bubble .va {
  width: 56px;
  height: 56px;
  vertical-align: middle;
  display: table-cell;
}
.server-top .server-title {
  width: 525px;
  float: right;
  font-size: 16px;
  line-height: 18px;
  font-family: "proxima_nova_ltsemibold";
  color: #999999;
  letter-spacing: -0.7px;
}
.server-top .server-title h1 {
  width: 100%;
  float: left;
  line-height: normal;
  color: #fc5f2e;
  font-size: 35px;
  margin-top: 10px;
}

/* Server Top */
/* Full Tabber */
.full-tabber {
  width: 100%;
  height: auto;
  margin: 10px 0;
  float: left;
}
.full-tabber .ft-nav {
  width: 100%;
  height: 45px;
  float: left;
  background: #f1f1f1;
  margin-bottom: 15px;
  border-radius: 3px;
}
.full-tabber .ft-nav li {
  width: auto;
  height: 45px;
  float: left;
  line-height: 45px;
  border-right: 1px solid #e1e1e1;
  font-size: 14px;
  color: #666666;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
.full-tabber .ft-nav li:hover {
  background: #fafafa;
}
.full-tabber .ft-nav li:first-child {
  border-radius: 3px 0 0 3px;
}
.full-tabber .ft-nav li:last-child {
  border-radius: 0 3px 3px 0;
}
.full-tabber .ft-nav li.active {
  background: #fc5f2e;
  color: #fff;
  position: relative;
}
.full-tabber .ft-nav li.active:Before {
  border: solid transparent;
  border-top-color: #fc5f2e;
  border-width: 6px;
  right: 50%;
  bottom: -10px;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  margin-right: -6px;
}
.full-tabber .ft-cts {
  width: 100%;
  height: auto;
  float: left;
}
.full-tabber .ft-cts .ft-ct {
  width: 100%;
  height: auto;
  float: left;
  display: none;
}

/* Full Tabber */
/* PriceBOx */
.pricebox {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px;
  background: #86bb21;
  color: #fff;
}
.pricebox .pb-title {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-size: 20px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
  border-bottom: 1px dashed #b5d577;
}
.pricebox .pb-passive {
  width: 100%;
  height: auto;
  float: left;
  margin: 3px 0;
  text-align: center;
  color: #d0e1b0;
  font-size: 15px;
  font-family: "proxima_nova_ltsemibold";
}
.pricebox .pb-price {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(4, 4, 4, 0.26);
}
.pricebox .pb-price span {
  font-size: 13px;
}
.pricebox .buy-bt {
  width: 100%;
  height: 45px;
  float: left;
  background: #a3d93c;
  padding: 0 15px;
  font-size: 25px;
  line-height: 45px;
  color: #fff;
  letter-spacing: -.7px;
  font-family: "proxima_nova_ltsemibold";
  margin-top: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.pricebox .buy-bt:before {
  width: 22px;
  height: 22px;
  float: right;
  background: url("../img/buy-bt-big-before.png");
  content: ' ';
  margin: 11px -2px 0 0;
}
.pricebox .buy-bt:hover {
  background: #96cc3c;
}

/* PriceBOx */
/* Detail Box */
.detail-box {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px;
  background: #f6f6f6;
  color: #666666;
}
.detail-box .db-title {
  width: 100%;
  float: left;
  font-size: 17px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.5px;
}
.detail-box p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #999999;
}
.detail-box .db-item {
  width: 100%;
  height: 50px;
  float: left;
  margin: 5px 0;
  padding: 5px 10px;
  background: #fff;
}
.detail-box .db-item .dbi-left {
  float: left;
  max-width: 48%;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 13px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.5px;
  color: #999999;
}
.detail-box .db-item .dbi-left span {
  font-size: 18px;
  color: #fc5f2e;
}
.detail-box .db-item .dbi-right {
  float: right;
  max-width: 48%;
  overflow: hidden;
  height: 40px;
  padding-top: 7px;
  line-height: 16px;
  font-size: 13px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.5px;
  text-align: right;
  color: #999999;
}
.detail-box .db-item .dbi-right span {
  color: #86bb21;
}
.detail-box .db-item .dbi-right span.price {
  font-size: 25px;
}
.detail-box .db-item .dbi-right span.currency {
  font-size: 12px;
}
.detail-box .db-item .dbi-right span.detail {
  font-size: 12px;
  color: #999999;
}
.detail-box .db-item:last-child {
  margin-bottom: 0;
}
.detail-box ul li {
  width: 100%;
  float: left;
  margin: 5px 0;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.5px;
  font-size: 14px;
  color: #666666;
}
.detail-box ul li span {
  color: #fc5f2e;
}

/* Detail Box */
/* Title Types */
.main-title {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.main-title .title {
  width: auto;
  float: left;
  font-size: 25px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
}
.main-title .title span {
  color: #fc5f2e;
}
.main-title.aCenter {
  text-align: center;
}
.main-title.aCenter .title {
  float: none;
  display: inline-block;
}
.main-title.orange .title {
  color: #fc5f2e;
}

.second-title {
  width: 100%;
  float: left;
  margin: 15px 0;
  float: left;
  font-size: 20px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
}

/* Title Types */
/* Triple Boxes */
.triple-boxes {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.triple-boxes .tripleBox {
  width: 33%;
  height: 244px;
  float: left;
  text-align: center;
}
.triple-boxes .tripleBox .tb-icon {
  width: 144px;
  height: 144px;
  display: inline-block;
  border: 2px solid #7b7b7b;
  text-align: center;
  line-height: 140px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.triple-boxes .tripleBox .tb-title {
  width: 96%;
  height: 30px;
  float: left;
  overflow: hidden;
  margin: 0 2%;
  font-size: 22px;
  line-height: 30px;
  color: #666666;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
}
.triple-boxes .tripleBox .tb-text {
  width: 90%;
  height: 60px;
  float: left;
  margin: 0 5%;
  line-height: 15px;
  text-align: center;
  color: #999999;
  font-size: 13px;
  overflow: hidden;
}

/* Triple Boxes */
/* CloudMaker */
.cloudMaker {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
}
.cloudMaker .cm-column {
  width: 29%;
  float: left;
  margin: 0 2% 50px 2%;
  text-align: center;
}
.cloudMaker .cmImage {
  width: 100%;
  height: 180px;
  float: left;
  overflow: hidden;
}
.cloudMaker .cmImage img {
  height: 180px;
}
.cloudMaker .cmTitle {
  width: 100%;
  height: 30px;
  float: left;
  overflow: hidden;
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.8px;
}
.cloudMaker .cmDesc {
  width: 100%;
  height: 30px;
  float: left;
  line-height: 15px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
}
.cloudMaker .cmBar {
  width: 100%;
  height: 4px;
  float: left;
  background: #d8d8d8;
  border-radius: 2px;
  position: relative;
  margin: 15px 0;
}
.cloudMaker .cmBar .barActive {
  width: 0px;
  height: 4px;
  float: left;
  background: #86bb21;
  border-radius: 2px;
}
.cloudMaker .cmBar .barDot {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: -5px;
  background: #456011;
  border-radius: 50%;
  cursor: pointer;
  margin-left: -7px;
}
.cloudMaker .cmBottom {
  width: 96%;
  float: left;
  margin: 0 2%;
}
.cloudMaker .cmBottom .cmb-right {
  text-align: right;
  float: right;
}
.cloudMaker .cmBottom .cmb-right .cmb-price {
  color: #86bb21;
  font-size: 22px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
}
.cloudMaker .cmBottom .cmb-right .currency {
  color: #86bb21;
  font-size: 12px;
}
.cloudMaker .cmBottom .cmb-right .passive {
  color: #999999;
}
.cloudMaker .cmBottom .cmb-left {
  float: left;
  font-size: 14px;
  font-family: "proxima_nova_ltsemibold";
  padding-top: 15px;
}
.cloudMaker .cm-os {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0;
  text-align: center;
}
.cloudMaker .cm-os .os-item {
  width: 200px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.cloudMaker .cm-os .os-item .osi-image {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10px;
  top: 0;
}
.cloudMaker .cm-os .os-item .osi-text {
  position: absolute;
  right: 0;
  top: 0;
  left: 60px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
}
.cloudMaker .cm-os .os-item input {
  position: absolute;
  left: 0px;
  top: 20px;
}

/* CloudMaker */
/* Center Big Buy */
.center-big-buy {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.center-big-buy:before {
  width: 60px;
  height: 2px;
  background: #e9e9e9;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
  content: ' ';
  background: #e8e8e8;
}
.center-big-buy:after {
  border: solid transparent;
  border-top-color: #e8e8e8;
  border-width: 6px;
  right: 50%;
  top: 0;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  margin-right: -6px;
}
.center-big-buy a {
  width: auto;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding: 0 15px;
  background: #86bb21;
  color: #fff;
  font-size: 18px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
  border-radius: 2px;
}
.center-big-buy a:before {
  width: 22px;
  height: 22px;
  float: right;
  background: url("../img/buy-bt-big-before.png");
  content: ' ';
  margin: 13px -2px 0 20px;
}
.center-big-buy a:hover {
  background: #96cc3c;
}

/* Center Big Buy */
/* Hosting Boxes */
.hosting-boxes {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
}
.hosting-boxes .hosting-box {
  width: 30%;
  height: auto;
  float: left;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 2%;
  box-shadow: 0 0 10px rgba(4, 4, 4, 0.27);
}
.hosting-boxes .hosting-box:first-child {
  margin-left: 0;
}
.hosting-boxes .hosting-box:last-child {
  margin-right: 0;
}
.hosting-boxes .hb-top {
  width: 100%;
  height: 100px;
  float: left;
  background: #91c42e;
  text-align: center;
  background: linear-gradient(#9dcf3d, #86bb21);
  position: relative;
  /*    &:before{
        width: 59px;
        height: 59px;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../img/hb-before.png");
        content: ' ';
      }*/
}
.hosting-boxes .hb-top .hbt-content {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding-top: 25px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.5px;
  line-height: 22px;
  font-family: "proxima_nova_ltsemibold";
  text-shadow: 1px 2px 2px rgba(4, 4, 4, 0.26);
}
.hosting-boxes .hb-top .hbt-content span {
  width: 100%;
  float: left;
  font-size: 25px;
}
.hosting-boxes .hb-top .hbt-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
.hosting-boxes .hb-details {
  width: 92%;
  height: auto;
  float: left;
  padding: 10px 0;
  margin: 0 4%;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.hosting-boxes .hb-details .hbd-title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-family: "proxima_nova_ltsemibold";
}
.hosting-boxes .hb-details .hbd-title span {
  color: #86bb21;
}
.hosting-boxes .hb-details .hbd-desc {
  width: 100%;
  height: auto;
  float: left;
  color: #999999;
}
.hosting-boxes .hb-list {
  width: 92%;
  height: auto;
  float: left;
  padding: 10px 0;
  margin: 0 4%;
}
.hosting-boxes .hb-list li {
  width: 100%;
  height: auto;
  color: #656565;
  font-size: 15px;
  margin: 2px 0;
  font-family: "proxima_nova_ltsemibold";
  float: left;
}
.hosting-boxes .hb-list li:before {
  width: 16px;
  height: 16px;
  float: left;
  background: url("../img/hb-lis-before.png");
  content: '';
  margin-right: 7px;
}
.hosting-boxes .start-bt {
  width: 92%;
  height: 50px;
  float: left;
  margin: 10px 4%;
  line-height: 50px;
  padding: 0 15px;
  background: #fc5f2e;
  color: #fff;
  font-size: 18px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
  border-radius: 2px;
}
.hosting-boxes .start-bt:before {
  width: 22px;
  height: 22px;
  float: right;
  background: url("../img/buy-bt-big-before.png");
  content: ' ';
  margin: 13px -2px 0 20px;
}
.hosting-boxes .start-bt:hover {
  background: #f05e2f;
}
.hosting-boxes .review {
  width: 100%;
  height: 25px;
  float: left;
  background: #f8f8f8;
  text-align: center;
  line-height: 25px;
  color: #666666;
  font-size: 13px;
  margin-top: 5px;
  cursor: pointer;
}
.hosting-boxes .review:hover {
  background: #efefef;
}

/* Hosting Boxes */
/* Hosting Detail */
.hosting-detail {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
}
.hosting-detail .hd-right {
  width: 960px;
  height: auto;
  float: right;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
}
.hosting-detail .hd-right .hdr-top {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.hosting-detail .hd-right .hdr-top .hdr-left {
  width: auto;
  float: left;
  max-width: 45%;
}
.hosting-detail .hd-right .hdr-top .hdr-left .hdr-title {
  font-size: 20px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
}
.hosting-detail .hd-right .hdr-top .hdr-left .hdr-desc {
  font-size: 14px;
  color: #999999;
}
.hosting-detail .hd-right .hdr-top .hdr-right {
  float: right;
  max-width: 45%;
  text-align: center;
}
.hosting-detail .hd-right .hdr-top .hdr-right .buy-bt {
  width: auto;
  height: 45px;
  float: right;
  background: #86bb21;
  padding: 0 15px;
  font-size: 20px;
  letter-spacing: -0.7px;
  line-height: 45px;
  color: #fff;
  letter-spacing: -.7px;
  font-family: "proxima_nova_ltsemibold";
  border-radius: 2px;
}
.hosting-detail .hd-right .hdr-top .hdr-right .buy-bt:before {
  width: 22px;
  height: 22px;
  float: right;
  background: url("../img/buy-bt-big-before.png");
  content: ' ';
  margin: 11px -2px 0 10px;
}
.hosting-detail .hd-right .hdr-top .hdr-right .buy-bt:hover {
  background: #78a81f;
}
.hosting-detail .hd-right .hdr-top .hdr-right .price {
  width: auto;
  float: right;
  margin-right: 15px;
  color: #333333;
  font-size: 35px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -1px;
  line-height: 45px;
}
.hosting-detail .hd-right .hdr-top .hdr-right .price span {
  font-size: 14px;
}
.hosting-detail .hd-right .hdr-bottom {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
}
.hosting-detail .hd-right .hdr-bottom p {
  font-size: 12px;
  color: #666666;
  font-size: 13px;
}
.hosting-detail .hd-right .hdr-bottom .hdrb-list {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.hosting-detail .hd-right .hdr-bottom .hdrb-list li {
  width: 23%;
  float: left;
  margin: 4px 2% 4px 0;
  color: #666666;
  line-height: 16px;
  font-size: 13px;
}
.hosting-detail .hd-right .hdr-bottom .hdrb-list li:before {
  width: 16px;
  height: 16px;
  float: left;
  background: url("../img/hdrb-list-before.png");
  content: ' ';
  margin-right: 5px;
}
.hosting-detail .hd-left {
  width: 80px;
  height: 160px;
  float: left;
  border-radius: 80px 0 0 80px;
  background: #999999;
  position: relative;
  overflow: hidden;
}
.hosting-detail .hd-left:before {
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/hd-left-before.png");
  content: ' ';
}

/* Hosting Detail */
/* Other SRV Item */
.other-item {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px;
  margin: 3px 0;
  background: #f3f3f3;
}
.other-item .oi-title {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: 1px solid #e7e7e7;
}
.other-item .oi-title span {
  font-size: 16px;
  color: #333333;
  font-family: "proxima_nova_ltsemibold";
  line-height: 30px;
}
.other-item .oi-title img {
  float: right;
}
.other-item .oi-left {
  width: 530px;
  float: left;
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
}
.other-item .oi-right {
  width: 150px;
  float: right;
  text-align: right;
  margin-top: 10px;
}
.other-item .oi-right .oi-price {
  width: 100%;
  height: auto;
  float: left;
  color: #666666;
  font-size: 12px;
}
.other-item .oi-right .oi-price span {
  color: green;
  font-size: 16px;
  font-family: "proxima_nova_ltsemibold";
}
.other-item .order-now {
  width: auto;
  height: 35px;
  float: right;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  font-family: "proxima_nova_ltsemibold";
  display: inline-block;
  background: #86bb21;
  padding: 0 15px;
  margin-top: 10px;
  border-radius: 3px;
}
.other-item .order-now:Before {
  width: 23px;
  height: 23px;
  float: right;
  background: url("../img/big-order-bt-before.png");
  content: ' ';
  margin: 5px -10px 0 7px;
}
.other-item .order-now:hover {
  background: #78a81f;
}

/* Other SRV Item */
/* Content Container */
.content-container {
  width: 820px;
  height: auto;
  float: right;
  background: #fff;
  border-radius: 3px;
  padding: 15px;
  font-size: 14px;
  color: #666666;
  margin: 15px 0;
}
.content-container img {
  max-width: 100%;
}
.content-container .content-main-title {
  width: 100%;
  height: 40px;
  float: left;
  background: #fc5f2e;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 3px;
}

/* Content Container */
/* Corporate Table */
.corporate-table {
  width: 100%;
  height: auto;
  float: left;
}
.corporate-table tr {
  border-bottom: 1px solid #f1f1f1;
}
.corporate-table tr td {
  padding: 7px;
}

/* Corporate Table */
/* Content Category */
.content-category {
  width: 220px;
  height: auto;
  float: left;
  background: #fff;
  border-radius: 3px 0 0 3px;
  padding: 15px;
  font-size: 14px;
  color: #666666;
  background-color: #F9F9F9;
  margin-top: 40px;
}
.content-category .cc-title {
  font-size: 17px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
}
.content-category ul li {
  width: 100%;
  height: auto;
  margin: 5px 0;
  float: left;
}
.content-category ul li:Before {
  width: 10px;
  height: 10px;
  float: left;
  margin: 3px 5px 0 0;
  content: '';
  background: url("../img/content-menu-before.png") left top;
}
.content-category ul li a {
  color: #666666;
  font-family: "proxima_nova_ltsemibold";
}
.content-category ul li a:hover {
  color: #999999;
}
.content-category ul li.active a {
  color: #fc5f2e;
}
.content-category ul li.active:Before {
  background-position: left bottom;
}

/* Content Category */
.full-label {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}

.full-select,
.full-input {
  width: 100%;
  height: 38px;
  float: left;
  border: none;
  background: none;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.5px;
  outline: none;
  font-family: "proxima_nova_rgregular";
  border: 1px solid #e7e7e7;
  background-color: #fff;
  box-shadow: inset 0 -1px 4px rgba(4, 4, 4, 0.1);
  border-radius: 2px;
}

.full-textarea {
  width: 100%;
  height: 120px;
  float: left;
  border: none;
  background: none;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.5px;
  outline: none;
  font-family: "proxima_nova_rgregular";
  border: 1px solid #e7e7e7;
  background-color: #fff;
  box-shadow: inset 0 -1px 4px rgba(4, 4, 4, 0.1);
  border-radius: 2px;
}

.triple-select {
  width: 32%;
  height: 38px;
  float: left;
  border: none;
  margin-right: 1%;
  background: none;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.5px;
  outline: none;
  font-family: "proxima_nova_rgregular";
  border: 1px solid #e7e7e7;
  background-color: #fff;
  box-shadow: inset 0 -1px 4px rgba(4, 4, 4, 0.1);
  border-radius: 2px;
}

.auto-button {
  width: auto;
  height: 35px;
  float: right;
  color: #fff !important;
  line-height: 35px;
  padding: 0 15px;
  background: #fc5f2e;
  cursor: pointer;
  border-radius: 2px;
  border: none;
  font-family: "proxima_nova_rgregular";
  font-size: 13px;
  font-weight: 600;
}
.auto-button:hover {
  opacity: .8;
}
.auto-button.dark {
  background: #666666;
}

/* Full Image */
.full-image {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.full-image img {
  max-width: 100%;
}

/* Full Image */
.softaculous {
  width: 900px;
  height: auto;
  float: left;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e4e4+0,f7f7f7+11,f7f7f7+100 */
  background: #e4e4e4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4e4e4 0%, #f7f7f7 11%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(11%, #f7f7f7), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #f7f7f7 11%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e4e4 0%, #f7f7f7 11%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e4e4 0%, #f7f7f7 11%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e4e4 0%, #f7f7f7 11%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#f7f7f7',GradientType=0 );
  /* IE6-9 */
  border-radius: 0 0 5px 5px;
  padding-top: 20px;
  margin: -10px 70px 20px  70px;
}

/* SMS Box */
.sms-box {
  width: 484px;
  height: 250px;
  float: left;
  margin: 20px 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 5px rgba(3, 3, 3, 0.08);
}
.sms-box .sb-content {
  width: 280px;
  height: 250px;
  float: left;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  color: #666666;
}
.sms-box .sb-content .sb-title {
  font-size: 32px;
  letter-spacing: -1px;
}
.sms-box .sb-content .va {
  width: 280px;
  height: 230px;
  display: table-cell;
  vertical-align: middle;
}
.sms-box .sb-price {
  width: 240px;
  height: 210px;
  position: absolute;
  right: 0;
  top: 0;
  top: -17px;
  padding: 45px 0 0 23px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}
.sms-box .sb-price .price {
  font-size: 60px;
  font-weight: 600;
  line-height: 32px;
}
.sms-box .sb-price .unit {
  font-size: 30px;
  font-weight: 600;
}
.sms-box .buy-bt {
  width: auto;
  height: 45px;
  float: left;
  margin-top: 10px;
  background: #86bb21;
  padding: 0 15px;
  font-size: 20px;
  letter-spacing: -0.7px;
  line-height: 45px;
  color: #fff;
  letter-spacing: -.7px;
  font-family: "proxima_nova_ltsemibold";
  border-radius: 2px;
}
.sms-box .buy-bt:before {
  width: 22px;
  height: 22px;
  float: right;
  background: url("../img/buy-bt-big-before.png");
  content: ' ';
  margin: 11px -2px 0 10px;
}
.sms-box .buy-bt:hover {
  background: #78a81f;
}
.sms-box.blue .sb-content .sb-title {
  color: #55cfcf;
}
.sms-box.blue .sb-price {
  background: url("../img/phone-box-blue.png");
}
.sms-box.blue .buy-bt {
  background: #55cfcf;
}
.sms-box.orange .sb-content .sb-title {
  color: #fc5f2e;
}
.sms-box.orange .sb-price {
  background: url("../img/phone-box-orange.png");
}
.sms-box.orange .buy-bt {
  background: #fc5f2e;
}
.sms-box.yellow .sb-content .sb-title {
  color: #b7ab33;
}
.sms-box.yellow .sb-price {
  background: url("../img/phone-box-yellow.png");
}
.sms-box.yellow .buy-bt {
  background: #b7ab33;
}
.sms-box.green .sb-content .sb-title {
  color: #86bb21;
}
.sms-box.green .sb-price {
  background: url("../img/phone-box-green.png");
}
.sms-box.green .buy-bt {
  background: #86bb21;
}

/* SMS Box */
/* Half Box */
.half-box {
  width: 510px;
  height: auto;
  float: left;
  background: #fff;
  margin: 10px 0;
  border-radius: 3px;
  padding: 15px;
}
.half-box .hb-title {
  width: 100%;
  height: 30px;
  float: left;
  font-size: 18px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
}
.half-box .download-bt {
  width: 150px;
  height: 40px;
  float: left;
  line-height: 40px;
  background: #c2c2c2;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  font-family: "proxima_nova_ltsemibold";
  border-radius: 2px;
  margin-right: 15px;
}
.half-box .download-bt:last-child {
  margin: 0;
}
.half-box .download-bt:before {
  width: 16px;
  height: 16px;
  float: right;
  margin: 12px -5px 0 0;
  background: url("../img/download-bt-before.png");
  content: ' ';
}
.half-box .download-bt.bt2 {
  background: #9b9b9b;
}
.half-box .download-bt.bt3 {
  background: #747474;
}
.half-box .download-bt:hover {
  opacity: .8;
}
.half-box .ping-box {
  width: 100%;
  height: 40px;
  float: left;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}
.half-box .ping-box .pb-button {
  width: 100px;
  height: 40px;
  float: right;
  border: none;
  background: #86bb21;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "proxima_nova_ltsemibold";
  margin: -1px;
  border-radius: 3px;
}
.half-box .ping-box .pb-input {
  width: 378px;
  height: 38px;
  float: left;
  padding-left: 10px;
  color: #333333;
  font-size: 16px;
  font-family: "proxima_nova_rgregular";
  border: none;
  outline: none;
}
.half-box .ping-detail {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

/* Half Box */
/* Support List */
.support-item {
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.support-item .sl-main {
  height: 14px;
  position: absolute;
  left: -4px;
  top: -9px;
  padding-right: 10px;
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  background: #fff;
  border: none;
}
.support-item.title {
  height: 91px;
}
.support-item.title > div {
  height: 90px;
}
.support-item > div {
  border-right: 1px solid #ededed;
  float: left;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.support-item .sl-title {
  text-align: left;
  width: 230px;
  font-size: 13px;
  font-weight: 600;
}
.support-item .sl-box {
  width: 260px;
  font-size: 12px;
  color: #666666;
}
.support-item .sl-box span.green {
  font-size: 17px;
  color: #2c9b34;
  font-weight: 600;
}
.support-item .order-button {
  width: auto;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
  color: #fff;
  font-family: "proxima_nova_ltsemibold";
  display: inline-block;
  background: #55cfcf;
  padding: 0 15px;
  border-radius: 3px;
}
.support-item .order-button:hover {
  background: #4db7b7;
}

/* Support List */
/* Seller Table */
.seller-table {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  float: left;
}
.seller-table tr td {
  width: 33%;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  color: #666666;
}
.seller-table tr td .title {
  font-size: 22px;
  color: #333333;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.8px;
}

/* Seller Table */
/* Seller Pane */
.seller-pane {
  width: 60%;
  float: left;
  margin: 20px 20%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  color: #666666;
  font-size: 15px;
  padding: 25px;
  border-radius: 3px;
}
.seller-pane .sp-title {
  width: 100%;
  height: auto;
  float: left;
  color: #666666;
  font-size: 20px;
  font-family: "proxima_nova_ltsemibold";
}
.seller-pane .sp-list {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  float: left;
}
.seller-pane .sp-list li {
  margin: 5px 0;
  list-style: outside disc;
}
.seller-pane .full-label {
  margin-top: 10px;
  font-family: "proxima_nova_ltsemibold";
}

/* Seller Pane */
/* Backup Table */
.backup-table {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 50px;
}
.backup-table tr td {
  padding: 50px  20px;
  font-size: 15px;
  color: #333333;
  vertical-align: middle;
}
.backup-table .title {
  width: 100%;
  font-size: 25px;
  font-family: "proxima_nova_ltsemibold";
}

/* Backup Table */
/* UC Bg */
.uc-bg {
  width: 100%;
  height: 850px;
  float: left;
  background: url("../img/uc-bg.jpg") center top no-repeat;
  margin-top: -35px;
  text-align: center;
  font-family: "proxima_nova_ltsemibold";
  padding-top: 200px;
}
.uc-bg.notFounnd {
  background: url("../img/404.jpg") center top no-repeat;
}
.uc-bg .uc-label {
  font-size: 33px;
  letter-spacing: -1px;
  color: #c1bbbb;
}
.uc-bg .uc-text {
  font-size: 58px;
  letter-spacing: -1.5px;
  color: #999999;
}
.uc-bg .uc-mail {
  width: 600px;
  height: auto;
  display: inline-block;
  position: relative;
  padding-top: 50px;
}
.uc-bg .uc-mail:before {
  width: 80px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -40px;
  content: ' ';
  background: #fc5f2e;
}
.uc-bg .uc-mail .ucm-label {
  font-size: 16px;
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  color: #999999;
  letter-spacing: -.5px;
}
.uc-bg .uc-mail .ucm-box {
  width: 100%;
  height: 50px;
  float: left;
  margin-top: 7px;
  border-radius: 3px;
  position: relative;
  border: 2px solid #d2d2d2;
}
.uc-bg .uc-mail .ucm-box .ucm-input {
  width: 100%;
  height: 46px;
  float: left;
  border: none;
  padding-left: 15px;
  font-family: "proxima_nova_rgregular";
  font-size: 16px;
  color: #666666;
  outline: none;
  background: none;
}
.uc-bg .uc-mail .ucm-box .ucm-button {
  width: 46px;
  height: 46px;
  float: right;
  background: url("../img/ucm-button.png");
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}
.uc-bg .uc-mail .ucm-box .ucm-button:hover {
  opacity: .8;
}

/* UC Bg */
/* Costomer Comments */
.customer-comment {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 20px;
  text-align: center;
  font-size: 17px;
  margin: 10px 0;
  border-radius: 5px;
  position: relative;
}
.customer-comment:after {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
  content: ' ';
  background: url("../img/customer-comment-after.png");
}
.customer-comment:before {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  content: ' ';
  background: url("../img/customer-comment-before.png");
}
.customer-comment:nth-child(odd) {
  background: #f9f9f9;
}

/* Costomer Comments */
/* Discount Boxes */
.discount-boxes {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.discount-boxes .db {
  width: 25%;
  height: auto;
  float: left;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  padding: 30px 10px;
}
.discount-boxes .db:last-child {
  border: none;
}
.discount-boxes .db .db-text {
  width: 100%;
  font-size: 25px;
  line-height: 25px;
  color: #333333;
}
.discount-boxes .db .db-disc {
  width: 100%;
  font-size: 50px;
  margin-bottom: 30px;
  color: #999999;
  font-family: "proxima_novalight";
}
.discount-boxes .db a {
  width: 100%;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  overflow: hidden;
  padding: 0 15px;
  background: #86bb21;
  color: #fff;
  font-size: 18px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.7px;
  border-radius: 2px;
}
.discount-boxes .db a:before {
  width: 22px;
  height: 22px;
  float: right;
  background: url("../img/buy-bt-big-before.png");
  content: ' ';
  margin: 13px -2px 0 20px;
}
.discount-boxes .db a:hover {
  background: #96cc3c;
}

/* Discount Boxes */
/* Voip */
.voip-left {
  width: 480px;
  float: left;
}
.voip-left .orange {
  font-size: 35px;
  color: #fc5f2e;
  letter-spacing: -1.7px;
}
.voip-left .orange span {
  font-family: "proxima_nova_ltsemibold";
}
.voip-left .dark {
  font-size: 30px;
  color: #666666;
  letter-spacing: -1.7px;
}
.voip-left .dark span {
  font-family: "proxima_nova_ltsemibold";
}
.voip-left p {
  color: #666666;
  letter-spacing: -0.5px1;
  font-size: 15px;
}
.voip-left p span {
  color: #fc5f2e;
}

.voip-table {
  width: 300px;
  height: auto;
  float: left;
  margin: 20px 0;
}
.voip-table tr td {
  padding: 4px 9px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f1f1f1;
}
.voip-table tr.title {
  background: #f1f1f1;
  font-family: "proxima_nova_ltsemibold";
}
.voip-table tr {
  border-bottom: 1px solid #f1f1f1;
}

/* Voip */
/* Hosting Title */
.hosting-title {
  width: 1040px;
  height: 200px;
  float: left;
  margin: -15px -15px 15px -15px;
  background: url("../img/hosting-title.jpg");
  border-radius: 3px 3px 0 0;
  position: relative;
  color: #666666;
  font-size: 16px;
  padding-left: 40px;
}
.hosting-title:before {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  content: ' ';
}
.hosting-title h1 {
  font-size: 35px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -1.2px;
}
.hosting-title .va {
  height: 200px;
  width: 1000px;
  display: table-cell;
  vertical-align: middle;
}
.hosting-title.web:Before {
  background: url("../img/hosting-icons/web.png");
}
.hosting-title.business:Before {
  background: url("../img/hosting-icons/business.png");
}
.hosting-title.mail:Before {
  background: url("../img/hosting-icons/mail.png");
}
.hosting-title.domain:Before {
  background: url("../img/hosting-icons/domain.png");
}
.hosting-title.commerce:Before {
  background: url("../img/hosting-icons/commerce.png");
}

/* Hosting Title */
/* Datacenter */
.data-center {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  margin: 20px 0;
}
.data-center .dc-item {
  width: 33%;
  float: left;
  padding: 0 20px;
}
.data-center .dci-icon {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}
.data-center .dci-icon img {
  height: 80px;
}
.data-center .dci-title {
  width: 100%;
  float: left;
  font-size: 18px;
  font-family: "proxima_nova_ltsemibold";
  color: #666666;
  text-align: center;
  margin-bottom: 10px;
}
.data-center p {
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 22px;
  color: #666666;
}

/* Datacenter */
/* Cabins */
.cabins {
  width: 100%;
  height: auto;
  padding-top: 60px;
  float: left;
}
.cabins .cabin-box {
  width: 326px;
  height: auto;
  margin-right: 15px;
  float: left;
  background: url("../img/cabin-bg.jpg") top no-repeat whitesmoke;
  border-radius: 5px;
  position: relative;
  padding: 15px;
}
.cabins .cabin-box:last-child {
  margin-right: 0;
}
.cabins .cabin-box .cabin-title {
  width: 100%;
  float: left;
  line-height: 60px;
  height: 70px;
  margin-top: 50px;
  font-size: 22px;
  color: #666666;
  font-family: "proxima_nova_ltsemibold";
}
.cabins .cabin-box .cabin-image {
  width: 140px;
  height: 176px;
  position: absolute;
  right: 23px;
  top: -40px;
}
.cabins .cabin-box .cabin-price {
  width: 100%;
  height: auto;
  float: left;
  padding: 7px 0;
  text-align: center;
  color: #86bb21;
  font-size: 30px;
  font-family: "proxima_nova_ltsemibold";
}
.cabins .cabin-box .cabin-price span {
  color: #999999;
  font-size: 13px;
}
.cabins .cabin-box .cabin-i-item {
  width: 100%;
  height: auto;
  padding: 5px;
  float: left;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 3px;
}
.cabins .cabin-box .cabin-i-item .cii-icon {
  width: 60px;
  height: 60px;
  float: left;
  overflow: hidden;
}
.cabins .cabin-box .cabin-i-item .cii-icon img {
  width: 60px;
}
.cabins .cabin-box .cabin-i-item .cii-text {
  margin-left: 70px;
  font-size: 20px;
  color: #666666;
  padding-top: 10px;
  letter-spacing: -0.7px;
  line-height: 16px;
  font-family: "proxima_nova_ltsemibold";
}
.cabins .cabin-box .cabin-i-item .cii-text span {
  font-size: 13px;
  font-family: "proxima_nova_rgregular";
  letter-spacing: -0.2px;
}
.cabins .cabin-box .more-inf {
  margin-top: 20px;
  float: left;
  color: #999999;
}
.cabins .cabin-box .more-inf:hover {
  text-decoration: underline;
}
.cabins .cabin-box .buy-bt {
  width: auto;
  height: 45px;
  float: right;
  background: #86bb21;
  padding: 0 15px;
  font-size: 20px;
  letter-spacing: -0.7px;
  line-height: 45px;
  color: #fff;
  margin-top: 10px;
  letter-spacing: -.7px;
  font-family: "proxima_nova_ltsemibold";
  border-radius: 2px;
}
.cabins .cabin-box .buy-bt:before {
  width: 22px;
  height: 22px;
  float: right;
  background: url("../img/buy-bt-big-before.png");
  content: ' ';
  margin: 11px -2px 0 10px;
}
.cabins .cabin-box .buy-bt:hover {
  background: #78a81f;
}

/* Cabins */
/* Turn Other */
.turn-other {
  width: 495px;
  height: 140px;
  float: left;
  border-radius: 3px;
  margin-top: 20px;
  overflow: hidden;
  padding-left: 130px;
  color: #fff !important;
  font-size: 20px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -1px;
  padding-top: 48px;
  line-height: 20px;
  position: relative;
  background: #fc5f2e;
}
.turn-other:before {
  width: 100px;
  height: 140px;
  background: #ed5a2d;
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
}
.turn-other:after {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 25px;
  top: 45px;
  background: url("../img/turn-other.png");
  content: ' ';
  z-index: 99;
}
.turn-other:hover {
  opacity: .9;
}

/* Turn Other */
/* Turn Other */
.virtual-tour {
  width: 495px;
  height: 140px;
  float: RIGHT;
  border-radius: 3px;
  margin-top: 20px;
  overflow: hidden;
  padding-left: 15px;
  color: #fff !important;
  font-size: 24px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -1px;
  padding-top: 20px;
  line-height: 22px;
  position: relative;
  background: url("../img/virtual-tour.png") right no-repeat #86bb21;
}
.virtual-tour:hover {
  opacity: .9;
}

/* Turn Other */
/* DDoS Title */
.ddos-title {
  width: 1040px;
  height: 280px;
  float: left;
  margin: -15px -15px 50px -15px;
  background: url("../img/ddos-title.jpg");
  padding-left: 40px;
}
.ddos-title .va {
  width: 1000px;
  height: 280px;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #666666;
}
.ddos-title .va h1 {
  font-size: 35px;
  color: #fc5f2e;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -1px;
}

/* DDoS Title */
/* DDos Content */
.ddos-content {
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
}
.ddos-content .half {
  margin: 50px 0;
}
.ddos-content .dc-title {
  width: 100%;
  float: left;
  font-size: 15px;
  font-family: "proxima_nova_ltsemibold";
  color: #999999;
  letter-spacing: -0.5px;
}
.ddos-content ul li {
  width: 100%;
  float: left;
  line-height: 16px;
  margin: 4px 0;
}
.ddos-content ul li:before {
  width: 16px;
  height: 16px;
  float: left;
  background: url("../img/ddos-check.png");
  content: ' ';
  margin-right: 5px;
}

/* DDos Content */
/* Mobile Header */
.mobile-header {
  min-width: 320px;
  width: 100%;
  height: 60px;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  background: #fc5f2e;
  display: none;
  z-index: 99999;
}
.mobile-header .mobile-menu-trigger {
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
}
.mobile-header .mobile-menu-trigger img {
  width: 60px;
}
.mobile-header .mobile-logo {
  width: 140px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 0;
}
.mobile-header .mobile-logo img {
  width: 140px;
}
.mobile-header .mobile-call {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile-header .mobile-call img {
  width: 60px;
}

/* Mobile Header */
/* Mobile Menu */
.mobileMenu {
  position: fixed;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  padding-top: 15px;
  background: rgba(50, 50, 50, 0.95);
  z-index: 99999;
  display: none;
  text-align: center;
}
.mobileMenu.show {
  display: block;
}
.mobileMenu .item {
  width: 130px;
  height: 110px;
  cursor: pointer;
  display: inline-block;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  margin: 5px 3px;
}
.mobileMenu .item .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #fc5f2e;
  border-radius: 50%;
}
.mobileMenu .item .text {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.5px;
  color: #fff;
  padding-top: 7px;
}

.menu-list {
  left: 10px;
  top: 70px;
  right: 10px;
  bottom: 10px;
  position: fixed;
  background: #fff;
  display: none;
  border-radius: 3px;
  z-index: 999999;
}
.menu-list.show {
  display: block;
}
.menu-list .back {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f1f1f1;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: -0.5px;
  color: #666666;
  text-align: left;
}
.menu-list .back:before {
  width: 39px;
  height: 39px;
  float: left;
  background: url("../img/mobile/menu-back-bt.png");
  content: ' ';
}
.menu-list .ml-content {
  position: absolute;
  left: 15px;
  top: 55px;
  bottom: 15px;
  right: 15px;
  text-align: left;
}
.menu-list .ml-content ul {
  width: 100%;
  float: left;
}
.menu-list .ml-content ul li {
  width: 100%;
  height: auto;
  float: left;
}
.menu-list .ml-content ul li a {
  color: #666666;
  font-family: "proxima_nova_ltsemibold";
  font-size: 17px;
  height: auto;
  padding: 18px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  letter-spacing: -0.4px;
}
.menu-list .ml-content ul li a:before {
  width: 6px;
  height: 6px;
  float: left;
  background: #d5d5d5;
  border-radius: 3px;
  content: ' ';
  margin: 6px 5px 0 0;
}

/* Mobile Menu */
@media (max-width: 1300px) {
  .fourBox-container .full-boxes {
    text-align: center;
  }

  .fourBox-container .full-boxes .fb-box {
    width: 370px;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 1060px) {
  .center {
    width: 100%;
  }

  .main-menu .general-nav > li > a {
    padding: 0 9px;
    font-size: 15px;
  }

  .main-menu .general-nav > li .gn-dropdown .gnd-right {
    float: none;
    width: auto;
    margin-left: 320px;
  }

  .main-menu .general-nav > li .gn-dropdown .gnd-bottom {
    float: none;
    width: auto;
    margin-left: 320px;
    overflow: hidden;
    font-size: 0;
  }

  .main-menu .live-support {
    width: auto;
  }

  .main-menu .live-support:Before {
    display: none;
  }

  .why-container .whyc-image img {
    max-width: 100%;
  }

  .logoSlider {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }

  .logoSlider .ls-container {
    width: 100%;
  }

  .logoSlider .ls-prev {
    left: 0;
  }

  .logoSlider .ls-next {
    right: 0;
  }

  .content-container {
    width: 96%;
    margin: 10px 2%;
  }
  .content-container img {
    max-width: 100%;
  }

  .content-category {
    display: none;
  }

  .prod-feat,
  .full-orange {
    display: none;
  }

  .half-box {
    width: 100%;
  }

  .server-boxes {
    text-align: center;
  }
  .server-boxes .server-box {
    width: 30%;
    margin: 10px 1%;
    float: none;
    display: inline-block;
  }

  .full-tab-nav {
    height: auto;
    margin: 0 0 15px 0;
    width: 100%;
    text-align: center;
  }
  .full-tab-nav a {
    float: none;
    display: inline-block;
  }

  .cabins {
    text-align: center;
  }
  .cabins .cabin-box {
    float: none;
    display: inline-block;
    text-align: left;
    margin: 30px 10px;
  }

  .hosting-title,
  .ddos-title {
    width: 100%;
    margin: 0;
    background-position: right;
    margin: 0 0 10px 0;
  }

  .ddos-content {
    width: 100%;
  }

  .softaculous {
    width: 100%;
    margin: -10px 0 20px 0;
  }
  .softaculous img {
    max-width: 100%;
  }

  .voip-left {
    width: 100%;
    text-align: center;
  }
  .voip-left .voip-table {
    width: 100%;
  }

  .fr.voip {
    width: 100%;
    text-align: center;
  }
  .fr.voip img {
    max-width: 100%;
  }

  .sms-box {
    width: 280px;
    padding-top: 150px;
    height: 394px;
  }

  .support-item .sl-title,
  .support-item .sl-box {
    width: 25% !important;
    line-height: normal;
    padding-top: 7px;
    overflow: hidden;
  }
  .support-item .sl-title img,
  .support-item .sl-box img {
    max-width: 100%;
  }

  .support-item {
    height: auto;
  }
}
@media (max-width: 900px) {
  .banner-overflow .banner-general .bg-cts .bg-ct img {
    width: 80%;
  }

  .banner-overflow,
  .banner-overflow .banner-general .bg-cts .bg-ct,
  .banner-overflow .banner-general .bg-cts,
  .banner-overflow .banner-general {
    height: auto;
    text-align: center;
    position: relative;
    float: left;
  }

  .main-menu .corporate > a:Before,
  .main-menu .general-nav > li > a:Before,
  .main-menu .live-support {
    display: none;
  }

  .main-menu .corporate > a {
    padding: 0 8px;
  }

  .main-menu .general-nav > li .gn-dropdown {
    height: auto;
  }

  .main-menu .general-nav > li .gn-dropdown .gnd-bottom,
  .main-menu .general-nav > li .gn-dropdown .gnd-left {
    display: none;
  }

  .main-menu .general-nav > li .gn-dropdown .gnd-right {
    margin: 0;
    width: 100%;
    float: left;
    padding: 15px;
    height: auto;
  }

  .server-boxes .server-box {
    width: 47%;
  }

  .virtual-tour,
  .turn-other {
    display: none;
  }

  .other-item .oi-left {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .footer table tr td {
    width: 33% !important;
    float: left;
  }

  .header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .main {
    padding-top: 60px;
  }

  .banner-overflow {
    margin: 0;
  }

  .uc-bg .uc-label {
    font-size: 28px;
  }

  .uc-bg .uc-text {
    font-size: 40px;
  }

  .uc-bg {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uc-bg .uc-mail .ucm-box {
    width: 100%;
  }

  .uc-bg .uc-mail {
    width: 100%;
  }

  .discount-boxes .db {
    width: 50%;
  }

  .seller-pane {
    width: 90%;
    margin: 20px 5%;
  }

  .hosting-boxes,
  .data-center,
  .cloudMaker,
  .triple-boxes {
    text-align: center;
  }

  .data-center .dc-item,
  .cloudMaker .cm-column,
  .triple-boxes .tripleBox {
    width: 48%;
    float: none;
    display: inline-block;
    margin: 10px 0;
  }

  .hosting-boxes .hosting-box {
    width: 46%;
    float: none;
    text-align: left;
    display: inline-block;
    margin: 10px 2%;
  }

  .hosting-title,
  .ddos-title {
    height: auto;
    margin-bottom: 30px;
    padding: 0;
    float: left;
    background: none;
  }
  .hosting-title .va,
  .ddos-title .va {
    height: auto;
  }

  .hosting-title:before {
    display: none;
  }
}
@media (max-width: 600px) {
  .footer table tr td {
    width: 50% !important;
    float: left;
  }

  .footer-bottom {
    display: none;
  }

  .why-container .whyc-title {
    font-size: 25px;
  }

  .banner-overflow .banner-general .bg-cts .bg-ct,
  .banner-overflow .banner-general .bg-cts,
  .banner-overflow .banner-general {
    height: auto;
    text-align: center;
    position: relative;
    float: left;
    left: 0;
    margin: 0;
    width: 100% !important;
  }
  .banner-overflow .banner-general .bg-cts .bg-ct img,
  .banner-overflow .banner-general .bg-cts img,
  .banner-overflow .banner-general img {
    display: none;
  }
  .banner-overflow .banner-general .bg-cts .bg-ct .mobile-content img,
  .banner-overflow .banner-general .bg-cts .mobile-content img,
  .banner-overflow .banner-general .mobile-content img {
    display: block !important;
    width: 100%;
  }
  .banner-overflow .banner-general .bg-cts .bg-ct .mobile-content,
  .banner-overflow .banner-general .bg-cts .mobile-content,
  .banner-overflow .banner-general .mobile-content {
    display: block !important;
  }

  .fourBox-container .full-boxes p {
    font-size: 12px;
  }

  .seller-table tr td {
    width: 50%;
    float: left;
  }

  .server-boxes .server-box {
    width: 100%;
  }

  .half-box {
    display: none;
  }

  .ddos-content .half {
    width: 100%;
  }

  .softaculous {
    display: none;
  }

  .backup-table tr td {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
  }

  .corporate-table tr td {
    width: 100%;
    float: left;
  }

  .footer .made-in {
    display: none;
  }
}
@media (max-width: 500px) {
  .footer table tr td {
    width: 100% !important;
  }

  .fourBox-container .full-boxes .fb-box {
    width: 100%;
  }

  .seller-table tr td {
    width: 100%;
  }

  .discount-boxes .db {
    width: 100%;
    margin: 20px 5%;
  }

  .hosting-boxes .hosting-box,
  .data-center .dc-item,
  .cloudMaker .cm-column,
  .triple-boxes .tripleBox {
    width: 100%;
  }
}
