#footer{
	background:url(../images/footer-bg.jpg);
	margin-top:20px;
	color:#0e1529;
}
.wrapper{
	width:1200px;
	display:block;
	position:relative;
	margin:0 auto;
	padding:20px 0;
}
.wrapper:after{
	content:"";
	display:table;
	clear:both;
}
.footer-form{
	width:45%;
	float:left;
}
.footer-info{
	width:30%;
	float:left;
}
.footer-shortcut{
	width:25%;
	float:left;
}
.footer-title{
	font-size:13px;
	font-weight:700;
	margin-bottom:20px;
	text-transform:uppercase;
}
.footer-link{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	margin:10px 0;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.footer-link i{
	padding-right:10px;
	width:40px;
	font-size:18px;
}
.footer-shortcut .footer-link:hover{
	padding-left:10px;
}
.form-input{
	width:100%;
	padding:15px;
	border:1px solid #b5a988;
	background-color:rgba(255,255,255,0.5);
}

.col-sm-12{
	width:100%;
	float:left;
	padding:10 0px;
}
.col-sm-4{
	width:33.33333333%;
	padding:10px;
	float:left;
}
.col-sm-4 .btn{
	width:100%;
	height:100%;
	padding:16.5px 30px;
}
.footer-form > form > div:nth-child(2){
	padding-left:0;
}
.footer-form > form > div:last-child{
	padding-right:0;
}
.footer-link a{
	display:inline !important;
}
.header-info-single a{
	display:inline !important;
}
.footer-form input:focus, .footer-form textarea:focus, .contact-form input:focus, .contact-form textarea:focus{
	padding:15px 20px;
}