/* --------------------
 * Default Stylesheet
 * --------------------
 * 
 * Includes screen and media styles CSS for website as well as JS plugins.
 *
 * Last revised: 2017.07.27
 *
 */



/* 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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline; }

:focus {
	outline: 0; }

body {
	background: #fff;
	line-height: 1; }

ol, ul, dl {
	list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0; }

caption, th, td {
	font-weight: normal;
	text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }

blockquote, q {
	quotes: "" ""; }

a img {
	border: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0; }



/* Layout
--------------------------------------------------------- */

body {
	padding: 0 2em;
	background: #1d1d1d url('../images/felt.jpg') repeat fixed; }

#wrap {
	position: relative;
	margin: 2em auto;
	max-width: 1000px;
	background: transparent; }

#main_photo {
	z-index: 99;
	border: solid #0a0a0a;
	border-width: 5px 0 1px 0;
	width: 100%;
	height: 485px;
	background: transparent url('../images/rewind-screencap.png') no-repeat center top; }

#banner_bg {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 143px;
	top: 347px;
	left: auto;
	background: url('../images/black.png') repeat left top; }

#branding {
	border: none;
	padding: 124px 0 22px 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 97px;
	top: 247px;
	left: auto; }
	
#branding hgroup {
	width: 350px;
	margin: 2px 0 0 28px;
	padding: 0; }

#access {
	margin: -.5em 0 0 27px }

#content {
	float: right;
	margin: 0;
	width: 53.4%;
	padding: 2.5em 28px 28px 28px;
	position: relative;
	z-index: 200; }

#main:after {
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
	clear: both; }


/* fixed positioning only happens when Javascript is enabled */
.fixed #main_photo, .fixed #banner_bg, .fixed #branding {
	position: fixed; }
	
.fixed #main_photo {
	top: 28px; }
	
.fixed #banner_bg {
	top: 375px; }
	
.fixed #branding {
	top: 275px }
	
.fixed #content {
	top: 490px; }



/* Typography
--------------------------------------------------------- */

body, input, textarea {
	color: #bbb;
	font: normal 14px/1.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased; }

/* bebas, baby */
@font-face {
	font-family: 'Bebas';
	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; }

/* fix that Safari font-rendering/flash thing */
h1, #access li {
	-webkit-font-smoothing: antialiased; }

h1 {
	font: normal 32px/1em 'Bebas', helvetica, sans-serif!important; }

p, blockquote {
	margin: 1.5em 0; }

strong {
	font-weight: bold; }

cite, em, i {
	font-style: italic; }

/* Links */
a:link, a:visited			{ color: #759ebd; text-decoration: none; }
a:hover, a:focus, a:active	{ color: #759ebd; text-decoration: underline; }


ul, ol {
	margin: 1.5em 0 1.5em 2.5em; }

ul {
	list-style: square; }

ol {
	list-style: decimal; }

ol ol {
	list-style: upper-alpha; }

ol ol ol {
	list-style: lower-roman; }

ol ol ol ol {
	list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0; }

dl {
	margin: 0 1.625em; }
dt {
	font-weight: bold; }
dd {
	margin-bottom: 1.625em; }

blockquote {
	padding-left: 1.75em;
	border-left: solid 1px #333;
	color: #9e9e9e; }

pre {
	background: #0b0b0b;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em; }

code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

pre {
	white-space: pre-wrap; }

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help; }

hr {
	background-color: #333;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em; }

address {
	display: block;
	margin: 0 0 1.625em; }

ins {
	background: #fff9c0;
	text-decoration: none; }

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline; }

sup {
	bottom: 1ex; }

sub {
	top: .5ex; }

small {
	font-size: smaller; }


/* Assistive text */
.assistive_text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px; }

#access a.assistive_text:focus,
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	height: auto;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
	width: auto; }



/* Header
--------------------------------------------------------- */

#site_title {
	margin: 0;
	padding: 0; }

#site_title a {
	color: #eee;
	font: normal 65px/1em 'bebas', helvetica, sans-serif;
	text-decoration: none; }

#site_title a:hover,
#site_title a:focus,
#site_title a:active {
	color: #eee; }



/* Navigation
--------------------------------------------------------- */

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 2px; }

