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


body,
html {
	margin: 0px;
	padding: 0px;
	background: #fcfcfc;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;

}

#container {
	max-width: 960px;
	padding: 0px;
	margin:0px auto 0px auto;
	background-color: none;
	font-family: "BlairITC-Medium", Arial, sans-serif;
	color: #c0c0c0;
	font-size: 11px;
	z-index: 5;
}



/*
 * Header, logo image and header page links
 */
#header {
	position:relative;
	width: 960px;
	margin: 5px auto 10px auto;
	z-index: 10;
	height: 147px;
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	line-height: 0em;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
}

.header_logo img{
	width: 421px;
	height: 87px;
	float: left;
	padding: 20px 0px 0px 40px;
}

.header_pages {
	float: right;
	color: #4e4e4e;
	text-decoration:none;
	padding: 40px 40px 0px 0px;
}

.header_pages:hover {
    color: #c0c0c0;
}
.header_pages:active {
    color: #c0c0c0;
}


/*
 * main content area, top nav, home and about pages
 */
#content {
	position: relative;
	max-width: 100%;
	margin: 0px auto 10px auto;
	padding: 20px 20px 40px 20px;
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
}

#content_showreel {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0px auto 40px auto;
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
}

.embedShowreel-vimeo { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embedShowreel-vimeo iframe{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

#about_content {
	width: 920px;
	font-family: "DIN Alternate Bold", Cambria, Verdana, sans-serif; 
	font-size: 14px;
	line-height: 1.5em;
}

.about_img {
	width: 920px;
	padding-top: 20px;
}

.about_titles {
	font-family: "BlairITC-Medium", Arial, sans-serif;
	color: #4e4e4e;
	font-size: 13px;
}

#about_client {
	width: 100%;
	text-align: center;
	float:left;
	clear:both;
	padding: 0px;
}

.client_logo {
	width: 96px;
	height: 57px;
}


/*
 * project pages, top navigation
 */
 #content_nav{
	position:relative;
	clear: both;
	margin: 0px auto 0px auto;
	width: 60px;
	height: 25px;
	background-color:#ffffff;
	text-align: center;
	z-index: 99;
}
.content_nav_arrow {
	padding: 0px 5px 0px 5px;
}
a.content_nav_arrow:hover  {
	opacity: 0.3;
}
a.content_nav_arrow:active {
	opacity: 0.3;
}
.content_nav_arrow_inactive {
	padding: 0px 5px 0px 5px;
	color: #4e4e4e;
	opacity: 0.15;
}


/*
 * project pages, main title, projects
 */
#project_PageTitle {
	color: #c0c0c0;
	font-size: 40px;
	padding: 20px 0px 0px 0px;
	font-family: "BlairITC-Medium", Arial, sans-serif;
	text-align:center;
}

#projects {
	position: relative;
	width: 91%;
	padding: 40px;
	margin: 20px auto 0px auto;
	background-color:#f1f1f1;
	border-bottom: 1px solid #c0c0c0;
}

/*
*project-video	size
width: 500px;
height: 281px;
*/
.embedProject-vimeo {
	position: relative;
	width: 54%;
	height: 0;
	overflow: hidden;
	padding-bottom: 31.25%; 	
	outline: 2px solid; 
	color: #4e4e4e;
	outline-offset: 2px;
	float: left;
} 
.embedProject-vimeo iframe{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.project_info {
	float: right;
	top: 40px;
	right: 40px;
	width: 340px;
	height: 281px;
	text-align:left;
	font-size: 13px;
	color: #4e4e4e;
}

.project_sub_info{
	color: #c0c0c0;
	font-family: "DIN Alternate Bold", Cambria, Verdana, sans-serif; 
	font-size: 14px;
	line-height: 1.5em;
}

#video_stills {
	width: 840px;
	clear:both;
	padding-top: 40px;
	text-align:left;
}

.still_box{
	width: 150px;
	height: 100px;
	outline: 1px solid; 
	color: #c0c0c0;
	outline-offset: 4px;
	margin-right: 15px;
}


/*
 * Thumbnails and titles
 */
 #thumbs {
	 position: relative;
	 width: 920px;
	 height: 130px;
	 padding: 20px 20px 40px 20px;
	 margin: 0px auto 10px auto;
	 background-color: #fff;
	 border-bottom: 1px solid #c0c0c0;
	 text-align: center;
	 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
 }
 
#thumb_box { 
	width: 125px;
	height: 70px;
	display: inline-block;
	position:relative;
	vertical-align: top;
	padding: 10px 10px 50px 10px;
    margin: 0px 5px 0px 5px;
    background-color: #f1f1f1;
	color: #4e4e4e;
}
#thumb_box:hover {
    background-color: #4e4e4e;
	color: #c0c0c0;
}
#thumb_box:active {
    background-color: #4e4e4e;
	color: #c0c0c0;
}

.thumb_img {
	width: 125px;
	height: 70px;
	outline: 1px solid #c0c0c0; 
}

.thumb_title { 
	width: 125px;
	line-height: 20px;
	text-align:center;
}

#thumb_box_inactive { 
	width: 125px;
	height: 70px;
	display: inline-block;
	position:relative;
	vertical-align: top;
	padding: 10px 10px 50px 10px;
    margin: 0px 5px 0px 5px;
    background-color: #4e4e4e;
	color: #c0c0c0;
	opacity: 0.5;
}


/*
 * bottom footer bar
 */
#page_footer{
	width: 920px;
	margin: 0px auto 10px auto;
	padding: 20px 20px 40px 20px;
	text-decoration: none;
	text-align:right;
}

