@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v10/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1eYCDK0hM.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Sans'), local('MerriweatherSans-Regular'), url(https://fonts.gstatic.com/s/merriweathersans/v10/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX7QjA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoC1CzjvmyI.ttf) format('truetype');
}
body {
  background-color: #000000;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.53);
}
html.fullHeight,
body.fullHeight {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}
html.fullHeight .wrapper,
body.fullHeight .wrapper {
  height: 100%;
}
html.fullHeight .loader,
body.fullHeight .loader {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: -1;
}
.mejs__container {
  margin: 20px auto 0 auto;
}
.v-align {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.wrapper {
  width: 940px;
  position: relative;
  margin: 0 auto;
}
.menu {
  position: absolute;
  top: 0;
  z-index: 1;
  text-transform: uppercase;
}
.menu ul {
  padding: 0;
  font-size: 0;
  list-style: none;
}
.menu ul li {
  text-align: right;
}
.menu ul li a {
  font-size: 10.6px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.53);
  text-decoration: none;
}
.menu ul li a:hover {
  color: #ffffff;
}
.menu ul li.active a {
  color: #ffffff;
}
.top-menu {
  text-align: right;
  padding: 10px 0;
  position: relative;
  height: 46px;
}
.top-menu ul {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
.top-menu ul li {
  display: inline-block;
  margin-right: 5px;
}
.top-menu ul li:last-of-type {
  margin-right: 0;
}
.top-menu ul li span {
  display: block;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  font-size: 14px;
  width: 31px;
  height: 26px;
  text-align: center;
  border: 1px solid transparent;
}
.top-menu ul li span.active {
  border-color: #fff;
}
.player-panel .inner {
  width: 940px;
  position: relative;
  margin: 0 auto;
}
.player-panel .player-buttons,
.player-panel .player-anim {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 0;
}
.player-panel .player-buttons button {
  background: transparent;
  border: 0;
  outline: none;
}
.player-panel #waveform {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#vimeoPlayer {
  display: none;
  position: fixed;
  z-index: 1001;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#vimeoPlayer .vimeo-wrapper {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#vimeoPlayer .vimeo-wrapper #vimeo-video {
  width: 100%;
  height: 100%;
}
#vimeoPlayer .vimeo-wrapper #vimeo-video iframe {
  width: 100%;
  height: 100%;
}
#vimeoPlayer .vimeo-close {
  position: absolute;
  z-index: 1002;
  top: 15px;
  left: 15px;
}
#vimeoPlayer .vimeo-close button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 8px 13px;
}
body.overPlayer,
html.overPlayer {
  overflow: hidden !important;
}
#wavePlayer {
  display: none;
  position: fixed;
  z-index: 1001;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#wavePlayer .wp-wrapper {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#wavePlayer .pl {
  margin-bottom: 50px;
}
#wavePlayer .pl img {
  width: 40%;
}
#wavePlayer .wp-close {
  position: absolute;
  z-index: 1002;
  top: 15px;
  right: 15px;
}
#wavePlayer .wp-close button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 8px 13px;
}
#wavePlayer .wp-close #wp {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
body.biogramDesktop .content,
body.calendarDesktop .content,
body.multimediaDesktop .content {
  z-index: 10;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
  width: 430px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 300px;
  line-height: 22px;
  letter-spacing: 0.2px;
  height: 300px;
}
body.biogramDesktop .content .nano-content,
body.calendarDesktop .content .nano-content,
body.multimediaDesktop .content .nano-content {
  padding: 0 17px 0 0;
}
body.biogramDesktop .next-events,
body.calendarDesktop .next-events,
body.multimediaDesktop .next-events,
body.biogramDesktop .prev-events,
body.calendarDesktop .prev-events,
body.multimediaDesktop .prev-events {
  color: rgba(255, 255, 255, 0.53);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.17);
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-transition: coloe 0.2s ease-in-out;
  -moz-transition: coloe 0.2s ease-in-out;
  -ms-transition: coloe 0.2s ease-in-out;
  -o-transition: coloe 0.2s ease-in-out;
  transition: coloe 0.2s ease-in-out;
  cursor: pointer;
}
body.biogramDesktop .next-events:hover,
body.calendarDesktop .next-events:hover,
body.multimediaDesktop .next-events:hover,
body.biogramDesktop .prev-events:hover,
body.calendarDesktop .prev-events:hover,
body.multimediaDesktop .prev-events:hover {
  color: #ffffff;
}
body.homeDesktop {
  background: #000 url("../../images/backgrounds/home.jpg") no-repeat top center !important;
  background-size: cover !important;
}
body.homeDesktop .logo {
  text-align: center;
}
body.homeDesktop .logo img {
  height: 80px;
}
body.homeDesktop .menu {
  background: url("../../images/menu-1.png") no-repeat;
  width: 551px;
  height: 465px;
  right: -315px;
}
body.homeDesktop .menu ul {
  margin: 130px 315px 0 0;
}
body.homeDesktop .menu ul li a {
  padding: 3.5px 1px;
}
body.biogramDesktop {
  background: #000 url("../../images/backgrounds/biogram.jpg") no-repeat top center !important;
  background-size: cover !important;
}
body.biogramDesktop .logo {
  text-align: center;
}
body.biogramDesktop .logo img {
  height: 80px;
}
body.biogramDesktop .content {
  text-align: left;
}
body.biogramDesktop .menu {
  background: url("../../images/menu-2.png") no-repeat;
  width: 372px;
  height: 387px;
  right: -140px;
}
body.biogramDesktop .menu ul {
  margin: 130px 140px 0 0;
}
body.biogramDesktop .menu ul li a {
  padding: 3.5px 1px;
}
body.calendarDesktop {
  background: #000 url("../../images/backgrounds/calendar.jpg") no-repeat top center !important;
  background-size: cover !important;
}
body.calendarDesktop .logo {
  text-align: center;
}
body.calendarDesktop .logo img {
  height: 80px;
}
body.calendarDesktop .menu {
  background: url("../../images/menu-2.png") no-repeat;
  width: 372px;
  height: 387px;
  right: -140px;
}
body.calendarDesktop .menu ul {
  margin: 130px 140px 0 0;
}
body.calendarDesktop .menu ul li a {
  padding: 3.5px 1px;
}
body.calendarDesktop .content {
  width: 340px;
}
body.calendarDesktop .content table thead th {
  color: rgba(255, 255, 255, 0.53);
  font-weight: 100;
}
body.multimediaDesktop {
  background: #000 url("../../images/backgrounds/multimedia.jpg") no-repeat top center !important;
  background-size: cover !important;
}
body.multimediaDesktop .logo {
  text-align: center;
}
body.multimediaDesktop .logo img {
  height: 80px;
}
body.multimediaDesktop .menu {
  background: url("../../images/menu-2.png") no-repeat;
  width: 372px;
  height: 387px;
  right: -140px;
}
body.multimediaDesktop .menu ul {
  margin: 130px 140px 0 0;
}
body.multimediaDesktop .menu ul li a {
  padding: 3.5px 1px;
}
body.multimediaDesktop .content {
  width: 340px;
}
body.multimediaDesktop .content table tr td button {
  border: 0;
  background: transparent;
  width: 100%;
  text-align: right;
  outline: none;
}
body.contactDesktop {
  background: #000 url("../../images/backgrounds/contact.jpg") no-repeat top center !important;
  background-size: cover !important;
}
body.contactDesktop .logo {
  text-align: center;
}
body.contactDesktop .logo img {
  height: 80px;
}
body.contactDesktop .menu {
  background: url("../../images/menu-2.png") no-repeat;
  width: 372px;
  height: 387px;
  right: -140px;
}
body.contactDesktop .menu ul {
  margin: 130px 140px 0 0;
}
body.contactDesktop .menu ul li a {
  padding: 3.5px 1px;
}
body.contactDesktop .contact-content {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 175px;
  padding-right: 2px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
body.contactDesktop .contact-content .email {
  margin-bottom: 10px;
}
body.galleryDesktop .logo {
  text-align: center;
}
body.galleryDesktop .logo img {
  height: 80px;
}
body.galleryDesktop .menu {
  background: url("../../images/menu-1.png") no-repeat;
  width: 551px;
  height: 465px;
  right: -315px;
}
body.galleryDesktop .menu ul {
  margin: 130px 315px 0 0;
}
body.galleryDesktop .menu ul li a {
  padding: 3.5px 1px;
}
body.galleryDesktop .slides-counter {
  border: 1px solid #fff;
  padding: 2px 10px 4px 10px;
  line-height: 43px;
  font-size: 39px;
  color: #ffffff;
  float: left;
  margin-right: 20px;
  text-align: center;
}
body.galleryDesktop .arrows {
  width: 100%;
  height: 48px;
}
body.galleryDesktop .arrows .arrow {
  position: absolute;
  z-index: 10;
}
body.galleryDesktop .arrows .arrow button {
  width: 25px;
  height: 48px;
  border: 0;
  outline: none;
}
body.galleryDesktop .arrows .arrow.arrow-left {
  left: 0;
}
body.galleryDesktop .arrows .arrow.arrow-left button {
  background: transparent url("../../images/arrow-left.png");
}
body.galleryDesktop .arrows .arrow.arrow-right {
  right: 0;
}
body.galleryDesktop .arrows .arrow.arrow-right button {
  background: transparent url("../../images/arrow-right.png");
}
/*# sourceMappingURL=custom.css.map */