/*
Theme Name: Filtracja themes
Author: UNITSOFT
Author URI: http://www.unitsoft.pl
Description: Szablon dla filtracja wersja 1.0.0
Tags: bootstrap, unitsoft
Text Domain: unitsoft
*/

/**************** Single Product ****/
#crumbs a{
  color: #000;
}
#crumbs a:hover{
  color: #4F98D2;
}
#cookie-law-info-bar {
    padding: 5px 10px;
}
span.current {
  color: #6c757d;
}
.page-numbers {
    color: #4f98d2;
    border: 1px solid #4f98d2;
    padding: 10px 15px;
    margin: 5px;
}
.page-numbers:hover {
  color: #ffffff;
    background-color: #8fbce0;
}
.pagination .current {
    color: #ffffff;
    border: 1px solid #4f98d2;
    padding: 10px 15px;
    background-color: #4f98d2;
}
.tab-content{
  border: 1px solid #4f98d2;
}
.product-bg{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.product-bg img{
opacity: .07;
filter: grayscale(100);
}
/**************** Category ****/
.category-box h5{

}
.border-title{
border-top: 3px solid #fff;
}
/***.category-box:hover{
background: #f8f9fa url(images/product-bg-2.png);
background-repeat: no-repeat;
background-position: top right;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}**/
.category-box {
  overflow: hidden; /* Removing this will break the effects */
}
.category-box:hover{
background: #f8f9fa;
background-repeat: no-repeat;
background-position: top right;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

/* Brightness-zoom Container */
.category-box img {
  transition: transform .5s, visibility .8s ease-in;
  transform-origin: center center;
}

/* The Transformation */
.category-box img:hover {
  transform: scale(1.1);
}

.left-column ul{
  list-style-type: none;
}
.left-column li{
}
.product-title a{
  color: #495057;
}
.left-column a{
line-height: 40px;
display: block;
font-size: 1.1rem;
color: #495057;
border-bottom: 1px solid #dee2e6;
padding-left: 0%;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.left-column a:hover{
color: #6c757d;
border-bottom: 1px solid #6c757d;
padding-left: 5%;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.left-column .title{
  border-bottom: 3px solid #4f98d2;
}
.category-box img{
  width: 100%;
  height: auto;
}
.left-column{
  height: 100%;
}
h4.blue-nav-title{
text-align: center;
}
h4.category-nav-title{

}
.contact-box{
background: #4f98d2 url(images/phone.png);
background-repeat: no-repeat;
background-position-y: center;
}
/**************** All setings ****/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.top-reset{
  position: relative;
      top: 130px;
}

/**************** Home Page ****/
.parzysta{
  border-left: 1px solid #ebecec;
  border-right: 1px solid #ebecec;
}
.top-section{
  position: relative;
  top: -150px;
}
.partners-section img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .7;

}
.partners-section img:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.products-box{
  min-height: 200px;
}
.border-left-box{
  border-left: 2px solid rgba(255, 255, 255, 0.25);
}
.text-white a{
  color: #fff;
}
.products-list h4{
font-weight: bold;
}
.products-list ul{
padding-left: 10px;
font-size: .9rem;
    list-style: none;
    line-height: 1.7;
}
.products-list > ul > li::before
 {content: "■";
    color: #4f98d2;
    padding-right: 5px;
    top: -2px;
    position: relative;
  }
.products-image img{
border: 10px solid rgba(255, 255, 255, 0.25);
border-radius: 50%;
max-width: 155px;
}
.products-image img:hover{
border: 10px solid #4f98d2;
opacity: 0.7;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.products-section{
  background-image: url(images/products-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-attachment: fixed;
}


.about-us-section h4{
  font-size: 1.1rem;
  margin-bottom: 30px;
}
.about-us-section h4::before {
    content: '';
    height: 3px;
    background-color: #4f98d2;
    position: absolute;
    width: 93%;
    z-index: 100;
    top: 60px;
}
.home-right-sidebar{
  background-color: #EBECEC;
  position: relative;
  top: -180px;
}
.home-right-sidebar img{
  border: 10px solid #C5C6C6;
  border-radius: 50%;
  margin-top: 15px;
}
h4.section-nav-title{
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.section-nav-title:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  border: 1px solid #EBECEC;
  left: 20px;
}
.section-nav-title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    border: 1px solid #EBECEC;
    right: 20px;
}
.section-nav-title{
  position: relative;
}
.block-header-wrap, .block-header-inner {
    display: block;
}
.block-header-inner {
    position: relative;
}
.block-title {
position: relative;
margin-bottom: 30px;
}
.block-title h3::before {
    content: '';
    height: 3px;
    background-color: #4f98d2;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30%;
}
.block-title h3 {
font-weight: bold;
color: #000;
text-align: center;
position: relative;
font-size: 2rem;
line-height: 2rem;
margin: 0;
padding: 0 30px 0 0;
z-index: 10;
}
.blog-title{
  position: relative;
  bottom: 20px;
  padding: 0px 30px;
}
.blog-data p{
  color: #4F98D2;
}
.blog-title h5{
background-color: #fff;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #5e97c4;
}
.blog-image{
  position: relative;
}
.blog-image img:hover{
  opacity: 0.7;
  -moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
h5.modal-title {
color: #4F98D2;
font-size: 1.6rem;
}
.oferta-box li{
padding-bottom: 10px;
}
.oferta-box h3{
border-bottom: none;
padding-bottom: 10px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: 1.9rem;
}
.maly{
font-size: 0.7rem !important;
}
.home-section-top h3 {
border-bottom: none;
padding-bottom: 10px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: 1.3rem;
}
.home-section-top h3 > span > strong {
font-size: 1.7rem !important;
}
.footer-bottom{
background: #fff;
}
.module-single{
height: 300px;
}
.home-section {
background-size: 100%;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center bottom;
}
.home-section h4{
border-bottom: 2px solid #4F98D2;
padding-bottom: 30px;
margin-bottom: 50px;
margin-left: 20%;
margin-right: 20%;
}
.module-content h4{
color: #4D4D4D;
}
.module-content{
z-index: 100;
}
.module-image{
z-index: 100;
}
.module-box div:hover{
cursor: pointer;
}

#mapa{
height: 600px;
}
.odstep-gora{
margin-top: 100px;
}
.page-header{
height: 120px;
background-image: url(images/header-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.oferta-box{
background-color: #EBECEC;
}
.page-header h1{
  font-size: 2rem;
      padding: 10px;
      color: #4F98D2;
      font-weight: 700;
}
.page-header h3{
      padding: 10px;
      color: #4F98D2;
      font-weight: 700;
}
.social-icon img{
margin-left: 38% !important;
}
.small-font{
font-size: 80% !important;
}

/**************** Menu ****/
.language-menu a:hover {
color: #000;
text-decoration: none;
}
.language-menu {
background: #4F98D2;
}
#menu-main-menu-en a {
padding: 5px 15px 30px 15px;
text-decoration: none;
font-size: 1.1rem;
}
.navbar-shadow{
background-color: #fff !important;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.navbar{
background-color: #fff;
}
.dropdown-menu li{padding-top:10px;}
.f-nav{-webkit-box-shadow:0px 1px 16px -6px rgba(0,0,0,0.75);-moz-box-shadow:0px 1px 16px -6px rgba(0,0,0,0.75);box-shadow:0px 1px 16px -6px rgba(0,0,0,0.75);}
.pozycje-menu{
display: block !important;
width: 100%;
}
.language-bg{
background: #4F98D2;
position: relative;
margin-left: 30px;
margin-right: 30px;
}
.language-menu {
background: #4F98D2;
height: 100px;
position: relative;
bottom: -20px;
}
.language-menu a {
color: #fff;
line-height: 2;
}
.language-menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.pozycje-menu a {
color: #000;
padding: 10px;
}
.pozycje-menu a:hover {
color: #4F98D2;
text-decoration: none;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.pozycje-menu > ul{height:100%;}
.pozycje-menu > ul{
padding:0;
margin:0;
display: flex;
list-style: none;
justify-content:center;
}
#menu-main-menu a{padding:5px 20px 30px 20px;text-decoration:none;font-size:1.1rem;}
.dropdown-menu a{padding:5px 10px !important;display:block;top:0 !important;color: #ffffff;}
.dropdown-menu a:hover{background-color:#fff !important;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}
.dropdown-menu li{border-right:none !important;}
#menu-main-menu li {
z-index: 100;
height: 100%;
}
ul.social{
margin-right: 20px !important;
}
.social-box{
width: 100px;
}
.social-footer{
background-color: #4F98D2;
}
.right-sidebar h3{
text-align: center;
color: #2D3047;
padding: 30px 0px;
}

/*
Footer
*/
.footer-top{
  background-image: url(images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.footer-top h3{
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-right: 20%;
}

.footer-top .textwidget{
  padding-left: 20px;
}

img.social:hover{opacity: 0.7;}
.stopka{
background-color: #000;
}


/*
Responsive - CSS
*/

@media (max-width:576px){
  .nav-link {
      padding: 1rem 1rem !important;
      font-size: 1rem !important;
  }
.stopka{
text-align: center;
}
.about-us-section h4::before {
    top: 75px;
    width: 90%;
}
.block-title h3::before {
    top: 110%;
}

.ozdoba {
position: relative;
right: 0px;
z-index: 10;
}
.page-header h1 {
font-size: 1.5rem;
}
.about-page h2 {
font-size: 1.7rem;
}
}
@media (max-width:768px){
.opis-box-2{
order: 1;
}
.border-left-box {
    border-left: none;
}
.block-title h3::before {
    width: 20%;
}
.obrazek-box-2{
order: 12;
}
.table th, .table td {
padding: 0.5rem;
font-size: .8rem;
}
.home-section-top h3 {
font-size: 1rem;
}
.acf-map {
width: 100%;
height: 400px;
margin: 0;
border-radius: 0%;
padding: 30px;
}
.collapse:not(.show) {
display: none;
}
#menu-main-menu a{
padding: 10px !important;
display: list-item;
top: 0px;
text-align: center;
font-size: 1rem !important;
}
#menu-main-menu-en a{
padding: 10px !important;
display: list-item;
top: 0px;
text-align: center;
font-size: 1rem !important;
}
#menu-main-menu-de a{
padding: 10px !important;
display: list-item;
top: 0px;
text-align: center;
font-size: 1rem !important;
}
.pozycje-menu ul {
height: auto;
}
.dropdown-menu {
    min-width: 10rem !important;
}
.social-menu{
background-color: #fff;
}
.social-menu a{
display: list-item;
}
li.active{
background-color:none;
}
#arrow-up {
visibility: hidden !important;
}
}
@media (max-width:992px){
#menu-main-menu a{
font-size:0.6rem;padding:36px 5px;
}
.pozycje-menu{
padding-left:0px !important;
}
.nav-tabs .nav-link{
border-bottom:1px solid #f3f3f3 !important;
background-color:#f3f3f3;
margin-right:5px;
font-size:1rem;
color:#000;
margin-bottom:5px;
}
}
@media (max-width:1200px){
#menu-main-menu a{
font-size:0.85rem;padding:15px 10px;
}
}
