body{
		_background-color: #001c3b;
	}	.btn_disp{width:125px;height:50px;text-align:center;}
	.contact{
		padding: 4%;
		height: 400px;
	}
	.col-md-3{
		_background: #ff9b00;
		_padding: 2%;
		_border-top-left-radius: 0.5rem;
		_border-bottom-left-radius: 0.5rem;
	}
	.contact-info{
		margin:1% 0 1% 0;
	}
	.contact-info h1{font-size: 24px;}

	.contact-info h2{
		margin-bottom: 2%;
	}	.bg_head{background: #001c3b !important;color:#f3f3f3 !important;}	.bg_head h1{font-size:24px;}	.bg_head h2{font-size:20px;}
	.col-md-12{
		background: #fff;
		_padding: 2%;		_margin:2% auto 2% auto;		_width:90%;
		_border-top-right-radius: 0.5rem;
		_border-bottom-right-radius: 0.5rem;
	}	.col-md-6{		background: #fff;			}	.contact-form {margin:5px auto 5px auto;width:75%;}
	.contact-form label{
		font-weight:600;
	}	
	.contact-form input{_width:100%;	}
	.contact-form button{
		_background: #001c3b;
		color: #fff;
		font-weight: 600;
		_width: 25%;
	}
	.contact-form button:focus{
		box-shadow:none;
	}
	.footer{
		min-height:30px;
		padding:20px;		margin:20px;
		//color: #fff;		text-align:center;
	}

	.logo-img{height: 60px !important;float:right;}
	.logo-img-alf{height:100px;float:left;}
	@media only screen and (max-width: 767px) {
		.logo-img{height:45px !important;text-align: center !important; display:block;	margin-left: auto;margin-right: auto;float: none;}
		.logo-img-alf{height:80px;text-align: center !important;display:block;	margin-left: auto;margin-right: auto;float: none;}
	}
	  