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, tt, varÃ¥, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, #logo, 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;
}

/* BEGIN STYLING */

body {
 	background-image: url('images/background.jpg');
 	background-repeat: repeat;
 	background-position: center center;
 	background-color: #000;
 	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
 	font-size: 11pt;
 	color: #DDD;
 	font-weight: 100;
}
section {
	margin-bottom: 10px;
	overflow: hidden;
}
section ul {
	list-style-type: disc;
	margin: 6px 25px;
}
section li {
	margin: 3px 10px;
}
.fpfbwidget {
	width: 100%;
	height: 200px;
}

.green {
	color: #07d600;
	font-weight: 500;
}
.red {
	color: #9e0000;
	font-weight: 500;
}
.yellow {
	color: #dba800;
	font-weight: 500;
}
.fb_iframe_widget {

}

/* Content */

#wrapper {
	width: 960px;
	height: auto;
	position: relative;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.55);
	-webkit-box-shadow: 0 0 16px 2px rgba(0,0,0,1);
	box-shadow: 0 0 16px 2px rgba(0,0,0,1);
}
p {
	margin: 5px 30px;
}
h1 {
	margin: 15px 10px;
	font-size: 2.1em;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #FFF;
	text-shadow: 0 3px 7px rgba(0,0,0,0.6);
}
h2 {
	margin: 10px 15px;
	font-size: 1.8em;
	color: #ff8205;
}
h3 {
	margin: 5px 20px;
	font-size: 1.6em;
	color: #ad5700;
	font-weight: 300;
}
h4, h5, h6 {
	margin: 5px 25px;
	font-size: 1.7em;
	font-weight: 200;
	color: #DDD;
}
a {
	color: #ff8205;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
.clear-both {
	clear:both;
}
p {
	font-size: 13pt;
	margin: 12px 2%;
	line-height: 1.1em;
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    clear: both;
}
article ul {
	margin-left: 20px;
	list-style-type: square;
}
article ul li {
	margin-left: 20px;
}
h5 {
	font-size: 14pt;
	opacity: 0.8;
}
blockquote {
	font-size: 1.2em;
	opacity: 0.8;
	margin: 10px 40px;
	font-style: italic;
}

/* Layout */

header {
	height: 250px;
	width: 100%;
	background-position: center top;
	position: relative;
	background-image: url('images/header.jpg');
	background-position: center center;
}
#wrapper header h1, #wrapper header h2{
	display: none;
}
header #logo {
	width: 433px;
	height: 73px;
	bottom: 40px;
	left: 283px;
	position: absolute;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
}
nav.top {
	height: 30px;
	width: 100%;
	position: relative;
	margin-top: -30px;
}
nav.top ul {
	list-style-type: none;
	margin-left: 10px;
}
nav.top ul li {
	display: inline-block;
	height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid rgba(255,255,255,0.2);
	position: relative;
}
nav.top ul li:last-child {
	border-right: 1px solid rgba(255,255,255,0.2);
}
nav.top ul li a {
	color: #FFF;
	padding: 0 10px;
	line-height: 30px;
	font-size: 12pt;
	vertical-align: center;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
nav.top ul li a:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
}
footer {
	padding-top: 10px;
}
footer nav {
	text-align: center;
	margin-bottom: 15px;
}
footer nav ul li {
	display: inline-block;
	border-right: 1px solid #777;
}
footer nav ul li:last-child {
	border-right: none;
}
footer nav ul li a {
	font-size: 12pt;
	color: #AAA;
	padding: 2px 6px;
}
footer p {
	display: block;
	padding: 10px 0;
	font-size: 10pt;
	text-align: center;
}


dt {
	font-size: 1.2em;
	color: #ff7b0f;
	font-weight: 300;
	margin: 8px 0 0 0;
}
dd {
	margin: 0 0 0 20px;
}

div.column1of3 {
	width: 30.2%;
	float: left;
	border-right: 1px solid #a6a6a6;
	padding: 10px 1.5%;
	height: auto;
	position: relative;
}
div.column1of3:last-child {
	border-right: none;
}

/* Home */

.frontpageimg {
	width: 54%;
	margin: 12px 3%;
	height: auto;
	float: left;
	-webkit-box-shadow: 0 4px 9px 2px rgba(0,0,0,0.6);
	box-shadow: 0 4px 9px 2px rgba(0,0,0,0.6);
}
@media all and (min-width: 501px) {
	#frontinfo {
		width: 40%;
		float: right;
		text-align: right !important;
	}
	#frontinfo p {
		margin: 10px 20px 10px 40px;
	}
	#frontinfo * {
		margin-right: 20px !important;
	}
}

#site-info {
	width: 90%;
	height: auto;
	padding: 6px 5%;
	background-color: rgba(255,0,0,0.4);
	color: white;
	font-size: 12pt;
}

/* Photoshoots */

