html, body {
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
header,
section,
footer,
article,
aside {
  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 { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { 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; }

.last{
	margin-right: 0;
}

/* LOG styling */
#log {
	margin:     0 50px;
	margin-top: 20px;
	color:      #000;
}

#log pre {
	display:  none;
	overflow: scroll;
}

/*------------------------------------------*/
/* INUIT.css form styles */
/*------------------------------------------*/
fieldset {
	padding:       10px;
	border:        1px solid #BBB;
	margin-bottom: 18px;
}

label {
	color:         #333;
	font-weight:   bold;
	font-size:     14px;
	margin-bottom: 10px;
	display:       inline-block;
	cursor:        pointer;
}

label:after,
label::after {
	content: ":";
}

input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:   13px;
	font-weight: normal;
	line-height: normal;
}

[placeholder] {
	cursor: pointer;
}

[placeholder]:active,
[placeholder]:focus {
	cursor: text;
}

.check-list {
	width:      100%;
	overflow:   hidden;
	list-style: none;
	margin:     0 0 18px 0;
}

.check-list li {
	width: 30%;
	float: left;
}

.check-list li label {
	font-weight: normal;
	font-size:   inherit;
}

.check-list li label:after,
.check-list li label::after {
	content: "";
}

.check-label {
	display: inline;
}

.check-label:after,
.check-label::after {
	content: normal;
}

fieldset > :last-child {
	margin: 0;
}

/*------------------------------------------*/
/*--- 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,
.auto-complete .ui-autocomplete-input {
	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;
}

input,
button,
select,
textarea {
	margin:         0;
	vertical-align: middle;
}

.btn,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	-webkit-border-radius:   2px;
	-khtml-border-radius:    2px;
	-moz-border-radius:      2px;
	border-radius:           2px;
	-webkit-appearance:      none;
	-webkit-background-clip: padding;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	background:              rgb(239, 239, 239);
	background:              -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(251, 251, 251, 1) 100%);
	background:              -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 239, 239, 1)), color-stop(100%, rgba(251, 251, 251, 1)));
	background:              -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(251, 251, 251, 1) 100%);
	background:              -o-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(251, 251, 251, 1) 100%);
	background:              -ms-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(251, 251, 251, 1) 100%);
	filter:                  progid:DXImageTransform.Microsoft.gradient(startColorstr = '#efefef', endColorstr = '#fbfbfb', GradientType = 0);
	background:              linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(251, 251, 251, 1) 100%);
	-webkit-box-shadow:      inset 0 1px 0 rgba(255, 255, 255, 255, 0.8);
	-moz-box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 255, 0.8);
	-o-box-shadow:           inset 0 1px 0 rgba(255, 255, 255, 255, 0.8);
	box-shadow:              inset 0 1px 0 rgba(255, 255, 255, 255, 0.8);
	border:                  1px solid #9B9B9B;
	color:                   #444;
	display:                 inline-block;
	text-decoration:         none;
	text-shadow:             0 1px rgba(255, 255, 255, .75);
	cursor:                  pointer;
	display:                 inline-block;
	padding:                 7px 14px 6px;
	font-weight:             bold;
	line-height: normal;
	/* IE7 */
	*padding-top:            2px;
	*padding-bottom:         0px;
}

a.btn:hover,
button:hover {
	color:       #222;
	background:  #eee; /* Old browsers */
	background:  -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* FF3.6+ */
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .3)), color-stop(100%, rgba(0, 0, 0, .3))); /* Chrome,Safari4+ */
	background:  -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* Chrome10+,Safari5.1+ */
	background:  -o-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* Opera11.10+ */
	background:  -ms-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* IE10+ */
	background:  linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* W3C */
	border:      1px solid #888;
	border-top:  1px solid #aaa;
	border-left: 1px solid #aaa;
}

a.btn:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background:    #eee; /* Old browsers */
	background:    -moz-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(255, 255, 255, .3) 100%); /* FF3.6+ */
	background:    -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .3)), color-stop(100%, rgba(255, 255, 255, .3))); /* Chrome,Safari4+ */
	background:    -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(255, 255, 255, .3) 100%); /* Chrome10+,Safari5.1+ */
	background:    -o-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(255, 255, 255, .3) 100%); /* Opera11.10+ */
	background:    -ms-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(255, 255, 255, .3) 100%); /* IE10+ */
	background:    linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(255, 255, 255, .3) 100%); /* W3C */
	border:        1px solid #888;
	border-bottom: 1px solid #aaa;
	border-right:  1px solid #aaa;
}

