/*==========================================================================
  General
  ========================================================================== */

@font-face {
  font-family: 'Mathilde';
  src: url("assets/fonts/mathilde.otf") format("opentype");
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
/*  background: #f1f2f2; */
    background: #ffffff;
}
body, input, textarea, select {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
}
h1 {
  font-size: 98px;
}
h2 {
  font-size: 58px;
}
h3 {
  font-size: 38px;
}
h4 {
  font-size: 26px; /*26 and 28*/
}
h5 {
  font-size: 22px; /*22 and 23*/
}
h6 {
  font-size: 16px;
}
h1.header {
  width: 100%;
/*  height: 318px;
  background: url('./assets/images/color_cloud_under_section_header.jpg') no-repeat 100% 0;*/
  height: 180px;
  background: url('./assets/images/plamy.png') no-repeat 1% 100%; 
  padding-top: 90px;
  margin-bottom: 18px;
  margin-top: 0px;
}
strong {
  font-family: 'Muli Black', sans-serif;
  font-weight: 900;
}
label {
  font-weight: 300;
}
a {
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
}
a:hover {
  text-decoration: none;
}

.nav-box-content .sub-menu a:link,
.nav-box-content .sub-menu a:visited {
  color: #000;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1102px;
  }
}
.red-border {
  border-color: #f00;
}
section {
  margin-bottom: 50px;
}
.textWrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-readmore {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  cursor: pointer;
  height: 23px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-readmore:hover {
  font-size: 17px;
}
.btn-readmore:after {
  position: absolute;
  top: 12px;
  left: 338px;
  content: '';
  width: 130px;
  border-bottom: 3px solid #fff;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-readmore:hover:after {
  left: 338px;
  width: 0px;
}
.btn-back {
  position: relative;
  font-size: 12px;
  cursor: pointer;
  margin: 25px 0 0 50px;
  height: 15px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-back:hover {
  font-size: 13px;
}
.btn-back:before {
  position: absolute;
  top: 8px;
  left: -50px;
  content: '';
  width: 39px;
  border-bottom: 1px solid #000;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.btn-back:hover:before {
  left: -50px;
  width: 0px;
}
/*==========================================================================
  Misc & Adjust
 ========================================================================== */

/* --- float --- */
.float-left {
  float: left;
}
/*===========================
  --- Header & menu ----
=========================== */

h1.header-onepercent {
  font-size: 36px;
  margin: 50px 0 25px 0;
}
section.top > .container {
  background-image: url('./assets/images/girl-1percent2.jpg');
  background-repeat: no-repeat;
  background-position: 100% 0;
  z-index: 10;
  margin-bottom: 20px;
 /* padding-top: 50px;*/
}
section.top > .container .read-more {
  margin-top: 16px;
}
section.top > .container .read-more img {
  width: 505px;
  height: 54px;
}
section.top > .container .read-more .btn-readmore {
  top: -38px;
  margin-left: 20px;
  color: #fff;
}
/*===========================
  --- Section banner ----
=========================== */

@media (min-width: 1680px) {
  section.banner {
    max-width: 1680px;
    margin: 0 auto;
  }
}
section.banner {
  position: relative;
  width: 100%;
 /* min-height: 589px; */
}
section.banner > .container-fluid {
 /* background: url('./assets/images/konwoj_dobra_all.jpg') no-repeat 0 0;
  width: 100%;
  height: 589px; */
}
/*===========================
  --- Section text ----
=========================== */

@media (min-width: 780px) {
  section.text .container {
    max-width: 780px;
  }
}
h4.title {
  color: #000;
  margin: 25px 0 20px 0;
}
h3.title {
  color: #000;
  font-size: 36px;
  margin: 65px 0 40px 0;
}
section.text p {
  color: #434343;
  font-size: 19px;
}
section.text .container > img {
  width: 217px;
  height: 3px;
  clear: both;
}
section.text blockquote {
  color: #000;
  font-family: 'Mathilde', sans-serif;
  font-size: 90px;
  line-height: 52px;
  border: 0;
  padding: 10px 0 0 0;
}
/*===========================
  --- Section text ----
=========================== */

section.partners {
  color: #434343;
  background-color: #fff;
  font-size: 19px;
  padding: 30px 0 30px 0;
}

section.partners .first-logo {
  width: auto; height: 96px; /*margin: 35px 40px 0 0; float: left;*/
}

section.partners .sec-logo {
  width: auto; height: 42px; /*margin: 60px 40px 0 0; float: left;*/
}

section.partners .third-logo {
  width: auto; height: 96px; /*margin: 40px 40px 0 0; float: left;*/
}

section.partners .forth-logo {
  width: auto; height: 96px; /*margin: 40px 40px 0 0; float: left;*/
}

section.partners .fifth-logo {
  width: auto; height: 96px; /*margin: 40px 40px 0 0; float: left;*/
}

section.partners .six-logo,
section.partners .seven-logo,
section.partners .eight-logo,
section.partners .nine-logo,
section.partners .ten-logo {
  width: auto; height: 96px;
}
/*===========================
  --- Section Contact ----
=========================== */

.contact .row .col-md-6:nth-child(2) {
  margin-left: 18px;
}
.contact .row .col-md-6 {
  max-width: 503px;
  margin-bottom: 85px;
}
.contact .row .col-md-6 .btn-readmore {
  position: absolute;
  font-size: 42px;
  top: -5px;
  left: 20px;
  letter-spacing: 5px;
  color: #fff;
}
.contact .contact-btn-phone-url {
  display: block;
  position: relative;
}
.contact .row .col-md-6 .btn-readmore:hover {
  font-size: 43px;
}
.contact .row .col-md-6 .btn-readmore:after {
  top: 26px;
  left: 330px;
  width: 100px;
  border-bottom: 3px solid #fff;
}
.contact .row .col-md-6 .btn-readmore:hover:after {
  left: 435px;
  width: 0px;
}
.contact .underscore {
  line-height: 26px;
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 0;
  background: url('./assets/images/line_horizontal.jpg') no-repeat 0 0;
}
.contact .row .col-md-6:first-child p {
  line-height: 26px;
  margin-bottom: 30px;
}
.contact .row .col-md-6:nth-child(2) p {
  line-height: 12px;
  font-size: 10px;
  margin-bottom: 15px;
}
.contact .row .col-md-6:nth-child(2) p:first-child {
  line-height: 36px;
  /* font-size: 26px;
   font-weight: 900;*/
}
.contact .row .col-md-6:nth-child(2) p:nth-child(2) {
  line-height: 36px;
  /*font-size: 22px;
  margin-bottom: 15px;*/
}
.contact #google-map-canvas {
  width: 100%;
  height: 267px;
  margin: 15px 0;
}

/*Swiper*/
.swiper-container {
  width: 100%;
  height: 100px;
  margin: 10px auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


@media (max-width: 768px) {
  .btn-readmore:after {
    top: 25px;
    left: 275px;
    width: 115px;
  }
  .contact .row .col-md-6:nth-child(2n) {
    margin-left: 0;
  }
  .contact .row .col-md-6 .btn-readmore {
    font-size: 35px;
    top: -63px;
    max-width: 275px
  }
  .contact .row .col-md-6 .btn-readmore:hover {
    font-size: 36px;
  }
  .contact .row .col-md-6 .btn-readmore:after {
    top: 25px;
    left: 275px;
    width: 115px;
  }
  .contact .row .col-md-6 .btn-readmore:hover:after {
    left: 390px;
    width: 0;
  }
}
@media (max-width: 500px) {
  section {
    margin-bottom: 30px;
  }
  section.top > .container {
    background-image: none;
    z-index: 10;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  h1.header {
    font-size: 22px;
    max-width: 378px;
    height: 146px;
   /* background: url('./assets/images/color_cloud_under_section_subheader.jpg') no-repeat 70% 0; */
    background: url('./assets/images/plamy2.png') no-repeat 70% 0;
    padding-top: 80px;
    margin-bottom: 30px;
  }
  h1.header-onepercent {
    font-size: 22px;
    margin: 20px 0 20px 0;
  }
  .btn-readmore:after {
    top: 0px;
    left: 0px;
    content: '';
    width: 0px;
    border-bottom: none;
  }
  .contact .row .col-md-6 .btn-readmore:after {
    top: 0px;
    left: 0px;
    content: '';
    width: 0px;
    border-bottom: none
  }
  .contact .row .col-md-6:nth-child(2) p,
  .contact .row .col-md-6:nth-child(2) p span {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .contact #google-map-canvas + p,
  .contact #google-map-canvas + p + p {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .contact .row .col-md-6 .btn-readmore {
    top: -5px;
    left: 15px;
  }
  .contact .underscore {
    padding: 20px 0 5px 0;
  }
  section.contact strong {
    font-size: 10px;
    line-height: 16px;
  }
  .contact .row .col-md-6:first-child .title {
    padding: 10px 0 0px 0;
  }
  .contact .row .col-md-6 {
    margin-bottom: 30px;
  }
  .contact .row .col-md-6:first-child p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .contact .row .col-md-6:nth-child(2) .title {
    line-height: 24px;
    font-size: 17px;
    font-weight: 900;
    margin-top: 0;
  }
  .contact .subtitle {
    line-height: 23px;
    font-size: 14px;
  }
  .contact-btn-phone {
    height: 40px;
  }
  .contact-google-maps {
    margin-top: -30px;
  }
  section.contact {
    margin-bottom: 30px;
  }
  section.partners {
    padding-top: 20px;
    font-size: 10px;
  }
  section.partners .first-logo {
    width: 60px; height: auto; margin: 15px 20px 0 0;
  }
  section.partners .sec-logo {
    width: 110px; height: auto; margin: 40px 20px 0 0;
  }
  section.partners .third-logo {
    width: auto; height: 60px; margin: 20px 20px 0 0;
  }
  section.partners .forth-logo {
    width: auto; height: 60px; margin: 20px 20px 0 0;
  }
  section.partners .fifth-logo {
    width: auto; height: 60px; margin-top: 20px;
  }
  section.banner > .container-fluid {
    /*background: url('./assets/images/konwoj_dobra_all_mobi3.jpg') no-repeat 0 0; */
    width: 320px;
  /*  height: 436px; */
    background-position: center;
  }
  section.top > .container .read-more {
     margin-top: 0;
  }
  section.top > .container .read-more img {
    width: 505px;
    height:30px;
  }
  .btn-readmore {
    font-size: 9px;
  }
  .btn-readmore:hover {
    font-size: 10px;
  }
  .btn-readmore:after {
    position: absolute;
    top: 5px;
    left: 217px;
    content: '';
    width: 50px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  }
  .btn-readmore:hover:after {
    left: 267px;
    width: 0px;
  }
  section.top > .container .read-more .btn-readmore {
    top: -20px;
    margin-left: 10px;
  }
  .btn-back {
    font-size: 9px;
  }
  section.banner {
     min-height: auto;
  }
  h4.title {
    color: #000;
    margin: 10px 0 20px 0;
  }
  h4 {
    font-size: 16px;
  }
  section.text p {
    font-size: 10px;
  }
  h3.title {
    color: #000;
    font-size: 16px;
    margin: 14px 0 15px 0;
  }
  h4.good {
    font-size: 10px;
    margin: 25px 0 0 0;
  }
  section.text blockquote {
    font-size: 33px;
    line-height: 19px;
  }
  section.text {
    margin-bottom: 15px;
  }

  .belt{
    width: 150px;
    height: 4px;
  }
}

/* Poprawki styczeń 2019 */
header {
    position: relative;
    height: 700px;
    padding: 1rem;
    background: url('./assets/images/bg.png') center bottom no-repeat;
    background-size: auto auto;
    text-align: center;
    color: #fff;
}

header > div {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 3rem;
	top: 5px;
    left: 0;
    right: 0;
    text-align: center;
}

header h1 {
    text-transform: uppercase;
    font-size: 5.0rem;
	color: #000;
}

header p {
    font-size: 3rem;
    text-transform: uppercase;
	color: #000;
}

header .onePercent {
    display: block;
    clear: both;
}

header .onePercent img {
    display: inline-block;
}

header .onePercent p {
    display: inline-block;
    font-weight: bold;
    font-size: 5rem;
    text-transform: uppercase;
    margin: 0 0 0 1rem;
    line-height: 1;
    position:relative;
    top: 12px;
}

section.top > .container {
    background: transparent;
}

div.header h2 {
    font-size: 3.5rem;
    text-transform: uppercase;
    color: #000;
}

div.header p {
    font-size: 2.5rem;
    color: #000;
}

.hr-color {
    width: 215px;
    height: 3px;
    margin: 75px 0 50px 0;
    background: url(assets/images/button.png) 0 0 no-repeat;
    background-size: cover;
}

.icon-box {
    display: block;
    margin: 7rem 0;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    overflow: auto;
}

.icon-box .icon {
    float: left;
    width: 30%;
    text-align: center;
}

.icon-box .paragraph {
    width: 70%;
    float: left;
}

.icon-box .paragraph > strong {
    display: block;
    font-weight: 900;
    font-family: 'Muli', sans-serif;
    color: #434343;
    font-size: 19px;
    padding-bottom: 1rem;
}

.icon-box .paragraph p strong, .small-icon-box p strong {
    font-weight: 900;
    font-family: 'Muli', sans-serif;
}

.small-icon-box {
    margin: 4rem 0;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    overflow: auto;
}

.small-icon-box img {
    display: block;
    margin: 2rem 0 2rem 0;
}

@media (max-width: 640px) {
    header h1 {
      font-size: 3.5rem;
    }
    header p {
        font-size: 2rem;
        line-height: 1.2;
    }
    header .onePercent p {
        display: block;
        clear: both;
        font-size: 2.5rem;
        margin-left: 0;
    }
}