body {
	padding-bottom: 50px;

}

.section-grey td a {
color: #333;
}

.section-grey .glyphicon {
color: #B6B6B6;
cursor: pointer;
padding: 4px;
}

.after-save, .modal-form-errors {
    display: none;
}

.after-save {
    background: #fff;
}
/* Section Grey */

#domainbio {
    margin-top: 10px;
}

#sc-lifecycle {
    float: left;
    width: 100%;
}

.section-grey {
    background: #333;
    box-shadow: inset 0 1px 11px #000;
}

.section-grey h1 {

    color: #31B1D1;
    font-size: 49px;
    margin-top: 0px;
    padding: 0px 0px;
    margin-bottom: 0px;
}

.section-grey h6 {

    color: #31B1D1;
    font-size: 49px;
    margin-top: 0px;
    padding: 0px 0px;
    margin-bottom: 0px;
}

.section-grey h2 {

    color: #636363;
}

.section-grey h4 {

    color: #A7A7A7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.section-grey .whitecard h4 {

	min-height: 43px;
	line-height: 22px;}

.section-grey h3 {

    color: #F3F3F3;
}
.section-grey h5 {

    color: #A2A2A2;
}

.section-grey p {
color: #D6D6D6;
line-height: 1.7em;
font-size: 1.1em;
}

.section-grey dt {
    color: #666666;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding: 0;
    margin-top: 15px;
}
.section-grey dd {
    color: #969696;
}
.section-grey ul {
    color: white;
}

.section-grey .table {
    background: white;
}

/* Section Blue */


.section-blue {
    background: #00509B;
}

.section-blue h1 {

    color: #31B1D1;
    font-size: 47px;
}
.section-blue h6 {

    color: #31B1D1;
    font-size: 47px;
}

.section-blue h2 {

    color: #3BABF7;
    line-height: 39px;
}



.section-blue h4 {

    color: #54EAFF;
}


.section-blue .whitecard h4 {

    color: #333;
    min-height: 43px;
    line-height: 22px;
}

.section-blue p {
color: #FFF;
line-height: 1.7em;
font-size: 1.1em;

}

.section-blue .sidecontent h4 {
color: #FFF;
border-bottom: 1px solid rgba(255, 255, 255, 0.41);
padding-bottom: 10px;
background: #003481;
padding-top: 11px;
padding: 13px 15px;
border-top: 1px solid rgba(255, 255, 255, 0.29);
}

.section-blue dt {
    color: #666;
font-size: 18px;
line-height: 1.2em;
margin-bottom: 10px;
padding: 0;
margin-top: 15px;
}
.section-blue dd {
    color: #494949;
}
.section-blue ul {
    color: white;
}

.section-blue .table {
    background: white;
}


/* Section Green */

.section-green .green-block h2 {
    margin-top: 10px;
}
.section-green .green-block {
    min-height: 300px;
}
.section-green {
    background: #6AEC8F;
    /* float: left; */
}

.section-green h1 {

    color: #575757;
    font-size: 50px;
}

.section-green h6 {

    color: #575757;
    font-size: 50px;
}

.section-green h2 {

    color: #1D7A37;
}

.section-green h4 {

    color: #008115;
}

.section-green p {
color: #044B0F;
line-height: 1.7em;
font-size: 1.1em;
}


.section-green .green-block dt {
color: #FFF;

}


.section-green .green-block dd {
color: #98EC94;

}

.section-green dt {

	color: #666;
font-size: 18px;
line-height: 1.2em;
margin-bottom: 10px;
padding: 0;
margin-top: 15px;
}
.section-green dd {
    color: #636363;
}
.section-green ul {
    color: #141414;
}

.section-green .table {
    background: white;
}

#sc-adcost .progress-bar {
    background: #45C469;
}
.green-block dl {
    color: white;
}


.section-white h6 {

    color: #31B1D1;
    font-size: 47px;
}

/* Blocks */

.white-block {

	background: #10468B;
	padding-top: 10px;
	padding-bottom: 13px;
}

.green-block {

	background: #005827;
	color: #fff;
	padding-top: 20px;
padding-left: 32px;
padding-right: 29px;
padding-bottom: 14px;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
cursor: pointer;
}

.green-block h1 {


	color: #ABFFB5;
}

.green-block h6 {


	color: #ABFFB5;
}

.green-block h4 {
	color: #4DD157;
	margin-top: 24px;
}

#mozcredits {
background: rgba(243, 243, 243, 0.06);
margin-bottom: -40px;
padding-top: 10px;
padding-bottom: 7px;
text-align: right;

}


ul.categorylist li {
    list-style: none;
    width: 24%;
    display: block;
    float: left;
    background: white;
    padding: 9px;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-left: 40px;
    padding-right: 47px;
    font-size: 32px;
    line-height: 41px;
    height: 127px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 22px;
    border-radius: 2px;
    text-transform: capitalize;
    font-weight: 200;
}

ul.categorylist li:hover {

    background: #004064;

}

