/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
.wrap{
	width:1060px;
	margin:0 auto;
}

.logo{
	float:left;	
	padding: 30px 0px 0px 0px;
}
.profile-content li{
	padding:5px 0px;
}
.links li a{
	color:#fff;
}
.links li{
	display:inline;
}
.profile-content{
	float:left;
	width: 50%;
}
.profile-content p{
	color: #666;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.8em;
}
.profile-img{
	float:right;
	padding-top: 65px;
}
.profile-content h1{
	font-size:40px;
	font-family: 'Titillium Web', sans-serif;
	color:#2A2A2A;
}
.profile-content li a{
	color: #666;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
}
.profile-content li img{
	vertical-align: baseline;
}
.profile-content ul{
	margin: 12px 12px 16px 0px;
}
.read-link{
	padding:5px 10px;
	background: #6b038c; /* Old browsers */
	background: -moz-linear-gradient(top,  #6b038c 0%, #640582 20%, #420c53 75%, #380e45 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b038c), color-stop(20%,#640582), color-stop(75%,#420c53), color-stop(100%,#380e45)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b038c', endColorstr='#380e45',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	border-radius: 0.3em;
	box-shadow: #ddd 0 3px 0px, rgba(0, 0, 0, 0.3) 0 3px 3px;
	
	
}
.read-link:hover{
	background: #2a2a2a; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a2a2a 0%, #2a2a2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(100%,#2a2a2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a2a2a 0%,#2a2a2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a2a2a 0%,#2a2a2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a2a2a 0%,#2a2a2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a2a2a 0%,#2a2a2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#2a2a2a',GradientType=0 ); /* IE6-9 */
}
.personal-info{
	float:right;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 13px;

}
.personal-info ul li{
	display:inline-block;
}
.personal-info ul li a{
	color:#570770;
	font-size:12px;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	font-size: 14px;
	padding: 0px 18px;
	text-transform: uppercase;	
}
.personal-info ul li a:hover{
	color:#666;
	
}
.sub-header{
	background: #f3f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f2f2 0%, #f3f2f2 100%, #f3f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#f3f2f2), color-stop(100%,#f3f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f2f2 0%,#f3f2f2 100%,#f3f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f2f2 0%,#f3f2f2 100%,#f3f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f2f2 0%,#f3f2f2 100%,#f3f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f2f2 0%,#f3f2f2 100%,#f3f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#f3f2f2',GradientType=0 ); /* IE6-9 */
	border-bottom:1px ridge #F3F2F2;
	padding: 3px 0px 5px 0px;
}
.contact-info1{
	float:right;
	text-align:center;
	padding-top: 9px;
}
.contact-info1 ul{
	padding:10px 0px 0px 0px;
}
.contact-info1 ul li{
	display:inline-block;
}
.contact-info1 ul li p{
	color:#4D0A61;
	font-family: 'Titillium Web', sans-serif;
}
.contact-info1 ul li a{
	color:#4D0A61;
	font-family: 'Titillium Web', sans-serif;
	font-size:12px;
	display:block;
	border: 1px ridge rgb(255, 255, 255);
	padding: 1px 10px;	
	border-radius: 0.3em;
}

.contact1 li{
	display:inline;
}
.contact1 li img{
	vertical-align:middle;
}
/*-----top-navigation-----*/
ul.ldd_menu{
	margin-top: 20px;
	
	display:block;
	height:50px;
	background: #6b038c; /* Old browsers */
	background: -moz-linear-gradient(top,  #6b038c 0%, #640582 20%, #420c53 75%, #380e45 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b038c), color-stop(20%,#640582), color-stop(75%,#420c53), color-stop(100%,#380e45)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b038c', endColorstr='#380e45',GradientType=0 ); /* IE6-9 */

	list-style:none;
	font-family:"Trebuchet MS", sans-serif;
	border-top:1px solid #56086E;
	border-bottom:1px ridge #56086E;
	-moz-box-shadow:0px 3px 4px rgb(44, 3, 43);
	-webkit-box-shadow: 0px 3px 4px rgb(44, 3, 43);
	-box-shadow:0px 3px 4px rgb(44, 3, 43);
}
ul.ldd_menu a{
	text-decoration:none;
}
ul.ldd_menu > li{
	float:left;
	position:relative;
}
ul.ldd_menu span a{
	color:#fff;
}
ul.ldd_menu > li > span{
	font-family: 'Titillium Web', sans-serif;
	float:left;
	color:#fff;
	background: #6b038c; /* Old browsers */
	background: -moz-linear-gradient(top,  #6b038c 0%, #640582 20%, #420c53 75%, #380e45 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b038c), color-stop(20%,#640582), color-stop(75%,#420c53), color-stop(100%,#380e45)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b038c', endColorstr='#380e45',GradientType=0 ); /* IE6-9 */
	height:50px;
	line-height:50px;
	cursor:default;
	padding:0px 20px;
	text-shadow:0px 0px 1px #fff;
	border-right: 1px solid rgb(24, 9, 58);
	
}
ul.ldd_menu .ldd_submenu{
	position:absolute;
	top:50px;
	width:550px;
	display:none;
	opacity:0.95;
	left:0px;
	font-size:10px;
	background: #2a2a2a; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a2a2a 0%, #2a2a2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(100%,#2a2a2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a2a2a 0%,#2a2a2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a2a2a 0%,#2a2a2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a2a2a 0%,#2a2a2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a2a2a 0%,#2a2a2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#2a2a2a',GradientType=0 ); /* IE6-9 */

	border-top:1px solid #2a2a2a;
	-moz-box-shadow:0px 3px 4px #2A2A2A inset;
	-webkit-box-shadow:0px 3px 4px #2A2A2A inset;
	-box-shadow:0px 3px 4px #2A2A2A inset;
}
a.ldd_subfoot{
	background-color:#f0f0f0;
	color:#444;
	display:block;
	clear:both;
	padding:15px 20px;
	text-transform:uppercase;
	font-family: Arial, serif;
	font-size:12px;
	text-shadow:0px 0px 1px #fff;
	-moz-box-shadow:0px 0px 2px #777 inset;
	-webkit-box-shadow:0px 0px 2px #777 inset;
	-box-shadow:0px 0px 2px #777 inset;
}
ul.ldd_menu ul{
	list-style:none;
	float:left;
	border-left:1px ridge #333;
	margin:20px 0px 10px 30px;
	padding:10px;
}
li.ldd_heading{
	font-size: 13px;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	text-shadow:0px 0px 1px #B03E23;
	padding:0px 0px 10px 0px;
}
ul.ldd_menu ul li a{
	font-family: Arial, serif;
	font-size:10px;
	line-height:20px;
	color:#fff;
	padding:1px 3px;
}
ul.ldd_menu ul li a:hover{
	-moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;
	background: rgb(117, 13, 143);
}
/*----banner----*/
.banner has-dots{
	
}
.banner {
	position: relative;
	width: 110%;
	overflow: auto;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	background: url('../images/banner.png') repeat-x;
	
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		width: 300%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		padding:62px 0 89px;
		
		
		
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
		
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}
	
	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 67px;
		
		color: #fff;
	}
	
	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		
		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}
/*----plans-----*/
.content{
	padding-top:20px;

}
.gird{
	float:left;
	width: 23%;
	font-family: 'Titillium Web', sans-serif;
	margin: 0px 25.6px 0px 0px;
	box-shadow: 0px 0px 10px #eee;
	border:1px solid #ddd;
	border-radius:.3em;
	box-shadow: 0px 0px 6px #ddd;
}
.gird1{
	float:left;
	width: 23%;
	font-family: 'Titillium Web', sans-serif;
	margin: 0px 0px 0px 0px;
	box-shadow: 0px 0px 6px #ddd;
	border: 1px solid #ddd;
	border-radius: .3em;
}
.gird ul li,.gird1 ul li{
	display:inline;
}
.gird ul li span,.gird1 ul li span{
	float:left;
	color: #666;
	font-size: 14px;
}
.gird ul li a,.gird1 ul li a{
	float:right;
	font-size: 14px;
	color: #666;
}
.last{
	border:none;
}
.gird h3,.gird1 h3,.gird h3 a,.gird1 h3 a{
	text-align:center;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	color:#666;
	font-weight:bold;
	padding: 15px 0px;
	border-left:none;
	border-right:none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-shadow: 0px 1px 0 #fff;
}
.gird h3 a:hover,.gird1 h3 a:hover{
	
}
.gird ul,.gird1 ul{
	border-bottom: 1px ridge rgb(241, 241, 241);
	padding: 10px;
}
.gird ul :last-child,.gird1 ul:last-child{
	border-bottom:none;
}

.domain-Features {
	margin-top: 12px;
}
.regester-Domain h4{
	text-align:center;
	color:#2A2A2A;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
}
.regester-Domain h4 span{
	font-size: 40px;
}

.regester-Domain p{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	padding-bottom:12px;
}
.regester-Domain ul li{
	display:inline-block;
}
.our-plans {
	margin-top: 40px;
}
.regester-Domain {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 11px;
}
.regester-Domain ul{
	text-align: center;
	margin: 15px 0px;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgb(216, 216, 216);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow: 0px 0px 10px rgb(231, 231, 231);

	padding: 0px 0px 7px 0px;
	width: 63%;
	display: block;
	margin: 0 auto;
	
}
.regester-Domain li input[type="text"]{
	width:400px;
	padding:10px;
	color:#666;
	border: none;
	outline: none;
	border: 1px ridge;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
}
.regester-Domain li select{
	padding: 7px 10px;
	border: none;
	outline: none;
	font-family: 'Titillium Web', sans-serif;
	color:#666;
	border: 1px ridge;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
}
	
.regester-Domain li input[type="submit"]{
	padding: 7px 10px;
	border: none;
	background: #fff;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	border: 1px ridge;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
}
.regester-Domain li input[type="submit"]:hover{
	color:#6B3B7A;
}
.regester-Domain li h5{
	font-size:30px;
	font-family: 'Titillium Web', sans-serif;
	color: #2A2A2A;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.domain-Features ul li{
	display:inherit;
	color: #666;
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	padding: 3px 0px;
}
.domain-Features ul {
	float: left;
	width: 24%;
	padding: 0 1% 1.7% 0;
}
.domain-Features h3{
	font-family: 'Titillium Web', sans-serif;
	font-size:27px;
	color:#2A2A2A;
	padding: 10px 0px 10px 0px;
}
.domain-Features ul li img{
	vertical-align: baseline;
	padding-right: 3px;
}
.our-pro h3{
	font-family: 'Titillium Web', sans-serif;
	font-size: 27px;
	color: #2A2A2A;
	padding: 10px 0px 10px 0px;
	text-align:left;
}
.our-pro {
	text-align: center;
	border-top: 1px ridge #eee;
	border-bottom: 1px ridge #eee;
	padding-bottom: 20px;
}
.our-pro img{
	opacity:0.8;
}
.our-pro img:hover{
	opacity: 0.7;
	cursor:pointer;
}
.support-info{
	text-align:center;
	padding-bottom: 30px;
	border-top: 1px ridge rgb(235, 235, 235);
	margin-top: 40px;
}
.support-info h3{
	font-family: 'Titillium Web', sans-serif;
	font-size: 27px;
	color: #2A2A2A;
	padding: 10px 0px 0px 0px;
	
}
.support-info h3 img{
	vertical-align:middle;
	padding-right: 10px;	
}
.support-info p{
	color: #666;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	padding: 3px 0px;
}
.support-info p a{
	color:#6B3B7A;
}
.support-info p a:hover{
	text-decoration:underline;
	color:#666;
}
/*----boxs---*/
.box2{
	width: 33.3%;
	float:left;
}
.center-box{
	margin:0px 30px;
}
.box2 h3{
	font-family: 'Titillium Web', sans-serif;
	font-size: 27px;
	color: #2A2A2A;
}
.box2 h3 span{
	color:#6b038c;
}
.box2 h4{
	color:#2A2A2A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 27px;
	padding-top: 10px;

}
.box2 h6{
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	color: #2A2A2A;
}
.box2 p{
	color: #666;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.8em;
}
.box2 ul li{
	display: inherit;
	color: #666;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	padding: 3px 0px;
}
.box2 ul li img{
	vertical-align: baseline;
	padding-right: 3px;
}
.box2 a{
	margin: 11px;
	padding: 5px 23px;
	background: #6b038c;
	background: -moz-linear-gradient(top, #6b038c 0%, #640582 20%, #420c53 75%, #380e45 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b038c), color-stop(20%,#640582), color-stop(75%,#420c53), color-stop(100%,#380e45));
	background: -webkit-linear-gradient(top, #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%);
	background: -o-linear-gradient(top, #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%);
	background: -ms-linear-gradient(top, #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%);
	background: linear-gradient(to bottom, #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b038c', endColorstr='#380e45',GradientType=0 );
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	border-radius: 0.3em;
	box-shadow: #ddd 0 3px 0px, rgba(0, 0, 0, 0.3) 0 3px 3px;
}
.box2 a:hover{
	background: #2a2a2a;
	background: -moz-linear-gradient(top, #2a2a2a 0%, #2a2a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(100%,#2a2a2a));
	background: -webkit-linear-gradient(top, #2a2a2a 0%,#2a2a2a 100%);
	background: -o-linear-gradient(top, #2a2a2a 0%,#2a2a2a 100%);
	background: -ms-linear-gradient(top, #2a2a2a 0%,#2a2a2a 100%);
	background: linear-gradient(to bottom, #2a2a2a 0%,#2a2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#2a2a2a',GradientType=0 );
	
}

.box2 ul{
	padding:15px 0px;
}
/*---footer----*/
.box1{
	float:left;
	width: 20%;
}
.box1 h4{
	color: rgb(255, 255, 255);
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.box1 ul li{
	display:inherit;
}
.box1 ul li a{
	color:#999;
	font-family: 'Titillium Web', sans-serif;
	font-size:12px;
}
.box1 ul li a:hover{
	color:#f1f1f1;
}
.footer{
	background: url('../images/footer-bg.png');

	padding: 20px 0px 20px 0px;
	font-family: 'Titillium Web', sans-serif;
	border-top: 1px ridge #6B3B7A;
}
.social li img{
	display:inline;
	cursor:pointer;
	vertical-align: middle;
	padding-right: 10px;
	margin: 5px 0px;
	opacity: 0.8;
}
.footer1 {
	padding: 10px;
	background: #2a2a2a; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a2a2a 0%, #2a2a2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(100%,#2a2a2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a2a2a 0%,#2a2a2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a2a2a 0%,#2a2a2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a2a2a 0%,#2a2a2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a2a2a 0%,#2a2a2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#2a2a2a',GradientType=0 ); /* IE6-9 */

	border-top: 1px ridge #6B3B7A;
	font-family: 'Titillium Web', sans-serif;
	text-align:center;
}
.footer1 p.link {
	color: #eee;
	font-size: 13px;
	
}
.footer1 p.link a {
	color: #eee;
	text-decoration: none;
	font-size: 13px;
}
/*----domains-----*/
.domain h3,.domain-privicy h4,.add-domain h3{
	font-family: 'Titillium Web', sans-serif;
	font-size: 27px;
	color: #6B3B7A;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
.domain p,.domain-privicy p,.add-domain p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-bottom: 12px;
	line-height: 1.8em;
}
.regester-Domain li h5 img{
	vertical-align: sub;
	cursor: pointer;
}
.domain-info {
	text-align: center;
	padding: 15px 0px;
}
.domain-info ul li{
	display:inline-block;
}
.domain-info ul li span{
	display: inherit;
	color: #666;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	padding: 3px 0px;
}
.domain-info ul li img{
	vertical-align: baseline;
}
.domain-privicy h4 img{
	vertical-align: initial;			
}
.domain-info ul li{
	margin:0% 3% 0 0;
}
.add-domain a{
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	color: #6B3B7A;
	text-transform: uppercase;
}
.add-domain {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
}
.add-domain p span{
	color:#6B3B7A;
}
.additional-domains {
	padding-bottom: 25px;
}
.box{
	width: 50%;	
	float:left;
}
.box-img{
	float:left;
	padding: 28px 0px 0px 0px;
}
.box-img img{
	cursor:pointer;
}
.box-content {
	float: left;
	width: 82%;
	margin-left: 2%;
}
.box-content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-bottom: 12px;
	line-height: 1.8em;
}
.box-content  h3{
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #6B3B7A;
}
.boxs {
	padding-bottom: 30px;
}
/*-----Linux-Hosting-----*/
.Linux-Hosting h4{
	font-family: 'Titillium Web', sans-serif;
	font-size: 27px;
	color: #6B3B7A;
	padding: 10px 0px 10px 0px;
}
.linux-links ul{
	float:left;
	margin: 0px 3% 0 0;
}
.linux-links li{
	color: #666;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	padding: 6px 0px;
}
.linux-links li img{
	vertical-align: baseline;	
	padding-right: 4px;
}
.support{
	
}
.support-info1{
	float:left;
	text-align:left;
	width:75%;
	margin-right: 27px;
}
.support-info1 h3{
	font-family: 'Titillium Web', sans-serif;
	font-size:30px;
	color: #6B3B7A;
	
}
.support-info1 h4{
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	color: #6B3B7A;
	padding: 0px 0px 10px 0px;
}
.support-info1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-bottom: 12px;
	line-height: 1.8em;
}
.contact{
	
	
	margin-bottom: 33px;	
}
.contact-form{
	float:left;
	padding-right:20px;
	font-family: 'Titillium Web', sans-serif;
}
.contact-sidebar{
	float: right;
	width: 336px;
	
	
}
.map{
	padding-top: 34px;	
}
.contact h3{
	color: #2C9BB6;
	font-size: 25px;
	text-transform: uppercase;
	padding: 0 0 12px 0;
}

.contact-form form span{
	display:block;
}
form span{
	font-size:18px;
	padding-bottom:5px;
	color:#6B3B7A;
}
.contact-form form textarea,
.contact-form form input[type=submit],
.contact-form form input[type=text]{
	border:1px solid #ddd;
	padding: 7px;
	width: 594px;
	outline:none;
	color:#666;
	font-size:18px;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
	
.contact-form form input[type=submit]{
		 -moz-border-radius:3px;
		  -webkit-border-radius:3px; 
		  border-radius:3px; 
		  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  background:#0160A4 url(../images/button-overlay.png) repeat-x; 
		  
		  color:#FFFFFF !important; 
		  cursor:pointer; 
		  display:inline-block; 
		  font-size:13px; 
		  font-weight:bold; 
		  line-height:1; 
		  overflow:visible; 
		  padding:10px 25px;
		  position:relative; 
		  text-decoration:none; 
		  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25); 
		  width:auto; 
		  text-align:center; 
}
.contact-form form input[type=submit] { background-color:#6B3B7A}
.contact-form form input[type=submit]:hover { background-color:#6B3B7A}

.contact-form form input[type=submit]:hover{
	background: #6B3B7A;
}

form textarea{
	height: 201px;
	color: #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
/*----domains-----*/
.domain_registration h2{
	font-family: 'Titillium Web', sans-serif;
	padding-top: 12px;
	color: #2A2A2A;
	margin-bottom: 15px;
	font-size: 35px
	
}
.domain_registration h2 em{
	color:#6b038c;
}
/* domain registration */
.hastab.price_tabs{
	 margin-left:-30px;
	text-align:left;
}
.hastab.price_tabs .tab{
	 padding-left:30px;
}
#domain-box, #idn-box {
	 min-height: 250px;
}
#domain-box, #idn-box{ 
 	position:relative;
 	z-index: -9999;
}
 /* Placeholder*/
.placeholder-wrapper{
 	position:relative;
}
.txt-input{
 	position:absolute;
 	top:0px; 
 	left:0px;
 	z-index:1;
}
.placeholder{
 	position:absolute;
 	top:0px; 
 	left:0px; 
 	z-index:2; 
 	padding:20px;  
}
.placeholder-wrapper.ho .txt-input{
 	z-index:2 !important; 
}
.placeholder-wrapper.ho .placeholder{
 	z-index:1 !important; 
}
.placeholder-txt1{
	color:#6B6B6B; 
	font-weight:bold;
	font-family: 'Titillium Web', sans-serif;
}		
.placeholder-txt2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-bottom: 12px;
	line-height: 1.8em;
}
.placeholder-wrapper.ho .txt-input {
	z-index: 2 !important;
}
/* Domain Reg */
#domain-box {
	overflow:hidden;
	z-index: -9999;
}
.domain-sbox{ 
	width:39%;
}
.sd-tarea {
	border: ridge 1px #ddd;
	width:100%;
	height:155px;
	padding:20px;
	box-shadow:0 3px 2px rgb(238, 238, 238);
	-moz-box-shadow:0 3px 2px rgb(238, 238, 238);
	-webkit-box-shadow:0 3px 2px rgb(238, 238, 238);
	-ms-box-shadow:0 3px 2px rgb(238, 238, 238);
	margin:0 10px 10px 0;
	font-size: 16px;
	font-weight: normal;
	color:#555;
	outline:none;
}
.dataTable2 label {
	font-size:16px;
	color:#fff;
}
.rfloat{
	float:right;
}
.tld-box {
	margin-left:20px; 
	display:inline;
	width: 54%;
}
.alink {
	color: #2A2A2A;
	display:inline-block;
	padding:5px 0 0 0;
	cursor:pointer;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
}
.tld-box table.dataTable2 td {
	width:116px;
	padding:5px 0;
}
.tld-list-wrp {
	background:#fbfcfd;
	border:solid 1px #e1f3cf;
	padding:10px 20px;
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
}
.tld-list-data td {
	font-size: 20px;
	font-weight: normal;
	color:#555f4b;
	padding:8px 0 8px 50px;
	border-bottom:solid 1px #e1f3cf;
}
.tld-list-data .last td {
	border:none;
}
.tld-list-data .domain-c {
	font-size:14px;
	font-weight:normal;
}
.txt-link {
	font-size:16px;
	font-weight:normal;
	color:#216ee1; 
	cursor:pointer;
}
.link-promo {
	font-size:16px; 
	text-decoration:none; 
	color:#fff;
}
 /* bulh domain reg */
.bulk-domain{
	padding: 70px 0;
}
.bulk_domain_reg{
	padding-bottom:30px;
}
.bulk_domain_reg p{
	font-size: 16px;
	color: #555;
	padding: 20px;
	background: rgb(186, 233, 255);
	border: 1px solid rgb(186, 233, 255);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-weight: bold;
}
 /* IDN search */
.list-heading { 
	color:#fff;
	padding:0 0 1px 0;
}
.dname-wrp .dname-option{ 
	font-size:13px;
	font-weight:normal;
	color:#777;
	display:block;
	padding-top:3px;
}
.txt-green{ 
	color:#6b038c;
	font-size:14px;
}
/* price list bar */
.price-list-bar {
	overflow:hidden;
}
.price-list-bar ul li {
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#555f4b;
	width:102px;
	background:url(../images/price_list_bg.png) no-repeat right -2px rgb(186, 233, 255);
	padding:8px 0 6px 5px;
	border-top:solid 1px #d6e3c8;
	height:55px;
	overflow:hidden;
}
.price-list-bar ul .first em {
	font-size:19px;
	font-weight:bold;
}
.price-list-bar ul .first {
	color:#fff;
	font-size:15px;
	font-weight:normal;
	padding:16px 30px 16px 20px;
	width:135px;
	background:url(../images/price_list_heading.png) no-repeat right top rgb(8, 166, 240);
	height:37px;
	text-align:center;}
.price-list-bar ul .last{
	font-size:15px;
	font-weight:normal;
	background:rgb(186, 233, 255);
	color:#216ee1;
	padding:26px 2px 26px 9px;
	height:17px;
	cursor:pointer;}
.price-list-bar a{
	color: #216EE1;
}
.price-list-bar ul .domain-c {
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
}
/* price list */
.domain_prices{
	margin-bottom: 40px;
}
.price_tabs {
	
	 text-align:right;
 }
.price_tabs .tab {
	padding-right:5px;
 }
.price_tabs .tab li {
	display:inline-block;
	margin:0 -4px 0 0; 
	display:inline;
 }
.price_tabs .tab .active a {
	background:#fff;
    padding:15px 15px 10px 15px;
 }
.price_tabs .tab li a {
	cursor:pointer;
	color:#2A2A2A;
	font-weight:bold;
	display:inline-block;
	padding:10px 15px 10px 15px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border:solid 1px #ddd;
	border-bottom:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #fefefe 5%, #ededed 100% );
	background-color:#fefefe;
	z-index:111;
	font-family: 'Titillium Web', sans-serif;
 }
.price_list .d-currency {
	font-size:14px;
	font-weight:normal;
}
.price_list .title {
	font-size:18px;
	font-weight:bold;
	color: #08a6f0;
 }
.price_list th, .price_list td {
	padding:10px;
    text-align:center;
    font-size:15px;
    color:#08a6f0;
}
.price_list th {
	font-size:17px;
	font-weight:bold;
}
.price_list {
	border:solid 1px rgb(212, 237, 250);
    border-top:none;
    border-right:none;
}
.row-hover tr:hover {
	background:#FFFCE5;
 }
.d-pricing h4{
	color:rgb(36, 133, 218);
	margin: 30px 0;
	font-size: 35px;
} 
.price_list td {
	border-bottom:solid 1px rgb(212, 237, 250);
    border-right:solid 1px rgb(212, 237, 250);
}
.price_list .even {
	background:rgb(237, 249, 253);
}
.price_list .odd {
	background:#fff;
}
.price_list .heading {
   background:rgb(186, 233, 255);
}
.price_list .heading .first {
	background: rgb(8, 166, 240);
    color:#fff;
}
.price_list .heading .second {
	background:url(../images/price_heading.png) no-repeat 0 0 rgb(186, 233, 255);
}
.strikeout {
	text-decoration: line-through;
}
/* login form */
.login_form{
	padding: 30px;
	background: #f0f0f0;
}
.login_form_left{
	float:left;
	width:430px;
	position:relative;
}
.login_form_left span a{
	position: absolute;
	right: 70px;
}
.login_form_right{
	float:left;
	width:350px;
}
.login_form label{	
 	display:block;
 	font-size:15px;
 	color:#666;
 	padding:5px;
}
.list-heading {
	font-family: 'Titillium Web', sans-serif;
	color: #2A2A2A;
	font-size:18px;
}
.dataTable2 label {
	font-family: 'Titillium Web', sans-serif;
	color: #2A2A2A;
	font-size: 14px;
}
.link-promo {
	font-family: 'Titillium Web', sans-serif;
	color: #2A2A2A;
	font-size: 14px;
}
.blackButton{
	padding: 7px 19px;
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	background: #6b038c;
	background: -moz-linear-gradient(top, #6b038c 0%, #640582 20%, #420c53 75%, #380e45 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b038c), color-stop(20%,#640582), color-stop(75%,#420c53), color-stop(100%,#380e45));
	background: -webkit-linear-gradient(top, #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%);
	background: -o-linear-gradient(top, #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%);
	background: -ms-linear-gradient(top, #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%);
	background: linear-gradient(to bottom, #6b038c 0%,#640582 20%,#420c53 75%,#380e45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b038c', endColorstr='#380e45',GradientType=0 );
	font-family: 'Titillium Web', sans-serif;
	
}
.frm-select{
	outline: none;
	border: 1px ridge #ddd;
	font-family: 'Titillium Web', sans-serif;
}
.icon img {
	padding: 0px 0px 0px 128px;
}
/*------responive-design--------*/
@media screen and (max-width: 1024px) {
	.wrap{
		width:90%;
		padding:0px;
		margin:0 auto;
	}
	.profile-img {
		width:49%;
	}
	.profile-content h1{
		font-size: 30px;
	}
	.regester-Domain ul{
		width:78%;
	}
	.gird {
		width:22.3%;
	}
	.icon img {
		padding: 0px 0px 0px 50px;
	}
	.box-img {
		width: 14%;
	}
	.support-info1{
		width: 68%;
	}
	.contact-form{
		width:50%;
	}
	.contact-form form textarea, .contact-form form input[type=text] {
		width:93%;
	}
	.domain-Features ul{
		width:23.3%;
	}
	.box1 {
		width:19%;
	}
}
@media screen and (max-width: 800px) {
	.wrap{
		width:90%;
	}
	.regester-Domain ul {
		width: 94%;
	}
	.gird{
		margin: 0px 15px 0px 0px;
		width: 23.1%;
	}
	.center-box {
		margin: 0px 20px;
	}
	.box2 h3{
		font-size: 22px;
	}
	.box2 h6{
		font-size: 16px;
	}
	.box2 p {
		font-size: 12px;
	}
	.domain-Features ul li,.gird ul li span,.gird ul li a,.gird1 ul li span,.gird1 ul li a,.box2 ul li,.support-info p,.linux-links li,.support-info1 p{
		font-size: 12px;
	}
	.box2 h4,.support-info h3,.support-info1 h3{
		font-size:22px;
	}
	.box1 h4,.support-info1 h4 {
		font-size:14px;
	}
	.box1 {
		width:19.5%;
	}
	.regester-Domain ul {
		width: 100%;
	}
	.linux-links ul{
		width:33.3%;
	}
	.icon img {
		padding: 0px 0px 0px 0px;
	}
	.linux-links ul {
		width: 30.3%;
	}
	.support-info1 {
		width: 66%;
	}
	.contact-form {
		width: 36%;
	}
}
@media screen and (max-width: 768px) {
	.gird {
    width: 23%;
}
.contact-form {
    width: 34%;
}
}
@media screen and (max-width: 736px) {
.gird {
    margin: 15px 15px 0px 0px;
    width: 47%;
}
.gird1 {
    width: 47%;
    margin: 15px 0px 0px 0px;
}
.support-info1 {
    width: 63%;
}
.contact-form {
    width: 31%;
}
}
@media screen and (max-width: 667px) {
.regester-Domain li input[type="text"] {
    width: 340px;
}
	.contact-form {
		width: 100%;
		margin-bottom:1em;
	}
	.map iframe{
		width:100%;
	}
	.support-info1 {
    width: 60%;
}
}
@media screen and (max-width: 640px) {
.gird {
    margin: 15px 13px 0px 0px;
    width: 47%;
}
.support-info1 {
    width: 59%;
}
}
@media screen and (max-width: 600px) {
	.wrap{
		width:90%;
	}
	.profile-content{
		float:none;
	}
	.profile-content{
		width:100%;
	}
	.profile-img {
    width: 100%;
    text-align: center;
}
	.regester-Domain li input[type="text"] {
		width: 256px;
	}
	.gird,.gird1{
		margin: 0px 13px 15px 0px;
		width: 47.1%;
	}
	.domain-Features ul {
		width: 49%;
	}
	.center-box,.hide-box{
		display:none;
	}
	.box2 {
		width: 47%;
		margin-right: 2%;
	}
	.box1 h4, .support-info1 h4 {
		font-size: 12px;
	}
	.box1 {
		width: 25%;
	}
	.logo img{
		width:192px;
	}
	.domain_registration{
		display:none;
	}
	.support-info1 {
		width: 56%;
	}
	form form input[type=text] {
		width: 97%;
	}
}
@media screen and (max-width: 568px) {
.gird, .gird1 {
    margin: 0px 13px 15px 0px;
    width: 46%;
}
ul.ldd_menu .ldd_submenu {
    width: 493px;
}
ul.ldd_menu > li > span {
    padding: 0px 6px;
}
.support-info1 {
    width: 54%;
}
}
@media screen and (max-width: 480px) {
	ul.ldd_menu .ldd_submenu {
    width: 420px;
}
.support-info1 {
    width: 45%;
}
}
@media screen and (max-width: 414px) {
ul.ldd_menu > li > span {
    padding: 0px 12px;
}
.gird, .gird1 {
    margin: 0px 0px 15px 0px;
    width: 100%;
}
.domain-Features ul {
    width: 100%;
}
.box2 {
    width: 100%;
    margin-right: 0%;
	margin-bottom:1em;
}
.box1 {
    width: 100%;
    margin-bottom: 1em;
}
ul.ldd_menu .ldd_submenu {
    width: 323px;
}
.linux-links ul {
    width: 100%;
    margin: 0;
}
.box {
    width: 100%;
}
.support-info1 {
    width: 100%;
    margin: 0;
}
.support-img {
    float: left;
    width: 100%;
}
}
@media screen and (max-width: 384px) {
ul.ldd_menu > li > span {
    padding: 0px 8px;
}
.logo {
    float: none;
    padding: 15px 0px 0px 0px;
    text-align: center;
}
.contact-info1 {
    float: none;
    padding-top: 9px;
}
.wrap {
    width: 89%;
}
}
@media screen and (max-width: 320px) {
ul.ldd_menu > li > span {
    padding: 0px 4px;
    font-size: 13px;
}
ul.ldd_menu .ldd_submenu {
    width: 274px;
}
.wrap {
    width: 87%;
}
}