/*
Theme Name: New Evolution
Theme URI: http://www.resellerspanel.com/
Description: The New Evolution hosting theme
Author: ResellersPanel.com
Version: 1.6.4.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-logo, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

@CHARSET "UTF-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
/* basic content */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	_text-align: center;
	min-width: 1000px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
.clear {
	clear:both;
	height:8px;
}
.clean  { clear:both; height:0; font-size:0; margin:0; padding:0; line-height:0; border:none; outline:none; }
h1 {
	font-size:39px;
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:normal;
	line-height:42px;
}
h2 {
	font-size:30px;
	font-family: 'Istok Web', sans-serif, Arial;
	line-height:40px;
	font-weight:normal;
}
h4 {
	font-size:18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

hr.thin {color: #d7d7d7; background-color: #d7d7d7; height:1px; border:none; margin:0; padding:0; font-size:0; line-height:0; outline:none; }

.rpwp_arial {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header, #header_top, #footer, #footer_upper {
	width: 980px;
	margin:0px auto;
}
#header {
	height: 92px;
}
.position {
	width: 980px;
	margin:0px auto;
	_text-align: left;
}
.hidden_text {
	display:none;
}
/*-----login------*/
#rpwp-login-wrapper {
	width:370px;
	height:26px;
	float:right;
	padding:0px;
	margin-top:6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
#rpwp-login-form {
	padding-top:0px;
	margin:0;
	height:22px;
}
.rpwp-login-form-input {
	width:130px;
	height:13px;
	padding:5px 5px 5px 25px;
	font-size:13px;
	margin-left:9px;
	font-family:Arial, Sans-serif;
	font-style:italic;
}
.rpwp-login-form-input.first-child {
	margin-left:0;
}
#rpwp-login-form-text {
	padding:0px;
	margin-top:10px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
#rpwp-login-form-text a {
	text-decoration:none;
}
#rpwp-login-form-text a:hover {
	text-decoration:underline;
}
.rpwp-login-form-button {
	margin: 0 0 -2px 6px;
	height:26px;
	width:31px;
	padding:0;
	border:0px;
	cursor:pointer;
	background-position: 0 0;
}
/*-----end login------*/

#header_logo {
	margin:0;
	height:77px;
	padding:3px 0px 0px 0px;
	width:750px;
	float:left;
}
#header_logo a {
	text-decoration:none;
	font-family: 'Russo One', sans-serif;
	font-size:38px;
	margin:0px;
	padding:0px;
}
#header_top {
	height: 41px;
	margin:0px auto;
}
#header_phone {
	font-size: 18px;
	font-family: 'Istok Web', sans-serif, Arial;
	width: 260px;
	margin-right: 20px;
	padding:7px 6px 0 42px;
	float:left;
}
#header_phone .number {
	float:left;
	display: block;
	width: 160px;
}
#header_phone .small {
	font-size: 13px;
	display: block;
	float: left;
	padding-left: 5px;
	padding-top:3px;
	letter-spacing: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#live_chat {
	display: block;
	width: 195px;
	height: 59px;
	float:right;
	margin-top:15px;
	padding:0px;
	overflow: hidden;
}
/*-----menu-----*/
#menu-top, #menu-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-top {
	width: 960px;
	margin: 0px auto;
	height:33px;
	padding:11px 15px 15px 15px;
}
#menu-top:before, #menu-top:after {
	content: "";
	display: table;
}
#menu-top:after {
	clear: both;
}
#menu-top {
	zoom:1;
}
#menu-top li {
	float: left;
	position: relative;
	margin:0px 5px;
}
#menu-top a {
	float: left;
	padding: 5px 12px;
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:17px;
	font-weight:normal;
	text-decoration: none;
	/* Box Radius */
	-moz-border-radius: 18px; /* Firefox */
	-webkit-border-radius: 18px; /* Safari, Chrome */
	-o-border-radius: 18px; /* Opera */
	border-radius: 18px; /* CSS3 */
}
*html #menu-top li a:hover { /* IE6 only */
	color: #fafafa;
	background:#FF0;
}
#menu-top ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
#menu-top ul.sub-menu a{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#menu-top li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu-top ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
}
#menu-top ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
}
#menu-top ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu-top ul a {
	padding: 10px;
	width: 230px;
	_height: 10px; /*IE6 only*/
	display: block;
	float: none;
	text-transform: none;
}
#menu-top ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu-top ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
}
#menu-top ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
}
#menu-top ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#menu-top ul.sub-menu li {
	margin:0px;
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:16px;
	text-decoration: none;
}
#menu-top ul.sub-menu li a{
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:16px;
	text-decoration: none;
}
/*-----end menu-----*/

/*-----content-----*/
#content {
	position:relative;
	min-height: 400px;
	_height: auto !important;
	_height: 400px;
}
.home #content,
.home2 #content,
.home3 #content,
.home4 #content,
.home5 #content {
	margin-top: 25px;
}
.no-borderradius.no-boxshadow #no_shadow_header_bg {
	height:257px;
	position:absolute;
	z-index:-1;
	top:-4px;
	left:-4px;
	right:-4px;
}
.no-borderradius.no-boxshadow #no_shadow_content_bg {
	position:absolute;
	top:252px;
	z-index:-1;
	bottom:73px;
	left:-4px;
	right:-4px;
}
.no-borderradius.no-boxshadow #no_shadow_footer_bg {
	height:65px;
	position:absolute;
	z-index:10;
	bottom:8px;
	left:-4px;
	right:-4px;
}
#front_page_content {
	padding: 9px 9px 50px;
}
#internal_page_1, #contacts_page {
	padding: 0px 9px 50px;
}
#internal_page_1 h1, #contacts_page h1 {
	line-height:60px;
}
#default_content {
	padding:9px 0px 50px 0px;
	line-height:24px;
}
#default_content h1 {
	line-height:60px;
}
#default_content p {
	line-height:24px;
}
#content .rpwp_content_with_left_menu {
	padding-left:275px;
}
#default_content > :first-child {
	margin-top:0;
}
#default_content #shared-box {
	margin:20px 0px 20px 20px;
}
/*----footer-----*/
#footer-full-width {
	width:100%;
	margin:0px auto;
	padding-bottom:15px;
	padding-top:0px;
}
#footer-full-width-bottom {
	width:100%;
	margin:0px auto;
}
#footer {
}
#footer h3 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:24px;
	margin:10px 0px 15px 0px;
	padding:0px;
	font-weight:normal;
}
#footer_menu {
	width: 215px;
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 0px;
	float: left;
	margin-top:10px;
}
#footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer_menu ul li {
	padding:5px 0px 5px 0px;
	line-height:24px;
}
#footer_menu ul li a {
	font-size: 14px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline-block;
	text-decoration: none;
}
#footer_menu ul li a span {
	font-size:16px;
}
#footer_contacts {
	float: left;
	width: 230px;
	padding-left: 14px;
	padding-right: 5px;
	margin-top:10px;
}
#footer_contacts ul {
	padding:0px;
	margin:0px;
}
#footer_contacts ul.menu li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:38px;
	white-space:nowrap;
}
#footer-copyright {
	width:980px;
	margin:0px auto;
	height:35px;
	padding-top:10px;
}
#footer_info {
	float: right;
	padding-top: 12px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
}
#footer_cards {
	width: 250px;
	height: 26px;
	float: right;
}
#copyright {
	font-size: 11px;
	width:400px;
	float:left;
	margin-top:4px;
}
/*Template shorttags*/
div.rpwp-column-clear {
	clear:both;
}
.rpwp-tabs-wrap {
	margin: 0;
}
#front_page_content .rpwp-tabs-wrap {
	margin: 0 -20px;
}
#front_page_content .rpwp-tabs-content {
	margin: 0 20px;
}
.rpwp-tabs-headers {
	height: 93px;
	
	background-repeat: no-repeat;
	background-position:0 0;
}
.rpwp-tabs-headers.on1 {
	background-position:0 0;
}
.rpwp-tabs-headers.on2 {
	background-position:0 -186px;
}
.rpwp-tabs-headers.on3 {
	background-position:0 -93px;
}
.rpwp-tabs-header {
	height: 93px;
	width: 326px;
	float:left;
	text-align: center;
	cursor: pointer;
}
.rpwp-tabs-header h2 {
	font-size: 20px;
	padding:0;
	margin:30px 0 0 0;
	font-weight:bold;
}
.rpwp-tabs-header h4 {
	font-size: 15px;
	padding:0;
	margin:0;
	font-weight: normal;
}
.rpwp-tabs-content h2 {
	margin: 0 0 1em 0
}
/*Temp*/
.rpwp-tabs-content {
	display:none;
	height: 320px;
}
.rpwp-tabs-content.on {
	display:block;
}
.rpwp-tabs-content ul {
	list-style:none;
	margin:0 0 1em 10px;
	padding: 0;
}
.rpwp-tabs-content ul li {
	line-height:1.5em;
	margin: .25em 0;
	padding: 0 0 0 25px;
}
.rpwp-tabs-clear {
	clear:both;
}
/*-----buttons------*/
.rpwp-btn { width:90px; text-align:center;}
.rpwp-button {
	cursor: pointer;
	border: 2px solid #FFF;
	display:block;
	position:relative;
	padding: 6px 16px 6px 16px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-variant:normal;
	/* Border Radius */
	-moz-border-radius: 24px; /* Firefox */
	-webkit-border-radius: 24px; /* Safari, Chrome */
	-o-border-radius: 24px; /* Opera */
	-ms-border-radius: 24px; /* Opera */
	border-radius: 24px; /* CSS3 */
}
.rpwp-button.colorize{
	margin:0 auto;
}
.rpwp-button.left {
	float:left;
}
.rpwp-button.right {
	float:right;
}
.rwp-button.center {
	margin:0px auto;
	text-align:center;
}
.rpwp-button .gloss {
}
.rpwp-button.get-started {
	font-size:25px;
	text-transform:uppercase;
	width:auto;
	margin:0px auto;
}
.rpwp-button.get-started:hover {
	text-decoration: none;
}
.rpwp-orderbtn {
	position:relative;
	height:26px;
}
.rpwp-orderbtn .rpwp-orderbtn-strip {
	font-size: 12px;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display:block;
	position:absolute;
	right:550px;
	left:0;
}
.rpwp-orderbtn .rpwp-orderbtn-float {
	position:absolute;
	right:550px;
	top:-12px;
}
.rpwp-orderbtn .rpwp-orderbtn-float span.arrow {
	height: 42px;
	width: 19px;
	display:inline-block;
	margin-bottom: -17px;
	float:left;
}
.rpwp-orderbtn .rpwp-orderbtn-float .rpwp-button {
	top:2px;
	float:left;
}
.rpwp-block {
	padding-right: 2em;
	padding-bottom:30px;
}
/*-----end buttons------*/

#content_header {
	padding: 14px;
	font-size: 14px;
	margin-bottom:10px;
}
#content_header h1, #content_header h2, #content_header h3 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size: 20px;
	font-weight:normal;
	margin: 14px 0;
}
h1#content_title, #content h1 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:36px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
/*------special page------*/
.header_dedicated {
	float: left;
	width: 950px;
}
.header_semi-dedicated {
	float: left;
	width: 950px;
}
.header_web_hosting {
	float: left;
	width: 950px;
}
.header_vps_compare {
	float: left;
	width: 950px;
}
.header_vps_openvz {
	float: left;
	width: 950px;
}
.header_vps_kvm {
	float: left;
	width: 950px;
}
.header_domains {
	float: left;
	width: 950px;
}
.header_dedicated, .header_semi-dedicated, .header_web_hosting, .header_vps_compare, .header_domains, .header_vps_openvz, .header_vps_kvm {
	height:270px;
}
.text_dedicated, .text_semi-dedicated, .text_web_hosting, .text_vps_compare, .text_domains, .text_vps_openvz, .text_vps_kvm {
	width:620px;
	float: left;
	line-height:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;
}

/*------end special page------*/
.header_hepsia {
	float: left;
	width: 950px;
	height:270px;
}
.text_hepsia {
	width:460px;
	line-height:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;
	float:left;
}
.hepsia-top-video {
	float:right;
	margin:-35px 12px 0px 0px;
	height:217px;
}
a.demo-link {
	
	padding:0px 0px 0px 25px;
	margin-right:7px;
}
a.video-link {
	
	padding:0px 0px 0px 23px;
	margin-left:7px;
}

/* Default content elements style*/
#default_content ol {
	padding:0 0 0 20px;
}
#default_content ol li {
	padding: 0 0 0 9px;
}
/*DOMAINSEARCH*/
#domain-tables {
	padding:7px;
}
.content_domains #rp-ds-results {
	width:100%;
	margin-bottom: 10px;
}
.content_domains div.rpwp-right-column {
	width:45%;
}
.content_domains div.rpwp-left-column {
	width:53%;
}
.content_domains #rp-ds-searchform {
	font-size: 19px;
}
.content_domains #rp-ds-sld-and-tld {
	-moz-border-radius: 6px; /* Firefox */
	-o-border-radius: 6px; /* Opera */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
	padding: 3px;
}
.content_domains #rp-ds-tld-input, .content_domains #rp-ds-sld-input {
	border:0;
	font-size: 19px;
}
.content_domains #rp-ds-sld-input {
	width: 240px;
}
.content_domains #rp-ds-tld_price_info {
	padding-left: 300px;
	display:block;
	font-size: 18px;
}
.content_domains #rp-ds-searchform .rpwp-button {
	padding: 8px;
	display:inline;
}
/*Tables*/
.rp-tld-price, .rp-tld-info {
	width:100%;
	border-collapse: collapse;
}
.rp-tld-price th, .rp-tld-info th {
	padding:6px 8px;
	text-align: center;
	font-size:14px;
	font-weight:bold;
}
.rp-tld-price td, .rp-tld-info td {
	text-align:right;
	padding:6px 8px;
}
.rp-tld-price td.rp-tld-col-first, .rp-tld-info td.rp-tld-col-first {
	text-align:left;
	font-weight:bold;
	font-size:15px;
}
.wrap {
	padding: 1px;
}
.content_domains #tld-tabs {
	list-style: none;
	padding:0;
	margin:0;
}
.content_domains #tld-tabs li {
	list-style: none;
	float:left;
	display:block;
	padding:0;
	margin:0 0 0 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-o-border-radius-topleft: 8px;
	-o-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.content_domains #tld-tabs li a {
	display:block;
	outline:none;
	/* Border Radius */
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-o-border-radius-topleft: 8px;
	-o-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.content_domains #tld-tabs li.active {
	border-bottom:0;
}
.content_domains #tld-tabs li a {
	padding: 3px 10px;
	margin-top:2px;
}
.content_domains #tld-tabs li.active a {
	border-bottom:0;
	margin-top:0;
}
/* end DOMAINSEARCH*/

/*Plan tables*/
#rp_presentation {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
.rp_upgrades {
	padding:1px;
}
#rp_presentation td{
        vertical-align:middle;
}
#rp_presentation .rp_pr_plan_header td{
        word-wrap: break-word;
}
.rp_pr_desc, .rp_pr_plan {
/*border-style: none;*/
}
.rp_pr_plan {
	/*border-left: 0px;*/
	margin: 0;
	padding: 0px 10px;
	text-align: center;
}
.rp_pr_plan strong {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:16px;
}
.rp_upgrades .rp_pr_plan {
	/*border-left: 0;*/
	padding-left: 1px;
}
.rp_pr_desc, .rp_pr_desc div {
	text-align: left;
	margin:0px;
	padding:0px;
}
.rp_pr_desc a img{
	vertical-align:middle;
	margin-bottom:2px;
}
.rp_pr_plan_header .rp_pr_plan {
	vertical-align:middle;
	font-size: 17px;
	line-height: 16px;
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:bold;
	text-transform:capitalize;
	height: 62px;
	margin-left:4px;
}
.rp_pr_plan.rp_pr_best {
/*width: 192px;*/
}
.rp_pr_after_best {
	border-style: none;
}
.rp_pr_feature_header .rp_pr_desc, .rp_pr_feature_header .rp_pr_plan {
	text-transform: uppercase;
	font-size:16px;
	line-height:30px;
	font-weight:Bold;
	padding-right:19px;
	color:#000;
	height: 50px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_desc, .rp_upgrades .rp_pr_feature_header .rp_pr_plan {
	font-size: 14px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_desc {
	text-transform: uppercase;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_best {
	/*background: url("images/pr_feature_header_best.gif") no-repeat scroll 0 0;*/
	height: 30px;
	padding-right:0px;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_after_best, .rp_pr_feature_header .rp_pr_plan {
	/*background: url("images/pr_feature_header_best.gif") no-repeat scroll 0 0;*/
	height: 30px;
}
.rp_pr_features .rp_pr_plan, .rp_pr_features .rp_pr_desc {
	padding: 7px 0;
}
.rp_pr_features .rp_pr_desc {
	font-size: 14px;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan, .rp_pr_features.rp_pr_features_price .rp_pr_desc {
	font-weight: bold;
	font-size: 16px;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan {
	font-weight: normal;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan span span {
	font-size: 23px;
	font-family: 'Istok Web', sans-serif, Arial;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan span.period {
	font-size:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.rp_pr_features .rp_pr_desc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 14px;
	width: 320px;
}
.rp_upgrades .rp_pr_features .rp_pr_desc {
	padding-right: 13px;
}
.rp_pr_features .pr_rp_desc_info {
	margin-left:-5px;
	padding: 0px 5px 0px 5px
}
.rp_pr_signup .rp_pr_plan {
	padding: 5px 0 5px 0;
}
.rp_pr_signup .pr_rp_sing_up_form {
	text-align: center;
}
.rp_pr_signup .pr_rp_sing_up_button {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-transform:lowercase;
	
	height: 35px;
	width: 136px;
	padding: 0 0 5px 0;
	text-align:center;
	margin: 0;
	border-style: none;
	cursor: pointer;
	text-shadow: 0 0 3px #000;
}
.rp_pr_signup .rpwp-button.colorize {
	display:inline;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px 5px 8px;
}
.rp_pr_signup .rp_pr_best .rpwp-button.colorize {
	font-size: 22px;
	padding:6px 15px 9px;
}
.rp_upgrades .rp_pr_signup .rp_pr_best .rpwp-button.colorize {
	font-size: 18px;
	padding: 5px 5px 8px;
}
.rp_upgrades .rp_pr_end {
	display:none;
}
.rp_pr_end td {
	height:7px;
	border-left: 0;
}
.rp_pr_features .rp_pr_desc div {
	position:relative
}
.pr_rp_desc_info_test {
	position:absolute;
	width: 180px;
	/* Box Radius */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-o-border-radius: 4px; /* Opera */
	border-radius: 4px; /* CSS3 */
	/* Box Shadow */
	padding: 0.5em;
	right: 0;
	top: 100%;
	z-index:1;
	font-size: 12px;
}
.rp_pr_plan.first-plan {
	border-left:none;
}
.rp_pr_plan a {
	padding:5px;
}
.plan-overview {
	padding:0px 7px;
}
/*---- compare price ----*/
.compare_price_month{
	margin:0px auto;
	display:block;
	width:150px;
}
.compare_price_year{
	margin:0px auto;
	display:block;
	width:141px;
	padding-right:9px;
	/*text-align:right;*/
}
.rp_pr_plan span.compare_price_month span.currency, .rp_pr_plan span.compare_price_year span.currency {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
}
span.compare_price_month, span.compare_price_year {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
}
/*------------home page 1---------------*/

#home-banner-1 .out-of-stock, #home-banner-2 .out-of-stock, #home-banner-3 .out-of-stock{
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #bbbbbb;
}
#home-banner-1 .out-of-stock, #home-banner-3 .out-of-stock{
	font-size: 20px;
}
#home-banner-2 .out-of-stock{
	font-size: 30px;
}
#home-banner-2 .checkstock, #home-banner-2 .outofstock{
	display: block;
	width: 100%;
	text-align: center;
}

/*-----banner 1------*/
#home-banner-1 {
	width:962px;
	height:311px;
	margin-top: 0px;
	margin-left:0px;
}
h3.home-banner-title-1 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:42px;
	width:500px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	line-height:75px;
}
#home-banner-1-plan-features {
	float:left;
	width:550px;
}
#home-banner-1-plan-features ul {
	padding:0px;
	margin:10px 0px 0px 0px;
	float:left;
}
#home-banner-1-plan-features ul li {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:19px;
	line-height:42px;
	list-style:none;
	padding-left:40px;
}
#home-banner-1-plan-features ul li small{
	font-size: 15px;
}
/*----- banner price ------*/
.home-banner-1-price {
	float:right;
	margin-top:0px;
	text-align:center;
	position:absolute;
	top:110px;
	right:430px;
}
.home-banner-1-price .price-value {
	font-size:55px;
	font-family: 'Istok Web', sans-serif, Arial;
	margin:0px;
	padding:0px;
}
.home-banner-1-price .currency {
	font-size:42px;
	font-weight:bold;
}
.home-banner-1-price .period {
	font-size:24px;
}
#home-banner-1-plan-features .rpwp-button {
	font-size:26px;
}
/*----- banner price ------*/
#home-banner-1-video {
	float:right;
	margin:22px 0 0 0;
	position: relative;
    left: -17px;
    top: -10px;
}
#home-banner-1-video #fvideo1{
	background:none !important;
}
/*--------end home banner 1  ---------*/

