body {
	font-size:16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
a {
   outline: 0;
}
input[type="radio"],input[type="checkbox"] { outline: none; }
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {outline: none;}
a:hover, a:active, a:focus {
  /* styling for any way a link is about to be used */
  outline: 0;
}
p {
	margin-top:15px;
	margin-bottom:15px;
}
.headerLinks {
	margin-top:32px;
	padding-left:5px;
	padding-right:5px;
	font-size:13px;
	display:inline-block;
	vertical-align: top;
}

.tollFreeDiv {
	display:inline-block;
	margin-top:30px;
	padding-left:5px;
	padding-right:5px;
}
.chatDiv {
/*	position:relative; */
	text-align:center;
}
.paddingTop20 {
	padding-top: 20px;
}
.paddingBottom20 {
	padding-bottom: 20px;
}
.paddingBottom25 {
	padding-bottom: 25px;
}
.paddingTop10 {
	padding-top: 10px;
}
.paddingTop5 {
	padding-top: 5px;
}
.paddingTop50 {
	padding-top: 50px;
}
.paddingTop15 {
	padding-top: 15px;
}
.paddingRight15 {
	padding-right: 15px;
}

.contBorder {
	/*border : 1px solid #666666;*/
}
.margin20 {
	margin:20px;
}
.marginTop20 {
	margin-top: 20px;
}
.marginTop10 {
	margin-top: 10px;
}
.marginRight10 {
	margin-right: 10px;
}
.marginRight20 {
	margin-right: 20px;
}
.marginLeft10 {
	margin-left: 10px;
}
.marginLeft20 {
	margin-left: 20px;
}
.marginTop5 {
	margin-top: 5px;
}
.marginTop50 {
	margin-top: 50px;
}
.marginTop15 {
	margin-top: 15px;
}
.marginTop0 {
	margin-top: 0;
}

.post-errors {
    color: #ff0000;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

.textLeft {
	text-align:left;
}

.textRight {
	text-align:right;
}
.textBold {
	font-weight:bold;
}
.paddingLeft15 {
	padding-left: 15px;
}

.paddingLeft13 {
	padding-left: 13px;
}

.paddingLeft30 {
	padding-left: 30px;
}

.paddingLeft10 {
	padding-left: 10px;
}

.paddingLeft0 {
	padding-left: 0;
}

.paddingRight0 {
	padding-right: 0;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom25 {
	margin-bottom: 25px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}
.paddingBottom15 {
	padding-bottom: 15px;
}

.paddingBottom10 {
	padding-bottom: 10px;
}
.padding20 {
	padding: 20px;
}
.margin30 {
	margin-top:30px;
	margin-bottom:30px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.regSpinner {
	margin-left:-15px;
	margin-top:17px;
	position:absolute;
}

.displayFeature {
	width:20%;
	display:inline;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
}	

.supportBanner {
    background-image: url("images/banners/supportbanner.jpg");
    background-repeat: no-repeat;
	background-position: center center;
	height:325px;
	
}

.wordBreakAll {
	word-break: break-all;
}

.wordBreakNormal {
	word-break: break-normal;
}
.footerFirstRow {
	padding-bottom:10px;
}
.footerSecondRow {
	padding-top:20px;
	border-top:#666 1px solid;
}
#logoimg {
    height: 44px;
	/*
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	*/
	background-image: url("images/registryicons.gif");
    background-repeat: no-repeat;
	background-position: center center;
	margin-top:12px;
	/*max-width:250px;*/
}
.textPositionDomainCount {
	text-align:center;
}	
@media(max-width:767px){

	.displayFeature {
		width:50%;
	}
	
	#bulkText {
		float:left;
	}
	
	ul {
		margin-left:-10px;
	}
}
@media(max-width:751px){
	#domsearchtext  {
		width:auto;
	}
}
@media(min-width:768px){}
@media(min-width:992px){
.adjustColumnWidth {
	width:33%;
}

}
@media(min-width:1200px){}
@media (max-width:992px) {
	#VisaLogo	{
			text-align:center;
		}
	.borderCreateAccount {
			margin-top:10px;
		}
	.ulRemovePadding {
		margin-left:0 !important;
	}
	.btn {
		margin-top:5px;
		margin-bottom: 5px;
	}
	.footerFirstRow {
		padding-bottom:0;
	}
	.footerSecondRow {
		padding-top:0;
		border-top:none;
	}
	.footerSearch {
		display:none;
	}
	#hostingPlatform1 {
		float:none;
	}
	#hostingPlatformOuter {
		text-align:center;
	}
	.textPositionDomainCount {
		text-align:left;
	}		
}
@media (max-width:770px) {
#logoimg	{
		margin:22px auto;
	}
.respBackgroundImage {
	margin: 0 auto;
	cursor:pointer;
	}	
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: green;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	color: red;
}

.noAnchorUnderline {
	text-decoration: none;
	cursor:pointer;
}

a.noAnchorUnderline:hover {
	text-decoration: none;
	cursor:pointer;
}

a.noAnchorUnderline:focus {
	text-decoration: none;
}

.checkBoxRegister {
	width:100%;
	display:block;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
}
.txtCheckUncheck {
	color:#003366;
	cursor:pointer;
}

.hrLine {
	color:#0099CC;
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

.displayNone {
	display:none;
}

.regSuggestionText {
	padding-top:5px;
	padding-left:10px;
}

.redEmphasis {
    color: #ff0000;
    font-weight: bold;
}

.priceText {
	color:#184900;
	font-weight: bold;
	display:inline-block;
	float:left;
	margin-left:2px;
}
.greenPriceColor {
	color:#87b030;
}

.bluePriceColor {
	color:#005e7e;
	padding-left:2px;
}

.greyOutline {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #dddddd;
}

.titlerow {
    background: none repeat scroll 0 0 #cfcfcf;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.resultBox {
	background-color: #eaeeee;
	border:1px solid #A7B4BC;
	/*padding-top:10px;*/
	padding-bottom:15px;
}
.domainPrice {
	color:#184900;
	font-weight: bold;
}

.hiddenOverflow {
	overflow:hidden;
}

.suggestionTitle1 {
	width:50%;
	display:inline;
	float:left;
}
.suggestionTitle2 {
	width:15%;
	display:inline;
	float:left;
	padding-left:10px;	
}
.suggestionValue2 {
	width:15%;
	display:inline;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.suggestionValue1 {
	width:50%;
	display:inline;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	word-wrap: break-word;
}

.premiumTitle2 {
	display:inline;
	float:left;
/*	padding-left:10px; */
}
.premiumValue2 {
	display:inline;
	float:left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.panel-body {
	padding-top : 15px;
	padding-bottom: 15px;
	padding-left : 0;
	padding-right: 0;
}
/*------*/
/*   Header CSS */
#Logo {
   /* background-image: url("images/rgc_logo.png");
    background-repeat: no-repeat;
	*/
    float: left;
	position:relative;
   /* margin: 0 auto;
	width: 18%;*/
	padding-top:20px;
	padding-bottom:20px;
}
#menuRedBar {
	background-color:#0099cc;
	height:30px;
	margin-top:-58px;
}
.searchBtnClass{
	width:105px;
	background-color:none;
}
.indexBigBar {
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, circle farthest-corner, #0099cc 0%, #008ab8 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle farthest-corner, #0099cc 0%, #008ab8 100%);

	/* Opera */ 
	background-image: -o-radial-gradient(center, circle farthest-corner, #0099cc 0%, #008ab8 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #0099cc), color-stop(1, #008ab8));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #0099cc 0%, #008ab8 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle farthest-corner at center, #0099cc 0%, #008ab8 100%);
	padding-top:10px;
	padding-bottom:10px;
}	
#TopNavMenu input{height:auto;}

.grey{color:#666666}
.red{color:#0099cc}
.white{color:#FFF}
.balck{color:#000}
.green{color:green}
.bold{font-weight:bold}
.f10{font-size:10px}
.f14{font-size:14px}
.f15{font-size:15px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f24{font-size:24px}

.bodyClass {
	background-image:url(images/header_bkg.png);
	background-repeat:repeat-x;
}


#Header{
	width:100%;
	height:auto;
}
#HeaderContent{
	width:auto; 
	margin:0 auto 0 auto;
	position:relative;
	
}
#TopBar{
 	margin: 0 -9999rem;
	padding:0 9999rem;
	Height:10px;
	background-color:#005e7e;
}

#LiveHelp{
	width:101px;
	height:36px;
	/*background-image:url(images/livechat.png);
	background-repeat:no-repeat;
	background-position:left; */
	margin-top:30px;
	/*padding-right:125px;*/
	/*margin:6px 0 0 5px;*/
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
}
#LH-Separator{
	float:right;
	margin:3px 0 0 0;
}
#Cart{
	float:left;
	width:23px;
	height:16px;
	background-image:url(images/cart.png);
	background-repeat:no-repeat;
	margin: 12px 10px 0 8px;
}
#Login{
	float:left;
	margin: 12px 0 0 11px;
	font-weight:bold;
	color:#000;
}
#TopNav{
	float:right;
	height:60px;
	padding-left:5px;
	width:100%;
}

