/* ------------------------
     Title: screen.css
---------------------------*/
body{
	background: #c7cfd5 url(../_images/bg-body.jpg) 0 0 repeat-x;
    /*background: #f5f5f5 url(../_images/white_bed_sheet.png);*/
	/*font-family: Calibri, Arial, sans-serif;*/
	font-family: "Open Sans", Arial, sans-serif;
	font-size:62.5%;
	line-height:1;
	color:#6e7880;
}
a{
	color:#0092e3;
	text-decoration:none;
}
a:hover{
	color:#ff6d00;
}
p{
	font-size:14px;
	color:#6e7880;
}
#wrapper{
	width:995px;
	margin:20px auto;
	position:relative;
}

/* Header styles */
#header{
    /*margin:20px 0;*/
    /*width: 50px;*/
    background:#d6dddf;
    border-radius: 5px 5px 0 0;

    /*z-index:1;
    position:relative;
    width:100%;
    overflow:hidden;
    height:87px;
    background-color:#d6dddf;
    margin:0 auto 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius:10px;
    -moz-border-radius: 10px 10px 0 0;*/
}
#header .heading{
	/*float:left;*/
    padding: 20px;
    overflow: hidden;
}
#header img{
	/*margin:15px 0 0 0;*/
}
#header img.logo{
	/*margin:15px 5px 0 25px;*/
}
#header p{
	font-size:11px;
	margin: 2px 0 0 25px;
}
/*.social-aux{
	float:right;
	margin:40px 25px 0 0;
	overflow:hidden;
}
.social-aux a, .social-aux iframe{
	float:left;
	width:80px;
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 0 25px;
}
.social-aux iframe.twitter-share-button{
	background-image:url(../_images/img-twitter.gif);
	margin:2px 25px 0 0;
}
.social-aux iframe{
	background-image:url(../_images/img-facebook.gif);
}*/

