/* Fonts */
@font-face {
	font-family: FuturaLight;
	font-weight: normal;
	src: url(/fonts/Futura/Futura-Light.otf);
}

@font-face {
	font-family: FuturaBold;
	font-weight: bold;
	src: url(/fonts/Futura/FuturaBQ-Bold.otf);
}

@font-face {
	font-family: Futura;
	font-weight: normal;
	src: url(/fonts/Futura/FuturaBQ-Medium.otf);
}

/* Bad-browser warning section */
.bad-browser {
	text-align:center;
	padding-top:15px;
	background:white;
	display:none;
}

.bad-browser p{
	background:white;
	font-family:futura;
	font-weight:bold;
	color:black;
}

.bad-browser img {
	border:none;
	padding-bottom:15px;
}

/* Utility Top navigation section
----------------------------------------------------------------------------------------------------*/

#utility {
	background-image: -webkit-gradient(linear,  left bottom, left top, color-stop(0, rgb(53,53,53)), color-stop(0, rgb(53,53,53)), color-stop(1, rgb(100,100,100)));
	background-image: -moz-linear-gradient(center bottom, rgb(53,53,53) 0%, rgb(53,53,53) 0%, rgb(100,100,100) 100%);
	background-color: #333333;
	border-bottom: 1px solid #000;
	color: #cccccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#646464'); /* for IE */
	font-size: .9em;
	padding: 7px 0px;
}

.phone_number,
#utility a {
	color: #cccccc;
	text-decoration: none;
}

#utility a:hover {
	color: #68B0B9;
}

#utility .signup-link {
	position:absolute;
	right:0;
	height:50px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background:orange;
	width: 140px;
	line-height:58px;
	top:-15px;
	text-align:center;
	box-shadow: 3px 3px 3px #000;
	font-size:1.2em;
	color:white;
	text-transform:uppercase;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	font-family: futura;
}
	#utility .signup-link:hover {
		color: white;
		background-color: #e5ac51;
	}

/* Branding and Search
----------------------------------------------------------------------------------------------------*/

#branding_search {
	background-color: #333333;
	padding: 20px 0 10px 0;
	font-size:.9em;
}

#hostbaby_logo img {
	padding-right: 10px;
}

.tagline {
	color: #cccccc;
}

#site_search {
	text-align: right;
	margin-top:5px;
}

#site_search input {
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
}

#site_search input[type="text"] {
    background: none repeat scroll 0 0 #666666;
    border: 1px solid #999999;
    color: #FFFFFF;
}

#site_search input[type="submit"] {
	background:#68b1b7;
	font-size: 10px;
	border:none;
	margin-left:10px;
}

#site_search input[type="submit"]:hover {
	background: #74bbc1;
}

.result_title {
	font-weight: bold;
}

.result_text {
	margin: 5px 0 5px 0;
}

.result_url {
	margin: 5px 0 25px 0;
	font-style: italic;
}

.search-body {
	margin-bottom:15px;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

#site_nav {
	background: #646464; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #646464 0%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #646464 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #646464 0%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #646464 0%,#353535 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #646464 0%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#353535',GradientType=0 ); /* IE6-8 */
	box-shadow: black 3px 3px 23px;
	border-top: 1px solid #888;
	font-size: 1.2em;
	text-align: center;
}

#site_nav ul {
	margin:15px 0;
}

#site_nav li {
	display: inline;
	padding: 0px 50px;
}

#site_nav li a {
	color: #ffffff;
}
	#site_nav li a:hover {
		color: #68B0B9;
	}
	#site_nav li a:focus {
		color: #BDD926;
	}
	#site_nav li.current a {
		color: #BDD926;
		font-weight: bold;
	}

/* Common elements
----------------------------------------------------------------------------------------------------*/
body {
	font-size: 16px;
	font-family: Tahoma,Arial,Helvetica,Sans-serif;
	background: #4d4d4d;
}

ul {
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
}

li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

label{
	color:#FFF;
	cursor: auto;
}

iframe {
	display:none;
}

h2 {
	font-size: 1.8em;
}
	#features h2,
	#features_overview h2,
	#contact h2,
	#support h2,
	#signup h2,
	.about-us h2,
	#signup_thanks h2 {
		color: orange;
	}
	#signup_content h2 {
		margin-bottom:0;
		font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	color:lightblue;
}

