#specific_niche_domains_form{margin-top: 20px;margin-bottom: 20px;}
.domain_secret_span{float:left;max-width: 120px;overflow-wrap: break-word;}
.expired_domain_desc_wrp{float:left;min-width: 185px;overflow-wrap: break-word;}
.expired_domain_topic_wrp{max-width: 120px;overflow-wrap: break-word;float: left;display: inline-block;}
.table#user-signups > thead > tr > th, .table#user-signups > tbody > tr > th, .table#user-signups > tfoot > tr > th, .table#user-signups > thead > tr > td, .table#user-signups > tbody > tr > td, .table#user-signups > tfoot > tr > td{padding:5px;}

span.exp_pbn_service{float:none!important;cursor:pointer;}

h2 span.exp_b_title{float: none!important;margin-left: 55px;display: block;}
.buy_exp_dom_block{margin-top:12px;margin-bottom:20px;}
.buy_exp_dom_block_top p{font-size:18px;line-height: 33px;}
.buy_exp_dom_block_top img{width: 276px;}
.buy_exp_dom_text_wrp{margin-top: -52px;}

.expired_domains_block{margin-bottom: 40px;}
.expired_domains_block img.expired_domains_country_img{width: 480px;}
.buy_exp_dom_btn_wrp{max-width: 340px;text-align: right;}
.mobile_screen{display:none;}
@media screen and (max-width: 1116px) {
	.expired_domain_archive_url,.expired_domain_ahref_url{*display:none;}
}
@media screen and (max-width: 991px) {
	.buy_exp_dom_block_top p{font-size:16px;line-height: 1.6em;}
}
@media screen and (max-width: 769px) {
	.buy_exp_dom_block_top img{
		margin: 0 auto;
		display: inherit;
		float: none;
	}
	.expired_domain_tf,.expired_domain_subnets{display:none;}
	.desktop_screen{display:none;}
	.mobile_screen{display:inline;}
}
@media screen and (max-width: 600px) {
	.expired_domain_archive_url{display:none;}
}
@media screen and (max-width: 540px) {
	.buy_exp_dom_text_wrp{margin-top: -18px;}
}

#pricePlans {
	font-family: 'Open Sans', sans-serif;
	margin: 10px auto 0;
	list-style: none;
	*max-width: 69em;
	*background: #875A7B;
}


#pricePlans a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}



#pricePlans ul,#pricePlans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans #plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#pricePlans .planContainer{
	background: #fafafa;
}

#pricePlans .planContainer .title h2 {
	font-size: 2.125em;
	font-weight: 300;
	color: #124D6B;
	margin: 0;
	padding: .6em 0;
	min-height: 68px;
}
#pricePlans .planContainer .title h2.small_text {
	font-size: 20px;
	padding-top: 23px;
}

#pricePlans .planContainer .title h2.bestPlanTitle {
	background: #F9F9F9;

	background: -webkit-linear-gradient(top, #124D6B, #364761);
	background: -moz-linear-gradient(top, #124D6B, #364761);
	background: -o-linear-gradient(top, #124D6B, #364761);
	background: -ms-linear-gradient(top, #124D6B, #364761);
	background: linear-gradient(top, #124D6B, #364761);
	color: #fff;
	border-radius: 5px 5px 0 0;
}


#pricePlans .planContainer .price p {
	background: #124D6B;

	background: -webkit-linear-gradient(top, #124D6B, #364761);
	background: -moz-linear-gradient(top, #124D6B, #364761);
	background: -o-linear-gradient(top, #124D6B, #364761);
	background: -ms-linear-gradient(top, #124D6B, #364761);
	background: linear-gradient(top, #124D6B, #364761);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 0 1em;
}
#pricePlans .planContainer .price p span{
	font-size: 12px;
	margin-left: -2px;
	color: white !important;
	position: relative;
	top: -1px;
}

#pricePlans .planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

#pricePlans .planContainer .price p span {
	color: #8394ae;
}

#pricePlans .planContainer .options {
	*margin-top: 10em;
}

#pricePlans .planContainer .options li {
	*font-weight: 700;
	color: #364762;
	line-height: 2.5;
}

#pricePlans .planContainer .options li span {
	*font-weight: 400;
	*color: #364762;
}

#pricePlans .planContainer .order_now_btn a {
	text-transform: uppercase;
	text-decoration: none;
	color: #124D6B;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #124D6B;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}

#pricePlans .planContainer .order_now_btn a.bestPlanButton {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}

#pricePlans #credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#pricePlans #credits a {
	color: #333;
}

#pricePlans #credits a:hover {
	text-decoration: none;
}


@media screen and (min-width: 481px) and (max-width: 768px) {
	#pricePlans #plans .plan {
		width: 49%;
		margin: 0 2% 20px 0;
	}
	#pricePlans #plans > li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	#pricePlans #plans .plan {
		width: 49%;
		margin: 0 2% 20px 0;
	}
	#pricePlans #plans > li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1025px) {
	#pricePlans #plans .plan {
		width: 24%;
		margin: 0 1.33% 20px 0;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	#pricePlans #plans > li:last-child {
		margin-right: 0;
	}

	#pricePlans #plans .plan:hover {
		-webkit-transform: scale(1.04);
		   -moz-transform: scale(1.04);
			-ms-transform: scale(1.04);
			 -o-transform: scale(1.04);
				transform: scale(1.04);
	}

	#pricePlans .planContainer .order_now_btn a {
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	#pricePlans .planContainer .order_now_btn a:hover {
		background: #124D6B;
		color: #fff;
	}

	#pricePlans .planContainer .order_now_btn a.bestPlanButton:hover {
		background: #ff9c70;
		border: 2px solid #ff9c70;
	}
}

#domain_enquiries_form{padding-top: 30px;}
#domain_enquiries_form .form-control{max-width:340px;}
.domain_enquiries_section #domain_enquiries_form .form-group{
	border-bottom: none;
	padding-bottom: 0px;
}
#domain_enquiries_form .dom_enq_buy_btn,#domain_enquiries_form .dom_enq_pay_with_wrp{display: none;}
#domain_enquiries_form_popup .dom_enq_request_btn{display: none;}
.payment_btn_big_wrp_left_1 {padding-top: 11px;}
.domain_enquiries_form .payment_buttons_wrp{left:110px;}
@media (max-width:767px){.payment_btn_big_wrp_left_1{width: 72px;float: left;}body .domain_enquiries_form .payment_buttons_wrp{left: 52px;}}
@media (max-width:400px){.payment_btn_big_wrp_right_1{width: 100%;float:left;margin-left: 0px;} body .domain_enquiries_form .payment_buttons_wrp{left: 30px;}}
	