/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-04-20, 22:06:05
    Author     : Lukasz
*/
.container {
  max-width: 980px; }

body {
  font-family: 'PT Sans', sans-serif;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  transition: all 0.4s ease; }
  body.custom-background {
    background-position: center top !important;
    background-attachment: fixed !important; }

a {
  text-decoration: none;
  outline: 0 !important; }
  a:hover {
    text-decoration: none; }
  a:active, a:focus {
    color: #fff;
    outline: 0 !important; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 19px;
  font-weight: normal; }

h4 {
  font-size: 16px; }

h6 {
  font-size: 14px;
  font-weight: 600; }

.logohead {
  margin: 0; }

.slick-slide {
  display: inline-block !important;
  vertical-align: middle;
  float: none;
  margin: 0px 20px; }
  .slick-slide img {
    width: 100%; }

#page {
  margin-top: 100px; }

#partnersCarousel .owl-item {
  float: none;
  display: inline-block;
  vertical-align: middle; }
  #partnersCarousel .owl-item img {
    height: auto; }

#header {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmYzZlMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNzEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, #fc6e27 30%, white 41%, white 46%, rgba(255, 255, 255, 0.71) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fc6e27), color-stop(41%, white), color-stop(46%, white), color-stop(100%, rgba(255, 255, 255, 0.71)));
  background: -webkit-linear-gradient(left, #fc6e27 30%, white 41%, white 46%, rgba(255, 255, 255, 0.71) 100%);
  background: -o-linear-gradient(left, #fc6e27 30%, white 41%, white 46%, rgba(255, 255, 255, 0.71) 100%);
  background: -ms-linear-gradient(left, #fc6e27 30%, white 41%, white 46%, rgba(255, 255, 255, 0.71) 100%);
  background: linear-gradient(to right, #fc6e27 30%, white 41%, white 46%, rgba(255, 255, 255, 0.71) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6e27', endColorstr='#b5ffffff',GradientType=1 );
  height: 75px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0; }
  #header .menu {
    list-style-type: none;
    display: table;
    width: 100%; }
    #header .menu li {
      display: table-cell;
      color: #000000;
      font-size: 18px;
      text-align: center; }
      #header .menu li a {
        line-height: 75px;
        padding: 0 21px;
        color: #000000; }
        #header .menu li a.active {
          color: #fd7d2f;
          position: relative; }
          #header .menu li a.active:before {
            content: '';
            width: 72px;
            height: 5px;
            background: #fd7d2f;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -36px; }
        #header .menu li a:focus, #header .menu li a:active {
          text-decoration: none; }
      #header .menu li:last-child a {
        padding: 0; }
      #header .menu li.active {
        color: #fd7d2f;
        position: relative; }
        #header .menu li.active:before {
          content: '';
          width: 72px;
          height: 5px;
          background: #fd7d2f;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -36px; }
      #header .menu li .resultList {
        padding: 0;
        position: absolute;
        right: 0;
        top: 65px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
        width: 250px;
        z-index: 9; }
        #header .menu li .resultList li {
          display: block; }
          #header .menu li .resultList li a {
            display: block;
            padding: 5px 15px;
            line-height: normal;
            font-size: 12px; }
    #header .menu.focus li a {
      font-size: 14px;
      padding: 0 10px; }
    #header .menu.focus li.focus {
      text-align: right;
      width: 25%; }
  #header .logo {
    margin-top: 23px;
    width: 220px; }
  #header .search {
    position: relative; }
    #header .search img {
      position: relative;
      z-index: 10;
      cursor: pointer; }
    #header .search input {
      position: absolute;
      right: -10px;
      height: 35px;
      line-height: 35px;
      border-radius: 3px;
      top: 20px;
      border: none;
      width: 0px;
      visibility: hidden;
      transition: all 0.5s ease;
      padding: 0 10px;
      font-size: 12px; }
    #header .search.focus input {
      width: 170px;
      visibility: visible;
      transition: all 0.5s ease;
      background: #EDEDED; }

.podsumowanie {
  text-align: center; }
  .podsumowanie h2 {
    font-size: 25px; }
  .podsumowanie h3 {
    margin: 5px 0; }
    .podsumowanie h3 span {
      float: right; }

