@charset "utf-8";
/* CSS Document */

/************************************************************************************
 RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	line-height:100%;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

*, *:before, *:after
{
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body
{
   min-height:100%;
   height:100%;
}
a
{
	color:#903;
	text-decoration:none;
}
a:hover
{
	color:#C00;
	text-decoration:underline;
}
/************************************************************************************
 GENERAL STYLING
*************************************************************************************/
body {
	font: 16px/120% roboto_condensedregular, Arial, Helvetica, sans-serif;
	color: #666;
}
h1, h2, h3, h4, h5, h6, h7 {
	line-height: 120%;
	margin:4px 0;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	font-size: 1em;
	line-height:140%;
	color:#584942;
	padding:4px 0;
}

/************************************************************************************
 CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.clear
{
	clear:both;
}
/************************************************************************************
 float
*************************************************************************************/
.f_left
{
	float:left;
}
.f_right
{
	float:right;
}
.display_table
{
	display:table;
	width:100%;
	table-layout:fixed;
}
.display_table > div
{
	display:table-cell;
	width:100%;
	vertical-align:top;
}
/* CSS Document */

header
{
	background:#ececec;
	border-bottom:rgba(0,0,0,.5) 1px solid;
}
.header
{
	margin:0 auto;
	width:1000px;
	display:table;
	table-layout:fixed;
	padding:12px 0;
}
.header > div
{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
.header > div:last-child
{
	text-align:right;
}
.logo
{
	display:inline-block;
	vertical-align:middle;
	color:#707070;
	font-weight:bold;
	font-size:1.4em;
}
.logo a
{
	color:inherit;
	text-decoration:none;
}
.welcome
{
	font-size:1em;
	color:#707070;
}
.red
{
	color:#eb7277;
	font-weight:bold;
}
.yellow
{
	color:#ffe012;
	font-weight:bold;
}
.banner
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a48dd6+0,866fb9+100 */
background: rgb(164,141,214); /* Old browsers */
background: -moz-linear-gradient(top, rgba(164,141,214,1) 0%, rgba(134,111,185,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(164,141,214,1) 0%,rgba(134,111,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(164,141,214,1) 0%,rgba(134,111,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48dd6', endColorstr='#866fb9',GradientType=0 ); /* IE6-9 */
}
.banner_con
{
	margin:0 auto;
	width:1000px;
	min-height:200px;
	text-align:center;
	padding:40px 0;
}
.temp_info
{
	display:inline-block;
	padding:15px;
	border-radius:4px;
	border:rgba(255,255,255,.4) 1px dashed;
	color:#fff;
	font-size:1.8em;
	line-height:120%;
}
.search
{
	margin:20px auto;
	display:table;
	table-layout:fixed;
	width:80%;
}
.search > div
{
	display:table-cell;
	width:100%;
	vertical-align:middle;
}
.search > div:nth-child(2), .search > div:last-child
{
	width:100px;
}
.search input[type=text], .search select
{
	width:100%;
	padding:5px 10px;
	border:none;
	background:#fff;
	color:#333;
	border-left:#917AC4 1px solid;
	border-right:#917AC4 1px solid;
	height:50px;
	font-size:1.2em;
}
.search input[type=submit]
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93ca38+0,76ab13+100 */
background: rgb(147,202,56); /* Old browsers */
background: -moz-linear-gradient(top, rgba(147,202,56,1) 0%, rgba(118,171,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(147,202,56,1) 0%,rgba(118,171,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(147,202,56,1) 0%,rgba(118,171,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93ca38', endColorstr='#76ab13',GradientType=0 ); /* IE6-9 */
border:#a7c45e 1px solid;
box-shadow:rgba(0,0,0,.2) 0 0 5px;
color:#fff;
width:100%;
font-weight:bold;
font-size:1em;
height:50px;
}
.page_info
{
	display:inline-block;
	color:#fff;
	font-size:1em;
	line-height:130%;
}
.gray_bg
{
	background:#f2f2f2;
	padding:25px 0;
}
.gray_bg_con
{
	width:1000px;
	margin:0 auto;
}
.litegold_bg
{
	background:#e7dfd2;
	padding:25px 0;
}
.litegold_bg_con
{
	width:1000px;
	margin:0 auto;
}
.prom_offers
{
	text-align:center;
}
.prom_offers_box
{
	border-radius:4px;
	border:rgba(0,0,0,.4) 1px dashed;
	background:#e7dfd2;
	width:31%;
	vertical-align:middle;
	text-align:center;
	margin-right:2%;
	float:left;
}
.promo_des
{
	color:#7f6562;
	font-size:1.2em;
	padding:10px;
	
}
.promo_price
{
	background:#8e77c0;
	color:#fff;
	font-size:2em;
	padding:10px;
	font-weight:bold;
}
.promo_code
{
	color:#434343;
	font-size:.9em;
	padding:10px;
}
.promo_code_rippon
{
	color:#fff;
	font-size:1em;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	padding:3px 5px;
	background:#7db31c;
}
.promo_valid
{
	color:#fff;
	padding:10px;
	background:#676767;
	font-size:.9em;
}
.promo_more
{
	font-size:.9em;
	font-weight:bold;
	color:#df5e63;
	padding-top:5px;
}
.promo_more a
{
	color:inherit;
	text-decoration:none;
	padding:5px 0;
	display:inline-block;
}
.promo_more a:hover
{
	color:inherit;
	text-decoration:underline;
}
.lite_gold
{
	background:#e7dfd2;
}
.lite_gold_con
{
	margin:0 auto;
	width:1000px;
	padding:20px 0;
}
.combo_offers
{
	text-align:center;
}
.combo_offers_con
{
	width:19%;
	padding:10px;
	text-align:center;
	display:inline-block;
}
.combo_offers_round
{
	height:150px;
	width:150px;
	display:inline-block;
	background:#fff;
	border:#e23671 8px solid;
	padding:7px;
	border-radius:50%;
	position:relative;
}
.combo_offers_round a
{
	display:block;
}
.combo_domain
{
	color:#e65671;
	font-size:1.4em;
	font-weight:bold;
	display:block;
	padding:5px;
}
.combo_domain_plus
{
	color:#7db31c;
	font-size:1.8em;
	display:block;
	padding:5px;
}
.combo_domain_duration
{
	color:#676767;
	font-size:1em;
	display:block;
	padding:5px;
	font-weight:bold;
}
.combo_domain_rippon
{
	color:#fff;
	background:#7db31c;
	font-size:.9em;
	display:inline-block;
	padding:5px 20px;
	margin:5px 0;
	position:relative;
	font-weight:bold;
}
.combo_domain_rippon:before
{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent transparent transparent #e7dfd2;
content:"";
display:inline-block;
position:absolute;
left:0;
top:0;
}
.combo_domain_rippon:after
{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent #e7dfd2 transparent transparent;
content:"";
display:inline-block;
position:absolute;
right:0;
top:0;
}
.parking_content
{
	margin:20px auto;
	width:1000px;
}
.parking_hosting
{
	margin:0 auto;
}
.parking_hosting_content
{
	/*display:table;*/
	width:33%;
	table-layout:fixed;
	padding-bottom:12px;
	padding-top:12px;
	padding-right:20px;
	/*float:left;*/
	display: inline-block;
	vertical-align: top;
}
.parking_hosting_content a
{
	cursor: pointer;
    display: table;
    table-layout: fixed;
    text-decoration: none;
    width: 100%;
}
.parking_hosting_content > div,.parking_hosting_content a > div
{
	display:table-cell;
	width:100%;
}
.parking_hosting_content > div:first-child,.parking_hosting_content a > div:first-child
{
	display:table-cell;
	width:50px;
	vertical-align:top;
	padding-right:6px;
}
.parking_hosting_icon
{
	width:44px;
	height:44px;
	background:rgba(0,0,0,.1);
	display:block;
}
.parking_hosting_content h5
{
	padding:0;
	margin:0;
	color:#585858;
}
.parking_hosting_content p
{
	padding:0;
	margin:0;
	color:#5e5e5e;
	font-size:.9em;
	padding-top:2px;
}
footer
{
	margin:0 auto;
}
.footer_top
{
	margin:0 auto;
	padding:26px 0;
	background:#efeeee;
	text-align:center;
}
.footer_top h3
{
	font-size:1.2em;
	color:#4d4d4d;
}
.footer_top p
{
	font-size:.9em;
	color:#272727;
}
.pink,.pink a
{
	color:#e23671;
}
.blue,.blue a
{
	color:#1092b7;
}
.footer_bottom
{
	margin:0 auto;
	padding:10px 0;
	background:#dfdfdf;
	text-align:center;
	color:#707070;
	font-size:.9em;
}
.footer_bottom a
{
	color:#000;
	text-decoration:none;
}
.footer_bottom a:hover
{
	color:#1092b7;
}
/************************************************************************************
bigger than 1031
*************************************************************************************/
@media screen and (min-width: 1031px) 
{
	.header, .banner_con, .gray_bg_con, .lite_gold_con, .parking_content
	{
		width:70%;
	}
	.pink a
	{
		pointer-events:none;
	}
	.promo_des
	{
		min-height: 60px;
	}
}
/************************************************************************************
smaller than 1030
*************************************************************************************/
@media screen and (max-width: 1030px) 
{
	.header, .banner_con, .gray_bg_con, .lite_gold_con
	{
		width:97%;
	}
	.combo_offers_con
	{
		width:24%;
	}
	.parking_content
	{
		width: 84%;
	}
	.pink a
	{
		pointer-events:none;
	}
}
@media screen and (min-width: 768px) 
{
	.promo_des
	{
		min-height: 60px;
	}
}
@media screen and (max-width: 800px) 
{
	.parking_hosting_content {
    width: 45%;
	}
	.promo_price
	{
		font-size: 1.9em;
	}
	
}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) 
{
	.promo_des{
		min-height: 0px;
	}
	.pink a
	{
		pointer-events:auto;
	}
	.header, .banner_con, .gray_bg_con, .lite_gold_con, .parking_content
	{
		width:98%;
	}
	.prom_offers_box
	{
		width:46%;
		margin:1%;
	}
	.search
	{
		width:100%;
	}
	.combo_offers_con
	{
		width:32%;
	}
	.parking_hosting_content
	{
		width:50%;
	}
	.search > div
	{
		display: block;
		padding: 1px;
	}
	.search > div:nth-child(2), .search > div:last-child
	{
		width: 100%;
	}
	
}
/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width:480px)
{
	html 
	{
		-webkit-text-size-adjust: none;
	}
	.prom_offers_box
	{
		width:100%;
		float:none;
		margin:10px 0;
	}
	.header > div
	{
		display:block;
	}	
	.header > div:last-child
	{
		text-align:left;
		padding-top:10px;
	}
	.combo_offers_con
	{
		width:48%;
		padding:0;
	}
	.parking_hosting_content
	{
		width:100%;
		padding:10px 0;
	}
}
.linux, .oracle, .windows, .cloud, .application, .java, .jsp, .php7, .vps, .tomcat,  .server, .sliver,.silverlight,.ffmpeg,.ssl,.php,.free_web,.build,.cdn,.live  {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
	width: 42px;
    height: 42px;
}
.linux { background-position: -168px 0;}
.oracle { background-position: -252px 0;}
.windows { background-position: -462px 0;}
.cloud,.application  { background-position: 0 0;}
.java,.jsp { background-position: -126px 0;}
.vps { background-position: -420px 0;}
.ruby,.ssl { background-position: -336px 0;}
.ffmpeg { background-position: -84px 0;}
.live { background-position: -210px 0;}
.cdn{background-position: -42px 0;}
.php7{background-position: -294px 0;}
.tomcat{background-position: -378px 0;}
