/* Reset CSS - http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
body {
	line-height: 1;
	background-image:url(images/bg-stripes.png); 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}


/* general stylesheet */

.container{ 
	width: 940px; 
	margin: 0 auto;
/*	background-color:#FFF; */
	position: relative; 
	text-align:center;
	padding: 0 20px 0 20px;
	
/*	-moz-box-shadow: 0px 0px 5px rgba(68,68,68,0.6); 
	-webkit-box-shadow: 0px 0px 5px rgba(68,68,68,0.6); 
	box-shadow: 0px 0px 5px rgba(68,68,68,0.6); */
}

.containerc{ 
	width: 940px; 
	margin: 0 auto;
/*	background-color:#FFF; */
	position: relative; 
	text-align:center;
}

.header{
	height:128px;

}

.logo{
	width: 217px;
	height: 45px;
	position:absolute;
	top: 38px;
}

.nav{
	width: autopx;
	height: 35px;
	position:absolute;
	top: 48px;
	right:20px;
}

.nav li{
	float:left;
	text-align:right;
	margin-left:47px;
	padding-right:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEDED;	
}

.nav li a {
	text-decoration: none;
	color: #f69220;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
}

.nav li span{
	display: block;
	font-size: 0.8em;
	color: #666666;
}

.nav h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF9933;
}

.nav h1 a{
	color:#FF9933;
	text-decoration:none;
}

.nav h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	color:#999999;
}

.nav h2 a{
	color:#999999;
	text-decoration:none;
}

.nav li ul{
	width:150px;
	margin-top:-15px;
	margin-left:-50px;
	position:absolute;
	background-color: rgba(255,255,255,.8);
	padding: 25px 0 10px 0;
	border-radius:4px;
	-moz-border-radius:4px;
	display:none;
	z-index:1000;
}

.nav li ul li{
	width:100%;
	margin-bottom:20px;
	border-right:none;
	margin-left:-10px;
}

.nav li ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color: #666;
}
.showcase{
	width:940px;
	height:357px;
	margin-bottom:30px;
}
.showcase li{
	width:940px;
	height:357px;
	position:relative;
}

.showcase .scket{
	width:332px;
	height:286px;
	position: absolute;
	z-index:10;
	left: 14px;
	top: 14px; 
	background:rgba(255,255,255,.75);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align:left;
}

.showcase h1{
	font-family: 'Questrial', sans-serif;
	font-size:50px;
	line-height:56px;
	color:#666;
}

.showcase h1 a{
	text-decoration:none;
	color:#666;
}

.sclink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	width:90px;
	background-color:#F93;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top:20px;
}

.sclink a{
	text-decoration:none;
	color:#FFF;
}

.highlights{
	height:60px;
	margin-bottom:100px;
}

.hAbout{
	width:500px;
	float:left;
	text-align:left;
	margin-right:50px;
}

.hAbout h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#F93;
	margin-bottom:5px;
}

.hAbout h1 a{
	text-decoration:none;
	font-weight:bold;
	color:#F93;
}

.hAbout p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	line-height:20px;
}

.hContact{

	float:right;
	text-align:left;
}

.hContact h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
	background-color:#F93;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.hContact h1 a:link{
	text-decoration:none;
	font-weight:bold;
	color:#F93;
}

.hContact h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
	background-color:#F93;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:right;
}

.hContact h2 a:link{
	text-decoration:none;
	font-weight:bold;
	color:#F93;
}

.hContact p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999;
	line-height:20px;
}

.footer{
	text-align:left;
	height:52px;
	margin-bottom:20px;
/*	background-color:#FFF; */
}

.footer p{
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#CCC;
}

.breadcrumb{
	height:37px;
}

.breadcrumb p,.breadcrumb p a{
	padding-top:4px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	text-decoration:none;
}

.breadcrumb span{
	padding:3px 10px 3px 10px;
	margin-left:10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#999;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.breadcrumb span a{
	text-decoration:none;
	color:#FFF;
	margin-left:0px;
}

.breadcrumb span:hover{
	background-color:#F93;
}

.aboutText{
	text-align:left;
	margin-bottom:70px;
}

.aboutText blockquote{
	margin:65px 0 65px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#333;
}

.aboutText p{


	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	line-height:24px;
}

.subTitle{
	height:52px;
}

.subTitle p{
	padding-top:19px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
}

.subTitle span{
	padding:3px 10px 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#999;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.theTeam li{
	height:300px;
	float: none;
	list-style:none;
}

.teamImg{
	width:190px;
	height:250px;
	margin-right:30px;
	float:left;
	text-align:left;
}

.teamBio{
	width:660px;
	margin-right:30px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#333
}

.teamBio h1{
	font-size:24px;
	font-weight:bold;
	line-height:36px;
}

.teamBio h2{
	font-size:16px;
	font-weight:bold;
	line-height:28px;
}

.teamBio p{
	font-size:14px;
	line-height:24px;
	color:#999;
}

.worksList{
	width:100%;
	height:auto;
}

.worksList li{
	width:312px;
	height:193px;
	float:left;
	position:relative;
	margin-right:1px;
	margin-bottom:1px;
}

