/* 
    Created on : 2015-03-31, 12:32:03
    Author     : msulej

    GLOBALNE / UNIWERSALNE STYLE DLA WSZYSTKICH PODSTRON
*/
/* 
    Created on : 2015-03-23, 07:11:25
    Author     : msulej
*/
/* wysokosc headera */
/* wysoksc linii 70px */
/* klasy fontow do paneli */
/* margines globalny */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.tlo-1 {
  background-color: #fff;
}
.first {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.green {
  color: #2ecc71;
}
.intro article {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
}
.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 {
  z-index: 0;
  margin-bottom: 100px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.intro h1 {
  color: #fff;
}
.intro .icon {
  margin-left: 10px;
}
.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;
}
.intro .media h2 {
  color: #fff;
}
.intro .media p {
  color: #fff;
}
.intro .media:hover p {
  opacity: 1;
}
/*  */
.button {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: 400 22px/80px "Lato", sans-serif;
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  .button {
    font: 400 20px "Lato", sans-serif;
    padding: 0 30px;
    line-height: 60px;
  }
}
@media screen and (max-width: 450px) {
  .button {
    font: 400 16px "Lato", sans-serif;
    padding: 0 20px;
    line-height: 40px;
  }
  .button .icon {
    display: none;
  }
}
.button .icon {
  margin-left: 10px;
  vertical-align: middle;
  opacity: .5;
  transition: all 0.5s;
}
.button.typ-2 {
  background: #f76800;
}
.button:hover .icon {
  opacity: 1;
  margin: 0 -5px 0 15px;
  position: relative;
}
.button.typ-5 {
  -webkit-box-shadow: 0px 0px 0px 3px #209fcf inset;
  -moz-box-shadow: 0px 0px 0px 3px #209fcf inset;
  box-shadow: 0px 0px 0px 3px #209fcf inset;
  background: transparent!important;
  color: #209fcf;
  border-width: 0;
}
.button.typ-5 .icon.i-arrow {
  background-position: 0 -65px;
}
.button.typ-6 {
  background: #fff;
  color: #209fcf;
}
.button.typ-6 .icon.i-cam {
  background-position: -50px -25px;
}
.intro-join {
  text-align: center;
}
.intro-join h2 {
  font: 400 50px "Lato", sans-serif;
  color: #2c3e50;
  transition: all 0.5s;
}
@media screen and (max-width: 1366px) {
  .intro-join h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .intro-join h2 {
    font-size: 30px;
  }
}
.intro-join .button {
  margin: 5% 0;
}
.social-box {
  position: fixed;
  right: 0;
  top: 20%;
  width: 58px;
  display: none;
}
@media screen and (max-width: 720px) {
  .social-box {
    display: none;
  }
}
.social-box.social a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  display: block;
  height: 58px;
  background-color: #333;
  width: 58px;
  border: 0;
}
.social-box.social a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.social-box a.i-fb {
  background-color: #2c5fbd;
  background-position: -4px -70px;
}
.social-box a.i-tw {
  background-position: -70px -70px;
  background-color: #53d4e7;
}
.social-box a.i-in {
  background-position: -140px -70px;
  background-color: #38ea9d;
}
.flag {
  background: url(../images/sprite_flagi.png) no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: sub;
}
ul .flag {
  margin: 0 5px 0 15%;
}
.flag.pl {
  background-position: 0 0px;
}
.flag.de {
  background-position: -40px 0;
}
.flag.en {
  background-position: -20px 0;
}
.flag.nl {
  background-position: -60px 0;
}
.flag.ru {
  background-position: -80px 0;
}
.flag.ro {
  background-position: -100px 0;
}
.flag.hu {
  background-position: -120px 0;
}
.flag.cz {
  background-position: -140px 0;
}
.flag.by {
  background-position: -160px 0;
}
.flag.es {
  background-position: -180px 0;
}
.flag.se {
  background-position: -200px 0;
}
.flag.sk {
  background-position: -220px 0;
}
.flag.bg {
  background-position: -240px 0;
}
.flag.it {
  background-position: -260px 0;
}
.flag.ee {
  background-position: -280px 0;
}
.flag.fr {
  background-position: -300px 0;
  float: none !important;
}
.flag.ua {
  background-position: -320px 0;
}
.flag.lt {
  background-position: -340px 0;
}
.flag.tr {
  background-position: -360px 0;
}
.flag.lv {
  background-position: -380px 0;
}
.intro2 {
  padding-bottom: 5%;
  color: #fff;
  display: none;
}
.intro2 section {
  vertical-align: middle;
  color: #fff;
  padding: 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;
  margin: 2.5% 0;
  padding-top: 5%;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .intro2 h2 {
    font: 700 30px/40px "Lato", sans-serif;
  }
}
@media screen and (max-width: 560px) {
  .intro2 .col-6.fr {
    width: 100%;
  }
  .intro2 section {
    background-image: none;
  }
}
.intro2 p {
  width: 75%;
  font: 300 40px/50px "Lato", sans-serif;
  letter-spacing: 0;
  margin: 0 0 5%;
  color: #fff !important;
}
@media screen and (max-width: 900px) {
  .intro2 p {
    font: 300 30px/40px "Lato", sans-serif;
  }
}
@media screen and (max-width: 560px) {
  .intro2 p {
    font: 300 20px/30px "Lato", sans-serif;
    width: 100%;
  }
}
.intro2 li {
  color: #fff;
}
.intro2 li:before {
  color: #fff;
}
.intro2 .button {
  background: transparent;
  padding-right: 70px;
}
#cookiesEU-box {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  padding: 1.25% 0;
  font: 400 18px/30px "Lato", sans-serif;
  clear: both;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
}
#cookiesEU-box p {
  margin-bottom: 1%;
}
#cookiesEU-box .cookiesEU-close {
  color: #209fcf;
  float: right;
}
#cookiesEU-box .cookiesEU-inner {
  clear: both;
  margin: auto;
  max-width: 1600px;
  width: 100%;
}
sup {
  color: #f6ad39;
  background: url(../images/beta.png) 0 0 no-repeat;
  display: inline-block;
  width: 70px;
  height: 55px;
  text-indent: -99999em;
  margin: -33px 0;
  top: -0.7em;
}
.logotypy ul {
  table-layout: fixed;
  display: table;
  width: 100%;
  margin: 2.5% auto auto;
}
.logotypy ul:after {
  display: none;
}
.logotypy li {
  display: table-cell;
  text-align: center;
}
.logotypy img {
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .logotypy li {
    display: inline-block;
    width: 32%;
  }
  .logotypy img {
    width: 100%;
    height: auto;
  }
}
.lay-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 100000;
  top: 0;
}
.tcc-form {
  width: 918px;
  background: #209ecd;
  border-top: 15px solid #205689;
  height: 320px;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -460px;
  top: 10%;
  padding: 2.5% 3.33333333% 5% 300px;
}
.tcc-form .inp {
  font: 700 16px "Lato", sans-serif;
  width: 100%;
  box-sizing: border-box;
  line-height: 48px;
  border: 1px solid #efefef;
  padding: 0 0 0 10px;
  background: #fff;
  text-transform: uppercase;
}
.tcc-form .onbutton {
  position: absolute;
  bottom: -35%;
  right: 0;
}
.tcc-form .button {
  font: 700 22px "Lato", sans-serif;
  background: #205689;
  line-height: 77px;
  border: 0;
  padding: 0 100px;
}
.tcc-form .close {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -15px;
  right: -32px;
  font-size: 40px;
  color: #fff;
  background: #205689;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.tcc-form div {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 2%;
}
.tcc-form .half {
  width: 49%;
  display: inline-block;
}
.tcc-form .half + .half {
  margin-left: 2%;
  width: 49%;
  float: right;
}
.tcc-form .warning {
  display: none;
  background: #fffc00;
  position: absolute;
  top: 9px;
  right: 9px;
  bottom: 9px;
  line-height: 32px;
  padding: 0 15px;
}
.tcc-form .done {
  display: none;
  background: url(../images/tcc/done-bg.png) 100% 50% no-repeat;
  width: 68px;
  height: 48px;
  position: absolute;
  top: 3px;
  right: 5px;
  line-height: 48px;
  padding: 0 15px;
}
.tcc-form p.h2 {
  font: 700 22px "Lato", sans-serif;
  color: #fff;
  margin: 0;
}
.tcc-form p {
  font: 300 22px "Lato", sans-serif;
  color: #fff;
  margin-bottom: 7.5%;
}
.tcc-form .tcc-img {
  position: absolute;
  top: -37px;
  left: -50px;
  width: 300px;
  height: 392px;
  background: url(../images/tcc/tcc-form.png) 0 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  .tcc-form {
    width: 88%;
    padding: 5%;
    margin: auto;
    left: 5%;
    height: auto;
  }
  .tcc-form .tcc-img {
    display: none;
  }
  .tcc-form .onbutton {
    bottom: -20%;
  }
  .tcc-form .onbutton .button {
    line-height: 40px !important;
  }
}
.onmodal {
  display: none;
}
.onmodal1.on,
.onmodal2.on,
.onmodal3.on {
  display: block;
}
.lay-bg2 {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all .2s;
  width: 100%;
}
.modal {
  background: #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  display: block;
  height: 345px;
  left: 50%;
  margin: -157px 0 0 -300px;
  padding: 20px;
  position: fixed;
  top: 50%;
  width: 600px;
}
.modal .close {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 28px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: -20px;
  text-align: center;
  top: 0;
  width: 20px;
  line-height: 15px;
}
@media screen and (max-width: 620px) {
  .modal {
    width: 90%;
    margin: auto;
    left: 5%;
    top: 120px;
  }
  .modal iframe {
    width: 80%;
  }
}
.und {
  text-decoration: underline;
}
.peelpage {
  background: #4698d2 url(../images/peel/peel-bg.jpg) 100% 0 no-repeat;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 60px;
}
.peelpage img {
  max-width: 100%;
}
.circle-info,
.circle-info-half {
  color: #fff;
  font-size: 18px;
}
.circle-text {
  font-weight: 300;
  margin-top: -25px;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 100%;
}
.circliful {
  color: #fff;
  margin: auto;
  position: relative;
}
.circliful .fa {
  bottom: 4px;
  margin: -10px 3px 0;
  position: relative;
}
@media screen and (max-width: 580px) {
  .circliful {
    margin-left: -15%;
  }
}
@media screen and (max-width: 390px) {
  .oncircle-2 {
    display: none;
  }
}
h2.ac {
  margin-left: 5%;
  margin-right: 5%;
  font: 300 80px/90px "Lato", sans-serif;
}
@media screen and (max-width: 1440px) {
  h2.ac {
    font: 300 60px/70px "Lato", sans-serif;
  }
}
@media screen and (max-width: 960px) {
  h2.ac {
    font: 300 50px/60px "Lato", sans-serif;
  }
}
@media screen and (max-width: 600px) {
  h2.ac {
    font: 300 40px/42px "Lato", sans-serif;
  }
}
.paneles.img9 h2 {
  font-size: 50px;
  line-height: 50px;
  color: #0a548b;
  font-weight: 900;
  margin-bottom: 5%;
}
@media screen and (max-width: 900px) {
  .intro .panel-1 .media {
    padding: 40px 0;
  }
}
.paneles.img9 {
  margin-bottom: 5%;
}
@media screen and (min-width: 681px) {
  .img9.paneles.to-left {
    min-height: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .img9.paneles.to-left {
    min-height: 100px;
  }
}
.paneles.img9 h2 {
  font: 900 50px/56px "Lato", sans-serif;
  padding-right: 5%;
  margin-bottom: 5%;
}
@media screen and (max-width: 1440px) {
  .img9.paneles h2 {
    font: 900 40px/46px "Lato", sans-serif;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .img9.paneles h2 {
    font: 900 35px/40px "Lato", sans-serif;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .img9.paneles h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.paneles.img9 .button {
  background-color: #2ecc71;
}
.maps .paneles.to-left {
  min-height: 100px;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
}
@media screen and (max-width: 960px) {
  .maps .paneles.to-left {
    padding-top: 80%;
  }
}
.maps h2 {
  margin-bottom: 0;
}
.maps p {
  font: 400 50px/60px "Lato", sans-serif;
  margin: 0 0 7.5%;
}
.maps .img-map {
  background: #fff url(../images/carrier/img-map.png) 0 0 no-repeat;
}
.maps .button {
  background-color: transparent;
  box-shadow: none;
}
.intro-pod {
  text-align: center;
  display: table;
  width: 100%;
  border-bottom: 80px solid #fff;
}
.intro-pod::after {
  display: none;
}
.intro-pod .inbox {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  height: 700px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .intro-pod .inbox {
    height: 600px;
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 959px) {
  .intro-pod .inbox {
    height: auto;
    padding: 5% 2.5%;
  }
}
.intro-pod h2 {
  font: 300 50px "Lato", sans-serif;
}
.intro-pod p {
  font: 400 22px "Lato", sans-serif;
  margin: 2.5% 5%;
}
.intro-pod img {
  margin: 0 0 2.5%;
}
@media screen and (max-width: 1440px) {
  .intro-pod h2 {
    font: 300 40px "Lato", sans-serif;
  }
}
@media screen and (max-width: 960px) {
  .intro-pod h2 {
    font: 300 35px "Lato", sans-serif;
  }
  .intro-pod p {
    font: 400 16px "Lato", sans-serif;
    margin: 5%;
  }
}
@media screen and (max-width: 600px) {
  .intro-pod h2 {
    font: 300 25px "Lato", sans-serif;
  }
  .intro-pod p {
    font: 400 14px "Lato", sans-serif;
    margin: 5% 0;
  }
  .intro-pod .button {
    clear: both;
    display: block;
    width: 50%;
    margin: 0 auto 5%;
  }
}
.intro-pod .button {
  line-height: 68px;
  padding: 0 31px 0 37px;
  border-width: 3px;
}
@media screen and (max-width: 900px) {
  .intro-pod .button {
    line-height: 48px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .intro-pod .button {
    line-height: 38px;
    margin-bottom: 10px;
  }
}
.intro-pod1 {
  background: #ebecec url(../images/carrier/intro-pod1.jpg) 50% 0 no-repeat;
  padding: 0;
}
@media screen and (max-width: 720px) {
  .intro-pod1 h2 {
    background: none;
    padding-left: 0;
  }
}
.intro-pod2 {
  background: #fff url(../images/carrier/intro-pod2.jpg) 50% 0 no-repeat;
}
.intro-pod3 {
  background: #fff url(../images/carrier/intro-pod3.jpg) 50% 0 no-repeat;
}
@media screen and (max-width: 900px) {
  .intro-pod3 img {
    max-width: 30%;
  }
}
@media screen and (max-width: 720px) {
  .intro-pod3 h2 {
    background: none;
    padding-left: 0;
  }
}
.onstat-3 {
  margin-bottom: 5%;
}
.icons-area color {
  color: #0c193b;
}
.icons-area h2 {
  font: 900 50px "Lato", sans-serif;
}
.icons-area h2 + p {
  font: 300 40px "Lato", sans-serif;
}
.icons-area ul {
  max-width: 1600px;
  display: block;
  margin: auto;
}
.icons-area li {
  float: left;
  width: 33.333333%;
  min-height: 255px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5%;
  margin-bottom: 5%;
}
.icons-area li:nth-child(4) {
  clear: both;
}
.icons-area img {
  margin: 0 0 5%;
}
.icons-area h3 {
  font: 900 35px/45px "Lato", sans-serif;
}
.icons-area p {
  font: 300 30px/35px "Lato", sans-serif;
}
@media screen and (max-width: 1440px) {
  .icons-area h3 {
    font: 900 25px/30px "Lato", sans-serif;
    margin-bottom: 1.66666667%;
  }
  .icons-area p {
    font: 300 18px/25px "Lato", sans-serif;
  }
}
@media screen and (max-width: 960px) {
  .icons-area h2 {
    font: 900 35px "Lato", sans-serif;
  }
  .icons-area h2 + p {
    font: 300 25px "Lato", sans-serif;
  }
  .icons-area h3 {
    font: 900 20px/26px "Lato", sans-serif;
  }
  .icons-area p {
    font: 300 16px/22px "Lato", sans-serif;
  }
}
@media screen and (max-width: 760px) {
  .icons-area li {
    width: 50%;
  }
  .icons-area li:nth-child(3) {
    clear: both;
  }
  .icons-area li:nth-child(4) {
    clear: none;
  }
}
@media screen and (max-width: 600px) {
  .icons-area h2 {
    font: 900 30px "Lato", sans-serif;
  }
  .icons-area h2 + p {
    font: 300 23px "Lato", sans-serif;
  }
  .icons-area h3 {
    font: 900 18px/24px "Lato", sans-serif;
  }
  .icons-area p {
    font: 300 14px/20px "Lato", sans-serif;
  }
}
@media screen and (max-width: 460px) {
  .icons-area li {
    width: 100%;
  }
  .icons-area li:nth-child(3),
  .icons-area li:nth-child(4) {
    clear: none;
  }
}
iframe[name=google_conversion_frame] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.intro-tr {
  border-bottom: 50px solid #fff;
  display: table;
  width: 100%;
  background: #ebecec url(../images/tcc/intro4.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.intro-tr:after {
  clear: both;
  content: "&nbsp;";
  display: block;
  height: 5%;
  background: #fff;
}
.intro-tr .inbox {
  color: #fff;
  height: 700px;
}
@media screen and (max-width: 1599px) {
  .intro-tr .inbox {
    color: #fff;
    height: auto;
    padding-left: 8.33333%;
    background-size: cover;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 900px) {
  .intro-tr {
    background-position: 100% 0;
  }
  .intro-tr .inbox {
    min-height: 100px;
    padding-left: 0;
  }
  .intro-tr .col-6 {
    float: none;
    width: 70%;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .intro-tr .col-6 {
    width: 90%;
  }
}
.intro-tr h2 {
  font: 900 50px "Lato", sans-serif;
  padding: 10% 0;
  color: #fff;
  margin: 5% 0 0;
}
.intro-tr h2 + p {
  font: 300 22px/32px "Lato", sans-serif;
  margin-bottom: 10%;
}
@media screen and (max-width: 960px) {
  .intro-tr h2 {
    font: 900 35px "Lato", sans-serif;
  }
  .intro-tr h2 + p {
    font: 300 16px "Lato", sans-serif;
  }
}
@media screen and (max-width: 600px) {
  .intro-tr h2 {
    font: 900 30px "Lato", sans-serif;
  }
  .intro-tr h2 + p {
    font: 300 14px "Lato", sans-serif;
  }
}
.intro-tr .button {
  line-height: 68px;
  padding: 0 31px 0 37px;
  border-width: 3px;
}
/*
.intro-tr li {color:#fff;font:300 30px @lato;padding:0 0 0 30px;position:relative;line-height:38px}
.intro-tr li:before{content:"\2022";font-size:18px;left:0;position:absolute}
*/