.btn.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;
}

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"], ececec
input[type="week"],
.auto-complete .ui-autocomplete-input {
	display:                 block;
	background-color: #FFF;
	background:              -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background:              -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background:              -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background:              -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background:              -ms-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter:                  progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fcfcfc', endColorstr = '#ffffff', GradientType = 0);
	background:              linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border:                  1px solid #BBB;
	color:                   #000;
	outline:                 0;
	padding:                 5px;
	font-size:               13px;
	line-height:             19px;
	height:                  31px;
	-webkit-appearance:      none;
	-webkit-box-shadow:      0 1px 2px #ddd inset;
	-moz-box-shadow:         0 1px 2px #ddd inset;
	-o-box-shadow:           0 1px 2px #ddd inset;
	box-shadow:              0 1px 2px #ddd inset;
	-webkit-border-radius:   2px;
	-khtml-border-radius:    2px;
	-moz-border-radius:      2px;
	border-radius:           2px;
	-webkit-transition:      all 0.15s ease-in-out;
	-moz-transition:         all 0.15s ease-in-out;
	-o-transition:           all 0.15s ease-in-out;
	transition:              all 0.15s ease-in-out;
	-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;

	/* IE7 */
	*padding-top:            2px;
	*padding-bottom:         1px;
	*height:                 auto;
}

/*
		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:    rgba(74, 173, 219, 0.8) 0 0 7px;
	-webkit-box-shadow: rgba(74, 173, 219, 0.8) 0 0 7px;
	box-shadow:         rgba(74, 173, 219, 0.8) 0 0 7px;
	border-color:       #4aaddb;

	/* 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;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
	select {
		background-color: #FFF;
		background-image:    url(/public/img/select_arrow.gif);
		background-repeat:   no-repeat;
		background-position: right center;
		padding-right:       35px;
	}

	select[size],
	select[multiple] {
		padding:          0;
	}
}

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

optgroup {
	color:       #000;
	font-style:  normal;
	font-weight: normal;
}

/*------------------------------------------*/
/* 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;
}

/* --- ADDITIONAL STYLES --- */
.form-field {
	padding:       15px 15px 20px 15px;
	border-bottom: 1px solid #eee;
}

.form-field:last-child {
	border-bottom: 0 none;
}

.form-field ul {
	margin: 0;
}

/* --- FORM OPTIONS --- */
/* UI for Uploading multiple clips */
#fo_upld_clips .uploader {
	margin-bottom: 20px;
}

#fo_upld_clips #addclip-wrap {
	width:         100%;
	margin-bottom: 20px;
}

#fo_upld_clips #addclip-preview {
	width:  305px;
	height: 170px;
}

#addclip-bulk-queue {
	clear: both;
}

#addclip-bulk-queue ul {
	list-style: none;
}

