
a,
a:focus,
a:hover {
  color: #fff;
}





body {
	background-color:#eaeaea;
}

.covering {
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
 /* background-color:rgba(0, 0, 0, .75);*/
  width: 100%;
  height: 100%; overflow:hidden;
}




.container{
	margin-top: 20px;
}



.cover{
	background-color:#303030;
	text-align: center;
}
.cover .sfdLogo{
	padding-top:124px;
	margin-bottom: 122px;
}
.cover .description{
	color: #b99044;
	padding-top: 20px;
	padding-bottom: 42px;
}
.main{
	background-color:#d1bd97;
}
.cover, .main{
	height:790px;
}

.head{
	position: fixed;
	top:0px;
	width: 100%;
}
.progress {
	border-radius:0;
	height:7px;
	background-color:#303030;
	-webkit-box-shadow: none;
	box-shadow:none;
}
.main .progress{
	display: none;
}
.progress-bar {
	background-color:#b99044;
	-webkit-box-shadow: none;
	box-shadow:none;
}
.count {
	font-size:36px;
	position:absolute;
	bottom:5%;
	left: 50%;
}

.main form{
	padding:20px;
	height:100%;
	overflow: hidden;
}

.progress-form {
	margin:0;
	padding:0px;
	padding-top:255px;
	position:relative;
}

.progress-form li.form-group {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:absolute;
}
.form-group label {
	font-size:18px;
	font-weight:normal;
	padding-bottom: 35px;
}
.form-group input {
    border-radius: 0px;
    padding-left: 15px;
    font-size: 24px;
    color: #b99044;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    outline: none;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    width: 100%;
    margin-bottom: 25px;
}
.form-group input:focus{
	outline:0;
	border:none;
	box-shadow:none;
}
input:active  {outline:0 !important}


.btn-default:hover,
.btn-default:focus {
  color: #333;
  background-color: #fff;
}
.btn-default{
	font-size: 18px;
  	color: #fff;
  	border: 1px solid #e6dbc6;
  	text-transform: capitalize;
  	background-color: #b99044;
  	display: inline-block;
  	height: 40px;
  	line-height: 40px;
  	padding: 0px 18px;
  	letter-spacing: 0.25px;
  	text-decoration: none;
  	transition: all 0.3s;
  	border-radius: 0px;
  	box-shadow: none;
  	outline:0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .form-group button.active {
	background-color: #000b3b;
	color: #fff;
}

.form-group .btn-default{
  	margin-bottom: 25px;
}





@media (max-width: 768px){
	.container{
		margin-top: 0px;
	}
	.main .progress{
		display:block;
		margin-left: -15px;
    	margin-right: -15px;
    	height:3px;	
	}
	.cover .sfdLogo{
		padding-top:38px;
		margin-bottom: 28px;
	}
	.cover .sfdLogo img{
		height: 78px;
	}
	.cover .joinUs img{
		height: 52px;
	}
	.cover .description{
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 12px;
	}
	.cover .phone400 img{
		height: 40px;
	}	
	.cover{
		height:360px;
	}
	.main{
		height: 750px;
	}
	.main .img{
		width: 100%;
	}
	.progress-form {
		padding-top:40px;
		padding-bottom: 40px;
	}
	
	.btn-default{
		font-size: 16px;
	  	height: 36px;
	  	line-height: 36px;
	  	padding: 0px 14px;
	}
	
}


.darken {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999;
	display: none;
}
.thanks,.error {	
	position: fixed;
	top: 20%;
	left: 5%;
    padding: 50px 0;
    border: 1px solid #666;
    background-color:#303030;
    z-index: 9999999;
    width: 90%;
	text-align: center;
	font-size: 20px;
	color: white;
}
