@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: white;
  background-color: #121212;
  background-image: url("../images/body.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

a {
  color: #5bb1ed;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

table tr td {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

table.table {
  width: 100%;
  margin: 15px 0 0 0;
}
table.table tr td {
  padding: 5px 10px;
  background-color: #161616;
}

.flashes .flash {
  text-align: center;
  margin: 5px 0 0 0;
  background-color: #090909;
  color: red;
  padding: 5px 0;
}

.container {
  width: 1200px;
  margin: auto;
  position: relative;
}

.clear {
  width: 100%;
  height: 1px;
  font-size: 1px;
  clear: both;
}

.line {
  margin: 15px 0 10px 0;
  font-size: 1px;
  border-top: 1px dotted #252525;
  height: 1px;
}

p {
  padding: 15px 0 0 0;
  margin: 0;
}

#top_menu table {
  width: 100%;
}
#top_menu table tr td {
  width: 20%;
}
#top_menu table tr td a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  font-weight: 600;
  color: white;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url("../images/top_menu.png");
}
#top_menu table tr td a:hover {
  color: #e79300;
}
#top_menu table tr td.active a {
  color: #e79300;
}

.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 600;
  display: inline-block;
  color: black;
  text-decoration: none;
}
.btn.btn_orange {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f89832+0,d07425+100 */
  background: #f89832;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f89832 0%, #d07425 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f89832 0%, #d07425 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f89832 0%, #d07425 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f89832", endColorstr="#d07425",GradientType=0 );
  /* IE6-9 */
  border-left: 1px solid #febb62;
  border-top: 1px solid #febb62;
  border-right: 1px solid #d07425;
  border-bottom: 1px solid #d07425;
}
.btn.btn_blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bb1ed+0,2185cb+100 */
  background: #5bb1ed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bb1ed 0%, #2185cb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5bb1ed 0%, #2185cb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5bb1ed 0%, #2185cb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5bb1ed", endColorstr="#2185cb",GradientType=0 );
  /* IE6-9 */
  border-left: 1px solid #7dc8fc;
  border-top: 1px solid #7dc8fc;
  border-right: 1px solid #2185cb;
  border-bottom: 1px solid #2185cb;
}

#top {
  height: 350px;
  position: relative;
}
#top img.logo {
  position: absolute;
  left: 20px;
  top: 80px;
  width: 300px;
}
#top .from {
  position: absolute;
  left: 185px;
  top: 205px;
  font-size: 20px;
}
#top .from span {
  font-size: 30px;
}
#top .whois_title {
  position: absolute;
  left: 0;
  top: -24px;
  width: 400px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 20px;
}
#top .whois_box {
  position: absolute;
  right: 20px;
  top: 100px;
  border: 1px solid #252525;
  background-image: url("../images/top_menu.png");
  width: 400px;
  height: 150px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#top .whois_box .domain {
  text-align: center;
  padding: 35px 3px 0 0;
}
#top .whois_box .domain input {
  width: 340px;
  text-align: center;
  padding: 5px 0;
  font-size: 17px;
}
#top .whois_box .submit {
  text-align: center;
  padding: 25px 0 0 0;
}

#content {
  padding: 0 0 0 0;
}
#content h1 {
  margin: 0;
  padding: 0 0 5px 10px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px dotted #202020;
}
#content h2 {
  color: #93541f;
  padding: 15px 0 0 0;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
#content h3 {
  color: #93541f;
  padding: 15px 0 0 0;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}
#content .content {
  padding: 0 0 20px 0;
}

#footer {
  background-color: #282828;
}
#footer .container {
  padding: 0 0 20px 0;
}
#footer .links {
  padding: 25px 0 0 0;
  text-align: center;
  color: #090909;
}
#footer .links a {
  color: #090909;
  text-decoration: none;
  padding: 0 20px;
}
#footer .links a:hover, #footer .links a.active {
  color: #747474;
}
#footer .provider {
  padding: 20px 0 0 0;
  text-align: center;
}
#footer .vat {
  text-align: center;
  font-size: 13px;
}

