body {
	overflow-x: hidden;
}

body>.home,
body>div {
	z-index: auto;
}

#header {
	width: 100%!important;
	max-width: 1000px;
	min-width: 300px;
}

#home_page_broker_phone_number a {
	color: #e7e7e7;
}

#home_page_broker_phone_number a:hover {
	color:#bf643c;
}

.menu-back {
	max-width: 960px;
	width: 100%;
	min-width: 300px;
}

#wrapper > img {
	background-color: #000000;
}

h2 {
    word-break: break-word;   
}

#bln-api-ajax-content-div {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	/*background-color: rgb(0,0,0); /* Fallback color */
	/*background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
	/*background-image: url("http://www.leadingcommercialfinancing.com/assets/img/bg-cf-homepage.jpg");*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*background-blend-mode: overlay;*/
	padding: 0 2.5%;
}

.form,
#password_form {
	box-shadow: 0px 0px 5px #000000;
}

.form,
.new-referral-left .form,
#password_form,
#bln-api-ajax-content-div .form,
#p1e_b_w_dialog_owneroccupy {
	background: #f0f0e2 !important;
	/*border: 3px solid black;*/
	border-radius: 0;
	width: auto!important;
}

#p1e_b_w_dialog_owneroccupy {
	background: none !important;
	border: none !important;
}

#bln-api-static-div {
	padding-top: 20px;
	width: 95.5%;
	margin: 0 auto;
	font-size: large;
	font-weight: bold;
	max-width: 960px;
}

#bln-api-static-div p {
	font-size: larger;
}

#password_form {
	padding: 20px;
}

.form_entity a {
	cursor: pointer;
}

.submit-active,
.form_submit_button input {
	/*border-radius: 300px;*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, .35) 100%);
	background-image: linear-gradient(top, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, .35) 100%);
	/*color: #000!important;*/
	/*border-width: 2px!important;*/
	/*border-style: solid!important;*/
	-webkit-transition: 0.1s background-color linear, 0.1s color linear;
	-moz-transition: 0.1s background-color linear, 0.1s color linear;
	-o-transition: 0.1s background-color linear, 0.1s color linear;
	transition: 0.1s background-color linear, 0.1s color linear;
	cursor: pointer;
}

.submit-active-previous {
	color: #ffffff!important;
	border: none!important;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, .35) 100%);
	background-image: linear-gradient(top, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, .35) 100%);
	background-color: #115f93!important;
}

.submit-active:hover,
.form_submit_button input:hover {
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, .35) 100%);
	background-image: linear-gradient(bottom, rgba(0, 0, 0, .35) 0%, rgba(255, 255, 255, .35) 100%);
	/*color: #fff!important;*/
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
	max-width: 100%;
}

#content {
	width: 95%!important;
	padding-left: 2.5%;
	padding-right: 2.5%;
	max-width: 960px;
	min-height: auto;
	padding-bottom: 20px;
}

#content .one_element {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#contact_form {
    max-width: 640px;
    width: 100%;
    padding: 0;
}

form#ContactRequestIndexForm {
	padding: 20px;
}

#submit_button_div {
    margin: 0 auto!important;
    width: 100%;
    text-align: center;
}

#footer {
	width: 100%;
	max-width: 1000px;
}

#footer2 {
	padding: 10px;
}

#footer2 a:hover,
#footer2 a.current {
	color: #ffffff;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 850px) {
	#footer2 {
		padding: 20px;
	}
	#footer2 .left {
		width: 140px;
		margin: 0px;
		padding: 0px;
	}
	#footer2 .right {
		width: 380px;
	}
}

@media screen and (max-width: 800px) {
	ul#menu li {
		line-height: 32px;
		height: 32px;
	}
}

@media screen and (max-width: 750px) {
	#footer2 .left {
		width: 50%;
		min-width: 150px;
	}
	#footer2 .right {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 450px) {
	#navigation {
		height: 96px;
	}
	.form_label {
		text-align:left;
	}
	textarea#ContactRequestMessage {
	width: 100%;
	}
}