#features h3 {
	margin-top:30px;
}

h4 {
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 1px;
}

p {
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif
}

a {
	color: lightblue;
}

a:hover {
	color: #68B0B9;
}

a:focus {
	color: #BDD926;
}

form input[type="text"], form input[type="password"] {
	width: 250px;
}

form textarea {
	width: 400px;
}

.flex-video iframe {
	display:block;
	border:none;
}

select {
	width:auto;
}

button,
.button {
	text-transform:uppercase;
	font-weight:normal;
	font-family: arial, tahoma, sans-serif;
	background-color: #de9725;
	box-shadow: 3px 3px 20px black;
}

button:hover, button:focus, .button:hover, .button:focus {
	outline: 0px;
	background-color: #e5ac51;
}

#lightbox-container-image-data-box {
	min-width:620px;
}

.guts > .row,
#page-footer.row,
#features .row {
	background-color: #1a1a1a;
}

.guts h4, .guts h5, .guts h6 {
	font-family: futura;
}

.guts h1, .guts h2, .guts h3 {
	text-transform: uppercase;
	font-family:FuturaBold;
}

.whitey {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	letter-spacing: .15em;
}

.content-wrapper {
	padding-top: 50px;
}

/* Common Ribbon Style
----------------------------------------------------------------------------------------------------*/
.ribbon-front, .ribbon-end, .features-ribbon {
	background: #83C5D3;
}
.ribbon-front {
	height: 50px;
	line-height: 50px;
	position:relative;
	float:left;
}
	.ribbon-front:before {
		content: "";
		position: absolute;
		display: block;
		left: -30px;
		border: 1.5em solid #83C5D3;
		height:50px;
	}
	.ribbon-front h4:before {
		content: "";
		position: absolute;
		display: block;
		border-style: solid;
		border-color: transparent #3E9AB1 transparent transparent;
		top: -20px;
		left: -30px;
		border-width: 20px 30px 0px 0px;
	}
	.ribbon-front h4:after {
		content: "";
		position: absolute;
		display: block;
		border-style: solid;
		border-color: #83C5D3 transparent #83C5D3 transparent;
		right:-25px;
		top:0;
		border-width: 25px 25px 25px 0;
	}
	.guts .ribbon-front h4 {
		line-height: 50px;
		font-size: 1.5em;
		text-align: left;
		padding:0 25px 0 0;
		margin:0 0 0 3em;
		font-family: FuturaBold;
		letter-spacing:2px;
		text-shadow: -1px 2px 1px #3E9AB1;
		text-transform:uppercase;
	}
.ribbon-content {
	height: 50px;
	margin-left:25px;
	float:left;
	text-align: center;
	line-height:25px;
}
.ribbon-content p {
	padding-top:0px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
}
.ribbon-end {
	height: 50px;
	line-height: 50px;
	float:right;
	position:relative;
}
	.ribbon-end:before {
		content:"";
		position:absolute;
		display: block;
		border-style: solid;
		border-color: #83C5D3 transparent #83C5D3 transparent;
		left:-25px;
		top:0;
		border-width: 25px 0px 25px 25px;
	}
	.ribbon-end:after {
		content: "";
		position: absolute;
		display: block;
		right: -30px;
		border: 1.5em solid #83C5D3;
		height:50px;
		top:0;
	}
	.ribbon-end h4:after {
		content: "";
		position: absolute;
		display: block;
		border-style: solid;
		border-color: transparent transparent #3E9AB1 transparent;
		right:-30px;
		top:-20px;
		border-width: 0px 30px 20px 0px;
	}

.features-ribbon {
	width: 1000px;
	height:50px;
	position:relative;
	margin:20px 0;
}
	.features-ribbon:before {
		content: "";
		position: absolute;
		display: block;
		left: -30px;
		border: 1.5em solid #83C5D3;
		height:50px;
	}
.features-ribbon h1 {
	margin: 0 0 0 30px;
	line-height:50px;
	text-shadow: -4px 2px 1px #3E9AB1;
	font-size: 1.7em;
}
.features-ribbon h1:after {
		content: "";
		position: absolute;
		display: block;
		border-style: solid;
		border-color: #83C5D3 transparent #83C5D3 transparent;
		right:-25px;
		top:0;
		border-width: 25px 25px 25px 0;
}
.features-ribbon h1:before {
		content: "";
		position: absolute;
		display: block;
		border-style: solid;
		border-color: #3E9AB1 transparent transparent transparent;
		bottom: -20px;
		left: -30px;
		border-width: 20px 0px 0px 30px;
}