#addclip-bulk-queue ul li {
	background: #eee;
}
/*------------------------------------------*/
/*--- BASE & RESET STYLES ---*/
/*------------------------------------------*/
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, video {
	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 {
	font-size:                100%; /* 1 */
	overflow-y:               scroll; /* 2 */
	-webkit-text-size-adjust: 100%; /* 3 */
	-ms-text-size-adjust:     100%; /* 3 */
	-webkit-font-smoothing:   antialiased;
}

body {
	min-height: 100%;
	padding:    0;
	margin:     0 auto;
}

html, body {
	height: 100%;
}

strong, th { font-weight: bold; }

td { vertical-align: top; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection { background: #6B916D; color: #fff; text-shadow: 0 1px 1px #385d3a; }

::selection { background: #6B916D; color: #fff; text-shadow: 0 1px 1px #385d3a; }

q:before, q:after { content: ''; }

/*------------------------------------------*/
/*--- TYPOGRAPHY ---*/
/*------------------------------------------*/
html {
	font-size:   100%;
	line-height: 1.5;
	/*background:  #fafafa;*/
	background:  #F2F2F2;
	overflow-x:  hidden;
	font-style:  normal;
	font-family: proxima-nova-n1, proxima-nova, sans-serif;
	font-weight: 300;
}

body, select, input, textarea {
	color: #000;
}

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
	/*font-weight: 300;*/
	font-weight: 200;
}

.section_title {
	font-weight:    300;
	border-bottom:  1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom:  20px;
}

h1 {
	font-size:     2em; /* 32px */
	margin-bottom: 0.75em; /* 24px */
	line-height:   1.5; /* 48px */
}

h2 {
	font-size:     1.5em; /* 24px */
	margin-bottom: 1em; /* 24px */
	line-height:   1; /* 24px */
}

h3 {
	font-size:     1.25em; /* 20px */
	margin-bottom: 1.2em; /* 24px */
	line-height:   1.2; /* 24px */
}

h4 {
	font-size:     1.125em; /* 18px */
	margin-bottom: 1.333em; /* 24px */
	line-height:   1.333; /* 24px */
}

h5,
h6 {
	font-size:     1em; /* 16px */
	margin-bottom: 1.5em; /* 24px */
	line-height:   1.5; /* 24px */
}

#nav li a,
#footer_nav li a,
#company_address h5 {
	font-weight:    bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family:    "proxima-nova";
}

/*--- PARAGRAPHS ---*/
p {
	font-weight:   200;
	font-size:     0.938em;
	margin-bottom: 1.5em;
}

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

dfn { font-style: italic; }

/*------------------------------------------*/
/*--- LINK STYLES ---*/
/*------------------------------------------*/
a:link, a:visited {
	color:           #666666;
	font-weight:     bold;
	text-decoration: none;
}

p a:link, p a:visited {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a:hover { color: #a5a5a5; }

a { outline: none; }

a:link { -webkit-tap-highlight-color: #6B916D; }

a:active, a:focus {
	position: relative;
	top:      1px;
}

a:focus {
	/*text-shadow: #61a0ff 0 0 7px;*/
}

.more_link:after,
.more_link::after {
	content: " »";
}

/*--- TABBED NAV ---*/
ul.tabs {
	display:       block;
	margin:        0 0 1.5em 0;
	padding:       0;
	border-bottom: solid 1px #ddd; }

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;
}

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;
}

/*------------------------------------------*/
/*--- 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%;
}

.floated li:hover {
}

/*--- 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;
}

/*--- GENERAL ---*/
q, i, em, cite {
	font-style:  italic;
	font-weight: inherit;
}

b, strong {
	font-weight: bold;
	font-style:  inherit;
}

mark { background: #ff0; color: #000; }

s, del {
	text-decoration: line-through;
}

small {
	font-size:   0.75em;
	line-height: 1;
}

/*--- CODE ---*/
pre, code { font-family: monospace; font-size: 1em; }

pre {
	overflow:              auto;
	margin-bottom:         1.5em;
	line-height:           24px; /* Having to define explicit pixel values :( */
	padding:               10px;
	line-height:           1.2;
	overflow-x:            scroll;
	-webkit-box-shadow:    inset 0px 4px 7px rgba(0, 0, 0, .4);
	-moz-box-shadow:       inset 0px 4px 7px rgba(0, 0, 0, .4);
	-o-box-shadow:         inset 0px 4px 7px rgba(0, 0, 0, .4);
	box-shadow:            inset 0px 4px 7px rgba(0, 0, 0, .4);
	-webkit-border-radius: 4px;
	-khtml-border-radius:  4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	margin-bottom:         20px;
	margin-top:            10px;
	background:            #7E7E7E no-repeat;
}

pre code { color: #fff; line-height: 1.5; }

code { line-height: 1; }

pre, code, kbd, samp {
	font-family:  monospace, serif;
	_font-family: 'courier new', monospace;
	font-size:    1em;
}

/*------------------------------------------*/
/*--- 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 { max-width: 100%; height: auto; }

/*------------------------------------------*/
/*--- LOGO ---*/
/*------------------------------------------*/
#logo,
#logo img {
	width:   378px;
	height:  69px;
	display: block;
}

#logo {
	background: url(/public/img/logo.png);
}

#logo img {
	position: absolute;
	left:     -99999px;
}

/*------------------------------------------*/
/*--- PAGE PAGINATION ---*/
/*------------------------------------------*/
.page_pagination a {
	padding-right: 7px;
	padding-left:  7px;
	border:        1px solid #fff;
}

.page_pagination a.active {
	border-color: #000;
}

/*------------------------------------------*/
/*--- TABS ---*/
/*------------------------------------------*/
ul.tabs_content { margin: 0; display: block; }

ul.tabs_content > li { display: none; }

ul.tabs_content > li.active { display: block; }

/*------------------------------------------*/
/*--- TABLES ---*/
/*------------------------------------------*/
table {
	margin-bottom: 1.5em;
	width:         100%;
	max-width:     100%;
}

thead tr:last-of-type th {
	border-bottom-width: 2px;
}

tbody th {
	border-right-width: 2px;
}

th:empty {
	border: none;
}

th, td {
	vertical-align: top;
	padding:        0.75em;
	border:         1px solid #ccc;
}

th {
	font-weight: bold;
	text-align:  center
}

td[colspan] {
	text-align: center;
}

td[rowspan] {
	vertical-align: middle;
}

tbody tr:nth-of-type(odd) {
	background: rgba(0, 0, 0, 0.05);
}

tfoot {
	text-align: center;
}

tfoot td {
	border-top-width: 2px;
}

/*------------------------------------------*/
/*--- CSS3 ---*/
/*------------------------------------------*/
/*Transitions*/
a {
	-webkit-transition: all 0.12s ease-in-out;
	-moz-transition:    all 0.12s ease-in-out;
	-o-transition:      all 0.12s ease-in-out;
	transition:         all 0.12s ease-in-out;
}

#nav li a {
	-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;
}

/* Webkit Menu Transitions */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width: 480px) {

	#nav li a {
		background: -webkit-linear-gradient(top, #333 50%, #319338 50%);
	}

	#nav li a {
		background-position:     100% 0;
		background-size:         100% 200%;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-transition:      background-position .4s cubic-bezier(0.42, 0.8, 0.58, 1);
	}

	#nav li a:hover,
	#nav li.active a {
		background-position: 0 -100%;
	}
}

/* Slower Transition */
.left_mask,
.right_mask {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.navi a,
.preview_block .block_image,
.preview_block .block_overlay,
.work_carousel .es-nav,
.block_mask,
.block_mask ul,
body.work .preview_block:hover .block_mask:before,
body.showreel .preview_block:hover .block_mask:before,
#staff_members .sm_profile:hover .block_mask:before {
	-webkit-transition: all 0.6s;
	-moz-transition:    all 0.6s;
	-o-transition:      all 0.6s;
	-ms-transition:     all 0.6s;
	transition:         all 0.6s;
}

