/* @override
	http://lokiflat.dev/css/globals.css?v=2
	http://loki.dev/devlink/shared/css/boost/globals.css?1324296003
	http://loki.dev/devlink/shared/css/boost/globals.css?1324298767
	http://loki.dev/devlink/shared/css/boost/globals.css?1324468037
	http://loki.dev/devlink/shared/css/boost/globals.css?1324468671
	http://loki.dev/devlink/shared/css/boost/globals.css?1324475358
	http://loki.dev/devlink/shared/css/boost/globals.css?1324656844
	http://loki.dev/devlink/shared/css/boost/globals.css?1324656856
	http://loki.dev/devlink/shared/css/boost/globals.css?1324656975 */

/*------------------------------------------*/
/*--- TABLE OF CONTENTS ---*/
/*------------------------------------------
:: Reset
:: Links
:: HEADER
:: Lists
:: Code
:: Embedded Content
:: Logo
:: Tables
:: FOOTER
*/
/*------------------------------------------*/
/*--- RESET ---*/
/*------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, vid	eo {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
/*--- tables still need cellspacing="0" in the markup ---*/
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
.ie7 img { -ms-interpolation-mode: bicubic; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*--- HTML5 MEDIA ---*/
audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}
audio:not([controls]) {display: none;}
/*--- MINIMAL BASE STYLES ---*/
html{
		overflow-y: scroll;
-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
		min-height:100%;
		margin:0 auto;
		overflow-x: hidden;
}
strong, th { font-weight: bold; }
td { vertical-align: top; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection{ background: #19bfa6; color:#fff; text-shadow: none; }
::selection { background:#19bfa6; color:#fff; text-shadow: none; }
q:before,q:after{ content:''; }

/*------------------------------------------*/
/*--- LINKS ---*/
/*------------------------------------------*/
a:link,a:visited{
		color: #666666;
		font-weight: bold;
		text-decoration: none;
}
a:visited {
		opacity:0.8;
}
p a:link,p a:visited {
		color: #000;
}
.dark a:link,
.dark a:visited {
		color: #fff;
}
a:hover,
.dark a.active,
.dark a:hover {color: #19bfa6;}
a:hover, a:active { outline: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
a:focus {
		text-shadow: #61a0ff 0 0 7px;
		outline: thin dotted;
}
.more_link:after,
.more_link::after{
		content:" »";
}
/*------------------------------------------*/
/*--- HEADER ---*/
/*------------------------------------------*/
.navi.centred,
.navi.centered { text-align: center }
.navi.centred li,
.navi.centered li {
	display: inline;
	float: none;
}
.navi.centred a,
.navi.centered a { display: inline-block }
.navi.horiz,
.navi.vert {
	overflow: hidden;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}
.navi.horiz li { float: left }
.navi.horiz a { border-right: 1px solid #dcdcdc }
.navi.horiz a,
.navi.vert a {
	display: block;
	padding: 5px 10px;
	background: #f5f5f5;
}
.navi.vert a {
	padding-left: 10px;
	border-bottom: 1px solid #ddd;
}
.navi.horiz li:last-child a,
.navi.vert li:last-child a { border: none }
.navi.horiz,
.navi.vert { background: #f5f5f5 }
.navi.horiz a,
.navi.vert a { font-size: .9em }


/*=== SITE SPECIFIC ===*/
#header {
		border-top: 6px solid #3a3a3a;
}

#header .inner_wrap {
		padding:  30px 0 33px;
		position: relative;
}
#faded_logo {
		background: url(/public/img/ui/headerbg.gif) no-repeat left top;
		position: absolute;
		left: 50%;
		top: 0;
		width: 375px;
		height: 335px;
		margin-left: 96px;
		z-index: -1;
}
#navigation {
		right: 10px;
		top: 50%;
		margin-top: -31px;
		position: absolute;
}
#navigation a {
		/*width: 180px;*/
		font-size: 2.5em;
		margin-left: 15px;
		float: left;
		border-top: 2px solid #3A3A3A;
		padding-top: 6px;
		font-weight: normal;
		text-transform: uppercase;
		line-height: 1.1;
		position: relative;
		padding-right: 70px;
}
#navigation a.active,
#navigation a:hover,
a.active:link {
		border-color: #19bfa6;
		color: #19bfa6
}
#navigation a:hover {
		top: 5px;
		/*padding-top: 11px;*/
}
#navigation a small {
	display: block;
	font: normal .275em ubuntu-mono, Calibri, "Helvetica Neue", Arial, sans-serif;;
}


/*------------------------------------------*/
/*--- LISTS ---*/
/*------------------------------------------*/
ol { list-style-type: decimal }
nav ul,
nav li,
.ui_list,
.navi.horiz,
.navi.vert,
ul.floated {
		margin: 0;
		list-style: none;
		list-style-image: none;
}
.navi.vert { margin-bottom: 1.5em }
ul,
ol { margin: 0 0 1.5em 45px }
ul ul,
ol ol,
ul ol,
ol ul { margin: 0 0 0 45px }
/*--- No margins on lists ---*/
.ui_list,
.ui_list .ui_list { margin: 0 0 1.5em }
.ui_list ul,
.ui_list ol,
.ui_list ol,
.ui_list ul { margin: 0 0 0 45px }
/*--- DEFINITION LISTS ---*/
dd { margin-left: 45px }
dl { margin-bottom: 1.5em }
dt { font-weight: bold }
dt:after,
dt::after { content: ":" }
/*--- FLOATED LISTS ---*/
.floated li {
	float: left;
	display: inline-block;
}
.floated.half li {
	/* 50% width with a bit of padding */
	width: 46%;
	padding: 2%;
}
.floated.thirds.nopad li {
	/* 33% width */
	width: 33.3333333333333333%;
}
.floated.thirds li {
	/* 33% width with padding */
	width: 29%;
	padding: 1.2% 2% 2%;
}

/*--- KEYWORDS - Create a list of keywords by adding a single class to a <ul>: ---*/
.keywords {
	list-style: none;
	margin: 0 0 1.5em;
}
.keywords li {
	display: inline;
	text-transform: lowercase;
}
.keywords li:first-of-type { text-transform: capitalize }
.keywords li:after,
.keywords li::after { content: ", " }
.keywords li:last-of-type:after,
.keywords li:last-of-type::after { content: "." }