/* Specific Ribbon widths
----------------------------------------------------------------------------------------------------*/
#gallery-header .ribbon-front,
#gallery-header .ribbon-end {
	width: 300px;
}
#gallery-header .ribbon-content,
#feature-header .ribbon-front,
#feature-header .ribbon-content,
#responsive-header .ribbon-front,
#responsive-header .ribbon-content {
	width: 500px;
}
#feature-header .ribbon-end,
#responsive-header .ribbon-end,
#cs-header .ribbon-end {
	width: 100px;
}
#design-header .ribbon-front {
	width: 600px;
}
#design-header .ribbon-content {
	width: 400px;
}
#design-header .ribbon-end {
	width: 100px;
}
#cs-header .ribbon-front {
	width: 550px;
}
#cs-header .ribbon-content {
	width: 450px;
}

/* Home Page
----------------------------------------------------------------------------------------------------*/
/***********************************
* Banner image
********************************** */
#banner, #video-block{
	padding: 3em 0px 10px 2.5em;
}

#video-block {
	background-image: url('/images/topimage-noplay2.jpg');
	background-size: 72em auto;
	background-position: 0px -175px;
	background-repeat: no-repeat;
}

#banner-content h2 {
	color: inherit;
	font-size: 25px;
	letter-spacing: 1.5px;
	line-height: 1.25;
}

#banner-content h3 {
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 15px 0;
}

#responsive-image-container {
	background-image: url('/images/banner-video-bg.png');
	background-position: 25px 50px;
	background-repeat: no-repeat;
}
#responsive-image-video {
	background-image: url("/images/playbutton2.png");
	background-position:center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 210px;
	margin: 100px auto;
	width: 370px;
}
#responsive-image-video:hover {
	background-image: url("/images/playbutton-hover2.png");
}
#banner .banner-headline-chunk {
	margin: 0em 0em 1em 0em;
	font-family: FuturaLight, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 1em;
	font-weight: normal;
}

/***********************************
* Gallery
********************************** */
#gallery-content {
	padding: 40px 0 30px 0;
	text-align:center;
}

#gallery-content .thumb {
	margin-bottom:15px;
}

#gallery-content .thumb.large-2 {
	width: 20%;
}

/* **********************************
* Powerful Features
********************************** */
#feature-content {
	padding:50px 20px 30px 20px;
}

#feature-wrapper,
#feature-wrapper p,
#features_overview,
#distribution-wrapper {
	text-align:center;
}
	#distribution-wrapper h3 {
		color: orange;
	}
#feature-wrapper img {
	margin-bottom:20px;
}

#feature-wrapper p {
	margin-bottom:50px;
}

/* **********************************
* Responsive Design
********************************** */
#responsive-content {
	padding-top: 50px;
}

#responsive-wrapper p.icon {
	padding: 0px;
}

#responsive-wrapper div.details{
	padding:0 0 30px 10px;
}

/* **********************************
* Complete Design Control
********************************** */

#design-content {
	padding:20px 0;
}
#design-wrapper p.icon {
	padding: 0px;
	text-align:right;
}

#design-wrapper div.details{
	padding:0 0 0 10px;
}

/* **********************************
* Great Customer Service
********************************** */
#cs-wrapper {
	padding-bottom:40px;
}
#cs-content .content-wrapper .panel,
#feature-content .panel {
	background-color: #3F3F3F;
	border:none;
}

#cs-content .content-wrapper .panel h2 {
	color: #84C4D4;
	font-size: 20px;
	text-align: center;
}

#cs-blurb {
	padding: 0px 35px 0px 0px;
}

#cs-details-wrapper .row {
	background-color: transparent;
}
#cs-details-wrapper .detail {
	padding:10px 0 0px 10px;
}

#cs-details {
	margin-top:28px;
}

#cs-details-wrapper .detail h3,
#contact_info h3 {
	color: #84C4D4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform:none;
}

#cs-details-wrapper .detail p {
	color: #FFFFFF;
	font-family: futura;
	font-size: 19px;
}

