
/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline; 
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; 
  font: inherit; 
  margin: 0; 
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0; 
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
@font-face {
  font-family: AveRoman;
  /* deklarace fontu */
  src: url("/css/Avenir-Roman.ttf");
  /* propojení na umístění souboru */
  font-weight: 300;
}
html,
body {
  margin: 0;
  padding: 10%;
  font-family: AveRoman;
}
html {
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
nav {
  position: fixed;
  z-index: 9999;
  padding: 100px;
  width: 100%;
}
nav div.left {
  float: left;
}
nav div.right {
  float: right;
}
nav a {
  color: #ffffff;
  text-decoration: none;
}
nav.invert a {
  color: #000000;
}
.slide,
.section {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery .slide,
.gallery .section {
  background-repeat: no-repeat;
  background-position: right 100px bottom 100px, center;
  background-size: 230px, cover;
}
.info {
  z-index: 999;
  margin-left: 100px;
  position: absolute;
  bottom: 100px;
  color: #fff;
}
.info span.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
}
.info span.icon.martin_senberg {
  background-image: url('/img/monograms/m_senberg.svg');
}
.info span.icon.tomas_senberg {
  background-image: url('/img/monograms/t_senberg.svg');
}
.info span.icon.marek_tuma {
  background-image: url('/img/monograms/m_tuma.svg');
}
.info span.icon.daniel_mudra {
  background-image: url('/img/monograms/d_mudra.svg');
}
.info span.icon.romana_steflova {
  background-image: url('/img/monograms/r_steflova.svg');
}
.info span.icon.vaclav_kastner {
  background-image: url('/img/monograms/v_kastner.svg');
}
.info span.icon.martin_zitek{
  background-image: url('/img/monograms/m_zitek.svg');
}
.info span.icon.in-assoc {
  background-image: url('/img/monograms/default.svg');
}
.info span.icon.photographer {
  margin-left: 15px;
  background-image: url('/img/monograms/photographer.svg');
}
.info span[title]:hover:after {
  content: attr(title);
  padding: 10px 14px;
  color: #000;
  background: no-repeat left center url('/img/monograms_rect.svg');
  position: absolute;
  left: 30px;
  top: -3px;
  white-space: nowrap;
  z-index: 9999999;
  font-size: 12px;
}
address {
  text-align: center;
  font-style: normal;
  color: #ffffff;
  line-height: 2;
  margin-top: 2rem;
}
address a {
  color: #ffffff;
  text-decoration: none;
}
address a:hover {
  text-decoration: underline;
}
.logo {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 20vw;
}
#bottom-link {
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  margin-left: -50px;
  text-align: center;
  width: 100px;
  height: 88px;
  background: url("/img/arrow.svg") no-repeat center bottom;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
#bottom-link.gallery {
  font-size: 0;
}
#bottom-link.invert {
  background-image: url("/img/arrow-invert.svg");
  font-size: 0;
}
#bottom-link.contact {
  background-image: url("/img/arrow-back.svg");
  font-size: 0;
}
.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
  width: 32px;
  height: 44px;
  border: 0;
  background: no-repeat center top;
}
.fp-controlArrow.fp-prev {
  left: 30px;
  background-image: url('/img/arrow-left.svg');
}
.fp-controlArrow.fp-next {
  right: 30px;
  background-image: url('/img/arrow-right.svg');
}
#coll-svg {
  margin: 0 auto;
  width: auto;
  height: 90%;
  display: block;
}
.st0 {
  fill: none;
  stroke: #1D1D1B;
  stroke-miterlimit: 10;
}
.st1 {
  fill: #1D1D1B;
}
.st2 {
  fill: #FFFFFF;
}
@keyframes hideshow {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
#coll .fp-tableCell.active #marek_x5F_tuma,
#coll .fp-tableCell.active #tomas_x5F_senberger,
#coll .fp-tableCell.active #martin_x5F_senberger,
#coll .fp-tableCell.active #romana_x5F_steflova,
#coll .fp-tableCell.active #daniel_x5F_mudra,
#coll .fp-tableCell.active #vaclac_x5F_kastner {
  animation: hideshow 5s ease;
}
.fp-slidesNav.bottom {
  bottom: 50%;
  opacity: 0;
  display: none;
  -webkit-transition: opacity .5s;
  /* Safari */
  transition: opacity .5s;
}
.fp-slidesNav.bottom.mouse {
  opacity: 0;
}
.fp-slidesNav.bottom ul li a span {
  background: #fff;
}
#intro-link {
  font-size: 0;
  position: fixed;
  z-index: 9999;
  width: 230px;
  height: 75px;
  top: 100vh;
  left: 100vw;
  margin-left: -332px;
  margin-top: -174px;
}
.slide.fp-slide.fp-table.active {
  color: #fff;
}
.slide.fp-slide.fp-table.active .claim {
  position: relative;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.slide.fp-slide.fp-table.active .claim.left {
  left: 20%;
}
.slide.fp-slide.fp-table.active .claim.right {
  left: -20%;
  text-align: right;
}
.slide.fp-slide.fp-table.active .claim.move {
  opacity: 1;
}
.slide.fp-slide.fp-table.active .claim.top {
  top: -15%;
}
.slide.fp-slide.fp-table.active .claim.top.move {
  top: -20%;
}
.slide.fp-slide.fp-table.active .claim.middle {
  top: 0%;
}
.slide.fp-slide.fp-table.active .claim.middle.move {
  top: -5%;
}
.slide.fp-slide.fp-table.active .claim.bottom {
  top: 30%;
}
.slide.fp-slide.fp-table.active .claim.bottom.move {
  top: 20%;
}
