@import url(//fonts.googleapis.com/css?family=Josefin+Sans:400,700,400italic,700italic);

@font-face {
    font-family: Josefin Sans;
    src: url(//fonts.googleapis.com/css?family=Josefin+Sans:400,700,400italic,700italic);
}

body {
	background-image: url('/img/background.png');
	color: rgb(215, 215, 215);
	font-family: 'Josefin Sans', sans-serif;
	margin: 0px;
}

a {
	color: rgb(215, 215, 215);
}

#cookie12, #header12, #slider12, #container12, #footer12 {
	max-width: 1000px;
	margin: auto;
}

#cookie11 {
	text-align: center;
	background-color: rgb(244, 244, 244);
	color: rgb(19, 19, 19);
	padding: 6px;
	font-size: 12px;
	border-bottom: 1px solid rgb(195, 195, 195);
	display: none;
}

#cookie11 a {
	color: rgb(168, 168, 168);
	text-decoration: none;
}

#cookie11 span {
	background-color: rgb(194, 0, 0);
	color: white;
	padding: 2px 5px;
	border-radius: 10px;
	cursor: pointer;
}

#header11 {
	background-color: rgb(255, 255, 255);
	border-bottom: 4px solid rgb(194, 0, 0);
}

#header12 {
	height: 210px;
}

#logo {
	float: left;
}

#menu {
	float: right;
	margin-top: 42px;
}

img.logo {
	width: 280px;
	margin: 10px 0px 10px 0px;
}

ul.menu, ul.menu ul {
	-webkit-padding-start: 0px;
	list-style-type: none;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	margin: 0px;
	padding: 0px 0px;
}

ul.menu ul {
	display: none;
	padding-top: 14px;
	background-image: url('/img/menu_arrow.png');
	background-repeat: no-repeat;
	background-position:20% 0%;
}

ul.menu ul > li > a:hover {
	background-color: rgb(132, 0, 0);
}

ul.menu ul > li > a {
	color: white;
	background-color: rgb(194, 0, 0);
}

ul.menu > li:last-child > a {
	padding-right: 0px;
}

ul.menu ul > li:first-child  > a, ul.menu ul > li:first-child  > a:hover{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul.menu ul > li:last-child > a, ul.menu ul > li:last-child > a:hover {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

ul.menu > li {
	display: inline-block;
}

ul.menu > li  > a {
	padding: 13px 10px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: black;
}

ul.menu ul > li  > a {
	padding: 13px 10px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

ul.menu > li > a:hover {
	color: red;
}

#banner1 {
	margin-top: -90px;
	border: 4px solid white;
	box-shadow: 0px 0px 10px rgb(60, 60, 60);
	background-color: white;
}

#container11 {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

#left {
	width: 70%;
	display: inline-block;
}

#right {
	width: 26%;
	display: inline-block;
	float: right;
}

#container12 {
	margin-bottom: 40px;
}

#content {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 15px;
}

h2#title {
	-webkit-margin-before: 0px;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 22px;
	color: white;
	background-color: rgba(255, 0, 0, 0.6);
	padding: 10px 25px;
	-webkit-margin-after: 0px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	font-weight: lighter;
}

.podstrona_gallery a {
	width: 150px;
	height: 125px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0px 0px 4px black;
	border: 5px solid white;
	background-color: rgb(226, 226, 226);
	margin-right: 10px;
	margin-bottom: 10px;
}

.podstrona_gallery a img {
	//max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	display: block;
	margin: auto;
}

.banner_teaser h3 {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgb(168, 15, 15);
	padding: 7px 10px;
	font-size: 17px;
	font-weight: 100;
	display: inline-block;
}

.banner_teaser .banner_teaser_content {
	border-top: 2px solid rgb(168, 15, 15);
	margin-top: 2px;
	margin-bottom: 30px;
}

#footer11 {
	background-color: rgb(15, 15, 15);
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 30px rgb(168, 15, 15);
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

#footer12 p {
	margin: 0px;
}

#title_menu {
	margin-top: 0px;
	margin-bottom: 15px;
}

ul#menu_menu {
	-webkit-padding-start: 0px;
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
}

