* { padding: 0; margin: 0; }

html, body {
    height: 100%;
    min-width: 1130px;
    }

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

body,
input,
select,
button,
textarea {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    }

body {
	background: #000;
	color: #999;
	line-height: 1.4em;
	min-height: 100%;
    text-shadow: 0 1px 2px #000;
	}

img, a img {
    border: 0;
    vertical-align: text-bottom;
    }

strong {
    font-weight: bold;
    }

p {
    margin-bottom: 1.5em;
    }

a {
	color: #2377c6;
	text-decoration: underline;
	word-wrap: break-word;
    transition: all 0.25s;
	}

a:hover {
	color: #a1c2e1;
	text-decoration: none;
	}

.wrapper {
	width: 960px;
	margin: 0 auto;
	}

.pull-left { float: left; }
.pull-right { float: right; }
.clear { clear: both; }

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

.hide { display: none !important; }

.bigger {
    font-size: 1.6em;
    line-height: 1.3em;
    color: #eee;
    text-shadow: 0 1px 5px #000;
    }

.note {
    color: #666;
    font-size: 13px;
    line-height: 1.3em;
    }

.note a {
    color: #245c91;
    }

.note a:hover {
    color: #75a5d1;
    }

.note em {
    color: #fff;
    }

.info {
    padding-left: 20px;
    background: url(/templates/assets/images/info.png) 0 0 no-repeat;
    }

.help {
    display: inline-block;
    height: 14px;
    padding-right: 18px;
    background: url(/templates/assets/images/help.png) top right no-repeat;
    cursor: help;
    }

.rss-link {
    padding-left: 20px;
    background: url(/templates/assets/images/rss.png) 0 0 no-repeat;
    }


/* Headlines */
h1, h2, h3, h4, h5, h6 {
    font-family: "proxima_nova", sans-serif;
    line-height: 1.5em;
    color: #fff;
    }

h1 {
    font-size: 48px;
    }

h2 {
    font-size: 36px;
    }

h3 {
    font-size: 24px;
    }

h4 {
    font-size: 18px;
    }

h5 {
    font-size: 14px;
    text-transform: uppercase;
    }

h6 {
    font-size: 12px;
    text-transform: uppercase;
    }


/* Forms */
label {
    cursor: pointer;
    font-weight: bold;
    }

/*form .required {
    color: #d9311f !important;
    }*/

form .valign {
    padding-top: 11px;
    }

fieldset {
    border: 0;
    padding-bottom: 20px;
    }

.order_step2 .form-group, .certificates .form-group {
    border: 0;
    padding-bottom: 20px;
    }

form input.placeholder {
    color: #aaa;
    }

form input:-ms-input-placeholder {
    color: #aaa;
    }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    height: 40px;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    color: #333;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: inset 0 1px 6px #454545;
    }

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

input[type="radio"],
input[type="checkbox"] {
    margin-right: 3px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    }

select {
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';

/*    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;*/
    }
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        background: #fff url(/templates/assets/images/dwn.png) center right no-repeat;
        padding-right: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        }
}*/

.btn {
    color: #fff;
    border: 0;
    display: inline-block;
    font-family: "proxima_nova", sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 18px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    box-shadow: 0 2px 7px #000;
    box-shadow: 0 2px 7px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.25);

    background: #0c65b9;
	background: -webkit-linear-gradient(top, #1293ed, #003a5e);
	background: -moz-linear-gradient(top, #1293ed, #003a5e);
	background: -ms-linear-gradient(top, #1293ed, #003a5e);
	background: linear-gradient(top, #1293ed, #003a5e);
    }

.btn-huge {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    }

.btn-huge strong {
    display: block;
    font-size: 24px;
    }

.btn:hover {
    color: #fff;
    }

.btn:active {
    text-shadow: 0 -1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.6), 0 1px 2px rgba(0,0,0,0.5);
    }

.input-xsmall { width: 50px; }
.input-small { width: 100px; }
.input-medium { width: 200px; }
.input-large { width: 300px; }
.input-xlarge { width: 400px; }
.input-xxlarge { width: 600px; }
.input-full { width: 100%; }
/*.input-tel { width: 315px; }*/
.input-tel { width: 306px; }

.input-code {
    width: 80px;
    height: 40px;
    text-align: right;
    float: left;
    margin-right: 5px;
    }

.input-code::-ms-clear {
    display: none;
    }

.disabled,
[disabled="disabled"] {
    opacity: 0.5;
    color: #999;
    cursor: default;
    }

.disabled [disabled="disabled"] {
    opacity: 1;
    }

form .error, form .has-error, form .has-error label {
    color: #f0301b;
    }

form .error small, form .has-error small {
    font-size: 0.9em;
    }

form .error input[type="text"],
form .error input[type="email"],
form .error input[type="tel"],
form .error input[type="password"],
form .error textarea,
form .error select,
form .has-error input[type="text"],
form .has-error input[type="email"],
form .has-error input[type="tel"],
form .has-error input[type="password"],
form .has-error textarea,
form .has-error select {
    border: 1px solid #9e1306;
    box-shadow: inset 0 1px 7px #cf1400;
    }

form .formend {
    clear: both;
    }

form .formend em {
    padding-left: 20px;
    line-height: 34px;
    }


/* One column form */
.one-col label {
    width: 160px;
    color: #aaa;
    float: left;
    line-height: 40px;
    }

.one-col .error small, .one-col .has-error small {
    display: block;
    padding-left: 160px;
    }

.one-col .formend {
    padding-left: 160px;
    }


/* Two column form */
.two-col fieldset, .two-col .form-group {
    width: 315px;
    float: left;
    }

.two-col .form-group select.country-select, .two-col .form-group select.country-csr-select {
    width: 300px;
}

.two-col .form-group select.phone {
    width: 80px;
}

.two-col .form-group input.phone {
    width: 206px;
    position: relative;
    top: 2px;
}

.two-col .code-wrapper {
    width: 80px;
}

.two-col fieldset label,
.two-col fieldset small,
.two-col .form-group label,
.two-col .form-group small {
    display: block;
    }

.two-col label {
    line-height: 1.5em;
    }

.two-col .input-tel {
/*    width: 215px;*/
        width: 206px;
        margin-left: 14px;
    }


/* Lists */
ul, ol {
    margin-bottom: 20px;
    padding-left: 16px;
    }

ul li {
    margin-bottom: 10px;
    list-style-image: url(/templates/assets/images/blt.png);
    }

ul.unstyled {
    padding: 0;
    }

ul.unstyled li {
    list-style: none;
    }


/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    }

table th,
table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #222;
    }