#photoshoot-scroller {
	height: 560px;
	width: 100%;
	position: relative;
	overflow-x: auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-face-color: transparent;
    scrollbar-shadow-color: #transparent;
    scrollbar-highlight-color: #444;
    scrollbar-3dlight-color: #transparent;
    scrollbar-darkshadow-color: #000;
    scrollbar-track-color: #222;
    scrollbar-arrow-color: #222;
}
#photoshoot-scroller::-webkit-scrollbar {
	width:9px;
	height:9px;
	background-color: transparent;
}
#photoshoot-scroller::-webkit-scrollbar-button:start:decrement,#photoshoot-scroller ::-webkit-scrollbar-button:end:increment {
	display:block;
	height:0;
	background-color:transparent;
}
#photoshoot-scroller::-webkit-scrollbar-track-piece {
	background-color:#222;
	-webkit-border-radius:0;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}
#photoshoot-scroller::-webkit-scrollbar-thumb:vertical {
	height:50px;
	background-color:#444;
	-webkit-border-radius:8px;
}
#photoshoot-scroller::-webkit-scrollbar-thumb:horizontal {
	width:50px;
	background-color:#444;
	-webkit-border-radius:8px;
}
#photoshoot-container {
	height: 500px;
	width: auto;
	padding: 10px 2% 20px 2%;
	white-space: nowrap;
	visibility: visible;
	z-index: 20;
	float: left;
	position: relative;
}
#photoshoot-container section {
	width: 300px;
	height: 100%;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	background-color:rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.025);
	border-bottom: none;
	-webkit-box-shadow: 0 4px 10px 2px rgba(0,0,0,0.6);
	box-shadow: 0 4px 10px 2px rgba(0,0,0,0.6);
	-webkit-border-radius: 15px 15px 10px 10px;
	border-radius: 15px 15px 10px 10px;
	overflow: hidden;
}
#photoshoot-container section h2 {
	background-color: rgba(0,0,0,0.6);
	border-bottom: 2px solid rgba(255,255,255,0.3);
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 0;
	margin: 0;
	text-align: center;
	position: absolute;
}
#photoshoot-container section h2 a {
	color: #FFF;
}
#photoshoot-container section h5 {
	position: absolute;
	left: 0;
	bottom: 100%;
	height: auto;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	color: rgba(0,0,0,0.7);
	margin: 0;
	padding: 3px 0;
	font-weight: bold;
	text-align: center;
	font-size: 15pt;
	text-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
#photoshoot-container section div.photoshoot-desc {
	bottom: 0px;
	height: 120px;
	padding: 5px;
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	white-space: normal;
	background-color: rgba(0,0,0,0.75);
}
#photoshoot-container section div.photoshoot-desc p {
	margin: 10px;
}
#photoshoot-container section img {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: auto;
}
div.scrollingHotSpotLeft {
	width: 6%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
div.scrollingHotSpotRight {
	width: 6%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

img.gallery-photo {
	width: 30%;
	margin: 1.25% 10px;
}

/* Contact */

#contact-form {
	width: 50%;
	margin:10px 0 15px 10%;
	height: auto;
	overflow: hidden;
}

#contact-form .contact-section {
	width: 100%;
	height: auto;
	display: block;
}

#contact-form label {
	margin: 7px 0 0 1%;
	font-size: 10pt;
	width: 48%;
	padding: 0;
	display: inline-block;
}
#contact-form label[for="initial"] {
	text-align: right;
	margin: 7px 1% 0 0;
}
#contact-form input, #contact-form select, #contact-form textarea, button {
	padding: 1%;
	margin: 1%;
	border: 1px solid rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 2px 5px 0 rgba(255,255,255,0.1);
	box-shadow: 0 2px 5px 0 rgba(255,255,255,0.1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
	color: #bfbfbf;
	font-size: 12pt;
 	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	width: 94%;
}
#contact-form button {
	cursor: pointer;
}
#contact-form select {
	width: 96%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
#contact-form select::-ms-expand {
    display: none;
}
#contact-form textarea {
	height: 200px;
	resize:none;
}
#contact-form input:focus, #contact-form textarea:focus, #contact-form select:focus {
	border: 1px solid #ff740a;
	-webkit-box-shadow: 0 2px 5px 0 #662c00;
	box-shadow: 0 2px 5px 0 #662c00;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#contact-form input[id="fname"] {
	width: 83%;
}
#contact-form input[id="initial"] {
	width: 6.5%;
	text-align: center;
}
#contact-form input[id="lname"] {
	width: 94%;
}
#contact-form button {
	padding: 1% 4%;
	margin: 1% 2%;
	float: right;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: auto;
}
p.error {
	font-size: 10pt;
	color: red;
}


#photoshade {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	cursor: pointer;
	z-index: 1500;
}
#photocontainer {
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Commissions */

.page-summary-image {
	width: 38%;
	height: auto;
	position: relative;
	float: right;
	padding: 10px 1%;
	margin: 10px 1%;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: rgba(0,0,0,0.2);
}
.page-summary-image img {
	width: 100%;
	height: auto;
}
.page-summary-image p {
	font-size: 11pt;
	font-style: italic;
	text-align: center;
	margin: 0;
}

/* Writeup */