.footer {
  background: #464646;
  padding-top: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-top: 25px; }
  .footer a {
    color: #fff;
    font-weight: 600; }
    .footer a:hover {
      color: #fff; }
  .footer h6 {
    width: 380px;
    display: inline-block;
    border-bottom: 1px solid #595959;
    padding-bottom: 16px;
    margin-top: 30px; }
  .footer .menu a {
    display: block;
    line-height: 24px;
    height: 24px; }
  .footer label {
    font-weight: noral;
    display: block;
    width: 100%;
    margin-left: 0; }
  .footer input {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 3px; }
  .footer input[type="email"] {
    background: #f5f5f5;
    width: 225px;
    padding: 0 10px;
    border-bottom: 2px solid #d3d3d3;
    color: #464646;
    font-weight: normal;
    vertical-align: top; }
  .footer input[type="submit"] {
    background: #fc893c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjODkzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjYyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc893c), color-stop(100%, #ff6212));
    background: -webkit-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -o-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -ms-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: linear-gradient(to bottom, #fc893c 0%, #ff6212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc893c', endColorstr='#ff6212',GradientType=0 );
    color: #fff;
    border-bottom: 2px solid #e5570f;
    width: 44px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    vertical-align: top; }
  .footer .social a {
    margin-left: 10px; }
    .footer .social a:first-of-type {
      margin-left: 0; }
    .footer .social a.fb {
      margin-left: 10px;
      border-radius: 50%;
      display: inline-block;
      overflow: hidden;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      vertical-align: middle; }
    .footer .social a img {
      max-width: 30px; }
  .footer .footerMenu {
    padding: 0;
    margin-top: 15px;
    display: table;
    width: 100%; }
    .footer .footerMenu li {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .footer .footerMenu li a {
        font-size: 12px; }
        .footer .footerMenu li a small {
          display: inline-block;
          margin-top: 15px;
          font-weight: normal;
          position: relative;
          padding-left: 10px; }
          .footer .footerMenu li a small:before {
            content: '';
            width: 3px;
            height: 3px;
            background: #fd7d2f;
            position: absolute;
            left: 0;
            top: 50%;
            border-radius: 50%; }
  .footer .copyBox {
    background: #313131;
    font-weight: normal;
    padding: 15px 0;
    color: #909090; }
    .footer .copyBox span, .footer .copyBox a {
      color: #fff;
      font-weight: normal; }

#news .col-md-6, #news .col-md-12 {
  padding: 5px; }
#news .articleWrapper {
  padding: 0 10px !important; }
#news h6 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  background: #fd7d2f;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 0 40px;
  height: 38px;
  line-height: 38px; }
#news article {
  padding: 20px;
  background: rgba(250, 250, 250, 0.9);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  min-height: 260px;
  position: relative; }
  #news article footer {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px;
    bottom: 0; }
  #news article a:focus, #news article a:active {
    color: #fd7d2f; }
  #news article img {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 100px; }
  #news article h5 {
    font-size: 15px;
    color: #464646;
    font-weight: normal; }
  #news article h4 {
    font-size: 20px;
    color: #000000;
    display: inline-block;
    max-width: 300px; }
  #news article P {
    font-size: 14px;
    color: #464646; }
  #news article .category {
    color: #fc6e27;
    font-size: 14px; }
    #news article .category a {
      color: #000000; }
  #news article.active {
    background: #fd7d2f; }
    #news article.active h2 {
      color: #fff; }
    #news article.active p {
      color: #fff; }
    #news article.active .read {
      color: #000000; }
    #news article.active .category {
      color: #000000; }
      #news article.active .category a {
        color: #fff; }
  #news article.single p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 26px; }
  #news article.single h5 {
    margin-bottom: 25px;
    line-height: 26px; }
  #news article.single b {
    font-weight: normal;
    color: #fd7d2f; }
  #news article.single.wspolpraca {
    padding-bottom: 75px;
    margin-top: 70px; }
    #news article.single.wspolpraca p {
      font-size: 16px; }
  #news article.single img {
    width: auto; }
  #news article .excerpt {
    height: 70px; }
  #news article .imgWrap {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    overflow: hidden; }
