/*
 * Base styles for the ResellersPanel plugin's shortcode-rendered
 * widgets (order form, plan comparison tables, domain search) --
 * this theme's own overrides on top of these follow further down.
 */

@CHARSET "UTF-8";
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
/*****************************/
/*** Core html setup stuff ***/
/*****************************/

/*
 * Removed the rest of the vendor theme's own `body{...}` rule (font-family:
 * Helvetica/Arial, font-size:14px, color:#000, margin:0 auto) — same
 * `body`-tag collision as the background-image rules just above.
 * Confirmed live via getComputedStyle(document.body): this was
 * overriding this theme's own body font-family/size (style.css,
 * loaded earlier, same specificity so this later rule was winning) on
 * every page that loads this stylesheet — meaning most of the site was
 * silently rendering in Helvetica/Arial at 14px instead of the
 * intended design-system font at 16px. Likely a real contributor to
 * "doesn't feel as polished" — wrong body font sitewide is not a small
 * thing. Kept `height:100%; margin:0; padding:0` from the html,body
 * rule above (harmless resets, not fighting anything of ours).
 */
/*
 * Removed the `color:#c42c20` (brick red, the vendor theme's own old link
 * color) from this bare `a{}` rule — same collision pattern as
 * everything else in this block: a generic element selector, not
 * scoped to any vendor-theme-specific class, so it was overriding this
 * theme's own `a{color:inherit}` (style.css) on every plain link in
 * regular content. Confirmed live on the SSL certificates article:
 * inline links like "web hosting" and "domain" rendered in this red
 * instead of anything from the current design system. Kept
 * `text-decoration:none` — removing it too would un-underline links
 * that plugin-rendered content may rely on looking plain until hover.
 * Added `.page-body a, .post-body a` in style.css so content links get
 * an intentional, on-brand color instead of just invisibly inheriting
 * body text color once the red is gone.
 */
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:hover, a:active, a:focus, button:hover, button:focus {outline:none;}
img{
	border-style: none;
}
.clear { clear: both; overflow:hidden; font-size:0; line-height:0; }
.left{
	float:left;
}
.right{
	float:right;
}
h1 {
	font-size:30px;
	font-weight:bold;
}
h2 {
	font-size:24px;
	font-weight:bold;
	padding-left:20px;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:16px;
	font-weight:normal;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#wrapper_fixed{
	width:1000px;
	padding:0px;
	margin:0px auto;
	position: relative;
}
#ribbon{
	float:none;
	width:94px;
	height:143px;
	position:absolute;
	margin:0;
	padding:0;
	left:-60px;
	 
}
#logo{
	width:60px;
	height:60px;
	margin:30px 20px 0 14px;
	padding:0;
	z-index:300;
	 
}
#header_top{
	float:left; 
	width:1000px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	margin:0;
	padding:0;
	position: relative;
}
#header_title{
	float:left; 
	width:1000px;
	height:auto;
	min-height:60px;
	overflow:hidden;
	margin:0;
	padding:0;
	display: flex;
}
.position{
	width: 1000px;
	margin:0px auto;
	_text-align: left;
}
.hidden_text{
	display:none;
}

/*****************************************/
/*** Site Title and Description in the Header ***/
/*****************************************/
h1#header_logo a{
	margin:-20px 0 0 50px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	display: block;
	color:#fff;
}
h5#header_logo {
	margin:0 0 0 50px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	display: block;
	color:#e75a50;
}

/*****************************************/
/*** Login Field in the Header ***/
/*****************************************/
#rpwp-login-wrapper{
	float:left; 
	height:auto;
	min-height:24px;
	overflow:hidden; 
	padding:0 12px 0 36px; 
	margin:8px 0; 
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px; 
	line-height:24px;
	color:#8fa0ae; 
	border-right: 1px dotted #3d5262;	 
	background-position: 10px 4px !important;
}
#rpwp-login-wrapper a{
	font-family: Helvetica, Arial, sans-serif;
	color:#8fa0ae; 
	text-decoration:none;
}
#rpwp-login-wrapper a:hover{
	color:#e75a50; 
	text-decoration:none;
}

/*****************************************/
/***Sign Up in the Header ***/
/*****************************************/
#rpwp-login-form-text{
	float:left; 
	height:auto;
	min-height:24px;
	overflow:hidden; 
	padding:0 12px 0 36px; 
	margin:8px 0 8px 210px; 
	font-size:13px; 
	font-weight:bold;
	line-height:24px;
	color:#fff; 
	border-right: 1px dotted #3d5262;
	background-position: 10px 4px !important;
}
#rpwp-login-form-text a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-decoration:none; 
	color:#fff;
}
#rpwp-login-form-text a:hover{
	text-decoration:none; 
	color:#54c5fe;
}
 
/*****************************************/
/***Phone Number in the Header ***/
/*****************************************/
#header_phone {
	float:left; 
	height:auto;
	min-height:24px;
	overflow:hidden; 
	padding:0 12px 0 36px; 
	margin:8px 0; 
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px; 
	line-height:24px;
	color:#8fa0ae; 
	border-right: 1px dotted #3d5262;
	background-position: 10px 4px !important;
}
#header_phone .small {
	padding-left: 5px;
	font-family: Helvetica, Arial, sans-serif;
	color:#e75a50;
	line-height:24px;
}
#header_phone .number {
	padding-left: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#8fa0ae;
}

/*****************************************/
/*** Live Chat in the Header ***/
/*****************************************/
#live_chat{
	float:left;
	display: block;
	width: 145px;
	height:24px; 
	margin:8px 0; 
	padding:0 12px; 
	overflow: hidden;
}


/*****************************************/
/*** Main Menu ***/
/*****************************************/
#menu{
	float:left;
	width:1000px;
	height:auto;
	min-height:50px;
	overflow:hidden;
	margin:0px;
	padding:0;
}
#menu ul.dropdown{
	float:left;
	height:auto;
	min-height:50px;
	overflow:hidden;
	width:100%;
	margin: 0 0 0 40px;
	padding: 0;
	list-style-type: none; 
	list-style:none;
/*	background: url(images/bkg_butseparator.gif) top left no-repeat; */
}
#menu ul.dropdown li{
	float:left;
	height:auto;
	min-height:50px;
	overflow:hidden;
	padding:0;
	position:relative; /* hey Submenu ULs, appear below! */
	background:none;
}
#menu ul.dropdown li a{
	margin: 0px;
	padding: 0 10px;
	line-height: 50px;
	font-size:13px;
	text-transform:uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	display: block;
	text-decoration: none;
	color:#fff;
	
}
#menu ul.dropdown li a:hover{
	float:left;
	margin: 0px;
	padding: 0 10px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	color:#afafaf;
	
}
#menu ul.dropdown li:hover{
	color:#afafaf;
	
}
#menu ul.dropdown li.current_page_item a, #menu ul.dropdown li.current-menu-item a,  #menu ul.dropdown li.current-menu-ancestor a,  #menu ul.dropdown li.current-page-ancestor a, .menu-hover-class {
	float:left;
	margin: 0px;
	padding: 0 10px 10px 10px;
	line-height: 40px;
	text-decoration: none;
	display: block;
	color:#d53429;
	
}

#menu ul.dropdown li.current-menu-item a,
#menu ul.dropdown li.current-menu-item a:hover {

}

/*****************************************/
/*** Sub Menu ***/
/*****************************************/
 ul.dropdown li ul {
	min-width:212px;
	margin:0px;
	padding:2px;
	list-style: none;
	position:absolute;
	z-index:500;
	background:#000;
	border-top:5px solid #000;
	border-bottom:5px solid #000;
	top:40px;
/* Box Radius */
	-moz-border-bottom-right-radius: 6px; /* Firefox */
	-moz-border-bottom-left-radius: 6px; /* Firefox */
	-moz-border-top-right-radius: 6px; /* Firefox */
	-webkit-border-bottom-right-radius: 6px; /* Safari, Chrome */
	-webkit-border-bottom-left-radius: 6px; /* Safari, Chrome */
	-webkit-border-top-right-radius: 6px; /* Safari, Chrome */
	-o-border-bottom-right-radius: 6px; /* Opera */
	-o-border-bottom-left-radius: 6px; /* Opera */
	-o-border-top-right-radius: 6px; /* Opera */
	border-top-right-radius: 6px; /* CSS3 */
	border-bottom-right-radius: 6px; /* CSS3 */
	border-bottom-left-radius: 6px; /* CSS3 */
	
}
ul.dropdown ul ul {
	top:0;
	left:100%; /* Position the sub menus to right. */
}
#menu ul.dropdown  li ul.sub-menu li  {
	width:212px;
	height:auto;
	margin:0px; 
	padding:0;
/*	background: transparent;    */
	border-top:1px solid #2c3b45;
	border-bottom:1px solid #577285;
}
ul.dropdown li ul a {
	display:block;
}
#menu ul.dropdown  li ul.sub-menu li a {
	width:200px;
	margin:0px;
	padding:5px 6px;
	line-height:normal;
	border: none; 
	color:#fff;
	background:#4b5f6f;
}

#menu ul.dropdown  li ul.sub-menu li a:hover { 
	width:200px;
	padding:5px 6px;
	margin:0px;
	color: #afafaf;
	background:#314352;
}
/*
#menu ul ul.sub-menu li:hover{ 
	width:200px;
	padding:0px 6px;
	margin:0px;
	color: #fff;
	background:#a3a112;
}
*/
#menu ul ul.sub-menu li.current-menu-item , #menu ul.dropdown li ul.sub-menu li.current-menu-item a { 
	color: #d53429;
	background:#000;
}

/* Hide all the dropdowns (submenus) */
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block; }
/*****************************************/
/*** Breadcrumbs ***/
/*****************************************/
#crumbs {
	float:left;
	width: 980px;
	margin:5px 10px -20px 10px;
	height:auto;
	min-height:30px;
	overflow:hidden;
	font-family: Helvetica, Arial, sans-serif;
	color:#d9d9d9;
}
#crumbs a{
	color:#50c1fc;
}
.current {
	color:#fff;
}

/*****************************************/
/*** Content ***/
/*****************************************/
#content{
	float:left;
	width:1000px;
	margin-top:95px;
	padding:0;
	position:relative;
	z-index:1;
}
#front_page_content{
	float:left;
	width:1000px;
	margin-top:-95px;
}
#default_content, #internal_page_1, #contacts_page{
	padding: 0 25px 50px;
	margin:0;
	line-height:24px;
}
#internal_page_2{
	padding: 0 0px 50px;
	margin:0;
}
/*****************************************/
/*** Footer ***/
/*****************************************/
#footer-full-width {
	width:100%;
	padding-bottom:60px;
	padding-top:20px;
	background:#2f2f2f;
}
#footer{
	width:1000px;
	padding:0px;
	margin:0px auto;
	position: relative;
}
#footer-copyright {
	width:1000px;
	padding:0px;
	margin:0px auto;
	position: relative;
}
#footer_menu{
	float: left;
	width: 225px;
	margin:0 12px;
	padding: 0px;
}
#footer_menu h3{
	font-size: 14px;
	font-weight:bold;
	color:#fff;
}
#footer_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer_menu ul li{
	padding:4px 0px 4px 10px;
}
#footer_menu ul li a{
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	color:#a1a1a1;
	padding: 3px 0px 3px 10px;
}
#footer_menu a:hover{
	font-size: 12px;
	color:#e75a50;
}
#footer_menu ul li a span{
	font-size:16px;
}
#footer_contacts{
	float: left;
	width: 1000px;
	margin: 15px 0 0 0;
	padding: 0px;
	font-size: 12px;
	color:#fff;
}
#footer_contacts span{
	border-right:1px solid #fff;
	padding-right:5px;
}
#footer_contacts span:last-child{
	border-right:none;
}
#footer_contacts a:link{
	font-size: 12px;
	color:#c5c5c5;
}
#footer_contacts a:hover{
	font-size: 12px;
	color:#e75a50;
}
#footer_cards{
	float: right;
	width: 250px;
	height:auto;
	min-height:24px;
	overflow:hidden;
	margin:0 0 10px 0;
	
}
#copyright{
	float:left;
	width:600px;
	font-size: 12px;
	color:#858484;
}

/*****************************************/
/*** Buttons ***/
/*****************************************/
.rpwp-btn { width:110px; text-align:center;}
.rpwp-button{
	cursor: pointer;
	padding: 2px 15px;	
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform:capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:normal;
	color: #fff;
	text-shadow: 0px 1px 1px #6d0902;
	border:1px solid #c8c8c8;
	/* Border Radius */
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-o-border-radius: 3px; /* Opera */
	-ms-border-radius: 3px; /* Opera */
	border-radius: 3px; /* CSS3 */
}
.rpwp-button.colorize{
	background-image: linear-gradient(bottom, #B02117 0%, #CF3125 100%);
	background-image: -o-linear-gradient(bottom, #B02117 0%, #CF3125 100%);
	background-image: -moz-linear-gradient(bottom, #B02117 0%, #CF3125 100%);
	background-image: -webkit-linear-gradient(bottom, #B02117 0%, #CF3125 100%);
	background-image: -ms-linear-gradient(bottom, #B02117 0%, #CF3125 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #B02117),
		color-stop(1, #CF3125)
	);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CF3125', EndColorStr='#B02117'); /* IE6–IE9 */
}
.rpwp-button.colorize:hover{
	background-image: linear-gradient(bottom, #750C04 0%, #A9190F 100%);
	background-image: -o-linear-gradient(bottom, #750C04 0%, #A9190F 100%);
	background-image: -moz-linear-gradient(bottom, #750C04 0%, #A9190F 100%);
	background-image: -webkit-linear-gradient(bottom, #750C04 0%, #A9190F 100%);
	background-image: -ms-linear-gradient(bottom, #750C04 0%, #A9190F 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #750C04),
		color-stop(1, #A9190F)
	);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#A9190F', EndColorStr='#750C04'); /* IE6–IE9 */	
}

.rpwp-button.colorize-2{
	/* ---black---- */
	/*#3F3F3F - #6E6E6E*/
	background-image: linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 19%, #6E6E6E 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, #3F3F3F),
		color-stop(0.6, #6E6E6E)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6E6E6E', EndColorStr='#3F3F3F'); /* IE6–IE9 */
}
.rpwp-button.colorize-2:hover{
	text-decoration: none;
	background-image: linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 19%, #5E5E5E 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, #3F3F3F),
		color-stop(0.6, #5E5E5E)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5E5E5E', EndColorStr='#3F3F3F'); /* IE6–IE9 */
}
.rpwp-button.left{
	float:left;
}
.rpwp-button.right{
	float:right;
}
.rwp-button.center{
	margin:0px auto;
	text-align:center;
}
.rpwp-button .gloss{
}
.rpwp-block{padding-right: 2em;padding-bottom:30px;}

/*****************************************/
/*** Content headers - special pages ***/
/*****************************************/
#content_header{
	padding: 0 25px; 
	font-size: 14px; 
	margin:0 0 10px 0;
	position:relative;
}
/*
 * Found via a screen recording flagging "Hosting Articles" rendering
 * with doubled/ghosted-looking text. #aboutus-content-main h1
 * (confirmed on /hosting-articles/, /about-us/, and used on 9 pages
 * sitewide) was grouped into this rule meant for #content_header — a
 * dark banner needing its heading text pulled up (margin-top:-66px)
 * and colored white to sit inside a background image. #aboutus-
 * content-main has no such banner: it's a plain light page-body
 * section, so this same white text (invisible against a light
 * background) with a heavy black text-shadow rendered as a shadow-
 * only silhouette, and the -66px margin pulled it up to directly
 * overlap the theme's own auto-generated .page-title — confirmed live
 * via getBoundingClientRect() the two exact-matching "Hosting
 * Articles" headings' boxes overlapped. The mobile breakpoint further
 * down this file already correctly overrides this h1 back to
 * margin-top:0/dark ink color for exactly this reason; desktop just
 * never got the matching fix.
 */
#content_header h1, #content_header h2, #content_header h3{
	font-size: 30px;
	font-weight:bold;
	color:#fff;
	text-shadow: 0 4px 3px #000;
	margin-top:-66px;
	line-height:normal;
}
#aboutus-content-main h1{
	font-size: 30px;
	font-weight:bold;
	color:#273948;
	text-shadow:none;
	margin-top:0;
	line-height:normal;
}
#domain-content-main h1, #default_content .article2-text-area h1, #default_content .article1-text-area h1, #default_content h1{
	float: left;
	width:100%;
	margin-top:10px;
	font-size: 30px;
	font-weight:bold;
	text-shadow: none;
	color:#273948;
	line-height:normal;
}

.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:190px;
}
.text_dedicated, .text_semi-dedicated, .text_web_hosting, .text_vps_compare, .text_domains, .text_vps_openvz, .text_vps_kvm {
	width:620px;
	line-height:24px;
	font-size:14px;
	padding-bottom:10px;
}

/******    Hepsia Page   ******/
.header_hepsia {
	float: left;
	width: 950px;
	height:auto;
	min-height:250px;
	overflow:hidden;
	padding-bottom:0;
	margin-bottom:0;
}
.text_hepsia {
	float:left;
	width:460px;
	margin:10px 0 0 0;
	padding-bottom:10px;
	line-height:28px;
	font-size:14px;
}
.hepsia-top-video {
	float:right;
	margin:10px 12px 0px 0px;
	height:auto;
	min-height:217px;
	overflow:hidden;
	border:2px solid #0f4475;
}
a.demo-link {
	
	padding:0px 0px 0px 25px;
	margin-right:7px;
}
a.video-link {
	
	padding:0px 0px 0px 23px;
	margin-left:7px;
}
.line-full-width{
	border-top:1px solid #b5b5b5;
}

/*****************************************/
/*** Default content for inner pages ***/
/*****************************************/
#default_content ol{
	padding:0 0 0 20px;
}
#default_content ol li{padding: 4px 0 4px 9px;}
#default_content p{line-height:24px;}

/*****************************************/
/*** Domain Search ***/
/*****************************************/
/*-----domain name only banner------*/
#domain-only-banner, #domain-hosting-banner {
	float:left;
	width:970px;
	height:auto;
	min-height:232px;
	overflow:hidden;
	margin: 0 0 20px -25px;
	padding:10px 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-size:20px;
	margin:0px;
	font-weight:bold;
	text-transform: uppercase;
	color:#fff;
}
#domain-only-banner .text, #domain-hosting-banner .text {
	font-size:24px;
	color:#fff;
}
#domain-only-banner span.currency, #domain-hosting-banner span.currency {
	font-size:28px;
	font-weight:bold;
	color:#fff;
}
#domain-only-banner span.price-value, #domain-hosting-banner span.price-value {
	font-size:30px;
	margin:0px;
	font-weight:bold;
	color:#fff;
}
/*-----domain name only banner------*/

/*-----domain tld banner------*/
#domain-tld-banner {
	float:left;
	width:970px;
	height:auto;
	min-height:212px;
	overflow:hidden;
	margin: 0 0 20px -25px;
	padding:30px 15px 0px 15px;
	font-size:36px;
	color:#fff;
	
}
#domain-tld-banner .arrow {
	
}
#domain-tld-banner span.tld {
	float:none;
	font-size:100px;
	line-height:120px;
	color:#fff;
}
#domain-tld-banner span.currency {
	font-size:90px;
	color:#fff;
}
#domain-tld-banner span.price-value {
	font-size:123px;
	line-height:140px;
	color:#fff;
}
/*-----domain tld banner------*/
/*-----domain tld banner 2------*/
#domain-tld-banner-2 {
	float:left;
	width:920px;
	height:auto;
	min-height:212px;
	overflow:hidden;
	margin: 0 0 20px 0;
	padding:30px 15px 0px 15px;
	font-size:36px;
	color:#fff;
	
}
#domain-tld-banner-2 .arrow {
	
}
#domain-tld-banner-2 span.tld {
	float:none;
	font-size:100px;
	line-height:120px;
	color:#fff;
}
#domain-tld-banner-2 span.currency {
	font-size:90px;
	color:#fff;
}
#domain-tld-banner-2 span.price-value {
	font-size:123px;
	line-height:140px;
	color:#fff;
}
.free-domain {
	font-size:60px;
	font-weight:bold;
}
.domain-tld-banner-text {
	font-size:20px; line-height:24px; text-transform:uppercase;
}
#domain-tld-banner-2 .domain-price {
	font-size:60px;
	font-weight:bold;
}
#domain-tld-banner-2 td.domain-price {
	width:160px;
	padding-right:10px;
	text-align:right;
}
#domain-tld-banner-2 .domain-currency {
	font-size:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*-----domain tld banner 2------*/
