/* border-box | content-box */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  webkit-text-size-adjust: 100%;        
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
a, a:visited {
  color: black;
}
/* @group Constants */
/* @end */
/* @group Global */
body {
  font-family: 'ralewayregular';
  font-size: 16px;
  line-height: 1;
  background-color: #111;
  color: white;
 /* -webkit-font-smoothing: antialiased;*/
}
body,
*,
a,
*:after,
*:before {
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.content * {
    color: black;
}
ul {
  font-size: 0;
  line-height: 0;
}
ul > li {
  font-size: 16px;
  line-height: 1;
}
a:visited {
  color: black;
  border: none;
}
#main {
  height: 5000px;
}
/* @end */
/* @group Mixins */
.bubble {
  position: relative;
}
.bubble .bubble-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* @end */
/* @group Controls */
.toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size:12px;
}
.toggle .on {
  display: none;
}
.toggle .off {
  display: inline;
}
.toggle.active .on {
  display: inline;
}
.toggle.active .off {
  display: none;
}
/* @end */
/* @group Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'ralewayregular';
  padding-top: 20px;
}
.header h1 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: -8px;
}
.header h1 a {
  display: block;
  width: 74px;
  height: 31px;
}
.header h1 a .label {
  display: none;
}
.header a {
  cursor: pointer;
}
.header a:hover {
  color: #df0012;
}
.header .header-nav {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.header .header-nav > li.mute {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 15px;
  margin-top: 0px;
  font-size: 18px;
}
.header .header-nav > li.mute a {
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
  text-decoration: none;
}
.header .header-nav > li.mute a:hover {
  color: white;
  text-decoration: underline;
}
.header .header-nav > li.mute {
  padding-left: 16px;
  background: url(../images/icons/sound-off.png) no-repeat -2px 0px;
}
.header .header-nav > li.mute.active {
  background: url(../images/icons/sound-on.png) no-repeat -1px 1px;
}
/* @end */
/* @group Landscape View */
.landscape-view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
}
.landscape-view > img {
  height: 100%;
}
/* @end */
/* @group Navigation */
.navigation {
  position: fixed;
  right: 0;
  top: 0;
  /*padding-top: 50px;
  padding-bottom: 50px;*/
  height: 100%;
  width: 150px;
  z-index: 999;
}
.navigation > ul > li {
  margin-top: -10px;
  /* puts items to center */

  pointer-events: none;
  position: absolute;
  z-index: 1;
  right: 0;
  white-space: nowrap;
  -webkit-transition: top 550ms ease-in-out;
  -moz-transition: top 550ms ease-in-out;
  -o-transition: top 550ms ease-in-out;
  transition: top 550ms ease-in-out;
}
.navigation > ul > li > a.title {
  font-family: 'berthold_akzidenz_groteskLtCn';
  font-size: 15px;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
  *display: none;
  -webkit-transform: translate(-5px, 0px);
  -moz-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

@-moz-document url-prefix() {
    .navigation > ul > li > a.title {
        font-weight: normal;
    }
}

.navigation:hover, .navigation.active {
  width: 310px;
}
.navigation:hover .nav-bg, .navigation.active .nav-bg {
    position: absolute;
    right: 27px;
    width: 266px;
    height: 100%;
    background-image: url(../images/nav-bar-headers-bg.png);
}
.navigation:hover > ul > li, .navigation.active > ul > li {
  pointer-events: auto;
}
.navigation:hover > ul > li > a.title, .navigation.active > ul > li > a.title {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  *display: inline;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


.navigation > ul > li:hover > a.title, .navigation > ul > li.active > a.title {
  color: #df0012;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity = 100);
}
/* @end */
/* @group Intro */
.intro, .outro {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  width: 460px;
  height: 460px;
  left: 50%;
  top: 50%;
  margin-left: -230px;
}
.intro > .content, .outro > .content {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 28px;
  margin-top: -230px;
  padding: 90px 50px;
  text-align: center;
}
.intro > .content .bubble-bg, .outro > .content .bubble-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.intro > .content > h2, .outro > .content > h2 {
  font-size: 36px;
  text-transform: uppercase;
}
.intro > .content > p, .outro > .content > p {
  margin-top: 1.75ex;
  margin-bottom: 1.5ex;
  line-height: 1.1;
}
.intro > .content > .hint, .outro > .content > .hint {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-transform: uppercase;
  background: url(../images/buttons/scroll_down.png) no-repeat 0 center;
  padding-left: 40px;
  border: none;
  text-decoration: none;
}
.intro > .content > .hint > .label, .outro > .content > .hint > .label {
  display: block;
  padding-top: 8px;
  padding-bottom: 5px;
}
.intro > .content > .hint.play, .outro > .content > .hint.play {
  background-image: url(../images/buttons/play.png);
  padding-left: 45px;
}
.intro > .content > .hint.scroll-down, .outro > .content > .hint.scroll-down {
  background-image: url(../images/buttons/scroll_down.png);
  padding-left: 0px;
  padding-bottom: 30px;
  background-position: center bottom;
}
.intro > .content > .hint.play:hover, .outro > .content > .hint.play:hover {
  background-image: url(../images/buttons/play_hover.png);
}
.intro > .content > .hint.back, .outro > .content > .hint.back {
  background-image: url(../images/buttons/back.png);
  padding-left: 45px;
}
.intro > .content > .hint.back:hover, .outro > .content > .hint.back:hover {
  background-image: url(../images/buttons/back_hover.png);
}
.intro > .content > .hint.scroll, .outro > .content > .hint.scroll {
  background-image: url(../images/buttons/scroll_left.png);
  padding-left: 45px;
}
.intro > .content > .hint.scroll > .label, .outro > .content > .hint.scroll > .label {
  background: url(../images/buttons/scroll_right.png) no-repeat right center;
  padding-right: 45px;
}
.intro.outro, .outro.outro {
  width: 280px;
  height: 280px;
  margin-left: -140px;
}
.intro.outro > .content, .outro.outro > .content {
  margin-top: -140px;
}
/* @end */
/* @group Hotspot */

.hotspot-bottom {
    color: black;
    position: fixed;
    width: 100%;
    height: 612px;
    display: block;
    bottom: -800px;
    /*display:none;*/
  -webkit-transition: bottom 0.4s ease-out, height 0.3s ease-out;
  -moz-transition: bottom 0.4s ease-out, height 0.3s ease-out;
  -o-transition: bottom 0.4s ease-out, height 0.3s ease-out;
  transition: bottom 0.4s ease-out, height 0.3s ease-out;
}

.hotspot-bottom.active {
    bottom: 0px;
    /*display:block;*/
}

.hotspot {
  position: absolute;
  top: 1200px;
}
.hotspot.left {
  left: 200px;
}
.hotspot.right {
  right: 200px;
}
.hotspot > .content {
  position: relative;
  overflow: hidden;
  width: 225px;
  height: 225px;
  margin-top: -175px;
  text-align: center;
  padding-top: 94px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.hotspot > .content .bubble-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hotspot > .content h2 {
  font-family: 'ralewayregular';
  font-size: 2.4ex;
  /*text-transform: uppercase;*/
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.hotspot > .content > .description, .hotspot > .content > .links {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
  *display: none;
  -webkit-transform: translate(0px, 50px);
  -moz-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  width: auto;
}
.hotspot > .content > .links {
  width: 303px;
}
.hotspot > .content > .description {
  margin-bottom: 2ex;
  margin-top: 3ex;
  width: auto;
  font-size: 0.85em;
  line-height: 1.10em;
}
.hotspot > .content > .description > p {
  margin-bottom: 1ex;
  line-height: 1.1;
}
.hotspot > .content > .links > span {
  margin-bottom: 1ex;
}
.hotspot > .content > .links > span > a {
  line-height: 1.25;
}
.hotspot > .content > .links > span > a:hover {
  color: black;
}
.hotspot > .content > .links > span > a:hover span {
  color: black;
}
.hotspot:hover h2, .hotspot.active h2, .hotspot.hovered h2 {
  padding: 0 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.hotspot:hover > .content, .hotspot.active > .content, .hotspot.hovered > .content {
  width: 290px;
  height: 290px;
  padding-top: 70px;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.hotspot:hover > .content > .description,
.hotspot.active > .content > .description,
.hotspot.hovered > .content > .description,
.hotspot:hover > .content > .links,
.hotspot.active > .content > .links,
.hotspot.hovered > .content > .links {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity = 100);
  *display: block;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
/* @end */
/* @group Video / Subpage */
.projekktor {
  z-index: 0;
}
a.back-link {
  z-index: 2;
  position: fixed;
  top: 15px;
  left: 15px;
  width: 38px;
  height: 38px;
  background: url(../images/buttons/back.png) no-repeat center center;
}
a.back-link > .label {
  display: none;
}
a.back-link:hover {
  background-image: url(../images/buttons/back_hover.png);
}
/* @end */
/* @group Interview */
.question {
  position: fixed;
  z-index: 2;
}
.question > .content {
  position: relative;
  overflow: hidden;
  width: 225px;
  height: 225px;
  text-align: center;
  display: table;
  *padding-top: 50px;
}
.question > .content .bubble-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.question > .content > q {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  padding: 0 20px;
}
html.video .question {
  top: 200px;
}
html.video .question.left {
  left: 50px;
}
html.video .question.right, html.video .question {
  right: 50px;
}
html.video .outro .content a {
  margin-top: 30px;
}
/* @end */
/* @group Panorama */
html.panorama {
  height: 100%;
}
html.panorama body {
  width: 100%;
  height: 100%;
}
html.panorama #dimension {
  width: 8000px;
  height: 1px;
  z-index: 100;
  pointer-events: none;
}
html.panorama .intro {
  position: fixed;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  /*top: inherit;
			bottom: 0;*/

}
html.panorama .intro .content {
  margin-top: -140px;
}
html.panorama .intro .content .hint {
  margin-top: 15px;
}
html.panorama ul > li {
  pointer-events: auto;
  top: -1000px;
}
html.panorama ul > li > .content {
  margin-left: 0px;
  margin-top: -225px;
}
html.panorama ul > li a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-family: 'DinCondensedRegular', 'Trebuchet MS', 'Garamond';
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 0px;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1.25;
}
/* @end */
/* @group Impressum */
html.impressum body {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 100px;
}
html.impressum body a:hover {
  color: #df0012;
}
html.impressum body h2 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 32px;
  font-family: 'DinCondensedRegular', 'Trebuchet MS', 'Garamond';
}
html.impressum body .overview {
  padding-top: 50px;
  font-size: 24px;
}
html.impressum body .overview p {
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.3;
  width: 500px;
  margin: 0 auto;
}
html.impressum body .overview ul {
  margin-top: 20px;
}
html.impressum body .overview ul li {
  margin-bottom: 0.5em;
}
html.impressum body .overview a {
  font-size: 24px;
}
html.impressum body dl dt, html.impressum body dl dd {
  display: inline;
  line-height: 1.1;
}
html.impressum body dl.created-by {
  margin: 0.5em 0;
}
html.impressum body dl.created-by-design, html.impressum body dl.created-by-develop {
  display: none;
}
html.impressum body .awards {
  line-height: 1.1;
}
html.impressum body .awards li {
  margin-bottom: 1em;
}
html.impressum body .awards a {
  display: block;
  text-decoration: none;
}
html.impressum body .awards .source, html.impressum body .awards .date, html.impressum body .awards .title {
  display: block;
  margin-bottom: 0.25em;
}
html.impressum body .awards .source {
  font-family: 'DinCondensedRegular', 'Trebuchet MS', 'Garamond';
}
html.impressum body .awards .title {
  display: block;
  font-size: 24px;
  text-decoration: underline;
}
html.impressum body .awards a:hover .title {
  color: #df0012;
}
html.impressum body .like {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 150px;
  overflow: hidden;
}
/* @end */
.overlay > img {
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.center {
  text-align: center;
}


/* BEGIN Phase 2 */

/* New Bubbles */
div.hotspot > .content {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
div.hotspot > .content > div.links {
    margin-top: 1.6em;
    display: block;
    font-size: 70%;
}
div.hotspot > .content > div.links > span {
    background-color: white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    color: black;
    margin: 0;
    min-width: 33px;
    width: auto;
    padding: 7px 12px 7px 12px;
}
div.hotspot > .content > div.links > span.link-meer {
    margin-left: 4px;
}
div.hotspot > .content > div.links > span.link-video {
    background-image: url(../images/buttons/play_hover.png);
    background-position: left;
    background-position-x: 0px;
    background-repeat: no-repeat;
}
div.hotspot > .content > div.links > span > a {
    font-family: 'Open Sans', 'Liberation Sans', 'DinCondensedRegular', 'Trebuchet MS', 'Garamond';
    text-decoration: none;
}
div.hotspot > .content > div.links > span > a > span {
    color: black;
    margin: 0px 2px;
}
div.hotspot > .content > div.links > span.link-video > a > span {
    padding-right: 12px;
}

div.hotspot > .content > .description {
    display: none;
    width: auto;
}

/* Preloader */
/* line 9, ../scss/style.scss */
.preloader {
  height: 100%;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: left 0s, opacity 1s;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition: left 0s 0.5s, opacity 1s;
  -o-transition: left 0s 0.5s, opacity 1s;
  transition: left 0s 0.5s, opacity 1s;
  position: fixed;
  top: 0;
  z-index: 1300;
  width: 100%;
}
/* line 20, ../scss/style.scss */
.preloader.hide {
  left: -9999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 25, ../scss/style.scss */
.preloader .content {
  left: 50%;
  margin-left: -650px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1300px;
  color: #8e8d8b;
  padding-top: 20px;
}
/* line 33, ../scss/style.scss */
.preloader .content img {
  margin-bottom: 10px;
}
.preloader .content span {
  color: #8e8d8b;
}
/* line 37, ../scss/style.scss */
.preloader .content .text {
  font-size: 70px;
  font-weight: bold;
  margin: 400px 0 100px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
}
/* line 49, ../scss/style.scss */
.optimized {
  bottom: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  color: black;
}
.optimized.left {
  bottom: 40px;
  text-align: left;
  margin-left: 20px;
  width: 50%;
  left: 0;
}
.optimized.right {
  font-family: 'DinCondensedLight', 'DinCondensedRegular', 'Trebuchet MS', 'Garamond';
  font-weight: bold;
  font-size: 18px;
  /*line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  bottom: 50px;
  text-align: right;
  margin-right: 65px;
  width: 50%;
  right: 0;
  color: #8e8d8b;
}
.optimized.right > a {
  text-decoration: none;
  color: #8e8d8b;
}
.preloader > .logo {
  text-align: center;
  padding-top: 20px;
}

.logo-page {
  z-index: 50;
}

/* Socials */
/* line 98, ../scss/style.scss */
#main > .header .socials {
  position: absolute;
  left: 115px;
  top: 12px;
  z-index: 300;
}
/* line 104, ../scss/style.scss */
#main > .header .socials a {
  background: url(../images/sprite.png) no-repeat;
  background-size: 300px;
  float: left;
  height: 26px;
  width: 26px;
}
/* line 111, ../scss/style.scss */
#main > .header .socials a.facebook {
  background-position: -152px 0;
  margin-right: 10px;
}
/* line 116, ../scss/style.scss */
#main > .header .socials a.gplus {
  background-position: -213px 0;
  margin-right: 10px;
  width: 27px;
}
/* line 122, ../scss/style.scss */
#main > .header .socials a.twitter {
  background-position: -178px 0;
}

/* Navigation */
.navigation > ul > li {
  padding-right: 45px;
}
.navigation > ul > li > .dot {
  width: 27px;
  height: 2px;
  margin-right: -45px;
  background: url(../images/nav-bar.png) transparent;
  /*background-position: -10px -5px;*/
  background-repeat: no-repeat;
  /*border: 1px solid white;*/
}
/*
.navigation > ul > li.active > .dot, .navigation > ul > li.active > .dot:hover {
  background-position: -10px -29px;
}
.navigation > ul > li > .dot:hover, .navigation > ul > li:hover > .dot {
  background-position: -10px -53px;
}*/

#nav {
  position: fixed;
  right: 0px;
  z-index: 100;
  width: 27px;
  height: 100%;
  overflow: hidden;

}
#nav #dots {
  position: absolute;
  z-index: 200;
  margin-left: 0px;
  width: 37px;
  height: 100%;
    background-image: url('../images/nav-bg.png');
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%;  
  /*background-color: white;*/
}
#nav #arrow{
    background-image: url('../images/blocks.png');
    position: fixed;
    z-index: 201;
    width: 27px;
    height: 53px;
    overflow: hidden;
}
#nav #shadow {
    position: fixed;
    /*z-index: 99;
  overflow: hidden;*/    
  width: 15px;
  right: 27px;    
  height: 100%;
  background: url('../images/nav-bar-shadow.png') transparent;    
  /*background: url('../images/arrow.png') transparent;*/
  /*background-color: none;*/
      -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%;
    -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  filter: alpha(opacity = 0.25);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);        
}


/* END Phase 2 */