@charset "UTF-8";
/** HTML5 ✰ Boilerplate  style.css contains a reset, font normalization and some base styles.  Credit is left where credit is due. Much inspiration was taken from these projects: - yui.yahooapis.com/2.8.1/build/base/base.css - camendesign.com/design/ - praegnanz.de/weblog/htmlcssjs-kickstart */
/** html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark html5doctor.com/html-5-reset-stylesheet/ */
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, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

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

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

/** Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/ */
body { font: 13px/1.231 sans-serif; *font-size: small; }

/* Hack retained to preserve specificity */
select, input, textarea, button { font: 99% sans-serif; }

/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/** Minimal base styles. */
/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a { outline: none; text-decoration: none; }

ul, ol { margin-left: 2em; }

ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style: none; list-style-image: none; }

small { font-size: 85%; }

strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

pre { /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */ white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }

textarea { overflow: auto; }

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }

input[type="checkbox"] { vertical-align: bottom; }

.ie7 input[type="checkbox"] { vertical-align: baseline; }

.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }

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

/* These selection declarations have to be separate No text-shadow: twitter.com/miketaylr/status/12228805301 Also: hot pink! */
/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }*/
/*::selection { background:#FF5E99; color:#fff; text-shadow: none; }*/
/* j.mp/webkit-tap-highlight-color */
/*a:link { -webkit-tap-highlight-color: #FF5E99; }*/
/* Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button { width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/** You might tweak these.. */
body, select, input, textarea { color: #000; font-family: Arial, sans-serif; letter-spacing: .02em; }

h1 { font-size: 1.4em; }

h2 { font-size: 1em; }

em { font-style: italic; }

p { margin: 10px 0 0 0; }

.ul, .ol { margin-left: 1.8em; }

.displayNone { display: none; }

.pt { cursor: pointer; }

.rel { position: relative; }

h1 { margin: 0 0 .3em 0; }

h2 { margin: 0 0 .3em 0; }

.fixed { position: fixed; top: 25px; z-index: 9; }
@media (min-width: 769px) { .fixed { width: 550px; } }

#ContentSidebar { text-align: right; width: 185px; float: right; margin: 15px 0 0 0; }

.Column { position: absolute; top: 0; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }

#Loader { z-index: 9999999999; display: none; position: fixed; left: 50%; margin-left: -16px; top: 50%; width: 32px; height: 32px; opacity: .85; background-color: #000; border-radius: 20px; font-size: 10px; border-top: 3px solid rgba(255, 255, 255, 0.2); border-right: 3px solid rgba(255, 255, 255, 0.2); border-bottom: 3px solid rgba(255, 255, 255, 0.2); border-left: 3px solid #ffffff; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 2s infinite linear; animation: load8 2s infinite linear; }

#Loader, #Loader:after { border-radius: 50%; }

@-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
#ContainerWrap { padding-top: 20px; }

#Content, #ContentTmp { position: static; width: 100%; border: none; background-color: #fff; }
@media (min-width: 769px) { #Content, #ContentTmp { position: absolute; left: 165px; width: auto; } }
@media (min-width: 1025px) { #Content, #ContentTmp { left: 30%; width: 70%; border-right: 1px solid #efefef; } }
@media (min-width: 1360px) { #Content, #ContentTmp { left: 400px; right: 0; width: auto; } }
#Content img, #ContentTmp img { max-width: 100%; }
@media (min-width: 769px) { #Content .ContentContainer, #ContentTmp .ContentContainer { margin: 0 45px 100px 45px; } }

#ContentTmp { z-index: 999; }

#PageContent { width: 550px; padding: 0 15px 15px 15px; }

.ContentContainer { clear: both; padding-top: 10px; margin: 0 10px 10px 10px; }
@media (min-width: 769px) { .ContentContainer { margin: 0 30px 100px 60px; padding-top: 30px; } }

/*
special stuff
*/
#infochairinthedesert #ProjectTeaserImageWrap, #scenographychairinthedesert #ProjectTeaserImageWrap { display: none; }

/** Non-semantic helper classes: please define your styles before this section. */
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers: css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal. www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements. j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }

.clearfix:after { clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

#Nav1Trigger { display: block; position: fixed; top: 45px; left: 0; color: #fff; background-color: #000; padding: 4px 5px; cursor: pointer; left: -10px; -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
@media (min-width: 769px) { #Nav1Trigger { display: none; } }

#Nav1 { position: fixed; width: 165px; z-index: 10; top: 0; left: -100%; /* add border-right-width */ background-color: #fff; -moz-transition: left 0.3s; -o-transition: left 0.3s; -webkit-transition: left 0.3s; transition: left 0.3s; }
#Nav1.visible { left: 0; }
@media (min-width: 769px) { #Nav1 { left: 0; border-right: 1px solid #efefef; } }
@media (min-width: 1025px) { #Nav1 { width: 13%; } }
@media (min-width: 1360px) { #Nav1 { width: 160px; } }

#NavOverlay { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; background-color: #000; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
@media (min-width: 769px) { #NavOverlay { display: none; } }

#Nav1Wrap { margin: 30px 5px 10px 5px; }

.CategoryTitle { clear: both; font-size: 1em; font-weight: normal; }

.CategoryTitlePrefix, .Nav1LinkPrefix { float: left; width: 8px; height: 1em; border-bottom: 1px solid; padding-bottom: 2px; }

.CategoryTitle h2, .Nav2CategoryTitle, .NewsTitle { color: #fff; height: 16px; line-height: 16px; padding: 0 5px; font-weight: normal; }

.Nav1List { clear: both; list-style: none; margin: 0 0 0 .8em; }

.Nav1ListSecondary, .Nav2ListSecondary { display: none; }

.Nav1List li { clear: both; display: block; margin-bottom: .2em; }

.Nav1List a { display: block; text-decoration: none; }

.Nav1LinkPrefix { display: block; margin-right: 1px; }

.Nav1LinkTitle { display: block; }

.MoreProjects, .MoreProjectsSubcategory { cursor: pointer; clear: both; margin: .8em 0 .8em 10px; margin: .8em 0 .8em 10px; font-size: .7em; }

.SubcategoryListPrimary, .SubcategoryListSecondary, .MoreProjectsSubcategory { margin-left: 16px; }

.SubcategoryListSecondary, .Secondary { display: none; }

#FBLink { position: relative; top: -18px; left: 10px; }

#Nav2 { display: none; }
@media (min-width: 1025px) { #Nav2 { display: block; left: 13%; width: 17%; border-right: 1px solid #efefef; } }
@media (min-width: 1360px) { #Nav2 { width: 240px; left: 160px; } }

#Nav2Wrap { margin: 30px 15px 10px 15px; padding-bottom: 500px; position: relative; /*must be here (and not lower) for nav2 to work out! with ´more´*/ }

.Nav2List { list-style: none; margin: 0; padding: 0; }

.Nav2List li { margin: 0 0 0 0; padding: 0 0 15px 0; }

.Nav2List li a { display: block; }

.Nav2List li a img { display: block; max-width: 100%; width: 100%; }

.ProjectImageWrap { float: left; }

.Nav2List li a.Selected img, .Nav2List li a:hover img, .Nav2List li a.current img, .ImageGridNews a:hover img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }

.Nav2ProjectTitleContainer { clear: both; margin: 5px 0 0 15px; margin: 5px 15px 0 15px; }

.Nav2ProjectTitle { float: left; /*padding-bottom:1px;*/ /*border-bottom: 1px solid;*/ text-decoration: underline; }

.Nav2ProjectSubtitle { margin-top: 1px; }

.ProjectLink { font-size: 11px; display: inline-block; }

.ProjectLink:before { content: "\25BA  "; }

#ProjectTeaserImageWrap img { display: block; }

.ProjectTitleWrap { position: fixed; left: 470px; top: 50px; opacity: .9; filter: alpha(opacity=90); }

.ProjectTitle { font-size: 4em; font-weight: bold; margin: 0; }

.ProjectSubtitle { font-size: 1em; }

.BreakerTitle { width: 200px; }

.TextElementWrap { position: relative; margin-left: 15px; }
@media (min-width: 769px) { .TextElementWrap { width: 550px; } }

#ProjectExtras { margin-left: 15px; }

.TextElementTitleContainer { position: relative; }

.TextElementTitle { float: left; font-size: 24px; font-weight: normal; text-decoration: underline; }

.TextElementSubtitle { font-size: 24px; }

.ImageGrid a { display: block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2px; float: left; width: 100%; position: relative; }
@media (min-width: 769px) { .ImageGrid a.w-1 { width: 1%; }
  .ImageGrid a.w-2 { width: 2%; }
  .ImageGrid a.w-3 { width: 3%; }
  .ImageGrid a.w-4 { width: 4%; }
  .ImageGrid a.w-5 { width: 5%; }
  .ImageGrid a.w-6 { width: 6%; }
  .ImageGrid a.w-7 { width: 7%; }
  .ImageGrid a.w-8 { width: 8%; }
  .ImageGrid a.w-9 { width: 9%; }
  .ImageGrid a.w-10 { width: 10%; }
  .ImageGrid a.w-11 { width: 11%; }
  .ImageGrid a.w-12 { width: 12%; }
  .ImageGrid a.w-13 { width: 13%; }
  .ImageGrid a.w-14 { width: 14%; }
  .ImageGrid a.w-15 { width: 15%; }
  .ImageGrid a.w-16 { width: 16%; }
  .ImageGrid a.w-17 { width: 17%; }
  .ImageGrid a.w-18 { width: 18%; }
  .ImageGrid a.w-19 { width: 19%; }
  .ImageGrid a.w-20 { width: 20%; }
  .ImageGrid a.w-21 { width: 21%; }
  .ImageGrid a.w-22 { width: 22%; }
  .ImageGrid a.w-23 { width: 23%; }
  .ImageGrid a.w-24 { width: 24%; }
  .ImageGrid a.w-25 { width: 25%; }
  .ImageGrid a.w-26 { width: 26%; }
  .ImageGrid a.w-27 { width: 27%; }
  .ImageGrid a.w-28 { width: 28%; }
  .ImageGrid a.w-29 { width: 29%; }
  .ImageGrid a.w-30 { width: 30%; }
  .ImageGrid a.w-31 { width: 31%; }
  .ImageGrid a.w-32 { width: 32%; }
  .ImageGrid a.w-33 { width: 33.333%; }
  .ImageGrid a.w-34 { width: 34%; }
  .ImageGrid a.w-35 { width: 35%; }
  .ImageGrid a.w-36 { width: 36%; }
  .ImageGrid a.w-37 { width: 37%; }
  .ImageGrid a.w-38 { width: 38%; }
  .ImageGrid a.w-39 { width: 39%; }
  .ImageGrid a.w-40 { width: 40%; }
  .ImageGrid a.w-41 { width: 41%; }
  .ImageGrid a.w-42 { width: 42%; }
  .ImageGrid a.w-43 { width: 43%; }
  .ImageGrid a.w-44 { width: 44%; }
  .ImageGrid a.w-45 { width: 45%; }
  .ImageGrid a.w-46 { width: 46%; }
  .ImageGrid a.w-47 { width: 47%; }
  .ImageGrid a.w-48 { width: 48%; }
  .ImageGrid a.w-49 { width: 49%; }
  .ImageGrid a.w-50 { width: 50%; }
  .ImageGrid a.w-51 { width: 51%; }
  .ImageGrid a.w-52 { width: 52%; }
  .ImageGrid a.w-53 { width: 53%; }
  .ImageGrid a.w-54 { width: 54%; }
  .ImageGrid a.w-55 { width: 55%; }
  .ImageGrid a.w-56 { width: 56%; }
  .ImageGrid a.w-57 { width: 57%; }
  .ImageGrid a.w-58 { width: 58%; }
  .ImageGrid a.w-59 { width: 59%; }
  .ImageGrid a.w-60 { width: 60%; }
  .ImageGrid a.w-61 { width: 61%; }
  .ImageGrid a.w-62 { width: 62%; }
  .ImageGrid a.w-63 { width: 63%; }
  .ImageGrid a.w-64 { width: 64%; }
  .ImageGrid a.w-65 { width: 65%; }
  .ImageGrid a.w-66 { width: 66.666%; }
  .ImageGrid a.w-67 { width: 67%; }
  .ImageGrid a.w-68 { width: 68%; }
  .ImageGrid a.w-69 { width: 69%; }
  .ImageGrid a.w-70 { width: 70%; }
  .ImageGrid a.w-71 { width: 71%; }
  .ImageGrid a.w-72 { width: 72%; }
  .ImageGrid a.w-73 { width: 73%; }
  .ImageGrid a.w-74 { width: 74%; }
  .ImageGrid a.w-75 { width: 75%; }
  .ImageGrid a.w-76 { width: 76%; }
  .ImageGrid a.w-77 { width: 77%; }
  .ImageGrid a.w-78 { width: 78%; }
  .ImageGrid a.w-79 { width: 79%; }
  .ImageGrid a.w-80 { width: 80%; }
  .ImageGrid a.w-81 { width: 81%; }
  .ImageGrid a.w-82 { width: 82%; }
  .ImageGrid a.w-83 { width: 83%; }
  .ImageGrid a.w-84 { width: 84%; }
  .ImageGrid a.w-85 { width: 85%; }
  .ImageGrid a.w-86 { width: 86%; }
  .ImageGrid a.w-87 { width: 87%; }
  .ImageGrid a.w-88 { width: 88%; }
  .ImageGrid a.w-89 { width: 89%; }
  .ImageGrid a.w-90 { width: 90%; }
  .ImageGrid a.w-91 { width: 91%; }
  .ImageGrid a.w-92 { width: 92%; }
  .ImageGrid a.w-93 { width: 93%; }
  .ImageGrid a.w-94 { width: 94%; }
  .ImageGrid a.w-95 { width: 95%; }
  .ImageGrid a.w-96 { width: 96%; }
  .ImageGrid a.w-97 { width: 97%; }
  .ImageGrid a.w-98 { width: 98%; }
  .ImageGrid a.w-99 { width: 99%; }
  .ImageGrid a.w-100 { width: 100%; } }
.ImageGrid a[data-gallery-type="external-video"] { position: relative; }
.ImageGrid a[data-gallery-type="external-video"]:before { content: ""; max-width: 100%; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: transparent url("images/play.png") no-repeat center; }
@media (min-width: 769px) { .ImageGrid a[data-gallery-type="external-video"]:before { max-width: none; } }
.ImageGrid a[data-gallery-type="external-video"].playing:before { display: none; }
.ImageGrid a[data-gallery-type="external-video"].playing img { display: none; }
.ImageGrid a[data-gallery-type="flash"] { display: none; cursor: pointer; }
.ImageGrid a[data-gallery-type="flash"]:before { content: ""; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background-color: transparent; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.ImageGrid a[data-gallery-type="flash"].visible { display: block; }
.ImageGrid a[data-gallery-type="flash"] object { width: 100%; height: 100%; }
.ImageGrid a img { width: 100%; display: block; }
.ImageGrid a iframe { display: none; }
.ImageGrid a iframe.visible { display: block; }
.ImageGrid .Small, .ImageGrid .Large { cursor: pointer; }
.ImageGrid .Large { display: none; }

.whitespace-block { display: none; }
@media (min-width: 769px) { .whitespace-block { display: block; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: transparent; } }

.Breaker { width: auto; clear: both; margin-top: 15px; margin-left: 15px; }
@media (min-width: 769px) { .Breaker { width: 550px; } }

.VideoLink { position: relative; width: 100%; display: block; float: left; padding: 2px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; }
.VideoLink img { display: block; margin: 0; width: 100%; }

.VideoLink object { outline: none; float: left; }

.VideoChaptersWrap { margin: 15px 0 10px 0; }

.VideoChaptersWrap table tr { cursor: pointer; }

.VideoChaptersWrap table td { padding: 3px 15px 3px 0; }

.VideoChapterTitle strong { font-weight: normal; text-transform: uppercase; }

.VideoChapterTime { text-align: right; }

#FBLikeIframeWrap { width: 90px; height: 40px; height: 22px; }

#FBLikeIframe { border: none; overflow: hidden; width: 100%; height: 100%; }

.NewsProject { margin: 0 0 60px 0; }

.NewsTitle { width: 185px; margin-bottom: 0; font-size: 11.5px; }

.NewsProject .TitleLink { display: block; text-decoration: underline; font-size: 15px; }

.NewsProject .ToProjectLink, .ProjectLink { text-decoration: underline; }

.NewsProjectSubtitle { font-size: 15px; }

.ImageGridNews { margin: 15px 0 10px -15px; }

.ImageGridNews a { display: block; float: left; }

.ImageGridNews img { width: 100%; max-width: 550px; vertical-align: middle; }

@-webkit-keyframes fade-in { 0% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; z-index: 1; }
  100% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; z-index: 2; } }
@-moz-keyframes fade-in { 0% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; z-index: 1; }
  100% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; z-index: 2; } }
@-ms-keyframes fade-in { 0% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; z-index: 1; }
  100% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; z-index: 2; } }
@keyframes fade-in { 0% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; z-index: 1; }
  100% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; z-index: 2; } }
@-webkit-keyframes fade-out { 0% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; z-index: 2; }
  100% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; z-index: 1; } }
@-moz-keyframes fade-out { 0% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; z-index: 2; }
  100% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; z-index: 1; } }
@-ms-keyframes fade-out { 0% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; z-index: 2; }
  100% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; z-index: 1; } }
