/* ------ ------ ------ ogólne ------ ------ ------  */

body {
	background: #fff;
	font-family: 'Open Sans';
}

a:active, a:hover, a:focus,
button:active, button:hover, button:focus,
input:active, input:hover, input:focus,
select:active, select:hover, select:focus {
	outline: none !important;
	text-decoration: none !important;
}

.row {
	margin: 0;
}

#border-top {
	background: #ffe328;
	height: 9px;
}

#border-middle {
	background: #46688e;
	height: 5px;
}

#border-bottom {
	background: #46688e;
	height: 9px;
}

#content .container {
	position: relative;
}

#content section.text .container {
	padding-bottom: 20px;
}

/* ------ ------ ------ header ------ ------ ------  */
#header .line-1 {margin-right: 150px;}

#header {
	background: #f6f6f6;
}

#header #logo {
	text-align: center;
}

#header #logo img {
	max-width: 230px;
	padding: 0 10px;
	width: 100%;
}

#header #hamburger {
	background: #e8e8e8;
	border: none;
	color: #333;
	display: none;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 8px auto;
	padding: 5px 12px;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
	width: 100%;
}

#header p.basket {
	color: #000;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	margin: 0;
	padding: 7px 0 0 0 !important;
	position: relative;
	text-align: center;
	text-shadow: none;
	width: 36px;
}

p.basket.basket-1 {
	background: #ffe328;
}

p.basket.basket-2 {
	background: #ececec;
}

#header .list-inline {margin:0;}
#header .list-inline > li {padding:0 8px;}

#header a.alterBasket {
	display: none;
}

#horizontal-menu {
	padding: 20px 0 0 0;
	position: relative;
}

#header #horizontal-menu .line-1 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
}

#header #horizontal-menu .line-1 a {
	color: #868686;
	display: inline-block;
	font-weight: 600;
	padding: 10px;
}

#header #horizontal-menu .line-1 a:hover {
	color: #333;
	transition: 250ms all;
}

#header #horizontal-menu .horizontal-menu-right {
	text-align: right;
}

#header #horizontal-menu ul.list-inline {
	padding: 30px 0 15px;
}

#header #horizontal-menu ul.list-inline li a {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 5px;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
}
#header #horizontal-menu ul.list-inline li a span.facebook {
	background: url(/gfx/konfig/fb.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
}
#header #horizontal-menu ul.list-inline li a span.instagram {
	background: url(/gfx/konfig/instagram.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
}
#header #horizontal-menu ul.list-inline li a span.ebay {
    background: url(/gfx/konfig/ebay.svg);
    width: 44px;
    height: 20px;
    display: inline-block;
}
#header #horizontal-menu ul.list-inline li:last-of-type a {
	padding: 24px 0 24px 15px;
}

#header #horizontal-menu li.memo.triangle {
	position: relative;
}

#header #horizontal-menu li.memo.triangle:before {
	bottom: 2px;
	color: #333;
	content: "\e252";
	display: block;
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
	height: 0;
	left: calc(50% - 10px);
	position: absolute;
	text-align: center;
	width: 10px;
}

#header #horizontal-menu ul.dropdown-menu {
	border-radius: 0;
	padding: 0;
}

#header #horizontal-menu ul.dropdown-menu li a {
	background: #ededed;
	font-size: 15px;
	padding: 6px !important;
}

#header #horizontal-menu ul.dropdown-menu li a:hover {
	background: #f1f6fb;
}

#header #holder {
	position: relative;
}

#productNav {
	background: #ededed;
	max-height: 0px;
	opacity: 0;
	position: absolute;
	transition: 250ms ease-in;
	width: 100%;
	z-index: -1;
}

#productNav.enabled {
	max-height: 700px;
	opacity: 1;
	z-index: 9999;
}

#productNav .title {
	display: block;
	font-size: 20px;
	line-height: 16px;
	padding: 10px;
}

#productNav .title span {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#productNav .col-20 {
	border-right: 1px solid #dcdcdc;
	padding: 6px;
}

#productNav .col-20:nth-child(5) {
	border-right: none;
}


#productNav .col-20:nth-child(1) .title {
	background: url(gfx/new/prod_menu_1.png) no-repeat top right;
}

#productNav .col-20:nth-child(2) .title {
	background: url(gfx/new/prod_menu_2.png) no-repeat top right;
}

#productNav .col-20:nth-child(3) .title {
	background: url(gfx/new/prod_menu_3.png) no-repeat top right;
}

#productNav .col-20:nth-child(4) .title {
	background: url(gfx/new/prod_menu_4.png) no-repeat top right;
}