/*--- BREADCRUMBS - Create a breadcrumb list by adding a single class to a <ul>: ---*/
.breadcrumb {
	margin: 0;
	list-style: none;
}
.breadcrumb li {
	display: inline;
	font-weight: bold;
}
.breadcrumb a {
	display: inline-block;
	font-weight: normal;
}
.breadcrumb li:before { content: "\0020\00BB\0020" }
.breadcrumb li:first-child:before { content: normal }
/* IE7 support */
/* Uncomment when supporting IE7
.breadcrumb li{
	background:url(/path/to/splitter/image) left center no-repeat;
}
/* Uncomment when supporting IE7
.breadcrumb li:first-child{
	background:none;
}
*/


/*------------------------------------------*/
/*--- EMBEDDED CONTENT ---*/
/*------------------------------------------*/
img{ font-style:italic;	color:#c00; border: 0; -ms-interpolation-mode: bicubic; }
img.left { margin:0 20px 0 0; }
img.right { margin:0 0 0 20px; }
svg:not(:root) { overflow: hidden; }

/*--- FLASH/VIDEO ---*/
img,object,embed,video{	max-width:100%; /*height:auto; */}


/*------------------------------------------*/
/*--- LOGO ---*/
/*------------------------------------------*/
#logo {

}
#logo,
#logo img {
	display: block;
	width:   155px; /* Width of your logo in pixels (ideally a round grid-number) */
	height:  132px; /* Height of your logo in pixels */
}

#logo {
	background: url(/public/img/logo.gif);
	float:      left;
}
#logo:hover{
		/* Hover states */
		background-position:0 0;
}
#logo img{
		position:absolute;
		left:-99999px;
}

/*------------------------------------------*/
/*--- GLOBAL STYLE - colours etc ---*/
/*------------------------------------------*/
.dark {
		background-color: #393a3a;
		color: #fff;
}
.central {
		margin: 0 auto;
}


/*------------------------------------------*/
/*--- CLIENT LOGIN ---*/
/*------------------------------------------*/
#client_login {
		position: absolute;
		top: -97px;
		left: 0;
		right: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #393a3a;
		color: #fff;
		border-bottom: 3px solid #fff;
	}
#client_login div.central {
		position: relative;
		padding-left: 280px;
		width: 660px;
}
#client_login h2 {
		position: absolute;
		top: 50%;
		left: 60px;
		margin-bottom: 0;
		height: 26px;
		line-height: 26px;
		margin-top: -13px;
		font-size: 28px;
		text-transform: uppercase;
}
#client_login .form_items li {
		margin-right: 20px;
}
#client_login input {
		padding: 5px 10px;
		border-style: none;
		height: 29px;
		font-size: 14px;
}
#client_login input[type="submit"] {
		text-transform: uppercase;
}
.carousel_wrap .tab_link,
.tab_link {
		padding: 0 1em;
		height: 23px;
		text-transform: uppercase;
		font-size: 0.75em;
		line-height: 23px;
		cursor: pointer;
		background-color: #393a3a;
		color: #fff;
		font-weight: bold;
-webkit-border-bottom-left-radius: 4px;
   -moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;
}
.tab_link:hover {
		color: #19bfa6;
}
#login_button {
		position: absolute;
		padding: 0 1em;
		right: -3px;
		bottom: -46px;
		border: 3px solid #fff;
		border-top-style: none;
-webkit-border-bottom-left-radius: 7px;
   -moz-border-radius-bottomleft: 7px;
		border-bottom-left-radius: 7px;
}
/*------------------------------------------*/
/*--- FOOTER ---*/
/*------------------------------------------*/
footer {
		font-size: 0.875em;
		width: 892px;
		margin: 0 auto 50px;
		padding: 16px 24px;
		background-color: #393a3a;
		color: #fff;
}
.widget {
		position: relative;
}

.paging ul,
.paging li{
	list-style: none;
}

.paging li {
	display: block;
	float: left;
	margin: 0 10px;
}

#container,
.row {
		width: 960px;
}
#container,
.row {
		margin: 0 auto;
}
.column {
		margin:  0 10px;
		float:   left;
		display: inline;
}
.row .row {
		margin:  0 -10px;
		width:   auto;
		display: inline-block;
}
/*--- LISTS ---*/
ul,
ol {
	margin: 0 0 1.5em 60px;
}

ul ul,
ol ol,
ul ol,
ol ul {
	/* Let’s take care of lists in lists */
	margin: 0 0 0 60px;
}

dd {
	margin-left: 60px;
}

/*--- GRIDS ---*/
.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

/* Clearfix specifically for the 1kbgrid */
.column:before, .column:after, .row:before, .row:after { content: ""; display: table; }
.column:after, .row:after { clear: both; }
.column, .row { zoom: 1; }
/* @override 
	http://lokiflat.dev/css/ui.css?v=2 */

/*------------------------------------------*/
/*--- TABLE OF CONTENTS ---*/
/*------------------------------------------
:: Buttons
:: Alerts
:: Notices/Alerts
:: Tabs
:: Pagination
:: Lists
:: Panels
:: Block grids
*/



/*------------------------------------------*/
/*--- BUTTONS ---*/
/*------------------------------------------*/
.button {
		background: #00a6fc;
		display: inline-block;
		text-align: center;
		padding: 9px 34px 11px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
		position: relative;
		cursor: pointer;
		border: none;
}
button { width: auto; overflow: visible; }
a.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
-webkit-appearance: none;
-webkit-background-clip: padding;
   -moz-background-clip: padding;
		background-clip: padding-box;
		background: #393a3a;
		color: #fff;
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		text-shadow: 0 1px rgba(255, 255, 255, .75);
		line-height: 21px;
		width: auto;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		/* IE7 */
		*padding-top: 2px;
		*padding-bottom: 0px;
		padding: 0 15px 1px;
		border: none;
}
a.button:hover, 
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
		color: #222;
		background: #eee;
}
a.button:active, 
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
		background: #eee;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
button {
		/* IE7 */
		*padding-top: 1px;
		*padding-bottom: 1px;
}
.dark input[type="submit"] {
		color: #393a3a;
		background-color: #fff;
}
.dark input[type="submit"]:hover:hover {
		color: #393a3a;
		background-color: #fff;
}
.dark input[type="submit"] {
		color: #393a3a;
		background-color: #fff;
}
/* Don't use native buttons on iOS */
input[type=submit].button { -webkit-appearance: none; }

.button.nice {
		background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
		background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
		background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
		border: 1px solid #0593dc;
		-webkit-transition: background-color .15s ease-in-out;
		-moz-transition: background-color .15s ease-in-out;
		-o-transition: background-color .15s ease-in-out;
}

.button.radius {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}
.button.round {
		-moz-border-radius: 1000px;
		-webkit-border-radius: 1000px;
		border-radius: 1000px;
}

.button.full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
}

.button.left-align {
		text-align: left;
		text-indent: 12px;
}