ul.categorylist li:hover a {

    color: #8EE4FF;

}


ul.categorylist li a {
    color: #0B87A7;
}

ul.categorylist li a:hover {
    text-decoration:none;

}



.socialshare {

	opacity: 0.4;
	float: right;

}

.socialshare:hover {

	opacity: 1;

}

#topgraph {
text-align: center;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background: #4D4D4D;
}


.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #EEE;
color:#333;
}

.nav-pills>li>a,s {
     background-color: #202020;
}

.section-grey a {
    color: #BEBEBE;

}


#sc-needdevelop {
background: #FFFFFF;
color: #333;
padding: 25px 10px 18px 10px;
}

#sc-needdevelop h3 {
color: #8B8B8B;
font-size: 18px;
margin-left: auto;
margin-top: auto;
}

#sc-needdevelop address {
color: #3D3D3D;
}
#sc-needdevelop a {
color: #ffffff;
}

#importantinfo > h4 {
    color: #ACACAC;
}
#sc-lifecycle-stages h4 {
    color: #fff;
}
#sc-needdevelop p {
    color: #333;
}
#sc-needdevelop ul {
    color: #333;
}
#sc-lifecycle .progress-bar {width: 50%;
background: #FFE26E;}



.section-grey a:hover {
text-decoration: none;
}



#topmktarea {
    margin-bottom: 0;
    background-color: #84DBF0;

    border-bottom: 1px solid #ABEBFF;
    border-radius: 0;
    float: left;
    width: 100%;
}
#tldchoices {
    margin-top: -37px;
    margin-bottom: 22px;
    background: white;
}
#tldchoices > div {
background: #008000;
color: #FFF;
text-align: center;
}

.btn-default {

}

.btn-primary {

/* Rectangle 2 copy 2: */

border-radius: 5px;

background-image: -o-linear-gradient(-90deg, #00B3EC 0%, #0087B2 100%);
background-image: -moz-linear-gradient(-90deg, #00B3EC 0%, #0087B2 100%);
background-image: -webkit-linear-gradient(-90deg, #00B3EC 0%, #0087B2 100%);
background-image: -ms-linear-gradient(-90deg, #00B3EC 0%, #0087B2 100%);
background-image: linear-gradient(-180deg, #00B3EC 0%, #0087B2 100%);

-moz-box-shadow:    0px 3px 0px 0px #006D86, inset 0px 1px 0px 0px #A6E9FF;
-webkit-box-shadow: 0px 3px 0px 0px #006D86, inset 0px 1px 0px 0px #A6E9FF;
box-shadow:         0px 3px 0px 0px #006D86, inset 0px 1px 0px 0px #A6E9FF;

background-color: #5CB85C;
border-color: #5CB85C;
border: none;


}

.btn-success {

/* Rectangle 2 copy 2: */

/* Rectangle 2 copy 3: */

border-radius: 5px;

background-image: -o-linear-gradient(-90deg, #27AC38 0%, #1B8626 100%);
background-image: -moz-linear-gradient(-90deg, #27AC38 0%, #1B8626 100%);
background-image: -webkit-linear-gradient(-90deg, #27AC38 0%, #1B8626 100%);
background-image: -ms-linear-gradient(-90deg, #27AC38 0%, #1B8626 100%);
background-image: linear-gradient(-180deg, #27AC38 0%, #1B8626 100%);

-moz-box-shadow:    0px 3px 0px 0px #066C25, inset 0px 1px 0px 0px #97F52E;
-webkit-box-shadow: 0px 3px 0px 0px #066C25, inset 0px 1px 0px 0px #97F52E;
box-shadow:         0px 3px 0px 0px #066C25, inset 0px 1px 0px 0px #97F52E;
background-color: #1B8626;
border-color: #5CB85C;
border: none;


}


.sidecontent {

padding: 0 40px;


}


.sidecontent h3 {
    font-weight: 100;
    font-family: "Helvetica Nueue", Arial, sans-serif;
    color: #8A8A8A;
    /* font-size: 20px; */
    line-height: 1.3em;
}
.sidecontent h5 {
    background: #272727;
    color: #D8D8D8;
    padding: 11px 17px;
    font-weight: 300;
    font-size: 25px;
}
.sidecontent h4 {
    color: #7C7C7C;
}

.lightblue {

  color:#349398;

}

.darkbluequote {
	color: rgb( 20, 109, 114 ) !important;
  font-size: 24px;
  font-family: "Helvetica Neue";
line-height: 1.458;
  text-align: center;

}

.navbar.navbar-fixed-bottom {
/* Rectangle 6: */

border-radius: 0px;

/*
background-image: -o-linear-gradient(-90deg, #FFFFFF 0%, #F2F2F2 24%, #F2F2F2 85%, #EFEFEF 100%);
background-image: -moz-linear-gradient(-90deg, #FFFFFF 0%, #F2F2F2 24%, #F2F2F2 85%, #EFEFEF 100%);
background-image: -webkit-linear-gradient(-90deg, #FFFFFF 0%, #F2F2F2 24%, #F2F2F2 85%, #EFEFEF 100%);
background-image: -ms-linear-gradient(-90deg, #FFFFFF 0%, #F2F2F2 24%, #F2F2F2 85%, #EFEFEF 100%);
background-image: linear-gradient(-180deg, #FFFFFF 0%, #F2F2F2 24%, #F2F2F2 85%, #EFEFEF 100%);

-moz-box-shadow:    0px 1px 0px 0px #78D4E6;
-webkit-box-shadow: 0px 1px 0px 0px #78D4E6;
box-shadow:         0px 1px 0px 0px #78D4E6;
*/
}

}

.btn-unavailable {
color: #999;
background-color: #fff;
border-color: #fff;
}

.btn-unavailable:hover {
color: #333;
background-color: #dfdfdf;
border-color: #dfdfdf;
}

.whitecard {

	background: #FFF;
border-right: 1px solid #E7E7E7;

	padding-top: 20px;
	padding-left: 32px;
	padding-right: 29px;
	padding-bottom: 14px;

  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;

	cursor: pointer;
}

.whitecard:hover {

	background: #FFF;

	color: #333;
	z-index: 1;
	border-bottom: 1px solid #13B2E4;
}


#sc-lifecycle h4 {
    color: #FFF;
}

.whitecard dl {
    margin-top: 1px;
}

.jumbotron h1 {

color: #FFF;

margin-bottom: -1px;
width: 100%;
display: block;
word-wrap: break-word;
}

.progress-bar {
    background: #4DBEDA;
    box-shadow: none;
}
.progress {
    width: 100%;
    background: #F8F8F8;
    height: 10px;
    border-radius: 1px;
    margin-top: 1px;
}

#sc-footerjumbo {margin-bottom: 0;background-color: #84DBF0;float: left;width: 100%;}

#domainbio > span {

color:#02303c !important;

}


hr {

border-top: 1px solid rgba(238, 238, 238, 0.39);


margin: 0;

margin-bottom: 3px;

}

#topmktarea p {
color: #FFF;
}

#topmktarea h3 {
color: #FFF;
}


.jumbotron h2 {
color: #FFF;
word-break: break-word;
}

#sc-important h4 {
    text-transform: uppercase;
    color: #7E7E7E;
    margin-top: 7px;
    margin-left: 8px;
    font-size: 15px;
}
#sc-important {
    background: #333;
    float: left;
    width: 100%;
    padding-bottom: 26px;
}
#sc-important hr {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: 16px;
    margin-bottom: 12px;
}

#emaillanding {
    opacity: 0.4;
}

#emaillanding:hover {
    opacity: 1;
}
#gtalkwidget {
    opacity: 0.4;
    margin-left: 3%;
}

