@charset "UTF-8";

/*
    Name: YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/
body {
    background: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
}

.tabs .checkbox label {
    min-height: auto;
}
.tabs .checkbox label.lbl-two {
    line-height: 30px;
}
.footer-btn {
     padding: 5px 0 30px;
 }
.footer-btn p {
    color: #8da1ac;
}
.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}
.container {
    position: relative;
}
.new_year {
    background: url(../images/layout/newyear.png) no-repeat 0;
    z-index: 999999999;
    width: 216px;
    height: 46px;
    position: absolute;
    top: -12px;
    left: -18px;
    position: absolute;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}



/***Fonts and icons***/
@font-face {
    font-family: 'opensans_bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold.woff2') format('woff2'),
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans-Bold.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold.svg#opensans_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular.svg#open_sans_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@charset "UTF-8";

@font-face {
  font-family: "icon-font";
  src:url("../fonts/icon-font.eot");
  src:url("../fonts/icon-font.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icon-font.woff") format("woff"),
    url("../fonts/icon-font.ttf") format("truetype"),
    url("../fonts/icon-font.svg#icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "a";
}
.icon-ellipse:before {
  content: "b";
}
.icon-envelope:before {
  content: "c";
}
.icon-following:before {
  content: "d";
}
.icon-friends:before {
  content: "e";
}
.icon-graph:before {
  content: "f";
}
.icon-quote:before {
  content: "g";
}
.icon-settings:before {
  content: "h";
}


body .mb-20 { margin-bottom: 20px; }
body .mb-20 { margin-bottom: 20px; }
body .mb-30 { margin-bottom: 30px; }
body .mb-40 { margin-bottom: 40px; }
body .mb-50 { margin-bottom: 50px; }
body .mb-60 { margin-bottom: 60px; }
body .mb-70 { margin-bottom: 70px; }
body .mb-80 { margin-bottom: 80px; }
body .mb-90 { margin-bottom: 90px; }
body .mb-100 { margin-bottom: 100px; }

body .pb-20 { padding-bottom: 20px; }
body .pb-20 { padding-bottom: 20px; }
body .pb-30 { padding-bottom: 30px; }
body .pb-40 { padding-bottom: 40px; }
body .pb-50 { padding-bottom: 50px; }
body .pb-60 { padding-bottom: 60px; }
body .pb-70 { padding-bottom: 70px; }
body .pb-80 { padding-bottom: 80px; }
body .pb-90 { padding-bottom: 90px; }
body .pb-100 { padding-bottom: 100px; }

body .pt-20 { padding-top: 20px; }
body .pt-20 { padding-top: 20px; }
body .pt-30 { padding-top: 30px; }
body .pt-40 { padding-top: 40px; }
body .pt-50 { padding-top: 50px; }
body .pt-60 { padding-top: 60px; }
body .pt-70 { padding-top: 70px; }
body .pt-80 { padding-top: 80px; }
body .pt-90 { padding-top: 90px; }
body .pt-100 { padding-top: 100px; }
.bottom-10 { padding-top: 10px; }
.left {float: left;}
.right {float: right;}



.dropdown-menu {
    top: 50%;
    box-shadow: none;
    padding-top: 47px;
    border: 0px;
    text-align: right;
    background-color: transparent;
    min-width: 200px;
}
.dropdown-menu li a {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 10px 30px 11px 10px;
    text-align: right;
    background: #fff;
    color: #666;
    box-shadow: 0 2px 12px #f1f1f1;
}
.dropdown-menu > li > a:hover {
    background: #fafafa !important;
    color: #666 !important;
}


.dropdown-menu li:last-child a {
    border-bottom: 1px solid #e5e5e5;
}



/***General styles***/
body {width:100%; height: 100%; /*padding-top: 70px;*/ font-family: "open_sans_regular",Helvetica,Arial,sans-serif;font-size: 16px;line-height: 1.6; color: #4a4a4a;}
h1,h2,h3,h4,h5,h6,b {font-family: "opensans_bold"; letter-spacing: 1px;}
h1{font-size: 42px;}
h2 {margin-bottom: 23px;}
h5 {font-size: 16px;}
.light {opacity: 0.6;}
.center {text-align: center;}
.align-middle {margin-top: 60px;}
.alt-bg {background-color: #f3f3f3;}@

.section {padding-top: 80px; padding-bottom: 20px;}
p.caption {font-size: 24px; color: #7e7e7e; margin-bottom: 30px;}
.btn {padding: 11px 30px 12px;font-size: 14px;border: none;border-radius: 3px;transition: all 0.4s ease 0s; font-family: opensans_bold;}
.btn-default {color: #fff;background-color: #b8d432;}
.btn-default:hover, .btn-primary:focus, .btn-primary.focus {color: #fff;background-color: #85b00a;}
ul.no-bullets {list-style: none;}
ul.no-bullets li {padding-left: 0;}

.form-control::-moz-placeholder {color: #cccccc;}

.video-btn {
    background: #fff;
    color: #b8d242;
    margin-right: 10px;
    padding: 11px 10px 12px;
}
.form .btn {padding: 13px 30px 14px;}
.learn-more-btn {
    border:  1px solid #d9e79a;
}
.learn-more-btn:hover {
    border: 1px solid #85b00a;
}

/*** Background bloks ***/
.green-bg { background: #b8d242; color: #fff; }
.yellow-bg { background: #fdd745; color: #000; }
.coral-bg { background: #fe8762; color: #000; }
.coral-bg p { color: #fff; }
.green-bg p { color: #fff;}
.white-bg {background: #fff; padding: 55px 0 65px;}
.white-bg h2, .beige-bg h2, .grey-bg h2{color: #b8d242; letter-spacing: 0px;}
.grey-bg {background: #f3f3f3;  padding: 55px 0 65px;}
.grey-bg p {color: #666666;}
.beige-bg {background: #f8f8f8;}

/***button***/

.btn-grey {
   background: #1f1f1f;
   color: #fff;
   font-size: 13px;
   margin-top: 20px;
}

.btn-grey:hover, .btn-grey:focus {
   background: #fe8762;
   color: #fff;
}
a.watch_link {
    background: url(../images/watch-link.png) no-repeat left center;
    padding: 15px 0 15px 50px;
    color: #fff;
    font-size: 13px;
    font-family: opensans_bold;
}
a.watch_link:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.video-bl {
    padding: 170px 0 50px;
}

/***Main nav***/
.navbar {margin-bottom: 0; min-height: 80px; padding-top: 20px;padding-bottom: 14px;}
.navbar-default {background-color: #fff;border-color: #f0f0f0;}
.navbar-brand {padding: 0 0 0 15px;}
.navbar-default .navbar-nav>li>a.btn {color: #fff;padding: 14px 20px 14px 20px; margin-left: 15px; margin-right: 15px; margin-top: 15px;}
.navbar-default .navbar-nav>li>a.btn:hover {color: #fff;background-color: #85b00a;}
.navbar-default .navbar-nav>li>a:hover {color: #b8d432;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {color: #b8d432;background-color: #fff;}
.navbar-default .navbar-collapse {border:none;}

/***Toolbar***/
.toolbar {background-color: #f0f0f0; font-size: 12px; padding-top: 6px; padding-bottom: 6px;}
.btn-xs {font-size: 12px; padding: 8px 15px 6px 15px;}
.btn-login {color: #777;}
.btn-login:hover {color: #b8d432;}
.v-aligner {margin-top: 7px; display: inline-block;}
.toolbar-mail {color: #4a4a4a;}
.toolbar-mail:hover {color: #b8d432; text-decoration: none;}

/***Mainpage header***/
#mainpage-header { background: url(../images/home-top.jpg?_v=2) no-repeat top center; overflow: hidden; padding-top: 70px;min-height: 625px;width: 100%; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}

#mainpage-call-to-action {text-align: center; color: #666666; padding-top: 70px; padding-bottom: 100px;}
#mainpage-call-to-action h1 {font-size: 40px; text-transform: uppercase; font-family: opensans_bold; line-height: 20px; line-height: 46px;  margin-bottom: 5px;}
#mainpage-call-to-action p {font-size: 20px;}
#mainpage-header .down-arrow {text-align: center; font-size: 54px;}
#mainpage-header .down-arrow a {color: #fff; text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);}
#mainpage-header .down-arrow a:hover {text-decoration: none;}



/***Mainpage header***/

#ha-particle {width: 100%;height: 300px;margin: 0;padding: 0;overflow: hidden;}
#ha-particle > canvas.draw {display: none;}




#excellent-service img {
    padding-top: 35px;
}
#excellent-service h2 {
    margin-bottom: 40px;
}
/***Innerpage Header***/
.innerpage-header {padding-top: 50px; padding-bottom: 50px;}
.innerpage-header h1 {font-size: 42px;}
.innerpage-header p {font-size: 24px; color: #7e7e7e;}
body p {color: #797979;}
/***Aim high section***/

.section .icon {
    font-size: 48px;
}

#aim-high.section {
    padding: 0px;

}

#aim-high .beige-bg, #aim-high .white-bg {
    padding: 50px 0;
}

#aim-high h2 {
    color: #b8d242;
    letter-spacing: 0px;
}

#aim-high p {
    color: #666666;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 20px;
}


#how-is-different.section {
    padding: 30px 0 80px;
}

#how-is-different.section h2 {
    color: #b8d242;
    letter-spacing: 0px;
}

#how-is-different.section h3 {
    color: #b8d242;
    font-size: 20px;
    letter-spacing: 0px;
    margin-top: 15px;
}

#how-is-different.section p {
    line-height: 1.3;
}
#how-is-different.section .col-md-4 {
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    margin: 20px 30px 15px 0;
    padding: 0px;
}
#how-is-different.section .col-md-4 p {
    padding-bottom: 10px;
}

#how-is-different.section .col-md-4.last {
    margin-right: 0px;
}

#how-is-different.section .col-md-4 p {
    font-size: 13px;
}

/*** Aim-high-bottom ***/

#aim-high-bottom.section {
    text-align: center;
    line-height: 1.4em;
    padding-top: 235px;
}
#aim-high-bottom.section h2 {
   color: #b8d242;
   margin-bottom: 15px;
}

#aim-high-bottom.section .btn {
    font-size: 13px;
    margin-top: 15px;
    padding: 11px 21px 13px;
}


#aim-high-bottom {
    background: #ffffff url(../images/aim-high.jpg) no-repeat center top; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;
    letter-spacing: 0px;
    min-height: 520px;
}

#aim-high-bottom p {
    line-height: 1.3;
}
/***Footer***/
footer {background-color: #446c80; color: #fff; font-size: 14px;}
footer ul {list-style: none; padding-left: 0;}
footer ul li {line-height: 1.4;}
footer ul li h4 {margin-bottom: 8px; font-size: 13px; font-family: opensans_bold; letter-spacing: 0px;}
footer ul li a {color: #8da1ac; text-decoration: none; font-size: 13px;}
footer ul li a:hover {color: #444f55; text-decoration: none;}
footer.section {padding-top: 25px;}
footer .navbar-brand {padding-left: 0px;}
footer .border-bottom {border-bottom: 1px solid #577b8d; overflow: hidden;}
footer .border-top {border-top: 1px solid #577b8d; overflow: hidden; width: 100%;}
footer .copiright-text {
  margin-right: 38px;
}
footer .copiright-text p {
    color: #8da1ac;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-size: 14px;
}

footer .col-md-12 .col-md-1.no-padding {
    margin-right: 45px;
}

footer .border-top p {
    color: #8da1ac;
}

footer .navbar-brand > img {
    height: 44px;
}
footer .pt-30 {
    padding-top: 25px;
}
footer .pt-20 {
   padding-top: 15px;
}
footer .logo-footer {
    margin-top: 25px;
}

/***Inner pages styles***/
/*lenders*/
#lenders-caption {color: #fff;}
#lenders-caption p, #mount-denali-alaska p, #peak-pobeda p, #mount-elbrus p, #mount-kazbek p, #mount-everest p {color: #fff;}
#lenders-caption h1, #lenders-caption-aff h1{
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

#as-affiliate h2{
    color: #b8d242;
    line-height: 1;
    padding-top: 45px;
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

#as-affiliate {
    padding-bottom: 60px;
}
#as-affiliate ul {
    padding-left: 0px;
}
#as-affiliate ul li {
    margin-bottom: 11px;
}
#aim-high.lenders-bl {min-height: 0px; padding: 65px 0 80px;}
#aim-high.lenders-bl .col-md-12 {
    padding-top: 40px;
}
#lenders-services {
    padding: 40px 0 130px;
}
#simple-account.section {
    padding: 45px 0 30px;
}

#simple-account h2 {padding-top: 5px; margin-bottom: 15px;}
#simple-account img {
    padding-left: 35px;
}
#lenders-services h2 {
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 42px;
    margin-bottom: 10px;
}
#lenders-services .col-md-6.white-bg {
    margin-top: 40px;
    padding: 55px 55px 30px;
    border: 1px solid #e7e7e7;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    -khtml-border-radius: 5px; /* old Konqueror browsers */
    border-radius: 5px; /* Opera 10.5+, IE 9 */
}

#lenders-services .col-md-6.white-bg.first {
    margin: 40px 20px 0;

}
#lenders-services h3 {
    color: #b8d242;
    font-size: 20px;
    letter-spacing: 0px;
    margin-top: 35px;
}
#lenders-services .col-md-6.white-bg p {
    font-size: 13px;
}

#lenders-caption-aff p {font-size: 14px; line-height: 1.4;}
#lenders-caption-aff .btn {padding: 13px 23px 12px; margin-top: 18px;}
.section.green-bg {padding: 120px 0 115px;}
#support-services {color: #fff; background: url(../images/layout/support-services.png) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
#compliance {color: #fff; background: url(../images/layout/compliance.png) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
/*aim high*/
#mount-denali-alaska {color: #fff; background: url(../images/layout/mount-denali-alaska.jpg) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
#peak-pobeda {color: #fff; background: url(../images/layout/peak-pobeda.jpg) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
#mount-everest {color: #fff; background: url(../images/layout/mount-everest.jpg) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
#mount-elbrus {color: #fff; background: url(../images/layout/mount-elbrus.jpg) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
#mount-kazbek {color: #fff; background: url(../images/layout/mount-kazbek.jpg) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
/*storefronts*/
#storefronts-caption {color: #fff; background: url('../images/layout/storefronts-bg.jpg?_ver=4') no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;font-size: 22px; min-height: 550px;}
#storefronts-caption h1{text-transform: uppercase; margin-bottom: 6px;}
#storefronts-caption p{font-size: 14px; line-height: 1.4; color: #fff;}
#storefronts-call-to-action h2 {
    color: #b8d242; font-size: 28px; line-height: 1.2;
    margin: 0px 0 30px;
}
#storefronts-call-to-action.section {
    padding-top: 55px;
}
#storefronts-call-to-action {
    padding-bottom: 140px;

}
.tinted-bg {
    background-color: rgba(0,0,0,0.5); padding: 8px 20px;
}