table th {
    color: #fff;
    font-weight: bold;
    }

table tbody tr:nth-child(even) {
    background: #161616;
    }

table tfoot th,
table tfoot td {
    border: 0;
    }


/* Messages */
.message {
    font-weight: bold;
    font-size: 13px;
    padding: 20px;
    margin-bottom: 30px;
    background: url(/templates/assets/images/trbg.png) 0 0 repeat;
    background: rgba(0,0,0,0.4);
    border: 1px solid #333;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 5px;
    }

.message.warning {
    color: #c7ab60;
    }

.message.error, .message.has-error {
    color: #f0301b;
    }

.message.success {
    color: #5a961a;
    }


/* Grid */
.grid:after {
    content: "";
    display: table;
    clear: both;
    }

.grid .col {
    float: left;
    width: 300px;
    margin-left: 30px;
    }

.grid .col:nth-child(3n+1) {
    margin-left: 0;
    }

.grid .col-2 {
    width: 630px;
    }

.grid .col-3 {
    width: 940px;
    }


/* Navigation */
nav {
    font-family: "proxima_nova", sans-serif;
    float: right;
    }

nav ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    }

nav li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 42px;
    margin: 0;
    padding-left: 2px;
    list-style: none;
    }


/* Header */
header {
    text-shadow: 0 1px 5px #000;
    }

header .wrapper {
    height: 50px;
    padding: 50px 0 20px;
    }

header h1 {
    float: left;
    font-size: 36px;
    text-transform: uppercase;
    line-height: normal;
    }

header h1 a,
header nav a {
    color: #fff;
    text-decoration: none;
    }

header nav a {
    border-radius: 4px;
    /*padding: 7px 15px;*/
    padding: 7px 7px;
    }

header nav .active a {
    background: rgba(255,255,255,0.1);
    }


/* Plans */
.plans {
    text-align: center;
    font-size: 18px;
    }

.plans .col {
    display: block;
    padding: 25px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: url(/templates/assets/images/trbg.png) 0 0 repeat;
    background: rgba(0,0,0,0.3);
    border: 2px solid #666;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    }

.plans a.col:hover {
    background: rgba(0,0,0,0.4);
    border: 2px solid #2383dd;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
    }

.plans h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2em;
    }

.plans h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #a1c2e1;
    line-height: 1em;
    width: 195px;
    margin: 0 auto 10px;
    }

.plans .col p {
    font-family: "proxima_nova", sans-serif;
    margin: 0;
    font-size: 24px;
    }

.plans .clear.text-center {
    padding: 30px 0;
    font-size: 15px;
    font-weight: bold;
    }


/* Features */
.features {
    overflow: hidden;
    padding: 30px 0;
    }

.features h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
    padding-top: 20px;
    }


/* Domain search on homepage */
.domains {
    background: url(/templates/assets/images/domains.jpg) top center no-repeat;
    height: 300px;
    padding-top: 250px;
    }

.domains form {
    /*padding-bottom: 15px;*/
    background: url(/templates/assets/images/loading2.gif) -100px -100px no-repeat;
    }

.domains input[type="text"],
.domains .btn {
    vertical-align: middle;
    }

.domains input[type="text"] {
    width: 785px;
    height: auto;
    font-family: "proxima_nova", sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 20px;
    margin-right: 10px;
    }

.domains input.loading {
    background: #fff url(/templates/assets/images/loading.gif) 98% 50% no-repeat;
    }

.domains .btn {
    font-size: 18px;
    padding: 18px 38px;
    }

.domains .note {
    font-size: 14px;
    line-height: 1.4em;
    font-style: italic;
    color: #999;
    }

.domains .note a {
    color: #2d81cf;
    }

.domains .note a:hover {
	color: #a1c2e1;
	}

.domains .note strong {
    color: #ccc;
    }


/* Domain search result */
#search-result {
    display: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 25px;
    }

#search-result li {
    float: left;
    padding: 0;
    margin: 15px 18px 0 0;
    border-radius: 6px;
    list-style: none;
    }

#search-result li a {
    display: block;
    width: 75px;
    height: 30px;
    padding: 12px;
    line-height: normal;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    }

#search-result li small {
    display: block;
    font-weight: normal;
    font-size: 11px;
    }

#search-result .loading {
    width: 75px;
    height: 30px;
    text-align: center;
    padding: 12px;
    background: #181818 url(/templates/assets/images/loading2.gif) center no-repeat;
    border: 2px solid #666;
    border: 2px solid rgba(255,255,255,0.3);
    }

#search-result .available a {
    color: #fff;
    border: 2px solid #666;
    border: 2px solid rgba(255,255,255,0.3);
    }

#search-result .available a:hover {
    border: 2px solid #2383dd;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
    }

#search-result .available small {
    color: #999;
    }

#search-result .registered a {
    color: #555;
    text-shadow: none;
    border: 2px solid #333;
    border: 2px solid rgba(255,255,255,0.1);
    cursor: default;
    }

#search-result .failed {
    border: 2px solid #666;
    border: 2px solid rgba(255,255,255,0.3);
    background: url(/templates/assets/images/retry.png) -100px -100px no-repeat;
    }

#search-result .failed:hover {
    background: url(/templates/assets/images/retry.png) center no-repeat;
    }

#search-result .failed a {
    color: #666;
    text-shadow: none;
    }

#search-result .failed:hover a {
    opacity: 0;
    filter: alpha(opacity=0);
    }