#whois {
  padding: 20px 0 0 0;
}
#whois table {
  width: 100%;
}
#whois table tr td {
  background-color: black;
  padding: 8px 15px;
}
#whois table tr td.name {
  width: 300px;
}
#whois table tr td.state .free {
  color: #05c100;
  font-weight: 600;
}
#whois table tr td.state .used {
  color: #e00000;
  font-weight: 600;
}
#whois table tr td.state .unknown {
  color: #c1c1c1;
}

#contact {
  padding: 20px 0 0 0;
}
#contact .contact_right {
  float: right;
  width: 880px;
}
#contact .contact_right .title {
  padding: 5px 0 0 10px;
  color: #93541f;
}
#contact .contact_right .text {
  padding: 0 0 0 10px;
}
#contact .contact_right .icons {
  padding: 15px 0 10px 0;
}
#contact .contact_right .icons .icon {
  line-height: 66px;
  height: 66px;
  width: 400px;
  float: left;
}
#contact .contact_right .icons .icon > div,
#contact .contact_right .icons .icon > a {
  text-decoration: none;
  display: block;
  padding: 0 0 0 90px;
  font-size: 20px;
  color: #e79300;
}
#contact .contact_right .icons .icon > div span,
#contact .contact_right .icons .icon > a span {
  font-size: 15px;
}
#contact .contact_right .icons .icon > div:hover,
#contact .contact_right .icons .icon > a:hover {
  color: white;
}
#contact .contact_right .icons .icon.mail, #contact .contact_right .icons .icon.phone {
  background-repeat: no-repeat;
  background-position: 10px 0;
}
#contact .contact_right .icons .icon.mail {
  background-image: url("../images/contact_mail.png");
}
#contact .contact_right .icons .icon.phone {
  background-image: url("../images/contact_phone.png");
}
#contact .contact_left {
  float: left;
  width: 300px;
  height: 500px;
  border-right: 1px dotted #252525;
}
#contact .contact_left .title {
  padding: 5px 0 0 10px;
  color: #93541f;
}
#contact .contact_left .content {
  padding: 5px 0 15px 10px;
}

#faq {
  padding: 20px 0 0 0;
}
#faq .title {
  border-bottom: 1px dotted #252525;
  color: #5bb1ed;
  padding: 10px 0 3px 10px;
}
#faq .articles {
  padding: 5px 0 20px 10px;
}
#faq .articles a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 500;
}
#faq .articles a:hover {
  color: #e79300;
}

#static_page .text p {
  padding: 15px 10px 0 10px;
  margin: 0;
}
#static_page .text strong {
  color: #e79300;
}
#static_page table.table {
  width: 100%;
  margin: 15px 20px 0 20px;
}
#static_page table.table tr td {
  padding: 3px 5px;
}

#domain {
  padding: 0 0 50px 0;
}
#domain .promo_vip {
  font-size: 27px;
  text-align: center;
  padding: 20px 0 10px 0;
}
#domain .promo_vip a {
  font-size: 27px;
  text-decoration: none;
  color: #e79300;
}
#domain .promo_vip a:hover {
  color: #5bb1ed;
}
#domain .list {
  padding: 20px 0 0 0;
}
#domain .list table {
  width: 100%;
}
#domain .list table tr td {
  background-color: #090909;
  padding: 5px 10px;
}
#domain .list table tr td.tld {
  width: 150px;
  font-weight: 600;
  color: #e79300;
}
#domain .list table tr td.price {
  width: 160px;
  text-align: center;
}
#domain .list table tr td.title {
  text-align: center;
  color: #5bb1ed;
  padding: 5px 0;
}
#domain .list table tr td.title_background {
  background-color: transparent;
  color: white;
  font-weight: 600;
  color: gray;
}
#domain .list#all_domains {
  display: none;
}
#domain h2 {
  padding: 15px 0 0 10px;
}
#domain .all_domains {
  text-align: center;
  padding: 20px 0 0 0;
}
#domain .all_domains a {
  display: inline-block;
}

