@charset "utf-8";

@import url('blog.css');
/* CSS Document */
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;
}
/* 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%;
}
body {
   line-height:18px;
   font-size:14px;
   position:relative;
   text-align:center;
   font-family: 'Gotham SSm A', 'Gotham SSm B', arial;
   font-style: normal;
   font-weight:400;
   margin: 0 auto;
   color:#333333;
}
body, html {
  height:100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*--------------------------------------------------
	   Links
-------------------------------------------------- */
a { text-decoration: none; color: #000000; line-height: inherit; }
a:hover { opacity:0.7; }
a:focus {  color: #888888;  outline: none;}
a.contactLink:link, a.contactLink:visited {
    color: #ffffff; text-decoration: none;
}
p a, p a:visited {
  line-height: inherit;
}
/*--------------------------------------------------
	   Text
-------------------------------------------------- */
p {
	margin: 0 0 .75em 0;
	line-height:1.7em;
}

h1,h2,h3,h4,h5 {
  line-height: initial;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
h1 { font-size: 24px; font-size: 2.4rem;  font-weight:300; letter-spacing:-3px; line-height:36px;}
h2 { font-size: 12px; font-size:1.2rem; padding:0 2px; font-weight: 600; letter-spacing: 2.5px;}
h3 { font-size: 16px; }
h4 { font-size: 15px; font-size:1.5rem;}
h5 { font-size: 24px; line-height:28px; }
h5 span { font-size: 0.85em; }

b, strong {
font-weight: bold;
}

*:focus {
	outline:1;
}

/*--------------------------------------------------
	    Lists
-------------------------------------------------- */
nav ul {
	list-style:none;
}
ul {
	list-style:none;
	margin:0 0 20px 0;
}
li {
	line-height:1.6em;
}

/*--------------------------------------------------
	   Tables
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------
	   Misc
-------------------------------------------------- */
img, video, canvas {
    max-width: 100%;
}
figure {
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    width: 100%;
}
iframe {
    width: 100%;
}
@viewport {
    width: device-width;
    zoom: 1;
}
.content_end {
	clear:both;
	height:0px;
}
/*--------------------------------------------------
Container
-------------------------------------------------- */
div#container, div.container { position: relative; width: auto; max-width:90%; margin: 0 auto; padding: 0; }
#siteHeader div#container, #siteHeader div.container {
	max-width: 100%;
}

/*--------------------------------------------------
Grid
-------------------------------------------------- */
.column-row, .row { margin: 0 0 0 0; }
.socialArticles .column-row, .socialArticles .row { margin: 0 0 0 0%; }
.column, .columns { float: left; display:inline; margin: 0 0 0 0; }

.one { width: 100%; }
.two { width: 100%; }
.three { width: 100%; }
.four { width: 100%; }
.five { width: 100%; }
.six { width: 100%; }
.seven { width: 100%; }
.eight { width: 100%; }
.nine { width: 100%; }
.ten { width: 100%; }
.eleven { width: 100%; }
.twelve { width: 100%; }

.offset-by-one-half { margin-left: 40px; }
.offset-by-one { margin-left: 80px; }
.offset-by-two { margin-left: 160px; }
.offset-by-three { margin-left: 240px; }
.offset-by-four { margin-left: 320px; }
.offset-by-five { margin-left: 400px; }
.offset-by-six { margin-left: 480px; }
.offset-by-seven { margin-left: 560px; }
.offset-by-eight { margin-left: 640px; }
.offset-by-nine { margin-left: 720px; }
.offset-by-ten { margin-left: 800px; }

/* Clear the columns automagically, thanks @kneath */
.column-row:after, .row:after, .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .column-row, * html .row, * html .clearfix { height: 1%; }
.column-row, .row, .clearfix { display: inline-block; }
.column-row, .row, .clearfix { display: block; }

/*	IE6 Problems ---------- */
body.ie .column-row { width: 960px; }
body.ie .eight .column-row	 { width: 640px; }
body.ie .nine .column-row	 { width: 720px; }
body.ie .ten .column-row	 { width: 800px; }
body.ie .eleven .column-row { width: 880px; }
body.ie .two-thirds .column-row { width: 660px; }

/*---------------------------------------------
  Layout
-----------------------------------------------*/

.uC {
  text-transform: uppercase;
}
.mT {
    margin-top: 30px;
}
.aL {
  text-align: center;
}
.aR {
  text-align: center;
}
.bold {
  font-weight: 700;
}


#outerWrapper {
  height: 100%;
	background-color:#ffffff;
}

/*---- Header -----*/

.fixed {
    position:fixed;
    width:100%;
  }

#top {
  overflow:hidden;
  padding:0 0 70px 0;
  position: relative;
  background:#000000;
	height:600px;
}
#siteContent {
	overflow: hidden;
	padding: 0 0 70px 0;
	position: relative;
	background: #000000;
}
#siteHeader {
  z-index: 10;
  position: relative;
}
.mobileWhite {
  background:#ffffff;
}
.mobileBlack {

}
  #logo {
    padding:24px 0 0 15px;
  }
  #logo a {
    height:70px;
    display:block;
    text-indent: -9999px;
    background-image: url(../images/site/style/logo.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
		margin:0 auto;
		background-size: 100%;
		max-width: 218px;
  }
  .whiteBg {
    background:#ffffff;
  }
  nav a, .mobileBlack nav a, .whiteBg .mobileBlack nav a {
    color:#ffffff;
  }
  .blackMobile {

  }
