/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	padding-top: 100px;
	font-family: 'Semplicita', Helvetica, Arial, sans-serif;
}
.wrapper {
	padding: 0px;
}
.grid.container-fluid {
	padding: 0;
}
.header .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	height: 100%;
}
.container-fluid>.navbar-header {
	margin:0;
	height: 99px;
}
.grid {
	z-index:9;
}
.grid > .row {
  margin-right: 0;
  margin-left: 0;
}
.grid > .row > [class^="col-"],
.grid > .row > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid .home-grid .row {
  margin-right: 0;
  margin-left: 0;
}
.grid .home-grid .row [class^="col-"],
.grid .home-grid .row [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.one-row-height, .two-row-height {
	padding-bottom: 100%;
}
.col-xs-6.one-row-height {
	padding-bottom: 50%;
}
.sm-eight-row-height {
	padding-bottom: 200%;
}
.footer {
	margin-top: -1px;
	z-index: 1;
	position: relative;
}

.grid-wrapper {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: #fff;
}
.home-grid {
	z-index: 9;
}
.home-grid > div {
	z-index: 2;
}
.margin-fix {
	margin-top: -1px;
}
.index-fix {
	z-index: 1;
}
.image-fix {
	margin-top: -1px;
	z-index: 1;
}
input, input:focus, *, *:focus {
	outline: 0;
}

/* Elements */
.button {
	display: inline-block;
	border: 2px solid #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 23px;
	z-index:10;
}
.button:hover {
	color: #fff;
	background: #000;
}
p, li {
	font-family: 'Semplicita Light', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
ul {
	padding-left: 20px;
}
a, a:hover, a:focus {
	color: #ee3442;
}
a.button {
	color: inherit;
	text-decoration: none;
}
.adhd-link {
	color: #fff !important;
	text-decoration: underline;
}
.absolute-header {
	position: absolute;  
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	font-family: 'Semplicita', Helvetica, Arial, sans-serif;
	z-index:10;
	margin: 0;
	padding: 20px; 
	margin: 10px;
} 
.navbar-toggle {
	border-color: #000;
	margin-top: 30px;
	margin-right: 15px;
	border-radius: 0;
}
.navbar-toggle .icon-bar {
	background: #ec1c2c;
}
/* Header */
.navbar {
	height: 100px;
	background: #fff;
	margin-bottom: 0;
	border-bottom: 1px solid #cccccc;
}
.navbar-collapse {
  border-bottom: 1px solid #cccccc;
}
.navbar-header {
	//height: 100%;
}
.navbar-nav {
	background: #fff;
	margin:0;
}
.nav>li {
	text-align: center;
	font-family: 'Semplicita', Helvetica, Arial, sans-serif;
}
.footer li {
	font-family: 'Semplicita', Helvetica, Arial, sans-serif;
}
.navbar-nav>li>a {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	background-color: transparent !important;
}
.navbar-nav>li>a:hover {
	color: #ee3442;
}
.current-menu-item a {
	color: #ee3442 !important;
}
.mobile-logo a {
	display: inline-block;
	background: url(../img/mobile-logo.png) no-repeat center center;
	background-size: contain;
	width: 151px;
	height: 70px;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 15px;
}
.nav > li.logo {
	display: none;
	background-size: contain;
	text-indent: -9999px;
}
@media (max-width: 767px) {
	.navbar, .navbar-nav, .nav > li.logo a, .mobile-logo a, .navbar-toggle, .container-fluid>.navbar-header  {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	}
	.scrolled .navbar { 
		height: 60px;
	}
	.scrolled .navbar-nav {
		padding-top:0;
	}
	.scrolled .mobile-logo a {
		height: 45px;
		top:8px;
	}
	.scrolled .navbar-toggle {
		margin-top: 13px;
	}
	.scrolled .container-fluid>.navbar-header {
		height: 59px;
	}
} 
 
/* Footer */
.footer {
	background: #000;
	color: #fff;
	padding: 50px 35px;
	text-align: center;
	z-index:10;
}
.footer:before {
	display: block;
	width:100%;
	height: 2px;
	background: #300018;
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
}
.footer-logo {
	display: block;
	width: 100%;
	height: 48px;
	background: url(../img/logo-footer.png) no-repeat center center;
	text-indent: -9999px;
	vertical-align: middle;
	margin-bottom: 15px;
}
.footer span {
	vertical-align: middle;
	font-size: 12px;
	text-transform: uppercase;
}
.footer ul {
	list-style: none;
	margin-top:17px;
	padding:0;
}
.footer ul li {
	display: block;
	margin-bottom: 10px;
}
.footer ul li:first-child {
	margin-left: 0;
}
.footer ul li a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
/* Header Image Box */
.header-image-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:0px;
}
.header-image-no-margin {
	margin-bottom: 0;
}
.header-image-box .row, .header-image-box .row > div {
	height: 100%;
}
.header-image-box > a {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 2;
}
.header-frame-content a {
	color: #fff;
	text-decoration: underline;
}
.header-frame-content a:hover {
	color: #fff;
}
.header-image-claim {
	position: absolute;
	top: 50%;
	left: 50%;
	width:80%;
	margin-left:-40%;
	text-align: center;
}
.header-image-claim h1 {
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-family: 'Semplicita', Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 24px;
	text-shadow: 0px 0px 16px rgb( 0, 0, 0 );
	padding-bottom:35px;
	margin-bottom:35px;
}
.header-image-claim h1:after {
	content: '';
	width: 60px;
	height: 2px;
	position: absolute;
	background: #fff;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}
.header-image-claim p {
	font-size: 16px;
	font-family: 'Semplicita Light', Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 0px 0px 16px rgb( 0, 0, 0 );
	margin: 0;
}
.header-image-claim  .button{
	margin-top: 35px;
	color: #fff;
	border-color: #fff;
	opacity: 0;
}
.header-image-claim h1, .header-image-claim p, .header-image-claim .button {	
	/*-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	//-webkit-font-smoothing: subpixel-antialiased;*/
}
.header-image-claim .button {
	/*transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;*/
}
.header-image-box:hover .header-image-claim h1, 
.header-image-box:hover  .header-image-claim p {	
	/*-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;*/
}
.header-image-box:hover  .header-image-claim .button {
	/*opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;*/
}

/* Slider */
.slider-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
}
.slick-slide {
	text-align: center;
	position: relative;
	overflow:hidden;
}
.slick-slider {
	margin-bottom: 0px;
}
.slider-products, .slider-products .slick-list, .slider-products  .slick-track{
	height: 100%;
}
.slider-products .slide-content {
	position: absolute;
	top:50%;
	left: 50%;
	width:100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.slider-products .slick-slide a {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	text-indent: -99999px;
	opacity:0;
	z-index: 2;
}
.slider-products .slick-slide img {
	display: inline-block;
}
.slider-products h3 {
	margin-top: -20px;
	font-weight: bold;
	font-size: 18px;
	height: 66px;
	width: 100%;
	text-transform: uppercase;
	display: table;
}
.slider-products h3 span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.slider-products p {
	font-family: 'Semplicita Light', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 0;
}
.slider-products .button {
	margin-top: 10px;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px); 
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.slider-products img, 
.slider-products h3, 
.slider-products p {
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);
	transform: translateY(25px);
	transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
}
.slider-products .slick-slide:hover h3,
.slider-products .slick-slide:hover p {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.slider-products .slick-slide:hover .button {
	-webkit-transform: translateY(-45px);
	-moz-transform: translateY(-45px);
	-o-transform: translateY(-45px);
	transform: translateY(-45px);
	opacity: 1;
	transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
}
.slick-prev, .slick-next {
	width: 30px;
	height: 30px;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
.slick-prev {
	left: 0px;
	background: url(../img/slider-arrows.png) no-repeat left center;
}
.slick-next {
	right: 0px;
	background: url(../img/slider-arrows.png) no-repeat right center; 
}


/* HP Boxes */
.box-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.box-image.default-thumbnail {
	background-size: contain;
	background-color: #320019; 
}
.box-content {
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	padding: 0 30px;
	text-align: center;
}
.product-details .box-content {
	margin-left: 0px; 
}
.box-content h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top: 0px;
	position: relative;
	text-transform: uppercase;
}
.box-content h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.box-content h3:after {
	content: '';
	width: 60px;
	height: 2px;
	position: absolute;
	background: #fff;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}
.box-content p {
	font-family: 'Semplicita Light', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 0;
}
.box-link {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	text-indent: -99999px;
	opacity:0;
	z-index: 2;
}
.box-content .button {
	margin-top: 25px;
}
.hover-text {
	/*transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);
	transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	//-webkit-font-smoothing: subpixel-antialiased;*/
}
.hover-button {
	opacity: 0;
	/*transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);	
	transition: transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: transform 0.5s ease, opacity 0.5s ease;
	-moz-transition: transform 0.5s ease, opacity 0.5s ease;*/
} 
.box-text:hover .hover-text {
	/*transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;*/
}
.box-text:hover .hover-button {
	/*transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	opacity: 1;
	transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
	-webkit-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
	-moz-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;*/
}
.active.grid-filter .box-text:hover .hover-text  {
	/*transform: translateY(25px) !important;
	-webkit-transform: translateY(25px) !important;
	-moz-transform: translateY(25px) !important;
	-o-transform: translateY(25px) !important;*/
}
.active.grid-filter .box-text:hover .hover-button {
	/*transform: translateY(25px) !important;
	-webkit-transform: translateY(25px) !important;
	-moz-transform: translateY(25px) !important;
	-o-transform: translateY(25px) !important;*/
	opacity: 0 !important; 
}
.grid-back  .box-content .button {
	margin-top: 0;
}
.grid-back .box-content {
	margin-top: -11px !important;
} 
.box-content.opakowania-hurtowe {
	margin-top: 0 !important;
	margin-left: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* Spec Boxes Styles */
.box-text {
	//background: #f8e9a8;
}
.box-blog {
	background: #f8e9a8;
}
.box-blog .box-content h3:after {
  background: #000;
}
.blog-slider, .blog-slider .slick-list, .blog-slider .slick-track {
	height: 100%;
}
.find-shop-box {
	background: #ee3442;
	color: #000;
}
.dark-box  h3:after {
	background: #fff;
}
.dark-box    h3,
.dark-box    h4,
.dark-box    p {
	color: #fff;
}
.dark-box  .button {
	color: #fff;
	border-color: #fff;
}
.light-box  h3:after {
	background: #000;
}
.light-box    h3,
.light-box    h4,
.light-box    p {
	color: #000;
}
.light-box  .button {
	color: #000;
	border-color: #000;
}

.instagram-pics {
	margin: 0;
	padding: 0;
}

/* Firma */
.header-image-frame-wrapper {
	padding: 0;
	height: 100%;
	width: 100%;
}
.header-image-frame {
	height: 100%;
	width: 100%;
	position: relative;
}
.header-red-frame {
	background: #ee3442;
}
.header-brown-frame {
	background: #300018;
}
.header-beige-frame {
	background: #f8e9a8;
}
.header-beige-frame h1,
.header-beige-frame h2,
.header-beige-frame p {
	color: #000 !important;
}
.header-beige-frame h1:after, .header-beige-frame h2:after  {
	background: #000 !important;
}
.header-frame-content {
	position: relative;
	width:100%;
	padding: 50px;
	text-align: center;
}
.header-frame-content  h1 {
	margin-top: 0;
}
.header-frame-content  h1, .header-frame-content h2 {
	color: #fff;
	position: relative;
	font-family: 'Semplicita', Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 16px;
	padding-bottom:20px;
	margin-bottom:20px;
}
.header-frame-content h1:after, .header-frame-content h2:after  {
	content: '';
	width: 60px;
	height: 2px;
	position: absolute;
	background: #fff;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}
.header-frame-content p {
	font-size: 14px;
	font-family: 'Semplicita Light', Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
	margin-bottom:14px;
}
.header-frame-content p:last-child {
	margin-bottom:0;
}
.company-policy:last-child .header-image-box {
	margin-bottom: 0;
}
.company-policy .col-md-6 {

}

/* Produkty */
.products-grid  {
	opacity:0;
	margin: 0;
}
.products-grid .box-content h3 {
	font-size: 26px;
	line-height: 36px;
	margin:0;
	padding:0;
}
.products-grid .box-content h3:after {
	display: none;
}
.brown-box {
	background: #300018;
}
.brown-box .box-content h3 {
	color: #fff;
}
.brown-box  .box-content .button {
	color: #fff;
	border-color: #fff;
}
.red-box {
	background: #ee3442;
}
.red-box .box-content h3 {
	color: #fff;
}
.red-box  .box-content .button {
	color: #fff;
	border-color: #fff;
}
.beige-box {
	background: #f8e9a8;
}
.beige-box .button:hover{
	background: #000;
	color: #f8e9a8;
}
.beige-box h3:after {
	background: #000;
}
.products-grid .box-image{
	background-size: contain;
}
.products-grid .grid-item {
	width:100%;
	margin-bottom: 0;
}
.products-grid .grid-item  {
	padding-bottom:100%;
}
.grid-product .slide-content {
	position: absolute;
	text-align: center;
	top:50%;
	left: 50%;
	width:100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -o-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
}
.grid-product  a {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	text-indent: -99999px;
	opacity:0;
	z-index: 2;
}
.grid-product  img {
	display: inline-block;
	width: 300px; 
}
.grid-product  h3 {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 10px; 
	height: 40px;
	width:100%;
	display: table;
	margin-top: -10px;
}
.grid-product  h3 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.grid-product  p {
	font-family: 'Semplicita Light', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 0;
}
.grid-product  .button {
	margin-top: 10px;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.grid-product  img, 
.grid-product  h3, 
.grid-product  p {
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);
	transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	//-webkit-font-smoothing: subpixel-antialiased;
}
.grid-product:hover h3,
.grid-product:hover p {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.grid-product:hover .button {
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	opacity: 1;
	transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
}
.product-grid {
	overflow: hidden; 
}
.product-grid .grid-wrapper {
	overflow: hidden;
}
.grid-product img {
	width: 200px; 
	margin-top: -20px;
}


/* Produkt Szczegóły */
.image-wrapper {
	padding: 20px;
}

.product-details .box-content p {
	font-size: 16px;
}
.product-details  .box-text {
	background: #f8e9a8;
}
.product-details .box-content h3 {
	font-size: 24px;
	padding-bottom:20px;
	margin-bottom: 20px;
}
.product-image-wrapper {
	height: 100%;
	text-align: center;
	position: relative;
}
.product-slider, .product-slider .slick-list, .product-slider  .slick-track{ 
	height: 100%;
}

@media (max-width: 991px) {
	.product-details .viewport-fit {
		height: auto !important;
		overflow: hidden;
	}
	.company-policy .header-image-box.viewport-fit {
		height: auto !important;
		overflow: hidden;
	}
	.company-policy .header-image-box.viewport-fit .row {
		margin: 0;
	}
	.company-policy .header-image-box.viewport-fit .row > div {
		padding-left: 0;
		padding-right: 0;
	}
} 

.product-attributes {
	margin: 0 auto;
	margin-top:30px;
}
.product-attributes h4 {
	font-size: 16px;
	font-family: 'Semplicita Light', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.product-attributes p {
	font-weight: bold;
}

.product-details .grid-wrapper{
	position: relative;
	top: auto;
	left: auto;
	overflow: hidden;
}
.product-image-wrapper img {
	height: auto;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
}
.product-details .box-content {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	padding: 30px;
	margin-top: 0 !important;
}
/* Blog */
.blog-list .grid-wrapper {
	background-color: transparent; 
}
.blog-list .box-text {
	padding: 50px;
}
.blog-list-text {
	padding: 0;
}
.blog-content {
	width: 100%;
	height: 100%;
}
.blog-list-text .grid-wrapper {
	position: relative;
}
.blog-content h1 {
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.blog-content .date {
	font-size: 15px;
	font-family: 'Semplicita Light Italic', Helvetica, Arial, sans-serif;
	font-style: italic;
}
.blog-content p {
	font-size: 16px;
	font-family: 'Semplicita Light', Helvetica, Arial, sans-serif;
	margin-bottom: 16px;
}
.excerpt {
	min-height: 22px !important;
	margin-bottom: 0;
}
.blog-header {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blog-header:after {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  background: #000;
  left: 0;
  bottom: 0;
}
.blog-content .button {
	margin-top: 15px;
}

/* Post */
.post-content .box-text {
	position: relative;
}
.post-content h1 {
	margin-top: 20px;
}
.post-content .blog-content {
	padding: 20px;
}
.related-posts .box-text {
	padding: 50px;
	text-align: center;
}
.post-extras .row {
	margin-left: 0;
	margin-right: 0; 
}

/* Kontakt */
.contact-map .row, .contact-map .col-md-12 {
	height: 100%;
}
.contact-data {
	position: relative;
}
.contact-data h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top:0;
}
.contact-data > div {
	height: 100%;
	position: static;
}
.contact-data .align-bottom {
	position: absolute;
	bottom:0;
}
.contact-form {
	padding-top: 50px;
	position: relative;
}
.contact-form .col-md-6 {
	transition: opacity 0.2s ease;
}
.sending .mathcaptcha-278, .sending .checkbox {
	transition: opacity 0.2s ease;
}
.sending .contact-form .col-md-6, .sending .mathcaptcha-278, .sending .checkbox {
	opacity: 0.1;
	pointer-events: none;
}

.contact-form label {
	font-size: 12px;
	font-weight: normal;
}
.contact-form textarea {
	height: 281px;
	resize: none;
}
.opinie .contact-form textarea {
	height: 200px;
}
.form-control {
	display: block;
	height: 38px;
	font-size: 18px;
	color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	box-shadow: none;
}
.form-control:focus {
	border-color: #ee3442;
	outline: none;
	box-shadow: none;
}
.file-upload {
    position: relative;
    overflow: hidden;
	margin-left: 10px;
	float: right;
}
.upload {
	margin-top: 30px;
	position: relative;
}
.upload label {
	float: right;
	text-align: right;
}
.file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.delete-file {
	position: absolute;
  right: 0;
  bottom: -18px;
  padding: 5px 9px;
  background: #fff;
  cursor: pointer;
}
.delete-file:hover{
  background: #000;
  color: #fff;
}

.contact-bottom label {
	font-size: 12px;
	font-weight: normal;
}
.contact-bottom > div {
	display: inline-block;
	vertical-align: bottom;
}
.contact-bottom .form-inline input {
	background: #fff;
}
.contact-bottom .form-inline input[type="submit"]{
	float: right;
	margin-top: 20px;
}
.contact-bottom .form-inline input:hover {
	background: #000;
	color: #fff;
}
.contact-bottom .form-group {
	margin-bottom: 0;
}
.mathcaptcha-278 {
	display: block;
}

.send-button p {
	float: right;
}
.ajax-loader {
	float: left;
	margin: 7px;
}
.send-button .button {
	background: #fff !important;
	margin-bottom: 1px;
	font-family: Semplicita, Helvetica, Arial, sans-serif;
}
.send-button .button:hover {
	background: #000 !important;
	color: #fff !important;
}
.send-button .button:focus {
	border: 2px solid #000;
}
.checkbox {
	padding-left: 20px;
}
.checkbox label{
	outline: 0;
}
.checkbox label::before {
	border-radius: 0;
	outline: 0;
}
span.wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 5px 0 0 0; 
	min-width:300px;
}
div.wpcf7-response-output {
	margin: 30px 0 0 0;
	border: 1px solid #000;
	margin-bottom: 2px;
}
input {
	outline: 0;
}
.uploadtextfield {
	float: right;
	text-align: right;
	width:100%;
}
.uploadtextfield input {
	border: none !important;
	outline: none !important;
	text-align: right;
	pointer-events: none;
	padding-right: 40px;
}
.cf-mask {
	display: none;
	z-index: 999;
}
.cf-mask h1 {
	text-align: center;
	position: absolute;
	z-index: 999;
	top: 200px;
	margin: 0;
	width: 100%;
	padding: 0 40px;
}

/* Cookie */
#cookie-law-info-bar {
	padding: 10px 50px;
}

.cli-plugin-button {
	background: #EE3442 !important;
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	display: block !important;
	margin: 5px auto;
	width: 85px;
}


@media (max-width: 479px) {
	.contact-data {
		margin-left: 0;
		margin-right: 0;
		margin-top: 25px;
	}
	
	.contact-form, .contact-bottom {
		margin-left: 0;
		margin-right: 0;
	}
	
} 
@media (max-width: 991px) {
	.contact-map {
		height: 400px !important;
		overflow: hidden;
		margin-top: 25px;
	}
	.contact-bottom > div {
		display: block;
		margin-top: 20px;
	}	
	.contact-data .align-bottom {
		position: relative;
		bottom: auto;
	}
	.contact-data h1 {
		margin-top: 10px;
	}
}
/* Opinie */
.bg-box {
	width:100%;
	height: 100%;
	position: relative;
}
@media (max-width: 991px) {
	.testimonials-content {
		margin-left: 0;
		margin-right: 0;
	}
	.opinie .box-image {
		margin-top: 25px;
	}
}

/* Responsive */
@media (min-width: 480px) {
	.wrapper {
		padding: 50px;
	}
	.products-grid .grid-item {
		width:100%;
	}
	.products-grid .grid-item  {
		padding-bottom:100%;
	}
	.grid-product img {
		width: 250px;
	}
	.post-content .blog-content {
		padding: 0 0 20px 0;
	}
	.footer:before {
		display: none;
	}
	.navbar-toggle {
		margin-right: 50px;
	}
	
}
@media (min-width: 768px){
	.blog-list-text {
		padding-bottom: 50%;
	}
	.blog-list-text .grid-wrapper {
		position: absolute;
	}
	.col-sm-12.one-row-height {
		padding-bottom: 50%;
	}
	.col-sm-6.one-row-height {
		padding-bottom: 50%;
	}
	.col-sm-3.one-row-height {
		padding-bottom: 25%;
	}
	.col-sm-12.two-row-height {
		padding-bottom: 50%;
	}
	.col-sm-6.two-row-height {
		padding-bottom: 50%;
	}
	.col-sm-3.two-row-height {
		padding-bottom: 50%;
	}	
	.sm-eight-row-height {
		padding-bottom: 50%;
	}
	.navbar-nav {
		padding-top: 5px;
		width:100%;
	}
	.navbar-collapse {
		border-bottom: 0;
	}
	.navbar-nav>li {
		text-align: center;
		display: inline-block;
		margin-top:20px;
	}
	.mobile-logo {
		display: none;
	}
	.nav > li.logo {
		display: inline-block;
		margin-top: 10px;
	}
	.nav > li.logo a {
		display: block;
		width: 154px;
		height: 71px;
		max-width: 100%;
		background: url(../img/logo.png) no-repeat center center;
		background-size: contain;
		background-position: center center;
	}
	.navbar-left, .navbar-right {
		width: 39%;
	}
	.navbar-nav>li {
		width: 14%;
	}
	.navbar-nav>li a {
		font-size: 12px;
	}
	.header-image-claim h1 {
		font-size: 32px;
	}
	.header-image-claim p {
		font-size: 20px;
	}
	.container-fluid>.navbar-header {
		height: auto;
	}
	.products-grid .grid-item {
		width:50%;
	}
	.products-grid .grid-item  {
		padding-bottom:50%;
	}
	.grid-product img {
		width: 250px;
	}
	.footer:before {
		display: block;
		content: '';
		height: 50px;
		width: 100%;
		position: absolute;
		background: #fff;
		top:-50px;
	}
}
@media (min-width: 992px) {
	body {
		font-size: 18px;
	}
	.col-md-12.one-row-height {
		padding-bottom: 50%;
	}
	.col-md-9.one-row-height {
		padding-bottom: 25%;
	}
	.col-md-6.one-row-height {
		padding-bottom: 25%;
	}
	.col-md-3.one-row-height {
		padding-bottom: 25%;
	}
	.col-md-12.two-row-height {
		padding-bottom: 50%;
	}
	.col-md-6.two-row-height {
		padding-bottom: 50%;
	}
	.col-md-3.two-row-height {
		padding-bottom: 50%;
	}	
	.push-up {
		margin-top: -25%;
	}
	.header-image-claim h1 {
		font-size: 48px;
	}
	.header-image-claim p {
		font-size: 24px;
	}
	.post-content h1 {
		margin-top: 0;
	}
	.post-content .blog-content {
		padding: 0 50px 50px 0;
	}
	.product-details .viewport-fit .row,
	.product-details .viewport-fit .row > div {
		height: 100%;
	}
	.product-details .one-row-height {
		padding-bottom: 0;
	}
	.product-details .grid-wrapper {
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.product-image-wrapper img{
		display: inline-block;
		height: 100%;
		width: auto;
		max-width: none;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
	}
	.product-details .box-content {
	  position: absolute;
	  top: 50%;
	  left: 100%;
	  margin-left: -50%;
	  max-width:80%;
	  padding: 30px 0;
	  transform: translateY(-50%) translateX(-50%);
	  -moz-transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	  -o-transform: translateY(-50%) translateX(-50%);
	  text-align: center;
	}
	.product-details {
		padding-bottom: 50px;
		margin-left: 0;
		margin-right: 0;
	}
	.product-details .col-md-12 {
		padding-left:0;
		padding-right: 0;
	}
	.product-details .viewport-fit .row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.header-image-box {
		margin-bottom: 50px;
	}
	.header-image-box.header-image-no-margin {
		margin-bottom: 0;
	}
	.footer {
		text-align: left;
	}
	.footer-logo {
		display: inline-block;
		width: 105px;
		vertical-align: middle;
		margin-bottom: 0px;
		margin-right: 10px;
	}
	.footer span {
		vertical-align: middle;
		font-size: 12px;
		text-transform: uppercase;
		display: inline-block;
	}
	.footer span a, .footer span a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.footer ul {
		float: right;
		margin-top: 15px;
	}
	.footer ul li {
		display: inline-block;
		margin-bottom: 0px;
		margin-left: 10px;
	}
	.footer ul li:first-child {
		margin-left: 0;
	}
	.header-frame-content {
		position: absolute;
		top: 50%;
		left: 50%;
		width:80%;
		transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
	}
	.contact > .row {
		//display: table;
	}
	.contact > .row > [class*="col-"] {
		//float: none;
		//display: table-cell;
		//vertical-align: top;
	}
	.opinie  {
		display: table;
	}
	.opinie > [class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: top;
		position: relative;
	}
	.post-content  {
		display: table;
	}
	.post-content  > [class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: top;
		position: relative;
	}
	.md-padding-right {
		padding-right: 50px !important;
	}
	.header-image-spacer img {
		display: none;
	}
	.company-policy .header-image-box .row {
		margin-left: 0;
		margin-right: 0;
	}
	.company-policy .header-image-box .row > div {
		padding-left: 0;
		padding-right: 0;
	} 
	.box-content {
		padding: 0 50px;
	}
}
@media (min-width: 1200px) {
	body {
		padding-top: 150px;
	}
	.col-md-12.one-row-height {
		padding-bottom: 25%;
	}
	.header .container-fluid {
		padding-left: 50px;
		padding-right: 50px;
		height: 100%;
	}
	.navbar {
		height: 150px;
	}
	.nav > li.logo {
		margin-top: 0;
	}
	.navbar-nav>li {
		margin-top: 25px;
	}
	.nav > li.logo a {
		display: block !important;
		background: url(../img/logo.png) no-repeat center center;
		background-size: contain;
		margin: 0 auto;
		width: 205px;
		height: 95px;
		text-indent: -9999px;
	}
	.navbar-left, .navbar-right {
		width: 40%;
	}
	.navbar-nav {
		padding-top: 27px;
	}
	.navbar-nav>li a {
		font-size: 18px
	}
	.navbar, .navbar-nav, .nav > li.logo a  {
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
	}
	.scrolled .navbar {
		height: 100px;
	}
	.scrolled .navbar-nav {
		padding-top:0;
	}
	.scrolled .nav > li.logo a {
		width: 160px;
		height: 99px;
	}
	.products-grid .grid-item {
		width:25%;
	}
	.products-grid .grid-item  {
		padding-bottom:25%;
	}
	.grid-product img {
		width: 200px;
	}
}
@media (min-width: 1400px) {
	.header-image-frame-wrapper {
		padding: 50px;
		height: 100%;
		width: 100%;
	}
	.blog-content h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.blog-content .date {
		font-size: 15px;
	}
	.blog-content p {
		font-size: 18px;
	}
	.header-frame-content h1, .header-frame-content h2 {
		font-size: 26px;
	}
	.header-frame-content p {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.product-details .box-content p {
		font-size: 18px;
	}
	.product-attributes h4 { 
		font-size: 18px;
	}
	.box-content p {
		font-size: 18px;
	}
	.grid-product img {
		width: 250px;
	}
}

.postid-592 .box-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

/* Sklepy */

#bgmp_map-canvas{
	width: 100% !important;
	height: 100% !important;
}