html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
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,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 12px;
  line-height: 18px;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: highlight;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: highlight;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button,
table input {
  *overflow: auto;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
.fl {
  float: left !important;
  padding-top: 30px;
}
.fr {
  float: right !important;
}
.display-block {
  display: block;
}
html {
  -webkit-font-smoothing: antialiased;
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* 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;
}
.ir br {
  display: none;
}
/* 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;
  outline: none;
  border: none;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
article table{
border: 1px solid white;
}

article table td{
	border: 1px solid white;
	padding: 0px 10px;
	vertical-align: middle;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* variables */
/*macros */
/* fonts */
@font-face {
  font-family: "PFDinTextCondProMediumRegular";
  src: url("../fonts/pfdintextcondpro-medium-webfont.eot");
  src: url("../fonts/pfdintextcondpro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdintextcondpro-medium-webfont.woff") format("woff"), url("../fonts/pfdintextcondpro-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PFDinTextCondProMediumItalic";
  src: url("../fonts/pfdintextcondpro-medital-webfont.eot");
  src: url("../fonts/pfdintextcondpro-medital-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdintextcondpro-medital-webfont.woff") format("woff"), url("../fonts/pfdintextcondpro-medital-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PFDinTextCondProBold";
  src: url("./fonts/pfdintextcondpro-bold-webfont.eot");
  src: url("./fonts/pfdintextcondpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/pfdintextcondpro-bold-webfont.woff") format("woff"), url("./fonts/pfdintextcondpro-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* styles */
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 13px;
  text-transform: none;
  line-height: 1.5;
  color: #b0c1c5;
  background: #09242f url("../images/body-bg.png") center top repeat-x fixed;
}
body.bg-index {
  background: black;
}
body.fixed #top-bg {
  position: fixed;
}
body.fixed #stage-panorama {
  position: fixed;
}
body.fixed #stage-guide {
  position: fixed;
}
body.fixed #page {
  position: fixed;
  top: 0;
  z-index: 4;
}
body.fixed #bottom {
  display: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #ffffff;
}
a {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #b0c1c5;
}
.arrow {
  padding-right: 10px;
  background: url("../images/header-link-arrow.png") right center no-repeat;
}
a[rel*="external"] {
  padding-right: 12px;
  background: url("../images/link-external.png") right center no-repeat;
}
h1,
h2,
h3 {
  font-weight: normal;
}
h2 {font-size: 20px;
}
dd {
  margin: 0;
}
.nmb {
  margin-bottom: 0 !important;
}
.nmr {
  margin-right: 0 !important;
}
.vam {
  vertical-align: middle;
}
.split-8 {
  width: 460px;
  margin-right: 20px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-16 {
  font-size: 16px;
}
.font-22 {
  font-size: 22px;
}
.cond-12 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.cond-13 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #123F4E;
}
.cond-14 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.cond-16 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #123F4E;
}
.cond-18 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.cond-22 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
.cond-24 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
.cond-36 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
}
.cond-48 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 48px;
}
.cond-85 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 85px;
}
.cond-92 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 92px;
}
.cond-130 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 130px;
}
.cond-140 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 140px;
}
.color-light {
  color: #ffffff;
}
.color-blockquote {
  color: #dadfe0;
}
.color-label {
  color: #748c95;
}
.lh-1 {
  line-height: 1;
}
.relative {
  position: relative;
}
/* common elements */
button {
  display: block;
  float: left;
  height: 26px;
  padding: 0 5px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: -o-linear-gradient(top, #a4b6bb 0%, #607c85 100%);
  background: -ms-linear-gradient(top, #a4b6bb 0%, #607c85 100%);
  background: -moz-linear-gradient(top, #a4b6bb 0%, #607c85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4b6bb), color-stop(100%, #607c85));
  background: -webkit-linear-gradient(top, #a4b6bb 0%, #607c85 100%);
  background: linear-gradient(top, #a4b6bb 0%, #607c85 100%);
}
button.text {
  padding: 0 20px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.29);
}
button img {
  display: inline-block;
  margin-top: -3px;
}
button:hover,
button:active {
  background: -o-linear-gradient(top, #cde3e8 0%, #87a1a9 100%);
  background: -ms-linear-gradient(top, #cde3e8 0%, #87a1a9 100%);
  background: -moz-linear-gradient(top, #cde3e8 0%, #87a1a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cde3e8), color-stop(100%, #87a1a9));
  background: -webkit-linear-gradient(top, #cde3e8 0%, #87a1a9 100%);
  background: linear-gradient(top, #cde3e8 0%, #87a1a9 100%);
}
.lt-ie10 button {
  background: url("../images/button-bg.png") 0 0 repeat-x;
}
.lt-ie10 button:hover,
.lt-ie10 button:active {
  background-position: 0 -26px;
}
#page {
  min-height: 100%;
  background: center top no-repeat fixed;
}
#page #page-inner {
  padding-bottom: 75px;
  background: left top no-repeat fixed;
}
#page #page-inner.bg-gears-0 {
  background-image: url("../images/bg/gears00.png");
}
#page #page-inner.bg-gears-1 {
  background-image: url("../images/bg/gears01.png");
}
#page #page-inner.bg-gears-2 {
  background-image: url("../images/bg/gears02.png");
}
#page #page-inner.bg-gears-3 {
  background-image: url("../images/bg/gears03.png");
}
#page #page-inner.bg-gears-4 {
  background-image: url("../images/bg/gears04.png");
}
.bg-index #page {
  background-position: center bottom;
}
.index #top-bg {
  min-height: 770px;
}
.index #main {
  min-height: 580px;
}
.index.video-playing #top-bg {
  min-height: 0;
}
.index.video-playing #main {
  min-height: 0;
}
#top {
  position: fixed;
  width: 100%;
  z-index: 10;
}
#top .top-bg {
  background: rgba(18, 63, 78, 0.9);
  /* #123f4e */

}
#top .top-shadow {
  height: 31px;
  background: transparent;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#8a000000', endColorstr='#00000000');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.54)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
}
.lt-ie9 .top-bg {
  background: url("../images/top-bg.png") !important;
}
#bottom {
  position: relative;
  z-index: 2;
  height: 100px;
  margin-top: -105px;
  border-bottom: 5px solid #ed1c28;
}
.wrapper {
  width: 940px;
  min-height: 100%;
  margin: auto;
}
.wrapper.grid {
  background: url("../images/grid.png");
}
#top .wrapper {
  width: 960px;
  background-position: 10px top;
}
/* header */
#header {
  margin-bottom: 14px;
}
#logo {
  float: left;
  margin-top: 8px;
  padding-right: 20px;
}
#logo a,
#logo img {
  display: block;
}
#nav {
  float: left;
  width: 660px;
  margin-right: 25px;
  margin-top: 29px;
  border-bottom: 1px solid #44616a;
}
#nav .nav {
  float: left;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}
#nav .nav ul {
  margin: 0;
  padding: 0;
}
#nav .nav li,
#nav .nav li span,
#nav .nav li a {
  display: block;
}
#nav .nav li {
  float: left;
  border: 1px solid transparent;
  border-bottom: none;
}
#nav .nav li span {
  padding: 6px 8px 5px;
}
#nav .nav#nav-main li:hover,
#nav .nav#nav-main li.selected {
  border: 1px solid #44616a;
  border-bottom: none;
}
#nav .nav#nav-main li:hover span,
#nav .nav#nav-main li.selected span {
  margin-bottom: -1px;
  border-bottom: 1px solid #113b49;
}
#nav .nav#language li.selected {
  color: #506c75;
}
#nav .separator {
  float: left;
  width: 10px;
  height: 23px;
  margin-left: 10px;
  margin-top: 6px;
  border-left: 1px dotted #41585f;
}