.footer_link {
	text-decoration: none;
	color: #4e4e4e;
	padding-right: 20px;
}
.footer_link:hover {
    color: #c0c0c0;
}
.footer_link:active {
    color: #c0c0c0;
}

.footer_email {
	font-family: "DIN Alternate Bold", Cambria, Verdana, sans-serif;  
	float:left;
	text-decoration: none;
	color: #c0c0c0;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}


/** 
 *responsive for larger tablets, laptops
 */
@media screen and (max-width:959px)
{
		body,
	html {
		background: #f1f1f1;
	}

	#container {
		width: 100%;
		padding: 0px;
		margin:0px;
	}
	
	#header {
		width: 100%;
		height: 117px;
		margin-bottom: 10px;
	}
	
	.header_logo img{
		padding: 10px 0px 0px 20px;
	}
	
	.header_pages {
		padding: 40px 20px 0px 0px;
	}

	#content {
		width: 97%;
		margin-bottom: 10px;
		padding: 10px 10px 20px 10px;
	}
	
	#about_content {
		width: 100%;
	}
	
	.about_img {
		width: 100%;
		padding-top: 10px;
	}
	
	#project_PageTitle {
		font-size: 30px;
		padding: 10px 0px 0px 0px;
	}	
	
	 #projects {
		width: 95%;
		margin: 10px 0px 0px 0px;
		padding: 20px;
	}
	
	.project_info {
		width: 40%;
	}	
	#video_stills {
		width: 100%;
		padding-top: 20px;
	}
	
	.still_box{
		width: 17%;
		height: auto;
	}
	
	#thumbs {
		 width: 100%;
		 margin: 0px 0px 20px 0px;
		 padding: 10px 0px 20px 0px;
	 }
	
	#page_footer{
		width: 100%;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}
	
	.footer_email {
	margin-bottom: 20px;
}
	
}


/** 
*responsive for smaller tablets
*/
@media screen and (max-width:790px)
{ 	
	#content {
		width: 95%;
	}	
	
	#projects {
		width: 94%;
	}
	.project_info {
		width: 42%;
		height: 50%;
	}	
	
	#thumbs {
		position: relative;
		 height: 510px;	 
		 padding: 10px 0px 10px 0px;
	 }
	 
	 #thumb_box { 
	 position: relative;
	 left: 0px;
	 width: 100%;
	 padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px; 
    background-color: #f1f1f1;
	color: #4e4e4e;
	float: left;
	clear: both;	
	text-align: left;
	}
	
	.thumb_img {
		margin-left: 35%;
	margin-right: 20px;
}

	.thumb_title {
		position: absolute;
		width: auto;
		text-align: left;		
		top: 30px;
	}
	
	#thumb_box_inactive { 
	position: relative;
	 left: 0px;
	 width: 100%;
	 padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px; 
    background-color: #4e4e4e;
	color: #c0c0c0;
	float: left;
	clear: both;	
	text-align: left;
		opacity: 0.5;
	}
	

}


/** 
*responsive for mobiles
*/
@media screen and (max-width:670px)
{
			body,
	html {
		background: #fff;
		overflow-x: hidden; /* disable horizontal scrolling */
	}
	
	#header {
	height: 187px;
	box-shadow: none;
	margin-top: 0px;
	text-align: center;
	border-bottom: none;
	}
	
		.header_logo img{
		padding: 10px 0px 20px 20px;
	}
	
	.header_pages {
		width: 100%;
		float: left;
		clear: both;
		color: #4e4e4e;
		background-color: #f1f1f1;
		text-decoration:none;
		padding: 10px 0px 10px 0px;
		margin-bottom: 10px;		
	}
	
	.header_pages:hover {
		color: #c0c0c0;
		background-color: #4e4e4e;
	}
	.header_pages:active {
		color: #c0c0c0;
		background-color: #4e4e4e;
	}
	
	#content {
		width: auto;
		box-shadow: none;
		margin: 0px 0px 10px 0px;
		border-bottom: none;
		padding: 0px 0px 20px 0px;
	}
	
	#about_content {
		width: auto;
		padding: 10px;
	}
	
		 #projects {
		width: auto;
		margin: 10px 0px 0px 0px;
		padding: 20px;
	}
	
	.embedProject-vimeo {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; 	
	float: left;
	} 
	.project_info {
		float: left;
		top: 0px;
		right: 0px;
		padding-top: 15px;
		width: 100%;
		height: 50%;
	}
	#video_stills {
	padding-top: 0px;
}
	.still_box{
	display: none;
	}
	
	#thumbs {
		box-shadow: none;
	}
	
	.thumb_img {
		margin-left: 10px;
	margin-right: 20px;
	}
	
	#page_footer{
		position: relative;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

	.footer_link {
		width: 95%;
		text-align: center;
		float: left;
		clear: both;
		padding-bottom: 20px;
	}
	
	.footer_email {
		width: 95%;
		clear: both;
		text-align: center;
		padding-left: 0px;
		margin-top: 0px;
	}
	
}


/** 
*bespoke scaling, logo
}*/
@media screen and (max-width:470px)
{ 
.header_logo img{
		width: 90%;
		height: auto;
		clear: both;
	}
	
	#header {
	height: auto;
	}

}


/** 
*stop scaling, min size of old mobiles
*/
@media screen and (max-width:320px)
{ 
	#container{
		width:320px;
	}
}


/** unused code - dlete after build
	width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
*/