@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebas/bebasneue-webfont.eot');
    src: url('fonts/bebas/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebas/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebas/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
::selection { background: red; color: #fff; }

body, html {
	min-height: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
}	

body {
	background-image: linear-gradient(#fff 0%, #d5d5d5 90%);
	font-family: 'Lato', arial;
}

button, input[type="submit"] {
	cursor: pointer;
}

input[type="text"], input[type="submit"], input[type="button"], textarea {
	margin: 5px;
}

a:link, a:visited  {
	color: #3394e0;
	text-decoration: none;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
 }
 
a:hover { 
	color: #3C5DC9;
	//text-shadow: 0 0 6px #000;
	text-decoration: underline;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.blackLink {
	text-decoration: none;
	color: #000;
}

.header {
	font-size: 26px;
	font-family: 'Fjalla One', arial;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0 5px 20px;
}

.tabela {
	min-width: 70%;
	margin: auto;
	border: 1px solid black;
	border-spacing: 4px 4px;
	text-align: center;
}

.tabela td {
	padding: 5px;
	border: 1px solid black;
	background: rgba(255, 255, 255, 0.5);
}

.tabela tr:hover {
	background: rgba(150, 150, 150, 0.5);
}

.icon, a.icon:link, a.icon:visited {
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	font-size: 46px;
	color: #666666;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.icon:hover, a.icon:hover {
	color: #fff;
	text-shadow: 0 0 8px #000;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.noStyle_btn {
	background: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	font-size: 30px;
	color: #666666;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.noStyle_btn:hover {
	color: #fff;
	text-shadow: 0 0 8px #000;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

#javaScript_block {
	border: 3px double black;
	background: red;
	width: 70%;
	padding: 30px;
	margin: 20px auto 20px auto;
	text-align: center;
	color: white;
}

#top {
	width: 100%;
	height: 50px;
	background: url('img/top_bg.png');
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#menu_container {
	margin: auto;
	display: table;
	//min-width: 60%;
	height: 50px;
}

#logotype {
	cursor: pointer;
	float: left;
	height: 50px;
	width: 230px;
	background: url('img/logo.png');
	margin-right: 60px;
}

#title {
	height: 15px;
	margin: 0;
	//background-color: black;
	width: 100%;
	border-bottom: 2px solid black;
	//border-top: 1px solid black;
	background: url('img/title.png') #fff center no-repeat;
	//background-position: center;
}

.menu_btn {
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	height: 50px;
	width: 120px;
	display: inline;
	color: #000;
	margin-left: -15px;
	font-family: 'Fjalla One', 'Anton', 'bebas_neueregular', arial;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
	//font-size: 14px;
	background: url('img/menu_btn.png');
	text-shadow: 0 0 8px #fff;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.menu_btn:hover {
	background: url('img/menu_btn_hover.png');
	color: #fff;
	text-shadow: 0 0 8px #000;
	cursor: pointer;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

/* SLIDER */

.sliderBox {
	position: relative;
	width: 85%;
	margin: auto;
}

.sliderBox:before {
	content: "";
	display: block;
	padding-top: 20%; 	/* ratio */
}

.slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid black;
	-webkit-box-shadow: 0 10px 10px -6px black;
	-moz-box-shadow: 0 10px 10px -6px black;
	box-shadow: 0 10px 10px -6px black;
}

.slider_img {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
}

.slider_nav {
	display: table;
	margin: 10px auto 0 auto;
}

.slider_nav_bullet {
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
	background: url('img/bullet.png');
	background-size: 100%;
	width: 12px;
	height: 12px;
}

/*  </SLIDER> */


#container {
	margin: 20px auto 0 auto;
	padding-top: 65px;
	padding-bottom: 40px;
	width: 90%;
	max-width: 1100px;
	background-image: linear-gradient(transparent 10px, #cfcfcf 60px, #f6f6f6 90%);
	
	-webkit-box-shadow: 0 10px 10px -9px black;
	-moz-box-shadow: 0 10px 10px -9px black;
	box-shadow: 0 10px 20px -7px black;
}

#content_main {
	display: inline-flex;
	width: 100%;
	padding-top: 40px;
}

#content_main h1 {
	font-size: 26px;
	font-family: 'Fjalla One', arial;
	line-height: 10px;
}

.info:first-of-type {
	background: none;
}

.info {
	flex: 1;
	margin-right: 20px;
	float: left;
	padding: 20px 0 20px 20px;
	text-align: center;
	background: url('img/separator.png') no-repeat;
	background-position: left center;
	background-size: 1px 90%;
}

/* BLOK Z PODKATEGORIAMI */

#ext_container {
	margin-top: 40px;
	margin-bottom: 40px;
	display: inline-flex;
	width: 100%;
	
}

#ext_menu {
	display: inline;
	height: 100%;
	width: 350px;
	margin-top: 40px;
	border-right: 1px solid #000;
}

#ext_content {
	width: 100%;
	padding: 40px 40px 40px 60px;

}