/* We host banner */
.we-host {
    background: url(/templates/assets/images/earth.jpg) top center no-repeat;
    height: 300px;
    padding-top: 200px;
    font-size: 18px;
    text-align: right;
    text-shadow: 0 1px 20px #000;
    font-weight: bold;
    margin-bottom: -100px;
    }

.we-host h2 {
    font-size: 36px;
    padding-left: 400px;
    line-height: 1.1em;
    margin-bottom: 0;
    }


/* Pills */
.pill {
    border: 2px solid #333;
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    }

.pill h3 {
    font-size: 24px;
    }


/* Feature slider */
.feature-slider {
    padding: 50px 0;
    }

.feature-slider .slide {
    display: none;
    }

.feature-slider .active {
    display: block;
    }


/* Section title */
.section-title {
    background: url(/templates/assets/images/trbg.png) 0 0 repeat;
    background: rgba(0,0,0,0.4);
    padding: 20px 0;
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 42px;
    }

.section-title h2 {
    font-size: 30px;
    float: left;
    }

.section-title .btn {
    line-height: normal;
    }

.section-title p {
    margin: 0;
    }

.section-title strong.pull-right {
    font-size: 18px;
    line-height: 2.5em;
    padding: 0 10px;
    }


/* Section search */
.section-search {
    float: right;
    position: relative;
    }

.section-search input {
    font-size: 13px;
    color: #ccc;
    outline: none;
    width: 200px;
    height: auto;
    padding: 10px 34px 10px 15px;
    border: 1px solid #000;
    border-radius: 30px;
    background: #222;
    background: rgba(255,255,255,0.05);
    box-shadow: inset 0 1px 5px #000, 0 1px 0 rgba(255,255,255,0.04);
    }

.section-search button {
    background: url(/templates/assets/images/search.png) center no-repeat;
    border: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 1em;
    right: 12px;
    }


/* Articles */
article h4 {
    margin-bottom: 0.7em;
    }

article time {
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    }


/* Pagination */
.pagination {
    text-align: center;
    font-size: 18px;
    color: #454545;
    }

.pagination span {
    padding: 0 15px;
    }


/* Side navigation */
.sidenav {
    padding: 0;
    margin-bottom: 30px;
    }

.sidenav li {
    list-style: none;
    margin-bottom: 1px;
    font-weight: bold;
    }

.sidenav li a {
    display: block;
    background: url(/templates/assets/images/trbg.png) 0 0 repeat;
    background: rgba(0,0,0,0.3);
    color: #2383dd;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
    }

.sidenav li a:hover {
    background: #000;
    background: rgba(0,0,0,0.6);
    }

.sidenav li.active a {
    color: #fff;
    }


/* Homepage */
.homepage header {
    height: 100%;
    min-width: 1130px;
    margin-bottom: 50px;
    background: #000 url(/templates/assets/images/bg1.jpg) bottom center no-repeat;
    }

/*.homepage header h2 {
    width: 600px;
    padding-left: 360px;
    text-align: right;
    font-size: 52px;
    line-height: 1em;
    padding-right: 10px;
    position: absolute;
    bottom: 40%;
    text-shadow: 0 1px 5px #000;
    }
*/
.homepage header .plans {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 960px;
    }

.homepage .features {
    padding-top: 0;
    }


/* Hosting */
.hosting {
    background: #000 url(/templates/assets/images/bg4.jpg) top center no-repeat;
    }

.hosting .plans {
    padding: 20px 0;
    }

.hosting .plans .col {
    box-shadow: inset 0 1px 30px rgba(0,0,0,0.6);
    padding-bottom: 0;
    border: 2px solid #454545;
    border: 2px solid rgba(255,255,255,0.25);
    }

.hosting .plans .col p {
    height: 1em;
    }

.hosting .features h3 {
    margin-bottom: 5px;
    }


/* Hosting datacenter select */
.datacenter-select ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    }

.datacenter-select ul li {
    padding: 0;
    margin: 0;
    width: 25%;
    float: left;
    list-style: none;
    }

.datacenter-select ul a {
    text-decoration: none;
    display: block;
    padding: 25px 0;
    font-weight: bold;
    }

.datacenter-select li.active a {
    color: #fff;
    background: #181818;
    }

.datacenter-select p {
    margin: 15px 0 0;
    }


/* Datacenters */
.datacenters {
    background: #000 url(/templates/assets/images/bg9.jpg) top center no-repeat;
    }

.datacenters-map {
    padding-top: 275px;
    padding-bottom: 30px;
    }

.datacenters-map ul {
    padding: 0;
    overflow: hidden;
    margin-bottom: 50px;
    }

.datacenters-map ul li {
    float: left;
    width: 25%;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    }

.datacenters-map li a {
    display: block;
    padding: 25px 0;
    margin: 0 25px;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #454545;
    border: 2px solid rgba(255,255,255,0.2);
    background: url(/templates/assets/images/trbg.png) 0 0 repeat;
    background: rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 15px rgba(0,0,0,0.4);
    }

.datacenters-map li a:hover {
    border: 2px solid rgba(255,255,255,0.3);
    }

.datacenters-map li.active a {
    color: #fff;
    border: 2px solid #2383dd;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.7);
    }

.datacenters-map li strong {
    font-family: "proxima_nova", sans-serif;
    display: block;
    font-size: 18px;
    }

.datacenters-map p {
    font-size: 18px;
    line-height: 1.5em;
    }


/* 3 datacenters */
.datacenter-select ul li {
    width: 33%;
    }

.datacenter-select ul li:nth-child(2) {
    width: 325px;
    }

.datacenters-map ul {
    padding: 0;
    margin: 0 auto 50px;
    width: 860px;
    }

.datacenters-map ul li {
    width: 33%;
    }


/* Datacenter gallery */
.slidegallery {
	width: 100%;
	height: 184px;
	margin-bottom: 16px;
	text-align: center;
	overflow-y: scroll;
	background-position: 0 0;
	background-repeat: repeat-x;
	}

.slidegallery img {
    display: block;
    }


/* About */
.company {
    background: #000 url(/templates/assets/images/bg2.jpg) top center no-repeat;
    }