#cs-details-wrapper .detail a {
	color: white;
	text-decoration: underline
}

#already-a-member {
	text-align: center;
	margin: 5px 0px 10px;
}
		#already-a-member h3 {
			color: #84C4D4;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			font-weight: normal;
			text-transform:none;
		}

#cs-link-wrapper {
	text-align: center;
}
	#cs-link-wrapper .button {
		background-color: #9EC43A;
		border-color: #b6d700;
		padding:15px 50px;
	}
	#cs-link-wrapper .button:hover {
		background-color: #B5D445;
		border-color: #9EC43A;
	}

/* Features Page/subpages
----------------------------------------------------------------------------------------------------*/
.features-content {
	padding-top: 15px;
}

.features-footer-spacer {
	height:30px;
}

#aside_menu {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	padding: 0px;
	text-transform:uppercase;
}

#aside_menu a {
	color: #fff;
}
	#aside_menu a:hover {
		color: #68B0B9;
	}

#aside_menu li {
	border-bottom:1px solid #666;
	padding: 15px 5px 15px 10px;
}

#aside_menu li.current_feature a{
	color:#68B0B9;
	font-size:1.1em;
	font-family:FuturaBold;
}

#editor_overview {
	margin-bottom: 20px;
}

.features-content img,
.about-us img {
	margin-bottom:10px;
}

.features_overview_holder #aside_menu a:hover {
	color: #68B0B9;
}

#features_overview .feature-info ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#features_overview h2 {
	margin:5px 0;
}

/* Gallery Page
----------------------------------------------------------------------------------------------------*/
#gallery-content h2 {
	font-family:futura;
	text-align:left;
	font-size: 20px;
	color: #68B0B9;
}

.gallery_box {
	background-color: #333;
	border: 1px solid #666;
	margin-bottom: 20px;
	padding: 15px;
	-webkit-transition: background .4s ease-in;
	-moz-transition: background .4s ease-in;
	-o-transition: background .4s ease-in;
	transition: background .4s ease-in;
}

.gallery_box:hover {
	background-color:#666;
}

/* Pricing Page
----------------------------------------------------------------------------------------------------*/

#pricing_box {
	background: url(/images/pricing/headerimage.png);
	height: 380px;
}

#pricing_box > article {

	background-image: -ms-linear-gradient(bottom, #646464 0%, #353535 40%);
	background-image: -moz-linear-gradient(bottom, #646464 0%, #353535 40%);
	background-image: -o-linear-gradient(bottom, #646464 0%, #353535 40%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #646464), color-stop(40, #353535));
	background-image: -webkit-linear-gradient(bottom, #646464 0%, #353535 40%);
	background-image: linear-gradient(to top, #646464 0%, #353535 40%);

  margin: 10px auto;
  margin-top: 40px;
  display: block;
  float: none;
  width: 400px;
  text-align: center;
  padding: 5px;
  border: 1px #999999 solid;
}

#pricing_box > article > hr { margin: 20px 50px; }

#pricing_box sup {
	top: -37px;
  font-size: 20px;
  padding: 5px;
}

.big-price {
	font-size: 80px;
	line-height: 42px;
}

.sticker-container {
	margin-top: -193px;
	padding-right: 50px;
}

.sticker-container p {
  font-family: futura;
  margin-left: 30px;
  padding-top: 10px;
  text-shadow: 3px 3px #040404;
}

.sticker-container h2 { color: #66B0B8; }

.sticker {
  position: relative;
  left: 217px;
  bottom: 25px;
}

#features_box {
	background-color: #343434;
  text-align: center;
  padding: 80px 80px 20px 80px;
}

#features_box h2, #coupons_box h2, #domains_box h2 {
	font-size: 22px;
	text-transform: uppercase;
	padding: 10px 0px;
	margin-bottom: 10px;
}

#features_box h3 {
	color: #84c4d4;
}

#features_box ul li {
	color: #DDD;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: left center;
	background-repeat: no-repeat;
}

#coupons_box { padding-bottom: 40px; }
#coupons_box .left, #domains_box .left { text-align: right; width: 50%; }
#coupons_box .right, #domains_box .right { text-align: left; width: 50%; }

#coupons_box > .left > span {
	color: #fff;
	padding: 10px;
	font-size: 30px;
}

