@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic&subset=latin,latin-ext);


/** RESET **/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Open Sans", Helvetica, sans-serif;
}




body {
	color: #000;
	line-height: 1.2;
	margin: 0;
	font-size: 16px;
}

a {
	color: #4095de;
	text-decoration: none;
}

a:visited {
	color: #3383c7;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #39a0f9;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 38px;
	margin: 20px 0;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 24px;
	margin: 22px 0;
}

h4 {
	font-size: 22px;
	margin: 25px 0;
}

h5 {
	font-size: 20px;
	margin: 30px 0;
}

h6 {
	font-size: 18px;
	margin: 36px 0;
}

.form-step h6 {
    margin: 0px
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 16px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 16px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 18px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * END RESET 
 */


/*
 * OGOLNY STYL DLA SOCIAL SHARE
 */
div.shareContainer {
    padding: 40px 0 20px 0;
}
div.shareContainer .note {
    font-size: 28px;
    text-align: center;
}
div.shareContainer .buttons {
    text-align: center;
    margin-top: 10px;
}
div.shareContainer .buttons .shareFb,
div.shareContainer .buttons .shareTw,
div.shareContainer .buttons .shareGp {
    display: inline-block;
    width: 64px;
    height: 54px;
    margin: 0 10px 0 10px;
}
div.shareContainer .buttons .shareFb {
    background: url('../images/share_icons_fb.png') no-repeat;
}
div.shareContainer .buttons .shareTw {
    background: url('../images/share_icons_twitter.png') no-repeat;
}
div.shareContainer .buttons .shareGp {
    background: url('../images/share_icons_google.png') no-repeat;
}

 /**
  * LANDING
  */
 .container_big {
     clear: both;
     display: table;
     width: 100%;

     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;    
     box-sizing: border-box; 
 }
 /*
  * sekcja glowna
  */
 /* coookie bar */

#cookieBarDiv {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0, 0, 0, .6);
    padding: 6px 20px 4px;
    z-index: 99999;
    text-align: center;
    color: #fff;
}
#cookieBarDiv  a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#cookieBarDiv button {
    margin: 0 20px;
    line-height: 20px;
    background-color: #8ac91c;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    border: 0;
}

