/* Theme Name: halmar */

body {
    padding-top: 20px; 
    font-family: 'Titillium Web', sans-serif;
}

img{
    max-width: 100%;
}

p {
    margin: 0 0 2px;
}

h3{
    font-weight: bold;
    font-size: 20px;
}

a,
button,
.searchbox-icon,
ul.social li a i {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.single-post .site-right p{
    font-size: 17px;
}
a:hover{
    text-decoration: none;
}

ul,li{
    list-style: none;
    padding: 0;
}
input[type=submit].searchbox-submit {
    z-index: 1;
    opacity: 0;
}
input[type=submit].searchbox-submit:hover + input + .searchbox-icon{
background: #898787;
}
.br_alabel_image {
    z-index: 8 !important;
}
.blue-single .wroc a {
    background: #004990;
}
.blue-single .wroc a:hover {
    background: #0870d6;
}
.single-product .product_meta {
display : none;
}
.pict-okazje {
    margin-bottom: 40px;
}

.navbar-nav {
    margin-top: 32px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}

.navbar-nav > li ul{
    display: none;
}
.postid-35947 .site-right ul, .postid-35947 .site-right li {
    list-style: inherit;
}
.postid-35947 .site-right ul {
    padding: 0 0 0 20px;
}
.navbar-inverse .navbar-nav > li > a{
    color: #eb2035;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
}

.navbar-inverse .navbar-nav > li > a:hover{
    color: #222;
    background: #eb2035;
    color:  #fff;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 3px solid #eb2035;
}


header .current-menu-item a{
    color: #222;
    background: #eb2035;
    color: #fff!important;
}


/* MEGA MENU */
.header-menu-red {
    margin-top: 32px;
    z-index: 99;
}

.header-menu-red .mega-red-item-home a {
    margin-right: 20px !important;
    font-size: 0px !important;
    padding: 0 !important;
}

.header-menu-red .mega-red-item-home a:hover { background: none !important;}
.header-menu-red .mega-red-item-home a:before {
    content: url(images/home.png);
    margin: 0 !important;
    display: block;
}

#menu-jezyki {
    margin: 0; 
}
/*#menu-jezyki li#menu-item-wpml-ls-42-en, #menu-jezyki li#menu-item-wpml-ls-42-ru {
    display: none;
}*/
.menu-jezyki-container {
    float: right;
}

#menu-jezyki li {
    float: left;
    padding: 0 10px;
}

#front-page .jezyki li {
    float: left !important;
    padding: 0 30px !important; 
}

#front-page .jezyki li:first-child {
    padding-left: 0; 
}

#front-page .jezyki li:last-child {
    padding-right: 0; 
}


/*@media(max-width: 767px) {
    .header-menu-red * { text-align: center! important; }
}*/



.sliderek{
    background-position: center center;
    height: 35vw;
    max-height: 70vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;

}

.sliderek .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: white;
}
.slider-outer {
    position: relative;
    overflow: hidden;
}
#navSlider {
/*    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;*/
    overflow: hidden;
}
.owl-prev ,.owl-next {
    font-size: 50px;
    position: absolute;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    z-index: 1;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.owl-prev {
    left: -50px;
/*    background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%,  rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 ); */
}
.slider-outer:hover .owl-prev {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    left: 30px;
    
}
/*#navSlider:hover .owl-prev {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%,  rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 ); 
    
}*/
.owl-next {
    right: -50px;
    /*
    background: -moz-linear-gradient(right, rgba(255,255,255,0.8) 0%,  rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); */

}
.slider-outer:hover .owl-next {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    right: 30px;
}
/*#navSlider:hover .owl-next {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: -moz-linear-gradient(right, rgba(255,255,255,0.8) 0%,  rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); 
}*/
#mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410 {
    background: #004990;
    border: 1px solid #004990;
    border-bottom: none; 
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410 a {
    padding: 0px 3px;
    font-size: 12px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409 a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411 a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410 a {
    color: #fff;
    height: 39px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409 a:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411 a:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410 a:hover {
    background: #fff;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409:hover a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409 a:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411:hover a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411 a:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410:hover a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410 a:hover {
    color: #004990;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    text-transform: lowercase !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:first-letter {
    text-transform: uppercase !important;
}

.site-left2 {
    text-transform: lowercase;
}



#menu-left-kategorie {
    background: #fff;    
    margin-bottom: 40px;
}
#menu-left-kategorie li a:before {
  content: ">";
  text-indent: 0;
  display: inline-block;
  width: 0;
  position: relative;
  left: -1.5em;
  font-weight: bold;
  color: #eb2035;
}

#menu-left-kategorie li a{
    color: #222;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 40px;
    background: #fff;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: initial;
}

#menu-left-kategorie li a:hover{
    background: #eb2035;
    color: #fff;
}
#menu-left-kategorie li:hover a:before {
    color: #fff;
}


#menu-left-kategorie li ul {
    max-height: 0;
    overflow: hidden;
        transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#menu-left-kategorie li:hover ul {
      max-height: 500px;
}


#menu-left-kategorie li ul li a{
    padding-left: 80px;
}

#menu-left-kategorie li ul li a:before {
    content: ">";
    text-indent: 0;
    display: none;
    width: 0;
    position: relative;
    left: 0;
    font-weight: bold;
    color: #eb2035;
}

#menu-left-kategorie .menu-item-has-children a:after{
    content: ">";
    text-indent: 0;
    display: inline-block;
    width: 0;
    position: relative;
    right: 1.5em;
    font-weight: bold;
    color: #ccc;
    float: right;
}

#menu-left-kategorie .menu-item-has-children a:hover:after{
    content: "v";

}

#menu-left-kategorie .menu-item-has-children  ul li a:after{
    display: none;

}

#menu-left-kategorie-ru {
    background: #fff;    
    margin-bottom: 40px;
}
#menu-left-kategorie-ru li a:before {
  content: ">";
  text-indent: 0;
  display: inline-block;
  width: 0;
  position: relative;
  left: -1.5em;
  font-weight: bold;
  color: #eb2035;
}

#menu-left-kategorie-ru li a{
    color: #222;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 40px;
    background: #fff;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

#menu-left-kategorie-ru li a:hover{
    background: #eb2035;
    color: #fff;
}
#menu-left-kategorie-ru li:hover a:before {
    color: #fff;
}


