body {

	color: #606060;
	background-color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 99998;
	background-color: rgba(0, 0, 0, .3);
	display: grid;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
}
.modal.open {
	visibility: visible;
	opacity: 1;
}
.modal_box {
	max-width: 400px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
	margin: 30px 15px;
	background-color: #323a42;
	color: white;
	transition: opacity .4s, visibility .4s;
}
.modal_box .form-control {
	margin-top: 25px;
	margin-bottom: 5px;
	padding: 20px;
}
.modal_box .one-line {
	width: 200px;
	height: 90px;
	font-size: 13px;
	margin-top: -10px;
}
.modal_box p {
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.modal_box h1 {
	text-align: center;
	font-size: 22px;
}
.one-line {
	display:flex;
	justify-content: space-between
}
.modal_box .box_content input {
	position: relative;
	margin-bottom: 10px;

}
.modal_box .box_content a {
	position: relative;
	left: -40px;
	padding-left: 65px;
	padding-right: 60px;
	padding-top: 17px;
	padding-bottom: 17px;
	cursor: pointer;
	width: 100%;
	color: black;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	margin-top:25px;
	float: none;
	background-color: white;
}
.modal_box .box_content .btn-default {
	outline: none;
	background: none;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
}
.modal_box .box_content .btn-default:hover {
	outline: none;
	background: none;
	cursor: pointer;
	border: none;
}
.modal_box .box_content .btn-cancel {
	outline: none;
	background: none;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
}
.modal_box .error {
	border: 1px solid red;
}
.modal_box .err-message {
	color: red;
	margin-left: 20px;
}
#my-modal-fp .form-control {
	width: 100%;
	background-color: #4a525c;
	border: none;
	border-radius: 0px !important;
	float: left;
	padding: 20px;
	color: #fff;
}
#my-modal-fp .form-control.error {
	border: 1px solid red;
}
#my-modal-ps .form-control {
	width: 100%;
	background-color: #4a525c;
	border: none !important;
	border-radius: 0px !important;
	float: left;
	padding: 20px;
	color: #fff;
}
input#email_input.form-control.error::placeholder {
	color: red;
}
input#password_input.form-control.error::placeholder {
	color: red;
}
input#password_input_repeat.form-control.error::placeholder {
	color: red;
}

.password_label {
	position: relative;
	.password_btn {
		position: absolute;
		right: 15px;
		top: 12px;
		width: 20px;
		height: 20px;
	}
	.btn_view {
		visibility: visible;
	}
	.btn_view.hidden {
		visibility: hidden;
	}
	.btn_hidden {
		visibility: hidden;
	}
	.btn_hidden.view {
		visibility: visible;
	}
}


.rp {
	font-size: 15px;
	cursor: pointer;
	text-align: center;
}

.menu-fix {
	padding-left: 10%;
}

.lo-header-image {
	position: relative;
}