.wh{
  margin-top: 30px;
}

/* footer */

#footer .copyright {
  float: left;
}
#footer .born-in-idea {
  display: inline-block;
  width: 71px;
  height: 5px;
  background: url("../images/born-in-idea.png") 0 0 no-repeat;
}
#footer p,
#footer ul {
  display: inline-block;
  vertical-align: middle;
}
#footer p {
  line-height: 40px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer li {
  display: block;
  float: left;
  padding: 0 12px;
  border-left: 1px solid #2e454e;
  padding-left: 25px;
  padding-right: 25px;
}
#footer li:first-child {
  border-left: none;
}
#footer li a {
  display: block;
  height: 40px;
  line-height: 40px;
}
#footer li a img {
  vertical-align: middle;
}
.bg-index #footer {
  font-size: 11px;
  color: #ffffff;
}
.bg-index #footer .born-in-idea {
  background-position: 0 -5px;
}
.bg-index #footer li {
  border-color: #91918c;
  border-color: rgba(255, 255, 255, 0.2);
}
/* main */
#main {
  margin-bottom: 80px;
  padding-top: 140px;
}
.bg-index #main {
  margin-bottom: 0 !important;
  padding-top: 116px;
  opacity: 0;
}
#sidebar {
  float: left;
  width: 210px;
  margin-right: 30px;
  padding-top: 13px;
  border-top: 4px solid #23383f;
  border-top: 4px solid rgba(255, 255, 255, 0.12);
}
#content {
  float: left;
  width: 700px;
  padding-top: 11px;
  border-top: 4px solid #23383f;
  border-top: 4px solid rgba(255, 255, 255, 0.12);
}
body.page {
  background: #000000;
}
body.page #content {
  border: none;
}
body.page #page-inner {
  position: relative;
  z-index: 2;
}
/* sidebar */
#sidebar nav {
  margin-bottom: 17px;
}
#sidebar nav a {
  display: inline-block;
  padding: 6px 13px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  background: #123f4e;
}
#sidebar nav a:hover,
#sidebar nav a:active {
  color: #ffffff;
  background: #205568;
}
#sidebar nav .nav > li {
  display: block;
  margin-bottom: 3px;
}
#sidebar nav li > ul {
  display: none;
}
#sidebar nav li.expanded ul {
  display: block;
  background: #09212c;
}
#sidebar nav li.expanded a {
  display: block;
  border-top: 1px solid #103441;
}
#sidebar nav li.expanded li a {
  margin: 0 13px;
  padding-left: 10px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 13px;
  text-transform: none;
  background-color: transparent;
  color: #a5b8bd;
}
#sidebar nav li.expanded li a:hover,
#sidebar nav li.expanded li a:active {
  color: #ffffff;
}
#sidebar nav li.expanded li.selected {
  background: url("../images/sidebar-nav-arrow.png") 15px center no-repeat;
}
#sidebar nav li.expanded li.selected a {
  color: #ffffff;
}
#sidebar nav li.expanded > a {
  border-top: none;
  background: #09212c;
}
#newsletter {
  padding: 13px;
  background: -webkit-radial-gradient(-50% -50%, ellipse cover, #123947 0%, #0b2834 70%);
  background: -moz-radial-gradient(-50% -50%, ellipse cover, #133948 0%, #0b2834 70%);
  background: -ms-radial-gradient(-50% -50%, ellipse cover, #133948 0%, #0b2834 70%);
  background: -o-radial-gradient(-50% -50%, ellipse cover, #133948 0%, #0b2834 70%);
  background: radial-gradient(-50% -50%, ellipse cover, #133948 0%, #0b2834 70%);
  background: #0b2834;
}
#newsletter p {
  margin-bottom: 7px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
#newsletter p strong {
  font-size: 21px;
  font-weight: normal;
}
#newsletter label {
  display: block;
  font-size: 11px;
  color: #748c95;
}
#newsletter input {
  display: block;
  float: left;
  width: 140px;
  height: 20px;
  margin-right: 3px;
}
/* dropdown menu */
#nav-extended article {
  margin-top: 30px;
  margin-bottom: 30px;
}
#nav-extended .columns .column {
  float: left;
  min-height: 210px;
  padding: 7px 20px 7px 10px;
  border-right: 1px solid #506c75;
}
#nav-extended .columns .column.width-152 {
  width: 152px;
}
#nav-extended .columns .column.width-162 {
  width: 162px;
}
#nav-extended .columns .column.width-380 {
  width: 380px;
}
#nav-extended .columns .column.width-133 {
  width: 133px;
}
#nav-extended .columns .column.width-159 {
  width: 159px;
}
#nav-extended .columns .column.last {
  border-right: none;
}
#nav-extended h2 {
  margin-bottom: 2px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
}
#nav-extended a {
  font-size: 11px;
}
#nav-extended blockquote {
  position: relative;
  width: 340px;
  margin: -10px 0 5px;
  padding: 23px 20px 15px 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
  border-bottom: 1px solid #ed1c28;
  color: #ffffff;
  background: url("../images/header-blockquote-border.png") left top no-repeat;
}
#nav-extended blockquote:before,
#nav-extended blockquote:after {
  position: absolute;
  font-size: 30px;
  font-style: normal;
  line-height: 1;
  color: #506c75;
}
#nav-extended blockquote:before {
  content: "\00ab";
  left: 0;
  top: 15px;
}
#nav-extended blockquote:after {
  content: "\00bb";
  right: 0;
  bottom: 0;
}
#nav-extended ul {
  margin-top: 3px;
  padding: 0;
  list-style: none;
}
#nav-extended ul li {
  margin-bottom: 6px;
  padding-left: 20px;
  line-height: 18px;
  background: url("../images/header-list-bullet.png") 0 5px no-repeat;
}
#nav-extended ul li a {
  font-size: 16px;
}
#nav-extended .open .cond-22 {
  line-height: 24px;
  text-transform: none;
  color: #ffffff;
}
#nav-extended .open .cond-36 {
  position: relative;
  text-transform: none;
  letter-spacing: -2px;
  color: #ffffff;
}
#nav-extended .open .cond-36 sup {
  position: absolute;
  right: -5px;
  top: 13px;
  font-size: 11px;
  letter-spacing: 0;
}
#nav-extended .location img {
  display: block;
  margin-bottom: 6px;
}
#nav-extended .location .cond-22 {
  letter-spacing: -1px;
  white-space: nowrap;
}
#nav-extended article.visit .column {
  min-height: 240px;
}
#nav-extended article.visit .tickets .ticket {
  width: 153px;
  height: 66px;
  margin: 2px 0;
  padding-left: 6px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  line-height: 66px;
  color: #123a48;
  background: url("../images/ticket.png") left top no-repeat;
}
#nav-extended article.visit .tickets .ticket sup {
  position: relative;
  top: -33px;
  font-size: 14px;
  text-transform: none;
}
#nav-extended article.visit .tickets button {
  margin: 10px 0;
}
#nav-extended article.visit .discount .border {
  margin-bottom: 6px;
  padding: 11px;
  border: 1px dashed #ed1c28;
}
#nav-extended article.visit .discount .font-16 {
  margin-bottom: 6px;
}
#nav-extended article.visit .discount .font-12 {
  color: #8facb6;
}
#nav-extended article.visit .discount p {
  text-transform: none;
}
#nav-extended article.gallery .column {
  min-height: 0;
}
#nav-extended article.gallery .image,
#nav-extended article.gallery img {
  display: block;
}
/* stage */
#stage.intro {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
}
#stage.intro object {
  display: block;
}
#stage.intro .wrapper {
  position: relative;
  min-height: 0;
  top: 140px;
}
#stage.intro .skip {
  display: block;
  position: absolute;
  right: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#stage.intro .skip:hover,