#domains_box {
	background: url(/images/pricing/footerimage.png);
	height: 280px;
	background-repeat: no-repeat;
	background-color: #1a1a1a;
}

#domains_box > .right > img { margin-top: -58px; }

.try-it-pad {
	height: 100px;
	border: none;
}

a.button.try-it {
	width: 310px;
  margin: 10px auto;
  display: block;
  border-radius: 100px;
  margin-top: -46px;
  margin-bottom: -35px;
  font-weight: 700;
  padding-right: 8px;
  padding-left: 8px;
}

a.button.try-it > span {
	font-size: 18px;
	text-transform: lowercase;
	font-weight: 500;
}

.pad { padding: 40px; }

@media(max-width: 999px) {
	.left, .right {
		float: none !important;
		width: 100% !important;
		text-align: center !important;
	}

	#domains_box { height: auto; }
}


/* About Us page
----------------------------------------------------------------------------------------------------*/

.about-us h2 {
	margin-top: 20px;
}

/* Contact and Support Pages
----------------------------------------------------------------------------------------------------*/

#contact_info ul {
	margin-left:10px;
	padding: 10px 0;
}

#contact_info a, #contact_info li {
	color: #FFFFFF;
	font-family: futura;
	font-size:19px;
}

#contact_info ul li:nth-child(2n+2) {
	margin-bottom:25px;
}

#contact_info a {
	text-decoration:underline;
}

#public_form_contact .input-field input{
	width: 348px;
	display: inline-block;
	height:32px;
}

#public_form_contact .input-field {
	width: 100%
}

#public_form_contact div.error {
	text-align: left;
	background-color: inherit;
	color: inherit;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

small.error {
	border-radius: 0;
}

h3.rederror {
	color: #BA2F2F;
}

#captcha {
	margin-top:10px;
}
	#contact_form form#public_form_contact  #captcha ul.errors,
	#support_form form#public_form_support  #captcha ul.errors,
	form#public_form_support ul.errors,
	.input-container.email ul.errors,
	#members_form_forgotpassword ul.errors {
		margin: 20px 0px;
	}
	#captcha ul.errors li,
	#public_form_signupdomain ul.errors li,
	#public_form_signuppayment ul.errors li,
	#public_form_support ul.errors li,
	.input-container.email ul.errors li,
	#signup_form ul.errors li,
	#members_form_forgotpassword ul.errors li {
		color:white;
		background:red;
		border-radius: 5px;
		width:auto;
		padding: 0 5px;
		margin-bottom:0;
	}

#public_form_signupdomain .top-label ul.errors li {
	background: yellow;
	color: #333;
}

#public_form_signupdomain .top-label ul.errors li a {
	color: #555;
	text-decoration: underline;
}

#file {
	color:white;
}

#recaptcha_response_field {
  display: inline-block;
  height: auto;
}

#domlist_toggle {
	font-family: FontAwesome; /* font-awesome.css is currently only included on the support pages */
	font-size: 2em;
	font-weight: normal;
	color: #888;
}

/* Signup Pages
----------------------------------------------------------------------------------------------------*/


#signup #content, #signup #feature_info,
#support #content, #contact_info,
#contact #content,
#signup_content #content,
#signup_payment #content  {
	background-color:#333;
	margin: 20px auto;
}
	#signup-service-info > section {
		border-left:1px solid;
	}
	#signup-service-info .form {
		padding:0;
		margin-bottom:0;
	}

#signup-banner p {
	background-image: url("../images/hb_landing_banner.png");
	height: 250px;
	margin: 20px auto auto;
	/*background-size:1000px 250px;*/
}
#signup-banner.from-cdbaby p {
	background-image: url("../images/cdb_landing_banner.png");
}

.signup_block {
	padding: 10px 20px;
}
#signup_content {
	margin-top: 0px;
}
	#signup_content #signup_type {
		padding: 0;
		width: 300px;
	}
	#signup_content ul li ul,
	#public_form_signuppayment ul li ul{
		margin-left:0px;
		margin-bottom:1em;
	}
#signup_type h2 {
	width: 100% !important;
}

.signup_service_characteristics {
	margin-bottom:10px;
	margin-left:20px;
}
	.signup_service_characteristics li, .signup_recommended, .signup_regonly {
		font-family: Georgia, "Times New Roman", Times, serif;
		list-style-type:disc;
		font-size:.8em;
	}