#homepage {
  padding: 0 0 50px 0;
}
#homepage .promo {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  padding: 20px 0 5px 0;
}
#homepage .promo span {
  color: #e79300;
}
#homepage .promo_button {
  text-align: center;
  padding: 10px 0 25px 0;
}
#homepage .promo_button a {
  padding: 10px 50px;
}
#homepage .domain_name {
  background-color: black;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#homepage .compare {
  padding: 20px 0 0 0;
}
#homepage .compare .title {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}
#homepage .compare .columns {
  padding: 20px 0 0 0;
}
#homepage .compare .columns .left_column {
  width: 600px;
  border-right: 1px solid #363636;
  height: 350px;
  float: left;
}
#homepage .compare .columns .right_column {
  width: 570px;
  float: right;
}
#homepage .compare .columns .left_column .param,
#homepage .compare .columns .right_column .param {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 0 0;
  color: #5bb1ed;
}
#homepage .compare .columns .left_column .param_description,
#homepage .compare .columns .right_column .param_description {
  font-size: 16px;
  padding: 3px 25px 15px 0;
}
#homepage #price_vip {
  display: none;
}

#vip .promo {
  text-align: center;
  font-size: 22px;
  padding: 25px 0 0 0;
}
#vip .promo strong {
  color: #e79300;
}
#vip .benefit_title {
  padding: 40px 0 0 0;
  font-size: 20px;
  color: #5bb1ed;
}
#vip .benefits {
  padding: 10px 0 100px 20px;
}
#vip .benefits .benefit {
  padding: 5px 0 5px 35px;
  background-image: url("../images/vip_checked.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 600;
  font-size: 16px;
}

#webhosting .promo {
  padding: 20px 0 20px 0;
  font-size: 27px;
  text-align: center;
  font-weight: 600;
}
#webhosting .promo strong {
  font-weight: 600;
  color: #e79300;
}
#webhosting .parameters {
  padding: 20px 0 30px 0;
}
#webhosting .parameters h2 {
  font-size: 20px;
  padding: 0 0 0 20px;
}
#webhosting .parameters .param {
  padding: 30px 0 0 0;
}
#webhosting .parameters .param .icon {
  float: left;
  width: 200px;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 150px;
}
#webhosting .parameters .param .icon.php {
  background-image: url("../images/hosting/big_php.png");
}
#webhosting .parameters .param .icon.stats {
  background-image: url("../images/hosting/big_stats.png");
}
#webhosting .parameters .param .icon.admin {
  background-image: url("../images/hosting/big_admin.png");
}
#webhosting .parameters .param .icon.database {
  background-image: url("../images/hosting/big_database.png");
}
#webhosting .parameters .param .icon.subdomain {
  background-image: url("../images/hosting/big_subdomain.png");
}
#webhosting .parameters .param .icon.mail {
  background-image: url("../images/hosting/big_mail.png");
}
#webhosting .parameters .param .icon.space {
  background-image: url("../images/hosting/big_space.png");
}
#webhosting .parameters .param .icon.redundance {
  background-image: url("../images/hosting/big_redundance.png");
}
#webhosting .parameters .param .icon.traffic {
  background-image: url("../images/hosting/big_traffic.png");
}
#webhosting .parameters .param .icon.backup {
  background-image: url("../images/hosting/big_backup.png");
}
#webhosting .parameters .param .param_info {
  float: right;
  width: 990px;
}
#webhosting .parameters .param .param_info .name {
  font-size: 20px;
  font-weight: 600;
  color: #e79300;
}
#webhosting .parameters .param .param_info .description {
  padding: 5px 0 0 0;
}
#webhosting .parameters .param .param_info .description strong {
  font-weight: 600;
  color: #5bb1ed;
}