#storefronts-caption .btn {padding: 12px 20px 13px;}
#storefronts-caption {padding-bottom: 10px;}
#storefronts-caption.section {
    padding-bottom: 30px;
    padding-top: 130px;
}

/*company*/
#company-caption h1 {
    margin-bottom: 0px;
}
#company-caption {color: #333333; background: url(../images/layout/company_bg.jpg) no-repeat center top; text-align: center; min-height: 525px;}
#company-caption p {color: #333333; font-size: 22px; font-weight: bold; letter-spacing: 0.5px; line-height: 22px;}
#company-caption .text-padding { padding-top: 330px;}
#company-caption .down-arrow {font-size: 54px; margin-top: 50px;}
#company-caption .down-arrow a .icon {color: #fff !important;}
#company-caption .down-arrow a:hover {text-decoration: none;}
#company-caption .down-arrow a:focus {text-decoration: none;}
#quote {color: #000;}
#quote p {font-size: 16px; color: #000; padding-bottom: 15px;}
#quote a {color: #b8d242; font-weight: bold;}
#quote .quote-text {
    border-left: 10px #b8d242 solid;
    padding-left: 30px;
}
#quote .quote-text blockquote {
    border-left: 0px;
    padding: 0px;
    font-size: 42px;
    font-family: opensans_bold;
    color: #333333;
    line-height: 30px;
    margin: 30px 0 45px;
    line-height: 46px;
}