/*------------domain page 2---------------*/
#domain-content-main {
	float:left;
	width:630px;
	margin-top:0px;
	padding:0 20px 0 0;
	display:block;
}
#domain-content-main p {
	line-height:26px;
}
#domain-banner-1 {
	float:left;
	width:630px;
	margin: 20px 0 20px 0;
	padding: 0;
	
}
#domain-banner-1 div {
	float:left;
	width:460px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	margin:0px 90px;
	padding:0;
}
h3.domain-banner-title-1 {
	float:left;
	font-size:30px;
	width:630px;
	margin:0px;
	padding:15px 0px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
#domain-banner-1 h4 {
	float:left;
	width:630px;
	text-align:center;
	font-size:23px;
	font-weight:normal;
	color:#50c1fc;
}
#domain-banner-1 h4 strong.tld-cont {
	font-size:32px;
	color:#50c1fc;
}

#domain-sidebar {
	float:right;
	width:300px;
	margin-top:14px;
	margin-right:-25px;
	padding:10px 10px;
	display:block;
	background:#d8d8d8;
}
#domain-sidebar h3 {
	font-size:19px;
	margin:0px;
	padding:0px 0px 0px 30px;
	font-weight:normal;
	background:#000; 
	color:#FFF; 
	border:1px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	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 */ 
}
/*
 * Confirmed live on /order-domain/ (#sidebar_accordion's <h4> toggle,
 * appears on 27 pages per the sitewide audit): plain black gradient,
 * unrelated to any brand color on the site. Flat teal instead.
 */
#domain-sidebar h4 {
	font-size:19px;
	padding:0px 0px 0px 30px;
	font-weight:normal;
	background:var(--signal);
	color:#FFF;
	border:1px solid var(--signal-ink);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height:42px;
	background-image:none;
}
#domain-sidebar table.tld-prices th {
	height:35px;
	font-size:17px;
	font-weight:normal;
	color:#fff;
	background:#0a3768;

}
#domain-sidebar table.tld-prices tr {
	background:#ebebeb;
}
#domain-sidebar table.tld-prices tr td {
	padding:0 0 0 15px;
	border-top:1px solid #b9b9b9;
	border-bottom:1px solid #F3F3F3;
}
.tld-price-currency {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
#domain-sidebar table.tld-prices tr td .tld-price-value {
	font-size:16px;
	color:#000;
}
table.tld-prices td strong.tld {
	margin:0;
	font-size:16px;
	color:#000;
}
#sidebar_accordion td.year {
	color:#3D3D3D;
	font-size:19px;
}
#sidebar_accordion td.price {
	font-size:22px;
}
#domain-sidebar strong { 
	line-height:25px;
}

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


#domain-search-area-frontpage{
	float:left;
	width:1000px;
	height:auto;
	min-height:101px;
	overflow:hidden;
	margin:0 0 20px 0;
	padding: 0px;
	
}
#domain-search-area, #domain-search-area-4 {
	float:left;
	width:1000px;
	height:auto;
	min-height:101px;
	overflow:hidden;
	margin:0 0 20px -25px;
	padding: 0px;

}
#domain-search-form {
	float:left;
	width:460px;
	height:auto;
	min-height:101px;
	overflow:hidden;
	margin-left:80px;
	text-align:left;
}
#domain-search-form h3 {
	float:left;
	height:auto;
	min-height:30px;
	overflow:hidden;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	margin:0;
	padding:20px 0 0 0;
}
#domain-search-form div {
	float:left;
	width:460px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	margin:0px;
	padding:0;
}
form, fieldset { margin:0; padding:0; outline:none; }
input, select { outline:none; }
#domain-search-form div form, #domain-banner-1 div form, .sidebar-domain-search div form{
	height:38px;
	background:#bdbdbd;
	border:1px solid #fefefe;
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
}
#domain_sld {
	float:left;
	width:240px;
	height:auto;
	min-height:28px;
	overflow:hidden;
	margin:0px; 
	padding:5px;
	font-size:20px;
	line-height:26px;
	font-family: Helvetica, Arial, sans-serif;
	font-style:italic;
	color:#434242;
	background:none;
	border:0px solid #FFF;
	border-right:1px solid #3a3a3a;
	display:block;
}
#domain_tld {
	float:left;
	width:97px;
	height:auto;
	min-height:36px;
	overflow:hidden;
	margin:0; 
	padding:0px;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:36px;
	border:0px solid #FFF;
	display:block;
}
.domain-search-button {
	float:right;
	width:82px;
	height:auto;
	min-height:36px;
	overflow:hidden;
	margin-right:2px;
	margin-top:1px;
}
#promo-tlds {
	float:right;
	width:360px;
	height:auto;
	min-height:101px;
	overflow:hidden;
	margin:0 100px 0 0;
}
#promo-tlds h3{
	margin:20px 0 5px;
	padding:0 0 0 20px;
	font-size:20px;
	color:#000;
}
#promo-tlds p{
	margin:0;
	padding:0 0 0 20px;
	color:#000;
}
#promo-tlds a{
}
#tld-box {
	float:left;
	width:180px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	margin: 7px 0 3px 0;
	padding:0px;
}
.tld {
	float:left;
	width:93px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	padding-right:6px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	text-align:right;
	color:#000;
}
.tld-price{
	float:right;
	width:81px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	margin:0;
	
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

.tld-currency {
	font-size:16px;
	color:#fff;
	text-shadow: 0 1px #000;
}
.tld-price-value {
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	color:#fff;
	text-shadow: 0 1px #000;
}
.tld-period {
	font-size:14px;
	color:#fff;
	text-shadow: 0 1px #000;
}

#domain_results_header {
	float:left;
	width:624px;
	height:auto;
	min-height:38px;
	overflow:hidden;
	margin:0;
	border:1px solid #640700;
	
	background-image: linear-gradient(bottom, #A6160C 0%, #CF3125 100%);
	background-image: -o-linear-gradient(bottom, #A6160C 0%, #CF3125 100%);
	background-image: -moz-linear-gradient(bottom, #A6160C 0%, #CF3125 100%);
	background-image: -webkit-linear-gradient(bottom, #A6160C 0%, #CF3125 100%);
	background-image: -ms-linear-gradient(bottom, #A6160C 0%, #CF3125 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #A6160C),
		color-stop(1, #CF3125)
	);    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CF3125', EndColorStr='#A6160C'); /* IE6–IE9 */

	color:#FFF;
	font-weight:bold;

}
#domain_results_header_left {
	float:left;
	width:426px;
	padding:10px 5px 10px 10px;
	
	border-right:1px solid #640700;
}
#domain_results_header_right {
	float:left;
	width:167px;
	padding:10px 5px 10px 10px;

}
table#domain_results_table{
	margin:0;
	border:1px solid #D2D2D2;
}

#domain-tables {
	padding:7px 20px;
}
/* root element for domain-tabs  */
ul.domain-tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #CF3125;
    height:40px;
}

/* single tab */
ul.domain-tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
	border-right:1px solid #FFF;
}

/* link inside the tab. uses a background image */
ul.domain-tabs a {
	background-image: linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;
	background-image: -o-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;
	background-image: -moz-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;
	background-image: -ms-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #BEBEBE),
		color-stop(1, #EEEEEE)
	) !important;	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#BEBEBE') !important; /* IE6–IE9 */

    font-size:16px;
	font-weight:bold;
    display:block;
    height: 40px;
    line-height:40px;
    width: 240px;
    text-align:center;
    text-decoration:none;
    color:#333 !important;
    padding:0px;
    margin:0px;
    position:relative;
	border-right:1px solid #B8B8B8;
}

ul.domain-tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.domain-tabs a:hover {
	background-image: linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -o-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -moz-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -ms-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #A6160C),
		color-stop(1, #CF3125)
	) !important;    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CF3125', EndColorStr='#A6160C') !important; /* IE6–IE9 */
  
	color:#fff !important;
    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 {
	background-image: linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -o-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -moz-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -ms-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #A6160C),
		color-stop(1, #CF3125)
	) !important;    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CF3125', EndColorStr='#A6160C') !important; /* IE6–IE9 */

	cursor:default !important;
    color:#FFF !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;
}
table.rp-tld-price{
	border-right:1px solid #b5b5b5;
}
.rp-tld-price, .rp-tld-info{width:100%;border-collapse: collapse;}
/*
 * Confirmed live on /order-domain/ (sidebar_accordion, appears on 27
 * pages per the sitewide audit): this table's header row and first
 * column were both the old brick-red/dark-red gradient, and the
 * first-column link was bright yellow (#fff000) on top of that red —
 * the most saturated leftover vendor-theme coloring found on the whole
 * site. Flat teal instead, matching the rest of the redesign; kept
 * the gradient's dark variant for the hover-equivalent depth cue by
 * using --signal/--signal-ink as the two stops instead of red tones.
 */
.rp-tld-price th, .rp-tld-info th{
	padding:6px 8px;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border-left:1px solid #003748;
	background:var(--signal);
	background-image:none;
}
.rp-tld-row-even{background:#dedede;}
.rp-tld-price td, .rp-tld-info td{text-align:right;padding:6px 8px; border-left:1px solid #b5b5b5; border-bottom:1px solid #b5b5b5;}
.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; color:#fff; background:var(--signal-ink); border-left:1px solid #003748;}
.rp-tld-price td.rp-tld-col-first a, .rp-tld-info td.rp-tld-col-first a{color:#fff;}
.rp-tld-price td.rp-tld-col-last, .rp-tld-info td.rp-tld-col-last{border-right:1px solid #b5b5b5;}
/*
 * Removed: `.wrap{padding:1px;}` — present in the vendor theme's own original
 * source too, so not a copy error, but a naming collision: the vendor theme's
 * own main layout container was #wrapper_fixed, so .wrap was free for
 * some small internal use there. This theme independently chose .wrap
 * as its OWN main layout container's class, and since this file loads
 * after style.css, this rule was silently winning and collapsing the
 * main content area's and footer's horizontal padding to 1px on every
 * page that loads this stylesheet (most pages, since most use some
 * ResellersPanel shortcode) — confirmed live via computed styles.
 */
/*
.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;

	-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; }
*/


/*****************************************/
/*** Plan Tables ***/
/*****************************************/
#rp_presentation{
	border-style: none;
	width: 100%;
	table-layout:fixed;
	border-spacing:2px 0px;
	border-collapse: separate;
}
.rp_upgrades{
	border:1px solid #717171;
	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: 0 5px;
	text-align: center;
}
.rp_pr_plan.first-plan {
}
.plan-overview {
	margin-top:-20px;
	padding:0px 5px 10px;
}
.rp_pr_plan a:link{
}
.rp_upgrades .rp_pr_plan{
	/*border-left: 0;*/
	padding-left: 1px;
}
.rp_upgrades .rp_pr_desc{
}
.rp_pr_desc,.rp_pr_desc div{
	text-align: left;
	margin: 0;
	padding:10px 0px 0px 10px;
}
.rp_pr_plan_header .rp_pr_plan{
	height: 60px;
	vertical-align:middle;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-transform: capitalize;
	color:#FFF;
	text-shadow:0 1px 1px #000;
	background:#7db21e;
	border-top:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.content_web_hosting .rp_pr_plan.rp_pr_best{
	width: 192px;
}
.rp_pr_plan_header .rp_pr_plan.rp_pr_best{
	font-size: 30px;
	background:#cf3125;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.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: 40px;
}

.rp_upgrades .rp_pr_feature_header .rp_pr_desc{
	background-image: none;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	
	background-image: linear-gradient(bottom, #BEBEBE 0%, #F2F2F2 100%);
	background-image: -o-linear-gradient(bottom, #BEBEBE 0%, #F2F2F2 100%);
	background-image: -moz-linear-gradient(bottom, #BEBEBE 0%, #F2F2F2 100%);
	background-image: -webkit-linear-gradient(bottom, #BEBEBE 0%, #F2F2F2 100%);
	background-image: -ms-linear-gradient(bottom, #BEBEBE 0%, #F2F2F2 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #BEBEBE),
		color-stop(1, #F2F2F2)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#BEBEBE'); /* IE6–IE9 */
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan, .rp_upgrades .rp_pr_feature_header .rp_pr_plan.rp_pr_after_best{
	background-image: none;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	
	background-image: linear-gradient(bottom, #8BB935 0%, #A1D147 100%);
	background-image: -o-linear-gradient(bottom, #8BB935 0%, #A1D147 100%);
	background-image: -moz-linear-gradient(bottom, #8BB935 0%, #A1D147 100%);
	background-image: -webkit-linear-gradient(bottom, #8BB935 0%, #A1D147 100%);
	background-image: -ms-linear-gradient(bottom, #8BB935 0%, #A1D147 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #8BB935),
		color-stop(1, #A1D147)
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#A1D147', EndColorStr='#8BB935'); /* IE6–IE9 */
}
.rp_upgrades .rp_pr_feature_header .rp_pr_desc{
	text-transform: uppercase;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_best{
	height: 30px;
	padding-right:0px;
	background:#e8e8e8;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}

.rp_pr_feature_header .rp_pr_plan.rp_pr_after_best, .rp_pr_feature_header .rp_pr_plan{
	height: 30px;
	padding-right:0px;
	background:#fff;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan.rp_pr_best{
	background-image: none;
	color:#fff;
	
	background-image: linear-gradient(bottom, #D84035 0%, #FC5C51 100%);
	background-image: -o-linear-gradient(bottom, #D84035 0%, #FC5C51 100%);
	background-image: -moz-linear-gradient(bottom, #D84035 0%, #FC5C51 100%);
	background-image: -webkit-linear-gradient(bottom, #D84035 0%, #FC5C51 100%);
	background-image: -ms-linear-gradient(bottom, #D84035 0%, #FC5C51 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #D84035),
		color-stop(1, #FC5C51)
	);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FC5C51', EndColorStr='#D84035'); /* IE6–IE9 */
}
/*
.rp_upgrades .rp_pr_feature_header .rp_pr_plan.rp_pr_after_best{
	background-image: none;
	background-color: #C8C8C8;
}
*/
.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;
	color: #000;
}
.rp_upgrades .rp_pr_features.rp_pr_features_price .rp_pr_desc{
	border-right-style: none;
}
.rp_upgrades .rp_pr_signup .rp_pr_desc{
	border-right-style: none;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan{
	color:#000;
	background:#fff;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	font-weight: normal;
}
.rp_pr_plan{
	color:#000;
	background:#fff;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}
.rp_upgrades .rp_pr_plan{
	color:#000;
	background:#fff;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan span{
	font-size: 20px;
	font-weight:bold;
}
.rp_pr_features .rp_pr_plan.rp_pr_best,.rp_pr_signup .rp_pr_plan.rp_pr_best{
	background:#e8e8e8;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}
.rp_upgrades .rp_pr_features .rp_pr_plan.rp_pr_best, .rp_upgrades .rp_pr_signup .rp_pr_plan.rp_pr_best{
	background:#e8e8e8;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}
.rp_upgrades .rp_pr_features .rp_pr_plan.rp_pr_best,.rp_upgrades .rp_pr_signup .rp_pr_plan.rp_pr_best{
	background-image: none;
}
.rp_pr_features .rp_pr_desc{
	color: #000;
	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;
}
*/
/****  OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/
.rp_pr_signup .rpwp-button.colorize{display:inline;margin-bottom:5px;margin-top:5px; padding:0px 6px;}
.rp_pr_signup .rp_pr_best .rpwp-button.colorize{font-size: 22px; padding:4px 10px;}
.rp_upgrades .rp_pr_signup .rp_pr_best .rpwp-button.colorize{font-size: 18px;padding: 5px 5px;}
/****  END OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/

.rp_upgrades .rp_pr_end{display:none;}
.rp_pr_end .rp_pr_plan{
	height:7px;
	border-left: 0;
	background:#fff;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;

}
.rp_pr_end .rp_pr_plan.rp_pr_best{/*background: url("images/pr_footer_best.gif") no-repeat scroll 0 0;*/
	background:#e8e8e8;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}

/****  POP-UP INFO BOX FOR THE FEATURES  ****/
.rp_pr_features .rp_pr_desc div{position:relative}
/*
 * Reported live (screenshot + screen recording) as a flash of ~100
 * yellow tooltip boxes all visible at once on every page
 * load/refresh, before settling back to normal. Root cause: this
 * element has no hidden-by-default state in CSS at all — the only
 * thing that hides it is rp-widgets.js's jQuery(document).ready()
 * handler calling .hide() (confirmed live: current state is
 * correctly all-hidden, since that JS *does* run — it's just a race
 * every page load between first paint and jQuery finishing init).
 * display:none here means every tooltip is hidden from the very
 * first paint regardless of JS timing; jQuery's .show()/.hide() on
 * hover still work exactly the same (.show() sets an inline
 * display:block, .hide() reverts it), so the hover interaction itself
 * is unaffected.
 */
.pr_rp_desc_info_test{display:none;position:absolute;width: 200px;background-color: #FFFFD2; border: 1px solid #FDB179;
/* Box Radius */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-o-border-radius: 4px; /* Opera */
	border-radius: 4px; /* CSS3 */
	/* Box Shadow */
	-moz-box-shadow: 0px 0px 5px #616161; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #616161; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px #616161; /* Opera 10.5, IE9, Chrome 10+ */
	padding: 0.5em;right: 0;
	top: 100%;
	z-index:1;
	font-size: 12px;
}
/**** END POP-UP INFO BOX FOR THE FEATURES  ****/


/*****************************************/
/***  VPS Compare Plans ***/
/*****************************************/
#tower-box {
	float:left;
	min-width:181px;
	width:181px;
	margin-top:25px;
	position:relative;
	color:#000;
	background:#fff;
	border:1px solid #c8c8c8;
	/* Box Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
#default_content.content_vps_openvz table{
	float:left;
	width:100%;
	margin:10px 0;
}
#tower-box-title {
	width:100%;
	height:auto;
	padding:0px;
	position:relative;
	background:#7db21e;
	/* Box Radius */
	-moz-border-top-left-radius: 5px; /* Firefox */
	-webkit-border-top-left-radius: 5px; /* Safari, Chrome */
	-o-border-top-left-radius: 5px; /* Opera */
	border-top-left-radius: 5px; /* CSS3 */
	
	-moz-border-top-right-radius: 5px; /* Firefox */
	-webkit-border-top-right-radius: 5px; /* Safari, Chrome */
	-o-border-top-right-radius: 5px; /* Opera */
	border-top-right-radius: 5px; /* CSS3 */
}

#tower-box-title h2 {
	margin:0px;
	padding:30px 10px 0px 10px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-shadow:0 1px 1px #000;
	text-align:center;
	text-transform:uppercase;
	word-wrap: break-word;
}
#tower-box-content{
	float:left;
	width:181px;
	margin:0px;
	border-top:1px solid #c8c8c8;
}
#tower-box-price {
	width:181px;
	text-align:center;
	padding-top:10px;
}
.tower-box-price-currency {
	font-size:18px;
	font-weight:bold;
	color:#000
}
.tower-box-price-value {
	font-size:28px;
	font-weight:bold;
	color:#000;
}
.tower-box-price-period {
	font-size:18px;
	color:#000;
}
#tower-box-content ul{
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	width:183px;
	height:auto;
}
#tower-box-content-2 ul {
	float:left;
	width:183px;
	padding:10px 0px 0px 0px;
	margin:0px;
}

#tower-box-content ul li, #tower-box-content-2 ul li {
	padding: 10px 0;
	margin:0px;
	list-style:none;
	line-height:normal;
	font-size:13px;
	text-align:center;
}
#tower-box-content ul li strong, #tower-box-content-2 ul li strong{
	font-size:16px;
}
#tower-box-bottom {
	height:53px;
	padding: 17px 0px 0px 0px;
	text-align:center;
	width:183px;
}
.rp_pr_signup .rp_pr_plan .out-of-stock, .article1-plan-order .out-of-stock, #box-bottom .out-of-stock{
	text-transform: uppercase;
}
.box-space-11px {
	width:11px; 
	height:11px;
}
.tower-box-button {
	width:150px;
	margin:0px auto;
}
.best-plan {
	position:absolute;
	top:-34px;
	left:50px;
	width:83px;
	height:33px;
	
	z-index:1;
}
a.expand {
	float:left;
	height:auto;
	min-height:25px;
	overflow:hidden;
	width:50px;
	padding-left:20px;
	margin-left:55px;
	line-height:24px;
	background:url(images/plus.gif) left no-repeat;
}
a.collapse {
	float:left;
	height:auto;
	min-height:25px;
	overflow:hidden;
	width:50px;
	padding-left:20px;
	margin-left:55px;
	line-height:24px;
	background:url(images/minus.gif) left no-repeat;
}
a.expand_all {
	float:right;
	height:auto;
	min-height:25px;
	overflow:hidden;
	padding-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:24px;
	background:url(images/plus.gif) left no-repeat;
}
a.collapse_all {
	float:right;
	height:auto;
	min-height:25px;
	overflow:hidden;
	padding-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:24px;
	background:url(images/minus.gif) left no-repeat;
}


/*------- compare box ----------*/
#compare-box {
	float:left;
	width:183px !important;
	margin-top:25px;
	position:relative;
	background:#fff;
	border:1px solid #d7d7d7;
	/* Box Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
#compare-box-title {
	padding:0px;
	height:56px;
	position:relative;
}

#compare-box-title h2 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin:0px;
	padding:15px 10px 0px 10px;
	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:auto;
	min-height:250px;
	overflow:hidden;
}
#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;
}

/*****************************************/
/*** OpenVZ VPS plans ***/
/*****************************************/
.openvz-plan-even {
	float:left;
	width:97%;
	background:#e7e7e7;
	border:1px solid #f5f5f5;
	padding:10px;
	position:relative;
}
.openvz-plan-even:hover {
	background:#d6d6d6;
}
.openvz-plan-odd {
	float:left;
	width:97%;
	background:#c9c9c9;
	border:1px solid #f5f5f5;
	padding:10px;
	position:relative;
}
.openvz-plan-odd:hover {
	background:#bfbfbf;
}
.openvz-plan-name {
	font-size:24px;
	font-weight:bold;
	color:#840900;
}
.openvz-plan-features {
	line-height:26px;
}
.openvz-plan-price {
	font-size:24px;
	font-weight:bold;
	color:#840900;
}
.openvz-price-currency {
	font-size:18px;
	font-weight:bold;
	color:#840900;
}
.openvz-plan-price-mo {
	font-size:18px;
	font-weight:bold;
	color:#840900;
}
.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;

	background-position: 0px 6px;
}
.openvz-plan-odd div.best-plan-openvz, .openvz-plan-even div.best-plan-openvz {
	position:absolute;
	width:126px;
	height:30px;
	top:86px;
	left:-5px;
	
}
.openvz-plan-odd.best, .openvz-plan-even.best {
	background:#a2deff;
}

/*****************************************/
/***New Content ***/
/*****************************************/
div.text-box.domain-box {
	float:left;
	width:650px;
	height:auto;
	margin-top:20px;
	padding:0;
	background:none;
}
div.text-box.domain-box div span {
	float:left;
	width:630px;
	margin:0 20px 0 0;
	padding:0px;
	line-height:26px;
}
div.text-box.domain-box div h3 {
	float:left;
	width:630px;
	margin:0 20px 0 0;
	padding:0px;
	font-size:18px;
	font-weight:bold;
}
div.text-box.without-img {
	float:left;
	width:50%;
	height:auto;
	margin-top:20px;
	padding:0;
	background:none;
}
div.text-box.without-img div span {
	float:left;
	width:90%;
	margin:0 10px;
	padding:0px;
	line-height:26px;
}
div.text-box.without-img div h3 {
	float:left;
	margin:0 10px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
}

/*------------about us page 1---------------*/
#aboutus-content-main {
	float:left;
	width:630px;
	display:block;
}
#aboutus-content-main h2{
	margin:20px 0 0 0;
	padding:0px;
}
#aboutus-content-main p{
	margin:0px;
	padding:5px 0px 0px 0px;
	line-height:26px;
}
#aboutus-sidebar {
	float:right;
	width:260px;
	padding:0 10px;
	margin:15px -20px 0 0;
	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;
}
.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;
}

/*------------ 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 { 
	float:left;
	width:278px;
	margin:0 10px 10px 0;
	padding:0;
	text-align:center;
	position:relative;
	background:#fff;
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
.article1-plan-title { 
	float:left;
	width:278px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	margin: 0;
	padding:0 0 10px 0;
	text-align:center;
	color:#fff;
	background:#7db21e;
/* Box Radius */
	-moz-border-top-left-radius: 6px; /* Firefox */
	-moz-border-top-right-radius: 6px; /* Firefox */
	-webkit-border-top-left-radius: 6px; /* Safari, Chrome */
	-webkit-border-top-right-radius: 6px; /* Safari, Chrome */
	-o-border-top-left-radius: 6px; /* Opera */
	-o-border-top-right-radius: 6px; /* Opera */
	border-top-left-radius: 6px; /* CSS3 */
	border-top-right-radius: 6px; /* CSS3 */
}
.article1-plan-title span { display:block; padding-top:15px; color:#fff; text-transform:uppercase; text-align:center; font-size:20px; }
.article1-plan-features { padding:20px 10px 0;  font-size:15px; text-align:center; line-height:34px; color:#000;}
.article1-plan-features strong {font-size:17px;}
.article1-plan-price { padding-top:12px; padding-bottom:12px; text-align:center; color:#000; }
.article1-plan-price span { 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:#d0fb83; }
.article-plan-best div.article1-plan-title { background-color:#cf3125; }

/*------------ 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 #aaaaaa; }
.article2-links-area a.a-link:hover, .article2-links-area a.a-link-selected { background:#e8e5e5; }
.article2-text-area { display:block; float:right; width:690px; margin-right:10px; }
.article2-text-plan-area { float:left; display:block; width:635px; margin-left:55px; }
.article2-text-plan-area .article1-plan-box { display:block; width:278px; float:left; margin-right:20px; }

/*------------ 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 {
	text-transform:uppercase;
	font-size:22px;
	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:255px;
}
.domain-promo div select#domain_tld {
	border-left:1px solid #B5B5B5;
	margin-top:1px;
}
.domain-promo input.domain-search-button {
	margin:20px 0px 0px 0px;
	float:right;
}
.domain-promo div.prices-starts-from {
	float:left; 
	width:280px; 
	height:auto;
	min-height:30px;
	overflow:hidden;
	font-size:16px;
	border:0px; 
	margin-top:25px;
	font-style:italic;
}
.domain-promo span.tld-price {
	float:right;
	width:120px;
	height:auto;
	min-height:30px;
	overflow:hidden;
	margin:-7px 0 0 0px;
	padding:0;
	font-style:normal;
	background:none;
}
.domain-promo span.tld-price span.tld-currency {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#096784;
}
.domain-promo span.tld-price span.tld-price-value, .domain-promo span.tld-price span.tld-period {
	font-size: 24px;
	color:#096784;
}
/*------------end domain ads article pages ------------*/

/*------------sidebar domain search ------------*/
.sidebar-domain-search {
	height:165px;
}
.sidebar-domain-search h3 {
	font-size:24px;
	margin:0px;
	padding:0px 0px 0px 10px;
}
.sidebar-domain-search div {
	height:37px;
	margin-left:10px;
	margin-top:15px;
	width:265px;
}
.sidebar-domain-search #domain_sld {
	width:165px;
	height:auto;
	min-height:25px;
	overflow:hidden;
	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 {
	float:left;
	height:auto;
	min-height:33px;
	overflow:hidden;
	line-height:27px;
	/*line-height:25px;# hack for Safari */
	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:auto;
	min-height:37px;
	overflow:hidden;
	widows:84px;
	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 {
	padding-top:2px;
	margin:0 0 20px 0px;
	text-align:center;
	line-height:normal;
	color:#000;
	background:#fff;
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
.sidebar-domain-table table{
	margin:-30px 0 0px 0px;
}

.sidebar-domain-table td {
	text-align:center;
	line-height:normal;
	padding:0px 5px;
}
.sidebar-domain-table td .tld {
	float:none;
	padding:0;
	font-size:12px;
	height:inherit;
	color:#000;
}
.sidebar-domain-table td .tld-price {
	float:none;
	padding:0;
	font-size:12px;
	color:#cf3125;
	background:none;
}
/*------------end sidebar domain search ------------*/

/*------------data centers ------------*/
#us-dc-banner {
	float:left;
	width:942px;
	height:auto;
	min-height:232px;
	overflow:hidden;
	margin: 0px 0 20px -7px;
	padding:25px 0px 0px 20px;
	font-size:16px;
	color:#fff;
	
}
#us-dc-banner h3{
	margin:-10px 0 0 0;
	padding:0px;
	font-size:48px;
}
#us-dc-banner ul {
	padding:0px 0px 0px 20px;
	margin:15px 0px 0px 0px;
}
#us-dc-banner ul li {
	padding:2px 0;
	margin:0px;
}
#us-dc-banner a {
	color:#fff000;
}
#dc-box {
	float:left;
	width:462px;
	margin:0 5px;
	font-size:14px;
	background:#fff;
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
}
/*
 * Reported via screenshot on /data-centers/: a large dead gap to the
 * right of the 2x2 grid of location cards, while #us-dc-banner right
 * above it correctly fills the full width — same "hardcoded width
 * doesn't match this theme's wider .page-body" bug found repeatedly
 * elsewhere this session, just on a component that hadn't been
 * checked yet. #dc-box has no wrapping container of its own (these 4
 * divs float directly inside the shared .page-body, which every other
 * page also uses, so this can't just be turned into a grid/flex
 * container) — used calc(50% - 10px) instead of a fixed 462px so each
 * card claims half of whatever width its container actually has,
 * accounting for the existing margin:0 5px. Confirmed live: gap went
 * from 161px to 5px (just the box's own margin). The location photo
 * inside each card was also a fixed 445px via its own HTML width
 * attribute — same fix needed there so it scales up with the now-
 * wider card instead of leaving empty space beside it.
 */
#dc-box{
	width:calc(50% - 10px);
	box-sizing:border-box;
}
#dc-box #box-content img{
	width:100%;
	height:auto;
}
#dc-box #box-title {
	padding:0px 0px 0px 15px;
}
#dc-box #box-title h2{
	margin-bottom:5px;
	color:#000;
}
#dc-box #box-content {
	width:436px;
	padding:13px;
	height:215px;
}
/*
 * The img-scaling fix above wasn't enough on its own: this immediate
 * parent has its own hardcoded width:436px/height:215px (vendor rule
 * right above), which kept clamping the image back down regardless of
 * the img's own width:100%. Two independently hardcoded widths on the
 * same component — override both to auto so the card can actually use
 * the wider space #dc-box now claims. Confirmed live: image grew from
 * 436px to ~514px, content height auto-adjusted to 233px, no overflow.
 */
#dc-box #box-content {
	width:auto;
	height:auto;
}
#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;
}
#box-form .out-of-stock{
	text-transform: uppercase;
}
#shared-box-medium #box-form .out-of-stock{
	font-size: 20px;
	margin-top: 20px;
}
#shared-box-large #box-form .out-of-stock{
	font-size: 25px;
}
.learn-more-link {
	float:right;
	width:160px;
	margin:10px 15px;
	font-weight:bold;
	text-align:right;
}
/*------------end data centers ------------*/

/*------------ data center pages ---------------*/
.dc-header-container {padding:0;}
.dc-video-containter {float:left; 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 #aaaaaa; }
.dc-information { float:left; width:540px; }
.dc-information p { text-align:justify; 	line-height:24px;}
.dc-bottom-line { margin:14px 0 0 0; padding:0; font-size:0; height:7px;}

/*------------ data center page 2 ------------*/
.dc-banner {
	width:450px;
	height:340px;
	padding:5px 480px 0 20px;
	padding-left:20px;
}
.dc-banner p{
	line-height:24px;
}
.us-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	
}
.se-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	
}
.au-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	
}
.uk-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	
}