/*Transitions*/
.flex-control-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-o-transition:      none;
	transition:         none;
}

/*Border Radius*/
.btn,
#work_filter li a,
.share_icons,
#play_btn,
#share_btn,
#spotlight .sl_caption,
.video-wrap .video_overlay {
	-webkit-border-radius: 3px;
	-khtml-border-radius:  3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

#newsletter_signup input[type="email"],
#newsletter_signup input[type="submit"] {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	-o-box-shadow:      none;
	box-shadow:         none;
}

/*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;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*---        SITE SPECIFIC STYLES        ---*/
/*------------------------------------------*/
/*------------------------------------------*/
#main {
	min-height: 100%;
}

#dark,
.evisua-window-overlay {
	width:          100%;
	height:         100%;
	top:            0;
	left:           0;
	right:          0;
	bottom:         0;
	z-index:        10000 !important;
	position:       fixed;
	background:     #F2F2F2 !important;
	-ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:         alpha(opacity = 70);
	-moz-opacity:   0.7;
	-khtml-opacity: 0.7;
	opacity:        0.7;
}

.pp_overlay {
	background:     #F2F2F2 !important;
	-ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:         alpha(opacity = 70);
	-moz-opacity:   0.7;
	-khtml-opacity: 0.7;
	opacity:        0.7;
}

#nav li a:hover,
#nav li.active a,
#nav li.active a:hover,
#footer a:hover,
#footer_nav li::after {
	color: #319338;
}

#staff_members .sm_profile,
.preview_block,
.video-wrap,
#contact_info #map,
.spotlight_wrap,
#office_shots img,
.blog_gallery img,
#spotlight_container .player_holder {
	border: 5px solid #FFF;
}

#staff_members .sm_profile,
.preview_block,
.video-wrap,
#contact_info #map,
#office_shots img,
.blog .grid_9 article img {
	overflow: hidden;
}

/*--- 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: #339339;
	opacity:    .8;
}

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

#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 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 h5 {
	font-size: 0.875em;
}

.block_mask p,
.block_mask h5,
.block_mask ul li {
	margin-bottom: 0;
	font-weight:   normal;
}

.block_mask ul {
	margin-top: 2px;
}

/*------------------------------------------*/
/*--- HEADER ---*/
/*------------------------------------------*/
#header {
	height:         70px;
	padding-top:    35px;
	padding-bottom: 35px;
}

/*--- NAVIGATION ---*/
#nav {
	margin-top: -35px;
}

#nav li a {
	width:          120px;
	height:         30px;
	padding:        65px 0 0;
	font-weight:    300;
	display:        block;
	text-align:     center;
	font-size:      1.75em;
	letter-spacing: -1px;
	color:          #333;
	border-top:     9px solid #F2F2F2;
}

#nav li a:hover {
	border-top: 9px solid #DDD;
}

#nav li.active a,
#nav li.active a:hover {
	border-top: 9px solid #319338;
}

/*------------------------------------------*/
/*--- SPOTLIGHT ---*/
/*------------------------------------------*/
#spotlight {
	width:      100%;
	height:     395px;
	overflow:   hidden;
	position:   relative;
	background: #FFF url(/public/img/loader.gif) no-repeat center;
}

.spotlight_wrap {
	width:    950px;
	height:   385px;
	margin:   0 auto;
	position: relative;
}

#spotlight .sl_caption {
	width:      320px;
	z-index:    20;
	right:      -50px;
	bottom:     30px;
	position:   absolute;
	color:      #FFF;
	padding:    20px;
	background: rgba(49, 147, 56, 0.95);
	opacity:    0;
}

#spotlight .sl_caption h2 {
	font-weight:   400;
	margin-bottom: 5px;
}

#spotlight .sl_caption p {
	margin: 0;
}

/* Initial styles that are needed */
#spotlight {
	width:   100%;
	margin:  0;
	padding: 0;
}

#spotlight .slides > li {
	display: none;
}

#spotlight .slides img {
	max-width: 100%;
	display:   block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

/* No JavaScript Fallback */
.no-js .slides > li:first-child { display: block; }

#spotlight {
	background: #fff;
	position:   relative;
	zoom:       1;
}

#spotlight.slides {
	zoom:     1;
	position: relative;
}

#spotlight .slides > li {
	width:    960px !important;
	height:   395px;
	position: relative;
}

#spotlight .slides > li.active {
	opacity: 1;
}

#spotlight .flex-direction-nav {
	position:   absolute;
	width:      960px;
	height:     395px;
	top:        0;
	left:       0;
	margin:     0;
	list-style: none;
}