#quote.alt-bg { padding: 75px 0 50px;}
#quote .icon-quote {font-size: 38px;color: #fff !important;background-color: #b8d432;display: inline-block; width: 90px;height: 90px;border-radius: 50px;padding: 28px;margin-bottom: 30px;}
.invert-bg.contant-two {
    background: #f2f2f2;
}
.contant-two h2 {
    margin-bottom: 10px;
}
.icon-openenvelope {
   background: url(../images/icon-openenvelope.png) no-repeat;
   width: 47px;
   height: 45px;
}
.icon-person {
    background: url(../images/icon-person.png) no-repeat;
   width: 38px;
   height: 45px;
}
.contant-two .btn.btn-default {
    margin-top: 20px;
    padding: 11px 40px 12px;
}
/*responsibility*/
#responsibility {color: #fff; background: url(../images/layout/glendale.png) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
#responsibility p {font-size: 22px;}
/*careers*/
#careers-caption p {font-size: 24px;}
#careers-caption .icon {font-size: 140px;color: #e1e1e1 !important;height: 160px;}
#career-form {background: url(../images/layout/career-form-bg.png) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
.innerpage-header {
    background: #fff;
}
/***Form styles***/
.form-container {display: block; background-color: #fff; border-radius: 6px; padding: 30px 50px 46px 50px; overflow: hidden; margin-bottom: 15px;}
.form-control {height: 50px;padding: 6px 18px;font-size: 16px;background-image: none;border: none;border-top: 1px solid #e1e1e1;border-radius: 3px;box-shadow: none;margin-bottom: 15px; border: 1px solid #e5e5e5; color: #4a4a4a;}
.form-control:focus {border-top: 1px solid #e1e1e1;-webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);-moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);}
.btn-file {position: relative;overflow: hidden;color: #a2a2a2;font-family: 'open_sans_regular';background: url(../images/layout/paper-clip.png) #f5f5f5 no-repeat center left;}
.btn-file input[type=file] {position: absolute;top: 0;right: 0;min-width: 100%;min-height: 100%;font-size: 100px;text-align: right;filter: alpha(opacity=0);opacity: 0;outline: none;background: white;cursor: inherit;display: block;}
.form-container .btn.btn-file {margin-top: 10px;}
.form-container .btn {margin-top: 10px;}

#merchant-signup .auth-heading p {
    color: #fff;
}
a:hover img {
    opacity: 0.9;
}



/***Login and Sign Up pages***/
#merchant-signup {background: url(../images/layout/merchant-signup-bg.jpeg) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size:cover;}
#merchant-signup .auth-heading {color: #fff;}
#merchant-signup .login-form-wrapper > p {color: #fff;}
.auth-container { padding-top: 50px; padding-bottom: 25px;}
.auth-heading {text-align: center; margin-bottom: 40px;}
.auth-heading h1 {font-size: 42px;}
.auth-heading p {font-size: 24px;}
.login-form-wrapper {margin: 0 auto; width: 450px !important;}
.login-form-wrapper p {color: #666666; line-height: 1.4; font-size: 13px; padding-bottom: 15px;}
.login-form-wrapper #registration-form { margin: 50px 0 70px;}
.login-form-wrapper h3 {margin-bottom: 10px; color: #b8d242;}
.login-form-wrapper a {color: #b8d432; text-decoration: underline;}
.login-form-wrapper a:hover {color: #85b00a;}
.panel {text-align: center; margin-bottom: 20px;background-color: #fff;border: none;border-radius: 6px;-webkit-box-shadow: none;box-shadow: none; overflow: hidden;}
.panel-default {border-color: none;}
.panel-body {padding: 30px;}
.auth-container .panel .icon {margin: 0;margin-right: 10px; margin-top: 15px;height: 50px;color: #d3d3d3 !important;overflow: hidden;font-size: 48px;}
.auth-container .panel .btn {margin-top: 20px; margin-bottom: 30px;}
.auth-container .panel h2 {margin-bottom: 20px;}
.panel-section {text-align: left; padding: 30px 0px; padding-bottom: 0; border-bottom: 1px solid #f6f6f6; overflow: hidden;}
.panel-section.last {padding-bottom: 20px;}
.panel-section h4 {font-size: 28px; margin-bottom: 15px; color: #000; letter-spacing:0px;}
.checkbox.agree {padding-top: 35px;}
.checkbox.agree a {color: #b8d432; text-decoration: underline;}
.panel-stroke {text-align: left; background-color: #f5f5f5; border: 2px solid #E4E4E4;}
.panel-stroke a {color: #b8d432; text-decoration: underline;}
.checkbox label {padding-left: 0px;}
.col-md-4.checkbox { padding-left: 20px;}
.padd {padding-left: 0;}
.help-block {color: #737373 !important; display: block; font-size: 16px !important; margin-bottom: 0px; margin-top: 5px !important;}
#registration-form .btn {margin-top: 0px !important;}
.no-padding {padding: 0px;}
.no-padding-left {padding-left: 0px !important;}
.no-padding-right {padding-right: 0px !important;}
.btn-file label { font-weight: normal;}
/*Blog*/
.blog-container {background-color: #f5f5f5; padding-top: 30px; padding-bottom: 80px;}
.blog-container h1 {font-size: 42px; margin-bottom: 30px;}
.blog-container h2 {margin-top: 10px; margin-bottom: 30px;}
.blog-container h5 {margin-top: 20px;}
.blog-container p {color: #7e7e7e;}
.blog-container .caption {font-size: 24px; color: #7e7e7e; margin-bottom: 30px;}

.thumbnail {background-color: #fff;border: none;border-radius: 6px;padding: 0 0 20px; margin-bottom: 30px; min-height: 436px;}
.thumbnail img {border-radius: 6px 6px 0 0;}
.thumbnail .post-caption {padding: 30px 30px 0 30px; color: #4a4a4a; height: 265px; overflow: hidden;}
.thumbnail .post-caption h3 {margin-top: 10px;}
.thumbnail .post-caption h3 a {color: #4a4a4a;}
.thumbnail .post-caption h3 a:hover {color: #b8d432; text-decoration: none;}
p.post-date {font-size: 14px; color: #a9a9a9; margin-bottom: 0;}
.big-thumbnail {display: block; padding: 0;margin-bottom: 40px; background-color: #fff; border: none;border-radius: 6px; overflow: hidden;}
.big-thumbnail img {width: 100%;}
.btn-blog {background-color: #E8E8E8; color: #a4a4a4; margin-top: 30px;}
.btn-blog:hover {background-color: #E0E0E0;}
/***Legal pages typography***/
.legal {padding-top: 50px; padding-bottom: 50px;}
.legal h1 {font-size: 42px;}
.legal h5 {margin-top: 20px;}
.legal p {color: #7e7e7e;}

.copiright a.cfsaa {background: url(../images/layout/badges-footer-crsa.jpg) no-repeat; display: block; width: 65px; height: 65px; float: right; }
.copiright a.cfsaa:hover {background: url(../images/layout/badges-footer-crsa.jpg) no-repeat -64px 0; cursor: pointer;}

.copiright a.ola-new {background: url(../images/layout/ola-seal-accredited.jpg) no-repeat; display: block; width: 88px; height: 62px; float: right; margin-right: 10px;}
.copiright a.ola-new:hover {background: url(../images/layout/ola-seal-accredited.jpg) no-repeat -88px 0; cursor: pointer;}

.copiright a.ola {background: url(../images/layout/badges-footer-ola.jpg) no-repeat; display: block; width: 64px; height: 65px; float: right; margin-right: 10px;}
.copiright a.ola:hover {background: url(../images/layout/badges-footer-ola.jpg) no-repeat -64px 0; cursor: pointer;}
.small.light {display: block; clear: both;  padding-top: 7px; font-size: 14px;}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.mr-top-40 {
    margin-top: 40px;
}
.mr-top-70 {
    margin-top: 70px;
}
.form-merch-reg .form-container {
    padding: 30px 0px 46px 0px;
}
.form-merch-reg .login-form-wrapper {
    width: auto !important;
    padding: 0px;
}
.form-merch-reg .no-displ-reg {
    display: none;
}

.form-stor .no-displ-stor {
    display: none;
}
.form-merch-reg .alert-success, .form-regist .alert-success {
    margin-top: 45px;
    margin-bottom: 55px;
}
.form-stor .col-md-9, .form-stor .col-md-6 {
    width: 100%;
}
.form-stor .no-padding-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.form-stor .no-padding-left {
    padding-left: 0px !important;
     padding-right: 0px !important;
}
.form-stor .left-sign {
    text-align: center;
    padding: 10px;
    margin-top: 5px;
}
.form-stor .panel-section {
    border: 0px;
    padding-bottom: 0px;
}
.form-stor .form-container {
    padding: 30px 50px 0px 50px;
}
.tabs {
margin: 0 20px;
}

.form-merch-reg h4 {
    margin-bottom: 30px;
}

.tabs__caption:hover {
	cursor: pointer;
}
.tabs__content {
	display: none;

}
.tabs__content.active {
	display: block;
}

.col-with-divider
{
    border-color: #dadada;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
}
.col-with-divider:last-child
{
    border: 0px;
}

ul.tab-content .form-control {height: 50px;padding: 6px 18px;font-size: 16px;color: #a2a2a2;background-color: #f5f5f5;background-image: none;border: none;border-top: 1px solid #e1e1e1;border-radius: 3px;box-shadow: none;margin-bottom: 15px;}
ul.i-tab {
	list-style:none;
	overflow:hidden;
	height:auto;
	padding:0px;
    margin-bottom: 0px !important;
}

ul.i-tab li {
    padding: 10px 20px;
	margin:0px 3px 0 0;
	float:left;
    border: 1px solid #ededed;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
ul.i-tab li a {
    text-decoration: none;
    cursor: pointer;
}
ul.i-tab li.active {
	background: #ededed;
    color: #555555;
}

ul.i-tab li.active a {
        color: #555555;
}
ul.tab-content {
	list-style:none;
	margin:0px;
    padding: 0px;
}

ul.tab-content li.tab-li {
	display:block;
	margin:0px;
	background:#ededed;
	display:none;
    padding: 5px 20px;
}

.tabs .form-control {
	border: 0px;
	margin-top: 0px !important;
}

.chek-by {
    margin: 20px 6%;
}
.has-error label{
    color: #fe5858 !important;
}
.help-block.error {
    color: #fe5858 !important;
    margin-top: 0px !important;
    position: absolute !important;
    text-align: left;
    width: 100%;
    line-height: 15px;
    font-size: 12px !important;
}

.error-inp.has-error input, .error-inp.has-error select {
    background-color: #fff1f1;
    border: 1px solid #ff9696
}
.line-size {
    line-height: 20px;
    padding-top: 42px;
}
.form-group {
     margin-bottom: 20px;
}
ul.chek li {
    background: none;
    float: left;
    border: 0px !important;
    padding: 0 5px;
}
ul.chek {
	list-style:none;
	overflow:hidden;
	height:auto;
	padding:0px;
    margin-bottom: 0px !important;
}
ul.standart-list {
    color: #797979;
    padding: 0px 20px 20px !important;
}
.bl-let {
    margin-top: 115px;
}
.has-success .form-control {
    border: 0px;
}
form .form-control.error, form .form-group.has-error .form-control {
    background-color: #fff1f1;
    border: 1px solid #ff9696;
}
.intl-tel-input {
    width: 100% !important;
    margin-bottom: 5px;
}


.has-error select, .has-error input {
    background-color: #fff1f1;
    border: 1px solid #ff9696;
}

.text-block {
	display: none;
	margin-bottom: 20px;
}

.acount-bl {
    padding: 35px 0;
    border-bottom: 1px solid #ebebeb;
}
.acount-bl p {
    font-size: 12px;
}
.acount-bl h4 {
    margin-bottom: 15px;
}
.acount-bl:hover {
    cursor: pointer;
    background: #f8f8f8;
}

.acount-bl .base-ul {
    margin: 0px 0 20px 0;
    padding: 0px;
}
.acount-bl .base-ul li {
    font-size: 12px;
    list-style-type: none;
}

.acount-bl .base-ul li:before {
    content: "- ";
}
#faq .acount-bl .cont {
    padding: 5px 20px 2px;
}

#faq .acount-bl {
    padding: 6px 0;
    background: #f8f8f8;
}
#faq .acount-bl:hover {
    background: #ebebeb;
}


#faq .acount-bl p.acount {
    color: #818181;
    font-size: 16px;
}
#faq .acount-bl.openAcount {
    background: #ebebeb;
}
#faq .acount-bl.openAcount  p.acount {
    color: #000000;
}
.deadline-text span {
    color: #000000;
    padding-top: 5px;
    font-weight: bold;
    font-size: 12px;
}
.deadline-text .text-right {
    float: right;
}

.deadline-text span.text-left {
    font-weight: normal;
}
p.acount {
	color: #b8d137;
    font-size: 18px;
    letter-spacing: 0;
    display: block;
}

.openAcount span.ico-acount.glyphicon-plus:before {
  content: "\2212" !important;
  color: #000000;
}
.none {
    display: none;
}
.openAcount p.acount {
    color: #000000;
}
.openAcount .col-50, .openAcount .text-block {
    width: 48%;
    float: left;
}

.openAcount .col-50 {
    padding-right: 15px;
}
.openAcount .col-50 p {
    padding-bottom: 15px;
    line-height: 22px;
}
.openAcount {
    background: #ededed;
}

.ico-acount {
    float: right;
}
.text-block h5 {
    font-size: 12px;
    margin: 0px;
    letter-spacing: 0;
}
.text-block.visble {
	display: block;
}
.text-bg {
    display: block;
    color: #fff;
    font-size: 38px;
    font-family: "opensans_bold";
    font-style: italic;
    font-weight: bold;
    letter-spacing: -0.7px;
    margin-right: 29px;
    position: absolute;
    right: 0;
}

.affil li{
	text-align: left;
}
ul.txt-tab  {
	margin: 0px;
}
.aff-txt a {
	padding-left: 10px;
}
ul.txt-tab  li {
	margin: 0;
    padding: 0 3px;
	border: 0;
	float: left;
	list-style: none;
}

#ha-particle.small-pic {
	height: 450px;
}

#ha-particle.small-pic-two {
	height: 350px;
}

.label-check {
    float: left;
}

.tabs__caption li.active a {
    color: #31a0ff;
}

#commission-payments.section {
    padding: 80px 0px 95px;
}
#commission-payments.section p {
    line-height: 1.4em;
}
.contact-info {
    margin-top: 55px;
}
.contact-page h1 {
    color: #b8d242;
    font-size: 38px;
    margin-bottom: 20px;
}
.contact-info p {
    line-height: 32px;
}
.contact-page h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
.form-cont {
    margin: 30px 0 120px;
}

.form-group.checkbl .error-inp.has-error {
    margin-top: 0px !important;
}

/* blog
------------------------- */
.blog-container .blog-post img {
margin: 0 0 20px;
border-radius: 6px;
max-width: 100%;
}
.blog-container .pager {
margin: 20px 0 !important;
}
.blog-container ul.yiiPager {
font-size: 14px;
margin: 0 0 0 10px;
}
.blog-container ul.yiiPager .page {
padding: 5px;
margin: 0 5px;
position: static;
border: none;
background: #b8d432;
-webkit-transition: none;
transition: none;
}
.blog-container .pager li a {
text-decoration: underline;
}
.blog-container .pager li > a,
.blog-container .pager li > span {
color: #fff !important;
border: 0;
border-radius: 0;
padding: 5px 14px;
background: none;
text-decoration: none !important;
}
.blog-container ul.yiiPager a:link,
.blog-container ul.yiiPager a:visited {
border: 0;
border-radius: 0;
text-decoration: underline;
}
.blog-container ul.yiiPager a:hover,
.blog-container ul.yiiPager a:focus {
background: none;
}
.blog-container ul.yiiPager .page:after {
display: none;
}
.blog-container ul.yiiPager .page.selected {
background: #85b00a;
}
.blog-container ul.yiiPager .selected a {
color: #fff;
background: #85b00a;
font-weight: bold;
text-decoration: none;
}
.blog-container .pager .next,
.blog-container .pager .previous {
padding: 5px;
margin: 0 0 0 10px;
background: #b8d432;
}
.blog-container .pager .previous {
margin: 0 10px 0 0;
}
.blog-container .pager .next > a,
.blog-container .pager .next > span,
.blog-container .pager .previous > a,
.blog-container .pager .previous > span {
color: #fff;
float: none;
padding: 5px 14px;
}
.blog-container .extralinks {
margin: 20px 0;
}
.blog-container .extralinks a {
font-size: 16px;
font-weight: bold;
color: #fff;
display: inline-block;
margin: 0 10px 0 0;
padding: 8px 20px;
background: #b8d432;
text-decoration: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.blog-container .extralinks a:hover {
background: #85b00a;
}



#blog-view-grid table.items th {
font-size: 14px;
background-color: #b8d432;
background-image: none;
color: #fff;
border: 1px solid #fff;
}
#blog-view-grid table.items th#blog-view-grid_c2 {
width: 10%;
}
#blog-view-grid table.items th a {
color: #fff;
text-decoration: underline;
}
#blog-view-grid table.items td {
font-size: 14px;
background-color: #e5e5e5;
background-image: none;
border: 1px solid #fff;
}
#blog-view-grid table.items .odd td {
background-color: #efefef;
}
#blog-view-grid table.items td.title {
text-align: left;
}
#blog-form {
width: 100%;
}
#blog-form .row {
margin: 0 0 20px;
}
#blog-form .row label {
margin: 0 0 5px;
font-weight: bold;
}
#blog-form input {
height: 40px;
border: 1px solid #dcdcdc;
}
#blog-form input[type="text"],
#blog-form input[type="file"],
#blog-form textarea {
width: 100%;
border: 1px solid #dcdcdc;
}
#blog-form input[type="checkbox"] {
width: auto;
height: auto;
display: inline;
margin: 0 0 0 5px;
}
#blog-form input.hasDatepicker {
width: 100px;
}
#blog-form .buttons input {
font-size: 16px;
font-weight: bold;
color: #fff;
margin: 0 10px 10px 0;
padding: 8px 20px;
background: #b8d432;
border: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#blog-form .buttons input:hover {
background: #85b00a;
}



/* new - brick-and-mortar-companies */

#hero-main a, #hero-main .theme-fifth-color {
    color: #08c177;
}

#hero-main .hero-spot {
    background-image: url("../images/layout/plat-banner-bg.png");
    background-size: cover;
}
.icon-spot {
    margin-bottom: 20px;
    width: 130px;
}
#hero-main .container {
    width: 1190px;
}
#hero-main h1, #hero-main h2, #hero-main h3, #hero-main h4, #hero-main h5,
#hero-main h6, #hero-main p, #hero-main a, #hero-main li {
	font-family: 'Muli', sans-serif;
	color: #212121;
	margin-top: 0px;
}

#hero-main p, #hero-main li {
    font-family: 'Muli', Arial, sans-serif;
    line-height: 1.6;
	color: #545764;
}

#hero-main .formated_content p {
    margin: 0px 0px 10px 0px;
}
#hero-main ol, #hero-main ul {
    margin-top: 0;
    margin-bottom: 10px;
	margin-left: 20px;
}