#news .sort {
  display: inline-block;
  background: #000000;
  color: #fff;
  height: 38px;
  line-height: 38px;
  position: relative; }
  #news .sort .name {
    display: inline-block;
    padding: 0 15px; }
  #news .sort .list {
    background: #fd7d2f;
    padding: 0 15px;
    display: inline-block;
    padding-right: 55px;
    position: relative; }
    #news .sort .list img {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -3px; }
  #news .sort .toggleSort {
    position: absolute;
    padding-left: 25px;
    padding-right: 10px;
    left: 0;
    right: 0;
    background: #fd7d2f;
    z-index: 2;
    text-align: left; }
    #news .sort .toggleSort .toggleYear {
      float: right;
      color: #000000; }
      #news .sort .toggleSort .toggleYear img {
        margin-left: 10px; }
    #news .sort .toggleSort .year {
      border-bottom: 1px solid #fd9759;
      line-height: auto; }
      #news .sort .toggleSort .year ul {
        padding: 0;
        list-style: none;
        line-height: normal; }
        #news .sort .toggleSort .year ul li a {
          color: #fff;
          font-size: 13px; }
          #news .sort .toggleSort .year ul li a.active {
            color: #000000;
            text-decoration: underline; }
      #news .sort .toggleSort .year.up ul {
        display: none; }
      #news .sort .toggleSort .year.up .toggleYear {
        color: #fff; }
      #news .sort .toggleSort .year a {
        color: #fff; }
#news .pad-10 {
  padding: 0 10px; }

.pad-5 {
  padding: 5px; }

.leftButton > a, .rightButton > a {
  display: block; }
.leftButton > div, .rightButton > div {
  position: relative; }
  .leftButton > div > div, .rightButton > div > div {
    transition: all 0.2s ease-out;
    width: 290px;
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff; }
    .leftButton > div > div h2, .rightButton > div > div h2 {
      font-size: 20px;
      margin-top: 0; }
    .leftButton > div > div p, .rightButton > div > div p {
      font-size: 13px; }