#stage.intro .skip:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#stage.intro .skip img {
  display: block;
}
#stage-panorama {
  height: 100%;
  min-height: 770px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#stage-panorama .panorama-flash-container {
  min-height: 770px;
  height: 100%;
  left: 0;
}
#stage-panorama object {
  display: block;
  min-height: 770px;
}
#stage-guide {
  width: 100%;
  height: 595px;
  margin-top: -280px;
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
}
#stage-guide.small {
  width: 220px;
  height: 220px;
  margin-top: 0;
  top: 125px;
}
#stage-guide #guide {
  overflow: hidden;
}
#stage-guide #guide #guide-flash,
#stage-guide #guide #guide-image {
  float: right;
}
#stage-guide #guide #guide-image {
  outline: none;
}
#stage-guide #guide .carriage {
  position: relative;
}
#stage-guide #guide-small {
  width: 220px;
  height: 220px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#stage-guide #guide-small #guide-image {
  display: block;
  width: 220px;
  height: 220px;
  outline: none;
  background: url("../images/tour/robot-open.png") left top no-repeat;
}
#stage-guide #guide-small .carriage {
  position: relative;
}
.flash #stage-guide #guide-image {
  display: none;
}
#stage-tour.tour .scene-wrapper {
  width: 100%;
  height: 550px;
  position: absolute;
  top: 134px;
  z-index: 5;
  overflow: hidden;
}
#stage-tour.tour .carriage {
  position: absolute;
  width: 100%;
  height: 100%;
}
#stage-tour.tour .scene-container {
  width: 100%;
  height: 100%;
  margin-left: 500px;
  position: absolute;
  left: 50%;
  background: url("../images/tour/opacity-90.png");
}
#stage-tour.tour .scene {
  width: 1000px;
  height: 100%;
  position: absolute;
  left: -1000px;
}
#stage-tour.tour .robot-container {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 4;
}
#stage-tour.tour .scene-content {
  width: 900px;
  height: 550px;
  margin-left: 100px;
  position: relative;
  z-index: 5;
  background: url("../images/tour/opacity-90.png");
}
#stage-tour.tour .body {
  height: 490px;
  padding: 30px;
  padding-right: 0;
}
.no-flash #guide a {
  display: block;
}
.video-playing #stage-guide,
.video-playing #stage-tour {
  display: none;
}
#stage-exhibit {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
}
#top-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
}
#top-bg img {
  display: block;
  position: absolute;
  bottom: 0;
}
/* random elements */
#content .ico.vk,
#content .ico.fb {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/sprites.png") no-repeat;
}
#content .ico.vk {
  background-position: -226px -121px;
}
#content .ico.vk:hover,
#content .ico.vk:active {
  background-position: -226px -151px;
}
#content .ico.fb {
  background-position: -256px -121px;
}
#content .ico.fb:hover,
#content .ico.fb:active {
  background-position: -256px -151px;
}
#content .date {
  margin-bottom: 9px;
}
#content .date a {
  display: inline-block;
  clear: both;
}
#content .date .day {
  display: inline-block;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1;
  color: #ffffff;
}
#content .date .month {
  display: inline-block;
  font-size: 11px;
  color: #748c95;
}
#content >  h2 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}

/* header */
#content > header {
  margin-bottom: 30px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.12);
}
#content > header #breadcrumbs {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #527c8a;
}
#content > header h1 {
  margin-bottom: 15px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
