/*
/*
Theme Name: iLoanPro
Theme URI: http://www.flightdigital.com.au	
Author: Flight Digital
Author URI:  http://www.flightdigital.com.au	
Description: iLoanProTheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: English
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Lato);
@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  src: local('OpenSans-Regular'), local('OpenSans-Regular'), url("fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  src: local('OpenSans-Bold'), local('OpenSans-Bold'), url("fonts/OpenSans-Bold.ttf");
}
html {

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	margin-top:0px !important;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color:#606060;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	
}

sub,
sup {
	
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	
	
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	
	
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:##606060;;
}
h2
{
font-size:1.4em;
}
h3
{
font-size:1.3em !important;
}
p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	

	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	
}

big {
	
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
		max-width:100% !important;
	overflow-x: hidden;
}
.white-part
{
background-color:#fff;
min-height:15em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* custom functions */
body { 
 
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
.top-bar
{

}
#cf 
{
  position:relative;
  height:190px; 
  /* width:450px; */
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
/* Home page - b */
.head-h1
{
	font-size:2.5em !important;
	font-family:'OpenSans-Bold';
	line-height:120% !important;
}
.header-container
{
	padding-top:1em !important;
}
.header-p
{
	font-family:'OpenSans-Regular'; 
	font-size:1.5em;
	line-height:120%;
	color:#D6D5D3;
}
.form-wrap-header
{
	background-color:transparent !important;
}
.form-header-title-area
{
	background-color:black;
	font-size:2em;
	color:white;
	height:80px;
	width:100%;
}
.form-header-title-area p
{
	font-size:2em;
	color:#D6D5D3;
	text-align:center;
	line-height:120%;
	padding-top:1em;
	padding-bottom:1em;
}
.header-wrap-80
{
	width:65%;
	margin:0 auto;
}
.header-frm-submit
{
	margin-top:1em !important; 
	background:#00BC6F !important;
}
.header-wrap-80 .form-group .input-group input
{
	font-size:1em !important;
}
.header-wrap-80 .form-group .input-group select
{
	font-size:1em !important;
	
}
.brand-div
{
	min-height:60px;
}
.brand-div img
{
	width:116px;
	height:36px;
	opacity:0.4;
}
.features-var2
{
	background-color:white !important;
}
.less-top-pad
{
	padding-top:1em !important;
}
.hero-section
{
	background-color:white;
}
.fold-var2:after,.fold-var2:before
{
	border-bottom: 15px solid white !important;
}
.loan_amount
{
	background-image:url('images/loan_amount.png');
	background-repeat:no-repeat;
	width:29px;
	height:39px;
}
.pv
{
	background-image:url('images/pv.png');
	background-repeat:no-repeat;
	width:29px;
	height:39px;
}
.pt
{
	background-image:url('images/pt.png');
	background-repeat:no-repeat;
	width:29px;
	height:39px;
}
.post
{
	background-image:url('images/post.png');
	background-repeat:no-repeat;
	width:29px;
	height:39px;
}		
.font-sml
{
	font-size:1em !important;
	color:#ccc !important;
	}
.font-sml ul li span
{
	font-size:1em !important;
	color:#ccc!important;
}

.dropdown {
	border: 0px solid #ccc;
	padding: 13px 15px;
	color: #ccc;
	background-color: #fff;
	background-image: url('images/form-arrow.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	text-align:left;
	    width: 99.9%;
		    border-bottom: 1px solid #cdcdcd;
		
}
	
	.dropdown ul { 
		list-style: none; padding: 0; margin: 0; 
		position: absolute;
		top: 48px; left: -1px; /* -1 for the border */
		z-index: 5;
		border: 1px solid #ccc;
		width: 100%;
		color: #ccc;
		background-color: #fff;
		display: none;
	}
	
	.dropdown li { 
		list-style: none; padding: 0; margin: 0; 
		padding: 15px;
	}
		.dropdown li.selected { display: none; }
		.dropdown li:hover { background-color: #00BC6F; color: #fff; }
		
	.dropdown.open { border: 1px solid #666; color: #333; }
	.dropdown.open ul { border: 1px solid #666; color: #333; }
	

/* specific */


.myform .subject {
	width: 200px;
	margin: 0 0 20px;
}
.custom-fnt
{
	font-size: 1.25rem;
}
.full_dd
{
	width:100% !important;
}
.chart-col
{
	background-color:white;
}
.yo
{
	font-size: 1.25em;
}
#home-cta-button:visited
{
	color:white !important;
}
.form_area
{
	background-color:white;
	min-height:800px;
}
.form-sidebar
{
	padding-left:3em;
	padding-top:3em;
}
.form-row
{
	overflow:hidden;
}
.grey-area
{
	background-color:#ECECEC;
	text-align:center;
	min-height:1200px;
}
.pr-bar-div
{
	width:80%;
	margin:0 auto;
}
.subscr_window
{
	 border-style: solid;
    border-width: 5px;
	border-color:#3E897A;
	overflow:hidden;
}
.email_field
{
	max-width:200px !important;
	border: 1px solid #ccc !important;
	border-radius:0px !important;
}
.finish_btn
{
	margin-top: 1em !important;
    background: #00BC6F !important;
	border:0px;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	color:white;
	font-size:1em;
	border-radius:5px;
	margin-bottom:2em;
}
.subscr_title
{
	background-color:#3E897A;
	padding-top:1em;
	padding-left:1em;
	padding-right:1em;
	text-align:center;
	padding-bottom:1em;
	margin-bottom:1em;
	font-size:1em;
	color:white;
}
.final-field
{
	margin-top:1em;
	padding-left:1em !important;
	padding-right:1em !important;
	border-radius:0px !important;
	width:95% !important;
	height:40px !important;
}
.icon-div
{
	height:48px;
	line-height:80px;
	text-align:center;
}
.final-p
{
	font-weight:200;
	line-height:100%;
}
.green-ico
{
	color:#3E897A;
	font-size:2em;
}
.side-field
{
	border-radius: 2px;
    box-shadow: none;
    font-weight: inherit;
    border-color: #e8e8e8;
	max-width:80%;
}
.progress-p
{
	color:#ECECEC;
	font-size:1em;
}

@media (max-width: 767px) {
	.navbar-header
	{
	z-index: 999999;
    background-color: white !important;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
    height: 100px;
}
	.header-p
	{
		font-size:0.8em;
	}
	.brand-div img
	{
		width:100px;
	}
	.fold-var2
	{
		min-height:500px !important;
	}
	#lendas-fees
	{
		margin-top:280px;
		
	}
	.header-wrap-80
	{
		margin-top:2em;
		width:100%;
	}
	.brand-div img {
    max-width: 80%;
     }
	 .brand-div {
    min-height: 40px;
    max-width: 90px;
    float: left;
}
.form-wrap-header {
 
    z-index: 999;
	margin-left:-25px !important;
	width:120%;
}
.main-navbar .navbar-toggle
{
	top:1em;
	position:absolute;
	left:80%;
}
#above-the-fold:after /* to remove the white space after header section */
{
	content:none;
}
#above-the-fold:before /* to remove the white space after header section */
{
	content:none;
}
.main-navbar .navbar-header
{
	z-index:999999;
}
.affix .green-logo
{
	 max-width: 80%;
	margin-top:-1px;
}
#lendas-fees
{
	margin-top:0px;
}
.home2 #lendas-fees
{
	margin-top:280px;
}
.white-nav
{
	height: 100px;
}
.white-nav .Iloanpro-white-logo
{
	max-width:80%;
}
.white-nav .navbar-toggle
{
	background-color:#28B56F;
	border:0px;
	margin-top:-3px;
}
.page-inner .navbar-collapse {
    position: relative !important;
    height: 200px;
    background-color: #28B56F;
	color:white;
    z-index: 9999999;
    text-align: center !important;
    margin-bottom: 200px !important;
    margin-top: 20px;
	margin-left:-30px !important;
	margin-right:-30px !important;
}
.page-inner .navbar-collapse ul li
{
	text-align:center;
	padding-left:20%;
	color:white !important;
}
.page-inner .navbar-collapse ul li a
{
	
	color:white !important;
}
.page-inner .fa-user
{
	color:white !important;
}
body.transparent-navbar .main-navbar .navbar-toggle .icon-bar
{
	background:#28B56F !important;
	
}
body.transparent-navbar .main-navbar .navbar-
{
	margin-top:-3px;
}
.affix-top .white-logo
{
	max-width:70%;
}
.var2-cta
{
	
	margin-left:1em;
	    width: 80% !important;
}
.yo
{
	font-size:1em;
}

}
.sl-part
{
padding-left:-15px !important;
padding-right:-15px !important;
max-width:100% !important;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.home-title
{
font-size:1.8em;
}
.service-title
{
font-size:1.2em;
font-weight:500;
text-align:center;
padding-top:1em;
padding-left:2em;
}
.widget-title
{
text-align:center;
}
.nav>li>a
{

}
.aln-adj
{
padding-left:8em;
}
.testimonials-widget img
{
margin:auto;
}
.testimonials-widget a
{
padding-left:3em;
}
.service-box1
{
border-right:1px solid ;
border-color:#F2F2F2;
text-align:justify;
min-height:350px;
background-image:url('images/box-bg.png');
background-repeat:repeat-x;

}
.know-more
{
background: black;
color: #fff;
font-size: 12px;
padding: 0 15px;
height: 27px;
line-height: 27px;
width:10em;
margin-left:40%;
-moz-border-radius:5px;
border-radius:5px;

}
.know-more a
{
color: #fff;
text-decoration:none;
}
.know-more:hover
{
background-color:#FF9900;

}
.service-box1 p,.service-box2 p,.service-box3 p
{
padding-top:1em;
min-height:100px;
}
.service-box1:hover,.service-box2:hover,.service-box3:hover
{
background-image:url('images/box-bg-hover.png');
background-repeat:repeat-x;

}
.service-box2
{
border-right:1px solid ;
border-color:#F2F2F2;
text-align:justify;
min-height:350px;
background-image:url('images/box-bg.png');
background-repeat:repeat-x;
}
.service-box3
{
text-align:justify;
min-height:350px;
background-image:url('images/box-bg.png');
background-repeat:repeat-x;
}
.service-icon1
{
background-image:url('images/seo.jpg');
background-repeat:no-repeat;
height:80px;
margin:auto;
}
.service-icon2
{
background-image:url('images/sem.jpg');
background-repeat:no-repeat;
height:80px;

margin:auto;
}
.service-icon3
{
background-image:url('images/lg.jpg');
background-repeat:no-repeat;
height:80px;
margin:auto;
}
.CTA-DIV
{
min-height:60px;

}
.h1-title
{
color:white !important;
text-align:center;
}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
	max-width:200px !important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-right:1.2em;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
	display:none;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.about-com
{
margin-bottom:2em;
padding-left:0px;
clear:both;
}
.about-com img
{

padding-right:1em;
}
.blue-btn
{
background: #00b6de;
color: #fff;
font-size: 12px;
padding: 0 15px;
height: 27px;
line-height: 27px;
width:10em;
margin-left:50%;
margin-top:5em;
-moz-border-radius:5px;
border-radius:5px;

}
.read-more-blog
{
background: #00b6de;
color: #fff;
font-size: 12px;
padding: 0 15px;
line-height: 27px;
width:10em;
-moz-border-radius:5px;
border-radius:5px;

}
.read-more-blog a
{
color:white;
}
.blue-btn a
{
color:#fff;
}
.site-footer
{
background-color:black;
}
.contact_info
{
margin: 0 0 30px 0;
border-color: #282828;
background: #1e1e1e;
border: 1px solid #e5e5e5;
padding:1em;
}
.mae
{
width:100% !important;
}
/*Contact Info Widget*/

#footer .contact_info ul { display:block; margin: 0 0 0 20px; padding: 15px 0; }
#footer .contact_info ul li,#footer .contact_info ul li a { margin:0 0 0px 0; }
#footer .contact_info { margin:0 0 30px 0; border-color:#282828; background:#1e1e1e; }

/*Contact Form Widget*/

#footer input[type="text"],#footer input[type="email"],#footer textarea,#footer .widgetFormTextarea { border-color:#282828; background: #1e1e1e; 
width:100%;

}
#footer textarea
{
height:3em;
width:100%;
}
#footer .widgetFormInput:hover,#footer .widgetFormTextarea:hover { border-color:#333; }

#footer input[type="submit"] { 
	margin-top: 5px;
	color:#999;
	height:2.8em;
	width:10em;
	background-color: #181818;
	background-repeat: repeat-x;
	border-radius:5px;
	border:0px;
	  }

#footer #contactForm2 #submit:hover { color:#aaa;  }

/* Advertise widget */

#footer .sidebar-advertise  ul { margin-top: -23px; }

#footer .sidebar-advertise  ul li  { 	
	width:125px;
	height:125px;
	border:none; 
	padding:0;
	margin:20px 20px 0 0;
	display: inline-block;
	clear:none;   }
.srp-post-title a
{
color:grey;
}
.wpcf7  textarea
{
background-color:#FCFCFC;
}
.wpcf7 input[type="submit"]
{
width:100%;
background-color:#757575;
color:white;
border:0px;
border-radius:5px;
height:2.5em;
}
.footer-col2
{
padding-left:4em;
}
.form-div1
{
background-color:#EEEEEE;
padding-left:2em;
padding-right:2em;
padding-top:2em;

}
.slider-shw
{
background-image:url('images/shadow2.png');
width:100%;
height:150px;
background-repeat:no-repeat;
background-size:100% auto;
}
.align-c
{
text-align:center;
}
.hdr-style
{
margin-bottom: 20px;
line-height: 0;
font-size: 0px;
padding-bottom: 0px;
margin-top: 0px;
border-bottom: 1px dashed #DDD;
width:100%;
}
.hdr-style span {
    display: inline-block;
    margin-bottom: -26px;
    height: 2px;
    width: 30px;
    background: none repeat scroll 0% 0% #888;
    bottom: 0px;
}
#footer .Ca_border {
    border-bottom: 3px double #383838;
    margin-bottom: 25px;
}
#footer .Ca_border span
{
background: none repeat scroll 0% 0% #585858;
height: 3px;
width: 80px;
display: block;
margin-bottom: -3px;
}
#footer h3
{
font-size:1.3em;
}
#footer h4
{
font-size:1em !important;
}
.side-bar
{
padding-left:10%;
padding-bottom:5em;
padding-top:3em;
}
.sidebar
{
font-size:1em;

}
.jcarousel-pagination
{
display:none;
}
blockquote
{
border:0px;
margin:0px;
padding:0px;
font-size:1em;
text-align:justify;
}
.contact_info ,.srp-post-content
{
font-size:0.9em;
}
#footer a
{
color:#aaaaaa;
}
.navbar
{
margin-bottom:0px;
}
.blog-content1
{
min-height:1000px;
}
.entry-thumbnail
{
float:left;
width:100%;
margin-right:1em;
padding-bottom:2em;
}
.entry-thumbnail img
{
	
}
.posts-navigation
{
font-size:1.4em;
margin:0px auto;
text-align:center;
}
.posts-navigation a
{
color:black;
text-shadow: 1px 1px #aaaaaa;
}
.form-cap
{
color:#606060;
text-align:center;
}
.entry-title
{
font-size:1.4em;
}
.page-part
{
margin-top:1.5em;
margin-bottom:1em;
}
.hibiscus-col-50
{
margin-left:1%;
width:48%;
float:left;
}
.hibiscus-col-75
{

width:75%;
}
.hibiscus-col-25
{

width:23%;
float:left;
margin-left:1%;
}
.hibiscus-col-100
{
width:100%;
}
.contactpage-frm input
{
background-image:none;
}
.contactpage-frm input[type="submit"]
{
background: #00b6de;
color: #fff;
font-size: 12px;
padding: 0 15px;
height: 27px;
line-height: 27px;
width:10em;
border:0px;
-moz-border-radius:5px;
border-radius:5px;
}
.contactpage-frm textarea
{
height:40px;
}
.cp-area
{

margin-left:1%;
}
.bottom-privacy
{
font-size:.8em;
}
.terms-d
{
font-size:.8em;
text-align:justify;
}
.header-ad
{
background-color:#333333;
margin:auto;
text-align:center;
height:2em;
}
.header-ad p
{
margin-bottom:0px;
color:#fff;
font-size:.9em;
vertical-align:middle;
padding-top:.5em;
padding-bottom:.2em;
font-family: 'Oswald', sans-serif;
}
.map-mark
{
color:#980000;
}
.ph-mark
{
color:#00B83A;
}
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	margin-top:0em;
	z-index: 100;
	border-top: 0;
	opacity:.9;
}
.sticky-ad {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	opacity:.7;
	z-index:9999;
}
.g-page,#widget_bounds
{
max-width:100% !important;
}
.hibicus-table{
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.hibicus-table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.hibicus-table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.hibicus-table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
/*Features table------------------------------------------------------------*/
.features-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
}

.features-table td
{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
    text-align: center;
}

/*Body*/
.features-table tbody td
{
  text-align: center;
  font: normal 12px Verdana, Arial, Helvetica;
  
}

.features-table tbody td:first-child
{
  width: auto;
  text-align: left;
}

.features-table td:nth-child(2), .features-table td:nth-child(3)
{
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}


.features-table td:nth-child(4)
{
  background: #e7f3d4;  
  background: rgba(184,243,85,0.3);
}

/*Header*/
.features-table thead td
{
  font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
}

.features-table thead td:first-child
{
  border-top: none;
}

/*Footer*/
.features-table tfoot td
{
  font: bold 1.4em Georgia;  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
}
.hibicus-table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.hibicus-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.hibicus-table tr:hover td{
	background-color:#ffffff;
		

}
.hibicus-table td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.hibicus-table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.hibicus-table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.hibicus-table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.hibicus-table tr:first-child td{
		background:-o-linear-gradient(bottom, #e5e5e5 5%, #eae9e8 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #eae9e8) );
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #eae9e8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#eae9e8");	background: -o-linear-gradient(top,#e5e5e5,eae9e8);

	background-color:#e5e5e5;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.hibicus-table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #e5e5e5 5%, #eae9e8 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #eae9e8) );
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #eae9e8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#eae9e8");	background: -o-linear-gradient(top,#e5e5e5,eae9e8);

	background-color:#e5e5e5;
}
.hibicus-table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.hibicus-table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
#sidebar-contact {
background-color: #FCFCFC;
padding: 2em;
}
#cp-contact {
background-color: #FCFCFC;
padding: 1em;
margin-bottom:3em;
}
.member-login
{
color:red;
}
.member-login:visited
{
color:red;
}
.login-btn
{
color:red;
}
@media (min-width: 767px)
{
}
#home-ul li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font-weight:800;
}
.check-ico
{
color:#48A4F1;
padding-right:1em;
}

