/**
 * Denesis: stylesheet
 */

.navbar-brand img {
  max-width: 100%;
}

.ld-fh-txt.smaliszejszy{
  /*font-size: 100px;*/
}


.titlebar {
  background-position: center;
}





/** Pagination **/

.pagination-borkowski{
  margin: 0px 0 60px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  line-height: 60px;
}

.pagination-borkowski .page-link{
  border: none;
  color: #000000;
  line-height: 60px;
  padding: 0 15px;
  margin: 0 2px;
  transition: all 0.3s ease;
}

.pagination-borkowski .page-link:hover{

}

.pagination-borkowski .page-item.active .page-link{
  background: none;
  color: #f5634b;
  padding-left: 0;
  padding-right: 0;
  margin-right: 12px;
  margin-left: 12px;

}

.pagination-borkowski .page-item:last-child .page-link {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}

.pagination-borkowski .page-item:first-child .page-link{
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.page-link:hover,
.page-link:focus {
  background: #efefef;
  border-radius: 8px;
}

.page-link.arrow{
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  padding: 0;

  margin: 0 15px;

  background: #f5634b;
  color: #ffffff;
  text-align: center;
  font-size: 30px;

  box-shadow: 5px 8px 10px rgba(0,0,0,.05);

}

.page-link.arrow:hover{
  transform: scale(0.97);
}

.page-link.arrow.prev:hover{
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.page-link.arrow.next:hover{
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.ld-pf-item{

}

.ld-pf-item:hover .ld-pf-bg {
    opacity: 0.8;
}

.ld-pf-details-inner{
  color: #fff;
  opacity: 0;
}

.partner-url{
  font-size: 10px;
  color: #999;
}


.iconbox-filled-hover:hover .partner-url{
  color: #fff;
}

.iconbox-side .iconbox-icon-wrap{
  text-align: right;
  margin-right: 0;
}

.liquid-blog-item .liquid-lp-title{
  font-family: 'Poppins', sans-serif !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 130%;
}

.realizacje-wrap{

}

.realizacja-kategoria{
  border: 1px solid #ddd;
  color: #999999;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 15px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px;
}

.realizacja-kategoria.current{
  background: #999;
  color: #fff;
}


/**
 * cookie
 */
#cookie-agreement-info{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: rgba(77, 77, 77, 0.92);

  box-shadow: -2px 0 2px rgba(0,0,0,0.3);
  border-top: 1px solid #555;

  z-index: 400;

  color: #ddd;
  font-size: 14px;

  display: none;
}

#cookie-agreement-info a{
  color: #dddddd !important;
  font-weight: 600;
  margin: 0 10px;
  font-size: 12px;
}

#cookie-agreement-info a:hover{
  color: #ffffff;
}

#cookie-agreement-info #cookies-accept{
  color: #ffffff !important;
  background: #f5634b;
  padding: 3px 5px;
}




.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 12000;
}
.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;

    position: absolute;
    top: calc(50% + 10px);
    left: calc(50% + 10px);

    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.navbar-brand img {
    max-width: 100%;
    max-height: 140px !important;
}
