@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Folk Solid';
    src: url('_type/Folksolid-webfont.eot');
    src: url('_type/Folksolid-webfont.eot?#iefix') format('embedded-opentype'),
         url('_type/Folksolid-webfont.woff') format('woff'),
         url('_type/Folksolid-webfont.ttf') format('truetype'),
         url('_type/Folksolid-webfont.svg#Folksolid') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, sup, tt, var,
b, u, i, 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;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	height: 100%;
	background-image:url(_img/bg-bulb-blur.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Folk Solid', sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 68px;
	font-size: 6.8rem;
	text-transform: uppercase;
}
h2 {
	font-size: 60px;
	font-size: 6rem;
}
h3 {
	font-size: 55px;
	font-size: 5.5rem;
}
h4 {
	font-size: 50px;
	font-size: 5rem;
}
h5 {
	font-size: 45px;
	font-size: 4.5rem;
}
h6 {
	font-size: 40px;
	font-size: 4rem;
}
p {
	max-width: 768px;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-size: 2.4rem;
}
a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #1e1e1e;
	background-color: white;
}
strong {
	font-weight: 700;
}
em {
	font-style:italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.column {
	float: left;
}
.column.thirds {
	width: 31%;
	margin: 1.165%;
}
.column.two-thirds {
	width: 64%;
	margin: 1.165%;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image:url(_img/bg-bulb-crisp.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 1;
}
.site-header {
	width: 100%;
	background-color: #1e1e1e;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	color: white;
}
.site-title {
	width: 320px;
	font-size: 68px;
	font-size: 6.8rem;
	float: left;
	margin: 0 40px 0 0;
	padding: 10px;
	text-align: center;
}
.site-header .site-title {
	width: auto;
	font-size: 30px;
	font-weight: 400;
	text-align: left;
}
.site-title img {
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.site-title a:hover {
	background-color: transparent;
	color: white;
}
.contact-wrapper {
	float: left;
	margin: 40px 0 0 0;
}
.menu-toggle {
	display: none;
	float: left;
	margin: 14px 0 0 0;
	cursor: pointer;
}
.main-nav {
}
.main-nav li {
	float: left;
	padding: 10px 20px;
	font-size: 24px;
	font-size: 2.4rem;
}
.main-nav a {
	font-weight: normal;
}
.wrapper {
	position: relative;
	z-index: 3;
}
.panel {
	position: relative;
	padding: 50px 40px;
	overflow: hidden;
	color: white;
}
.j-title span {
	position: absolute;
	top: -9999px;
}
.j-logo {
	max-width: 768px;
	width: 100%;
	height: auto;
}
.cast-crew {
	min-height: 800px;
}
.cast-crew li {
	width: 320px;
	margin: 1.5165%;
	background-color: #1e1e1e;
	float: left;
	position: relative;
	overflow: hidden;
}

.cast-crew li img {
	display: block;
	height: auto;
}
.info {
	background-color: #1e1e1e;
	padding: 20px;
	color: white;
}
.vert .info {
	width: 50%;
	height: 100%;
	float: right;
}
.vert img {
	width: 50%;
	float: left;
}
.horiz img {
	width: 100%;
}
.name {
	font-size: 40px;
}
#mm .name {
	font-size: 30px;
}
.role {
	font-size: 30px;
}
#mm .role {
	font-size: 24px;
}
.artists {
	max-width: 768px;
}
.artists li {
	margin: 0 0 30px 0;
}
.artists h4 {
	margin: 0 0 20px 0;
}
.artists .info {
	padding: 0;
}
.artists .info:hover {
	background-color: white;
}
.artists .info h4 {
	margin: 0;
}
.artists .info a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 20px;
}
.site-footer {
	background-color: #1e1e1e;
	position: relative;
	z-index: 3;
	clear: both;
	margin: 40px 0 0 0;
	padding: 40px;
	overflow: hidden;
	color: white;
}
.biopic {
	display: block;
	max-width: 260px;
	height: auto;
	float: left;
	margin: 0 30px 0 0;
}

	
















.responsive,
.thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 5;
}
.rogo {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(_img/kb-logo.png);
	background-repeat:no-repeat;
	background-size: contain;
	-moz-transition: margin-top 1s;
	-ms-transition: margin-top 1s;
	-o-transition: margin-top 1s;
	-webkit-transition: margin-top 1s;
	transition: margin-top 1s;
}
.cf:after {
	content:'';
	display: table;
	clear: both;
}
@media screen and (max-width:768px) {
	.menu-toggle {
		display: block;
	}
	.main-nav {
		display: none;
		width: 100%;
		background-color: #1e1e1e;
		position: absolute;
		top: 100%;
		left: 0;
	}
	.main-nav.visible {
		display: block;
	}
	.main-nav li {
		width: 100%;
		float: none;
	}
	.site-title {
		width: 100%;
		font-size: 60px;
	}
	.site-title img {
		width: 100%;
		height: auto;
	}
	.column {
		float: none;
		margin: 0 0 30px 0;
	}
	.column.thirds,
	.column.two-thirds {
		width: 100%;
	}
	.cast-crew li {
		width: 80%;
		margin: 2% 10%;
	}
	#mm .name {
		font-size: 40px;
	}
	#mm .role {
		font-size: 30px;
	}
	.biopic {
		float: none;
	}
}
@media screen and (max-width:533px) {
	
}
@media screen and (max-width:514px) {
	h2 {
		font-size: 50px;
	}
	h3 {
		font-size: 40px;
	}
	.cast-crew li {
		width: 100%;
		margin: 2% 0;
	}
	#mm .name {
		font-size: 30px;
	}
	#mm .role {
		font-size: 24px;
	}

}
@media screen and (max-width: 401px) {
	.site-title {
		font-size: 44px;
	}
	.main-nav li {
		font-size:20px;
	}
	.name,
	#mm .name {
		font-size: 24px;
	}
	.role,
	#mm .role {
		font-size: 18px;
	}
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}