.lo-photo {
	position: absolute;
	left: -60px;
	top: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.lo-header-name {
	font-weight: bold;
}

.lo-header-logo-container {
	position: absolute;
	top: 5px;
	left: 15px;
}

.navbar-fix {
	position: relative;
}

@font-face {
	font-family: HelveticaNeue-Thin;
	src: url(../fonts/HelveticaNeue-Thin.otf) format("truetype");
}

.EntezarFont{
	font-family: HelveticaNeue-Thin, Helvetica, Arial !important;
}

.apply-now-img {
	width: 400px;
}

.apply-now-link {
	position: relative !important;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;

	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}



h4 {
	font-size: 12px;
}

.navbar {
	margin-bottom: 0;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
	border:none;
	cursor: pointer;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #000;

}

.dropdown-toggle {
	background-color: transparent !important;
	text-transform: uppercase;
}


.navbar-static-top {
	border:none !important;
}
.navbar-nav {
	float: left;
	margin: 0 0 0 20px;
}
.navbar-nav button {
	background:#ffffff;
	color: #777;
	border:none;
	padding:15px 12px;
}
.navbar-nav button:hover {
	color: black;
}

.responsive .navbar-nav button:hover {
	color: white;
}

.responsive li a {
	color: #777 !important;
}

.navbar-nav .dropdown-item {
	width: 100% !important;
	/*text-align: center !important;*/
	/*width: 280px !important;*/
	text-align: left !important;
}


.navbar-nav  .dropdown-item:hover {
	background: #EEEEEE;
}

.navbar-nav .first_item button:active
{
	box-shadow:none;
}

.calculator_container{
	display: flex;
	flex-flow: row wrap;
}

.calculator_container h2{
	flex: 1 100%;
}

.calculator_container iframe{
	height: 100%;
	width: 100%;
}

.navbar-nav  .dropdown-menu {
	border:none !important;
	border-radius: 0px !important;
}
.navbar-nav  .dropdown-item {
	border:none !important;
	display:block;
	padding-left:10px;
}
.navbar-nav  .dropdown-item:hover {
	color: #111111;
}
.navbar-nav .home_icon:before {
	content: url(../i/home.png);
	position: absolute;
	left: -15px;
	top: 17px;
}
.navbar-right {
	position:absolute;
	/*right:15%;*/
	right: 35px;
}
.navbar-default {
	background-color: #000;

	height: 90px;
	padding-top: 20px;
}
.navbar-brand {
	position: relative;
	left:20px;
	padding: 0;
	margin-top:10px;
}
.phone_us {
	width: 195px;
	color: #fff !important;
	/*font-size: 15px !important;*/
	font-size: 12px !important;
}

.phone_us li {
	float: right;
}
#home {
	position: relative;
	background: url('/active-sites/Template3-10998/i/home.jpg') no-repeat;
	background-size: cover;
	text-align: center;
	padding: 100px 50px 100px 50px;
	margin-bottom: 20px;
}
#home h1 {
	font-family: "HelveticaNeue-Thin";
	font-weight: 100;
	color: #fff;
	font-size: 64px;

}
#home p {
	font-family: "Arial";
	font-weight: 300;
	color: #ffffff;
	font-size: 18px;
	padding-top: 15px;
	margin-bottom: 20px;
}


#what_is {

	background: url('/active-sites/Template3-10998/i/bg_whatis.jpg');
	background-size: cover;
	padding: 65px;
	height: 580px;
}

#what_is h2 {
	font-family: "HelveticaNeue-Thin";
	color: #fff;
	font-weight: 100;
	font-size: 48px;
	margin:0px 0px 40px 0px;
}



#what_is a {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	margin-top:25px;
	float: left;


}

#what_is p {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}

#miniloans .box a {
	font-size: 16px
}
#miniloans .box img {
	height: auto;
	width: 100%;
	min-width: 380px;
}

.box_loans {
	background-color:#fff;
	padding: 30px ;
	margin-bottom: 20px;
	/*height: 400px;*/
	border-right: 20px solid #000;
	/*background: url('/active-sites/Template3-10998/i/bg_loans.jpg');*/
	background-position: bottom right;
	/*padding-left: 0px;*/
}

.box_quote {
	background-color:#fff;
	padding: 30px ;
	/*height: 400px;*/
	margin-bottom: 20px
}

.box_quote .form-map .form-control {
	width: 100%;
}

.box_quote h2 {
	font-family: arial;
	font-size: 20px;
	color: #606060;
	margin:0px 0px 25px 0px;
	padding:0px;
}

.box_quote a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
	position:absolute;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 20px 20px 20px 30px;
	border-top:1px solid #dedede;
}



.box_loans p {
	line-height: 25px;
	font-size: 15px;
}


.contact_box {
	background-color:#fff;
	padding: 30px 20px 30px 20px;
	/*height: 330px;*/

}

.contacts_box {
	padding: 0px;
	background-color:#fff;
	border-right:30px #000 solid;
	overflow: hidden;
	/*height: 330px;*/

}

.contact_box  .form-control {
	margin-right: 0px !important;
	width: 100% !important;
}

.contacts {
	padding: 25px 30px 25px 30px;
}

.contacts p {
	float: left;
	line-height: 26px;
	color: #757575;
}

.contact_box a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
	position:absolute;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 30px 20px 30px 30px;
	border-top:1px solid #dedede;
}

.pin {
	float: left;
	padding-top: 10px;
	padding-left: 70px;
	background: url('/active-sites/Template3-10998/i/map.jpg');
	background-position: top left;
	background-repeat: no-repeat;

}


.box {
	padding: 0px !important;
	position: relative;
	border-left:20px #000 solid;
	overflow: hidden;

}

.box img {
	width: 100%;
	height: auto;
}

.right {
	border-right:0px;
}

.first {
	border-left: 0px;

}


#login {
	height: 280px !important;
	background-color: #38404a;
	margin-bottom:20px;

}