.flex-container {
	zoom:     1;
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background: none;
	-ms-filter: progid: DXImageTransform . Microsoft . gradient(startColorstr = #4C000000, endColorstr = #4C000000);
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr = #4C000000, endColorstr = #4C000000);
	zoom:       1;
}

.flex-caption {
	width:       96%;
	padding:     2%;
	position:    absolute;
	left:        0;
	bottom:      0;
	background:  rgba(0, 0, 0, .3);
	color:       #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size:   14px;
	line-height: 18px;
}

/* 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: rgba(49, 147, 56, 1);
}

.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;
}

/* Control Nav */
.flex-control-nav {
	margin:     0;
	text-align: center;
	left:       30px;
	bottom:     22px;
	position:   absolute;
	z-index:    850;
}

.flex-control-nav li {
	margin:   0 0 0 2px;
	display:  inline-block;
	zoom:     1;
	*display: inline;
}

.flex-control-nav li:first-child { margin: 0; }

.flex-control-nav li a {
	width:          17px;
	height:         17px;
	float:          left;
	cursor:         pointer;
	position:       relative;
	display:        block;
	z-index:        100;
	cursor:         pointer;
	text-indent:    -9999px;
	background:     url('/public/img/controlsSprite.png') no-repeat 0 -149px transparent;
	-ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:         alpha(opacity = 80);
	-moz-opacity:   0.8;
	-khtml-opacity: 0.8;
	opacity:        0.8;
}

.flex-control-nav li a:hover {
	background-position: 0 -166px;
	-ms-filter:          "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:              alpha(opacity = 100);
	-moz-opacity:        1;
	-khtml-opacity:      1;
	opacity:             1;
}

.flex-control-nav li a.active {
	background-position: 0 -183px !important;
	cursor:              default;
}

.left_mask,
.right_mask {
	height:     395px;
	top:        0;
	position:   absolute;
	z-index:    100;
	cursor:     pointer;
	background: rgba(242, 242, 242, 0.9);
}

.left_mask:hover,
.right_mask:hover {
	background: rgba(242, 242, 242, 0.8);
}

.left_mask {
	left: 0;
}

.right_mask {
	right: 0;
}

/*------------------------------------------*/
/*--- CONTENT ---*/
/*------------------------------------------*/
/*--- CONTENT ---*/
#main_content {
	padding: 25px 0 0 0;
}

#footer_clear {
	height: 78px;
}

/*--- INTRO BLOCK ---*/
.intro_block h1 {
	text-align:     center;
	margin-bottom:  0;
	color:          #000;
	letter-spacing: -1px;
	font-weight:    200;
}

.intro_block p {
	color:       #666;
	text-align:  center;
	font-weight: 300;
	font-size:   1.25em;
	margin:      0;
}

/*--- BUTTON ---*/
a.btn {
	background:      #222;
	display:         inline-block;
	padding:         5px 10px 6px;
	color:           #FFF;
	text-decoration: none;
	position:        relative;
	cursor:          pointer;
}

.btn.green {
	background: #329338;
}

/*--- HOMEPAGE ARTICLES ---*/
.article_excerpt {
	padding: 30px 0;
}

.article_excerpt a {
	color:               #FFF;
	font-weight:         200;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

.article_excerpt a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.8);
}

.article_excerpt h2,
.article_excerpt h3,
.article_excerpt h5 {
	margin-bottom: 10px;
	font-weight:   400;
}

.blog .meta {
	text-transform: uppercase;
}

#blog_block img {
	margin-bottom: 10px;
}

#blog_block h4 {
	margin-bottom: 5px;
}

#blog_block h4 a {
	background: -webkit-linear-gradient(0, #319338 50%, #444 50%);
}

#blog_block h4 a {
	display:                 inline-block;
	background-position:     100% 0;
	background-size:         200% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition:      background-position .5s cubic-bezier(.42, 0, .58, 1);
	-moz-transition:         background-position .5s cubic-bezier(.42, 0, .58, 1);
}

#blog_block h4 a:hover {
	background-position: 0 0;
}

/*--- SUB CONTENT ---*/
#sub_content .section_title {
	padding: 0;
	border:  0 none;
}

/*--- SUB CONTENT WIDGETS ---*/
#sub_content .sc_widget {
	margin-bottom: 30px;
	box-shadow:    0 1px 2px rgba(0, 0, 0, 0.3);
}

#sub_content .sc_widget > div {
	padding:       15px;
	background:    #EEE;
	border-radius: 3px;
}

#sub_content .sc_widget h5 {
	margin-bottom: 15px;
}

.bubble {
	height:                70px;
	color:                 #FFF;
	padding:               10px;
	margin-bottom:         10px;
	background:            #339339;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-o-border-radius:      3px;
	-ms-border-radius:     3px;
	-khtml-border-radius:  3px;
	border-radius:         3px;
	position:              relative;
}

.bubble p {
	font-size:     1em;
	margin-bottom: 0;
}

.bubble small {
	color: #fff;
}

#social_interaction .bubble {
	background: #339339 url(/public/img/twitter_logo.png) no-repeat right center;
}

#newsletter_signup .input_large {
	width:        356px;
	height:       35px;
	border:       0 none;
	margin-right: 10px;
	float:        left;
}

.ie7 #newsletter_signup .input_large {
	width:  346px;
	height: 32px;
}