.leftButton {
  position: fixed;
  left: 0;
  top: 185px;
  z-index: 9999; }
  .leftButton img {
    width: 40px; }
  .leftButton > div > div {
    background: #464646;
    left: -290px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .leftButton > div:hover div {
    left: 0; }
  .leftButton .wniosek div {
    text-align: center;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 55px;
    padding-bottom: 20px; }
    .leftButton .wniosek div .btn {
      font-size: 14px;
      width: 100%;
      margin-top: 10px; }
  .leftButton .strefa {
    text-align: center; }
    .leftButton .strefa img:hover {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 10+, Firefox on Android */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    .leftButton .strefa div {
      padding: 32px 13px;
      background: #fd7d2f;
      color: #000; }
      .leftButton .strefa div form input[type="email"], .leftButton .strefa div form input[type="password"] {
        line-height: 37px;
        height: 37px;
        padding: 0 10px;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #dcdcdc;
        border-radius: 3px;
        margin-bottom: 10px; }
      .leftButton .strefa div form input[type="submit"] {
        display: inline-block; }
  .leftButton .kalkulator img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
  .leftButton .kalkulator > div {
    padding: 15px 25px; }
    .leftButton .kalkulator > div p {
      font-size: 13px;
      color: #000; }
      .leftButton .kalkulator > div p span {
        color: #fd7d2f;
        font-size: 26px;
        font-weight: bold; }
        .leftButton .kalkulator > div p span span {
          font-size: 16px;
          margin-left: 0; }
    .leftButton .kalkulator > div .walue {
      text-align: right; }
      .leftButton .kalkulator > div .walue b {
        font-weight: normal; }
    .leftButton .kalkulator > div #red-input, .leftButton .kalkulator > div #green-input {
      font-size: 13px;
      color: #fd7d2f;
      background: transparent;
      border: none;
      width: 50px;
      float: right;
      text-align: right;
      font-weight: bold;
      outline: 0 !important; }
  .leftButton .kalkulator .slider {
    outline: 0 !important; }
    .leftButton .kalkulator .slider .line {
      left: 0 !important;
      width: 235px !important; }
  .leftButton .kalkulator .btn {
    font-size: 13px;
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    margin-bottom: 15px; }

.rightButton {
  position: fixed;
  right: 0;
  top: 185px;
  z-index: 9999; }
  .rightButton a {
    display: block; }
  .rightButton img {
    width: 40px; }
  .rightButton > div > div {
    background: #fd7d2f;
    right: -290px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .rightButton > div:hover div {
    right: 0; }
  .rightButton .pytania .wpcf7-not-valid-tip {
    display: none; }
  .rightButton .pytania .wpcf7-validation-errors {
    border: none; }
  .rightButton .pytania .ajax-loader {
    display: none; }
  .rightButton .pytania .wrap {
    padding: 20px 25px;
    color: #000;
    text-align: center; }
    .rightButton .pytania .wrap h3 {
      font-size: 16px;
      margin-top: 0; }
    .rightButton .pytania .wrap input[type="text"], .rightButton .pytania .wrap select {
      font-size: 12px;
      border-radius: 2px;
      border: none;
      border-bottom: 1px solid #d9d9d9;
      width: 115px;
      line-height: 28px;
      height: 28px;
      padding: 0 10px;
      float: left;
      margin-right: 10px;
      margin-bottom: 15px; }
      .rightButton .pytania .wrap input[type="text"].wpcf7-not-valid, .rightButton .pytania .wrap select.wpcf7-not-valid {
        border: 1px solid red; }
    .rightButton .pytania .wrap select {
      margin: 0;
      height: 28px; }
    .rightButton .pytania .wrap .wpcf7 {
      padding: 0 !important; }
  .rightButton .infolinia div {
    text-align: center;
    padding: 35px; }
    .rightButton .infolinia div h3 {
      font-size: 18px;
      color: #000;
      margin-top: 0;
      margin-bottom: 15px; }
    .rightButton .infolinia div h2 {
      font-size: 20px; }
  .rightButton .infolinia .phone {
    font-size: 20px;
    padding: 0; }
  .rightButton .napisz div {
    padding: 15px;
    text-align: center;
    color: #000; }
    .rightButton .napisz div h3 {
      font-size: 14px;
      margin-top: 0; }
    .rightButton .napisz div p {
      font-size: 12px; }
    .rightButton .napisz div .btn {
      min-width: 180px;
      display: inline-block;
      margin-top: 15px; }

    .newsletter-bg{
        background: rgba(0,0,0,0.8);
    }
.newsletter {
  background: rgba(0,0,0,0.8);
  color: #909090;
  padding-left: 32px;
  padding-top: 13px;
  padding-bottom: 13px; }
  .newsletter h5 {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle; }
  .newsletter b {
    color: #fff;
    font-weight: 600; }
  .newsletter form {
    display: inline-block; }
  .newsletter input[type="text"], .newsletter input[type="email"] {
    background: #f5f5f5;
    width: 244px;
    padding: 0 30px;
    border-bottom: 2px solid #d3d3d3;
    color: #464646;
    font-weight: normal;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 44px; }
  .newsletter input {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 3px; }
  .newsletter input[type="submit"] {
    background: #fc893c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjODkzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjYyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc893c), color-stop(100%, #ff6212));
    background: -webkit-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -o-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -ms-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: linear-gradient(to bottom, #fc893c 0%, #ff6212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc893c', endColorstr='#ff6212',GradientType=0 );
    color: #fff;
    border-bottom: 2px solid #e5570f;
    width: 44px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    vertical-align: top; }
  .newsletter-subscription{
      background: transparent!important;
  }

.about {
  background: rgba(250, 250, 250, 0.6);
  padding: 30px 18px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
  .about p {
    font-size: 14px;
    color: #252525; }
  .about h4 {
    color: #000000;
    margin-top: 0; }
  .about h3 {
    margin-bottom: 30px;
    color: #fd7d2f; }

#slider {
  padding-top: 65px;
  margin-bottom: 80px; }
  #slider .item h4, #slider .item h2 {
    color: #000000; }
  #slider .item h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px; }
  #slider .item .btn {
    margin-right: 10px; }
  #slider .owl-pagination, #slider .owl-dots {
    position: absolute;
    top: 0;
    left: 0; }
    #slider .owl-pagination .owl-page, #slider .owl-pagination .owl-dot, #slider .owl-dots .owl-page, #slider .owl-dots .owl-dot {
      background: #000000;
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin-right: 5px; }
      #slider .owl-pagination .owl-page.active, #slider .owl-pagination .owl-dot.active, #slider .owl-dots .owl-page.active, #slider .owl-dots .owl-dot.active {
        background: #fc893c;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjODkzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjYyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #fc893c 0%, #ff6212 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc893c), color-stop(100%, #ff6212));
        background: -webkit-linear-gradient(top, #fc893c 0%, #ff6212 100%);
        background: -o-linear-gradient(top, #fc893c 0%, #ff6212 100%);
        background: -ms-linear-gradient(top, #fc893c 0%, #ff6212 100%);
        background: linear-gradient(to bottom, #fc893c 0%, #ff6212 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc893c', endColorstr='#ff6212',GradientType=0 ); }
  #slider .owl-wrapper-outer, #slider .owl-stage {
    padding-top: 25px; }

.btn {
  height: 37px;
  line-height: 37px;
  padding: 0 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  border-radius: 2px; }
  .btn.orange {
    background: #fc893c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjODkzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjYyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc893c), color-stop(100%, #ff6212));
    background: -webkit-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -o-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -ms-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: linear-gradient(to bottom, #fc893c 0%, #ff6212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc893c', endColorstr='#ff6212',GradientType=0 );
    color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #e5570f; }

.inline-block {
  display: inline-block; }

.readMore {
  z-index: 2;
  position: relative; }

.whiteBox {
  padding: 20px;
  background: rgba(250, 250, 250, 0.9);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  overflow: hidden; }
  .whiteBox a {
    color: #fd7d2f !important; }
  .whiteBox h3 {
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px; }
  .whiteBox h4 {
    color: #fd7d2f;
    font-size: 18px; }
  .whiteBox p {
    font-size: 14px;
    color: #464646; }
  .whiteBox b {
    font-weight: normal;
    color: #fd7d2f; }
  .whiteBox ul {
    list-style-type: none;
    padding: 0; }
    .whiteBox ul li {
      font-size: 16px;
      color: #464646;
      position: relative;
      padding-left: 10px; }
      .whiteBox ul li:before {
        content: '';
        width: 3px;
        height: 3px;
        background: #fd7d2f;
        position: absolute;
        left: 0;
        top: 50%;
        border-radius: 50%; }

.darkBox {
  padding: 20px 14px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .darkBox h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px; }
  .darkBox p {
    color: #fff;
    font-size: 16px; }
  .darkBox a {
    color: #fff; }
  .darkBox.mini {
    margin-bottom: 10px;
    padding-top: 37px;
    padding-bottom: 24px; }

.read {
  color: #fc6e27;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px; }

.orangeHead {
  background: #fd7d2f;
  color: #fff;
  display: inline-block;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  height: 37px;
  line-height: 37px;
  min-width: 160px;
  text-align: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-weight: normal;
  padding: 0 10px;
  font-size: 16px; }
  .orangeHead a {
    color: #fff; }

.orange {
  color: #fd7d2f; }

.partners {
  padding: 30px 14px;
  margin-top: 35px; }
  .partners h3 {
    margin: 0;
    color: #fd7d2f; }

.imgWrapper {
  display: inline-block;
  float: left;
  margin-right: 25px; }

.offer .pad-5 {
  padding: 0 5px; }
.offer .mini {
  padding-left: 20px;
  padding-right: 20px;
  height: 142px; }

.infoBox {
  margin-bottom: 10px;
  padding: 20px 40px; }
  .infoBox h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 4px; }
  .infoBox h6 {
    margin: 0; }
  .infoBox img {
    margin-right: 25px; }
  .infoBox p {
    color: #bdbdbd; }
  .infoBox b {
    color: #fd7d2f; }

hr {
  border-color: #dad9d5;
  position: relative; }
  hr:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 60px;
    height: 1px;
    bbackground: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  hr:after {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 60px;
    height: 1px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.7)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=1 ); }

#offer .whiteBox {
  margin-bottom: 10px; }
  #offer .whiteBox ul li:before {
    top: 8px; }

.infoContent {
  background: #fd7d2f;
  padding: 20px;
  text-align: center;
  width: 190px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); }
  .infoContent p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 0; }
  .infoContent:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fd7d2f; }

.calc {
  padding: 25px; }
  .calc label span {
    background: #fd7d2f;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    min-width: 110px;
    font-weight: normal;
    float: left; }
  .calc label input[type="text"] {
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    border-left: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    font-size: 20px;
    padding: 0 15px;
    margin-left: -2px;
    width: 159px;
    margin-right: 10px; }
  .calc h4 {
    border-bottom: 1px solid #9d9c97;
    max-width: 65%;
    padding-bottom: 10px; }
  .calc input[type="submit"], .calc input[type="button"] {
    background: #fc893c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjODkzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjYyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc893c), color-stop(100%, #ff6212));
    background: -webkit-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -o-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -ms-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: linear-gradient(to bottom, #fc893c 0%, #ff6212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc893c', endColorstr='#ff6212',GradientType=0 );
    width: 380px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #e5570f;
    margin: 20px;
    font-weight: 600; }

#print {
  width: 420px;
  margin: 0 auto; }
  #print input {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 2px; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup input[type="submit"], .white-popup input[type="button"] {
    background: #fc893c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjODkzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjYyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc893c), color-stop(100%, #ff6212));
    background: -webkit-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -o-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -ms-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: linear-gradient(to bottom, #fc893c 0%, #ff6212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc893c', endColorstr='#ff6212',GradientType=0 );
    width: 380px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #e5570f;
    margin: 20px;
    font-weight: 600; }

.carList {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .carList li {
    float: left;
    text-align: center;
    width: 20%;
    cursor: pointer; }
    .carList li .imgWrap {
      height: 65px; }
    .carList li.act h3 {
      color: #fd7d2f !important; }

#wniosek {
  color: #fff !important; }
  #wniosek .wniosek-leasing #tab1 input[type="text"], #wniosek .wniosek-leasing #tab1 select {
    width: auto; }
  #wniosek .wniosek-leasing #tab1 label[for=infoAccept] {
    line-height: normal;
    height: auto; }
  #wniosek .wniosek-leasing #infoAccept {
    line-height: normal;
    height: auto; }
  #wniosek h6 {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle; }
  #wniosek #annuity {
    color: #fd7d2f;
    font-size: 15px;
    vertical-align: middle;
    width: 100px;
    display: inline-block; }
  #wniosek #div_button_process {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 105px; }
  #wniosek .fd {
    margin-bottom: 10px; }
  #wniosek label {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    height: 40px;
    line-height: 40px; }
  #wniosek input[type="text"], #wniosek select {
    background: transparent;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    text-align: left;
    width: 120px; }
  #wniosek select {
    background: transparent;
    width: 120px; }
    #wniosek select option {
      color: #000; }
  #wniosek #tab_credit input[type="text"] {
    width: 120px; }
  #wniosek #tab_credit select {
    width: 120px; }
  #wniosek #yui-gen2-button:not(.btn), #wniosek #yui-gen5-button:not(.btn), #wniosek #yui-gen3-button:not(.btn), #wniosek #yui-gen6-button:not(.btn), #wniosek #yui-gen8-button:not(.btn), #wniosek #yui-gen7-button:not(.btn) {
    display: none; }
  #wniosek .darkBox {
    padding: 0; }
    #wniosek .darkBox #fs_client_data, #wniosek .darkBox #fs_client_application, #wniosek .darkBox #fs_client_application, #wniosek .darkBox #fs_client_incomes {
      padding: 20px; }
  #wniosek .yui-h-slider {
    height: 26px; }
    #wniosek .yui-h-slider:before {
      content: '';
      width: 100%;
      height: 10px;
      background: #d3d3d3;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -5px;
      border: 2px solid #e5e5e5;
      border-radius: 5px; }
  #wniosek #slider-bg-amount {
    width: 275px; }
  #wniosek #slider-bg-hp {
    width: 145px; }
  #wniosek .yui-slider-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 5px solid #fd7d2f;
    display: inline-block;
    background: #fff; }
  #wniosek #tab_vehicle {
    padding: 20px; }
  #wniosek .fdb, #wniosek .fdb_new {
    font-size: 13px;
    color: #fff;
    font-weight: normal; }
  #wniosek .fdb_new {
    margin-left: 50px;
    vertical-align: middle; }
  #wniosek #tab_vehicle input[type="text"], #wniosek #tab_vehicle select {
    width: 120px !important; }
  #wniosek #tab_vehicle select {
    font-size: 13px; }
  #wniosek #vdiv_vehicle_engine_capacity {
    color: #fff; }
  #wniosek #tab_basic select {
    font-size: 13px; }
  #wniosek #div_add_income_2 a {
    display: inline-block;
    background: #fd7d2f;
    color: #fff;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    font-size: 13px;
    border-radius: 0; }
  #wniosek #yui-gen20-button {
    background: #fc893c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjODkzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjYyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc893c), color-stop(100%, #ff6212));
    background: -webkit-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -o-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: -ms-linear-gradient(top, #fc893c 0%, #ff6212 100%);
    background: linear-gradient(to bottom, #fc893c 0%, #ff6212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc893c', endColorstr='#ff6212',GradientType=0 );
    height: 37px;
    padding: 0 15px; }

.barkenBox {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px; }

.pagination a {
  color: #464646; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background: #fd7d2f !important;
  border: none;
  color: #fff; }

.angular-google-map-container {
  height: 450px !important; }

.btn.silver {
  background: #f4f4f4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2IzYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #b3b3b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #b3b3b3 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #b3b3b3 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #b3b3b3 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #b3b3b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#b3b3b3',GradientType=0 );
  min-width: 185px;
  color: #252525;
  font-size: 14px;
  text-shadow: 0 0 1px #fff;
  border-bottom: 1px solid #9f9f9f;
  border-radius: 3px; }

.dynamic-slider-control.horizontal .handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 5px solid #fd7d2f;
  display: inline-block;
  background: #fff; }

div.data-m-app-loading {
  position: fixed; }

div.data-m-app-loading div.animated-container {
  bottom: 0px;
  left: 0px;
  opacity: 1;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999999; }

/* Used to initialize the ng-leave animation state. */
div.data-m-app-loading div.animated-container.ng-leave {
  opacity: 1;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms; }

/* Used to set the end properties of the ng-leave animation state. */
div.data-m-app-loading div.animated-container.ng-leave-active {
  opacity: 0; }

div.data-m-app-loading div.messaging {
  color: #333;
  font-family: monospace;
  left: 0px;
  margin-top: -150px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%; }

div.data-m-app-loading div.messaging2 {
  right: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  background: url("../images/preloader.gif") no-repeat center center;
  height: 150px;
  width: 200px; }

div.data-m-app-loading h1 {
  font-size: 26px;
  line-height: 35px;
  margin: 0px 0px 20px 0px; }

div.data-m-app-loading p {
  font-size: 18px;
  line-height: 14px;
  margin: 0px 0px 0px 0px; }

.animate-enter, .animate-leave {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block; }

.animate-enter.animate-enter-active, .animate-leave {
  opacity: 1;
  top: 0;
  height: 30px; }

.animate-leave.animate-leave-active, .animate-enter {
  opacity: 0;
  top: -50px;
  height: 0px; }

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s; }

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity: 0; }

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity: 1; }

