

.placeholder {
	color: #333;
	opacity: 0.4;
	font-weight: 550;
	font-size: 1.5rem;
}
.work_heading {
	font-size: 2.4rem;
	color: #fff;
	line-height: 46px;
}
.work_body {
	font-size: 1.5rem;
	line-height: 25px;
	color: #fff;
	opacity: .8;
	user-drag: none; 
-moz-user-select: none;
-webkit-user-drag: none;
}
.heart a {
	line-height: 20px;
	color: #fff;
	opacity: 0.75;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	user-drag: none; 
-moz-user-select: none;
-webkit-user-drag: none;
}
 .heart a:selected {
}
.heart a:hover {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.heartcount {
	font-weight: 550;
	font-size: 1.2rem;
	line-height: 25px;
	color: #fff;
	opacity: .75;
}
.footerline {
	font-size: 1rem;
		line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #000000;
	letter-spacing: .03rem;
    
}

.footerlineonfooter {
	font-size: 1.1rem;
		line-height: 21px;
	font-family: "Open Sans", sans-serif;
	color: #666;
    
}

.mainnav {
    font-size: 1.9em;
	color: #333;
	opacity: 0.4;
	font-weight: 550;
    letter-spacing: 2.2px;
    
}
.workblurb {
	font-size: 1.35rem;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	color: #666;
    
}
.workblurbbold {
	font-size: 1.75rem;
	line-height: 10px;
	font-family: "Open Sans", sans-serif;
	color: #000000;
}

.worklabelTITLE {
	font-size: 1.2rem;
	letter-spacing: .04rem;	
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	color: #000000;
    
}
.worklabeNOTES {
	font-size: 1.2rem;
	letter-spacing: .03rem;	
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	color: #666;
    
}


/* Podcast Footer on the Showreel page */
.podcastplug a {
	font-weight: 550;
	font-size: 1.5rem;
	line-height: 30px;
	color: #333;
	opacity: 0.6;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
 .podcastplug a:selected {
}
.podcastplug a:hover {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.testimonialblack {
	text-align:centre;
	font-size: 1.8rem;
	color: #777;
	line-height: 34px;
	display: block;
	padding-right: 12%;
	padding-left: 12%;	
}

.testimonialnameblack {
	text-align:centre;
	font-size: 2rem;
	color: #a3585f;
	opacity: 1;
	line-height: 34px;
	display: block;
	padding-right: 12%;
	padding-left: 12%;	

}
.submittestimonial {
	text-align:centre;
	font-size: 2rem;
	color: #666;
	line-height: 30px;
	display: block;
	padding-right: 12%;
	padding-left: 12%;	
}



.newsheadline2 {
	text-align:centre;
	font-size: 2.8rem;
	color: #685D8E;
	line-height: 34px;
	display: block;
	padding-right: 12%;
	padding-left: 12%;	
}

.newsbody2 {
	text-align:centre;
	font-size: 1.8rem;
	color: #777;
	line-height: 34px;
	display: block;
	padding-right: 12%;
	padding-left: 12%;	
}
.newsbyline2 {
	text-align:centre;
	font-size: 1.5rem;
	color: #777;
	line-height: 34px;
	display: block;
	padding-right: 12%;
	padding-left: 12%;		
}

.newsheadline3 {
	text-align:centre;
	font-size: 2.8rem;
	color: #acc999;
	line-height: 34px;
	display: block;
	padding-right: 12%;
	padding-left: 12%;	
}






/* Vimeo Embedding */
.video {
	position:relative;
	padding-bottom:56.25%;
	height:0;
}
.video iframe, .video object, .video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	/* [disabled]-moz-box-sizing: border-box; */
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	user-drag: none; 
-moz-user-select: none;
-webkit-user-drag: none;
}
body {
	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
	color: #666;
}
a {
	color: #333;
	text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
	position: relative;
	height: 150px;
	background-color: #FFFFFF;
}
.cd-header h1 {
	color: #ffffff;
	line-height: 150px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 300;
}
@media only screen and (min-width: 1170px) {
.cd-header {
	height: 180px;
}
.cd-header h1 {
	line-height: 180px;
}
}
.cd-main-content {
	position: relative;
	min-height: 100vh;
}
.cd-main-content:after {
	content: "";
	display: table;
	clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
	padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
	position: fixed;
	height: 100vh;
	overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
	position: fixed;
}
@media only screen and (min-width: 768px) {
.cd-main-content.is-fixed .cd-gallery {
	padding-top: 90px;
}
}
@media only screen and (min-width: 1170px) {
.cd-main-content.is-fixed .cd-gallery {
	padding-top: 100px;
}
}
/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
	/*box-shadow: 0 1px 0px rgba(0, 0, 0, 0.08);*/
	z-index: 1;
}
.cd-tab-filter-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.cd-tab-filter {
	/* !!!!!!!!!!!!!!!!BEN - SET POSITION OF MOBILE DROP DOWN MENU!!!!!!!!!!!!!!tabbed navigation style on mobile - dropdown */
	position: relative;
	height: 50px;
	width: 330px;
	margin: 0 auto;
	z-index: 1;
	background-color: #FFF;							/*BACKGROUND COLOUR OF THE NAVIGATION BLOCK */
	opacity: .96;									/*MASTER OPACITY OF THE NAVIGATION BLOCK AND DROPDOWN*/
}
.cd-tab-filter::after {
	/* small arrow icon */
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}
.cd-tab-filter ul {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;								/* BACKGROUND COLOUR OF THE DROP DOWN MENU */
	box-shadow: inset 0 -0px 0 #666;
}
.cd-tab-filter li {
	display: none;
}
.cd-tab-filter li:first-child {
	/* this way the placehodler is alway visible */
	display: block;
}
.cd-tab-filter a {
	display: block;
	/* set same size of the .cd-tab-filter !!!!! BEN - THESE SET UP THE MOBILE DROP MENU */
	text-align: center;
	height: 35px;
	width: 290px;
	line-height: 50px;
	padding-right: 40px;
}
.cd-tab-filter a.selected {
	background: #666;
	color: #ffffff;
}
.cd-tab-filter.is-open::after {
	/* small arrow rotation */
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
 */
	box-shadow: inset 0 -2px 0 #666, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
	display: block;
}
.cd-tab-filter.is-open .placeholder a {
	/* reduces the opacity of the placeholder on mobile when the menu is open */
	opacity: .4;
}
.fade-screen a {
	/* reduces the opacity of everything */
	opacity: .4;
}
@media only screen and (min-width: 768px) {
.cd-tab-filter {
	/* tabbed navigation style on medium devices */
	width: auto;
	cursor: auto;
}
.cd-tab-filter::after {
	/* hide the arrow */
	display: none;
}
.cd-tab-filter ul {
	background: transparent;
	position: static;
	box-shadow: none;
	text-align: center;
}
.cd-tab-filter li {
	display: inline-block;
}
.cd-tab-filter li.placeholder {
	display: none !important;
}
.cd-tab-filter a {
	/* MAIN NAVIGATION MENU TYPE SETUP */
	display: inline-block;
	padding: 0 .6em;
	width: auto;
	color: #333; /* Colour of the main navigation type when inactive */
	opacity: 0.4;
	font-weight: 550;
	font-size: 1.5rem;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.no-touch .cd-tab-filter a:hover {
	color: #333;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.cd-tab-filter a.selected {
	background: transparent;
	color: #333;/* UNDERLINE THE SELECTED ITEM IN THE MAIN NAVIGATION MENU *//* box-shadow: inset 0 -1px 0 #EEEEEE; */
}
.cd-tab-filter.is-open ul li {
	display: inline-block;
}
}
@media only screen and (min-width: 1170px) {
.cd-tab-filter {
	/* tabbed navigation on big devices */
	width: 100%;
	float: right;
	margin: 0;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
}
.cd-tab-filter.filter-is-visible {
	/* reduce width when filter is visible */
	width: 80%;
}
}
/* HOVER EFFECTS */


/* Common style */
.grid figure {
	padding-right: 12%;
	padding-left: 12%;	
	position: relative;
	overflow: hidden;
	/*height: 460px; */
	width: 94%;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
}
.grid figure figcaption {
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
}
/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 0.5px;
	font-size: 68.5%;
}