/* Testimonials */
.testimonial {
    margin-bottom: 50px;
    }

.testimonial blockquote {
    background: url(/templates/assets/images/trbg.png) 0 0 repeat;
    background: rgba(0,0,0,0.4);
    padding: 20px 20px 0;
    margin-bottom: 15px;
    color: #888;
    border-radius: 5px;
    border: 1px solid #333;
    border: 1px solid rgba(255,255,255,0.13);
    }

.testimonial cite {
    color: #ddd;
    display: block;
    padding-left: 20px;
    font-style: normal;
    }


/* Reseller */
.reseller {
    background: #000 url(/templates/assets/images/bg7.jpg) top center no-repeat;
    }


/* Default background */
.default {
    background: #000 url(/templates/assets/images/bg0.jpg) top center no-repeat;
    }


/* Customer map */
.customer-map {
    background: url(/templates/assets/images/map.png) top center no-repeat;
    height: 400px;
    margin: 30px 0;
    padding: 0;
    position: relative;
    }

.customer-map li {
    padding: 0;
    margin: 0;
    line-height: normal;
    text-align: center;
    position: absolute;
    list-style: none;
    }

.customer-map li strong {
    display: block;
    color: #eee;
    }

.customer-map #australia {
	top: 300px;
	right: 100px;
	}

.customer-map #africa {
	top: 190px;
	left: 500px;
	}

.customer-map #asia {
	top: 100px;
	right: 200px;
	}

.customer-map #middleeast {
	top: 150px;
	left: 580px;
	}

.customer-map #europe {
	top: 80px;
	left: 480px;
	}

.customer-map #northamerica {
	top: 90px;
	left: 170px;
	}

.customer-map #centralamerica {
	top: 190px;
	left: 150px;
	}

.customer-map #southamerica {
	top: 260px;
	left: 270px;
	}

.customer-map #oceania {
	top: 280px;
	right: 0px;
	}


/* Support */
.support {
    background: #000 url(/templates/assets/images/bg3.jpg) top center no-repeat;
    }

.doclist {
    overflow: hidden;
    padding: 20px 0 0;
    }

.doclist li {
    margin-bottom: 15px;
    float: left;
    width: 300px;
    margin-left: 30px;
    list-style: none;
    }

.doclist li:nth-child(3n+1) {
    margin-left: 0;
    }

.doclist li a {
    background: url(/templates/assets/images/folder.png) center left no-repeat;
    padding-left: 20px;
    }


/* System status */
.system-status {
    background: url(/templates/assets/images/graph.png) top center no-repeat;
    text-align: center;
    }

.system-status .online {
    color: #579a3f;
    }

.system-status h4 {
    color: #777;
    font-size: 14px;
    margin: 15px 0 20px;
    }

.system-status h4 strong {
    display: block;
    color: #fff;
    font-size: 48px;
    line-height: 1em;
    }


/* Order */
.order, .domren {
    background: #000 url(/templates/assets/images/bg5.jpg) top center no-repeat;
    }

.order .unstyled {
    margin: 0;
    }

.order .unstyled li {
    margin-bottom: 5px;
    font-weight: bold;
    }

.order label.disabled {
    cursor: help;
    }

.order table th {
    padding: 10px 5px;
    }

.order table td {
    height: 28px;
    padding: 15px 5px;
    background: #000;
    line-height: 1em;
    }

.order table span {
    display: block;
    }

.order table label {
    font-weight: normal;
    }

.order .domain-name {
    padding-bottom: 15px;
    }

.order .domain-name p {
    margin-bottom: 15px;
    }

.order .domain-name label {
    font-size: 18px;
    padding-right: 20px;
    }

.order .domain-name input[type="text"] {
    height: auto;
    font-family: "proxima_nova", sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
    }


/* Domian price table (HK) */
.order .domain-table {
    margin-bottom: 10px;
    }

.order .domain-table tr {
    background: none;
    }

.order .domain-table th,
.order .domain-table td {
    padding: 0 5px;
    font-size: 12px;
    color: #666;
    }

.order .domain-table thead th {
    padding: 5px;
    }

.drivebar {
	height: 9px;
	width: 81px;
	display: inline-block;
	background: url(/templates/assets/images/drive.png) left center repeat-x;
	}

.blaze {
	height: 9px;
	width: 7px;
	background: url(/templates/assets/images/blaze.png) 0 0 no-repeat;
	margin-left: -10px;
	}

.netbar {
	height: 9px;
	width: 42px;
	display: inline-block;
	background: url(/templates/assets/images/bin.gif) left center repeat-x;
	}

.netbar.short {
	width: 15px;
	}

.netbar.full {
	width: 126px;
	}

.discount {
    color: #579a3f;
    }

.thankyou p {
    color: #ccc;
    }


/* Order summary */
.order-summary p {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    }

.order-summary h4 {
    line-height: normal;
    }


/* First Class page */
.first-class .pricing {
    padding-bottom: 30px;
    padding: 15px 0 40px;
    }

.first-class .pricing .col {
    width: 256px;
    padding: 25px 20px;
    margin-bottom: 20px;
    }

.first-class .pricing p {
    margin: 0;
    line-height: 1.2em;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    }


/* Excheck */
.excheck .note strong {
    color: #808080;
    }


/* SSL certificates */
.certificates {
    background: #000 url(/templates/assets/images/bg8.jpg) top center no-repeat;
    }

.ssl-compare {
    padding-top: 30px;
    }

.ssl-compare .btn {
    padding: 4px 14px;
    font-size: 13px;
    }

.ssl-compare th,
.ssl-compare td {
    text-align: center;
    }

.ssl-compare thead tr:first-child th {
    border: 0;
    }

.ssl-compare tfoot td {
    padding: 15px 10px;
    }

.order-ssl  .col:last-child .note, .certificates .col:last-child .note {
    color: #999;
    }

.order-ssl .col:last-child .note strong, .certificates .col:last-child .note strong {
    color: #aaa;
    }


/* FAQ */
.faqlist {
    margin-bottom: 30px;
    }