/* Sizes ---------- */
.small.button 			{ font-size: 11px; padding: 8px 20px 10px; width: auto; }
.medium.button 			{ font-size: 13px; width: auto; }
.large.button 			{ font-size: 18px; padding: 11px 48px 13px; width: auto; }

/* Nice Sizes ---------- */
.nice.small.button 		{ background-position: 0 -36px; }
.nice.large.button 		{ background-position: 0 -30px; }

/* Colors ---------- */
.blue.button			{ background-color: #00a6fc;  }
.red.button				{ background-color: #e91c21; }
.white.button			{ background-color: #e9e9e9; color: #333; }
.black.button			{ background-color: #141414; }

/* Nice Colors ---------- */
.nice.blue.button		{ border: 1px solid #0593dc;  }
.nice.red.button		{ border: 1px solid #b90b0b;  }
.nice.white.button		{ border: 1px solid #cacaca; text-shadow: none !important; }
.nice.black.button		{ border: 1px solid #000; }

/* Hovers ---------- */
.button:hover, .button:focus 				{ background-color: #0192dd; color: #fff; }
.blue.button:hover, .blue.button:focus		{ background-color: #0192dd; 	}
.red.button:hover, .red.button:focus 		{ background-color: #d01217; 	}
.white.button:hover, .white.button:focus	{ background-color: #dadada; color: #333; }
.black.button:hover, .black.button:focus	{ background-color: #000; }

/* Disabled ---------- */
.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; }


/*------------------------------------------*/
/*--- MESSAGES/ALERTS ---*/
/*------------------------------------------*/
/*e.g. div.message.success */
.message{
		font-weight:normal;
		display:block;
		padding:10px 10px 10px 36px;
		border:1px solid #ccc;
		margin:0 0 1.5em 0;
-webkit-border-radius: 3px;
 -khtml-border-radius: 3px;
   -moz-border-radius: 3px;
		border-radius: 3px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	 -o-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
		box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}
.error{
		border-color:#fb5766;
		background:url(../img/css/icons/error.png) 10px center no-repeat #fab;
}
.success{
		border-color:#83ba77;
		background:url(../img/css/icons/success.png) 10px center no-repeat #d1feba;
}
.info{
		border-color:#85a5be;
		background:url(../img/css/icons/info.png) 10px center no-repeat #c4dbec;
}
.warning{
		border-color:#d8d566;
		background:url(../img/css/icons/warning.png) 10px center no-repeat #fef8c4;
}
/*--- With multiple errors it’s nice to group them. ---*/
ul.message{
		list-style:decimal outside;
		padding:10px 10px 10px 56px;
}


/*------------------------------------------*/
/*--- TABS ---*/
/*------------------------------------------*/
ul.tabs {
		display: block;
		margin: 0;
		padding: 0;
}
ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
}
ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 0 0 1px;
		margin: 0;
		background: #f5f5f5;
		font-size: .9em;
}
ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-right-width: 1px;
		margin: 0 -1px 0 0;
		color: #111;
   -moz-border-radius-topleft: 3px;
   -moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px; }
ul.tabs li:first-child a {
   -moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
ul.tabs li:last-child a {
		border-width: 1px 1px 0 1px;
   -moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;
}

ul.tabs_content { margin: 0; display: block; }
ul.tabs_content > li { display:none; }
ul.tabs_content > li.showreel_thumbs {
	display: block;
}
ul.tabs_content > li.active { display: block; }


/*------------------------------------------*/
/*--- PAGINATION ---*/
/*------------------------------------------*/
ul.pagination {
	display: block;
	height: 24px;
	margin-left: -5px;
}
ul.pagination li {
	float: left;
	display: block;
	height: 24px;
	color: #999;
	font-size: 15px;
	margin-left: 5px;
}
ul.pagination li a {
	display: block;
	padding: 6px 7px 4px;
	color: #555;
}
ul.pagination li.current a,
ul.pagination li:hover a,
ul.pagination li a:focus {
	border-bottom: solid 2px #00a6fc;
	color: #141414;
}
ul.pagination li.unavailable a {
	cursor: default;
	color: #999;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {    border-bottom: none }

/*------------------------------------------*/
/*--- LISTS ---*/
/*------------------------------------------*/
ul.nice, ol.nice { list-style: none; margin: 0; }
ul.nice li, ol.nice li { padding-left: 13px; position: relative }
ul.nice li span.bullet, ol.nice li span.number { position: absolute; left: 0px; top: 0px; color: #ccc; }

/*------------------------------------------*/
/*--- PANELS ---*/
/*------------------------------------------*/
div.panel {
		padding: 20px 20px 2px 20px;
		background: #efefef;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
		box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
		margin: 0 0 20px 0;
}

/*------------------------------------------*/
/*--- BLOCK GRIDS ---*/
/*------------------------------------------
	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones
	-------------------------------------------------- */

	.block-grid { display: block; overflow: hidden; }
	.block-grid>li { display: block; height: auto; float: left; }

	.block-grid.two-up { margin-left: -4% }
	.block-grid.two-up>li { margin-left: 4%; width: 46%; }

	.block-grid.three-up { margin-left: -2% }
	.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }

	.block-grid.four-up { margin-left: -2% }
	.block-grid.four-up>li { margin-left: 2%; width: 23%; }

	.block-grid.five-up { margin-left: -1.5% }
	.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }



/* @override
	http://prometheus.local/admin/css/tools/forms.css?v=2
	http://boost/css/tools/forms.css?v=2
	http://lokiflat.dev/css/forms.css?v=2
*/

form { margin: 0; }
fieldset{ padding:10px; border:1px solid #ccc; margin-bottom:1.5em; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label{
		display:block;
		cursor:pointer;
		position: relative;
}
label, input[type=button], input[type=submit], button, input[type="reset"], [placeholder] { cursor: pointer }
label:after, label::after{ content:":"; }
[placeholder]:active, [placeholder]:focus{ cursor:text; }
/*------------------------------------------*/
/*--- LAYOUT ---*/
/*------------------------------------------*/
.form_items {
		list-style:none;
		margin:0 0 1.5em 0;
}
.form_items li,
.form_item {
		margin-bottom: 15px;
		padding: 14px;
}
.form_items li:hover,
.form_item:hover {
		background-color: #f6f6f6;
}
.dark .form_items li:hover,
.dark .form_item:hover {
		background-color: #444;
}
.focused {
		background-color: #eee;
}
.form_items.floated li {
		display: inline-block;
		margin-bottom: 5px;
}
.form_items.inlined {
		text-align: right;
}
.form_items.inlined > li {
		display: inline;
}
/*--- RADIO/CHECKBOX HORIZONTAL LIST ---*/
.form_items.inlined .check_list {
		display: inline;
}
.check_list {
		list-style:none;
		margin:0;
}
.check_list li{
		float:left;
		margin-right: 15px;
		margin-bottom: 0;
}
.check_list input {
		margin-right: 5px;
}
.check_list label{
		display:inline;
		vertical-align:middle;
}
.check_list label:after,
.check_list label::after{
		content:normal;
}
fieldset > :last-child{
		margin:0;
}
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"], input[type="checkbox"] { vertical-align: text-bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button, .button { cursor: pointer; }
input:valid, textarea:valid	  {}
input:invalid, textarea:invalid {
-webkit-border-radius: 1px;
 -khtml-border-radius: 1px;
   -moz-border-radius: 1px;
		border-radius: 1px;
   -moz-box-shadow: 0 0 5px red;
-webkit-box-shadow: 0 0 5px red;
		box-shadow: 0 0 5px red;
}
/*--- FORM NOTES ---*/
.form_note {
		position: relative;
-webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
   -moz-border-radius: 10px;
		border-radius: 10px;
		background-color: #cfcfcf;
		display: inline-block;
		width: 20px;
		text-align: center;
		color: white;
		height: 20px;
		line-height: 20px;
		float: right;
		font-weight: bold;
		font-size: 14px;
}
.form_note:hover{
		background-color: #888;
}
.form_note span {
		position: absolute;
		display: none;
		background-color: #f7f7f7;
		color: #808080;
		font-weight: normal;
		font-style: normal;
		font-size: 11px;
-webkit-border-radius: 3px;
 -khtml-border-radius: 3px;
   -moz-border-radius: 3px;
		border-radius: 3px;
		text-align: right;
		z-index: 2000;
		width: 125px;
		right: 25px;
		top: -1px;
}
.form_note:hover span {
		display: inline;
}
/*------------------------------------------*/
/*--- WIDTHS ---*/
/*------------------------------------------*/
.input_tiny {
		width: 50px;
}
.input_small {
		width: 100px;
}
.input_medium {
		width: 150px;
}
.input_large {
		width: 200px;
}
.input_xlarge {
		width: 250px;
}
.input_xxlarge {
		width: 300px;
}
.input_full {
		width: 100%;
}
/* Added via JS to <textarea> and class="input_full". Applies only to IE7. Other browsers don't need it. */
.input_full_wrap {
		display: block;
		padding-right: 8px;
}
/*------------------------------------------*/
/*--- UI CONSISTENCY ---*/
/*------------------------------------------*/
::-moz-focus-inner {border: 0;padding: 0;}
input[type="search"]::-webkit-search-decoration {display: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input,
button,
select,
textarea {
		margin: 0;
		vertical-align: middle;
		font-family:inherit;
		font-size:1em;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
-webkit-appearance: none;
   -moz-border-radius: 1px;
-webkit-border-radius: 1px;
		border-radius: 1px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
   -moz-background-clip: padding;
-webkit-background-clip: padding;
		background-clip: padding-box;
		background-color: #fff;
		border: 1px solid;
		border-color: #848484 #c1c1c1 #e1e1e1;
		color: #000;
		outline: 0;
		padding: 2px 3px;
		font-size: 13px;
		font-family: Arial, sans-serif;
		height: 1.8em;

		/* IE7 */
		*padding-top: 2px;
		*padding-bottom: 1px;
		*height: auto;
}
input[type=search] {
		height: 28px;
   -moz-border-radius: 30px;
-webkit-border-radius: 30px;
		border-radius: 30px;
		padding-left: 10px;
}
/*
		Separate rule for Firefox.
		Separate rule for IE, too.
		Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
		color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
		color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
		color: #888;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
		-moz-box-shadow: #06f 0 0 7px;
		-webkit-box-shadow: #06f 0 0 7px;
		box-shadow: #06f 0 0 7px;

		/* for Opera */
		z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
		background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		color: #888;
		cursor: default;
}

textarea,
select[size],
select[multiple] {
		height: auto;
}
.hidden_submit {
		position: absolute;
		left: -99999em;
}
/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
		select {
	background: #fff url(../../img/css/forms/select_arrow.gif) no-repeat right center;
	padding-right: 20px;
		}

		select[size],
		select[multiple] {
	background-image: none;
	padding: 0;
		}
}

textarea {
		min-height: 40px;
		overflow: auto;
		resize: vertical;
		width: 100%;
}

optgroup {
		color: #000;
		font-style: normal;
		font-weight: normal;
}
/*--- IMAGE UPLOAD RESULT ---*/
#image_upload_result {
		padding: 10px;
		margin-top: 10px;
		border: 1px solid #eee;
}
/*------------------------------------------*/
/* IE6 */
/*------------------------------------------*/

/*
		Everything below this line is for IE6.
		Delete it if you don't support it! :)

		Classes are added dynamically via JS,
		because IE6 doesn't support attribute
		selectors: .ie6_button, .ie6_input, etc.

		Note: These style rules are somewhat
		duplicated because IE6 bombs out when
		it sees attribute selectors. Example:

		.ie6_button {
	This works in IE6.
		}

		.ie6_button,
		input[type=submit] {
	This doesn't work.
		}
*/

.ie6_button,
* html button {
		background: #ddd url(../img/css/formalize/button.png) repeat-x;
		border: 1px solid;
		border-color: #ddd #bbb #999;
		cursor: pointer;
		color: #333;
		font: bold 12px/1.2 Arial, sans-serif;
		padding: 2px 10px 0px;
		overflow: visible;
		width: auto;
}

* html button {
		padding-top: 1px;
		padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
		background: #fff;
		border: 1px solid;
		border-color: #848484 #c1c1c1 #e1e1e1;
		color: #000;
		padding: 2px 3px 1px;
		font-size: 13px;
		font-family: Arial, sans-serif;
		vertical-align: top;
}

* html select {
		margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
		color: #888;
}

.ie6_input_disabled {
		background: #eee;
}
/*--- CLEARFIX ---*/
.group:after,
.form_items:after,
.check_list:after
 {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.group,
.form_items,
.check_list {
  display: inline-block;
}
* html .group,
* html .form_items,
* html .check_list {
  height: 1%;
} /* Hides from IE-mac \*/
.group,
.form_items,
.check_list {
  display: block;
}
/* @override
	http://lokiflat.dev/css/typography.css?v=2 */

/*------------------------------------------*/
/*--- TABLE OF CONTENTS ---*/
/*------------------------------------------
:: BASE
:: HEADINGS
:: PARAGRAPHS
:: QUOTES
*/
/*=== BASE ===*/
html{
		font-size:100%;
		line-height:1.5;
		background:#fff;
}
body, select, input, textarea {
		color: #444;
}
/*=== FONTS ===*/
h1, h2, h3, h4, h5, h6,.h1,.h2,.h3,.h4,.h5,.h6,
#navigation a,
#location,
.title a {
		font-family: league-gothic,sans-serif;
		font-weight: normal;
}
html,
#client_login input {
		font-family: ubuntu-mono, Calibri, "Helvetica Neue", Arial, sans-serif;
}
/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6,.h1,.h2,.h3,.h4,.h5,.h6,h1 a {
		font-weight: normal !important;
}
h1,.h1{
		font-size:2.6em;		/* 32px */
		margin-bottom:0.75em;	/* 24px */
		line-height:1.15;		/* 48px */
}
h2,.h2{
		font-size:1.5em;		/* 24px */
		margin-bottom:1em;		/* 24px */
		line-height:1;			/* 24px */
}
h3,.h3{
		font-size:1.25em;		/* 20px */
		margin-bottom:1.2em;	/* 24px */
		line-height:1.2;		/* 24px */
}
h4,.h4{
		font-size:1.125em;		/* 18px */
		margin-bottom:1.333em;	/* 24px */
		line-height:1.333;		/* 24px */
}
h5,.h5,
h6,.h6{
		font-size:1em;			/* 16px */
		margin-bottom:1.5em;	/* 24px */
		line-height:1.5;		/* 24px */
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #bfbfbf;
	font-weight: normal;
	font-size:75%;
}
/*--- PARAGRAPHS ---*/
p,.p{
	margin-bottom:1.5em;
	font-size: .875em;
}
/*p+p{
	text-indent:2em;
	margin-top:-1.5em;
}*/

b,strong{
		font-weight:bold;
		font-style:inherit;
}
q,i,em,cite{
		font-style:italic;
		font-weight:inherit;
}
small,.small {
		font-size: 87.5%;
		line-height:1;
}
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
s,del{ text-decoration:line-through; }

.uppercase { text-transform: uppercase; }
/*------------------------------------------*/
/*--- QUOTES ---*/
/*------------------------------------------*/
blockquote{ text-indent:-0.4em; }
blockquote b,
blockquote .source{
	/* Mark the source up with either a <b> or another element of your choice with a class of source. */
		display:block;
		text-indent:0;
}
/* @override
	http://lokiflat.dev/css/app.css?v=2
	http://loki.dev/devlink/shared/css/boost/app.css?1323708890
	http://loki.dev/devlink/shared/css/boost/app.css?1323709658
	http://loki.dev/devlink/shared/css/boost/app.css?1323801718
	http://loki.dev/devlink/shared/css/boost/app.css?1324046432
	http://loki.dev/devlink/shared/css/boost/app.css?1324047220
	http://loki.dev/devlink/shared/css/boost/app.css?1324047335
	http://loki.dev/devlink/shared/css/boost/app.css?1324308090
	http://loki.dev/devlink/shared/css/boost/app.css?1324316961
	http://loki.dev/devlink/shared/css/boost/app.css?1324318475
	http://loki.dev/devlink/shared/css/boost/app.css?1324468688
	http://loki.dev/devlink/shared/css/boost/app.css?1324468833
	http://loki.dev/devlink/shared/css/boost/app.css?1324469211
	http://loki.dev/devlink/shared/css/boost/app.css?1324469637
	http://loki.dev/devlink/shared/css/boost/app.css?1324469752
	http://loki.dev/devlink/shared/css/boost/app.css?1324469989
	http://loki.dev/devlink/shared/css/boost/app.css?1324470094
	http://loki.dev/devlink/shared/css/boost/app.css?1324473312
	http://loki.dev/devlink/shared/css/boost/app.css?1324570351 */

/*------------------------------------------*/
/*--- TABLE OF CONTENTS ---*/
/*------------------------------------------
:: CSS3
:: HOME / LANDING
:: Page Name 2
*/


/*------------------------------------------*/
/*--- CSS3 ---*/
/*------------------------------------------*/
/*Transitions*/
a,.floated li,
.navi a,
.es-nav,
.es-nav-prev,
.es-nav-next,
.block_mask,
.overlay_mask {
-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.block_mask {
-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
	 -o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
#directors_widget a {
-webkit-transition: none;
   -moz-transition: none;
	 -o-transition: none;
		transition: none;
}
/* Reduces flicker on webkit animations */
.thumb_preview {
	-webkit-backface-visibility: hidden;
}
/*Circlular Elements*/
.navi a,
.es-nav-prev,
.es-nav-next,
.player_holder a.close {
	-webkit-border-radius: 50px;
	-khtml-border-radius:  50px;
	-moz-border-radius:    50px;
	border-radius:         50px;
}

/* isotope styles */
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration:    0.8s;
	transition-duration:         0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property:    height, width;
	transition-property:         height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration:    0s;
	transition-duration:         0s;
}

/*------------------------------------------*/
/*--- HOME / LANDING ---*/
/*------------------------------------------*/
.page_widget { padding-bottom: 33px }
/*=== DIRECTOR'S WIDGET  ===*/
#directors_widget ul,
#directors_widget a {
		height: 50px;
		overflow: hidden;
}
#directors_widget li {
		overflow: hidden;
		width: 156px;
}
#directors_widget li.wider {
		width: 158px;
}
#directors_widget li img {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -53px;
}
/*--- THUMB PREVIEWS ---*/
.thumb_preview {
		display: block;
		position: relative;
		overflow: hidden;
		font-weight: normal;
		text-transform: uppercase;
}
.thumb_preview img {
		transform: scaleY(1);
		transition: all 0.7s ease-in-out;
}
.thumb_preview h2 {
		opacity: 1.0;
		position: absolute;
		top: 50%;
		color: #FFF;
		font-size: 35px;
		margin-top: -12px;
		margin-bottom: 0;
		left: 0;
		right: 0;
		height: 20px;
		text-align: center;
		z-index: 100;
}
#directors_widget .thumb_preview h2 {
		font-size: 24px;
}
.thumb_preview.active .overlay_mask h2,
.thumb_preview:hover .overlay_mask h2 {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
	 -o-transform: scale(1);
	-ms-transform: scale(1);
		transform: scale(1);
-webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
	 -o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
		transition-delay: 0.1s;
}
.thumb_preview .overlay_mask {
		text-align: center;
		transition: all 0.5s linear;
}
.thumb_preview .overlay_mask,
.thumb_preview .overlay_mask:before,
.overlay_mask_dark {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
}
.project .overlay_mask {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		position: absolute;
}
.overlay_mask_dark {
		background: rgba(0, 0, 0, 0.5);
}
.flexslider .thumb_preview .overlay_mask:before,
.thumb_preview:hover .overlay_mask_dark,
.hover_mask,
.thumb_preview.active .overlay_mask_dark,
a:hover .hover_mask,
a.active .hover_mask,
.project li a.active .overlay_mask,
.project li a:hover .overlay_mask,
.bg_item{
		content: "";
		/*background-color: #7affcc;*/
		background-image: -webkit-gradient(radial, 100% 100%,100,-50% -50%,100, from(rgba(15, 108, 91, 0.70)), to(rgba(122, 255, 204, 0.70)));
		background-image: -webkit-radial-gradient(0% 0%, rgba(122, 255, 204, 0.70), rgba(15, 108, 91, 0.70));
		background-image: -moz-radial-gradient(0% 0%, rgba(122, 255, 204, 0.70), rgba(15, 108, 91, 0.70));
		background-image: radial-gradient(0% 0%, rgba(122, 255, 204, 0.70), rgba(15, 108, 91, 0.70));
}

.no-cssgradients .flexslider .thumb_preview .overlay_mask:before,
.no-cssgradients .thumb_preview:hover .overlay_mask_dark,
.no-cssgradients .hover_mask,
.no-cssgradients .thumb_preview.active .overlay_mask_dark,
.no-cssgradients a:hover .hover_mask,
.no-cssgradients a.active .hover_mask,
.no-cssgradients .project li a.active .overlay_mask,
.no-cssgradients .project li a:hover .overlay_mask,
.no-cssgradients .bg_item{
		content: "";
		background-color: #19bfa6;
}
.thumb_preview img {
-webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
	 -o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
		transition: all 0.4s ease-in-out 0.5s;
}
.overlay_mask,
.overlay_mask_dark {
-webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
	 -o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
		transition: all 0.3s ease-in 0.4s;
}

.thumb_preview .overlay_mask,
.flexslider .overlay_mask h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity = 0);
		opacity: 0;
}
.overlay_mask h2 {
		font-weight: normal;
}
.flexslider .overlay_mask h2 {
-webkit-transform: scale(20);
   -moz-transform: scale(20);
	 -o-transform: scale(20);
	-ms-transform: scale(20);
		transform: scale(20);
-webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
	 -o-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
		transition: all 0.3s ease-in-out 0.2s;
}
.thumb_preview:hover .overlay_mask,
.thumb_preview.active .overlay_mask,
.thumb_preview:hover .overlay_mask h2,
.thumb_preview.active .overlay_mask h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity = 100);
		opacity: 1;
}
.thumb_preview:hover .overlay_mask,
.thumb_preview.active .overlay_mask,
.thumb_preview.active img,
.thumb_preview:hover img {
-webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
	 -o-transition-delay: 0s;
	-ms-transition-delay: 0s;
		transition-delay: 0s;
}