.download-button,
.js_description_popup,
#newsletter_signup input[type="submit"],
.password_container input[type="submit"],
.evisua-window .window-button {
	float:                 left;
	color:                 #FFF;
	background:            #5BA860;
	filter:                none;
	border:                0 none;
	font-size:             13px;
	width:                 74px;
	height:                35px;
	line-height:           24px;
	font-size:             16px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-o-border-radius:      3px;
	-ms-border-radius:     3px;
	-khtml-border-radius:  3px;
	border-radius:         3px;
	text-shadow:           none;
	font-family:           proxima-nova-n1, proxima-nova, sans-serif;
	font-weight:           400;
}

a.js_description_popup {
	width:       auto;
	float:       right;
	color:       #FFF;
	font-family: proxima-nova-n1, proxima-nova, sans-serif;
	font-weight: 400;
	line-height: 35px;
	padding:     0 10px;
}

.evisua-window .window-button:hover, .evisua-window .window-button:active {
	border:     0 none;
	background: #5BA860;
	opacity:    0.8;
}

.password_container input[type="submit"] {
	width:       60px;
	height:      31px;
	line-height: 18px;
	font-size:   16px;
}

/*------------------------------------------*/
/*--- FOOTER ---*/
/*------------------------------------------*/
#footer {
	margin-top: -78px;
	padding:    10px 0 12px;
	background: #e8e8e8;
	border-top: 1px solid #ddd;
}

#footer,
#footer a {
	color: #444;
}

#footer p {
	font-size:     0.813em;
	margin-bottom: 0;
}

/*--- FOOTER NAV ---*/
#footer_nav {
	margin-bottom: 10px;
}

#footer_nav li {
	position: relative;
	padding:  0 22px 0 0;
}

#footer_nav li:after {
	content:     '/';
	position:    absolute;
	right:       8px;
	font-size:   1.125em;
	top:         -2px;
	font-weight: 600;
}

#footer_nav li.end:after {
	content: ' '
}

#footer_nav li a {
	padding:     0;
	font-weight: 400;
}

#footer_nav li:hover {
	background: none;
}

#nvrblnd_logo {
	width:         91px;
	height:        12px;
	background:    url(/public/img/nvrblnd_logo.png) no-repeat left top;
	display:       inline-block;
	text-indent:   9999em;
	border-bottom: 0 none;
	overflow:      hidden;
	margin-left:   5px;
}

#nvrblnd_logo:hover {
	background-position: left bottom;
}

/*--- COMPANY ADDRESS ---*/
#company_address b {
	color:       #319338;
	font-weight: 600;
	padding:     0 5px;
}

/*--- OUTBOUND LINKS ---*/
#outbound_links p {
	clear: both;
}

#company_address p a {
	color:         #AAA;
	border-bottom: 1px solid #319338;
}

/*--- SOCIAL ICONS ---*/
#social_icons {
	margin-bottom: 11px;
}

#social_icons li {
	margin-right: 5px;
}

#social_icons li:hover {
	background: none;
}

#social_icons li a {
	width:          23px;
	height:         23px;
	display:        block;
	background:     url(/public/img/social_icons_smaller.png) no-repeat;
	text-indent:    -9999em;
	-ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:         alpha(opacity = 60);
	-moz-opacity:   0.6;
	-khtml-opacity: 0.6;
	opacity:        0.6;
}

#social_icons li a:hover {
	-ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:         alpha(opacity = 90);
	-moz-opacity:   0.9;
	-khtml-opacity: 0.9;
	opacity:        0.9;
}

#social_icons li .twitter {
	background-position: -42px 0;
}

#social_icons li .facebook {
	background-position: 0 0;
}

#social_icons li .youtube {
	background-position: -84px 0;
}

#social_icons li .vimeo {
	background-position: -127px 0;
}

/*------------------------------------------*/
/*--- WORK ---*/
/*------------------------------------------*/
#work_container .grid_3 {
	height:        134px;
	margin-bottom: 20px;
}

#work_container .grid_3 .preview_block {
	height:     124px;
	display:    block;
	background: inherit;
}

.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:  #339339;
	-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,
.js_clip_wrapper a.active .block_image {
	background: #339339;
}

.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;
}

/*--- WORK FILTER ---*/
#work_filter {
	margin-bottom: 20px;
}

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

#work_filter li.active a {
	color:      #FFF;
	background: #339339;
}

#work_filter li a {
	padding:        3px 5px;
	background:     white;
	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 #FFF !important;
	position: relative;
}

.work_carousel .preview_block .block_image {
	height: auto;
	margin: 0;
}

.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 {
	height:        524px;
	margin-bottom: 20px;
	position:      relative;
}

body.projects .video-wrap {
	height: 395px;
}

.video-wrap .video_overlay {
	padding: 10px 20px 20px 20px;
}

.video-wrap .video_mask_overlay {
	width:      930px;
	height:     524px;
	top:        0;
	left:       0;
	position:   absolute;
	background: url(/public/img/trans_overlay.png) repeat;
	z-index:    10000;
}

body.projects .video_mask_overlay {
	width:  700px;
	height: 395px;
}