.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 99999; }

.pageload-overlay.show {
  visibility: visible; }

.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0; }

.pageload-overlay svg path {
  fill: #fff; }

input.error {
  border: 2px solid red !important; }

label.error {
  color: red !important;
  display: none !important;
  visibility: hidden; }

#contact .contactForm label {
  display: block !important;
  width: 100%;
  margin-left: 0; }
  #contact .contactForm label input[type="checkbox"] {
    width: 10px;
    display: inline-block;
    vertical-align: top;
    height: 10px;
    margin-right: 5px;
    margin-top: 2px; }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg); }
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg); }
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0; }
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  animation-duration: 1s;
  animation-name: hinge; }

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out; }
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

@media screen and (max-width: 1366px) {
  #slider {
    padding-top: 20px;
    margin-bottom: 20px; } }
@media screen and (min-width: 980px) {
  .about {
    min-height: 400px; } }
@media screen and (max-width: 980px) {
  #wizard_tabs {
    margin-top: 30px; }

  #div_add_income_2 {
    margin-left: 10px !important; }

  .fd {
    width: 100% !important; }

  .newsletter-email {
    margin-left: 0 !important; }

  #header {
    height: auto;
    background: #fd7d2f; }
    #header .menu {
      padding-left: 0;
      display: block; }
      #header .menu li {
        text-align: left;
        display: inline-block; }
        #header .menu li a {
          color: #fff;
          text-align: left;
          padding-left: 0; }
        #header .menu li.search {
          background: white none repeat scroll 0% 0%;
          width: 30px;
          height: 30px;
          text-align: center !important;
          border-radius: 50%;
          display: inline-block; }
          #header .menu li.search input {
            top: -4px !important; }
          #header .menu li.search.focus {
            text-align: right !important;
            background: transparent; }
      #header .menu .resultList a {
        color: #000; }

  .about {
    height: auto !important; } }