#menu-left-kategorie-ru li ul {
    max-height: 0;
    overflow: hidden;
        transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#menu-left-kategorie-ru li:hover ul {
      max-height: 500px;
}


#menu-left-kategorie-ru li ul li a{
    padding-left: 80px;
}

#menu-left-kategorie-ru li ul li a:before {
    content: ">";
    text-indent: 0;
    display: none;
    width: 0;
    position: relative;
    left: 0;
    font-weight: bold;
    color: #eb2035;
}

#menu-left-kategorie-ru .menu-item-has-children a:after{
    content: ">";
    text-indent: 0;
    display: inline-block;
    width: 0;
    position: relative;
    right: 1.5em;
    font-weight: bold;
    color: #ccc;
    float: right;
}

#menu-left-kategorie-ru .menu-item-has-children a:hover:after{
    content: "v";

}

#menu-left-kategorie-ru .menu-item-has-children  ul li a:after{
    display: none;

}

#menu-left-kategorie-eng {
    background: #fff;    
    margin-bottom: 40px;
}
#menu-left-kategorie-eng li a:before {
  content: ">";
  text-indent: 0;
  display: inline-block;
  width: 0;
  position: relative;
  left: -1.5em;
  font-weight: bold;
  color: #eb2035;
}

#menu-left-kategorie-eng li a{
    color: #222;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 40px;
    background: #fff;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

#menu-left-kategorie-eng li a:hover{
    background: #eb2035;
    color: #fff;
}
#menu-left-kategorie-eng li:hover a:before {
    color: #fff;
}


#menu-left-kategorie-eng li ul {
    max-height: 0;
    overflow: hidden;
        transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#menu-left-kategorie-eng li:hover ul {
      max-height: 500px;
}


#menu-left-kategorie-eng li ul li a{
    padding-left: 80px;
}

#menu-left-kategorie-eng li ul li a:before {
    content: ">";
    text-indent: 0;
    display: none;
    width: 0;
    position: relative;
    left: 0;
    font-weight: bold;
    color: #eb2035;
}

#menu-left-kategorie-eng .menu-item-has-children a:after{
    content: ">";
    text-indent: 0;
    display: inline-block;
    width: 0;
    position: relative;
    right: 1.5em;
    font-weight: bold;
    color: #ccc;
    float: right;
}

#menu-left-kategorie-eng .menu-item-has-children a:hover:after{
    content: "v";

}

#menu-left-kategorie-eng .menu-item-has-children  ul li a:after{
    display: none;

}

.witamytext b{
    padding-left: 30px;
}

.new-widget{
    clear: both;
}

.hidden{display:none;}

.woocommerce{

}

