body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#header, #products, #banner, #footer, #copy, #error, #page, #banner2 {
	width: 100%;
}
#headerin {
	padding: 70px 50px;
}
#logo {
	width: 250px;
	position: absolute;
	left: 50px;
	top: 20px;
}
#rightmenu {

	position: absolute;
	right: 50px;
	top: 57px;
}
#menu {
	text-align: center;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	top: 70px;
}
#header a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px;
}
#header a:hover {
	color: rgb(90,90,90);
}
.active {
	color: rgb(150,150,150);
}
.fas, .fab {
	font-size: 150%;
	position: relative;
	top: 2px;
	opacity: 0.4;
}
#banner {
	background: rgb(244,244,244);
	text-align: center;
}
#bannerin {
	width: 50%;
	min-width: 800px;
	font-size: 150%;
	font-weight: 200;
	margin: 0 auto;
	padding: 50px 20px 90px 20px;
}
#banner2 {
	background: rgb(178,178,178);
	text-align: center;
}
#bannerin2 {
	width: 50%;
	min-width: 800px;
	min-height: 400px;
	margin: 0 auto;
	padding: 20px;
}
#footerin {
	width: 50%;
	min-width: 800px;
	
	margin: 0 auto;
	padding: 50px 20px 50px 20px;
	text-align: center;
}
#footer {
	background: rgb(15,15,15);
	color: white;
}
#copy {
	background: rgb(135,135,135);
	text-align: center;
	font-size: 80%;
	padding: 10px 0;
}
h2 {
	font-size: 250%;
	margin-top: 0;
}
#products {
	padding-bottom: 50px;
	text-align: center;
}
.product {
	display: inline-block;
	text-align: center;
	width: 24%;
	margin: 0;
	padding: 0;
	min-width: 400px;
	position: relative;
}
.product img {
	width: 70%;
	padding: 15% 15% 5% 15%;
}
.name {
	font-weight: bold;
}
.line {
	position: relative;
	padding-top: 5px;
	border-bottom: 1px solid rgb(200,200,200);
	margin: 0 auto 5px auto;
	width: 50px;
}
.line2 {
	position: relative;
	padding-top: 5px;
	border-bottom: 1px solid rgb(200,200,200);
	display: inline-block;
	width: 100px;
}
#email {
	padding-top: 20px;
}
.emailinput {
	border: 0;
	border-bottom: 1px solid white;
	background: rgb(15,15,15);
	color: white;
	padding: 3px 10px;
	width: 200px;
	border-radius: 0;
}
#newsletter {
	margin-top: 35px;
	padding: 25px 0 20px 0;
	border-top: 1px solid white;
}
#footerin a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#contwrap a:hover {
	text-decoration: underline;
}
#shipping {

	
}
#contact {
	
}
#shipping, #contact {
	display: inline-block;
	width: 35%;
	padding: 0 5%;
}
#contwrap {
	position: relative;
}
.add a {
	text-decoration: none;
	background: rgb(15,15,15);
	color: white;
	padding: 10px 30px;
}
.add a:hover {
	background: rgb(80,80,80);
}
.add {
	padding-top: 20px;
} 
.top {
	position: absolute;
	top: 12%;
	left: 12%;
	background: white;
	color: black;
	border: 1px solid black;
	padding: 7px 15px;
}
.quote {
	opacity: 0.5;
	font-style: italic;
	padding: 10px;
}
#error {
	text-align: left;
}
#errorin {
	padding: 100px;
	font-weight: bold;
}
#error a {
	text-decoration: none;
	color: rgb(128,128,128);
}
.large {
	font-size: 350%;
}
.large2 {
	font-size: 200%;
}
.large3 {
	font-size: 150%;
	border-top: 1px solid gray;
}
#pagein {
	width: 50%;
	min-width: 800px;
	margin: 0 auto;
	padding: 50px 20px 90px 20px;
}
.button2 {
	color: white;
	position: relative;
	top: -3px;
	left: 30px;
}
#page a {
	color: rgb(128,128,128);
}
.bigimage {
	width: 100%;
}
h1 {
	font-size: 350%;
	margin-top: 0;
}
.loginput {
	padding: 5px 10px;
	border: 1px solid rgb(128,128,128);
	border-radius: 0;
}
.logbut {
	border: 0;
}
.donate {
}
#kosik {
	width: 100%;
}
#kosik td {
	text-align: center;
}
.button, .button2 {
	color: white;
	padding: 7px 20px;
	background: rgb(128,128,128);
	text-decoration: none; 
}
.button:hover, .button2:hover {
	background: rgb(200,200,200);
	text-decoration: none;
}
.photo {
	position: relative;
}
.photo2 {
	float: left;
	padding-right: 50px;
}
#page {
	min-height: 600px;
}
#popis {
	position: relative;
}
.name a {
	color: black;
	text-decoration: none;
}
#popis a {
	color: white;
}
.plusminus {
	text-decoration: none;
	color: rgb(128,128,128);
	padding: 0 10px;
	font-size: 130%;
	
}
.frame {
	border: 1px solid black;
	padding: 10px 20px;
	display: inline-block;
}