/*------------------------------------------*/
/*--- CAROUSEL WIDGETS ---*/
/*------------------------------------------*/

.flexslider { position: relative;
		height: 177px; }
.carousel_wrap {
		width: 939px;
		margin: 0 auto;
		position: relative;
		border-top: 4px solid #3A3A3A;
}
.caroufredsel_wrapper {
		width: 1575px;
		margin: 0 auto !important;
		position: relative;
}
.carousel_wrapper {
		left: 50%;
		margin-left: -783px;
		position: absolute;
}
.carousel_wrapper.no_carousel {
		width: 939px;
		position: relative;
		left: 0;
		margin: 0 auto;
}
/*.flexslider { height: 177px }*/
.carousel_wrap .tab_link {
		position: absolute;
		     top: 0;
		   right: 0;
		z-index: 10;
}
.slides li {
		width: 313px !important;
		height: 177px !important;
		float: left;
}
/* --- MASKS --- */
.left_mask,
.right_mask {
		width: 300px;
		height: 177px;
		top: 4px;
		position: absolute;
		cursor: pointer;
		z-index: 1000;
		background: url(/public/img/carousel_arrow_sprite.png) 0 0 no-repeat;
}
.left_mask {
		left: 0;
		background-position: right top;
}
.right_mask {
		right: 0;
		background-position: left bottom;
}
/*------------------------------------------*/
/*--- TWITTER ---*/
/*------------------------------------------*/
#twitter {
		background: url(/public/img/ui/twitterbg.gif) no-repeat left center #f1f2f2;
		padding: 1em 20px 1em 250px;
}
#twitter h3 {
		position: absolute;
		margin-bottom: 0;
		left: 25px;
		top: 50%;
		height: 48px;
		margin-top: -24px;
		text-align: center;
		font-size: 2em;
		line-height: 48px;
	}