@media screen and (max-height: 600px) {
  .rightButton, .leftButton {
    top: 100px; } }
@media screen and (max-width: 768px) {
  body {
    padding-right: 0; }

  h1 {
    font-size: 28px; }

  .calc input[type="submit"], .calc input[type="button"] {
    width: 100%;
    margin: 10px 0; }

  .carList {
    text-align: center; }
    .carList li {
      width: 100%;
      cursor: pointer;
      float: none; }

  #mobilebutton {
    display: inline-block !important; }

  #header {
    padding-bottom: 15px; }
    #header .menu {
      display: none;
      margin-top: 20px; }
      #header .menu li {
        display: block;
        line-height: 18px;
        height: 34px;
        text-align: center !important; }
        #header .menu li a {
          font-size: 14px;
          line-height: normal;
          padding: 0; }
        #header .menu li.search {
          display: block;
          margin: 0 auto; }
          #header .menu li.search.focus {
            width: auto;
            right: 50%;
            margin-right: -27px; }
          #header .menu li.search img {
            margin-top: 4px; }
    #header .search input {
      top: 0; }

  #news .post {
    margin-top: 15px; }
  #news article .excerpt {
    height: auto; }

  #About .post {
    margin-top: 15px; }

  .leftButton, .rightButton {
    display: none; }

  .footer .menu a {
    text-align: left;
    height: auto; }
  .footer .footerMenu {
    display: block; }
    .footer .footerMenu li {
      display: inline-block;
      width: 25%;
      margin-right: 15px;
      text-align: left; }
      .footer .footerMenu li img {
        display: none; }
  .footer label {
    margin-bottom: 25px; } }
