@font-face
{
	font-family: spcz;
	src: url('scz.ttf');
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url("leather.jpg");
	font-size: 12px;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
	-ms-text-size-adjust: 100%;
}

* hr,
.hide { display: none; }

a:active { outline: none; }
:focus { outline-style: none; }

*
{
	margin: 0px;
	padding: 0px;
}







.cen1
{
	float: right;
	position: relative;
	left: -50%;
	clear: both;
}

.cen2
{
	float: left;
	position: relative;
	left: 50%;
}






#header
{
	float: left;
	width: 100%;
	background-color: white;
	background-image: url("headerbg.gif");
	background-position: center bottom;
	background-repeat: repeat-x;
}

#header .home
{
	float: left;
	width: 131px;
	height: 32px;
	background-image: url("logo.svg");
	background-repeat: no-repeat;
	margin-top: 29px;
	margin-right: 40px;
}

#header ul
{
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#header ul li
{
	float: left;
	display: inline;
	margin-right: 12px;
}

#header ul li.m0
{display: none;
}


#header ul li.last
{
	margin-right: 0px;
}

#header ul li a
{
	float: left;
	color: #5e5e5e;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

#header ul li a span
{
	display: block;
	padding-top: 44px;
	padding-bottom: 27px;
}

#header ul li a:hover
{
	color: white;
	background-image: url("menubg.gif");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: black;
}





#mimg
{
	float: left;
	width: 100%;
	border-top: 1px solid #5e5e5e;
}

#mimg img
{
	width: 100%;
	float: left;
}


#mmsw
{
	display: none;
}




.title
{
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	background-image: url("titlebg.gif");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: black;
	font-family: spcz, Arial, Helvetica, sans-serif;
	color: white;
}

.title h1,
.title h2
{
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 49px;
}

.title a
{
	color: white;
	text-decoration: none;
}

.title a:hover
{
	text-decoration: underline;
}





.main
{
	float: left;
	width: 100%;
	background-color: white;
	background-image: url("fade-left.gif"), url("fade-right.gif");
	background-repeat: repeat-y;
	background-position: left top, right top;
}

.main .inner
{
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}





#address
{
	text-align: center;
	float: left;
	width: 100%;
	background-color: #5e5e5e;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
}

#address a
{
	color: white;
}

#address a:hover
{
	/*text-decoration: none;*/
	color: #cccccc;
}

#address span
{
	border-right: 1px solid white;
	padding-right: 15px;
	margin-right: 15px;
}

#address span:last-of-type
{
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}






#footer
{
	text-align: center;
	color: #888;
	padding-top: 28px;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}

#footer .credits
{
	padding-top: 10px;
	font-size: 11px;
	color: #888;
}

#footer .credits a
{
	color: #888;
}

#footer .credits a:hover
{
	color: #ccc;
/*	text-decoration: none;*/
}





.price
{
	display: flex;
	justify-content: center;
	padding-top: 1em;
}

.price div
{
	font-size: 20px;
	background-color: #5e5e5e;
	color: white;
	font-weight: normal;
	font-style: italic;
	padding: 5px 10px;
	border-radius: 5px;
	transform: rotate(-2.5deg);
	display: inline-block;
	margin-bottom: 50px;
}

.main .price div:hover
{
	background-color: #5b0000;
}








@media screen and (max-width: 1060px)
{
	.title h1,
	.title h2
	{
		padding-top: 15px;
		font-size: 40px;
	}
}


@media screen and (max-width: 940px)
{
	.main
	{
		background-size: 150px;
	}
	
	#header .cen1
	{
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.title h1,
	.title h2
	{
		font-size: 33px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.cen1,
	.cen2
	{
		float: none;
		position: static;
	}
}



@media screen and (max-width: 790px)
{
	#header
	{
		height: 88px;
	}

	#header ul
	{
		position: absolute;
		right: 50px;
		top: 89px;
		background-color: white;
		z-index: 10;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
		display: none;
	}
	
	#header ul li
	{
		clear: both;
		width: 100%;
		margin-right: 0px;
	}
	
	#header ul li a
	{
		width: 100%;
		margin-right: 0px;
		padding: 0px;
	}
	
	#header ul li a span
	{
		padding: 15px 15px;
	}
	
	#header ul li a:hover
	{
		background-size: 100% 100%;
	}
	
	#header ul li.m0
	{
		display: block;
	}
	
	#mmsw
	{
		background-image: url("mmsw.svg");
		background-size: 40px;
		background-repeat: no-repeat;
		background-position: center;
		width: 80px;
		height: 80px;
		display: block;
		float: right;
		margin-top: 4px;
		margin-right: -20px;
	}
}



@media screen and (max-width: 705px)
{
	#address
	{
		font-size: 14px;
		padding-left: 50px;
		padding-right: 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.6em;
	}
}


@media screen and (max-width: 650px)
{
	#header ul
	{
		right: 25px;
	}

	#address,
	#header .cen1
	{
		padding-left: 25px;
		padding-right: 25px;
	}

	
	.title h1,
	.title h2
	{
		font-size: 26px;
		padding-left: 25px;
		padding-right: 25px;
	}
}



@media screen and (max-width: 490px)
{
	#address
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#address span
	{
		display: block;
		padding-right: 0px;
		margin-right: 0px;
		border: none;
		line-height: 1.8em;
	}
}




@media screen and (max-width: 400px)
{
	.main
	{
		background-size: 100px;
	}
}