@font-face {
  font-family: 'GTPressura';
  src: url('../fonts/GT-Pressura-Regular.eot');
  src: url('../fonts/GT-Pressura-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/GT-Pressura-Regular.woff') format('woff'), url('../fonts/GT-Pressura-Regular.ttf') format('truetype'), url('../fonts/GT-Pressura-Regular.svg#GTPressura') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: GTPressura, "Arial Black", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  line-height: 110%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-smoothing: grayscale;
}
body.intro {
  background: white;
}
#bg {
  display: none;
}
@media screen and (min-width: 1001px) {
  #bg {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
  }
}
#menuBtn {
  display: none;
}
#sandbox {
  background: red;
  position: absolute;
  left: -1200px;
  top: 100px;
  width: 1000px;
  height: 100px;
  overflow: hidden;
}
a {
  color: #000;
  text-decoration: none;
  outline-style: none;
}
a:hover {
  color: #999;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
h3,
h4 {
  margin: 0 0 14px 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
h4 {
  font-weight: bold;
  text-transform: none;
  text-decoration: underline;
  letter-spacing: 0.06em;
}
#header,
#content {
  overflow: hidden;
  padding: 15px 70px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#header {
  padding: 30px 0 30px 70px;
}
#content {
  background-color: rgba(255, 255, 255, 0.8);
  top: 200px;
  padding-top: 20px;
  padding-bottom: 0;
  overflow: hidden;
}
body.intro #content {
  background: white;
  color: black;
  margin-left: 68px;
}
#icon {
  position: absolute;
  left: 67px;
  top: 85px;
  width: 28px;
  height: 28px;
  background: url(../img/icons.svg) 0px 0px;
  cursor: pointer;
}
#icon.cross {
  width: 28px;
  height: 28px;
  background-position: -33px 0px;
}
#icon.zoom {
  width: 38px;
  height: 38px;
  background: url(../img/icons2.svg) -38px 0px no-repeat;
}
#icon.cross {
  width: 38px;
  height: 38px;
  background: url(../img/icons2.svg) 0px 0px no-repeat;
}
#icon span {
  display: none;
}
#subnav {
  overflow: hidden;
  min-width: 964px;
}
#logo {
  position: absolute;
  right: 68px;
  left: 820px;
  top: 6px;
  transition: top 500ms ease-in;
  text-align: right;
}
body.nav-open #logo {
  top: 35px;
}
#logo img {
  position: absolute;
  right: 0;
  top: 0;
  transition: width 500ms ease-in;
  width: 120px;
  height: auto;
}
#logo img.big {
  visibility: hidden;
}
body.nav-open #logo img.small {
  visibility: hidden;
}
body.nav-open #logo img.big {
  visibility: visible;
}
@media (min-width: 1100px) {
  body.nav-open #logo img {
    width: 220px;
  }
}
#logo span {
  display: none;
}
#header #search {
  float: right;
  text-transform: uppercase;
  margin-right: 12px;
}
#header #search input {
  font-family: "Georgia", "Times", serif;
  font-size: 14px;
  font-weight: normal;
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 12px;
  padding-left: 10px;
  height: 20px;
  width: 140px;
  background-color: rgba(232, 232, 232, 0.8);
  color: #000;
}
#header #search a.act {
  color: #5BA3B7;
}
#header #langnav {
  float: right;
  text-transform: uppercase;
}
#header #langnav li {
  margin-right: 4px;
}
#header #langnav li a {
  color: #5BA3B7;
}
p {
  margin: 10px 0 0 0;
}
p.footnote {
  font-weight: normal;
  font-style: italic;
  color: #999;
}
ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
ul.nav li {
  list-style-image: none;
  list-style-type: none;
  margin-right: 12px;
  float: left;
}
ul.nav li.act a {
  color: #5BA3B7;
}
ul.nav li a:focus {
  border: 0;
}
#mainnav {
  width: 736px;
  height: 20px;
  overflow: hidden;
}
#mainnav ul.nav div.subnav {
  display: none;
}
.subnav {
  width: 736px;
  margin-top: 34px;
  margin-bottom: 30px;
}
.subnav ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border-top: 1px solid #999;
}
.subnav ul li {
  border-bottom: 1px solid #999;
  height: 20px;
  margin: 2px 0 0 0;
}
.subnav ul li div.col1 {
  font-family: "Georgia", "Times", serif;
  font-size: 14px;
  font-weight: normal;
  float: left;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
}
.subnav ul li div.col1 .title {
  overflow: hidden;
  float: left;
  width: 430px;
  margin-right: 70px;
}
.subnav ul li div.col1 .cat {
  overflow: hidden;
  color: #999;
  float: right;
}
.subnav ul li div.col1 p {
  margin: 2px 0 0 0;
  padding: 0;
}
.subnav ul li div.col2 {
  display: inline;
  width: 70px;
  text-align: right;
  padding-left: 70px;
  float: right;
}
.subnav ul li div.col2 p {
  margin: 0;
  padding: 0;
  text-align: right;
}
.subnav ul li.act * {
  color: #5BA3B7 !important;
}
.subnav ul li.ov * {
  color: #999 !important;
}
.subnav .dots {
  width: 736px;
  height: 60px;
}
.subnav .cnt {
  float: right;
  color: #5BA3B7;
}
.subnav .dot {
  float: left;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(../img/icons.svg) -75px 0px;
}
.subnav .dot span {
  display: none;
}
.subnav .dot.ov {
  background-position: -61px -15px;
}
.subnav .dot.act {
  background-position: -61px 0px;
}
#content #description {
  width: 770px;
  margin: 0;
  padding: 0;
}
#content #description p {
  font-family: "Georgia", "Times", serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.51em;
  margin: 0 0 10px 0;
  padding: 0;
}
#content #description a {
  text-decoration: underline;
}
#content #description a:hover {
  text-decoration: none;
  color: #999;
}
@media screen and (max-width: 1000px) {
  #content #galery {
    display: none;
  }
  #content #mobileGallery {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  #content #mobileGallery {
    display: none;
  }
}
#content #galery {
  font-family: "Georgia", "Times", serif;
  font-size: 14px;
  font-weight: normal;
  list-style: none;
  margin: 28px 0 0 0;
  padding: 10px 0;
  height: 129px;
  width: 770px;
}
#content #galery ul {
  list-style: none;
  margin: 0;
  padding: 21px 0;
  height: 81px;
  width: 460px;
  background: url(../img/gal_bg_m_p.svg) repeat-x;
}
#content #galery li {
  list-style-image: none;
  list-style-type: none;
  margin: 0 11px 0 0;
  float: left;
  height: 79px;
  width: 103px;
  overflow: hidden;
}
#content #galery li span {
  display: none;
}
#content #galery li img {
  border: 0;
  margin: 2px;
}
#content #galery .caption {
  padding-left: 4px;
}
#content #galery .caption p {
  margin-top: 10px;
}
#content #galery .caption p.meta {
  color: #5f5f5f;
  font-style: italic;
}
#content #galery li .frame {
  cursor: pointer;
}
#content #galery li.act .frame {
  cursor: default;
  background: url(../img/gal_frame_act.svg) no-repeat;
}
#content #galery .dotpan {
  padding: 0;
  margin: 0;
  height: 125px;
  background: url(../img/gal_bg_dot.svg) no-repeat;
  background-size: cover;
}
#content #galery .dotpan.fwd {
  background-position: -64px 0;
  width: 72px;
}
#content #galery .dotpan.bwd {
  float: left;
  width: 72px;
}
#content #galery .dot {
  cursor: pointer;
  width: 15px;
  height: 23px;
  margin-right: 10px;
  background: url(../img/icons.svg) -14px 0px;
}
#content #galery .dot span {
  display: none;
}
#content #galery .dot.ov {
  background-position: -14px 0;
}
#content #galery .dot.act {
  background-position: -14px 0;
}
#content #galery .dot.disposed {
  display: none;
}
#content #galery .dotpan .dot {
  position: relative;
  left: 22px;
  top: 50px;
}
#content #galery .dotpan.fwd .dot {
  left: 34px;
  background-position: 0px 0px;
}
#content #galery .dotpan.fwd .dot.ov {
  background-position: -28px 0px;
}
#content #galery .dotpan.bwd .dot.ov {
  background-position: -42px 0px;
}
#galnav {
  position: absolute;
  left: 100px;
  top: 100px;
}
#galnav .dot {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  background: url(../img/icons.svg) -75px 0px;
}
#galnav li {
  margin: 0 5px;
}
#galnav .ov .dot {
  background-position: -61px -15px;
}
#galnav .act .dot {
  background-position: -61px 0px;
}
#galnav .dot span {
  display: none;
}
#content #meta {
  float: right;
  margin-top: 70px;
}
#content #meta table {
  border-top: 1px solid #999;
  empty-cells: show;
  border-collapse: collapse;
}
#content #meta td,
#content #meta tr {
  height: 24px;
}
#content #meta td,
#content #meta th {
  border-bottom: 1px solid #999;
  margin: 0;
  padding: 0;
  height: 24px;
  text-align: left;
}
#content #meta th {
  text-transform: uppercase;
}
#content #meta td {
  font-family: "Georgia", "Times", serif;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 1001px) {
  #content #meta td {
    min-width: 200px;
  }
}
#content #meta td p {
  margin: 0;
  padding: 5px 70px 5px 0;
}
#content #meta th p {
  margin: 0;
  padding: 2px 50px  3px 0;
}
#content #meta td a {
  display: block;
}
body.intro {
  margin: 25px 50px;
}
body.intro h1 {
  margin-left: 70px;
  width: 202px;
  height: 93px;
}
body.intro h1 img {
  width: 100%;
  height: auto;
}
body.intro h1 span {
  display: none;
}
body.intro #lang {
  margin: 46px 69px;
}
body.intro a {
  color: black;
}
body.intro a:hover {
  color: #5BA3B7;
}
#dbg {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 10px;
  background: rgba(255, 0, 0, 0.5);
  padding: 2px;
  border: 1px solid red;
  display: none;
}
/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.typography blockquote {
  margin-left: 20px;
}
.typography hr {
  padding: 5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
  color: #333;
  line-height: 1.5em;
  font-size: 1.1em;
}
.typography p {
  margin-bottom: 20px;
}
/** CMS LIST STYLES **/
.typography ul,
.typography ol {
  margin-left: 10px;
  margin-bottom: 20px;
}
.typography ul li,
.typography ol li {
  margin: 4px 10px;
  line-height: 1.4em;
}
.typography ul li {
  list-style-type: disc;
}
.typography ol li {
  list-style-type: decimal;
}
/* HEADER STYLES */
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  margin-bottom: 14px;
  color: #0083C8;
}
.typography h1,
.typography h4 {
  font-weight: bold;
}
.typography h2,
.typography h3 {
  font-weight: normal;
}
.typography h1 {
  font-size: 2.2em;
}
.typography h2 {
  font-size: 2.2em;
}
.typography h3 {
  font-size: 1.6em;
}
.typography h4 {
  font-size: 1.4em;
}
/* LINK STYLES */
.typography a {
  color: #0083C8;
  font-size: 1em;
  text-decoration: none;
}
.typography a:hover {
  text-decoration: underline;
}
.typography table {
  font-size: 1.1em;
}
.typography table tr td {
  padding: 3px 5px;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
  text-align: left;
}
.typography .center {
  text-align: center;
}
.typography .right {
  text-align: right;
}
.typography img.right {
  float: right;
}
.typography img.left {
  float: left;
}
.typography p.MsoNormal,
.typography p.MsoBodyText {
  margin: 0;
}
/* GENERIC FORM STYLING */
#Content form {
  width: 378px;
}
#Content form fieldset {
  border: 0;
  padding: 12px;
}
#Content .message {
  color: red;
  background: #ddd;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}
