html {
	height: 100%;
}
body {
	padding-bottom: 0;
	height: 100%;
}

/* REGULAR */
body {
	font-family: 'Arial', sans-serif;
}
a, img, b, strong {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
	border: none;
}
a:hover,
a:focus {
	outline: none;
	border: none;	
}

.lang li > a, .navbar-nav > li > a, .offer-carousel .desc .read-more,
.category-list .read-more, .nr-cat h3, .category-list .prod-list .desc h4, .text h5 {
	font-weight: 700;
	text-transform: uppercase;
}

header {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
header .container {
	border-top: 6px solid #33cc33;
	border-bottom: 6px solid #2b2a29;
}
.head {
	position: relative;
}
.top {
	position: absolute;
	right: 0;
	top: 0;
	display: table;
}
.lang, .search {
	display: table-cell;
	padding-left: 40px;
}

.lang {
	padding: 0;
}
.lang li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
}
.lang li > a {
	padding: 6px 0;
}
.lang li.active > a,
.lang li.active > a:hover,
.lang li.active > a:focus {
	color: #20b536;
}
.search form {
	border-bottom: 1px solid #ccc;
}
.search input {
	border: none;
	font-style: italic;
	background: none;
	box-shadow: none;
}
.search input:focus {
	box-shadow: none;
}
.search button {
	border: none;
	color: #20b536;
}
.search button:hover,
.search button:focus {
	background: none;
	color: #000;
}

.navbar {
	border-radius: 0;
	margin-bottom: 3px;
}

.navbar-right {
	position: absolute;
	bottom: -6px;
	right: 0;
	padding: 0;
}
.navbar-brand {
	display: block;
	float: none;
	height: auto;
	padding: 5px;
}
.navbar-nav > li {
	padding: 0 15px;
}
.navbar-nav > li:first-child {
	
	
}
.navbar-brand h1, .navbar-brand div {
	margin: 0;
	width: 249px;
	height: 106px;
}
.navbar-brand h1 > span, .navbar-brand div > span {
	text-indent: -90000px;
	display: inline-block;
}