#generic {
	height: 280px !important;
	background-color: #38404a;
	margin-bottom:20px;

}

.box_content {
	padding: 20px;
	padding-bottom: 0px;
}

#login h2 {
	font-size: 18px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 26px;
}

#login .form-control {
	width: 100%;
	background-color: #4a525c;
	border: none !important;
	border-radius: 0px !important;
	float: left;
	padding: 20px;
	float: left;
}


#login .form-group {
	width: 100%;
	margin-bottom: 10px;
}
#login .modal-container {
	font-size: 15px;
	cursor: pointer;
}

.box a {
	width: 100%;
	position:absolute;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 30px 20px 30px 30px;
}

.box a:hover, .news a:hover {
	text-decoration: underline;
}


.news {

	position: relative;
	border-left:20px #000 solid;
	overflow: hidden;
	background-color: #fff;
	height: 280px !important;
	margin-bottom: 20px;
	padding: 20px;
}

.news a {
	font-size: 20px;
	color:#444444;
	text-decoration: none !important;
}

.news a h2:hover {
	color: #000 !important;
	text-decoration: underline;
}

.contact_box a:hover,.box_quote a:hover {
	text-decoration: underline;
}

.news h2 {
	font-size: 20px;
	color:#444444;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}

.news .date {
	font-size: 12px;
	color: #606060;
	width: 100%;
	margin: 15px 0px 25px 0px;
	float: left;
	padding-left: 25px;
	background: url('/active-sites/Template3-10998/i/clock.jpg') no-repeat;

}

.news p {
	color: #959595;
	font-size: 13px;
	line-height: 22px;
}



#quotes {
	height: 150px;
	padding-top: 40px;
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 28px;
}
#quotes img {
	margin-right: 30px;
}
#news {
	padding-top: 50px;
	padding-bottom: 50px;
}
#news h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
}
#news h3 {
	font-size: 18px;
	line-height: 26px;
}
.date {
	margin-bottom: 20px;
}
.date img {
	padding-bottom: 5px;
	margin-right: 5px;
}
#social {
	padding-top: 25px;
	padding-bottom: 15px;
	background: url(../i/social.jpg);
}
#social h1 {
	color: #fff;
	font-family: "Open Sans";
	font-weight: 300;
	margin: 0;
	float: left;
}
#social .icons {
	float: right;
	list-style-type: none;
}
#social .icons li {
	float: left;
	margin-right: 15px;
}
.dash {
	width: 600px;
	margin-left: 50px;
	margin-top: 10px;
}
#footer {
	background: #191919;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer h3 {
	color: #ffffff;
	margin-bottom: 30px;
}
#footer p {
	color: #949494;
	padding-right: 50px;
}
#footer #contact {
	padding-left: 5%;
}
#footer #contact p {
	margin-bottom: 25px;
}
#footer #contact img {
}
#footer #navigation hr {
	border: 1px dashed #313131;
}
#bottom {
	height: 50px;
	padding-top: 5px;
	background: #000000;
}
#bottom img {
	float: left;
	margin-right: 20px;
}
#bottom h4 {
	float: left;
}
#bottom ul {
	list-style-type: none;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
#bottom ul li {
	float: left;
}
#map {
	margin: 0px 0px 25px 0px;
	padding: 0;
}
.form-map .form-control {
	padding: 0px 12px;
	width: 82%;
}
.form-map .form-control input {
	margin-bottom: 20px;
}
.form-map button {
	border-radius: 30px;
	padding: 10px 40px;
	background: #88c78b;
	color: #fff;
	margin-top: 15px;
}
.map_data {
	display: block;
}
.map_data img {
	margin-right: 20px;
	float: left;
}
.map_data p {
	float: left;
}
#loans {
	background: url(../i/loans.jpg);
	background-size: cover;
	height:360px;
	margin-bottom: 20px;
	margin-top: 25px;
}
#loans h1 {
	color: #ffffff !important;
	text-align: center;
	font-family: "HelveticaNeue-Thin";
	font-weight: 100;
	font-size: 50px;
	padding: 100px 0px;
}
#loans_content {
	padding-top: 60px;
}
#loans_content .my_left {
	padding-top: 60px;
}
.separator {
	background: url(../i/separator.png) no-repeat;
	background-position-x: 50%;
	height: 450px;
}
#boxes .box1, #boxes .box2, #boxes .box3 {
	padding: 0 !important;
	-moz-box-shadow: 2px 2px 40px 1px #ccc;
	-webkit-box-shadow: 2px 2px 40px 1px #ccc;
	box-shadow: 2px 2px 40px 1px #ccc;
	margin-bottom: 50px;
	margin-right: 15px;
	max-width: 30%;
}
#boxes .box1 img, #boxes .box2 img, #boxes .box3 img {
	padding: 0 !important;
	width: 100%;
	margin-right: 20px;
}
#boxes .box1 p, #boxes .box2 p, #boxes .box3 p {
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 22px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25%;
}
#boxes .box1 p:before {
	content: url(../i/loan_cash.png);
	position: absolute;
	left: 15px;
	bottom: 32px;
}
#boxes .box2 p:before {
	content: url(../i/loan_book.png);
	position: absolute;
	left: 14px;
	bottom: 32px;
}
#boxes .box3 p:before {
	content: url(../i/loan_shake.png);
	position: absolute;
	left: 14px;
	bottom: 32px;
}
#map_contact {
	padding: 50px;
}
#map_contact .pin {
	padding-top: 7px;
}