/*-------- home page 2 ----------*/
/*-----banner 2------*/
#home-banner-2 {
	width:620px;
	height:605px;
	margin-top:0px;
	margin-left:0px;
	padding:0px 15px;
}
h3.home-banner-title-2 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:39px;
	width:620px;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-weight:normal;
	line-height:48px;
}
.play-movie-text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
}
.play-movie-text a {
	text-decoration:underline;
}
.play-movie-text a:hover {
	text-decoration:none;
}
.play-movie-button {
	padding-left:27px;
	margin-left:5px;
}
.play-movie-button a {
	text-decoration:none;
}
#home-banner-2-plan-features {
	float:left;
	width:195px;
	font-size:15px;
	margin:30px 0px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-weight:normal;
}
#home-banner-2-plan-features-long {
	float:left;
	width:300px;
	font-size:18px;
	margin:30px 0px 0px 10px;
	font-family: 'Istok Web', sans-serif, Arial;
}
#home-banner-2-plan-features ul, #home-banner-2-plan-features-long ul {
	padding:0px;
	margin:0px;
}
#home-banner-2-plan-features li, #home-banner-2-plan-features-long li {
	padding:0px 0px 0px 30px;
	;
	margin:0px;
	line-height:32px;
	list-style:none;
}
#home-banner-2-plan-features li strong, #home-banner-2-plan-features-long li strong {
	text-transform:uppercase;
}
#home-banner-2 h4 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:38px;
	font-weight:normal;
	text-align:center;
	width:620px;
	padding:0px;
	margin:10px 0px 10px 0px;
}
.data-centers {
	text-align:center;
	width:620px;
	height:100px;
}
.data-centers img {
	margin:0px 5px;
}
.home-banner-2-price {
	font-size:42px;
	line-height:60px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.home-banner-2-price-currency {
	font-size:54px;
	font-weight:bold;
}
.home-banner-2-price-value {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:72px;
}
.guarantee-text {
	text-align:center;
	font-size:22px;
	font-family: 'Istok Web', sans-serif, Arial;
}
/*-------- end home banner 2 ----------*/

/*-------- home banner 3 ----------*/
#home-banner-3 {
	width:962px;
	height:311px;
	margin-top: 0px;
	margin-left:0px;
}
h3.home-banner-title-3 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:normal;
	font-size:50px;
	line-height:57px;
	width:380px;
	margin:0px;
	padding:15px 0px 0px 0px;
	float:left;
	text-align:center;
}
h3.home-banner-title-3:first-letter {
	font-size:57px;
}
#home-banner-3-plan-features {
	float:left;
	width:300px;
	height:110px;
	padding-top:10px;
}
#home-banner-3-plan-features ul {
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
}
#home-banner-3-plan-features ul li {
	font-size:23px;
	line-height:55px;
	list-style:none;
	padding-left:0px;
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:normal;
}
/*----- banner price ------*/
.home-banner-3-price {
	float:right;
	margin-top:0px;
	margin-right:30px;
	text-align:center;
	position:absolute;
	top:90px;
	right:370px;
}
.home-banner-3-price .price-value {
	font-size:55px;
	font-family: 'Istok Web', sans-serif, Arial;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
.home-banner-3-price .currency {
	font-size:42px;
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:normal;
}
.home-banner-3-price .period {
	font-size:24px;
}
#home-banner-3 .rpwp-button {
	font-size:26px;
	height:52px;
	padding:0px 10px;
}
/*----- banner price ------*/
/*-------- end home banner 3 ----------*/
#home_domain_search1 #domain-search-area {
	width:960px;
	height:113px;
	padding: 0px;
	margin-left:0px;
	margin-top:0px;
}
#domain-search-area {
	width:960px;
	height:115px;
	padding: 0px 10px;
	margin-top:-13px;
}
#domain-search-area-4 {
	width:960px;
	height:115px;
	padding: 0px 10px;
}
#domain-search-note {
	padding:15px;
	line-height:24px;
}
#domain-search-form {
	float:left;
	width:500px;
}
#domain-search-form h3 {
	font-size:21px;
	font-weight:bold;
	margin:0px;
	padding:10px 0px;
}
#domain-search-form div {
	height:37px;
}
form, fieldset {
	margin:0;
	padding:0;
	outline:none;
}
input, select {
	outline:none;
}
#domain_sld {
	width:252px;
	height:25px;
	line-height:26px;
	background:none;
	padding:3px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	float:left;
	margin:2px 0px 0px 0px;
	display:block;
	border:0px;
}
#domain_tld {
	height:33px;
	line-height:27px;
	/*line-height:25px;# hack for Safari */
	float:left;
	padding:3px 0px;
	width:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:2px 0px 0px 0px;
	display:block;
	border:0px;
}
.domain-search-button {
	margin-top:-3px;
	margin-left:20px;
	height:44px;
	width:101px;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
#domain_results_header {
	width:624px;
	height:38px;
	font-weight:bold;
}
#domain_results_header_left {
	float:left;
	width:426px;
	padding:5px 5px 10px 10px;
}
#domain_results_header_right {
	float:left;
	width:167px;
	padding:5px 5px 10px 10px;
}
#promo-tlds {
	float:left;
	width:450px;
}
#promo-tlds h3 {
	margin:0px;
	padding:0px;
}
#tld-box {
	width:112px;
	height:105px;
	float:left;
	text-align:center;
	padding:10px 0px 0px 0px;
}
.tld {
	font-size:22px;
	line-height:38px;
	font-family: 'Ropa Sans', sans-serif;
	height:40px;
}
.tld-price {
	padding-top:7px;
}
.tld-currency {
	font-size:17px;
}
.tld-price-value {
	font-size:21px;
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:bold;
}
.tld-period {
	font-size:17px;
}
#front_page_content-main {
	width:650px;
	float:left;
	display:block;
}
#front_page_content-main .home-main-text {
	line-height:26px;
	margin:10px 0px 15px 0px;
}
#front_page_content-main h2 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:normal;
	font-size:36px;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
/*------- box 1 ----------*/
#shared-box {
	min-width:316px;
	position:relative;
	display: inline-block;
    margin: 0 0.5%;
}
#shared-box #box-content ul{
	min-width:170px;
}
#shared-box-wide {
	min-width:650px;
	position:relative;
}
#shared-box-wide #box-content ul{
	min-width:220px;
}
.left {
	float:left;
}
.right {
	float:right;
}
#box-content ul.second-list {
	margin-left:70px;
}
#box-title {
	padding:0px 0px 0px 10px;
	height:56px;
	position:relative;
}
#box-title h2 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:23px;
	font-weight:normal;
	color:#FFF;
	margin:0px;
	padding:7px 0px 0px 0px;
}
.box-sub-title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#C8C8C8;
	font-weight:normal;
}
#box-content ul {
	padding:10px;
	margin:0px;
	float:left;
	width:135px;
}
#box-content-wide ul {
	padding:10px;
	margin:0px;
	float:left;
	width:300px;
}
#box-content ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:25px;
	padding:0px 0px 0px 20px;
	font-size:13px;
}
#box-bottom {
	height:53px;
	padding: 8px 0px 0px 0px;
}
#box-bottom-wide {
	height:53px;
	padding: 8px 0px 0px 0px;
}
.rp_pr_signup .rp_pr_plan .out-of-stock, .article1-plan-order .out-of-stock, #box-bottom .out-of-stock{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	display: block;
}
.plan-details-link {
	float:left;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	width:auto;
}
#box-bottom .rpwp-button {
	float:right;
	margin-right:10px;
}
#box-bottom-wide .rpwp-button {
	float:right;
	margin-right:10px;
}
#box-bottom .out-of-stock, #box-bottom-wide .out-of-stock{
	text-transform: uppercase;
	font-weight: bold;
}
#box-bottom .out-of-stock, #box-bottom-wide .out-of-stock,
#box-bottom .checkstock, #box-bottom-wide .checkstock{
	text-align: center;
	display: inline-block;
	float: right;
	margin-right: 10px;
	line-height: 40px;
}
#box-price {
	position:absolute;
	top:130px;
	left:180px;
	width:130px;
	text-align:right;
}
#box-price-wide {
	position:absolute;
	top:130px;
	left:510px;
	width:130px;
	text-align:right;
}
.box-price-currency {
	font-size:18px;
	font-weight:bold;
}
.box-price-value {
	font-size:28px;
	font-family: 'Istok Web', sans-serif, Arial;
}
.box-price-period {
	font-size:18px;
}
/*-------end box 1 ----------*/

/*-------box 2 ----------*/
#shared-box-2 {
	min-width:316px;
	position:relative;
}
#shared-box-wide-2 {
	min-width:650px;
	position:relative;
}
/*-------end box 2 ----------*/

/*-------home 3---------*/
#service-box {
	width:316px;
	position:relative;
	font-size:14px;
}
#service-box #box-title {
	text-align:center;
	padding:0px;
}
#service-box #box-content {
	padding:13px;
	height:155px;
}
#service-box #box-content ul {
	padding:13px;
	height:155px;
	width:280px;
}
#service-box #box-content h3 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:normal;
	font-size:21px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#service-box #box-content {
	line-height:24px;
}
#service-box #box-content div.cp-demo {
	line-height:20px;
	padding-right:110px;
}
#service-box #box-content p {
	line-height:24px;
}
#service-box #box-content ul {
	padding:0px;
	margin:0px;
}
#service-box #box-content li {
	line-height:38px;
	font-size:14px;
}
#service-box div.personal-feedback {
	padding:0px;
}
#service-box div.personal-feedback p {
	margin-top:8px;
	font-style:italic;
	padding:0px;
	line-height:19px;
}
.second {
	margin-left:7px;
}
.free-1-click-box-button {
	width:316px;
	font-size:19px;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}
/*-------home 3---------*/

/*-------home 4---------*/
.home-4-main-text {
	line-height:26px;
	margin:10px 0px 15px 0px;
}
.home-4-main-text h2 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:30px;
	font-weight:normal;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
/*-------home 4---------*/

/*-------tower box ----------*/
#tower-box {
	min-width:183px;
	width:183px;
	position:relative;
	float:left;
}
#tower-box-title {
	padding:0px;
	height:auto;
	position:relative;
}
#tower-box-title h2 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:16px;
	font-weight:normal;
	margin:0px;
	padding:15px 0px 0px 0px;
	text-align:center;
	text-transform:uppercase;
	word-break: break-all;
}
#tower-box-price {
	width:183px;
	text-align:center;
	padding-top:10px;
}
.tower-box-price-currency {
	font-size:18px;
	font-weight:bold;
}
.tower-box-price-value {
	font-size:28px;
	font-family: 'Istok Web', sans-serif, Arial;
}
.tower-box-price-period {
	font-size:18px;
}
#tower-box-content ul {
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	width:183px;
	height:auto;
}
#tower-box-content-2 ul {
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	width:183px;
}
#tower-box-content ul li, #tower-box-content-2 ul li {
	padding: 0px;
	margin:0px;
	list-style:none;
	line-height:30px;
	padding:0px;
	font-size:13px;
	text-align:center;
}
#tower-box-content ul li strong, #tower-box-content-2 ul li strong {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:16px;
}
#tower-box-bottom {
	height:53px;
	padding: 17px 0px 0px 0px;
	text-align:center;
	width:183px;
}
.box-space-11px {
	width:11px;
	height:11px;
}
.tower-box-button {
	width:150px;
	margin:0px auto;
}
.best-plan {
	position:absolute;
	top:-3px;
	right:-3px;
	width:58px;
	height:58px;
}
a.expand {
	height:25px;
	width:50px;
	float:left;
	background:url(images/plus.gif) left no-repeat;
	padding-left:20px;
	margin-left:55px;
}
a.collapse {
	height:25px;
	width:50px;
	float:left;
	background:url(images/minus.gif) left no-repeat;
	padding-left:20px;
	margin-left:55px;
}
a.expand_all {
	height:25px;
	float:right;
	background:url(images/plus.gif) left no-repeat;
	padding-left:20px;
	margin-right:10px;
	margin-bottom:10px;
}
a.collapse_all {
	height:25px;
	float:right;
	background:url(images/minus.gif) left no-repeat;
	padding-left:20px;
	margin-right:10px;
	margin-bottom:10px;
}
/*-------end tower box ----------*/

/*------- compare box ----------*/
#compare-box {
	min-width:183px;
	position:relative;
	float:left;
}
#compare-box-title {
	padding:0px;
	height:56px;
	position:relative;
}
#compare-box-title h2 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:16px;
	font-weight:normal;
	margin:0px;
	padding:15px 0px 0px 0px;
	text-align:center;
	text-transform:uppercase;
}
#compare-box-text {
	width:173px;
	padding:10px 5px;
	text-align:center;
	line-height:20px;
}
#compare-box-content {
	text-align:center;
}
#compare-box-content ul {
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	width:183px;
	height:250px;
}
#compare-box-content ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:38px;
}
#compare-box-bottom {
	height:53px;
	padding: 17px 0px 0px 0px;
	text-align:center;
	width:183px;
}
.compare-box-button {
	width:160px;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
}
/*------- compare box ----------*/

