@charset "utf-8";

html, body {
	position: relative;
	background: #F2F2F2;
}

/********************
* Typography & Text *
********************/
.text > p > a:hover { border-bottom: 1px solid #2f7dcd; color: #2f7dcd; }

.page-name {
	position: relative;
	padding: 10px 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 30pt;
	font-weight: bold;
	text-shadow: 0 0 5px #000;
}

h3.num-list { line-height: 30px; }

.section-heading .num-list:before,
.progress-step > div:before {
	color: #F1F1F1;
	text-align: center;
	font-weight: 100;
	padding: 0;
	border-radius: 50%;
}

.section-heading .num-list:before {
	counter-increment: num-list-count;
	content: counter(num-list-count);
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	margin-right: 10px;
	background: #3E8DDD;
	border: none;
	font-size: 13pt;
	vertical-align: bottom;
}
.section-heading .num-list:after { display: none; border: none; }

.disabled .section-heading .num-list:before { background: #91B5DA; }

.progress-step {
	height: 100px;
	width: 65%;
	position: relative;
	margin: 0 auto;
	text-align: justify;
	font-size: 0.1px
}
.progress-step:before {
	content: '';
	width: 82%;
	height: 1px;
	display: block;
	position: absolute;
	left: 9%;
	top: 45px;
	border-top: 1px dashed #999;
}
.progress-step:after { content: ''; width: 100%; display: inline-block; }
.progress-step > div {
	width: 150px;
	height: 20px;
	position: relative;
	padding: 70px 0 15px 0;
	text-align: center;
	font-weight: 400;
	font-size: 15pt;
	color: #AAA;
	display: inline-block;
}
.progress-step > div:before {
	counter-increment: step-count;
	content: counter(step-count);
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -20px;
	font-size: 15pt;
	line-height: 40px;
	background: #AAA;
}
.progress-step > div.active { color: #3E8DDD; }
.progress-step > div.active:before { background: #3E8DDD; }

.info-exp { cursor: pointer; }
.info-exp:hover { background: #eee; }

.info-exp .item:after {
	content: "";
	width: 20px; height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/info-icon.png);
	background-size: 20px 20px;
	margin-left: 15px;
}

.info-exp + .exp { text-align: left; }
.info-exp + .exp > td { padding: 0; }
.info-exp + .exp div {
	display: none;
	opacity: 0;
	font-style: italic;
	color: #999;
	font-size: 11pt;
	padding: 0 85px 15px;
}

.comparison-chart {
	width: 730px;
	margin: 0 auto;
	table-layout: fixed;
	border: 1px solid #DADADA;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	text-align: center;
}

.comparison-chart .txp {
	color: #888;
	font-size: 11pt;
	font-style: italic;
	text-align: left;
}

.comparison-chart th:first-child { border-top-left-radius:10px }
.comparison-chart th:last-child  { border-top-right-radius:10px }

.comparison-chart tr:last-child td:first-child { border-bottom-left-radius:10px }
.comparison-chart tr:last-child td:last-child  { border-bottom-right-radius:10px }

.comparison-chart thead { background: #FFF; text-transform: uppercase; }
.comparison-chart th 	{ padding: 15px 0; }
.comparison-chart tbody { background: #F2F2F2; background: rgba(255,255,255,0.8); }
.comparison-chart td 	{ width: 25%; padding: 8px 55px; }
.comparison-chart .item { padding: 8px 0 8px 55px; text-align: left; }
.comparison-chart .yes  { height: 20px; }
.comparison-chart .yes:before {
	content: url(../img/white-check.png);
	display: inline-block;
	height: 20px; width: 20px;
	background: #318dde;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

.ie8 .comparison-chart tbody {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
}

/*********
* Quotes *
*********/
.quote 			{ font-style: italic; }
.quote:before 	{ content: '\201C'; }
.quote:after 	{ content: '\201D'; }
.quote + p 		{ text-align: right; margin-right: 50px; }

.quote-head > .head { position: absolute; bottom: 0; right: 0; }
.quote-head > div 	{ width: 80%; }

.fullquote		 { display: inline-block; }
.fullquote > img { width: 40%; float: left; margin-bottom: 25px; }
.fullquote > div {
    float: right;
    width: 52%;
    margin: 15px 0;
    padding: 10px 3%;
    background: url(../img/quote-watermark.png) 5% 15% no-repeat #e9e9e9;
    border-radius: 8px;
}


/***********************
* Unique Page Elements *
***********************/
#wrapper {
}

.page-footer,
.footer-push { width:100%; height: 250px; }

.page-footer a { color: #EEE; }
.page-footer a:hover { border-bottom: 1px solid #FFF; }
.page-footer {
    position: relative;
    clear: both;
    background: #505050;
    padding: 30px 0;
    z-index: 2;
}
.page-footer > div      { width: 900px; margin: 0 auto; }
.page-footer .copyright {
    margin: 0;
    padding: 20px 0;
    font-size: 10pt;
    color: #ccc;
    font-style: italic;
    text-align: center;
}
.page-footer > div > div:first-child { padding: 10px 0; border-bottom: 1px solid #adadad; }
.page-footer ul {
    margin: 15px 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.page-footer li { text-decoration: none; list-style: none; font-size: 10pt; }
.page-footer li:first-child { margin-bottom: 5px; }
.page-footer li:first-child > a { margin-bottom: 15px; font-weight: bold; } 

.page-footer .footer-dashboard { color: #FFF; border-radius: 4px; }
.page-footer .sitemap_col { width: 180px; }


/*****************
* Return to Name *
*****************/
.name-return {
	position: fixed;
	top: 150px;
	right: 60px;
	z-index: 100;
    -webkit-transition: all cubic-bezier(.47, .23, .95, 1) 0.25s;
    -moz-transition:    all cubic-bezier(.47, .23, .95, 1) 0.25s;
    -ms-transition:     all cubic-bezier(.47, .23, .95, 1) 0.25s;
    -o-transition:      all cubic-bezier(.47, .23, .95, 1) 0.25s;
    transition:         all cubic-bezier(.47, .23, .95, 1) 0.25s;
}

.name-return .broker,
.name-return img {
	height: 65px; width: 65px;
	border-radius: 50%;
}
.name-return .broker {
	box-shadow: 0 0 0 2px #FFF,
				2px 2px 0 1px #888,
				inset 0 3px 2px 1px rgba(255,255,255,0.15),
				inset 0 -3px 2px 1px rgba(0,0,0,0.04);
	background-color: #71B23E;
	background-image: url(../img/chat-bubble.png);
	background-repeat: no-repeat;
	background-position: center;
}
.name-return img {
	box-shadow: 0 0 0 2px #FFF,
				2px 2px 0 1px #888,
				inset 0 0 2px 1px rgba(0,0,0,0.25),
				inset 0 3px 2px 1px rgba(255,255,255,0.25),
				inset 0 -3px 2px 1px rgba(0,0,0,0.17);
}

.name-return .return-to {
	max-width: 0;
	top: 15px; right: 10px;
	position: absolute;
	padding: 0 25px 0 15px;
	background: #404040;
	box-shadow: 1px 1px 0 1px #888;
	border-radius: 4px 0 0 4px;
	white-space: pre;
	overflow: hidden;
	font-size: 10pt;
	line-height: 30px;
	color: #FFF;
	text-align: right;
	z-index: -1;
}

.name-return .return-to.active,
.name-return .return-to:hover { background: #71B23E; }

.name-return .return-to.active,
.name-return:hover .return-to { max-width: 500px; right: 50px; }

.name-return .new-message {
	position: absolute;
	bottom: 0; left: 0;
	height: 20px; width: 20px;
	background: #b21717;
	box-shadow: 0 0 0 2px #FFF;
	color: #FFF;
	line-height: 20px;
	font-size: 9pt;
	font-weight: 500;
	text-align: center;
	border-radius: 50%;
}


/******************
* Modular Content *
******************/
.sec-container {
	width: 640px;
	vertical-align: top;
	margin-bottom: 0;
	color: #121212;
	margin: 0 auto;
}

.sec-container > .content {
	width: 600px;
	/*padding: 25px 40px;*/
	/*box-shadow: 0 1px 9px rgba(0, 0, 0, 0.56);*/
	text-align: left;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ddd;
    border-radius: 6px;
}

.sec-container > .content.text {
	background-color: #FFF;
	margin: 15px auto;
	border-radius: 4px;
	border: 1px solid #DDD;
}
.sec-container > .content,
.sec-container > img {
	display: block;
	margin: 0 auto;
	position: relative;
	line-height: 165%;
}


.sec-container > .minimal-title {
	background: #404040;
	color: #FFFFFF;
	text-align: left;
	margin: 50px auto 0 auto;
	box-shadow: 0 0 0 #303030, 1px 1px 0 #303030, 2px 2px 0 #303030;
}
.sec-container > .minimal-title .title {
	font-size: 22pt;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}

.sec-container > .content.dark p		  { color: #F1F1F1; }
.sec-container > .content.quote-head 	  { padding: 50px 0; }
.sec-container > .content > .heading:first-child { margin-top: 0; }
.sec-container > .content > .button 	  { margin: 10px 2px; }


/****************
* Stripe Layout *
****************/
.stripe 	   { padding: 75px 0 46px; color: #404040;}
.stripe.short  { padding: 15px 0 0 0; }
.stripe.min    { padding: 0; }
.stripe.dark   { color: #FFF; }
.stripe.bg-img {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    background-origin: content-box;
}
.stripe.bg-img > img {
	position: absolute;
	min-width: 100%; max-width: 120%;
	min-height: 100%;
	position: absolute;
	top: 0; left: 0;
}

.stripe .card > h2 { display: block; text-align: center; }
.stripe .card > h2,
.stripe .card > p { padding: 25px 40px 0; }

.stripe .button { width: 250px; padding: 10px; margin: 8px; }

.stripe h2 {
	position: relative;
	display: inline;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 18pt;
	line-height: 30px;
}
.stripe.stripe-top {
	padding: 15px 0 0px;
}

h2.top-section { text-transform: none; font-size: 30pt; }

.top-section.text-only { padding: 0; line-height: 50px; float: left; }

.section-heading {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
.section-heading.center { text-align: center; }
.section-heading.left 	{ text-align: left; }
.section-heading.right  { text-align: right; }

.section-heading h2:before,
.section-heading h2:after {
	content: "";
	position: absolute;
	height: 15px;
	width: 980px;
	border-bottom: 1px solid #404040;
}

/* Has to be !important for Chrome */
h2.top-section:before,
h2.top-section:after { height: 20px !important; }

.section-heading h2:before { left: -980px; }
.section-heading h2:after  { right: -980px; }
.dark .section-heading h2:before,
.dark .section-heading h2:after  { border-bottom: 1px solid #FFF; }

.stripe-text.left  { float: left; clear: left; }
.stripe-text.right { float: right; clear: right; }

.word-spacer {
	display: inline-block;
	width: 100%;
	border-top:    1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 40px 0;
	padding: 15px 0;
	text-align: center;
	font-size: 22pt;
}

.round-img {
	position: absolute;
	background: #F1F1F1;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #4b4b4b;
}


/*****************
* Stripe Content *
*****************/
/* Main Page Stripes */
.featured-on,
.featured-on img { height: 60px; }

.featured { background: #FFF; }

.featured-names { margin-top: 40px; }
.featured-names > div { width: 200px; text-align: center; }
.featured-names .name-icon {
	height: 100px; width: 100px;
	margin: 0 auto;
	background: #404040;
	border-radius: 50%;
}
.featured-names .name-cat:before { left: 20px; top: 20px; }
.featured-names .domain 		 { font-weight: 800; }
.featured-names .price  		 { font-style: italic; }
.featured-names .button 		 { width: 122px; }

.success-stories { height: 280px; padding: 75px 0; position: relative; }
.success-stories .card {
	position: absolute;
	height: 470px; width: 450px;
	top: -95px; right: 0px;
}
.success-pics {
	position: absolute;
	width: 100%;
	overflow: hidden;
	left: 0; top: 75px;
	white-space: nowrap;
}
.success-pics .screenshot {
	position: relative;
	display: inline;
	margin: 0 0 0 15px;
	box-shadow: 2px 2px 0 #888;
}

.get-your 			   { background: #283e51; }
.get-your .stripe-text { width: 400px; }
.get-your .laptop 	   { position: relative; float: left; }
.get-your .laptop img  { position: absolute; z-index: 1; }
.get-your .yt-wrap {
	top: 18px; left: 86px;
	width: 380px;
}
.get-your .laptop.hide img { opacity: 0; }
.get-your .laptop.hide .yt-wrap {
	top: 0; left: 0;
	width: 545px;
}


.why-dns 			   { background: #404040; }
.why-dns .stripe-text  { width: 600px; }
.why-dns .dns-logo {
	top: 70px; right: 120px;
	width: 230px; height: 230px;
}
.why-dns .dns-logo > img { position: absolute; top: 66px; left: 23px; }

/* Buy Domain Names */

.buy-ask				 { background: #FFF; }
.buy-ask .stripe-text    { width: 485px; }
.buy-ask .stripe-buttons { position: absolute; top: 85px; right: 100px; }
.buy-ask .ask-broker {
	position: absolute;
	top: 5px; left: -65px;
	width: 75px; 
	height: 75px;
	box-shadow: 0 0 0 2px #FFF,
 				2px 2px 0 1px #888,
				inset 0 3px 2px 1px rgba(255,255,255,0.15),
 				inset 0 -3px 2px 1px rgba(0,0,0,0.04);
}

.buy-search { background: #303030; padding: 0; }

.buy-easy				{ background: #52799f; }
.buy-easy .stripe-text  { width: 390px; }
.buy-easy .onetwothree  {
	position: absolute;
	top: 195px; 
	right: 135px;
	width: 390px;
	color: #FFF;
}
.onetwothree > div {
	position: relative;
	top: -35px;
	height: 80px; 
	width: 80px;
	margin-right: 40px;
	background: #318dde;
	border-radius: 50%;
	font-size: 25pt;
	line-height: 80px;
	text-align: center;
}

.buy-learn 				{ background: #00467f; }
.buy-learn .stripe-text { width: 370px; }
.buy-learn img 			{ position: absolute; bottom: -50px; left: 40px; }

.all-star   			{ background: #404040; }
.all-star .stripe-text  { width: 610px; }
.buy-broker	{
	width: 300px; height: auto;
	position: relative;
	top: 30px;left: 30px;
	text-align: center;
}
.buy-broker img { position: static; width: 200px; height: 200px; }
.buy-broker > span {
	position: relative;
	background: #404040;
	padding: 10px 14px;
	top: -30px;
}
.star-name { font-weight: 800; }

/* Sell Page Content */
.sell-join 				{ background: #FFF; }
.sell-join .stripe-text { width: 575px; }

.sell-feat				   { padding: 10px 0; background: #F1F1F1; border-top: 1px solid #ddd; }
.sell-feat .features > div {
	width: 300px;
	margin-bottom: 25px;
	vertical-align: top;
	text-align: center;
}

.sell-feat .feature {
	height: 70px;
	width: 70px;
	margin: 0 auto;
	background: #71b23e;
	border-radius: 50%;
}
.sell-feat .feature > img {
	position: relative;
	top: 10px;
	width: 50px; height: 50px;
}

.sell-feat .feat-name 	{ font-weight: 800; }
.sell-feat .feat-desc 	{ text-align: left; }

.sell-platform				{ background: #404040; }
.sell-platform .screenshot  { width: 310px; }

.sell-app 				   { background: #FFF; }
.sell-app .section-heading { width: 670px; float: right; }
.sell-app .stripe-text     { width: 670px; }
.sell-app .iphone 		   { position: absolute; width: 250px; top: -35px; }

/* About Us */
.about-contact .stripe-text { width: 50%; }

.about-quote { background: #404040; }

.quote-head:before,
.quote-head:after {
	position: absolute;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #3A3A3A;
	font-size: 150px;
}
.quote-head:before { content: '\201C'; top: 70px; left: -45px; }
.quote-head:after  { content: '\201D'; bottom: 0; right: -45px; }

.about-history .youtube { box-shadow: -3px 3px 0px 0px #888; }

.about-people { 
	background: #404040; 
	padding-bottom: 0px;
}
.about-people .stripe-text { margin-bottom: 50px; }
.about-people img.bio {
	width: 200px;
	float: left;
	margin: 20px 50px 30px 30px;
	border-radius: 50%;
	clear: left;
}

.about-people .stripe-text.bio-title,
.about-people .stripe-text.bio {
	width: 680px;
	float: left;
	margin-bottom: 15px;
	vertical-align: top;
	clear: right;
}

.about-people .person {
	text-align: center;
	width: 140px;
	vertical-align: top;
	margin: 0 25px 30px;
}
.about-people .person img { width: inherit; border-radius: 50%; }

.about-people .name  { font-weight: bold; }
.about-people .title { font-size: 10pt; }

.about-careers .stripe-text { width: 50%; }

/* Contact DNS */
.contact-phone .stripe-text { width: 50%; }

.contact-email { position: relative; background: #fbfaf8; overflow: hidden; }

.contact-email:before,
.contact-email:after {
	content: '';
	width: 105%; height: 35px;
	position: absolute;
	top: 0;
}
.contact-email:before {
	left: -50px;
	background-image:
		repeating-linear-gradient(
			135deg, transparent, transparent 35px, rgba(79, 130, 196,.25) 35px, rgba(79, 130, 196,.25) 50px);
}
.contact-email:after {
	left: -15px;
	background-image:
		repeating-linear-gradient(
			135deg, transparent, transparent 35px, rgba(247, 82, 52,.25) 35px, rgba(247, 82, 52,.25) 50px);
}

.contact-post { height: 330px; position: relative; }
.contact-post .map {
	height: 100%; width: 100%;
	position: absolute;
	top: 0; left: 0;
}
.contact-post .card {
	position: absolute;
	height: 365px; width: 360px;
	top: -40px; left: 0px;
}

/* Brokerage page */
.brokerage-team 			 { background: #F1F1F1; }
.brokerage-team .stripe-text { width: 50%; }

.brokerage-language 			 { background: #404040; }
.brokerage-language .stripe-text { width: 475px; }
.brokerage-language img {
	position: absolute;
	top: 70px; left: 115px;
	width: 300px;
}

/* Domain Buy */

.qoff-make { background: #FFF; }
.qoff-make img {
	position: absolute;
	top: 90px; right: 160px;
	width: 200px;
}

.qoff-make .stripe-text { width: 50%; }
.qoff-price {
	position: absolute;
	top: 210px; right: 0;
	width: 50%;
	text-align: center;
}
.qoff-price sup { font-size: 13pt; }
.qoff-price .old-price,
.qoff-price .new-price {
	height: 45px;
	display: inline-block;
	margin: 0 15px;
	font-size: 28pt;
}
.qoff-price .old-price { color: #aaa; }
.qoff-price .old-price:after {
	content: "";
	width: 200px; height: 20px;
	position: absolute;
	left: 105px; top: 0;
	border-bottom: 1px solid #aaa;
	transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
}
.qoff-price .new-price { font-weight: 800; }

.qoff-name {
	background: #B2D895;
	position: relative;
	text-align: center;
	padding: 15px 0;
}
.qoff-name input    { width: 400px; }
.qoff-name .button  { width: 150px; }

.qoff-error {
	display: none;
	background: #D89B97;
	position: relative;
	text-align: center;
	padding: 8px 0;
	color: #7A332E;
}

.qoff-input 	    { height: 56px; }

.qoff-target 	    { position: absolute; top: 5px; width: 100%; }
.qoff-target:hover  { color: #121212; }

.qoff-target[data-tooltip]:before { border-color: #6FAE3C transparent; }
.qoff-target[data-tooltip]:after  { background: #6FAE3C; }
.qoff-target[data-tooltip]:before,
.qoff-target[data-tooltip]:after {
	font-size: 10pt;
	left: 48%;
	z-index: 1;
}

.qoff-form 			{ background: #E2E2E2; }
.qoff-form .content { width: 610px; }

/* Buyer's Guide */

.buyers-car { background: #FFF; }

.buyers-congratulations { background: #404040; }

/* Careers Page */

.careers-top 			  { background: #FFF; }
.careers-top .stripe-text { width: 600px; }
.careers-top .dns-logo    { position: absolute; top: 100px; left: 120px; }

.careers .job {
	margin: 15px 0 0;
	padding: 5px 40px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
}
.careers .job:hover { cursor: pointer; background: #FDFDFD; }
.careers .job h4 {
	position: relative;
	margin-left: 40px;
	text-transform: uppercase;
	font-weight: bold;
}
.careers .job h4+p { padding-top: 20px; border-top: 1px solid #888; }
.careers .job h4:before {
	font-family: 'Flaticons Stroke';
	content: "\e5b4";
	position: absolute;
	top: 1px; left: -50px;
	font-size: 28px;
	font-weight: normal;
}
.careers .job:hover h4:before { color: #318DDE; }
.careers .job.down h4:before { content: "\e5b5"; }

.careers .job p,
.careers .job ul { display: none; opacity: 0; cursor: auto; }



/*****************
* Content Styles *
*****************/
/* Image splash for page headings */
.splash-wrapper.full,
.splash-wrapper.small {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.splash-wrapper.full { height: 100%; }
.splash-wrapper.full > img { min-height: 100%; min-width: 100%; top: 0; }

.splash-wrapper img {
	position: absolute;
	z-index: 1;
}
.splash-wrapper video {
	position: absolute;
	top: 0; left: 0;
	min-height: 100%;
	min-width: 100%;
	z-index: 2;
}

.splash-wrapper.small {
	height: 200px;
	border-bottom: 2px solid #404040;
}
.splash-wrapper.small > img {
	top: -50%; left: 0;
	width: 100%; min-height: 350px;
    -webkit-transition: all linear 0.1S;
    -moz-transition:    all linear 0.1S;
    -ms-transition:     all linear 0.1S;
    -o-transition:      all linear 0.1S;
    transition:         all linear 0.1S;
}

.splash {
	height: inherit;
	padding: 0px 0;
	display: table;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.splash > h1 { position: absolute; width: 100%; }

.splash > .page-name,
.splash > .button { text-align: center; z-index: 2; }
.splash > .button {
	width: 200px;
	position: relative;
	top: 100px;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 13pt;
}

.scroll-down {
	position: absolute;
	bottom: 20px; left: 0;
	width: 100%; height: 40px;
	padding: 15px 0;
	background: #404040;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
}
.scroll-down:hover {
	background: #606060;
	background: rgba(0,0,0,0.6);
}

.ie8 .scroll-down {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.ie8 .scroll-down:hover {
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}

.scroll-down > img { height: inherit; margin: 0 10px; }
.scroll-down > img,
.scroll-down > span {
	position: static;
	display: inline-block;
	vertical-align: middle;
}

.youtube 		{ width: 900px; height: 506px; float: right; margin: 10px 0 25px 0; }
.youtube.small  { width: 543px; height: 305px; float: right; margin: 0 0 0 30px; }
.youtube.overlay {
	position: relative;
	width: 350px;
	height: 330px;
	padding: 0 50px;
	margin: 10px 40px 50px 40px;
	background: url(../img/site-collage.png) no-repeat;
}
.youtube > .container {
	position: relative;
	top: 20%;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube.overlay iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.content > .question {
	position: relative;
	cursor: hand;
    cursor: pointer;
	color: #3E8DDD;
	font-size: 11pt;
	margin: 0 0 0 50px;
 }
.content > .question:hover  	 { color: #67b8ff; }
.content > .question:before 	 { position: absolute; content:'\25B6'; left: -20px; }
.content > .question.down:before { content:'\25BC'; }
.content > .question + .txp 	 { margin-left: 60px; }


/**************
* Textstripes *
**************/
.tstripe { width: 100%; display: table-cell; vertical-align: middle; }

.tstripe.main h1 { margin: 0 0 15px 0; }
.tstripe.main h2 {
	margin: 20px 0 5px 0;
	font-weight: 100;
	font-style: italic;
}
.tstripe > .content {
	position: relative;
	width: 100%;
	background: #404040;
	background: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	z-index: 1;
}

.ie8 .tstripe > .content {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
}

.tstripe.main > .content { padding: 75px 0; }


/*****************
* Call to Action *
*****************/	
.cta {
	position: relative;
	height: 75px;
	/*background-color: #404040;
    box-shadow: inset 0 0 10px 20px #3c3c3c;
	border-top: 	1px solid #303030;
	border-bottom: 	1px solid #303030;*/
    text-align: center;
    z-index: 10;
}
.tstripe.main .cta,
.tstripe.main .search-options {
	background: none;
	border: none;
	box-shadow: none;
}

.cta ::-webkit-input-placeholder { text-align: center; }
.cta :-moz-placeholder           { text-align: center; }
.cta ::-moz-placeholder          { text-align: center; }
.cta :-ms-input-placeholder      { text-align: center; }

.cta h1	{ font-size: 24pt; font-weight: bold; }
.cta h3 { font-size: 18pt; margin: 0 0 20px 0; }

.cta > .content { /*padding: 15px 40px;*/ }


/***************
* Table Styles *
***************/
/* set cellspacing and cellpadding to 0 */
table { border-collapse: collapse; }
th,td { padding: 0; }

.double-table > table 			{ width: 49%; float: left; }
.double-table > table + table 	{ float: right; }

.domain-list 					{ border: 0; text-align: left; }
.domain-list tr 				{ padding: 5px 16px; }
.domain-list tr:nth-child(odd)  { background: #fff; }
.domain-list tr:nth-child(even) { background: #e9e9e9; }
.domain-list tr:first-child 	{ background: #3E8DDD; }
.domain-list th 				{ color: #F1F1F1; text-shadow: 2px 2px #2982d0; padding-top: 8px; padding-bottom: 8px; }
.domain-list th ~ th 			{ color: #99cfff; }
.domain-list td 				{ height: 35px; vertical-align: middle; }
.domain-list th:first-child,
.domain-list td:first-child 	{ padding-left: 5%; }

.domain-list .domain { width: 50%; }
.domain-list .price  { width: 25%; }
.domain-list .action { width: 20%; }
.domain-list .button  { padding: 5px 10px; font-size: 10pt; float: right; }


/****************
* Broker Styles *
****************/
.broker-container {
	width: 900px; height: auto;
	float: left;
	margin: 0 40px;
}

.broker-detail,
.broker-detail > img { height: 280px; width: 280px; }

.broker-name { background: #404040; background: rgba(0,0,0,0.7); }

.ie8 .broker-name {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
}

.broker-detail {
	position: relative;
	margin: 8px;
	overflow: hidden;
	text-align: left;
	border-radius: 4px;
}
.broker-detail > div {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 8px 25px;
    color: #F1F1F1;
}

.broker-detail a,
.broker-detail p,
.broker-detail h4 { text-shadow: 2px 2px 3px #121212; }

.broker-detail a 		{ color: #FFF; }
.broker-detail a:hover  { color: #318DDE; }

.broker-detail p {
	height: 18px;
	font-size: 10pt;
	line-height: 18px;
	margin: 2px 0;
	text-shadow: 2px 2px 3px #121212;
}

.broker-detail .name 		{ font-weight: bold; }
.broker-detail .name:before { padding-right: 4pt; }

.broker-detail .title { margin-bottom: 20px; }

.broker-phone,
.broker-skype,
.broker-qq {
	position: relative;
	left: 30px;
	padding: 8px 0;
	z-index: 3;
}
.broker-skype:before { background: url(../img/icons/skypeicon-light.png); }
.broker-qq:before { background: url(../img/icons/qq-light.png); }
.broker-phone:before { background: url(../img/icons/phoneicon-light.png); }
.broker-skype:before,
.broker-qq:before,
.broker-phone:before {
	content: '';
	background-size: 20px 20px;
	background-repeat: no-repeat; 
	width: 26px;
	height: 26px;
	position: absolute;
	left: -30px;
}

.broker-detail > .broker-contact {
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
	padding: 30px;
	top: 0;
}
.ie8 .broker-detail > .broker-contact {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}

.broker-container.small .broker-detail,
.broker-container.small .broker-contact,
.broker-container.small .broker-detail > img { height: 205px; width: 205px; }

.broker-container.small .broker-detail > div { padding: 5px 15px; }
.broker-container.small .broker-detail > .broker-contact { padding: 15px; }


/*****************
* Contact Styles *
*****************/
.contact-form label {
	display:block;
	color:#888;
	line-height: 20px;
	margin: 20px 0 10px 0;
}
.contact-form input:not([type=radio]),
.contact-form select,
.contact-form textarea {
	height: 40px;
    width: 100%;
    font-size: 15pt;
    padding:5px;
}
.contact-form input[type=radio] { margin-left: 130px; }
.contact-form textarea 			{ height: 165px; }

.success-box {
    padding: 10px 10px 10px 50px;
    margin: 10px 0;
    border: solid 1px;
    border-color: #ACDBAD;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image:url(../img/tick.png);
}

.col-container { display: inline-block; width: 100%; }

.two-col 			{ float:left; width: 465px; }
.two-col + .two-col { float: right; }

.fhint { width: 100%; color: #ED1C24; font-size: 13px; }

.ferrmsg { display: none; }


/*************
* Background *
*************/
.vid {
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	z-index: 1;
}


/********************
* Imagery & Artwork *
********************/
.dns-app { float: right; margin: 0 25px; }

.iphone {
	padding-bottom: 54%;
	position: relative;
	background: url(../img/stripe/iphone.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.iphone > img {
	position: absolute;
	width: 86%;
	padding: 7.5%;
	padding-top: 29%;
	z-index: 0;
}

.map { height: 400px; width: 100%; }
.map > p { float: left; }
.map > iframe { height: 350px; width: 600px; float: right; }

.image-slider { position: relative; }
.image-slider > div {
	position: absolute;
	width: inherit; 
	height: inherit;
	top: 0;
	left: 0;
	z-index: 5;
}

.image-slider.car {
	width: 980px;
	height: 306px;
	margin-top: 75px;
	background: url(../img/buyers-guide/Car-Restored.jpg);
}
.image-slider.car > div { background: url(../img/buyers-guide/Car-Ruined.jpg); }
.image-slider.car img { position: absolute; opacity: 0; }
.image-slider.car h2 {
	position: absolute;
	font-size: 18pt;
	font-weight: 400;
	text-transform: none;
	padding: 0;
	top: -40px;
	z-index: 6;
}
.image-slider.car h2 + h2 { right: 0; }

select#dng_keyword_type{ border-radius: 4px;
    font-size: 12pt;
    height: 39px;
    /*margin-right: 10px;*/
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	width: 120px;
	}
select#dng_result_sort{border-radius: 4px;
    font-size: 12pt;
    height: 25px;
	width: 65%;
	float: right;
	}
select#dng-word-group{border-radius: 4px;
    font-size: 10pt;
    height: 30px;
	width: 65%;
	float: right;
	}
#table_container {
    /*margin: 0 1em;*/
}
#results {
    /*box-shadow: 0 1px 9px rgba(0, 0, 0, 0.56);*/
    color: #fff;
    margin-top: 1em;
	width: 100%;
	font-size: 12px !important;
	border: 1px solid #f1f1f1;
}
#results thead th:first-child {
    border-top-left-radius: 4px;
}
#results thead th:last-child {
    border-top-right-radius: 4px;
}
#results thead th {
    background: rgb(62,141,221);
    /*border-top: 1px solid #842244;*/
    color: #fff;
    font-weight: normal;
    line-height: 1;
    padding: 10px 0 8px 5px;
    text-transform: uppercase;
}
#results tbody tr.even td.shadow-right {
    padding-left: 15px;
}
#results tbody tr td.shadow-right {
    /*border-left: 1px solid #262729;*/
    padding-left: 14px;
}
#results tbody tr.even td.shadow-left {
    padding-left: 6px;
    padding-right: 6px;
}
#results tbody tr td.shadow-left {
    /*border-right: 1px solid #262729;*/
    padding-left: 6px;
    padding-right: 6px;
}
#results tbody tr td.top {
    padding-left: 14px;
    padding-right: 6px;
    padding-top: 6px;
    vertical-align: top;
}
#results tbody tr td.center {
    padding-left: 14px;
    padding-right: 6px;
    padding-top: 6px;
    text-align: center;
    vertical-align: top;
}
#results tbody td.domain-cell {
    /*padding: 0 12px;*/
	text-align: justify;
}
#results .subheader td {
    color: #636567;
    font-size: 11px;
}
#results .icon-column {
    text-align: center;
    width: 22px;
}
#results .icon-column img {
    cursor: pointer;
    float: left;
    position: relative;
    top: 1px;
}
#results .icon-column img:first-child {
    margin-left: 4px;
}
#results .expiry-column {
    padding-left: 14px;
    width: 90px;
}

table#results td{text-align: center;}
#dng-ret-results td{border: 1px solid rgb(62, 141, 221);}
.dngSpeech{cursor: pointer;}
.dng-domain-available{width: 94%; float: right;}
#dng-result-content{max-width: 1000px !important;height: auto; margin: 0 auto; clear: both;}

.dng-search-more-button{	
	clear: both;	
	display: none;
	height: auto;	
	margin: 0 auto;	
	text-align: center;	
	width: 32.7%;
}
.dng-search-loader-button{	
	clear: both;	
	height: auto;
	display: none;
	margin: 0 auto;	
	text-align: center;	
	width: 15%;
}
.dng-search-more-button-individual{	
	border-radius: 2px;	
	clear: both;	
	color: #fff;	
	cursor: pointer;	
	display:inline-block; 	
	font-weight: bold;	
	height: auto;	
	margin: 10px auto 0px;	
	outline: medium none;	
	position: relative;	
	text-decoration: none;	
	background: rgb(62,141,221);
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	font-size: 10px;
	width: 100%;}
.dng-search-more-button-individual-loader{	
	border-radius: 2px;	
	clear: both;
	color: #fff;
	display:inline-block; 	
	font-weight: bold;	
	height: auto;	
	margin: 10px auto 0px;	
	outline: medium none;	
	position: relative;	
	text-decoration: none;	
	width: 100%;
}
th.dng-tld-group{width: 10% !important;}
td.dng-tld-group{width: 10% !important;}

#domainname-generator-progressbar{	
	width: 100%;	
	margin-left:0.5%;	
	margin: 0 auto;	
	height:auto;	
	text-align:center;	
	border-radius:2px;	
	margin-top: 10px;	
	letter-spacing: 1px;	
	font-weight: bold;	
	clear: both;
}
#domainname-generator-progressbar-loader{	margin: 0 auto;	text-align: center;	width: 90%;background: rgb(62,141,221);
	border: 1px solid #e5e5e5;}
.dng-search-loader-button{	
	clear: both;	
	height: auto;
	/*display: none;*/
	margin: 0 auto;	
	text-align: center;	
	width: 15%;
}
.dng-search-more-button-individual-loader{	
	border-radius: 2px;	
	clear: both;
	color: #fff;
	display:inline-block; 	
	font-weight: bold;	
	height: auto;	
	margin: 10px auto 0px;	
	outline: medium none;	
	position: relative;	
	text-decoration: none;	
	background: rgb(62,141,221);
	border: 1px solid #e5e5e5;
	width: 100%;
}