#twitter h3 .hover {
		display: none;
}
#twitter h3 a {
		font-weight: normal;
		display: block;
}
#twitter:hover h3 .hover {
		display: inline;
}

#twitter:hover h3 .normal {
		display: none;
}
#twitter p {
		margin: 0;
		font-size: .875em;
}
/*------------------------------------------*/
/*--- LOCATION ---*/
/*------------------------------------------*/
#map {
		width: 940px;
		height: 181px;
}
#location {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 260px;
		background-image: url(/public/img/ui/locationbg.png);
		line-height: 26px;
		padding: 15px 0 20px 20px;
		font-size: 1.5em;
}
#location a {
		font-weight: normal;
}

/*------------------------------------------*/
/*--- WORK ---*/
/*------------------------------------------*/
#thumbs {
		margin-left: -20px;
}
#thumbs li {
		width: 300px;
		float: left;
		margin-bottom: 20px;
		margin-left: 20px;
}
.isotope-item {
		z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index:        1;
}

/*--- PREVIEW BLOCKS ---*/
.preview_block {
	display:  block;
	position: relative;
}

.preview_block h2 {
	margin-bottom:  0;
	text-transform: none;
}

.preview_block img {
	width: 100%;
}

.preview_block .block_image {
	position:      relative;
	margin-bottom: 20px;
}