/* Main-promo styles */
#main-promo{
	/*position:relative;
	z-index:10;
	margin:0;
	width:932px;
	height:274px;
	padding:25px 38px 25px 25px;*/
    position: relative;
    overflow: hidden;
    /*width:997px;*/
    /*height: 327px;*/
	/*background:url(../_images/hero_suspension_bg.jpg) 0 0 no-repeat;*/
	background:#fff url(../_images/suspension_bg2.jpg) 0 0 no-repeat;
}
#main-promo-inner {
    overflow: hidden;
    text-align: center;
    padding:20px 0;
    margin:0!important;
    /*position: absolute;
    left: 20px;
    top: 50%;*/
    /*margin-top: 40px;*/
}
#featured{
	/*float:left;*/
	width:500px;
    height: 80px;
    line-height: 80px;
    /*overflow: hidden;*/
    display: inline-block;
    vertical-align: middle;
    /*position: absolute;
    top: 50%;
    margin-top: -40px;*/
}
#featured h1{
    white-space: nowrap;
    display: inline-block;
	font-size:80px;
    font-weight: 700;
	color:#fff;
    text-shadow: 1px 1px 0px #666;
	margin:0;
}
#featured h1 a {
    color: #fff;
}
#featured h1 span{
	color:#ff6d00;
}
#featured p{
	margin:0;
	color:#e0e5e7;
	font-weight:bold;
	font-size:18px;
}
/* Main-promo form */
.arrow_box {
    position: relative;
    background: #313A43;
    /*background: #88b7d5;*/
    background: rgba(49,58,67,.9);
    /*background: #88b7d5;*/
    /*border: 4px solid #c2e1f5;*/
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/*.arrow_box:after {
    border-right-color: rgba(0,0,0,.5);
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
}*/
.arrow_box:before {
    border-right-color: #313A43;
    border-right-color: rgba(49,58,67,.9);
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}

#auction{
	/*float:right;
	margin:13px 0 0 0;*/
	/*position:absolute;
    top:50px;
    right:20px;*/
    -moz-box-shadow: 7px 7px 20px rgba(0,0,0,0.6);
    -webkit-box-shadow: 7px 7px 20px rgba(0,0,0,0.6);
    box-shadow: 7px 7px 20px rgba(0,0,0,0.6);
    text-align: left;
	width:410px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    border-radius: 5px;
}
#auction h3{
	font-size:24px;
	color:#fff;
	font-weight:normal;
    font-weight: 400;
}
#auction h3 span{
	color:#ff6d00;
}
#auction hr{
    background-color:#666;
    margin:15px 0;
}
#auction p{
	color:#cad1d7;
	font-size:14px;
	line-height:20px;
	margin:4px 0 0 0;
    font-weight: 300;
}
#auction-inner {
    padding:10px;
}
/* Notification form */
.notify{
	display:block;
	margin:16px 0 0 0;
}
.notify .form-input{
	float:left;
	width:200px;
	margin-right:10px;
}
.notify .form-input input{
	width:170px;
}
.notify .last{
	margin:0;
}
.notify label{
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
.notify input{
	display:block;
	font-size:14px;
	padding:4px 5px;
	margin:6px 0 12px 0;
	border:4px solid #e6e8e9;
	-moz-border-radius: 3px;
	border-radius:3px;
	float:left;
}
.notify input:focus{
	border-color:#007cc3;
}
.notify input.email{
	width:380px;
}
#auction .notify p{
	margin-left:5px;
	float:left;
	color:#fff;
	width:220px;
}
.notify .submit{
	width:121px;
	background:url(../_images/btn-notifyme2.png) 0 0 no-repeat;
	height:45px;
	float:right;
	border:none;
	cursor:pointer;
}
.notify .submit:hover{
	background-position:0 -45px;
}
.success, .fail, .error{
	display:none;
}
label.error{
	margin-left:5px;
	color:#ea0000;
}
.success{
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
	font-size:16px;
}
/* Modal form */
#modal{
	position:absolute;
	left:20px;
	width:335px;
	height:264px;
	background:url(../_images/img-popup.png) 0 0 no-repeat;
	z-index:9999;
	padding:30px 25px 0 55px;
	display:none;
}
#modal p{
	font-size:18px;
	color:#2a3b48;
}
#modal p span{
	color:#ff6d00;
}
#modal .close{
	position:absolute;
	width:34px;
	height:34px;
	top:0;
	right:0;
	background:url(../_images/btn-close.png) 0 0 no-repeat;
	text-indent:-999em;
}
#modal .notify{
	margin:15px 0 0 0;
}
#modal .notify p{
	font-size:14px;
	margin-left:5px;
	float:left;
	width:160px;
}
#modal .notify .form-input{
	width:155px;
	margin-right:15px;
}
#modal .notify .form-input input:focus{
	border-color:#007cc3;
}
#modal .notify .last{
	margin:0;
}
#modal .notify .form-input input{
	border-color:#cad1d7;
	width:130px;
}
#modal .notify label{
	color:#2a3b48;
}
#modal-form p{
	font-size:12px;
}
#modal-form label.error{
	color:#ea0000;
	font-size:10px;
}
#modal-form input#pop-updates{
	clear:left;
}
#modal .notify input.email{
	border-color:#cad1d7;
	width:300px;
}
#modal .notify .submit{
	margin:0 4px 0 0;
}
#modal p.success{
	margin:25px 0 0 0;
}

/* Main-content */
#main-content{
	position:relative;
	display:inline-block;
	width:100%;
	background-color:#fff;
	padding:25px 0 35px 0;
	border-radius: 0 0 5px 5px;
}
.full-page{
	/*width:950px;
	display:inline-block;*/
    overflow: hidden;
}
.full-page .section{
	width:950px;
	margin:0 0 20px 25px;
	border-bottom:1px solid #e6e9ea;
	float:left;
	display:block;
	padding-bottom:20px;
	position:relative;
}
.left-wide{
	width:670px;
	float:left;
	position:relative;
}
.left-wide .section{
	margin:0 0 20px 25px;
	width:620px;
	border-bottom:1px solid #e6e9ea;
	float:left;
	display:inline-block;
	padding-bottom:20px;
	position:relative;
}
.left-wide .last{
	border-bottom:none;
	margin-bottom:0;
}
.left-wide .section img, .full-page .section img{
	display:block;
	margin-left:-25px;
	z-index:1;
}
a.read-more{
	float:right;
	margin:15px 0 0 0;
	font-size:14px;
	font-weight:normal;
}
a.read-more span{
	font-size:16px;
}
/* Monitization */
.full-page span.wide-box-top{
	width:949px;
	height:8px;
	float:left;
	background:url(../_images/img-widebox-top.gif) 0 0 no-repeat;
}
#monitization{
	display:inline-block;
	width:949px;
	margin:20px 0 0 0;
	padding:8px 0 8px 0;
	background:url(../_images/img-widebox-bottom.gif) 0 100% no-repeat;
}
#monitization ul{
	float:left;
	background-color:#e6e9ea;
	padding:12px 0 12px 30px;
}
#monitization ul li{
	float:left;
	width:182px;
	line-height:27px;
}
#monitization ul li a{
	font-size:18px;
}
/* Suggest Domains */
#alt-domains-section h3, h3.orange-header {
    font-weight: 400;
    background: #F3711F;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