.sidebar-nav {
	padding: 9px 0;
}

.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.dropdown:hover .dropdown-menu {
	display: block;
	padding: 0;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}

.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}

.nav > li > a {
	color: #777 !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: black;
}

.top-menu-fix {
	width: 1600px;
	padding-left: 20% !important;
}

.top-mid2 {
	margin: auto;
	padding-top: 10px;
	width: 1050px;
	position: relative;
}

.header2 {
	position: relative;
	height: 80px;
	margin-bottom: 20px;
	background: white;
}

.top-left2 {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 200px;
}

.top-right2 {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 200px;
}

.top-menu2 {
	margin: 0px !important;
	padding-top: 5px;
	padding-left: 0px;
	text-transform: uppercase;
}

.top-menu2 li {
	display: inline;
}

.navbar-nav > li > a {
	color: #777 !important;
}

.dropdown-menu {
	min-width: 200px !important;
	text-align: center !important;
	top: 90% !important;
}
/*
.navbar-nav .dropdown-item {
	width: 100% !important;
	text-align: center !important;
}*/

.social-items {
	position: relative;
}

.social-item {
	position: absolute !important;
	top: 84px !important;
	width: 50px !important;
	height: 45px;
	padding: 0px !important;
	background-color: transparent !important;
}

.social-tw {
	left: 32px !important;
}

.social-fb {
	left: 122px !important;
}

.social-li {
	left: 210px !important;
}

.phone_us2 {
	width: 210px;
	color: #247aa4 !important;
	font-size: 20px;
	padding-top: 12px;
}

.phone_us2 li {
	margin-left: 45px;
	margin-top: 2px;
}

.phone_us2::before {
	content: url(../i/top_phone.png);
	position: absolute;
	float: left;
}

.contact_box textarea.form-control {
	height: 182px;
	resize: vertical;
}

#menu-icon2 {
	float:right;
	display: none;
	width: 40px;
	height: 40px;

	position: relative;
	padding: 9px 10px;
	background-color: transparent;
	border: 1px solid grey;
	border-radius: 4px;
}

.menu-icon2-bar {
	height: 2px;
	background-color: grey;
	margin-bottom: 7px;
}

#menu-icon2:hover {

	background-color: #ACB5BE;

}

.lo_header2 {
	height: 100px !important;
}

.lo_top-right2 {
	right: 160px;
	position: absolute;
	top: 10px;
	width: 160px;
}

.lo_top-left2 {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 200px;
}

/*******************************************
****************  QUERIES  *****************
*******************************************/

@media only screen and (max-width: 1640px) {
	.top-left2 {
		left: 20px;
	}

	.top-right2 {
		right: 20px;
	}
}

@media only screen and (max-width: 1348px) {
	.top-left2 {
		left: 20px;
	}

	.top-right2 {
		right: 20px;
	}
}

@media only screen and (max-width: 1660px) {
	.lo_top-left2 {
		left: 20px;
	}

	.lo_top-right2 {
		right: 20px;
	}
}

@media only screen and (max-width: 1302px) {
	.lo_top-right2 {
		display: none;
	}
}