#Content span.message {
  width: 300px;
}
#Content form div {
  margin-top: 10px;
  width: 100%;
}
#Content form label {
  font-size: 1.1em;
  color: #333;
}
#Content form label.left {
  float: left;
  width: 12em;
}
#Content form label.FormHeading {
  font-size: 1.3em;
  color: #ff7200;
  font-weight: bold;
}
#Content form input.text,
#Content form textarea,
#Content form select {
  width: 200px;
  color: #000;
  background: #f8f8f8;
  border: 1px solid #aaa;
  padding: 3px;
}
#Content form input.numeric {
  width: 20px;
  background: #f0f0f0;
  border: 1px solid #aaa;
  padding: 3px;
  color: #000;
  margin-right: 4px;
}
#Content form input.year {
  width: 35px;
}
#Content form p.Actions {
  text-align: right;
  padding: 0 22px 15px 0;
}
#Content form p.Actions input {
  padding: 2px;
}
/*
* Mobile Style
*/
@media screen and (max-width: 1000px) {
  /*
	* General
	*/
  #bg {
    display: none;
  }
  body.mobileNavOpen {
    overflow: hidden;
  }
  #icon {
    display: none !important;
  }
  /*
	* Header
	*/
  #wrap #header {
    position: fixed;
    width: 100%;
    padding: 10px 20px;
    z-index: 100;
    left: auto;
    left: 0;
    right: 0;
    border-bottom: 1px solid #5BA3B7;
    transition: all .4s ease;
    box-sizing: border-box;
    height: 87px;
    background: #fff;
  }
  #wrap #header.scroll {
    padding: 10px 20px;
    height: 70px;
  }
  body.mobileNavOpen #wrap #header {
    left: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  /*
	* Logo
	*/
  #wrap #header #logo,
  #wrap #header #logo img.small {
    position: static;
    max-height: 65px;
    height: 100%;
    width: auto;
  }
  #wrap #header #logo {
    text-align: left;
    display: inline-block;
    top: 0;
  }
  #wrap #header #logo img.big {
    display: none;
  }
  /*
	* Menu Button
	*/
  #wrap #header button#menuBtn {
    border: none;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 12px;
    margin: 0;
    display: block;
    position: absolute;
    right: 8px;
    cursor: pointer;
    top: 20px;
    transition: top .4s ease;
  }
  #wrap #header.scroll button#menuBtn {
    top: 12px;
  }
  #wrap #header button#menuBtn span {
    width: 30px;
    height: 3px;
    background-color: #5BA3B7;
    display: block;
    margin: 8px auto;
    transition: all .4s ease;
  }
  #wrap #header button#menuBtn span:nth-child(1) {
    margin-top: 0;
  }
  #wrap #header button#menuBtn span:nth-child(3) {
    margin-bottom: 0;
  }
  /* Menu Open */
  body.mobileNavOpen #wrap #header button#menuBtn span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
  body.mobileNavOpen #wrap #header button#menuBtn span:nth-child(2) {
    opacity: 0;
  }
  body.mobileNavOpen #wrap #header button#menuBtn span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  /*
	* Menu
	*/
  #wrap #header #subnav {
    display: none;
  }
  #wrap #header #mainnav {
    display: none;
  }
  #wrap #header #mobileNav {
    margin-top: 48px;
  }
  #wrap #header #mobileNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #wrap #header #mobileNav ul li {
    padding: 0;
    margin: 0;
  }
  #wrap #header #mobileNav ul.navi > li:first-child a {
    border-top: 1px solid #fff;
  }
  #wrap #header #mobileNav ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    font-family: GTPressura, "Arial Black", "Arial", "Helvetica", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    transition: all 0.4s ease;
  }
  #wrap #header #mobileNav ul li.section > a,
  #wrap #header #mobileNav ul li.active > a {
    color: #5BA3B7;
    border-color: #5BA3B7;
  }
  #wrap #header #mobileNav ul.navi a:not([href]) {
    cursor: pointer;
  }
  #wrap #header #mobileNav ul.navi > li:not(.active) li > a {
    font-size: 0;
    padding: 0;
    border-width: 0;
  }
  #wrap #header #mobileNav ul.navi > li.active ul.subNav li > a {
    font-family: "Georgia", "Times", serif;
    font-size: 18px;
  }
  #wrap #header #mobileNav ul.navi li ul.subNav li > a > span {
    display: block;
    color: #5BA3B7;
  }
  #wrap #header #mobileNav #langnav {
    float: none;
    font-family: GTPressura, "Arial Black", "Arial", "Helvetica", sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #wrap #header #mobileNav #langnav ul.nav li a {
    display: inline-block;
    border: none;
  }
  /*
	* Content
	*/
  #content {
    position: static;
    padding: 20px;
    margin-top: 110px;
  }
  #content > .inner #description {
    width: 100%;
  }
  #content > .inner #description h1 {
    height: auto;
    line-height: 1.2;
    margin-bottom: 13px;
  }
  /* Mobile Gallery */
  #mobileGallery {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  #mobileGallery .caption {
    clear: both;
  }
  #mobileGallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #mobileGallery ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 45px;
    box-sizing: border-box;
  }
  #mobileGallery li span {
    display: block;
    margin-top: 6px;
  }
  #mobileGallery ul li img {
    width: 100%;
    height: auto;
  }
  #mobileGallery ul li:last-child {
    margin-bottom: 0;
  }
  /* Meta */
  #content > .inner #meta {
    clear: both;
    float: none;
    margin: 0;
  }
  #content > .inner #meta > table {
    width: 100%;
  }
  #content > .inner #meta > table td > p {
    padding: 6px 0;
  }
}
@media screen and (min-width: 1000px) {
  #wrap #header #mobileNav {
    display: none;
  }
}