.tax-product_cat .woocommerce > img{
    margin-bottom: 40px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    text-align: center;
        -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.woocommerce ul.products li.product h3{
    color: #000;
    font-weight: 600;
    background: #fff;
    padding-bottom: 4px!important;
    font-size: 20px!important;
}

.woocommerce ul.products li.product .price{
    background: #fff;
    margin-bottom: 0!important;
    font-weight: bold!important;
}


/*.woocommerce ul.products li.product:hover {
    background: rgba(255, 255, 255, .99);
    -webkit-box-shadow: 0 0 21px 2px #E8E8E8;
    box-shadow: 0 0 21px 2px #E8E8E8;
}
.woocommerce ul.products li.product a img{
    margin: 0 0 0!important;
     transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.woocommerce ul.products li.product:hover a img{
    opacity: .2;
}*/

.woocommerce .woocommerce-breadcrumb {
    color: #eb2035!important;
    margin: 10px 0 1em!important;
    font-size: 16px!important;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #222!important;
    font-size: 15px;
    padding-right: 5px;
}
.woocommerce .woocommerce-breadcrumb a:nth-child(1) {
    color: #222!important;
    font-size: 17px;
    font-weight: bold;
}

input.proceed  {
     background: url('images/szukaj.png') no-repeat;
     cursor:pointer;
     border: none;
     height: 40px;
     width: 40px;
     float: left;
}

input.search-field{
    height: 40px;
    width: auto;
    border: none;
    background: #eee;
    padding-left: 20px;
        font-size: 14px;
}

.navbar-collapse{
    margin-left: -15px;
}

.related{
    clear: both;
}

.site{
    background: url(images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 40px;
}

.site .container{
    background: #fff;
z-index: 2;
position: relative;
padding-bottom: 50px;
}

.boksy ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boksy li{
    float: left;
    width: 33.33%;
}

.boksy li:nth-child(1){  
    text-align: center;
}

.boksy li:nth-child(1) a{
      background: url(images/boks1.png);
    padding: 15px 0 125px;
    display: block;
    font-size: 16px;
    color: #fff;
    background-size: cover;
}

.boksy li:nth-child(2){
    text-align: center;
}
.boksy li:nth-child(2) a{
      background: url(images/boks2.png);
    padding: 125px 0 15px;
    display: block;
    font-size: 16px;
    color: #fff;
    background-size: cover;
}
.boksy li:nth-child(3){
    text-align: center;
}
.boksy li:nth-child(3) a{
      background: url(images/boks3.png);
    padding: 15px 0 125px;
    display: block;
    font-size: 16px;
    color: #fff;
    background-size: cover;
}
.boksy li:nth-child(1) a b{font-size: 21px; line-height: 20px;}
.boksy li:nth-child(2) a b{font-size: 21px; line-height: 20px;}
.boksy li:nth-child(3) a b{font-size: 21px; line-height: 20px;}

.boksy li:nth-child(1) a:hover{
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
}
.boksy li:nth-child(2) a:hover{
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
}
.boksy li:nth-child(3) a:hover{
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default {
    border-color: #fff;
}
.panel-default i{
    color: #eb2035;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
}

.strona-o-nas i{
    color: #eb2035;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
}


.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding: 10px 0;
    text-align: center;
}

.panel-body {
    padding: 15px 0;
}

.parallaxkontakt{
    background: url("images/parallaxkontakt.png");
    padding-top: 260px;
    margin-top: -160px;
    padding-bottom: 90px;
    background-size: cover;
}

.parallaxkontakt img{
    padding-bottom: 20px;
}

.parallaxkontakt p{
    color: #fff;
    font-size: 14px;
}

.witamy p{
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

.witamytekst p{
    font-size: 16px;
}

.witamyliczby{
    text-align: center;
}
.witamyliczby p{
    font-size: 16px;
}
.witamyliczby p:nth-child(1){
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}

.witamyliczby sup{
    color:  #eb2035;
}

.ofertaboksy{
    min-height: 200px;
}

.czytajkreska{
    margin-top: 40px;
    background: #eee;
    height: 1px;
    width: 100%;
    margin-bottom: -25px;
}

.panel-title a{
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-table;
}

.panel-title {
    font-size: 14px;
}

.panel-title img{
    margin-left: 15px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collapsed img{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.liczby{
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    line-height: 18px;
}
.liczby strong{
    font-size: 24px;

}

.liczby hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 3px solid #eb2035;
    width: 50px;
}

footer{
    background: #222222;
    padding: 20px 0;
}

footer p{
    color: #fff;
}

.footernav{
    text-align: right;
}
.footernav ul li{
    float: right;
    margin-left: 20px;
}
.footernav ul li a{
    color: #fff;
}

.realizacja{
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.realizacja a{
    color: #fff;
}

#map {
    width: 100%;
    height: 333px;
}

.listajezykow{
    text-align: right;
}

.kontakt .nav-tabs {
    margin-bottom: 40px;
}

.kontakt .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #222;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    font-weight: bold;
}
.kontakt .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #f7f7f7;
    color: #222;
}

.kontakt .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 25%;
}

.zamowieniaonline{
    padding-bottom: 10px;
    clear: both;
    display: block;
}

.woocommerce div.product div.images div.thumbnails {

}

.produktlewo{
    color: #eb2035;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}
.produktlewo a{
    color: #222;
    font-weight: normal;
        padding: 10px;
}
.produktprawo{
    color: #eb2035;
    font-weight: bold;
    text-align: right;
    font-size: 17px;
}
.produktprawo a{
    color: #222;
    font-weight: normal;
    padding: 10px;
}

.related{
    border-top: 1px solid #dadada;
	display: none;
}

.related h2{
    font-size: 20px;
}

.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
        margin-top: 32px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
        background: #eee;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:red;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit{
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;

    text-align:center;
    cursor:pointer;
}

.searchbox-open{
    width:100%;
}
.searchbox-icon,
.searchbox-submit{
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    background: #ddd;
    text-align:center;
    cursor:pointer;
}

.searchbox-open .searchbox-icon{
background: #eb2035;
}
.searchbox-icon img{
    padding-top: 4px;
}

.woocommerce div.product .product_title{
    font-size: 36px;
    font-weight: bold;
}

.woocommerce div.product div.summary {
    line-height: 24px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #eb2035!important;
    font-size: 32px!important;
        padding-bottom: 10px;
}

.woocommerce ul.products li.product .price {
    color: #eb2035!important;
    font-size: 20px!important;
    /*padding-bottom: 20px;*/
}

.glownalistakategorii h3{
    font-size: 14px;
}

.ru h3 {
    text-transform: lowercase;
    font-size: 12px;
}

.ru h3:first-letter {
    text-transform: uppercase;
}

.glownalistakategorii p{
    text-align: center;
}

.glownalistakategorii img{
    max-height: 120px;
}

.image-container {
    position: relative;
    width: 200px;
    height: 150px;
    text-align: center;
     transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #FFF;
    padding-top: 50px;
         transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}
.image-container b { 
    font-size: 24px; 
    font-weight: 500;
}
.image-container:hover .after {
    display: block;
    background: rgba(235, 32, 53, .7);
    opacity: 1;
}

.ofertatytul p { font-size: 20px; font-weight: bold; }

.iloscproduktow{
    border-top: 1px solid #eee;
    font-weight: bold;
    padding-top: 10px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.infodol {
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.infodol img{
    padding-top: 20px;
    padding-bottom: 20px;
}

.wroc {
    margin-bottom: 50px;
    text-align: center;
    padding: 0;

}
.wroc a{
    display: block;
    color: #fff;
    background: #fd243a;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.wroc a:hover{
    background: #eb2035
}

.gdziekupic{
    border-top: 1px solid #dadada;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

.gdziekupic h2{
    font-size: 20px;
}

.produktinfo {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;

}
.produktinfo a,
.produktinfo button{
    display: block;
    color: #222;
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    width: 100%;
}

.produktinfo a:hover,
.produktinfo button:hover{
    background: #eb2035;
    color: #fff;
}

.short-desc {
    padding: 0 10px 10px;
    position: absolute;
    z-index: 9;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.short-desc:before {
    content: "";
    height: 10px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 10;
}

.woocommerce ul.products li.product:hover a {
    background: #fff;
    -webkit-box-shadow: 0 0px 10px 0 #E8E8E8;
    box-shadow: 0 0px 10px 0 #E8E8E8;
}
.woocommerce ul.products li.product:hover .short-desc {
    background: #fff;
    -webkit-box-shadow: 0 0px 10px 0 #E8E8E8;
    box-shadow: 0 0px 10px 0 #E8E8E8;
    opacity: 1;
}
.woocommerce ul.products li.product {
    transition: none;

}
.woocommerce ul.products li.product {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;

}
.woocommerce ul.products li.product a {
    padding-bottom: 10px;
    display: block;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.woocommerce ul.products li.product a img{
    margin: 0 0 0!important;
}

.woocommerce ul.products li.product { overflow: hidden;  }
.woocommerce ul.products li.product:hover { overflow: visible; }

.blue-kiermasz {
    margin-top: 30px;
}

.kiermasz .gdzie, .kiermasz .produktinfo {
    display: none;
}


.blue-kiermasz.woocommerce ul.products li.product {
/*        width: 21.05%;
    min-height: 360px;*/
}



.flex-direction-nav .flex-prev {
    left: 5px !important;
}

.flex-direction-nav .flex-prev:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 7px solid #333333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    clear: both;
}

.flex-direction-nav .flex-next {
    right: 5px !important;
}

.flex-direction-nav .flex-next:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 7px;
    width: 0;
    height: 0;
    border-left: 7px solid #333;
    border-right: 8px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    clear: both;
}

.flex-direction-nav a {
    height:     26px !important ;
    width:  26px !important ;
    background: #fff !important ;
    background-image:   none !important ;     
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
}

/*zmiany 16.05.2018 (nowy index)*/
.banerek-top-homepage {
    margin-bottom: 20px;
}
.home a.link-invert {
    background: #db0026;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    display: block;
    float: left;
}
.home a.link-invert:hover {
    color: #222;
    background: #f7f7f7;
}
.katalog-homepage h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
}
.katalog-homepage p {
    font-size: 13px;
    margin-bottom: 41px;
}
.katalog-homepage .content {
    margin: 0 0 0 -15px;
}
.katalog-homepage {
    margin: 55px 0 27px;
}
.nowosci-homepage h3 {
    margin: 0;
}
.nowosci-homepage > .row {
    margin: 0 -15px 15px;
}
.nowosci-homepage h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 300;
}
.nowosci-homepage h3 span.wielkie {
    font-size: 40px;
    font-weight: 600;
}
.nowosci-homepage .text-right a {
    color: #E41D2C;
    line-height: 44px;
    display: block;
    font-size: 15px;
}
#carouselHomepageNews h2 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    float: left;
    text-align: center;
    width: 100%
}
#carouselHomepageNews .price {
    color: #eb2035!important;
    font-size: 20px!important;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
#carouselHomepageNews {
    margin-top: 10px;
}
.dalczego-homepage .image-container {
    min-height: 88px;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: auto;
}
.dalczego-homepage .image-container img {
    margin: 0 auto;
}
.dalczego-homepage h4 {
    text-align: center;
    font-size: 34px;
    margin: 70px 0 36px;
}
.home .linkContainer {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 29px;
}
.home a.readMoreHomepageLink {
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-table;
    color: #333;
    background: #fff;
    padding: 0 35px;
}
.home a.readMoreHomepageLink:hover {
    text-decoration: underline;
}
.home a.readMoreHomepageLink:hover i {
    transform: rotate(180deg);
}
.home .linkContainer:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #dadadada;
    width: 100%;
    left: 0;
    bottom: 50%;
    z-index: -1;
}
.home a.readMoreHomepageLink i {
    color: #eb2035;
    margin-left: 16px;
}
.readMoreContainer {
    margin-top: 53px;
}
#readMoreHomepage .fa-check {
    color: #eb2035;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
}
.halmarWLiczbach h4 {
    text-align: center;
    font-size: 34px;
    margin: 70px 0 36px;
}
.textLiczba {
    font-size: 50px;
    color: #eb2035;
    font-weight: 700;
}
.textPrzed, .textPo {
    font-weight: 700;
    font-size: 17px;
}
.textTransform {
    text-transform: uppercase;
}
.aktualnosciHomepage h4 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 40px;
}
.aktualnosciHomepage .text-right a {
    display: block;
    float: right;
    line-height: 71px;
    font-size: 17px;
    color: #9D9E9E;
}
.aktualnosciHomepage {
    margin-top: 48px;
}
.blogHomepage h3 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 20px;
}
#blogCarousel .content {

}
#blogCarousel .image {
    
}
#blogCarousel a {
    display: block;
    float: left;
    position: relative;
}
#blogCarousel p.date {
    float: left;
    width: 100%;
    font-weight: 500;
}
#blogCarousel h2 {
    font-size: 22px;
    font-weight: 600;
} 
#blogCarousel h2 a {
    color: #333;
}
#blogCarousel h2 a:hover {
    text-decoration: none;
}
#blogCarousel img {
    max-width: 100%;
    height: auto;
}
.parallaxkontakt {
    background: url(images/parallaxkontakt.png);
    padding-top: 260px;
    margin-top: -60px;
    padding-bottom: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}