.darkBg {
	background-color: #000000;
  background-color: rgba(0,0,0,0.7);
	padding: 0 0 40px 0;
}

/*---- Menu -----*/
.mainNavigation {
  display: none;
  padding: 0 0 20px 10px;
}
.small_menu {
  text-align: right;
  padding:20px 0 20px 10px;
}
  .toggleMenu {
    background-image: url(../images/site/style/sprite.png);
    background-repeat: no-repeat;
    background-position: -525px -9px;
    width:50px;
    padding:0 30px 3px 0;
    color:#ffffff;
  }
  .toggleMenu:hover {
    color:#cccccc;
  }
  #siteHeader nav {
    text-align: right;
  }
  #siteHeader nav a {
    display: block;
    padding:5px 0;
		font-size: 16px;
		font-size:1.6rem;
		font-weight:700;
  }
  #siteHeader nav a.desktopSocial {
    display:none;
		text-align: left;
  }
  #mobileSocials {
    display: none;
    height: 39px;
    margin: 15px auto 0;
		width:300px;
  }
  #facebookLink {
    background-position: -385px -2px;
  }
  #twitterLink {
    background-position: -335px -2px;
  }
  #youtubeLink {
    background-position: -435px -2px;
  }
  #instagramLink {
  	background-position: -489px -2px;
  }
  #facebookLink, #twitterLink, #youtubeLink, #instagramLink {
    background-image: url(../images/site/style/sprite.png);
    background-repeat:no-repeat;
    text-indent: -99999px;
    width: 15px;
    height: 24px;
  }
  #spotifyLink {
	  background-image: url('../images/site/spotify-white.png');
      background-repeat:no-repeat;
      text-indent: -99999px;
      width: 15px;
      height: 24px;
  }
	#facebookLinkMobile {
		background-image: url(../images/site/style/fb.png);
	}
	#twitterLinkMobile {
		background-image: url(../images/site/style/twit.png);
	}
	#youtubeLinkMobile {
		background-image: url(../images/site/style/YT.png);
	}
	#instagramLinkMobile {
		background-image: url(../images/site/style/inst.png);
	}
	#facebookLinkMobile, #twitterLinkMobile, #youtubeLinkMobile, #instagramLinkMobile {
    background-repeat:no-repeat;
    text-indent: -99999px;
    width: 15px;
    height: 24px;
  }
  .mobileSocial {
    display: inline-block;
    padding: 9px 12px;
  }
#siteHeader .four  { width: 45%; }
#siteHeader .eight  { width: 46%; }

/*---- Slider -----*/
#slider, #pageBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding:0;
  z-index:0;
}
#pageBg {
	position:fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
	#pageBg img {
		max-width:none;
		width:100%;
	}
#sliderOverlay, #pageOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0,0,0,0.7);
	transition:background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  z-index:1;
}
.contactOverlay {
 background-color: rgba(0,0,0,0) !important;
 background-color:transparent !important;
}
 .slide {
 }
.sliderCaption {
  padding:30% 0 0 0;
  color:#ffffff;
  z-index:2;
  position: relative;
}
  .slideCaptionInner {
    width:auto;
    display:inline-block;
		display:none;
		/*
		transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;*/
  }