/*---------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;
    border-bottom:3px solid #202020;
}
/* single tab */
ul.dc-tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	border-right:1px solid #FFF;
}
/* 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: 180px;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
	
	background-image: linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;
	background-image: -o-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;
	background-image: -moz-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;
	background-image: -ms-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%) !important;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #BEBEBE),
		color-stop(1, #EEEEEE)
	) !important;	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#BEBEBE') !important; /* IE6–IE9 */

    color:#333 !important;
	border-right:1px solid #B8B8B8;
}
ul.dc-tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.dc-tabs a:hover {
	top:1px;
	
	background-image: linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -o-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -moz-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -ms-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #A6160C),
		color-stop(1, #CF3125)
	) !important;    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CF3125', EndColorStr='#A6160C') !important; /* IE6–IE9 */
  
	color:#fff !important;
}
/* 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;
	
	background-image: linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -o-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -moz-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;
	background-image: -ms-linear-gradient(bottom, #A6160C 0%, #CF3125 100%) !important;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #A6160C),
		color-stop(1, #CF3125)
	) !important;    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CF3125', EndColorStr='#A6160C') !important; /* IE6–IE9 */

	cursor:default !important;
    color:#FFF !important;

	border-right:1px solid #470106;
	border-left:1px solid #470106;
	border-top:1px solid #470106;
}
/* 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;
}

/*--------- Customer Support ------------*/
#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;
}

/*------------ 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:auto;
	min-height:390px;
	overflow:hidden; width:176px; margin:-20px 0 20px 0; padding:0 19px 0 19px;  }
.app-box-item h3 { margin:16px auto 16px auto; padding:0;  font-size:24px; text-align:center;}
.app-box-item p.app-box-text { display:block; height:124px; overflow:hidden; margin:12px 0 12px 0; padding:0; }
.app-box-demo-signup { text-align:center; border-top:1px solid #d7d7d7; padding-top:12px; }
.app-box-divider {display:block; float:left; width:30px; height:auto;
	min-height:10px;
	overflow:hidden;}

/*------------ why us page 2 ------------*/
.why-us-2 {
	float:left;
	width:424px;
    height:auto;
	min-height:310px;
	overflow:hidden;
    padding: 10px 14px;
	margin:0 10px;
	margin-bottom:20px;
    display: block;
	line-height:26px;
	background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 7px;
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-o-border-radius: 7px; /* Opera */
}
.why-us-2 h3 {
	font-size:24px;
	margin:0 0 15px 0;
	padding:0;
}
.why-us-2 img {
	margin-right:10px;
	margin-bottom:140px;
}

/*------------ 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;}

/*------------ 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;
	line-height:24px;
}
.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;
}

/*------------ order form ---------------*/
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #A5A5A5; background:#D7D7D7; font-weight: normal; color: #000; }

/* Component containers
----------------------------------*/
.ui-widget-header { border: 1px solid #2d8caa; background: #46a6c4; color: #FFF; font-weight: bold; line-height:15px; }
.ui-widget-header a { color: #FFF; }
.ui-widget-header span a:link { color: #000; }
.ui-widget-header.header { color:#000; }
#all_pm { height:90px; }
#PayPalDP label { height:75px; overflow:visible; padding-top:15px; }
#submit_order .ui-button {
	font-size: 22px;
	padding:6px 15px 9px;
	border:0px;
	color:#FFF;
	background:#096784;
	font-weight:bold;
}
#submit_order .ui-button:hover {
	font-size: 22px;
	padding:6px 15px 9px;
	text-decoration: none;
	border:0px;
	color:#FFF;
	background:#044356;
	font-weight:bold;
}

/*------------ shared box articles ---------------*/
#shared-box {
	float:right;
	width:300px;
	height:auto;
	min-height:377px;
	overflow:hidden;
	margin:0 0px 10px 25px;
	padding:0;
	text-align:center;
	position:relative;
	
}
#shared-box #box-title {
	float:left;
	width:300px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	/* Confirmed live via getBoundingClientRect() on
	   /hosting-articles/best-web-hosting/: #box-price is
	   position:absolute (top:60px, ~61px own height, so its bottom
	   edge lands around y=114), while #box-content flows normally
	   right after this title — 52px own height + the 50px bottom
	   margin this rule had put content's top at y=102, 2px into the
	   price's own bottom edge, just enough for the price and the
	   first spec line to visibly touch. Bumped the margin to clear it
	   with a small buffer instead. */
	margin:0px 0 65px 0;
	padding:0;
	text-align:center;
}
#box-title h2{
	height:40px;
	margin-top:0;
	padding-top:0;	
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	color:#FFF;
}
#shared-box form{
	float:left;
	margin:0 84px;
}
#shared-box  form .rpwp-button.colorize{display:inline; padding:5px 20px;}
/*
 * #shared-box's entire visual shape (flat-top rectangle + rounded
 * semicircle bottom, thin border) came from a background PNG
 * (shared-box-small-1.png) rather than CSS — confirmed live via
 * getComputedStyle, and the image itself had an old vendor-theme green
 * header band, same pattern as #tower-box-title before its redesign.
 * Regenerated that image in teal instead (see
 * images/make_shared_box_bg.py) rather than rebuilding this box's
 * absolute-positioned layout in CSS from scratch. Just the button and
 * link color needed fixing here — still the old red.
 */
#shared-box .rpwp-button.colorize{
	box-sizing:border-box;
	background:var(--signal);
	background-image:none !important;
	border:0;
	border-radius:var(--radius-sm);
	text-shadow:none;
	text-transform:none;
	font-family:var(--font-body);
	filter:none;
}
#shared-box .rpwp-button.colorize:hover{
	background:var(--signal-ink);
	background-image:none !important;
	filter:none;
}
#shared-box #box-price  {
	width:298px;
	margin:0;
	text-align:center;
	padding:0;
	color:#fff;
	position:absolute;
	top:60px;
	left:0;
}
#shared-box #box-price .box-price-value {
	font-size:36px;
	font-weight:bold;
	color:#000;
}
#shared-box #box-price .box-price-currency  {
	padding-right:4px;
	font-size:24px;
	color:#000;
}
#shared-box #box-price .box-price-period {
	font-size:24px;
	color:#000;
}
#shared-box #box-content{
	border:none;
}
#shared-box #box-content ul{
	float:left;
	width:268px;
	margin:10px 0;
	padding:0 15px;
}
.plan-details-link {
	float:left;
	width:298px;
	margin:5px 0;
	text-align:center;
}
.plan-details-link a{

	color:var(--signal-ink);
}

/*****************************************/
/*** Front Page Content ***/
/*****************************************/
#home-banner-1 {
	float:left;
	width:1000px;
	height:auto;
	min-height:375px;
	overflow:hidden;
	
	margin:0px;
}
h2.home-banner-title-1 {
	width:875px;
	font-size: 48px;
	margin:5px 0 25px 100px;
	padding:0;
	font-weight:bold;
	color:#FFF;
	text-shadow: 0 4px 3px #000;
}
/*----- banner features ------*/
#home-banner-1-plan-features {
	float:left;
	width:700px;
	margin-left:100px;
}
#home-banner-1-plan-features ul {
	float:left;
	padding:0px;
	margin:0px 0px 0px 25px;
}
#home-banner-1-plan-features ul li {
	padding-left:30px;
	font-size:16px;
	line-height:36px;
	list-style:none;
	color:#FFF;
	text-shadow:0px 0px 5px #000;

}
#home-banner-1-plan-features ul li span{
	font-size:20px;
	font-weight:bold;
	line-height:36px;
	list-style:none;
	color:#FFF;
	text-shadow:0px 0px 5px #000;
}
/*----- banner price ------*/
.home-banner-1-price {
	float:left;
	width:450px;
	height:auto;
	min-height:80px;
	overflow:hidden;
	margin:10px 0 0 100px;
	padding:0px;
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	color: #FFF;
	text-align:center;
	-moz-text-shadow: 0px 2px 4px #000;
	-webkit-text-shadow: 1px 2px 4px #000;
	text-shadow: 0px 2px 4px #000;
	position: relative;
}
.home-banner-1-price .price-value {
	float:left;
	height:auto;
	min-height:80px;
	overflow:hidden;
	font-size:72px;
	line-height:80px;
}
.home-banner-1-price .currency {
	float:left;
	height:auto;
	min-height:70px;
	overflow:hidden;
	margin-left:95px;
	padding-right:6px;
	padding-top:10px;
	font-size:48px;
}
.home-banner-1-price .period {
	float:left;
	height:auto;
	min-height:26px;
	overflow:hidden;
	padding-top:24px;
	padding-left:6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:24px;
	text-align:center;
	text-transform:uppercase;
}