.video_overlay {
	width:              400px;
	z-index:            20;
	color:              #FFF;
	padding:            3px 15px;
	margin:             0 auto;
	right:              0;
	left:               0;
	top:                50%;
	position:           absolute;
	background:         rgba(49, 147, 56, 0.95);
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 0 0 10px rgba(0, 0, 0, 0.15);
	-o-box-shadow:      0 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow:         0 0 0 10px rgba(0, 0, 0, 0.15);
}

.video_overlay h1 {
	margin-bottom: 0;
}

.video_overlay ul li {
	font-size:      0.875em;
	text-transform: uppercase;
	margin-right:   15px;
}

.video_overlay ul {
	margin-bottom: 10px;
}

#video_actions {
	width:  236px;
	margin: 0 auto;
}

#video_actions #play_btn,
#video_actions #share_btn {
	width:        85px;
	padding:      10px;
	position:     relative;
	display:      inline-block;
	text-align:   center;
	background:   #5BA860;
	margin-right: 10px;
	line-height:  1;
	font-weight:  400;
	color:        #FFF;
}

#video_actions #share_btn #share_popup {
	bottom:   -50px;
	left:     -54px;
	position: absolute;
	display:  none;
}

#video_actions #share_btn #share_popup .share_icons {
	background: #7eb981;
}

#video_actions #share_btn #share_popup:before {
	content:      ' ';
	position:     absolute;
	width:        0;
	height:       0;
	left:         90px;
	top:          -14px;
	border:       7px solid;
	border-color: transparent transparent #7EB981;
}

#video_actions #share_btn #share_popup ul,
#video_actions #share_btn #share_popup ul li {
	margin: 0;
}

.video-wrap object {
	width:  930px;
	height: 524px;
}

/*--- 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;
}

/*------------------------------------------*/
/*--- ABOUT ---*/
/*------------------------------------------*/
.mb30 {
	margin-bottom: 30px !important;
}

/*------------------------------------------*/
/*--- CONTACT ---*/
/*------------------------------------------*/

#contact_info #map {
	height: 395px;
}

/*--- STAFF MEMBERS ---*/
#staff_members .row {
	margin-bottom: 20px;
}

#staff_members .grid_odd {
	width: 172px;
}

#staff_members .sm_profile {
	height:   210px;
	position: relative;
	overflow: hidden;
}

#staff_members .grid_odd .sm_profile {
	height: 162px;
}

#contact_info {
	position:      relative;
	margin-bottom: 25px;
}

#contact_info #ci_details {
	top:        20px;
	left:       30px;
	bottom:     20px;
	z-index:    1000;
	padding:    25px 25px 10px;
	position:   absolute;
	background: rgba(255, 255, 255, 0.95);
}

.blog_gallery {
	position:      relative;
	margin-bottom: 30px;
}

.blog_gallery ul {
	margin: 0;
}

.blog .grid_9 {
	margin: 0 auto;
}

.blog .grid_9 article header {
	margin-bottom: 20px;
}

.blog .grid_9 article header h2 {
	margin-bottom: 0;
}

.blog .grid_9 article {
	text-align:    center;
	padding:       30px 50px;
	border-bottom: 1px solid #DDD;
}

.blog .share_icons {
	margin: 0 auto;
}

.share_icons {
	width:      195px;
	padding:    10px 0 10px 10px;
	background: #FFF;
	margin:     0 auto;
}

.share_icons li {
	height: 20px !important;
	margin: 0;
}

.share_icons .facebook-share-button {
	width:  80px !important;
	height: 20px !important;
}

.share_icons .twitter-share-button {
	width:        96px !important;
	height:       20px !important;
	margin-right: 10px;
}

/** Spotlight items by Maciek Garycki **/
#spotlight_container {
	position: relative;
}

body.showreel #spotlight_container {
	position: absolute;
	top:      0;
}

body.showreel header h1 {
	margin-bottom: 0;
}

body.showreel #spotlight_container .player_holder {
	width:       600px;
	height:      auto;
	overflow:    visible;
	left:        50%;
	padding:     20px;
	background:  #FFF;
	margin-left: 145px;
	z-index:     10001;
}

body.showreel #spotlight_container .player_holder a.close {
	top:  -15px;
	left: -15px;
}

#spotlight_container .player_holder {
	width:    950px;
	height:   575px;
	z-index:  2000;
	position: absolute;
	display:  none;
	overflow: hidden;
	left:     0;
	right:    0;
	margin:   0 auto;
}

#spotlight_container .player_holder video,
#spotlight_container .player_holder object {
	position: absolute;
	top:      0;
	left:     0;
	height:   inherit !important;
}

.player_holder a.close {
	width:       24px;
	height:      24px;
	border:      3px solid #FFF;
	display:     block;
	position:    absolute;
	z-index:     2006;
	top:         15px;
	left:        15px;
	background:  rgba(49, 147, 56, 1) url(/public/img/controlsSprite.png) no-repeat 6px -91px;
	text-indent: -10000em;
	overflow:    hidden;
	cursor:      pointer;
	-ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:      alpha(opacity = 80);
	opacity:     0.8;
}

