/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
    background: #666;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
#header{
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.56);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.56);
  box-shadow: 0 1px 3px rgba(0,0,0,.56);
  min-height: 65px;
  background: #48484a; /* Old browsers */
  background: -moz-linear-gradient(top,  #48484a 0%, #222326 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48484a), color-stop(100%,#222326)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #48484a 0%,#222326 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #48484a 0%,#222326 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #48484a 0%,#222326 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #48484a 0%,#222326 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48484a', endColorstr='#222326',GradientType=0 ); /* IE6-9 */
}
.wrap{
  width: 1170px;
  margin: 0 auto;
}
.logo{
  float: left;
  margin-top: 20px;
}
#nav{
  width: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.16);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.16);
  box-shadow: 0 2px 3px rgba(0,0,0,.16);
  background-image: -webkit-linear-gradient(bottom, #e8e8e8, #fcfcfc 63%);
  background-image: -moz-linear-gradient(bottom, #e8e8e8, #fcfcfc 63%);
  background-image: -o-linear-gradient(bottom, #e8e8e8, #fcfcfc 63%);
  background-image: linear-gradient(to top, #e8e8e8, #fcfcfc 63%);
  height: 50px;
}
#nav ul{
  padding: 0;
  margin: 0;
  float: left;
}
#nav ul li{
  display: inline-block;
  list-style: none;
  position: relative;
}
#nav ul li a{
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  text-shadow: 0 1px #fff;
  text-decoration: none;
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  height: 50px;
  line-height: 52px;
  border-left: 1px solid #fff;
  box-shadow: inset 1px 0px 1px #d6d6d6;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.last{
  border-right: 1px solid #d6d6d6;
}
#nav ul li a:hover{
  color: #4ab4ff;
}
.sign_in{
  display: block;
  font-size: 16px;
  color: #404040;
  text-shadow: 0 1px #fff;
  width: 80px;
  height: 20px;
  text-decoration: none;
  float: right;
  text-align: center;
  background: url(img/lock.png) no-repeat 0px 1px;
  text-indent: 10px;
  margin-top: 17px;
}
.clr{
  clear: both;
}
.sign_in:hover{
  color: #4ab4ff;
  text-decoration: underline;
}
#slider_wrap{
  width: 1380px;
  height: 445px;
  margin: 30px auto;
  position: relative;
}
#slider{
  width: 1170px;
  height: 445px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #646464;
}
.slider_content{
  width: 100%;
  height: 100%;
  position: absolute;
  opacity:0;
}
.slider_content:nth-child(1){
  background: url(img/slider1.png) no-repeat;
  z-index: 3;
}
.slider_content:nth-child(2){
  background: url(img/slider2.png) no-repeat;
  z-index: 2;
}
.slider_content:nth-child(3){
  background: url(img/slider3.png) no-repeat;
  z-index: 1;
}
.active{
  z-index: 5 !important;
  opacity:1;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
}
.next, .prev{
  -webkit-box-shadow: inset 0 1px rgba(255,255,255,.11);
  -moz-box-shadow: inset 0 1px rgba(255,255,255,.11);
  box-shadow: inset 0 1px rgba(255,255,255,.11);
  background: #2C2C2C;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  line-height: 70px;
  font-family: sans-serif;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prev{
  left: 0;
  top: 50%;
  margin-top: -35px;
}
.next{
  right: 0;
  top: 50%;
  margin-top: -35px;
}
.content_wrap{
  margin-top: 135px;
  margin-left: 110px;
  width: 840px;
}
#slider{
  box-shadow: 1px 1px 3px #535353;
  background: #1B4474;
}
.slider_content .content_wrap h1{
  font-family: 'archiveregular', sans-serif;
  color: #fff;
  text-shadow: 0px -1px 0px #000;
  font-size: 47px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.slider_content .content_wrap p{
  font-size: 20px;
  color: #fcfcfc;
  text-shadow: 0 -1px rgba(0,0,0,.14);
  margin-top: 0;
}
.slider_content .content_wrap a{
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-decoration: none;
  width: 274px;
  height: 46px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 46px;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
  margin-top: 25px;
}
.slider_content .content_wrap a:hover{
  background: #fff;
  color: #4ab4ff;
}
@font-face {
    font-family: 'archiveregular';
    src: url('font/archive-webfont.eot');
    src: url('font/archive-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/archive-webfont.woff') format('woff'),
         url('font/archive-webfont.ttf') format('truetype'),
         url('font/archive-webfont.svg#archiveregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#hosting{
  background: #fff;
  width: 100%;
  height: 290px;
  margin-top: 40px;
}
.hosting{
  width: 389px;
  height: 100%;
  border-right: 1px dashed #b7b7b7;
  float: left;
}
.hosting h3{
  font-size: 22px;
  font-weight: bold;
  color: #3b3b3b;
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.hosting p{
  font-size: 15px;
  color: #676767;
  width: 300px;
  margin-left: 40px;
  margin-top: 0;
}
.pack{
  width: 300px;
  margin-left: 40px;
}
.pack img{
  margin-top: 10px;
  float: left;
}
.hosting:nth-child(1) .pack img{
  margin-top: 20px;
  margin-right: 30px;
}
.hosting:nth-child(2) .pack img{
  margin-top: 35px;
  margin-right: 30px;
}
.hosting:nth-child(3) .pack img{
  margin-top: 35px;
  margin-right: 30px;
}
.start{
  font-size: 13px;
  display: inline;
  color: #cbcbcb;
  float: left;
}
.price{
  font-size: 26px;
  color: #404040;
}
.price em{
  color: #4ab4ff;
  font-style: normal;
}
.pack a{
  display: block;
  width: 141px;
  height: 38px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #bcbcbc;
  float: left;
  color: #7d7d7d;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 38px;
  margin-top: 10px;
}
.pack a:hover{
  background: #4ab4ff;
  color: #fff;
  border: 1px solid #fff;
}
.hosting:nth-child(3){
  border: none;
}
#cta{
  height: 100px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #5f81a9 url(img/cta.png) no-repeat;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.14);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.14);
  box-shadow: 0 1px 4px rgba(0,0,0,.14);
  width: 100%;
  margin-top: 35px;
}
#cta h2{
  font-family: 'archiveregular', sans-serif;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.39);
  float: left;
  margin-top: 35px;
  margin-left: 43px;
}
#cta span{
  font-size: 19px;
  color: #d9d9d9;
  text-shadow: 0 -1px rgba(0,0,0,.14);
  float: left;
  margin-left: 30px;
  margin-top: 41px;
}
#cta a{
  display: block;
  width: 181px;
  height: 38px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #bcbcbc;
  color: #fff;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 38px;
  margin-top: 33px;
  float: left;
  margin-left: 30px;
}
#cta a:hover{
  background: #fff;
  color: #555;
}
#features{
  background: #fff;
  width: 100%;
  margin-top: 30px;
  box-shadow: 1px 1px 3px #535353;
}
.feature{
  width: 389px;
  border-right: 1px dashed #d9d9d9;
  height: 205px;
  float: left;
}
.feature span{
  font-size: 21px;
  margin-top: 50px;
  color: #282828;
  margin-left: 90px;
  display: inline-block;
}
.feature p{
  margin-left: 90px;
  font-size: 15px;
  color: #676767;
  width: 255px;
}
.feature:nth-child(1){
  background: #fff url(img/phone_b.png) no-repeat 50px 49px;
}
.feature:nth-child(3), .feature:nth-child(6){
  border: none;
}
.feature:nth-child(1), .feature:nth-child(2), .feature:nth-child(3){
  border-bottom: 1px dashed #d9d9d9;
}
.feature:nth-child(2){
  background: #fdfdfd url(img/add_b.png) no-repeat 50px 49px;
}
.feature:nth-child(3){
  background: #fff url(img/support_b.png) no-repeat 50px 49px;
}
.feature:nth-child(4){
  background: #fdfdfd url(img/mu_b.png) no-repeat 50px 49px;
}
.feature:nth-child(5){
  background: #fff url(img/kb_b.png) no-repeat 50px 52px;
}
.feature:nth-child(6){
  background: #fdfdfd url(img/secure_b.png) no-repeat 50px 49px;
}
#reviews{
  width: 100%;
  height: 328px;
  margin-top: 30px;
  background: #5f81a9 url(img/testimonials.png) no-repeat 50%;
  box-shadow: 1px 1px 3px #535353;
}
.review{
  width: 320px;
  margin-top: 35px;
  margin-left: 50px; 
  float: left;
  display: inline-block;
}
.testimonial{
  height: 207px;
  width: 100%;
  background: #171515;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
}
.triangle{
  background: url(img/triangle.png) no-repeat;
  width: 18px;
  height: 9px;
  margin-left: 25px;
}
.testimonial p{
  font-size: 15px;
  color: #dadada;
  text-align: center;
}
.client{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.company{
  font-size: 13px;
  color: #c6c6c6;
}
.client, .company{
  margin-left: 45px;
  display: block;
  margin-top: 3px;
}
#contact{
  width: 100%;
  height: 350px;
  box-shadow: 1px 1px 3px #535353;
  background: #fff;
  margin-top: 30px;
}
.part{
  width: 389px;
  height: 100%;
  border-right: 1px dashed #d9d9d9;
  float: left;
}
.part p{
  font-size: 15px;
  color: #676767;
  width: 310px;
  margin-left: 40px;
  line-height: 22px;
}
.part span{
  margin-top: 40px;
  font-size: 21px;
  color: #282828;
  display: inline-block;
  margin-left: 40px;
}
.part h4{
  color: #676767;
  font-size: 15px;
  margin-left: 40px;
  margin-bottom: 0;
}
.part a{
  text-decoration: none;
  color: #4ab4ff;
  font-size: 15px;
  margin-left: 40px;
}
.part a:hover{
  text-decoration: underline;
}
.part:last-child{
  border: none;
}
.social{
  display: inline-block;
  height: 34px;
  width: 34px;
  margin-top: 15px;
  margin-left: 5px !important;
  border-radius: 25px;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.social:hover{
  transform: rotate(360deg);
  -ms-transform: rotate(360deg); /* IE 9 */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
}
.fb{
  background: #4ab4ff url(img/fb.png) no-repeat 50%;
  margin-left: 40px !important;
}
.tw{
   background: #4ab4ff url(img/tw.png) no-repeat 50%;
}
.feed{
  background: #4ab4ff url(img/feed.png) no-repeat 50%;
}
.in{
  background: #4ab4ff url(img/in.png) no-repeat 50%;
}
.mail{
  margin-left: 40px;
  width: 211px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 1px rgba(0,0,0,.07), inset 0 1px 1px rgba(0,0,0,.29);
  -moz-box-shadow: 0 1px rgba(0,0,0,.07), inset 0 1px 1px rgba(0,0,0,.29);
  box-shadow: 0 1px rgba(0,0,0,.07), inset 0 1px 1px rgba(0,0,0,.29);
  margin-top: 15px;
  border: none;
  outline: none;
  text-indent: 15px;
}
.sb{
  width: 81px;
  height: 39px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(146,146,146,0);
  border: solid 1px #ccc;
  font-size: 13px;
  text-transform: uppercase;
  color: #7d7d7d;
  margin-left: 5px;
}
.mail:focus{
  background: #fff;
}
#footer{
  width: 100%;
  height: 130px;
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
}
.fl{
  display: block;
  margin: 50px auto;
  width: 237px;
}
#footer ul li{
  display: inline;
  list-style: none;
  margin-left: 7px;
  margin-right: 7px;
}
#footer ul li a{
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}
#footer ul li a:hover{
  text-decoration: underline;
}
#footer ul{
  padding-left: 230px;
  margin-top: -20px;
}
#footer span{
  font-size: 15px;
  color: #bebebe;
  text-align: center;
  margin-left: 442px;
}
.live_chat{
  width: 181px;
  height: 33px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  float: right;
  margin-top: 15px;
  /*ONLINE LIVE CHAT*/
  /*background: rgba(0, 0, 0, 0.3) url(img/on.png) no-repeat 101px 12px;*/
  
          background: rgba(0, 0, 0, 0.3) url(img/off.png) no-repeat 101px 12px; 
}
.live_chat a{
  text-decoration: none;
  font-size: 15px;
  color: #ccc;
  margin-left: 10px;
}
.live_chat a:hover{
  text-decoration: underline;
}
.live_chat span{
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  line-height: 33px;
  margin-left: 25px;
}
#title{
  width: 1170px;
  height: 100px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #5f81a9 url(img/cta.png) no-repeat;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.14);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.14);
  box-shadow: 0 1px 4px rgba(0,0,0,.14);
  font-size: 32px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.39);
  font-family: 'archiveregular', sans-serif;
  line-height: 100px;
  text-indent: 40px;
  margin-top: 30px;
}
#form{
  background: #fff;
  height: 630px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.14), inset 0 -5px 6px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.14), inset 0 -5px 6px rgba(0,0,0,.1);
  box-shadow: 0 1px 4px rgba(0,0,0,.14), inset 0 -5px 6px rgba(0,0,0,.1);
}
.left{
  float: left;
  width: 814px;
  border-right: 1px dashed #B7B7B7;
  height: 100%;
}
.left span, .right span{
  font-size: 21px;
  color: #282828;
  margin-left: 40px;
  margin-top: 35px;
  display: inline-block;
}
.left p{
  font-size: 15px;
  margin-left: 40px;
  color: #676767;
  width: 715px;
  line-height: 20px;
}
.left form{
  margin-top: 40px;
}
.left form label{
  text-align: right;
  display: inline-block;
  width: 150px;
  margin-right: 25px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #6a6a6a;
}
.left form input{
  outline: none;
  width: 471px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f8f8f8;
  border: none;
  text-indent: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px rgba(0,0,0,.07), inset 0 1px 1px rgba(0,0,0,.29);
  -moz-box-shadow: 0 1px rgba(0,0,0,.07), inset 0 1px 1px rgba(0,0,0,.29);
  box-shadow: 0 1px rgba(0,0,0,.07), inset 0 1px 1px rgba(0,0,0,.29);
}
.left form input:focus, .left form textarea:focus{
  background-color: #fff;
}
.left form textarea{
  outline: none;
  width: 471px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f8f8f8;
  border: none;
  -webkit-box-shadow: 0 1px rgba(0,0,0,.07), inset 0 1px 1px rgba(0,0,0,.29);
  -moz-box-shadow: 0 1px rgba(0,0,0,.07), inset 0 1px 1px rgba(0,0,0,.29);
  box-shadow: 0 1px rgba(0,0,0,.07), inset 0 1px 1px rgba(0,0,0,.29);
}
.submit{
  margin-left: 179px;
  width: 475px !important;
  margin-top: 20px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(146, 146, 146, 0) !important;
  border: solid 1px #CCC !important;
  font-size: 13px;
  text-transform: uppercase;
  color: #4ab4ff;
  box-shadow: none !important;
  font-weight: bold;
}
.sb, .submit{
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.sb:hover, .submit:hover{
  border: 1px solid #fff !important;
  color: #fff;
  background: #4ab4ff !important;
}
.right{
  float: left;
  width: 355px;
}
.right h4{
  color: #676767;
  font-size: 15px;
  margin-left: 40px;
  margin-bottom: 0;
  display: block;
  margin-top: 0px;
}
.frst{
  margin-top: 15px !important;
}
.right p{
  font-size: 15px;
  color: #676767;
  margin-left: 40px;
  margin-top: 5px;
  width: 275px;
}
.tn{
  padding-bottom: 35px;
  border-bottom: 1px dashed #B7B7B7;
}
.ea a{
  text-decoration: none;
  color: #4ab4ff;
  font-size: 15px;
  margin-left: 40px;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.ea a:hover{
  text-decoration: underline;
}
.sent{
  margin-left: 40px;
  margin-top: 40px;
  display: inline-block;
  color: #444;
}
#content{
  width: 100%;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14), inset 0 -5px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.14), inset 0 -5px 6px rgba(0,0,0,.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14), inset 0 -5px 6px rgba(0, 0, 0, 0.1);
}
.sp{
  font-size: 21px;
  color: #282828;
  margin-left: 40px;
  margin-top: 35px;
  display: inline-block;
}
.cp{
  font-size: 15px;
  margin-left: 40px;
  color: #676767;
  width: 715px;
}
.plans tr th{
  font-size: 18px;
  color: #484848;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  width: 195px;
  height: 65px;
  box-shadow: 0 1px 0px #bababa;
}
.plans tr th:first-child{
  width: 300px;
  border-left: 1px solid #e1e1e1;
}
.plans tr th span{
  font-size: 14px !important;
  color: #868686 !important;
  display: block !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
}
.plans{
  margin: 30px auto;
}
.plans tr td{
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 35px;
  font-size: 14px;
  color: #777;
  text-align: center;
}
.descr{
  color: #afafaf !important;
  text-align: right !important;
  text-indent: 10px;
  direction: rtl;
}
.buy{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #dd6817;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.17);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.17);
  box-shadow: 0 1px 3px rgba(0,0,0,.17);
  border: solid 1px #d2d2d2;
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #fff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #fff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #fff);
  background-image: linear-gradient(to top, #f7f7f7, #fff);
  height: 90px !important;
}
.hide{
  opacity: 0;
  border-left: none !important;
  border-bottom: none !important;
}
.now{
  width: 135px;
  height: 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #4ab4ff;
  border: solid 1px #3D95D3;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.now:hover{
  background: white;
  color: #4ab4ff;
}
.why{
  border-top: 1px dashed #D9D9D9;
  border-bottom: 1px dashed #D9D9D9;
}
.why h1{
  font-size: 23px;
  font-weight: bold;
  color: #282828;
  text-indent: 40px;
}
.fp{
  margin-top: 0px !important;
  box-shadow: none !important;
}
.cp a{
  text-decoration: none;
  color: #4ab4ff;
}
.cp a:hover{
  text-decoration: underline;
}
.list{
  padding-left: 70px;
}
.list li{
  color: #676767;
  font-size: 15px;
  list-style: none;
  background: url(img/li.png) no-repeat 0 3px;
  text-indent: 35px;
  margin-bottom: 10px;
}
.ts{
  line-height: 20px;
  margin-top: 12px !important;
}
.right em{
  font-size: 13px;
  font-weight: bold;
  color: #989898;
  margin-left: 40px;
}
.right ul li a{
  margin-left: 0 !important;
}
.right ul li{
  list-style: none;
  background: url(img/li.png) no-repeat 0 8px;
  text-indent: 15px;
}
.pdg{
  padding-bottom: 50px;
}
.cp{
  line-height: 20px;
}
.monthly{
  font-weight: bold !important;
  color: #3d3d3d !important;
}
.package{
  width: 341px;
  height: 533px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.06);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.06);
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
  border: solid 1px #e1e1e1;
  float: left;
  position: relative;
  margin-left: 35px;
  margin-top: 20px;
}
.profile{
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.17);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.17);
  box-shadow: 0 1px 3px rgba(0,0,0,.17);
  border: solid 1px #d2d2d2;
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #fff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #fff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #fff);
  background-image: linear-gradient(to top, #f7f7f7, #fff);
  width: 100%;
  margin-left: -1px;
  height: 160px;
}
.profile h3{
  font-size: 22px;
  font-weight: bold;
  color: #3B3B3B;
  margin-left: 30px;
  margin-top: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.profile p{
  font-size: 15px;
  color: #676767;
  margin-left: 30px;
  margin-top: 0;
  width: 280px;
}
.swh{
  float: none !important;
  display: block;
  margin-left: 30px;
}
.lwh{
  padding-left: 0px !important;
  padding-top: 0;
  margin-top: 7px;
}
.lwh li{
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 5px !important;
  padding-bottom: 5px;
  background-position: 35px 2px;
  text-indent: 70px;
}
.order{
  position: absolute;
  bottom: 0;
  width: 340px;
  height: 144px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #dd6817;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.17);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.17);
  box-shadow: 0 1px 3px rgba(0,0,0,.17);
  border: solid 1px #d2d2d2;
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #fff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #fff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #fff);
  background-image: linear-gradient(to top, #f7f7f7, #fff);
}
.order form select{
  width: 281px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  border: solid 1px #cecece;
  outline: none;
  margin: 35px auto;
  display: block;
  font-size: 14px;
  color: #828282;
  margin-bottom: 20px;
  line-height: 39px;
}
.order_package{
  display: block;
  margin: 0 auto;
  width: 279px;
  height: 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #4ab4ff;
  border: solid 1px #3D95D3;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
  color: #FFF;
}
.order_package:hover{
  color: #4ab4ff;
  background: #fff;
}
.popular{
  width: 74px;
  height: 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #4ab4ff;
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: 'archiveregular', sans-serif;
  line-height: 25px;
  position: relative;
  bottom: 5px;
}
.drop_menu{
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
  min-width: 200px;
  padding: 20px 20px 0 20px !important;
  display: none;
}
.drop_menu li{
  display: block !important;
  border-bottom: 1px solid #dddddd;
  background: #eeeeee;
  padding: 0 20px 0 20px;
  min-width: 200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.drop_menu li:hover{
  background: #DADADA;
}
.drop_menu li:last-child{
  border-bottom: none;
}
.drop_menu li a{
  font-size: 15px !important;
  color: #676767 !important;
  height: 35px !important;
  line-height: 35px !important;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: none !important;
  display: block !important;
  box-shadow: none !important;
}
.drop_menu li:first-child{
  position: relative;
}
.peak{
  position: absolute;
  width: 18px;
  height: 9px;
  background: url(img/peak.png) no-repeat;
  left: 50%;
  margin-left: -9px;
  margin-top: -8px;
}
.reseller{
  width: 248px !important;
  height: 445px !important;
}
.reseller_now{
  margin-top: 10px;
  width: 185px !important;
}
#domain{
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.14);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.14);
  box-shadow: 0 1px 4px rgba(0,0,0,.14);
  border: solid 1px #3e3e3e;
  width: 100%;
  height: 154px;
  margin-top: 30px;
  background: #4c4c4c;
}
.domain_search{
  font-family: Arial;
  font-size: 19px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.14);
  margin-top: 30px;
  margin-left: 35px;
  display: block;
}
.domain_input{
  width: 817px;
  height: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  margin-left: 35px;
  margin-top: 15px;
  text-indent: 15px;
}
#domain form select{
  font-size: 17px;
  color: #5d5d5d; 
  width: 149px;
  height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  margin-left: 10px;
  text-indent: 10px;
  padding: 12px;
}
.search_submit{
  font-size: 17px;
  color: #fff;
  border: solid 1px #737373;
  width: 98px;
  height: 49px;
  background: rgba(255, 255, 255, 0);
  margin-left: 10px;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.search_submit:hover{
  background: #4AB4FF;
}
.dm{
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.search_ul li{
  list-style: none;
  display: inline;
  color: #999;
}
.search_ul{
  margin-top: 7px;
  margin-left: -5px;
}
.search_ul li a{
  text-decoration: none;
  color: #4AB4FF;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 8px;
}
.search_ul li a:hover{
  text-decoration: underline;
}
.left_col span{
  font-size: 21px;
  color: #282828;
  margin-left: 40px;
  margin-top: 35px;
  display: inline-block;
}
.left_col{
  width: 570px;
  float: left;
  padding-bottom: 30px;
}
.left_col p{
  margin-left: 40px;
  margin-top: 20px;
  font-size: 15px;
  color: #676767;
  width: 495px;
}
.right_col h3{
  font-size: 21px;
  color: #3d3d3d;
  margin-top: 40px;
  display: inline-block;
  margin-bottom: 0;
}
.right_col{
  width: 570px;
  padding-left: 30px;
  float: left;
}
.right_col p{
  font-size: 15px;
  color: #676767;
  width: 495px;
}
.domain_table{
  width: 530px;
}
.domain_table tr th{
  height: 30px;
  background: #787878;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: left;
  text-indent: 10px;
}
.domain_table tr td{
  height: 35px;
  border-bottom: 1px solid #e1e1e1;
  text-indent: 10px;
  font-size: 15px;
  color: #676767;
}
.domain_table tr:nth-child(even){
  background: #fbfbfb;
}
#article{
  width: 100%;
  border-bottom: 1px dashed #B7B7B7;
  padding-bottom: 29px;
}
#article h1{
  font-size: 30px;
  color: #282828;
  margin-left: 40px;
  width: 660px;
  font-weight: normal;
}
.article_details li{
  list-style: none;
  display: inline;
  font-size: 13px;
  color: #b4b4b4;
  margin-left: 3px;
  margin-right: 5px;
}
.article_details li a{
  text-decoration: none;
  font-size: 13px;
  color: #919191;
}
.article_details li a:hover{
  text-decoration: underline;
}
#article p{
  font-size: 15px;
  color: #676767;
  width: 735px;
  margin-top: 25px;
}
#article p a{
  text-decoration: none;
  color: #4AB4FF;
}
#article p a:hover{
  text-decoration: underline;
}
.continue_reading{
  font-size: 15px;
  font-weight: bold;
  color: #4d4d4d;
  margin-left: 40px;
  text-decoration: none;
}
.continue_reading:hover{
  text-decoration: underline;
}
#pagination{
  width: 100%;
  padding: 30px 40px 30px 40px;
}
#pagination a{
  color: #717171;
  text-decoration: none;
  font-size: 15px;
  margin-right: 10px;
}
#pagination a:hover{
  text-decoration: underline;
}
.active_page{
  font-weight: bold;
}
#pagination a:first-child, #pagination a:last-child{
  color: #4AB4FF;
  font-weight: bold;
}
#affiliate{
  width: 100%;
  height: 380px;
  background: #313131 url(img/affiliate.png) no-repeat 50% 60px;
}
.aff{
  width: 300px;
  float: left;
  margin-top: 230px;
  margin-right: 9px;
  margin-left: 65px;
}
.aff span{
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.aff p{
  font-size: 15px;
  color: #d1d1d1;
  line-height: 23px;
  text-align: center;
}
.c_p{
  width: 1060px !important;
}