.text-box {
     min-height:130px;
     height:auto !important;
     margin-bottom:20px;
}
div.text-box div span {
	line-height:26px;
}
.text-box h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0px;
	padding:0px;
	line-height:22px;
}
.cp-box {
	padding:0px 0px 0px 100px;
}
.app-installer-box {
	padding:0px 0px 0px 100px;
}
.free-designs-box {
	padding:0px 0px 0px 100px;
}
.support-box {
	padding:0px 0px 0px 100px;
}
.domain-box {
	padding:0px 0px 0px 100px;
}
.without-img {
	width:445px;
	float:left;
	margin-left:15px;
}
.home-4 {
	width:310px;
	float:left;
	margin-left:20px;
}
.home-4 {
	width:310px;
	float:left;
	margin-left:20px;
}
.dedicated_box_2 {
	padding:0px 0px 0px 140px;
	
}
.semi_dedicated_box_2 {
	padding:0px 0px 0px 140px;
	
}
.vps_box_2 {
	padding:0px 0px 0px 140px;
	
}
.vps_openvz_box_2 {
	padding:0px 0px 0px 140px;
	
}
#text-box-2 {
	width:316px;
	position:relative;
	font-size:14px;
	text-align:center;
	line-height:24px;
}
#text-box-2 h2 {
}
#text-box-2.cp-box {
	
	background-position:center 10px !important;
	padding: 60px 0px 0px 0px;
}
#text-box-2.app-installer-box {
	
	background-position:center 10px !important;
	padding: 60px 0px 0px 0px;
}
#text-box-2.support-box {
	
	background-position:center 10px !important;
	padding: 60px 0px 0px 0px;
}
#text-box-2.data-center-box {
	
	background-position:center 10px !important;
	padding: 60px 0px 0px 0px;
}
#text-box-2.cloud-box {
	
	background-position:center 10px !important;
	padding: 60px 0px 0px 0px;
}
#text-box-3 {
	text-align:center;
	padding:0px 90px;
	line-height:24px;
}
#text-box-3 img {
	border:2px solid #d7d7d7;
}
/*------- sidebars ----------*/
#sidebar {
	width:280px;
	float:right;
	padding:10px 10px;
	display:block;
}
#sidebar ul {
	padding:0px;
	margin:0px;
}
#sidebar ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}
#sidebar ul li h2 {
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:38px;
}
#sidebar ul li ul {
	padding:0px;
	margin:0px 0px 20px 20px;
}
#sidebar ul li ul li {
	list-style: circle;
	padding:0px;
	margin:0px;
}
#sidebar li#search-2 {
	margin-bottom:20px;
}
#s {
	width:195px;
	border:1px solid #999;
	height:22px;
	padding-left:5px;
	border-radius: 4px;
}
#searchsubmit {
	border-style: none;
	cursor: pointer;
	color:#FFF;
	border: 2px solid #FFF;
	padding:3px 7px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	-moz-border-radius: 24px; /* Firefox */
	-webkit-border-radius: 24px; /* Safari, Chrome */
	-o-border-radius: 24px; /* Opera */
	-ms-border-radius: 24px; /* Opera */
	border-radius: 24px; /* CSS3 */
}
.screen-reader-text {
	display:none;
}
#home-sidebar {
	width:300px;
	float:right;
	padding:0px;
	margin-top:0px;
}
#home-sidebar h3, .sidebar-domain-search h3 {
	font-size:24px;
	margin:0px;
	padding:15px 0px 0px 10px;
}
.sidebar-domain-search {
	height:165px;
}
.sidebar-domain-search div {
	height:37px;
	margin-left:10px;
	margin-top:15px;
	width:265px;
}
.sidebar-domain-search #domain_sld {
	width:165px;
	height:25px;
	line-height:26px;
	background:none;
	padding:3px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	float:left;
	margin:2px 0px 0px 0px;
	display:block;
}
.sidebar-domain-search #domain_tld {
	height:33px;
	line-height:27px;
	/*line-height:25px;# hack for Safari */
	float:left;
	padding:3px 0px;
	width:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:2px 0px 0px 0px;
	display:block;
}
.sidebar-domain-search .domain-search-button {
	margin-top:20px;
	height:44px;
	width:101px;
	float:right;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
.sidebar-domain-table {
	margin-left:10px;
}
.sidebar-domain-table td {
	line-height:30px;
	font-family: 'Istok Web', sans-serif, Arial;
}
.sidebar-domain-table td .tld {
	font-size:15px;
}
.sidebar-domain-table td .tld-price {
	font-size:15px;
	color:#CB0000;
}
#quote_wrap {
	overflow: hidden;
	padding-bottom: 10px;
}
.testimonials {
	margin-left:10px;
}
.testimonial {
	height:155px;
}
.personal-feedback {
	padding:5px 10px 0px 10px;
	height:155px;
}
.personal-feedback p {
	margin-top:30px;
	font-style:italic;
	padding:0px;
	line-height:19px;
}
.dedicated_box {
	width:280px;
	margin-left:10px;
}
.semi_dedicated_box {
	width:280px;
	margin-left:10px;
}
.vps_box {
	width:280px;
	margin-left:10px;
}
.vps_openvz_box {
	width:280px;
	margin-left:10px;
}
.sidebar-box-header {
	height:35px;
	padding:6px 10px 3px 10px;
}
.sidebar-box-header h4 {
	color:#FFF;
	font-size:18px;
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:normal;
	padding:7px 0px 0px 0px;
	margin:0px;
}
.sidebar-box-header-period {
	font-size:17px;
}
.sidebar-box-content {
	padding:10px;
	background: url(images/sidebar-box-content.gif) bottom no-repeat;
}
.sidebar-box-content p {
	padding-top:0px;
	margin-top:0px;
}
.line {
	margin:15px 10px;
}
.line-full-width {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
.line-height-10px {
	height:10px;
}
.line-height-20px {
	height:20px;
}
.news {
	margin-left:10px;
}
/*------category---------*/
#category_content {
	padding: 10px 0px 50px 0px;
	line-height:24px;
}
#category_content h1 {
	line-height:53px;
}
#category_content-main {
	width:650px;
	float:left;
	display:block;
	line-height:24px;
}
#category_content-main p {
	line-height:28px;
}
#category_content-main h1 {
	font-family: 'Istok Web', sans-serif, Arial;;
	font-size:39px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#category_content-main h2 {
	font-family: 'Istok Web', sans-serif, Arial;;
	font-size:29px;
	line-height:31px;
	color:#000;
	margin:0px 0px 10px 0px;
	padding:0px;
}
/*-----Customizing the Time and Date------*/
.date-formating {
	float:left;
	width:60px;
	text-align:center;
	padding-top:5px;
}
.month {
	text-transform:uppercase;
	font-weight:bold;
}
.day {
	text-transform:uppercase;
	font-weight:bold;
	font-size:23px;
}
.year {
	font-size:11px;
}
.time {
	font-size:12px;
	padding:3px 0px;
}
.cat-excerpt {
	float:left;
	width:550px;
	margin-left:10px;
	line-height:24px;
}
/*-------- OpenVZ VPS plans ----------*/
.openvz-plan-even {
	padding:10px;
	position:relative;
}
.openvz-plan-odd {
	padding:10px;
	position:relative;
}
.openvz-plan-name {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:24px;
	font-weight:bold;
}
.openvz-plan-features {
	line-height:26px;
}
.openvz-plan-price {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:24px;
	font-weight:bold;
}
.openvz-price-currency {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.openvz-plan-price-mo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.openvz-info {
	padding:10px;
}
ul.openvz-server-info {
	float:left;
	width:290px;
	padding:0px;
	margin:0px 10px 0px 0px;
}
ul.openvz-server-info li {
	padding:0px 0px 0px 25px;
	margin:0px;
	list-style:none;
	line-height:28px;
}
.openvz-plan-odd div.best-plan-openvz, .openvz-plan-even div.best-plan-openvz {
	position:absolute;
	width:83px;
	height:83px;
	background:#F00;
	top:-5px;
	left:-5px;
	
}
.openvz-plan-odd.best, .openvz-plan-even.best {
	background:#FFFEDB;
}
/*--------Terms Page------------*/
.terms-left-col {
	float:left;
	width:460px;
	margin-top:10px;
}
.terms-left-col h2 {
	margin:0px;
	padding:0px;
}
/*--------Terms Page------------*/

/*------------domain page---------------*/
#domain_pages_content {
	padding: 9px 9px 50px;
}
/*-----domain name only banner------*/
#domain-only-banner, #domain-hosting-banner {
	width:950px;
	height:242px;
	margin-top: 0px;
	padding:15px 15px 0px 15px;
}
#domain-only-banner td, #domain-hosting-banner td {
	line-height:48px;
}
#domain-only-banner td.last, #domain-hosting-banner td.last {
	border-bottom: none;
	line-height:48px;
}
#domain-only-banner h3, #domain-hosting-banner h3 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:20px;
	margin:0px;
	font-weight:normal;
	text-transform: uppercase;
}
#domain-only-banner .text, #domain-hosting-banner .text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
}
#domain-only-banner span.currency, #domain-hosting-banner span.currency {
	font-size:30px;
	font-weight:bold;
}
#domain-only-banner span.price-value, #domain-hosting-banner span.price-value {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:36px;
	margin:0px;
	font-weight:bold;
}
/*-----domain name only banner------*/

/*-----domain tld banner------*/
#domain-tld-banner {
	width:950px;
	height:222px;
	margin-top: 0px;
	margin-left:0px;
	padding:35px 15px 0px 15px;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
}
#domain-tld-banner span.tld {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:100px;
	line-height:140px;
}
#domain-tld-banner span.currency {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90px;
}
#domain-tld-banner span.price-value {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:123px;
	line-height:140px;
}
/*-----domain tld banner------*/

/*-----domain tld banner 2------*/
#domain-tld-banner-2 {
	width:950px;
	height:232px;
	margin-top: 0px;
	margin-left:0px;
	padding:25px 15px 0px 15px;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
}
#domain-tld-banner-2 span.tld {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:100px;
	line-height:140px;
}
#domain-tld-banner-2 span.currency {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90px;
}
#domain-tld-banner-2 span.price-value {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:123px;
	line-height:140px;
}
.free-domain {
	font-size:80px;
	font-weight:bold;
}
.domain-tld-banner-text {
	font-size:26px; line-height:36px; text-transform:uppercase;
}
#domain-tld-banner-2 .domain-price {
	font-size:80px;
}
#domain-tld-banner-2 .domain-currency {
	padding-top:15px;
	font-size:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*-----domain tld banner 2------*/

/*------------domain page---------------*/

/*------------domain page 2---------------*/
#domain-content-main {
	width:650px;
	float:left;
	display:block;
}
#domain-content-main p {
	line-height:26px;
}
#domain-banner-1 {
	width:650px;
	height:220px;
	margin-top: 20px;
	margin-left:0px;
	
}
h3.domain-banner-title-1 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:30px;
	width:650px;
	margin:0px;
	padding:32px 0px 0px 0px;
	font-weight:normal;
	text-align:center;
}
#domain-banner-1 div {
	height:65px; 
	padding:37px 0px 0px 30px;
}
#domain-banner-1 div input#domain_sld {
	width:380px;
}
#domain-sidebar center {
	background:#FFF;
	height:30px;
	padding-top:5px;
}
#domain-sidebar h3 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size: 23px;
	font-weight:normal;
	background:#000; 
	color:#FFF; 
	border:1px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:0px 10px;
	line-height:42px;
	
	/* ---black---- */
	/*#3F3F3F - #000000*/
	background-image: linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, #3F3F3F),
		color-stop(0.6, #000000)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#3F3F3F'); /* IE6–IE9 */ 
}
#domain-sidebar h4 { 
	font-family: 'Istok Web', sans-serif, Arial;
	font-size: 21px;
	font-weight:normal;
	background:#000; 
	color:#FFF; 
	border:1px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	padding:0px 10px;
	line-height:42px;

	/* ---black---- */
	/*#3F3F3F - #000000*/
	background-image: linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, #3F3F3F),
		color-stop(0.6, #000000)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#3F3F3F'); /* IE6–IE9 */	
}
#domain-content-main h4 {
	width:650px;
	text-align:center;
	font-size:23px;
	font-weight:normal;
}
#domain-content-main h4 strong.tld-cont {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:32px;
}
#domain-sidebar {
	width:280px;
	float:right;
	padding:10px 10px;
	display:block;
}
#domain-sidebar table.tld-prices th {
	height:35px;
	font-size:17px;
	font-weight:normal;

}
#domain-sidebar table.tld-prices tr {
	background:#FFFFFF;
}
#domain-sidebar table.tld-prices tr td {
	border-top:1px solid #F3F3F3;
	border-bottom:1px solid #F3F3F3;
}

#domain-sidebar table.tld-prices td {
	padding-left:15px;
}
.tld-price-currency {
	font-size:18px;
	font-weight:bold;
}
table.tld-prices td strong.tld {
	font-size:16px;
	font-family: 'Istok Web', sans-serif, Arial;
}
#sidebar_accordion h4 {
	font-size:19px;
	font-weight:normal;
}
#sidebar_accordion h4 a{
	padding-left:37px;
	line-height:normal;
	padding-left:30px;
}
#sidebar_accordion td.year {
	color:#BC0000;
	font-size:19px;
}
#sidebar_accordion td.price {
	font-size:22px;
	font-family: 'Istok Web', sans-serif, Arial;
}


/*------------domain page 2---------------*/

/*------------about us page 1---------------*/
#aboutus-content-main {
	width:650px;
	float:left;
	display:block;
}
#aboutus-content-main h2{
	margin:0px;
	padding:0px;
}
#aboutus-content-main p{
	margin:0px;
	padding:5px 0px 0px 0px;
	line-height:26px;
}
#aboutus-sidebar {
	width:280px;
	float:right;
	padding:10px 10px;
	display:block;
	line-height:26px;
}
#aboutus-sidebar h3 {
	font-size:24px;
	margin:0px;
	padding:0px 0px 10px 0px;
}
/*------------about us page 1---------------*/

/*------------contact us page 1---------------*/
.cform-input {
	width:280px;
	height:26px; 
	border:1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px 5px;
}
.cform-select {
	width:295px;
	height:30px;
	line-height:30px;
	border:1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px;
	margin:0px;
}
.cform-textfield {
	width:280px;
	border:1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px 5px;
}
.to-checkbox {
	font-size: 13px;
    display: inline-block;
    margin-left: 20px;
}
.error {
	border: 1px solid red;
}
input[type="checkbox"].error {
	box-shadow: 0 0 0 1px red;
	border-radius: 3px;
}
/*------------contact us page 1---------------*/

/*-------- OVERLAYS ------------*/
.video_overlay {
	display:block;
	width:640px;
	height:360px;
}
/*-------- END OVERLAYS --------*/

/*---------Tabs------------*/
/* root element for domain-tabs  */
ul.domain-tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:40px;
}
/* single tab */
ul.domain-tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.domain-tabs a {
	font-size:16px;
	font-weight:bold;
	display:block;
	height: 40px;
	line-height:40px;
	width: 240px;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
}
ul.domain-tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.domain-tabs a:hover {
	top:1px;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.domain-tabs .ui-tabs-active a, ul.domain-tabs .ui-tabs-active a:hover, ul.domain-tabs .ui-tabs-active a {
	cursor:default !important;
	top:1px;
}
/* Different widths for domain-tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
ul.domain-tabs a.s {
	background-position: -553px 0;
	width:81px;
}
ul.domain-tabs a.s:hover {
	background-position: -553px -31px;
}
ul.domain-tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.domain-tabs a.l {
	background-position: -248px -0px;
	width:174px;
}
ul.domain-tabs a.l:hover {
	background-position: -248px -31px;
}
ul.domain-tabs a.l.current {
	background-position: -248px -62px;
}
/* width 3 */
ul.domain-tabs a.xl {
	background-position: 0 -0px;
	width:248px;
}
ul.domain-tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.domain-tabs a.xl.current {
	background-position: 0 -62px;
}
/* initially all panes are hidden */
.panes .pane {
	display:none;
}
/*---------end Tabs------------*/

/*---------DC Tabs------------*/
/* root element for dc-tabs  */
#domain-tables.ui-tabs,
#domain-tables.ui-widget-header,
#domain-tables .ui-widget-header,
#domain-tables .ui-widget-content
#dc-plans.ui-tabs,
#dc-plans.ui-widget-header,
#dc-plans .ui-widget-header,
#dc-plans.ui-widget-content {
	background: none;
	border: none;
}
#domain-tables .ui-tabs .ui-tabs-panel,
#dc-plans .ui-tabs .ui-tabs-panel  {
    display: block;
    border-width: inherit;
    padding: initial;
    background: none;
}
#domain-tables .ui-widget-content,
#dc-plans.ui-widget-content {
	padding:0;
}
#dc-plans .ui-state-active,
#dc-plans .ui-widget-content .ui-state-active,
#dc-plans .ui-widget-header .ui-state-active {
	border: none;
	background: none;
}
ul.dc-tabs a:active,
ul.dc-tabs a:visited {
	outline:none;
}
ul.dc-tabs .ui-tabs-active a, ul.dc-tabs .ui-tabs-active a:hover, ul.dc-tabs .ui-tabs-active a:focus,
ul.domain-tabs .ui-tabs-active a, ul.domain-tabs .ui-tabs-active a:hover, ul.domain-tabs .ui-tabs-active a:focus {
	outline: none !important;
	border: none !important;
}
ul.domain-tabs li {
	border-top: none !important;
	border-bottom: : none !important;
	border-right: : none !important;
    background: none !important;
}
.domain-tabs .ui-state-active,
.domain-tabs .ui-widget-content .ui-state-active,
.domain-tabs .ui-widget-header .ui-state-active,
.domain-tabs .ui-state-default,
.domain-tabs .ui-widget-content .ui-state-default,
.domain-tabs .ui-widget-header .ui-state-default  {
    border: none !important;
    background: none !important;
}
#domain-tables {
    padding: 0px;
    overflow: hidden;
}.dc-tabs.ui-tabs-nav li a {
    padding: 0 !important;
    font-size: 13px;
}
#dc-plans #tower-box {
	margin-left: 1px;
	margin-right: 1px;
}

ul.domain-tabs,
ul.dc-tabs {
    padding:0 !important;
}
ul.dc-tabs a,
.rp-tld-price td, .rp-tld-info td {
	font-size:13px;
}
.rp-tld-price th, .rp-tld-info th,
.rp-tld-price td.rp-tld-col-first, .rp-tld-info td.rp-tld-col-first {
	font-size:12px !important;
}
#promo-tlds .tld {
    font-size: 15px !important;
}

ul.dc-tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:40px;
}
/* single tab */
ul.dc-tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.dc-tabs a {
	font-size:16px;
	font-weight:bold;
	display:block;
	height: 40px;
	line-height:40px;
	width: 184px;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
}
ul.dc-tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.dc-tabs a:hover {
	top:1px;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.dc-tabs .ui-tabs-active a, ul.dc-tabs .ui-tabs-active a:hover, ul.dc-tabs .ui-tabs-active a {
	cursor:default !important;
	top:1px;
}
/* Different widths for domain-tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
ul.dc-tabs a.s {
	background-position: -553px 0;
	width:81px;
}
ul.dc-tabs a.s:hover {
	background-position: -553px -31px;
}
ul.dc-tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.dc-tabs a.l {
	background-position: -248px -0px;
	width:174px;
}
ul.dc-tabs a.l:hover {
	background-position: -248px -31px;
}
ul.dc-tabs a.l.current {
	background-position: -248px -62px;
}
/* width 3 */
ul.dc-tabs a.xl {
	background-position: 0 -0px;
	width:248px;
}
ul.dc-tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.dc-tabs a.xl.current {
	background-position: 0 -62px;
}
/* initially all panes are hidden */
.panes .pane {
	display:none;
}
/*---------end DC Tabs------------*/

#dc-plans {
	padding:7px;
}

/* ----------Comments ---------*/
#comments {
	padding:0px 10px 0px 10px;
}
#comments h3 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:24px;
	font-weight:normal;
}
li.comment {
	border:1px solid #E5E5E5;
	margin-top:20px;
	padding:10px;
}
.comment-meta {
	color:#9A9A9A;
	
	background-position:130px 0px;
	padding-left:150px;
	margin-bottom:10px;
}
.comment.depth-2 {
	margin-top:10px;
}
.thread-even {
	background:#FFF;
}
.even.depth-2, .even.depth-3, .even.depth-4 {
	background:#F0F0F0;
}
.odd.depth-2, .odd.depth-3, .odd.depth-4 {
	background:#FFF;
}
.thread-odd {
	background:#F9F9F9;
}
div.comment-content {
	word-wrap:break-word;
	padding-left:130px;
}
#category_content-main div.comment-content p {
	line-height:22px;
}
li.comment.depth-2, li.comment.depth-3, li.comment.depth-4 {
	border-left: 3px solid #333;
	list-style:none;
}
.comment-reply-link {
	text-align:right;
	font-weight:bold;
	clear:both;
}
.comment-author {
	width:110px;
	float:left;
	margin-right:20px;
}
img.avatar {
	margin-bottom:10px;
	border:3px solid #A0A0A4;
	display:block;
}
div#respond{
	margin-top:40px;
}
.form-section {
	margin-bottom:10px;
}
.form-label {
	float:left;
	width:100px;
}
.required {
	color:#F00;
}

/*------------data center index---------------*/
#us-dc-banner {
	width:960px;
	height:232px;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:25px 0px 0px 20px;
}
#us-dc-banner h3{
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:55px;
	margin:0px;
	padding:0px;
}
#us-dc-banner ul {
	padding:0px 0px 0px 20px;
	margin:24px 0px 0px 0px;
}
#us-dc-banner ul li {
	padding:0px;
	margin:0px;
}
#dc-box {
	width:475px;
	position:relative;
	font-size:14px;
}
#dc-box #box-title {
	padding:0px 0px 0px 15px;
}
#dc-box #box-content {
	padding:13px;
	height:215px;
}
#dc-box #box-content {
	line-height:24px;
}
#dc-box #box-content div.cp-demo {
	line-height:24px;
	padding-right:110px;
}
#dc-box #box-content p {
	line-height:24px;
}
#dc-box #box-content ul {
	padding:0px;
	margin:0px;
}
#dc-box #box-content li {
	line-height:38px;
	font-size:14px;
}
#dc-box.left.second {
	margin-left:16px;
}
.learn-more-link {
	float:right;
	font-weight:bold;
	margin-top:10px;
	margin-right:15px;
	width:160px;
	text-align:right;
}