#access li {
	float: left;
	position: relative;
	margin: 0 .5em 0 0;
	padding: 0;
	font: normal 28px/1em 'Bebas', arial, sans-serif; }

#access a {
	color: #eee;
	display: block;
	text-decoration: none;
	line-height: 1.65em;
	padding: 0;
	text-decoration: none; }

#access li:hover > a,
#access a:focus {
	background: #f9f9f9;
	color: #373737; }



/* Default Content Styles
--------------------------------------------------------- */

#content article {
	border-bottom: 1px solid #222;
	margin: 0 0 2.5em 0;
	padding: 0 0 2.5em 0; }

#content article:last-of-type {
	border-bottom: none;
	padding-bottom: 0; }

#content article p:last-child {
	margin-bottom: 0; }

.post_header hgroup a:hover {
	text-decoration: none;
	border: none; }

.post_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 -2px 0; /* from font rendering? */
	padding: 0; }

.post_title,
.post_title a {
	color: #ddd; text-decoration: none; }

.post_title a:hover,
.post_title a:focus,
.post_title a:active { color: #eee; }

.external_url {
	color: transparent;
	display: inline-block;
	position: relative;
	top: 2px;
	left: 4px;
	width: 10px;
	height: 10px;
	background: url('../images/external.png');
	background-size: cover;
	opacity: .9; }

.post_title a:hover .external_url {
	opacity: 1; }

.post_date, .post_content h3 {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-transform: uppercase; }

.post_date {
	margin: 0 0 1.5em 0; }

.post_date a {
	color: #666;
	text-decoration: none; }

.post_content h1,
.post_content h2 {
	color: #fff;
	font-weight: bold;
	margin: 0; }

.post_content h3 {
	line-height: 2.6em;
	margin: 1.5em 0; }

#content nav {
	clear: both;
	overflow: hidden;
	white-space: nowrap;
	border-top: 1px solid #222;
	padding-top: 2em; }

#content nav a {
	font-size: 12px;
	font-weight: bold; }

nav .prev {
	float: left;
	width: 50%; }
	
nav .next {
	float: right;
	text-align: right;
	width: 50%; }

#nav_single .prev,
#nav_single .next {
	width: auto; }

#nav_single .prev {
	padding-right: .5em; }

#nav_single .next {
	padding-left: .5em; }



/* Images
--------------------------------------------------------- */

.post_content figure,
figure.featured_image {
	margin: 2em 0 2em 0;
	max-width: 100%;
	text-align: center; }

figure.featured_image {
	margin: 1.5em 0; }

.post_content figure:last-child {
	margin-bottom: .5em; }

.post_content figure a {
	display: block;
	line-height: 0; }

.post_content figure img {
	margin: 0 auto; }

figure.gallery {
	position: relative;
	height: 355px;
	overflow: hidden; }

figure.gallery.two {
	height: 270px; }

