@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,700italic,400,700|Open+Sans+Condensed:300&subset=latin,latin-ext);
@import 'navigation.css';
#slider {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cbp-bislideshow {
  list-style: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.cbp-bislideshow li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.cbp-bislideshow li:after {
  background: rgba(255, 255, 255, 0.7);
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
  display: none;
}
.cbp-bislideshow li img {
  display: block;
  width: 100%;
}
@font-face {
  font-family: 'entypo';
  src: url('../fonts/controls/entypo.eot');
  src: url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/controls/entypo.woff') format('woff'), url('../fonts/controls/entypo.ttf') format('truetype'), url('../fonts/controls/entypo.svg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
.cbp-bicontrols {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.cbp-bicontrols span {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
}
.cbp-bicontrols span.cbp-biprev {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -50px;
}
.cbp-bicontrols span.cbp-binext {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -50px;
}
.cbp-bicontrols span.cbp-playpause {
  display: none;
}
.cbp-bicontrols span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 100px;
  color: #eee;
  -webkit-font-smoothing: antialiased;
  opacity: 0.7;
}
.cbp-bicontrols span:hover:before {
  opacity: 1;
}
.cbp-bicontrols span:active:before {
  top: 2px;
}
span.cbp-biplay:before {
  content: "\e002";
}
span.cbp-bipause:before {
  content: "\e003";
}
span.cbp-binext:before {
  content: "\e000";
  font-size: 80px;
}
span.cbp-biprev:before {
  content: "\e001";
  font-size: 80px;
}
/* Fallback */
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
  opacity: 1;
}
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
  display: block;
}
@media screen and (max-width: 640px) {
  .cbp-bislideshow li:after {
    background: rgba(255, 255, 255, 0.3);
  }
  .cbp-bicontrols span.cbp-biprev {
    top: 10px;
    right: 50px;
    left: auto;
  }
  .cbp-bicontrols span.cbp-binext {
    top: 10px;
    right: 0;
  }
  .cbp-bicontrols span {
    top: 20px;
    width: 50px;
    height: 50px;
  }
  .cbp-bicontrols span:before {
    line-height: 50px;
    font-size: 30px;
    color: #000;
  }
  .cbp-bicontrols span.cbp-binext,
  .cbp-bicontrols span.cbp-biprev {
    margin-top: 0;
  }
}
/*@linkColor: #dc5753;*/
html,
body {
  position: relative;
}
body {
  /* Margin bottom by footer height */
  font-family: 'Open Sans', 'Helvetica neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
a {
  color: #7ac1e8;
}
a:hover {
  color: #2598d7;
  text-decoration: none;
}
h1 {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 2em;
}
h2 {
  font-family: 'Open Sans Condensed';
  font-size: 32px;
  line-height: 39px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  font-style: normal;
  margin: 0.5em 0;
}
h3 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  margin: 1.2em 0;
}
label {
  font-weight: 400;
}
.spacer50 {
  height: 50px;
}
.spacer100 {
  height: 100px;
}
#slider {
  height: 100%;
  height: 100vh;
}
#slider:before {
  content: " ";
  position: absolute;
  z-index: 10;
  bottom: -100px;
  left: -20px;
  right: -20px;
  height: 200px;
  background: #fff;
  border-top: 10px solid #000;
  -ms-transform: rotate(-5deg);
  /* IE 9 */
  -webkit-transform: rotate(-5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-5deg);
}
#slider .slide-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 70%;
  left: 15%;
  font-weight: 300;
  text-transform: uppercase;
}
#slider .slide-title h2 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 82px;
  line-height: 83px;
  padding: 0;
  margin: 0;
}
#slider .slide-title h3 {
  font-size: 54px;
  line-height: 54px;
  text-transform: uppercase;
}
#slider .slide-title h4 {
  font-size: 26px;
  line-height: 26px;
  padding-top: 0;
}
#slider .slide-title h2,
#slider .slide-title h3,
#slider .slide-title h4 {
  padding: 0;
  display: table;
  margin: 0;
  padding: 10px;
  background: rgba(122, 193, 232, 0.4);
}
#slider .more a {
  position: absolute;
  z-index: 20;
  bottom: 120px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  border: 3px solid #fff;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (max-width: 1380px) {
  #slider:before {
    bottom: -120px;
  }
  #slider .slide-title h2 {
    font-size: 52px;
    line-height: 63px;
  }
  #slider .slide-title h3 {
    font-size: 38px;
    line-height: 44px;
  }
  #slider .slide-title h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
