/*  
10kBeats - Matthew Daddario Fan - Gallery CSS
*/

::-webkit-scrollbar { width: 11px; height: 7px;	border-width: 2px 4px; border-style: solid;	border-color: #fcfcfc; background: #242424; }
::-webkit-scrollbar-thumb {	height: 12px; border: 4px solid #fcfcfc; background: #347d3f; }

::selection {
	background-color: #dfa376;
	color: #030303;
	text-shadow: none;
}
::-moz-selection {
	background-color: #dfa376;
	color: #030303;
	text-shadow: none;
}

body {
	background-color: #fcfcfc;
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px; font-weight: 300;
	color: #424242;
	line-height: 24px;
}

.maintable, .maintable01 {
	background-color: transparent;
	margin: 50px auto; padding: 0;
	border-spacing: 2px;
}

.tableh1 {
	background-color: transparent;
	color: #030303;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px; font-weight: 900;
	padding: 0;
	text-transform: uppercase;
	line-height: 120%;
	vertical-align: middle;
	border: none;
}

.tableh1 strong { font-weight: 900; }

.tableh1::after {
	content: '';
	position: relative;
	margin: 10px auto 0 auto;
	background-color: #96110f;
	width: 100%; height: 2px;
	border-width: 2px 0;
	border-style: solid;
	border-color: #fcfcfc;
	box-shadow: 0 -1px 0 #e4e6e7, 0 1px 0 #e4e6e7;
	display: block;
	z-index: 20;
}

.maintable01 .tableh1::after { background-color: #024a88; }
table.maintable:last-of-type { margin: 0 auto; }

.tableh2 {
	background-color: transparent;
    padding: 10px 0;
	border: none;
} 

.tableh2 strong {
	font-weight: 900;
}

.tableh2 a {
	color: inherit;
	text-shadow: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.tableh2 a:hover { text-decoration: none; }

.btable {
	background-color: transparent;
	margin: 0 auto 5vh auto;
	padding: 0;
	border-spacing: 2px;
	border: none;
}

.tableb, .tablef {
	background-color: transparent;
	padding: 10px 0;
	border: none;
}

.tableb strong, .tablef strong { color: #030303; }
.tableb a, .tablef a {
	color: #024a88;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.tableb a:hover, .tablef a:hover {
	color: #347d3f;
	text-decoration: none;	
}

.tableb p {
	font-size: 13px;
}

.tableb_alternate {
	background: transparent;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e4e6e7;
}

.display_media .image {
max-width: 70%;
height: auto;
margin-right: 0;
margin-left: 0;
}