/* TDMK Stylesheet
		 *
		 * By Leigh Beadon. Based on HTML5 Boilerplate (original notice follows)
		 *
		 *
		 * * HTML5 Boilerplate
		 * *
		 * * What follows is the result of much research on cross-browser styling.
		 * * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
		 * * Kroc Camen, and the H5BP dev community and team.
		 */

/* ==========================================================================
   Web Fonts (CSS Generated By Font Squirrel)
   ========================================================================== */

@font-face {
	font-family: 'Furore';
	src: url('../fonts/Furore-webfont.eot');
	src: url('../fonts/Furore-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Furore-webfont.woff') format('woff'),
	url('../fonts/Furore-webfont.ttf') format('truetype'),
	url('../fonts/Furore-webfont.svg#FuroreRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bebasneue';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BebasNeue-webfont.woff') format('woff'),
	url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
	url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 25px 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   TDMK Styles
   ========================================================================== */

@keyframes pulse1 {
	0% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
	80% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
	90% {
		color: rgba(255, 255, 255, .9);
		text-shadow: 0 0 5px rgba(255, 255, 255, .5);
	}
	100% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes pulse1 {
	0% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
	80% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
	90% {
		color: rgba(255, 255, 255, .9);
		text-shadow: 0 0 5px rgba(255, 255, 255, .5);
	}
	100% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
}

@-moz-keyframes pulse1 {
	0% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
	80% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
	90% {
		color: rgba(255, 255, 255, .9);
		text-shadow: 0 0 5px rgba(255, 255, 255, .5);
	}
	100% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
}

@-o-keyframes pulse1 {
	0% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
	80% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
	90% {
		color: rgba(255, 255, 255, .9);
		text-shadow: 0 0 5px rgba(255, 255, 255, .5);
	}
	100% {
		color: rgba(255, 255, 255, .75);
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	}
}

.ani-pulse1 {
	animation-name: pulse1;
	animation-duration: 5s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	-webkit-animation-name: pulse1;
	-webkit-animation-duration: 5s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: pulse1;
	-moz-animation-duration: 5s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: pulse1;
	-o-animation-duration: 5s;
	-o-animation-delay: 0s;
	-o-animation-iteration-count: infinite;
}

@keyframes pulse2 {
	0% {
		color: rgba(255, 255, 255, .75);
	}
	50% {
		color: #9ab43f;
	}
	100% {
		color: rgba(255, 255, 255, .75);
	}
}

@-webkit-keyframes pulse2 {
	0% {
		color: rgba(255, 255, 255, .75);
	}
	50% {
		color: #9ab43f;
	}
	100% {
		color: rgba(255, 255, 255, .75);
	}
}

@-moz-keyframes pulse2 {
	0% {
		color: rgba(255, 255, 255, .75);
	}
	50% {
		color: #9ab43f;
	}
	100% {
		color: rgba(255, 255, 255, .75);
	}
}

@-o-keyframes pulse2 {
	0% {
		color: rgba(255, 255, 255, .75);
	}
	50% {
		color: #9ab43f;
	}
	100% {
		color: rgba(255, 255, 255, .75);
	}
}

.ani-pulse2 {
	animation-name: pulse2;
	animation-duration: 4s;
	animation-delay: 2s;
	animation-iteration-count: 1;
	-webkit-animation-name: pulse2;
	-webkit-animation-duration: 4s;
	-webkit-animation-delay: 2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: pulse2;
	-moz-animation-duration: 4s;
	-moz-animation-delay: 2s;
	-moz-animation-iteration-count: 1;
	-o-animation-name: pulse2;
	-o-animation-duration: 4s;
	-o-animation-delay: 2s;
	-o-animation-iteration-count: 1;
}


.w1 {
	width: 55px;
}

.w2 {
	width: 110px;
}

.w3 {
	width: 165px;
}

.w4 {
	width: 220px;
}

.w5 {
	width: 275px;
}

.w6 {
	width: 330px;
}

.w7 {
	width: 385px;
}

.w8 {
	width: 440px;
}

.w9 {
	width: 495px;
}

.w10 {
	width: 550px;
}

.w11 {
	width: 605px;
}

.w12 {
	width: 660px;
}

.w13 {
	width: 715px;
}

.w14 {
	width: 770px;
}

.w15 {
	width: 825px;
}

.w16 {
	width: 880px;
}

.w17 {
	width: 935px;
}

.w18 {
	width: 990px;
}

.w19 {
	width: 1045px;
}

.w20 {
	width: 1100px;
}

.w21 {
	width: 1155px;
}

.l0 {
	left: 0;
}

.l1 {
	left: 55px;
}

.l2 {
	left: 110px;
}

.l3 {
	left: 165px;
}

.l4 {
	left: 220px;
}

.l5 {
	left: 275px;
}

.l6 {
	left: 330px;
}

.l7 {
	left: 385px;
}

.l8 {
	left: 440px;
}

.l9 {
	left: 495px;
}

.l10 {
	left: 550px;
}

.l11 {
	left: 605px;
}

.l12 {
	left: 660px;
}

.l13 {
	left: 715px;
}

.l14 {
	left: 770px;
}

.l15 {
	left: 825px;
}

.l16 {
	left: 880px;
}

.l17 {
	left: 935px;
}

.l18 {
	left: 990px;
}

.l19 {
	left: 1045px;
}

.l20 {
	left: 1100px;
}

.l21 {
	left: 1155px;
}

.r0 {
	right: 0;
}

.r1 {
	right: 55px;
}

.r2 {
	right: 110px;
}

.r3 {
	right: 165px;
}

.r4 {
	right: 220px;
}

.r5 {
	right: 275px;
}

.r6 {
	right: 330px;
}

.r7 {
	right: 385px;
}

.r8 {
	right: 440px;
}

.r9 {
	right: 495px;
}

.r10 {
	right: 550px;
}

.r11 {
	right: 605px;
}

.r12 {
	right: 660px;
}

.r13 {
	right: 715px;
}

.r14 {
	right: 770px;
}

.r15 {
	right: 825px;
}

.r16 {
	right: 880px;
}

.r17 {
	right: 935px;
}

.r18 {
	right: 990px;
}

.r19 {
	right: 1045px;
}

.r20 {
	right: 1100px;
}

.r21 {
	right: 1155px;
}


.mediakit {
	background-color: #222;
	background-image: url('../images/bg-mediakit.png');
	background-repeat: repeat;
}

header#TopBar {
	font-family: 'Furore', sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 48px;

	background-repeat: repeat;
	background: rgb(200, 202, 204);
	background-image: url('../images/bg-topbar.png');
	background: url('../images/bg-topbar.png'), -moz-linear-gradient(top, rgba(200, 202, 204, 1) 0%, rgba(153, 155, 157, 1) 94%, rgba(104, 106, 110, 1) 100%); /* FF3.6+ */
	background: url('../images/bg-topbar.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(200, 202, 204, 1)), color-stop(94%, rgba(153, 155, 157, 1)), color-stop(100%, rgba(104, 106, 110, 1))); /* Chrome,Safari4+ */
	background: url('../images/bg-topbar.png'), -webkit-linear-gradient(top, rgba(200, 202, 204, 1) 0%, rgba(153, 155, 157, 1) 94%, rgba(104, 106, 110, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/bg-topbar.png'), -o-linear-gradient(top, rgba(200, 202, 204, 1) 0%, rgba(153, 155, 157, 1) 94%, rgba(104, 106, 110, 1) 100%); /* Opera 11.10+ */
	background: url('../images/bg-topbar.png'), -ms-linear-gradient(top, rgba(200, 202, 204, 1) 0%, rgba(153, 155, 157, 1) 94%, rgba(104, 106, 110, 1) 100%); /* IE10+ */
	background: url('../images/bg-topbar.png'), linear-gradient(to bottom, rgba(200, 202, 204, 1) 0%, rgba(153, 155, 157, 1) 94%, rgba(104, 106, 110, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8cacc', endColorstr='#686a6e', GradientType=0); /* IE6-9 */

	box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
	-o-box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
}

header#TopBar h1 {
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 0;
	color: rgba(0, 0, 0, .6);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .25);
	margin: 5px 8px 5px 12px;
	position: relative;
	bottom: 11px;
}

header#TopBar h1 a {
	display: inline-block;
	width: 182px;
	height: 38px;
	margin-right: 2px;
	background-image: url('../images/logo-topbar.png');
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	top: 10px;
}

.sales-top-nav {
	display: block;
	margin: 0;
	padding: 0;
	height: 26px;
	position: absolute;
	top: 0;
	right: 9px;
}

.sales-top-nav .menu {
	margin: 10px 0;
}

.sales-top-nav .menu-item {
	list-style: none;
	display: inline-block;
}

.sales-top-nav a {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	height: 12px;
	padding: 7px 10px;
	color: rgba(0, 0, 0, .6);
	border: 1px solid rgba(128, 128, 128, .5);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	background: #aaa;
	background: rgba(255, 255, 255, .4);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(204, 204, 204, 0.4) 55%, rgba(221, 221, 221, 0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(45%, rgba(255, 255, 255, 0.4)), color-stop(55%, rgba(204, 204, 204, 0.4)), color-stop(100%, rgba(221, 221, 221, 0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(204, 204, 204, 0.4) 55%, rgba(221, 221, 221, 0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(204, 204, 204, 0.4) 55%, rgba(221, 221, 221, 0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(204, 204, 204, 0.4) 55%, rgba(221, 221, 221, 0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(204, 204, 204, 0.4) 55%, rgba(221, 221, 221, 0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66dddddd', GradientType=0); /* IE6-9 */
}

.sales-top-nav a:hover {
	background: #ccc;
	background: rgba(255, 255, 255, .7);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 45%, rgba(221, 221, 221, 0.7) 55%, rgba(238, 238, 238, 0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(45%, rgba(255, 255, 255, 0.7)), color-stop(55%, rgba(221, 221, 221, 0.7)), color-stop(100%, rgba(238, 238, 238, 0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 45%, rgba(221, 221, 221, 0.7) 55%, rgba(238, 238, 238, 0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 45%, rgba(221, 221, 221, 0.7) 55%, rgba(238, 238, 238, 0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 45%, rgba(221, 221, 221, 0.7) 55%, rgba(238, 238, 238, 0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 45%, rgba(221, 221, 221, 0.7) 55%, rgba(238, 238, 238, 0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3eeeeee', GradientType=0); /* IE6-9 */
}

.sales-nav {
	position: fixed;
	top: 44px;
	right: 0;
	z-index: 990;
	height: 32px;
	width: 145px;
	overflow: hidden;
	background: transparent;

	-webkit-transition-property: width;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: .1s;

	-moz-transition-property: width;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-moz-transition-delay: .1s;

	-o-transition-property: width;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-o-transition-delay: .1s;

	transition-property: width;
	transition-duration: .3s;
	transition-timing-function: ease;
	transition-delay: .1s;

	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.sales-nav:hover {
	width: 100%;
	-webkit-transition-property: width;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: .1s;

	-moz-transition-property: width;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-moz-transition-delay: .1s;

	-o-transition-property: width;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-o-transition-delay: .1s;

	transition-property: width;
	transition-duration: .3s;
	transition-timing-function: ease;
	transition-delay: .1s;
}

.sales-nav > div {
	font-family: 'Furore', sans-serif;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .6);
	padding: 10px 10px 6px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: repeat;
	background: rgb(86, 88, 92); /* Old browsers */
	background-image: url('../images/bg-topbar.png');
	background: url('../images/bg-topbar.png'), -moz-linear-gradient(top, rgba(86, 88, 92, 1) 0%, rgba(75, 77, 79, 1) 96%, rgba(36, 37, 38, 1) 100%); /* FF3.6+ */
	background: url('../images/bg-topbar.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(86, 88, 92, 1)), color-stop(96%, rgba(75, 77, 79, 1)), color-stop(100%, rgba(36, 37, 38, 1))); /* Chrome,Safari4+ */
	background: url('../images/bg-topbar.png'), -webkit-linear-gradient(top, rgba(86, 88, 92, 1) 0%, rgba(75, 77, 79, 1) 96%, rgba(36, 37, 38, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/bg-topbar.png'), -o-linear-gradient(top, rgba(86, 88, 92, 1) 0%, rgba(75, 77, 79, 1) 96%, rgba(36, 37, 38, 1) 100%); /* Opera 11.10+ */
	background: url('../images/bg-topbar.png'), -ms-linear-gradient(top, rgba(86, 88, 92, 1) 0%, rgba(75, 77, 79, 1) 96%, rgba(36, 37, 38, 1) 100%); /* IE10+ */
	background: url('../images/bg-topbar.png'), linear-gradient(to bottom, rgba(86, 88, 92, 1) 0%, rgba(75, 77, 79, 1) 96%, rgba(36, 37, 38, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56585c', endColorstr='#242526', GradientType=0); /* IE6-9 */

}

.sales-nav h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 20px 12px;
	padding: 0;
	float: right;
}

.sales-nav ul {
	margin: 0;
	padding: 0;
	float: right;
}

.sales-nav ul li {
	display: inline;
}

.sales-nav ul li:after {
	content: " | ";
	color: rgba(255, 255, 255, .3);
}

.sales-nav ul li a {
	color: inherit;
	text-decoration: none;

	-webkit-transition-property: color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;

	-moz-transition-property: color;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease;
	-moz-transition-delay: 0s;

	-o-transition-property: color;
	-o-transition-duration: .2s;
	-o-transition-timing-function: ease;
	-o-transition-delay: 0s;

	transition-property: color;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.sales-nav ul li a:hover {
	color: rgba(20, 138, 242, 1);

	-webkit-transition-property: color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;

	-moz-transition-property: color;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease;
	-moz-transition-delay: 0s;

	-o-transition-property: color;
	-o-transition-duration: .2s;
	-o-transition-timing-function: ease;
	-o-transition-delay: 0s;

	transition-property: color;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-delay: 0s;
}


#art_board {
	margin: 48px auto 0 auto;
	width: 1100px;
	position: relative;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #ccc;
	max-width: 100%;
}

#art_board a {
	text-decoration: none;
	color: rgba(20, 138, 242, .8);
}

#art_board a:hover {
	color: rgba(20, 138, 242, 1);
}

#art_board h2, #art_board h3, #art_board h4, #art_board h5, #art_board h6, nav.title-nav a, #art_board label {
	font-family: 'bebasneue', sans-serif;
	font-weight: normal;
	line-height: .9;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .75);
	padding: 0;
	margin-top: 0;
}

.title-nav {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.title-nav-link:not(:last-child):after {
	content: '|';
	color: #ffffff;
	opacity: 0.75;
	font-weight: bold;
	margin: 0 5px;
}

#art_board h2 {
	font-size: 92px;
	margin-bottom: 6px;
}

#art_board h3 {
	color: rgba(255, 255, 255, .5);
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

#art_board h4 {
	color: #eacb60;
	font-family: 'Furore', sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

#art_board p {
	margin-top: 0;
	margin-bottom: 16px;
}

#art_board ul.highlight {
	margin-top: 8px;
	padding-left: 1.6em;
	font-size: 120%;
	font-style: italic;
}

table.stats {
	margin: 24px 0 0 0;
	width: 100%;
	text-align: center;
}

table.stats tbody {
	font-family: 'Furore', sans-serif;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #eacb60;
}

table.stats tbody td {
	padding-bottom: 8px;
}

table.stats tfoot {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.frame-fade {
	background-color: rgba(255, 255, 255, .07);
	margin: 0;
	padding: 0;
}

.pullquote {
	font-family: 'Furore', sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .75);
}

.pullquote > span {
	font-family: Helvetica, sans-serif;
	font-style: italic;
	display: block;
	text-align: right;
	margin-top: 4px;
	font-size: 11px;
	letter-spacing: 0;
	color: rgba(255, 255, 255, .6);
}

.pullquote > span > strong {
	font-size: 13px;
	color: rgba(100, 210, 255, .8);
}

.column-float {
	display: block;
	float: left;
	padding: 0;
	margin: 0 55px 0 0;
}

.column, .art-object {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.arrow-slalomdown {
	margin: -105px auto 0;
	opacity: .07;
	width: 193px;
	height: 518px;
}

.slal-image1 {
	top: 30px;
	left: 6px;
}

.slal-image2 {
	top: 110px;
	left: 157px;
}

.slal-image3 {
	top: 200px;
	left: 3px;
}

.slal-image4 {
	top: 280px;
	left: 145px;
}

.object-imac {
	top: 0;
	left: 0;
	z-index: 100;
	width: 275px;
	height: 221px;
}

.slide-show-fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 20s;
	animation-name: fade;
	animation-duration: 20s;
	animation-delay: 20s;
}

.mediakit-top-slide-show-wrap {
	height: 221px;
}

.mediakit-top-slide {
	top: 9px;
	left: 8px;
	z-index: 99;
}

.mediakit-bottom-slide-show-wrap {
	top: 146px;
}

.mediakit-bottom-slide-show-frame {
	opacity: .07;
	z-index: 60;
	width: 825px;
	height: 517px;
}

.mediakit-bottom-slide-show-figure {
	z-index: 70;
	left: 590px;
	top: 152px;
	width: 195px;
	height: 258px;
}

.mediakit-bottom-slide {
	z-index: 75;
	top: 0;
	left: 0;
	width: 195px;
	height: 258px;
}

.mediakit-audience-testimonial-slide-wrap {
	width: 243px;
	height: 220px;
	margin: 0 0 0 16px;
	align-items: center;
	display: flex;
}

.mediakit-audience-testimonial-slide {
	margin: 0 25px 15px;
	padding-top: 14px;
	display: none;
}

.figure-cyclists {
	margin: 0 auto;
	width: 275px;
	height: 370px;
}

.figure-curve-top {
	margin: 0 auto;
	width: 243px;
	opacity: .07;
	height: 30px;
}

.figure-line-divider {
	margin: 0 0 0 16px;
	opacity: .07;
	width: 1070px;
	height: 30px;
}

.figure-frame-fade {
	width: 243px;
	margin: 0 0 0 18px;
	height: 20px;
}

.figure-frame-fade-philosophy {
	width: 203px;
	margin: 0 auto;
	height: 75px;
	background: rgba(255, 255, 255, .05);
}

.figure-curve-bottom {
	margin: 0 0 0 18px;
	width: 243px;
	height: 30px;
	opacity: .07;
}

.figure-badge-wrap {
	margin: 0 0 0 18px;
	width: 243px;
	height: 370px;
}

.figure-badge-embossed {
	margin: 0 auto;
	top: 80px;
	left: 31px;
	width: 217px;
	height: 218px;
}

.figure-philosophy-content {
	margin: 0 auto;
	width: 270px;
	height: 304px;
}

.figure-frame-zigzag {
	margin: 0 auto;
	opacity: .05;
	width: 203px;
	height: 42px;
}

.figure-arrow-divider {
	opacity: .07;
	z-index: 60;
	width: 825px;
	height: 262px;
}

.figure-conversion-wrap {
	z-index: 70;
	left: 550px;
	top: 110px;
	width: 275px;
}

.figure-conversion {
	width: 269px;
	height: 325px;
}

.figure-bluebar {
	width: 1100px;
	height: 30px;
	max-width: 100%;
}

.figure-bluebar-gallery {
	padding-top: 30px;
}

.figure-top-slide-show {
	top: 9px;
	left: 8px;
	z-index: 89;
}

.philosophy-slideshow-box {
	top: 146px;
}

.mediakit-block {
	padding-top: 55px;
	z-index: 200;
}

.mediakit-horizontal {
	margin-bottom: 12px;
}

.gallery-block {
	padding-top: 25px;
	z-index: 200;
}

.gallery-header {
	padding-top: 45px;
	z-index: 200;
	text-align: center;
}

#art_board .gallery-block-content p {
	margin-bottom: 0;
}

.gallery-block-title {
	padding-top: 3px;
}

.gallery-block-image {
	width: 330px;
	height: 280px;
}

.section-contact-top {
	padding-top: 45px;
	z-index: 200;
	text-align: center;
}

.section-contact-form {
	padding-top: 25px;
	z-index: 200;
}

.mediakit-contact-from .contact-form .grunion-field-wrap {
	margin-bottom: 10px;
}

.mediakit-contact-from .contact-form label {
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
	color: rgba(255, 255, 255, .5);
	font-size: 30px;
	letter-spacing: 1px;
	padding-top: 5px;
}

.mediakit-contact-from .contact-form label span {
	display: none;
}

.mediakit-contact-from .contact-form input.name,
.mediakit-contact-from .contact-form input.email,
.mediakit-contact-from .contact-form input.telephone,
.mediakit-contact-from .contact-form textarea {
	display: inline-block;
	width: 74%;
	box-sizing: border-box;
	font-size: 20px;
	line-height: .9;
	margin: 0;
	padding: 4px 8px;
	background-color: rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .6);
	color: #fff;
	float: right;
}

.mediakit-contact-from .contact-form .contact-submit {
	padding-top: 10px;
	clear: both;
}

.mediakit-contact-from .contact-form .contact-submit button {
	text-transform: uppercase;
	max-width: 100%;
}

#art_board a.arrow-button,
#art_board input.arrow-submit,
.mediakit-contact-from .contact-form .contact-submit button {
	display: block;
	width: 1100px;
	max-width: 100%;
	height: 20px;
	margin: 24px auto 55px;
	padding: 20px 0;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Furore', sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	opacity: .5;
	background-image: url('../images/g-bigarrow.svg');
	background-repeat: no-repeat;

	-webkit-transition-property: opacity;
	-webkit-transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;

	-moz-transition-property: opacity;
	-moz-transition-duration: .4s;
	-moz-transition-timing-function: ease;
	-moz-transition-delay: 0s;

	-o-transition-property: opacity;
	-o-transition-duration: .4s;
	-o-transition-timing-function: ease;
	-o-transition-delay: 0s;

	transition-property: opacity;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

#art_board input.arrow-submit,
.mediakit-contact-from .contact-form .contact-submit button {
	border: 0;
	background-color: transparent;
	height: 60px;
}

#art_board a.arrow-button > span {
	color: rgba(30, 150, 255, 1);
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .6s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: .1s;

	-moz-transition-property: opacity;
	-moz-transition-duration: .6s;
	-moz-transition-timing-function: ease;
	-moz-transition-delay: .1s;

	-o-transition-property: opacity;
	-o-transition-duration: .6s;
	-o-transition-timing-function: ease;
	-o-transition-delay: .1s;

	transition-property: opacity;
	transition-duration: .6s;
	transition-timing-function: ease;
	transition-delay: .1s;
}

#art_board a.arrow-button:hover,
#art_board input.arrow-submit:hover,
.mediakit-contact-from .contact-form .contact-submit button:hover {
	opacity: 1;
}

#art_board input.arrow-submit:focus,
.mediakit-contact-from .contact-form .contact-submit button:focus {
	outline: none;
}

.subcol2-float {
	display: block;
	float: left;
	padding: 0;
	width: 370px;
	margin: 0 30px 0 0;
}

.subcol2 {
	display: block;
	padding: 0;
	width: 370px;
	margin: 0;
	overflow: hidden;
}

.subcol2 p, .subcol2-float p {
	text-align: justify;
}

.textcols2 {
	text-align: justify;
	column-count: 2;
	column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-o-column-count: 2;
	-o-column-gap: 30px;
}

.abs {
	position: absolute;
}

.fix {
	position: fixed;
}

.rel {
	position: relative;
}

.clip {
	overflow: hidden;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clear {
	clear: both;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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

	#art_board {
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