.worksList li h1{
	width:312px;
	height:53px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1000;
	background-color:#F90;
	display:none;
}

.worksList li h1 span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	left:0;
	margin: 10px 0 0 10px;
}

#slider{
	margin-bottom:15px;	
}

#slider li{
	width:940px;
	height:377px;
	
}

#slider ul li ol{
	float:left;
	width:312px;
	height:193px;
	margin-right:1px;
	margin-bottom:1px;
}

#prevBtn a, #nextBtn a{
	width:140px;
	height:34px;
	float:right;
	background-image:url(images/btn-playvideo.png);
	background-repeat:no-repeat;
}

#prevBtn a{
background-image: url(images/btn-snapshots-1.png);
background-repeat:no-repeat;
}

.worksInfo{
	text-align:left;
	width:510px;
	float:none;
}

.postNavLink{
	width:40px;
	position:absolute;
	left: 327px;
	top: 592px;
}

.postNavLink li{
	list-style:none;
	width:40px;
	height:20px;
	background-color:#DDD;
	margin-top:3px;
	float:none;
	text-align:center;
}

.postNavLink li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;

}

.btnNextWork span a{
	color:#FFF;
	text-decoration:none;
}

.worksTitle{
	width:284px;
	height:48px;
	background-color:#F90;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	padding: 12px 9px 12px 9px;
	margin:-30px 0 17px 0;
}

.worksEnt li, .worksEnt li a{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#999;
	line-height:26px;
}

.worksDir, .worksDir a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#999;
	text-decoration:none;
}

.featVideo{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#F93;
	line-height:32px;
	text-align:left;
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
}

.featVideo li a{
	text-decoration:none;	
	color:#F93;
}

#nextShow, #prevShow{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-40px;
	top:300px;
	z-index:1000;

	}	

#nextShow{ 
	left:950px;
	}

#nextShow a{
	width:30px;
	height:56px;
	background-image:url(images/rightBtn.jpg);
	background-repeat: no-repeat;
	display:block;
	position:relative;
}

#prevShow a{
	width:30px;
	height:56px;
	background-image:url(images/leftBtn.jpg);
	background-repeat: no-repeat;
	display:block;
	position:relative;

}

#prevBtn, #nextBtn, #prevShow, #nextShow{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}
	
.address{
	width:300px;
	height:564px;
	text-align:left;
	float:left;
	margin-right:60px;
}

.address h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F93;
	margin-bottom:20px;
}

.address p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#666;
	line-height:26px;
	margin-bottom:20px;
}

.map{
	padding:12px;
	border:solid #CCC thin;
}

.contactform{
	width:560px;
	height:400px;
	text-align:left;
	float:left;
}

.contactform h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F93;
	margin-bottom:20px;
}

.contact-info{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	line-height:26px;
	margin-bottom:20px;
}

.formName, .formEmail{
	width:240px;
	height:52px;
	background-color:#CCCCCC;
	border:none;
	border-radius:10px;
	-moz-border-radius:10px;
	margin-right:5px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#333;
	text-indent: 10px;
	float:left;
	
}

.formEmail{
	width:315px;
	margin-right:0px;
	float:right;
	position:absolute;
	left:610px;
}
.formMessage{
	margin-top:10px;
	width:560px;
	height:210px;
	background-color:#CCCCCC;
	border:none;
	border-radius:10px;
	-moz-border-radius:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:18px;
	text-indent: 10px;
	padding-top:15px;
}
.contact .formSubmit{
	margin-top:10px;
	width:135px;
	height:35px;
	background: transparent url(images/btn-submit.png) no-repeat;
	border:none;
	color:transparent;
	cursor:pointer;
	display: block;
}

.works-links{
	width:100%;
	height:40px;
}

.works-links h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	position:relative;
	margin-left:40px;
	margin-top:10px;
	margin-right:20px;
}

.works-links a{
	text-decoration:none;
	float:left;
}

.wpage-links div{
	height:35px;
	float:left;
	margin-right:5px;
}

.wpage-sm{
	position:absolute;
	left:700px;
	top: 592px;
	z-index:1000000;
}

.wpage-sm div{
	height:35px;
	float:left;
}

.wpl-more{
	height:35px;
	background:url(images/btn-morevideos.png) no-repeat;
	float:left;
}

.wpl-home{
	height:35px;
	background:url(images/btn-home.png) no-repeat;
	float:left;
}

.wps-fb{
	height:35px;
	width:35px;
	float:right;
	margin-left:5px;
	background: url(images/btn-facebook.png) no-repeat;
}

.wps-tw{
	height:35px;
	width:35px;
	float:right;
	background: url(images/btn-twitter.png) no-repeat;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

/*
	Slideshow
*/

#slides {
	width:940px;
	margin-bottom:30px;
	z-index:100;

}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:940px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:940px;
	height:357px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:307px;
	left:-30px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#slides .next {
	left:986px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:30px;
	left:0px;
	padding:10px;
	background-color:#FFF;
	background:rgba(255,255,255,.9);
	width: auto;
	text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	
}

.caption a{
	color:#666;
	text-decoration:none;
}