#gtalkwidget:hover {
    opacity: 1;
}

#prefertotalk {
    padding: 0 13px 0 35px;
}
#importantinfo {
    padding: 16px;
background: #FFF;
padding-top: 11px;
margin-top: 15px;
border-bottom: 13px solid #D6D6D6;
padding-bottom: 27px;

}

#sc-seo {
    padding-top: 20px;
}

div#sc-seo {
    float: left;
    width: 100%;
}

.nuggets {

	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
}

.nuggets h6 {

	margin-top: 15px;

}

.nuggets h4 {
	text-transform: none;
	font-weight: normal;
}

.ngprice {
font-weight: bold;
}

.customcard {
background: #333;
border-right: 1px solid #13B2E4;
}

.customcard:hover {
background: #3D3D3D;
border-right: 1px solid #13B2E4;
}

#mainhead > h2 {
color: #FFF;
margin-bottom: 27px;
}

.customcard > h6 {
font-size: 35px;
}

#sc-nuggets {
    float: left;

    width: 100%;
}

.million {
margin-top: -30px;
}


@media (max-width: @screen-phone-max) {
    #leasebtn {
margin-bottom: 10px;

}

.navbar-collapse.navbar-ex1-collapse.in > button {
    width: 100%;
    display: block;
}

.navbar-collapse.navbar-ex1-collapse.in .btn.navbar-btn{ width:100%; padding:10px 10px;}



  }

#financing_avail_value {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}
#financing_avail {
    font-size: 13px;
    color: #5EB7DA;
}
#deposit_required_value {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.sales-price-list {
    float: left;
    width: 100%;
    padding-top: 19px !important;
}



div#sc-searchvolume {
    float: left;
    width: 100%;
}

div#sc-trafficanalysis {
    float: left;
    width: 100%;
}

div#sc-adcost {}

div#sc-adcost {
    float: left;
    width: 100%;
}

div#sc-domainkeyword {
    float: left;
    width: 100%;
}

div#sc-domainhistory {
    float: left;
    width: 100%;
}

div#sc-getintouch {
    float: left;
    width: 100%;
    background: white;
}


.section-white {
    background: white;
}

.section-grey td a {
    word-break: break-word;
}

div#sc-mightlike {
    float: left;
    width: 100%;
}