#params_od .ui-slider-handle, #params_od2 .ui-slider-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 5px solid #FD7D2F;
  display: inline-block;
  background: #FFF; }
#params_od .ui-widget-header, #params_od2 .ui-widget-header {
  height: 10px;
  background: #D3D3D3;
  border: 2px solid #E5E5E5;
  border-radius: 5px; }
#params_od h3, #params_od2 h3 {
  margin: 10px 0;
  font-size: 14px;
  color: #fff;
  margin-top: 20px; }
#params_od .ui-slider label, #params_od2 .ui-slider label {
  visibility: hidden; }
#params_od .sliderWrap, #params_od2 .sliderWrap {
  width: 230px;
  width: 230px;
  text-align: left;
  overflow: hidden;
  height: 65px;
  padding: 0 10px; }
#params_od #rata_m_net_od, #params_od #rata_m_net_od2, #params_od2 #rata_m_net_od, #params_od2 #rata_m_net_od2 {
  font-size: 30px;
  font-weight: bold;
  margin-left: 20px; }
#params_od .waluta, #params_od2 .waluta {
  font-size: 18px;
  font-weight: bold; }
#params_od .wartoscWrap, #params_od2 .wartoscWrap {
  float: right; }

img.alignright, a img.alignright {
  float: right;
  margin: 5px 0 15px 5px; }

