

/* Home Page */
	.homeBanner {
		height: 363px;
		width: 100%;
		background:url(../../img/background-home.jpg) no-repeat 100% 0 transparent;
		background-size: 100% 100%;	
	}
	
	.homeBanner .six.columns{
		width: 510px;
		height: 343px;
	}
        
        .homeBanner .grayHomeBox{
                text-align:center;
		height: 363px;
                width:510px !important;
                background: url('../../img/grayhomebox.png') repeat;

	}
        
	.homeBanner .grayHomeBox .promoBox {
		width: 155px;
		height: 132px;
		background: no-repeat 0 0 transparent;
		margin-left: 232px;
		margin-top: 10px;
		text-align: center;
	}
	.homeBanner .grayHomeBox .promoBox p {
		color: #231f20;
		padding-top: 45px;
	}
	.homeBanner .grayHomeBox .promoBox h3 {
		color: #ffffff;
		font-size: 51px;
		text-align: center;
		line-height: 0;
		padding-top: 10px;
	}
	.homeBanner .grayHomeBox .promoBox p.disclaim {
		padding-top:10px;
		font-size: 11px;
	}
	.homeBanner .grayHomeBox .promoBox .asterik {
		font-size: 36px;
		position: relative;
		top: -10px;
	}
        .homeBanner .searchBulk {
                text-align:left;
        }
	.homeBanner .searchBulk p a {
                font-size:15px;
		color: #fff !important;
	}
	.homeBanner .searchBulk p a:hover {
		text-decoration: underline;
		color: #6D6D6D;
	}
	.homeBanner .homeTagLine {
		margin-top: 0;
		margin: 0 55px 40px 55px;
		text-align: center;
	}
	.homeBanner .homeTagLine h2 {
		font-size: 22px;
		color: #ffffff;	
                margin-bottom: 6px;
	}
	.homeBanner .homeTagLine h1 {
		font-size: 36px;
		color: #f2652f;
		padding-top: 0;
		line-height: 0;
		margin-top: 0;
		margin-bottom: -18px;
		padding-bottom: 0;
	}
	.homeBanner .domainSearchHome {
		margin: 36px 65px 0 0px;
	}
	.homeBanner .domainSearchHome .five.columns {
		width: 275px;
	}
	
	.homeBanner .domainSearchHome .btn.hazard {
		width: 95px;
		margin-left: -5px;	
	}

	.homeBanner h5 {
		font-size: 18px;
		color: #ffffff;
		text-align: center;
		margin-top: -4px;
	}
	.tldsAvailable {
		height: 160px;
		padding-top: 22px;
	}
        .tld_rotation {
                color: #898989;
                font-size: 60px;
                font-weight:bold;
        }
        .launching_tlds {
                height: 39px;
                background: #FFF;
                text-align:center;
                line-height:39px;
        }
        .homeBanner .homeTagIntro {
		margin: 70px 0px 15px 0px;
	}
        .homeBanner .homeTagIntro h2 {
		font-size: 40px;
		color: #F2652F;	
                font-weight: lighter;
	}
        .homeBanner .homeTagIntro h1 {
		font-size:22px;
                color:#fff;
		padding-bottom: 0;
	}
        .homeBanner .new_button_container{
            width:100%;
            height:80px;
        }
        .homeBanner .new_button{
            width:100px;
            background-color: #f59038;
            padding:4px 8px;
            color: #fff;
            font-weight:bold;
            text-align:center;
            margin-top: 25px;
            position:absolute;
            right: 0;
        }
        .homeBanner .btn.info{
            background: #F2652F;
            border: #5A5A5A;
            width:96px;
            text-align: center;
        }
        .homeBanner .btn.info:hover{
            background: #F59038;            
        }
        .homeBanner .btn input{
            padding: 0 !important;
        }
        .homeBanner .input_area{
            margin-left:35px;
        }
        .bulk_register_link{
            float:left;
            margin-top:4px;
            font-size: 12px;
        }
        
        .bulk_register_link a{
            color: #fff;
        }
        .tld_light_blue{
            color: #0086bb;
            font-weight: bold;
        }
        .tld_light_grey{
            color: #736a66;
        }
        .grayHomeBox input[type=text]{
            font-size:14px;
            color:#000;
            width:350px;
        }
        .homeService h6 a {
            color: #007BAC;
            background: url(../../img/arrow-blue-right.png) right 6px no-repeat;
            padding-right: 10px;
        }
        
/* End Home Page */