#tariff_gold_promo {
  background-color: #090909;
  height: 450px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#tariff_gold_promo .name {
  font-size: 25px;
  font-weight: 600;
  padding: 15px 0 0 60px;
  background-image: url("../images/tariff_icon.png");
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
#tariff_gold_promo .params {
  position: absolute;
  left: 380px;
  top: 80px;
}
#tariff_gold_promo .params .param {
  margin: 5px 0;
}
#tariff_gold_promo .params .param.icon {
  background-repeat: no-repeat;
  line-height: 40px;
  background-position: left top;
  padding: 0 0 0 50px;
  font-size: 18px;
}
#tariff_gold_promo .params .param.icon.icon_space {
  background-image: url("../images/hosting/icon_space.png");
}
#tariff_gold_promo .params .param.icon.icon_php {
  background-image: url("../images/hosting/icon_php.png");
}
#tariff_gold_promo .params .param.icon.icon_mail {
  background-image: url("../images/hosting/icon_mail.png");
}
#tariff_gold_promo .params .param.icon.icon_database {
  background-image: url("../images/hosting/icon_database.png");
}
#tariff_gold_promo .params .param.icon.icon_subdomain {
  background-image: url("../images/hosting/icon_subdomain.png");
}
#tariff_gold_promo .params .param.icon.icon_unlimited {
  background-image: url("../images/hosting/icon_unlimited.png");
}
#tariff_gold_promo .params .param.icon.icon_stats {
  background-image: url("../images/hosting/icon_stats.png");
}
#tariff_gold_promo .compromise {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  width: 300px;
  background-image: url("../images/hosting/compromise.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 210px 0 0 0;
  position: absolute;
  left: 40px;
  bottom: 75px;
  color: #5bb1ed;
}
#tariff_gold_promo .compromise span {
  color: white;
}
#tariff_gold_promo .vip_button {
  position: absolute;
  right: 20px;
  top: 20px;
}
#tariff_gold_promo .vip {
  position: absolute;
  right: 20px;
  bottom: 150px;
  text-align: center;
  display: none;
}
#tariff_gold_promo .price_promo {
  position: absolute;
  right: 20px;
  bottom: 115px;
  width: 400px;
  text-align: center;
}
#tariff_gold_promo .price_box {
  background-color: #121212;
  width: 190px;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}
#tariff_gold_promo .price_box .price_title {
  color: #e79300;
}
#tariff_gold_promo .price_box.monthly {
  bottom: 20px;
  right: 225px;
}
#tariff_gold_promo .price_box.yearly {
  bottom: 20px;
  right: 20px;
}
#tariff_gold_promo .price_box .price span {
  font-size: 35px;
}

#registration .promo {
  padding: 20px 0 20px 0;
  font-size: 27px;
  text-align: center;
  font-weight: 600;
}
#registration .promo strong {
  font-weight: 600;
  color: #e79300;
}
#registration .text {
  background-color: #090909;
  padding: 20px 0;
  text-align: center;
}
#registration .form {
  padding: 0 0 0 0;
}
#registration .form table {
  margin: auto;
}
#registration .form table tr td {
  background-color: #090909;
}
#registration .form table tr td.td_left {
  padding: 5px 50px 5px 10px;
}
#registration .form table tr td.td_left span {
  color: red;
}
#registration .form table tr td.td_right {
  padding: 5px 10px;
}
#registration .form table tr td.td_right input {
  width: 250px;
  padding: 5px 0;
}
#registration .form table tr td.td_title {
  font-weight: 600;
  text-align: center;
  padding: 10px 0 3px 0;
  background-color: transparent;
}
#registration .button {
  text-align: center;
  padding: 20px 0;
}

#activation .status {
  text-align: center;
  padding: 25px 0 100px 0;
}
#activation .status .state_ok {
  color: green;
  font-weight: 600;
  font-size: 18px;
}
#activation .status .state_error {
  color: red;
  font-weight: 600;
  font-size: 18px;
}
#activation .status .message {
  padding: 10px 0 0 0;
}

/*# sourceMappingURL=style.css.map */