.parallaxkontakt .container {
    position: relative;
}
.contentFooter {
    background: #fff;
    color: #000;
    max-width: 570px;
    position: absolute;
    right: 120px;
    top: -66px;
    padding: 30px 30px 50px 20px;
}
.parallaxkontakt p {
    color: #000;
    font-size: 16px;
    line-height: 18px;
}
.parallaxkontakt a {
    color: #fff;
    background: #E41D2C;
    text-transform: uppercase;
    position: absolute;
    bottom: -19px;
    right: 91px;
    padding: 7px 32px;
    font-size: 18px;
}
.parallaxkontakt a:hover {
    color: #222;
    background: #f7f7f7;
}
.findHomepage {
    background-image: url(images/find-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 273px;
}
.findHomepage .left-text {
    float: left;
    width: 50%;
}
.findHomepage .right-text {
    float: left;
    width: 50%;
}
.findHomepage .top {
    margin-bottom: 20px;
}
.findHomepage h3 {
    font-size: 32px;
    line-height: 35px;
    margin: 0;
}
.findHomepage p {
    font-size: 16px;
    line-height: 15px;
    margin: 0;
}
.findHomepage .content {
    padding: 55px 15px 20px 0;
}
.home .findHomepage a.link-invert {
    float: right;
}
.findHomepage h3.rusHeader {
    font-size: 28px;
    line-height: 30px;
}
.aktualnosciHomepage .text-right a:hover, .nowosci-homepage .text-right a:hover {
    text-decoration: underline;
}
#carouselHomepageNews img {
    max-height: 230px;
    width: auto;
    margin: 0 auto;
}
a.permalink-image {
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
a.permalink {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}
.home .product-price-tickr, .single-post .product-price-tickr {
    color: #eb2035;
    font-size: 20px;
    font-weight: bold;
}
#carouselHomepageNews {
    padding: 0 30px;
}
h2.polecane_header {
    font-size: 40px;
    font-weight: 600;
    margin: 25px 0 20px;
}
.newsHome .owl-prev, .newsHome .owl-next, .single-post .owl-prev, .single-post .owl-next {
    color: #858585;
    font-size: 28px;
}
.newsHome .owl-prev:hover i, .newsHome .owl-next:hover i, .single-post .owl-prev:hover i, .single-post .owl-next:hover i {
    transform: scale(1.2);
}
.newsHome .owl-prev, .single-post .owl-prev {
    left: 0;
}
.newsHome .owl-next, .single-post .owl-next {
    right: 0;
}
.halmarWLiczbach {
    margin-bottom: 80px;
}
.roxartLink {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}
.roxartLink:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);

}
/*święta*/
#swieta .container {
    padding-top: 470px;
    color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}
#swieta .top_content .col-xs-offset-1:last-child p{
    margin-bottom: 90px;
}
#swieta .container h3, #swieta .container p {
    text-align: left;
    color: #fff;
}
#swieta .container h3 {
    font-family: 'Pacifico', cursive;
    font-size: 40px;
}
 #swieta .container p {
    font-size: 20px;
    margin-bottom: 45px;
 }
 #swieta .container h4 {
    font-weight: bold;
    text-align: left;
    font-size: 26px;
    line-height: 40px;
 }