#hero-main h1 {
	margin-top: 0px;
}
.lh-130 {
	line-height: 130%;
}

.fw-800 {
    font-weight: 800;
}
.fs-18 {
    font-size: 18px;
}
.fs-50 {
    font-size: 52px;
}
.fw-600 {
    font-weight: 600;
}
.fs-30 {
    font-size: 30px;
}
#hero-main #storefrontloans-subscribe-form .submit,
#hero-main .btn-default
{
	color: #ffffff;
	border-width: 2px;
	border-color: transparent;
	border-radius: 5px;
	padding: 12px 42px;
	font-size: 18px;
	text-decoration: none;
	background-color: #08c177;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#08c177),to(#08c177));
	background-image: -webkit-linear-gradient(top,#08c177,#08c177);
	background-image: -moz-linear-gradient(top,#08c177,#08c177);
	background-image: -o-linear-gradient(top,#08c177,#08c177);
	background-image: -ms-linear-gradient(top,#08c177,#08c177);
	background-image: linear-gradient(top,#08c177,#08c177);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#08c177',EndColorStr='#08c177');
	font-weight: 700;

}

#hero-main .btn-default:hover,
#hero-main .btn-default:active,
#hero-main .btn-default.active,
#hero-main .open>.dropdown-toggle.btn-default,
#hero-main .btn-default:focus,
#hero-main .btn-default.focus,
#hero-main .btn-default:active:hover,
#hero-main .btn-default.active:hover,
#hero-main .open>.dropdown-toggle.btn-default:hover,
#hero-main .btn-default:active:focus,
#hero-main .btn-default.active:focus,
#hero-main .open>.dropdown-toggle.btn-default:focus,
#hero-main .btn-default:active.focus,
#hero-main .btn-default.active.focus,
#hero-main .open>.dropdown-toggle.btn-default.focus
{
	color: #f8f8f8;
	background-color: #08c177;
	border-color: transparent;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#08c177),to(#08c177));
	background-image: -webkit-linear-gradient(top,#08c177,#08c177);
	background-image: -moz-linear-gradient(top,#08c177,#08c177);
	background-image: -o-linear-gradient(top,#08c177,#08c177);
	background-image: -ms-linear-gradient(top,#08c177,#08c177);
	background-image: linear-gradient(top,#08c177,#08c177);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#08c177',EndColorStr='#08c177');
}
#hero-main #storefrontloans-subscribe-form .submit:hover,
#hero-main .btn:hover,
#hero-main .btn-default:hover
{
	color: #f8f8f8 !important;
	background-color: #689f6c !important;
	border-color: transparent; !important;
	background-image: none !important;
}

#hero-main .gray-bg {
    background-color: #f7f7f7;
}

#hero-main .formated_content {
	padding-bottom: 30px;
}
#hero-main .login-form-wrapper {
	width: 100% !important;
}
#hero-main .login-form-wrapper .login-form-wrapper {
	width: 100% !important;
}

#hero-main .login-form-wrapper #registration-form {
	margin: 0px;
}
#hero-main .login-form-wrapper p {
	margin-bottom: 0px;
}




/* Accorditions */
#hero-main .toggle
{
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	margin: 0px 0px 10px 0px;
}
#hero-main .toggle .panel-heading
{
	cursor: pointer;
	border-color: #dddddd;
	background-color: #dddddd;
	padding-right: 25px;
	border-radius: 0px;
}
#hero-main .toggle .panel-heading.collapsed
{
	border-color: transparent;
	background-color: #f8f8f8;
}
#hero-main .toggle .panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #fff;
	padding: 10px 15px;
}
#hero-main .toggle .panel-heading .panel-title .glyphicon-menu-down
{
	display: none;
}
#hero-main .toggle .panel-heading.collapsed .panel-title .glyphicon-menu-down
{
	display: inline-block;
}
#hero-main .toggle .panel-heading.collapsed .panel-title .glyphicon-menu-up
{
	display: none;
}
#hero-main .toggle .panel-heading .panel-title .glyphicon-menu-down,
#hero-main .toggle .panel-heading .panel-title .glyphicon-menu-up
{
    color: #bcbcbc;
    font-size: 14px;
    margin-top: -6px;
    position: absolute;
    right: -15px;
    top: 50%;
}



#hero-main .openAcount span.ico-acount.glyphicon-menu-down:before {
  content: "\e260" !important;
}


#hero-main #faq .acount-bl {
    border-color: transparent;
    background-color: #f8f8f8;
	padding: 0px;
    border-bottom: 1px solid transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    margin: 0px 0px 10px 0px;

}

#hero-main .acount-bl h4 {
    color: #202740 important;
    font-size: 100%;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
	padding: 5px 15px 5px 20px !important;
}
#hero-main .openAcount h4 {
	cursor: pointer;
    border-color: #dddddd;
    background-color: #dddddd;
}