figure.gallery figure {
	float: left;
	margin: 0;
	background: #fff; }

figure.gallery figure a:hover img,
figure.gallery figure a:hover + img {
	opacity: .97; }

figure.gallery:after {
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
	clear: both; }

figure.gallery .thumb_2a,
figure.gallery .thumb_3a,
figure.gallery .thumb_4a,
figure.gallery .thumb_5a {
	margin-right: 5px; }

figure.gallery .thumb_3b,
figure.gallery .thumb_4b,
figure.gallery .thumb_5a,
figure.gallery .thumb_5b {
	margin-bottom: 5px; }

figure.gallery .thumb_5a {
	clear: left; }

figure.gallery .thumb_5b {
	float: right;
	clear: right;
	position: relative;
	top: -180px; }

figure.gallery .all_thumbs {
	display: none; }

figure.gallery .count span {
	width: 265px;
	height: 115px;
	position: absolute;
	left: 0;
	top: 0;
	font: normal 77px/115px 'Bebas', arial, sans-serif;
	text-align: center;
	color: #fff;
	opacity: .8;
	z-index: 100; }



/* Audio
--------------------------------------------------------- */

.audio_player {
	display: block;
	margin: 2em 0 1.5em 0; }

.post_content .audio_player:last-child {
	margin-bottom: .25em; }

	


/* Videos
--------------------------------------------------------- */

.video_player {
	margin: 2em 0 2em 0; }

.post_content .video_player:last-child {
	margin-bottom: .25em; }



/* Quotes
--------------------------------------------------------- */

.big_quote {
	position: relative;
	font: italic 20px/1.25em "georgia";
	padding: 3px 0 0 31px;
	margin-bottom: 0;
	color: #bbb;
	border: none; }

.big_quote::before {
	content: "“";
	font: normal 96px/1em "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: .1;
	position: absolute;
	top: -7px;
	left: -3px; }

.big_quote p {
	margin: .75em 0; }

.big_quote p:first-child {
	margin-top: 0; }

.big_quote cite {
	font: normal 14px/1.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin-top: 1.5em; }


/* Shows
--------------------------------------------------------- */

/* tidy spacing */
.shows .post_content {
	padding-top: .15em; }

.shows h3 {
	margin-bottom: 0; }

.shows table {
	margin-bottom: 1.5em;
}

.gig_date {
	white-space: nowrap;
	padding: 0 1em 0 0;
}

.gig_venue p {
	font-size: .85em;
	line-height: 1.5em;
	white-space: normal;
	color: #666;
	margin: 0 0 .5em 0; }



/* Studio
--------------------------------------------------------- */

/* tidy spacing */
.gear .post_content {
	padding-top: .15em; }

.gear h3 {
	margin-bottom: 0; }

.gear .post_content ul {
	margin: 0 0 1.5em 0;
	list-style: none; }




/* Discography
--------------------------------------------------------- */

.discography {
	margin: 2em -35px 0 0;
	position: relative; }

.discography:after {
	content: '.';
	height: 0;
	visibility: hidden;
	display: block;
	clear: both; }

.discography .row {
	background: none;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both; }

.discography .album {
	display: block;
	float: left;
	line-height: 0;
	background: #fff;
	margin: 0 14px 14px 0; } /* 14px = 1em */

.album > a,
.album > a img {
	display: block; }

.album > a {
	position: relative; }

.album > a:hover img { 
	opacity: .97; }

/* play */
.album > a:hover::before {
	position: absolute;
	left: 50px;
	top: 44px;
	z-index: 999;
	content: '';
	left: 50px;
	top: 47px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 29px solid #fff;
    border-bottom: 16px solid transparent;
    opacity: 0.9; }

.album.loading > a::before,
.album.loading > a:hover::before {
	position: absolute;
	left: 50px;
	top: 44px;
	z-index: 999;
	content: '';
	left: 47px;
	top: 48px;
    opacity: 0.9;
    border-radius: 50%;
	width: 24px;
	height: 24px;
	border-top: 3px solid rgba(255, 255, 255, 0.2);
	border-right: 3px solid rgba(255, 255, 255, 0.2);
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
	border-left: 3px solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear; }

	@-webkit-keyframes load8 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes load8 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

/* stop */
.album.playing > a::before,
.album.playing > a:hover::before {
	position: absolute;
	left: 50px;
	top: 44px;
	z-index: 999;
	content: '';
	left: 50px;
	top: 51px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: none;
    opacity: 0.9; }

/* background */
.album > a:hover::after,
.album.active > a::after {
	position: absolute;
	z-index: 99;
	content: '';
	width: 123px;
	height: 123px;
	left: 0px;
	top: 0px;
	background: #000;
	opacity: .4; }

.album_info {
	display: none;
	margin-top: 1px;
	position: absolute;
	line-height: 1.75em;
	left: -1px; } /* visually aligns with content width */

.album_info > div {
	margin-top: 1em;
	border-radius: 0;
	background: rgba(17,17,17, 0.5);
	border: #303030 solid 1px;
	padding: 1.25em 1em .75em 1em; }

.album_info > div:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #303030 transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: 0px;
	left: 10px; }

.album_info > div:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 14px 14px;
	border-color: rgba(17,17,17, 0.90) transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: 2px;
	left: 11px; }

.album dl,
.album dd {
	margin: 0; }

.album p, dd.credits {
	margin: .5em 0; }

.album dt {
	display: none; }

.album_info h2 {
	color: #fff;
	font-weight: bold; }

.album_info h3 {
	margin-top: .5em; }

.album_info cite {
	font-style: italic; }

dd.info {
	font-size: 12px;
	color: #999;
	margin-top: -.25em; }










