/* SCREEN STYLES */

/* @group GLOBAL */

body, input, select, textarea, button {font-family: "Lucida Grande", sans-serif;}

html, body {
	background: #000;
}

body {
	padding: 50px 0 80px;
	word-wrap: break-word; /* break long words over two lines on smaller screens */
}

* {
  box-sizing: border-box;
}

img {
	max-width: 100%;
}

#pageContainer {
	color: #fff;
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	text-transform: uppercase;
}

h1, h2, h3, h4 {font-weight: normal}
h3 { text-transform: uppercase; }

a {color: #fff; text-decoration: none; outline: none;}
a:hover {text-decoration: underline;}

/* @end GLOBAL */

/* @group #header */

.header {
	font-family: 'Kreon', serif;
	margin: 0 0 25px;
	letter-spacing: 5px;

}
.header h1 {
	margin: 0;
	padding-left: 5px;
	font-size: 30px;
	border-bottom: 1px solid #666;
	display: inline-block;
}
.header h2 {
	margin: 0;
	font-size: 24px;
}
.header h3 {
	margin: 0;
	font-size: 18px;
}
.header p {
	letter-spacing: 2px;
	margin: 15px 0;
	font-size: 14px;
}
.header span {
	padding-left: 20px;
}

/* @end #header */

/* @group #content */

#content {
	margin-bottom: 40px;
}

#content,
#content a {
	color: #808080;
}

#content #sectShowreel {
	margin-bottom: 40px;
}

#content #sectShowreel #video {
	margin: 0 auto;
	border: 1px solid #808080;
	max-width: 350px;
}

#content #sectShowreel #video a,
#content #sectShowreel #video img {
	display: block;
}

#content .sectProductions .clips {
	margin: 0 auto;
	padding: 0px 10px 10px;
	max-width: 909px;
	overflow: hidden;
}

#content .sectProductions .clips ul {
	display: block;
	margin: 0;
	font-size: 0;
}

#content .sectProductions .clips li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-left: -1px;
	width: 50%;
}

@media screen and (min-width: 377px) {
	#content .sectProductions .clips li {
		width: 33.3334%;
	}
}

@media screen and (min-width: 559px) {
	#content .sectProductions .clips li {
		width: 25%;
	}
}

@media screen and (min-width: 740px) {
	#content .sectProductions .clips li {
		width: 20%;
	}
}

#content .sectProductions .clips img {
	border: 1px solid #666;
	display: block;
}

#content .sectProductions .clips .end {
	border-right: 1px solid #666;
}

#content .sectProductions .clips p {
	font-size: 11px;
}

#content #sectStills {
	margin-bottom: 20px;
}

#content #sectStills #images {
	position: relative;
	margin: 0 auto;
	width: 95%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	overflow: hidden;
}

#content #sectStills #images .images__thumb {
	float: left;
	display: block;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #000;
	width: 25%;
	margin: 0;
}

#content #sectStills #images img {
	display: block;
	margin: 0 auto;
}

#content #sectStills .lnkViewMore {
	text-align: center;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
}

#content #sectStills .lnkViewMore:after {
	content: 'More';
	display: block;
	text-align: center;
	font-size: 1em;
	letter-spacing: 1px;
	float: none;
	border: 0;
	width: auto;
	height: auto;
	background: transparent;
	padding: 6px 7px 4px 7px;
	color: #fff;
	outline: none;
	cursor: pointer;
}

#content #sectStills.active .lnkViewMore:after {
	content: 'Less';
}

#content #sectStills .lnkViewMore:hover {
	background: #666;
	text-decoration: none;
}

@media screen and (min-width: 700px){
	#content #sectStills #images {
		max-width: 80%;
	}
	#content #sectStills #images .images__thumb {
		width: 16.66667%;
	}
}

.rte {
	max-width: 600px;
	margin: 40px auto;
	text-transform: none;
	font-size: 12px;
}

#contactDetails {
	text-align: center;
	font-family: "Lucida Grande", sans-serif;
	color: #808080;
}

#contactDetails h4 {
	text-indent: -9999em;
	width: 300px;
	height: 18px;
	background: url(../img/h-contact-details.png) no-repeat top center;
	border-bottom: 1px solid #454545;
	margin: 30px auto;
	padding-bottom: 20px;
}

#contactDetails p {
	font-size: 1.8em;
	line-height: 2;
	color: #fff;
}

.social a {
	font-size: 20px;
}

.social a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* Helpers */
.color-red {
	color: #9B1A18;
}