#hero-main .text-block.visble {
	padding: 10px 15px 0px;
}
#hero-main #faq p {
	font-size: 18px;
    color: #545764;
}
#hero-main .openAcount .col-50, #hero-main .openAcount .text-block {
	 width: 100%;
    float: left;

}


#hero-main #faq .acount-bl .cont {
	padding: 0px;
}

#hero-main #faq .acount-bl p.acount {
        color: #545764;
    font-size: 18px;
}

#hero-main .formated_content .acount-bl p {
	 margin: 0px;
}


#hero-main #faq span.ico-acount {
    color: #bcbcbc;
    padding-top: 3px;
}

#hero-main .form-control {
	display: block;
    width: 100%;
    height: 40px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}

#hero-main input[type=submit].btn-block {
    width: 100%;
}
#hero-main .has-error .form-control {
	border-color: #a94442;
}

/*OPACITY*/
.opacity img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.light_green_text {
    color: #b8d137;
    font-size: 28px;
    margin-top: 0px;
}

.opacity img:hover {
	opacity: 0.60;
	cursor: pointer;
}
.logo-soc {
	padding-top: 8px;

}
a.facebook , a.twit, a.inkedIn, a.youtube{
	display: block;
	height: 28px;
	width: 28px;
	background: url(../images/layout/icon-soc.png) no-repeat;
	float: right;
    margin-left: 15px;
}


.logo-soc span {
    font-size: 13px;
    margin-top: 20px;
}

a.twit {
	background: url(../images/layout/icon-soc.png) no-repeat -28px 0;
}
a.inkedIn {
	background: url(../images/layout/icon-soc.png) no-repeat -56px 0;
}
a.youtube {
	background: url(../images/layout/icon-soc.png) no-repeat -113px 0;
}

a.facebook:hover {
	background: url(../images/layout/icon-soc.png) no-repeat 0 -28px;
}
a.twit:hover {
	background: url(../images/layout/icon-soc.png) no-repeat -28px -28px;
}
a.inkedIn:hover {
	background: url(../images/layout/icon-soc.png) no-repeat -56px -28px;
}
a.youtube:hover {
	background: url(../images/layout/icon-soc.png) no-repeat -113px -28px;
}

.video-responsive, .video-responsive-store {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0px auto;
	width: 100%;
	margin-bottom: 100px;
}

.video-responsive-store {
    padding-bottom: 41.5%;
    margin-bottom: 60px;
}
.video-responsive iframe, .video-responsive-store iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.btnCenter.btn-default {
    text-align: center;
    display: block;
    width: 170px;
    margin: 30px auto 0;
}
.smallPadding.image-bg {
    padding-top: 80px;
    padding-bottom: 80px;
}
.innerpage-header.deliveBox {
    background-color: #f5f5f5;
}
.top-menu .nav .open > a,
.top-menu .nav .open > a:hover,
.top-menu .nav .open > a:focus,
.top-menu .navbar-default .navbar-nav > .open > a,
.top-menu .navbar-default .navbar-nav > .open > a:hover,
.top-menu .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    background: none;
    color: #b8d432;
}

.top-menu .dropdown-menu > li > a:hover {
    background-color: #b8d432;
    color: #fff;
}

.nav-arrow-inner {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 9px 9px;
    font-size: 0;
    height: 0;
    left: -9px;
    line-height: 0;
    position: absolute;
    top: 1px;
    width: 0;
}
.nav-arrow {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 0 9px 9px;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: -10px;
    width: 0;
    right: 10px;
}
.top-menu .dropdown:hover > .dropdown-menu {
    display: block;
}


/* ----------------- theme 2017 ----------------- */

.link-mortar a {
    background: url(../images/layout/logo-finturf.png?ver=1) no-repeat center;
    margin-top: 0px;
    width: 64px;
    height: 19px;
}
.link-spot a {
    background: url(../images/layout/plat-logo-navbar.png?ver=1) no-repeat center;
    margin-top: 1px;
    width: 34px;
    height: 19px;
}
.link-mortar a:hover, .link-spot a:hover  {
    opacity: 0.8;
}
.conten-heigth {
    min-height: 100px;
}

.auth-container .conten-heigth {
    min-height: 125px;
}

#responsibility p {
    color: #fff;
}
#quote.services {
    padding-bottom: 80px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-bottom: 20px;
}
.navbar-brand > img {
     height: 47px;
     margin-top: 2px;
}
.navbar-default .navbar-nav > li > a {
	color: #111111;
    font-size: 14px;
    padding: 0px;
    z-index: 9999;
}
li.login-point.prof {
    padding: 20px 0px 0px 20px;
}
.navbar-nav > li {
    padding: 15px 18px;
}
li.last-top-point {
    padding: 15px 0px 0px 0px;
}

.navbar {
    padding-top: 12px;
    padding-bottom: 0px;
    min-height: 78px;
}
li.login-point {
    padding: 20px 20px 20px 14px;
}
.navbar-default .navbar-nav > li > a .border-link {
	color: #b8d242;
    position: relative;
    z-index: 99999;
	border: 1px solid #b8d242;
	padding: 6px 28px;
	margin-top: -12px;
	border-radius: 4px;
    font-family: opensans_bold;
    transition: all 0.4s ease 0s;

}
.navbar-default .navbar-nav > li > a .border-link.sign-up {
    background: #b8d242;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover .border-link {
    background: #b8d242;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover .border-link.sign-up {
    background: #85b00a;
    color: #fff;
}

.navbar-toggle.visible-cl {
	display: block;
	border: 0px;
	margin-top: 2px;
    margin-right: 0px;
	padding: 0px;
}

.navbar-fixed-top .navbar-right {
    margin-right: 0px;
}
.navbar-toggle.visible-cl span {
	color: #b8d242;
    width: 14px;
}

.navbar-toggle.visible-cl:hover {
	background: none;
}

.navbar-default .navbar-toggle.visible-cl .icon-bar {
    background-color: #b8d242;
}
#mainpage-call-to-action .btn-xs {
    padding: 12px 55px 15px;
    margin-top: 12px;
    font-size: 14px;
}

#services.section.green-bg {
    border-top:  1px solid #fff;
    padding: 80px 0 110px;
}
#account-management.section {
    padding: 0px 0 45px;
}