.build-head {
	float: right;
	margin: 10px;
	-webkit-box-shadow: 1px 3px 7px 0px rgba(0,0,0,1);
	box-shadow: 1px 3px 7px 0px rgba(0,0,0,1);
}
#blackout {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
}
#blackout #image {
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	position: absolute;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#blackout #forward {
	width: 30px;
	height: 30px;
	right: 15px;
	bottom: -35px;
	position: absolute;
	background-image: url('images/gallery/right_arrow.png');
	cursor: pointer;
	opacity: 1;
}
#blackout #back {
	width: 30px;
	height: 30px;
	left: 15px;
	bottom: -35px;
	position: absolute;
	background-image: url('images/gallery/left_arrow.png');
	cursor: pointer;
	opacity: 1;
}
#blackout #close {
	width: 30px;
	height: 30px;
	left:50%;
	margin-left: -15px;
	bottom: -35px;
	position: absolute;
	background-image: url('images/gallery/x-button.png');
	cursor: pointer;
	opacity: 1;
}

/* Build CSS */

.list-thumb {
	margin: 20px 2%;
	float: left;
	position: relative;
	width: 30%;
	height: auto;
	-webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.65);
	box-shadow: 0 2px 9px 0 rgba(0,0,0,0.65);
}
.build-summary {
	width: 66%;
	position: relative;
	float: right;
}

div.align {
	width: 37%;
	height: auto;
	margin: 10px 1.5%;
}
div.align img {
	width: 100%;
}
div.align p {
	text-align: center;
	font-style: italic;
	margin-top: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
div.imageset, div.lower-gallery {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
div.imageset p 
{
	font-style: italic;
	text-align: center;
}
div.imageset img.one-of-two {
	width: 40%;
	margin: 10px 5%;
	float: left;
}
div.imageset img.one-of-three {
	width: 30%;
	margin: 10px 1.65%;
	float: left;
}
div.imageset img.one-of-four {
	width: 23%;
	margin: 10px 1%;
	float: left;
}
div.imageset img.one-of-five {
	width: 18%;
	margin: 10px 1%;
	float: left;
}
div.lower-gallery img {
	width: 18%;
	margin: 5px 1%;
}
article {
	width: 94%;
	margin: 10px 3%;
	float: left;
}
img.affiliateimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
p.af-links {
	text-align: right;
}

.centerBike{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 26px;
  margin-left: -12px;
}

.center{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

#loop{
  height: 100px;
  width: 100px;
  border: #bb5f27 solid 4px;
  border-radius: 200px;
}

#loop:before {
    background: -moz-linear-gradient(left, rgba(187,95,39,0) 0%, rgba(187,95,39,1) 30%, rgba(187,95,39,1) 70%, rgba(187,95,39,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(187,95,39,0)), color-stop(30%,rgba(187,95,39,1)), color-stop(70%,rgba(187,95,39,1)), color-stop(100%,rgba(187,95,39,0)));
    background: -webkit-linear-gradient(left, rgba(187,95,39,0) 0%,rgba(187,95,39,1) 30%,rgba(187,95,39,1) 70%,rgba(187,95,39,0) 100%);
    background: -o-linear-gradient(left, rgba(187,95,39,0) 0%,rgba(187,95,39,1) 30%,rgba(187,95,39,1) 70%,rgba(187,95,39,0) 100%);
    background: -ms-linear-gradient(left, rgba(187,95,39,0) 0%,rgba(187,95,39,1) 30%,rgba(187,95,39,1) 70%,rgba(187,95,39,0) 100%);
    background: linear-gradient(to right, rgba(187,95,39,0) 0%,rgba(187,95,39,1) 30%,rgba(187,95,39,1) 70%,rgba(187,95,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bb5f27', endColorstr='#00bb5f27',GradientType=1 );
    content: "";
    display: block;
    height: 4px;
    left: -100px;
    position: relative;
    top: 100px;
    width: 300px;
}

#bike-wrapper{
  height: 108px;
  width: 108px;
  animation: drive 3s linear infinite;
}

#bike{
  height: 24px;
  width: 25px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/133687/motorbike.png");
}

@keyframes drive
{	
  0% {margin-left: -364px;opacity:0;}
  33.33%  {transform: rotate(0deg);margin-left: -50px;opacity:1;}
  66.66%  {transform: rotate(-360deg);margin-left: -50px;opacity:1;}
  100%  {margin-left: 264px;transform: rotate(-360deg);opacity:0;}
}

img.testimonial_photo {
	width: 60%;
	height: auto;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 10px 20%;
}
img.left {
	float: left;
	margin: 10px 1% 10px 0;
}
img.right {
	float: right;
	margin: 10px 0 10px 1%;
}
h3.test-head {
	clear: both;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.test-sub {
	font-size: 0.7em;
	color: white;
	margin-bottom: 4px;
}
p.photocredit {
	font-size: 0.8em;
}
#ajax-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
article {
	width: 94%;
	height: auto;
	position: relative;
}
article.absolute
{
	position: absolute;
	left: 0%;
	top: 0px;
}