@charset "utf-8";
/* CSS Document */

 .entry-image{
    margin-bottom: 30px;
	width:30%;
	float:left;
	margin-right:30px;
	filter: brightness(80%);
-webkit-filter: brightness(80%);
-moz-filter: brightness(80%);
-o-filter: brightness(80%);
-ms-filter: brightness(80%);
 -webkit-transition: All .8s ease;
	-moz-transition: All .8s ease;
	-o-transition: All .8s ease;
	transition: all linear .8s;}
 .entry-image:hover{
  	filter: brightness(100%);
-webkit-filter: brightness(100%);
-moz-filter: brightness(100%);
-o-filter: brightness(100%);
-ms-filter: brightness(100%);
 -webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03, 1.03);
 -webkit-transition: All .8s ease;
	-moz-transition: All .8s ease;
	-o-transition: All .8s ease;
	transition: all linear .8s;
	
}
	 .full-image{
    margin-top: 30px;
	width:50%;
	float:left;
	margin-right:30px;
	filter: brightness(100%);
-webkit-filter: brightness(100%);
-moz-filter: brightness(100%);
-o-filter: brightness(100%);
-ms-filter: brightness(100%);
 }
 .full-image:hover{
  	filter: brightness(100%);
-webkit-filter: brightness(100%);
-moz-filter: brightness(100%);
-o-filter: brightness(100%);
-ms-filter: brightness(100%);
 -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1, 1);
 }
  /* .sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
    display: block;
    float: none;
    position: relative;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background: transparent;
    
}


 .szukaj-mobile {
    float: left;
    top: 10px;
    display: block;
    position: fixed;
    left: 10px;
  background: #d6d6d6; 
    padding: 5px;
    z-index: 999999;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px;
    border-bottom: 1px solid #eee;
	text-align:center;
}
.sp-page-title h2, .sp-page-title h3 {
    margin: 0;
    padding: 20px 0px 20px 0px;
    color: #000000;
    text-align: center;
    border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
  font-weight: 300; 
    letter-spacing: -1px;
  font-kerning: initial; 
} */
 #sp-header {
      background: rgba(0, 255, 151, 0.0);
  height: 60px;   
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
    -webkit-transition: All .2s ease;
    -moz-transition: All .2s ease;
    -o-transition: All .2s ease;
    transition: all linear .2s;
 }
 #sp-header.menu-fixed {
    position: fixed;
    z-index: 9999;
    background: #1d2326;
	 border:0px;
	 line-height: 62px;
	 height:70px;
	   -webkit-transition: All .2s ease;
    -moz-transition: All .2s ease;
    -o-transition: All .2s ease;
    transition: all linear .2s;
} 
#sp-header .logo {
    display: inline-block;
     -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    transform: scale(0.0, 0.0); 
      -webkit-transition: All .2s ease;
    -moz-transition: All .2s ease;
    -o-transition: All .2s ease;
    transition: all linear .2s;
    margin: 0;
}
#sp-header.menu-fixed .logo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1, 1);
    height: 100%;
    width: 100%;
    margin-top: 13px;
    padding-left: 20px;
    -webkit-transition: All .2s ease;
    -moz-transition: All .2s ease;
    -o-transition: All .2s ease;
    transition: all linear .2s;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #eb4947;
}
body {letter-spacing: 0px;}
#sp-top-bar {
    padding: 0px 0px 0px 0px;
}
.sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 0 15px;
    line-height: 60px;
    font-size: 1.1vw;
    text-transform: uppercase;
    letter-spacing: 0px;
	color: #828282;
    border-right: 1px dotted rgba(255, 255, 255, 0.2);}
.sp-megamenu-parent {float: left;}
#sp-header {
    background: transparent none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.0);
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
.kreseczka-menu {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.kreseczka-menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,1+50,0+100 */
background: -moz-linear-gradient(left, rgba(235,73,73,0) 0%, rgba(235,73,73,1) 50%, rgba(235,73,73,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(235,73,73,0) 0%,rgba(235,73,73,1) 50%,rgba(235,73,73,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(235,73,73,0) 0%,rgba(235,73,73,1) 50%,rgba(235,73,73,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.kreseczka-menu:hover:before, .kreseczka-menu:focus:before, .kreseczka-menu:active:before {
  left: 0;
  right: 0;
}
.slide-top-menu .offcanvas-menu {
    right: 0;
    background-color: rgba(0, 0, 0, 0.66);
    visibility: visible;
}
.sp-module ul >li >a:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
	display:none;
}
.obrazek-menu{position:fixed;
top:20px; margin-top:20px;}
.producenci{position:fixed; bottom:0;}