#account-management .white-bg {
      padding: 30px 0 35px;
}
#account-management .white-bg h2 {
     margin-bottom: 10px;
}
#account-management ul.chek-list-new li {
    list-style-type: none;
    color: #666;
    font-size: 17px;
    line-height: 20px;
    border-bottom: 1px solid #dadada;
    margin-top: 30px;
    min-height: 150px;
}
#account-management.services.section h3 {
    margin-bottom: 0px;
}
#account-management ul.chek-list-new li .img-hold {
    height: 55px;
}
#account-management ul.chek-list-new li p {
    padding-right: 60px;
    padding-bottom: 20px;
}
#account-management ul.chek-list-new li br {

}
.services.section h3 {
    color: #b8d242;
    letter-spacing: 0px;
    margin-bottom: 30px;
    font-size: 20px;
}

.section ul{
    padding: 5px 0px 10px;

}
ul.chek-list  {
    padding-left: 0px;
}

ul.chek-list li{
    font-size: 13px;
    color: #666666;
    background: url(../images/li.png) no-repeat left center;
    padding: 3px 0 3px 35px;
    margin-bottom: 15px;
    display: block;
    line-height: 1.3;
}

#services .btn {
    margin-top: 30px;
    min-width: 155px;
}
.navbar-collapse.top-menu.collapse.in .navbar-nav > li {
    padding: 10px 18px;
}
.navbar-collapse.top-menu.collapse.in li.login-point {
    padding-top: 20px;
}
.navbar-collapse.top-menu.collapse.in .dropdown li a{
    padding-left: 0px;
    font-size: 14px;

    color: #111111;
}
.img-left {
    float: right;
}
.services.section.invert-bg, #our-story.services.section.alt-bg, .blog {
    padding-bottom: 100px;
}

.navbar.navbar-default.navbar-fixed-top {
    z-index: 99999;
}

.base-ul {
    margin-left: 18px;
    color: #797979;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}

.contact-page .no-bullets p {
    padding-bottom: 0px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #343434;
}

.contact-page .no-bullets .grey-small-text {
    font-size: 14px;
    color: #999;
}
.contact-page .no-bullets {
    padding: 0px;
}
.contact-page .no-bullets li {
    padding-left: 65px;
    margin-bottom:  20px;

}
.contact-page .no-bullets li.address-ico {
    background: transparent url(../images/layout/location.jpg) no-repeat left bottom;
}

.contact-page .no-bullets li.phone-ico {
    background: transparent url(../images/layout/phone.jpg) no-repeat left center;
}

.contact-page .no-bullets li.mail-ico {
    background: transparent url(../images/layout/envelope.jpg) no-repeat left center;
}

/* staff */


.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}



.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
	margin: 0;
}

/* Grid style */
.grid-wrap {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1em 1.875em;
}

.grid {
	margin: 0 auto;
}

.grid li {
	margin-right: 12px;
	float: left;
    width: 200px;
	cursor: pointer;
    text-align: center;
    min-height: 250px;
}
.grid li img {
	max-width: 160px;
    border-radius: 5px;
}
.grid li:nth-child(5n+5) {
    margin-right: 0px;
}
/*
.grid figure {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
*/
.grid li:hover figure {
	opacity: 0.7;
}
#staff h2 {
    margin-bottom: 45px;
}
#staff.services.section .grid h3, #staff.services.section .slideshow h3 {
    font-size: 18px;
    color: #000;
    margin: 20px auto 3px;
}
#staff.services.section .slideshow h3 {
    margin-top: 0px;
}
#staff.services.section .grid p, #staff.services.section .slideshow p {
    color: #999;
    font-size: 12px;
    line-height: 14px;
}
#staff.services.section .slideshow p.about-man {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
}
.grid figcaption {
	background: #e4e4e4;
	padding: 25px;
}

/* Slideshow style */
.slideshow {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,150px);
	transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slideshow li {
	position: absolute;
    width: 100%;
    height: 100%;
	visibility: hidden;
}
.right-book, .left-book {
    width: 50%;
    float: left;
    height: 100%;
}

.left-book {
    background: transparent url(../images/taran-bg-beige.png) repeat top center;
    padding: 10% 14%;
}
.left-book img {
    width: 100%;
}
.right-book {
    background: transparent url(../images/taran-bg-white.png) repeat top center;
    padding: 10%;
    text-align: justify;
}

.slideshow li.show {
	visibility: visible;
}

.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slideshow figcaption {
	padding-bottom: 20px;
}

.slideshow figcaption h3 {
	font-weight: 300;
	font-size: 200%;
}

/* Navigation */
.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #59656c;
	text-align: center;
	margin: 3%;
	cursor: pointer;
	font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slideshow nav span.nav-next {
	right: 0;
}

.slideshow nav span.nav-close {
    color: #446c80;
    font-size: 18px;
    font-weight: bold;
    margin-right: 3%;
    margin-top: 31px;
    padding: 0;
    right: 0;
    top: 0;
    position: absolute !important;
    z-index: 999999;

}


.slideshow nav span:hover {
    opacity: 0.8;
}

.slideshow nav span.nav-close span {
    float: left;
    font-size: 18px;
    margin-left: -22px;
    margin-top: 35px;
    padding: 0;
}
.icon:before,
.icon:after {
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cont-blue {
    background: #426c82;
    overflow: hidden;
    color: #fff;
    padding: 150px 0 30px;

}
.cont-blue p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
.cont-blue h1 {
    margin-bottom: 30px;
    letter-spacing: 0;
}
.exting {
    padding: 40px 0 10px;
}
.exting p {
    color: #999;
    line-height: 30px;
}
.base-cont {
    margin: 60px 0 120px;
}

.base-cont p {
    color: #666666;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
}
.base-cont p strong {
   color: #303030;

}

.base-cont h5 {
    margin-bottom: 20px;
    letter-spacing: 0;
}

.base-cont .ol p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
}

.base-cont .ol {
    margin-top: 30px;
    padding-left: 0px;
}
.base-cont a {
    color: #bdd742;
    text-decoration: underline;
}

.logos-block.section {
    padding-top: 0px;
}
.logos-block .col-md-9 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#our-story.logos-block a {
    color: #bdd742;
}
#our-story.logos-block p {
    line-height: 28px;
}
.logos-block .col-md-3 img {
    padding-top: 35px;
}

#responsibility-block .services h1 {
    color: #b8d242;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

#responsibility-block .one-bl {
    padding: 230px 0 20px;
}

#responsibility-block .section.white-bg {
    padding: 70px 0 150px;
}

#responsibility-block .section p {
    padding-bottom: 20px;
    line-height: 28px;
}

.big-padding-top {
    padding: 230px 0 30px;
}
/* banner spot */
.banner-spot {
    padding: 10px 0 9px;
    text-align: center;
}
/*.banner-spot:hover {*/
/*    text-decoration: none;*/
/*    background: #232222;*/
/*    transition: background 0.3s ease;*/
/*}*/
.link-banner-spot:hover {
    text-decoration: none !important;
    transition: background 0.3s ease;
}
.banner-spot img {
    height: 47px;
}
.banner-spot h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 5px 0 3px;
}
.banner-spot p {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9ae8fe;
    margin: 0 0 5px;
}

/* end banner spot */

.black-bg {
    background: #2f2f2f;
    padding: 20px 0;
}
.little-padding-top {
    padding: 20px 0 35px;
}
.little-padding-top h1 {
    margin-top: 10px;
}
.big-padding-top p {
    font-size: 18px;
    line-height: 26px;
}

#careerForm .modal-dialog {
    width: 500px;

}
#careerForm .modal-body {
    padding: 15px 30px 50px;
}

#careerForm .modal-header {
   border-bottom: 0px;
}
.width-full {
    width: 100%;
}

.contact-page .form-control {
    height: 44px;
    font-size: 12px;
    padding: 6px 15px;
}

