/* #Reset  */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles */
body {
		background: #262626;
		font: 15px/18px 'Lato', sans-serif;
		font-weight: 700;
		color: #e5e5e5;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
}


/* #Typography & #Links */
h1, h2, h3, h4, h5, h6 {
	color: #e5e5e5;
	margin-bottom: 10px; }
h1 { font-family: 'Unna', serif; font-size: 48px; font-weight: 400; line-height: 48px;}
h2 { font-family: 'Lato', sans-serif; font-size: 26px; font-weight: 400; line-height: 32px;}
h3 { font-family: 'Lato', sans-serif; font-size: 20px; font-weight: 700; line-height: 22px;}
h4 { font-family: 'Lato', sans-serif; font-size: 16px; font-weight: 900; line-height: 19px;}
h5 { font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 900; line-height: 18px;}
h6 { font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 900; line-height: 17px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

p { margin: 0 0 20px 0; }
p:last-child {margin-bottom: 0;}
p.small {
	font-size: 12px;
	line-height: 15px;
}
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: bold; color: inherit; }

h3 i {
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
}

hr { border: solid #e5e5e5; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

a, a:visited { color: #e5e5e5; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #fff; }
p a, p a:visited { line-height: inherit; }


/* #Lists */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #table */
table.table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.table td,
table.table th {
	border: #ccc 1px solid;
	line-height: 130%;
	padding: 2px 4px;
}
table.table th {font-weight: 700;}
@media only screen and (max-width: 825px) {
	table.table td,
	table.table th {
		padding: 4px;
	}
}

/* #form */

form {margin-bottom: 20px;}
fieldset {margin-bottom: 20px;}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
		border: 1px solid #ccc;
		padding: 4px 4px;
		outline: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font: 14px 'Fira Mono', sans-serif;
		color: #231F20;
		margin: 0;
		width: 220px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
}
select {padding: 0;}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
		border: 1px solid #aaa;
 		color: #000;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2);
}
textarea {min-height: 60px; }

label,
legend {
	display: block;
	font-weight: bold;
}
fieldset label {display: inline;}
select {width: 220px;}
input[type="checkbox"] {display: inline;}

fieldset input[type="checkbox"],
fieldset input[type="radio"] {margin-right: 8px;}

input[type="text"].short {
	width: 70px !important;
	float: left;
	margin-right: 10px;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	margin-bottom: 20px;
	padding: 8px 12px 6px 12px;
	border: 0;
	line-height: normal;
	background: #C91B06;
	font-family: "VinylOT-Regular", sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(255, 255, 255, .25);
	color: #fff;
	cursor: pointer;
}
.button.reset,
button.reset,
input[type="reset"],
input[type="button"].reset {
	background: #9B9B9B;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #231F20;
	border: 0;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="submit"].bbuy {
	width: 100%;
}


/* #Styles */
.upp {text-transform: uppercase;}
.right {text-align: right;}
.flright {float: right !important;}
.flleft {float: left !important;}

.row {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	zoom: 1;
	text-align: left;
}

/* Self Clearing */
.row:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* #Clearfix */
.clearfix:before,
.clearfix:after {
	content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