#sliderControls {
  position: absolute;
  bottom:0;
  width:100%;
  z-index: 3;
}
  #sliderControlsInner {
    padding: 0 0 50px 0;
		display:none;
  }
	#mod-1_7 #sliderControlsInner {
		display:block;
	}
	#mod-1_5 #sliderControlsInner {
		display:block;
	}
	#mod-1_5  #sliderControls li {
		display:none;
	}

		#sliderOverflow {
			height: 100%;
			width: 100%;
			margin-left: 0;
		}
			#sliderTrack {
				height: inherit;
				width: 50000px;
				float:left;
			}
				.sliderItem {
					float:left;
					position:relative;
					width: 100%;
					height: 100%;
					-webkit-background-size: cover;
					-moz-background-size: cover;
					-o-background-size: cover;
					background-size: cover;
					background-position: center;
					background-repeat:no-repeat;
				}
					#sliderControls ul {
						margin:0;
					}
					#sliderControls li {
						display:inline;
						padding:0 16px 53px;
					}
						#sliderControls li a {
							color:#d1d1d1;
							font-size:16px;
							font-size:1.6rem;
							font-weight:700;
						}
						#sliderControls .activeSlide {
							background-image: url(../images/site/style/arrow.png);
							background-position: center bottom;
							background-repeat:no-repeat;
						}
							#sliderControls li.activeSlide a {
								color:#ffffff;
							}
						#mod-1_5 #sliderControlsInner {
							padding:0;
						}
	.playVideo {
		margin:10% 0 0 0;
	}
	#mod-1_5 #sliderControls li.mobileStaff {
		width:50%;
		margin:0 auto;
		display:block;
		background-image: url(../images/site/style/arrow.png);
		background-position: center bottom;
		background-repeat:no-repeat;
	}
		#mod-1_5 #sliderControls li.mobileStaff a {
			color:#ffffff;
		}


/*---- Pages -----*/
	#pageContent {
		z-index:2;
		position:relative;
		color:#ffffff;
		margin:0 0 50px 0;
		padding:100px 0 0 0;
	}
	.pageTitles {
		display:inline-block;
		background:url(../images/site/stamp.png) bottom right no-repeat;
		padding:0 8% 5% 8%;
		opacity:0;
		transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
	}
		/*#mod-1_6 .pageTitles h1 {
			font-size: 31px;
			font-size: 3.1rem;
			line-height: 32px;
		}
		#mod-1_4 .pageTitles h1 {
			font-size: 31px;
			font-size: 3.1rem;
			line-height: 32px;
		}*/

	#standardPageText {
		z-index:3;
		position:relative;
		min-height: 300px;
	}
		#standardPageText .container {
			background:#ffffff;
		}
			.pageTextInner {
				padding:3% 2.34% 3% 2.34%;
			}


	.googleMapDisplay {
		height:100%;
	}
		h2 em {
			font-style:italic;
		}
	.contactDetails h1 {
        font-size: 30px;
	}
	.contactDetails h2 {
		line-height:20px;
	}
	.viewDirections {
		margin:30px 0 60px 0;
	}
		.viewDirections a {
			width:44px;
			height:40px;
			background-image:url(../images/site/style/sprite.png);
			background-repeat:no-repeat;
			background-position:0px -111px;
			margin:0 auto;
			display:block;
		}
		.viewDirections h3 {
			font-size:18px;
			font-size:1.8rem;
			font-weight:200;
			margin:20px 0 0 0;
			letter-spacing:3px;
			cursor:pointer;
		}
		#toggleDirections {
			position:absolute;
			bottom:0;
			right:0;
			z-index:4;
			color:#fff;
			display:none;
		}
			#toggleDirections .viewDirections {
				margin:0 10px 10px 0;
			}

/*---- Work Page -----*/
	.workBlock {
		display:none;
	}
	#filters {
	}
	#filters ul li {
		display:block;
		padding:10px 0;
	}
	#filters ul li a {
		color:#8b8988;
		padding:10px 15px;
		font-size:16px;
		font-size:1.6rem;
		font-weight:700;
	}
	#filters ul li a:hover {
		background:#fff;
		text-decoration:none;
		color:#000;
	}
	#filters ul li.activeFilter {
		background:none;
	}
		#filters ul li.activeFilter a {
			background:#ffffff;
			opacity:1;
			color:#000000;
		}
	#workExamples {
		z-index: 3;
		position: relative;
	}
	.workBlock {
		padding-bottom: 80%;
		width:100%;
		position:relative;
		overflow:hidden;
	}
		.workBlockInner {
			position: absolute;
			left: 0px;
			right: 0px;
			top: 0px;
			bottom: 0px;
			overflow: hidden;
			margin: 3px;
			-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.3);
			box-shadow: 0 0 4px 2px rgba(0,0,0,0.3);
		}
			.workBlockInner .workBlockBgImg {

			}
			.workOverlay, .workContainer  {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				padding: 0;
				text-align: left;
				height:100%;
			}
				.playButton, .comingSoon {
					position: absolute;
					top: 0;
					left: 0;
					text-align: center;
					width: 100%;
					height: 100%;
				}
					.playButton a{
						width: 100%;
						height: auto;
						display: block;
						padding: 21% 0 21% 0;
					}
						.playButton a img {
						}
						.comingSoon img {
							width:176px;
							margin:0 auto;
							padding:20% 0 0 0;
						}
				.workBottom {
					width: 100%;
					position:absolute;
					bottom:0;
					background:#ffffff;
					text-align:center;
					padding:8px 0;
				}
					.workBottom h3 {
						color:#000;
						font-size:12px;
						font-size:1.2rem;
						font-weight:700;
						padding:0 5px;
					}