/*----- video button ------*/
.home-banner-1-buttons {
	float:left;
	width:450px;
	margin:15px 0 0 100px;
}
.home-banner-1-buttons.free-trial{
	margin-top: 0;
}
.home-banner-1-buttons.free-trial p{
	color: #CEEEFF;
	text-align: center;
	margin-top: 10px;
}
.home-banner-play-video {
	float:left;
	width:150px;
	height:auto;
	min-height:46px;
	overflow:hidden;
	margin:0px 20px 0px 54px;
	text-align:center;
	
}
.home-banner-play-video a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:46px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#fff;
	text-shadow:0 1px #000;
}
.home-banner-play-video a:hover{
	color:#4cbef9;
	text-shadow:0 1px #000;
}
.home-banner-1-buttons .outofstock{
	display: inline-block;
}
.home-banner-1-buttons .checkstock{
	line-height: 40px;
	color: #fff;
}
.home-banner-1-buttons .out-of-stock{
	line-height: 40px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 17px;
}

/*----- order button ------*/
.home-banner-sign-up {
	float:left;
	width:195px;
	height:auto;
	min-height:46px;
	overflow:hidden;
	margin:0px;
	padding:0 0 0 10px;
	text-align:left;
	
}

.home-banner-sign-up .rpwp-button2{
	width:206px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:46px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	display:block;
	color:#fff;
	text-shadow:0 1px #000;

	background:none;
	background-image:none;
	border:none;
	box-shadow:none;
	padding:0;
	margin:0;
}

.home-banner-sign-up .rpwp-button2:hover{
	color:#fffc00;
	text-shadow:0 1px #000;
}

/*----- text titles ------*/
#front_page_content-titles {
	float:left;
	width:1000px;
	height:auto;
	min-height:170px;
	overflow:hidden;
	margin:20px 0 0 0;
	padding:0;
	font-size:24px;
	line-height:30px;
	text-align:center;
	color:#606060;
	
}
#front_page_content-titles h3{
	font-size:60px;
	font-weight:bold;
	line-height:70px;
	margin:0;
	padding:0;
	color:#000;
}
#front_page_content-titles h3 span{
	font-weight:normal;
}

/*----- plans ------*/
#front_page_content-plan-area{
	float:left;
	width:1000px;
	height:auto;
	min-height:377px;
	overflow:hidden;
	margin: 0 0 20px 0;
	padding:0;
}
#shared-box-small {
	float:left;
	width:300px;
	height:auto;
	min-height:377px;
	overflow:hidden;
	margin:0 0 0 25px;
	padding:0;
	text-align:center;
}
#shared-box-small:nth-child(1):nth-last-child(2){
	margin-left:17%;	
}
#shared-box-small:nth-child(2):nth-last-child(1){
	margin-right:17%;	
}
#shared-box-medium {
	float:left;
	width:462px;
	height:auto;
	min-height:377px;
	overflow:hidden;
	margin:0 0 0 25px;
	padding:0;
	text-align:center;
}
#shared-box-large {
	float:left;
	width:950px;
	height:auto;
	min-height:377px;
	overflow:hidden;
	margin:0 25px;
	padding:0;
	text-align:center;
	
}

#shared-box-small #box-title {
	float:left;
	width:300px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	margin:0px;
	padding:0;
	text-align:center;
}
#shared-box-medium #box-title {
	float:left;
	width:462px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	margin:0px;
	padding:0;
	text-align:center;
}
#shared-box-large #box-title {
	float:left;
	width:950px;
	height:auto;
	min-height:40px;
	overflow:hidden;
	margin:0px;
	padding:0;
	text-align:center;
}
#box-title h4{
	height:40px;
	margin-top:0;
	padding-top:0;	
	font-size:24px;
	line-height:40px;
	font-weight:bold;
}
#box-title h4 a{
	color:#FFF;
	text-shadow:0 1px 1px #000;
	text-decoration:none;
}
#box-title h4 a:hover{
	color:#fff000;
	text-decoration:none;
}


#shared-box-small form{
	margin:0px auto;
}
#shared-box-small form{
	margin:0px auto;
}
#shared-box-small form{
	margin:0px auto;
}
/****  OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/
#shared-box-medium  form .rpwp-button.colorize{display:inline; font-size:20px; padding:10px 40px;}
#shared-box-large  form .rpwp-button.colorize{display:inline; font-size:20px; padding:10px 40px;}
#shared-box-medium #box-form .out-of-stock, #shared-box-large #box-form .out-of-stock{display:block; padding:10px 40px; margin-bottom: 20px;}
/****  END OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/

/*  box price  */
#shared-box-small #box-price {
	float:left;
	width:300px;
	margin:10px 0 0 0;
	text-align:center;
	padding:0;
	color:#000;
}
#shared-box-medium #box-price {
	float:left;
	width:462px;
	margin:10px 0 0 0;
	text-align:center;
	padding:0;
	color:#000;
}
#shared-box-large #box-price {
	float:left;
	width:950px;
	margin:10px 0 0 0;
	text-align:center;
	padding:0;
	color:#000;
}
#box-price .box-price-value {
	font-size:56px;
	font-weight:bold;
	color:#000;
}
#box-price .box-price-currency {
	padding-right:4px;
	font-size:28px;
	color:#000;
}
#box-price .box-price-period {
	font-size:28px;
	color:#000;
}

#box-content {
	float:left;
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
}
#box-content ul{
	float:left;
	margin:10px 0;
	padding:0 15px;
	text-align:left;
}
#shared-box-small #box-content ul{
	width:270px;
}
#shared-box-medium #box-content ul{
	width:201px;
}
#shared-box-large #box-content ul{
	width:286px;
}
#box-content ul li{
	margin:0px;
	padding:6px 0px 6px 15px;
	list-style:none;
	font-size:15px;
	line-height:normal;
	color:#595959;
}
#box-content ul li strong{
	font-weight:bold;
	color:#000;
}
#shared-box-medium #box-content ul li {
	font-size: 13px;
}

/*----- welcome text, other services and testimonials ------*/
#quote_wrap {
	overflow: hidden;
}

#front_page_content-main {
	float:left;
	width:1000px;
	min-height:275px;
	margin:0 0 20px 0;
	padding:0;
	
}
#home-main-text, #other-services, #hosting-features {
	float:left;
	width:300px;
	margin-left:25px;
	padding:0;
}
#front_page_content-main h2{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
#home-main-text{
	line-height:18px;
}
#other-services ul {
	list-style:none;
	padding:0;
	margin:0;
}
#other-services ul li {
    padding:6px 0;
    margin:0 ;
	font-size:15px;
	font-weight:bold;
	list-style-image:none;
	color: #c42c20;
}
#other-services ul li a{
	color: #000;
	text-decoration:underline;
}
#other-services ul li a:hover{
	color: #096784;
	text-decoration:none;
}
#hosting-features ul {
	list-style:none;
	padding:0;
	margin:0;
}
#hosting-features ul li {
    padding:6px 0;
    margin:0 ;
	font-size:15px;
	font-weight:bold;
	list-style-image:none;
	color: #000;
}

/*****************************************/
/*** Blog Content ***/
/*****************************************/
#category_content {
	padding: 20px 9px 50px;
}
#category_content-main {
	float:left;
	width:650px;
	line-height: 24px;
}
#category_content-main p{
	line-height:24px;
}
#category_content-main h1 {
	margin-top:-76px;
	margin-left:25px;
	font-size: 30px;
	font-weight:bold;
	color:#fff;
	text-shadow: 0 4px 3px #000;
}
body.single #category_content-main h1 {
	margin-top:0px;
	margin-left:0px;
	font-size: 30px;
	font-weight:bold;
	color:#273948;
	text-shadow: none;
	line-height:34px;
}
#category_content-main h2 {
	font-size:29px;
	line-height:31px;
	color:#000;
	margin:0px;
	padding:0px;
}
#category_content-main h2 a {
	color:#b31308;
}

/* ----------Comments ---------*/
#comments {
	padding:0px 10px 0px 10px;
}
#comments h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:24px;
}
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;
}

/* Search form */
form#searchform div{
	height:38px;
	margin-bottom:25px;
	border:1px solid #adadad;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e9e8e8),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e8e8'); /* IE6–IE9 */	
}
form#searchform div label.screen-reader-text {
	float:left;
	margin:0px; 
	padding:5px;
	font-size:14px;
	line-height:28px;
	font-style:italic;
	color:#000;
	background:none;
	border:none;
	display:block;
}
form#searchform div input#s {
	float:left;
	width:120px;
	height:auto;
	min-height:20px;
	overflow:hidden;
	margin:8px 0; 
	padding:0px 3px;
	background:none;
	font-size:16px;
	line-height:20px;
	color:#000;
	background:#eae9e9;
	border:1px solid #adadad;
	display:block;
}
form#searchform div input#searchsubmit {
	float:right;
	width:60px;
	height:auto;
	min-height:36px;
	overflow:hidden;
	margin-right:2px;
	margin-top:1px;
	border: none;
	color:#fff;
	
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	background-image: linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -o-linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -moz-linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -webkit-linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -ms-linear-gradient(bottom, #262626 0%, #676767 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #262626),
		color-stop(1, #676767)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#676767', EndColorStr='#262626'); /* IE6–IE9 */
}

/*------- 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:5px 0px;
	margin:0px;
}


/*-----Customizing the Time and Date------*/
.date-formating {
	float:left;
	width:60px;
	background:#7db21e;
	text-align:center;
	padding-top:5px;
}
.month {
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
}
.day {
	text-transform:uppercase;
	font-weight:bold;
	font-size:23px;
	color:#000;
}
.year {
	font-size:11px;
}
.time {
	font-size:12px;
	padding:3px 0px;
	color:#fff;
	background:#345002;
}
.cat-excerpt {
	float:left;
	width:550px;
	margin-left:10px;
	line-height:18px;
}


/*--------Terms Page------------*/
.terms-left-col {
	float:left;
	width:475px;
	margin-top:10px;
}
.terms-left-col h2 {
	margin:0px;
	padding:0px;
}
/*--------Terms Page------------*/

/*-------- OVERLAYS ------------*/
.video_overlay {
	display:block;
	width:640px;
	height:360px;
}
/*-------- END OVERLAYS --------*/
/*-----script banner------*/
#script-banner {
	float:left;
	width:950px;
	height:auto;
	min-height:320px;
	overflow:hidden;
	position:relative;
	margin: 0 0 30px -15px;
	padding:10px 14px 0px 14px;

}
#script-banner h1, h3.script-banner-title {
	font-size:30px;
	width:500px;
	margin:0px;
	padding:5px 0px 0px 15px;
	font-weight:bold;
	color:#fff;
}
#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:34px;
	list-style:none;
	padding-left:25px;
	color:#fff;

}
/*----- banner price ------*/
.script-banner-price {
	float:right;
	margin-top:0px;
	margin-right:30px;
	text-align:center;
	position:absolute;
	top:110px;
	right:400px;
	color:#fff;
}
.script-banner-price .price-value {
	font-size:55px;
	margin:0px;
	padding:0px;
	color:#fff;
}
.script-banner-price .currency {
	font-size:42px;
	font-weight:bold;
	color:#fff;
}
.script-banner-price .period {
	font-size:24px;
	color:#fff;
}
#script-banner-plan-features .rpwp-button {
	font-size:26px;
}
/*-----script banner price ------*/
#script-banner-img {
	float:right;
	margin:-9px 0px 0px 0px;
}
/*--------end script banner  ---------*/

/*
 * Modernizing this banner's own typography/button now that its shared
 * background isn't the old muddy texture anymore (see the
 * #domain-only-banner/#script-banner background rule above) — the red
 * gradient "order now" button was the last visibly off-brand piece,
 * confirmed via screenshot on the SSL certificates page.
 */
#script-banner{
	border-radius:var(--radius);
}
/*
 * The banner's fixed 950px width (above) was tuned for the vendor theme's own
 * narrower page container. This theme's .page-body is wider (confirmed
 * live: 1104px), so #script-banner left a ~140px dead gap on the
 * right — reported via screenshot on five pages at once (SSL,
 * WordPress/PrestaShop/OpenCart/Joomla/Drupal hosting all share this
 * one component). Switched the container to width:100% + flexbox
 * (justify-content:space-between) so #script-banner-img sits flush
 * against the actual right edge regardless of container width, instead
 * of stopping wherever a hardcoded 950px happened to end.
 *
 * .script-banner-price stays put visually — it was positioned
 * `right:400px` relative to the OLD 950px outer box, which not
 * coincidentally put its right edge exactly at x=550, the boundary of
 * the 550px-wide #script-banner-plan-features block. Repositioning it
 * relative to that block instead (position:relative added there,
 * right:0 here) reproduces the exact same spot but anchored to a box
 * whose width never changes, so it can't drift if the outer container
 * ever changes size again.
 */
#script-banner{
	width:100%;
	margin:0 0 30px 0;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
/*
 * Two regressions chased from the width fix above before landing on
 * this: (1) the "order now" button rendering as a sliver at the
 * bottom of the banner (reported on /wordpress-web-hosting/), then
 * (2) after pinning the text block to the top to fix that, the text
 * block and #script-banner-img no longer looked aligned with each
 * other — text glued to the top, image centered (reported on
 * /drupal-hosting/, "not properly inline with the left section and
 * right image section").
 *
 * Both traced to the same root cause: .script-banner-price is
 * position:absolute, so it's excluded from #script-banner-plan-
 * features' own height for layout purposes — the browser only counts
 * the title + list when sizing that box, even though the price+button
 * visibly extend further down via absolute positioning. Any
 * align-items value applied to that undersized box (center, flex-
 * start, whatever) was always going to either clip the button or
 * visibly disagree with #script-banner-img's alignment, because the
 * box's "real" height never matched its visible content.
 *
 * Fixed at the actual source instead of working around it further:
 * .script-banner-price no longer uses position:absolute at all — it's
 * a normal flex item now, so its height is real and #script-banner-
 * plan-features can size correctly. #script-banner-plan-features
 * itself became a small flex-wrap layout (title forced to its own
 * full-width row via flex-basis:100%, then <ul> and the price sit
 * side by side on the row below, `margin-left:auto` on the price
 * pushing it to the right the way `right:0` used to) so it no longer
 * needs any magic-number positioning at all. With a real, accurate
 * height, both the text block and #script-banner-img can now use the
 * *same* align-items:center on the shared parent and land in genuine
 * agreement — confirmed live: text block 53px top-clearance/43px
 * bottom, image 50px top/57px bottom, no button clipping, no overlap
 * between the list and price columns.
 */
#script-banner-plan-features{
	position:relative;
	float:none;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#script-banner-plan-features > .script-banner-title,
#script-banner-plan-features > h1,
#script-banner-plan-features > h3{
	flex:0 0 100%;
	width:100%;
}
#script-banner-plan-features > ul{
	float:none;
	flex:0 0 auto;
}
.script-banner-price{
	position:static;
	flex:0 0 auto;
	margin-left:auto;
}
#script-banner-img{
	float:none;
}
/*
 * Same fixed-width-leaves-a-dead-gap bug as #script-banner just above,
 * on the "Check your Domain Availability... / Free Domain Manager"
 * widget right below it on the same pages (confirmed via screenshot on
 * /wordpress-web-hosting/ and /drupal-hosting/) — #domain-search-area-4
 * was hardcoded to width:1000px. Same fix: width:100% + flexbox.
 *
 * This one had an extra wrinkle #script-banner didn't: #promo-tlds
 * (the "Free Domain Manager" box) has its own `margin:0 100px 0 0`,
 * a hardcoded gap meant to sit before the OLD container's right edge.
 * justify-content:space-between only redistributes free space BETWEEN
 * items, it doesn't touch an item's own margin — so that 100px margin
 * would've just become a second dead gap even after widening the
 * container. Confirmed live and removed it; #promo-tlds now sits
 * flush against the real right edge on its own.
 *
 * Also unlike #script-banner, this component doesn't have a mobile
 * rule that hides one side — needs an explicit flex-direction:column
 * at the existing max-width:1024px breakpoint below, or the two
 * already-mobile-sized (95%-width) boxes would sit squeezed side by
 * side in a flex row instead of stacking (confirmed live before
 * adding the override).
 */
#domain-search-area-4{
	width:100%;
	margin:0 0 20px 0;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#domain-search-form{
	float:none;
}
#promo-tlds{
	float:none;
	margin:0;
}
#script-banner h1, h3.script-banner-title{
	font-family:var(--font-display);
}
.script-banner-price .price-value,
.script-banner-price .currency,
.script-banner-price .period{
	font-family:var(--font-display);
}
#script-banner-plan-features .rpwp-button.colorize{
	box-sizing:border-box;
	background:var(--signal);
	background-image:none !important;
	border:0;
	border-radius:var(--radius-sm);
	text-shadow:none;
	text-transform:none;
	font-family:var(--font-body);
	filter:none;
}
#script-banner-plan-features .rpwp-button.colorize:hover{
	background:var(--signal-ink);
	background-image:none !important;
	filter:none;
}
.script-main-text {
	line-height:26px;
	margin:10px 0px 15px 0px;
}
.script-main-text h2 {
	font-size:24px;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.script-main-text img {
	padding-left:20px;
}
.script-text-col-1, .script-text-col-2 {
	width:304px;
	float:left;
	margin-right:17px;
}
.script-text-col-3 {
	width:304px;
	float:right;
}
.script-text-col-1 ul li, .script-text-col-2  ul li, .script-text-col-3  ul li{
	padding:4px 0;
}
#whois_id_protection_banner {
	float:left;
	margin:0 0 20px -25px;
	width:1000px;
	height:auto;
	min-height:257px;
	overflow:hidden;
	text-align:center;
	color:#FFF;
	
}
#whois_id_protection_banner h3 {
	font-size: 30px;
	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;
	margin:0px;
	padding-top:15px;
}
.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;
}
/*------Videos Page-------*/
div.video-box {
	float:left;
	min-width:310px;
	margin-bottom:30px;
	font-size:13px;
}
.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-------*/
.line {
	margin:15px 10px;
	border-bottom:1px solid #FFF; 
	border-top:1px solid #CCC; 
}
/*------Article Page-------*/
div.article-summary {
	float:left;
	margin-bottom:30px;
	line-height:24px;
}
.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-------*/
/*------Instant Domain Search---------*/
#jquery-live-search {
	background: #fff;
	padding: 3px 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 ---*/
#selected_domains_table .tld-price, #tlds-results-table .tld-price{
	background:none;
	border:none;
	height: auto;
	box-shadow:none;
	color:#000;
}

/*** Dedicated plan tables ***/
.dedicated-wrapper{
	display: inline-block;
	width: 100%;
}
.dedicated-wrapper:not(:first-child) {
	margin-top: 30px;
}
.dedicated-service-title h2 {
	font-size: 23px;
}
.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: 14px;
	margin-left: 5px;
}
.dedicated-service-title .period-choice label{
	cursor: pointer;
	line-height: 25px;
}
.dedicated-service-title .period-choice .radio-img{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	vertical-align: baseline;
}
.dedicated-service-title .period-choice label > input[type="radio"]:checked + .radio-img + .dedicated-period{
	color: #c42c20;
}
.dedicated-service-title .period-choice .dedicated-period{
	color: #000;
}
.dedicated-service-title .period-choice .radio-img{
	background: #fff;
	border:3px solid #fff;
	box-shadow: 0 0 0 3px #2950a9;
}
.dedicated-service-title .period-choice label > input[type="radio"]:checked + .radio-img{
	background: #000;
	box-shadow: 0 0 0 3px #c42c20;
}
/*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;
	padding:0;
	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-name-wrapper {
    position: relative;
}
.dedicated-plan table td.dedicated-plan-name .discount{
	position: absolute;
	top: -10px;
	line-height: normal;
	right: 2px;
	z-index: 9999;
	content: '';
	width: auto;
	font-size: 14px;
	background: var(--signal);
	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;
	color: #c42c20;
}
.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 {
	background-color: var(--signal);
}
.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: absolute;
    bottom: -15px;
    font-size: 13px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}
.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;
}
span.out-of-stock {
    font-style: italic;
    color: #8C8C8C;
}
.show-features{
	display: inline-block;
    width: 100%;
	margin:20px auto;
	text-align: center;
}

/* COLORS - Dedicated plan tables */
.dedicated-service-title{
	border-bottom: 2px solid #c8c8c8;
}
/*Table Burst*/
.dedicated-service-title span{
	color:#FF8F2E;
}
.dedicated-service-title span.burst,
.dedicated-service-title span.burst:before,
.dedicated-service-title span.burst:after {
	background: #FF8F2E;
}
.dedicated-service-title span.burst {
	color:#fff;
}
/*END Table Burst*/
.dedicated-plan:first-child table{
	border-top: 2px solid #c8c8c8;
}
.dedicated-plan {
    background: #e8e8e8;
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}
.dedicated-plan:nth-child(even) {
    background: #fff;
}
.dedicated-plan.separate-features table td.dedicated-plan-name{
	background: #868686;
	color:#fff;
}
.dedicated-plan.separate-features:nth-child(even) table td.dedicated-plan-name{
	background: #7db21e;
}
.dedicated-plan.separate-features{
	box-shadow: 0 0 0 1px #c8c8c8;
}
.dedicated-plan table td.dedicated-plan-price{
	color: #c42c20;
}

