@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family:'Roboto';
	font-weight:700;
	font-size:16px;
	color: #999999;
	text-transform:uppercase;
}
h2 {
	font-family:'Roboto';
	text-transform:uppercase;
	font-weight:400;
	font-size:14px;
	color: #999999;
	margin-bottom:0;
}
h3 {
	font-family:'Roboto';
	text-transform:uppercase;
	font-size:30px;
	color: #333;
	margin-top:100px;
	padding-left:1%;
	margin-bottom:0;
	clear:none;
}
h4 {
	font-family:'Roboto';
	text-transform:uppercase;
	font-size:17px;
	color: #333;
	margin-top:20px;
	margin-bottom:15px;
}
p1 {
	font-family:'Roboto';
	font-weight:400;
	font-size:14px;
	color:#333;
	line-height:20px;
}
p2 {
	font-family:'Roboto';
	font-weight:400;
	font-size:20px;
	color:#999;
	line-height:30px;
}
.wrapper {
	max-width: 1520px;
	margin: 0 auto 0 auto;
	float: none;
	clear: both;
}
.wrapper-wide {
	max-width:1520px;
	padding:1%;
	margin: 0 auto 0 auto;
	float:none;
}
.topbar {
	width:100%;
	background-color:#f05a22;
	display:block;
	overflow:auto;
}
.topbar-item {
	width:auto;
	color:#FFFFFF;
	font-family:'Roboto';
	font-size:13px;
	padding: 6px 20px 6px 0px;
	clear:none;
	float:left;
	opacity:.8;
	/*-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;*/
}
.topbar-item:hover {
	opacity:1;
}
.logo {
	width: 200px;
	height: auto;
	float: left;
	clear: none;
	padding: 15px 0px 13px 1%;
}
.logo:hover {
	opacity: .9;
}
.swiper-container {
	width: 100%;
	height: 500px;
	padding-bottom:30px;
}
.category {
	width: 32%;
	height: auto;
	min-height:300px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	clear:none;
	float:left;
	margin-left:1%;
	margin-bottom: 1%;
}
.item-image {
	width: 50%;
	height: auto;
}
.item-image:hover {
	opacity: .8;
}
.category-title {
	width: auto;
	padding:2px;
	margin-top:16px;
	margin-left:2%;
	background-color:#000;
	color:#f05a22;
	font-family:'Roboto';
	font-size:22px;
	line-height:24px;
	font-weight:700;
	text-transform: uppercase;
	float:left;
	clear:both;
}
.category-copy {
	width: 75%;
	padding-left:2%;
	padding-top:6px;
	color:#FFFFFF;
	font-family:'Roboto';
	font-size:14px;
	font-weight:400;
	clear:both;
}
.category-copy-blk {
	width: 75%;
	padding-left:2%;
	padding-top:6px;
	color:#333333;
	font-family:'Roboto';
	font-size:14px;
	line-height:18px;
	font-weight:400;
	clear:both;
}
.category-link {
	width:auto;
	padding:2px;
	margin-top:10px;
	margin-left:2%;
	color:#FFFFFF;
	background-color:#000;
	font-family:'Roboto';
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	float:left;
}
.category-link:hover {
	color:#f05a22;
}
.slide-content {
	width:98%;
	max-height:500px;
	float: none;
	margin: 0 auto 0 auto;
	text-align:left;
}
.header {
	width:100%;
	height:250px;
	float: left;
	background-color:#000000;
	clear:both;
	margin-bottom:40px;
	text-align:center;
	background-position:center center;
	background-size:cover;
}
.footer {
	width:98%;
	height:auto;
	float: left;
	background-color:#000000;
	clear:both;
	margin-top:200px;
	padding: 0 1% 20px 1%;
}
.footer-column {
	width: auto;
	clear:none;
	float:left;
	font-family:'Roboto';
	font-size:14px;
	padding-right: 2%;
	margin-top:20px;
	color:#999999;
}
.footer-column:hover {
	color:#F05A22;
}
.specs-column {
	width: 24%;
	padding-left:1%;
	float:left;
	clear:none;
}
.line {
	width: 100%;
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	float: left;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom:30px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 100%;
}
.button {
	background-color: #F05A22;
	display:block;
	font-family:'Roboto';
	font-size:16px;
	font-weight:700;
	color:#FFFFFF;
	padding: 12px 20px 12px 20px;
	clear:both;
	float:left;
	margin:0% 0% 0% 1%;
	outline:none;
	border:none;
}
input[type="submit"]	{
	outline:none;
	border:none;
}
input[type="text"], textarea	{
	font-family:'Roboto';
	font-size:14px;
	font-weight:400;
	padding:5px;
}
fieldset {
	width:auto;
	border:none;
}
.button:hover {
	background-color: #232020;
}
.error {
	display: block;
	width:100%;
	margin-top:1px;
	margin-bottom:6px;
	color: #FF0000;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 700;
	float:left;
	clear:both;
}
label {
	color: #333;
	font-family: 'Roboto';
	font-size: 14px;
}

@media screen and (max-width: 799px) {

.wrapper {
	max-width:98%;
	margin: 0 auto 0 auto;
	float:none;
}
.wrapper-wide {
	max-width:98%;
	margin: 0 auto 0 auto;
	float:none;
}
.swiper-container {
	width: 100%;
	height: 280px;
	padding-bottom:4px;
}
.topbar-item {
	font-size:11px;
	padding: 6px 10px 6px 0px;
}
.logo {
	width: 160px;
	padding: 10px 0px 10px 0px;
}
.category {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 10px;
	margin-left: 0%;
	overflow: hidden;
}
.category-copy, .category-copy-blk {
	width: 96%;
}
.category-title {
	font-size:22px;
}
.slide-content {
	padding-top:30px;
	width: 100%;
	height:220px;
	text-align:center;
}
.item-image {
	padding-top:20px;
	width: 55%;
}
.header {
	width:100%;
}
.footer-column {
	clear:both;
	float:none;
	text-align:center;
}
.footer {
	padding-top:0px;
	margin-top:50px;	
}
.specs-column {
	width: 100%;
}