/*---- Social Blocks -----*/
	#socialUpdates {
		z-index:3;
		position:relative;
	}
		#socialUpdates .row{
			width:75%;
			margin:0 auto;
		}
		#workExamples .row {
			width:75%;
			margin:0 auto;
		}
		#socialUpdates .column, #workExamples .column {
			margin:0;
		}
  .articleBlock  {
    padding-bottom: 100%;
		width:100%;
    position: relative;
  }
  .articleBlockInner {
     position: absolute;
     left: 0px;
     right: 0px;
     top: 0px;
     bottom: 0px;
     overflow: hidden;
		 margin:6px;
		 -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.3);
		box-shadow: 0 0 4px 2px rgba(0,0,0,0.3);
  }
  .articleBlockInner img {
     width: 100%;
  }
  .tweet {
    background:#5ea9dd;
  }
  .tweet .shareArticle a {
    color:#333333;
  }
  .tweet .articleOverlay {
    display:block;
    color: #333333;
  }
	.facebook {
		background:#3b5998;
	}
	.instigram {
	}
  .articleBlockInner .articleOverlay, .workOverlay {
    color: #FFF;
    background: #000000;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .articleBlockInner .articleOverlay, .tweet .articleOverlay, .articleContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: left;
    height:100%;
  }
  .articleBlockInner:hover .articleOverlay, .workBlockInner:hover .workOverlay {
    display: none;
    background: rgba(0, 0, 0, 0.0);
  }
	.workBlockInner img {
		-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	}
	.workBlockInner:hover img {
		max-width:110%;
	}
	.articleContainer {
		color:#ffffff;
	}
	.darkPictureOverlay, .linkOverlay  {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
	}
	.articleBlockInner:hover .darkPictureOverlay {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.articleContainer h4 {
		font-style:italic;
		text-transform:none;
	}
  .articleContainer p {
    font-size:10px;
		font-size:1rem;
  }
  .shareArticle {
    padding:0 0 0 10px;
  }
  .aLinkTx {
    padding:0 0 10px 0;
  }
  .acticleBottom {
    bottom:50px;
    position:absolute;
  }
  .articleContainer a {
    color: #ffffff;
  }
	.instagram h4 {
		opacity:0;
	}


.fadeIn {
	opacity:1;
}
.showNone {
	opacity:0;
	position:absolute;
}


/*-- Lightbox video player ---*/
.lightbox {
	display: none;
	background: #000000;
	background:rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index:100;
}
	.player {

	}
		.closeLightbox {
			float: left;
			color: #fff;
			text-indent:-99999px;
			background:url(../images/site/style/close-button.png) no-repeat;
			height:30px;
			width:30px;
			margin-left:-24px;
			margin-bottom:0px;
			z-index:999999 !important;
			background-size:cover;
		}
		.flowplayer
			{z-index:999 !important;}
	.lightboxInner {
		margin: 0 auto;
		max-width: 70%;
		padding: 40px;
		position: relative;
		text-align:center;
		vertical-align:middle;
	}

#transition {
	display:none;
	position: fixed;
	left: -100%;
	top: -100%;
	width:300%;
	height:300%;
	z-index:100;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}
	.leftTriangle {
		-webkit-transition: width 1.5s ease-in-out;
		-moz-transition: width 1.5s ease-in-out;
		-o-transition: width 1.5s ease-in-out;
		-ms-transition: width 1.5s ease-in-out;
		transition: width 1.5s ease-in-out;
		width:50%;
		height:100%;
		float:left;
		background-color:#000;
		margin-left:1px;
	}
	.rightTriangle {
		width:50%;
		float:right;
		height:100%;
		background-color:#000;
		-webkit-transition: width 1.5s ease-in-out;
		-moz-transition: width 1.5s ease-in-out;
		-o-transition: width 1.5s ease-in-out;
		-ms-transition: width 1.5s ease-in-out;
		transition: width 1.5s ease-in-out;
		margin-left:-1px;
	}
	.triangleTransition {
		width:0;
	}

