body, html, div, p, h1, h2, h3, h4, h5, li { 
    font-family: Lato; 
    font-weight: 400;
    line-height: 1.6;
}

body { 
    background: #fff;
    font-size: 13px;
    line-height: 1.7;
}
.center-block{
  float:none;
}
#bf-main-menu .navbar-nav>ul>li>a {
    color: #fff;
}
#bf-main-menu .navbar-nav>ul>li>a:hover {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}
.container { position: relative; }
.navi-bar-over-signs {
    height: 100px; 
}
.navi-bar-over-signs strong {
    color: #fff; 
}
.navi-bar-over {
    position: absolute; width: 100%; height: 80px; opacity: 0.5; background: #fff; z-index: 90; top: 0px; left:0px;
}
.navbar-default {
    height: 80px;
    background: #337ab7;  
    border: 0px;
}
.navbar-default .navbar-nav a { height: 80px; padding-top: 30px; 
      -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;}

.navbar-default .navbar-nav>li>a {
    color: #fff; font-size: 15px;
}

.navbar-logo {
    height: 1px; margin: 0px 20px 0px 30px ; cursor: pointer;
}
.navbar-logo img {
    margin-top: -10px;
    width: 80%;
}

.home_bg {
    position: absolute; z-index: 1; width: 100%; height: 80%; top: 0px; left:0px;
    background-size: cover;
    background-position:left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.page_bg {
    position: absolute; z-index: 1; width: 100%; height: 200px; top: 0px; left:0px;
    background-size: 100% auto;
    background-attachment: fixed;
    overflow: hidden;
}

.main-title-banner {
    font-family: Lato; font-weight: 400; font-size: 24px; 
    line-height: 1.3; color: #000; 
    /*height: 430px; font-family: Lato; font-weight: 900; font-size: 55px; 
    line-height: 0.9; color: #fff; padding-top: 12%;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);*/
}
.top-title h1 { letter-spacing: 4px; margin-bottom: 0px; margin-top: 0px; }
.top-title small { font-size: 19px; letter-spacing: 2px;  }
.main-title-banner small { font-size: 17px }
.main-title-banner p { font-size: 17px }
.main-title-banner li { line-height: 1.4; font-size: 15px; }
.main-title-banner ul { list-style-image: url('/img/fenix-bullet.png'); }
.main-title-second {  margin-top: 20px; }

.thumbnail-cover {
    width: 100%; height: 130px; overflow: hidden;
}
.thumbnail-cover img {
    width: 100%;  
}

.home-navi-box {
    position: fixed; /* background: #ccc; border: 1px solid #ccc;  */
    width: 100%; left: 0px; top: 0px; z-index: 100; height: 80px;
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.45);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.45);
}
.thumbnail { 
    padding: 0px; border:0px;
}
.thumbnail .caption {
    padding: 10px 12% 10px 12%;
}

h3 { margin-top: 10px; }
footer {
    background: #25282f; color: #9797a8;
    margin-top: 40px; padding: 40px 0px ;
}
footer strong {
    color: #b4b4b4;
}
footer a { 
    color: #7b7b8c;
}
footer a:hover {
    color: #cbcbcb; text-decoration: none;
}
footer hr {
    border-color: #757586;
}
.space100 {
    width: 100%; height: 130px;
}
.space-100 {
    width: 100%; height: 100px;
}
.margin-top-5{
    margin-top: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.bf-main-menu>.active>a:hover,.bf-main-menu>.active>a{
    background-color: inherit !important;
  }
.bf-main-menu{
    margin-right:80px;
}

.bf-has-child >.bf-dropdown-menu {
    font-size: 13px;
  margin: 0;
  background: #ffffff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-bottom:8px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  display: block;
  max-height: 0px;
  max-width: 0px;
  opacity: 1;
  border-right: 3px solid #75B3EE; 
  border-left: 3px solid #75B3EE; 
  border-bottom: 3px solid #75B3EE; 
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  
}

.bf-has-child >.bf-dropdown-menu a{
    height: 40px;
    padding-top: 15px;
      -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.bf-has-child >.bf-dropdown-menu li a:hover{
    color: #75B3EE !important;
}
.bf-has-child >.bf-dropdown-menu li.active a,.bf-has-child >.bf-dropdown-menu li:active a{
    border-bottom: none !important;
    color: inherit;
    text-decoration: none;
    background-color: inherit;
    outline: 0;
}

.bf-has-child:hover >.bf-dropdown-menu{
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  opacity: 1;

  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.bf-has-child:hover >.bf-dropdown-menu {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.bf-has-child:hover >.bf-dropdown-menu {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.bf-has-child:hover >.bf-dropdown-menu {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.bf-has-child:hover >.bf-dropdown-menu {
  -webkit-animation: spMenuFadeInDown 400ms;
  animation: spMenuFadeInDown 400ms;
}
#double-collumns li{
  width:50% !important;
    float:left;
  display:inline;
}
#triple-collumns{
width: 560px;
right:-250px;
}
#triple-collumns li{
  width:33.333% !important;
    float:left;
  display:inline;
}
#nr_przesylki {
  margin-bottom: 10px;
}
.bottom0 {
  padding-bottom: 0 !important;
}

.btn-light-blue,.btn-light-blue-xs,.btn-light-blue-sm {
  font-family: 'Montserrat', sans-serif;
  background-color: #5ed9e7;
  width: auto;
  background: #83cbdc;
  border-radius: 0;
  color: #fff !important;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 36px;
  text-transform: uppercase;
  border: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-small {
  height: 35px;
  line-height: 30px;
  padding: 0 12px;
  text-transform: none;
}
.btn-small:hover {
  background-color:#83cbdc !important;
  color:#fff;
}
.border-dashed{
  border-bottom: 1px dashed #fff;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px){
#language-bar {
    margin-right: 34px;
}
}
@media screen and (min-width: 992px){
#language-bar {
    padding-right: 6px;
    margin: -6px 0 0;
    white-space: nowrap;
}
}
@media screen and (min-width: 801px){
#language-bar {
    top: 40px;
}
}
#language-bar {
    line-height: 1em;
    -webkit-backface-visibility: hidden;
    z-index: 1001;
    position: fixed;
    top: 25px;
    right: 15px;
}
#language-bar ul li {
  position: relative;
}
#language-bar ul li a {
   margin-top: -1px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    position: relative;
        -webkit-transition: color ease .3s,border-color ease .3s,background-color ease .3s;
    -moz-transition: color ease .3s,border-color ease .3s,background-color ease .3s;
    transition: color ease .3s,border-color ease .3s,background-color ease .3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor:pointer;
    color:black;
    text-decoration: none;
}
#state-note{
  visibility: hidden;
  color:red;
}
.p-note{
    padding: 0 1px;
    font-size: 12px;
    line-height: 15px;
    color: #999;
}
#weather-desc{
  margin: 15px 8px;
  font-size: 13px;
}
#weather-table{
  margin-left: 30px;
}
#weather-table>tbody>tr>td{
  border-top: none;
}
 .note {
  position: absolute;
  z-index:130;
  font-size: 13px;
  line-height: 17px;
  color: #999;
  padding-left:5px;
} 
.bottom37 {
  padding-bottom: 37px !important;
}
.green-currency{
  color:#82B032;
}
.red-currency{
  color:#A02951;
}
ul#currencies{
  width:100%;
  display: block;
  padding-left: 10px;
}
ul#currencies li{
  display: inline-block;
  margin-left: 20px;
}
ul#currencies li:last-child{
  margin-left: 40px;
}
ul#currencies li.cur_down {
    color: #A02951;
    padding-left: 19px;
    background: url(../img/grow_down.png) 6% center no-repeat;
}