#productNav ul {
	list-style: none;
	padding: 10px;
}

#productNav ul li a {
	color: #333;
	line-height: 24px;
}

#productNav ul li.special a {
	color: #333;
	font-size: 20px;
	letter-spacing: -0.5px;
	line-height: 36px;
}

#productNav small {
	font-size: 70%;
}

#tiles h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 6px 0 0 0;
	text-shadow: 0px 0px 0.1px #666;
	text-transform: uppercase;
}

#tiles p {
	font-size: 10px;
	text-shadow: 0px 0px 0.1px #666;
	text-transform: uppercase;
}

#tiles .tile-left {
	display: inline-block;
	float: left;
	text-align: center;
	width: 80px;
}

#tiles .tile-right {
	display: inline-block;
	float: left;
	width: calc(100% - 80px);
}

#tiles .tile {
	padding: 15px 0;
}

/* ------ ------ ------ kontakt / fragen ------ ------ ------  */

iframe {
	border: 0px none;
}

#fragen {
	background: #ffe328;
	color: #000;
	height: 49px;
	position: fixed;
	right: 0;
	top: calc(50% + 64px);
	transition: 250ms;
	width: 49px;
	z-index: 999;
	outline: 2px solid rgba(255,255,255, 0.25);
}

#fragen .glyphicon {
	cursor: pointer;
	font-size: 22px;
	padding: 12px 15px;
}

/* ------ ------ ------ footer ------ ------ ------  */

#footer {
	background: #2b2b2b;
	color: #fff;
	z-index: 999;
}

#footerNav {
	background: #eeeeee;
}

#footerNav .col-20 {
	border-right: 1px solid #dcdcdc;
	margin: 20px 0;
	padding: 6px;
}

#footerNav .col-20:nth-child(5) {
	border-right: none;
}

#footerNav .title {
	color: #000;
	display: block;
	font-size: 20px;
	line-height: 16px;
	padding: 10px;
}

#footerNav .title > span {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#footerNav ul {
	list-style: none;
	padding: 10px;
}

#footerNav ul li a {
	color: #333;
	line-height: 24px;
}

#footerNav ul li.special a {
	color: #333;
	font-size: 20px;
	letter-spacing: -0.5px;
	line-height: 36px;
}

#footer .row {
	padding: 20px 0;
}

#footer .contact {
	text-align: center;
}

#footer .contact a {
	color: #fff;
}

#footer .contact img {
	width: 80%;
}

#footer .contact .logo {
	text-align: left;
}

#footer .copy {
	font-size: 12px;
}

#footer .author {
	background: #eeeeee;
	color: #000;
	font-size: 12px;
	text-align: right;
}

#footer .author a {
	color: #000;
}

/* ------ ------ ------ p404 ------ ------ ------  */

.p404 {
	background: #f6f6f6;
	margin: 40px 0;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.p404:after {
	color: #eeeeee;
	content: "\e088";
	font-family: 'Glyphicons Halflings';
	font-size: 160px;
	line-height: 160px;
	position: absolute;
	right: -20px;
	bottom: -20px;
}

.p404 h2 {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 24px 0;
	text-shadow: 0px 0px 0.1px #333;
	text-transform: uppercase;
}


/* ------ ------ ------ respect ------ ------ ------  */

#respect .title {
	padding: 35px 15px 35px 25px;
	background: url('gfx/konfig/click-bkg.png') scroll no-repeat center center;
	font-size: 38px;
	font-weight: 700;
	margin: 15px 0 0 0;
	text-shadow: 0px 0px 0.1px #fff;
	color: #fff;
	text-align: left;
	
}
#respect .title a {
	display: block;
	/* color: #26476b; */
	color: #e21957;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
#respect .title a:hover {
	color: #fff;
	text-shadow: none !important;
}
#respect .clicklabel {
	font-size: 38px;
	font-weight: bold;
	float: right;
}
#respect .clicklabel svg {
	display: inline-block;
	height: 8rem;
	vertical-align: text-top;
	width: 5.225rem;
	margin: -2rem 0 0 0;
	animation: mymove ease-out .5s infinite;
	animation-direction: alternate;
}
@keyframes mymove {
	0% {fill: #ff2828;}
	100% {fill: white; }
}



/* ------ ------ ------ pozostale ------ ------ ------  */

.slick-active:focus {
	outline: none !important;
}
.a3m_control_lang {
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
}


.modal-bg {
	background: #26476b;
	box-shadow: 0.5px 0.5px 5px 0px rgba(0, 0, 0, 0.77);
	height: 160px;
	left: -500px;
	position: fixed;
	top: 5px;
	transition: ease-in-out 250ms;
	width: 480px;
	z-index: 999;
}

.modal-bg.visible {
	left: 5px;
}

.modal-leave {
	color: #fff;
	font-size: 14px;
	letter-spacing: -1px;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

.modal-leave input {
	background: #46688e;
	border: none;
	border-radius: 2px !important;
	padding: 10px;
	margin: 20px auto;
	text-align: center;
	width: 220px;
}

button#call {
	background: #46688e;
	border: none;
	border-radius: 2px !important;
	padding: 10px 32px;
	transition: 250ms;
}

button#call:hover {
	background: #fff;
	color: #46688e;
}