/*------------ data center pages ---------------*/
.dc-header-container {padding:4px 0px 14px 0px;  }
.dc-video-containter {float:right; width:385px; padding:25px 0 0 0; margin:0 0 0 20px;}
.dc-image { float:right; width:366px; text-align:right; padding:12px 0 0 0;}
.dc-image img { border:7px solid #cfcfcf; }
.dc-information { float:left; width:520px; }
.dc-information p { text-align:justify; }
.simple-white-page { background:#fff; }

/*------------ 1 app installer  ---------------*/

.app-preview-left { width:460px; float:left; }
.app-text-right { float:right; width:460px; }
.app-text-right p { text-align:justify; }
.app-text-right p.tar { text-align:right; }
.app-text-right h3 { font-size:24px; padding:0; margin:0; }

.app-preview-right { width:460px; float:right; }
.app-text-left { float:left; width:460px; }
.app-text-left p { text-align:justify; }
.app-text-left p.tar { text-align:right; }
.app-text-left h3 { font-size:24px; padding:0; margin:0; }

/*------------ 1 app installer boxes ---------------*/

.app-box-item { display:block; float:left; height:390px; width:176px; padding:0 19px 0 19px;  }
.app-box-item p.app-box-text { display:block; height:124px; overflow:hidden; margin:0; padding:0; }
.app-box-item h3 { margin:16px auto 16px auto; padding:0;  font-size:24px; text-align:center;}
.app-box-demo-signup { text-align:center; border-top:1px solid #d7d7d7; padding-top:12px; }
.app-box-divider {display:block; float:left; width:29px; height:10px;}

/*------------ hepsia features ---------------*/
.hepsia-feature {}
.hepsia-feature h4 { font-size:24px; font-weight:bold;  margin:0 0 16px 0; padding:0;}
.hepsia-feature p { margin:0; padding:0; }
.hepsia-feature img { border:5px solid #c8c8c8; float:right; margin:8px 0 0 40px;}

/*------------ data center page 2 ------------*/
.dc-banner {
	width:500px;
	height:310px;
	padding-right:480px;
}
.us-dc {
	
}
.se-dc {
	
}
.au-dc {
	
}
.uk-dc {
	
}

/*------------ why us page 2 ------------*/
.why-us-2 {
	width:432px;
	margin-left:20px;
	background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 7px 7px 7px 7px;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 10px 14px;
    min-height:310px;
    height:auto !important;
    height:310px;
	margin-bottom:20px;
}
.why-us-2 h3 {
	font-size:24px;
	margin-bottom:15px;
}
.why-us-2 img {
	margin-right:10px;
	margin-bottom:140px;
}

/*------------ hepsia vs cpanel page ------------*/
.compare-panels {
	width:440px;
	margin-left:20px;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 10px 14px;
    min-height:130px;
    height:auto !important;
    height:130px;
	margin-bottom:0px;
}
.compare-panels h3 {
	font-size:24px;
	margin-bottom:15px;
}
.compare-panels.left img {
	margin:0px 0px 0px 10px;
}
.compare-panels.right img {
	margin:0px 10px 0px 0px;
}

/*------------ article 1 pages ------------*/
.article1-container-area {}
.article1-plans-area { display:block; float:left; width:288px; margin-left:10px; padding-top:6px; }
.article1-text-area { display:block; float:right; width:620px; margin-right:10px; }

.article1-plan-box { background:#f7f7f7; }
.article1-plan-title { height:71px;   }
.article1-plan-title span { display:block; padding-top:21px; color:#FFF; text-transform:uppercase; text-align:center; font-family: 'Open Sans Condensed',sans-serif; font-size:20px; }
.article1-plan-features { padding-top:20px;  font-size:15px; text-align:center; line-height:34px; }
.article1-plan-features strong { font-family: 'Open Sans Condensed',sans-serif; font-size:17px;}
.article1-plan-price { padding-top:12px; padding-bottom:12px; text-align:center; color:#991111; }
.article1-plan-price span { font-family: 'Open Sans Condensed',sans-serif; font-size: 26px;}
.article1-plan-price span.currency {}
.article1-plan-order { padding-top:10px; padding-bottom:30px;  }
.article1-plan-order input { display:block; width:134px; margin:auto; }
.article1-plan-order .rpwp-button { margin: 0 auto; }

.article-plan-best { background-color:#ffe9a8; }
.article-plan-best div.article1-plan-title { background-color:#871f1f; }
.article-plan-best div.article1-plan-title span  { display:block; height:68px; }

/*------------ article 2 pages ------------*/
.article2-container-area {}
.article2-links-area { display:block; float:left; width:202px; padding:6px 28px 0 0; margin-left:10px;  min-height:448px; }
.article2-links-area a.a-link { display:block; padding:5px 2px 5px 2px; border-bottom:1px solid #ededed; }
.article2-links-area a.a-link:hover, .article2-links-area a.a-link-selected { background:#DEDEDE; }
.article2-text-area { display:block; float:right; width:690px; margin-right:10px; }
.article2-text-plan-area { display:block; width:602px; margin:auto; }
.article2-text-plan-area .article1-plan-box { display:block; width:300px; float:left; border-left:1px solid #FFF; }

/*------------ domain ads article pages ------------*/
.domain-promo {
	width:604px;	
}

/*------------ domain ads article pages ------------*/
.domain-promo {
	width:390px;
	height:205px;
	margin:0px auto;
	border:1px solid #E7E7E7;
	-moz-border-radius: 9px; /* Firefox */
	-webkit-border-radius: 9px; /* Safari, Chrome */
	-o-border-radius: 9px; /* Opera */
	border-radius: 9px; /* CSS3 */
	
	padding-left:210px;	
}

.domain-promo h3 {
	font-family: 'Istok Web', sans-serif, Arial;
	text-transform:uppercase;
	font-size:21px;
	margin: 20px 0px 30px 0px;
	padding:0px;
}
.domain-promo div {
	border:1px solid #9A9A9A;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-o-border-radius: 5px; /* Opera */
	border-radius: 5px; /* CSS3 */
	height:37px;
	width:370px;
}
.domain-promo div input#domain_sld {
	width:270px;
}
.domain-promo div select#domain_tld {
	border-left:1px solid #B5B5B5;
}
.domain-promo input.domain-search-button {
	margin:20px 0px 0px 0px;
	float:right;
}
.domain-promo div.prices-starts-from {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:15px;
	float:left; 
	width:265px; 
	border:0px; 
	margin-top:30px;
	font-style:italic;
}
.domain-promo span.tld-price {
	border:0px;
	width:80px;
	margin-left:15px;
	font-style:normal;
}
.domain-promo span.tld-price span.tld-currency {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#347B00;
}
.domain-promo span.tld-price span.tld-price-value {
	font-size: 25px;
	color:#347B00;
}
/*------------end domain ads article pages ------------*/

/*-----script banner------*/
#script-banner {
	width:980px;
	height:238px;
	margin-top: 0px;
	margin-left:0px;
	padding:20px 0px 0px 0px;
}
#script-banner h1, h1.script-banner-title, h3.script-banner-title {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:46px;
	width:700px;
	margin:0px;
	padding:5px 0px 0px 15px;
	font-weight:bold;
}
#script-banner-plan-features {
	float:left;
	width:550px;
}
#script-banner-plan-features ul {
	padding:0px;
	margin:28px 0px 0px 20px;
	float:left;
}
#script-banner-plan-features ul li {
	font-size:17px;
	line-height:32px;
	list-style:none;
	padding-left:40px;
}
/*----- banner price ------*/
.script-banner-price {
	float:right;
	margin-top:0px;
	margin-right:10px;
	text-align:center;
	position:absolute;
	top:110px;
	right:400px;
}
.script-banner-price .price-value {
	font-size:55px;
	font-family: 'Istok Web', sans-serif, Arial;
	margin:0px;
	padding:0px;
}
.script-banner-price .currency {
	font-size:42px;
	font-weight:bold;
}
.script-banner-price .period {
	font-size:24px;
}
#script-banner-plan-features .rpwp-button {
	font-size:26px;
}
/*-----script banner price ------*/
#script-banner-img {
	float:right;
	margin:-9px 12px 0px 0px;
}
/*--------end script banner  ---------*/

.script-main-text {
	line-height:26px;
	margin:10px 0px 15px 0px;
}
.script-main-text h2 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-size:30px;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.script-text-col-1, .script-text-col-2 {
	width:305px;
	float:left;
	margin-right:20px;
}
.script-text-col-3 {
	width:305px;
	float:right;
}

#cs_context_help_areas {
	padding-left:110px;
	
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#cs_video_tutorials {
	padding-left:110px;
	
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#cs_faq {
	padding-left:110px;
	
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#cs_ticketing_system {
	padding-left:110px;
	
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#crumbs {
	width: 980px;
	margin:30px auto 0;
	height:30px;
	color:#CCC;
	display: flex;
}
.current {
	color:#424242;
}
#whois_id_protection_banner {
	
	text-align:center;
	width:980px;
	height:257px;
	color:#FFF;
}
#whois_id_protection_banner h3 {
	font-family: 'Istok Web', sans-serif, Arial;
	font-weight:normal;
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	text-transform:capitalize;
	font-size: 39px;
	margin-top:0px;
	padding-top:20px;
}
.sidebar-ad-usa-data-center {
	border:1px solid #DDDDDD;
	padding:15px 5px 15px 90px;
	font-size:17px;
	font-weight:bold;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
	margin-bottom:4px;
	
	background-position:3px 3px;
}
.sidebar-ad-uk-data-center {
	border:1px solid #DDDDDD;
	padding:15px 5px 15px 90px;
	font-size:17px;
	font-weight:bold;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
	margin-bottom:4px;
	
	background-position:3px 3px;
}
.sidebar-ad-au-data-center {
	border:1px solid #DDDDDD;
	padding:15px 5px 15px 90px;
	font-size:17px;
	font-weight:bold;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
	margin-bottom:4px;
	
	background-position:3px 3px;
}
.sidebar-ad-fi-data-center {
        border:1px solid #DDDDDD;
        padding:15px 5px 15px 90px;
        font-size:17px;
        font-weight:bold;
        /* Border Radius */
        -moz-border-radius: 6px; /* Firefox */
        -webkit-border-radius: 6px; /* Safari, Chrome */
        -o-border-radius: 6px; /* Opera */
        -ms-border-radius: 6px; /* Opera */
        border-radius: 6px; /* CSS3 */
        margin-bottom:4px;
        
        background-position:3px 3px;
}
.sidebar-ad-bg-data-center {
        border:1px solid #DDDDDD;
        padding:15px 5px 15px 90px;
        font-size:17px;
        font-weight:bold;
        /* Border Radius */
        -moz-border-radius: 6px; /* Firefox */
        -webkit-border-radius: 6px; /* Safari, Chrome */
        -o-border-radius: 6px; /* Opera */
        -ms-border-radius: 6px; /* Opera */
        border-radius: 6px; /* CSS3 */
        
        background-position:3px 3px;
}
/*------Article Page-------*/
div.article-summary {
	float:left;
	margin-bottom:30px;
}
.article-thumb {
	float:left;
	margin-right:10px;
	border:3px solid #C8C8C8;
}
.article-thumb:hover {
	float:left;
	margin-right:10px;
	border:3px solid #484848;
}
.article-summary a{
	font-weight:bold;	
}
/*------Article Page-------*/

/*------Videos Page-------*/
div.video-box {
	min-width:320px;
	float:left;
	margin-bottom:30px;
}
.video-thumb {
	float:left;
	margin-right:10px;
	border:3px solid #C8C8C8;
}
.video-thumb:hover {
	float:left;
	margin-right:10px;
	border:3px solid #484848;
}
.video-box a{
	font-weight:bold;	
}
/*------Videos Page-------*/


/*------Instant Domain Search---------*/
#jquery-live-search {
	background: #fff;
	padding: 5px 5px;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	z-index: 999;
	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.live-search-res{
	line-height:25px;
	border-bottom:1px dotted #999;
	clear:both;
}
.live-search-res img{
	float:right;
	margin-top:5px;
}
/*------Instant Domain Search---------*/

/****Order Form*****/
#selected_domains_table .tld-price, #tlds-results-table .tld-price{
	background:none;
	border:none;
	height: auto;
}

/*** Dedicated plan tables ***/
.dedicated-wrapper{
	display: inline-block;
	width: 100%;
}
.dedicated-wrapper:not(:first-child) {
	margin-top: 30px;
}
.dedicated-service-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.dedicated-service-title > div:nth-child(2) {
    margin: 15px 0;
    text-align: right;
}
.dedicated-service-note {
	background: #fdfede;
	color: #000;
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 15px 20px;
    margin: 10px 0;
    font-style: italic;
    width: 100%;
}
.dedicated-service-note p{
	line-height: 24px;
    font-size: 16px;
    margin: 0;
    text-align: left;
}
.dedicated-plan div.dedicated-plan-name {
	font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
}
.dedicated-service-title .period-choice div{
	display: inline-block;
}
.dedicated-service-title .period-choice div:not(:first-child){
	margin-left: 20px;
}
.dedicated-service-title .period-choice input{
	visibility: hidden;
	margin:0;
	width:0;
}
.dedicated-service-title .period-choice span{
	font-size: 16px;
	margin-left: 5px;
}
.dedicated-service-title .period-choice label{
	cursor: pointer;
	line-height: 60px;
}
.dedicated-service-title .period-choice .radio-img{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	vertical-align: baseline;
}
/*Table Burst*/
.dedicated-service-title span{
	font-size: 18px;
	display:inline-block;
	vertical-align:middle;
}
.dedicated-service-title span.burst {
	width: 25px;
	height: 25px;
	line-height:25px;
	position: relative;
	text-align: center;
	margin-right:10px;
	font-size:22px;
	z-index: 1;
}
.dedicated-service-title span.burst:before, .dedicated-service-title span.burst:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	z-index: -1;
}
.dedicated-service-title span.burst:before {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
.dedicated-service-title span.burst:after {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}
/*END Table Burst*/
.dedicated-plan.separate-features:first-child table{
	border-top: none;
}
.dedicated-plan {
	float: left;
	width:99.8%;
}
.dedicated-plan.separate-features{
	float: none;
	width: 49.5%;
	display:inline-block;
	border:none;
	border-radius: 5px;
}
.dedicated-plan table {
	width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    margin:0 !important;
}
.dedicated-plan table td{
	padding:10px 5px;
}
.dedicated-plan.separate-features table tr:first-child td:first-child{
	border-radius:5px 5px 0 0;
}
.dedicated-plan table td.dedicated-plan-name{
	width: 120px;
	margin: 0 !important;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
}
.dedicated-plan:not(.separate-features) table td.dedicated-plan-name{
	text-align: center;
	vertical-align: middle;
	line-height: 0;
}
.dedicated-plan:not(.separate-features) table td.dedicated-plan-name span{
	display: block;
	word-break: break-word;
}
.dedicated-plan:not(.separate-features) table td.dedicated-plan-features {
	width: 600px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 0;
}
.dedicated-plan table td.dedicated-plan-features ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dedicated-plan table td.dedicated-plan-features ul li{
	padding: 5px 0;
}
.dedicated-plan:not(.separate-features) table td.dedicated-plan-features ul li{
	display: inline-block;
	width: 32.33%;
	padding-left: 0.5%;
}
.dedicated-plan:not(.separate-features) table td.dedicated-plan-features ul li.locations img {
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.8);
}
.dedicated-plan:not(.separate-features) table td.dedicated-plan-features ul li.locations img.not-available{
	-webkit-filter: grayscale(100%) brightness(150%);
	-moz-filter: grayscale(100%) brightness(150%);
	-ms-filter: grayscale(100%) brightness(150%);
	-o-filter: grayscale(100%) brightness(150%);
	filter: grayscale(100%) brightness(150%);
	filter: gray; /* IE 6-9 */
}

.dedicated-plan.separate-features{
	vertical-align: top;
	margin:10px 0;
}
.dedicated-plan.separate-features table td.dedicated-plan-features{
	text-align: left;
}
.dedicated-plan.separate-features table td.dedicated-plan-features ul li{
	padding-left: 10px;
	padding-right: 10px;
}
.dedicated-plan-features span.value {
    display: inline-block;
    float: right;
    text-align: center;
}
.dedicated-plan.separate-features table td.dedicated-plan-features ul li img{
	vertical-align: middle;
}
.dedicated-plan table td.dedicated-plan-price{
	font-size: 20px;
	text-align: center;
}
.dedicated-plan table td.dedicated-plan-price .price{
	font-weight: bold;
    font-size: 21px;
}
.dedicated-plan table td.dedicated-plan-price .period{
	display:block;
	font-size: 14px;
}
.dedicated-plan table td.dedicated-plan-name .discount{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	content: '';
	width: auto;
	font-size: 14px;
	background: #ef3232;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	border-radius: 5px;
}
.dedicated-plan table td.dedicated-plan-price .old-price {
	display: inline;
	font-size: 17px;
	color: #000000;
	text-decoration: line-through;
}
.dedicated-plan table td.dedicated-plan-price .promo-period-text {
	font-size: 12px;
    line-height: 12px;
    display: block;
    margin-top: 5px;
}

/* STOCK SWITCH DEDICATED */
.the-stock-swith {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 100%;
}
.the-stock-swith .show-stock:hover {
	cursor: pointer;
}
.dedicated-service-title .the-stock-swith span {
	font-size: 15px;
	display: initial;
	color: #000;
}
.switch {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 25px;
	margin: 0 10px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.stock-switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
.stock-switch:before {
	position: absolute;
	content: "";
	height: 17px;
	width: 17px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
.switch .stock-switch.checked:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}
/* When switch is disablec */
.switch .stock-switch.disabled {
	background-color: #ccc;
}
/* STOCK SWITCH DEDICATED */

[id^="home-banner-"] .promo-period-text {
	position: relative;
	top: -20px;
	font-size:13px;
	display: block;
}
.rp_pr_plan .old-price,
.article1-plan-box .old-price,
#tower-box .old-price,
#shared-box .old-price,
[class^="openvz-plan-"] .old-price,
[id^="share-box-"] .old-price,
[id^="home-banner-"] .old-price {
	display: block;
	color: #000;
	font-size: 13px;
	text-decoration: line-through;
}
.rp_pr_plan .promo-period-text,
.article1-plan-box .promo-period-text,
#tower-box .promo-period-text,
#shared-box .promo-period-text,
[class^="openvz-plan-"] .promo-period-text,
[id^="share-box-"] .promo-period-text {
	display: block;
	font-size: 11px;
	margin-top: 0;
}
.dedicated-plan table td:nth-child(5),  .dedicated-plan table td:nth-child(6) {
    text-align: center;
}
.dedicated-plan table td button{
	margin: 0 auto;
	padding: 10px 15px;
}
.dedicated-plan:not(.separate-features) table td:last-child {
    text-align: center;
}
.article1-plan-box .checkstock {
	text-align: center;
}
span.out-of-stock {
    font-style: italic;
    color: #8C8C8C;
}
.show-features{
	display: inline-block;
    width: 100%;
	margin:20px auto;
	text-align: center;
}

/*Pop-up tooltip*/
#compare_overlay .pr_rp_desc_info_test{
	left:0;
}