/* ==========================================================
   [dedicated_plans] listing (/dedicated-hosting/ and similar) —
   a completely different shortcode/markup from #tower-box/
   #rp_presentation, so it needed its own pass: confirmed live via
   getComputedStyle the price text was still the old brick-red
   (#c42c20, the same bare-selector-collision color family fixed
   sitewide earlier this project, though here it's this shortcode's
   own intentional style, not a collision) and the order button was
   still the old red gradient — both untouched by any earlier redesign
   since this page was never checked before.
   ========================================================== */
.dedicated-plan table td.dedicated-plan-price{
	color:var(--ink) !important;
}
.dedicated-plan table td.dedicated-plan-price .old-price{
	color:var(--ink-faint);
}
.dedicated-plan .rpwp-button.colorize{
	box-sizing:border-box;
	background:var(--signal);
	background-image:none !important;
	border:0;
	border-radius:var(--radius-sm);
	text-shadow:none;
	text-transform:none;
	font-family:var(--font-body);
	filter:none;
}
.dedicated-plan .rpwp-button.colorize:hover{
	background:var(--signal-ink);
	background-image:none !important;
	filter:none;
}
/* Grey/green alternating header bars — same old vendor-theme accent
   pattern seen on every other component before its redesign. Plain
   white/ink header instead, consistent with the rest of the site. */
.dedicated-plan.separate-features table td.dedicated-plan-name,
.dedicated-plan.separate-features:nth-child(even) table td.dedicated-plan-name{
	background:var(--paper-raised);
	color:var(--ink);
}
/* Period-choice toggle (1/3/6/12-month radio picker at the top of the
   listing) — unchecked ring was an old unrelated blue (#2950a9),
   checked state was black dot + red ring + red label text. Teal
   throughout instead, matching every other "selected/active" state on
   the site. */
.dedicated-service-title .period-choice .radio-img{
	box-shadow:0 0 0 3px var(--line-strong);
}
.dedicated-service-title .period-choice label > input[type="radio"]:checked + .radio-img{
	background:var(--signal);
	box-shadow:0 0 0 3px var(--signal);
}
.dedicated-service-title .period-choice label > input[type="radio"]:checked + .radio-img + .dedicated-period{
	color:var(--signal-ink);
}

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

#header_title h1#header_logo {
	margin: 0;
}
.header-logo-wrapper{
	display: flex;
	align-items: center;
}
.header-wrapper {
	display: flex;
	flex-direction: column;
}
a.custom-logo {
	max-width: 300px;
	margin: 0 -30px 0 40px;
}

a.custom-logo > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 55px;
}

.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 #fff;
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;
	}
	body{
		background:none !important;
	}
	#wrapper_fixed{
		width:100%;
		height:70px;
		vertical-align:middle;
		background: #000 !important;
	}
	#ribbon{
		display:none;
	}
	#header_title{
		width:85%;
		display:inline-block;
		height:100%;
	}
	h1#header_logo{
		margin:0 auto 5px;
		padding-left:10px;
	}
	h1#header_logo a{
		width:auto;
		display:inline-block;
		margin:0;
		float:none;
	}
	h5#header_logo{
		margin:0;
		float:none;
		width:auto;
		padding-left:10px;
	}
	/*****Mobile menu*****/
	#mobile-menu{
		width:15%;
		color:#fff;
    		text-align: center;
		height:100%;
		line-height:70px;
		vertical-align:middle;
		float:right;
	}
	.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;
	}
	.glow{
		background: #4B7396 !important;
    		box-shadow: 0px 0px 20px #82abd0, 0px 0px 30px #82abd0, 0px 0px 40px #82abd0;
	}

	#header_top, #menu{
		display:none;
		width:100%;
		background:#191919 !important;
		height: auto;
	}
	
	/*Header Top*/
	#header_top{
		padding-top:10px;
	}

	#header_top #rpwp-login-wrapper, #header_top #rpwp-login-form-text{
		width:49%;
		display:inline-block;
		float:none;
		margin:0 auto;
		padding:0;
		text-align:center;
		height: 30px;
    		line-height: 30px;
		background-position: 30% 50% !important;
	}
	#rpwp-login-wrapper{
		border-right:none;
	}
	#header_top #rpwp-login-wrapper a, #header_top #rpwp-login-form-text a{
		width:100%;
		display:inline-block;
		font-size:15px;
	}

	/*Main Menu*/
	#menu{
		height:auto;
	}
	#menu ul.dropdown{
		margin:0 auto;
		height:auto;
		border-bottom: 1px solid #717273;
	}
	#menu ul.dropdown li{
		width:100%;
		height:auto;
		text-align:center;
	}
	ul.dropdown li ul {
    		min-width: 100%;
    		height: 100%;
    		float: left;
    		position: initial;
    		border-top: none;
		padding:0;
	}
	#menu ul.dropdown li ul.sub-menu li{
		width: 100%;
    		height: auto;
    		margin: 0;
	}
	#menu ul.dropdown li ul.sub-menu li a, #menu ul.dropdown li ul.sub-menu li a:hover, #menu ul.dropdown li a:hover{
		width:100%;
		padding:5px 0;
	}
	#menu ul.dropdown li.current_page_item a, #menu ul.dropdown li.current-menu-item a, #menu ul.dropdown li.current-menu-ancestor a, #menu ul.dropdown li.current-page-ancestor a, .menu-hover-class, #menu ul.dropdown li a:hover{
		width:100%;
		padding:0;
		height:100%;
		background: #000 !important;
    		border-bottom: 1px solid #567184;
	}
	#menu ul.dropdown li:focus:hover, #menu ul.dropdown li a:focus:hover{
    		border-bottom: none;
	}
	ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul li ul li:hover ul{
		display:none;
	}
	#menu ul.dropdown li:hover{
		background:none !important;
	}	
	#contacts_top {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    justify-content: end;
		margin-bottom: 10px;
	}
	#header_phone {
		width: auto;
		margin-right: 0;
	}
	#live_chat {
	    width: auto;
	    height: auto;
	    padding: 0;
	    margin: 5px 0 0;
	    float: initial;
	    text-align: center;
	}
	#live_chat img{
	    width: 70%;
	}

	/*****Content*****/

	/*Banner*/
	#content{
		width:100%;
		margin-top:0;
	}
	#front_page_content{
		width:100%;
		margin-top:0;
	}
	#home-banner-1{
		width:100%;
		height:100%;
		float: none;
		margin-top:0;
		padding-top:15px;
	}
	h2.home-banner-title-1{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	#home-banner-1-plan-features{
		width:100%;
		margin-left:0;
	}
	#home-banner-1-plan-features ul {
    		width: 45%;
    		margin-left: 5%;
	}
	.home-banner-1-buttons {
   		width: 100%;
    		margin: 15px auto 0;
	}
	.home-banner-1-buttons div{
		width:48%;
		margin:0 auto;
		text-align:center;
		display:initial;
		background-position: center !important;
	}
	.home-banner-1-buttons div:nth-child(1):nth-last-child(1){
		width:100%;
		padding:0;
	}
	.home-banner-1-buttons .home-banner-play-video a{
		display:initial;
	}
	.home-banner-1-buttons .home-banner-sign-up .rpwp-button2{
		display:initial;
		padding-left:10px;
	}
	.home-banner-1-price{
		width:100%;
		margin:10px auto 0;
		text-align:center;
		height: 100%;
	}
	[id^="home-banner-"] .promo-period-text {
		position: relative;
		bottom: 0;
		margin-bottom: 10px;
	}
	.home-banner-1-price span{
		float: none !important;
		margin-left:0 !important;
	}
	.home-banner-1-price .price-value{
		font-size:50px;
	}
	/*Script banners*/
	#script-banner-img{
		display:none;
	}
	#script-banner{
		width:100%;
		height:100%;
		padding:10px 14px;
	}
	#script-banner-plan-features{
		width:100%;
	}
	#script-banner h1, h3.script-banner-title{
		width:100%;
		text-align:center;
		padding:0;
		font-size:20px;
	}
	#script-banner-plan-features ul{
		width: 50%;
   	 	display: inline-block;
    		padding-left: 10%;
		float:none;
	}
	.script-banner-price{
		display: inline-block;
		margin:0;
		position:initial;
		float:none;
	}
	/*DC banners*/
	#us-dc-banner {
    		width: 100%;;
	}
	#dc-box{
		width:49%;
		margin:0 0.3%;
	}
	#dc-box #box-content{
		width:auto;
		height:auto;
	}
	#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 table td{
		display:block;
		width:100%;
	}
	#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 0 10px;
	}


	/*Domain search form*/
	#domain-search-area-frontpage, #domain-search-area, #domain-search-area-4{
		width:100%;
		height:100%;
		position:relative;
		padding-bottom:30px;
		/* #domain-search-area-4 is display:flex at desktop now (see the
		   base rule) — this component doesn't hide one side at mobile
		   the way #script-banner does, so without forcing a column
		   direction here the two already-mobile-sized boxes below would
		   sit squeezed side by side in a flex row instead of stacking. */
		flex-direction:column;
		align-items:stretch;
		background: #f5f5f5 !important;
		background: -moz-linear-gradient(left,  #f5f5f5 0%, #f2f2f2 3%, #e2e2e2 11%, #dddddd 15%, #dddddd 86%, #e2e2e2 89%, #f2f2f2 97%, #f5f5f5 100%) !important;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(3%,#f2f2f2), color-stop(11%,#e2e2e2), color-stop(15%,#dddddd), color-stop(86%,#dddddd), color-stop(89%,#e2e2e2), color-stop(97%,#f2f2f2), color-stop(100%,#f5f5f5)) !important;
		background: -webkit-linear-gradient(left,  #f5f5f5 0%,#f2f2f2 3%,#e2e2e2 11%,#dddddd 15%,#dddddd 86%,#e2e2e2 89%,#f2f2f2 97%,#f5f5f5 100%) !important;
		background: -o-linear-gradient(left,  #f5f5f5 0%,#f2f2f2 3%,#e2e2e2 11%,#dddddd 15%,#dddddd 86%,#e2e2e2 89%,#f2f2f2 97%,#f5f5f5 100%) !important;
		background: -ms-linear-gradient(left,  #f5f5f5 0%,#f2f2f2 3%,#e2e2e2 11%,#dddddd 15%,#dddddd 86%,#e2e2e2 89%,#f2f2f2 97%,#f5f5f5 100%) !important;
		background: linear-gradient(to right,  #f5f5f5 0%,#f2f2f2 3%,#e2e2e2 11%,#dddddd 15%,#dddddd 86%,#e2e2e2 89%,#f2f2f2 97%,#f5f5f5 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 ) !important;
	}
	#domain-search-form{
		width: 95%;
		margin-left: 5%;
	}
	#domain-search-area-frontpage:before, #domain-search-area:before, #domain-search-area-4:before{
		content:"";
		position:absolute;
		left:0;
		width:100%;
		height:5px;
		background: #f5f5f5 !important;
		background: -moz-linear-gradient(left,  #f5f5f5 0%, #e8e8e8 3%, #d4d4d4 6%, #a9a9a9 11%, #9c9c9c 13%, #949494 15%, #949494 85%, #a1a1a1 88%, #b5b5b5 91%, #e0e0e0 96%, #ededed 98%, #f5f5f5 100%) !important;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(3%,#e8e8e8), color-stop(6%,#d4d4d4), color-stop(11%,#a9a9a9), color-stop(13%,#9c9c9c), color-stop(15%,#949494), color-stop(85%,#949494), color-stop(88%,#a1a1a1), color-stop(91%,#b5b5b5), color-stop(96%,#e0e0e0),color-stop(98%,#ededed), color-stop(100%,#f5f5f5)) !important;
		background: -webkit-linear-gradient(left,  #f5f5f5 0%,#e8e8e8 3%,#d4d4d4 6%,#a9a9a9 11%,#9c9c9c 13%,#949494 15%,#949494 85%,#a1a1a1 88%,#b5b5b5 91%,#e0e0e0 96%,#ededed 98%,#f5f5f5 100%) !important;
		background: -o-linear-gradient(left,  #f5f5f5 0%,#e8e8e8 3%,#d4d4d4 6%,#a9a9a9 11%,#9c9c9c 13%,#949494 15%,#949494 85%,#a1a1a1 88%,#b5b5b5 91%,#e0e0e0 96%,#ededed 98%,#f5f5f5 100%) !important;
		background: -ms-linear-gradient(left,  #f5f5f5 0%,#e8e8e8 3%,#d4d4d4 6%,#a9a9a9 11%,#9c9c9c 13%,#949494 15%,#949494 85%,#a1a1a1 88%,#b5b5b5 91%,#e0e0e0 96%,#ededed 98%,#f5f5f5 100%) !important;
		background: linear-gradient(to right,  #f5f5f5 0%,#e8e8e8 3%,#d4d4d4 6%,#a9a9a9 11%,#9c9c9c 13%,#949494 15%,#949494 85%,#a1a1a1 88%,#b5b5b5 91%,#e0e0e0 96%,#ededed 98%,#f5f5f5 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 ) !important;
	}
	#domain-search-area-frontpage:after, #domain-search-area:after, #domain-search-area-4:after{
		content:"";
		position:absolute;
		display:block;
		width:100%;
		height:2px;
		bottom:0;
		background: #f5f5f5 !important;
		background: -moz-linear-gradient(left,  #f5f5f5 0%, #eeeeee 2%, #e2e2e2 3%, #929292 12%, #868686 14%, #7f7f7f 15%, #7f7f7f 85%, #868686 87%, #929292 88%, #e2e2e2 97%, #eeeeee 99%, #f5f5f5 100%) !important;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(2%,#eeeeee), color-stop(3%,#e2e2e2), color-stop(12%,#929292), color-stop(14%,#868686), color-stop(15%,#7f7f7f), color-stop(85%,#7f7f7f), color-stop(87%,#868686), color-stop(88%,#929292), color-stop(97%,#e2e2e2), color-stop(99%,#eeeeee), color-stop(100%,#f5f5f5)) !important;
		background: -webkit-linear-gradient(left,  #f5f5f5 0%,#eeeeee 2%,#e2e2e2 3%,#929292 12%,#868686 14%,#7f7f7f 15%,#7f7f7f 85%,#868686 87%,#929292 88%,#e2e2e2 97%,#eeeeee 99%,#f5f5f5 100%) !important;
		background: -o-linear-gradient(left,  #f5f5f5 0%,#eeeeee 2%,#e2e2e2 3%,#929292 12%,#868686 14%,#7f7f7f 15%,#7f7f7f 85%,#868686 87%,#929292 88%,#e2e2e2 97%,#eeeeee 99%,#f5f5f5 100%) !important;
		background: -ms-linear-gradient(left,  #f5f5f5 0%,#eeeeee 2%,#e2e2e2 3%,#929292 12%,#868686 14%,#7f7f7f 15%,#7f7f7f 85%,#868686 87%,#929292 88%,#e2e2e2 97%,#eeeeee 99%,#f5f5f5 100%) !important;
		background: linear-gradient(to right,  #f5f5f5 0%,#eeeeee 2%,#e2e2e2 3%,#929292 12%,#868686 14%,#7f7f7f 15%,#7f7f7f 85%,#868686 87%,#929292 88%,#e2e2e2 97%,#eeeeee 99%,#f5f5f5 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 ) !important;
	}
	#domain-search-form h3{
		display: block;
    		width: 100%;
    		text-align: center;
	}
	#domain-search-form div{
		width:95%;
	}
	#tld-box {
    		width: 25%;
    		height: 40px;
	}
	.tld { 
    		width: 100%;
    		height: 20px;
    		line-height: 20px;
    		text-align: center;
		padding-right:0;
	}
	.tld-price {
    		width: 100%;
		background-position:center !important;
		text-align: center;
	}
	#domain_sld{
		width:65%;
	}
	/*Script page domain search*/
	#domain-search-area, #domain-search-area-4{
		width:100%;
		margin-left:0;
	}
	#domain-search-area-4 #domain-search-form h3{
		height:auto;
		margin-bottom:10px;
	}
	#promo-tlds{
		width:95%;
		margin:0 0 0 5%;
		height:auto;
	}
	#promo-tlds h3{
		margin-top:35px;
	}
	.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%;
	}
	.sidebar-domain-search{
		height: auto;
	}
	.sidebar-domain-search div{
		width:80%;
    		margin:10px auto 20px;
	}
	.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{
		background: #E2E2E2;
		border-radius:5px;
    		padding: 5px 0;
    		text-align: center;
	}
	.wrapper{
		width:99%;
		overflow-x:scroll;
		border:1px solid #c8c8c8;
		border-radius:5px;
		padding:0.5%;
	}
	.rp_upgrades{
		border:none;
	}
	.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%;
	}
	.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-right:11px;
	}
	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:1350px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.four-plans,
	.content_modal .wrapper #rp_presentation.four-col{
		width:1080px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.three-plans,
	.content_modal .wrapper #rp_presentation.three-col{
		width:980px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.two-plans,
	.content_modal .wrapper #rp_presentation.two-col{
		width:960px;
	}
	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;
	}
	@-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:20px;
	}
	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:95% !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:92% !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:#000;
	}
	div[class*=" content_"] .wrapper #rp_presentation.table .rp_pr_feature_header.tr .td:not(:first-child){
		height: 0 !important;
    		background: none !important;	
	}
	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:before{
		content:"";
		position:absolute;
		display:block;
		width:100%;
		bottom:-10px;
		height:2px;
		background: #f5f5f5 !important;
		background: -moz-linear-gradient(left,  #f5f5f5 0%, #eeeeee 2%, #e2e2e2 3%, #929292 12%, #868686 14%, #7f7f7f 15%, #7f7f7f 85%, #868686 87%, #929292 88%, #e2e2e2 97%, #eeeeee 99%, #f5f5f5 100%) !important;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(2%,#eeeeee), color-stop(3%,#e2e2e2), color-stop(12%,#929292), color-stop(14%,#868686), color-stop(15%,#7f7f7f), color-stop(85%,#7f7f7f), color-stop(87%,#868686), color-stop(88%,#929292), color-stop(97%,#e2e2e2), color-stop(99%,#eeeeee), color-stop(100%,#f5f5f5)) !important;
		background: -webkit-linear-gradient(left,  #f5f5f5 0%,#eeeeee 2%,#e2e2e2 3%,#929292 12%,#868686 14%,#7f7f7f 15%,#7f7f7f 85%,#868686 87%,#929292 88%,#e2e2e2 97%,#eeeeee 99%,#f5f5f5 100%) !important;
		background: -o-linear-gradient(left,  #f5f5f5 0%,#eeeeee 2%,#e2e2e2 3%,#929292 12%,#868686 14%,#7f7f7f 15%,#7f7f7f 85%,#868686 87%,#929292 88%,#e2e2e2 97%,#eeeeee 99%,#f5f5f5 100%) !important;
		background: -ms-linear-gradient(left,  #f5f5f5 0%,#eeeeee 2%,#e2e2e2 3%,#929292 12%,#868686 14%,#7f7f7f 15%,#7f7f7f 85%,#868686 87%,#929292 88%,#e2e2e2 97%,#eeeeee 99%,#f5f5f5 100%) !important;
		background: linear-gradient(to right,  #f5f5f5 0%,#eeeeee 2%,#e2e2e2 3%,#929292 12%,#868686 14%,#7f7f7f 15%,#7f7f7f 85%,#868686 87%,#929292 88%,#e2e2e2 97%,#eeeeee 99%,#f5f5f5 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 ) !important;	
	}
	#front_page_content-titles:after{
		content:"";
		position:absolute;
		display:block;
		width:100%;
		bottom:-50px;
		height:40px;
		background: #d0d0d0 !important;
		background: -moz-linear-gradient(top,  #d0d0d0 0%, #d4d4d4 17%, #ebebeb 69%, #f5f5f5 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(17%,#d4d4d4), color-stop(69%,#ebebeb), color-stop(100%,#f5f5f5)) !important;
		background: -webkit-linear-gradient(top,  #d0d0d0 0%,#d4d4d4 17%,#ebebeb 69%,#f5f5f5 100%) !important;
		background: -o-linear-gradient(top,  #d0d0d0 0%,#d4d4d4 17%,#ebebeb 69%,#f5f5f5 100%) !important;
		background: -ms-linear-gradient(top,  #d0d0d0 0%,#d4d4d4 17%,#ebebeb 69%,#f5f5f5 100%) !important;
		background: linear-gradient(to bottom,  #d0d0d0 0%,#d4d4d4 17%,#ebebeb 69%,#f5f5f5 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#f5f5f5',GradientType=0 ) !important;
	}
	#front_page_content-titles h3{
		font-size:40px;
		line-height:40px;
	}
	#front_page_content-plan-area{
		width:100%;
		height:100%;
		position: relative;
		padding-top:50px;
	}
	#shared-box-small {
   	 	width: 32%;
    	margin-left:0.8%;
		padding-bottom: 40px;
		height:auto;
    	background: #fff !important;
		border: 1px solid #ccc;
		border-radius: 5px 5px 125px 125px;
	}
	#shared-box-small #box-title,
	#shared-box-large #box-title,
	#shared-box-medium #box-title,
	.article1-plan-title,
	#shared-box #box-title{
		width:100%;
		padding-bottom: 5px;
	}
	div[id^="shared-box-"]:nth-child(1) #box-title, div[id*=" shared-box-"]:nth-child(1) #box-title, #shared-box #box-title{
		background: #7db21e !important;
		background: -moz-linear-gradient(top,  #7db21e 0%, #7db21e 86%, #79ae1c 89%, #72a419 92%, #56810c 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db21e), color-stop(86%,#7db21e), color-stop(89%,#79ae1c), color-stop(92%,#72a419), color-stop(100%,#56810c)) !important;
		background: -webkit-linear-gradient(top,  #7db21e 0%,#7db21e 86%,#79ae1c 89%,#72a419 92%,#56810c 100%) !important;
		background: -o-linear-gradient(top,  #7db21e 0%,#7db21e 86%,#79ae1c 89%,#72a419 92%,#56810c 100%) !important;
		background: -ms-linear-gradient(top,  #7db21e 0%,#7db21e 86%,#79ae1c 89%,#72a419 92%,#56810c 100%) !important;
		background: linear-gradient(to bottom,  #7db21e 0%,#7db21e 86%,#79ae1c 89%,#72a419 92%,#56810c 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db21e', endColorstr='#56810c',GradientType=0 ) !important;
	}
	div[id^="shared-box-"]:nth-child(2) #box-title, div[id*=" shared-box-"]:nth-child(2) #box-title{
		background: #42b4f3 !important;
		background: -moz-linear-gradient(top,  #42b4f3 0%, #42b4f3 87%, #3eb1f0 90%, #1a8dd2 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42b4f3), color-stop(87%,#42b4f3), color-stop(90%,#3eb1f0), color-stop(100%,#1a8dd2)) !important;
		background: -webkit-linear-gradient(top,  #42b4f3 0%,#42b4f3 87%,#3eb1f0 90%,#1a8dd2 100%) !important;
		background: -o-linear-gradient(top,  #42b4f3 0%,#42b4f3 87%,#3eb1f0 90%,#1a8dd2 100%) !important;
		background: -ms-linear-gradient(top,  #42b4f3 0%,#42b4f3 87%,#3eb1f0 90%,#1a8dd2 100%) !important;
		background: linear-gradient(to bottom,  #42b4f3 0%,#42b4f3 87%,#3eb1f0 90%,#1a8dd2 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b4f3', endColorstr='#1a8dd2',GradientType=0 ) !important;
	}
	div[id^="shared-box-"]:nth-child(3) #box-title, div[id*=" shared-box-"]:nth-child(3) #box-title{
		background: #cf392e !important;
		background: -moz-linear-gradient(top,  #cf392e 0%, #cf3125 3%, #cf3125 88%, #c32b1f 93%, #a61c11 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf392e), color-stop(3%,#cf3125), color-stop(88%,#cf3125), color-stop(93%,#c32b1f), color-stop(100%,#a61c11)) !important;
		background: -webkit-linear-gradient(top,  #cf392e 0%,#cf3125 3%,#cf3125 88%,#c32b1f 93%,#a61c11 100%) !important;
		background: -o-linear-gradient(top,  #cf392e 0%,#cf3125 3%,#cf3125 88%,#c32b1f 93%,#a61c11 100%) !important;
		background: -ms-linear-gradient(top,  #cf392e 0%,#cf3125 3%,#cf3125 88%,#c32b1f 93%,#a61c11 100%) !important;
		background: linear-gradient(to bottom,  #cf392e 0%,#cf3125 3%,#cf3125 88%,#c32b1f 93%,#a61c11 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf392e', endColorstr='#a61c11',GradientType=0 ) !important;
	}
	#shared-box-small #box-price,
	#shared-box-large #box-price,
	#shared-box-medium #box-price,
	#shared-box #box-price{
		width:100%;	
	}
	#box-price .box-price-currency{
		font-size: 25px;
	}
	#box-price .box-price-value {
    		font-size: 45px;
	}
	#box-price .box-price-period {
    		font-size: 20px;
	}
	#box-content{
		width: 95%;
    		margin: 0 2.5% 20px;
	}
	#shared-box-small #box-content{
		height: 100%;
	}
	#box-content ul{
		padding:0;
	}
	#shared-box-small #box-content ul,
	#shared-box-medium #box-content ul{
		width:100%;
	}
	
	#shared-box-large{
		width:90%;
		margin:0 5%;
    		background: #fff !important;
    		border: 1px solid #ccc;
    		border-radius: 5px 5px 125px 125px;
		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%;
    		background: #fff !important;
    		border: 1px solid #ccc;
    		border-radius: 5px 5px 125px 125px;
		height: auto;
	}
	#shared-box-medium #box-content ul, #shared-box #box-content ul{
		text-align:center;
	}
	#shared-box-medium #box-content ul:nth-child(2){
		margin-top:0;
	}
	#shared-box{
		width: 80%;
		margin: 0 10%;
    		background: #fff !important;
    		border: 1px solid #ccc;
    		border-radius: 5px 5px 125px 125px;
		height: auto;
	}
	#shared-box #box-content ul{
		width:95%;
	}
	.plan-details-link{
		width:100%;
	}
	#shared-box form{
		float:none;
		margin:0 auto;
	}
	
	/*Front page others*/
	#front_page_content-main{
		width:100%;
		position:relative;
		padding-top: 40px;
		background-image:none !important;
	}
	#front_page_content-main div {
    		width: 32%;
    		margin-left: 1%;
	}

	/*Page template default*/
	#crumbs{
		width:100%;
		margin: 0 0 10px;
		padding:5px 0;
		height: auto;
    		min-height: 30px;
    		line-height: 25px;
		border-top: 1px solid #5c6c79;
		
	}
	#crumbs a:first-child{
		padding-left:5px;
	}
	#content_header h1, #content_header h2, #content_header h3, #aboutus-content-main h1 {
    		font-size: 20px;
    		margin-top: 0;
    		color: #273948;
		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 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%;
	}
	.header_dedicated, .header_semi-dedicated, .header_web_hosting, .header_vps_compare, .header_domains, .header_vps_openvz, .header_vps_kvm{
		width:auto;
		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%;
	}
	@-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;
	}
	.content_vps_compare #tower-box, .content_vps_compare #compare-box, .content_vps_openvz table #tower-box{
		min-width:100%;
		width:100%;
	}
	.content_vps_openvz #tower-box{
		width:32.33%;
		margin:0 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{
		top:-25px;
                left:0;
                right:0;
                margin:0 auto;
        }
	#tower-box-bottom .rpwp-button.colorize{
		margin:0 auto;
	}
        .content_vps_openvz .content_vps_openvz #tower-box{
                min-width:32%;
                width:32%;
                margin:15px 0.5%;
        }

	/*open_vps table plans*/
	.openvz-plan-even, .openvz-plan-odd{
		width:49%;
		padding:10px 0;
	}	
	.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:50%;
		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_1 > div#aboutus-content-main, #internal_page_1 > div#aboutus-sidebar{
		margin-top:40px;
	}
	#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;
		height: auto;
		margin-top: 50px !important;
	}
        @-moz-document url-prefix(){
                .header_hepsia {
                        width: 97%;
                        padding:0 1% !important;
                }
        }
	div[id^="video"] video{
		width:100%;
		height:auto;
	}
	#colorbox, #cboxContent, #cboxLoadedContent{
		height:auto !important;
	}
	.text_hepsia{
		width:100%;
	}
	.hepsia-top-video{
		margin: 10px auto 0;
		width: 100%;
		display: inline-block;
		height:auto;
		float:none;
		border:none;
	}
	.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{
		border:2px solid #000;
	}
 .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;
		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;
	}
	.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;
	}
	#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;
	}
	#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 div{
		width:95%;
		margin:0 2.5%;
	}
	#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:0 0.5%
	}
	.article1-plan-features br{
		display:block;
	}
	.article2-container-area .menu-links{
		text-align: center;
		font-size: 20px;
    		font-weight: bold;
    		background: #ECECEC !important;
    		width: 100%;
    		padding: 5px 0;
    		margin: 0 auto;
	}
	.menu-link-icon {
    		position: relative;
    		display: inline-block;
    		width:25px;
    		height:9px;
    		border-top: 3px solid #000;
    		border-bottom: 3px solid #000;
	}
	.menu-link-icon:before {
    		content: "";
    		position: absolute;
    		top: 3px;
    		left: 0px;
    		width: 100%;
    		border-top: 3px solid #000;
	}
	.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-left:1%;
                display: inline-block;
        }
        .cat-excerpt{
                width:auto;
                float:none;
                margin-left:70px;
        }

	/*Footer*/
	#footer-full-width {
		padding:10px 0;
    		display: inline-block;
	}
	#footer{
		width:100%;
		
	}
	#footer_contacts{
		display:none;
		width:100%;
	}
	#footer_menu {
    		width: 25%;
    		margin: 0 auto;
	}
	#footer_cards{
		width:100%;
		background-position:center !important;
		margin-top:10px;
	}	
	#copyright{
		width:100%;
		text-align:center;
	}


	/*** 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;
	}
	#selected_domains_table [class*="tld-price"]{
		text-align:center;
	}
	#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 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;
	}
	/* COLORS - Dedicated plan tables */
	.dedicated-plan {
		border-top: 1px solid #c8c8c8;
	}

	a.custom-logo {
		max-width: 200px;
		line-height: 67px;
		margin-left: 0;
	}
	a.custom-logo > img {
		max-height: 65px;
		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: 8% !important;
	}
	.mobile-submenu a.show-submenu{
	width: 5% !important;
		text-align: center;
		padding: 0 10px !important;
	}	
}

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

	/*Header Top*/
	#header_top #rpwp-login-wrapper, #header_top #rpwp-login-form-text{
		background-position: 5% 50% !important;
	}


	/*Banner*/
	h2.home-banner-title-1{
		font-size:40px;
	}
	#home-banner-1-plan-features ul {
    		width: 90%;
    		margin-left: 5%;
		margin-right: 5%;
		text-align:center;
	}
	#home-banner-1-plan-features ul li{
		background:none !important;
		padding-left:0;
		font-size:19px;
	}
	.home-banner-1-buttons div{
		width:100%;
	}
	.home-banner-sign-up{
		padding:0;
	}

	/*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;
	}
	/*DC banner*/
	#dc-box {
    		width: 100%;
    		margin: 0 auto 20px;
	}
	#dc-box #box-title h2{
		height:auto;
		padding-top:5px;
		line-height:24px;
	}	

	/*Domain search form*/
	#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 input#domain_sld {
    		width: 96%;
		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;
	}
	#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;
	}
	
	/*Front page others*/
	#front_page_content-main div {
    		width: 90%;
    		margin: 0 5%;
	}
	#front_page_content-main div h2 {
    		text-align:center;	
	}

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

	/*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;
		}
	}
        .content_vps_openvz .content_vps_openvz #tower-box{
                min-width:48%;
                width:48%;
                margin:15px 0.5%;
        }

	/*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%;
	}
	
	/*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: 82% !important;
	}

	div[class*=" content_"] .wrapper #rp_presentation.table .tr .td:first-child{
		width:83% !important;
	}
	div[class*=" content_"] .wrapper #rp_presentation.three-plans,
	.content_modal .wrapper #rp_presentation.three-col{
   		 width: 810px;
	}
	div[class*=" content_"] .wrapper #rp_presentation.two-plans,
	.content_modal .wrapper #rp_presentation.two-col{
   		 width: 580px;
	}
	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:284px !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;
	}

	/*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;	
	}

	/*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;
	}
	.sidebar-domain-search div{
		width:100%;
	}
	.sidebar-domain-search #domain_sld {
    		width: 50%;
	}
	.sidebar-domain-search h3{
		font-size:19px;
	}
	.sidebar-domain-search select{
		margin-left:5%;
	}

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

        /*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 {
    		width: 45%;
		padding-left:5%;
	}
	#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) {
	/*DC banner*/
	#us-dc-banner h3{
		font-size:25px;
	}
	#us-dc-banner {
    		height: auto;
		background-repeat:repeat !important;
	}	
	/*Domain search form*/
	#domain-search-form{
		height:140px;
	}
	#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_sld{
		width:97%;
		margin-bottom:5px !important;
		background: #bdbdbd !important;
    		border: 1px solid #fefefe !important;
		border-radius:5px;
	}
	select#domain_tld{
		margin-left:5% !important;
		background: #bdbdbd !important;
    		border: 1px solid #fefefe;
	}
	.domain-search-button{
		margin-right:5%;
	}
	/*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*/
	#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%;
	}

	/*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: 60px;
    		margin-bottom: 15px;
    		font-size: 20px;
	}
	#domain-sidebar{
		width:100%;
		margin: 20px -3% 20px 0;
	}
	.article1-plan-box, #shared-box {
    		width: 100%;
    		margin: 0 0 20px;
	}
	#shared-box #box-content ul {
    		width: 89%;
	}

	/*** Responsive Tables ***/
	div[class*=" content_"] .wrapper #rp_presentation.two-plans,
	.content_modal .wrapper #rp_presentation.two-col{
   		 width: 540px;
	}
	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:264px !important;
	}
	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%;
	}

	/*** 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 */