.Links{
	float:left;
	position:relative;
	width:auto;
	padding-top:10px;
	padding-left:10px;
}

#TopNav .Links a{
	color:#333333;
	font-size:11px;
}

#TopNav .Links a:hover{
	color:#cc0000;
}
	
#TopNavMenu{
	/*float:left;*/
	min-width:150px;
	margin-top:38px;
	padding-left:5px;
	display:inline-block;
	vertical-align: top;
}
#TopNavMenu ul{
	margin: 1px 3px 0 -38px;
}
#TopNavMenu li{
	display:inline;
	font-size: 11px;
	font-weight:bold;
	color:#7e8791;
	padding: 0 9px 0 9px;
}

#TitlePanel{
	padding-top:4px; 
	padding-bottom:4px; 
}

h1.pageTitle{ /*Standard page title class... but is h1 given its own style inside the HTML code?*/
	font-size:28px;
	padding:0; 
	color:#0099cc;
	margin-top:40px;
	margin-bottom:40px;
	font-family: 'Trebuchet MS';
}

/*  New css class applied to header form elements */
#loginfrm #username{
	width:15%; 
	border:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}
#loginfrm #password{
	width: 15%; 
	border:0; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	

}

#logout #logoutimg {
}

#loginfrm {
    width: 80%;
	float:right;
	text-align:right;
	padding-top:10px;
}

#logout {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 40px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 254px;
}

#logout #userinfo {
    left: 13px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 8px;
    width: 206px;
}
ul.nav-tabs li {
    font-weight: bold;
}

.nav-tabs {
    border-bottom: 1px solid #333;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #333;
    border-bottom-color: transparent;
	color:#005e7e;
	background-color:#cccccc;
}
/*---------------------------------------------*/
@media(max-width:763px){
	.Links {
		float:right;
	}
/*	
	#loginfrm {
		width:auto;
		padding-right:60%;
		padding-top:0;
	}
*/	

}

#menubarpanel  {
	width:100%;
	position:relative;
	top: -4px;/* 81px; */
    min-height: 89px;	
}
/* Main menu */
#mainmenu ul {
list-style:none;

height:35px;

margin:0;
padding:0;

font-weight:bold;

}

#mainmenu ul ul{
	height:33px;
}

#mainmenu ul li,
#mainmenu ul li a,
#mainmenu ul li span 
{
display:block;
float:left;
text-decoration:none;
height:35px;
cursor:pointer;
font-size:13px;
}

#mainmenu ul li span {background:url(images/front/header/menutab.jpg) no-repeat left top;  padding-left: 15px; }
#mainmenu ul li a {background:url(images/front/header/menutab.jpg) no-repeat right top; padding-right:15px ;  }
#mainmenu ul li span {
	padding-top:10px;
}
/*#mainmenu ul li:hover span {background:url(images/front/header/menutab_hover.jpg) no-repeat left top;  padding-left: 20px; }
#mainmenu ul li:hover a {background:url(images/front/header/menutab_hover.jpg) no-repeat right top;  padding-right:20px ;  }*/

#mainmenu ul li.active span {background:url(images/front/header/menutab_act.jpg) no-repeat left top; padding-left: 20px; }
#mainmenu ul li.active a {background:url(images/front/header/menutab_act.jpg) no-repeat right top; padding-right:20px ;  }
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e4e4e4;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f3f6f6;
}
#mainmenu ul li .dropdown {
display:none;
top:34px;
width:212px;
position:absolute;
z-index:2147483647;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
background-color:#e4e9e9;
font-weight:normal;
}

#mainmenu ul li .dropdown ul {
background:none;
height:auto;
/*border-bottom:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;*/
margin:-1px 0  0 0;
padding:0;
}

#mainmenu ul li .dropdown ul li,#mainmenu ul li .dropdown ul li a {
float:none;
display:block;
height:auto;
background:none;
margin:0;
padding:0;

}

#mainmenu ul li .dropdown ul li {
	/*border-top:1px solid #fff;*/
	border-bottom:1px dotted #b8b8b8;
	height:28px;
}

#mainmenu ul li .dropdown ul li a {
	padding:5px 10px 5px 20px;
	font-weight:normal;
}

#mainmenu ul li .dropdown ul li a:hover {
	background:#666;
}
.subnav ul {
list-style:none;
position:absolute;
top:33px;
left:18px;
margin:0;
padding-left: 20px;
/*background:#0099CC;*/
width:auto;
}
.subnav ul li,.subnav ul li a {
display:block!important;
float:left!important;
cursor:pointer!important;
padding:0!important;
}

.subnav ul li {
margin-left:20px!important;
background:none!important;
padding:0!important;
}

#mainmenu .subnav ul li a {
text-decoration:none!important;
padding-top:7px!important;
height:27px!important;
font-weight:bold;
background:none;
}

.subnav ul li a:hover {
border-bottom:2px solid #CCC;
}

.subnav ul li.active a {
border-bottom:2px solid #FF4500;
}

#mainmenu ul li:hover .dropdown{
display:block;
}


#mainmenu ul li.active:hover .dropdown {
	margin-left:-3px;
}


#mainmenu ul li a,#mainmenu ul li:hover a{
	color:#7a9292;
}
#mainmenu ul li a:hover {
	color:#666;
}
#mainmenu ul li .dropdown a {
	color:#666;
}
#mainmenu ul li .dropdown a:hover {
	color:#ffffff;
}

#mainmenu ul li.active a,
#mainmenu ul li.active .subnav a
{
	color:#fff;
}

#mainmenu ul li.active a,
{
	font-weight:bold;
}

#mainmenu {
/*	position: absolute; */
}
/*  End Menu style */
#FooterWrap {
    background-image: url("images/footer_bkg.png");
/*    background-position: left 5px; */
    background-repeat: repeat-x;
    width: 100%;
	padding-top:15px;
}

#FooterContact #phno {
    height: 60px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;    
}

#FooterLogos {
    float: left;
    padding: 15px 0 5px;
}

#FooterContact {
    padding: 15px 0 5px;
}

.respBackgroundImage {
	background-image:url("images/appfooter.png");
	background-repeat:no-repeat;
	background-size: contain;
	max-width:300px;
	height:45px;
/*	
	width:300px;
	background-size: 100% auto;	
*/	
	margin-top:15px;
}

.borderCreateAccount {
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 25px;
} 

.input-group-addon {
	padding:0;
} 

.form-errors {
    color: #ff0000;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;	
}

.accountCreateRow {
	width: 98%;
	margin: 5px auto;
}

.dashboardBox {
	border: 1px solid #dde0e6;
	padding-top:20px;
	padding-bottom:20px;
	border-radius:5px;
}

.dashboardBox  ul {
    list-style-image: url("images/ul_bulletaro.gif");
	margin-left:15px;
    /*list-style-position: inside;*/
}

.colAsCell {
	height: 200px;
	padding: 10px 10px;
}
.colAsCellSmall {
	height: 150px;
	padding: 10px 10px;
}
.moveMiddle {
	height:260px;
	padding-top:60px;
}
.message {
    color: #009900;
}
.greyDarker {
    background: none repeat scroll 0 0 #cbd2d8;
}

.padding10 {
	padding:10px;
}

#TitlePanel {
    background-color: #d6d6d6;
    border: 1px solid;
    border-radius: 5px;
    color: #333;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 10px;
}

.table-hover > tbody > tr:hover { 
	background-color:#ffff99;
}

.container {
	padding-left:0;
	padding-right:0;
}

.mainPageBorder {
	border: 1px solid #bdcece;
	box-shadow: 1px 1px 1px 1px #bdcece;
	border-radius:5px;
	padding:20px;
	margin-bottom:20px;
}

.textCenter {
	text-align:center;
}
.textRed {
	color: #ff0000;
}

.form-control {
	display:inline;
}

.width80 {
	width:80% !important;
}
.width70 {
	width:70% !important;
}
.table-responsive>.fixed-column {
    position: fixed;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}

@media(min-width:768px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}

.borderDomainManage {
	border-left:1px solid #dedede;
}

.titlerow {
    background: none repeat scroll 0 0 #cfcfcf;
    font-weight: bold;
}

.rowMarginReset {
	margin-left:0;
	margin-right:0;
}

.contactBorderBottom {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
}

.gridtab {
    background-color: #dedede;
    bottom: -1px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	
}

.borderWhite {
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}
#infobox {
    background-color: #ffc;
    border: 1px solid black;
    color: Black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    left: -300px;
    padding-left: 2px;
    position: absolute;
    visibility: hidden;
    width: 350px;
    z-index: 100;
}

