/*  Created on : 2015-03-19, 07:05:32
    Author     : msulej
    -- style indywidualne danej osoby, na koniec wszsytkie customy połączone w jeden plik -- 
*/
/* 
    Created on : 2015-03-23, 07:11:25
    Author     : msulej
*/
/* wysokosc headera */
/* wysoksc linii 70px */
/* klasy fontow do paneli */
/* margines globalny */
.first {
  position: static;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 100%;
  top: 80px;
}
.intro {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.intro h1 {
  visibility: hidden;
  text-indent: -99999em;
  position: absolute;
}
.intro article {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  width: 100%;
}
.intro .icon {
  margin-left: 10px;
  transition: all 0.7s;
}
.intro .ontable {
  display: table;
  height: 100%;
  width: 40%;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  padding: 80px 0;
}
@media screen and (max-width: 900px) {
  .intro .ontable {
    width: 50%;
    right: 0;
  }
}
@media screen and (max-width: 400px) {
  .intro .ontable {
    width: 80%;
  }
}
.intro .media {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 30%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 90%;
}
.intro .media h2 {
  color: #fff;
  font: 900 80px/80px "Lato", sans-serif;
  top: -40px;
  position: relative;
  margin: 0;
}
.intro .media p {
  color: #fff;
  font: 300 50px/60px "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.intro .media h2,
.intro .media p {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1450px) {
  .intro .media h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .intro .media p {
    font: 40px/50px "Lato", sans-serif;
  }
}
@media screen and (max-width: 1150px) {
  .intro .media h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .intro .media p {
    font: 35px/45px "Lato", sans-serif;
  }
}
@media screen and (max-width: 960px) {
  .intro .media h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .intro .media p {
    font: 30px/30px "Lato", sans-serif;
  }
}
@media screen and (max-width: 850px) {
  .intro .media h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .intro .media p {
    font: 22px/25px "Lato", sans-serif;
  }
}
@media screen and (max-width: 650px) {
  .intro .media h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .intro .media p {
    font: 16px/20px "Lato", sans-serif;
  }
}
.panel-nav {
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.panel-nav .for-int {
  height: 100px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  padding: 0 0 0 60px;
  font: 400 35px/100px "Lato", sans-serif;
  color: #fff;
  transition: ease-in 0.3s;
}
.panel-nav .for-intro-1 {
  background: #1b9edf;
  width: 66.66666%;
}
.panel-nav .for-intro-2 {
  background: #5fa616;
  width: 33.33333%;
}
.panel-nav .for-intro-3 {
  background: #f76800;
  width: 66.66666%;
}
.panel-nav .for-intro-4 {
  background: #d40073;
  width: 33.33333%;
}
@media screen and (max-width: 1200px) {
  .panel-nav .for-int {
    font-size: 30px;
    line-height: 100px;
    padding-left: 55px;
  }
}
@media screen and (max-width: 1000px) {
  .panel-nav .for-int {
    font-size: 25px;
    line-height: 100px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 800px) {
  .panel-nav .for-int {
    font-size: 20px;
    line-height: 100px;
    padding-left: 20px;
  }
}
@media screen and (max-height: 800px) {
  .panel-nav {
    height: 150px;
  }
  .panel-nav .for-int {
    height: 75px;
    line-height: 75px;
  }
}
@media screen and (max-height: 830px) {
  .intro .media h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .intro .media p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-height: 620px) {
  .intro .media h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .intro .media p {
    font: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 700px) {
  .panel-nav {
    height: 100px;
  }
  .panel-nav .for-int {
    height: 50px;
    padding: 0 0 0 30px;
    font: 400 18px/50px "Lato", sans-serif;
  }
  .panel-nav .for-intro-1,
  .panel-nav .for-intro-2,
  .panel-nav .for-intro-3,
  .panel-nav .for-intro-4 {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .panel-nav {
    height: 80px;
  }
  .panel-nav .for-int {
    height: 40px;
    padding: 0 0 0 10px;
    font: 400 14px/40px "Lato", sans-serif;
  }
  .panel-nav .for-int .icon {
    display: none;
  }
}
.intro article:hover .icon {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 20px;
}
.for-int:hover .icon {
  transform: translate(10px, 0);
}
.intro article {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.intro .panel-0 {
  background-image: url(../images/intro-0.jpg);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro .panel-1 {
  background-image: url(../images/intro-2.jpg);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro .panel-2 {
  background-image: url(../images/intro-1.jpg);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro .panel-3 {
  background-image: url(../images/intro-3.jpg);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro .panel-4 {
  background-image: url(../images/intro-4.jpg);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.panel-1.dn,
.panel-2.dn,
.panel-3.dn,
.panel-4.dn {
  opacity: 0;
  display: block !important;
  transition: all .3s;
  background-size: cover;
  background-position: 50% 50%;
}
/*
@media screen and (max-width:400px) {
    .intro .panel-1,.intro .panel-2,.intro .panel-3,.intro .panel-4{position:relative;margin:0 auto;clear:both;width:100%;height:100%;padding:0;top:0;left:0;bottom:auto;right:auto}
}*/
/* *************************** */
.intro2 {
  padding-bottom: 5%;
  display: none;
}
.intro2 section {
  color: #fff;
  padding: 3.33333333% 0;
  background: #98afc7 url(../images/intro2.jpg) 0 100% no-repeat;
  background-size: 50%;
}
@media screen and (max-width: 959px) {
  .intro2 section {
    padding-left: 8.3333333%;
  }
}
.intro2 h2 {
  font: 700 60px/60px "Lato", sans-serif;
}
.intro2 p {
  width: 75%;
  font: 300 40px/50px "Lato", sans-serif;
  letter-spacing: 0;
  margin: 70px 0;
}
@media screen and (max-width: 900px) {
  .intro2 p {
    margin: 30px 0;
  }
}
.intro2 .button {
  background: #2ecc71 url(../images/sprite-button.png) 100% 50% no-repeat;
  padding-right: 70px;
}
@media screen and (max-width: 900px) {
  .intro2 .button {
    line-height: 50px;
    font-size: 16px;
    padding: 0 60px 0 15px;
  }
}
/* *************************** */
.intro3 {
  text-align: center;
}
.intro3 .tlo {
  background: #0a548b;
}
.intro3 section {
  vertical-align: middle;
  color: #fff;
  padding: 2.5% 0 5%;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .intro3 section {
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .intro3 section {
    padding-left: 0;
  }
}
.intro3 > h2 {
  font: 300 80px/90px "Lato", sans-serif;
  margin-bottom: 2.5%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .intro3 > h2 {
    font: 300 40px/50px "Lato", sans-serif;
  }
  .form-info {
    font: 900 40px/46px "Lato", sans-serif;
  }
}
@media screen and (max-width: 600px) {
  .intro3 > h2 {
    font: 300 25px/30px "Lato", sans-serif;
  }
  .form-info {
    font: 900 30px/32px "Lato", sans-serif;
  }
}
.intro3 h2 {
  margin-bottom: 2.5%;
}
.intro3 input {
  color: #4a6371;
}
.intro3 .button {
  color: #faa43e;
  color: #fff;
  border: 0;
}
.intro3 .form {
  background: transparent;
}
/* *************************** */
.button {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: 400 22px/80px "Lato", sans-serif;
  padding: 0 30px;
}
.button .icon {
  margin-left: 10px;
  vertical-align: middle;
}
.button.typ-2 {
  background: #faa43e;
}
@media screen and (min-width: 900px) {
  .paneles .button {
    width: 200px;
  }
}
/* zachowanie dla danego bloku */
.paneles {
  color: #00496e;
}
.paneles.p-carrier {
  background: #fff url(../images/img1.jpg) 0 50% no-repeat;
}
.paneles.p-forwarder {
  background: #fff url(../images/img2.jpg) 100% 50% no-repeat;
}
.paneles.p-loader {
  background: #fff url(../images/img3.jpg) 0 50% no-repeat;
}
.paneles.p-connect {
  background: #fff url(../images/img4.jpg) 100% 50% no-repeat;
  margin-bottom: 0;
}
@media screen and (min-width: 1581px) {
  .paneles.p-carrier {
    background-position: 0 0;
  }
  .paneles.p-forwarder {
    background-position: 100% 0;
  }
  .paneles.p-loader {
    background-position: 0 0;
  }
  .paneles.p-connect {
    background-position: 100% 0;
  }
}
/* kolory buttonow */
.paneles.p-carrier .button {
  background-color: #1b9edf;
}
.paneles.p-forwarder .button {
  background-color: #f76800;
}
.paneles.p-loader .button {
  background-color: #5fa616;
}
.paneles.p-connect .button {
  background-color: #d40073;
}
/* kolory kropek*/
.paneles.p-carrier li:before {
  color: #1b9edf;
}
.paneles.p-forwarder li:before {
  color: #f76800;
}
.paneles.p-loader li:before {
  color: #5fa616;
}
.paneles.p-connect li:before {
  color: #d40073;
}
@media screen and (max-width: 620px) {
  .paneles {
    background-size: 100% !important;
    clear: both;
    margin-bottom: 5%;
    background-position: 0 0 !important;
  }
  .paneles.to-right {
    padding: 100% 5.32% 50px;
  }
  .paneles.to-left {
    padding: 100% 5.32% 50px;
  }
}
.panels-area {
  margin-bottom: 5%;
}
.panels-area > h1,
.panels-area h1 + p {
  text-align: left;
}
.panels-area h1 {
  font: 700 60px "Lato", sans-serif;
  color: #4a6371;
  padding-top: 4%;
}
.second {
  padding: 5% 0 0;
}
.second h1 {
  font: 300 60px "Lato", sans-serif;
  width: 80%;
  margin: 0 auto 3.33333333%;
  padding: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .second h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .second h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 800px) {
  .second h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 561px) {
  .second h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.paneles .label {
  color: #4a6371;
  font: 300 22px "Lato", sans-serif;
}
.socials {
  padding-bottom: 2.5%;
}
.socials h2 {
  font: 300 80px "Lato", sans-serif;
}
.point_label {
  fill: #98afc7 !important;
  font-size: 35px !important;
}
.point {
  stroke: #4a6371;
}
