@font-face {
	font-family: "Helvetica Neue";
	src: url("/active-sites/Template3-6753/../Fonts/HelveticaNeue.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Helvetica Neue Medium";
	src: url("/active-sites/Template3-6753/../Fonts/HelveticaNeue-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light";
	src: url("/active-sites/Template3-6753/../Fonts/HelveticaNeue-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

body {

	color: #606060;
	background-color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

.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;
}

/*Modal Window*/
.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;
	font-weight: normal;
}
.modal_box {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	max-width: 400px;
	padding-top: 10px;
	z-index: 1;
	margin: 30px 15px;
	background-color: #323a42;
	transition: opacity .4s, visibility .4s;
}
.modal_box .form-control {
	width: 320px;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #4a525c;
	border: none !important;
	border-radius: 0px !important;
	padding: 20px;
	color: #fff;
}

.modal_box input  {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-radius: 0;
}
.modal_box .one-line input {
	width: 200px;
	font-size: 13px;
	margin-top: 18px;
}
.modal_box p {
	text-align: center;
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.modal_box h1 {
	text-align: center;
	font-size: 24px;
	color: white;
}
.modal.open {
	visibility: visible;
	opacity: 1;
}
.one-line {
	display:flex;
	justify-content: space-between
}
.modal_box a {
	margin-left: 100px;
}
.modal_box .error {
	border: 1px solid red;
}
.modal_box .err-message {
	color: red;
	margin-left: 50px;
}
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: 50px;
		top: 9px;
		width: 20px;
		height: 20px;
	}
	.btn_view {
		visibility: visible;
	}
	.btn_view.hidden {
		visibility: hidden;
	}
	.btn_hidden {
		visibility: hidden;
	}
	.btn_hidden.view {
		visibility: visible;
	}
}
.modal-container {
	float: left;
	padding-bottom: 15px;
	margin-top: -15px;
	font-weight: normal;
}

.modal_box .btn-default {
	padding-bottom: 20px;
	padding-top: 20px;
	outline: none;
	background: white;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
}

.modal_box .btn-cancel {
	padding-bottom: 20px;
	padding-top: 20px;
	outline: none;
	background: white;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
}

/*End Modal Window*/




#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-family: "Helvetica Neue Light";
	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;
}

.a-social {
	pointer-events: none!important;
	text-decoration: none!important;
	cursor: default!important;
}

#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";*/
	font-family: "Helvetica Neue Light";
	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;
}
#miniloans .container {
	padding-top: 30px;
}

.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;
}

#login h2 {
	font-size: 18px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 18px;
}

#login .form-control {
	width: 100%;
	background-color: #4a525c;
	border: none !important;
	border-radius: 0px !important;
	float: left;
	padding: 20px;
	color: #fff;
}


#login .form-group {
	width: 100%;
	margin-bottom: 20px;
}

#login-button, #apply-button, .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;
	font-family: "Helvetica Neue Medium";
	border: none;
}

/*Modal Window*/
.modal-container a {
	all: unset;
	cursor: pointer;
}

.qq-form-fix #login-button {
	border-top: 1px solid #dedede;
	border-radius: 0;
	bottom: -30px;
}

.form-map #apply-button {
	border-top: 1px solid #dedede;
	border-radius: 0;
	bottom: -40px;
	padding: 20px 0;
}

.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;
	font-family: "Helvetica Neue";
	height: 70px;
}

.box-social {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 75%;
}
#box-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
#box-social li {
	margin: 0 10px;
}
.box-social img {
	width: 45px;
	margin-left: 5px;
	margin-right: 5px;
}
.box-social a {
	width: auto;
	position: static;
	bottom: auto;
	left: auto;
	background-color: transparent;
	padding: 0;
	border: none;
}

#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: 10px;
	margin-left: 10px;
}
#bottom h4 {
	float: left;
}
#bottom ul {
	list-style-type: none;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
#bottom ul li {
	float: left;
}
#bottom span {
	margin: 10px;

}

#social-links {
	display: flex;
	align-items: center;
}
#social-links ul {
	padding: 5px 10px 8px;
	margin-bottom: 5px;
}
#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-family: "Helvetica Neue Light";
	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;
}