#footer_cards{ background: url(images/footer_cards.jpg) no-repeat scroll 0 0; }
#footer_cards{ background: url(images/footer_cards.webp) no-repeat scroll 0 0; }

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

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

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

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

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

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

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

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

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

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

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

/*
 * Small "+" bullet icon (a tiny light-blue GIF/PNG) replaced with a
 * plain CSS checkmark — one less legacy image request, and a color
 * this project actually controls (was a fixed light blue that didn't
 * relate to the teal signal color anywhere else in this design).
 */
ul.openvz-server-info li, #home-banner-1-plan-features ul li, #script-banner-plan-features ul li {
	background:none;
	position:relative;
	padding-left:26px !important;
}
ul.openvz-server-info li::before, #home-banner-1-plan-features ul li::before, #script-banner-plan-features ul li::before {
	content:"✓";
	position:absolute;
	left:0;
	top:0;
	color:var(--signal);
	font-weight:800;
}

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

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

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

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

/* Same fix and same reasoning as #us-dc-banner above — white text
   (color:#fff), detailed illustration that shouldn't be stretched,
   dark background-color fallback instead. */
#whois_id_protection_banner { background:url("images/banner-whois-id-protect.jpg") no-repeat top center; background-color:#1c1c1c; }
#whois_id_protection_banner { background:url("images/banner-whois-id-protect.webp") no-repeat top center; background-color:#1c1c1c; }

#domain-tld-banner-2 .arrow, #domain-tld-banner .arrow { background: url(images/hand-paint-arrow.png) no-repeat center; }
#domain-tld-banner-2 .arrow, #domain-tld-banner .arrow { background: url(images/hand-paint-arrow.webp) no-repeat center; }

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

/*
 * Confirmed live (screenshot): this box's list items faded to
 * invisible partway down — its text is white (`color:#fff`, meant to
 * sit on this dark image), but the box can now grow taller than the
 * image's own 257px height (min-height fix earlier in this file), so
 * content below the image sat on this theme's plain light background
 * instead — white-on-white. The image itself (a 3D USA map
 * illustration) would visibly distort if stretched to fill an
 * arbitrary height, so added a solid dark `background-color` fallback
 * instead of `background-size:stretch` — keeps the image at its
 * natural size/position, but anything below it still has a dark base
 * to stay readable against.
 */
#us-dc-banner { background: url(images/bg-us-dc-banner.png) no-repeat top right; background-color:#1c1c1c; }
#us-dc-banner { background: url(images/bg-us-dc-banner.webp) no-repeat top right; background-color:#1c1c1c; }
/*
 * Same hardcoded-width-leaves-a-dead-gap bug as #script-banner/
 * #domain-search-area-4 elsewhere in this file — confirmed via
 * screenshot on /data-centers/ ("banner locations are fully messy"):
 * #us-dc-banner was width:942px in a now-wider .page-body, leaving a
 * ~150px strip where the box's dark background just stopped and the
 * page's plain light background took over.
 *
 * Widened to 100%, and switched the background-position from `top
 * left` to `top right` at the same time: the map graphic occupies
 * roughly the right half of its own fixed-size image (with a solid-
 * color-safe zone on the image's own left side, see
 * make_us_dc_banner.py), so right-anchoring keeps the map in
 * approximately the same visual spot regardless of how wide the
 * container ends up being, instead of left-anchoring it and leaving
 * an ever-growing gap of plain background-color to its right. The
 * text (h3/ul, both plain block content, no absolute positioning)
 * sits in the box's own left padding either way, unaffected.
 */
#us-dc-banner{
	width:100%;
	margin:0 0 20px 0;
	box-sizing:border-box;
}
/*
 * Same bug, same fix, on the WHOIS/ID-protection banner (confirmed:
 * width:1000px with the same -25px-negative-margin pattern as
 * #domain-search-area-4). This one's background-position is `top
 * center`, which recenters correctly on its own as the box widens —
 * no position change needed, just the width/margin.
 */
#whois_id_protection_banner{
	width:100%;
	margin:0 0 20px 0;
	box-sizing:border-box;
}
/*
 * Same bug, same fix, on the four domain-name promo banners that
 * share this file's dark-gradient background rule
 * (#domain-only-banner/#domain-hosting-banner/#domain-tld-banner/
 * #domain-tld-banner-2) — all were hardcoded to width:920-970px.
 * Confirmed via a sitewide grep of the theme's own sitemap (166
 * pages fetched and scanned): #domain-tld-banner and
 * #domain-tld-banner-2 alone are used on 23-24 pages each (the
 * per-TLD "buy X domain names" pages), so this one fix reaches
 * roughly 25 pages at once instead of needing to be found and fixed
 * page by page.
 *
 * These use real <table width="100%"> markup inside the outer div
 * (not floats or absolute positioning), so widening the outer
 * container is enough — the inner table already fills whatever width
 * its parent gives it, and its cells (fixed px widths as HTML
 * attribute hints, not CSS) redistribute proportionally the way
 * table auto-layout always does when the table itself is wider than
 * the sum of its column-width hints. Confirmed live: no text overflow
 * or distortion, the "arrow" graphic between cells is a small
 * `no-repeat center`-positioned icon (not stretched), so it just
 * recenters within a wider cell rather than warping.
 */
#domain-only-banner, #domain-hosting-banner, #domain-tld-banner, #domain-tld-banner-2{
	width:100%;
	margin:0 0 20px 0;
	box-sizing:border-box;
}
/*
 * Same bug on .header_hepsia (confirmed live on /the-hepsia-hosting-cp/
 * — a sitewide grep for `class="header_` found this is the only one of
 * this whole .header_* class family actually used anywhere; the
 * others — .header_dedicated, .header_vps_kvm, etc. — don't appear as
 * classes on any live page, the grep's first pass only matched them
 * as substrings of unrelated image filenames like
 * "header_dedicated.webp"). No background-image to reposition here,
 * just a plain heading + text block, so this is a low-risk width-only
 * fix.
 */
.header_hepsia{
	width:100%;
	box-sizing:border-box;
}

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

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

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

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