#infopointer {
    left: -300px;
    position: absolute;
    top: -300px;
    visibility: hidden;
    z-index: 101;
}

.hostingblock{
	margin-top:20px;
	background-color: #002b59;
	border-radius: 10px;
	padding: 0 10px;
	text-align: left;
	color:#666;
	margin-left:auto;
	margin-right:auto;
	height:270px;
	display:table;
	max-width:318px;
	width:100%;
	
 }
.hostingBlockEn{
	margin-top:20px;
	border-radius: 10px;
	padding-bottom: 20px;
	text-align: left;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	/*min-height:350px;*/
	display:table;
	max-width:318px;
	width:100%;
	border-left: 1px solid #002b59;
	border-bottom: 1px solid #002b59;
	border-right: 1px solid #002b59;	
 }
 .hostingBlockEnClick{
	margin-top:20px;
	border-radius: 10px;
	padding-bottom: 20px;
	text-align: left;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	/*min-height:350px;*/
	display:table;
	max-width:318px;
	width:100%;
	border-left: 1px solid #4cae4c;
	border-bottom: 1px solid #4cae4c;
	border-right: 1px solid #4cae4c;	
 }
.premiumBlockEnClick{
	margin-top:20px;
	border-radius: 10px;
	padding-bottom: 20px;
	text-align: left;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	/*min-height:350px;*/
	display:table;
	max-width:318px;
	width:100%;
	border-left: 1px solid #4cae4c;
	border-bottom: 1px solid #4cae4c;
	border-right: 1px solid #4cae4c;	
 }
 .exchangeBlockEnClick{
	margin-top:20px;
	border-radius: 10px;
	padding-bottom: 20px;
	text-align: left;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	/*min-height:350px;*/
	display:table;
	max-width:318px;
	width:100%;
	border-left: 1px solid #4cae4c;
	border-bottom: 1px solid #4cae4c;
	border-right: 1px solid #4cae4c;	
 }
.ideaBlockEnClick{
	margin-top:20px;
	border-radius: 10px;
	padding-bottom: 20px;
	text-align: left;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	/*min-height:350px;*/
	display:table;
	max-width:318px;
	width:100%;
	border-left: 1px solid #4cae4c;
	border-bottom: 1px solid #4cae4c;
	border-right: 1px solid #4cae4c;	
 } 
 
.premiumBlockEn{
	margin-top:20px;
	border-radius: 10px;
	padding-bottom: 20px;
	text-align: left;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	/*min-height:350px;*/
	display:table;
	max-width:318px;
	width:100%;
	border-left: 1px solid #002b59;
	border-bottom: 1px solid #002b59;
	border-right: 1px solid #002b59;	
 }
.ideaBlockEn{
	margin-top:20px;
	border-radius: 10px;
	padding-bottom: 20px;
	text-align: left;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	/*min-height:350px;*/
	display:table;
	max-width:318px;
	width:100%;
	border-left: 1px solid #002b59;
	border-bottom: 1px solid #002b59;
	border-right: 1px solid #002b59;	
 }
.exchangeBlockEn{
	margin-top:20px;
	border-radius: 10px;
	padding-bottom: 20px;
	text-align: left;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	/*min-height:350px;*/
	display:table;
	max-width:318px;
	width:100%;
	border-left: 1px solid #002b59;
	border-bottom: 1px solid #002b59;
	border-right: 1px solid #002b59;
 }
.BlockCont { 
	background-color:#002b59;
	color:#333;
	margin:0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding-bottom:20px;
	padding-left:15px;
	padding-top:20px;
	height:100px;	 
}
.BlockContClick { 
	background-color:#4cae4c;
	color:#333;
	margin:0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding-bottom:20px;
	padding-left:15px;
	padding-top:20px;
	height:100px;	 
}
.BlockTitle {
	margin-bottom:0px;
	margin-top:0px;
	font-family: Trebuchet MS;
	font-weight:bold;
} 
.bckimage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    padding-left: 10px;
    padding-right: 10px;
}
.backgroundCheckMark {
	background-image: url("images/checkmark.png");
	background-position:center center;
	background-repeat:no-repeat;
}	
.hostingPlatformLi {
	margin-bottom:10px;
	font-size:15px;
}
.hostingPlatformGly {
	padding-right:5px;
	color:#4cae4c;
	font-size:18px;
}
.hostingformGly {
	display: inline-block;
    font-size: 50px;
    left: 275px;
    position: absolute;
    top: 275px;
    z-index: -100;
	color:#4cae4c;
}
.ideaPlatformGly {
	display: inline-block;
    font-size: 50px;
    left: 275px;
    position: absolute;
    top: 275px;
    z-index: -100;
	color:#4cae4c;
}
.permiumPlatformGly {
	display: inline-block;
    font-size: 50px;
    left: 275px;
    position: absolute;
    top: 204px;
    z-index: -100;
	color:#4cae4c;
}
.exchangePlatformGly {
	display: inline-block;
    font-size: 50px;
    left: 275px;
    position: absolute;
    top: 165px;
    z-index: -100;
	color:#4cae4c;
}		
.ulFeatures {
	display:inline-block;
	padding-right:15px;
}
.comp-div1-title {
    color: #fff;
    font-size: 30px;
    padding-left: 15px;
}
	
.comp-div1-title2 {
    color: #fff;
    padding-left: 15px;
}
.fontPriceHosting {
	font-size:21px;
}
.comp-div1-title3 {
    color: #fff;
    font-size: 21px;
    padding-left: 15px;
} 
@media (max-width:1200px) and (min-width:992px) { 
	.fontPriceHosting {
		font-size:20px;
	}
	.hostingformGly {
		left: 225px;
	}
	.permiumPlatformGly {	
		left:225px;
	}
	.ideaPlatformGly {
		left:225px;
	}
	.exchangePlatformGly {
		left:225px;
	}
	.fixed {
		max-width:360px;
	}	
}
@media (max-width:991px) and (min-width:772px) { 
	.hostingformGly {
		left: 375px;
	}
	.ideaPlatformGly {
		left:375px;
	}
	
}
@media (max-width:771px) and (min-width:600px) { 
	.hostingformGly {
		left: 370px;
	}
	.ideaPlatformGly {
		left:370px;
	}
	
}
@media (max-width:440px) { 
	.hostingformGly {
		left: 200px;
	}
	.permiumPlatformGly {	
		left:200px;
	}
	.ideaPlatformGly {
		left:200px;
	}
	.exchangePlatformGly {
		left:200px;
	}
	
}
.hostingLearnMoreOne, .hostingLearnMoreTwo, .hostingLearnMoreThree {
	color: #666;
}
.hostingLearnMoreOne:hover, .hostingLearnMoreOne:active, .hostingLearnMoreOne:focus,
.hostingLearnMoreTwo:hover, .hostingLearnMoreTwo:active, .hostingLearnMoreTwo:focus,
.hostingLearnMoreThree:hover, .hostingLearnMoreThree:active, .hostingLearnMoreThree:focus  {
	color:#cc0000;cursor: pointer;
}
.featurePlanSubTitle {
	color:#FFF; 
	padding-left:15px;
}
.premiumLearnMoreOne, .premiumLearnMoreTwo, .premiumLearnMoreThree {
	color: #666;
}
.premiumLearnMoreOne:hover, .premiumLearnMoreOne:active, .premiumLearnMoreOne:focus,
.premiumLearnMoreTwo:hover, .premiumLearnMoreTwo:active, .premiumLearnMoreTwo:focus,
.premiumLearnMoreThree:hover, .premiumLearnMoreThree:active, .premiumLearnMoreThree:focus  {
	color:#cc0000;
}
.ideaLearnMoreOne, .ideaLearnMoreTwo, .ideaLearnMoreThree {
	color: #666;
}
.ideaLearnMoreOne:hover, .ideaLearnMoreOne:active, .ideaLearnMoreOne:focus,
.ideaLearnMoreTwo:hover, .ideaLearnMoreTwo:active, .ideaLearnMoreTwo:focus,
.ideaLearnMoreThree:hover, .ideaLearnMoreThree:active, .ideaLearnMoreThree:focus  {
	color:#cc0000;
}
.exchangeLearnMoreOne, .exchangeLearnMoreTwo, .exchangeLearnMoreThree {
	color: #666;
}
.exchangeLearnMoreOne:hover, .exchangeLearnMoreOne:active, .exchangeLearnMoreOne:focus,
.exchangeLearnMoreTwo:hover, .exchangeLearnMoreTwo:active, .exchangeLearnMoreTwo:focus,
.exchangeLearnMoreThree:hover, .exchangeLearnMoreThree:active, .exchangeLearnMoreThree:focus  {
	color:#cc0000;
}


.FeatureIcon{
/*	float:left; */
/*	width:150px; */
	height:150px;
	margin-left:10px;
	padding-left:10px;
}