.contact-page .form-control::-webkit-input-placeholder { color: #cdcdcd;}
.contact-page .form-control:-moz-placeholder { color: #cdcdcd;}
.contact-page .form-control::-moz-placeholder { color: #cdcdcd;}
.contact-page .form-control:-ms-input-placeholder { color: #cdcdcd;}

.contact-page .help-block.error {
    font-size: 12px !important;
}
.contact-page {
    background: #fff;
    overflow: hidden;
}
.contact-bl {
    width: 522px;
    padding-right: 130px;
    float: right;
}
.right-cont, .left-cont {
    width: 50%;
    float: left;
}
.form-regist {
    padding-top: 0px;
}

.right-cont {
    height: 733px;
    position: relative;
}

.contact-page .panel-stroke {
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: 20px 40px 10px;
    background: #fff;
    border: 0px;
    left: 30%;
    margin-left: -190px;
}

.left-contact, .right-contact {
	float: left;
	width: 50%;
}
.center-contact {
	float: left;
	width: 50%;
	margin: 0 35%;
}
.contact-page .panel-stroke-general {
    bottom: 50%;
}

.contact-page .panel-stroke a {
    text-decoration: none;
}

.contact-page .panel-stroke a:hover {
    text-decoration: underline;
}



body.activePrel {
    opacity: 0.5;
    background: #fff;
}
.spinnerBl {
    background: url(../images/layout/spinner-circle.gif) no-repeat center center !important;
    width: 100px;
    height: 100px;
    position: fixed;
    left: 48%;
    top: 40%;
    z-index: 9999999;
}





/* map */

#map, #map2 {
    height: 100%;
}

.form-regist label {
    color: #989898;
    padding: 0px 15px 10px;
    font-weight: normal;
    font-size: 12px;

}

.form-regist .form-control {
    font-size: 12px;
    color: #676767;
    height: 44px;
    border: 1px solid #d9d9d9;
}

.form-regist .tabs__content .form-control {
    border: 0px;
    background: #f2f2f2;
    text-align: left;
    border-radius: 5px;
    padding: 25px 30px;
    margin-bottom: 20px;
}

.form-regist .tabs__content .form-control h2, .form-regist .tabs__content .form-control h3 {
    font-size: 18px;
    color: #343434;
    margin: 20px 0 10px;
    letter-spacing: 0px;
}

.form-regist .form-control::-webkit-input-placeholder { color: #cdcdcd; font-size: 12px; }
.form-regist .form-control:-moz-placeholder { color: #cdcdcd; font-size: 12px;}
.form-regist .form-control::-moz-placeholder { color: #cdcdcd; font-size: 12px;}
.form-regist .form-control:-ms-input-placeholder { color: #cdcdcd; font-size: 12px;}

.form-regist .selected-flag {
    background: #f2f2f2;
    width: 50px !important;
    padding: 0 0 0 10px !important;
}

.form-regist .intl-tel-input input, .form-regist .intl-tel-input input[type=text], .form-regist .intl-tel-input input[type=tel] {
    padding-left: 65px;
}

.form-regist .form-control:after {
    padding: 100px !important;
}

.txt-tab li a {
    font-size: 12px;
}
.form-regist .checkbox label.label-check {
    padding: 0px 0px 0px 30px;

}
.form-regist ul.txt-tab li {
    font-size: 12px;
    color: #989898;
}
.form-regist input[type="checkbox"] { display: none; }

.form-regist input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #999999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.form-regist .checkbox label {
    padding-top: 4px;
}

.panel-section.no-padding-bt {
    padding-bottom: 0px !important;
}

.form-regist input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.form-regist input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
.form-regist .col-md-12.checkbox input[type="checkbox"] + label:before {
    margin-top: 10px;
}
.form-regist input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 12px;
	color: #466a80;
	text-align: center;
    line-height: 15px;
    font-weight: bold;
}


.form-regist .form-horizontal .checkbox {
    min-height: 15px !important;
        line-height: 10px;
   /* height: 30px !important; */
    padding-left: 0px !important;
}
.form-regist .col-md-12.checkbox {
    height: auto !important;
}

.form-regist .panel-section {
    border-bottom: 0px;
}

.form-regist .tabs {
    margin: 0px;
}
.form-regist ul.i-tab li {
    border: 0px;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 12px 5px 13px;
    text-align: center;
    min-width: 175px;
    position: relative;
}
.form-regist ul.i-tab li.active {
    background: #fe8762;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;

}
.form-regist ul.i-tab li.active a {
    color: #fff;
}

.form-regist ul.i-tab li.active:after {
   content: '';
   border: 12px solid transparent;
   border-top: 12px solid #fe8762;
   position: absolute;
   left: 50%;
   margin-left: -12px;
   bottom: -20px;
   width: 0;
}

.form-regist .tabs__content {
    margin-top: 20px;
}

.affilate-form-reg {
    margin-bottom: 100px;
}
.form-regist.panel-section h4 {
    padding-bottom: 15px;
}
.form-regist.panel-section {
    border-bottom: 0px;
}

.left-sign {
    padding-top: 13px; padding-left: 30px;
}

.form-regist select.form-control {
  -webkit-appearance: none;
  background-image: url('../images/layout/select-treyg.png') !important;
  background-position: right center;
  background-repeat: no-repeat;

}
 .form-regist select.form-control:hover {
    cursor: pointer;
 }
.form-regist select::-ms-expand {
  display: none;
}


.tabs__content ::-webkit-scrollbar { width: 8px;}
.tabs__content ::-webkit-scrollbar-button { }
.tabs__content ::-webkit-scrollbar-track {  background-color: #f2f2f2; }
.tabs__content ::-webkit-scrollbar-track-piece { background-color: #e6e6e6;  margin: 30px; border-radius: 10px;}
.tabs__content ::-webkit-scrollbar-thumb { height: 55px; background-color: #fe8762; border-radius: 10px; }
.tabs__content ::-webkit-scrollbar-corner { background-color: #f2f2f2;}
.tabs__content ::-webkit-resizer { background-color: #666;}

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 70em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
		width: 33.3%;
	}

	.slideshow li {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.slideshow li figure img {
		width: auto;
		margin: 12% auto 0;
		max-width: 100%;
	}



	.info-keys {
		display: none;
	}

}


/* end staff */



@media (min-width: 1600px) {
    #company-caption {
         background: url(../images/layout/company_bg.jpg) no-repeat top center; overflow: hidden; width: 100%; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;

    }
}

@media (max-width: 1200px) {
	#hero-main .container {
		width: 100%;
	}
	#hero-main .col-xs-12.col-sm-12.text-center {
		margin-top: 0px !important;
	}


}

@media (min-width: 2500px) {
    /*#ha-particle > canvas.draw {display: block !important;} */
	.contact-page .panel-stroke {
		left: 0;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.form-control {
     margin-bottom: 5px;
}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
#aim-high {min-height: 700px;}
footer .copiright {text-align: right; margin-top: 15px;}
.navbar-default .navbar-nav>li>a.btn {margin-left: 0; margin-right: 0; margin-top: 0;}
.services .icon {margin-top: 0;}
.align-middle {margin-top: 20%;margin-bottom: 20%;}
.form-control {margin-bottom: 0;}
.panel-section {padding-bottom: 30px;}
.image-bg {padding-top: 120px; padding-bottom: 120px;}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
#ha-particle > canvas.draw {display: block;}
#aim-high {min-height: 800px;}
.image-bg {padding-top: 180px; padding-bottom: 180px;}
#merchant-signup.auth-container {padding-top: 180px; padding-bottom: 180px;}
#lenders-services .col-md-6.white-bg { width: 45%; }
.container {
      width: 1080px;
}


}

/* Huge devices (large desktops, 1920px and up) */
@media (min-width: 1920px) {
#merchant-signup.auth-container {padding-top: 350px; padding-bottom: 350px;}

}

@media (min-width: 1025px) {
	/*#mainpage-header .down-arrow {margin-top: -20%;}
	.text-bg  {margin: -70px auto;}*/

    #how-is-different.section .col-md-4 {
        width: 31%;
        min-height: 180px;
    }

}

@media (max-width: 1210px) {
   #quote .quote-text blockquote {
    line-height: 42px;
    }
    #quote .quote-text blockquote br {
        margin-bottom: 0px;
    }

    .grid li {
        margin-right: 0px;
        width: 33%;
    }
    .grid li:nth-child(4n+4) {
        margin-right: auto;
   }
 .col-md-10 {
    width: 100% !important;
}
.col-md-offset-1 {
    margin-left: 0px !important;
}
   #company-caption {
    width: 100%;
   }



}

@media (max-width: 1400px) {
    .contact-page .panel-stroke {
		left: 0;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}

@media (max-width: 1200px) {
	.chek-by {
		margin: 20px 0;
	}
	.label-check {
		float: none;
	}

	ul.txt-tab {
		margin: 0 auto;
		text-align: center;
		width: 60%;
	}
    .video-responsive-store {
        padding-bottom: 50.3% ;
    }
   #lenders-services .col-md-6.white-bg.first, #lenders-services .col-md-6.white-bg {
    margin: 0px;
   }
   .slideshow nav span.nav-close .icon.glyphicon {
        display: none;
   }

   .auth-container .col-md-5 .panel.panel-default .panel-body{
        min-height: 430px;
   }

   .auth-container .col-md-offset-1 {
        margin-left: 8.33333333% !important;
   }

}



@media (max-width: 1150px) {
    #lenders-services .col-md-6.white-bg.col-md-6.mob-width-full {
        margin: 0px 0px 10px 0px !important;
    }

    .right-cont, .left-cont {
        width: 100%;
        float: left;
    }
    .contact-bl {
        padding: 0px 25%;
        width: auto;
    }
    .right-cont {
        height: 800px;
    }

    .form-regist .col-md-12.checkbox {
        text-align: center;
    }
    .form-regist input[type="checkbox"] + label {
        display: inline;
    }
    .form-regist ul.txt-tab li {
        padding: 8px;
    }
    .form-regist .col-md-12.checkbox input[type="checkbox"] + label:before {
        margin-top: 0px;
    }

    .form-regist .tabs__caption.txt-tab {
        margin: 10px auto;
    }
        .form-regist .form-control {
        margin-top: 0px !important;
    }
    .form-regist label {
        padding: 0px;
    }
    ul.txt-tab li {
        float: none;
    }
    .form-regist label {
        line-height: 18px;
    }
    .form-regist .form-group .error-inp {
        margin-bottom: 12px;
    }


}

@media (max-width: 992px) {
    .bl-let {
        margin-top: 30px;
    }

    #registration-form .no-padding, #registration-form .no-padding-left, #registration-form .no-padding-right  {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .logos-block .col-md-3 img {
        padding-top: 0px;
    }
    .no-padding-left {
        padding-left: 15px !important;
    }
    .logos-block .col-md-3 {
        text-align: center;
    }


    .blog-container .thumbnail a>img {
        width: 100% !important;
    }
    .contant-two .col-md-6 {
        margin-top: 40px;
    }
   #lenders-services .col-md-6.white-bg.first {margin: 0px 0px 10px;}
   #lenders-services .col-md-6.white-bg {margin-top: 0px;}
    .form-control {
        margin-bottom: 5px !important;
        margin-top: 20px !important;
     }
    .help-block.error {
        margin-top: -5px !important;
    }
    .text-bg {
        margin: auto;
        width: 210px;
        position: relative;
        font-size: 24px;
        text-align: center;
    }

	ul.i-tab li {
		width: 100%;
	}
	ul.txt-tab {
		width: 80%;
	}

   	ul.txt-tab {
		width: 100%;
		padding: 0px;
	}

	ul.txt-tab li {
		float: none;
	}
       .video-responsive-store {
        padding-bottom: 56.3%;
    }
    .top-menu .dropdown-menu {
        display: block;
        position: relative;
        box-shadow: none;
        border: 0px;
        min-width: 100%;
        padding-top: 0px;
    }
    .top-menu .dropdown-menu a {
        border-bottom: 0px;
    }
    .top-menu .dropdown a, .top-menu .nav-arrow {
        display: none;
    }

    .top-menu .dropdown li a {
        display: block;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        color: #777;
        padding-left: 17px;
        font-size: 16px;
        text-align: left;
    }
    .top-menu .dropdown li a:hover {
        background: none;
        color: #b8d432;

    }
     footer .col-md-2, footer .col-md-5, footer .col-md-3 {padding-left: 0px;}
     footer .col-md-1, footer .col-md-2 {margin-bottom: 20px;}
     .logo-footer {float: left; margin-bottom: 30px;}

     .white-bg .col-md-12 .col-md-6 {
        padding: 0px;
     }


  /*

    .slideshow figure {
        overflow: hidden;
        padding: 15px 15px 50px 15px;
        text-align: center;
    }
    .slideshow {
        background: #fff;
    }
    #staff #grid-gallery .grid-wrap {
        display: none;
    }
     #staff #grid-gallery nav {
        display: none;
     }
    .slideshow {
        z-index: 1;
    }
    #staff #grid-gallery .slideshow {
        display: block;
        overflow: visible;
        visibility: visible;
        position: relative !important;
    }
    .slideshow li {
       position: relative;
       visibility: visible;

    }

    #staff.services.section .slideshow h3 {
        margin-top: 10px;
    }
    #staff.services.section .slideshow h3, #staff.services.section .slideshow p {
        text-align: center;
    }
    #staff.services.section .slideshow p.about-man {
        text-align: justify;
        padding-top: 5px;
    }
    .slideshow ul {
        transform: none;
    }
 */
    .left-book, .right-book {
        background: #fff;
        width: 100%;
        padding: 0;
    }
   .slideshow li::after {
        background: none;
   }
    .dropdown-menu li a {
        border: 0px !important;
        box-shadow: none;
    }

    .mob-center {
        text-align: center !important;
    }

 .slideshow nav span.nav-close {
       font-size: 18px !important;
       padding: 0px;
 }
 .right-book, .left-book {
    width: 100%;
 }
 .left-book {
    text-align: center;
 }
 .nav-close {
    left: 40% !important;
    right: 40% !important;
 }
      .dropdown-menu li a {
        border: 0px !important;
        box-shadow: none !important;
    }
    .dropdown-menu li:last-child a {
        border: 0px !important;
    }

    .auth-container .col-md-offset-1 {
        margin-left: 0 !important;
    }
    .auth-container .conten-heigth {
        min-height: 0px;
    }
    .auth-container .col-md-5 .panel.panel-default .panel-body {
            min-height: 0px;
    }
    .left-sign {
        padding: 0px;
    }
    .form-stor .login-form-wrapper, .auth-container .login-form-wrapper {
        width: 100% !important;
    }
     .form-stor .form-container, .auth-container .form-container {
        overflow: auto;
        padding: 30px 30px 0px 30px;
         margin-bottom: 0px;
     }
      .form-regist .checkbox label {
         padding-top: 0px;
    }

    .form-group.checkbl .help-block.error {
        margin-top: 5px !important;
    }


}

@media (min-width: 992px) {
    #how-is-different.section .col-md-4 {
        width: 31% !important;
        min-height: 170px;
    }
}