.navbar-nav > li:last-child {
	padding-right: 0;
}
.navbar-nav > li > a {
	color: #000;
	padding: 6px 0px;
	border-bottom: 6px solid;
	float: left;
}
.navbar-nav > li:first-child > a {
	font-size: 2em;
	line-height: 15px;
	padding: 2px 0px;
	border-bottom: 6px solid;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a {
	color: #20b536;
	border-bottom: 6px solid #20b536;
	background: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	color: #20b536;
	background: none;
	border-bottom: 3px solid #20b536;
}

.dropdown-menu {
	background: #5c6366;
	border-radius: 0;
	padding: 0; 
	border: none;
}
.dropdown-menu > li {
	border-bottom: 4px solid #6e787d;
}
.dropdown-menu > li:last-child {
	border: none;
}
.dropdown-menu > li > a {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.dropdown-menu > li > a > span {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #f3f4f5;
	color: #000;
}

.slider .container {
	position: relative;
	height: 400px;
}

.mc-image {
	width: 100% !important;
	height: 100% !important;
	background-position: 50% 50% !important;
	background-size: cover !important;
}

.offer {
	padding: 0;
	margin-top: 10px;
	overflow: hidden;
}
.offer-carousel {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
}
.offer-carousel .item, .site-carousel .item {
	height: 200px;
	overflow: hidden;
}
.offer-carousel .item > a > div, .site-carousel .item > a > div {
	background-position: 50% 50% !important;
	background-size: cover !important;
	height: 100%;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.offer-carousel .item > a:hover > div, .site-carousel .item > a:hover > div {
	background-position: 60% 60% !important;
	height: 110%;
	width: 110%;	
}
.offer-carousel .item a, .site-carousel .item a {
	display: block;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	z-index: 100;
	color: #FFF;
	overflow: hidden;
}
.site-carousel .item a {
	margin: 0;
}
.offer-carousel h2, .site-carousel h2 {
	font-size: 1em;
	margin: 0;
	padding: 10px 10px;
	position: relative;
	color: #FFF;
	font-weight: 700;
}
.site-carousel h2 {
	font-size: 12px;
}
.offer-carousel h2 > i, .site-carousel h2 > i {
	position: absolute;
	right: 10px;
	font-size: 2em;
	color: #FFF;
	line-height: 0.5em;	
}
.offer-carousel .desc, .site-carousel .desc {
	background: rgba(0, 0, 0, 0.6);	
	height: 100%;
	width: 100%;
	color: #FFF;
	padding: 10px;
	position: absolute;
	bottom: -100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 100;
}
.offer-carousel .desc .read-more, .site-carousel .desc .read-more {
	position: absolute;
	bottom: 2.5em;
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.offer-carousel .item a:hover .desc,
.offer-carousel .item a:focus .desc,
.offer-carousel .item a:active .desc,
.site-carousel .item a:hover .desc,
.site-carousel .item a:focus .desc,
.site-carousel .item a:active .desc {
	bottom: -2.5em;
} 


/* SITE */
.site-wrap h1 {
	font-size: 1.7em;
	padding: 5px 0;
	margin: 0 0 5px 0;
	font-weight: 700;
	position: relative;
}

/* CATEGORY LIST ## SUBCATEGORY LIST  */
.category-list {
	background: #f3f4f5;
	overflow: hidden;
}
.category-list > div {
	position: relative;
	border-bottom: 6px solid #5c6366;
	min-height: 390px;
}
.category-list h2 {
	position: absolute;
	top: 15px;
	background: #5c6366;
	padding: 8px 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	color: #FFF;
	font-size: 1.7em;
	line-height: 0.8em;
}
.category-list h2 > b {
	color: #b9b9b9;
	font-weight: 100;
}
.category-list h2 > span {
	position: absolute;
	width: 20px;
	height: 100%;
	left: 0;
	top: 0;
}
.category-list h3 {
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 0;
}
.category-list .desc {
	padding: 30px;
	padding-top: 75px;
	padding-bottom: 10px;
	text-align: justify;
}
.products > div {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.prod-list {
	display: block !important;
}
.category-list .photo > a, .category-photo > a {
	
	height: 460px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.category-list .photo > a > div >img {
	display: none;
}
.products .category-photo > a {
	height: 406px;
}
.category-list .read-more {
	padding: 5px 10px;
	color: #000;
	margin-top: 15px;
	display: inline-block;
}
.category-list .photo > a > div, .category-photo > a > div {
	background-position: 50% 50% !important;
	background-size: cover !important;
	height: 100%;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.category-list .photo > a:hover > div, .category-photo > a:hover > div {
	background-position: 60% 60% !important;
	background-size: cover !important;
	height: 110%;
	width: 110%;
}
.category-photo {
	padding-right: 0;
	padding-left: 0;
}

.prod-wrap {
	position: relative;
	padding-right: 0;
}
.nr-cat {
	position: absolute;
	top: 0;
	display: table;
}
.nr-cat h3 {
	display: table-cell;
	width: 1%;
	font-size: 14px;
	padding: 10px;
	margin: 0;

}

.category-list .prod-list .desc {
	padding-left: 0;
	padding-top: 15px; 
}
.category-list > .prod-list {
	height: auto !important;
}

.infograf {
	padding-top: 15px;
}
.infograf img {
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
.info {
	height: 380px;
	text-align: center;
	position: relative;
}
.size {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	font-weight: 700;
	text-align: center;
}

.size h5 {
	font-size: 14px;
	text-align: center;
}
.size ul {
	padding: 0;
	width: 80%;
	margin: 0 auto;
}
.size li {
	list-style: none;
	padding: 5px 0;
	display: inline-block;
	color: #FFF;
	width: 30px;
	text-align: center;
	margin-bottom: 3px;
}
.c1 {
	background: #ffec00;
}
.c2 {
	background: #894036;
}
.c3 {
	background: #009746;
}
.c4 {
	background: #135fa6;
}
.c5 {
	background: #FFF;	
	border: 1px solid #000;
	color: #000 !important;
	padding: 4px 0 !important;
}
.c6 {
	background: #C00;	
}


.category-list .prod-list .desc h4 {
	font-size: 16px;
	margin: 0 0 15px 0;
	text-transform: none;
}
.text h5 {
	font-size: 14px;
	text-transform: none;
	margin-top: 0;
}
.text {
	font-size: 12px;
}

.icon {
	position: absolute;
	bottom: 10px;
	left: 15px;
}
.icon img {
	width: 80%;
}

.download h5 {
	font-weight: 700;
	font-size: 14px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.download a {
	font-size: 12px;
	line-height: 12px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
	color: #000;
}
.download i {
	font-size: 2em;
	float: left;
	display: inline-block;
	color: #C00;
	margin-right: 10px;
	
}
.site-carousel .item {
	width: 19.70%;
	display: inline-block;
	height: 200px;
}

.site-text {
	padding-top: 15px;
	padding-bottom: 15px;
}


.map {
	width: 100%;
	height: 300px;
	margin-top: 15px;
}
.form {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0;
}
.contact-text {
	padding-left: 0;	
}
.form-control {
	border-radius: 0;
}

.red {
	color: #C00;
}
.btn-danger {
	background: #20b536;
	border-radius: 0;
	border: none;
}
.news-list-wrap {
	padding-left: 0;
}
.site-container {
	padding-right: 0;
}

.news-list {
	background: #5c6366;
	padding-left: 0;
	margin-top: 15px;
	margin-bottom: 0;
}
.news-list li {
	list-style: none;
	padding: 0;
	border-bottom: 4px solid #6e787d;
}

.news-list li > a {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
	color: #FFF;
	position: relative;
}
.news-list li > a > span {
	display: block;
	color: #fff;
	font-size: 0.9em;
	line-height: 0.9em;
}
.news-list li > a > i {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 5px;
	height: 100%;
	background: #20b536;
} 
.news-list li.active,
.news-list li > a:hover,  
.news-list li > a:focus  {
	background: #f3f4f5;
	color: #000;
}
.news-list li.active > a, .news-list li.active > a > span {
	color: #000;
}
.site-wrap h1 ul {
	
	margin: 0;
	padding: 0;
}
.site-wrap h1 ul > li {
	list-style: none;
	padding: 0;
}
.site-wrap h1 .navbar-collapse {
	display: inline-block !important;
	vertical-align: bottom;
	padding-left: 10px;
}

.site-wrap h1 .navbar-nav > li:first-child > a {
	font-size: 1em;
	padding: 0;
}
.site-wrap h1 .navbar-nav > li > a {
	border-bottom: 0;
}
.site-wrap h1 .nav .open > a, 
.site-wrap h1 .nav .open > a:hover, 
.site-wrap h1 .nav .open > a:focus {
	border-bottom: 0;
}
.site-container h2 {
	margin-bottom: 5px;
}
.read-more-left {
	display: block;
	text-transform: uppercase;
	background: #5c6366;
	padding: 10px 10px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
.read-more-left:hover,
.read-more-left:focus {
	color: #000;
	background: #f3f4f5;
}
.news-wrap {
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}
.news-wrap h3 {
	font-size: 1.5em;
	color: #000;
}
.news-wrap a {
	height: 300px;
	display: block;
	overflow: hidden;
}
.news-wrap a > div {
	background-position: 50% 50% !important;
	background-size: cover !important;
	height: 100%;
	width: 100%;
	display: block;
	border: 1px solid #f3f4f5;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.news-wrap a:hover > div {
	height: 110%;
	width: 110%;
	background-position: 60% -60% !important;
	background-size: cover !important;
}
.conf {
	padding-left: 15px !important;
	padding-top: 30px !important;
}
.conf table > tbody > tr > td  {
	
	background: #FFF;
	padding: 0;
	border-bottom: 6px solid #f3f4f5;
} 
.searchList {
	padding: 0;
}
.searchList > li {
	list-style: none;
	border-bottom: 3px solid #f3f4f5;
}
.searchList > li > a > h3 {
	margin-top: 10px;
}

footer {
	background: #2b2a29;
	border-bottom: 6px solid #20b536;
	color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
	display: table;
}
footer > div > div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
.foot {
	width: 52%;
}
.creator {
	text-align: right;
	width: 40%;
	font-size: 0.8em;
}

/* ##################### 
######## MAXIMAGE ######
######################*/
body .mc-cycle {
	z-index: 0;
}
/* I wanted to center my loader */
#cycle-loader {
	height:32px;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:999;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
	display:none;/* Only use this if you fade it in again after the images load */
	position:absolute; !important;
	width: 100% !important;
	height: 400px !important;
}
#maximage a.link {
	display: block;
	z-index: 10;
	width: 100%;
	height: 100%;
}
div.mc-image {
	background-position: 50% 50% !important;
	background-size: cover !important;
	height: 100% !important;
	width: 100% !important;
}


/*Set my gradient above all images*/


/*Set my logo in bottom left*/

#arrow_left, #arrow_right {
	background: #FFF;
	position:absolute;
	right:30px;
	z-index:1000;
	right: 0;
	top: 40%;
	padding: 5px 20px;
	opacity: 0.75;
	font-size: 30px;
	color: #000;
}
#arrow_left {
	right: auto;
	left: 0;
}

#arrow_left:hover, #arrow_right:hover {
	opacity: 1;	
}
#arrow_left:active, #arrow_right:active {
	
}

a {color:#666;text-decoration:none;}
a:hover {text-decoration:underline;}

.in-slide-content { 
	color:#FFF;
	font-weight:100;
	text-align: left;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	background: rgba(0, 0, 0, 0.4);
	padding: 25px 15px 25px 15px;
}
.in-slide-content h2 {
	line-height: 1.2em;
	font-size: 2em;
	margin: 0 0 0 0;
	display: inline-block;
	vertical-align: middle;
}
.in-slide-content h2 > span {
}
.in-slide-content a {
	display: inline-block;
	background: #20b536;
	font-size: 1em;
	color: #FFF;
	padding: 5px 10px;
	vertical-align: middle;
	margin-left: 15px;
	
}


.light-text {color:#ddd;text-shadow: 0 1px 0 #666;}
.smaller-text {font-size:30px;}
.youtube-video, video {
	left:0;
	position:absolute;
	top:0;
}
.slick-prev, .slick-next {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	width: 40px;
	height: 40px;
	z-index: 10;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.slick-prev::before, .slick-next::before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #000;
	font-size: 30px;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 3px;
}
.slick-next::before {
	content: "\f105";
}
.slick-prev::before {
	content: "\f104";
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover,
.slick-next:focus {
	background: rgba(255, 255, 255, 1);
}

.navbar-toggle .icon-bar {
	border: 1px solid #000;
	background: #000;
	width: 25px;
	height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}
.navbar-toggle {
	margin-top: 70px;
	margin-right: 0;
	border: 1px solid #000; 
	border-radius: 0;
}

.d-block {
	display: block;
}

.mt-15 {margin-top: 15px;}

.all > div {
	padding-top: 15px;

}
.all a {
	opacity: 1;
	text-decoration: none;
}

.all a:hover img, .all a:focus img {
	opacity: 0.60;
	filter: alpha(opacity =60);

}
.all b {
	color: #000;
}
.all strong {
	color: #999;	
}
.all a:hover,
.all a:focus,
.all a:hover b, .all a:hover strong, 
.all a:focus b, .all a:hover strong {
	opacity: 0.60;
	filter: alpha(opacity =60);
	color: #20b536;
}
.tarcze {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	text-align: center;
}
.tarcze > div {
	display: inline-block;
	text-align: center;
	width: 50px;
}
.tarcze img {
	margin-bottom: 10px;
	display: inline-block;
}