.faqlist h4 {
	font-family: "Helvetica Neue", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 5px;
    }


/* Not found */
.notfound {
    background: #000 url(/templates/assets/images/bg6.jpg) top center no-repeat;
    }

.notfound .error-message {
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
    color: #ccc;
    padding: 100px 0 150px;
    }

.notfound .error-message .wrapper {
    position: relative;
    }

.notfound .error-message h1 {
    position: absolute;
    width: 100%;
    font-size: 400px;
    line-height: 1em;
    opacity: 0.1;
    -ms-filter: "alpha(opacity=10)";
    z-index: 1;
    }

.notfound .error-message h2 {
    font-size: 48px;
    padding-top: 180px;
    text-shadow: 0 1px 5px #000;
    }

.notfound .error-message p {
    position: relative;
    z-index: 100;
    }


/* Footer */
footer {
    margin-top: 100px;
    padding: 40px 0;
    background: #000 url(/templates/assets/images/ft.jpg) top center no-repeat;
    box-shadow: 0 -1px 25px rgba(0,0,0,0.6);
    }

footer a {
    color: #666;
    text-decoration: none;
    }

footer a:hover {
    color: #bbb !important;
    }

footer .active a {
    color: #999;
    }

footer h5 {
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    }

footer nav li {
    padding-left: 30px;
    line-height: 36px;
    font-size: 14px;
    }

footer .meta-info {
    font-size: 12px;
    color: #454545;
    text-align: center;
    padding: 150px 50px 0;
    line-height: 1.3em;
    }

footer .meta-info img {
    margin: 0 4px;
    }



/* Loading page */
.loading-src {
    text-align: center;
    padding-top: 20%;
    width: 300px;
    margin: 0 auto;
    }

.loading-src #spinner {
    height: 80px;
    position: relative;
    }



/* Custom font */
@font-face {
    font-family: 'proxima_nova';
    src: url('/templates/assets/fonts/proxima_nova_bold.eot');
    src: url('/templates/assets/fonts/proxima_nova_bold.eot?#iefix') format('embedded-opentype'),
         url('/templates/assets/fonts/proxima_nova_bold.svg#proxima_nova_rgbold') format('svg'),
         url('/templates/assets/fonts/proxima_nova_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	}



@media only screen and (max-height: 680px) {
    .homepage header {
        height: 680px;
        }

    .homepage header h2 {
        position: static;
        font-size: 48px;
        padding-left: 460px;
        width: 500px;
        margin: 200px 0 50px;
        }

    .homepage header .plans {
        position: static;
        }
}


@media only screen and (min-width: 1500px) {
    .default,
    .company,
    .reseller,
    .support {
        background-size: 1400px;
        }
}




/* Light version */
.switch {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(/templates/assets/images/light.png) bottom center no-repeat;
    opacity: 0.8;
    }

.light .switch {
    background-position: top center;
    opacity: 0.5;
    }

.switch:hover,
.light .switch:hover {
    opacity: 1;
    }

.light {
    background: #fff;
    color: #555;
    text-shadow: none;
    }

.light a:hover {
    color: #1e98de;
    }


.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
    color: #333;
    text-shadow: none;
    }

.light input[type="text"],
.light input[type="email"],
.light input[type="tel"],
.light input[type="password"],
.light textarea,
.light select {
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 3px #ccc;
    }

.light .btn {
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    }

.light .btn:hover {
    color: #fff;
    }

.light .btn:active {
    text-shadow: 0 -1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.6), 0 1px 2px rgba(0,0,0,0.3);
    }

.light header {
    background: none;
    text-shadow: none;
    }

.light.homepage header {
    background: #fff url(/templates/assets/images/bg1-l.jpg) bottom center no-repeat;
    }

.light header h1 a {
    color: #555;
    }

.light header h2 {
    color: #333;
    text-shadow: none;
    }

.light nav a {
    color: #666;
    text-shadow: none;
    }

.light nav .active a {
    color: #333;
    }

.light .domains {
    background: #f3f3f3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 50px 0 30px;
    margin-bottom: 50px;
    height: auto;
    }

.light .domains form {
    background: url(/templates/assets/images/loading.gif) -100px -100px no-repeat;
    }

.light .domains .note strong {
    color: #888;
    }

.light #search-result .loading {
    background: #fff url(/templates/assets/images/loading.gif) center no-repeat;
    border-color: #ccc;
    }

.light #search-result .available a {
    color: #333;
    border: 2px solid #ccc;
    }

.light #search-result .available a:hover {
    border: 2px solid #2383dd;
    box-shadow: none;
    background: rgba(255,255,255,0.5);
    }

.light #search-result .registered a {
    color: #bbb;
    border: 2px solid #eee;
    }

.light #search-result .failed {
    border: 2px solid #ccc;
    }

.light #search-result .failed a {
    color: #aaa;
    }

.light .section-title {
    background: #eee;
    background: rgba(0,0,0,0.06);
    }

.light .bigger {
    text-shadow: none;
    color: #333;
    }

.light .note {
    color: #888;
    }

.light .plans .col {
    border: 2px solid #ccc;
    background: none;
    }

.light .plans .col:hover {
    background: rgba(255,255,255,0.4);
    box-shadow: none;
    }

.light .plans h4 {
    color: #888;
    }

.light .plans p {
    text-shadow: none;
    color: #666;
    }

.light.hosting .plans .col {
    box-shadow: none;
    }

.light.hosting .plans table td {
    color: #333;
    }

.light .datacenter-select li.active a {
    background: #f3f3f3;
    color: #666;
    }

.light .pill {
    border: 2px solid #eee;
    }

.light table th,
.light table td {
    border: 0;
    color: #666;
    }

.light table tbody tr:nth-child(even) {
    background: none;
    }

.light table tbody tr:nth-child(odd) {
    background: #f6f6f6;
    }

.light.order table th {
    color: #666;
    }

.light.order table tr,
.light.order table td {
    background: none !important;
    border-bottom: 1px solid #ddd;
    }

.light .sidenav .active a {
    color: #555;
    }