.Feature1 {

	background-image:url(images/wwwimage.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.Feature2 {
	background-image:url(images/mobile.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.Feature3 {
	background-image:url(images/cmsicons.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.Feature4 {
	background-image:url(images/support.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.Feature5 {
	background-image:url(images/servers.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.Feature6 {
	background-image:url(images/30day.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.greyDark {
    background: none repeat scroll 0 0 #dfdfdf;
}

.greyLight {
    background: none repeat scroll 0 0 #eeeeee;
}

.homePageLogoBorder {
	border-left:1px solid #dedede;
}

/* columns of same height styles */
.row-same-height {
    display: table;
    width: 100%;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}
.labelAlign {
	text-align:right;
	padding-top:5px;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}
.badge {
		background-color: #0099cc;
		vertical-align: middle;
}

a.rsInc:LINK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #a9b1b5;
}
a.rsInc:VISITED
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #a9b1b5;
}
a.rsInc:HOVER
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #cc0000;
}
a.rsCurr:LINK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0099cc;
}
a.rsCurr:VISITED
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0099cc;
}
a.rsCurr:HOVER
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #cc0000;
}
a.rsDone:LINK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: green;
}
a.rsDone:VISITED
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: green;
}
a.rsDone:HOVER
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #cc0000;
}

.borderCloud {
	border-bottom: 1px dotted #999;
}
.glyCloudSize {
	color:#6698FF;
	font-size: 2.0em;
	top:10px;
}

.brenewerror
{
	background: #FF4040;
}
.brenewredemption
{
	background: #B7F0FF;
}
.brenew90
{
	background: #D2FFD2;
}
.brenewsus
{
	background: #FFC6C6;
}
.brenew30
{
	background: #FFCC66;
}
.brenew60
{
	background: #FFEC9D;
}
#mydomains .dnslist {
    white-space: nowrap;
    display: block;
    height: 20px;
    overflow: hidden;
}
#mydomains .dnslist_expand {
    display: block;
    height: 100%;
}
#domainlist a.domainname {
   /* background: url("images/bgselect.gif") no-repeat scroll 100% 100% rgba(0, 0, 0, 0); */
    font-weight: bold;
    padding-right: 10px;
}

.colPaddingReset {
	padding-left:0;
	padding-right:0;
}

.colorBarHeight {
	height:20px;
}

#left-div {
    float: left;
	height:50px;
	border-top:1px #dedede solid;
	border-left:1px #dedede solid;
	border-right:1px #dedede solid;
	padding:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#right-div {
    overflow: hidden;
	height:50px;
	border-bottom:1px #dedede solid;
	padding:10px;
}
.tabmenu > ul {
	margin-left:0;
}
.showHideTab {
	display:block;
}
.showHideSelect {
	display:none;
}

@media (max-width: 480px) {
	.showHideTab {
		display:none;
	}
	.showHideSelect {
		display:block;
	}

	div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate {
		text-align: left;
	}
	div.dataTables_filter {
		text-align: left;
	}	
/*	
    .nav-tabs > li.active > a{
        border:none;
    }
    .nav > li > a:hover, .nav > li > a:focus,
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
     {
        background:none;
        border:none;
    }
*/	
}
.subTitle2 {
    color: #222222;
    font-weight: bold;
}

input[type="checkbox"] {
	margin-right:4px;
}
.panelheading {
    background-color: #444444;
    color: #ffffff;
    font-size: 1.15em;
    margin-bottom: 5px;
    padding: 5px 0 5px 10px;
    text-transform: capitalize;
}

.fixed-label {
    font-weight: bold;
}

.cartTotal {
    border-top: 5px solid #ccc;
    margin-bottom: 10px;
}

.cartTotal div {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 7px;
    padding-top: 7px;
}

.pageNavLinks {
    border-top: 1px solid #aaaaaa;
    margin-top: 15px;
    padding: 5px;
}

.row2 {
    background-color: #e4e4e4;
}
.row1 {
    background-color: #f3f6f6;
}

.cartitem {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}

.cartTotal .amount, .cartitem .amount {
    float: right;
    font-weight: bold;
}

#mpagewrap {
    background: none repeat scroll 0 0 white;

}
#mheaderwrap {
    border-top: 3px solid #222222;
    margin-top: 0;
    padding: 5px 10px;
}
#mmainmenu {
    background-color: #0099cc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 100%;
/*    padding: 5px 0;
	margin-top:10px; */
	position:fixed;
	width:100%;
	z-index:1029;
	padding-top:20px;
	padding-bottom:15px;
}

#mmainmenu a {
   /* border-left: 1px solid #ff5151; text-transform: uppercase;  */
    color: #ffffff;
    /*font-size: 1.15em;
    line-height: 100%;*/
    padding: 0 10px;
    
}

#mcontentwrap {
    padding: 100px 5px 0;
}

#mMain {
	padding-top:15px;
}

#footerarea1 {
    background-color: #d6d6d6;
}
#footerarea1, #footerarea2 {
    border-top: 1px solid #aaaaaa;
}
#footerarea1 ul, #footerarea2 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#footerarea1 li {
    border-bottom: 1px solid #b6b6b6;
    border-top: 1px solid #e1e1e1;
}
#footerwrap li {
    padding: 7px 0 7px 10px;
}

#footerarea1 ul, #footerarea2 ul {
    list-style: outside none none;
}
#footerarea2 {
    background-color: #333333;
}
#footerarea2 li {
    border-bottom: 1px solid #111111;
    border-top: 1px solid #555555;
}
#footerarea2 a {
    color: #ffffff;
}
#gotomainsite {
    padding: 10px;
    text-align: center;
}
#gotomainsite a {
    background-color: #666666;
    border-radius: 5px;
    font-weight: bold;
    padding: 7px 30px;
}

#domainlist table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;  
} 

#domainlist table th {
 /* word-break: break-all; */
  white-space: normal;   
}

.pricingTableBorder {
	border-bottom:1px #eeeeee solid;
}
.noPadding {
    padding: 0 !important;
}

.basicLight {
    background-color: #002b59;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 120px;
    padding-top: 10px;
	border-right:1px #fff solid;
} 
.businessStandard {
    background-color: #002b59;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 120px;
    padding-top: 10px;
	border-right:1px #fff solid;
}
.businessPlus {
    background-color: #002b59;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 120px;
    padding-top: 10px;
}

#tbl-comparison td {
    max-width: 215px;
}