.category {
	margin: 0;
	padding: 10px 20px 8px 0;
	background: linear-gradient(to right, transparent 10%, rgba(255, 255, 255, 0.5) 100%);
	text-align: right;
	vertical-align: middle;
	line-height: 20px;
	
	font-family: 'Fjalla One', arial;
	font-size: 20px;
	
	cursor: pointer;
}

.category:hover {
	//background: linear-gradient(to right, transparent 10%, rgba(0, 0, 0, 0.1) 100%);
	color: #fff;
	text-shadow: 0 0 6px #000;
}

.subcategory {
	display: none;
	max-width: 100%;
	color: grey;
	font-size: 16px;
}

.subcategory li {
	text-align: right;
}

.subcategoryLink {
	color: #8C8C8C;
	transition: none;
}

.subcategoryLink:hover {
	color: black;
	text-decoration: none;
	//text-shadow: 0 0 6px #fff;
	font-weight: bold;
	transition: none;
}

.subcategory li:after {
	content: '«';
	font-size: 20px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 0;
	text-decoration: none;
}

.subcategory ul {
	list-style: none;
}



.leftFade_separator {
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, transparent 10%, rgba(0, 0, 0, 0.9) 100%);
}

/* DALSZA CZĘŚĆ - STYLIZACJA DIVÓW KATEGORII */

.oferta_short_container {
	display: flex;
	//border:1px solid #000;
}

.oferta_short_info {
	width: 100%;
	margin: auto;
	//max-height: 200px;
	overflow: hidden;
}

.oferta_short_img {
	margin-right: 20px;
	text-align: center;
	font-size: 14px;
	height: 100%;
}

.oferta_short_img  img {
	display: block;
	width: 150px;
	height: auto;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 6px 6px -6px black;
	-moz-box-shadow: 0 6px 6px -6px black;
	box-shadow: 0 6px 6px -6px black;
}

.prize-style {
	color: red;
	font-size: 18px;
	font-weight: bold;
}

.doubleFade_separator {
	width: 100%;
	height: 1px;
	margin: 30px 0 40px 0;
	background: linear-gradient(to right, transparent 10%, rgba(0, 0, 0, 0.9) 50%, transparent 90%);
}

#ext_content a:link, a:visited {
	
}

/* OFERTA - GALERIA */

.oferta_images {
	width: 100%;
}

.oferta_images img:first-child {
	float: left;
	height: 328px;
	width: auto;
	//max-width: 300px;
}

.oferta_images img {
	height: 100px;
	width: auto;
	max-width: 70%;
	margin: 5px;
	cursor: zoom-in;
	
	-webkit-box-shadow: 0 6px 6px -6px black;
	-moz-box-shadow: 0 6px 6px -6px black;
	box-shadow: 0 6px 6px -6px black;
}

.prize {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.prize  p {
	color: red;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}


/* GALERIA */

#viewer_container {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
}

#viewer_img {
	width: auto;
	height: 80%;
	margin: auto;
	text-align: right;
	color: #d5d5d5;
	font-size: 20px;
	text-shadow: 0 0 8px #000;
}

.viewer_img {
	cursor: zoom-in;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	
	-webkit-box-shadow: 0 0 30px -6px white;
	-moz-box-shadow: 0 0 30px -6px white;
	box-shadow: 0 0 30px -6px white;
}

.viewer_nav {
	margin: auto;
	float: left;
	cursor: pointer;
	font-size: 60px;
	color: #b5b5b5;
	text-shadow: 0 0 8px #000;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.viewer_nav:hover {
	color: #fff;
	text-shadow: 0 0 8px #fff;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

#viewer_close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 60px;
	color: #b5b5b5;
	text-shadow: 0 0 8px #000;
	cursor: pointer;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

#viewer_close:hover {
	color: #fff;
	text-shadow: 0 0 8px #fff;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}


/* STOPKA */

#footer {
	display: table;
	clear: both;
	margin-top: 50px;
	width: 100%;
	//min-height: 100px;
	color: #fff;
	background: #000;
	font-size: 13px;
	color: #a9a9a9;
}

#footer_link {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 5px;
}

#footer_link a:link, #footer_link a:visited {
	margin-left: 20px;
	text-decoration: none;
	color: #a9a9a9;
}

#footer_link a:hover {
	color: #fff;
}


/* AUTOSTYLING TEXTAREA */

.textArea {
	width: 80%;
	min-height: 100px;
	max-height: 500px;
	overflow: auto;
	border: 1px solid grey;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	margin: 8px 0 12px 6px;
}

.textArea_btnBlock {
	border: 1px solid grey;
	float: left;
	display: table;
	padding: 6px;
	margin: 6px;
}

.textArea_btnBlock button:first-child {
	margin: 0;
}
.textArea_btn {
	margin-left: 4px;
	//width: 16px;
	//height: 16px;
	padding: 2px 4px 2px 4px;
	text-align: center;
	vertical-align: middle;
}