.preview_block .block_overlay {
	width:       100%;
	height:      100%;
	top:         0;
	left:        0;
	right:       0;
	bottom:      0;
	position:    absolute;
	background:  #19bfa6;
	-ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:      alpha(opacity = 0);
	opacity:     0;
	text-shadow: none;
}

.preview_block:hover .block_overlay,
.js_clip_wrapper a.active .block_overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:     alpha(opacity = 90);
	opacity:    .9;
}

.preview_block .block_overlay div {
	padding:    20px;
	color:      #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:     alpha(opacity = 100);
	opacity:    1;
	overflow:   hidden;
}

.preview_block .block_overlay div span {
	display:       block;
	font-weight:   300;
	margin-bottom: 4px;
	line-height:   1.4;
	color:         #FFF;
}
.preview_block:hover .block_image img,
.preview_block.active .block_image img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:     alpha(opacity = 80);
	opacity:    0.8;
}
.hover_mask {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}
/*--- WORK FILTER ---*/
.wrapper {
		position: relative;
}
#work_filter {
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	right: 0;
	top: -35px;
}

#work_filter li {
	margin-left: 10px;
	float: right;
}

#work_filter a.active {
	color:      #FFF;
	background: #19bfa6;
}

#work_filter li a {
	padding:        3px 5px;
	font-weight:    normal;
	text-transform: uppercase;
	font-size:      0.813em;
}