@media (max-width: 990px) {
     #account-management ul.chek-list-new li {
        min-height: 0px;
    }
    .conten-heigth {
        min-height: 0px;
    }
    .cont-blue, #responsibility-block .one-bl, .big-padding-top { padding: 100px 0 50px;}

	.contact-page .panel-stroke {
		width: 100%;
		left: 0;
		margin-left: 0px;
		position: relative;
	}
	#map {
		height: 500px;
	}
    #storefronts-call-to-action .right {
        float: none;
    }
}
@media (max-width: 768px) {

    .little-padding-top {
        padding: 18px 0 22px;
    }
    .banner-spot h3 {
        font-size: 15px;
    }
    .banner-spot p {
        letter-spacing: 1.3px;
    }
    .little-padding-top h1 {
        margin-top: 10px;
    }
    .col-with-divider {
        border-color: #dadada;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
    }
    #faq .acount-bl p.acount {
        font-size: 14px;
    }

.panel-section h4 {
    font-size: 22px;
}
#careerForm .modal-dialog {
    width: 100%;

}
#careerForm .modal-body {
    padding: 15px 15px;
}


.openAcount .col-50, .openAcount .text-block {
    width: 100%;
    float: left;
}
  .openAcount .col-50 {
    padding-right: 0px;
  }
    .cont-blue, .big-padding-top { padding: 60px 0 30px;}
    .cont-blue p {
        font-size: 16px;
        line-height: 22px;
    }

    #responsibility-block .one-bl {
        padding: 60px 0 30px;
    }


   h1 {font-size: 32px !important;}
   h2{font-size: 26px !important;}
   .form-container {padding:10px 0px 20px;}
   .video-bl {
    padding: 0px 0 50px;
   }
   .section.green-bg, #commission-payments.section {
        padding: 50px 0 85px;
    }
    #mainpage-call-to-action {
        padding: 10px 0 35px;
    }
    #mainpage-call-to-action, #mainpage-header {
        min-height: 0;

    }
    #lenders-services {padding-bottom: 30px;}
    #mainpage-header {padding-top: 0px;}

    .img-left {
        float: left;
        width: 100%;
        padding-bottom: 15px;
    }

    .video-bl {
        padding: 50px 0 0px;
    }
    #account-management.section {
        padding: 20px 0 35px;
    }

    #account-management.section h3 {
        padding-top: 30px;
    }
         .form-stor .container.login-form-wrapper {
        padding-left: 0px;
        padding-right: 0px;
     }

.spinnerBl {
    left: 45%;
}
}

@media (max-width: 680px) {
	.left-contact, .right-contact {
		width: 100%;
	}
	.center-contact {
		width: 100%;
		margin: 0;
		border-top: 1px solid #e5e5e5;
		padding-top: 15px;
	}

	.right-cont {
		height: auto !important;
	}

    .grid li {
        width: 100%;
    }
    .left-book {
        padding: 80px 14% 0px;
    }
    #grid-gallery .grid li{
      pointer-events: none !important;
    }

    .contact-bl {
        padding: 0px 15px;
        width: auto;
    }
    .right-cont {
        height: 700px;
    }

    .form-stor .form-container {
        overflow: auto;
        padding: 30px 30px 46px 30px;
     }

    #storefronts-call-to-action .form-stor .form-container {
        padding: 30px 30px 0px 30px;
        margin-bottom: 0px;
    }
     .spinnerBl {
        left: 40%;
    }
}



@media (max-width: 500px) {
 #aim-high img, #storefronts-call-to-action img, #as-affiliate img, #simple-account img, #excellent-service img {
    width: 100%;
}
   #quote .quote-text blockquote {
        line-height: 32px;
        font-size: 26px;
    }
	#how-is-different.section .col-md-4 {
		margin-right: 0px;
	}

	#grid-gallery.mainpage-header-mobile {
        background:  url("../images/bg-home-main.png");
    }
    #map {
        height: 410px;
    }

    .contact-page .panel-stroke {
        width: 100%;
        left: 0;
        margin-left: 0px;
        padding: 30px 20px 20px;
        position: relative;
    }

      .form-stor .form-container {
        overflow: auto;
        padding: 15px 15px 36px 15px;
     }

     .form-stor .panel-section {
        padding: 0px;
     }

     .spinnerBl {
        left: 38%;
    }


}

@media (max-width: 450px) {

.toolbar-mail {
	display: block;
}
    #mainpage-call-to-action h1 {font-size: 32px; line-height: 36px;}
.copiright a.cfsaa, .copiright a.ola {
	float: left;
	margin: 0 auto;
}

.logo-soc {
	clear: both;
    text-align: left;
}
.logo-soc span {
    display: block;
    margin-bottom: 5px;
}
a.inkedIn {
    margin-left: 0px;
}
a.facebook, a.twit, a.inkedIn, a.youtube {
	float: left;
}

.copiright {
	text-align: center;
	}

    #storefronts-caption.section {
        padding-top: 30px;
    }
}
@media (max-width: 386px) {

.toolbar {
    font-size: 11px;
}
.video-btn {
    margin-right: 0px;
}
}