.home-banner-sign-up { background:url(images/sign-up-button.png) top left no-repeat; }
.home-banner-sign-up { background:url(images/sign-up-button.webp) top left no-repeat; }

.home-banner-play-video { background:url(images/play-video.png) top left no-repeat; }
.home-banner-play-video { background:url(images/play-video.webp) top left no-repeat; }

#rpwp-login-wrapper{ background: url(images/header_login_icon.png) left no-repeat; }
#rpwp-login-wrapper{ background: url(images/header_login_icon.webp) left no-repeat; }

#rpwp-login-form-text{ background: url(images/header_signup_icon.png) left no-repeat; }
#rpwp-login-form-text{ background: url(images/header_signup_icon.webp) left no-repeat; }

#header_phone { background: url(images/header_phone_icon.png) left no-repeat; }
#header_phone { background: url(images/header_phone_icon.webp) left no-repeat; }

#shared-box-large { background:url(images/shared-box-large.png) top left no-repeat; }
#shared-box-large { background:url(images/shared-box-large.webp) top left no-repeat; }

#footer_menu ul li a{ background: url(images/list-style-3.png) left no-repeat; }
#footer_menu ul li a{ background: url(images/list-style-3.webp) left no-repeat; }

.header_dedicated{ background: url(images/header_dedicated_servers.png) no-repeat top right; }
.header_dedicated{ background: url(images/header_dedicated_servers.webp) no-repeat top right; }

.header_semi-dedicated{ background: url(images/header_semi_dedicated_servers.png) no-repeat top right; }
.header_semi-dedicated{ background: url(images/header_semi_dedicated_servers.webp) no-repeat top right; }

.header_web_hosting{ background: url(images/header_web_hosting.png) no-repeat top right; }
.header_web_hosting{ background: url(images/header_web_hosting.webp) no-repeat top right; }

.header_vps_compare{ background: url(images/header_vps.png) no-repeat top right; }
.header_vps_compare{ background: url(images/header_vps.webp) no-repeat top right; }

.header_vps_openvz{ background: url(images/header_vps_openvz.png) no-repeat top right; }
.header_vps_openvz{ background: url(images/header_vps_openvz.webp) no-repeat top right; }

.header_vps_kvm{ background: url(images/header_vps_kvm.png) no-repeat top right; }
.header_vps_kvm{ background: url(images/header_vps_kvm.webp) no-repeat top right; }

.header_domains{ background: url(images/header_domains.png) no-repeat top right; }
.header_domains{ background: url(images/header_domains.webp) no-repeat top right; }

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

.tld-price { background: url(images/bg-tld-promo.png) top left no-repeat; }
.tld-price { background: url(images/bg-tld-promo.webp) top left no-repeat; }

/*
 * Removed: bare `body{...}` and `body.home{...}` background rules.
 * Same naming-collision pattern as the earlier `.wrap{padding:1px}`
 * fix, but worse-reaching: `body` and `body.home` aren't custom Easy
 * Flow classes, they're WordPress core's own `body_class()` output —
 * every single page has a `<body>` tag, and the front page always gets
 * `.home` added automatically. So this was silently painting a dark
 * textured background image behind literally every page (and a
 * different one on the homepage specifically) that loads this
 * stylesheet — most pages, per the earlier shortcode-detection fix.
 * Confirmed live: the homepage hero's paragraph text (styled for a
 * light background) was nearly illegible against it. This theme's own
 * body styling (style.css) already sets the intended paper background.
 */

#front_page_content-main { background:url(images/bkg_frontpage_features.png) top center no-repeat; }
#front_page_content-main { background:url(images/bkg_frontpage_features.webp) top center no-repeat; }

#shared-box-small.first, #shared-box { background:url(images/shared-box-small-1.png) top left no-repeat; }
#shared-box-small.first, #shared-box { background:url(images/shared-box-small-1.webp) top left no-repeat; }

#shared-box-small.second { background:url(images/shared-box-small-2.png) top left no-repeat; }
#shared-box-small.second { background:url(images/shared-box-small-2.webp) top left no-repeat; }

#shared-box-small.third { background:url(images/shared-box-small-3.png) top left no-repeat; }
#shared-box-small.third { background:url(images/shared-box-small-3.webp) top left no-repeat; }

#shared-box-medium.first { background:url(images/shared-box-medium-1.png) top left no-repeat; }
#shared-box-medium.first { background:url(images/shared-box-medium-1.webp) top left no-repeat; }

#shared-box-medium.second { background:url(images/shared-box-medium-2.png) top left no-repeat; }
#shared-box-medium.second { background:url(images/shared-box-medium-2.webp) top left no-repeat; }

#front_page_content-titles { background:url(images/bkg_frontpage_title.png) top left no-repeat; }
#front_page_content-titles { background:url(images/bkg_frontpage_title.webp) top left no-repeat; }

#home-banner-1 { background: url(images/bg-banner.png) no-repeat bottom right; }
#home-banner-1 { background: url(images/bg-banner.webp) no-repeat bottom right; }

/*
 * bkg_domain_search.{png,webp} is a 1000x101px gradient strip, sized
 * for this box's original fixed height:101px. Now that the box can grow
 * taller than that to fit its real content (see the min-height fix on
 * #domain-search-area/-4 earlier in this file), the image's natural
 * bottom edge no longer reaches the box's actual bottom, leaving a
 * visible seam partway down — confirmed live, it fell right across the
 * "Free Domain Manager" paragraph text, looking like a strikethrough.
 * The image is a plain soft gradient with no fine detail, so stretching
 * it to fully cover the box's real size looks seamless regardless of
 * height.
 */
#domain-search-area-frontpage, #domain-search-area, #domain-search-area-4 { background:url(images/bkg_domain_search.png) top center / 100% 100% no-repeat; }
#domain-search-area-frontpage, #domain-search-area, #domain-search-area-4 { background:url(images/bkg_domain_search.webp) top center / 100% 100% no-repeat; }

#ribbon{ background: url(images/ribbon.png) top left no-repeat; }
#ribbon{ background: url(images/ribbon.webp) top left no-repeat; }

#logo{ background: url(images/logo.png) left no-repeat; }
#logo{ background: url(images/logo.webp) left no-repeat; }

/*
 * This one shared repeating JPG texture (a muddy grey/brown crosshatch
 * pattern, confirmed via screenshot on /reasonably-priced-ssl-
 * certificates/) was the dark background for six differently-shaped
 * banners at once. All six keep white text specifically because it was
 * written to sit on a dark image — replacing it with a plain color
 * would've needed re-checking contrast on every one individually, so
 * instead swapped the texture itself for a clean two-tone gradient
 * using this theme's own --ink tones. Same dark value everywhere, zero
 * new image requests, and it reads as an intentional part of this
 * design system instead of a leftover vendor-theme stock texture.
 */
#domain-only-banner, #domain-hosting-banner, #domain-tld-banner, #domain-tld-banner-2, #domain-banner-1, #script-banner {
	background:linear-gradient(135deg, var(--ink) 0%, #1B2530 100%);
}

#menu ul.dropdown li a{ background: url(images/bkg_but.png) top left repeat-x; }
#menu ul.dropdown li a{ background: url(images/bkg_but.png) top left repeat-x; }

#menu ul.dropdown li a:hover, #menu ul.dropdown li:hover, #menu ul.dropdown li.current_page_item a, #menu ul.dropdown li.current-menu-item a,  #menu ul.dropdown li.current-menu-ancestor a,  #menu ul.dropdown li.current-page-ancestor a, .menu-hover-class { background: url(images/bkg_but.png) bottom left repeat-x; }
#menu ul.dropdown li a:hover, #menu ul.dropdown li:hover, #menu ul.dropdown li.current_page_item a, #menu ul.dropdown li.current-menu-item a,  #menu ul.dropdown li.current-menu-ancestor a,  #menu ul.dropdown li.current-page-ancestor a, .menu-hover-class { background: url(images/bkg_but.webp) bottom left repeat-x; }


@media only screen and (max-width: 1024px) {
	#crumbs{ background: url(images/bkg_bodypage_mobile.jpg) top left repeat #384a58 !important; }
	#crumbs{ background: url(images/bkg_bodypage_mobile.webp) top left repeat #384a58 !important; }

	#home-banner-1{ background: url(images/bkg_banner_mobile.jpg) !important; }
	#home-banner-1{ background: url(images/bkg_banner_mobile.webp) !important; }
}

/* ==========================================================
   Modern redesign of the [rp_plans]-family comparison table
   (#rp_presentation) — appears on at least 6 pages (PrestaShop/
   OpenCart/WordPress/Drupal/Joomla hosting, Hepsia vs cPanel,
   hosting-articles). The vendor theme's original used a loud per-plan
   green/red header bar plus two rows meant for a "best plan"
   ribbon (.rp_pr_feature_header) and an image-based rounded-
   corner bottom cap (.rp_pr_end) — confirmed live both are empty
   here, rendering as plain blank white bands instead. Restyled to
   match this theme's own plan-card design (.plan-card in
   style.css: white card, subtle border, mono label, clean
   dividers) using column-spanning borders + corner radius on the
   first/last visible rows only, since a `<table>` can't share one
   continuous box-shadow across multiple `<tr>`s the way a flexbox
   card can.
   ========================================================== */
#rp_presentation{
	border-collapse:separate;
	border-spacing:16px 0;
	width:100%;
	margin:24px 0;
}
#rp_presentation .rp_pr_plan{
	background:#fff;
	border-left:1px solid #E4E7EB;
	border-right:1px solid #E4E7EB;
	vertical-align:top;
	color:#14171B;
}
/*
 * The plan-description row (the first .rp_pr_features row, right after
 * .rp_pr_feature_header — description length varies per plan, e.g.
 * "Business"'s 2-line description vs. others' 3 lines) is top-aligned
 * like every other row, so shorter descriptions leave visible empty
 * space at the bottom of their cell while longer ones fill it —
 * confirmed via the person's screenshots, annotated as looking uneven.
 * Center it vertically just for this one row so cards with shorter
 * text don't look visually "shorter" than the row actually is.
 */
#rp_presentation tr.rp_pr_feature_header + tr.rp_pr_features td.rp_pr_plan{
	vertical-align:middle;
}
#rp_presentation tr.rp_pr_plan_header td.rp_pr_plan{
	background:#fff !important;
	background-image:none !important;
	color:#14171B !important;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
	font-weight:800 !important;
	font-size:19px !important;
	text-align:center;
	padding:20px 16px 6px !important;
	border-top:1px solid #E4E7EB;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	text-shadow:none !important;
}
#rp_presentation tr.rp_pr_feature_header td{
	padding:0 !important;
	height:0 !important;
	line-height:0 !important;
	font-size:0 !important;
	border:0 !important;
	overflow:hidden;
}
#rp_presentation tr.rp_pr_end{ display:none !important; }
#rp_presentation tr.rp_pr_features td.rp_pr_plan{
	padding:11px 16px !important;
	border-top:1px solid #EDEFF2;
	font-size:14px;
	text-align:center;
	background-image:none !important;
}
#rp_presentation tr.rp_pr_features_price td.rp_pr_plan{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
	font-size:26px !important;
	font-weight:800 !important;
	padding:16px !important;
	color:#14171B !important;
}
#rp_presentation tr.rp_pr_signup td.rp_pr_plan{
	border-bottom:1px solid #E4E7EB;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:8px 16px 22px !important;
	background-image:none !important;
}
/*
 * "Create Account" button was still the old red gradient pill — the
 * one visibly off-brand element left on this table (confirmed via
 * screenshot). Same treatment as #tower-box-bottom's button: flat
 * teal, full width, no gradient/text-shadow. Scoped to
 * #rp_presentation specifically (not a blanket .rpwp-button.colorize
 * override) for the same reason as #tower-box — that class is shared
 * by other not-yet-redesigned buttons elsewhere.
 *
 * box-sizing:border-box for the same reason as the #tower-box button
 * fix: this table lives inside .page-body, which intentionally reverts
 * to content-box for the vendor theme's own shortcode CSS (see style.css),
 * so width:100% here needs to explicitly opt back into border-box or
 * its padding pushes it wider than the cell — confirmed that exact
 * bug once already on the data-center tables, fixing it here
 * proactively instead of waiting to rediscover it.
 */
#rp_presentation tr.rp_pr_signup .rpwp-button.colorize{
	box-sizing:border-box;
	display:block;
	width:100%;
	background:var(--signal);
	background-image:none !important;
	border:0;
	border-radius:var(--radius-sm);
	text-shadow:none;
	text-transform:none;
	font-family:var(--font-body);
	font-size:14.5px;
	margin:0;
	padding:11px 15px;
	filter:none;
}
#rp_presentation tr.rp_pr_signup .rpwp-button.colorize:hover{
	background:var(--signal-ink);
	background-image:none !important;
	filter:none;
}

/*
 * "Best-selling plan" highlight (Settings > AllCloudHost). main.js
 * matches by the header cell's plan-name text and adds is-best-plan to
 * every cell in that column (a "card" here is a whole table column
 * spanning many <tr>s, not one element the way #tower-box is), and
 * strips the plugin's own rp_pr_best flag first so this is the only
 * source of truth for which column is highlighted. Teal border on all
 * four sides of the column, reusing .featured-tag's badge from
 * style.css on the header cell — same "featured" visual language as
 * the homepage and #tower-box rather than a new one-off treatment.
 */
#rp_presentation td.rp_pr_plan.is-best-plan{
	background:var(--signal-dim) !important;
	border-left:1.5px solid var(--signal) !important;
	border-right:1.5px solid var(--signal) !important;
}
/*
 * The header row's own background rule is `tr.rp_pr_plan_header
 * td.rp_pr_plan{background:#fff !important;...}` — more specific
 * (0,2,2) than a bare `.is-best-plan` override (0,2,1), so among two
 * !important declarations that one wins on specificity regardless of
 * source order. Repeating the tr.rp_pr_plan_header prefix here (also
 * where the border-top/badge live already) makes this one win instead.
 */
#rp_presentation tr.rp_pr_plan_header td.rp_pr_plan.is-best-plan{
	background:var(--signal-dim) !important;
	border-top:1.5px solid var(--signal) !important;
	position:relative;
}
#rp_presentation tr.rp_pr_signup td.rp_pr_plan.is-best-plan{
	border-bottom:1.5px solid var(--signal) !important;
}
/*
 * Reported live on a real phone, through two follow-up rounds: the
 * display:block row-stacking mobile layout this table originally had
 * turned into an unreadable wall of repeated unlabeled values on this
 * table's 4-plan/121-row use ("Unlimited bandwidth" x4 with no way to
 * tell which plan each belonged to). Tried horizontal-scroll with a
 * sticky label column next — technically preserved row/column
 * alignment, but position:sticky on .rp_pr_desc made it a positioned
 * element, which became the containing block for the per-row tooltip
 * popups (.pr_rp_desc_info) nested inside it, breaking their
 * positioning on desktop too.
 *
 * Then asked directly to make the desktop table match the homepage's
 * look, applied the same way everywhere this table appears rather
 * than per-page — the underlying complaint behind that ask was that
 * every page with a plan table looked different from every other one.
 * Rather than maintain two visual systems (a restyled table for
 * desktop, cards for mobile), this table is now replaced with the
 * exact same .plan-card component as the homepage at every screen
 * size — same component, so "looks like the homepage" is true by
 * construction, not by separately matching colors/spacing by hand.
 *
 * main.js rebuilds #rp_presentation into that layout on load (JS can
 * regroup the table's row-major cells into per-plan groups; CSS alone
 * can't reorder table cells this way), then hides the original table
 * only once the replacement is confirmed built — so if this script
 * fails to run for any reason, the original table stays as a working
 * fallback instead of the page showing neither version. CSS grid with
 * auto-fit handles 4-across on wide screens down to 1-per-row on
 * narrow ones on its own, no hardcoded breakpoints needed.
 */
/*
 * Reported live: on refresh, the original #rp_presentation table
 * flashes visible (raw/unstyled-looking) for a beat before main.js
 * hides it and shows the card grid -- main.js only runs at
 * DOMContentLoaded, by which point the table has already painted.
 * Hiding it here from first paint removes the flash entirely; JS
 * still also sets display:none inline once it actually hides the
 * table (belt-and-suspenders if this stylesheet fails to load), and
 * the <noscript> override in header.php brings the table back for
 * the no-JS case, since this rule alone would otherwise hide it with
 * nothing to replace it if main.js never runs.
 */
#rp_presentation{
	display:none;
}
.rp-plan-cards{
	display:none;
}
.rp-plan-cards:not(:empty){
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
	gap:20px;
	margin:24px 0;
	align-items:stretch;
}
/*
 * Reported live via screenshot: "Create Account" buttons landed at
 * different heights across the 4 cards. Grid stretches every
 * .rp-plan-card to the same overall height by default, but that alone
 * doesn't move the button — without flex, the extra height in a
 * shorter card's box just sits as empty space below its button while
 * the button itself stays wherever its own content naturally ends.
 * The featured card's extra "Most Chosen" badge (or any card with a
 * spec label long enough to wrap to 2 lines) pushes its own content
 * down by a different amount than its siblings, so buttons drift out
 * of alignment. display:flex + margin-top:auto on .plan-cta pins the
 * button to the bottom of each (already equal-height) card instead,
 * regardless of how much content precedes it.
 */
.rp-plan-cards .rp-plan-card{
	display:flex;
	flex-direction:column;
}
/*
 * Was two separate rules for the same selector -- a later one setting
 * the `margin` shorthand (all four sides) silently reset this rule's
 * own margin-top:auto back to a fixed value, since shorthand always
 * overrides a longhand of the same specificity regardless of which
 * came first in the cascade. That's why buttons still didn't line up
 * even after the flex/margin-top:auto fix shipped -- confirmed live:
 * this one rule, with individual margin-* properties instead of the
 * shorthand, is what actually keeps margin-top:auto intact.
 */
.rp-plan-cards .plan-cta{
	margin-top:auto;
	margin-right:20px;
	margin-bottom:20px;
	margin-left:20px;
	padding-top:16px;
}
.rp-plan-cards .plan-name{
	text-align:center;
}
.rp-plan-cards .plan-specs li{
	display:flex;
	justify-content:space-between;
	gap:12px;
}
/*
 * font-size/weight here alone doesn't reach the price text itself --
 * .plan-specs li span.v (style.css) sets its own explicit font-size
 * (13px) and font-weight (600) at (0,2,2) specificity, which wins over
 * anything this <li> rule could pass down by inheritance regardless of
 * specificity math (an explicit rule always beats inheritance). Needs
 * its own override targeting .v directly, at high enough specificity
 * to beat that rule outright.
 */
/*
 * Reported live via screenshot: applying the larger/bold treatment to
 * this <li> made the LABEL text 20px/800 too, via plain inheritance
 * (the label is an unstyled <span>, no class of its own) — fine for
 * short labels, but "Monthly price" and "Total annual price" wrap
 * across 2-3 lines at that size, reading as oversized and uneven next
 * to every other row's single-line label. Only the value should stand
 * out (same "one number is the star, its label stays quiet" pattern
 * as .plan-price on the homepage) — label keeps the same normal size/
 * weight as every other row, nothing set here at the <li> level.
 */
.rp-plan-cards .rp-plan-card-price-row .v{
	font-size:20px;
	font-weight:800;
	color:var(--signal-ink);
}
/*
 * Reported live via screenshot on /wordpress-web-hosting/: the gap
 * above the "Create Account" button varied card to card (20-76px,
 * confirmed live) because each plan's description is a different
 * length. Three things were tried to force every card to the same
 * height at this row -- a tall min-height (left dead air under
 * shorter descriptions, reported live), a -webkit-line-clamp/fixed-
 * height combo (wasn't actually engaging, hard-cropped text mid-line
 * with no ellipsis), and truncating the text to a fixed character
 * budget (worked, but reported live as cutting off real content --
 * "...build an online" with "store" missing).
 *
 * Showing each plan's full, untruncated description matters more than
 * perfectly even card heights, so this is intentionally NOT trying to
 * force uniform height anymore -- the button-gap variance from the
 * original report is an accepted tradeoff of that, not a regression.
 * align-items:flex-start just keeps the description at the top of its
 * row instead of vertically centered.
 */