.longWordWrap {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.basicLightSite {
	background-image: linear-gradient(bottom, #01432c 30%, #01a06a 70%);
	background-image: -o-linear-gradient(bottom, #01432c 30%, #01a06a 70%);
	background-image: -moz-linear-gradient(bottom, #01432c 30%, #01a06a 70%);
	background-image: -webkit-linear-gradient(bottom, #01432c 30%, #01a06a 70%);
	background-image: -ms-linear-gradient(bottom, #01432c 30%, #01a06a 70%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, #01a06a),
		color-stop(0.8, #01432c)
	);
	
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 120px;
    padding-top: 10px;
}
.businessStandardSite {
	background-image: linear-gradient(bottom, #082b56 30%, #0f53a8 70%);
	background-image: -o-linear-gradient(bottom, #082b56 30%, #0f53a8 70%);
	background-image: -moz-linear-gradient(bottom, #082b56 30%, #0f53a8 70%);
	background-image: -webkit-linear-gradient(bottom, #082b56 30%, #0f53a8 70%);
	background-image: -ms-linear-gradient(bottom, #082b56 30%, #0f53a8 70%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, #082b56),
		color-stop(0.8, #0f53a8)
	);
	
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 160px;
    padding-top: 20px;
}
.businessPlusSite {
	background-image: -o-linear-gradient(bottom, #722f00 30%, #ff6b01 70%);
	background-image: -moz-linear-gradient(bottom, #722f00 30%, #ff6b01 70%);
	background-image: -webkit-linear-gradient(bottom, #722f00 30%, #ff6b01 70%);
	background-image: -ms-linear-gradient(bottom, #722f00 30%, #ff6b01 70%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, #722f00),
		color-stop(0.8, #ff6b01)
	);
	
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 120px;
    padding-top: 10px;
}
.topleftcor {
    border-radius: 6px 0 0;
}
.category {
    background-color: #333333;
    color: #ffffff;
}
.lite1 {
    background-color: #7eefca;
}
.lite2 {
    background-color: #a7efd7;
}
.whiteBorderTop {
    border-top: 1px solid #fff !important;
}
.pro1 {
    background-color: #92bff6;
}
.pro2 {
    background-color: #b5d2f6;
}
.business1 {
    background-color: #ffc195;
}
.business2 {
    background-color: #ffd5b8;
}
.tableBtn {
	text-align:center;
}

.businessplusblock {
	background-image: -o-linear-gradient(bottom, #722f00 30%, #ff6b01 70%);
	background-image: -moz-linear-gradient(bottom, #722f00 30%, #ff6b01 70%);
	background-image: -webkit-linear-gradient(bottom, #722f00 30%, #ff6b01 70%);
	background-image: -ms-linear-gradient(bottom, #722f00 30%, #ff6b01 70%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, #722f00),
		color-stop(0.8, #ff6b01)
	);
	
    border: 1px solid #612800;
    border-radius: 10px;
    color: #666;
    display: table;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; 
    padding: 0 10px;
    text-align: left;
	max-width:316px;
	width:100%;
}

.businessblock {
    background-image: -moz-linear-gradient(center bottom , #082b56 30%, #0f53a8 70%);
	background-image: linear-gradient(bottom, #082b56 30%, #0f53a8 70%);
	background-image: -o-linear-gradient(bottom, #082b56 30%, #0f53a8 70%);
	background-image: -moz-linear-gradient(bottom, #082b56 30%, #0f53a8 70%);
	background-image: -webkit-linear-gradient(bottom, #082b56 30%, #0f53a8 70%);
	background-image: -ms-linear-gradient(bottom, #082b56 30%, #0f53a8 70%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, #082b56),
		color-stop(0.8, #0f53a8)
	);	
    border: 1px solid #052347;
    border-radius: 10px;
    color: #666;
    display: table;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0 10px;
    text-align: left;
	max-width:316px;
	width:100%;
	
}

.basicblock {
	background-image: linear-gradient(bottom, #01432c 30%, #01a06a 70%);
	background-image: -o-linear-gradient(bottom, #01432c 30%, #01a06a 70%);
	background-image: -moz-linear-gradient(bottom, #01432c 30%, #01a06a 70%);
	background-image: -webkit-linear-gradient(bottom, #01432c 30%, #01a06a 70%);
	background-image: -ms-linear-gradient(bottom, #01432c 30%, #01a06a 70%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, #01a06a),
		color-stop(0.8, #01432c)
	);
    border: 1px solid #003423;
    border-radius: 10px;
    color: #666;
    display: table;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0 10px;
    text-align: left;
	max-width:316px;
	width:100%;
	
}

.topLabel {
		background-color: #002b59;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}

.package-title {
font:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#FFF; font-size:30px; padding-left:15px;

}

.package-subtitle {
font:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#FFF; font-size:16px; padding-left:15px;

}

.descriptiontitle{
font:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:24px;
padding-top:5px;
}

.landing-border{

border: solid #cccccc 1px;
 border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.banner-border{
	border: solid #cccccc 1px;
	padding: 20px;
    background-image: -moz-linear-gradient(center bottom, #eeeeee 30%, #ffffff 70%);
    border-radius: 10px;
	box-shadow: 0px -5px 2px #cccccc;
}
.responsive {
width:100%;
height:auto;
}

.banner-max{
 display:block;
 margin: 20px auto;

}

.haddon {
    padding-top: 20px;
	float:none;
	margin: 0 auto;
}
	
.haddonspaneltop{ /* List items for the hosting feature addons box on the right-hand side of the screen.*/
	width:230px;
	margin:20px auto;
}
	
.haddonspaneltop h3 {
    color: #ffffff;
    font-size: 17px;
    height: inherit;
    margin: 0;
    padding: 7px 15px;
}
.addonlite{ /*appears in conjunction wih the haddonpanel... constructs the entire addons box.  Only these classes are able to signify which of the headers to use, and these classes are used in conjunction with the haddonspaneltop box*/
	//background: url(images/front/hliteaddonsbg.jpg) no-repeat ;
	background:#000;
	background-position: 1px top ;
	border-radius:4px;
}

.addonpro{
	background: url(images/front/hliteaddonsbg.jpg) no-repeat ;
	background-position: -720px top ;
}
.addonbusiness{
	background: url(images/front/hliteaddonsbg.jpg) no-repeat ;
	background-position: -965px top ;
}
.haddonspaneltop_business{ /*unsure of the use of this particular class */
	background: url(images/front/hliteaddonsbg.jpg) no-repeat ;
	background-position: -1025px top ;
	width:230px;
	float:left;
	margin-bottom:20px;
	
}

.haddonspanelbottom{
	padding-bottom:15px;
	background: url(images/front/hliteaddonsbg.jpg) no-repeat ;
	background-position:-235px bottom;
}

.haddonspanelcontent{
	background: url(images/front/hliteaddonsbg.jpg) repeat-y ;
	background-position:-475px bottom;
	padding:15px 15px 0 15px;
	vertical-align:top;
}



.haddonspanelcontent ul{
	padding-left:15px;
	padding-top:10px;
}

.haddonspanelcontent li{
	padding-bottom:10px;
}
.Feature {
    width: 100%;
	float:none;
}

.Feature h1 {
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #999;
    color: #333333;
	font-size:24px;
    line-height: 40px;
    padding-left: 20px;
}
/**

.Feature1 {
    background-position: -200px 0;
}
.FeatureIcon {
    background-image: none;
    background-repeat: no-repeat;
    float: left;
    margin-left: 10px;
    width: inherit;
	height: 80px;
}
*/
.FeatureTxt {
    float: none;
    margin-left: 5px;
    width: 90%;
}



/*---------------Drop down enhancement css */
.dropdown-menu > li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > li > input:checked ~ label,
.dropdown-menu > li > input:checked ~ label:hover,
.dropdown-menu > li > input:checked ~ label:focus,
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > li > input[disabled] ~ label,
.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  color: #999999;
}
.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu > li > label {
  margin-bottom: 0;
  cursor: pointer;
}
.dropdown-menu > li > input[type="radio"],
.dropdown-menu > li > input[type="checkbox"] {
  display: none;
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.dropdown-menu > li > label:focus,
.dropdown-menu > li > input:focus ~ label {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu.pull-top {
  bottom: 100%;
  top: auto;
  margin: 0 0 2px;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-center {
  right: 50%;
  left: auto;
}
.dropdown-menu.pull-middle {
  right: 100%;
  margin: 0 2px 0 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  left: auto;
}
.dropdown-menu.pull-middle.pull-right {
  right: auto;
  left: 100%;
  margin: 0 0 0 2px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.pull-middle.pull-center {
  right: 50%;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.bullet {
  margin-top: 8px;
}
.dropdown-menu.bullet:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 7px 7px;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -7px;
  left: 9px;
}
.dropdown-menu.bullet:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
  top: -6px;
  left: 10px;
}
.dropdown-menu.bullet.pull-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.bullet.pull-right:after {
  left: auto;
  right: 10px;
}
.dropdown-menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px;
}
.dropdown-menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-bottom: none;
  border-top-width: 6px;
  border-top-color: #ffffff;
}
.dropdown-menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -7px;
}
.dropdown-menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -6px;
}
.dropdown-menu.bullet.pull-middle {
  margin-right: 8px;
}
.dropdown-menu.bullet.pull-middle:before {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -7px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-middle:after {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -6px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 6px;
  border-left-color: #ffffff;
}
.dropdown-menu.bullet.pull-middle.pull-right {
  margin-right: 0;
  margin-left: 8px;
}
.dropdown-menu.bullet.pull-middle.pull-right:before {
  left: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.bullet.pull-middle.pull-right:after {
  left: -6px;
  border-left-width: 0;
  border-right-width: 6px;
  border-right-color: #ffffff;
}
.dropdown-menu.bullet.pull-middle.pull-center {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu.bullet.pull-middle.pull-center:before {
  border: none;
  display: none;
}
.dropdown-menu.bullet.pull-middle.pull-center:after {
  border: none;
  display: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-left-radius: 0;
}
.dropdown-submenu > a:before {
  display: block;
  float: right;
  width: 0;
  height: 0;
  content: "";
  margin-top: 6px;
  margin-right: -8px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-left-style: dashed;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
@media (max-width: 767px) {

  .navbar-nav .dropdown-submenu > a:before {
    margin-top: 8px;
    border-color: inherit;
    border-style: solid;
    border-width: 4px 4px 0;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .navbar-nav .dropdown-submenu > a {
    padding-left: 40px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > label {
    padding-left: 35px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 45px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 55px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 65px;
  }
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 75px;
  }
}
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
    border-top-color: #555555;
  }
}
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
    border-top-color: #ffffff;
}
}
.INeedweb {
    background-image: url("images/ineed_bkg.png");
    background-repeat: no-repeat;
    height: 55px;
    margin-left: 23px;
    padding: 3px 0 0 19px;
    width: 260px;
	margin: 0 auto;

/*
    background-image: url(images/websolutions.jpg);
    background-repeat: no-repeat;
    height: 55px;
   /* margin-left: 23px;
    padding: 9px 0 0 19px;
	background-size: contain; */
}
.INeedaccount {
    background-image: url("images/ineed_bkg.png");
    background-repeat: no-repeat;
    height: 55px;
    margin-left: 23px;
    padding: 9px 0 0 19px;
    width: 235px;

/*
    background-image: url(images/myaccount.jpg);
    background-repeat: no-repeat;
    height: 55px;
    margin-left: 23px;
    padding: 9px 0 0 19px;
	background-size: contain;
*/	
}
.indexlistmenu {
    list-style: outside none none;
    position: relative;
}

.INeedBR {
    margin-top: 12px;
}

.learn {
    float: left;
    margin: 0 0 0 17px;
    width: 115px;
}
.go_white {
    background-image: url("images/go_white.png");
    background-position: right center;
    background-repeat: no-repeat;
    height: 17px;
	position:absolute;
	top:120px;
}
.white {
    color: hsl(0, 0%, 100%);
}

.go_grey {
    background-image: url("images/go_grey.png");
    background-position: right center;
    background-repeat: no-repeat;
    height: 17px;
}

.mobileDisplay {
	display:none;
}

.desktopdisplay {
	display:block;
}
[if !IE] .vertical-center {
  min-height: 30%;
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#menuBigPanel {
	margin-left:auto;
	margin-right:auto;
	/*margin-top:20px;*/
}

#headerSearch {
/*
	float:right;
	
	padding-right:10px;
	display:none;margin-top:5px; */
}

.headerRedButton {
	border:none;
	border-radius:0;
	line-height:1.3;
	margin-top:0;
}

#headerInlineSearch {
	margin-top:32px;
	padding-left:5px;
	padding-right:5px;
}

.indexBlockHeight {
	height:200px;
}
.guranteeLogo {
	text-align:right;
	margin-top:-15px;
}
.supportLogo {
	text-align:right;
	margin-top:-22px;
}
.paperLogo {
	text-align:right;
	margin-top:0px;
}

.imageICANN {
	display:inline-block;
	padding-left:15px;
	padding-top:10px;
}

#btnSecondHeaderSearch {
	width:80px;
}

#btnHeaderSearch {
	width:80px;
}

.btnSearchNow {
	border-radius:0;
	margin-top:0;
	float:left;
}

.indexlistmenu{text-align:left;}


.indexlistmenu li{ list-style-type:none;margin: 0 auto; max-width:260px; }

.indexlistmenu li ul {
	width:100%; 
	max-width:250px;
	border:1px solid #CCC; 
	z-index:10010;
	position:absolute;
	top:51px;
	left:183px;
	display:none;
	background-color:#f8f8f8;
	padding-left:0px;
	border-radius:5px;
}

.indexlistmenu li ul li{ display:block; border-top: dotted 1px #ccc; padding-left:5px; padding-top:2px;text-align:center;}
.indexlistmenu li ul li:first-child { border-top: none; }

.indexlistmenu li:hover ul { display:block;}
.indexlistmenu li ul li a { display:block;height:40px; line-height:40px; font-weight:bold; color:#666; }
.indexlistmenu li ul li a:hover{border-bottom: 2px solid #cc0000;color:#000; }	

.indexdd li{
		height:40px;	
		margin:5px;
}



.indexdd #ddLite{
	background:url(images/front/serversmall.gif) no-repeat;
	background-position:left 0;
}
.indexdd #ddPro{
	background:url(images/front/serversmall.gif) no-repeat;
	background-position:left -40px;
}
.indexdd #ddBusiness{
	background:url(images/front/serversmall.gif) no-repeat;
	background-position:left -80px;
}

.indexdd #regsiter{
	background:url(images/front/serversmall.gif) no-repeat;
	background-position:left -120px;
}

.indexdd #transfer{
	background:url(images/front/serversmall.gif) no-repeat;
	background-position:left -160px;
}

.indexdd #renew{
	background:url(images/front/serversmall.gif) no-repeat;
	background-position:left -200px;
}

.indexdd #manage{
	background:url(images/front/serversmall.gif) no-repeat;
	background-position:left -240px;
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}
.mainTopSearch {
	display:none;
	margin-top:15px;
	margin-bottom:20px;
}
.mainInlineSearch {
	display:inline-block;
	vertical-align: top;
}
.cartHeader {
    background: url(images/front/header/shoppingcart.png) center center;
    background-repeat: no-repeat;
	height:33px;
	width:35px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	color: #666666;	
}

#serviceImages .img-responsive {
	margin: 0 auto;
}

.headerDropdownLink{
	background-color:#002b59;
	color:#fff;
	background-image:none;
	border-bottom:1px solid #fff;
	
}
.headerDropdownLink a:hover{
/*	background-image:none;
	background-color:#6C767F;
*/	
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #002b59;
  background-image:none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   /* background-color: #6C767F; */
   color:#fff;
   
}

.navbar-default .navbar-nav > li > a > span:hover {
	border-bottom: 2px solid #ccc;
}

.navbarCustomWidth {
	width:240px;
	float:right;
	margin-top:0;
}
.adjustAdvantageImg {
	padding-top: 80px;
}
@media (max-width: 992px) {
	.adjustAdvantageImg {
		padding-top: 0;
		padding-bottom:20px;
	}
	.mainTopSearch {
		display:block;
	}
	.mainInlineSearch {
		display:none;
	}
	.FeatureIcon {
		height: 120px;
		text-align: center;
	}	
	.comp-div1-title {
		font-size: 20px;
	}
	.comp-div1-title2 {
		font-size: 10px;
	}
	.nav-tabs > li {
		float:none;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;		
	}
    .nav > li > a:hover, .nav > li > a:focus,
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
      {
        border:none;
		background-color: #ddd;
    }
	.nav-tabs > li > a {	
		border-radius : 0;
	}		
}

.indexHeader1 {
	/*background:url(images/banners/domainreg_main.jpg) center center;*/
	background:url(images/stationbannerfull.jpg) center center;
	background-repeat: no-repeat;
	height:325px;
}
.indexHeader2{
	/*background:url(images/banners/cloudhosting_main.jpg) center center;*/
	background:url(images/transferbannerfull.jpg) center center;
	background-repeat: no-repeat;
	height:325px;
}
.indexHeader3{
	background:url(images/cmsimagefull.jpg) center center;
	background-repeat: no-repeat;
	height:325px;
}
.indexHeaderCMS{
	background:url(images/cmsimage.jpg) center center;
	background-repeat: no-repeat;
	height:325px;
}
.indexHeader4{
	background:url(images/newinterfacebannerfull.jpg) center center;
	background-repeat: no-repeat;
	height:325px;
}

.indexHeader5{
	background:url(images/30mindesign.jpg) center center;
	background-repeat: no-repeat;
	height:325px;
}

.BannerImageSiteBuilder {
	background:url("images/banners/regsitebuilderbanner.jpg") center center;
	background-repeat: no-repeat;
	height:325px;
	background-size:contain;
}	
.BannerImageHosting {
	background:url("images/hostingbanner.jpg") center center;
	background-repeat: no-repeat;
	height:325px;
	background-size:contain;
}	

.roundLogos {
	display:inline-block;
	margin-left:20px;
}

.promotionLabel {
	font-weight:bold;
	background-color:#000;
	color:#fff;
	height:50px;
	text-align:center;
	padding-top:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-right:1px solid #fff;
}

.whiteRightBorder {
	border-right:1px solid #fff;
}

.thWidthAutorenew {
	width:30%;
}

#alert  .disabled {
	color:#fff;
}
.indexColHeight {
	height:160px;
}
.siteBuilderMainBanner {
	background:url(images/banners/regsitebuilderbanner.jpg) center center;
	background-repeat: no-repeat;
	height:325px;	
}
.headerColImagesLeft {
	display:block;
	margin-left:auto;
	margin-right:auto;
/*	padding-top:15px; */
}	

.headerColImagesCenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-right:10px;
/*	padding-top:10px; */
}	

.headerColImagesRight {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-right:10px;
}
.regSteps {
	line-height:normal;
	margin-bottom:25px;
}
.siteBuilderLeftPadding {
	padding-left:40px;
}
@media (max-width: 1199px) {
	.indexlistmenu li ul {
		left:133px;
	}
	.siteBuilderLeftPadding {
		padding-left:60px;
	}	
}
@media (max-width: 1024px) {
	#domainlist table th {
		font-size:11px;
	}

}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }

	select {
		width: auto !important;
	}
	
}

@media (max-width: 992px) {
	.indexlistmenu {
		margin-top:20px;
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
	}
	.indexlistmenu li ul {
		left:268px;
	}

	.emptyCenterImage {
		text-align:center;
		padding-bottom:20px;
	}
	.btnSearchNow {
		margin:10px auto;
		float:none;
	}	
	.siteBuilderLeftPadding {
		padding-left:0;
	}	
	.setSpaceBottom20 {
		margin-bottom:20px;
	}
	.footerListPaddingBottom {
		padding-bottom:20px;
	}
	.increaseBottomMargin {
		margin-bottom:50px;
	}
	.labelAlign {
		text-align:left;
	}	
}
@media only screen and (min-width:977px) and (max-width: 1200px)  {
	.supportBanner {
		background-size: contain;
	}
}
@media (max-width: 978px) {
	.emptyTopMargin {
		margin-top : 5px;
	}		
	.homePageLogoBorder {
		border-left:0;
		margin-top:20px;
	}
	.INeed {
		margin-left: 0;
	}

	.backgroundGradient {
		background-color: hsl(0, 0%, 90%);
		padding-bottom:15px;
	}
	.supportBanner {
		background-image: url(images/banners/supportbannermobile.jpg);
		background-repeat: no-repeat;
		height:325px;
	}	
}

@media (max-width: 768px) {
	.labelAlign {
		text-align:left;
	}
	.borderDomainManage {
		border-left: none;
	}	
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-6 {
		padding-top:5px;
	}
	.indexlistmenu li ul {
		left:266px;
	}
	.indexColHeight {
		margin-top:40px;
	}
	.headerColImagesLeft {
		margin-top:20px;
	}	
	.headerColImagesCenter {
		margin-top:20px;
	}	
	.headerColImagesRight {
		margin-top:20px;
	}
	.hostingblock {
		margin-bottom:20px;
	}
}
@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
	.Width25 {
		width:25%;
	}		
	
	
}

@media (max-width: 767px) {
	.desktopdisplay {
		display:none;
	}
	.mobileDisplay {
		display:block;
	}

	#TitlePanel {	
		margin-top:90px;
	}
	.mainBannerTopPadding {
		padding-top:65px;
	}
	#menuRedBar {
		height: 10px !important;
	}
	h1.pageTitle {
		font-size: 28px;
		margin-bottom: 40px;
		margin-top: 75px;
	}	
}

@media (max-width: 750px) {
	.indexlistmenu li ul {
		left:270px
	}
	
}
@media (max-width: 700px) {
	.indexlistmenu li ul {
		left:245px
	}
	.indexHeaderCMS {
		background:url(images/cmsmobile.jpg) center center;
		background-repeat: no-repeat;
		background-size:contain;
	}
	h1.pageTitle {	
		margin-left:10px;
	}
	.comp-div1-title {
	  font-size: 20px;
	}	
}
@media (max-width: 675px) {
	.indexlistmenu li ul {
		left:230px
	}
}

@media (max-width: 650px) {
	.indexlistmenu li ul {
		left:212px
	}
	.indexHeader3  {
		background:url(images/cmsmobile.jpg) center center;
		background-repeat: no-repeat;
	}
	.indexHeader2{
		background:url(images/transferbannerfullmobile.jpg) center center;
		background-repeat: no-repeat;
	}
	.indexHeader4 {
		background:url(images/newinterfacebannerfullmobile.jpg) center center;
		background-repeat: no-repeat;
	}
	.indexHeader5 {
		background:url(images/30mindesignmobile.jpg) center center;
		background-repeat: no-repeat;
	}
	.indexHeader1{
		background:url(images/stationbannerfullmobile.jpg) center center;
		background-repeat: no-repeat;
	}
	.BannerImageSiteBuilder {
		background:url(images/banners/registercasitebuilderbannermobile.jpg) center center;
		background-repeat: no-repeat;
	}
	.BannerImageHosting {
		background:url(images/hostingbannermobile.jpg) center center;
		background-repeat: no-repeat;
	}		

	.regSteps {
		display:none;
	}	
}
@media (max-width: 605px) {
	.indexlistmenu li ul {
		left:204px
	}
	.regSteps {
		display:none;
	}	
}
@media (max-width: 575px) {
	.indexlistmenu li ul {
		left:180px
	}
}
@media (max-width: 550px) {
	.indexlistmenu li ul {
		left:163px
	}
	#bulkText  {
		text-align: left;
	}
	#left-div {
		border:none;
		word-break:break-all;	
	}	
	#right-div {
		border:none;
	}	
}
@media (max-width: 500px) {
	.custom-xs-hide {
		display:none !important;
	}
	.thWidthAutorenew {
		width:60%;
	}	
	.moveMiddle {
		padding-top:20px;
	}	
	.navbarCustomWidth {
		/*width:90%;*/
	}	
	.indexlistmenu li ul {
		left:143px
	}
	.regSteps {
		display:none;
	}

}

@media (min-width:500px && max-width: 700px) {
	.custom-xs-hide {
		display:none !important;
	}

}
@media (max-width: 450px) {
	.indexlistmenu li ul {
		left:115px
	}
	
	.tabFeatureModelimage {
		display:none;
	}
	
	.comp-div1-title3{
		padding-bottom:10px;
	}
	
}
@media (max-width: 400px) {
	.indexlistmenu li ul {
		left:80px
	}
	.regSteps {
		display: none;
	}
	.colAsCellSmall {
		height:200px;
	}
}
@media (max-width: 340px) {
	.go_white {
		top: 84px;
	}
	.INeed {
		margin-left: -45px;
	}
	.indexBlockHeight {
		height:275px;
	}
	.guranteeLogo {
		text-align:center;
		margin-top:0px;
	}
	.supportLogo {
		text-align:center;
		margin-top:11px;
	}
	.paperLogo {
		text-align:center;
		margin-top:5px;
	}
	.imageICANN {
		margin-top:10px;
	}
	.roundLogos {
		margin-left:0;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.indexlistmenu li ul {
		left:42px;
	}	
	.INeedweb {
		margin-left: -20px;
	}
}
.navbar-default {
	border-color:transparent !important;
	background-color:transparent !important;
	box-shadow: none !important;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top:0;
}

.dropdown ul li a span:hover {
	border-bottom: 2px solid #ccc;
}

.dropdown ul li.active a  {
	font-weight:bold;
}
.caretHeader {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid hsl(120, 39%, 54%);
	display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}

#alert {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #005e7e;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #0099cc;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: hidden;
 	margin: 0 -9999rem;
	padding:0 9999rem;	
}

#alert .alert {
	margin-bottom:0;
	border-radius:0;
	border:0;
	text-shadow:none;
	box-shadow:none;
}
#alert .alert_block.alert_green, .alert_preview .alert_block.alert_green {
    background-attachment: scroll;
	/*
    background-clip: border-box;
    background-color: hsl(72, 63%, 60%);
	background-origin: padding-box;
	*/
    background-image: none;
    
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
	font-weight:bold;
	
}

.openAlert {
	/*glyphicon glyphicon-resize-full*/
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	color: red;
}
#alert .alert_block {
    width: 100%;
}

#alert .alert_block .alert_content .alert_pager {
    display: inline-block;
    height: 100%;
    letter-spacing: 1px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
	/*
    position: absolute;
    right: 40px;
    text-align: center;
	*/
	float:right;
    top: 0;
    white-space: nowrap;
    width: 120px;
}
#alert .alert_block.alert_green .alert_pager, .alert_preview .alert_block.alert_green .alert_pager {
    border-bottom-color: hsl(210, 5%, 84%);
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: hsl(210, 5%, 84%);
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: hsl(210, 5%, 84%);
    border-top-color: hsl(210, 5%, 84%);
}
#alert a {
	color:red;
	opacity:1;
}

#alert .alert_block .alert_content .close a {
    color: #fff;
}

#alert .alert_block .alert_content .close {
    font-size: 16px;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    /*position: absolute;*/
	float:none;
    right: 0;
    top: 0;
}

#alert .alert_block .alert_content .alert {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
}
#alert .alert_block.alert_green .alert, .alert_preview .alert_block.alert_green .alert {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.activeAlert{
	display:block;
}
.hiddenAlert {
	display:none;
}

#indexdomlookup
       {
		border:1px solid #ccc;
		border-radius:0;
		/*
		background-image: url(images/searchRed.jpg);
		background-repeat:no-repeat;
		padding-left: 60px;
		background-size: 45px 45px;
		
		*/
    }

/*---------------- stylesheet2.css include ---------------*/
ul.trianglelist{
	
	padding-left:0;
	list-style:none;
	width:100%;
	/*list-style-position:inside;margin:3px 0 0 6px;*/
}
	
ul.trianglelist li{
	padding-top:0;
}

ul.trianglelist li a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

ul.trianglelist li a:hover{
	text-decoration:underline;
}

/*Hosting order page */
.InfoBox{
	border:solid 1px #cccccc;
	background:#EEEEEE;
}

.InfoBox H1{
	margin:0;
	padding:8px;
	background:#CFCFCF;
}

.InfoBox .desc{
	padding-left:10px;
}

.InfoBox .Contract{
	margin-right:30px;
}

.InfoBox .Content{
	padding:15px;
}

.spinHeader {
	margin-left:-22px;
	margin-top:13px;
	position:absolute;
}
.txtUserName {
	padding:10px 10px 0 0;
	font-weight:bold;
	color:#383838;
	text-decoration:none;
}
.txtLoginOut {
	padding:10px 0 0 10px;
	font-weight:bold;
	color:#383838;
	text-decoration:none;
}

.headerLinks {
	margin-top:32px;
	padding-left:5px;
	padding-right:5px;
	font-size:13px;
	display:inline-block;
	vertical-align: top;
}

.tollFreeDiv {
	display:inline-block;
	margin-top:30px;
	padding-left:5px;
	padding-right:5px;
}

.removeBackground {
	max-height:none;
	background-color:none;
	border-color:none;
	background-image:none;
}

.regLogoDimentions {
	height:50px;
	margin-top:-15px;
	margin-left:-12px;
}

.heightNone {
	max-height:none;
}

.bgBlack {
	background-color: #e4e9e9;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:30px;
}

.footerColTitle {
	color:#333;
	font-weight:bold;
	padding-bottom:10px;
	font-size:18px;	
}
.footerColLink {
	color:#333;
	text-decoration:none;	
}
.footerColLink:hover {
	 border-bottom: 2px solid #0099cc;
}
.carouselOverflow {
	overflow:hidden;
	margin:0 auto;
}

.colHeaderTital {
	font-weight:bold;
	font-size:16px;
}

.colHeaderTital24 {
	font-weight:bold;
	font-size:24px;
}

.colHeaderOuterDiv {
	height:150px;	
}

.indexListSapn {
	font-size:14px;
}

.indexTitle13 {
	font-weight:bold;
	font-size:13px;	
}

.guaranteeLink {
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	color:#000;	
}
a {
	cursor:pointer;
	text-decoration: none;
}
a:foucs {
	outline:0;
	text-decoration: none;
	color:#0099cc;
}

a:hover {
	outline:0;
	text-decoration: none;
	color:#0099cc;
}
.footerColLink:hover,.footerColLink:focus {
    color: #0099cc;
    text-decoration: none;
}


#tbl-comparison tr > td:first-child { font-weight: bold;} /* first column */

.lpPoweredBy {
	display:none;
}
.lpEmtStarRating {
	display:none;
}

ul.checklist {
	list-style: none;
	padding-left: 22px ;
    text-indent: -7px ;
}
.featurelist li{
	margin-top:20px;
	font-weight:bold;
}
	

.hostingfeatures ul{
	list-style: none;
	padding-left: 22px ;
}	
	
.hostingfeatures li{
	padding-left: 15px;
	margin-left:10px;
	color:#0099cc;
}

	
.business_solutions{
	margin-bottom:30px;
}
.imgcol{
	vertical-align:top;
	padding:20px;
}
#rightcol{
	width:250px;
	float:right; 
	margin-top:50px;
}

#rightcol ul{
	margin:0;
	padding:0;
	list-style:none;
	
}
	