/* ---------------App styles-------------- */

/* custom player skin */
.flowplayer {
	width: 100% !important;
	height:auto;
	background-color: #000 !important;
	max-width: 1500px !important;
}
#videoPoster {
	background:#000 url(../images/site/poster.jpg) no-repeat top center;
	background-size:contain;
}

.blogbody #videoPoster.is-playing, .blogbody #videoPoster.is-paused {
	background: transparent !important;
	background-image: none !important;
}



.flowplayer.is-touch.is-mouseover .fp-progress:before { background-color: rgba(153, 0, 0, 1) !important }
.is-splash.flowplayer .fp-ui, .is-paused.flowplayer .fp-ui {
	-webkit-transition: background-color 0.3s ease;
	   -moz-transition: background-color 0.3s ease;
	     -o-transition: background-color 0.3s ease;
	        transition: background-color 0.3s ease;
	        z-index:100;
}
.video-tile .is-splash.flowplayer .fp-ui:hover, .video-tile .is-poster.flowplayer .fp-ui:hover { background-color: rgba(150, 27, 34, 0.6); }
.flowplayer .fp-controls { background-color: rgba(0, 0, 0, 0.4) !important;}
.flowplayer .fp-timeline { background-color: rgba(0, 0, 0, 0.5) !important;}
.flowplayer .fp-progress { background-color: rgba(153, 0, 0, 1) !important;}
.flowplayer .fp-buffer { background-color: rgba(255, 255, 255, 1) !important;}
/*.flowplayer { background-image: url(http://farm4.staticflickr.com/3169/2972817861_73ae53c2e5_b.jpg) !important }*/
/* Magnific popup skin */
.mfp-close-btn-in .mfp-close {
	color: #FFF !important;
}
.loadingBg {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	background-color: #000000;
	z-index:199;
	display: none;
}
.loadingDiv {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	opacity: 0;
	background-image:url(../images/site/introImage.jpg);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	text-align:center;
	z-index:200;
}
	.loadingDivInner {
		max-width:870px;
		margin:0 auto;
		text-align:center;
		opacity:0;
		transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
		padding:20% 0 0 0;
	}
		.loadingDivInner img {
			max-width:80%;
		}
.noOpacity {
	opacity:0;
}
.opacity {
	opacity:1;
}


/*---- Footer -----*/
#siteFooter {
  text-align: center;
  font-size:12px;
  font-size:1.2rem;
  padding:17px 0 0 0;
	background:#ffffff;
	position:relative;
	height: auto;
	overflow: hidden;
}
#mod-1_6 #siteFooter, #mod-1_4 #siteFooter, #mod-1_10 #siteFooter {
	padding:16px 0 8px 0;
}
	#rageStamp {
		text-align: center;
		margin:0 0 20px 0;
	}
	#siteFooter ul {
		margin:0 0 10px 0;
	}
  #siteFooter ul li {
    font-weight:700;
    display:block;
		text-align:center;
    padding:0;
  }
  #copyright {
    font-weight:100;
		margin:20px 0;
  }
  #clientLogin {
    border:1px solid #000;
    padding:10px;
    margin:0px 0 0px 0;
  }
    #clientLoginInner {
      background-image: url(../images/site/style/smallArrow.png);
      background-repeat: no-repeat;
      background-position: right 8px center;
			background-position-x: 94%;
			background-position-y: 44%;
			/*transition: background-position 0.5s ease;
			-webkit-transition: background-position 0.5s ease;
			-moz-transition: background-position 0.5s ease;
			-o-transition: background-position 0.5s ease;*/
    }
		#clientLoginInner:hover {
			background-position: right center;
		}
      #clientLoginInner p {
        padding:0;
        margin:0;
      }
  #madeBy {
    color: #999999;
		text-align: center;
		margin: 30px 0 0 0;
  }