#alt-domains-section h4 {
    font-weight: bold;
    font-size: 16px;
}
#alt-domains-section h4 span {
    display: block;
    font-weight: 300;
    font-size: 12px;
}
ul.domains{
	float:left;
	margin:4px 0 0 0;
	font-size:16px;
	color:#6e7880;
	line-height:24px;
	position:relative;
}
ul.domains li{
	position:relative;
    line-height: 20px;
    font-size:15px;
    /*border:solid 1px red;*/
}
ul.domains li a{
	font-size:14px;
	position:relative;
    display: inline-block;
    vertical-align: middle;
}
.section ul.domains li span img{
	display:inline-block;
	margin:0 5px 0 0;
	cursor:pointer;
	vertical-align:middle;
	position:relative;
}
.section ul.domains li span{
	font-size:12px;
	line-height:12px;
    display: inline-block;
    vertical-align: middle;
}
.premium-domains-es {
    margin-right: 10px;
}
.premium-domains {
    float:left;
    width:600px;
    overflow: hidden;
}
.premium-domains-inner {
    width:250px;
    float:left;
}
.more-domains{
	width:350px;
	/*height:139px;*/
	float:left;
	/*margin:15px 0 0 0;*/
	/*background:url(../_images/bg-otherdomains.gif) 0 0 no-repeat;*/
}
.more-domains h3 {
    display: block!important;
}
/*.more-domains p{
	display:block;
	width:380px;
	font-size:16px;
	margin:15px 0 0 15px;
}*/
.more-domains .long_name .domains {
	float: none;
	height: 80px;
	width: 350px;
}
.more-domains .long_name .domains li {
	width: 300px;
}
.more-domains .long_name .domains li a {
	max-width: 300px;
}
.more-domains .long_name .domains:nth-child(2) {
	display: none !important;
}
.more-domains .long_name .domains_list_2 {
	display: none !important;
}
.more-domains .domains{
	float: left;
	margin:0 0 0 15px;
	line-height:20px;
	height:80px;
	width:150px;
}
.more-domains .domains li{
	display:block;
	width:196px;
}
.more-domains .domains li a{
	display: block;
	overflow: hidden;
	font-size:14px;
	max-width: 165px;
}
.more-domains #more-domains-spinner {
	/*float: left;*/
	/*margin-left: 15px;*/
	width: 350px;
    overflow: hidden;
    margin:4px 0 0;
}
.more-domains #more-domains-spinner img {
	display: inline;
	margin: 0;
}

.tooltip{
	z-index:9999;
	position:relative;
}
#tooltip{
    position:absolute;
    z-index:999;
	top:-68px;
    background:url(../_images/img-notify-rollover.png) 0 0 no-repeat;
    padding:10px 0 0 10px;
    width:175px;
	height:68px;
}

/* Search */
#search-container{
	/*background:url(../_images/bg-search.png) 0 0 no-repeat;*/
    /*background: #313A43;*/
    border: 1px solid #F3711F;
    border-radius: 5px;
    width:264px;
	/*height:116px;*/
	padding:15px 10px 30px;
	float:right;
    margin:40px 0 0;
	/*margin:-28px 15px 0 0;*/
}
#search-container p{
    color:#666;
	margin:0;
	width:auto;
	font-size:14px;
    font-weight: 300;
}
#search-container p strong{
    text-transform: uppercase;
    color:#F3711F;
	font-size:16px;
    font-weight: 600;
    display: inline-block;
    margin:0 0 5px;
}
#search-form{
	margin:8px 0 0 0;
    overflow: hidden;
}
#search-form input{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#search-form #domain-search-wrap {
    position: relative;
    float: left;
    display: block;
}
#search-form #domain-search-mask {
    display: block;
    font-weight: 600;
    font-size: 11px;
    color:#F3711F;
    position: absolute;
    top: 6px;
    right: 6px;
    text-transform: uppercase;
}
#search-form #domain-search{
	width:210px;
	height:24px;
	font-size:14px;
    border:1px solid #ddd;
	/*padding:2px 36px 2px 22px;*/
	/*background:url(../_images/img-search.gif) 0 0 no-repeat;*/
}
#search-form #search-btn{
    height:24px;
    width: 50px;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    background: #42BA5D;
    color: #fff;
    border: 0;
    margin: 0;
    float: left;
    display: block;
    /* background: url(../_images/btn-search.gif) 0 -25px no-repeat;
    width:55px;
	height:25px;
	cursor:pointer;
	text-indent:-999em;
	margin:8px 0 0 0;
	float:right;
	border:0px solid #313a43;*/
}
#search-form #search-btn:hover{
	background-position:0 -25px;
}