.header-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}
a.custom-logo {
	max-width: 300px;
	margin-right: 10px;
}

a.custom-logo > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 80px;
	margin-right: 10px;
}

.swiping-arrows {
	position: fixed;
	width: 86%;
	top: 48%;
	z-index: 9999;
}
.swiping-arrows .rightArrow {
	position: absolute;
    right: 7px;
}
.swiping-arrows .rightArrow,
.swiping-arrows .leftArrow {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	border: 1px solid;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	opacity: 0.7;
	background: #e3e3e3;
	box-shadow: 0 0 3px 1px #000;
}
.swiping-arrows .rightArrow:hover,
.swiping-arrows .leftArrow:hover {
	opacity: 1;
	cursor: pointer;
}

.arrow-down {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #666;
vertical-align: middle;
display: inline-block;
}
.arrow-down.rotate {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}

/**********************
----- RESPONSIVE ------
**********************/

@media only screen and (min-width: 1025px) {
	#mobile-menu, h3.swipe, div[class*=" content_"]  .fixed-column, .domain-panes .fixed-column{
		display:none;
	}
}

@media only screen and (max-width: 1024px) {
	.hide-for-small{
		display:none;
	}
	html, body{
		min-width:100%;
		background-image:none !important;
	}
	body{
		background-color:#EBEBEB !important;
	}
	
	/*****Mobile menu*****/
	#mobile-menu{
		width:15%;
		color:#fff;
    		text-align: center;
		height:auto;
		line-height:60px;
		vertical-align:middle;
		float:right;
    		display: inline-block;
	}
	.menu-icon {
    		position: relative;
    		display: inline-block;
    		width:25px;
    		height:10px;
    		border-top: 2px solid #fff;
    		border-bottom: 2px solid #fff;
	}
	.menu-icon:before {
    		content: "";
    		position: absolute;
    		top: 4px;
    		left: 0px;
    		width: 100%;
    		border-top: 2px solid #fff;
	}
	
	/*Header Top*/
	#header_top{
		display:none;
		width:100%;
		height:auto;
		float:left;
	}

	#rpwp-login-form-text, #rpwp-login-wrapper{
		width:49%;
		height:auto;
		margin:0;
		padding:0;
		line-height:37px;
	}
	#rpwp-login-form-text{
		text-align:right;
	}
	#rpwp-login-wrapper br{
		display:none;
	}
	#rpwp-login-form{
		height:auto;
	}
	.rpwp-login-form-input{
		width:30%;
		margin-left:2%;
	}
	
	/*Header*/
	#header{
		width:85%;
		height:60px;
		line-height: 60px;
		float:left;
    		display: inline-block;
	}
	#header span{
		width:100%;
		padding:0 0 0 5px;
		height:auto;
	}
	#header a{
		width:auto;
		height:auto;
		font-size:25px;
	}

	/*Main Menu*/
	#menu{
		width:100%;
		display:none;
		height:auto;
	}
	.menu-topmenu-container{
		width: 100%;
		display:inline-block;
	}
	#menu-top {
		width: 100%;
		margin: 0px auto;
		height: auto;
		padding: 15px 0;
	}
	#menu-top li{
		width:100%;
		display:block;
		margin:2px 0;
		position: initial;
	}
	#menu-top a{
		width: 94%;
		text-align: center;
		padding: 5px 1%;
		margin:0 2%;
		border-radius:5px;
	}
	#menu-top li > ul, #menu-top li:hover > ul {
		margin: 0 3%;
		width: 94%;
		border-radius:5px;	
	}
	#menu-top li.current-menu-item.current_page_item > ul, #menu-top li.current-menu-parent.current_page_parent > ul {
		opacity: 1;
		visibility: visible;
		position: initial;
		margin-top:15px;
	}
	#menu-top li .sub-menu {
		opacity: 1;
		visibility: visible;
		position: initial;
		margin-top: 5px;
		margin-bottom: 15px;;
		border:none;
		display: none;
	}
	#menu-top li ul.sub-menu li a{
		text-align: center;
		width: 100%;
		margin: 0;
		padding: 3px 0;
	}
	#contacts_top {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    justify-content: end;
	}
	#header_phone {
		width: auto;
		margin-right: 0;
	}
	#live_chat {
	    width: auto;
	    height: auto;
	    padding: 0;
	    margin: 10px 0 0;
	    float: initial;
	    text-align: center;
	}
	#live_chat img{
	    width: 50%;
	}
	/*****Content*****/

	/*Banner*/
	#content{
		width:100% !important;
		display:inline-block;;
	}
	#front_page_content{
		width:100%;
		padding:0;
	}

	/*** Index 1 Banner***/
	#home-banner-1{
		width:100%;
		height:100%;
		float: left;
		margin-top:0;
		padding:15px 0;
	}
	#home-banner-2, #home-banner-3{
		width:100%;
		height:100%;
		float: none;
		margin-top:0;
		padding:15px 0;
	}
	#home-banner-1-plan-features{
		width:100%;
	}
	h3.home-banner-title-1{
		width:auto;
		line-height:normal;
		text-align:center;
	}
	#home-banner-1-plan-features ul {
    		width: 45%;
    		margin-left: 5%;
	}
	#home-banner-1-plan-features ul li small{
		font-size: inherit;
	}
	.home-banner-1-price{
		width:50%;
		margin:10px auto 0;
		text-align:center;
		position: initial;
	}
	#home-banner-1-plan-features .rpwp-button{
		margin:0 auto;
	}
	#home-banner-1-video {
		float: none;
		display: inline-block;
		width: 88%;
		margin: 22px 5% 0;
		padding:1%;
		border: none !important;
	}
	#home-banner-1-video #fvideo1{
		background:none !important;
		width:100% !important;
		height:auto !important;
	}
	#home-banner-1-video #fvideo1 video{
		width:100%;
	}
	
	/*** Index Banner 2 ***/
	h3.home-banner-title-2{
		width:100%;
		line-height:normal;
		text-align:center;
	}
	.play-movie-text{
		text-align:center;
	}
	#home-banner-2-plan-features{
		width:29%;
		margin:30px 2% 0;
	}
	#home-banner-2 h4, .data-centers{
		width:100%;
		height: auto;
	}
	.data-centers img {
		margin: 0px auto;
	}
	#home-banner-2-plan-features-long{
		width: 50%;
		margin: 30px auto;
	}

	/*** Index Banner 3***/
	#home-banner-3{
		position:relative;
		display: inline-block;
	}
	#home-banner-3:before{
		content:'';
		position:absolute;
		width:320px;
		height:305px;
		
		top:0;	
		left:25%;
		opacity:0.3;
	}
	#home-banner-3-plan-features{
 		width: 50%;
		height: auto;
 		display: inline-block;
	}
	#home-banner-3-plan-features ul{
		width:90%;
		margin-left:10%;
	}
	#home-banner-3 .home-banner-title-3{
		width:50%;
		position:relative;
		z-index:1;
	}
	.home-banner-3-price{
		position:relative;
		width:50%;
		margin:0;
		z-index:1;
		right: 0;
		top: 0;
		display: inline-block;
	}
	#home-banner-3 .rpwp-button{
		margin:0 auto;
	}

	/*Script banners*/
	#script-banner-img{
		display:none;
	}
	#script-banner{
		width:100%;
		height:100%;
		padding:10px 0;
		margin:0 auto;
		display: inline-block;
	}
	#script-banner-plan-features{
		width:100%;
	}
	#script-banner h1, h1.script-banner-title, h3.script-banner-title{
		width:100%;
		text-align:center;
		padding:0;
		font-size:27px !important;
	}
	#script-banner-plan-features ul{
		width: 40%;
   	 	display: inline-block;
		margin:30px 0 0;
    		padding-left: 10%;
		float:none;
	}
	.script-banner-price{
		display: inline-block;
		margin:40px 0 0;
		position:initial;
		float:right;
		width:50%;
	}
	#script-banner-plan-features .rpwp-button{
		margin:0 auto;
	}
	/*DC banners*/
	#us-dc-banner {
    		width: 100%;
		padding-left:0;
	}
	#dc-box{
		width:48%;
		margin:0 0.5%;
		border-radius:5px;
	}
	#dc-box #box-content{
		width:auto;
		height:auto;
		padding:0;
	}
	#dc-box #box-title h2{
		font-size:19px;
		padding-left:0;
	}
	#dc-box #box-content img{
		width: 100% !important;
    		height: auto;	
	}

	/*Domain banners*/
	#domain-tld-banner, #domain-only-banner, #domain-hosting-banner, #domain-only-banner, #domain-tld-banner-2, #whois_id_protection_banner{
		width:100%;
		height:100%;
		padding: 10px 0;
   	 	margin: 0 auto;
		background-repeat: repeat !important;
	}
	#domain-tld-banner{
		line-height:normal;
	}
	#domain-tld-banner table td{
		display:block;
		width:100%;
	}
	[id*="domain-tld"] table td .tld{
		border-bottom: none;
	}
	#domain-tld-banner table td:nth-child(2){
		display:none;
	}
	#domain-hosting-banner table, #domain-only-banner table{
		width:90%;
		margin:0 5%;
	}
	#domain-tld-banner-2 table tr td:nth-child(1){
		width: 100%;
    		display: block;
    		text-align: center;
	}
 	#domain-tld-banner-2 table tr td:nth-child(3), #domain-tld-banner-2 table tr td.arrow , #domain-tld-banner-2 table tr td br {
    		display: none;
	}
	#whois_id_protection_banner{
		padding: 0;
	}
	#whois_id_protection_banner h3{
		margin-bottom:10px;
	}


	/*Domain search form*/
	#home_domain_search1 #domain-search-area{
		width:100%;
		height:auto;
		float:left;
	}
	#domain-search-form{
		width: 100%;
	}
	#domain-search-form h3{
		width:100%;
		margin: 10px auto;
		height:auto;
		line-height:22px;
		text-align:center;
	}
	#domain-search-form div{
		width:90%;
		margin:0 0 0 5%;
		background:#fff !important;
		border-radius:5px;
	}
	#domain-search-form #domain_sld, #domainForm1 #domain_sld{
		width:56% !important;
	}
	.domain-search-button{
		float:right;
	}
	#domain-search-area{
		margin-top:15px;
	}
	#domain-search-area-fp{
		width:100%;
		height:auto;
		background: #262626 !important;
	}
	#domain-search-form-fp{
		width: 95%;
		margin: 20px 2.5%;
	}
	#promo-tlds-fp{
		width:100%;
	}
	#promo-tlds-fp div#tld-box, #domain-search-area #tld-box{
		width: 20%;
    		height: 70px;
    		margin: 5px 2.5% 0;
    		padding: 0;
		border-radius:10px;
		background-image:none !important;
	}
	#promo-tlds-fp .tld-price, #domain-search-area .tld-price{
    		width: 90%;
    		margin: 0 5%;
	}
	.tld { 
    		width: 95%;
    		height: 30px;
    		line-height: 30px;
    		text-align: center;
		padding:0;
		margin:0 2.5%;
	}
	.tld-price {
    		width: 60%;
		text-align: center;
	}
	#domain-search-area-fp #domain_sld{
		width:65%;
	}
	/*Script page domain search*/
	#domain-search-area, #domain-search-area-4{
		width:100%;
		margin-left:0;
		height:auto;
		padding:0;
		display:inline-block;
	}

	#domain-search-area-4 #domain-search-form{
		width:100%;
		height:auto;
	}

	#promo-tlds{
		width:95%;
		margin:0 0 10px 2.5%;
		height:auto;
	}
	#promo-tlds h3{
		margin:20px auto 0;
	}
	#promo-tlds p{
		margin:0;
		padding:0;
	}
	.webp .domain-promo,
	.no-webp .domain-promo{
		width:100%;
		padding-left:0;
		background: #ffffff !important;
		background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 70%, #f6f6f6 78%, #f6f6f8 78%, #f0f4f7 79%, #e4e7ec 83%, #dcdfe4 87%, #d7d6db 93%, #d7d8da 96%, #d9dadc 97%, #b6b7b9 97%, #bebfc1 98%, #cccdcf 98%, #e3e4e6 99%, #e5e6e8 99%, #ffffff 100%, #ffffff 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#ffffff), color-stop(78%,#f6f6f6), color-stop(78%,#f6f6f8), color-stop(79%,#f0f4f7), color-stop(83%,#e4e7ec), color-stop(87%,#dcdfe4), color-stop(93%,#d7d6db), color-stop(96%,#d7d8da), color-stop(97%,#d9dadc), color-stop(97%,#b6b7b9), color-stop(98%,#bebfc1), color-stop(98%,#cccdcf), color-stop(99%,#e3e4e6), color-stop(99%,#e5e6e8), color-stop(100%,#ffffff), color-stop(100%,#ffffff)) !important;
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#f6f6f6 78%,#f6f6f8 78%,#f0f4f7 79%,#e4e7ec 83%,#dcdfe4 87%,#d7d6db 93%,#d7d8da 96%,#d9dadc 97%,#b6b7b9 97%,#bebfc1 98%,#cccdcf 98%,#e3e4e6 99%,#e5e6e8 99%,#ffffff 100%,#ffffff 100%) !important;
		background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#f6f6f6 78%,#f6f6f8 78%,#f0f4f7 79%,#e4e7ec 83%,#dcdfe4 87%,#d7d6db 93%,#d7d8da 96%,#d9dadc 97%,#b6b7b9 97%,#bebfc1 98%,#cccdcf 98%,#e3e4e6 99%,#e5e6e8 99%,#ffffff 100%,#ffffff 100%) !important;
		background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#f6f6f6 78%,#f6f6f8 78%,#f0f4f7 79%,#e4e7ec 83%,#dcdfe4 87%,#d7d6db 93%,#d7d8da 96%,#d9dadc 97%,#b6b7b9 97%,#bebfc1 98%,#cccdcf 98%,#e3e4e6 99%,#e5e6e8 99%,#ffffff 100%,#ffffff 100%) !important;
		background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 70%,#f6f6f6 78%,#f6f6f8 78%,#f0f4f7 79%,#e4e7ec 83%,#dcdfe4 87%,#d7d6db 93%,#d7d8da 96%,#d9dadc 97%,#b6b7b9 97%,#bebfc1 98%,#cccdcf 98%,#e3e4e6 99%,#e5e6e8 99%,#ffffff 100%,#ffffff 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ) !important;
	}
	.domain-promo div{
		width:90%;
		margin:0 auto;
	}
	.domain-promo h3{
		text-align:center;
	}	
	.domain-promo input.domain-search-button{
		margin:0;
	}
	.domain-promo div input#domain_sld{
		width:60%;
	}
	.domain-promo .domain-search-button{
		background: none !important;
		height: 40px;
	}
	.sidebar-domain-search{
		height: auto;
		padding-bottom:10px;
	}
	.sidebar-domain-search div{
		width:80%;
    		margin:10px auto 20px;
		background:#fff !important;
		border-radius:5px;
		padding:5px 0;
	}
	.sidebar-domain-search .domain-search-button{
		margin-top:0;
	}
	.sidebar-domain-table{
		margin: 10px auto 40px;
	}
	.sidebar-domain-table h4{
		height: 40px;
    		margin: 5px auto 15px;
	}
	.sidebar-domain-search #domain_sld{
		width:60%;
	}

	/*Domain pages tld tables*/
	ul.domain-tabs{
		height:auto;
	}
	ul.domain-tabs li{
		width:100%;
		float:none;
	}
	ul.domain-tabs a{
		width:100%;
	}

	/*Responvive tables*/	
	h3.swipe{
		color:#fff;
		background: #585858 !important;
		border-radius:5px;
    		padding: 5px 0;
    		text-align: center;
	}
	.wrapper{
		width:99%;
		overflow-x:scroll;
		border-top:1px solid #c8c8c8;
		border-bottom:1px solid #c8c8c8;
		border-radius:5px;
		padding:0 0.5%;
		background:#fff !important;
	}
	.rp_upgrades{
		border:none;
		background:none !important;
	}
	.rp_upgrades .wrapper{
		width:100%;
		padding:0;
	}
	.domain-panes, .long-domain-table{
	    width:100%;
	    overflow-x:scroll;
	    border-right: 1px solid #b5b5b5;
	}
	.domain-panes div:not(.fixed-column), .long-domain-table table:not(.fixed-column){
	    width:1000px;
	}
	.domain-panes .rp-tld-price th,
	.domain-panes .rp-tld-price td{
	    width:100px;
	}
	.domain-panes .fixed-column, .long-domain-table .fixed-column{
	    position:absolute;
	}
	.domain-panes .fixed-column table.rp-tld-price, .long-domain-table table.fixed-column.rp-tld-price{
	    width:115px;
	    border-right:1px solid #fff;
	}
	@-moz-document url-prefix() {
	        .domain-panes .fixed-column table.rp-tld-price, .long-domain-table table.fixed-column.rp-tld-price{
	            width:115px;
	        }
	}
	.domain-panes .fixed-column table.rp-tld-info, .long-domain-table table.fixed-column.rp-tld-info{
	    width:110px;
	    border-right:1px solid #fff;
	}
	@-moz-document url-prefix() {
	        .domain-panes .fixed-column table.rp-tld-info, .long-domain-table table.fixed-column.rp-tld-info{
	            width:112px;
	        }
	}
	.domain-panes div h3.swipe {
	    display:none;
	}
	.domain-panes div .long-domain-table {
	    border:none;
	}
	#rp_presentation{
		width:100%;
		border: none!important;
	}
	.rp_pr_plan_header .rp_pr_plan{
		margin-left:0;
	}
	div[class*=" content_"] .wrapper .rp_pr_plan.rp_pr_best{
		border-left:none !important;
		border-right:none !important;
	}
	.wrapper .rp_pr_plan, .content_vps_openvz div.wrapper table td{
		width:253px !important;
	}
	.wrapper #tower-box, .wrapper #compare-box{
		width:265px;
	}
	.wrapper #tower-box{
		margin: 25px 11px 25px 0;
	}
	#tower-box-bottom, #compare-box-bottom{
		background-image:none !important;
	}
	ul.dc-tabs{
		height: auto;
    		width: 100%;
    		display: inline-block;
	}
	ul.dc-tabs li, ul.dc-tabs a{
		width:100%;
	}
	.content_vps_openvz div.wrapper table td{
		display:table-cell;
	}
	.content_vps_compare .wrapper table td:nth-child(odd), .content_vps_openvz .wrapper table td:nth-child(odd){
		margin:0;
	}

	.wrapper #rp_presentation.fixed-column .rp_pr_desc {
    		width: 200px;
	}
	.wrapper #rp_presentation:not(.fixed-column) td {
    		width:220px !important;
	}

	/*Compare tables*/
	div[class*=" content_"] .wrapper #rp_presentation.six-plans,
	.content_modal .wrapper #rp_presentation.six-col{
		width:1610px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.five-plans,
	.content_modal .wrapper #rp_presentation.five-col{
		width:1340px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.four-plans,
	.content_modal .wrapper #rp_presentation.four-col{
		width:1070px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.three-plans,
	.content_modal .wrapper #rp_presentation.three-col{
		width:975px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.two-plans,
	.content_modal .wrapper #rp_presentation.two-col{
		width:965px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.one-plan,
	.content_modal .wrapper #rp_presentation.one-col{
		width:100%;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .tr .td{
		display:inline-block;
    		margin-top: 40px;
		text-align: center;
		padding:5px 0;
		border-color:#e8e8e8;
		width:264px !important;
		font-size:14px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .tr .td:last-child{
		border-right-color:#fff;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_feature_header.tr .td{
		border-color:#fff;
		border-top:10px solid transparent;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_feature_header.tr .td:first-child{
		margin-top:9px;	
		background: none !important;
	}
	@-moz-document url-prefix() {
		div[class*=" content_"] .wrapper #rp_presentation.table .tr .td{
			width:262px !important;
		}
	}
	div[class*=" content_"] .rp_upgrades .wrapper #rp_presentation.table .tr .td{
		margin-bottom:0;
		margin-top:50px;
		color:#000;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .tr .td.rp_pr_desc div{
		padding-top:15px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table.three-plans .tr .td,
	.content_modal .wrapper #rp_presentation.table.three-col .tr .td{
		width:320px !important;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table.two-plans .tr .td,
	.content_modal .wrapper #rp_presentation.table.two-col .tr .td{
		width:474px !important;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table.one-plan .tr .td,
	.content_modal .wrapper #rp_presentation.table.one-col .tr .td{
		width:100% !important;
	}
	
	div[class*=" content_"] .wrapper #rp_presentation.table .tr .td:first-child{
		position:absolute;
		width:93% !important;	
		margin: 0 auto;
		padding:0;
    		text-align: center;
		z-index: 1;
	}
	div[class*=" content_"] .rp_upgrades .wrapper #rp_presentation.table .tr .td:first-child{
		width:94% !important;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_plan_header.tr .td{
		margin-top:0;
		padding-top:20px;
		height:40px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_signup.tr .td .rpwp-button.colorize {
		padding: 4px 10px;
    		font-size: 22px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_plan_header.tr .td.rp_pr_best, div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_plan_header.tr .td{
		font-size:23px;	
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .tr .td.rp_pr_desc div{
    		text-align: center;
		font-weight: bold;
	}
	div[class*=" content_"] .rp_upgrades .wrapper .rp_pr_best{
		color:#fff;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_feature_header.tr .td:not(:first-child){
		height: 0 !important;
    		background: none !important;	
		border:none;
		color:#000;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .tr .td a.pr_rp_desc_info,
	div[class*=" content_"] .wrapper #rp_presentation.table .tr.rp_pr_end{
		display:none;	
	}
	
	/*Modal table*/
	#compare_overlay .content_modal{
		position:relative;
	}
	#compare_overlay .content_modal #rp_presentation{
		background:#fff !important;
	}
	#compare_overlay .content_modal .wrapper #rp_presentation.table .tr .td:first-child{
		z-index:0 !important;
	}	
	#compare_overlay .content_modal .rp_upgrades .wrapper #rp_presentation.table .rp_pr_feature_header.tr .td:not(:first-child) {
		height: 20px !important;
	}
	#compare_overlay .content_modal .wrapper #rp_presentation.table .tr .td:first-child{
		width: 98% !important;
	}

	/*Modal table tlds*/
        div[id*="compare_overlay_tld"] .long-domain-table{
                border-right:none;
        }
        div[id*="compare_overlay_tld"] .long-domain-table .fixed-column{
                width: 115px;
                position: absolute;
                padding: 0;
        }
        div[id*="compare_overlay_tld"] .wrapper{
                padding: 0;
        }
        div[id*="compare_overlay_tld"] .long-domain-table .wrapper h3.swipe{
                display:none;
        }

	/*Domain search result table*/
	#domain_results_header{
		width:100%;
	}
	#domain_results_header_left{
		width:70%;
		border-right:none;
	}
	#domain_results_header_right{
		width:20%;
	}
	table#domain_results_table {
		width: 100%;
		border-spacing: 0;
	}

	/*Web Hosting plans box*/
	#front_page_content-titles{
		width:100%;
		height: auto;
    		display: inline-block;
		float:none;
		position:relative;
		background:none !important;
	}
	#front_page_content-titles h3{
		font-size:40px;
		line-height:40px;
	}
	#front_page_content-plan-area{
		width:99%;
		padding-left:0.8%;
		height:100%;
		position: relative;
	}
	#shared-box-small {
   	 	width: 33%;
		padding-bottom: 20px;
		height:auto;
	}
	#shared-box-small #box-title,
	#shared-box-large #box-title,
	#shared-box-medium #box-title,
	.article1-plan-title,
	#shared-box #box-title,
	#shared-box-wide #box-title,
	#service-box #box-title{
		width:100%;
		padding:0;
		text-align:center;
	}

	#shared-box-small #box-price,
	#shared-box-large #box-price,
	#shared-box-medium #box-price,
	#shared-box #box-price,
	#shared-box-wide #box-price-wide{
		width:100%;
		margin-bottom:10px;
		text-align: center;
		left: 0;
		top: 160px;	
	}
	#front_page_content-main #shared-box.right #box-price{
		top:160px;
	}
	#shared-box.right #box-price{
		top:180px;
	}
	#shared-box-wide #box-price-wide{
		top: 260px !important;	
	}
	#box-price .box-price-currency, #box-price-wide .box-price-currency{
		font-size: 25px;
	}
	#box-price .box-price-value, #box-price-wide .box-price-value {
    		font-size: 45px;
	}
	#box-price .box-price-period, #box-price-wide .box-price-period {
    		font-size: 20px;
	}
	#box-content{
		width: 95% !important;
    		margin: 0 2.5% 20px;
	}
	#shared-box-small #box-content, #service-box #box-content ul{
		height: 100%;
	}
	#box-content ul{
		padding:0 !important;
		margin-left: 0 !important;
	}
	#box-content ul li{
		background:none !important;
		padding:0;
		font-size:16px;
	}
	#shared-box-small #box-content ul,
	#shared-box-medium #box-content ul{
		width:100%;
	}
	#shared-box-small #box-content ul{
		padding:0;
	}
	
	#shared-box-large{
		width:90%;
		margin:0 5%;
		height: auto;
	}
	#shared-box-large #box-content ul{
		width: 33.33%;
	}
	#shared-box-large .rpwp-button.colorize, #shared-box-medium .rpwp-button.colorize{
		margin-bottom:20px;
	}

	#shared-box-medium{
		width:44%;
		margin:0 2.5%;
		height: auto;
	}
	#shared-box-medium #box-content ul, #shared-box #box-content ul, #shared-box-wide #box-content ul{
		text-align:center;
	}
	#shared-box-medium #box-content ul:nth-child(2){
		margin-top:0;
	}
	#shared-box, #shared-box-wide, #service-box{
		width: 80%;
		margin: 15px 10% !important;
		height: auto;
		background-image:none !important;
		border-radius:5px;
		min-width:auto;
	}
	#box-bottom, #box-bottom-wide{
		margin-top:40px;
		background-image:none !important;
		position: relative;
		z-index: 9999;
	}
	#box-bottom .rpwp-button, #box-bottom-wide .rpwp-button{
		margin:5px auto 0;
		float:none;
	}
	#box-bottom .out-of-stock, #box-bottom-wide .out-of-stock,
	#box-bottom .checkstock, #box-bottom-wide .checkstock{
		margin: 10px auto;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
	#shared-box #box-content ul, #shared-box-wide #box-content ul, #service-box #box-content ul{
		width:100%;
	}
	.plan-details-link{
		width:100%;
		margin:0;
		text-align:center;
	}
	#shared-box form, #shared-box-wide form{
		float:none;
		margin:0 auto;
		width:100%;
		display:inline-block;
	}
	
	#home-main-text{
		width:94%;
		padding: 20px 2.5%;
		font-size: 16px;
    		line-height: 25px;
	}
	#home-main-text h2{
		font-size:25px;
		line-height:27px;
	}
	.testimonials{
		margin:0;
	}
	.personal-feedback{
		width:auto;
		padding:10px !important;;
		background:none !important;;
		height:auto !important;
		padding:5px 20px !important;
	}
	.personal-feedback p{
		margin-top:10px;
		background:#ececec !important;
		border-radius:10px;
		padding:10px;
		border:1px solid #acacac;
	}
	#service-box {
		width: 32%;
		margin: 0 0.5% 10px !important;
	}
	#service-box #box-title h2{
		font-size:16px;
	}
	#service-box #box-content{
		background-image:none !important;
		padding:13px 0 0;
		height:auto;
		min-height: 130px;
	}
	#service-box #box-content div.cp-demo{
		padding-right:0;
		background:none !important;
	}
	#service-box #box-content li{
		line-height:25px;
	}
	#service-box .personal-feedback{
		padding:5px 0 !important;
	}
	#service-box .personal-feedback p{
		padding:5px !important;
	}
	
	/*Front page others*/
	#front_page_content-main{
		width:auto;
		padding:0 15px;
	}
	h1#content_title, #content h1{
		line-height:normal;
		font-size:27px;
	}
	[id*="other-hosting-services-"]{
		width:50% !important;
		height:auto !important;
		padding-bottom:10px !important;
	}	
	#front_page_content-main h3{
		font-size:25px;
	}	
	#service-price{
		font-size:20px;
	}
	#home-sidebar{
		width:95%;
		margin:0 2.5%;
	}
	#home-sidebar .sidebar-box{
		width:45% !important;
		margin:0 2% 10px !important;
		display:inline-block;
		background-color:#fff !important;
		background-image:none !important;
		border:1px solid #d3d3d3;
		border-radius:10px;
		height: auto;
		vertical-align: top;
	}
	#home-sidebar .sidebar-box-content{
		background-image:none !important;
	}
	#home-sidebar div .line, #home-sidebar div br{
		display:none;
	}
	.sidebar-box-header{
		border-radius:10px 10px 0 0;
	}
	#text-box-2{
		width:32% !important;
		margin:0 0.5% 0 !important;
	}
	#text-box-2 h2{
		font-size:19px;
	}
	#text-box-3{
		width:auto;
		padding:0 15px;
	}
	#text-box-3 h2{
		font-size:24px;
		line-height:normal;
	}
	#text-box-3 img{
		width:100%;
	}
	.home-4{
		width:auto;
	}
	#front_page_content .line-full-width + table{
		width:100%;
	}
	#front_page_content .line-full-width + table td{
		display:inline-block;
		width:100%;
	}
	#front_page_content .line-full-width + table td:not(:first-child){
		width:25%;
		margin:5px 0;
	}
	#front_page_content .line-full-width + table td{
		display:inline-block;
	}
	#front_page_content .line-full-width + table td .rpwp-button {
		width: 95%;
		font-size: 16px;
	}
	div.text-box.without-img{
		width: 48%;
		float: left;
		margin: 0 1%;
	}

	/*Page template default*/
	#crumbs{
		width:100%;
		margin: 0 0 10px;
		padding:5px 0;
		height: auto;
    		min-height: 30px;
    		line-height: 25px;
	}
	#crumbs a:first-child{
		padding-left:5px;
	}
	#content_header h1, #content_header h2, #content_header h3, #aboutus-content-main h1 {
    		font-size: 25px;
    		margin-top: 0;
		padding-top:0;
		text-shadow:none;
	}
	#domain-content-main h1, #default_content .article2-text-area h1, #default_content .article1-text-area h1, #default_content h1{
		font-size:20px;
	}
	#default_content, #internal_page_1, #contacts_page {
    		width: 96%;
   		margin: 0 2%;
   		padding: 0;
	}
	#default_content h2{
		font-size:19px;
		padding-left:0;
	}
	
	/*Page template special_page*/
	.page-template-special_page #content{
		margin-top: 15px;	
	}
	.text_dedicated, .text_semi-dedicated, .text_web_hosting, .text_vps_compare, .text_domains, .text_vps_openvz, .text_vps_kvm{
		width:100%;
		margin-top:20px;
	}
	.header_dedicated, .header_semi-dedicated, .header_web_hosting, .header_vps_compare, .header_domains, .header_vps_openvz, .header_vps_kvm{
		width:auto !important;
		height:auto;
		background:none !important;
	}
	
	/*vps index tables*/
	.content_vps_compare table, .content_vps_openvz table{
		width:100%;
		margin:0;
		text-align:center;
	}
	.content_vps_compare table td, .content_vps_openvz table td{
		display:inline-block;
	}
	.content_vps_compare table td:nth-child(odd), .content_vps_openvz table td:nth-child(odd){
		width:32.33%;
		margin:0 0.5% !important;
	}
	@-moz-document url-prefix(){
		.content_vps_compare table td:nth-child(odd), .content_vps_openvz table td:nth-child(odd){
			width:31.33%;
		}
	}
	.content_vps_compare table td:nth-child(even), .content_vps_openvz table td:nth-child(even){
		width:0;
	}
	/*If columns are 9 include separators*/
	.content_vps_compare table td:nth-child(7):nth-last-child(3),
	.content_vps_openvz table td:nth-child(7):nth-last-child(4){
		margin-left:16.66%;
	}
	.content_vps_compare table td:nth-child(9):nth-last-child(1),
	.content_vps_openvz table td:nth-child(9):nth-last-child(2){
		margin-right:16.66%;
	}
	/*If columns are 8 include separators*/
	.content_vps_compare table td:nth-child(1):nth-last-child(7),
	.content_vps_compare table td:nth-child(3):nth-last-child(5),
	.content_vps_compare table td:nth-child(5):nth-last-child(3),
	.content_vps_compare table td:nth-child(7):nth-last-child(1){
		width:48%;
	}
	.content_vps_compare #tower-box, .content_vps_compare #compare-box, .content_vps_openvz table #tower-box{
		min-width:100%;
		width:100%;
		border-radius:5px;
		margin-top:5px;
	}
        .content_vps_openvz .content_vps_openvz #tower-box{
                min-width:32%;
                width:32%;
                margin:15px 0.5%;
        }
	#tower-box-content, #tower-box-content ul, #tower-box-price, #tower-box-bottom, #compare-box-content ul, #compare-box-bottom, #tower-box-content-2 ul{
		width:100%;
	}
	#compare-box-text{
		padding:0 5%;
		width:90%;
	}
	.compare-box-button{
		width:180px;
	}
        #tower-box .best-plan{
		z-index:1;
                margin:0 auto;
        }
        #tower-box-title h2{
                padding-right:0;
                padding-left:0;
        }
        #tower-box-bottom .rpwp-button.colorize{
                margin:0 auto;
        }

	/*open_vps table plans*/
	img.header_video{
		width: 70%;
		margin: 0 15%;
		display: inline-block;
	}
	.openvz-plan-even, .openvz-plan-odd{
		width:49%;
		padding:10px 0;
		display:inline-block;
	}	
	.content_vps_openvz div table td{
		display: block;
   	 	width: 100% !important;
	}
	.openvz-plan-features{
		text-align:center;
	}
	ul.openvz-server-info{
		width:33.33%;
		margin:20px 0 0;
	}
	.content_vps_openvz table #tower-box{
		margin:25px 0 0;
	}

	/*Script pages elements*/
	div[class^="script-text-col-"]{
		width: 32.33%;
    		margin: 0 0.5%;
	}
	.script-main-text img{
		width:30%;
	}
	
	/*DC page*/
	.dc-information{
		width:100%;	
	}
	.dc-image{
		display:none;
	}
	.dc-information p, .app-text-right p, .app-text-left p{
		text-align:left;
	}

	/*Error pages*/
	#aboutus-content-main, #aboutus-sidebar{
		width:48%;
		padding-top:10px;
	}
	#aboutus-sidebar h3 {
    		text-align:center;	
	}
	#aboutus-sidebar img, #aboutus-content-main img[src*="404-img"]{
    		display: block;
    		float: none !important;
    		margin: 0 auto !important;
	}

	/*Terms pages*/
	.terms-left-col{
		width:50%;
	}
	
	/*Others*/
	#internal_page_2 {
		width:auto;
		padding:0 10px;
	}
	#internal_page_1 > div#aboutus-content-main, #internal_page_1 > div#aboutus-sidebar{
		margin-top:10px;
	}
	#contactsForm table tr td{
    		display: block;
    		width: 100%;
	}
	#contactsForm table tr td:nth-child(2) .cform-input, #contactsForm table tr td:nth-child(2) .cform-textfield{
		margin-top:15px;
	}
	#contactsForm table tr:last-child td{
		text-align:center;
	}
	.to-checkbox {
		margin-top: 20px;
    	margin-left: 0;
	}
	.cform-input{
		width:99%;
	}
	.cform-textfield, .cform-select{
		width:100%;
	}
	.cform-textfield{
		resize: vertical;
	}
	#contactsForm img{
		display: inline-block !important;
    		vertical-align: middle;
	}
	.header_hepsia {
    		width: auto !important;
   		height: auto;
	}
        @-moz-document url-prefix(){
                .header_hepsia {
                        width: 97%;
                        padding:0 1% !important;
                }
        }
        div[id^="video"] video{
                width:100% !important;
		height:auto !important
        }
        #colorbox, #cboxContent, #cboxLoadedContent{
                height:auto !important;
        }
	.text_hepsia{
		width:100%;
	}
	.hepsia-top-video{
		margin: 10px auto 0;
		width: 98%;
		padding:1%;
		display: inline-block;
		height:auto;
		float:none;
		border:none !important;
	}
	.hepsia-top-video div, .dc-video-containter div{
		width: auto !important;
		cursor: pointer;
		text-align: center;
		margin: 0 auto;
		height:auto;
	}
	.hepsia-top-video div video, .dc-video-containter div video{
		width:100%;
	 }
	 .dc-video-containter{
		 width:100%;
		 display:block;
		 margin:0 auto;
	 }
	.app-text-left, .app-text-right{
		width:70%;
	}
	.app-preview-left, .app-preview-right{
		width: 25%;
    		text-align: center;;
	}
	.app-preview-left img, .app-preview-right img{
		width:90%;
		height:auto;
	}
	.app-text-right h3, .app-text-left h3{
		font-size:19px;
	}
	.why-us-2{
		width:100%;
		margin:5px auto;
		border:none;
		height:auto;
		min-height:auto;
		padding:0 0 20px;
	}
	.why-us-2 > div{
		padding:10px;
	}
	.why-us-2 img{
		margin:0 auto 20px;
		display:inline-block !important;
	}
	.app-text-left p.tar{
		text-align:left;
	}
	.webp .app-box-item, 
	.no-webp .app-box-item {
		width: 32%;
    		margin: 0 4.5% 20px;
    		padding: 0 4%;
		height: 420px;
    		border: 1px solid #cacaca;
    		border-radius: 5px;
		background: #ffffff !important;
		background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)) !important;
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%) !important;
		background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%) !important;
		background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%) !important;
		background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ) !important;
		-webkit-box-shadow: 0 9px 9px -9px #000, inset 0px 0px 0px 4px #fff;
		-moz-box-shadow: 0 9px 9px -9px #000, inset 0px 0px 0px 4px #fff;
		box-shadow: 0 9px 9px -9px #000, inset 0px 0px 0px 4px #fff;

	}
	.app-box-divider{
		display:none;
	}
	.app-box-item h3{
		font-size:19px;	
	}
	.app-box-item h3 + span{
		display:block;
		text-align:center;
	}
	.app-box-item img{
		width:80%;	
		height:auto;
	}
	.compare-panels{
		width:46%;
		height:auto;
		min-height:auto;
		margin: 0 auto;
    		padding: 10px 0px;
	}
	.compare-panels img, .dc-header-container .left img, .dc-header-container .right img{
		display:none;
	}
	#aboutus-content-main img.article-thumb{
		display:none;
	}
	#cs_context_help_areas, #cs_video_tutorials, #cs_faq, #cs_ticketing_system{
		background:none !important;
		padding-left:0;
	}

	/*Video Modal*/
	#cboxWrapper{
		width:100% !important;
		height:auto !important;
	}
	#colorbox{
		top:10% !important;
		left:5% !important;
		width:90% !important;
		outline:0;
	}
	#cboxContent{
		width:98% !important;
		border: 5px solid #000;
    		border-radius: 5px;
		overflow: initial !important;
	}
	#cboxLoadedContent{
		width:100% !important;
		overflow: initial !important;
	}
	.video_overlay{
		width:100% !important;
		height:auto !important;
	}
	#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight{
		display:none !important;
	}

	/*With sidebar*/
	#domain-content-main, #domain-banner-1, h3.domain-banner-title-1, #domain-banner-1 h4{
		width:100%;
	}
	#domain-banner-1{
		background:none !important;
		height:auto;
		padding-bottom:20px;
	}
	#domain-banner-1 div{
		width:95%;
		margin:10px 2.5%;
		height:auto;
		display: inline-block;
		padding:0;
		border-radius:5px;
	}
	#domain-banner-1 div form{
		display: inline-block;
		width: 95%;
		background: #fff !important;
		border-radius: 5px;
		margin: 10px 2.5% 5px;
		padding-top: 5px;
	}
	#domain-sidebar{
		width:70%;
		margin: 20px 15%;
	}
	.article1-plans-area, .article1-text-area, .article2-text-plan-area{
		width:100%;
		margin:0 auto;
	}
	.article1-plans-area br{
		display:none;
	}
	.article1-plan-box{
		width:32%;
		margin:15px 0.5%;
		float:left;
	}
	.article1-plan-features br{
		display:block;
	}
	.article2-container-area .menu-links{
		text-align: center;
		font-size: 20px;
    		font-weight: bold;
		color:#fff !important;
		background: #585858 !important;
		color:#000;
    		width: 100%;
    		padding: 5px 0;
    		margin: 0 auto;
	}
	.menu-link-icon {
    		position: relative;
    		display: inline-block;
    		width:25px;
    		height:9px;
    		border-top: 3px solid #fff;
    		border-bottom: 3px solid #fff;
	}
	.menu-link-icon:before {
    		content: "";
    		position: absolute;
    		top: 3px;
    		left: 0px;
    		width: 100%;
    		border-top: 3px solid #fff;
	}
	.article2-links-area{
		display:none;
		width:100%;
		padding:0;
		margin:0 auto;
		min-height:100%;
		height:100%;
		border:1px solid #C7C7C7;
	}
	.article2-text-area{
		width:100%;
		margin:20px auto;
		padding:0;
	}
	.article2-text-plan-area .article1-plan-box {
    		width: 45%;
    		margin: 0 2% 20px;
	}

        /*Blog Pages*/
        #category_content{
                width:auto;
                padding:0;
        }
        #category_content-main, #sidebar{
                width:98%;
                padding:0 1%;
        }
        #category_content-main h1{
                margin:0;
                color:#000;
                text-shadow:none;
                font-size:25px;
        }
        #category_content-main h2{
                font-weight:normal;
                font-size:25px;
        }
        #comments h3{
                font-size:20px;
        }
        #form-section-comment textarea{
                width:100%;
        }
        #category_content #sidebar > ul > li {
                width: 48%;
                margin:10px 0 0 1%;
                display: inline-block;
		vertical-align:top;
        }
        .cat-excerpt{
                width:auto;
                float:none;
                margin-left:70px;
        }

	/*Footer*/
	#footer-full-width {
		padding:0 0 10px;
    		display: inline-block;
	}
	#footer, #footer_bottom, .position, #footer-copyright{
		width:100%;
		
	}
	#footer_contacts{
		display:none;
		width:100%;
	}
	#footer_menu {
    		width: 29%;
    		margin: 0 auto;
		padding:10px 2%;
	}
	#footer-copyright{
		height:auto;
		display:inline-block;
	}
	#footer_cards{
		float:none;	
		background-position:center !important;
		margin:10px auto;
	}	
	#copyright{
		width:100%;
		text-align:center;
		padding-left:0;
	}


	/*** Order form***/
	.tabs-new span{
		display:block;
		width:100%;
		text-align: center;
    		line-height: 33px;
    		border-width: 0 !important;
	}
	.tabs-new span.selected{
		padding:0 !important;
	}
	#Plans .split, #Semi_Dedicated .split, #VPS .split, #SOLUSVM .split, #Dedicated .split, #Domain_Names .split, #SSL .split{
		width:100%;
	}
	#the_details .split, #the_details .input-details.sub-div-right:first-child{
		width:100% !important;
	}
	#the_details .sub-div-right label {
    		margin-right: 40%;
	}
	#VPS .sub-div-right label {
    		margin-right: 25%;
	}
	#comp_phones{
		width:auto !important;
	}
	#Register_Domains span#tld_price{
		display:block;
	}
	table#selected_domains_table, #selected_domains_table .tld-price {
    		width: 100% !important;
	}
	#tlds-results-table .tld-price{
		background:none !important;
		border:none;
		box-shadow:none;
		color:#000;
	}
	#solusvm_upgrades.sub-div-right div, #products-block .input-details.sub-div-right div{
                padding-right:13%;
        }
        .info{
                background-repeat:no-repeat !important;
        }
	#SSL .ssl_choice .ssl_details, #SSL .split.ssl_choice{
		margin:0 !important;
	}
	#SSL .split.pl20{
		padding-left:0 !important;
		text-align:center;
	}
	/*Order form modal*/
	.ui-dialog {
    		width: 97% !important;
    		overflow: hidden;
    		left: 1% !important;
	}
	.ui-dialog #domain_dialog{
		width:auto !important;
		height:auto !important;
	}
	.found_suggestions{
		display: inherit !important;
	}
	#domain_search_content{
		height:auto !important;
		overflow:hidden;
	}
	#tld-checkboxes li {
		width: 33.33% !important;
	}
	#terms_dialog {
                padding:0;
        }
	#terms_dialog #Semi_Terms h2, #terms_dialog #Dedicated_Terms h2{
                font-size:13px;
        }
        #terms_dialog #Semi_Terms table{
                width:100% !important;
        }
	#colorbox, #cboxOverlay, #cboxWrapper{
                overflow:visible !important;
        }

    /*** Dedicated plan tables ***/
    .dedicated-service-title{
    	border-bottom:none !important;
    }
	.dedicated-service-title div{
		width:100%;
		text-align: center;
	}
	/*Dedicated Periods*/
	.dedicated-service-title > div:nth-child(2){
		margin-top:0;
		line-height: normal;
	}
	.dedicated-service-title .period-choice div{
		margin: 5px 0;
	}
	.dedicated-service-title .period-choice div:not(:first-child){
		margin-left:0;
	}
	.dedicated-service-title .period-choice label{
		line-height: 25px;
	}
	.dedicated-service-title span.burst{
		display:none;
	}
	.dedicated-plan{
		margin-bottom: 10px;
	}
	.dedicated-plan.separate-features{
		width:100%;
	}
	.dedicated-plan table td{
		padding:10px 0 !important;
		display:block;
		width:100% !important;
		text-align:center;
	}
	.dedicated-plan table td.dedicated-plan-features{
		padding:0 !important;
	}

	a.custom-logo {
		max-width: 200px;
		line-height: 55px;
	}
	a.custom-logo > img {
		max-height: 55px;
		margin-left: 5px;
		vertical-align: middle;
	}

	.mobile-submenu {
		display: flex;
		width: 100%;
	}
	.mobile-submenu a:first-child,
	.mobile-submenu a:hover:first-child{
		width: 95%;
		padding-left: 11% !important;
	}
	.mobile-submenu a.show-submenu{
	width: 5% !important;
		text-align: center;
		padding: 0 10px !important;
	}	
}