.signup_recommended {
	margin-top: 20px;
}

#signup_regonly_button {
	padding: 10px 0 0 16px;
}

#signup_regonly_button div.form {
	padding-bottom: 0;
	margin-bottom: 0;
}

#feature_info {
	margin:0;
	margin-top:20px;
}

#feature_info article {
	font-family: futura;
	/*text-transform: uppercase;*/
	padding:10px 0;
}

#feature_info cite {
	color: #84C4D2;
}
#feature_info blockquote {
	color: #84C4D2;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    border-left: none;
}

#feature_info article#hostbaby-features-header {
	padding-bottom:0;
}

#feature_info article#hostbaby-features-header h3 {
	border-bottom: 1px solid #FFFFFF;padding-bottom: 15px;margin-bottom:15px
}

#feature_info article p {
	font-family: inherit;
	font-size: 1.1em;
}

#feature_info article div p:first-child {
	padding: 0;
}

#feature_info h3 {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

#feature_info #hostbaby-tools-header p {
	margin-bottom: 0.7em;
}

#feature_info #hostbaby-features div p:first-child {
	height: 45px;
    margin-left: 20px;
    width: 45px;
}
#feature_info #hostbaby-tools p:first-child {
	height: 160px;
    width: 250px;
}
/* --- STANDARD SIGNUP PAGE --- */
aside[role=features] {
	padding-right:0;
	padding-left:2em;
}
#feature_info #hostbaby-features {
	padding-bottom:7px;
}
#feature_info #hostbaby-features div p {
	background-size:contain;
}
#feature_info #hostbaby-features div:nth-child(1) p:first-child {
	background-image: url("../images/sidebar_tools.png");
}
#feature_info #hostbaby-features div:nth-child(2) p:first-child {
	background-image: url("../images/sidebar_drag.png");
}
#feature_info #hostbaby-features div:nth-child(3) p:first-child {
	background-image: url("../images/sidebar_mail.png");
}
#feature_info #hostbaby-features div:nth-child(4) p:first-child {
	background-image: url("../images/sidebar_globe.png");
}
#feature_info #hostbaby-tools p:first-child {
	background-image: url("http://placecage.com/c/250/250");
    background-repeat: no-repeat;
    background-size: 250px auto;
	background-image: url("../images/sidebar_screens.png");
	margin: auto;
}
/* --- CDBABY SIGNUP PAGE ---*/
.from-cdbaby #feature_info #hostbaby-features div:nth-child(1) p:first-child {
	background-image: url("../images/sidebar_gears.png");
}
.from-cdbaby #feature_info #hostbaby-features div:nth-child(2) p:first-child {
	background-image: url("../images/sidebar_globe.png");
}
.from-cdbaby #feature_info #hostbaby-features div:nth-child(3) p:first-child {
	background-image: url("../images/sidebar_tools.png");
}
.from-cdbaby #feature_info #hostbaby-tools p:first-child {
	margin:60px auto auto;
}

li.input-container.tos label {
	display:inline;
	margin-left: 5px;
	cursor: default;
}

#cc-info {
	margin-bottom:15px;
}

#signup_thanks > div {
	background:#333;
	margin: 20px auto;
}
.signup_service_characteristics input {
	margin-top:10px;
}

#signup_form .button {
	font-size: 1.2em;
}

#signup_form a {
	text-decoration: underline;
}

#signup_form input {
    font-size: 0.77778rem;
    height: 2.05556rem;
    line-height: normal;
    padding: 0.44444rem;
}

#signup_form textarea {
	margin-bottom: 1em;
}

#signup_form input[type=checkbox] {
	height:inherit;
}

#signup_form input#name,#signup_form input#band_name,#signup_form input#email,#signup_form input#phone {
	width: 300px;
}

#signup_form input#address1,#signup_form input#address2 {
	width: 450px;
}

#signup_form textarea#hear {
	height: 80px;
	width: 500px;
}

#signup_form select {
    background-color: #FAFAFA;
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.77778rem;
    height: 2.05556rem;
    line-height: normal;
    padding: 0.44444rem;
}

#signup_form select.radius {
    border-radius: 3px;
}

#signup_form select:hover {
    background-color: #F3F3F3;
    border-color: #999999;
}

