@charset "UTF-8";
@font-face {
	font-family: 'trump_gothic_eastregular';
	src: url('fonts/trumpgothiceast-webfont.eot');
	src: url('fonts/trumpgothiceast-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/trumpgothiceast-webfont.woff2') format('woff2'), url('fonts/trumpgothiceast-webfont.woff') format('woff'), url('fonts/trumpgothiceast-webfont.ttf') format('truetype'), url('fonts/trumpgothiceast-webfont.svg#trump_gothic_eastregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	background: url(images/tka-background.png) #1e1e1e repeat-x center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family: Helvetica, sans-serif;
	text-align: center;
}
img {
	border: 0px;
}
a {
	color: #929eaa;
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
a:hover {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing: 1px;
	color: #929eaa;
	opacity: 0.8;

}
p {
	margin-bottom: 15px;
	line-height: 1.5em;
	padding: 0 50px;
}
#content-wrapper {
	display: none;
}
#careers, #collaborators {
	visibility: hidden;
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	background-image: url(images/background-trans.png);
	padding: 50px 0;
}
#careers-window, #collaborators-window {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	background-image: url(images/background-trans.png);
	padding: 0 25px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#close {
	position: relative;
	top: 15px;
}
.outer {
	display: table;
	position: absolute;
	height: 85%;
	width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: bottom;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
#container {
	display: table-cell;
	position: absolute;
	height: 100%;
	width: 100%;
}
#logo {
	margin: 40px 0 25px;
	max-width: 100%;
}
.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #929eaa;
	padding: 0 20px;
	opacity: 0.8;
}
#collaborators-tab {
	width: 400px;
	height: 29px;
	padding-top: 11px;
	background: url(images/bg-collaborators.png) center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #929eaa;
	opacity: 0.8;
}
#collaborators-tab:hover {
	color: #ffffff;
	opacity: 0.8;
}
#navigation {
	display: table;
	margin: 0 auto;
	position: relative;
	bottom: 30px;
	margin-top: 110px;
}
li:before {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #929eaa;
	content: '\b7\a0';
}
li:first-child:before {
	content: '';
}
ul#tabMenu {
	padding: 15px 0 0 0;
	list-style: none;
}
ul#tabMenu li {
	font-family: trump_gothic_eastregular;
	font-size: 24px;
	letter-spacing: 3px;
	padding-right: 0.2em;
	text-transform: uppercase;
	display: inline;
	opacity: 0.8;
	position: relative;
}
ul#tabMenu li:last-child {
	padding-right: 0px;
}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #929eaa;
	text-align: center;
	width: 100%;
	font-size: 9px;
	margin: 25px auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.6;
	position: relative;
}
.active {
	color: #fff;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	margin: -25px auto;
	padding-bottom: 50px;
	opacity: 0.6;
}
.content a {
	color: #fff;
}
.content a:hover {
	text-decoration: underline;
}
br {
	clear: both;
}
.module {
	min-width: 129px;
	height: 150px;
	border: solid 2px #000;
}
.tint {
	z-index: 2;
	position: relative;
	float: left;
	cursor: pointer;
}
.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0, 0.5);
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 3
}
.tint:hover:before {
	background: none;
}
.tint p {
	position: relative;
	z-index: 4;
}
.artist-wrapper p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	color: white;
	font-family: trump_gothic_eastregular;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
/* 	margin: 1% 0 1% .8%; */
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.2%;
}

.span_4_of_6 {
  	width: 66.4%;
}

.span_3_of_6 {
  	width: 49.6%;
}