@media only screen and (max-width: 640px) {
	#contacts_top {
	    flex-direction: column;
	}

	/*Header Top*/
	#rpwp-login-form-text, #rpwp-login-wrapper{
		width:100%;
		text-align:center;
	}


	/*Banner*/
	/*** Index 1 Banner ***/
	#home-banner-1-plan-features ul {
    		width: 100%;
    		margin:0 auto;
		text-align:center;
	}
	#home-banner-1-plan-features ul li{
		background:none !important;
		padding-left:0;
		font-size:19px;
		line-height: 35px;
	}
	#home-banner-1-plan-features, .home-banner-1-price{
		width:100%;
	}
	.home-banner-1-price .period{
		padding:0;
	}

	/*** Index 2 Banner ***/
	h3.home-banner-title-2{
		font-size:25px;
	}
	.play-movie-button {
		display: inline-block;
		line-height: 25px;
	}
	.play-movie-text{
		margin-bottom:20px;
		font-size: 18px;
	}
	#home-banner-2-plan-features{
		width:96%;
		margin-top:0;
	}
	#home-banner-2-plan-features li, #home-banner-2-plan-features-long li{
		text-align:center;
		padding-left:0 !important;
		background:none !important;
	}
	#home-banner-2 h4{
		font-size:26px;
	}
	.home-banner-2-price{
		font-size:30px;
	}
	#home-banner-2-plan-features-long{
		width: 100%;
		margin: 0 auto;
	}

	/*** Index 3 Banner ***/
	#home-banner-3:before{
		opacity:0.1;
		left:0;
		width:100%;
	}
	#home-banner-3 .home-banner-title-3{
		width:100%;
	}
	#home-banner-3-plan-features{
		width:100%;
		z-index:1;
		position:relative;
		float:none;
	}
	#home-banner-3-plan-features ul{
		width:100%;
		margin-left:0;
		text-align:center;
	}
	.home-banner-3-price{
		width:100%;
	}
	#home-banner-3-plan-features ul li{
		line-height:35px;
	}

	/*Script banners*/
	#script-banner-plan-features ul {
    		width: 100%;
    		padding-left: 0;
    		margin: 10px auto;
    		text-align: center;
	}
	#script-banner-plan-features ul li{
		background:none !important;
		padding-left:0;
	}
	.script-banner-price {
    		width: 100%;
    		margin-top: 20px;
	}
	#script-banner-plan-features .rpwp-button{
		margin:0 auto;
	}
	/*DC banner*/
	#dc-box {
    		width: 100%;
    		margin: 0 auto 20px;
	}
	#dc-box #box-title h2{
		height:auto;
		padding-top:5px;
		line-height:50px;
	}	

	/*Domain search form*/
	#domain-search-form #domain_sld, #domainForm1 #domain_sld{
		width:48% !important;
	}

	#domain-search-area-fp #domain_sld{
		width: 50%;
	}
	.article2-text-area h2, .article1-text-area h2{
		padding-left:0;
		font-size:19px;
	}
	.domain-promo div{
		border:none;
		height:74px;
	}
	.domain-promo div input#domain_sld{
		width:40%;
	}
	.domain-promo h3{
		font-size:13px;
		margin-bottom:10px;
	}
	.domain-promo div #domainForm1 input#domain_sld {
    		width: 96% !important;
		margin-bottom:5px;
		border: 1px solid #9A9A9A !important;
    		border-radius: 5px;
		background:none !important;
	}
	.domain-promo div select#domain_tld{
		border: 1px solid #9A9A9A;
    		border-radius: 5px;
		margin-left:5%;
		background:none !important;
	}
	.domain-promo input.domain-search-button{
		margin-right:5%;
	}
	.domain-promo div.prices-starts-from{
		width:100%;
	}
	.domain-promo span.tld-price {
    		width: auto;
    		margin: -7px 0 0 3px;
	}

	/*Web Hosting plans box*/
	#shared-box-small, #shared-box-medium{
    		width: 80%;
    		margin-left: 10%;
		margin-bottom:20px;
		border-right: 1px dotted #ecf0d7
	}
	#shared-box-small:nth-child(1):nth-last-child(2),
	#shared-box-small:nth-child(2):nth-last-child(1){
		margin-left:10%;	
	}
	#shared-box-large #box-content ul{
		width:100%;
		text-align:center;
	}
	#shared-box-medium .rpwp-button.colorize {
		margin-bottom: 40px;
	}
	.rpwp-button {
    		padding: 10px 20px 10px 20px;
	}
	#service-box #box-content{
		min-height:auto;
	}
	#service-box {
		width: 95%;
		margin: 0 2.5% 10px !important;
	}
	#service-box #box-title h2{
		font-size:22px;
	}
	
	/*Front page others*/
	#front_page_content-main{
		padding-top:0;
		border-bottom:none;
	}
	[id*="other-hosting-services-"]{
		width:90% !important;
    		margin: 0 5% !important;
	}
	#front_page_content-main div h2 {
    		text-align:center;	
	}
	#home-sidebar .sidebar-box{
		width:95% !important;
	}
	#text-box-2{
		width:95% !important;
		margin:0 2.5% 0 !important;
	}

	/*Page template default*/
	div.text-box.without-img{
		width:100%;
		min-height:auto;
	}

	/*Page template special_page*/

	/*vps index tables*/
	.content_vps_compare table td:nth-child(odd), .content_vps_openvz table td:nth-child(odd){
    		width: 49% !important;
    		margin: 0 0.5% !important;
	}
	@-moz-document url-prefix(){
		.content_vps_compare table td:nth-child(odd), .content_vps_openvz table td:nth-child(odd){
    			width: 47% !important;
		}
	}

	/*ovz page plans*/
	.content_vps_openvz div table td:nth-child(odd){
		width:100% !important;
	}
	.openvz-plan-even, .openvz-plan-odd {
   		 width: 100%;
	}
	.content_modal .openvz-plan-even, .content_modal .openvz-plan-odd{
        width:99%;
	}
	.content_vps_openvz div table td:first-child{
		display:none;
	}
	.content_vps_openvz div.best table td:nth-child(2){
		margin-top:15px;
	}
	.openvz-plan-odd div.best-plan-openvz, .openvz-plan-even div.best-plan-openvz{
		top: 4px;
	}
	ul.openvz-server-info{
		width:100%;
	}
        .content_vps_openvz .content_vps_openvz #tower-box{
                min-width:48%;
                width:48%;
                margin:15px 0.5%;
        }
	
	/*Responsive tables*/
	.content_vps_openvz div.wrapper table td {
    		width: 253px !important;
	}

	.wrapper #rp_presentation.fixed-column .rp_pr_desc {
    		width: 80px;
	}
	a.pr_rp_desc_info{
		display:none;
	}
	div[class*=" content_"] .rp_upgrades .wrapper #rp_presentation.table .tr .td:first-child{
		width: 93% !important;
	}

	div[class*=" content_"] .wrapper #rp_presentation.table .tr .td:first-child{
		width:92% !important;
	}
	div[class*=" content_"] .wrapper #rp_presentation.three-plans,
	.content_modal .wrapper #rp_presentation.three-col{
   		 width: 815px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.two-plans,
	.content_modal .wrapper #rp_presentation.two-col{
   		 width: 610px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table.three-plans .tr .td:not(:first-child),
	.content_modal .wrapper #rp_presentation.table.three-col .tr .td:not(:first-child){
		width:264px !important;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table.two-plans .tr .td:not(:first-child),
	.content_modal .wrapper #rp_presentation.table.two-col .tr .td:not(:first-child){
		width:300px !important;
	}

	/*Script pages elements*/
	div[class^="script-text-col-"]{
		width: 100%;
    		margin: 5px 0;
	}
	div[class^="script-text-col-"] ul{
    		margin: 0;
	}
	.script-main-text img{
		width:50%;
	}
	
	/*Error pages*/
	#aboutus-content-main, #aboutus-sidebar{
		width:100%;
	}
	#aboutus-content-main h2{
		margin-top:0;
		font-size:19px;
	}
	div.article-summary{
		margin-bottom:10px;
	}
	#aboutus-content-main br{
		display:none;
	}
	#aboutus-sidebar{
		margin:0;
		padding:0;
	}

	/*Terms pages*/
	.terms-left-col {
    		width: 100%;
	}
	.terms-left-col h2{
		font-size:19px;
	}
	.terms-left-col ul{
		padding-left:5px;
		line-height:22px;
	}

	/*Others*/
	.rpwp_header_left.content_vps_openvz h2, .hepsia-feature h4{
		font-size:19px;
		padding-left:0;
	}	
	.rpwp_header_left.content_vps_openvz p img, .why-us-2 img, .hepsia-feature img{
		display:none !important;
	}
	.app-box-item {
		width: 80%;
    		margin: 10px 5%;
    		padding: 0 5%;
		height: auto;
	}
	.app-box-item p.app-box-text{
		height:auto;
	}
	.app-box-item img {
    		width: 50%;
	}
	.app-text-left, .app-text-right{
		width:100%;
	}
	.app-preview-left, .app-preview-right{
		width: 100%;
    		text-align: center;;
	}
	.app-preview-left img, .app-preview-right img{
		width:80%;
		height:auto;
	}
	.video-box{
		min-width:100% !important;
	}
	.video-box a:nth-child(2){
		margin-right:5px;
		display:block;	
	}

	/* Dedicated plan tables */
	.dedicated-plan:not(.separate-features) table td.dedicated-plan-features ul li {
    	width: 100%;
    	padding-left:0;
    	font-size: 15px;
	}

	/*With sidebar*/
	h3.domain-banner-title-1{
		font-size:20px;
	}

	/*Domain banners*/
	#domain-tld-banner, #domain-tld-banner-2{
		font-size:25px;
	}
	#domain-tld-banner span.tld, #domain-tld-banner span.price-value, #domain-tld-banner-2 span.tld{
    		font-size: 75px;
    		line-height: 100px;
	}
	#domain-hosting-banner, #domain-only-banner{
		display:none;
	}
	#domain-tld-banner-2 table tr td br {
   		 display: block;
	}
	.article1-plan-box {
    		width: 80%;
    		margin: 0 10% 20px;
	}
	.article2-text-plan-area .article1-plan-box {
    		width: 90%;
    		margin: 0 5% 20px !important;
	}
	.sidebar-domain-search div{
		width:96%;
	}
	.sidebar-domain-search #domain_sld {
    		width: 50%;
	}
	.sidebar-domain-search h3{
		font-size:19px;
	}
	.sidebar-domain-search select{
		margin-left:5%;
	}

    /*Blog Pages*/
    #category_content #sidebar > ul > li {
            width: 100%;
            margin-left:0;
    }
    #comments-list ol{
            padding:0;
    }
    #comments-list ol li.comment{
            list-style:none;
    }
    .comment-author{
            width:100%;
            margin:0;
    }
    img.avatar{
            display:none;
    }
    .comment-meta, div.comment-content{
            padding-left:0;
    }
    .comment-meta{
            background:none !important;
    }

	/*Footer*/
	#footer_menu h3{
    		font-size:16px;	
	}
	#footer_contacts span{
		display:block;
		text-align:center;	
		border-right:none;
		padding-right:0;
		margin:5px auto;
	}

	/*** Order form***/
	#the_details .sub-div-right label {
    		margin-right: 15%;
	}
	#PayPalDP label, #FirstData label {
		width: 50%;
		margin-right:0 !important;
	}
	#amounts{
		padding:0 !important;
	}
	#amounts div{
		width:100%;	
		float:none !important;
	}
	#selected_domains_table{
		width:90% !important;
	}
	#selected_domains_table td{
		display:inline-block;
		padding:0 !important;
		margin:0 !important;
	}
	#selected_domains_table td:first-child{
		width:55%;
		border:none !important;
	}
	#selected_domains_table td:nth-child(2), #selected_domains_table td:nth-child(3){
		width:20%;
	}
	#selected_domains_table td:nth-child(4){
		width:5%;
		border:none !important;
	}
	#selected_domains_table .promo_td{
                width:100% !important;
                border-bottom:none;
        }
	#solusvm_upgrades.sub-div-right div, #products-block .input-details.sub-div-right div{
                padding-right:0;
        }
}