.rp-plan-cards .rp-plan-card-desc-row{
	align-items:flex-start;
}
.rp-plan-cards .plan-cta form{
	margin:0;
}
.rp-plan-cards .plan-cta .rpwp-button.colorize{
	box-sizing:border-box;
	display:block;
	width:100%;
	background:var(--signal);
	background-image:none !important;
	border:0;
	border-radius:var(--radius-sm);
	text-shadow:none;
	text-transform:none;
	font-family:var(--font-body);
	font-size:14.5px;
	padding:11px 15px;
	filter:none;
}
.rp-plan-cards .plan-cta .rpwp-button.colorize:hover{
	background:var(--signal-ink);
}
/*
 * Only the first 7 spec rows show by default (see main.js) — one
 * toggle for the whole card set, not per card, so all 4 plans
 * expand/collapse together and stay comparable at the same height
 * instead of drifting apart. Spans every column in the grid so it
 * reads as a single action below all the cards, not stuck under
 * whichever card happens to be shortest.
 */
/*
 * Reported live as "show more not working": confirmed the extra
 * items were visible from first load regardless of .is-expanded, on
 * every viewport width, not just some. Root cause was CSS specificity,
 * not the JS toggle (the click handler itself was already confirmed
 * correct) -- .rp-plan-cards .plan-specs li{display:flex} above is
 * (0,2,1) (two classes + a tag), beating this rule's plain (0,2,0)
 * regardless of source order, so the "hidden by default" state never
 * actually applied. Matching .plan-specs into the selector brings
 * this to (0,3,0), safely ahead.
 */
.rp-plan-cards .plan-specs .rp-spec-extra{
	display:none;
}
.rp-plan-cards.is-expanded .rp-spec-extra{
	display:flex;
}
.rp-plan-cards-toggle{
	grid-column:1 / -1;
	justify-self:center;
	margin-top:4px;
}

/* ==========================================================
   [article_plan_box]-family sidebar (.article1-plan-box), used
   on hosting-articles pages like what-are-ssl-certificates — a
   DIFFERENT shortcode/markup from #rp_presentation above, so it
   needed its own pass. The person asked to (a) move the plan
   boxes from a narrow left sidebar down to a full-width row at
   the bottom of the article, and (b) restyle them to match the
   #rp_presentation redesign above. .article1-plans-area (the
   sidebar) and .article1-text-area (the article body) are floated
   siblings in that source order (sidebar first, text second) —
   switched the container to flexbox and used `order` to swap
   their visual position without touching the shortcode's own
   markup, then widened the sidebar to full width so its 3 stacked
   cards can lay out as a horizontal row instead.
   ========================================================== */
.article1-container-area{ display:flex; flex-direction:column; }
.article1-text-area{ float:none !important; width:100% !important; margin:0 !important; order:1; }
.article1-plans-area{
	float:none !important;
	width:100% !important;
	margin:32px 0 0 !important;
	padding-top:0 !important;
	order:2;
	display:flex;
	flex-wrap:wrap;
	gap:16px;
}
.article1-plans-area .article1-plan-box{
	float:none;
	width:0;
	flex:1 1 220px;
	margin:0 !important;
}
.article1-plan-box{
	border-color:#E4E7EB;
	border-radius:10px;
	overflow:hidden;
}
.article1-plan-title{
	float:none !important;
	width:auto !important;
	background:#fff !important;
	color:#14171B !important;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom:1px solid #E4E7EB;
	padding-bottom:14px !important;
}
.article1-plan-title span{
	color:#14171B !important;
	font-weight:800;
	font-size:18px !important;
	text-transform:none;
}
.article-plan-best div.article1-plan-title{ background:#fff !important; }
@media only screen and (max-width: 700px){
	.article1-plans-area{ flex-direction:column; }
}

/*
 * The plugin flags one plan per table as "best" (an extra rp_pr_best
 * class — e.g. Business on /opencart-hosting/), which
 * `.rp_pr_signup .rp_pr_best .rpwp-button.colorize` (elsewhere in this
 * file) makes visibly bigger (22px font vs 18px, more padding) than the
 * other three buttons. Nothing else in this redesign marks that column
 * as "featured" (no badge, no accent border), so the bigger button just
 * looked like a random inconsistency — confirmed live, its row was 13px
 * taller than the other three, breaking the row's shared height and
 * making that card's bottom edge stick out. Normalized it to match
 * rather than building out a full "featured plan" treatment that
 * wasn't asked for.
 */
#rp_presentation .rp_pr_signup .rp_pr_best .rpwp-button.colorize{
	font-size:18px !important;
	padding:0 6px !important;
}

/* ==========================================================
   [dc_plans]/[rp_plans_short] comparison table (table.short-
   compare / #tower-box) — a completely different shortcode/markup
   from #rp_presentation above, used specifically on data-center
   pages (e.g. /data-centers/au-data-center/, confirmed via the
   person's screenshot: same green header bars and red buttons as
   #rp_presentation had before its redesign, since it's a separate
   component that redesign never touched). The table's own markup
   alternates real card cells with narrow 11px spacer
   `<td class="box-space-11px">` cells between them — that's Easy
   Flow's original intentional column-gap mechanism, not a bug, left
   alone. `<td>` cells themselves have no fixed width (confirmed live),
   so they stretch to fill the table/container width while the old
   181px-fixed #tower-box just sat left-aligned in the leftover space —
   which is what made the cards look small/uncentered against the
   plenty of surrounding whitespace in the person's screenshot.
   Restyled to match the homepage's .plan-card look (front-page.php /
   style.css) as closely as this fixed HTML structure allows: white
   card, centered in its cell, price and spec rows properly inlined,
   full-width flat-teal CTA instead of the old red gradient button.
   table.short-compare td{vertical-align:top;} (added earlier for the
   WordPress-Hosting-Pro card-height mismatch) still applies, kept
   below.

   The td-level rules use :has() instead of the table.short-compare
   class: confirmed live on /data-centers/uk-data-center/ that the
   page's own content doesn't apply that class consistently — of 4
   comparison tables on that one page, the KVM VPS row's <table> has
   no class at all, so the class-based rule silently never reached it
   and its cards sat vertical-align:middle while every other row's
   cards got vertical-align:top. Targeting "any table that contains a
   #tower-box or #compare-box" is robust to that kind of page-content
   inconsistency instead of depending on it being classed correctly
   every time. (:has() has full evergreen-browser support — Chrome
   105+, Safari 15.4+, Firefox 121+ — well within this theme's
   baseline.)
   ========================================================== */
table.short-compare td{vertical-align:top;}
table.short-compare td:not(.box-space-11px){text-align:center;}
table:has(#tower-box) td,
table:has(#compare-box) td{
	vertical-align:top;
}
table:has(#tower-box) td:not(.box-space-11px),
table:has(#compare-box) td:not(.box-space-11px){
	text-align:center;
}

#tower-box{
	float:none;
	display:inline-flex;
	flex-direction:column;
	width:100%;
	max-width:250px;
	min-width:0;
	margin:0;
	background:var(--paper-raised);
	border:1px solid var(--line);
	border-radius:var(--radius);
	box-shadow:var(--shadow-card);
	overflow:hidden;
	transition:transform .15s ease, box-shadow .15s ease;
}
#tower-box:hover{
	transform:translateY(-2px);
	box-shadow:var(--shadow-raised);
}
#tower-box-title{
	width:auto;
	background:var(--paper-raised) !important;
	border-top-left-radius:var(--radius);
	border-top-right-radius:var(--radius);
	border-bottom:1px solid var(--line);
}
#tower-box-title h2{
	font-family:var(--font-display);
	color:var(--ink) !important;
	text-shadow:none !important;
	text-transform:none;
	font-weight:800;
	font-size:18px;
	padding:16px 18px !important;
}

/* #tower-box-content is the flex body: price + spec list on top,
   #tower-box-bottom (the order button) pinned flush to the card's
   bottom edge via margin-top:auto, so the CTA lines up across cards
   even when one card's spec list runs a line longer than its
   neighbours — the same alignment problem the vertical-align:top fix
   solved for the cards themselves, one level down. */
#tower-box-content{
	float:none;
	display:flex;
	flex-direction:column;
	flex:1;
	width:auto;
	margin:0;
	border-top:0;
}
#tower-box-content ul{
	float:none;
	width:auto;
	padding:0 18px;
	margin:0;
}
#tower-box-content ul li{
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
	align-items:baseline;
	gap:10px;
	text-align:left;
	padding:10px 0;
	margin:0;
	border-top:1px solid var(--line);
	font-size:14px;
	color:var(--ink-soft);
	line-height:1.3;
}
#tower-box-content ul li strong{
	font-family:var(--font-mono);
	font-weight:600;
	font-size:13px;
	color:var(--ink);
	white-space:nowrap;
}

/* First <li> is always the price block (#tower-box-price), not a
   label/value spec row, so it's excluded from the row-reverse
   treatment above and styled to match .plan-price on the homepage
   instead. */
#tower-box-content ul li:first-child{
	display:block;
	border-top:0;
	padding:18px 0 6px;
}
/*
 * These cards' column width comes from the table's own auto layout,
 * not a fixed value this stylesheet controls, so it varies by section
 * (~184px on the 4-column Shared row, only ~143px on the more crowded
 * KVM row, confirmed live). At 143px a plain inline price ("$102.00
 * /mo" at the homepage's 32px display weight) doesn't fit on one line
 * and wraps between every span — currency, value, and period each on
 * their own line. Flex + wrap keeps whole spans intact when it has to
 * wrap (currency+value stay glued together, only /mo drops below),
 * and the smaller scale (vs. the homepage's wider .plan-price) fits
 * one line for most prices at the narrower widths these cards actually
 * get.
 */
#tower-box-price{
	width:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:baseline;
	column-gap:3px;
	text-align:left;
	padding-top:0;
}
.tower-box-price-currency,
.tower-box-price-value{
	font-family:var(--font-display);
	font-weight:800;
	color:var(--ink);
	white-space:nowrap;
}
.tower-box-price-currency{
	font-size:15px;
}
.tower-box-price-value{
	font-size:26px;
}
.tower-box-price-period{
	font-size:13px;
	color:var(--ink-soft);
	font-weight:400;
	white-space:nowrap;
}

#tower-box-bottom{
	margin-top:auto;
	height:auto;
	width:auto;
	padding:16px 18px 18px;
	text-align:center;
}
.tower-box-button{
	width:100%;
	margin:0;
}
/* Scoped to #tower-box-bottom (not a blanket .rpwp-button.colorize
   override) since that class is shared by other not-yet-redesigned
   shortcode buttons elsewhere on the site — don't want to recolor
   those by accident.

   box-sizing:border-box is load-bearing here: style.css intentionally
   reverts box-sizing to content-box for everything inside .page-body
   (the vendor theme's shortcode CSS was written assuming it, see the comment
   there), and this button lives inside .page-body. Confirmed live on
   /data-centers/fi-data-center/ via getBoundingClientRect(): under
   content-box, this button's 15px left+right padding was being added
   on top of width:100% instead of eaten out of it, so the button
   rendered ~30px wider than its card and sat visibly off-center,
   overflowing the card's right edge — exactly the "buttons aren't
   centered" the person reported. This button (and its markup) is ours,
   not inherited vendor-theme sizing math, so it's fine to opt it back
   into border-box explicitly rather than touching the shared rule. */
#tower-box-bottom .rpwp-button.colorize{
	box-sizing:border-box;
	display:block;
	background:var(--signal);
	background-image:none !important;
	border:0;
	border-radius:var(--radius-sm);
	text-shadow:none;
	text-transform:none;
	font-family:var(--font-body);
	font-size:14.5px;
	padding:11px 15px;
	filter:none;
}
#tower-box-bottom .rpwp-button.colorize:hover{
	background:var(--signal-ink);
	background-image:none !important;
	filter:none;
}

/*
 * "Best-selling plan" highlight (Settings > AllCloudHost). Applied by
 * main.js matching the plan title text, not server-side — see the
 * comment there. Reuses .plan-card.featured/.featured-tag's exact
 * recipe from style.css so this reads as the same "featured" language
 * as the homepage rather than a different one-off treatment.
 */
#tower-box{ position:relative; }
#tower-box.is-best-plan{
	background:var(--signal-dim);
	border-color:var(--signal) !important;
	box-shadow:0 0 0 1.5px var(--signal), var(--shadow-raised) !important;
}
/* #tower-box-title has its own opaque background (!important, so the
   header reads as a distinct band from the body even normally) —
   needs its own override or a featured card would end up with a
   tinted body under a plain white header instead of one consistent
   highlighted card. */
#tower-box.is-best-plan #tower-box-title{
	background:var(--signal-dim) !important;
}
/*
 * #tower-box's overflow:hidden (needed so its transparent children
 * don't need their own matching border-radius to look rounded) also
 * clips the .featured-tag badge, which sits 11px above the card by
 * design (position:absolute; top:-11px, same as .plan-card.featured
 * on the homepage) — confirmed live via screenshot on
 * /data-centers/fi-data-center/: the badge rendered as "ost Chosen"
 * with its top sliced off. Scoped to .is-best-plan only (not every
 * #tower-box) since it's only relevant when the badge actually
 * exists; safe to allow overflow here specifically because none of
 * #tower-box's children have their own opaque background near the
 * rounded corners that overflow:hidden would otherwise need to clip.
 */
#tower-box.is-best-plan{
	overflow:visible;
}

/*
 * Confirmed live (screenshot + getBoundingClientRect): "WordPress
 * Hosting Pro" is the only title long enough to wrap to 2 lines,
 * making that one #tower-box 29px taller than its siblings. `<td>`
 * defaults to `vertical-align:middle` in every browser unless a
 * stylesheet says otherwise, and this table's own markup never did —
 * so the taller card centered around a different vertical midpoint
 * than the other three, visually floating higher instead of lining up
 * at the top like they do. Not a height-mismatch bug like the earlier
 * float+overflow fixes; the row height itself was already fine, this
 * is purely about where a shorter-than-the-row box sits inside it.
 * (Rule itself is declared above, near the top of this block, so it
 * applies before the float:none change on #tower-box.)
 */

/*
 * #compare-box is a sibling shortcode that rides along in the same row
 * as #tower-box (confirmed live on /data-centers/uk-data-center/ and
 * /data-centers/fi-data-center/: a "KVM VPS plans" / "Dedicated
 * Servers" teaser card — promo text, a plan-type illustration, and a
 * "Compare Plans" button — sitting as the row's last column). It kept
 * its pre-redesign plain white/grey box and dark gradient button while
 * every #tower-box beside it got the card treatment, which is exactly
 * what stood out as unfinished in the person's screenshot. Same card
 * recipe as #tower-box, but the CTA stays visually secondary (outline,
 * not filled teal) since "compare more plans" isn't the primary
 * "order now" action.
 *
 * width needs !important: the original vendor rule (further up this
 * file) is `#compare-box{width:183px !important;}`. Confirmed live
 * this was silently winning over every width this redesign set here
 * regardless of selector order — on desktop that coincidentally still
 * looked fine (183px reads as "about the same size as the ~184-194px
 * #tower-box cards beside it"), which is exactly why it went
 * unnoticed until the mobile stacked layout needed this box to
 * actually fill its column instead of sitting at a fixed 183px.
 */
#compare-box{
	float:none;
	display:inline-flex;
	flex-direction:column;
	width:100% !important;
	max-width:250px;
	min-width:0;
	margin:0;
	background:var(--paper-raised);
	border:1px solid var(--line);
	border-radius:var(--radius);
	box-shadow:var(--shadow-card);
	overflow:hidden;
	transition:transform .15s ease, box-shadow .15s ease;
}
#compare-box:hover{
	transform:translateY(-2px);
	box-shadow:var(--shadow-raised);
}
#compare-box-title{
	height:auto;
	background:var(--paper-raised);
	border-bottom:1px solid var(--line);
}
#compare-box-title h2{
	font-family:var(--font-display);
	color:var(--ink);
	text-transform:none;
	font-weight:800;
	font-size:18px;
	padding:16px 18px;
}
#compare-box-content{
	float:none;
	display:flex;
	flex-direction:column;
	flex:1;
	text-align:center;
}
#compare-box-content ul{
	float:none;
	width:auto;
	min-height:0;
	overflow:visible;
	padding:0 18px;
}
#compare-box-content ul li{
	line-height:normal;
}
#compare-box-text{
	width:auto;
	padding:14px 0 4px;
	color:var(--ink-soft);
	font-size:14px;
	line-height:1.5;
}
#compare-box-content img{
	max-width:100%;
	height:auto;
	border-radius:var(--radius-sm);
	margin-top:6px;
}
#compare-box-bottom{
	margin-top:auto;
	height:auto;
	width:auto;
	padding:16px 18px 18px;
}
.compare-box-button{
	width:100%;
	margin:0;
	padding-left:0;
	padding-right:0;
}
/* Scoped to #compare-box-bottom, same reasoning as the #tower-box
   button override above — .rpwp-button.colorize-2 is shared by other
   not-yet-redesigned secondary buttons elsewhere. box-sizing:border-box
   for the same reason too: this button lives inside .page-body, which
   intentionally reverts to content-box for the vendor theme's own shortcode
   CSS, so width:100% here needs to explicitly opt back into border-box
   or its padding pushes it wider than the card. */
#compare-box-bottom .rpwp-button.colorize-2{
	box-sizing:border-box;
	display:block;
	background:var(--paper-raised);
	background-image:none !important;
	border:1px solid var(--line-strong);
	border-radius:var(--radius-sm);
	color:var(--ink);
	text-shadow:none;
	text-transform:none;
	font-family:var(--font-body);
	font-size:14.5px;
	padding:11px 15px;
}
#compare-box-bottom .rpwp-button.colorize-2:hover{
	background:var(--paper);
	background-image:none !important;
	border-color:var(--ink-faint);
}

/*
 * Confirmed live (getBoundingClientRect): on /data-centers/, the page's
 * own content starts with a redundant "Data Centers" <h1> (duplicate of
 * the theme's auto-generated .page-title, part of the old page content)
 * immediately following #us-dc-banner and #domain-search-area-4, which
 * are both float:left with no clear. The <h1> itself never floats or
 * clears either, so its block box starts at the exact same top offset
 * as the banner and its text wraps into whatever narrow strip of space
 * is left beside the floats instead of flowing below them — which is
 * why the heading appeared to hang over the banner's top-right corner.
 * Old float-and-<br>-clear layouts like this relied on a following
 * `<br clear="all">` that isn't reliably present/working in the actual
 * page content, so clear it directly via CSS instead.
 */
#us-dc-banner + #domain-search-area-4 + h1{clear:both;}

/*
 * Mobile layout for the #tower-box/#compare-box comparison tables.
 * Checked live at a 375px viewport after the person reported the
 * redesign wasn't showing: on desktop everything above is correctly
 * deployed and rendering (confirmed by fetching the live CSS and
 * re-measuring every card), but this table was never given a mobile
 * layout at all — table cells don't wrap the way floated block
 * content does, so all 4-5 cards in a row just sit side by side.
 * There IS an existing responsive fallback for it (a `.wrapper`
 * ancestor, styled by a vendor stylesheet this project doesn't own,
 * with `overflow-x:scroll` at a ~330px width) that technically makes
 * the row swipeable rather than actually invisible — but "swipe
 * sideways through 4 narrow cards one at a time" is exactly the kind
 * of dated interaction the rest of this redesign has been moving away
 * from, and is very plausibly what read as "nothing fixed" if it was
 * checked on a phone. Stacks to a single column instead, same
 * breakpoint (760px) and pattern (.plans-grid on the homepage) as the
 * rest of the site.
 */
@media only screen and (max-width:760px){
	.wrapper:has(#tower-box),
	.wrapper:has(#compare-box){
		overflow-x:visible;
		width:100% !important;
		height:auto !important;
	}
	table:has(#tower-box),
	table:has(#compare-box),
	table:has(#tower-box) tbody,
	table:has(#compare-box) tbody,
	table:has(#tower-box) tr,
	table:has(#compare-box) tr{
		display:block;
		width:100% !important;
	}
	table:has(#tower-box) td,
	table:has(#compare-box) td{
		display:block;
		width:100% !important;
	}
	table:has(#tower-box) td.box-space-11px,
	table:has(#compare-box) td.box-space-11px{
		display:none;
	}
	/* display:flex (not inline-flex) here: confirmed live that
	   #tower-box/#compare-box's own width:100% (set for desktop, where
	   it's meant to just center at max-width:250px inside a wide table
	   cell) doesn't reliably resolve to the stacked-column's full width
	   as an inline-level box even once its <td> has a definite width —
	   a block-level flex container doesn't have that ambiguity. */
	#tower-box,
	#compare-box{
		display:flex;
		max-width:420px;
		width:100% !important;
		margin:0 auto 16px;
	}
}