.content-adj
{
padding-left:1em;
padding-right:1em;
}
h1,h2,h3,h4
{

}
/* Iloan Pro Style */
.selectpicker-property-type
{
	width:100%;
	height:80px;
	    border-radius: 0px;
    border: none;
    background: #fff;
    font-weight: lighter;
	    font-size: 1.25rem;
		line-height: 1.33333;
		color: #B0A8A8;
}
.selectpicker-property-type option
{
	font-size:1em;
}
.green-logo
{
	position:relative !important;
}
.filter-div
{
	background-image:url('images/filter.png');
	width:100%;
	background-repeat:no-repeat;
	height:150px;
}
.item-result-div
{
	background-image:url('images/faded.png');
	width:100%;
	background-repeat:no-repeat;
	height:587px;
}
.form-wrap
{
		width:100%;
	overflow:auto;
}
.mck-btn
{
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	border-radius:5px;
	background-color:#00BC6F;
	color:white;
	font-size:1.1em;
}
.finish-submit
{
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	background-color:#00BC6F;
	color:white;
	font-size:1.1em;
	border:0px;
	width:100%;
}
.parentDisable{
                position:absolute;
                top:4em;
                left:0;
               background-image:url('images/opc.png');
			    min-height:1000px;
                height:100%;
                width:100%;
				background-repeat:repeat-both;
				
				}
 #popup{
        position:absolute;
        z-index:999;
	top:25%;
	left:30%;
}
.white-text
{
	color:white;
}
.text-center
{
	text-align:center;
}
.finish-h2
{
	    font-family: 'OpenSans-Bold', sans-serif;
		line-height:100%;
		font-size:1.8em;
}
.finish-frm-wrap7
{
	margin:0 auto;
	width:300px;
}
.finish-frm-wrap7 input[type="text"],.finish-frm-wrap7 input[type="phone"],.finish-frm-wrap7 input[type="email"]
{
	border:1px solid #ebebeb;
	width:100%;
	height:47px;
	padding-left:1em;
	font-family: 'OpenSans-Regular', sans-serif;
	
}
.ldr-div
{
	background-image:url('images/ldr.png');
	background-repeat:no-repeat;
width:100%;
background-position:center;	
	height:100px;
	margin:0 auto;
}
.small-p-tag
{
font-size:0.8em;
}	
@media (max-width:750px)
{
	#popup
	{
		left:1%;
	}
	.page-var2
	{
		margin-top:3em;
	}
	.second-hdr-form
	{
		max-width: 90%;
		margin:0px auto !important;
	}
	
}
.error_msg
{
	color:red;
}
.back_btn1
{
	padding-left:5em;
	padding-right:5em;
	padding-top:1em;
	padding-bottom:1em;
	background-color:#00BC6F;
	color:white !important;
	font-size:1.1em;
	border:0px;
	width:310px !important;

}
.back_btn1:hover
{
	text-decoration:none;
}
.back_btn1 a:visisted
{
	color:white;
}
.back_btn1 a
{
	color:white;
}
.back-div
{
	margin:0 auto;
	text-align: center;
	width:310px !important;
}
.drop-7
{
	background-color:white !important;
	color:#ccc;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	height:38px;
	width:200px;
	margin-top:-0.5em;
}
.drop-7:hover
{
	background-color:white !important;
	color:black;
}
.blog-header
{
	background-image:url('images/blog-header.png');
	height:221px;
	width:100%;
}
.white-nav
{
	background-color:white !important;
}
.no-bg
{
	background-image:none !important;
	background-color:white;
}
.blog-header-title
{
	color:white;
	text-align:center;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size:3em;
	padding-top:2em;
}
.blog-header-sub-title
{
	color:white;
	text-align:center;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size:1em;

}
.top-qt-btn
{
	margin-top:0.2em !important;
	border: 1px solid #006764 !important;
    border-radius: 2px;
    margin-bottom:1em !important;
	width:200px;
	
}
.green-text
{
	    color: #00bc6f!important;
}
.read-more-blog
{
	display: inline-block;
    margin-bottom: 70px;
    color: #fff!important;
    padding: 10px 15px;
    margin-top: 15px;
    background: #7cbb37;
	width:150px;
}
.entry-title a
{
	    color: #00bc6f!important;
		text-decoration:none;
		font-size:1.3em; !important
}
.posted-on a
{
	 color: #00bc6f!important;
		text-decoration:none;
}
.entry-title
{
	color: #00bc6f!important;
		text-decoration:none;
		font-size:2em; !important
}
.entry-footer
{
	display:none;
}
.side-bar .widget-title 
{
	font-family: 'Lato', sans-serif !important;
	text-transform:none !important;
	font-weight:800;
	font-size:1.2em;
}
.subscr-div
{
	background-color:#006764;
	color:white;
	text-align:center;
	padding-top:2em;
	padding-bottom:2em;
}
.subscr-div h3
{
	font-size:2em !important;
}
.subcr-tag
{
	margin:0 auto;
	line-height:150%;
	
	font-size:0.5em;
}
.side-bar li a
{
	color:black !important;
	text-decoration:none;
}
.side-bar li a:visited
{
	color:black !important;
	text-decoration:none;
}
.resultrow
{
	text-align:center;
		margin:0 auto;
}
.res-title
{
	color: #00bc6f;
	font-weight: lighter;
	text-transform:none;
}
.green-txt
{
	color: #00bc6f !important;
	font-size:1.3em !important;
}
.fig
{
	font-size:1.8em;
	    background-color: #f5f5f5;
		padding-left:0.5em;
		padding-right:0.5em;
}
.fig2
{
	background-color: #f5f5f5;
	font-weight:800;
	padding-left:0.5em;
		padding-right:0.5em;
}
.abt-txt-div
{
	padding-left:2.1em;
	padding-right:2em;
	text-align:justify;
	padding-bottom:1em;
}
.btn-primary:visited
{
	color:white !important;
}
.txt-center
{
	text-align:center;
}
.jb-top-div
{
	width:70%;
	margin:0px auto;
}
.jb-title
{
	font-size:1.2em;
	font-weight:600;
	text-align:center;
	color:#00BC6F;
	margin-bottom:0px;
	 font-style: italic;
}
.jb-listing-wrap
{
	margin:0px auto;
	text-align:center;
	width:50%;
	
}
.jb-desc
{
	font-weight:400;
}
.jb-a
{
	color:black !important;
	text-decoration:underline;

}
.spinner
{
	position: relative;
    width: 0px;
    z-index: 2000000000;
    left: 0%; !important;
    top: 0%; !important;
    height: 150px;
    text-align: center;
    margin: 0 auto;
	margin-top:5em;
}
.frm-refin-wrap
{
	background-color:#004E4B;
	height:450px;
	border-radius:5px;
	padding-left:1em;
	padding-right:0em;
	width:90%;
	margin:0 auto;
	margin-bottom:2em;
}
.refin-page1
{
	background-color:white;
	border-radius:5px;
	height:420px;
width:50%;	
	margin-top:1em;
	margin-right:0.5em;
	float:left;
	padding-left:2em;
}
.refin-page2
{
	background-color:white;
	border-radius:5px;
	height:420px;
	max-width:95%;
	margin-top:1em;
width:47.5%;	
float:left;
}
.h-field
{
	display:none;
}
.result-wrap {
display:none;
}
.result-title
{
	font-weight:600;
	font-family: 'OpenSans-Bold';
	margin-bottom:0px !important;
	font-size:1.3em;
}
.dol-span
{
	font-size:1.3em;
	color:#65D8A8;
	margin-left: 0px !important;
}
.curr-span
{
	font-size:1.7em;
	color:#65D8A8;
	margin-left: 0px !important;
}
.result-sub-title
{
	font-family: 'OpenSans-Regular';
	color:#909090;
	font-size:1em;
	margin-bottom:0px !important;
	float:left;
	text-align:left;
	
}
.span-bold
{
	font-weight:600;
text-align:left;
    margin-left: 0px !important;
	color:#909090;
	padding-left: 0.3em;
}
.sub-tit-div
{
	float:left;
	width:100%;
}
.out-div
{
	width:80%;
	margin:0 auto;
	margin-top:4em;
}
.out-div p
{
	margin-left:3.7em;
}
.out-div div
{
	margin-left:3.3em;
}
.green-strong
{
	color:#65D8A8;
	font-weight:800;
	font-size:1em;
	margin-left:2px;
}
#interest_only_loan input[type="text"]
{
	    border: 1px solid #ebebeb;
		width:200px;
		height:44px;
		padding-left:1em;
}
#interest_only_loan select
{
	  border: 1px solid #ebebeb;
		width:200px;
		height:44px;
		padding-left:1em;
}
.refin-page1
{
	color:#909090;
}
.refin-page1 table
{
	margin-top:-40px;
}
.refin-page1 table tr
{
	height:55px;
}
.refin-page1  submit
{
	text-align:center;
}
.submit-wr
{
	width:150px;
	margin:0 auto;
	margin-top:10px;
}
.refin-submit
{
	border-radius:5px;
	background-color:#00BD6C;
	color:white;
	padding-left:1em;
	padding-right:1em;
	width:140px;
	border:0px;
	background-image:url('images/btn-bg.png');
	background-repeat:no-repeat;
	background-position:center center;
	height:33px;
	margin-top:1.5em;
}
.error
{

	color:#B3171C;
}
.refin-page2 hr
{

    
color: #F9F9F9;
background-color:#F9F9F9;
border: none;
}
@media(max-width:1024px)
{
	.refin-page1
	{
		width:101%;
		float:left;
		padding-left:0.5em;
		margin-left:-10px;
		margin-right:-15px;
		padding-right:1em;
	}
	.refin-page2
	{
		width:101%;
		float:left;
		height:500px;
		margin-left:-10px;
		max-width:101%;
	}
	.frm-refin-wrap
	{
		width:100%;
		height:1000px;
	}
	#interest_only_loan input[type="text"]
{
	    border: 1px solid #ebebeb;
		width:50px;
		height:44px;
		padding-left:1em;
}
#interest_only_loan select
{
	  border: 1px solid #ebebeb;
		width:50px;
		height:44px;
		padding-left:1em;
}
.out-div p
{
	margin-left:0.5em;
}
.out-div div
{
	margin-left:0.5em;
}
.brand-div-var2
{
	display:none;
}
.page-var2  > .head-h1
{
	font-size:2em !important;
	
}
.head-h1-var2
{
	margin-top:1.5em !important;
}
.resp-hide
{
	display:none;
}
.var2-header-p
{
	font-size:1.1em;
	color:white;
}
#above-the-fold
{
	background:transparent !important;
	background-position:center center;
	margin-top:-20px;
	
	padding-right:0px !important;
}
.hero-section
{
	background:transparent !important;
}
.header-container-var2
{

	/* background-color:#3A897A !important; */
	padding-bottom:25em;
	display:table-cell;
	text-align:Center;
	background: url('images/home-fold.jpg');
	background-size:cover;
	background-position:center center;
	   width: 100%;
}
body.transparent-navbar .main-navbar
{
	    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
	
}
.navbar-header {
}
#home-2-cta-button
{
	margin-bottom:1em;
}
.page-var2
{
	margin-top:0px !important;
}
.fold-var2
{
		background-color:#3A897A  !important;
	
}
.second-hdr-form
{
	/* background-color:#3A897A  !important; */
	
}
.var2-header-sect
{
		/* background-color:#3A897A  !important; */
		  display:table;
padding-top:1em;
		  margin-bottom:2em;
		    margin-top: 1em;
		
}
#above-the-fold:after 
{
	display:none;
}
#above-the-fold:before
{
	display:none;
}
.home2 #lendas-fees 
{
	margin-top:-30px ;
}
}
.faq-q
{
font-weight:600 !important;
margin-bottom:0px ;
}
.faq-page-title
{
font-weight:800 !important;
margin-bottom:0px !important;
font-size:1.7em !important;
}
.dyn-p1 p
{
    font-family: 'OpenSans-Regular';
    font-size: 1.5em;
    line-height: 120%;
    color: #D6D5D3;
}
