.top_nav ul.topsocial {
    float: left;
    padding: 0px;
    margin: 0px;
    padding: 0px;
}

.top_nav .topsocial li {
    background: #6a7379;
    font-size: 13px;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    border-radius: 100%;
    margin-right: 3px;
    display: inline-block;
}

.top_nav .topsocial li a {
    color: #dadcdd;
    font-size: 12px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin-right: 0px;
}

.domain_search{
	margin-top: 108px;
}

.email-support{
	font-size: 18px;
    color: #2a363f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}


.foolist p{
	color: #aaa;
	font-size: 16px;
}

.foolist p a{
	color: #fff;
}

.foolist p a:hover{
	color: #86c724;
}

.pricing-layout{
	transition: all .3s ease-out 0s !important;
    z-index: 90;
}

.pricing-layout:hover{
    box-shadow: 0 20px 30.4px 2.6px rgba(0,0,0,.24);
    transition: box-shadow .2s ease-in-out 0s;
    transform: scale(1.1,1.1);
    z-index: 999!important;
}

.sharedhosting{
	background: #999 url(../images/sharedhosting.jpg) no-repeat center top !important;
}

.wordpresshosting{
	background: #999 url(../images/wordpresshosting.jpg) no-repeat center top !important;
}

.resellerhosting{
	background: #999 url(../images/resellerhosting.jpg) no-repeat center top !important;
}

.vpshosting{
	background: #999 url(../images/vpshosting.jpg) no-repeat center top !important;
}

.contact-title{
	font-size: 16px;
}

.contact-adj{
	margin-top: 108px;
}

.feature_section18 {
	margin-top: 108px;
	float: left;
	width: 100%;
	padding: 140px 0px 140px 0px;
	background: #f3f3f3 url(../images/wb-banner.jpg) no-repeat center top;
}

.feature_section18 a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: #86c724;
    padding: 14px 32px;
    border-radius: 27px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.feature_section18 a:hover {
    background: #2a363f;
}

.king-elements p{ 
	font: 16px 'Open Sans', sans-serif; 
}

.vc_btn3-color-green{
	color: #f2f2f2;
   border-color: #6DAB3C;
    background-color: #6DAB3C;
	font-size: 16px;
    padding: 18px 25px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
}

.vc_btn3-color-green:hover {    
	color: #f7f7f7;
    border-color: #5f9434;
    background-color: #5f9434;
}

.wpb_single_image.vc_align_center {
    text-align: center;
}

.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.navbar-default .navbar-nav > li > a{
		font-size: 14px !important;
	}
}


@media only screen and (max-width: 500px){
	.top_nav .left {
		width: 30% !important;
	}
	.top_nav .right {
		width: 70% !important;
	}
	.top_nav ul.tplinks {
		padding-top: 8px !important;
	}
	.tpbut {
		margin-top: 7px !important;
	}
	.header {
		top: 40px !important;
	}
	.header .container{
		width: 100% !important;
	}
	.menu_main {
		width: 100% !important;
	}
	.navbar-toggle {
		margin-top: 12px !important;
		margin-right: 10px !important;
	}
	.logo{
		margin-left: 10px !important;
	}
	.compact .header{
		top: 0px !important;
	}
	.email-support{
		font-size: 14px;
	}
	.footer .ftop .right p{
		margin-top: 40px;
	}
	.navbar-collapse{
		margin-top: 15px !important;
	}
	.feature_section18 {
		border: 1px solid #f4f4f4;
		padding: 140px 0px 120px 0px;
	}
	
	.st-accordion-four .last{
		top: 25% !important;
	}
	
	
}


/*
Alert Class 
*/
.fade.in {
    opacity: 1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.content-result strong._dm-r00 {
    display: block;
    float: left;
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}

.content-result {
    padding-top: 30px;
}
.domain_search .content-result, .domain_search .suggest_domain .title h3 {
    color: #FFF;
    text-align: left;
}