#rightcol li{
	padding:10px 0 10px 20px;
	border-bottom: solid 1px #ccc;
	background-image:url(<?=$CFG->imagedir?>/front/triangle.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}
h2.subtitle{
	margin-top:0;
}

.contact_form .label-full{
  width: auto;
  /*padding: 0 10px;*/
}
.contact_form .input-full input{
display:block;
width: 96%;
margin: 0 auto;
padding: 0 10px;
} 

.contact_form .frmfield{
  padding: 5px 0;
  max-width:60%;
}

.contact_form fieldset{
  border: none;
 
}

.contact_form em{
  color: #F00;
}

.contact_form textarea{
  padding: none;
  padding: 0 10px;
  /*width: 96%;*/
  
}

/*Quote Form*/
#quote-services label{
  width: 100%;
  padding: 5px 5px;
  margin: 2px 0;
  border: 1px solid transparent;
}

.featurePlanSubTitle a:hover {
	color: #fff;
}
.guaranteeLink:hover {
	color:#0099cc;
}

.registerUnknown {
	float:left;
	padding-top:4px;
}

.registerRedX {
	float:left;
	padding-top:5px;
}


.input-sm {
	font-size:16px;
}
.form-control {
	color: #000;
	font-size:16px;
}
.form-control::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.cog {
	color: #666;
}
.cog:hover, .cog:focus {
	color: #0099cc;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.hostingIndexLinks {
	color:#fff;
}
.hostingIndexLinks:hover, .hostingIndexLinks:active {
	color:#87CEFA;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; width:initial;max-width:231px;width:100%;overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap;  }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.headerSmallMenuIcon:hover, .headerSmallMenuIcon:active  {
	border-bottom:none !important;
}
.headerGreenButton {
    border: none;
    border-radius: 0;
    line-height: 1.6;
    margin-top: 0;
}
.smallHeaderIcon {
	float:right;
	font-size:20px;
	color:#888;
    padding: 2px 9px;
	margin-top:8px;
	margin-right:5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	border-color: #ddd;	
}
.smallHeaderIcon:hover {
	background-color:#ddd;
}
.smallSearchIcon {
	float:left;
	padding-right:10px;
	font-size:20px;
	border: 1px solid transparent;
    border-radius: 4px;
	border-color: #ddd;
}
.smallSearchIconLogin {
	float:left;
	padding-right:10px;
	font-size:20px;
	border: 1px solid transparent;
    border-radius: 4px;
	border-color: #ddd;
}
.smallIconLogout {
	font-size:20px;
/*	
	border: 1px solid transparent;
    border-radius: 4px;
	border-color: #ddd;
	background-color:#cc0000;
*/	
	margin-right:5px;
	padding-left:5px !important;
	padding-right:5px !important;
}
.glyphicon-off {
		color: #cc0000;
}