img.alignleft, a img.alignleft {
  float: left;
  margin: 5px 5px 5px 0; }

img.alignnone, a img.alignnone {
  margin: 5px; }

img.aligncenter, a img.aligncenter {
  margin: 5px auto; }

.o-nas-post:first-of-type {
  float: none !important; }

#ngView {
  padding-top: 75px; }

#mobilebutton {
  float: right;
  margin-top: 25px;
  display: none; }

#partnersCarousel .item {
  padding: 0 15px; }
#partnersCarousel h2 {
  margin: 0; }

@media screen and (max-width: 375px) {
  .podsumowanie h2 {
    font-size: 17px; }

  body {
    padding: 0 !important; }

  .leftButton {
    display: none; }

  .rightButton {
    display: none; }

  .slider .col-xs-9 {
    width: 100% !important; } }

/*# sourceMappingURL=main.css.map */
.newsletter {
    background: rgba(0, 0, 0, 0.8);
    color: #909090;
    padding-left: 32px;
    padding-top: 13px;
    padding-bottom: 0px;
}
.newsletter input[type="text"], .newsletter input[type="email"] {
    background: #f5f5f5;
    width: 190px;
    padding: 0 30px;
    border-bottom: 2px solid #d3d3d3;
    color: #464646;
    font-weight: normal;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 2px;
	margin-right:2px;
}