#logo {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 20;
}
@media (max-width: 1200px) {
  #logo {
    right: 45px;
    top: 45px;
  }
}
@media (max-width: 768px) {
  #logo {
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 480px) {
  #logo {
    right: 10px;
    top: 10px;
  }
}
#content {
  overflow: hidden;
}
.section {
  position: relative;
  margin-bottom: 200px;
}
.section:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: -100px;
  left: -20px;
  right: -20px;
  height: 200px;
  background: #fff;
  border-top: 10px solid #000;
  -ms-transform: rotate(5deg);
  /* IE 9 */
  -webkit-transform: rotate(5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(5deg);
}
.section .section-title {
  font-size: 82px;
  line-height: 1em;
  border-left: 12px solid #000;
  padding-left: 10px;
  margin-top: 350px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans";
}
.section .image-about {
  margin-top: 100px;
  width: 100%;
}
.section .text-content {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.4em;
}
.section .text-content p {
  margin-bottom: 1em;
}
.section#kontakt .container {
  padding-top: 200px !important;
}
.section#kontakt .section-title {
  margin-top: 195px;
}
.section-overlay {
  position: relative;
  margin-bottom: 200px;
}
.section-overlay .section-title {
  font-size: 82px;
  line-height: 1em;
  border-left: 12px solid #000;
  padding-left: 10px;
  margin-top: 150px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans";
}
.section-overlay .text-content {
  margin-top: 150px;
  font-size: 18px;
  line-height: 1.4em;
}
.section-overlay .text-content p {
  margin-bottom: 1em;
}
.section-overlay .close-button {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 40px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.section-overlay .section {
  margin-bottom: 50px;
}
#logos {
  margin-top: 2em;
}
#logos ul {
  margin: 0;
  padding: 0;
}
#logos li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  margin: 0 0 1em;
}
#logos li a img {
  max-width: 100%;
  height: auto;
  opacity: 0.7;
}
#logos li a:hover img {
  opacity: 0.9;
}
@media (max-width: 1200px) {
  #content .section .section-title,
  #overlay .section-overlay .section-title {
    margin-top: 50px;
    font-size: 60px;
    border-left: 10px solid #000;
  }
  #overlay .section-overlay .text-content {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .slide-title {
    display: none;
  }
  #content .section .image-about {
    margin-top: 10px;
  }
  #content .section .section-title,
  #overlay .section-overlay .section-title {
    margin-top: 50px;
    font-size: 50px;
    border-left: 7px solid #000;
  }
  #content #kontakt.section {
    margin-bottom: 50px;
  }
  #content #kontakt.section .container {
    padding-top: 50px !important;
  }
}
@media (max-width: 480px) {
  #content .section .image-about {
    margin-top: 10px;
  }
  #content .section .section-title,
  #overlay .section-overlay .section-title {
    margin-top: 0px;
  }
  #overlay .section-overlay .text-content {
    margin-top: 50px;
  }
}
.grid {
  margin-top: 100px;
}
.grid figure img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.huge {
  font-size: 82px;
  font-family: "Open Sans";
  font-weight: 900;
  margin: 0.8em 0;
}
.huge2 {
  font-size: 54px;
  font-family: "Open Sans";
  font-weight: 900;
}
.huge3 {
  font-size: 36px;
  font-family: "Open Sans";
  font-weight: 900;
  margin: 2em 0;
}
.social {
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  width: 60px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  margin: 12px;
  font-size: 30px;
  background: #000;
  color: #fff;
}
.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  text-align: center;
  padding: 2em 0;
  background-color: #f5f5f5;
}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
@media (max-width: 480px) {
  .grid .col-xs-6 {
    width: 100%;
  }
}
/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
  margin-bottom: 0;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 95;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
  background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
}
figure.effect-duke img,
figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke:hover img {
  opacity: 0.1;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
figure.effect-duke h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
}
figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* Media queries */
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
.noscroll {
  overflow: hidden;
}
#overlay {
  padding-bottom: 20px;
  top: 200px;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  visibility: hidden;
}
#overlay.detail-open {
  visibility: visible;
  z-index: 90;
  opacity: 1;
  overflow: scroll;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
#overlay nav.navigation {
  margin: 50px 0;
}
#overlay nav.navigation ul {
  text-align: right;
  list-style: none;
}
#overlay nav.navigation ul li {
  display: inline-block;
  line-height: 30px;
  padding: 10px;
  font-size: 30px;
}
#overlay nav.navigation ul li a {
  color: #666;
}
#overlay nav.navigation ul li a:hover {
  color: #000;
}
#overlay nav.navigation ul li a.close-button:hover {
  color: #f00;
}
#overlay .close-button {
  color: #000;
}
#overlay .close-button:hover {
  color: #f00;
}
#overlay img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /* Careful, does not work in IE < 11 http://caniuse.com/#search=pointer-events */
  opacity: 0;
  z-index: 1;
  background: #fff;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#loading span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background: transparent url(../img/preloader.gif) no-repeat center center;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#loading.show {
  opacity: 1;
}
#loading.show span {
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-duke h2 {
  display: none;
}
figure.effect-duke {
  background: none;
}
figure.effect-duke img {
  opacity: 0.95;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.effect-duke:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(0%);
  /* Chrome 19+ & Safari 6+ */
}
.figure.slide-section img {
  opacity: 1 !important;
}
figure.slide-section {
  background: #000;
}
figure.slide-section h2 {
  display: block;
  text-align: left;
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 40px;
  line-height: 1em;
  color: #000;
}
.cbp-bislideshow li:after {
  background: none;
}
#share-list {
  padding: 0em;
  margin: 0em;
}
#share-list li {
  display: inline-block;
  margin-left: .2em;
}
#share-list li i {
  font-size: 15px;
}