/* Carousel */
#carousel{
	float:left;
	width:623px;
	height:214px;
	background:url(../_images/bg-whoisusing.gif) 0 0 no-repeat;
	margin:20px 0 0 20px;
	position:relative;
}
#carousel .content{
	float:left;
	z-index:100;
	margin:21px 0 0 22px;
	padding:0;
	width:546px;
	height:166px;
	overflow:hidden;
}
#carousel .content ul li{
	width:182px;
	color:#6e7880;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	float:left;
}
#carousel .content ul li img{
	margin:0 0 8px 0;
}
#carousel .content ul li span{
	display:block;
}
#carousel .content ul li a{
	color:#f4771f;
	font-size:15px;
	float:left;
	font-weight:normal;
}
#carousel .next, #carousel .prev{
	display:block;
	background:url(../_images/img-leftarrow.gif) 0 0 no-repeat;
	width:33px;
	height:51px;
	margin:0;
	padding:0;
	position:absolute;
	top:55px;
}
#carousel .next:hover, #carousel .prev:hover{
	background-position:0 -51px;
}
#carousel .prev{
	left:-20px;
}
#carousel .next{
	background-image:url(../_images/img-rightarrow.gif);
	right:21px;
}

/* News Feed */
.events_container {
}
.event{
	width:200px;
	float:left;
	margin:18px 30px 0 0;
}
.event_0 {
	clear: left;
}
div.event.last{
	margin-right:0;
}
.event p.date{
	color:#fff;
	background:url(../_images/img-date.gif) 0 0 no-repeat;
	width:111px;
	font-size:14px;
	height:23px;
	padding:8px 0 0 0;
	text-align:center;
}
.event a.heading{
	font-size:18px;
	line-height:20px;
	margin:5px 0 4px 0;
	display:block;
}
.event .read-more{
	float:left;
	margin:4px 0 0 0;
}

/* Recently sold domains */
#recent-domains{
	float:left;
	padding:0;
	width:588px;
	padding:0 25px;
	margin: 0 0 0 -15px;
	background:url(../_images/bg-recent-domains.gif) 0 0 repeat-y;
	position:relative;
}
#recent-domains .top-box, #recent-domains .bottom-box{
	float:left;
	margin-left:-25px;
	width:638px;
	height:15px;
	background:url(../_images/img-top-box.gif) 0 0 no-repeat;
}
#recent-domains .bottom-box{
	background-image:url(../_images/img-bottom-box.gif);
}
#recent-domains h3{
	float:left;
	width:590px;
	padding:4px 0 0 0;
	margin:8px 0 8px 0;
	height:20px;
	font-size:16px;
	font-weight:bold;
	background:url(../_images/img-open-close.gif) 100% -24px no-repeat;
	cursor:pointer;
	position:relative;
}
#recent-domains h3.active{
	background-position:100% 0;
}
#recent-domains ul{
	position:relative;
	display:inline-block;
	width:585px;
	background:url(../_images/img-diagonal-line.jpg) 0 0 repeat-x;
	margin:0;
	padding:15px 0 0 0;
	height:110px;
	overflow:hidden;
}
#recent-domains ul li{
	font-size:16px;
	line-height:20px;
	width:195px;
	float:left;
}
#recent-domains ul li span{
	display: block;
	font-weight:bold;
	float: left;
	overflow: hidden;
	width: 115px;
}

/* Right rail */
.right{
	width:300px;
	float:right;
	margin:0 25px 0 0;
	position:relative;
}
.right .section{
	width:300px;
	margin:0 0 10px 0;
	position:relative;
}
.right .section p{
	font-size:14px;
}