#signup_form ul.form {
	padding-bottom: 0;
	margin-bottom: 0;
}

#signup_form section.row {
	margin-top:20px;
	padding: 10px 10px 20px 10px;
	background-color: #333333;
}

#signup_form div.row {
	padding-left: 18px;
}

#signup_form div.row ul {
	margin-bottom: 0;
}

#signup_form h3 {
	font-family: Futura;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

#signup_form label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 17px;
	color: #84C4D2;
	line-height: 25px;
	margin-left: 4px;
}

#signup_form #statezipcountry {
	border: 0;
	padding: 0;
	margin: 0;
}

#signup_form #state {
	width: 80px;
}

#signup_form li.state,#signup_form li.zip,#signup_form li.country {
	display: inline-table;
}

#signup_form li.country label {
	margin-bottom:0;
}

#signup_form #zip {
	width: 120px;
}

#signup_form li.zip {
	margin: 0 10px;
}

#signup_form li.tos {
	margin-bottom: 5px;
}

#signup_form input.error,
#signup_content input.error {
	background-color: #FFF;
	border-width:2px;
	border-color: orange;
}

#signup_form div.error,
#signup_content div.error {
	padding: 4px 0;
	line-height: 1.5;
	color: yellow;
	font-size: 14px;
}

#signup_form div.error.statezip {
	line-height: 1.1;
}

#signup_form div.error.toserror {
	padding-top: 0;
	line-height: 1;
}

#signup_form #client_warning {
	padding: 0 80px;
	text-align: center;
	line-height: 1.5;
	color: yellow;
	font-size: 14px;
}

div.signup_block div.form {
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:20px;
}

input#domain {
	-webkit-transition: background 1.5s ease-out;
	-moz-transition: background 1.5s ease-out;
	-o-transition: background 1.5s ease-out;
	transition: background 1.5s ease-out;
	background-color: #FAFAFA;
}
input#domain.updated {
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
	background: #99f;
}

#signup-banner .banner_img_holder {
	width:100%;
	height:250px;
	background-image: url("../images/domainbanner.jpg");
	background-position:center center;
	background-repeat: no-repeat;
	background-color: black;
}

#signup-banner .banner_img_holder_home {
	width:100%;
	height:175px;
	background-image: url("../images/homepage_rocks_banner.png");
	background-position:center center;
	background-repeat: no-repeat;
	background-color: black;
}

#signup-banner .banner_img_holder.april {
	background-image: url("../images/domainbanner2.jpg");
}

.price_list {
	background-color: #333;
	padding: 25px 15px;
}
.tld_row {
	width: 100%;
	padding: 5px;
	font-family: 'Futura';
}
.price_list h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}
.tld_row .tld_label,
.tld_row .tld_price,
.tld_row .tld_status,
.tld_row .tld_icon {
	display: inline-block;
	vertical-align: middle;
}
.tld_row .tld_price {
	width: 70px;
	text-align: right;
}
.tld_row .tld_label {
	text-transform: uppercase;
	width: 50px;
}
.tld_row .tld_icon {
	width: 35px;
	height: 35px;
	background-size: cover;
	background-image: url("../images/sidebar_globe.png");
}
.tld_row .tld_status {
	font-style: italic;
	color: #e5ac51;
;
}
.price_terms {
	margin-top: 40px;
	font-size: 0.8em;
	line-height: 1.1em;
	font-style: italic;
	font-family:Georgia,TimesNewRoman,sans-serif;
}

.domain-info {
	margin-top:25px;
}

#public_form_signupdomain .top-label {
	padding: 0px;
}
#public_form_signupdomain .top-label .domain label{
	display: none;
}
#public_form_signupdomain .form .button-container {
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
#public_form_signupdomain input[type='submit'] {
	margin: 10px 0px;
	font-size: 1.2em;
	background-image:url('/images/button_bg_shimmer.png');
	background-repeat: no-repeat;
	background-size: 0px 100px;
	background-position-x: -50%;
	transition: background-position 0s linear;
	transition: background-size 5s linear;
}
#public_form_signupdomain input[type='submit'].shimmer {
	background-position-x: 120%;
	background-size: 50px 110px;
	transition: background-position .5s linear;
}


#public_form_signupdomain input#domain {
	font-size: 20px;
	width: 66%;
	margin-bottom: 5px;
	padding:5px;
}