.work_carousel {
	margin:   -7px 0 20px 0;
	position: relative;
}

.work_carousel li img {
	height: 124px;
}

/* Showreel carousel widget */
#showreel_widget {
	margin-bottom: 20px;
	position:      relative;
}

.work_carousel .sr_car_items {
	overflow: hidden;
	position: relative;
}

.work_carousel .sr_car_items ul {
	margin-bottom: 0;
}

.work_carousel .sr_car_items ul li {
	width:        220px !important;
	float:        left;
	margin-right: 20px;
	position:     relative;
}

.work_carousel .sr_car_items ul li a {
	display:  block;
	border: 5px solid #f6f7f7 !important;
	position: relative;
}

.work_carousel .preview_block .block_image {
	height: auto;
	margin: 0;
}
/* Direction Nav */
.navi a,
.es-nav-prev,
.es-nav-next {
		width:          52px;
		height:         52px;
		margin:         -26px 0 0;
		border:         5px solid #FFF;
		display:        block;
		top:            50%;
		position:       absolute;
		cursor:         pointer;
		text-indent:    -9999px;
		z-index:        400;
		background:     #AAA url(/public/img/controlsSprite.png) no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter:  alpha(opacity = 80);
   -moz-opacity: 0.8;
 -khtml-opacity: 0.8;
		opacity: 0.8;
}

.navi a:hover,
.navi a.hovering,
.es-nav-prev:hover,
.es-nav-next:hover {
	-ms-filter:       "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:           alpha(opacity = 100);
	-moz-opacity:     1;
	-khtml-opacity:   1;
	opacity:          1;
	background-color: #19bfa6;
}

.navi a.next,
.es-nav-next {
	right:               -34px;
	background-position: -153px -16px;
}

.navi a.prev,
.es-nav-prev {
	left:                -34px;
	background-position: 5px -16px;
}

.navi a.prev.hovering {
	left: -40px;
}

.navi a.next.hovering {
	right: -40px;
}

.navi a.disabled {
	opacity: .3;
	filter:  alpha(opacity = 30);
	cursor:  default;
}
.work_carousel .es-nav {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:     alpha(opacity = 0);
	opacity:    0;
}

.work_carousel:hover .es-nav {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:     alpha(opacity = 100);
	opacity:    100;
}

.es-nav-prev.prev,
.es-nav-next.next {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:     alpha(opacity = 80);
	opacity:    0.8;
}

.es-nav-next.next:hover,
.es-nav-prev.prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:     alpha(opacity = 100);
	opacity:    1.0;
}

.work_container {
	background: #EFEFEF;
	padding:    20px 20px;
	margin:     -7px 0 0 0;
	border-top: 5px solid #333;
}

.work_container .arrow {
	width:       18px;
	height:      9px;
	background:  url(/public/img/work_arrow.png) no-repeat;
	position:    absolute;
	top:         -20px;
	left:        50%;
	margin-left: -7px;
}
.work_container li {
	float:        left;
	margin-right: 20px;
	position:     relative;
}
.video-wrap {
	margin-bottom: 20px;
	position: relative;
	border: 5px solid #f6f7f7;
}
.video_mask_overlay {
		top: 3px;
		left: 3px;
		position: absolute;
		margin-right: 3px;
}
.bg_item {
		margin-bottom: 0;
		line-height: 1.1;
		color: #fff;
		padding: 1px 3px 2px 3px;
}
a:hover .video_mask_overlay .bg_item {
		background: transparent;
}
/*Large bg_item*/
.bg_item.lrg {
		padding: 1px 3px 2px 3px;
}
/*Small bg_item*/
.bg_item.sm {
		padding: 1px 3px 2px 3px;
		line-height: 1.1;
}
.bg_item.sm,
.bg_item.sm p {
		font-size: 14px;
}


/*h1.bg_item {
		padding-bottom: 0;
		padding-top: 0;
		font-size: 4em;
}*/
.bg_item p {
		margin-bottom: 0;
}
/*.bg_item.pad {
	padding-top: 3px;
	padding-bottom: 3px;
}*/
#video_actions {
	width:  236px;
	margin: 0 auto;
}

.video-wrap object {
	display: block;
}
.video-wrap object {
	height: 523px;
}
.directors .video-wrap object,
.projects .video-wrap object {
	height: 387px;
}

/*--- WORK DESCRIPTION ---*/
#work_desc .grid_12 {
	background: #FAFAFA;
}

#work_desc .primary_content {
	width:        559px;
	padding:      20px;
	background:   #FFF;
	border-right: 1px solid #EFEFEF;
}

#work_desc .primary_content h2 {
	font-size:     2.25em;
	line-height:   1.3;
	margin-bottom: 20px;
}

#work_desc .secondary_content {
	width:   300px;
	padding: 20px;
}

#work_desc .primary_content,
#work_desc .secondary_content {
	float: left;
}

/*--- SUB CONTENT WIDGETS ---*/
.sc_widget {
	margin-bottom:  20px;
	padding-bottom: 20px;
	border-bottom:  2px solid #EFEFEF;
}

.sc_widget h6 {
	color:          #999;
	font-weight:    300;
	text-transform: uppercase;
	margin-bottom:  10px;
}
/*--- OVERLAY --- */
.block_mask div {
	color:    #FFF;
	padding:  7px;
	position: relative;
}

.block_mask,
.block_mask:before {
	position: absolute;
}

.block_mask {
	left:   0px;
	right:  0px;
	bottom: 0;
}

.block_mask:before {
	top:    0px;
	left:   0px;
	right:  0px;
	bottom: 0px;
}

.block_mask:before {
	content:    "";
	background: #19bfa6;
	opacity:    .8;
}

.preview_block .block_mask,
.preview_block .block_mask {
	height: 124px;
	bottom: -129px;
}

