@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	height: 100%;
	background-image: url(../images/bg19.png);
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 2em;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
h1 {
	margin-top:.5em;
}
h3 {
	float:right;
	font-size: 2em;
	margin-top: -1em;
	color: #9C9C56
}
hr {
	background-color: #b7b777;
	height: 1.15em;
	border: none;
}
header {
	padding: 2em;
}
main {
	padding: 2em;
}
/* sticky footer */
#wrap {
  	width: 90%;
	max-width: 1000px;
	min-height: 100%;/* equal to footer height */
	margin: 0 auto -168px auto; 
	background: white;
	border-right: 3px solid #b7b777;
	border-left: 3px solid #b7b777;
}
#wrap:after {
  content: "";
  display: block;
}
#footer, #wrap:after {
	height: 168px; /* must be the same height as footer */
}
#footer {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	background: #b7b777;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}

/* content */
.logo {
	float:left;
	margin-right: 1em;
}
.prod {
	padding: 1em;
	margin-bottom: 3em;
	-webkit-box-shadow: 10px 14px 39px -22px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 14px 39px -22px rgba(0,0,0,0.75);
	box-shadow: 10px 14px 39px -22px rgba(0,0,0,0.75);
	border-radius: 20px;
	border: 1px solid #f1f1f1;
	line-height: 1.3em;
}
.image img {
	float: left;
	width: 25%;
	height: auto;
	margin-right: 1em;
	border-radius: 20px 0 0 20px;
}
.title {
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 1.15em;
}
.desc {
	margin-bottom: .5em;
}
.order {
	font-size: 1.25em;
	font-weight: bold;
}
.order a {
	float: right;
	margin-right: 3em;
}
a.button {
	background-color: #b7b777;
	padding: .75em 1.8em;
	border-radius: 15px;
	color: black;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: normal;
	background: #eded8b;
  background-image: -webkit-linear-gradient(#eded8b, #b7b777);
  background-image: -o-linear-gradient(#eded8b, #b7b777);
  background-image: linear-gradient(#eded8b, #b7b777);
	border: 1px solid #8f8f22;
}
a.button:active {
	background: #b7b777;
  background-image: -webkit-linear-gradient(top, #b7b777, #8f8f22);
  background-image: -moz-linear-gradient(top, #b7b777, #8f8f22);
  background-image: -ms-linear-gradient(top, #b7b777, #8f8f22);
  background-image: -o-linear-gradient(top, #b7b777, #8f8f22);
  background-image: linear-gradient(to bottom, #b7b777, #8f8f22);
  text-decoration: none;
}
.contact {
	padding-top: 1em;
	text-align:center;
	color: white;
}
span.hide {margin: 0 .4em}
.contact a {
	color: #ffffff;
}
.CM {
	width: 100%;
	margin: 2em 0 0 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
}
.CM img {
	position: relative;
	top: .4em;
	border:0
}
.CM a {
	color: white;
	text-decoration: none;
}
@media (max-width: 745px){
	header {text-align: center}
	h1, h2, h3 {marign: 0 0 0 0;}
	h1 {margin-top: 0;}
	h3 {
		float: none;
		margin-top: 0;
	}
	#wrap {
		width: 100%;
		border: none;
		margin-bottom: -200px;
	}
	#footer {
		width: 100%;
		height: 200px;
	}
	.logo {
		float: none;
		width: 60%;
		max-width: 200px;
	}
	.prod {margin-bottom: 1.5em;}
	.image {text-align:center}
	.image img {
		float: none;
		width: 50%;
		max-width: 150px;
		margin: 0 auto .5em auto;
		border-radius: 5px;
	}
	
	.order {text-align:center;}
	a.button {
		display: block;
		float: none;
		width: 30%;
		margin: 1em auto;
	}
	.contact {
		width: 90%;
	}
	.contact span {
		display: block;
	}
	span.hide {display:none}
}