#content > header ul {
  display: block;
  float: right;
  margin: 0;
  margin-top: -7px;
  padding: 0;
  list-style: none;
}
#content > header ul li {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  background: url("../images/sprites.png") no-repeat;
}
#content > header ul li.rides {
  background-position: 0 -121px;
}
#content > header ul li.restored {
  background-position: -75px -121px;
}
#content > header ul li.in-store {
  background-position: -150px -121px;
}
/* columns */
#content .columns .column {
  float: left;
  width: 220px;
  margin-right: 20px;
}
#content .columns .column.wide {
  width: 460px;
}
#content .columns .column.wide.no-margin {
  width: 480px;
  margin-right: 0;
}
#content .columns .column.last {
  margin-right: 0;
}
#content .columns .column.right {
  width: 200px;
  margin-right: 0;
  padding-left: 20px;
}
#content > section {
  margin-bottom: 25px;
}
/* gallery */
section.gallery {
  position: relative;
}
section.gallery img {
  display: block;
}
section.gallery .nav {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 510;
  top: 158px;
  background: url("../images/sprites.png") no-repeat;
}
section.gallery .nav.prev {
  left: 0;
  background-position: -729px -28px;
}
section.gallery .nav.prev:hover,
section.gallery .nav.prev:focus {
  background-position: -729px -58px;
}
section.gallery .nav.next {
  right: 0;
  background-position: -759px -28px;
}
section.gallery .nav.next:hover,
section.gallery .nav.next:focus {
  background-position: -759px -58px;
}
section.gallery .items {
  overflow: hidden;
}
section.gallery .items-container {
  overflow: auto;
}
section.gallery .item {
  float: left;
}
section.gallery .info {
  padding: 1px 8px;
  position: absolute;
  right: 0;
  bottom: 10px;
  background: white;
}
section.gallery .info .caption {
  display: block;
  margin-right: 50px;
  padding: 5px 0;
  font-size: 11px;
  color: #666666;
}
section.gallery .info .count {
  display: block;
  float: right;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #123f4e;
}
/* about */
section.about {
  background: #113d4c;
}
section.about aside div {
  padding: 16px;
  padding-left: 0;
}
section.about aside .name {
  margin-bottom: 3px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
/* text */
section.text h3 {
  margin-bottom: 7px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
}
section.text p {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 14px;
}
section.text p.em {
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
}
section.text p.sns {
  line-height: 29px;
}
section.text p.sns a {
  vertical-align: top;
}
section.text blockquote {
  position: relative;
  margin: 5px 30px;
  color: #dadfe0;
}
section.text blockquote:before,
section.text blockquote:after {
  position: absolute;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
section.text blockquote:before {
  content: "\00ab";
  left: -30px;
  top: 0;
}
section.text blockquote:after {
  content: "\00bb";
  right: -30px;
  bottom: 0;
}
section.text aside p {
  margin-bottom: 0;
}
/* discount */
section.discounts article {
  margin-bottom: 20px;
  background: white;
}
section.discounts a {
  display: block;
}
section.discounts img {
  display: block;
  float: left;
}
section.discounts em,
section.discounts strong {
  font-style: normal;
  color: #ed1f2b;
}
section.discounts .text-container {
  float: left;
  width: 335px;
  min-height: 80px;
  line-height: 80px;
  padding: 20px;
  border-right: 1px dashed #9db6be;
}
section.discounts .text {
  display: inline-block;
  vertical-align: middle;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #103b49;
}
section.discounts .text p {
  margin-bottom: 18px;
  line-height: 18px;
  vertical-align: center;
}
section.discounts .expires {
  float: left;
  width: 164px;
  min-height: 80px;
  padding: 20px;
  font-size: 11px;
  line-height: 80px;
  color: #666666;
}
section.discounts .expires p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}
/* details */
section.details h2 {
  margin-bottom: 6px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
}
section.details dl {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 3px solid #2b454f;
  border-bottom: 3px solid rgba(255, 255, 255, 0.12);
}
section.details dl.bt {
  border-top: 1px solid #2b454f;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
section.details dt,
section.details dd {
  float: left;
  padding: 8px 0;
  border-bottom: 1px solid #2b454f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  line-height: 22px;
}
section.details dt {
  width: 280px;
  padding-right: 20px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
}
section.details dd {
  width: 400px;
  font-size: 17px;
}
/* calendar */
section.calendar h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
section.calendar .date {
  padding-bottom: 19px;
  border-bottom: 1px solid #123f4e;
}
section.calendar .date.last {
  border-bottom: none;
}
section.calendar a.arrow:link {
  color: #dadfe0;
}
/* events */
section.events .item {
  float: left;
  width: 220px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: white;
}
section.events .item.last {
  margin-right: 0;
}
section.events .item .text {
  padding: 2px 10px;
}
section.events .item img {
  display: block;
}
section.events .item .title {
  clear: both;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #113c4a;
}
section.events .item .date {
  font-size: 11px;
  color: #748c95;
}
section.events .item a:hover,
section.events .item a:focus {
  text-decoration: none;
}
section.events .item a:hover .title,
section.events .item a:focus .title {
  text-decoration: underline;
}
/* companies */
section.companies .item {
  margin-bottom: 50px;
}
section.companies .item img {
  display: block;
  float: left;
  margin-right: 20px;
}
section.companies .item .text {
  float: left;
  width: 520px;
}
section.companies .item h2 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
section.companies .item em {
  display: block;
  margin-bottom: 10px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  color: #5c7b84;
}
section.companies .item p {
  color: #d4e2e6;
}
section.companies .item .link {
  display: inline-block;
  margin-top: 14px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* comments */
section.comments .item {
  margin-bottom: 34px;
}
section.comments .item header {
  margin-bottom: 7px;
  padding-bottom: 4px;
  font-size: 11px;
  background: url("../images/comments-hr.png") left bottom no-repeat;
}
section.comments .item header strong {
  display: block;
  font-weight: normal;
  color: #ffffff;
}
section.comments .item header span {
  display: block;
  color: #7d98a1;
}
section.comments .item p {
  color: #d9e8ec;
  margin-bottom: 20px;
}
/* collection */
section.collection .tabs {
  padding-bottom: 28px;
  border-bottom: 4px solid #273f48;
  border-bottom: 4px solid rgba(255, 255, 255, 0.12);
}
section.collection .tabs .tab {
  float: left;
  position: relative;
  width: 110px;
  min-height: 140px;
  margin-right: 7px;
  padding: 9px 0;
  text-align: center;
  border-right: 1px solid #375662;
}
section.collection .tabs .tab.selected,
section.collection .tabs .tab.selected a {
  color: #051821;
  background: white;
}
section.collection .tabs .tab.selected:after {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 7px;
  left: 29px;
  bottom: -7px;
  background: url("../images/sprites.png") -697px -20px no-repeat;
}
section.collection .tabs .tab.last {
  margin-right: 0;
  border-right: none;
}
section.collection .tabs .tab a {
  display: block;
  color: #ffffff;
}
section.collection .tabs .tab i.ico {
  display: block;
  width: 50px;
  height: 40px;
  margin: auto;
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
}
section.collection .tabs .tab .ico-0 {
  background-position: -30px -40px;
}
section.collection .tabs .tab .ico-1 {
  background-position: -147px -40px;
}
section.collection .tabs .tab .ico-2 {
  background-position: -263px -40px;
}
section.collection .tabs .tab .ico-3 {
  background-position: -380px -40px;
}
section.collection .tabs .tab .ico-4 {
  background-position: -494px -40px;
}
section.collection .tabs .tab .ico-5 {
  background-position: -612px -40px;
}
section.collection .tabs .tab.selected .ico-0 {
  background-position: -30px 0;
}
section.collection .tabs .tab.selected .ico-1 {
  background-position: -147px 0;
}
section.collection .tabs .tab.selected .ico-2 {
  background-position: -263px 0;
}
section.collection .tabs .tab.selected .ico-3 {
  background-position: -380px 0;
}
section.collection .tabs .tab.selected .ico-4 {
  background-position: -494px 0;
}
section.collection .tabs .tab.selected .ico-5 {
  background-position: -612px 0;
}
section.collection .tabs .tab a:hover .ico-0,
section.collection .tabs .tab a:focus .ico-0 {
  background-position: -30px -80px;
}
section.collection .tabs .tab a:hover .ico-1,
section.collection .tabs .tab a:focus .ico-1 {
  background-position: -147px -80px;
}
section.collection .tabs .tab a:hover .ico-2,
section.collection .tabs .tab a:focus .ico-2 {
  background-position: -263px -80px;
}
section.collection .tabs .tab a:hover .ico-3,
section.collection .tabs .tab a:focus .ico-3 {
  background-position: -380px -80px;
}
section.collection .tabs .tab a:hover .ico-4,
section.collection .tabs .tab a:focus .ico-4 {
  background-position: -494px -80px;
}
section.collection .tabs .tab a:hover .ico-5,
section.collection .tabs .tab a:focus .ico-5 {
  background-position: -612px -80px;
}
section.collection .tabs .tab .count {
  display: inline-block;
  margin-bottom: -5px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
}
section.collection .tabs .tab .title {
  display: inline-block;
  line-height: 1;
  color: #748c95;
}
section.collection .tabs .tab.selected .title {
  color: #051821;
}
section.collection .sort {
  margin: 10px 0;
  color: #ffffff;
}
section.collection .sort .inline-dd-widget {
  display: inline-block;
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: default;
}
section.collection .sort .inline-dd-widget ul {
  list-style: none;
  margin: 0;
  margin-left: -10px;
  padding: 10px;
  color: #ffffff;
  background: #123f4e;
}
section.collection .sort .inline-dd-widget.hover ul {
  position: absolute;
  -left: 0;
  -top: 0;
  z-index: 400;
}
section.collection .items .item {
  float: left;
  position: relative;
  width: 160px;
  height: 125px;
  margin-right: 20px;
  margin-bottom: 20px;
}
section.collection .items .item.last {
  margin-right: 0;
}
section.collection .items .item img {
  display: block;
}
section.collection .items .item .overlay {
  position: absolute;
  width: 162px;
  height: 127px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
section.collection .items .item .overlay .c {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../images/collection-corners.png") no-repeat;
}
section.collection .items .item .overlay .c.tl {
  left: 0;
  top: 0;
  background-position: 0 0;
}
section.collection .items .item .overlay .c.tr {
  right: 0;
  top: 0;
  background-position: -10px 0;
}
section.collection .items .item .overlay .c.br {
  right: 0;
  bottom: 0;
  background-position: -10px -10px;
}
section.collection .items .item .overlay .c.bl {
  left: 0;
  bottom: 0;
  background-position: 0 -10px;
}
section.collection .items .item .overlay a {
  display: block;
  position: relative;
  width: 140px;
  margin-left: 1px;
  margin-top: 1px;
  padding: 10px;
  font-size: 11px;
  background: black;
  opacity: 0.001;
}
section.collection .items .item .overlay a span {
  display: none;
}
section.collection .items .item .overlay a i.ico-zoom {
  display: none;
  float: right;
  position: absolute;
}
section.collection .items .item .overlay a.top {
  height: 43px;
}
section.collection .items .item .overlay a.top i.ico-zoom {
  width: 19px;
  height: 19px;
  right: 10px;
  top: 10px;
  background: url("../images/sprites.png") -697px 0 no-repeat;
}
section.collection .items .item .overlay a.bottom {
  height: 42px;
  margin-top: 0;
  text-align: center;
}
section.collection .items .item .overlay a.bottom i.ico-zoom {
  width: 16px;
  height: 16px;
  right: 10px;
  bottom: 10px;
  background: url("../images/sprites.png") -736px 0 no-repeat;
}
section.collection .items .item .overlay a:hover,
section.collection .items .item .overlay a:focus {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
section.collection .items .item .overlay a:hover span,
section.collection .items .item .overlay a:focus span {
  display: inline;
}
section.collection .items .item .overlay a:hover i.ico-zoom,
section.collection .items .item .overlay a:focus i.ico-zoom {
  display: block;
}
.lt-ie9 section.collection .items .overlay a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}
.lt-ie9 section.collection .items .overlay a:hover,
.lt-ie9 section.collection .items .overlay a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  color: white;
  background: black;
}
/* pagination */
footer.pagination {
  padding-top: 12px;
  text-align: center;
  border-top: 1px solid #44616a;
}
footer.pagination ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
footer.pagination ul li {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  font-size: 15px;
  font-weight: bold;
  color: #748c95;
}
footer.pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
footer.pagination ul li.active {
  height: 23px;
  margin-top: -1px;
  padding-top: 2px;
  border: 1px solid #214652;
  color: #ffffff;
}
footer.pagination a {
  display: inline-block;
  line-height: 25px;
  color: #748c95;
}
footer.pagination a:hover,
footer.pagination a:active {
  color: #ffffff;
}
footer.pagination .prev {
  float: left;
}
footer.pagination .next {
  float: right;
}
footer.pagination i {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #214652;
  vertical-align: middle;
  background: url("../images/sprites.png") no-repeat;
}
footer.pagination .prev i {
  margin-right: 10px;
  background-position: -697px -91px;
}
footer.pagination .prev:hover i,
footer.pagination .prev:active i {
  background-position: -697px -116px;
}
footer.pagination .next i {
  margin-left: 10px;
  background-position: -723px -91px;
}
footer.pagination .next:hover i,
footer.pagination .next:active i {
  background-position: -723px -116px;
}
aside.open h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
aside.open dl {
  margin-bottom: 20px;
  line-height: 1;
}
aside.open dl dt {
  font-size: 12px;
  color: #748c95;
  padding-top: 7px;
  padding-bottom: 3px;
}
aside.open dl dd {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  font-size: 26px;
  color: #ffffff;
}
aside.open dl dd small {
  font-size: 20px;
}
aside.open .menu {
  margin-bottom: 30px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}
aside.open .menu img,
aside.open .menu a {
  display: block;
  float: left;
}
aside.open .menu img {
  margin-right: 7px;
}
aside.open .menu a {
  width: 156px;
  margin-top: 6px;
}
aside.open .menu b {
  font-weight: normal;
  color: #748c95;
}
aside.open footer {
  padding-top: 6px;
  font-size: 11px;
  border-top: 1px solid #0b2e3c;
}
aside.border {
  width: 199px !important;
  border-left: 1px solid #44616a;
}
aside.exposition sup {
  position: relative;
  top: -25px;
}
aside.exposition .exhibit {
  display: inline-block;
  margin-top: -14px;
}
/* aside calendar */
aside.calendar h2 {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #a9c0c9;
}
aside.calendar .date {
  margin-bottom: 12px;
}
aside.calendar .date .day {
  font-size: 95px;
}
/* aside comment form */
aside.comment-form {
  width: 220px !important;
  padding: 0 !important;
}
aside.comment-form .bg {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #113d4b;
}
aside.comment-form .triangle {
  width: 21px;
  height: 20px;
  margin-left: 13px;
  margin-bottom: 9px;
  background: url("../images/comments-form-triangle.png") left top no-repeat;
}
aside.comment-form h2 {
  padding: 0 10px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
aside.comment-form h2 span {
  display: inline-block;
  font-size: 14px;
}
aside.comment-form button {
  padding: 0 19px;
}
aside.comment-form p {
  padding: 0 0 10px;
  font-size: 11px;
  color: #b0c1c5;
}
aside.comment-form .field {
  padding: 0 10px;
}
aside.comment-form .field label {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #b0c1c5;
}
aside.comment-form .field input,
aside.comment-form .field textarea {
  width: 190px;
  margin-bottom: 8px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-left-color: #c2c1c1;
  border-top-color: #c2c1c1;
  border-right-color: #fff;
  border-bottom-color: #fff;
  -moz-box-shadow: inset 1px 1px 0 #eaeaea;
  -webkit-box-shadow: inset 1px 1px 0 #eaeaea;
  box-shadow: inset 1px 1px 0 #eaeaea;
}
aside.comment-form .field.error input,
aside.comment-form .field.error textarea {
  margin-bottom: 0;
  border-color: #ef333e;
  background: #ffc2cd;
  -moz-box-shadow: inset 1px 1px 0 #eabcc5;
  -webkit-box-shadow: inset 1px 1px 0 #eabcc5;
  box-shadow: inset 1px 1px 0 #eabcc5;
}
aside.comment-form .field.error .message {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: bold;
  color: #ed1c28;
}
aside.comment-form .field textarea {
  min-height: 200px;
}
/* modal */
.modal-widget .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: .9;
  z-index: 500;
}
.modal-widget section.gallery {
  position: absolute;
  width: 700px;
  height: 365px;
  z-index: 501;
}
.modal-widget section.gallery iframe {
  position: relative;
  z-index: 502;
}
.modal-widget .close {
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  left: 0;
  top: 0;
  background: url("../images/sprites.png") -697px -28px no-repeat;
  z-index: 510;
}
.modal-widget .close:hover,
.modal-widget .close:focus {
  background-position: -697px -59px;
}
/* quiz */
.js .tour.w-tour-uninitialized {
  display: none;
}
.tour .robot-container a {
  display: block;
  outline: none;
}
.tour .robot-container .robot {
  width: 220px;
  height: 220px;
  background: url("../images/tour/robot-close.png") left top no-repeat;
}
.tour .scene-content .robot-hand {
  width: 13px;
  height: 29px;
  position: absolute;
  z-index: 6;
  left: 0;
  top: 203px;
  background: url("../images/tour/robot-hand.png") left top no-repeat;
}
.tour .likes p {
  margin-bottom: 7px;
}
.tour .likes .like {
  display: inline-block;
}
.tour .likes .like:first-child {
  margin-right: 3px;
  padding-right: 7px;
  border-right: 1px dotted #9db6be;
}
.tour .map {
  float: left;
  width: 550px;
  position: relative;
}
.tour .map ul.nav {
  margin: 0;
  margin-bottom: 35px;
  padding: 0;
  list-style: none;
}
.tour .map ul.nav li {
  display: block;
  float: left;
  margin: 0 3px;
}
.tour .map ul.nav a {
  display: block;
  width: 39px;
  height: 34px;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #123f4e;
  background: url("../images/tour/floor-bg.png") -39px 0 no-repeat;
}
.tour .map ul.nav li.selected a {
  color: white;
  background-position: 0 0;
}
.tour .map ul.nav .n {
  display: block;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.tour .map ul.nav small {
  display: block;
  margin-top: -1px;
  font-size: 9px;
}
.tour .map ul.nav .ico-yard {
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url("../images/tour/ico-yard.png") left top no-repeat;
}
.tour .map .maps .item {
  width: 550px;
  height: 350px;
  position: absolute;
}
.tour .map .maps .item img {
  position: absolute;
}
.tour .map .maps .item .place {
  display: block;
  width: 30px;
  height: 32px;
  position: absolute;
  background: url("../images/tour/map-place.png") left top no-repeat;
}
.tour .map .maps .item .text {
  position: absolute;
  font-size: 11px;
  color: #999999;
}
.tour .map .maps .item .text strong {
  color: #123f4e;
}
.tour .map .maps .item-0 img {
  top: 60px;
}
.tour .map .maps .item-0 .place-0 {
  left: 110px;
  top: 130px;
}
.tour .map .maps .item-0 .place-1 {
  left: 267px;
  top: 145px;
}
.tour .map .maps .item-0 .text-0 {
  left: 118px;
  top: 217px;
}
.tour .map .maps .item-1 img {
  top: 60px;
}
.tour .map .maps .item-1 .place-0 {
  left: 107px;
  top: 128px;
}
.tour .map .maps .item-1 .place-1 {
  left: 195px;
  top: 168px;
}
.tour .map .maps .item-1 .place-2 {
  left: 360px;
  top: 118px;
}
.tour .map .maps .item-1 .text-0 {
  left: 285px;
  top: 63px;
}
.tour .map .maps .item-2 img {
  top: 60px;
}
.tour .map .maps .item-2 .place-0 {
  left: 120px;
  top: 163px;
}
.tour .map .maps .item-2 .place-1 {
  left: 390px;
  top: 82px;
}
.tour .map .maps .item-2 .place-2 {
  left: 447px;
  top: 195px;
}
.tour .map .maps .item-2 .text-0 {
  left: 170px;
  top: 132px;
  width: 300px;
}
.tour .map .maps .item-2 .text-1 {
  left: 302px;
  top: 220px;
}
.tour .map .maps .item-3 .place-0 {
  left: 518px;
  top: 157px;
}
.tour .map .maps .item-3 .place-1 {
  left: 145px;
  top: 280px;
}
.tour .map .maps .item-3 .place-2 {
  left: 335px;
  top: 280px;
}
.tour .map .maps .item-3 .place-3 {
	top: 160px;
	left: 330px;
}
.tour .map .maps .item-3 .place-4 {
	top: 160px;
	left: 425px;
}
.tour .map .maps .item-3 .text-0 {
  width: 210px;
  left: 27px;
  top: 55px;
}
.tour .map .maps .item-3 .text-1 {
  width: 200px;
  left: 290px;
  top: 50px;
}
.tour .map .maps .item-3 .text-2 {
  left: 45px;
  top: 153px;
}
.tour .map .maps .item-3 .text-3 {
  width: 120px;
  left: 380px;
  top: 202px;
}
.tour .map .maps .item-3 .text-4 {
  width: 130px;
  left: 380px;
  top: 315px;
}
.tour .sidebar {
  float: left;
  width: 259px;
  height: 100%;
  margin-left: 15px;
  padding-left: 18px;
  border-left: 4px solid #123f4e;
}
.tour .sidebar .block {
  padding: 20px 0;
  border-bottom: 1px solid #9db6be;
}
.tour .sidebar .block p {
  margin: 0;
  line-height: 1;
  color: #123f4e;
}
.tour .sidebar .progress {
  padding-bottom: 0;
}
.tour .sidebar .likes p {
  margin-bottom: 7px;
}
.tour .sidebar .buttons {
  border-bottom: none;
}
.tour .sidebar .buttons .button {
  display: block;
  margin-bottom: 2px;
  padding: 8px 12px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background: #123f4e;
}
.tour .sidebar .buttons .button .ico-play,
.tour .sidebar .buttons .button .ico-star {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url("../images/tour/ico-buttons.png") no-repeat;
}
.tour .sidebar .buttons .button .ico-play.ico-play,
.tour .sidebar .buttons .button .ico-star.ico-play {
  background-position: 0 0;
}
.tour .sidebar .buttons .button .ico-play.ico-star,
.tour .sidebar .buttons .button .ico-star.ico-star {
  background-position: 0 -24px;
}
.tour .sidebar .buttons .button .label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  border-left: 1px solid #1c6077;
  line-height: 1;
}
.tour .sidebar .buttons .button .label.simple {
  line-height: 36px;
}
.tour .sidebar .buttons .button .label small {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  text-transform: none;
  color: #99cccc;
}
.tour .quiz-container {
  padding-left: 27px;
}
.tour .quiz-container h1 {
  margin-bottom: 30px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  color: #123f4e;
}
.tour .quiz-container h3 {
  font-size: 20px;
  line-height: 1.25;
  color: #123f4e;
}
.tour .quiz-container .question-number {
  width: 54px;
  height: 56px;
  padding-top: 10px;
  position: absolute;
  left: -20px;
  text-align: center;
  line-height: 1;
  background: #123f4e;
}
.tour .quiz-container .question-number .label {
  font-size: 11px;
  color: #b0c1c5;
}
.tour .quiz-container .question-number .n {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: white;
}
.tour .quiz-container .question-number .ico-count-badge {
  display: inline-block;
  width: 17px;
  height: 33px;
  margin-top: 6px;
  background: url("../images/tour/ico-count-badge.png") left top no-repeat;
}
.tour .quiz-container .question .ico-answer-bad,
.tour .quiz-container .question .ico-answer-ok,
.tour .quiz-container .question .ico-answer-question,
.tour .quiz-container .question .ico-answer-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url("../images/tour/ico-quiz.png") no-repeat;
}
.tour .quiz-container .question .ico-answer-bad {
  width: 29px;
  height: 30px;
  background-position: 0 0;
}
.tour .quiz-container .question .ico-answer-ok {
  width: 38px;
  height: 30px;
  background-position: -31px 0;
}
.tour .quiz-container .question .ico-answer-question {
  vertical-align: baseline;
  width: 11px;
  height: 15px;
  background-position: -71px -15px;
}
.tour .quiz-container .question .ico-answer-arrow {
  width: 16px;
  height: 13px;
  background-position: -71px 0;
}
.tour .quiz-container .question input {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  outline: none;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.tour .quiz-container .question label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.25;
}
.tour .quiz-container .question input + label:before {
  content: "";
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  cursor: pointer;
  background: url("../images/tour/quiz-radio.png") no-repeat;
  background-position: 0 -22px;
}
.tour .quiz-container .question input.checked + label:before {
  background-position: 0 0;
}
.tour .quiz-container .question .answer {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  color: #123f4e;
}
.tour .quiz-container .question .answer a {
  color: #123f4e;
}
.tour .quiz-container .question .answer span {
  display: inline-block;
}
.tour .quiz-container .question .answer span:first-child {
  margin-right: 30px;
}
.tour .quiz-container .question .answer .fail {
  color: #ed1c28;
}
.tour .quiz-container .question .answer .ok {
  color: #3e6776;
}
.tour .quiz-container .question .buttons {
  width: 100%;
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
}
.tour .quiz-container .question .buttons button {
  width: 100%;
  height: 51px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0 2px 1px 0 #c7c7c7;
  -webkit-box-shadow: 0 2px 1px 0 #c7c7c7;
  box-shadow: 0 2px 1px 0 #c7c7c7;
  font-size: 16px;
  color: white;
  background: #205568;
}
.tour .quiz-container .question .buttons button .ico-answer-arrow {
  vertical-align: baseline;
  margin-left: 8px;
}
.tour .quiz-container.v-1 .picture {
  float: left;
}
.tour .quiz-container.v-1 .picture img {
  display: block;
}
.tour .quiz-container.v-1 .question {
  float: left;
  width: 305px;
  height: 290px;
  margin-left: 25px;
  padding-top: 18px;
  position: relative;
  border-top: 4px solid #123f4e;
  border-bottom: 1px solid #123f4e;
}
.tour .quiz-container.v-1 .question .text {
  margin-bottom: 26px;
}
.tour .quiz-container.v-1 .question ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}
.tour .quiz-container.v-1 .question li {
  padding: 7px 10px 4px;
  border-bottom: 1px solid transparent;
}
.tour .quiz-container.v-1 .question li.selected {
  border-bottom-color: #d0d5d7;
  background: white;
}
.tour .quiz-container.v-2 .text {
  width: 630px;
  margin-bottom: 36px;
}
.tour .quiz-container.v-2 .choice {
  width: 300px;
  float: left;
  margin-right: 30px;
  padding-bottom: 14px;
  border-bottom: 4px solid #205568;
}
.tour .quiz-container.v-2 .choice a,
.tour .quiz-container.v-2 .choice img {
  display: block;
}
.tour .quiz-container.v-2 .choice a {
  margin-bottom: 12px;
  border: 10px solid white;
  -moz-box-shadow: 0 1px 1px 0 #999999;
  -webkit-box-shadow: 0 1px 1px 0 #999999;
  box-shadow: 0 1px 1px 0 #999999;
}
.tour .quiz-container.v-2 .choice.selected a {
  border-color: #205568;
}
.tour .quiz-container.v-2 .choice .field {
  text-align: center;
}
.tour .quiz-container.v-2 .choice .field label {
  display: inline-block;
  vertical-align: middle;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #123f4e;
}
.tour .quiz-container.v-2 .choice .field label:before {
  position: static;
}
.tour .quiz-container.v-2 .answer-container {
  float: left;
  width: 300px;
  height: 145px;
  padding-top: 56px;
  position: relative;
  border-top: 4px solid #205568;
  border-bottom: 1px solid #205568;
}
.tour .quiz-container.v-2 .show-answer .text h3 {
  font-size: 12px;
  color: #666;
}
.tour .quiz-container.v-2 .show-answer .text p {
  font-size: 24px;
  color: #123f4e;
}
.tour .quiz-container.v-2 .show-answer .choice {
  padding-bottom: 0;
  border-bottom: none;
}
.tour .finish {
  height: 332px;
  -moz-box-shadow: 0 3px 7px -5px #666666;
  -webkit-box-shadow: 0 3px 7px -5px #666666;
  box-shadow: 0 3px 7px -5px #666666;
}
.tour .finish:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  top: 4px;
  border-top: 1px dashed #cfd8db;
}
.tour .finish .result {
  width: 290px;
  float: left;
  color: #123f4e;
}
.tour .finish .result .score {
  height: 192px;
  padding-top: 58px;
  text-align: center;
  line-height: 1;
  background: white;
}
.tour .finish .result .likes {
  height: 67px;
  padding-top: 15px;
  text-align: center;
  background: #eff3f4;
}
.tour .finish .form {
  float: left;
  background: #205568;
}
.tour .finish .form .form-content {
  width: 453px;
  height: 274px;
  padding: 58px 45px 0 45px;
}
.tour .finish .form .form-bg-0 {
  background: url("../images/tour/quiz-form-bg-lb.png") left bottom no-repeat;
}
.tour .finish .form .form-bg-1 {
  background: url("../images/tour/quiz-form-bg-rt.png") right top no-repeat;
}
.tour .finish .form.thanks {
  background-image: url("../images/tour/quiz-form-bg-rb.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.tour .finish .form.thanks .form-content {
  height: 252px;
  padding-top: 80px;
}
.tour .finish .form.thanks p {
  margin-bottom: 0;
}
.tour .finish .form.thanks p.welcome {
  margin-top: 61px;
}
.tour .finish .form p {
  margin-bottom: 16px;
  line-height: 1;
  color: white;
}
.tour .finish .form p.welcome {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid #567e8c;
}
.tour .finish .form .field {
  margin-bottom: 6px;
}
.tour .finish .form .field.submit {
  margin-top: 16px;
  padding-left: 90px;
}
.tour .finish .form label {
  display: block;
  float: left;
  width: 90px;
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
  color: white;
}
.tour .finish .form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tour .finish .form input[type="text"] {
  display: block;
  float: left;
  width: 275px;
  height: 34px;
  padding: 10px;
  border: none;
  -moz-box-shadow: inset 1px 1px 1px #aaaaaa;
  -webkit-box-shadow: inset 1px 1px 1px #aaaaaa;
  box-shadow: inset 1px 1px 1px #aaaaaa;
  font-size: 12px;
}
.tour .finish .form input[type="text"]::-webkit-input-placeholder {
  color: #748c95;
}
.tour .finish .form input[type="text"]:-moz-placeholder {
  color: #748c95;
}
.tour .finish .form input[type="text"].w-placeholder-visible {
  color: #748c95;
}
.tour .finish .form .ico-warning {
  display: none;
}
.tour .finish .form .error input[type="text"] {
  border: 2px solid #ed1c28;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ed1c28;
  background: #fbcccf;
}
.tour .finish .form .error .ico-warning {
  display: block;
  float: left;
  width: 25px;
  height: 22px;
  margin-left: 9px;
  margin-top: 6px;
  background: url("../images/tour/quiz-form-warning-ico.png") left top no-repeat;
}
/* exhibit */
.exhibit-open-handle {
  position: relative;
  z-index: 3;
}
.w-exhibit .overlay {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.w-exhibit .spinner {
  width: 24px;
  height: 24px;
  margin: auto;
}
.w-exhibit .spinner i {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: 50%;
  background: url("../images/tour/spinner.gif") left top no-repeat;
}
.w-exhibit .exhibit-container {
  width: 900px;
  margin: auto;
  padding: 50px 0;
  position: relative;
  z-index: 15;
}
.w-exhibit .exhibit-container .exhibit {
  width: 900px;
  min-height: 500px;
  position: relative;
  background: black;
}
.w-exhibit .exhibit-container .faded {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.w-exhibit .exhibit-container .exhibit-image {
  display: block;
}
.w-exhibit .exhibit-container .close {
  display: block;
  position: absolute;
  z-index: 1;
  right: 16px;
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #123f4e;
}
.w-exhibit .exhibit-container .close.close-top {
  top: 14px;
}
.w-exhibit .exhibit-container .close.close-bottom {
  bottom: 14px;
}
.w-exhibit .exhibit-container .close span {
  display: block;
  float: left;
  margin-right: 8px;
}
.w-exhibit .exhibit-container .close em {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  background: url("../images/tour/exhibit-close-ico.png") 0 0 no-repeat;
}
.w-exhibit .exhibit-container .close.white em {
  background-position: 0 -15px;
}
.w-exhibit .exhibit-container .close.black em {
  background-position: 0 -30px;
}
.w-exhibit .exhibit-container iframe {
  position: absolute;
}
.w-exhibit .exhibit-container ul {
  margin: 0;
  padding: 0;
  position: absolute;
  list-style: none;
}
.w-exhibit .exhibit-container ul li {
  padding: 10px 0;
  border-bottom: 1px solid;
}
.w-exhibit .exhibit-container ul li.no-border {
  border: none;
}
.w-exhibit .exhibit-container .t {
  position: absolute;
  line-height: 1;
  color: #123f4e;
}
.w-exhibit .exhibit-container .green {
  color: #123f4e;
}
.w-exhibit .exhibit-container .white {
  color: white;
}
.w-exhibit .exhibit-container .black {
  color: black;
}
.w-exhibit .exhibit-container .gray {
  color: #333;
}
.w-exhibit .exhibit-container .light-gray {
  color: #666;
}
.w-exhibit .exhibit-container .cond {
  font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
.w-exhibit .exhibit-container .cond-italic {
  font-family: PFDinTextCondProMediumItalic, Arial, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-style: italic;
}
.w-exhibit .exhibit-container .ico-down {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 5px;
  margin-left: 5px;
  background: url("../images/tour/exhibit-down-ico.png") no-repeat scroll top left;
}
/** ADDED **/
div#vk_like3 {
  width: 85px !important;
}
div#vk_like {
  width: 85px !important;
}
div.fb-like {
  bottom: 4px;
}

#header {
    position:relative;
}
#topbuy {
    display: none;
    width:220px;
    height:38px;
    position:absolute;
    right:0;
    bottom:-52px;
    z-index:1;
    
    background:#fff;
    
}
#topbuy span {
    background: url('../images/bilietas-icon.png') no-repeat 23px 12px;
    font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 38px;
    color: #222;
    height: 38px;
    display: inline-block;
    padding-left: 40px;
}
#nav-extended {
    z-index: 2;
}
#nav-extended article {
    z-index: 100;
}