.light .sidenav a {
    background: #eee;
    }

.light .sidenav a:hover {
    background: #ddd;
    }

.light .system-status {
    background: none;
    }

.light .system-status h4 {
    color: #999;
    }

.light .system-status h4 strong {
    color: #666;
    }

.light .we-host {
    background: none;
    text-align: center;
    text-shadow: none;
    padding: 50px 0 100px;
    height: auto;
    }

.light .we-host h2,
.light .we-host p {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    }

.light .we-host h2 {
    font-size: 32px;
    }

.light .testimonial blockquote {
    background: none;
    color: #454545;
    border: 1px solid #ddd;
    }

.light .testimonial cite {
    color: #666;
    }

.light footer {
    border-top: 1px solid #ddd;
    box-shadow: none;

    background: #f6f6f6;
	background: -webkit-linear-gradient(top, #f6f6f6, #fff);
	background: -moz-linear-gradient(top, #f6f6f6, #fff);
	background: -ms-linear-gradient(top, #f6f6f6, #fff);
	background: linear-gradient(top, #f6f6f6, #fff);
    }

.light footer .meta-info {
    color: #999;
    }

.light .message.success {
	background: #ebfcdc;
	border: 1px solid #c0e99c;
	color: #3d7909;
	}

.light .message.error, .light .message.has-error {
	background: #feefe9;
	border: 1px solid #f9cfc5;
	color: #c81111;
	}

.light .message.warning {
	background: #fbf7e2;
	border: 1px solid #eedf90;
	color: #5f5c51;
	}

.light .message.info {
	background: #effaff;
	border: 1px solid #cbe3f4;
	color: #2675ac;
	}

.light form .error input[type="text"],
.light form .error input[type="email"],
.light form .error input[type="tel"],
.light form .error input[type="password"],
.light form .error textarea,
.light form .error select {
    border: 1px solid #d73928;
    box-shadow: inset 0 1px 5px #ffafa6;
    }

.light .thankyou p {
    color: inherit;
    }

.light .pagination {
    color: #999;
    }

.light .section-search input {
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ccc, 0 1px 0 rgba(255,255,255,0.5);
    }

.light .customer-map {
    background-image: url(/templates/assets/images/map-light.png);
    }

.light .customer-map li strong {
    color: #333;
    }

.light.datacenters {
    background: #fff url(/templates/assets/images/bg9-l.jpg) top center no-repeat;
    }

.light .datacenters-map li a {
    border: 2px solid #ccc;
    border: 2px solid rgba(0,0,0,0.15);
    background: #fff;
    background: rgba(255,255,255,0.5);
    box-shadow: none;
    }

.light .datacenters-map li a:hover {
    border: 2px solid #2383dd;
    }

.light .datacenters-map li.active a {
    color: #999;
    border: 2px solid #2383dd;
    box-shadow: none;
    }

.light .datacenters-map li.active a strong {
    color: #333;
    }

.light.notfound h1 {
    color: #999;
    }

.light.notfound h2 {
    text-shadow: none;
    }

.light.notfound .error-message {
    color: #666;
    }

.select2-choice {
    height: 37px !important;
    /*width: 70px;*/
}

.select2-container {
    margin-right: 14px !important;
    text-shadow: none;
    /*margin-top: -3px !important;*/
}


.select2-container .select2-selection--single {
    box-sizing: initial;
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    box-shadow: inset 0 1px 6px #454545 !important;
}

.select2-results {
    text-shadow: none;
}

.select2-container .select2-choice > .select2-chosen {
    padding-top: 6px !important;
}

.select2-search input, .select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    margin-top: 6px;
}


.select2-container .select2-selection--single{height: 39px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-dropdown {
    width: auto !important;
    min-width: 300px;
}

.country-select label, .paymentmethod-select label {
    margin-bottom: 4px;
}

ul.select2-results__options li.select2-results__option {
    color: #444 !important;
    margin-bottom: 0px;
}

.unsubscribe-text {
    font-size: 14px !important;
}

fieldset.error span span.selection span.select2-selection.select2-selection--single, .has-error span span.selection span.select2-selection.select2-selection--single,
.form-group .error span span.selection span.select2-selection.select2-selection--single {
    /*border: 1px solid #9e1306 !important;*/
    /*border: 2px solid #A22905 !important;*/
    border: 2px solid #ab0f00 !important;
    box-shadow: inset 0 1px 7px #cf1400;
}

.contact-form {
    width: 88%;
    margin: 0 auto;
}

.contact-form label {
    float: left;
    display: block;
    position: relative;
    top: 8px;
    width: 154px;
}

.contact-form input[type="text"], .contact-form select, .contact-form textarea {
    float: right;
    display: block;
}

.contact-form select.phone {
    width: 18%;
    float: left;
    margin-left: 53px;
}

.contact-form input.phone {
    width: 53%;
    float: right;
}

.contact-form .form-group {
    padding-bottom: 18px;
    clear: both;
    min-height: 40px;
}

.contact-form textarea {
    height: 200px;
}

.contact-form .select2-container {
    text-shadow: none;
    margin: 0px !important;
    /*float: right;*/
}

/* Replaced by Google Captcha */
/*.contact-form .captcha {
    padding-top: 20px;
}

.contact-form .captcha .captcha-note {
    width: 400px;
    float: right;
}
*/

/* Google Captcha*/
.contact-form .captcha {
    padding-top: 20px;
    margin-left: 155px;
}

.contact-form .captcha ul.form-errors {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

body.company .select2-dropdown, body.domren .select2-dropdown {
    width: auto !important;
    min-width: 400px;
}

.formend {
    margin-top: 20px;
    float: left;
}

.contact-form .formend {
    padding-left: 156px;
}

ul.form-errors {
    display: block;
    margin-bottom: 0px;
}

ul.form-errors li {
    list-style: none;
    color: #f0301b;
    font-size: 0.9em;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.contact-form ul.form-errors {
    padding-left: 156px;
}

.order ul.form-errors, .certificates ul.form-errors {
    padding-left: 0px;
}

label.large_label {
    font-size: 24px !important;
    font-family: "proxima_nova", sans-serif;
    line-height: 1.5em;
    color: #fff;
}

.row_radio label, .list_radio label {
    margin-left: 4px;
}

.row_radio input {
    margin-top: -2px;
}

*:focus {
    outline: none;
}

.domain_actions {
    padding: 14px 0;
}

.number-wrapper {
    width: 220px !important;
}

.chkbox {
    width: 100% !important;
}

.chkbox label {
    display: inline-block !important;
    margin-left: 4px;

    width: 610px;
    float: right;
}

.message .chkbox label, .renewal_domain .chkbox label {
    width: auto;
    float: none;
}

.chkbox input {
    display: block;
    float: left;
}

.chkbox input[type="radio"], .chkbox input[type="checkbox"] {
    /*top: 4px;*/
    top: 5px;
}

table.selectplan input[type="radio"], table.selectplan input[type="checkbox"] {
    margin-right: 7px;
}

.uppercase {
    text-transform: uppercase;
}

form .required-star {
    color: #d9311f !important;
    margin: 0 1px;
}

form .chkbox .required-star {
    float: left;
    margin: 0 4px 0 0;
}

.additionalAttributes > .form-group {
    float: left;
    width: 315px;
    /*clear: both;*/
}

.warning .form-group {
    padding-bottom: 0px;
}

form.renewal_domain div.form-group {
    padding-bottom: 20px;
}

form.renewal_domain > .chkbox {
    width: 480px !important;
    display: inline-block;
    margin-right: 2px;
}

.domren .form-errors {
    text-align: left;
    margin-left: 160px;
}

.domren .message .form-errors {
    text-align: left;
    margin-left: 0px;
}

.field_loader {
    background: url(/templates/assets/images/field_loader.gif) 0 7px no-repeat;
    width: 270px;
    height: 21px;
    position: relative;
    left: 324px;
    top: 31px;
    background-color: #FFFFFF;
}

h4.subtitle {
    margin-bottom: 8px;
}


/* ============================================================================================= */
/*New hosting plan styles*/
.homepage .plans table tbody tr:nth-child(even), .homepage .plans table tbody tr:nth-child(odd) {
    background: none !important;
}

.homepage header .plans {
    margin-top: 22px;
    width: auto;
}

.homepage header {
    height: 864px;
}

.homepage header h2 {
    font-size: 29px;
    width: 100%;
    float: right;
    margin: 20px 0;
    text-align: right;
}

.domains {
    background: url(/templates/assets/images/domains.png) top center no-repeat;
    height: auto;
    padding-top: 100px;
    margin-top: -110px;
}

.features .grid .col {
    /*width: 332px;*/
    width: 354px;
}

.datacenters .features .grid .col, .reseller .features .grid .col, .support .features .grid .col {
    width: 298px;
}

.plans .col {
    background-color: rgba(0, 0, 0, 0.6);
}

.light .plans .col {
    background-color: rgba(255, 255, 255, 0.7);
}

.plans .col table tbody tr th, .plans .col table tbody tr td {
    color: #aaa;
    font-family: "Helvetica Neue", Arial, Ubuntu, "Liberation Sans", sans-serif;
}

.light .plans .col table tbody tr th, .light .plans .col table tbody tr td {
    color: #aaa;
}

/*.homepage .wrapper, .hosting .wrapper {
    width: 1060px;
}
*/
/*.homepage .plans .grid .col, .hosting .plans .grid .col {
    float: left;
    width: 250px;
    margin-left: 20px;
}*/

.homepage .plans .grid .col:nth-child(4n+1) {
    margin-left: 0px;
}

.domains input[type="text"] {
    width: 960px;
}

.domains .note {
    width: auto;
}

.homepage .plans .col:first-child, .hosting .plans .col:first-child {
    margin-left: 0px;
}

.homepage .plans .col:last-child, .hosting .plans .col:last-child {
    margin-right: 0px;
}

.plans .col table tbody tr td {
    font-size: 12px;
}

.plans .col table tbody tr th {
    font-size: 12px;
}

.features.homepage_features .wrapper .grid .col:first-child {
    margin-left: 0px;
}

.features.homepage_features .wrapper .grid .col {
    width: 332px;
}

#domain-search {
    display: block;
    margin: 0 auto;
}

.homepage #content {
    min-width: 1130px;
    /*margin-top: -60px;*/
    clear: both;
}

#search-result li:first-child, #search-result li:nth-child(8n+1) {
    margin-left: 0px;
    clear: both;
}

#search-result .loading, #search-result li.available a, #search-result li.registered a, #search-result li.failed a {
    padding: 7px;
    width: 86px;
}

.datacenter-select ul {
    width: 956px;
    margin: 0 auto;
}

.drivebar {
    width: 72px;
}

.drivebar.short {
    width: 36px;
}

.drivebar.normal {
    width: 62px;
}

.drivebar.full {
    width: 90px;
}

.drivebar.ultra {
    width: 126px;
}

.netbar {
    width: 72px;
}

.netbar.short {
    width: 20px;
}

.netbar.normal {
    width: 42px;
}

.netbar.full {
    width: 74px;
}

.netbar.ultra {
    width: 100px;
}

.hbox {
    font-size: 15px !important;
    line-height: 18px !important;
}

.hpbox {
    font-size: 15px !important;
    line-height: 15px !important;
}

.no-margin {
    margin: 0px;
}

.form-login .form-group, .cp-form-login .form-group, .recovery-password .form-group {
    padding-bottom: 15px;
}

.form-login ul.form-errors, .cp-form-login ul.form-errors, .recovery-password ul.form-errors {
    padding-left: 1px;
}

.form-login label, .cp-form-login label, .recovery-password label {
    width: 100%;
    display: block;
    line-height: 25px;
}

.form-login .formend, .cp-form-login .formend, .recovery-password .formend {
    padding-left: 1px;
    margin-top: 15px;
}

.login_modal_window, .recovery_modal_window {
    padding: 6px 0;
}

.login_modal_window h4, .recovery_modal_window h4 {
    text-align: center;
    padding-bottom: 22px;
}

.login_modal_window .red_btn, .recovery_modal_window .red_btn {
    margin-left: 10px;
    background: #ea4112;
    background: -webkit-linear-gradient(top, #ea4112, #930808);
    background: -moz-linear-gradient(top, #ea4112, #930808);
    background: -ms-linear-gradient(top, #ea4112, #930808);
    background: linear-gradient(top, #ea4112, #930808);
}
/*
.login_modal_window label {
    width: 100%;
    display: block;
    line-height: 25px;
}
*/

.login_modal_window .message, .recovery_modal_window .message {
    margin-bottom: 14px;
}

.fancybox-skin {
    background-color: #383838 !important;
}

.payment-method-note {
    clear: both;
    width: 100%;
    position: relative;
    top: -10px;
}

.certificates .payment-method-note {
    padding: 0 0 12px 0;
}

.domren .payment-method-note {
    width: 400px;
    margin-left: 160px;
    padding: 0 0 16px 0;
}

.full-width-input {
    width: 100% !important;
    text-align: center;
}

.full-width-input label {
    display: inline-block !important;
    text-align: left;
    width: auto;
    margin-right: 22px;
}

.full-width-input input {
    margin-left: 0px;
}

.domren #invoice_form input[type="text"], .domren #invoice_form select {
    width: 400px !important;
}

.normal-line-height label {
    line-height: 20px !important;
}

.domren .invoice-type label {
    width: auto;
    line-height: 6px;
    float: none;
}

.domren .invoice-type label {
    margin-right: 20px;
}

.domren .invoice-type label:last-child {
    margin-right: 0px;
}

.domren .invoice-type input[type="radio"] {
    float: none;
}

.row_radio {
    margin-bottom: 10px;
}

.map img {
    margin-top: 10px;
    border-radius: 5px;
}

.plans .col {
    padding: 25px 0 0 0 !important;
}

.plans .col table {
    margin: 20px 0 0 0 !important;
}

.cookie_wrapper {
    padding: 20px;
    margin: 0 auto;
    width: 98%;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    background: #000000;
}

.cookie_button {
    margin: 0 3px;
}

.close_button {
    background: url(/templates/assets/images/close.png) 0 0 no-repeat;
    display: inline-block;
    padding: 8px;
    position: relative;
    top: 2px;
    float: right;
}

body.light .close_button {
    background: url(/templates/assets/images/close_dark.png) 0 0 no-repeat;
}

.input-fullwidth {
    width: 100%;
}

.input-68width {
    width: 68%;
}

nav.language-switcher {
    margin-left: 40px;
}

nav.language-switcher ul li {
    font-size: 12px;
    padding: 0px;
}

nav.language-switcher ul li a.current {
    color: #a1c2e1;
}

body.light nav.language-switcher ul li a.current {
    color: #2377c6;
}

nav.language-switcher ul li a {
    padding: 7px 2px;
}



/* Tables */
.homepage .plans table th,
.homepage .plans table td,
.hosting .plans table th,
.hosting .plans table td
 {
    padding-left: 7px;
    padding-right: 7px;
}

.hosting .plans table th,
.hosting .plans table td {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.homepage .plans tfoot td, .hosting .plans tfoot td {
    padding-top: 20px;
    padding: 20px;
    border: 0;
    text-align: center !important;
}

.homepage .plans table td,
.hosting .plans table td {
    text-align: right;
    padding-left: 0px;
}

.homepage .plans table,
.hosting .plans table {
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 0;
}

.hosting .plans table tr {
    background: none;
}

.hosting .plans .not-available {
    padding: 9px 0;
    display: block;
}

.homepage .plans .grid .col, .hosting .plans .grid .col {
    float: left;
    width: 272px;
    margin-left: 13px;
}

.homepage .plans .grid .col:first-child, .hosting .plans .grid .col:first-child {
    margin-left: 0px;
}

.homepage .wrapper, .hosting .wrapper {
    width: 1130px;
}

body.light label.large_label {
    color: #333;
}

span.help_message {
    font-size: 12px;
    color: #999;
}

span.privacy-terms {
    margin-left: 4px;
}

div.login-wrapper {
    float: right;
    margin-top: 4px;
}

div.login-wrapper ul {
    margin: 0px;
    padding: 0px;
}

div.login-wrapper ul li {
    list-style: none;
    display: inline-block;
}

div.login-wrapper ul li.menu-separator {
    padding: 0 4px;
}



div.login-wrapper ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #a1c2e1;
}

div.login-wrapper ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
}


body.light div.login-wrapper ul li a {
    color: #2377c6;
}



div.cp-login form {
    width: 600px;
    /*margin: 0 auto;*/
    float: left;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    background-color: #999;
    color: #ffffff !important;
    cursor: not-allowed;
}

.loading {
    cursor: wait !important;
}

.login_modal_window .login_success {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

.login_modal_window .login_success a {
    margin-left: 0;
}

.login_modal_window .login_success .action-button-bg {
    width: 230px;
}

.login_modal_window .login_success .action-button-bg1 {
    width: 230px;
}

.login_modal_window .login_success .action-button-en {
    width: 220px;
}

.login_modal_window .login_success .action-button-en1 {
    width: 220px;
}

.login_modal_window .login_success .or {
    color: #ea4112;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.fancybox-error {
    color: #fff !important;
}

.forgot-password {
    cursor: pointer;
    margin-left: 16px;
}

.login_modal_window .forgot-password {
    margin-left: 5px;
}

.wrapper.excheck .forgot-password {
    position: relative;
    top: 9px;
}

span.notification-text {
    color: #9ec2dc;
}

div.captcha-note {
    margin-top: 5px;
}

.recovery_modal_window {
    color: #ffffff;
    font-size: 15px;
}

.total-request {
    margin-top: 10px;
    margin-bottom: 10px;
}

tr.empty-row td {
    height: 0px !important;
    margin: 0px;
    padding: 5px;
}

table.request-items {
    font-size: 14px;
}

.fixed-item-width {
    width: 410px;
}