ul#currencies li.cur_up {
    color: #82B032;
    padding-left: 19px;
    background: url(../img/grow_up.png) 6% center no-repeat;
}
.padding-10{
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
    .main-title-banner { font-size: 25px; }
    .navbar-logo {
        height: 14px;
        margin: 0px 0px 0px 10px;
    }
    .navbar-logo img {
        margin-top: -54px;
        width: 60%;
        z-index: 200;
    }
    .navbar-header { margin-top: 15px; margin-right: 5px; }
    #language-bar {
        right: 80px;
    }
    .navbar-default .navbar-nav a {
        height: 35px; padding-top: 10px;
    }
    .navbar-collapse {
        width: 100% !important; background: #5BA9D6; border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        /*błękitny:  #A3D6F5 ciemniejszy: #5BA9D6*/
    }
    .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
      .bf-main-menu{
    margin-right:0;
  }
  .bf-main-menu li {
    margin-left: 14px;
    transition: color 0.5s;
  }
  .navbar-default .navbar-nav>li>a {
    color: #fff;
  }
  .navbar-default .navbar-nav>li.active a,#bf-main-menu .navbar-nav>ul>li.active a{
    color: #F2EAB5;
  }
  .navbar-default .navbar-nav>li:hover>a,#bf-main-menu .navbar-nav>ul>li:hover>a {
    color: #F2EAB5;
}
  #bf-main-menu .navbar-nav>ul>li {
    margin: 5px 0;
  }
  #summary-wrapper .price h4{
      font-size: 16px;
      line-height: 1.0 !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 760px) {
    .main-title-banner { font-size: 32px; }
    .navbar-logo {
        margin: 0px 0px 0px 30px;
    }
    .navbar-logo img {
        margin-top: -54px;
        width: 60%;
        z-index: 200;
    }
    .navbar-header { margin-top: 15px; }
    #language-bar {
        right: 80px;
    }
    .navbar-default .navbar-nav a {
        height: 35px; padding-top: 10px;
    }
    .navbar-collapse {
        width: 70%; float: right; margin-left: 22px; background: #5BA9D6; border-bottom-left-radius: 8px; margin-top:14px;
    }
     .bf-main-menu{
    margin-right:0;
    margin-left:0;
  }
    .navbar-default .navbar-nav>li>a {
    color: #fff;
  }
  .navbar-default .navbar-nav>li.active a,#bf-main-menu .navbar-nav>ul>li.active a{
    color: #F2EAB5;
  }
  .navbar-default .navbar-nav>li:hover>a,#bf-main-menu .navbar-nav>ul>li:hover>a {
    color: #F2EAB5;
}
}
@media screen and (min-width: 760px) and (max-width: 2048px) {
    .navbar-default .navbar-nav a:focus {}
    .navbar-default .navbar-nav a:hover { border-bottom: 5px solid #75B3EE;  }
    .navbar-default .navbar-nav li.active a { border-bottom: 5px solid #75B3EE;  }
    .navbar-default .navbar-nav li.bf-has-child a:hover { border-bottom: none;}
}