@media only screen and (max-width: 1412px) {
	.navbar-nav button {
		padding: 10px 12px !important;
	}

	.top-left2 {
		left: 5px;
	}

	.top-right2 {
		display:none;
	}

	.top-mid2 {
		width: 100%;
	}

	#menu-icon2 {
		display:inline-block;
		margin-top: 10px;
		margin-right: 5px;
	}

	.phone_us2 {
		display: none;
	}

	.top-menu2 {
		display: none;
	}

	.responsive {
		display: block;
		position: absolute !important;
		top: 65px;
		right: 5px;
		width: 500px;
		margin: 0 !important;
		z-index: 50;
		border: 1px solid grey;
		border-radius: 5px;
		padding-top: 1px;
	}

	.responsive li {
		float: none;
		display: block;
		width: 100%;
		background-color: #EEEEEE;
	}

	.responsive li  a{
		display: block;
		text-align: left;
		font-size: 15px !important;
	}

	.responsive .dropdown-menu {
		position: relative;
		width: 100%;
		margin: 0px !important;
	}

	.responsive button {
		background-color: #EEEEEE !important;
	}
}

/*******************************************
****************  QUERIES  *****************
*******************************************/
.navbar-brand {
	/*width: 220px !important;*/
	/*height: 32px !important;*/
	margin-top: 10px !important;
	padding: 0px !important;

}
.navbar-brand img {
	/*width: 209px !important;
	height: 32px !important;*/
	max-height:50px;
}



.navbar-toggle {
	margin-right: 0px;
}

.navbar-collapse {
	border-top:0px;
	margin-top: 5px;
	padding-right:0px;
}


@media (min-width:1700px) {
	.navbar-nav {
		float: left;
		margin: 0 0 0 90px;
	}
}

@media (min-width:1600px) and (max-width:1699px) {
	.navbar-nav {
		float: left;
		margin: 0 0 0 85px;
	}
}

@media (min-width:1200px) and (max-width:1600px) {


	.navbar-brand {
		/*left:0px;*/}
	.navbar-nav {
		float: left;
		margin-left:20px;
	}
	.navbar-right {
		position:absolute;
		right:20px !important;
	}
}



@media (max-width:1110px) and (min-width:992px) {
	.phone_us {
		display: none;
	}

	.navbar-brand {
		/*left:30px !important;*/ }
	.navbar-nav {
		float: left;
		margin: 0 0 0 70px !important;
	}
	.navbar-right {
		float: left;
		margin: 0 0 0 0px !important;
	}
	.navbar-brand {
		position: relative;
		/*left:-10px;*/
		padding: 0;
	}
	.phone_us {
		width: 125px !important;
		color: #247aa4 !important;
		font-size: 13px !important;
		padding-top: 17px !important;
	}
	.phone_us:before {
		content: url(../i/top_phone.png);
		transform: scale(.45) !important;
		position: absolute;
		float: left;
		top: 28px;
	}
}

@media (max-width: 992px) {

	.phone_us {
		display: none;
	}
}

@media (max-width: 992px) {



	.phone_us {
		display: none;
	}



	.navbar-brand {
		position: absolute;
		left: 5% !important;
		padding-top: 12px;
	}
	.navbar-nav {
		position: relative;
		margin: 15px 0 0 70px !important;
	}
	.form-map {
		margin-bottom: 30px;
	}
	.form-map .form-control {
		width: 100%;
	}
	.separator {
		display: none;
	}
	#boxes .box1, #boxes .box2, #boxes .box3 {
		max-width: 100%;
	}
	#boxes .box1 p:before, #boxes .box2 p:before, #boxes .box3 p:before {
		bottom: 6px;
	}
	.navbar-nav button {
		background:#ffffff;
		color: #777;
		border:none;
		padding:10px 12px;
	}
	.navbar-nav .home_icon:before {
		content: url(../i/home.png);
		position: absolute;
		left: -15px;
		top: 12px;
	}
}