/* Forms/Contact Form
--------------------------------------------------------- */

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	width: 50%;
	height: 22px;
	padding: 3px .5em;
	background: #ddd;
	border: 1px solid #222;
	color: #373737;
	line-height: 1.2em;
	font-weight: 300;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	border: 1px solid #222;
	border-radius: 2px; }

textarea {
	height: 150px;
	width: 98%;
	padding: .5em }

input::-webkit-input-placeholder { color: #888; }
input:focus::-webkit-input-placeholder { color: #373737; }

input:-moz-placeholder { color: #888; }
input:focus:-moz-placeholder { color: #373737; }

input::-moz-placeholder { color: #888; }
input:focus::-moz-placeholder { color: #373737; }

input:-ms-input-placeholder { color: #888; }
input:focus:-ms-input-placeholder { color: #373737; }

textarea::-webkit-input-placeholder { color: #888; }
textarea:focus::-webkit-input-placeholder { color: #373737; }

textarea:-moz-placeholder { color: #888; }
textarea:focus:-moz-placeholder { color: #373737; }

textarea::-moz-placeholder { color: #888; }
textarea:focus::-moz-placeholder { color: #373737; }

textarea:-ms-input-placeholder { color: #888; }
textarea:focus:-ms-input-placeholder { color: #373737; }

.contact input, .contact textarea {
	display: block; 
	margin: 1.5em 0; }

/* honeypot */
#Deathstring {
	display: none; }

button[type=submit] {
	display: inline;
	font: normal 28px/1.65em 'Bebas', arial, sans-serif;
	margin: 0;
	padding: 0;
	background: none;
	color: #eee;
	border: none; }

button[type=submit]:hover {
	background: #f9f9f9;
	color: #373737;
	cursor: pointer; }

.contact form {
	margin-top: 1.65em; }

.contact .success {
	color: #779e78; }

.contact span.error {
	color: #c99;
	display: block;
	margin: -1.5em 0 .5em 0;
	font-size: 13px; }


/* fancy checkboxes */
.newsletter {
	display: block;
	margin: -.25em 0 1.5em 1px; }

.newsletter span {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.newsletter input[type=checkbox] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0; }

.newsletter input[type=checkbox] + span {
	padding-left:28px;
	height:19px; 
	display:inline-block;
	line-height:19px;
	background-repeat:no-repeat;
	background-position: 0 0;
/* 	font-size:19px; */
	vertical-align:middle;
	cursor:pointer; }

.newsletter input[type=checkbox]:checked + span {
	background-position: 0 -19px; }

.newsletter span {
	background-image:url('../images/checkboxes.png'); }




/* Links
--------------------------------------------------------- */

.links dl {
	margin: 1.65em 0; }







/* Magnific Popup CSS
--------------------------------------------------------- */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }


/* loading animation */

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  opacity: .85; }

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  margin-right: 5px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* smaller screen popups */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }








/* Responsive Layout
--------------------------------------------------------- */

@-ms-viewport {
	width: device-width; }
@viewport {
	width: device-width; }
	

/* 925px and lower */

@media (max-width: 925px) {
	
	/* stop any :fixed nonsense */
		
	.fixed #main_photo, .fixed #content {
		position: static!important; }
	
	.fixed #banner_bg, .fixed #branding {
		position: absolute!important; }

	.fixed #main_photo {
		top: auto; }

	.fixed #banner_bg {
		top: 349px; }

	.fixed #branding {
		top: 249px; }


	/* Simplify the basic layout */

	#content {
		margin: 0 7.6% 0 0;
		padding-left: 28px;
		padding-right: 0; }


}


@media (max-width: 800px) {
	
	/* Simplify the basic layout */
	#content {
		float: none;
		width: auto;
	}

}

@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */





}
@media (max-width: 450px) {

	#main_photo {
		height: 200px;
		padding: 0;
		margin: 0;
	}
	#banner_bg, #branding {
		padding: 0;
		margin: 0;
		top: 105px;
		height: 100px;
	}
	
	#branding {
		top: 125px;
	}

	#wrap {
		margin: 0;
		padding: 0;
	}
	#site_title a {
		font-size: 1.5em;
	}
	
	#access ul li {
		font-size: 1.25em;
	}




}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}
	
}



/* Print Styles
--------------------------------------------------------- */

@media print {


}