::selection
{background:#cf1818; color:#fff;}

::-moz-selection
{background:#cf1818; color:#fff;}

.adminLogin {
    position: relative;
    background: #191A14 url('../images/reuse/eskimo.png') no-repeat 270px 20px;
    color: #FFF;
    font-family: Georgia, Verdana;
    text-align: left;
    width: 300px;
    height: 250px;
    top: 20px;
    left: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    margin:0 auto;
    padding:20px;
}
label {
    width: 280px;
    font-style: italic;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
input.textInput {
    height: 33px;
    background: #FFF;
    border: none;
    font-size: 20px;
    margin: 5px 0px 5px 0px;
    width: 260px;
    padding: 4px;
    font-family: Georgia, Verdana;
}

#noJavascript {
    width:100%;
    text-align:center;
    margin:0 auto;
    padding:30px 0;
    color:#ffffff;
    position:fixed;
    z-index:200;
}



/*------------------------------------------------
  Showreel
  ------------------------------------------------ */

#showreelContainer a, #showreelContainer a:hover, #showreelContainer a:visited, #showreelContainer a:active {
    color: #ffffff;
}


#showreelLoginContainer {
    font-family: 'Gotham SSm A', 'Gotham SSm B', serif;
    background-color: #ffffff;
    font-weight: 600;
    max-width: 455px;
    margin: 0 auto;
    color: #c0b6b6;
    padding: 0;
    width: 80%;
}

    #showreelLoginContainer img {
        margin: 50px 0;
    }

    #showreelLoginContainer p {
        margin: 0 auto 30px auto;
        font-weight: bold;
        font-size: 13px;
        width: 50%;
    }

    #showreelLoginContainer input[type="text"], #showreelLoginContainer input[type="password"] {
        background-color: #f1eeee;
        margin: 0 0 20px 0;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        padding: 20px 0;
        display: block;
        color: #000000;
        border: none;
        width: 100%;
    }

        #showreelLoginInner { padding: 0 14px; }


    #showreelLoginContainer label {
        position: relative;
        margin: 50px auto;
        font-size: 11px;
        display: block;
        color: #000000;
        width: 60%;

    }
        #showreelLoginContainer input[type="checkbox"] { }
        #showreelLoginContainer label #rememberFakeCheckbox {
            display: inline-block;
            background: #f1eeee;
            position: absolute;
            height: 15px;
            width: 15px;
            left: 0;
            top: 1px;
        }
        #showreelLoginContainer label #rememberMeDescription {
            margin-left: 20px;
        }

    #showreelLoginContainer button {
        background-color: #d94e48;
        font-size: 21px;
        padding: 35px 0;
        cursor: pointer;
        color: #ffffff;
        border: none;
        width: 100%;
        font-family: 'Gotham SSm A', 'Gotham SSm B', serif;
        font-weight: 400;
    }
        #showreelLoginContainer button:hover {
            background-color: #ba322c;
            color: #d8d8d8
        }



#lightboxVideoCaption {

    background-color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    color: #ffffff;

    position: relative;
    top: -7px;
    width: 100%;

}

    #lightboxVideoCaption p {
        padding: 35px 0 0 0;
        margin: 0 0 0 5px;
    }

    .lightboxVideoDescription {
        font-size: 12px;
    }
    .lightboxVideoDescription p {
        padding-top: 0!important;
        margin-top: 30px!important;
    }


    .gothamBold {
        font-family: 'Gotham SSm A', 'Gotham SSm B', serif;
    }
    .heavy {
        font-weight: 600;
    }
/*------------------------------------------------
  Respond
--------------------------------------------------*/
@media screen and (min-width: 0px) {
    .contactCaption {
        padding-top: 0;
    }

    .contactCaption .mT {
        font-size: 70%;
    }

    .viewDirections {
        margin: 15px 0 30px 0;
    }
}


