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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	background:#ecf0f1;
}
img{ max-width:100%;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img {
	max-width:100%;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('opensans-semibold.eot');
	src: url('opensans-semibold.eot') format('embedded-opentype'),  url('opensans-semibold.woff') format('woff'),  url('opensans-semibold.ttf') format('truetype'),  url('opensans-semibold.svg#OpenSansSemibold') format('svg');
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('OpenSans-Boldd41d.eot?#iefix') format('embedded-opentype'), url('OpenSans-Bold.woff') format('woff'), url('OpenSans-Bold.ttf') format('truetype'), url('OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_COOPBL_0';
	src: url('COOPBL_0.eot');
	src: local('☺'), url('COOPBL_0.woff') format('woff'), url('COOPBL_0.ttf') format('truetype'), url('COOPBL_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.header_top {
	width:100%;
	background:#04203f;
}
.lates_updates {
	float:right;
	margin-top:8px;
}
.lates_updates ul {
}
.lates_updates ul li {
	margin-left:20px;
	float:left;
	font-size:12px;
	line-height:25px; position:relative;
}
.lates_updates ul li a {
	color:#fff;
}
.lates_updates ul li a span {
	margin-right:10px;
}
.header {
	width:100%;
	background:url(../images/header_bak.jpg) repeat;
	display:inline-block;
	padding:20px 0 43px;
	position:relative;
}
.logo {
	width:255px;
}
.contact_telephone {
	float:right;
	margin-left:40px;
}
.telephone_icon {
	float:left;
	margin-right:5px;
}
.contact_telephone h2 {
	color: #fff;
	display: inline-block;
	font-family: 'OpenSansSemibold';
	font-size: 22px;
	line-height: 30px;
}
.navigation {
	background: -moz-linear-gradient(center top, #ffb700, #ff8a00) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, #ffb700, #ff8a00);
	background: -moz-linear-gradient(top, #ffb700, #ff8a00);
	background: -ms-linear-gradient(top, #ffb700, #ff8a00);
	background: -o-linear-gradient(top, #ffb700, #ff8a00);
	border-radius:4px;
	top:104px;
	position:absolute;
}
.navigation ul {
}
.navigation ul li {
	font-size:16px;
	font-family: 'OpenSans-Bold';
	/*background:url(../images/navi_border.jpg) right no-repeat;*/
}
.navigation ul li a {
	padding:0px 15px;
}
.navigation ul li a span{ margin-left:5px;}
.navigation ul li:first-child a:hover {
	background:#fff; border-radius: 4px 0 0 4px;
}
.navigation ul li:last-child a:hover {
	background:#fff; border-radius: 0px 4px 4px 0px;
}

.navigation ul li a.active { background:#fff;}

.navigation ul li:first-child a.active{ background:#fff; border-radius: 4px 0 0 4px;}
.navigation ul li:last-child a.active{ background:#fff;  border-radius: 0px 4px 4px 0px;}


.navigation ul li:last-child {
	padding-right:0px;
	background:none;
}
.search_domain_banner {
	width:100%;
	display:inline-block;
	background:#0e2e54;
	border-radius:10px;
	margin-top:0px;
}
.youer_domain {
	width:55%;
	float:left;
	padding-top:46px;
	padding-bottom:25px;
	padding-left:25px;
}
.youer_domain h1 {
	font-family: 'Conv_COOPBL_0';
	font-size:35px;
	color:#fff;
	text-align:right;
}
.search_box {
	width:100%;
	display:inline-block;
	border-radius:10px;
	background: -moz-linear-gradient(center top, #ffb700, #ff8a00) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, #ffb700, #ff8a00);
	background: -moz-linear-gradient(top, #ffb700, #ff8a00);
	background: -ms-linear-gradient(top, #ffb700, #ff8a00);
	background: -o-linear-gradient(top, #ffb700, #ff8a00);
	margin-top:10px;
	padding:30px 20px;
}
.search_from {
	width:80%;
	float:left;
	background:#fff;
	border:2px solid #a15b06;
	font-family:'OpenSans-Bold';
	border-radius:5px;
}
.search_from input {
    border: medium none;
    color: #0e2e54;
    float: left;
    /*margin-top: 11px;*/
    padding: 0 5px;
    width:100%;
}
.select {
	border-left:1px solid #a15b06;
	float: left;
	padding-bottom:9px;
	padding-left:10px;
	padding-top: 8px;
}
.select select {
	border:none;
}
.go_btn {
	padding:14px 25px;
	background:#04203f;
	border:none;
	border-radius:6px;
	color:#fff;
	float:right;
	font-family:'OpenSans-Bold';
	font-size:20px;
	text-transform:uppercase;
}
.search_box h2 {
	font-family: 'Conv_COOPBL_0';
	font-size:20px;
	color:#fff;
	text-align:center;
	padding-top:20px;
}
.view_all_btn {
	padding:13px 20px;
	float:right;
	font-family: 'OpenSansSemibold';
	font-size:18px;
	background: -moz-linear-gradient(center top, #ffb700, #ff8a00) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, #ffb700, #ff8a00);
	background: -moz-linear-gradient(top, #ffb700, #ff8a00);
	background: -ms-linear-gradient(top, #ffb700, #ff8a00);
	background: -o-linear-gradient(top, #ffb700, #ff8a00);
	border-radius:6px;
	margin-top:10px;
	cursor:pointer;
	text-shadow:0px 1px #815b20;
}
.view_all_btn a {
	color:#fff;
}
.domain_best {
	float:right;
	margin-right:20px;
}
.price_gallery {
	width:100%;
}
.price_gallery ul {
}
.price_gallery ul li {
	width:87px;
	float:left;
	background:url(../images/lk_back.png) no-repeat;
	margin-right:8px;
	height:186px;
}
.price_gallery ul li:last-child {
	margin-right:0px;
}
.price_gallery ul li h3 {
	font-family:'OpenSans-Bold';
	font-size:18px;
	text-align:center;
	line-height:25px;
	color:#fff;
	padding-top:55px;
	display:block;
}
.price_gallery ul li p {
	font-size:14px;
	text-align:center;
	padding-top:6px;
	color:#fff;
}
.price_gallery ul li.comlk_back {
	background:url(../images/com_lk_back.png) no-repeat;
}
.price_gallery ul li.comlk_back h3 {
	padding-top:82px;
}
.price_gallery ul li.com_back {
	background:url(../images/com_back.png) no-repeat;
}
.price_gallery ul li.net_back {
	background:url(../images/net_back.png) no-repeat;
}
.best_deal {
	width:100%;
	display:inline-block;
	padding-top:10px;
}
.best_deal h2 {
	font-family:'OpenSans-Bold';
	font-size:30px;
	line-height:25px;
	color:#fff;
}
.best_deal h4 {
	font-family: 'OpenSansSemibold';
	font-size:18px;
	color:#ff8f00;
	padding:10px 0px;
}
.best_deal p {
	font-size:15px;
	color:#fff;
}
.middle {
	width:100%;
	padding:20px 0px;
}
.web_hosting {
	width:100%;
	background:#fff;
	border-radius:7px;
	margin-bottom:20px;
	display:inline-block;
	padding:20px;
	box-shadow:0px 6px 5px #9b9b9b;
}
.email_hosting {
	width:60%;
	float:left;
}
.email_hosting .images {
	    float:left;
    margin-right:25px;
    width:78px;
}
.email_hosting .email_content {
	float:left;
}
.email_hosting .email_content h3 {
	font-family:'OpenSans-Bold';
	font-size:22px;
	padding-bottom:8px;
	color:#04203f;
}
.email_hosting .email_content ul {
}
.email_hosting .email_content ul li {
	font-family: 'OpenSansSemibold';
	font-size:14px;
	width:100%;
	line-height:22px;
}
.email_hosting .email_content ul li span {
	padding-right:5px;
}
.email_hosting .email_content ul li a {
	color:#333;
}
.web_hosting .start_box {
	background: -webkit-linear-gradient(top, #fff, #f5f5f5);
	background: -moz-linear-gradient(top, #fff, #f5f5f5);
	background: -ms-linear-gradient(top, #fff, #f5f5f5);
	background: -o-linear-gradient(top, #fff, #f5f5f5);
	border:1px solid #dedede;
	border-radius:8px;
	float:right;
	height:115px;
	padding-top:10px;
	width:185px;
}
.start_box p {
	font-size:14px;
	font-family: 'OpenSansSemibold';
	color:#000;
	padding-left:11px;
}
.start_box p span {
	text-align:center;
}
.price_month {
	width:165px;
	margin:auto;
	padding-bottom:6px;
	background: url(../images/textsadow.png) bottom no-repeat;
}
.free_back {
	width:170px;
	margin:auto;
	background: url(../images/free_back.png) bottom no-repeat;
	padding-bottom:5px;
}
.web_hosting .start_box h1 { color:#ff9300;
	font-size:60px;
	font-family:'OpenSans-Bold';
	text-align:center;
}
.web_hosting .start_box h1 span {
	font-size:30px;
}
.web_hosting .start_box h1 span1 {
	font-size:14px;
	font-family: 'OpenSansSemibold';
	float:right;
	color:#333;
	margin-top:-28px;
	margin-right:8px;
}
.price_list_table {
	width:100%;
	display:inline-block;
	padding:10px 0px;
}
.price_list_table h2 {
	font-family:'OpenSans-Bold';
	font-size:22px;
	color:#000;
}
.price_list_table .table-responsive {
	background:#fff;
	border-radius:6px;
	border:none;
	margin-top:15px;
}
.price_list_table .table-responsive .tld_back {
	background: -moz-linear-gradient(center top, #ffb600, #ff8900) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, #ffb600, #ff8900);
	background: -moz-linear-gradient(top, #ffb600, #ff8900);
	background: -ms-linear-gradient(top, #ffb600, #ff8900);
	background: -o-linear-gradient(top, #ffb600, #ff8900);
	line-height:46px;
	font-family:'OpenSans-Bold';
	font-size:18px;
	text-shadow:0px 1px #a44e0a;
	color:#fff;
}
.price_list_table .table-responsive .discount {
	background:#d3d3d3;
	text-align:center;
	font-family: 'OpenSansSemibold';
	font-size:14px;
}
.price_list_table .table-responsive .jk_content {
	font-size:13px;
}
.price_list_table .table-responsive th, td {
	text-align:center;
	border:none;
}
.price_list_table .table-responsive td {
	border:none;
}
.price_list_table .table-responsive .back_content {
	background:#f5f5f5;
}
.midle_r {
	width:100%;
}
.domain_register {
	width:310px;
	float:left;
	border:1px solid #fff;
}
.activtie_within {
	width:103%;
	background:#999b9d;
	margin-top:10px;
	padding:15px 0px;
	float:left;
}
.activtie_within h2 {
	color:#e1e1e1;
	font-family:'OpenSans-Bold';
	text-align:center;
	line-height:25px;
	font-size:23px;
}
.activtie_within p {
	font-size:12px;
	text-align:center;
	color:#e1e1e1;
	padding-top:8px;
	font-family: 'OpenSansSemibold';
}
.management h2 {
	color:#000;
}
.domains_register {
	width:103%;
	display:inline-block;
	padding-bottom:20px;
}
.domains_register .tld_back h2 {
	width:100%;
	text-align:center;
	color:#fff;
}
.domains_register .jk_content {
	font-family:'OpenSans-Bold';
	color:#ff8b00;
	font-size:18PX;
	text-align:center;
}
.domains_register .table-responsive .back_content {
	font-family:'OpenSans-Bold';
	font-size:16PX;
	color:#000;
	border-bottom:1px solid #fff;
}
.view_more_btn {
	background: -moz-linear-gradient(center top, #ffb700, #ff8a00) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, #ffb700, #ff8a00);
	background: -moz-linear-gradient(top, #ffb700, #ff8a00);
	background: -ms-linear-gradient(top, #ffb700, #ff8a00);
	background: -o-linear-gradient(top, #ffb700, #ff8a00);
	padding:9px 15px;
	border-radius:6px;
	cursor:pointer;
	margin: auto auto 20px;
	font-size:14px;
	font-family: 'OpenSansSemibold';
	text-shadow: 0 1px #815b20;
	width:95%;
}
.view_more_btn a {
	color:#fff;
}
.payment_mothed {
	width:100%;
	display:inline-block;
	padding-top:10px;
}
.payment_mothed {
	font-family:'OpenSans-Bold';
	font-size:22px;
	color:#000;
}
.payment_gallery_mothed {
	width:100%;
	background:#0e2e54;
	padding:20px;
	float:left;
	border-radius:8px;
	margin-top:15px;
}
.payment_gallery_mothed ul {
}
.payment_gallery_mothed ul li {
	float:left;
	margin-right:20px;
	width:212px;
	background:#fff;
}
.payment_gallery_mothed ul li img {
	width:100%;
	max-width:100%;
}
.payment_gallery_mothed ul li:last-child {
	margin-right:0px;
}
.payment_gallery_mothed ul li .payment_image {
	height:63px;
	width:100%;
}
.footer {
	width:100%;
	background:#0d2e53;
	display:inline-block;
	margin-top:25px;
	padding-top:35px;
}
.footer_l {
	width:100%;
	padding-bottom:45px;
}
.footer_l h2 {
	font-family: 'OpenSansSemibold';
	font-size:22px;
	color:#fff;
	border-bottom:1px solid #022247;
	padding-bottom:8px;
}
.footer_l h2 span {
	float:right;
}
.footer_l p {
	font-family: 'OpenSansSemibold';
	font-size:15px;
	line-height:20px;
	color:#dbdbdb;
	padding-top:18px;
}
.footer_l p a {
	color:#fff;
	text-decoration:underline;
}
.footer_l p span {
	font-size:12px;
}
.footer_l .border_top {
	border-top:1px solid #445a73;
	margin-top:25px;
}
.social_gallery {
	width:100%;
	display:inline-block;
	padding-top:15px;
}
.social_gallery ul {
}
.social_gallery ul li {
	width:35px;
	float:left;
	margin-right:8px;
}
.copyright {
	width:100%;
	background:#04203f;
	padding:25px 0px;
}
.copyright_content {
	width:100%;
}
.copyright_content p {
	font-size:11px;
	color:#fff;
}
.copyright_menu {
	float:right;
}
.copyright_menu ul {
}
.copyright_menu ul li {
	font-size:11px;
	float:left;
	margin-left:15px;
}
.copyright_menu ul li a {
	color:#fff;
}


/* hosting page*/
.pricenew {margin-top:40px;}
.pricenew .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-left:0px !important; padding-right:0px !important;}
.pricenew h3 {font-size:16px !important; color:#fff; line-height:24px;}
.pricenew h1 {font-size:25px !important; color:#fff; line-height:36px;}
.panel-heading {background-color:#0983ff;     border-radius: 15px 15px 0 0;}
.panel-red {background-color:#f7f7f8; border-radius:15px;}
.panel-red1 {background-color:#333; margin-top:79px; border-radius:15px 15px 0px 0px;}
.panel-red1 .list-group-item {    background-color: #333; color:#fff; text-align:left; font-size:12px;}.panel-red {
    background-color: #f7f7f8;
    border-radius: 15px 15px 0px 0px;
}
.panel-red1 .list-group-item {   padding: 10.8px 15px;
    border: 1px solid #444444;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0 none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; ;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0 none;   border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}
.list-group-item1 {
    background-color: #ddd;
	margin-bottom:1px;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.list-group-item2 {
    background-color: #eee;
    display: block;
    margin-bottom: 1px;
    padding: 10px 15px;
    position: relative;
}
.panel-heading2 {
    background-color: #0076ef;
    border-radius: 15px 15px 0 0;
	padding:11px;
}
.panel-heading3 {
    background-color: #006ad5;
    border-radius: 15px 15px 0 0;
	padding:11px;
}
.panel-heading4 {
    background-color: #0050a2;
    border-radius: 15px 15px 0 0;
	padding:11px;
	
}
.panel {
    margin-bottom: 0px;
}
.webhos {margin-top:30px; padding:15px; background-color:#fff; box-shadow:3px 3px 3px #b7b7b7; background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efefef 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #efefef 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
.webhos h1{font-size:35px; color:#ff8300; line-height:45px; }
.webhos p{font-size:14px; color:#87828b; line-height:23px; text-align:justify;}
.webhos p span{font-size:14px; color:#da7c1f; line-height:23px; text-align:justify;}



.nav.nav-tabs {
    float: left;
    margin-top: 50px;
}
.nav.nav-tabs > li a{
    padding: 7px 15px;
	display:block;
	border:1px solid #eee;
	background-color:f5f5f5;
	color:#333;
}
.tab-pane.active {
    background: none repeat scroll 0 0 #fff;
    clear: both;
    float: left;
    padding: 10px;
    width: 100%;
	
	font-size:13px;
	line-height:23px;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: none !important;
}
 @media (min-width:768px) and (max-width:1023px) {
.navigation ul li {
	font-size:11px;
}
.navigation ul li a {
	padding:0px 12px;
}
.navigation {
	top:104px;
}
.youer_domain {
	width:95%;
}
.domain_best {
	padding-bottom:25px;
	width:91%;
}
.copyright_menu {
	float:none;
	text-align:center;
	padding:5px 0px;
}
.payment_gallery_mothed ul li{ width:155px; height:50px;}
.domain_register{ float:none; margin:auto;}


}

@media (min-width:640px) and (max-width:767px){
.navigation ul li {
	font-size:12px;
}
.navigation{ position:inherit;}
.navigation ul li a {
	padding:0px 12px;
}
.navigation {
	top:155px;
	margin-top:15px;
}
.youer_domain {
	width:95%;
}
.domain_best {
	padding-bottom:25px;
	width:91%;
}
.copyright_menu {
	float:none;
	text-align:center;
	padding:5px 0px;
}
.logo{ margin:0 auto; width:156px; padding:15px 0px;}
.contact_telephone{ width:100%;}
.payment_gallery_mothed ul li{ width:127px; height:45px;}
.telephone_icon{ padding-left:156px;}
.navbar-nav{ margin:0px;}
.copyright_menu ul li{ margin-right:10px; margin-left:0px;}
.domain_register{ float:none; margin:auto;}

.web_hosting{width:102%;}
.price_list_table{width:102%;}
.midle_r{ width:100%;}
.activtie_within{ width:101%;}
}

@media (min-width:480px) and (max-width:639px){
.navigation ul li {
	font-size:12px;
}
.navigation{ position:inherit;}
.navigation ul li a {
	padding:0px 12px;
}
.navigation {
	top:155px;
	margin-top:15px;
}
.youer_domain {
	width:95%;
}
.domain_best {
	padding-bottom:25px;
	width:91%;
}
.copyright_menu {
	float:none;
	text-align:center;
	padding:5px 0px;
}
.logo{ margin:0 auto; width:156px; padding:15px 0px;}
.contact_telephone{ width:100%;}
.payment_gallery_mothed ul li {
    float: none;
    height: 94px;
    margin: 10px auto;
	    text-align: center;
    width: 72%;
}
.payment_gallery_mothed ul li:last-child{ float:none; margin:23px auto;}
.telephone_icon{ padding-left:156px;}
.copyright{ text-align:center; line-height:20px;}
.copyright_menu ul li{ margin-left:10px;}
.navbar-nav{ margin:0px;}
.domain_register{ float:none; margin:auto;}
.email_hosting{ width:100%;}
.email_hosting .images{ float:none; text-align:center; margin:auto; padding-bottom:15px;}
.web_hosting .start_box{ float:none; margin:auto; clear:both;}
.email_hosting .email_content{ float:none; text-align:center; margin-bottom:15px;}
.domain_register{ width:103%;}
.domain_register img{ width:100%;}
.web_hosting{width:103%;}
.price_list_table{width:103%;}
.midle_r{ width:100%;}
}

@media (min-width:360px) and (max-width:479px){
.navigation ul li {
	font-size:12px;
}
.navigation{ position:inherit;}
.navigation ul li a {
	padding:0px 12px;
}
.navigation {
	top:155px;
	margin-top:15px;
}
.youer_domain {
	width:95%;
}
.domain_best {
	padding-bottom:25px;
	width:91%;
}
.copyright_menu {
	float:none;
	text-align:center;
	padding:5px 0px;
}
.logo{ margin:0 auto; width:156px; padding:15px 0px;}
.contact_telephone{ width:100%;}
.payment_gallery_mothed ul li {
    float: none;
    height: 80px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.payment_gallery_mothed ul li:last-child{ float:none; margin:23px auto;}
.telephone_icon{ padding-left:15px;}
.search_domain_banner h1{ font-size:22px;}
.search_from{ width:100%; margin-bottom:10px;}
.email_hosting{ width:100%; padding-bottom:10px;}
.email_hosting .images{ float:none; text-align:center; margin:auto; padding-bottom:15px;}
.web_hosting .start_box{ float:none; margin:auto; clear:both;}
.email_hosting .email_content{ float:none; text-align:center;}
.best_deal{ text-align:center;}
.copyright{ text-align:center; line-height:20px;}
.copyright_menu ul li{ margin-left:10px;}
.navbar-nav{ margin:0px;}
.search_from input{ width:100%;}
.domain_register{ width:103%;}
.domain_register img{ width:100%;}
.web_hosting{width:105%;}
.price_list_table{width:104%;}
.midle_r{ width:102%;}
}

@media (min-width:320px) and (max-width:359px){
.navigation ul li {
	font-size:12px;
}
.navigation{ position:inherit;}
.navigation ul li a {
	padding:0px 12px;
}
.navigation {
	top:155px;
	margin-top:15px;
}
.youer_domain {
	width:95%;
}
.domain_best {
	padding-bottom:25px;
	width:91%;
}
.copyright_menu {
	float:none;
	text-align:center;
	padding:5px 0px;
}
.logo{ margin:0 auto; width:156px; padding:15px 0px;}
.contact_telephone{ width:100%;}
.payment_gallery_mothed ul li {
    float: none;
    height: 80px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.telephone_icon{ padding-left:15px;}
.search_domain_banner h1{ font-size:20px;}
.search_from{ width:100%; margin-bottom:10px;}
.email_hosting{ width:100%; padding-bottom:10px;}
.email_hosting .images{ float:none; text-align:center; margin:auto; padding-bottom:15px;}
.web_hosting .start_box{ float:none; margin:auto; clear:both;}
.email_hosting .email_content{ float:none; text-align:center;}
.container h2{ font-size:15px;}
.best_deal{ text-align:center;}
.domain_register{ width:103%;}
.domain_register img{ width:100%;}
.search_from input{ width:100%;}
.copyright{ text-align:center; line-height:20px;}
.copyright_menu ul li{ margin-left:10px;}
.navbar-nav{ margin:0px;}
.domain_register{ float:none; margin:auto;}
.web_hosting{ width:105%;}
.price_list_table{width:104%;}
.midle_r{ width:102%;}
}
ul.pull-right ul.user-menu{ top:27px; border-radius:5px !important;}
ul.user-menu li{ margin-left:0px; width:100%;}
ul.user-menu li a{ line-height:24px !important; padding:6px 10px;}
ul.user-menu li:first-child{  border-radius:5px 5px 0px 0px;}
ul.user-menu li:first-child a{ border-radius:5px 5px 0px 0px;}
ul.user-menu li a img {
    margin-right: 8px;
    margin-top: 6px;
}