#top-menu2.nav>li>a:hover, #top-menu2.nav>li>a:focus, #top-menu2.nav>li button:hover {
	text-decoration: none;
	background-color: transparent !important;
	color:#b7a9b8 !important;
}

.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;
}

.dropdown-menu button a{
	color:#676767;
}
.dropdown-menu button:hover a{
	color:#000;
	text-decoration: none;
}

.dropdown-menu .dropdown-item{
	padding-bottom: 0;
}

.dropdown-menu .dropdown-item:last-child{
	padding-bottom: 15px;
}

.top-mid2 {
	/*margin: auto;*/
	padding-top: 10px;
	/*width: 1050px;*/
	position: relative;
	margin-top: 60px;
}

#top-menu2.nav>li:first-child>a{
	padding-left: 12px;
}

.header2 {
	position: relative;
	height: 80px;
	margin-bottom: 20px;
	/*background: white;*/
	color:#fff;
}
.header2 .navbar-nav > li > a,
.header2 .navbar-nav button{
	color:#fff !important;
	font-family: "Helvetica Neue";
	font-size: 14px;
}

.top-left2 {
	position: absolute;
	/*left: 20px;*/
	top: 10px;
	width: 200px;
}

.top-right2 {
	position: absolute;
	/*right: 20px;*/
	right: 15px;
	top: 10px;
	width: 200px;
	text-align: right;
}

.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;*/
	width: 200px;
	color: #247aa4 !important;
	font-size: 20px;
	padding-top: 12px;
}

.phone_us2 li {
	/*margin-left: 45px;*/
	margin-top: 2px;
	font-size: 25px;
	color:#fff;
	font-family: "Helvetica Neue";
}

/*.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;
	margin-bottom: 10px;
	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;
}

.grecaptcha-badge, .asw-menu-btn {
	bottom: 70px!important;
}

#bnt_container {
	bottom: 120px!important;
	z-index: auto!important;
}

/*******************************************
****************  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;
	}
	.news {
		height: 320px !important;
	}

	#generic .first{
		height: 320px !important;
	}

	#menu-icon2 {
		margin-bottom: 10px;
	}

	.box-social img {
		width: 45px!important;
		margin-left: 0;
		margin-right: 0;
	}
	#box-social li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.box_quote a {
		padding-left: 0;
	}
}

@media (max-width: 991px) and (min-width:351px) {
	.contact_box {
		margin-right: 30px;
	}
	
}

@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) {
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}

	.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;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}
}

@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;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}
}

@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;
	}

	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}
}

@media (max-width:768px) {
	#social-links h4 {
		margin-top: 10px;
	}

	#bottom, #social-links {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#social-links ul {
		position: relative;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}
}

@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;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}
}


@media (max-width:991px) {
	.phone_us {
		display: none;
	}

	.news {
		border-left: 0px;
		height: auto !important;
	}
	.box {
		border-left:0px;
	}
	.box_loans {
		border:0px;
		padding-bottom: 100px;
	}

	#menu-icon2 {
		margin-top: -20px;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}
}


@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;
	}
	#social-links span {
		margin-top: 10px;
	}

	#bottom, #social-links {
		flex-direction: column;
		align-items: center;
	}
}

@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;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}

	.phone_us2 {
		margin-top: -10px;
	}
	.phone_us2 li {
		font-size: 20px;
	}
}

@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;
	}
	#menu-icon2 {
		margin-top: -20px;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}

	.box_quote a {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@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;
	}

	.grecaptcha-badge, .asw-menu-btn {
		bottom: 122px!important;
	}
	#social-links ul {
		margin-bottom: 10px;
	}
	#bottom {
		padding-left: 20px;
		padding-bottom: 15px;
	}

	.news p {
		height: 120px;
	}

	#menu-icon2 {
		margin-top: -20px;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}

	.apply-now-img {
		width: 250px;
		padding-bottom: 20px;
	}
}

@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%;
	}

	#menu-icon2 {
		margin-top: -20px;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}


}

@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;}

	.modal_box .one-line input {
		padding-left: 66px;
		padding-right: 66px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.modal_box .form-control {
		width: calc(100% - 70px) !important;
	}

	.modal_box {
		max-width: 380px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.modal-container {
		margin-top: 0px!important;
	}

	#login .form-control {
		margin-bottom: 7px;
	}

	#menu-icon2 {
		margin-top: -30px;
	}
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}

	.phone_us2 li {
		font-size: 18px;
	}
}

@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;
	}

	#bottom ul {
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
		padding-left: 25px;
	}
	
	.modal-container {
		padding-top: 5px;
	}

	.modal_box {
		max-width: 370px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.modal_box .one-line input {
		padding-left: 63.5px;
		padding-right: 63.5px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.modal_box .form-control{
		padding-right: 20px;
		padding-left: 20px;
		margin-left: 10px;
		margin-right: 10px;
		width: 200px;
		width: calc(100% - 25px) !important;
	}

	.modal_box h1 {
		font-size: 20px;
	}

	.modal_box p {
		padding-left: 10px;
		padding-right: 10px;
	}



	#menu-icon2 {
		margin-top: -30px;
	}

	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}

}

.qq-form-fix {
	margin-bottom: 50px;
}

.contacts-box-fix {
	margin-bottom: 57px;
}

.nav-phone {
	margin-left: 30px !important;
}

@media (max-width:372px) {
	/*.modal_box {*/
	/*	width: 100%;*/
	/*	max-width: calc(100% - 30px);*/
	/*	box-sizing: border-box;*/
	/*	margin-left: 15px;*/
	/*}*/
	/*.modal_box .one-line input {*/
	/*	padding-left: 56px;*/
	/*	padding-right: 56px;*/
	/*}*/
	.modal_box {
		width: 320px;
		max-width: calc(100% - 30px);
		box-sizing: border-box;
		margin-left: 15px;
	}
	.modal_box .one-line input {
		padding-left: 47px;
		padding-right: 47px;
	}
}