/*Everything bigger than 480px wide*/
@media screen and (min-width: 480px) {
  div.container {
      max-width: 90%;
   }
   .column-row, .row { margin: 0 0 0 -2.34%; }
   .column, .columns { margin: 0 0 0 2.34%; }

  .one    { width: 5.99%;  }
  .two    { width: 14.32%; }
  .three  { width: 22.66%; }
  .four   { width: 30.99%; }
  .five   { width: 39.33%; }
  .six    { width: 47.66%; }
  .seven  { width: 55.99%; }
  .eight  { width: 64.33%; }
  .nine   { width: 72.66%; }
  .ten    { width: 81.00%; }
  .eleven { width: 89.33%; }
  .twelve { width: 97.66%; }

	.aL {
		text-align: left;
	}
	.aR {
		text-align: right;
	}

	#siteFooter .nine {
		width: 64.33%;
	}
	#siteFooter .two {
		width: 22.66%;
	}

  .articleBlock  {
    padding-bottom: 50%;
		width:50%;
  }
	.workBlock {
		padding-bottom: 45%;
		width:50%;
	}
	#standardPageText  {
		text-align:left;
	}
	#siteFooter ul li {
		display:inline-block;
		text-align:left;
		padding:0 10px 0 0;
	}
	#rageStamp {
		margin:0 0 0 2.34%;
	}
	.articleContainer p {
		font-size: 9px;
		font-size: 0.9rem;
	}
	#sliderControlsInner {
		display:block;
	}
	#mod-1_5  #sliderControlsInner {
		padding: 0 0 0 0;
	}
	#logo a {
		margin:0;
	}
	#siteFooter {
		text-align: left;
	}
	#copyright {
		margin: 0 0 .75em 0;
	}
	.sliderCaption {
		padding: 5% 0 0 0;
	}
	.contactDetails h2 {
		line-height:22px;
	}
	h1 {
		font-size:36px;
		font-size:3.6rem;
	}
	h2 {
		padding:0 3px;
	}
	h4 {
		font-size:12px;
		font-size:1.2rem;
	}
	.viewDirections {
		margin: 25px 0 50px 0;
	}
	#mobileSocials {
		margin:10px 0 10px 0;
	}

    /** Footer fix for legals page. MG 08Apr **/
    #mod-1_8 #siteContent {
      height: 82%;
			height: calc(100% - 12em);
    }

}
/*Everything bigger than 640px wide*/
@media screen and (min-width: 640px) {
	.viewDirections {
		margin: 25px 0 55px 0;
	}
	.sliderCaption {
		padding: 5% 0 0 0;
	}
	.contactDetails h2 {
		line-height:28px;
	}
	h1 {
		font-size: 47px;
		font-size: 4.7rem;
		line-height:50px;
	}
	h2 {
		padding:0 3px;
	}
	h4 {
		font-size:15px;
		font-size:1.5rem;
	}
}
/*Everything bigger than 768px wide*/
@media screen and (min-width: 768px) {
  .articleBlock  {
    padding-bottom: 33.3%;
		width:33.3%;
  }
  .sliderCaption .container {
    max-width:90%;
  }
	.workBlock {
		padding-bottom: 25.3%;
		width:33.3%;
	}
	.viewDirections {
		margin: 15px 0 30px 0;
	}
	.sliderCaption {
		padding: 5% 0 0 0;
	}
	.contactDetails h2 {
		line-height:28px;
	}
	h1 {
		font-size: 53px;
		font-size: 5.3rem;
		line-height:54px;
	}
	h2 {
		padding:0 0 0 3px;
	}
	h4 {
		font-size:12px;
		font-size:1.2rem;
	}
	/*#mod-1_4 .pageTitles h1, #mod-1_6 .pageTitles h1  {
		font-size: 80px;
		font-size: 8.0rem;
		line-height: 76px;
	}*/
	#siteFooter ul li {
		padding:0 30px 0 0;
	}
	#filters ul li {
		display:inline;
		padding:0;
	}
	#filters ul li.activeFilter {
		background:url(../images/site/style/activeFilter.png) no-repeat bottom center;
		padding: 23px 0;
	}
	#top {
		height: 85%;
		height: calc(100% - 13.5em);
	}
	.lightbox {

	}
	.lightboxInner {

	}
	.playButton a {
		padding:12% 0 24% 0;
	}
	.playButton a img {
		width: 60px;
	}
	#madeBy {
		text-align: right;
		margin: 0 0 0 0;
  }
	.closeLightbox {
		height:48px;
		width:48px;
	}
}
/*Everything bigger than 940px wide*/
@media screen and (min-width: 940px) {
	.workBlock {
		padding-bottom: 24%;
		width: 33%;
	}
	.viewDirections {
		margin: 15px 0 30px 0;
	}
	.sliderCaption {
		padding: 5% 0 0 0;
	}
	.contactDetails h2 {
		line-height:28px;
	}
	h1 {
		font-size: 64px;
		font-size: 6.4rem;
		line-height:60px;
	}
	h2 {
		padding:0 0 0 5px;
	}
	h4 {
		font-size:14px;
		font-size:1.4rem;
	}
	/*#mod-1_4 .pageTitles h1, #mod-1_6 .pageTitles h1  {
		font-size: 100px;
		font-size: 10.0rem;
		line-height:90px;
	}*/
	#mod-1_5  #sliderControls .activeSlide {
		background-image: url(../images/site/style/arrow.png);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.playButton a {
		padding:16% 0 17% 0;
	}
	.playButton a img {
		width: 60px;
	}
	#mod-1_5  #sliderControls li {
		display: inline;
		padding: 0 15px 53px;
	}
	#mod-1_5 #sliderControls li.mobileStaff {
		display:none;
	}
	#siteFooter .nine {
		width: 72.66%;
	}
	#siteFooter .two {
		width: 14.32%;
	}
	#mod-1_5 #sliderControlsInner {
    padding: 0 0 50px;
}
}
/*Everything bigger than 1024px wide*/
@media screen and (min-width: 1024px) {
	.viewDirections {
		margin: 15px 0 30px 0;
	}
	.sliderCaption {
		padding: 5% 0 0 0;
	}
	.contactDetails h2 {
		line-height:28px;
	}
	h1 {
		font-size: 70px;
		font-size: 7.0rem;
		line-height:67px;
	}
	h2 {
		padding:0 0 0 5px;
	}
	h4 {
		font-size:14px;
		font-size:1.4rem;
	}
}
/*Everything bigger than 1039px wide (menu)*/
@media screen and (min-width: 1039px) {
  #siteHeader .column, #siteHeader .columns { margin: 0 0 0 2.34%;}
  .mobileWhite, .mobileBlack {
    background:none;
  }
	#logo a {
		width: 225px;
	}
  #top #slider, #siteContent #pageBg {
    padding:0;
  }
  .sliderCaption {
    padding: 5% 0 0 0;
  }
  #newsletterSignUp .button {
    margin:0 0 0 0;
  }
  .small_menu {
    display: none;
		padding:20px 0 20px 0;
  }
  .mainNavigation {
    display: block;
    padding: 0 0 20px 0;
  }
  #siteHeader .four  { width: 30.99%; }
  #siteHeader .eight  { width: 64.33%; }
  #siteHeader nav {
    padding:32px 2.3% 0 0;
    text-align: right;
  }
    #siteHeader nav a {
      display:inline-block;
      padding:12px 12px 5px;
    }
  #siteHeader nav a.desktopSocial {
    display: none;
  }

  #logo {
    padding:40px 0 0 4.3%;
  }
	.lightboxInner {

	}
	.playButton a img {
		width: 60px;
	}
	.articleBlock  {
    padding-bottom: 25%;
		width:25%;
  }
	#mobileSocials {
		display: none;
	}
	#siteFooter ul {
		margin: 15px 0 10px 0;
	}
	h4 {
		font-size:11px;
		font-size:1.1rem;
	}
	#clientLogin {
		margin:8px 0 8px 0;
	}
	#rageStamp {
		margin:25% 0 0 0;
	}
}
/*Everything bigger than 1120px wide. stupid footer logo*/
@media screen and (min-width: 1120px) {
	#rageStamp {
		margin:20% 0 0 0;
	}
}
/*Everything bigger than 1210px wide. stupid footer logo*/
@media screen and (min-width: 1210px) {
	#rageStamp {
		margin:15% 0 0 0;
	}
}
/*Everything bigger than 1210px wide. stupid footer logo*/
@media screen and (min-width: 1300px) {
	#rageStamp {
		margin:12% 0 0 0;
	}
}
/*Everything bigger than 1380px wide*/
@media screen and (min-width: 1380px) {
	.playButton a {
		padding:17% 0 18% 0;
	}
	.playButton a img {
		width: 60px;
	}
	.workBlock {
		padding-bottom: 20%;
		width: 25%;
	}
	.viewDirections {
		margin: 15px 0 30px 0;
	}
	.sliderCaption {
		padding: 0 0 0 0;
	}
	.contactDetails h2 {
		line-height:28px;
	}
	h1 {
		font-size: 80px;
		font-size: 8.0rem;
		line-height:72px;
	}
	h2 {
		padding:0 0 0 5px;
		font-size:14px;
		font-size:1.4rem;
	}
	h4 {
		font-size:14px;
		font-size:1.4rem;
		padding: 16% 0 0 0;
	}
	#rageStamp {
		margin:0px 0 0 0;
	}
}

/*Everything bigger than 1580px wide*/
@media screen and (min-width: 1580px) {
	div#container, div.container {
		max-width: 1580px;
	}
	.articleBlock  h4 {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.lightbox {

	}
	.sliderCaption {
    padding: 8% 0 0 0;
  }
	#workExamples {
		min-height: 500px;
		padding: 40px 0 0 0;
	}
	#siteHeader nav a {
		padding: 12px 15px 5px;
	}
	.playButton a {
		padding:24% 0 17% 0;
	}
	h1 {
		font-size: 120px;
		font-size: 12.0rem;
		line-height:100px;
	}
	h2 {
		padding:0 8px;
	}
	#top {
		height: 85%;
		height: calc(100% - 13.5em);
	}

}
/*Everything bigger than 1920px wide*/
@media screen and (min-width: 1920px) {
	#top {
		height: 85%;
		height: calc(100% - 13.5em);
	}
	#siteFooter {

	}
}