@media only screen and (max-width: 460px) {

	/*Index Banner*/
	h3.home-banner-title-1{
    		font-size: 27px;
	}
	h3.home-banner-title-3{
		font-size: 35px;
	}

	/*DC banner*/
	#us-dc-banner h3{
		font-size:25px;
	}
	#us-dc-banner {
    		height: auto;
		background-repeat:repeat !important;
		padding-top:5px;
	}
	
	/*Domain Banner*/
	#whois_id_protection_banner h3{
		font-size:25px;
	}

	/*Front Page*/
	#front_page_content-titles{
		font-size:20px;
	}
	#front_page_content-titles h3{
		font-size:30px;
	}

	/*Domain search form*/
	#domain-search-form div, #domain-search-form div form, #domain-banner-1 div form, .sidebar-domain-search div form{
		height:80px;
		background:none !important;
		border:none;
	}
	#domain-search-form h3{
		font-size:15px;
	}
	#domain-search-form-fp, #domain-search-form{
		height:auto;
	}
	#domain-search-area-fp #domain_sld, #domain-search-area-4 #domain_sld, #domain-search-form #domain_sld, #domainForm1 #domain_sld{
		width:96% !important;
		margin-bottom:5px !important;
		border-radius:5px;
		background:#fff !important;
	}
	#domain-search-area-fp input, #domain-search-area-4 input, #domain-search-form input, #domainForm1 input{
		border-right:none;	
	}
	select#domain_tld{
		margin-left:5% !important;
		background:#fff !important;
	}
	.domain-search-button{
		margin-right:5%;
	}
	#promo-tlds-fp div#tld-box, #domain-search-area #tld-box{
		margin-bottom:5px;
	}
	/*Domain search rezult popup*/
	#jquery-live-search{
		width: 230px !important;
	}
	#jquery-live-search div {
		width: 230px !important;
		word-break: break-all;
	}
	#jquery-live-search div button {
		width: 50%;
		display: block;
		margin: 10px 25%;
	}
	#jquery-live-search div div{
		width: 100% !important;
		display: block;
		text-align: center;
	}
	/*END Domain search rezult popup*/
	
	#promo-tlds-fp{
		height:auto;
	}
	#promo-tlds-fp div#tld-box, #domain-search-area #tld-box{
		width:45%;
	}
	
	/*#tld-box {
    		width: 47%;
   		height: 60px;
	}*/
	.sidebar-domain-search div{
		height:100%;
	}
	.sidebar-domain-search #domain_sld {
    		width: 98%;
	}
	.sidebar-domain-table{
		margin-bottom:15px;
	}	
	.sidebar-domain-table table{
		margin:0;
	}	
	.sidebar-domain-table h4{
		height: 20px;
	}
	#aboutus-sidebar img{
		width:65%;
	}
	.sidebar-domain-search div{
		background:none !important;
	}
	.sidebar-domain-search #domain_tld{
		background: #fff !important
	}

	/*Web hosting plan box*/
	[id*="other-hosting-services-"]{
		background:none !important;
	}
	[id*="other-hosting-services-"] h3, #service-price, [id*="other-hosting-services-"] p{
		padding: 0 !important;
	}
	[id*="other-hosting-services-"] p{
		padding-top: 5px !important;
	}
	/*Page template special_page*/
	.content_vps_compare table td:nth-child(odd), .content_vps_openvz table td:nth-child(odd){
    		width: 99% !important;
    		margin: 0 0.5% !important;
	}
        .content_vps_openvz .content_vps_openvz #tower-box{
                min-width:99%;
                width:99%;
                margin:15px 0;
        }
	/*Script pages elements*/
	.script-main-text img{
		width:100%;
		padding-bottom:20px;
	}

	/* Dedicated plan tables */
	.dedicated-plan.separate-features table td.dedicated-plan-features ul li{
		text-align: center;
	}
	.dedicated-plan-features span.value{
		float:initial;
		display:block;
	}
	
	/*Terms pages*/
	.page-template-default li p + table{
		width:100% !important;
	}
	#default_content ol li h2{
		font-size:18px;	
	}
	#default_content ol li a{
		word-break: break-word;
	}

	/*With sidebar*/
	#domain-banner-1 h4{
	    	margin-top: 10px;
    		margin-bottom: 10px;
    		font-size: 20px;
	}
	#domain-sidebar{
		width:97%;
		margin: 20px -1% 20px 0;
	}
	.article1-plan-box, #shared-box, #shared-box-wide{
    		width: 100%;
    		margin: 0 0 20px !important;
	}
	#shared-box #box-content ul {
    		width: 100%;
	}
	#shared-box #box-content ul li{
    		font-size:15px;
	}
	.text-box{
		background:none !important;
		padding:0 !important;
	}

	/*** Responsive Tables ***/
	div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_features.tr .td{
		font-size:13px;
		line-height:14px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_desc, div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_desc div {
		padding: 10px 0 0;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .tr .td{
		margin-top:40px;
	}
	div[class*=" content_"] .rp_upgrades .wrapper #rp_presentation.table .rp_pr_features.tr .td{
		font-size:12px;
		line-height:14px;
	}
	
	/*Domain search result table*/
	#domain_results_header_left {
		width: 55%;
	}
	table#domain_results_table td{
		display:inline-block;
	}
	table#domain_results_table td:nth-child(2){
		width:80%;
	}
	table#domain_results_table td:nth-child(3), table#domain_results_table td:nth-child(4){
		width:40%;
	}

	/*Footer*/
	#footer_menu{
		width:96%;
		text-align:center;
	}
	#footer_menu h3{
		font-size:20px;
	}
	#footer_menu ul li{
		border-bottom:none;
	}	

	/*** Order form***/
	#username-block input.wide{
		width:180px;
	}
	.sub-div-right div, #the_details .sub-div-right label, #SSL .ssl_choice .ssl_details .row div:first-of-type, #SSL .split.pl20{
		text-align:left !important;
	}
	#the_details .sub-div-right label span ~ input, #the_details .sub-div-right label span ~ select, #the_details .sub-div-right label input[name="address2"], #SSL .ssl_choice .ssl_details .row, #SSL .ssl_choice .ssl_details .row select, #SSL .ssl_choice .ssl_details .row input{
		width:90%;
		display:inline-block;
	}
	#vps_upgrades + .sub-div-right label span, #SOLUSVM .sub-div-right label span:first-child, #Dedicated .sub-div-right label span:first-child{
		display:block;
	}
	#VPS .sub-div-right label, #SOLUSVM .sub-div-right label, #Dedicated .sub-div-right label{
		display:block;
		margin-right:0;
	}
	#solusvm_upgrades.sub-div-right label span:first-child, #dedicated_upgrades.sub-div-right label span:first-child{
		display:inline-block;
	}
	#Register_Domains input.wide, #Host_Domain input.wide{
		width: 150px;
	}
	#Register_Domains select.small{
		width: 85px;
		margin-top: 10px;
	}
	#comp_phones, #comp_details.split, #SSL .ssl_choice .ssl_details .row div{
		width: 100% !important;
	}
	.domains-result-table{
		width:100% !important;
	}
	.domains-result-table td {
                vertical-align: top;
                padding: 5px 0 !important;
                display: inline-block;
                width: 100% !important;
                text-align: center !important;
        }
	#selected_domains_table td:nth-child(1) span, #selected_domains_table td:nth-child(1) strong{
		line-height:normal;
	}
	#selected_domains_table td:nth-child(1) span, #selected_domains_table td:nth-child(1) strong{
		word-wrap: break-word;
	}
	#selected_domains_table td:nth-child(2), #selected_domains_table td:nth-child(3){
		vertical-align:bottom;	
	}
	#tlds-results-table tr:nth-child(2n+1){
		background:#fff !important;
	}
	#domain_search_content #tlds-results-table tr td:nth-child(2){
		width: 68% !important;
                text-align: left !important;
	}
	#domain_search_content #tlds-results-table tr td:nth-child(3){
		width: 30% !important;
	}
	#domain_search .ssl_period_select{
		margin-top:25px !important;
	}
	.approver_email .ssl_approver_email{
		margin: 5px auto 0 !important;
		width: 80%;
		float: left;
	}
	#domain_search_content .domains-result-table td.period select {
		width: 70px;
	}
	#domain_dialog #search_input input.wide{
		width: 200px;
	}
	form#whois_form table td {
		display: inline-block;
		width: auto;
	}
	form#whois_form table td:first-child {
		text-align: left;
	}
	form#whois_form table td:nth-child(3) {
   		 display: block;
	}
	#the_details .split, #the_details .input-details.sub-div-right:first-child {
    		width: 91% !important;
	}
	#selected_domains .additional_service{
		margin-left:0 !important;
		font-size: 11px;
	}
}