.prc-form input[type="checkbox"] {
	margin: 5px 0 0 0;
}

#zamowienia .checkbox input[type="checkbox"] {
	margin: 12px 0 0 14px;
	width: 20px;
	height: 20px;
}

#zamowienia .checkbox label {
	padding-left: 35px;
}

.formError {
	color: red;
}

/* ------ ------ ------ nowe kolumny ------ ------ ------  */

.col-20 {
	display: block;
	float: left;
	width: 20%;
}







#cookie-bar {
  background: #b8c4d3;
  bottom: 0;
  color: #fff;
  border-top: 2px solid #fff;
  font-size: 16px;
  padding: 35px 0;
  position: fixed;
  text-align: left;
  width: 100%;
  z-index: 999999;
}
.cookie-holder {
	display: flex;
	flex-direction: column;
}

#cookie-bar .cookie-left {
  display: inline-block;
  /* width: calc(100% - 100px); */
}

#cookie-bar .cookie-right {
  text-align: center;
}

#cookie-bar button {
	background: #055072;
	border: none;
	color: #fff;
	padding: 10px;
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%); */
}
#cookie-bar button:hover {
	background: #fff;
	border: none;
	color: #055072;
	padding: 10px;
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%); */
}

@media (max-width: 992px) {

}







/* ------ ------ ------ 1200px ------ ------ ------  */

@media (max-width: 1200px) {
	#header #horizontal-menu ul.list-inline li a {
		padding: 24px 4px;
	}

	#productNav .col-20 .title {
		background: transparent !important;
	}

}

/* ------ ------ ------ 992px ------ ------ ------  */

@media (max-width: 992px) {
	#header .line-1 {margin-right: 0;}
	#header #horizontal-menu ul.list-inline li a {
		font-size: 14px;
		padding: 36px 6px;
	}

	#productNav .col-20 {
		border-bottom: 1px solid #dcdcdc;
		border-right: 0 !important;
		width: 100%;
	}

	#productNav li {
		border-radius: 1px;
		border: 1px solid #dedede;
		display: inline-block;
		font-size: 12px;
		margin: 1px;
		padding: 2px 8px;
	}

	#tiles .tile-left {
		width: 120px;
	}

	#tiles .tile-right {
		width: calc(80% - 120px);
	}

	#footer .col-20 {
		border-bottom: 1px solid #dcdcdc;
		border-right: 0;
		margin: 0;
		width: 100%;
	}

	#footer .contact .col-20 {
		border: 0;
		padding: 8px 0;
	}

	#footer .contact .logo {
		text-align: center;
	}

	#footer .contact .logo img {
		max-width: 300px;
	}

	#footer .copy,
	#footer .author {
		text-align: center !important;
	}

}

/* ------ ------ ------ 768px ------ ------ ------  */

@media (max-width: 767px) {

	#header #hamburger {
		display: block;
	}

	#header .alterBasket {
		display: inline-table !important;
		position: absolute;
		right: 7px;
		top: 9px;
	}

	#header .line-1 {
		position: static !important;
		text-align: center;
	}

	#header .line-1 a {
		font-size: 12px;
	}

	#header nav {
		display: none;
	}

	#header #horizontal-menu ul.list-inline li,
	#header #horizontal-menu ul.list-inline li a {
		display: block;
		padding: 6px;
		text-align: center;
		width: 100%;
	}

	#header #horizontal-menu ul.list-inline li:last-of-type a {
		display: none;
	}

	.dropdown-menu {
		margin: 0 50px;
		width: calc(100% - 100px);
	}

	#header #horizontal-menu ul.list-inline .dropdown-menu li:last-of-type a {
		display: block;
	}

	.p404:after {
		display: none;
	}

}

/* ------ ------ ------ 480px ------ ------ ------  */

@media (max-width: 480px) {

.col-xs-12 {
	width: 100%;
}

}