/*@media (max-width:362px) {*/
/*	.modal_box {*/
/*		width: 100%;*/
/*		max-width: calc(100% - 30px);*/
/*		box-sizing: border-box;*/
/*		margin-left: 15px;*/
/*	}*/
/*	.modal_box .one-line input {*/
/*		padding-left: 54px;*/
/*		padding-right: 53px;*/
/*	}*/

/*}*/

/*@media (max-width:355px) {*/
/*	.modal_box .one-line input {*/
/*		padding-left: 52px;*/
/*		padding-right: 52px;*/
/*	}*/

/*}*/


@media (max-width:350px) {
	#what_is {
		height:100%;}
	#quotes {
		margin-top:10px;
		text-align:center;
		height:240px;}
	#quotes img{
		display:block;
		margin:auto;}

	.modal_box {
		width: 100%;
		max-width: calc(100% - 30px);
		box-sizing: border-box;
		margin-left: 15px;
	}

	.one-line {
		flex-direction: column;
	}

	.modal_box .form-control {
		width: calc(100% - 25px) !important;
	}

	#menu-icon2 {
		margin-top: -20px;
	}

	#top-menu2 {
		top: 20px;
	}

	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button{
		color: #000000 !important;
	}

	#login .form-control {
		margin-bottom: 7px;
	}

	#bnt_container {
		bottom: -20px!important;
	}

	.news p {
		height: 120px;
	}

	#home {
		padding-left: 10px;
	}

	#home h1 {
		font-size: 50px;
	}

	#loans h1 {
		padding-top: 40px;
	}

	.box_quote {
		padding-top: 20px;
	}

	.box_quote a {
		padding-left: 0px;
		border-top-width: 0px;
	}
	.box_loans {
		padding-left: 5px;
		padding-bottom: 100px;
	}

	.contacts_box {
		padding-left: 20px;
		border-right-width: 0px;
	}

	.contacts_box img {
		margin-left: -20px;
	}

	.apply-now-img {
		width: 250px;
		margin-left: -40px;
		padding-bottom: 20px;
	}


}

@media (min-width:1200px) and (max-width:1412px) {
	.header2 .navbar-nav > li > a,
	.header2 .navbar-nav button {
		color: #000000 !important;
	}
}