#staff_members .sm_profile .block_mask {
	height: 162px;
	bottom: -105px;
}

/*--- OVERLAY INTERACTION ---*/
.preview_block:hover .block_mask,
.preview_block.active .block_mask {
	bottom: 0;
}

#staff_members .sm_profile:hover .block_mask {
	bottom: 0px;
}

.sm_profile:hover .block_mask ul,
.preview_block:hover .block_mask ul,
.preview_block.active .block_mask ul {
	opacity: 1;
}

.showreel .preview_block.active .block_mask,
.preview_block:hover .block_mask:before {
	opacity: 0.9;
}

/*--- OVERLAY CONTENT ---*/
.block_mask {
		overflow: hidden;
}
.block_mask ul {
	border-top:  1px solid rgba(255, 255, 255, 0.25);
	padding-top: 5px;
	margin-top:  10px;
	opacity:     0;
}

.block_mask ul li {
	padding-bottom: 3px;
}

.block_mask p,
.block_mask a,
.block_mask ul li {
	color: #FFF;
}

.block_mask a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.block_mask p,
.block_mask ul li {
	font-size: 0.75em;
}
.block_mask p,
.block_mask h5,
.block_mask ul li {
		margin-bottom: 0;
		font-weight:   normal;
}
.block_mask ul {
		margin-top: 2px;
}

/*------------------------------------------*/
/*--- PROJECTS ---*/
/*------------------------------------------*/
/*.video-wrap object {
	width:  700px;
	height: 394px;
}*/

#project_pic_and_description img{
	display: block;
}

#project_menu > li,
.content_block {
	padding:               10px;
	overflow:              hidden;
	background:            #FFF;
	margin-bottom:         10px;
	-webkit-border-radius: 3px;
	-khtml-border-radius:  3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}
#project_menu > li:last-child,
.content_block *:last-child {
		margin-bottom: 0;
}
#project_menu li h2.section_title {
	margin:        0;
	cursor:        pointer;
	padding:       0;
	font-weight:   300;
	border-bottom: 0 none;
}

#project_menu li .section_title:hover {
	color: #19bfa6;
}

#project_menu li,
.content_block {
	background-color: #f6f7f7;
}

#project_menu li .sub_navigation {
	padding-top: 10px;
	/*display: none;*/
}

#project_menu li .sub_navigation ul {
	margin: 0;
}

#project_menu li .sub_navigation ul li {
	font-size: 0.813em;
}

#projects_list > ul img {
	width:        90px;
	float:        left;
	border:       5px solid #FFF;
	margin-right: 15px;
}

#projects_list > ul li {
	padding-bottom: 15px;
	border-bottom:  1px solid #CCC;
	margin-bottom:  15px;
}

#projects_list > ul li h2 {
	margin-bottom: 5px;
}

#projects_list p {
	margin: 0;
}

.password_container {
	width:      360px;
	margin:     -123px auto 0;
	background: #FFF;
	padding:    20px;
	position:   absolute;
	top:        50%;
	left:       0;
	right:      0;
}

.password_container label {
	display: block;
}

#js_project_password {
	float:        left;
	margin-right: 10px;
}

#js-error, #js-saving, #js-success {
	margin-bottom: 10px;
}

#js-error {
	color: red;
}

#js-success {
	color: #008000;
}




/*------------------------------------------*/
/*--- WORK ---*/
/*------------------------------------------*/
.project {
		border-bottom: 1px solid #f6f7f7;
		margin-bottom: 22px;
		padding-bottom: 22px;
}
.project h1 {
		text-transform: uppercase;
		margin-bottom: 0;
}
.project_meta {
		margin-bottom: 22px;
		margin-left: 392px;
}
.showreel_title {
		font-size: 2em;
}
.showreel_director {
		border-bottom: 1px solid #f6f7f7;
		margin-bottom: .75em;
		font-size: 1em;
}
.showreel_description {
		line-height: 1.3;
		color: #7f7f7f;
}
.project ol,
.project ul {
		margin-bottom: 0;
}
.project ol {
		width: 570px;
}
.project ol li {
		float: left;
		width: 164px;
		height: 114px;
}
.main_thumb {
		width: 370px;
		height: 250px;
		position: relative;
		float: left;
		margin-bottom: 0;
}
.project ol li a {
		background-color: #fff;
}
.project ol li a,
.project img {
		display: block;
		position: relative;
}
.project ol li {
		margin-left: 22px;
}
.project ol li.main_thumb img {
		width: 370px;
		height: 250px;
}
.project ol li img {
		width: 164px;
		height: 114px;
}

/*------------------------------------------*/
/*--- DIRECTORS ---*/
/*------------------------------------------*/
.director_info img {
		display: block;
}
/*------------------------------------------*/
/*--- Non-semantic helper classes ---*/
/*------------------------------------------*/
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden,.hide { display: none !important; visibility: hidden; }
.show { display: block; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden, #client_login label { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */
.group:before, .group:after,
.navi:before,.navi:after,
ul.floated:before,ul.floated:after { content: ""; display: table; }
.group:after,
.navi:after,
ul.floated:after { clear: both; }
.group,.navi,ul.floated { zoom: 1; }

.left	{ float:left; }
.right	{ float:right; }
.clear	{ clear:both; float:none; }

.text_left		{ text-align:left; }
.text_right		{ text-align:right; }
.text_center,
.text_centre	{ text-align:center; }

.mb0 {margin-bottom: 0 !important;}
.mb05 { margin-bottom: .5em !important;}
.mb1 { margin-bottom: 1em !important;}
.mb2 { margin-bottom: 1.5em !important;}
.mb3 { margin-bottom: 1.875em !important;}

.mt1 { margin-top: 1em !important;}
.mt2 { margin-top: 1.5em !important;}
.mt3 { margin-top: 1.875em !important;}
.uppercase {
		text-transform: uppercase !important;
}

/*------------------------------------------*/
/*--- Print styles ---*/
/*------------------------------------------*/
@media print {
	*{
		background:#fff;
		color:#000;
		text-shadow:none!important;
		filter:none !important;
		-ms-filter: none !important;
	}
	#container{
		width:75%;
		margin:0 auto;
		font-size:0.75em; /* 12px (if base font-size was 16px) */
	}
	/* A list of things you don’t want printing. */
	#nav,
	#footer{ display:none; }
	#logo img{ position:static;	}
	/*--- Linearise ---*/ .column{ width:auto; float:none; }
	img{ max-width:100%;height:auto; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; font-size:smaller;}
	abbr[title]:after { content: " (" attr(title) ")"; font-size:smaller;}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 	/* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3, table{ page-break-after: avoid; }
}