/* About */
#about{
	background:url(../_images/bg-video.gif) 0 0 no-repeat;
	width:270px;
	height:334px;
	padding:15px 15px 0 15px;
}
#about h3{
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	margin:6px 0;
}
#about h3 span{
	color:#f4781f;
}
#about p{
	font-size:14px;
	line-height:18px
}

/* Ad */
.ad{
	width:300x;
	height:250px;
	background-color:#cad1d7;
}
.right .ad p{
	position:absolute;
	top:45%;
	left:45%;
	font-size:24px;
	color:#fff;
}

/* Twitter */
.twitter{
	background:url(../_images/bg-twitter-long.gif) 0 0 no-repeat;
	height:526px;
	width:275px;
	padding:30px 0 0 25px;
}
.twitter h3{
	width:240px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	padding:0 0 12px 30px;
	background:url(../_images/img-twitter2.gif) 0 0 no-repeat;
}
.twitter h3 img{
	margin:0 10px 0 0;
}
.twtr-widget .twtr-hd{
	background:url(../_images/img-diagonal-line.jpg) 0 100% repeat-x;
	height:4px;
	padding:0;
}

/* Footer */
#footer{
	width:100%;
	margin:25px 0 0 0;
	position:relative;
	height:50px;
	text-align: center;
	border: solid 0px green;
}
#footer .share{
	float:left;
}
#footer .share ul li{
	float:left;
	margin-right:28px;
}
#footer .share ul li a{
	font-size:20px;
}
#footer .share ul li a.addthis_button_compact span{
	display:none;
}
#footer .footer-aux{
	/*float:right;*/
	width: 425px;
	border: solid 0px red;
	margin: 0 auto;
}
#footer .footer-aux ul li{
	display:inline;
	padding:0 8px;
	border-right:1px solid #7f8082;
	font-size:10px;
}
#footer .footer-aux ul li a{
	font-size:14px;
}
#footer .footer-aux ul li.last{
	border-right:none;
	padding-right:0;
}
#footer .footer-aux ul.copyright{
	margin:10px 0 0 0;
	color:#646363;
}
#footer .footer-aux ul.copyright li a{
	font-size:12px;
}

#restore_box {
    background: rgba(0,0,0,.2);
    padding: 10px 0;
    border-radius: 5px;
    color: #cad1d7;
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
    /*background: url('../_images/restore_box.png') no-repeat;
    height: 102px;
    margin: 10px 0px;
    position: relative;
    width: 401px;*/
}
#restore_box h4 {
    font-size: 12px;
    font-weight: 300;
}
#restore_info {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*width: 160px;*/
    /*margin-left:10px;*/
}
#restore_company {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    max-width: 190px;
    max-height: 90px;
    overflow: hidden;
	/*position: absolute;
	font-size: 20px;
	left: 10px;
	text-align: center;
	top: 46px;
	height: 60px;
	vertical-align: middle;
	width: 185px;*/
}

#restore_company img {
    max-width: 190px;
    max-height: 90px;
    overflow: hidden;
}
#restore_company a {
	/*font-weight: bold;
	font-size: 20px;*/
}

#restore_url {
    font-size: 18px;
    margin:0 0 5px;
	/*position: absolute;
	left: 222px;
	top: 39px;
	width: 108px;
	height: 20px;*/
}

#restore_url a {
	/*font-weight: bold;
	font-size: 14px;*/
}

#restore_phone {
    font-size: 18px;
    /*font-weight: bold;
        font-size: 14px;
        position: absolute;
        left: 234px;
        top: 63px;
        width: 100px;
        height: 20px;*/
}
.phone_icon {
    display: inline-block;
    vertical-align: middle;
    background: url("../_images/phone_icon.png") no-repeat;
    width: 16px;
    height: 16px;
}
.homepage_url {
    text-align: center;
}
.countdown {
    float: right;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
.countdown span {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0 0;
}
.countdown .ico-timer {
    display: inline-block;
    vertical-align: middle;
    /*width: 47px;
    height: 64px;
    background: url("../_images/Drop_Timer_White.png") no-repeat;*/
}
/*
.countdown.remaining-5 .ico-timer {
    background-position: 0 0;
}
.countdown.remaining-4 .ico-timer {
    background-position: -59px 0;
}
.countdown.remaining-3 .ico-timer {
    background-position: -117px 0;
}
.countdown.remaining-2 .ico-timer {
    background-position: -177px 0;
}
.countdown.remaining-1 .ico-timer {
    background-position: -237px 0;
}*/