@media (max-width:1200px) and (min-width:992px) {


	.phone_us {
		display: none;
	}

	#generic img {
		height: auto;
		width: 259px;

	}

	.phone_us {
		display: none;
	}

	.news .date {
		margin:10px 0px 10px 0px;
	}

	.navbar-brand {
		position: relative;
		/*left:-20px;*/
		padding: 0;
	}
	.navbar-brand img {
		/*width: 140px;*/
	}
	.navbar-nav {
		float: right;
		margin: 0 0 0 0px !important;
	}
	.navbar-right {
		position: absolute;
		top:17px;
		right:5px;
	}
	.phone_us {
		width: 155px;
		color: #247aa4 !important;
		font-size: 16px;
		padding-top: 15px;
	}
	.phone_us:before {
		content: url(../i/top_phone.png);
		transform: scale(.6);
		position: absolute;
		float: left;
		top: 8px;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 14px 12px;
	}
	.navbar-nav .first_item a:before {
		content: url(../i/home.png);
		position: absolute;
		left: -15px;
		top: 16px;
	}
	#what_is img {
		max-width: 460px;
	}
	#quotes .col-md-4 {
		font-size: 20px;
	}
	.map_data {
		width: 300px;
	}
}

@media (max-width:950px) and (min-width:888px) {
	.phone_us {
		display: none;
	}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 16px 8px;
		font-size: 13px;
	}
	.navbar-nav {
		float: left;
		margin: 17px 0 0 100px !important;
	}
	.phone_us {
		width: 122px !important;
		color: #247aa4 !important;
		font-size: 13px !important;
	;
		padding-top: 13px;
	}
	.phone_us:before {
		content: url(../i/top_phone.png);
		transform: scale(.5) !important;
		position: absolute;
		float: left;
		top: 25px;
	}
	.navbar-nav button {
		background:#ffffff;
		color: #777;
		border:none;
		padding:11px 12px;
		font-size:13px;
	}
	.navbar-nav .home_icon:before {
		content: url(../i/home.png);
		position: absolute;
		left: -15px;
		top: 10px;
	}
}

@media (max-width:887px) and (min-width:768px) {
	.phone_us {
		display: none;
	}

	.navbar-brand img {

		padding-top: 5px;
	}
	.navbar-brand {
		position: absolute;
		left: 3% !important;
		padding-top: 12px;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 4px;
		font-size: 12px;
	}
	.navbar-nav {
		float: left;
		margin: 15px 0 0 90px !important;
	}
	.phone_us {
		position: absolute;
		right: 3px;
		top: 38px !important;
		width: 110px !important;
		font-size: 11px !important;
	}
	.phone_us:before {
		content: url(../i/top_phone.png);
		position: absolute;
		transform: scale(.4) !important;
		float: left;
		top: 0px !important;
	}
	.navbar-nav button {
		background:#ffffff;
		color: #777;
		border:none;
		padding:12px 5px;
		font-size:12px;
	}
	.navbar-nav .home_icon:before {
		content: url(../i/home.png);
		position: absolute;
		left: -15px;
		top: 10px;
	}
}

@media (max-width:992px) and (min-width:715px) {
	.phone_us {
		display: none;
	}

	#login p {
		font-size: 20px !important;
		padding-top: 10px !important;
		margin-right: 5px !important;
	}
	.form-group {
		margin-bottom: 15px;
		width: 150px;
		display: inline-block;
	}
	.form-map .form-group {
		margin-bottom: 15px;
		width: 100% !important;
		display: inline-block;
	}
	.navbar-nav li a:hover {
		font-weight: bold;
	}
	.navbar-nav li button:hover {
		font-weight: bold;
	}


}

@media (max-width:714px) {
	.phone_us {
		display: none;
	}

	.navbar-brand {
		position: absolute;
		left: 3% !important;
		padding-top: 0px !important ;
	}
	.navbar-nav li a:hover {
		font-weight: bold;
	}
	.navbar-nav li button:hover {
		font-weight: bold;
	}
	#login {
		padding-top: 15px;
		height: 210px;
		text-align: center;
	}
	#login p {
		text-align: center;
		float: none;
		font-size: 24px !important;
		padding-top: 10px !important;
		margin-right: 5px !important;
	}
	#login form {
		max-width: 490px;
		float: none !important;
		margin: auto;
	}
	.form-group {
		margin-bottom: 15px;
		width: 160px;
		display: inline-block;
		margin-right: 20px;
	}
	.form-map .form-group {
		margin-bottom: 15px;
		width: 100%;
		display: inline-block;
	}
	.map_data {
		margin-bottom: 30px;
	}
	.map_data p {
		float: none;
	}
	.map_data img {
		padding: 4px 15px 5px 15px;
		margin-right: 20px;
		float: left;
	}
}


@media (max-width:991px) {
	.phone_us {
		display: none;
	}

	.news {
		border-left: 0px;
		height: auto !important;
	}
	.box {
		border-left:0px;
	}
	.box_loans {
		border:0px;
		width: 100%;
	}
}


