@font-face {
  font-family: 'OpenSansCondLight';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/OpenSans-CondLight.ttf);
}                                                 
body {
  font-family: OpenSansCondLight, Open Sans, Source Sans Pro, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: OpenSansCondLight, Open Sans, Source Sans Pro, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'AdventProRegular';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/AdventPro-Regular.ttf);
}  

#navigation .navbar-right li a {
  font-family: AdventProRegular, sans-serif;
}

/*******************************************/
/*     ClearSense:  www.clearsense.pl      */
/* 	    Wykonał: Łukasz Kacprzak       */
/*******************************************/
.kac-sm-panel{
  position: fixed;
  top: 150px;
  right: -100px;
  }
  .kac-sm-panel ul{
  list-style-type: none;
  }
  .kac-sm-panel li{
  border-radius: 5px;
  width: 140px;
  height: 40px;
  padding: 5px;
  margin: 3px 0px;
  position: relative;
  right: 0px;
  box-sizing: initial;
  }
  .kac-sm-panel span{
  width: 80px;
  display: inline;
  font-size: 16px;
  vertical-align: middle;
  padding-bottom: 13px;
  position: absolute;
  top: 15px;
  left: 50px;
  color: #FFF;
  font-family: sans-serif;
  font-weight: 700;
  }
  .kac-sm-text-black {
  color: #000000 !important;
  }
  .kac-sm-panel a{
  text-decoration: none;
  }
  .kac-sm-block{
  transition: right 0.5s ease-out 0s;
  }
  .kac-sm-block:hover{
  right: 90px;
  }
  
  .kac-sm-fb{
  background: none repeat scroll 0% 0% #295C9E;
  }.kac-sm-gplus{
  background:  none repeat scroll 0% 0% #DA2128;
  }.kac-sm-pkt{
  background:  none repeat scroll 0% 0% #FFFFFF;
  }.kac-sm-twitter{
  background:  none repeat scroll 0% 0% #16B9ED;
  }.kac-sm-blog{
  background:  none repeat scroll 0% 0% #0171BB;
  }.kac-sm-pinterest{
  background:  none repeat scroll 0% 0% #D73532;
  }.kac-sm-youtube{
  background:  none repeat scroll 0% 0% #E32C26;
  }.kac-sm-goldenline{
  background:  none repeat scroll 0% 0% #FFFFFF;
  }.kac-sm-allegro{
  background:  none repeat scroll 0% 0% #FF5A00;
  }.kac-sm-linkedin{
  background:  none repeat scroll 0% 0% #0097BD;
  }.kac-sm-googlekspert{
  background:  none repeat scroll 0% 0% #FFFFFF;
  }.kac-sm-payback{
  background:  none repeat scroll 0% 0% #00349A;
  }.kac-sm-instagram{
  background: none repeat scroll 0% 0% #ded1c1;
  }.kac-sm-gmb{
  background:  none repeat scroll 0% 0% #427fed;
  }
  @media screen and (max-width:640px){ .kac-sm-panel{display:none;} }

  .cookie-icon{
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 10px;
    left: 10px;
    z-index: 1000000;
    padding: 0px;
    margin: 0;
  }
  .cookie-icon img{
    padding: 0;
    margin: 0;
    width:100%;
    height: auto;
  }
  .cookie-icon img a{
    padding: 0;
    margin: 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
  }
  .cookie-icon img:hover{
    transform: translateY(-4px);
  }

  @media only screen and (max-width:640px){
    .cookie-icon{
      width: 46px;
      height: 46px;
    }
}