@font-face {
	font-family: 'Rockwell';
	src: url('subset-Rockwell-Condensed.eot');
	src: url('subset-Rockwell-Condensed.eot?#iefix') format('embedded-opentype'), url('subset-Rockwell-Condensed.woff') format('woff'), url('subset-Rockwell-Condensed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rockwell Condensed';
	src: url('subset-Rockwell-CondensedBold.eot');
	src: url('subset-Rockwell-CondensedBold.eot?#iefix') format('embedded-opentype'), url('subset-Rockwell-CondensedBold.woff') format('woff'), url('subset-Rockwell-CondensedBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
body {
	background-image: url(../images/bg.jpg);
	background-position: bottom center;
	background-size: cover;
	color: #fff;
	font-family: 'Rockwell';
}
.wrapper {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto
}
.content {
	padding: 50px 0
}
.product-box {
	width: 46%;
	margin: 0 2%;
	float: left;
}
.ptxtarea {
	width: 100%;
	float: left;
	font-size: 2.3rem;
	margin-top: 20px;
}
.product-box img {
	width: 100%;
	height: auto
}
.plogo {
	float: left;
	width: 150px;
	margin-right: 20px
}
.ptxt {
	float: right;
	width: 68%
}
.ptxt a {
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #b56d36;
	display: block;
	float: left;
	margin-top: 20px;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.ptxt a:hover {
	background-color: #fff;
	color: #000
}
.ptxt h2 {
	font-family: 'Rockwell Condensed';
	text-transform: capitalize;
}
.wild-txt {
	float: left;
	width: 100%;
	margin-top: 50px;
	font-size: 1.6rem;
}
.address {
	    width: 47%;
    text-align: right;
    float: left;
    font-size: 110%;
    line-height: 130%;
}
.address h1 {
	font-family: 'Rockwell Condensed';
	font-size: 170%; margin-bottom:20px;
}
.office-hrs {
	width: 47%;
	text-align: left;
	float: left;
	margin-left: 2%;
	border-left: solid 1px #fff;
	padding-left: 2%;
}
.office-hrs h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 110%;
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
}
.office-hrs ul {
	margin: 0;
	width: 100%;
	float: left
}
.office-hrs ul li {
	display: block;
	margin-top: 6px;
	font-size: 90%;
}
.office-hrs ul li strong {
	width: 90px;
	font-weight: normal;
	display: inline-block;
}