.smallSearchIcon:hover, .smallHeaderLinkSize:hover,.smallSearchIconLogin:hover, .smallHeaderLinkEffect:hover {
	color:#ddd !important;
}
.divLoginIcons	{
		padding-top:0;
}
.speFloatIcon {
	float:left;
/*	margin-right:10px; */
}
.speFloatIconSearch {
	margin-left:10px;
	margin-right:10px;
}
.smallHeaderLinkSize {
	font-size: 16px;
	font-weight:bold;
	padding-top:7px !important;
}
.smallHeaderLinkSizeLogout {
	font-size: 16px;
	font-weight:bold;
	padding-top:7px;
}
#ulSearchType3 li a {
	color:#000000 !important;
}	
#searchBarNoTitle {
	position: fixed;
/*	background-color:rgba(255,255,255,1); */
	z-index: 1027;
	display:none;
	margin-left:65px;
	width:100%;
	padding-right:68px;
	margin-top:-2px;
}
.headerGlyPad {
	padding: 4px 3px;
}
.tooltip {
	z-index:500;
}
@media (max-width: 320px) {	
	.smallSearchIconLogin {
		float:right;
		padding-right:10px;
		font-size:20px;
		border: 1px solid transparent;
		border-radius: 4px;
		border-color: #ddd;
		margin-left:2px;
		margin-right:10px;
	}
	.divLoginIcons	{
		padding-top:40px;
	}
	.mainBannerTopPadding {
		padding-top: 115px; 
	}
	.loginHeight {
		margin-top:-13px !important;
	}	
	.logoutHeight {
		margin-top:-50px !important;
	}	
}
.saleClass {
   background: #0099cc none repeat scroll 0 0;
   float:left;
    color: #fff;
    font-size: 0.7em;
    font-weight: 600;
    margin-left: 0.5em;
    padding: 0.20em 0.30em 0.20em 0.25em;
	margin-top:1px;
	border-radius: 4px;

}
.form_message {
	padding:7px;
	color: green;
	border: 1px solid green;
	border-radius:4px;
	margin-top:10px;
	margin-bottom:10px;
}
.form_error_message {
	padding:7px;
	color: #cc0000;
	border: 1px solid #cc0000;
	border-radius:4px;
	margin-top:10px;
	margin-bottom:10px;	
}
.testimonialHeader {
	background:url(images/banners/testimonial_page.jpg) no-repeat; 
	background-size:cover;
	background-position: center center;
	height:435px; 
	position:relative;
	margin-bottom:20px;
}
.domainTableHeaderBackground {	
	background-color:#cccccc !important;
}
.registerPriceColor {
	color:#184900;
}
.btn-success {
	background-color: #5CB787;
	border-color: #5CB787;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #5CB787;
    border-color: #5CB787;
    color: #fff;
}


#btnFifthHeaderSearch,#dropdownMenu5,#btnHeaderSearch,#dropdownMenu1,#dropdownMenu2,#btnSecondHeaderSearch {
    background-color: #5cb85c;
    border-color: #4cac4c;
	color:#fff;
}
.btnColorUpdate {
    background-color: #5CB787;
    border-color: #5CB787;
	color:#fff;
}
.mobileMenuBackgroundLinkColor {
	background-color:#0099cc !important;
	color:#fff !important;
}
select.form-control {
	font-size:14px;
}
html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    overflow: hidden;
}