.player_holder .img_container {
	width:    950px;
	height:   575px;
	position: absolute;
	z-index:  2005;
}

.img_container .play_icon {
	top:      50%;
	left:     0;
	z-index:  100;
	position: absolute;
	right:    0;
	width:    70px;
	height:   70px;
	margin:   -21px auto 0;
}

/*------------------------------------------*/
/*--- PROJECTS ---*/
/*------------------------------------------*/
body.projects .download-button {
	width:       auto;
	float:       none;
	color:       #FFF;
	line-height: 35px;
	font-weight: normal;
	display:     block;
	margin-top:  20px;
	text-align: center;
}

#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 h2.section_title {
	margin:        0;
	cursor:        pointer;
	padding:       0;
	font-weight:   300;
	border-bottom: 0 none;
}

#project_menu li .section_title:hover {
	color: #319338;
}

#project_menu li {
	background: #FFF;
}

#project_menu li .sub_navigation {
	padding-top: 10px;
}

#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;
}

/*-----*/
.pp_content {
	height: auto !important;
}

.pp_content_wrap {
	padding: 20px;
}

.pp_details {
	display: none;
}

/*------------------------------------------*/
/*--- IE FIX ---*/
/*------------------------------------------*/
.ie .intro_block p {
	font-size: 20px;
}

.ie .block_mask {
	background: ﻿ #339339;
}

.ie #video_actions #play_btn, .ie #video_actions #share_btn {
	float: left;
}

.no-rgba .left_mask,
.no-rgba .right_mask {
	background: #F2F2F2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:     alpha(opacity = 90);
	opacity:    0.9;
}

.no-rgba .left_mask:hover,
.no-rgba .right_mask:hover {
	background: #F2F2F2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:     alpha(opacity = 80);
	opacity:    0.8;
}

.no-rgba #spotlight .sl_caption,
.no-rgba .navi a:hover,
.no-rgba .navi a.hovering,
.no-rgba .es-nav-prev:hover,
.no-rgba .es-nav-next:hover,
.no-rgba .video_overlay,
.no-rgba #contact_info #ci_details {
	background: #339339;
}

.no-rgba .block_mask ul,
.no-rgba .block_mask a:hover {
	border-top-color: #6c9d68;
}
#container,
.row {
	margin: 0 auto;
	width: 960px;
}

.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 ---*/
/*--- 12 columns, 60 pixels each, with 20 pixel gutter ---*/
.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; }
.evisua-window {
	position:              fixed;
	width:                 200px;
	z-index:               1001 !important;
	top:                   20px;
	left:                  20px;
	background:            #FFF;
	padding:               20px;
	-webkit-border-radius: 2px;
	-khtml-border-radius:  2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}

.evisua-window .window-title {
	background:     transparent url() repeat scroll 0 0;
	margin:         5px;
	letter-spacing: -1px;
	color:          #FFF !important;
	font-size:      20px;
	padding:        10px;
}

.evisua-window .window-top-left, .evisua-window .window-top-right {
	width:  6px;
	height: 29px;
}

.evisua-window .window-top-left {
	display: none;
}

.evisua-window .window-top-right {
	display: none;
}

.evisua-window .window-middle-left {
	padding-left: 5px;
	background:   #fff;
}

.evisua-window .window-middle-right {
	padding-right: 5px;
}

.evisua-window .window-body {
	position: relative;
	width:    92%;
}

html>body .evisua-window .window-body {
	width: auto;
}

/* this is for the disappearing caret bug in input fields above overflow: elements */
body.mozilla .evisua-window .window-body {
	overflow: auto;
	color:    #000 !important;
}

/* +1 px to make up for the overflow: auto in ff */
body.mozilla .evisua-window .window-middle-right {
	padding-right: 7px;
}

.evisua-window .window-buttons {
	border-top: 1px solid #CCC;
	margin:     0;
	padding:    10px 0 0 0;
}

.evisua-window .window-button {
	width:  auto;
	height: auto;
	float:  right;
	clear:  none;
	margin: 0;
}

.evisua-window .window-button.left {
	float:  left;
	clear:  none;
	margin: 6px 0 0 6px;
}

.evisua-window .align-left {
	float:       left;
	margin-left: 6px;
}

.evisua-window .align-right {
	float: right;
}

.evisua-window .window-bottom {
	display: none;
}

.evisua-window .window-bottom-left, .evisua-window .window-bottom-right {
	width:  8px;
	height: 8px;
}

.evisua-window .window-bottom-left {
	left:       -1px;
	background: url('/public/img/plugins/messagebox/mb-bottom-sprite.gif') no-repeat 0 0;
}

.evisua-window .window-bottom-right {
	right:      -1px;
	background: url('/public/img/plugins/messagebox/mb-bottom-sprite.gif') no-repeat 0 -8px;
}

.evisua-window {
	color: #000;
}

.window-content-wrap { background: #FFF; border-left: 1px solid #333333; border-right: 1px solid #333333; border-bottom: 1px solid #333333; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; padding: 10px; }
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