ul#menu_menu > li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 10px;
	width: 23%;
	text-align: center;
	font-size: 18px;
	padding: 30px 0px;
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid white;
	transition: 0.2s;
}

ul#menu_menu > li:hover {
	cursor: pointer;
	background-color: rgb(128, 6, 6);
}

.content_menu {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 15px;
}

.menu_selected {
	background: rgb(168, 15, 15) !important;
}

.menu_item {
	padding: 10px;
	margin-bottom: 8px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgb(73, 73, 73);
	border-radius: 5px;
}

.menu_item h3 {
	margin: 0px;
}

.menu_item  .menu_opis {
	font-size: 12px;
	color: rgb(134, 134, 134);
}

.menu_item .menu_cena {
	background-color: rgb(168, 15, 15);
	border-radius: 45px;
	width: 40px;
	height: 35px;
	display: block;
	text-align: center;
	font-size: 20px;
	padding-top: 5px;
	line-height: 30px;
}

.menu_item_left {
	display: inline-block;
}

.menu_item_right {
	display: inline-block;
	height: 100%;
	float: right;
}

h3.menu_kategoria:first-child {
	margin-top: 0px;
}

#contact_form {
	width: 100%;
}

#contact_form > table {
	width: 100%;
}

#contact_form .desc {
	font-size: 12px;
}

#contact_form .input { 
	padding-bottom: 5px;
}

#contact_form input, #contact_form textarea {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.21);
	outline-width: 0;
	border: 1px solid rgb(147, 147, 147);
	color: white;
	padding: 5px 0px;
}

#contact_form textarea {
	height: 100px;
}

#contact_form input[type=submit] {
	display: block;
	width: auto;
	margin: auto;
	background-color: rgb(182, 0, 0);
	border: 0px;
	padding: 7px 20px;
	color: white;
	font-size: 15px;
	border-radius: 6px;
	box-shadow: 0px 0px 2px black;
}

#contact_form input[type=submit]:hover {
	background-color: rgb(240, 0, 0);
	cursor: pointer;
	transition: 0.2s;
}

#response .ok {
	color: green;
}

#response .false {
	color: red;
}

#menu_fancy {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.fancy_menu {
	display: none;
	position: absolute;
	left: 10%;
	right: 10%;
	background-color: rgb(55, 55, 55);
	border-radius: 5px;
	box-shadow: 0px 0px 5px white;
	z-index: 3;
	margin-bottom: 40px;
}

.fancy_menu > h3 {
	padding: 0px 15px;
	text-align: center;
}

.fancy_header > span {
	position: absolute;
	right: -6px;
	top: -6px;
	border: 2px solid rgb(47, 47, 47);
	width: 25px;
	height: 20px;
	text-align: center;
	border-radius: 15px;
	padding-top: 5px;
}

.fancy_menu .fancy_header {
	position: relative;
}

.fancy_menu .fancy_header span {
	background-color: white;
}

.fancy_menu .fancy_header span img {
	width: 15px;
}

.fancy_menu .fancy_header img:hover {
	cursor: pointer;
}

#footer12 > div {
	display: inline-block;
}

#footer12 > div > ul , #footer12 > div > ul > li > ul{
	-webkit-padding-start: 0px;
	padding-left: 0px;
	list-style-type: none;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	margin: 0px;
}

#footer12 > div > ul a {
	text-decoration: none;
}

#footer12 > div > ul > li {
	display: inline-block;
	float: left;
	margin-right: 30px;
}

#footer12 > div > ul > li  > a {
	font-weight: bold;
}

#footer > div > ul > li > ul > li > a {
	color: rgb(147, 147, 147);
}

#fb_box {
	position: fixed;
	right: 0px;
	top: 20%;
	z-index: 1;
}

#fb_box #rest {
	background-color: white;
	width: 0px;
    overflow: hidden;
}

#fb_box #picture {
	float: left;
}

#fb_box .fb-like-box {
	border: 1px solid rgb(157, 157, 157);
}

#fb_box > div {
	display: inline-block;
}

#content img {
	max-width: 100%;
	height: auto;
}

#logo h1 {
	margin: 0px;
}