/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
body,
html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	
}
h1{
	color: #293038;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
}
.page-header h3{
	
    font-size: 24px!important;
   
}

#registration .sub-heading span {
 color:#293038;
 background-color:#fff;
 font-weight:700;
}
.btn-warning {
 color:#fff;
 background-color:#e1242a;
 border-color:#e1242a;
}
.btn-primary {
    color: #fff;
    background-color:#e1242a;
	border-color:#e1242a;
}

.domain-promo-box {
    
    background-color: #fff!important;
    border: 1px solid #000!important;
    
}
.domain-checker-bg {
    background-image: none;
}


.domain-checker-container {
 margin:20px 0;
 padding:0;
 background-color:#fff;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 -o-border-radius:10px;
 border-radius:10px;
 background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
 background:-webkit-linear-gradient(top,#fff,#fff);
 background:-moz-linear-gradient(top,#fff,#fff);
 background:-ms-linear-gradient(top,#fff,#fff);
 background:-o-linear-gradient(top,#fff,#fff)
}
.domain-checker-bg {
 margin:0;
 padding:40px 0;
 background-repeat:no-repeat;
 background-position:110% -5px;
 background-image:none;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff;
    background: #0a9e17;
}

.navbar-main {
 margin-bottom:0;
 background-color:#030425;
 border:0;
 min-height:38px;
 font-family:Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
 font-size:15px
}

.nav .nav-divider {
 height:1px;
 margin:9px 0;
 overflow:hidden;
 background-color:#030425;
}

section#home-banner {
    margin: 0;
    padding: 50px 0 60px;
    background: url(../img/domain-search.jpg) no-repeat 0;
	background-size: cover;
    color: #fff;
}

section#footer{
	background-color:#030425;
	color:#e2e2e2;
	
}

section#footer p {
    margin: 0;
	line-height:2;
}
@media (min-width:450px) {
    section#footer {
        line-height: 32px;
    }
}


.block-footer {
    padding: 40px 0 10px;
    
}

.block-footer ul.list-unstyled {
    padding: 0 10px
}

.block-footer ul.list-unstyled a {
    color: #9a9a9a
}

.block-footer ul.list-unstyled a:active,
.block-footer ul.list-unstyled a:focus,
.block-footer ul.list-unstyled a:hover {
    color: #fff;
    text-decoration: none
}

.block-footer ul.list-unstyled li {
    padding-top: 5px
}

.block-footer ul.list-unstyled .fa,
.block-footer ul.list-unstyled .glyphicon {
    font-size: 110%
}

.block-footer h4 {
    text-transform: uppercase;
    color: #9a9a9a;
    font-size: 15px
}

.block-footer .social li,
.block-footer .social ul {
    padding: 0 !important
}

.block-footer .well {
    background: #221c35;
    border: 0
}

.block-footer .copyright {
    padding-top: 10px;
    margin-top: 60px;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353
}

.block-footer .copyright ul {
    float: right
}

.block-footer .copyright ul a {
    color: #9a9a9a
}

.block-footer .copyright ul a:active,
.block-footer .copyright ul a:focus,
.block-footer .copyright ul a:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width:768px) {
    .block-footer .copyright ul {
        float: left !important
    }
}
