/* CSS Document */

.page-intro img{
	margin-left:150px;
	margin-right:20px;
	margin-bottom:20px;
}

.success-message{
	display:none;
}

input, textarea{
	width:300px;
}

address{
	line-height:26px;
	font-style:normal;
}
/* end of old version */

/* contact us new version STYLES */
/*
div input {
	height: 30px; 
	width:80%; 
	min-width:150px; 
	max-width:205px;
}

div textarea{
	width:80%; 
	min-width:20px; 
	max-width:418px;
}*/

.loanOfficer_title{
	font-size: 20px; 
	margin-top: -5px;
}
.center-block {  
    width:68%; 
    float: none;
}

.footer{
	margin:0px !important;
}

.btn {
    padding: 8px 12px !important;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
	font-size:14px !important;
}

.btn.sharp {
  border-radius:0;
}

.title{
		font-size:16px;
	}
.sub_title{
		font-size: 20px;
	}
.member_title{
		font-size: 22px;
	}
.left_image{
		width: 130px;
		height: 130px;
		margin-right: -10px;
	}
	
.partner-table {
		display: table;
		height: 100%;
	}
@media only screen and (max-width: 600px) {
	.partner-row{
    	display:none;
  	}
	.background_box{
		display:none;
	}
	.sub_title {  
		font-size:12px;
	}
	.col-md-3{
		text-align:center !important;
	}
}
.partner {
		display: table-cell;
	  	vertical-align: middle;
		float: none;
	}
	
.background_box {
    height: 275px;
    background-color: #000;
    position:relative;
    top: 300px;
    right: 0px;
    left: 0;
    width: 60%;
    border-radius: 10px; 
 	box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
	min-width:745px;
	max-width:80%;
}