#swieta .container h4.bigHeader.first {
    margin-bottom: 60px;
    margin-top: 100px;
}
 #swieta .container h5 {
    text-align: left;
    font-size: 20px;
 }
 #swieta .container h4 span {
    font-weight: normal;
    font-size: 21px;
}

.red .mega-menu-link {
    color: #fff !important;
    background: #e2001a !important;
}
.red .mega-menu-link:hover {
    background-color: #004990 !important;
}

/*święta*/
@media (max-width: 991px) {
/*święta*/
#swieta .container {
    background-size: contain;
    background-color: #ee0000;
    padding-top: 370px;
    padding-bottom: 30px;
}
#swieta .container h4.bigHeader.first {
    margin-bottom: 40px;
    margin-top: 0;
}
#swieta .bottom_row {
    margin-top: 50px;
}
#swieta .bottom_row h4 {
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
}
#swieta .container h5 {
    padding: 0 35px;
}
#swieta .container h4 span {
    font-weight: normal;
    font-size: 17px;
}
#swieta .container h4 {
    padding: 0 35px;
}
#swieta .bottom_row h5 {
    text-align: center;
}
#swieta .container h3, #swieta .container p {
    padding: 0 35px;
}
/*święta*/
.short-desc { display: none; }
}
.menu-left-kategorie li a {
    padding-left: 0 !important;
}
.menu-left-kategorie li ul li a {
    padding-left: 0 !important;
}
.mfp-bg {
    z-index: 1111111!important;
}
.mfp-wrap {
    z-index: 11111111!important;
}
/*.menu-left-kategorie li.menu-item-has-children, #menu-left-kategorie li.menu-item-has-children {
    pointer-events: none;
}*/
.blue-sklep-link{
    text-align: center;
}
.blue-sklep-link a{
    border: 1px solid #efefef;
    display: block;
    margin-bottom: 20px;
}
.blue-sklep-link a:hover{
    border: 1px solid #ccc;
}
.blue-sklep-kontakt{
    clear: both;
}

.woocommerce div.product div.images img {
    padding: 4px;
}

.woocommerce ul.products li.product .onsale {
    margin: 0 0 0 0!important;
    top: 5px!important;
    right: 5px!important;
}



.woocommerce span.onsale {
    background-color: #eb2035!important;
    line-height: 4.236!important;
    z-index: 8!important;
}

.woocommerce .product-type-simple span.onsale{
    display: none!important;
}
.woocommerce .product-type-simple .woocommerce-LoopProduct-link span.onsale{
    display: block!important;
    transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
/*.blue-promocje .woocommerce span.onsale {
    background: url(images/okazje.png) !important;
    font-size: 0;
    height: 59px;
    width: 59px;
    background-repeat: no-repeat !important;
    background-position: center center !important;

}*/
.blue-promocje .woocommerce span.onsale {
    height: 59px;
    width: 59px;
    font-size: 14px;
    line-height: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 17px 0 17px 2px !important;
}

.woocommerce.blue-kiermasz ul.products li.product .onsale {
    height: 59px;
    width: 59px;
    font-size: 14px;
    line-height: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 17px 0 17px 2px !important;
}

.blue-promocje .woocommerce .woocommerce-breadcrumb {
    color: #004990 !important;
}
#mega-menu-item-31363 a {
        padding: 7px 10px !important;
    line-height: 16px !important;
}
.term-353 .woocommerce ul.products li.product .onsale {
    margin: 0 0 0 0!important;
    top: 5px!important;
    right: 5px!important;
    position: absolute;
    width: 52px;
    height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 12px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item#mega-menu-item-49187 > a.mega-menu-link {
    background: #eb2035;
    color: #fff !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item#mega-menu-item-49187 > a.mega-menu-link:hover {
    background: #004990;
}
.woocommerce ul.products li.product .onsale {
    top: 0px !important;
    right: 0 !important;
    left: auto;
    margin: -.5em -.5em 0 0;
    height: 60px;
    width: 60px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 40px;
    line-height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 1 !important;
    flex-wrap: wrap;
}
.term-outlet .outlet-none {
    display: none;
}
.woocommerce.term-outlet ul.products li.product .onsale {
    font-size: 14px !important;
    width: 40px !important;
    height: 40px !important;
}
.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0; 
}
.custom-pagination a {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3ced2;
    border-right: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}