/* IMGS */
.no-webp .domain-promo { background: url(images/bg-domain-promo.jpg) no-repeat bottom; }
.webp .domain-promo { background: url(images/bg-domain-promo.webp) no-repeat bottom; }

.no-webp .openvz-plan-odd div.best-plan-openvz, .no-webp .openvz-plan-even div.best-plan-openvz { background:url(images/best-plan-openvz.png) no-repeat left top; }
.webp .openvz-plan-odd div.best-plan-openvz, .webp .openvz-plan-even div.best-plan-openvz { background:url(images/best-plan-openvz.webp) no-repeat left top; }

.no-webp .comment-meta { background:url(images/time.png) no-repeat left; }
.webp .comment-meta { background:url(images/time.webp) no-repeat left; }

.no-webp .sidebar-ad-fi-data-center { background: #F9F9F9 url("images/fi-flag.png") no-repeat top left; }
.webp .sidebar-ad-fi-data-center { background: #F9F9F9 url("images/fi-flag.webp") no-repeat top left; }

.no-webp .sidebar-ad-bg-data-center { background: #F9F9F9 url("images/bg-flag.png") no-repeat top left; }
.webp .sidebar-ad-bg-data-center { background: #F9F9F9 url("images/bg-flag.webp") no-repeat top left; }

.no-webp a.demo-link { background:url(images/demo.png) left no-repeat; }
.webp a.demo-link { background:url(images/demo.webp) left no-repeat; }

.no-webp a.video-link { background:url(images/movie_play.png) left no-repeat; }
.webp a.video-link { background:url(images/movie_play.webp) left no-repeat; }

.no-webp .sidebar-ad-usa-data-center { background: #F9F9F9 url("images/us-flag.png") no-repeat top left; }
.webp .sidebar-ad-usa-data-center { background: #F9F9F9 url("images/us-flag.webp") no-repeat top left; }

.no-webp .sidebar-ad-uk-data-center { background: #F9F9F9 url("images/uk-flag.png") no-repeat top left; }
.webp .sidebar-ad-uk-data-center { background: #F9F9F9 url("images/uk-flag.webp") no-repeat top left; }

.no-webp .sidebar-ad-au-data-center { background: #F9F9F9 url("images/au-flag.png") no-repeat top left; }
.webp .sidebar-ad-au-data-center { background: #F9F9F9 url("images/au-flag.webp") no-repeat top left; }

.no-webp .app-box-item { background:url(images/app-box-item.png) no-repeat left top; }
.webp .app-box-item { background:url(images/app-box-item.webp) no-repeat left top; }

.no-webp .rpwp-tabs-headers { background-image: url(images/index-tabs-bg.jpg); }
.webp .rpwp-tabs-headers { background-image: url(images/index-tabs-bg.webp); }

.no-webp .rp_pr_feature_header .rp_pr_desc, .no-webp .rp_pr_feature_header .rp_pr_plan { background: url("images/pr_features_header.jpg") repeat-x top; }
.webp .rp_pr_feature_header .rp_pr_desc, .webp .rp_pr_feature_header .rp_pr_plan:not(.rp_pr_best) { background: url("images/pr_features_header.webp") repeat-x top; }

.no-webp .dedicated_box_2 { background: url(images/home-4-box-dedicated-servers.png) top left no-repeat; }
.webp .dedicated_box_2 { background: url(images/home-4-box-dedicated-servers.webp) top left no-repeat; }

.no-webp .semi_dedicated_box_2 { background: url(images/home-4-box-semidedicated.png) top left no-repeat; }
.webp .semi_dedicated_box_2 { background: url(images/home-4-box-semidedicated.webp) top left no-repeat; }

.no-webp .vps_box_2 { background: url(images/home-4-box-kvm-vps.png) top left no-repeat; }
.webp .vps_box_2 { background: url(images/home-4-box-kvm-vps.webp) top left no-repeat; }

.no-webp .vps_openvz_box_2 { background: url(images/home-4-box-vps_openvz.png) top left no-repeat; }
.webp .vps_openvz_box_2 { background: url(images/home-4-box-vps_openvz.webp) top left no-repeat; }

.no-webp #text-box-2.cp-box { background: url(images/ico-cp-img.png) left no-repeat; }
.webp #text-box-2.cp-box { background: url(images/ico-cp-img.webp) left no-repeat; }

.no-webp #text-box-2.app-installer-box { background: url(images/ico-app-installer-img.png) left no-repeat; }
.webp #text-box-2.app-installer-box { background: url(images/ico-app-installer-img.webp) left no-repeat; }

.no-webp #text-box-2.support-box { background: url(images/ico-support-img.png) left no-repeat; }
.webp #text-box-2.support-box { background: url(images/ico-support-img.webp) left no-repeat; }

.no-webp #text-box-2.data-center-box { background: url(images/ico-data-center-choices.png) left no-repeat; }
.webp #text-box-2.data-center-box { background: url(images/ico-data-center-choices.webp) left no-repeat; }

.no-webp #text-box-2.cloud-box { background: url(images/ico-cloud.png) left no-repeat; }
.webp #text-box-2.cloud-box { background: url(images/ico-cloud.webp) left no-repeat; }

.no-webp .article1-plan-title { background:#666666 url('images/bottom-shadow.png') repeat-x bottom; }
.webp .article1-plan-title { background:#666666 url('images/bottom-shadow.webp') repeat-x bottom; }

.no-webp .article-plan-best div.article1-plan-title span  { background:url('images/best-plan-corner.png') no-repeat top left; }
.webp .article-plan-best div.article1-plan-title span  { background:url('images/best-plan-corner.webp') no-repeat top left; }

.no-webp .article2-links-area { background:url('images/vshade.png') no-repeat right top; }
.webp .article2-links-area { background:url('images/vshade.webp') no-repeat right top; }

.no-webp #cs_context_help_areas { background:url("images/ico-context-help.png") no-repeat top left; }
.webp #cs_context_help_areas { background:url("images/ico-context-help.webp") no-repeat top left; }

.no-webp #cs_video_tutorials { background:url("images/ico-video-tutorials.png") no-repeat top left; }
.webp #cs_video_tutorials { background:url("images/ico-video-tutorials.webp") no-repeat top left; }

.no-webp #cs_faq { background:url("images/ico-faq.png") no-repeat top left; }
.webp #cs_faq { background:url("images/ico-faq.webp") no-repeat top left; }

.no-webp #cs_ticketing_system { background:url("images/ico-ticketing-system.png") no-repeat top left; }
.webp #cs_ticketing_system { background:url("images/ico-ticketing-system.webp") no-repeat top left; }

.no-webp .us-dc { background:url(images/banner-usa-data-center.png) top right no-repeat; }
.webp .us-dc { background:url(images/banner-usa-data-center.webp) top right no-repeat; }

.no-webp .se-dc { background:url(images/banner-se-data-center.png) top right no-repeat; }
.webp .se-dc { background:url(images/banner-se-data-center.webp) top right no-repeat; }

.no-webp .au-dc { background:url(images/banner-au-data-center.png) top right no-repeat; }
.webp .au-dc { background:url(images/banner-au-data-center.webp) top right no-repeat; }

.no-webp .uk-dc { background:url(images/banner-uk-data-center.png) top right no-repeat; }
.webp .uk-dc { background:url(images/banner-uk-data-center.webp) top right no-repeat; }

.no-webp .rp_pr_signup .pr_rp_sing_up_button { background: url("images/pr_sign_up.jpg") repeat-x scroll 0 0; }
.webp .rp_pr_signup .pr_rp_sing_up_button { background: url("images/pr_sign_up.webp") repeat-x scroll 0 0; }

.no-webp #whois_id_protection_banner { background:url("images/banner-whois-id-protect.jpg") no-repeat top left; }
.webp #whois_id_protection_banner { background:url("images/banner-whois-id-protect.webp") no-repeat top left; }

@media only screen and (max-width: 1024px) {
	.no-webp #home-banner-3:before{ background: url(images/server-01.png) top no-repeat !important; }
	.webp #home-banner-3:before{ background: url(images/server-01.webp) top no-repeat !important; }
}
