/*  
10kBeats - Totally Tom Holland - Gallery CSS
*/

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

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

body {
	background-color: #fcfcfc;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 10.25pt; font-weight: 300;
	color: #808080;
	line-height: 24px;
}

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

.tableh1 {
	background-color: transparent; color: #030303;
	font-family: 'Rubik', sans-serif;
	font-size: 16pt; font-weight: 700;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 120%;
	vertical-align: middle;
	border-bottom: 1px solid #030303;
}

.tableh1 strong { font-weight: 700; }

.tableh1 span { position: relative; }
.tableh1 span::before {
	content: '';
	position: relative;
	width: 0; height: 0;
	margin: 0 10px 0 0;
	border-top: 8px solid transparent;
	border-left: 16px solid #c5370d;
	border-bottom: 8px solid transparent;
	display: inline-block;
	z-index: 25;
}

.maintable01 .tableh1 span::before {
	border-left-color: #0269df;
}

.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;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableh2 a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.btable {
	background-color: transparent;
	margin: 0 auto 30px auto;
	padding: 0;
	border-spacing: 4px;
	border: none;
}

.tableb, .tablef {
	background-color: #f5f5f5;
	padding: 15px;
	border: none;
	letter-spacing: 0.05em;
}

.tableb a, .tablef a {
	color: #a1316d;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableb a:hover, .tablef a:hover {
	color: #0269df;
	text-decoration: underline;	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.tableb p {
	font-size: 9.25pt;
}

.tableb_alternate {
	background: transparent;
	border: none;
}

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