.custom-pagination a.next.page-numbers {
    border-right: 1px solid #d3ced2;
}
.custom-pagination span {
    border: 1px solid #d3ced2;
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3ced2;
    border-right: none;
    background: #ebe9eb;
    color: #8a7e88;
}
.custom-pagination a:hover {
    background: #ebe9eb;
    color: #8a7e88;
}
@media (max-width: 1199px) {
    .sliderek {

    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu {
        padding: 0px 0px 0px 0px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item#mega-menu-item-43 > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item#mega-menu-item-8917 > a.mega-menu-link ,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item#mega-menu-item-10227 > a.mega-menu-link {
        font-size: 0 !important;
        width: auto;
        margin-right: 10px !important;
    }
}
@media(max-width:991px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu {
    padding: 30px 0px 0px 0px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 12px !important;
        padding: 0px 9px 0px 9px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item#mega-menu-item-43 > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item#mega-menu-item-8917 > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item#mega-menu-item-10227 > a.mega-menu-link {
        font-size: 0 !important;
        width: auto;
        margin-right: 10px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409 a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411 a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410 a {
        height: 38px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411,  #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410 {
        border-bottom: 1px solid #004990;
    }
    .navbar-nav > li:nth-child(1) {
        margin-right: auto;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
    }
    .listajezykow{
        text-align: center;
        margin-top: 30px;
    }
    .navbar-nav {
        margin-top: 20px;
    }
    .logo{
        margin-top: 20px;
    }
    .navbar-header{
        text-align: center;
    }
    .navbar-toggle {
        float: none;
        margin-right: 0;
    }
    .navbar-collapse{
        text-align: center;
        margin-right: -15px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #eb2035;
        border-width: 2px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #eb2035;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #eb2035;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #eee;
    }
    #menu-left-kategorie {
        text-align: left;
    }
    #menu-left-kategorie li ul li a {
        padding-left: 40px;
    }
    .new-widget {
        clear: both;
        text-align: center;
    }
    .home .site-right {
        margin-top: 20px;
    }
    .boksy{
        display: none;
    }
    .witamyliczby {
        margin-top: 40px;
    }
    .iloscproduktow{
        display: none;
    }
    .image-container {
        position: relative;
        width: auto;
    }
    .site-right2 {
        margin-top: 20px;
    }
.katalog-homepage {
        text-align: center;
    }
    .home a.link-invert {
        float: unset;
        width: auto;
        margin: 0 auto;
        max-width: 200px;
    }
    .nowosci-homepage {
        margin-top: 40px;
    }
    .dalczego-homepage .text-container {
        margin-bottom: 20px;
    }
    .readMoreContainer {
        text-align: center;
    }
    .findHomepage {
        background-image: unset;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: auto;
        border: 2px solid #dddddd;
        padding: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .findHomepage .col-lg-7 {
        display: none;
    }
    .findHomepage .left-text {
        width: 100%;
        margin-bottom: 40px;
    }
    .findHomepage .right-text {
        float: left;
        width: 100%;
    }
    .findHomepage .top {
        margin-bottom: 20px;
        text-align: center;
    }
    .home .findHomepage a.link-invert {
        float: unset;
        text-align: center;
    }
    .halmarWLiczbach {
        text-align: center;
    }
    .halmarWLiczbach .text-container {
        margin-bottom: 20px;
    }
    .aktualnosciHomepage h4 {
        font-size: 38px;
        font-weight: 600;
        margin-bottom: 40px;
        text-align: center;
    }
    .aktualnosciHomepage h4 {
        font-size: 38px;
        font-weight: 600;
        margin-bottom: 0px;
        text-align: center;
    }
    .aktualnosciHomepage .text-right a {
        display: block;
        float: unset;
        line-height: 50px;
        font-size: 17px;
        color: #9D9E9E;
        text-align: center;
        margin-bottom: 20px;
    }
    .findHomepage .content {
        padding: 20px 15px 20px 15px;
    }
    .contentFooter {
        background: #fff;
        color: #000;
        max-width: unset;
        position: relative;
        right: unset;
        top: unset;
        padding: 20px 15px;
        text-align: center;
    }
    .contentFooter .col-lg-5 {
        margin-top: 15px;
        margin-bottom: 23px;
    }
    .parallaxkontakt a {
        position: relative;
        bottom: unset;
        right: unset;
    }
    .halmarWLiczbach .text-container {
        margin-top: -10px;
    }
    .nowosci-homepage h3 {
        text-align: center;
    }
    .nowosci-homepage .text-right a {
        text-align: center;
    }
    .div-pierwszy {
        min-height: unset !important;
        max-height: unset !important;
        margin-bottom: 9px;
    }
}

@media(max-width:767px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu {
        padding: 0px 0px 0px 0px !important;
    }
    .footernav{
        display: none;
    }
    footer{
        text-align: center;
    }
    .realizacja {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .parallaxkontakt{
        text-align: center;
    }
    .sliderek{
        display: none;
    }

}

@media(min-width:767px) {

    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary{
         width: 40%!important;  
         padding-left: 5%;
    }

    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images{
        width: 60%!important;  
    }


}

@media(max-width:479px) {
    .footernav{
        display: none;
    }
    footer{
        text-align: center;
    }
}

/* WYPRZEDAZE */
.wyprzedaze-container {}
.wc-nazwa-salonu {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.wc-pozycje-wyprzedazy {
    width: 100%;
    position: relative;
}
.wc-box {
    padding-bottom: 30px;
}
.wc-pozycja {
    padding: 10px;
    border: 1px solid #eee;
}
.wc-obrazek {}
.wc-obrazek a.wc-image-block {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.wc-nazwa {
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}
.wc-ceny {}
.wc-stara-cena {
    text-align: right;
    line-height: 18px;
    text-decoration: line-through;
}
.wc-nowa-cena {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    color: red;
}
.wc-stara-cena:after,
.wc-nowa-cena:after {
    content: ",-"
}
.wc-kontakt {
    width: 100%;
    display: block;
    margin: 20px 0 10px;
}
.wc-kontakt .title {
    font-size: 16px;
    padding: 0 15px;
    font-weight: bold;
}
.wc-dane-kontaktowe {
    padding: 15px;
    background: #f7f7f7;
}

/* PROMOCJE */
.promocje-container {}
.pc-nazwa-salonu {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.pc-pozycje-promocji {
    width: 100%;
    position: relative;
}
.pc-box {
    padding-bottom: 30px;
}
.pc-pozycja {
    padding: 10px;
    border: 1px solid #eee;
}
.pc-obrazek {}
.pc-obrazek a.pc-image-block {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media(max-width: 479px) {
    .pc-obrazek a.pc-image-block {
        height: 200px;
    }
}
.pc-kontakt {
    width: 100%;
    display: block;
    margin: 20px 0 10px;
}
.pc-kontakt .title {
    font-size: 16px;
    padding: 0 15px;
    font-weight: bold;
}
.pc-dane-kontaktowe {
    padding: 15px;
    background: #f7f7f7;
}

.pc-link {
    text-align: center;
    margin: 10px 0 0;
}

.pc-link a,
.pc-link a:hover,
.pc-link a:active,
.pc-link a:focus {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-radius: 0;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: #163d88;
    border: 0;
    text-decoration: none;
    display: inline-block;
}

/* NOWOSCI */
.nowosci-container {}
.nc-nazwa-salonu {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.nc-pozycje-nowosci {
    width: 100%;
    position: relative;
}
.nc-box {
    padding-bottom: 30px;
}
.nc-pozycja {
    padding: 10px;
    border: 1px solid #eee;
}
.nc-obrazek {}
.nc-obrazek a.nc-image-block {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media(max-width: 479px) {
    .nc-obrazek a.nc-image-block {
        height: 200px;
    }
}
.nc-kontakt {
    width: 100%;
    display: block;
    margin: 20px 0 10px;
}
.nc-kontakt .title {
    font-size: 16px;
    padding: 0 15px;
    font-weight: bold;
}
.nc-dane-kontaktowe {
    padding: 15px;
    background: #f7f7f7;
}

.nc-link {
    text-align: center;
    margin: 10px 0 0;
}

.nc-link a,
.nc-link a:hover,
.nc-link a:active,
.nc-link a:focus {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-radius: 0;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background-color: #163d88;
    border: 0;
    text-decoration: none;
    display: inline-block;
}

/* WYPRZEDAZ KUCHNI */
.wyprzedaz-kuchni-container {}
.wkc-nazwa-salonu {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.wkc-pozycje-promocji {
    width: 100%;
    position: relative;
}
.wkc-box {
    padding-bottom: 30px;
}
.wkc-pozycja {
    padding: 10px;
    border: 1px solid #eee;
}
.wkc-obrazek {}
.wkc-obrazek a.wkc-image-block {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.wkc-nazwa {
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}
.wkc-opis {
    font-weight: normal;
    text-align: center;
    margin: 5px 0;
    font-size: 11px;
    color: #808080;
}
.wkc-kontakt {
    width: 100%;
    display: block;
    margin: 20px 0 10px;
}
.wkc-kontakt .title {
    font-size: 16px;
    padding: 0 15px;
    font-weight: bold;
}
.wkc-dane-kontaktowe {
    padding: 15px;
    background: #f7f7f7;
}


/* LOKATOR MAP */

.site .wpsl-search {
    background: #f7f7f7;
    
}
.site .wpsl-search label {
    color: #222;
    font-weight: normal;
    line-height: 18px !important;
    width: 140px !important;
    padding: 10px 0 0;
    text-align: right;
}
.site .wpsl-input {
    width: 100%;
    margin: 0 0 10px;
}
.site .wpsl-search input {
    border-radius: 0 !important;
}
#wpsl-search-input {
    width: 235px !important;
}
.site .wpsl-dropdown {
    border-radius: 0 !important;
    width: 235px !important;
    margin: 0 0 10px;
}
.site .wpsl-dropdown .wpsl-selected-item,
.site .wpsl-dropdown li,
.site .wpsl-selected-item {
    padding: 7px 12px !important;
}
.site #wpsl-radius {
    margin-right: 30px !important;
}
.site .wpsl-search-btn-wrap {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    text-align: right;
}
.site .wpsl-search-btn-wrap #wpsl-search-btn {
    display: inline-block !important;
    float: none !important;
    border-radius: 0 !important;
    background: #eb2035;
    color: #fff;
    border: 0;
    font-size: 16px;
    padding: 5px 30px;
    margin: 0 25px;
    text-transform: lowercase !important;
}

#mega-menu-wrap-header-menu2 #mega-menu-header-menu2 #mega-menu-item-20491 {
background: #e20019 ;
}
#mega-menu-wrap-header-menu2 #mega-menu-header-menu2 #mega-menu-item-20491 > a{
color: #fff;
}

/* gdzie kupic in product page */
.gdzie-kupic-in-product {
    margin-bottom: 30px;
}
.gdzie-kupic-in-product hr {
    border-color: #dadada;
}
.gdzie-kupic-in-product h2 {
    font-size: 20px;
}

/* Poprawka zdjec miniatur w produkcie */
.images .thumbnails.slider img {
    width: auto !important;
    height: auto !important; 
    display: inline-block !important;

}

.woocommerce div.product div.images img{
width: auto!important;
margin: 0 auto;
}
.woocommerce ul.products li.product a img {
    width: auto!important;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    margin: 0 auto!important;
    text-align: center;
    display: table;
}
.up-sells{
    clear: both;
	border-top: 1px solid #ddd;
}
.up-sells h2{ 
    font-size: 20px;
}

/*edycja 19.01.2018*/

.searchbox {
    width: 100%;
    margin: 0;
}
#menu-jezyki li {
    width: 100%;
    margin: 0;
}
ul[id*='menu-menu-obok-wyszukiwark'] {
    float: left;
}
ul[id*='menu-menu-obok-wyszukiwark'] li {
    float: left;
}
ul[id*='menu-menu-obok-wyszukiwark'] li a {
    color: #666666;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 10px;
}
ul[id*='menu-menu-obok-wyszukiwark'] li:first-child a {
    padding-left: 0;
}
ul[id*='menu-menu-obok-wyszukiwark'] li a:hover {
    color: #eb2035;
}
ul.social {
    float: left;
}
ul.social li {
    float: left;
}
ul.social li a i {
    color: #B3B3B3;
    line-height: 40px;
    font-size: 20px;
    padding: 0 10px;
}
ul.social li a:hover i.fa-facebook-square {
    color: #004990;
}
ul.social li a:hover i.fa-instagram {
    color: #924884;
}
ul.social li a:hover i.fa-pinterest {
    color: #E41D2C;
}
ul.social li a:hover i.fa-google-plus {
    color: #EA0000;
}
#languages {
    float: right;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: uppercase !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
    text-decoration: underline;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
    color: #E41D2C !important;
    margin: 0 !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:hover:after, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:hover:after, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-has-children > a.mega-menu-link:hover:after {
    color: #fff !important;
}
.header-menu-red .mega-red-item-home a {
    margin-right: 5px !important;
}
.searchbox-input::placeholder {
    color: #999;
}
.searchbox {
    border: 2px solid #ddd;
}

input.search-field {
    line-height: 40px;
    background: #fff;
    width: 100%;
    height: 36px;
}
.searchbox-icon img {
    padding-top: 2px;
}
.searchbox-icon:hover {
    background: #898787;
}
#languages .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#languages .btn {
    padding: 5px 29px 5px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 0;
    background: none;
    line-height: initial;
    position: relative;
}
#languages .btn:after {
    content: '\f140';
    display: inline-block;
    font-family: dashicons;
    color: #666666;
    position: absolute;
    top: 9px;
    right: 10px;
}
#languages .dropdown-menu {
    min-width: 70px;
    font-size: 18px;
    border-radius: 0px;
    padding: 0;
}
#menu-jezyki {
    width: 100%;
}
#menu-jezyki li {
    float: left;
    padding: 0;
    width: 100%;
    text-align: center;
}
#menu-jezyki li a {
    width: 100%;
    padding: 0;
    display: block;
    line-height: 30px;
}
header ul[id*='menu-menu-obok-wyszukiwark'] .current-menu-item a {
    background: #fff;
    color:  #eb2035!important;
}
.page-template-blog .wiersz-wpis {
    padding: 10px 0 50px;
    margin-bottom: 10px;
}
.page-template-blog .wiersz-wpis img {
    height: auto;
}
.div-pierwszy {
    position: relative;
    min-height: 375px;
}
.row.wiersz-wpis:nth-child(even) .div-pierwszy {
    float: right;
}
.row.wiersz-wpis:nth-child(even) .div-drugi {
    float: left;
}
h3.title-blog {
    font-size: 30px;
    margin-top: 0;
}
h3.title-blog a {
    color: #000;
}
.home h3.title-blog { 
    font-size: 27px;
    line-height: 24px;
}
.home p.excerpt-blog {
    margin: 12px 0 0;
    line-height: 17px;
}
.home .div-drugi img {
    height: auto;
}
.home .div-pierwszy {
    min-height: 268px;
    max-height: 268px
}
.home .div-drugi {
    max-height: 268px
    min-height: 268px;
}
.home a.link-blog {
    display: block;
    color: #222;
    background: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    text-align: center;
    width: 100%;
    margin: 10px 0 0;
    position: relative;
    bottom: unset;
    width: auto;
    padding: 11px 29.5px;
    float: left;
}
.home .wiersz-wpis {
    margin-bottom: 30px;
}
.page-template-aktualnosci .wiersz-wpis {
    padding: 10px 0 50px;
    margin-bottom: 10px;
}
.single-post h3.title-blog.gallery {
    margin-top: 50px;
}
.single-post .single-image {
    margin-bottom: 25px;
    overflow: hidden;
    max-height: 90px;
    display: flex;
    align-items: center;
}
p.date {
    color: #eb2035;
    font-weight: 700;
}
p.excerpt-blog {
    margin: 20px 0 25px; 
    line-height: 24px;
}
p.excerpt-blog a {
    color: #333;
}
a.link-blog {
    display: block;
    color: #222;
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    text-align: center;
    width: 100%;
    margin: 10px 0 0;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 30px);
}
a.link-blog:hover {
    color: #fff;
    background: #eb2035;
    text-decoration: none;
}
.single-post h3.title-blog {
    font-size: 29px;
}
.single-post p.date {
    margin-bottom: 35px;
}
.single-post div.image-blog-single {
    float: right;
}
.single-post div.image-blog-single img {
    max-width: 620px;
    height: auto;
    margin-bottom: 25px;
    margin-left: 25px;
}
#wpsl-gmap {
    float: left !important;
    width: 100% !important;
}
#wpsl-result-list {
    width: 100% !important;
    margin-right: 0 !important;
    float: left !important;
}
.wpsl-store-location p a {
    font-size: 19px !important;
    color: #ee1b2e;
}
.wpsl-direction-wrap a {
    color: #ee1b2e;
}
#wpsl-wrap #wpsl-result-list ul li {
    list-style: disc!important;
    width: 33.333% !important;
    float: left !important;
}
.wpsl-store-location {
    min-height: 116px !important;
}
#wpsl-result-list #wpsl-stores {
    height: 420px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409 a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411 a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410 a {
    color: #fff !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409:hover a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22409 a:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411:hover a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22411 a:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410:hover a, #mega-menu-wrap-header-menu #mega-menu-header-menu > #mega-menu-item-22410 a:hover {
    color: #004990 !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-26681.mega-menu-item > a.mega-menu-link {
    font-size: 0 !important;
}
@media(max-width: 1199px) {
    .searchbox {
        margin-bottom: 15px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-26681.mega-menu-item > a.mega-menu-link {
        font-size: 0 !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px !important;
    }
    .header-menu-red {
        margin-top: 0;
    }
/*    .div-pierwszy {
        min-height: 308px;
    }*/
    h3.title-blog {
        font-size: 23px;
    }
    p.excerpt-blog {
        line-height: 20px;
    }
    .div-pierwszy {
        min-height: 308px;
        max-height: 308px;
    }
}
@media(max-width: 991px) {
    .searchbox {
        margin-top: 15px;
    }
    .lg-cb {
        clear: both;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px !important;
        padding: 0 4px !important;
    }
    .logo {
        text-align: center;
        margin-top: 0;
    }
    #wpsl-wrap #wpsl-result-list ul li {
        width: 50% !important;
    }
    .single-post div.image-blog-single img {
	    max-width: 100%;
	    width: 100%;
	    margin-left: 0;
	}
    a.link-blog {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 20px;
    }
    .page-template-blog .wiersz-wpis {
        padding: 50px 0 70px;
        border-bottom: 1px solid #eb2035;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-26681.mega-menu-item > a.mega-menu-link {
        font-size: 0 !important;
    }
}
@media(max-width: 767px) {
    ul[id*='menu-menu-obok-wyszukiwark'] li a {
        font-size: 15px;
    }
    .image-blog img {
        height: 100%;
        width: auto;
        max-width: unset;
        margin-left: calc((100% - 780px) / 2);
    }
    .single-post div.image-blog {
        overflow: hidden;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child {
        float: left;
        width: 100%;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-26681.mega-menu-item > a.mega-menu-link {
        font-size: 0 !important;
    }
    .halmarWLiczbach {
        margin-bottom: 40px;
    }
}
@media(max-width: 480px) {
    ul[id*='menu-menu-obok-wyszukiwark'] li a {
        font-size: 14px;
        padding: 0 6px;
    }
    ul.social li a i {
        font-size: 14px;
        padding: 0 5px;
    }
    #languages .btn {
        padding: 5px 24px 5px 12px;
        font-size: 16px;
        line-height: 28px;
    }
    #languages .btn:after {
        top: 5px;
    }
    #wpsl-wrap #wpsl-result-list ul li {
        width: 100% !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-26681.mega-menu-item > a.mega-menu-link {
        font-size: 0 !important;
    }
    .nowosci-homepage h3 span.wielkie {
        display: block;
    }

    #swieta .container {
        padding-top: 190px;
        padding-bottom: 30px;
    }
    #swieta .container p {
        font-size: 17px;
        margin-bottom: 30px;
    }
    #swieta .container h3 {
        font-family: 'Pacifico', cursive;
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    #swieta .container h4.bigHeader.first {
        margin-bottom: 40px;
        margin-top: 0;
        font-size: 23px;
        line-height: 1.2;
    }
    #swieta .container h4 {
        font-weight: bold;
        text-align: left;
        font-size: 23px;
        line-height: 1.2;
    }
    #swieta .bottom_row h5 {
    text-align: center;
    padding: 0;
    }
    #swieta .bottom_row h4 {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding: 0;
}
}