#public_form_service {
	width: 95%;
}

#public_form_service section.leftborder {
	border-left: 1px solid;
	padding-left: 50px;
}

/* Error page and Terms / Privacy pages
----------------------------------------------------------------------------------------------------*/
.error-wrapper pre {
	color: #666666;
}

.indent {
	margin-left:40px;
	margin-bottom:15px;
}
	.indent ul {
		font-family: Georgia, "Times New Roman", Times, serif
		margin-left:15px;
	}
	.indent li {
		list-style-type:disc;
		margin-bottom:10px;
	}


/* Build-my-site landing page for Instant domain provisioning
----------------------------------------------------------------------------------------------------*/

button.round[value="build_site"] {
	background: #68b1b7;
	border-color: #68b1b7;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin: 20px auto;
	display: block;
	width: 450px;
	box-shadow: none;
	font-weight: bold;
	font-size: 1.5em;
	font-family: FuturaBold;
	letter-spacing: 1px;
}
	button.round[value="build_site"]:hover {
		background: #74bbc1;
	}

/* Layout Footer
----------------------------------------------------------------------------------------------------*/
#page-footer {
	padding: 30px 0 30px 0;
	border-top: 1px solid #bbb;
	/* GRADIENT */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(102,102,102) 0%, rgb(63,63,63) 3%, rgb(25,24,24) 9%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(102,102,102)), color-stop(3%,rgb(63,63,63)), color-stop(9%,rgb(25,24,24))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(102,102,102) 0%,rgb(63,63,63) 3%,rgb(25,24,24) 9%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(102,102,102) 0%,rgb(63,63,63) 3%,rgb(25,24,24) 9%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(102,102,102) 0%,rgb(63,63,63) 3%,rgb(25,24,24) 9%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(102,102,102) 0%,rgb(63,63,63) 3%,rgb(25,24,24) 9%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#191818',GradientType=0 ); /* /GRADIENT */
}

#page-footer .footer-links {
	text-transform: uppercase;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 8pt;
	line-height: 2.7em;
	letter-spacing: 1px;
}

#page-footer p {
	font-family:futura;
	padding:2px;
	font-size:.8em;
}

#page-footer p a {
	font-size:.8em;
	font-weight:bold;
}

.footer-logo {
	text-align: center;
}


/* Mobile fixes */

@media screen and (max-width: 1180px) {
	.ribbon-end,
	.ribbon-end:before,
	.ribbon-end:after,
	.ribbon-edge-topleft,
	.ribbon-front:before,
	.ribbon-front:after,
	.ribbon-front h4:before,
	.ribbon-front h4:after {
		display:none;
	}
	#gallery-header .ribbon-front,
	#feature-header .ribbon-front,
	#responsive-header .ribbon-front,
	#cs-header .ribbon-front,
	#design-header .ribbon-front,
	#gallery-header .ribbon-content,
	#feature-header .ribbon-content,
	#responsive-header .ribbon-content,
	#cs-header .ribbon-content,
	#design-header .ribbon-content
	{
		float:none;
		margin:auto;
		width:95%;
	}
	.guts .ribbon-front h4 {
		text-align:center;
		padding:0;
		margin:0;
	}
	#gallery-header .ribbon-content,
	#feature-header .ribbon-content,
	#responsive-header .ribbon-content,
	#cs-header .ribbon-content,
	#design-header .ribbon-content {
		margin-top:10px;
	}
	#banner-content {
		width:96%;
	}
	#responsive-image-container {
		width:100%;
		height:400px;
	}
	#responsive-image-video {
		margin:34px auto;
	}
}

@media screen and (max-width:650px) {
	#design-wrapper p.icon {
		text-align:center;
		margin-top:20px;
	}
	#design-wrapper,
	#responsive-content {
		text-align:center;
	}
	#site_nav li {
		width: 50%;
		float:left;
		margin-bottom:10px;
	}
	#responsive-image-video {
		width: 50px;
		height:50px;
		background-size:contain;
		margin-top:55px;
	}
	#responsive-image-container {
		background-size:contain;
		height:200px;
	}
	#utility .signup-link {
		top:-85px;
	}
	#cs-details-wrapper h2 {
		text-align:center;
	}
	#cs-blurb {
		padding-right:0;
	}
}