@media (max-width:991px) and (min-width:670px) {


	.phone_us {
		display: none;
	}


	.navbar-brand img {
		/*width: 130px;*/
	}

	.navbar-nav .first_item a:before {
		content: url(../i/home.png);
		position: absolute;
		left: -15px;
		top: 11px;
	}
	.navbar-right {
		float: left;
		margin: 0 0 0 0px !important;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 9px;
	}
	.phone_us {
		position: absolute;
		right: 10px;
		top: 0px;
		width: 140px;
		font-size: 14px;
	}
	.phone_us:before {
		content: url(../i/top_phone.png);
		position: absolute;
		transform: scale(.5);
		float: left;
		top: 3px;
	}
	#login p {
		font-size: 26px;
		margin-right: 0px;
		padding-top: 5px;
	}
	#login form {
		width: 490px;
		float: right;
	}
	#login form input {
		width: 130px;
	}
	#login form-inline {
		width: 450px;
	}
	#what_is {
		height: 620px;
	}
	#what_is img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	#quotes {
		height: 250px;
		text-align: center;
	}
	#quotes .col-md-4 {
		font-size: 20px;
	}
}

@media (max-width:991px) and (min-width:670px) {
	.phone_us {
		display: none;
	}

	.navbar-brand img {
		/*width: 130px;*/
	}

	.navbar-nav .first_item a:before {
		content: url(../i/home.png);
		position: absolute;
		left: -15px;
		top: 11px;
	}
	.navbar-right {
		float: left;
		margin: 0 0 0 0px !important;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 9px;
	}
	.phone_us {
		position: absolute;
		right: 10px;
		top: 35px;
		width: 140px;
		font-size: 14px;
	}
	.phone_us:before {
		content: url(../i/top_phone.png);
		position: absolute;
		transform: scale(.5);
		float: left;
		top: 3px;
	}
}

@media (max-width:992px) {
	.navbar-nav {
		background: #fff;
		margin-left:0px;
		width:90%;
	}
	.navbar-nav .home_icon:before {
		display:none;
	}
	.phone_us {
		display: none;
	}
	.map_data img {
		width: 25px !important;
		padding: 0;
	}
}

@media (max-width:669px) {
	.phone_us {
		display: none;
	}
	#what_is {
		height: 650px;
	}
	#what_is .container:last-child {
		text-align: center !important;
	}
	#what_is img {
		width: 80%;
	}
	#quotes {
		text-align: center;
		height: 300px;
	}
}

@media (max-width:535px) {
	.phone_us {
		display: none;
	}

	#social h1 {
		text-align: center;
		float: none;
		margin-bottom: 10px;
	}
	#social .icons {
		float: none;
		list-style-type: none;
		width: 210px;
		margin: auto;
	}
}

@media (max-width:440px) {
	.phone_us {
		display: none;
	}
	.map_data img {
		width: 45px !important;
		padding: 0;
	}
	#bottom {
		padding-top: 10px;
		padding-left: 30px;
		height: 100px;
	}
	#bottom ul {
		display: block;
		width: 100%;
	}
}

@media (max-width:414px) {
	.phone_us {
		display: none;
	}
	#login {
		text-align: center;
		height: 250px;
	}
	.form-group {
		margin-bottom: 15px;
		width: 100% !important;
		display: block;
		margin-right: 20px;
	}
	input {
		width: 100% !important;
	}

	#quotes .col-md-4 {
		margin-bottom:20px;
	}

	#quotes img {
		max-width:60px;}

}

@media (max-width:382px) {
	.phone_us {
		display: none;
	}

	#login {
		text-align: center;
		height: 250px;
	}
	.form-group {
		margin-bottom: 15px;
		width: 100% !important;
		display: block;
		margin-right: 20px;
	}
	input {
		width: 100% !important;
	}
	#quotes {
		font-size:20px;
		height: 180px;}

	#quotes  img {
		width:40px;}
}

.qq-form-fix {
	margin-bottom: 50px;
}

.contacts-box-fix {
	margin-bottom: 57px;
}

.nav-phone {
	margin-left: 30px !important;
}


@media (max-width:350px) {
	#what_is {
		height:100%;
		padding-bottom:10px;}
	#quotes {
		margin-top:10px;
		text-align:center;
		height:240px;}
	#quotes img{
		display:block;
		margin:auto;}
}