.TA_tchotel {
    float: right;
}


/* NEW YEAR */

.ny-main {
  float: left;
  padding-top: 100px;
  width: 470px;
}
.ny-title {
  width: 480px;
  line-height: 2.4em;
  background: rgba(18, 63, 78, 0.9);
  height: 140px;
  text-align: left;
  float: left;
  padding-top: 20px;
}
.ny-title p{ 
  font-size: 20px;
  text-align: left;
  color: #ffffff;
  line-height: 26px;
  font-weight: 700;
}
.ny-header {
  text-align: center;
  float: left;
  width: 300px;
  height: 50px;
  line-height: 30px;
  margin-left: 30px;
  margin-top: 18px;
}
.ny-header h1{ 
  font-weight: normal;
  font-size: 30px;
  color: #ffffff;
  padding-top: 15px;
}
.ny-title a{ 
  font-size: 14px;
  text-decoration: underline;
  color: #ffffff;
  white-space: nowrap;
}
.ny-title span{ 
  font-size: 34px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  height: 46px;
  float: left;
}
.ny-date {
  text-align: center;
  float: right;
  width: 110px;
  height: 70px;
}
.ny-date p {
  margin-top: 10px;
  font-size: 32px;
  text-align: center;
}
.ny-date > span{
  font-size: 18px;
  text-align: center;
  color: #17B0E8;
  text-transform: uppercase;
  width: 110px;
}
.ny-text {
  text-align: left;
  margin-left: 25px;
  width: 440px;
  float: left;
}
.ny-text p{
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 100;
}
.ny-button {
  width: 140px;
  height: 32px;
  padding-left: 20px;
  float: left;
  font-size: 14px;
  color: #ffffff;
  margin-left: 20px;
  border: solid 1px;
  margin-top: 10px;
}
.ny-button a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}
.ny-button a:hover {
text-decoration: underline
}
.ny-info {
  float: left;
  background: rgba(18, 63, 78, 0.9);
  padding: 10px 20px 10px 0px;
  margin-top: 20px;
}
.ny-info p{
  font-size: 14px;
  color: #ffffff;
  padding-left: 25px;
  padding-top: 5px; 
}
.ny-info a{
  font-size: 20px;
  text-decoration: underline;
  color: #ffffff;
  display: inline-block;
  white-space: nowrap;
  float: left;
}
.ny-info img{
  padding-right: 10px;
  vertical-align: baseline;
  display: inline-block;
  white-space: nowrap;
  float: left;
  padding-top: 10px;
  margin-left: 22px;
}
.ny-info span{
  display: inline-block;
  white-space: nowrap;
  float: left;
}   
.n2-title{
    float: left;
    background: rgba(19, 88, 27, 0.79);
    padding: 10px 20px 10px 0px;
    margin-top: 20px;
}