/***************************************************************
*************************  LP ARROW LOAN ***********************
****************************************************************/
.lp-af-loan {
    font-family: "Open Sans", sans-serif;
    color: #433c3f;
}
.lp-af-loan img {
    max-width: 100%;
}
.lp-af-loan .icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
}
.lp-af-loan .icon span {
    margin: 0 -12px 0 0;
}
.lp-af-loan .icon.orange {
    background: #ffa92f;
}
.lp-af-loan .icon.blue {
    background: #000292;
}
.lp-af-loan .cbtn {
    display: inline-block;
    padding: 10px 15px;
    background: #ffa92f;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #ff845e;
    border-radius: 30px;
    text-decoration: none;
    transition: all ease 300ms;
}
.lp-af-loan .cbtn:hover {
    background: #ff9602;
}
.lp-af-loan .section-wrap {
    padding: 45px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
}
.lp-af-loan .heading {
    margin: 15px 0;
    font-size: 42px;
    color: rgb(67, 60, 63);
    text-shadow: 0px 0px 10px rgba(255,255,255,0.25);
}
.lp-af-loan .heading.center {
    text-align: center;
}
.lp-af-loan .menu-wrap {
    padding: 10px 0;
    background: #fff;
}
.lp-af-loan .menu-wrap .logo {
    max-width: 260px;
    position: absolute;
    z-index: 2;
}
.lp-af-loan .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.lp-af-loan .menu .item {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.lp-af-loan .menu a {
    display: block;
    padding: 15px 0;
    color: #111;
    text-decoration: none;
    transition: color ease 500ms;
}
.lp-af-loan .menu a:hover {
    color: #888;
}
.lp-af-loan .s1-wrap {
    padding-top: 220px;
    background-image: url(./images/lp-loan-af-bg-s1.jpg);
}
.lp-af-loan .form-wrap {
    position: relative;
    max-width: 595px;
    background: rgba(255,255,255,0.84);
    padding: 15px 20px;
}
.lp-af-loan .form-wrap .points-wrap {
    position: absolute;
    top: 200px;
    left: 100%;
    padding: 20px 15px 10px 5px;
    min-width: 260px;
    background: rgba(255,169,47,0.66);
}
.lp-af-loan .form-wrap .points-wrap .list {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #433c3f;
    list-style: none;
}
.lp-af-loan .form-wrap .points-wrap .item {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}
/* sliders */
.lp-af-loan .form-wrap #formHolder {
    display: none;
}
.lp-af-loan .form-wrap .slider-wrap {
    margin: 0 0 35px 0;
}
.lp-af-loan .form-wrap .slider-wrap .label {
    display: block;
    margin: 0 0 5px 0;
    font-size: 18px;
    text-align: left;
    color: #111;
    font-weight: 400;
}
.lp-af-loan .form-wrap .slider-wrap:after,
.lp-af-loan .form-wrap .info-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.lp-af-loan .form-wrap .slider-wrap .left,
.lp-af-loan .form-wrap .slider-wrap .right {
    float: left;
}
.lp-af-loan .form-wrap .slider-wrap .left {
    width: 70%;
    padding: 7px 0 0 0;
}
.lp-af-loan .form-wrap .slider-wrap .right {
    width: 30%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.lp-af-loan .form-wrap .half {
    float: left;
    width: 50%;
}
.lp-af-loan .form-wrap .error {
    color: #f00;
}
.lp-af-loan .form-wrap .step {
    font-family: lato, sans-serif;
}
.lp-af-loan .form-wrap .step input {
    width: 100%;
    padding: 3px 5px 2px 5px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
}
.lp-af-loan .form-wrap .next-step {
    display: inline-block;
    padding: 10px 25px;
    font-size: 115%;
    font-weight: 600;
    color: #fff;
    background: #ffa92f;
    border: 2px solid #ff845e;
    border-radius: 50px;
    text-decoration: none;
}
.lp-af-loan .form-wrap .info-wrap {
    line-height: 1.5;
    font-size: 15px;
}
.lp-af-loan .form-wrap .monthly-cost {
    font-size: 25px;
}
.lp-af-loan .form-wrap .info-wrap .right {
    text-align: center;
}
.lp-af-loan .form-wrap .ui-state-default, .ui-widget-content .ui-state-default,
.lp-af-loan .form-wrap .ui-state-default, .ui-widget-content .ui-state-hover {
    background: #20409a;
}
.lp-af-loan .form-wrap .widget-checkbox-label {
    display: inline-block !important;
}
.lp-af-loan .form-wrap .footer {
    padding: 15px 0 0 0;
    font-size: 12px;
}
.lp-af-loan .form-wrap p {
    margin: 0 0 15px 0;
}
.lp-af-loan .form-wrap .small {
    margin: 0;
    font-size: 12px;
}
.lp-af-loan .form-wrap form a {
    color: #ffa92f;
}
.lp-af-loan .form-wrap input[type=text],
.lp-af-loan .form-wrap input[type=email],
.lp-af-loan .form-wrap input[type=tel]{
    width: 100%;
    border-radius: 4px;
    border: 1px #ccc solid;
    padding: 3px 10px;
}
.lp-af-loan .form-wrap form .cbtn {
    width: 100%;
}
.lp-af-loan .form-wrap input[type=text]
.lp-af-loan .s2-wrap {
    text-align: center;
}
.lp-af-loan .how-to .step {
    padding: 0 25px;
}
.lp-af-loan .how-to .icon {
    width: 70px;
    height: 70px;
    font-size: 42px;
}
.lp-af-loan .how-to .title {
    font-size: 20px;
    font-weight: 600;
}
.lp-af-loan .how-to .desc {
    line-height: 1.5;
}
.lp-af-loan .s3-wrap {
    background-image: url(./images/lp-loan-af-bg-s3.jpg);
}
.lp-af-loan .s3-wrap .desc {
    padding: 30px 15px;
    margin: 0 0 30px 0;
    background: rgba(255,255,255,0.59);
    font-size: 15px;
    line-height: 1.6;
}
.lp-af-loan .s3-wrap .btn-wrap {
    margin: 45px 0 0 0;
    text-align: center;
}
.lp-af-loan .s4-wrap .item {
    padding: 15px;
    border: 1px #ccc solid;
}
.lp-af-loan .s4-wrap .item .image {
    margin: 0 0 20px 0;
}
.lp-af-loan .s4-wrap .item b {
    color: #ff9602;
}
.lp-af-loan .s4-wrap .item .desc {
    line-height: 1.8;
    font-size: 15px;
}
.lp-af-loan .s5-wrap {
    background-image: url(./images/lp-loan-af-bg-s5.jpg);
}
.lp-af-loan .reviews-wrap .item {
    position: relative;
    padding: 35px 35px 45px 35px;
    background: #fff;
    font-style: italic;
    font-size: 15px;
    text-align: center;
}
.lp-af-loan .reviews-wrap .item-2 {
    background: rgba(0,2,146,0.87);
    color: #fff;
}
.lp-af-loan .reviews-wrap .item .image {
    margin: 0 0 30px 0;
}
.lp-af-loan .reviews-wrap .item .by {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.lp-af-loan .locations-wrap {
    padding: 30px;
    min-height: 542px;
    background: #ffa92f;
    color: #111;
    text-align: center;
}
.lp-af-loan .locations-wrap .item {
    margin-bottom: 30px;
}
.lp-af-loan .locations-wrap .icon {
    padding: 5px;
    font-size: 32px;
}
.lp-af-loan .locations-wrap .title {
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 24px;
}
.lp-af-loan .locations-wrap .desc {
    line-height: 2;
}
.lp-af-loan .s7-wrap {
    background-image: url(./images/lp-loan-af-bg-s7.jpg);
}
.lp-af-loan .example-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.lp-af-loan .example-wrap .box {
    padding: 60px;
    background: rgba(255,255,255,0.68);
    color: #111;
    text-align: center;
}
.lp-af-loan .example-wrap .box .title {
    font-size: 16px;
    font-weight: 600;
}
.lp-af-loan .example-wrap .spacer {
    margin: 60px 0 0 0;
}
.lp-af-loan .example-wrap .info-wrap {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    background: rgba(255,255,255,0.68);
    text-align: center;
}
.lp-af-loan .example-wrap .info-wrap .icon span {
    margin: 0 -5px 0 0;
}
.lp-af-loan .example-wrap .btn-wrap {
    text-align: center;
}
.lp-af-loan.conv .s1-wrap {
    padding-top: 60px;
}
.lp-af-loan.conv .verification {
    margin-bottom: 30px;
}
.lp-af-loan.conv .example-wrap .box {
    padding: 30px;
}
.progress-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    font-family: lato;
    text-align: center;
    border-radius: 5px;
}
.progress-wrap .heading {
    margin: 0 0 20px 0;
    font-size: 36px;
}
.progress-wrap .info {
    margin: 0 0 15px 0;
    line-height: 1.5;
    font-size: 18px;
}
.progress-box,
.progress-box .progress {
    border-radius: 5px;
}
.progress-box {
    position: relative;
    width: 100%;
    height: 50px;
    background: #333;
}
.progress-box .progress {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #6cae37;
    transition: width ease 300ms;
}
.progress-wrap .status {
    margin: 0 0 15px 0;
    font-size: 28px;
}
.progress-wrap .status.success {
    color: #6CAE37;
}
.progress-wrap .phone-number {
    font-size: 42px;
    font-weight: 600;
    line-height: 2.5;
    color: #f00;
}

@media screen and (max-width: 991px) {
    .lp-af-loan .heading {
        font-size: 32px;
    }
    .lp-af-loan .menu-wrap .logo {
        position: relative;
        max-width: 120px;
        margin: 0 auto;
    }
    .lp-af-loan .section-wrap,
    .lp-af-loan .s1-wrap {
        padding: 30px 0;
    }
    .lp-af-loan .form-wrap .half {
        float: none;
        width: 100%;
    }
    .lp-af-loan .form-wrap .slider-wrap {
        margin: 0 0 15px 0;
    }
    .lp-af-loan .form-wrap .points-wrap {
        position: static;
        margin: 15px 0 0 0;
    }
}