@keyframes fade-out { 0% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; z-index: 2; }
  100% { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; z-index: 1; } }
#gallery { display: none; position: fixed; z-index: 999; top: 0; right: 0; bottom: 0; left: 0; background-color: black; text-align: center; overflow: hidden; }
#gallery.visible { display: block; }
#gallery .jump-to-start, #gallery .jump-to-end { -moz-transition: opacity 1.5s; -o-transition: opacity 1.5s; -webkit-transition: opacity 1.5s; transition: opacity 1.5s; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; left: -9999px; position: absolute; z-index: 2; top: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; }
#gallery .jump-to-start.visible, #gallery .jump-to-end.visible { left: 50%; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
#gallery .jump-to-start { background: transparent url("images/reverse.svg") no-repeat center; }
#gallery .jump-to-end { background: transparent url("images/forward.svg") no-repeat center; }
#gallery .close { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1001; width: 30px; height: 30px; top: 10px; right: 10px; padding: 0; cursor: pointer; background: transparent url("images/close.svg") no-repeat right; }
#gallery .prev, #gallery .next { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1000; top: 10%; bottom: 10%; width: 20%; cursor: pointer; }
#gallery .prev:before, #gallery .next:before { content: ""; position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; }
#gallery .prev { left: 0; }
#gallery .prev:before { left: 10px; background: transparent url("images/prev.svg") no-repeat left; }
#gallery .next { right: 0; }
#gallery .next:before { right: 10px; background: transparent url("images/next.svg") no-repeat right; }
#gallery .quality-switch { position: absolute; z-index: 2; bottom: 10px; right: 10px; line-height: 1; background-color: #000; background-color: rgba(0, 0, 0, 0.7); }
#gallery .quality-switch > div { box-sizing: border-box; width: 35px; padding: 3px; font-size: 0.8em; color: #989898; border: 1px solid #989898; border-style: none solid solid solid; cursor: pointer; text-transform: uppercase; }
#gallery .quality-switch > div:first-child { border-top-style: solid; }
#gallery .quality-switch > div.active { color: #e6e6e6; }
#gallery .gallery-element.gallery-image, #gallery .gallery-element.gallery-video, #gallery .gallery-element.gallery-flash { display: none; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
#gallery > img { max-width: 100%; max-height: 100%; }
#gallery .gallery-video { width: 100%; height: 100%; cursor: pointer; }
#gallery .gallery-video:before { content: ""; max-width: 100%; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: transparent url("images/play.png") no-repeat center; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
@media (min-width: 769px) { #gallery .gallery-video:before { max-width: none; } }
#gallery .gallery-video.playing:before { display: none; }
#gallery .gallery-video.playing > .video-container { display: block; }
#gallery .gallery-video.playing > img { display: none; }
#gallery .gallery-video > .video-container { display: none; width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
#gallery .gallery-video > img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; }
#gallery .gallery-flash { width: 100%; height: 100%; }
#gallery .gallery-flash object { width: 100%; height: 100%; }

.Nav2CategoryTitle, .TextElementSubtitle, #ProjectTeaserImageWrap, .TextElementWrap, .ProjectLink, .Breaker { margin-bottom: 15px; }

#ProjectExtras, .NewsContent { margin-bottom: 30px; }

.Category, .Nav2Category { padding-bottom: 15px; }

.NewsTitle { position: relative; left: -15px; }

.CategoryTitle h2, .Nav1List a, .Nav2CategoryTitle, .Subcategory, #FBLink { font-size: 11.5px; }

#Nav1 .Selected, #Nav1 .current, .Nav1List a:hover { text-decoration: underline; }

a, a:active, a:visited, .DefaultActionColor, .CategoryTitle, .TextElementTitle, .TextElementWrap p { color: #000; }

.ProjectImageWrap, .ImageGridNews a, .CategoryTitle h2, .Nav2CategoryTitle, .BreakerCaption, .NewsTitle { background-color: #000; }

.Yellow .ProjectImageWrap { background-color: #ffff00; }

.Category .CategoryTitlePrefix, .TextElementTitle, .Nav2ProjectTitle, .NewsProject a, .ProjectLink { border-color: #000; }

.SelectedActionColor, .TextElementSubtitle, .TextElementSubtitle a, .Nav2ProjectSubtitle, #FBLink:hover, .NewsProject .TitleLink:hover, .ToProjectLink:hover, .NewsProjectSubtitle { color: #888; }

.Category .Selected .CategoryTitlePrefix, .CategoryTitle:hover .CategoryTitlePrefix, .Nav1List a:hover .Nav1LinkPrefix, #Nav1 .Selected .Nav1LinkPrefix { border-color: #888; }