/* MASLENICA 

.ny-main {
  float: left;
  padding-top: 100px;
  width: 470px;
}
.ny-title {
  width: 470px;
  background: rgba(18, 63, 78, 0.9);
  height: 185px;
  text-align: left;
  float: left;
}
.ny-header {
  width: 330px;
  padding-top: 25px;
  float: left;
  text-align: center;
  
}
.ny-title a{ 
  font-size: 16px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}
.ny-date {
  text-align: center;
  float: right;
  width: 110px;
  height: 75px;
  padding-right: 30px; 
  line-height: 30px;
}
.ny-date p {
  font-size: 42px;
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
}
.ny-date > span{
  font-size: 22px;
  text-align: center;
  color: #EA113A;
  text-transform: uppercase;
  font-weight: 700;
}
.ny-text {
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  color: #ffffff;
  padding-top: 13px;
}
.ny-text p{
  font-size: 16px;
  line-height: 20px;
}
.ny-text p span{
  font-size: 18px;
  line-height: 22px;
  color: #EA113A;
}
.ny-info {
  float: left;
  background: rgba(18, 63, 78, 0.9);
  padding: 10px 20px 10px 0px;
  margin-top: 20px;
}
.ny-info p{
  font-size: 14px;
  color: #ffffff;
  padding-left: 25px;
  padding-top: 5px; 
}
.ny-info a{
  font-size: 20px;
  text-decoration: underline;
  color: #ffffff;
  display: inline-block;
  white-space: nowrap;
  float: left;
}
.ny-info img{
  padding-right: 10px;
  vertical-align: baseline;
  display: inline-block;
  white-space: nowrap;
  float: left;
  padding-top: 10px;
  margin-left: 22px;
}
.ny-info span{
  display: inline-block;
  white-space: nowrap;
  float: left;
} 



 23 FEVRALYA 

.n2-title {
  width: 470px;
  background: rgba(4, 76, 29, 0.9);
  height: 65px;
  text-align: left;
  float: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

.n2-header {
  width: 430px;
  padding: 0px 20px 10px 20px;
  float: left;
  overflow: visible;
  text-align: center;
  line-height: 35px;
}
.n2-title a{ 
  font-size: 16px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 700;
}
.n2-date {
  text-align: center;
  float: left;
  width: 470px;
  height: 40px;
  margin-top: 5px;
}
.n2-date p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
.n2-date p span{
  font-size: 22px;
  text-align: center;
  color: #C20A2D;
  text-transform: uppercase;
  font-weight: 700;
}
.n2-text {
  margin-left: 20px;
  float: left;
  color: #ffffff;
}
.n2-text p{
  font-size: 16px;
  line-height: 20px;
} 
*/