@charset "UTF-8";
@font-face {
  font-family: 'Museo500';
  src: url("../fonts/museo-sans-500.otf");
  src: local("˘"), url("../fonts/museo-sans-500.woff") format("woff"), url("../fonts/museo-sans-500.woff2") format("woff2"), url("https://www.printall.cz/fonts/Roc_WG__.ttf") format("truetype"), url("https://www.printall.cz/fonts/Roc_WG__.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo900';
  src: url("../fonts/museo-sans-900.otf");
  src: local("˘"), url("../fonts/museo-sans-900.woff") format("woff"), url("../fonts/museo-sans-900.woff2") format("woff2"), url("https://www.printall.cz/fonts/Roc_WG__.ttf") format("truetype"), url("https://www.printall.cz/fonts/Roc_WG__.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Museo500", Verdana;
  width: 100%;
  color: #181a20;
  font-size: 1rem;
  overflow-x: auto;
  min-width: 320px;
  color: #181a20;
  background: #f2f2f2;
}

body.preloader-site {
  overflow: hidden;
}

body.nolayout {
  background-color: #FFFFFF;
}

body.nolayout:before {
  content: none;
}

.preloader-wrapper {
  height: 100vh;
  width: 100%;
  background: #181a20;
  /* background: url("../images/homepage.png");
    background-size: cover; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-wrapper .preloader img {
  width: 10rem;
}

.overflow {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.load-hidden {
  visibility: hidden;
}

html.sr .load-hidden {
  visibility: hidden;
}

@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.container-fluid {
    .row {
         justify-content: center; 
    }
  }
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.hidden {
  -webkit-animation: fadeOut 2s;
          animation: fadeOut 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

section {
  position: relative;
}

section.content, header, footer {
  max-width: 2560px;
  padding: 0px 9.375rem;
}

section.content-full {
  max-width: 2560px;
  padding: 0;
}

p {
  font-size: 1.23rem;
  font-family: "Cousine", Verdana;
  font-weight: 100;
  /* max-width: 1200px; */
  width: 100%;
  color: #181a20;
  line-height: 2;
  letter-spacing: 1px;
}

h1 {
  font-size: 5rem;
  color: #FFF;
  font-family: "Museo900", Verdana;
  font-weight: 900;
}

h2, .h2 {
  font-size: 3.5rem;
  font-family: "Museo900", Verdana;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

h3 {
  font-size: 2rem;
  font-family: "Museo900", Verdana;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
}

#black {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 101;
  margin-top: 0px;
}

.caption-table {
  margin: 2rem auto;
  text-transform: uppercase;
}

.symbol {
  vertical-align: top;
  padding-right: .5rem;
}

.header-link {
  height: 0;
}

header {
  height: 5rem;
  background-color: transparent;
  position: absolute;
  top: 19px;
  width: 100%;
  z-index: 1000;
  max-width: 100%;
  margin: 0px auto;
}

header.scrolled {
  background-color: #181a20 !important;
  -webkit-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
  position: fixed;
  top: 0 !important;
}

.headline {
  margin-left: -27px;
  width: 200px;
  text-align: left;
  position: relative;
  left: 33px;
  margin-right: 20px;
}

*:focus {
  outline: 0 transparent;
}

button:focus {
  outline: 0 transparent;
}

.fancybox-bg {
  background: #181a20;
}

.overflow {
  overflow-x: scroll;
  overflow-y: visible;
}

.width-min {
  min-width: 100%;
  overflow-y: hidden;
}

.border-black {
  border: solid 2px #000;
}

@-webkit-keyframes move {
  0% {
    bottom: 52px;
  }
  5% {
    bottom: 35px;
  }
  10% {
    bottom: 52px;
  }
  15% {
    bottom: 35px;
  }
  20% {
    bottom: 52px;
  }
  100% {
    bottom: 52px;
  }
}

@keyframes move {
  0% {
    bottom: 52px;
  }
  5% {
    bottom: 35px;
  }
  10% {
    bottom: 52px;
  }
  15% {
    bottom: 35px;
  }
  20% {
    bottom: 52px;
  }
  100% {
    bottom: 52px;
  }
}

nav {
  position:relative;
  z-index: 0;
  max-width: 2264px;
  background: transparent;
  height: 116px;
  text-transform: uppercase;
  font-family: "Museo500", Verdana;
  color: #f5f5f5;
  height: 5rem;
  padding: 1rem 1rem !important;
}

nav #logo {
  margin-top: 3em;
  height: 8em;
}

nav .justify-content {
  position: absolute;
  right: 0px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav .nav-item {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 3px;
}

nav .nav-item.lng {
    position:relative;
    width:41px;
    height:41px;
    right:0;
}

nav .nav-link {
  position: relative;
  display: inline-block;
  color: #f5f5f5;
  margin-top: 0rem;
  letter-spacing: 3px;
}

nav .nav-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 3px;
  right: 0;
  background: #D8E2F2;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

nav .nav-link:before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 0px;
  right: 0;
  background: transparent;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

nav .nav-link:hover:after {
  width: 100%;
  left: 0;
  background: #D8E2F2;
}

nav .nav-link:hover:before {
  width: 100%;
  left: 0;
  background: transparent;
}

.nav-item.lng > span{
    width:42px;
    display:block;
    padding:0;
    height:10em;
}

nav .language {
  padding: 6px 5px 4px 6px!important;
  color:#181a20;
  background:#f5f5f5;
  border-radius: 0;
  position: absolute;
  top:0;
  left:0;
  border: solid 2px #f5f5f5;
  transition: background .1s;
  -webkit-transition: background .1s;
  margin-top: 0;
  font-family: "Museo900", Verdana;
  letter-spacing: 1px;
}

nav .nav-item.lng .language:nth-child(2) {
  top:42px;
  display:none;
}

nav .nav-item.lng .language:nth-child(3) {
  top:84px;
  padding: 6px 6px 4px 6px!important;
  display:none;
}

nav .nav-item.lng > span:hover .language:nth-child(2) {
    display:inline-block;
}

nav .nav-item.lng > span:hover .language:nth-child(3) {
    display:inline-block;
}

nav .language:hover {
  color: #f5f5f5;
  background: #181a20;
  text-decoration: none;
}

nav .nav-link.language:hover:after {
  background: transparent;
}

nav .navbar-brand {
  padding-left: 0px;
}

nav .navbar-toggler-icon {
  position: relative;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  right: -15px;
  top: 5px;
}

nav .navbar-toggler-icon span {
  display: inline-block;
  position: absolute;
  height: 3px;
  width: 28px;
  background-color: #B4B4B4;
  border-radius: 10px;
  opacity: 1;
  left: 3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

nav .navbar-toggler-icon span:nth-child(1) {
  top: 11px;
}

nav .navbar-toggler-icon span:nth-child(2) {
  top: 19px;
}

nav .navbar-toggler-icon span:nth-child(3) {
  top: 19px;
}

nav .navbar-toggler-icon span:nth-child(4) {
  top: 27px;
}

nav .navbar-toggler-icon.show span:nth-child(1) {
  top: 0px;
  left: 0px;
  background-color: transparent;
}

nav .navbar-toggler-icon.show span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav .navbar-toggler-icon.show span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav .navbar-toggler-icon.show span:nth-child(4) {
  left: 0px;
  top: 20px;
  background-color: transparent !important;
}

#landingpage {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  /* background: url('../images/hp/head-banner.jpg'); */
  background: rgba(24, 26, 32, 0.8);
  background-size: cover;
  max-width: 100%;
}

#landingpage video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#landingpage #filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(24, 26, 32, 0.84);
  min-height: 500px;
}

#landingpage .space {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 2264px;
  left: 50%;
}

#landingpage .xoxo {
  width: 15rem;
  margin-top: 2.5rem;
  letter-spacing: 3px;
  font-family: "Museo900", Verdana;
}

#landingpage #arrow-down {
  position: absolute;
  bottom: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: move;
          animation: move;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#landingpage #arrow-down img {
  width: 5.125rem;
}

#landingpage #hashtag {
  font-family: "Museo900", Verdana;
  position: absolute;
  bottom: 5rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #f5f5f5;
  letter-spacing: 2.5px;
}

#landingpage h1 {
  letter-spacing: 3px;
  font-family: "Museo900", Verdana;
}

#landingpage p {
  font-size: 17px;
  font-family: "Cousine", Verdana;
  font-weight: 100;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

#panels-desktop {
  width: 100%;
  .container-fluid {
    .row { 
        justify-content: center;
     }
  }
}

#panels-desktop .img-fluid {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s;
  transition: all 2s;
}

#panels-desktop .zoom-parent:hover .img-fluid {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#panels-desktop .zoom {
  overflow: hidden;
}

#panels-desktop .label-text {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #f5f5f5;
  line-height: 1.3;
  letter-spacing: 1px;
  display: inline-block;
  /* width: 255px; */
}

#panels-desktop .cursor {
  cursor: pointer;
}

#panels-desktop p.text2 {
  font-size: 1rem;
  font-family: "Cousine", Verdana;
  font-weight: 100;
  width: 100%;
  color: #181a20;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: left;
}

#panels-desktop .button-dark {
  background: #0F1223;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 900;
  margin: 0 auto 0 0;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-align: left;
  border: solid 2px #000;
  letter-spacing: 1px;
}

#panels-desktop .button-dark:hover {
  background: #FFF;
  color: #0F1223;
  text-decoration: none;
  border: solid 2px #000;
}

#panels-mobile {
  width: 100%;
}

#panels-mobile .img-fluid {
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s;
  transition: all 2s;
}

#panels-mobile .zoom-parent:hover .img-fluid {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#panels-mobile .zoom {
  overflow: hidden;
}

#panels-mobile .label-text {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #f5f5f5;
  line-height: 1.3;
  letter-spacing: 1px;
  display: inline-block;
  /* width: 255px; */
}

#panels-mobile .label-normal {
  display: block;
  margin-top: 1em;
  font-size: 1.56rem;
  color: #f5f5f5;
  line-height: 1;
}

#panels-mobile .transparent {
  color: transparent;
}

#panels-mobile .img {
  width: 100%;
  height: 100%;
  position: relative;
}

#panels-mobile div.img > img:nth-child(1n) {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .8s ease;
  -webkit-transition: opacity .9s ease;
  transition: opacity .9s ease;
  /* cursor: pointer; */
}

#panels-mobile div.img > img:nth-child(2n) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#panels-mobile div.img:hover > img:nth-child(1n) {
  opacity: 1;
}

#panels-mobile div.img:hover > img:nth-child(2n) {
  opacity: 0.8;
}

#panels-mobile .cursor {
  cursor: pointer;
}

#panels-mobile a.blue {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125em;
  background: #D8E2F2;
  color: #000;
  display: inline-block;
  border-radius: 16px;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
}

#panels-mobile a.blue:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

#panels-mobile ul.normal {
  list-style: none;
  margin-left: -50px;
}

#panels-mobile ul.reverse {
  list-style: none;
  direction: rtl;
  margin-right: -50px;
}

#panels-mobile ol, #panels-mobile ul, #panels-mobile dl {
  margin-top: 0;
  margin-bottom: 0;
}

#panels-mobile .text-top-left li {
  background: url("../images/hp/panels/right.svg");
  background-repeat: no-repeat;
  background-position-y: -0.375rem;
  background-position-x: left;
  padding-left: 2.5rem;
  min-height: 3rem;
  background-size: 2rem 3rem;
  text-align: left;
}

#panels-mobile .text-top-left .label {
  position: absolute;
  top: 2rem;
  left: 3rem;
  right: unset;
}

#panels-mobile .text-top-right li {
  background: url("../images/hp/panels/left.svg");
  background-repeat: no-repeat;
  background-position-y: -0.375rem;
  background-position-x: right;
  padding-right: 2.5rem;
  background-size: 2rem 3rem;
  text-align: right;
}

#panels-mobile .text-top-right .label {
  position: absolute;
  top: 2rem;
  left: unset;
  right: 2.4rem;
}

#panels-mobile .text-bottom-left li {
  background: url("../images/hp/panels/right.svg");
  background-repeat: no-repeat;
  background-position-y: -0.375rem;
  background-position-x: left;
  padding-left: 2.5rem;
  min-height: 3rem;
  background-size: 2rem 3rem;
  text-align: left;
}

#panels-mobile .text-bottom-left .label {
  position: absolute;
  top: unset;
  left: 3rem;
  bottom: 2rem;
}

#panels-mobile .text-bottom-right li {
  background: url("../images/hp/panels/left.svg");
  background-repeat: no-repeat;
  background-position-y: -0.375rem;
  background-position-x: right;
  padding-right: 2.5rem;
  background-size: 2rem 3rem;
  text-align: right;
}

#panels-mobile .text-bottom-right .label {
  position: absolute;
  top: unset;
  left: unset;
  right: 2.4rem;
  bottom: 2rem;
}

#panels-mobile .label-text {
  max-width: 700px;
  width: 100%;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 1.5px;
}

#panels-mobile .cos-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0f1223;
  opacity: .8;
  display: none;
}

#text #break {
  display: none;
}

#text h2 {
  line-height: 1.6;
}

#text h3 {
  font-size: 2.8rem;
  font-family: "Museo900", Verdana;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.125rem;
  line-height: 1.5;
}

#icons h3.under {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

#icons .img-center {
  width: 9rem;
}

#icons .plus-center {
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.5rem;
  font-weight: 500;
}

#icons .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17.5%;
  flex: 0 0 17.5%;
  max-width: 17.5%;
}

#icons .col-1.plus {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3%;
  flex: 0 0 3%;
  max-width: 3%;
}

#instagram {
  max-width: 2560px;
}

#instagram iframe {
  border: none;
  overflow: hidden;
}

#instagram .button-white {
  padding: 0.5rem 2rem;
  background: #0F1223;
  color: #FFF;
  text-transform: uppercase;
  font-size: 2.81em;
  font-weight: 900;
  margin: 0px auto;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-align: center;
  max-width: 21rem;
  font-size: 1.81em;
  border: solid 5px #000;
}

#instagram .button-white:hover {
  background: #FFF;
  color: #0F1223;
  text-decoration: none;
  border: solid 5px #000;
}

#clients .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  max-width: 6%;
  height: 180px;
}

#clients .col-1.plus {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.444%;
  flex: 0 0 4.444%;
  max-width: 4.444%;
  height: 180px;
  position: relative;
}

#clients .plus:nth-child(20) {
  display: none;
}

#clients .separator-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  height: 25px;
  width: 2px;
  background: #181a20;
}

#clients .logos-desktop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 7rem;
  max-height: 7rem;
  width: 100%;
}

#clients .logos-desktop img:nth-child(1n) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  /* cursor: pointer; */
}

#clients .logos-desktop img:nth-child(2n) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

#clients .logos-desktop img:hover:nth-child(1n) {
  opacity: 1;
}

#clients .logos-desktop img:hover:nth-child(2n) {
  opacity: 1;
}

#clients .img-center {
  max-width: 7rem;
  max-height: 7rem;
}

#clients .img-center-width {
  width: 100%;
  max-width: 7rem;
}

#clients .on {
  display: none;
}

#clients .img {
  position: relative;
}

#clients .logos-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 7rem;
  max-height: 7rem;
  width: 100%;
}

#clients .logos-mobile img:nth-child(1n) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  cursor: pointer;
}

#clients .logos-mobile img:nth-child(2n) {
  position: absolute;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#clients .logos-mobile img:hover:nth-child(1n) {
  opacity: 1;
}

#clients .logos-mobile img:hover:nth-child(2n) {
  opacity: 1;
}

footer {
  height: auto;
  width: 100%;
  z-index: 100;
  position: relative;
  letter-spacing: 1px;
  max-width: 100%;
  background-color: #181a20;
}

footer .container-fluid {
  max-width: 2264px;
}

footer .container-fluid.background {
  background: url("../images/footer/bg-right_2.png") no-repeat;
  background-position: top right;
  background-size: auto 100%;
}

footer .col-lg-3 {
  text-align: left;
}

footer #p {
  display: block;
  width: 6rem;
  margin: 5.625rem auto 4.688rem 0;
}

footer .col-first {
  width: 18%;
}

footer .col-second {
  width: 20%;
}

footer .col-third {
  width: 24%;
}

footer .col-fourth {
  width: 20%;
}

footer .menu {
  padding-bottom: 100px;
}

footer .menu a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

footer .menu a:hover {
  text-decoration: underline;
}

footer .adress {
  font-size: 1rem;
  color: #f5f5f5;
  font-weight: light;
  line-height: 2;
  font-family: "Museo500", Verdana;
  letter-spacing: 2px;
  white-space: nowrap;
}

footer a.link, footer p.link {
  font-size: 1rem;
  color: #fff !important;
  font-weight: 900;
  line-height: 1.8;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: none;
}

footer a.link.big, footer p.link.big {
  font-size: 1.3rem;
}

footer span.email {
  position: relative;
  top: -15px;
  font-size: 16px;
}

footer .time {
  letter-spacing: 0.0625rem;
}

footer #rights {
  font-family: "Museo500", Verdana;
  color: #B4B4B4;
  font-size: 1rem;
}

footer #rights a {
  color: #B4B4B4;
  text-decoration: underline;
}

footer #rights a:hover {
  text-decoration: none;
}

footer #copyright {
  font-family: "Museo500", Verdana;
  color: #B4B4B4;
  font-size: 16px;
}

footer #copyright a {
  color: #fff;
  text-decoration: underline;
}

footer #copyright a:hover {
  text-decoration: none;
}

footer h2 {
  color: #B4B4B4;
  text-align: center;
  margin-top: 5.375rem;
  margin-bottom: 5.375rem;
}

footer h4 {
  color: #f5f5f5;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
}

footer h5 {
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

footer .contacts {
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

footer .img-fluid {
  width: 100%;
}

footer .td-width {
  width: 7rem;
}

footer td {
  vertical-align: top;
}

.video-wrapper{
    position:relative;
}

.videobtn{
    position:absolute;
    top:50%;
    left:50%;
    background-image:url('../images/btn.png');
    background-position-y: center;
    background-repeat: no-repeat;
    background-size:100%;
    width:30%;
    height:19.2%;
    opacity: 0.5;
    display:block;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

#vizitky {
  width: 100%;
  height: 100vh;
  /* background: url('../images/vizitky/head-banner-vizitky.jpg'); */
  background-size: cover;
  max-width: 100%;
}

#vizitky video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#vizitky #filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(24, 26, 32, 0.84);
}

#vizitky .space {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 2264px;
  left: 50%;
}

#vizitky h1 {
  letter-spacing: 4px;
  font-family: "Museo900", Verdana;
}

#vizitky #arrow-down {
  position: absolute;
  bottom: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: move;
          animation: move;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#vizitky #arrow-down img {
  width: 5.125rem;
}

#vizitky p {
  font-size: 1.3rem;
  font-family: "Cousine", Verdana;
  font-weight: 100;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

#vizitky #hashtag {
  font-family: "Museo900", Verdana;
  position: absolute;
  bottom: 5rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #f5f5f5;
  letter-spacing: 2.5px;
}

#vizitky-menu {
  background: #afb9bf;
  height: 3.6rem;
}

#vizitky-menu .col {
  text-transform: uppercase;
  height: 100%;
  border-left: solid 1px #181a20;
  height: 3.2rem;
  background: #afb9bf;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#vizitky-menu .menuLink:nth-child(5n) {
  border-right: solid 1px black;
}

#vizitky-menu .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 1.5px;
  font-size: 1rem;
}

#vizitky-menu .menuLink {
  cursor: pointer;
}

#vizitky-menu a {
  color: #181a20 !important;
}

#vizitky-menu a:link .col {
  color: #181a20;
}

#vizitky-menu a:link .col .item {
  color: #181a20;
  text-decoration: none;
  border-bottom: solid 1px transparent;
  padding-bottom: 0;
  padding-top: 2px;
}

#vizitky-menu a:hover .col {
  color: #181a20;
}

#vizitky-menu a:hover .col .item {
  text-decoration: none;
  border-bottom: solid 1px #181a20;
  padding-bottom: 0;
  padding-top: 2px;
}

#vizitky-menu a:link:nth-child(5) .col {
  border-right: solid 1px #181a20;
}

#vizitky-selection {
  background: #f5f5f5;
}

#vizitky-selection p.text {
  text-transform: none;
  /* max-width: unset!important; */
  height: 70px;
  font-size: 1.23rem;
}

#vizitky-selection p.text2 {
  font-size: 1.1rem;
  letter-spacing: -1px;
  line-height: 1.3;
}

#vizitky-selection .container-fluid, #vizitky-selection .row {
  height: auto;
}

#vizitky-selection .col-3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  height: 100%;
  border-right: solid 1px #afb9bf;
}

#vizitky-selection .col-3 img {
  width: 3rem;
}

#vizitky-selection .col-3 ul {
  list-style: none;
  margin-left: -43px;
}

#vizitky-selection .col-3 li:nth-child(1) {
  white-space: nowrap;
}

#vizitky-selection .col-3 li {
  font-family: "Museo900", Verdana;
  background: url("../images/vizitky/right.svg");
  background-repeat: no-repeat;
  background-position-y: -0.375rem;
  background-position-x: left;
  padding-left: 3.15rem;
  min-height: 3rem;
  background-size: 2rem 3rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.3;
}

#vizitky-selection .col-3 .ks {
  font-weight: normal;
}

#vizitky-selection .col-3 .kcks {
  font-family: 'Museo900', Verdana;
  font-size: 1rem;
  white-space: nowrap;
}

#vizitky-selection .col-3 .prize {
  font-weight: normal;
  color: #f5f5f5;
  background: #181a20;
}

#vizitky-selection .col-3 .ks, #vizitky-selection .col-3 .kcks, #vizitky-selection .col-3 .prize {
  text-transform: none;
  font-family: "Museo900", Verdana;
  white-space: nowrap;
}

#vizitky-selection .col-3 p {
  text-transform: none;
}

#vizitky-selection .col-3:nth-child(4n) {
  border-right: none;
}

#vizitky-selection .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 1px;
}

#vizitky-selection .button-dark {
  font-family: 'Museo900';
  background: #0F1223;
  color: #FFF;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 auto 0 0;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-align: left;
  border: solid 5px #000;
  letter-spacing: 3px;
}

#vizitky-selection .button-dark a {
  color: #fff;
  text-decoration: none;
}

#vizitky-selection .button-dark:hover {
  background: #FFF;
  color: #0F1223;
  text-decoration: none;
  border: solid 5px #000;
}

#vizitky-selection .button-dark:hover a {
  color: #000;
  text-decoration: none;
}

#vizitky-selection .nobg {
  background: none !important;
}

#vizitky-selection p {
  margin-bottom: 4rem;
}

#vizitky-squares {
  width: 100%;
  font-family: "Cousine", Verdana;
}

#vizitky-squares .dark {
  position: absolute;
  background: rgba(24, 26, 32, 0.3);
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#vizitky-squares .dark.dark-video {
  position: absolute;
  background: rgba(15, 18, 35, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#vizitky-squares .videoplay:hover .dark.hover {
  background: rgba(24, 26, 32, 0);
}

#vizitky-squares .dark.hover:hover .label {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#vizitky-squares .dark.active {
  background: rgba(24, 26, 32, 0);
}

#vizitky-squares .dark.active .label {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#vizitky-squares .blue-bg {
  background: #181a20;
}

#vizitky-squares .border-square {
  display: block;
  position: relative;
  border: solid 0.6rem #303136;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #303136;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#vizitky-squares .border-square:hover {
  border: solid 0.6rem #f5f5f5;
  color: #f5f5f5;
}

#vizitky-squares .over06 {
  background-image: url("../images/vizitky/image06.jpg") !important;
}

#vizitky-squares .over15 {
  background-image: url("../images/vizitky/image15.jpg") !important;
}

#vizitky-squares .text-over {
  background-position: cover !important;
  background-size: 200%;
  background-position: top left;
}

#vizitky-squares .text-over:hover {
  background-position: cover !important;
  background-size: 200%;
  background-position: top right;
}

#vizitky-squares .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#vizitky-squares .popiska {
  margin-top: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #afb9bf;
  font-size: 1.5rem;
  width: auto;
  display: none;
  text-align: center;
}

#vizitky-squares .text-over:hover .popiska {
  display: block;
}

#vizitky-squares .hash {
  font-family: "Museo900", Verdana;
  position: absolute;
  left: 20px;
  bottom: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 1.8rem;
}

#vizitky-squares .square {
  width: 100%;
  height: 100%;
}

#vizitky-squares .label {
  /*font-family: "Museo500";*/
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #f5f5f5;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#graphic {
  width: 100%;
  height: 100vh;
  /* background: url('../images/vizitky/head-banner-vizitky.jpg'); */
  background-size: cover;
  max-width: 100%;
}

#graphic video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#graphic #filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(24, 26, 32, 0.84);
}

#graphic .space {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 2264px;
  left: 50%;
}

#graphic h1 {
  letter-spacing: 4px;
  font-family: "Museo900", Verdana;
}

#graphic #arrow-down {
  position: absolute;
  bottom: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: move;
          animation: move;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#graphic #arrow-down img {
  width: 5.125rem;
}

#graphic p {
  font-size: 1.3rem;
  font-family: "Cousine", Verdana;
  font-weight: 100;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

#graphic #hashtag {
  font-family: "Museo900", Verdana;
  position: absolute;
  bottom: 5rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #f5f5f5;
  letter-spacing: 2.5px;
}

#graphic-menu {
  background: #afb9bf;
  height: 3.6rem;
}

#graphic-menu .col {
  text-transform: uppercase;
  height: 100%;
  border-left: solid 1px #181a20;
  height: 3.2rem;
  background: #afb9bf;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#graphic-menu .menuLink:nth-child(5n) {
  border-right: solid 1px black;
}

#graphic-menu .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 1.5px;
  font-size: 1rem;
}

#graphic-menu .menuLink {
  cursor: pointer;
}

#graphic-menu a {
  color: #181a20 !important;
}

#graphic-menu a:link .col {
  color: #181a20;
}

#graphic-menu a:link .col .item {
  color: #181a20;
}

#graphic-menu a:hover .col {
  color: #181a20;
}

#graphic-menu a:hover .col .item {
  text-decoration: underline;
}

#graphic-menu a:link:nth-child(5) .col {
  border-right: solid 1px #181a20;
}

#graphic-selection {
  background: #f2f2f2;
}

#graphic-selection p.text {
  text-transform: none;
  max-width: unset !important;
  height: 70px;
  font-size: 1.23rem;
}

#graphic-selection p.text2 {
  height: auto;
  font-size: 1.1rem;
  letter-spacing: -1px;
  line-height: 1.3;
}

#graphic-selection .container-fluid, #graphic-selection .row {
  height: auto;
}

#graphic-selection .col-3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  border-right: solid 1px #afb9bf;
}

#graphic-selection .col-3 img {
  width: 3rem;
}

#graphic-selection .col-3 ul {
  list-style: none;
  margin-left: -43px;
}

#graphic-selection .col-3 li:nth-child(1) {
  white-space: nowrap;
}

#graphic-selection .col-3 li {
  font-family: "Museo900", Verdana;
  background: url("../images/vizitky/right.svg");
  background-repeat: no-repeat;
  background-position-y: -0.375rem;
  background-position-x: left;
  padding-left: 3.15rem;
  min-height: 3rem;
  background-size: 2rem 3rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.3;
}

#graphic-selection .col-3 .ks {
  font-weight: bold;
}

#graphic-selection .col-3 .kcks {
  font-weight: 100;
  font-size: 1rem;
  white-space: nowrap;
}

#graphic-selection .col-3 .prize {
  font-weight: 400;
  color: #f5f5f5;
  background: #181a20;
  white-space: nowrap;
}

#graphic-selection .col-3 .ks, #graphic-selection .col-3 .kcks, #graphic-selection .col-3 .prize {
  text-transform: none;
  font-family: "Museo900", Verdana;
  white-space: nowrap;
}

#graphic-selection .col-3 p {
  text-transform: none;
  max-width: 400px;
}

#graphic-selection .col-3:nth-child(4n) {
  border-right: none;
}

#graphic-selection .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 1px;
}

#graphic-selection .button-dark {
  font-family: 'Museo900';
  background: #0F1223;
  color: #FFF;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 auto 0 0;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-align: left;
  border: solid 5px #000;
  letter-spacing: 3px;
}

#graphic-selection .button-dark a {
  color: #fff;
  text-decoration: none;
}

#graphic-selection .button-dark:hover {
  background: #FFF;
  color: #0F1223;
  text-decoration: none;
  border: solid 5px #000;
}

#graphic-selection .button-dark:hover a {
  color: #000;
  text-decoration: none;
}

#graphic-selection .nobg {
  background: none !important;
}

#graphic-selection2 {
  background: #f2f2f2;
}

#graphic-selection2 p.text {
  text-transform: none;
  max-width: unset !important;
  height: 70px;
  font-size: 1.23rem;
}

#graphic-selection2 p.text2 {
  height: auto;
  font-size: 1.1rem;
  letter-spacing: -1px;
  line-height: 1.3;
}

#graphic-selection2 .container-fluid, #graphic-selection2 .row {
  height: auto;
}

#graphic-selection2 .col-3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  border-right: solid 1px #afb9bf;
  min-height: 230px;
}

#graphic-selection2 .col-3 img {
  width: 3rem;
}

#graphic-selection2 .col-3 ul {
  list-style: none;
  margin-left: -43px;
}

#graphic-selection2 .col-3 li:nth-child(1) {
  white-space: nowrap;
}

#graphic-selection2 .col-3 li {
  font-family: "Museo900", Verdana;
  background: url("../images/vizitky/right.svg");
  background-repeat: no-repeat;
  background-position-y: -0.375rem;
  background-position-x: left;
  padding-left: 3.15rem;
  min-height: 3rem;
  background-size: 2rem 3rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.3;
}

#graphic-selection2 .col-3 .ks {
  font-weight: bold;
}

#graphic-selection2 .col-3 .kcks {
  font-weight: 100;
  font-size: 1rem;
  white-space: nowrap;
}

#graphic-selection2 .col-3 .prize {
  font-weight: 400;
  color: #f5f5f5;
  background: #181a20;
  display: none;
}

#graphic-selection2 .col-3 .ks, #graphic-selection2 .col-3 .kcks, #graphic-selection2 .col-3 .prize {
  text-transform: none;
  font-family: "Museo900", Verdana;
  white-space: nowrap;
}

#graphic-selection2 .col-3 p {
  text-transform: none;
  max-width: 400px;
}

#graphic-selection2 .col-3:nth-child(4n) {
  border-right: none;
}

#graphic-selection2 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 1px;
}

#graphic-selection2 .button-dark {
  font-family: 'Museo900';
  background: #0F1223;
  color: #FFF;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 auto 0 0;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-align: left;
  border: solid 5px #000;
  letter-spacing: 3px;
}

#graphic-selection2 .button-dark:hover {
  background: #FFF;
  color: #0F1223;
  text-decoration: none;
  border: solid 5px #000;
}

#graphic-selection2 .nobg {
  background: none !important;
}

#graphics-logo-brand, #complex-graphics {
  width: 100%;
}

#graphics-logo-brand .col.square, #complex-graphics .col.square {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 16%;
}

#graphics-logo-brand .col.small, #complex-graphics .col.small {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 5%;
}

#graphics-logo-brand p.between, #complex-graphics p.between {
  color: #181a20;
  font-size: 1.5rem !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#graphics-logo-brand h4, #complex-graphics h4 {
  font-size: 1.3rem;
  font-family: "Museo900", Verdana;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#graphics-logo-brand .img-fluid, #complex-graphics .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

#graphics-logo-brand span.label, #complex-graphics span.label {
  position: absolute;
  width: 100%;
  bottom: -2rem;
}

#graphics-logo-brand a span.label, #complex-graphics a span.label {
  color: #181a20;
}

#graphics-logo-brand a:hover span.label, #complex-graphics a:hover span.label {
  color: #181a20;
}

#graphics-logo-brand .icon, #complex-graphics .icon {
  width: 3rem;
}

#graphics-logo-brand ul, #complex-graphics ul {
  list-style: none;
  margin-left: -43px;
}

#graphics-logo-brand li:nth-child(1), #complex-graphics li:nth-child(1) {
  white-space: nowrap;
}

#graphics-logo-brand li, #complex-graphics li {
  font-family: "Museo900", Verdana;
  background: url("../images/vizitky/right.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: -0.8rem;
  background-position-x: left;
  padding-left: 3.15rem;
  min-height: 3rem;
  background-size: 2rem 3rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.3;
}

#graphics-logo-brand .nobg, #complex-graphics .nobg {
  background: none !important;
}

#graphic-inst {
  width: 100%;
  font-family: "Cousine", Verdana;
}

#graphic-inst .dark {
  position: absolute;
  background: rgba(24, 26, 32, 0.3);
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#graphic-inst .dark:hover {
  background: rgba(24, 26, 32, 0);
}

#graphic-inst .blue-bg {
  background: #181a20;
}

#graphic-inst .border-square {
  display: block;
  position: relative;
  border: solid 0.6rem #303136;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  letter-spacing: 2px;
  color: #303136;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#graphic-inst .border-square:hover {
  border: solid 0.6rem #f5f5f5;
  color: #f5f5f5;
}

#graphic-inst .over06 {
  background-image: url("../images/vizitky/image06.jpg") !important;
}

#graphic-inst .over15 {
  background-image: url("../images/vizitky/image15.jpg") !important;
}

#graphic-inst .text-over {
  background-position: cover !important;
  background-size: 200%;
  background-position: top left;
}

#graphic-inst .text-over:hover {
  background-position: cover !important;
  background-size: 200%;
  background-position: top right;
}

#graphic-inst .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#graphic-inst .popiska {
  margin-top: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #afb9bf;
  font-size: 1.5rem;
  width: auto;
  display: none;
  text-align: center;
}

#graphic-inst .text-over:hover .popiska {
  display: block;
}

#graphic-inst .hash {
  font-family: "Museo900", Verdana;
  position: absolute;
  left: 20px;
  bottom: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 2rem;
}

#graphic-inst .square {
  width: 100%;
  height: 100%;
}

#graphic-squares {
  width: 100%;
  font-family: "Cousine", Verdana;
}

#graphic-squares .dark {
  position: absolute;
  background: rgba(24, 26, 32, 0.3);
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#graphic-squares .dark .label {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#graphic-squares .dark.hover:hover {
  background: rgba(24, 26, 32, 0);
}

#graphic-squares .dark.hover:hover .label {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#graphic-squares .dark.active {
  background: rgba(24, 26, 32, 0);
}

#graphic-squares .dark.active .label {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#graphic-squares .blue-bg {
  background: #181a20;
}

#graphic-squares .border-square {
  display: block;
  position: relative;
  border: solid 0.5rem #303136;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #303136;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#graphic-squares .border-square:hover {
  border: solid 0.5rem #f5f5f5;
  color: #f5f5f5;
}

#graphic-squares .over06 {
  background-image: url("../images/vizitky/image06.jpg") !important;
}

#graphic-squares .over15 {
  background-image: url("../images/vizitky/image15.jpg") !important;
}

#graphic-squares .text-over {
  background-position: cover !important;
  background-size: 200%;
  background-position: top left;
}

#graphic-squares .text-over:hover {
  background-position: cover !important;
  background-size: 200%;
  background-position: top right;
}

#graphic-squares .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#graphic-squares .popiska {
  margin-top: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #afb9bf;
  font-size: 1.5rem;
  width: auto;
  display: none;
  text-align: center;
}

#graphic-squares .text-over:hover .popiska {
  display: block;
}

#graphic-squares .hash {
  font-family: "Museo900", Verdana;
  position: absolute;
  left: 20px;
  bottom: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 2rem;
}

#graphic-squares .square {
  width: 100%;
  height: 100%;
}

#graphic-squares .label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #f5f5f5;
}

#kontakt-header {
  width: 100%;
  height: 100vh;
  /* background: url('../images/vizitky/head-banner-vizitky.jpg'); */
  background-size: cover;
  max-width: 100%;
}

#kontakt-header video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#kontakt-header #filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(24, 26, 32, 0.84);
}

#kontakt-header .space {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 2264px;
  left: 50%;
}

#kontakt-header h1 {
  letter-spacing: 4px;
  font-family: "Museo900", Verdana;
}

#kontakt-header #arrow-down {
  position: absolute;
  bottom: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: move;
          animation: move;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#kontakt-header #arrow-down img {
  width: 5.125rem;
}

#kontakt-header p {
  font-size: 1.3rem;
  font-family: "Cousine", Verdana;
  font-weight: 100;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

#kontakt-header #hashtag {
  font-family: "Museo900", Verdana;
  position: absolute;
  bottom: 5rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #f5f5f5;
  letter-spacing: 2.5px;
}

#kontakt {
  margin-top: 5rem;
  margin-bottom: 4rem;
  overflow-x: hidden;
  /* input[type=submit]{
        background-color: $black;
        color: $white;
        border: solid 3px $black;
        font-size: 2rem;
        letter-spacing: 4px;
    }
    input[type=submit]:hover{
        background-color: $white;
        color: $black;
        border: solid 3px $black;
        font-size: 2rem
    } */
}

#kontakt span {
  display: inline-block;
}

#kontakt a {
  margin-bottom: 30px;
  color: #181a20;
}

#kontakt a:hover {
  text-decoration: none;
}

#kontakt img {
  width: 3rem;
}

#kontakt #filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

#kontakt .adress {
  font-size: 1.4rem;
  color: #181a20;
  font-weight: light;
  line-height: 1.5;
  font-family: "Cousine", Verdana;
  letter-spacing: 2px;
}

#kontakt .time {
  letter-spacing: 0.0625rem;
}

#kontakt a.link.big, #kontakt p.link.big {
  font-size: 2.3rem;
  font-family: "Museo900", Verdana;
}

#kontakt label {
  font-size: 1.18rem;
  font-family: 'Museo900', Verdana;
}

#kontakt input[type=text], #kontakt input[type=email], #kontakt textarea {
  border: none;
  border-bottom: 2px solid #181a20;
}

#kontakt textarea {
  min-height: 10rem;
}

#kontakt td {
  vertical-align: top;
}

#kontakt .button-dark {
  font-family: 'Museo900';
  background: #0F1223;
  color: #FFF;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 auto 0 0;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-align: left;
  border: solid 5px #000;
  letter-spacing: 3px;
}

#kontakt .button-dark a {
  color: #fff;
  text-decoration: none;
}

#kontakt .button-dark:hover {
  background: #FFF;
  color: #0F1223;
  text-decoration: none;
  border: solid 5px #000;
}

#kontakt .button-dark:hover a {
  color: #000;
  text-decoration: none;
}

#kontakt a.svg:hover img {
  opacity: 0.6;
}

#kontakt a.bigger {
  font-family: 'Museo900', Verdana;
  letter-spacing: 0.15rem;
  position: relative;
  top: 0.8rem;
}

#kontakt .col-12:nth-child(2) {
  border-left: solid 1px #999999;
}

#kontakt p {
  font-size: 1.4rem;
  font-family: "Cousine", Verdana;
  max-width: 1200px;
  width: auto;
  color: #181a20;
  line-height: 1.5;
  letter-spacing: 2px;
}

#kontakt span.bigger {
  font-size: 2.3rem;
  font-family: 'Museo900', Verdana;
  letter-spacing: 0.15rem;
  position: relative;
  top: 0.55rem;
}

#kontakt .td-width-2 {
  width: 15%;
}

#kontakt .button-blue {
  background: #181a20;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 900;
  margin: 0 auto 0 0;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-align: left;
  border: solid 2px #181a20;
  letter-spacing: 1px;
  font-family: "Museo500", Verdana;
}

#kontakt a:hover .button-blue {
  background: #f5f5f5;
  color: #181a20;
  text-decoration: none;
  border: solid 2px #000;
}

#map {
  height: 600px;
  width: 100%;
}

#header-vizitky-link {
  height: 0;
}

#header-vizitky-link div {
  height: inherit;
}

#text h2, #text .h2 {
  line-height: 1.8;
}

#vizitky-selection p.text, #graphic-selection p.text {
  height: 100px;
}

#vizitky-selection li, #graphic-selection li {
  height: 38px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.caption-table td {
  text-align: left;
}

table.rot:hover .rotate {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

video.square{
    display:block;
}

@media all and (max-width: 2560px) {
  section.content, header, footer {
    max-width: 2560px;
    padding: 0px 9.375rem;
  }
  #landingpage .space, #vizitky .space, #kontakt-header .space, #graphic .space {
    position: absolute;
    top: 50%;
    -webkit-transform: none;
            transform: none;
    width: auto;
    max-width: 100%;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media all and (max-width: 2200px) {
  html {
    font-size: 90%;
  }
  section.content, header, footer {
    padding: 0px 5rem;
  }
  section.content-full {
    padding: 0;
  }
}

@media all and (max-width: 2000px) {
  html {
    font-size: 90%;
  }
}

@media all and (max-width: 1920px) {
  html {
    font-size: 80%;
  }
  section.content, header, footer {
    padding: 0px 9rem;
  }
  section.content-full {
    max-width: 2560px;
    padding: 0;
    margin: 0;
  }
  header, nav {
    height: 9rem;
  }
  #clients .col-1, #clients .col-1.plus {
    height: 150px;
  }
  #vizitky-menu .col, #graphic-menu .col {
    font-size: 1.2rem;
  }
  #vizitky, #graphic, #kontakt {
    min-height: 650px;
  }
  #vizitky video, #graphic video, #kontakt video {
    min-height: 650px;
  }
  #vizitky #filter, #graphic #filter, #kontakt #filter {
    min-height: 650px;
  }
  h2, .h2 {
    font-size: 2.3rem;
  }
  #graphic-selection p.text2, #vizitky-selection p.text2, #graphic-selection2 p.text2 {
    width: 100%;
  }
  #kontakt {
    margin-bottom: 2rem;
  }
  #hashtag {
    font-size: 2.2rem !important;
  }
}

@media all and (max-width: 1800px) {
  html {
    font-size: 70%;
  }
  #clients .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
    height: 139px;
  }
  #clients .col-1.plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.444%;
    flex: 0 0 4.444%;
    max-width: 4.444%;
    position: relative;
    height: 139px;
  }
  #clients .plus:nth-child(20) {
    display: none;
  }
  #clients .on {
    display: none;
  }
  header {
    height: 4rem;
  }
  nav {
    height: 4rem;
    /* .justify-content{
            top: 0.83rem;
        } */
  }
  nav #logo {
    height: 3rem;
  }
  nav .nav-item {
    font-size: 1em;
  }
  h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 2.1rem;
  }
  section.content, header, footer {
    padding: 0px 8rem;
  }
  section.content-full {
    padding: 0;
    margin: 0;
  }
}

@media all and (max-width: 1700px) {
  #vizitky-carousel .slick-prev, #graphic-carousel .slick-prev {
    left: -95px;
  }
  #vizitky-carousel .slick-next, #graphic-carousel .slick-next {
    right: -95px;
  }
  #vizitky-selection p.text, #graphic-selection p.text {
    height: 100px;
  }
  #vizitky-selection li, #graphic-selection li {
    height: 38px;
  }
  #vizitky-menu .col, #graphic-menu .col {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 1600px) {
  footer .col-first {
    width: 18%;
  }
  footer .col-second {
    width: 20%;
  }
  footer .col-third {
    width: 26%;
  }
  footer .col-fourth {
    width: 20%;
  }
}

@media all and (max-width: 1500px) {
  html {
    font-size: 67%;
  }
  #vizitky-carousel .slick-prev, .slick-next {
    display: none !important;
  }
  #vizitky-carousel .slick-prev, .slick-next {
    display: none !important;
  }
  section.content, header, footer {
    padding: 0px 13rem;
  }
  section.content-full {
    padding: 0;
    margin: 0;
  }
  #panels-desktop h3 {
    font-size: 1.555rem;
  }
}

@media all and (max-width: 1439px) {
  html {
    font-size: 75%;
  }
  section.content, header, footer {
    padding: 0px 6rem;
  }
  section.content-full {
    padding: 0;
    margin: 0;
  }
  #clients .col-1 .col-1.plus {
    height: 150px;
  }
  /* #clients img {
        max-width: 5rem;
    } */
}

@media all and (max-width: 1365px) {
  #icons h3.under {
    letter-spacing: 1px;
  }
  #icons .plus-center {
    font-size: 3rem;
  }
  #icons .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }
  #icons .col-1.plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5%;
    flex: 0 0 2.5%;
    max-width: 2.5%;
  }
  #panels-mobile .label-text {
    font-size: 1.5rem;
  }
  p {
    font-size: 1.13rem !important;
    text-align: left;
  }
  #panels-mobile .text-top-left li {
    background-size: auto 3rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-top-right li {
    background-size: auto 3rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-bottom-left li {
    background-size: auto 3rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-bottom-right li {
    background-size: auto 3rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #vizitky-menu .col {
    font-size: 1.1rem;
  }
  #vizitky-squares .border-square {
    font-size: 2rem;
  }
  #graphic-selection p.text2, #vizitky-selection p.text2, #graphic-selection2 p.text2 {
    max-width: 300px;
  }
  #graphics-logo-brand p.between, #complex-graphics p.between {
    font-size: 1.2rem;
  }
  #graphics-logo-brand span.label, #complex-graphics span.label {
    font-size: .8rem;
  }
  #vizitky-selection .slick-dots {
    bottom: -65px;
  }
}

@media all and (max-width: 1199px) {
  section.content, header, footer {
    padding: 0px 4rem;
  }
  #vizitky-squares .border-square, #graphic-squares .border-square {
    border: solid .2rem;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  #vizitky-squares .border-square:hover {
    border: solid .2rem #FFF;
  }
  #graphic-squares .border-square:hover {
    border: solid .2rem #FFF;
  }
  #icons .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #icons .col-1.plus {
    display: none;
  }
  #vizitky, #graphic, #kontakt-header {
    height: 100vh;
  }
  #vizitky video, #graphic video, #kontakt-header video {
    height: 100vh;
  }
  #vizitky #filter, #graphic #filter, #kontakt-header #filter {
    height: 100vh;
  }
  #vizitky-menu .col, #graphic-menu .col {
    border-left: solid 1px #181a20;
  }
  #vizitky-menu a:link:nth-child(1) .col, #vizitky-menu a:link:nth-child(2) .col, #vizitky-menu a:link:nth-child(3) .col, #graphic-menu a:link:nth-child(1) .col, #graphic-menu a:link:nth-child(2) .col, #graphic-menu a:link:nth-child(3) .col {
    border-bottom: solid 1px #181a20;
  }
  #vizitky-menu a:link:nth-child(3) .col, #graphic-menu a:link:nth-child(3) .col {
    border-right: solid 1px #181a20;
  }
  #vizitky-selection .slick-dots, #graphic-selection .slick-dots, #graphic-selection2 .slick-dots {
    top: 293px !important;
  }
  #vizitky-squares .content, #graphic-squares .content {
    left: 20px;
    font-size: 2rem;
  }
  #vizitky-squares .hash, #graphic-squares .hash {
    font-size: 1.4rem;
  }
  #kontakt .col-12:nth-child(2) {
    border-left: none;
  }
  footer {
    background-image: none;
  }
  footer .col-first {
    width: 21%;
  }
  footer .col-second {
    width: 23%;
  }
  footer .col-third {
    width: 31%;
  }
  footer .col-fourth {
    width: 25%;
  }
  footer .text-small {
    font-size: .8rem;
  }
  footer .container-fluid.background {
    background-image: none;
  }
  #clients .img-center {
    max-width: 4.5rem;
    max-height: 7rem;
  }
  #clients .separator-bg {
    height: 20px;
    width: 1px;
  }
  #vizitky-selection .slick-dots, #graphic-selection .slick-dots, #graphic-selection2 .slick-dots {
    top: 247px !important;
  }
  nav .justify-content {
    position: absolute;
    right: 0px;
    background: transparent;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .lastimage-contact .col:nth-child(9n) {
    display: none;
  }
  .lastimage-contact .col:nth-child(10n) {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  #landingpage, #kontakt-header {
    height: 100vh;
  }
  #landingpage video, #kontakt-header video {
    height: 100vh;
    min-height: 500px;
  }
  #landingpage #filter, #kontakt-header filter {
    height: 100vh;
    min-height: 500px;
  }
  #vizitky, #graphic, #kontakt-header {
    height: 100vh;
    min-height: 500px;
  }
  #vizitky #filter, #graphic #filter, #kontakt-header #filter {
    height: 100vh;
    min-height: 500px;
  }
  #vizitky video, #graphic video, #kontakt-header video {
    height: 100vh;
    min-height: 500px;
  }
  #vizitky-squares .content, #graphic-squares .content {
    left: 20px;
    font-size: 1.5rem;
    top: 83px;
  }
  #vizitky-squares .hash, #graphic-squares .hash {
    font-size: 1.2rem;
  }
  #arrow-down {
    bottom: calc(2.4rem + 56px) !important;
  }
  #hashtag {
    bottom: 10rem !important;
  }
}

@media all and (max-width: 991.98px) {
  html {
    font-size: 80%;
  }

  section.content, header, footer {
    padding: 0px 6rem;
  }
  nav #logo {
    height: 2.5rem;
  }
  nav {
    padding: 0rem 1rem !important;
  }
  nav .icon {
    height: 1.5rem;
  }
  header {
    top: 15px;
  }
  header.scrolled {
    top: 0 !important;
  }
  header, nav {
    height: 4rem;
  }

  #panels-mobile .text-top-left .label {
    left: 4rem;
  }
  #panels-mobile .text-bottom-right .label {
    right: 3rem;
  }
  #vizitky p, #graphic p {
    line-height: 1.3;
    width: 100%;
    padding-right: 15px;
    text-align: left;
  }
  /* #vizitky #hashtag, #graphic #hashtag, #kontakt #hashtag{
        bottom: 3rem;
    } */
  #landingpage .space, #vizitky .space, #graphic .space, #kontakt-header .space {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    max-width: 100%;
    left: auto;
  }
  #landingpage .space {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #hashtag {
    /* bottom: 6rem!important; */
    font-size: 2rem !important;
  }
  h1 {
    font-size: 4rem;
  }
  section.content, header, footer {
    padding: 0px 2rem;
  }
  p {
    font-weight: 300;
  }
  section.content, header, footer {
    padding: 0px 3rem;
  }
  section.content-full {
    padding: 0;
    margin: 0;
  }
  #panels-mobile .text-top-left li {
    background-size: auto 2.85rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-top-right li {
    background-size: auto 2.85rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-bottom-left li {
    background-size: auto 2.85rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-bottom-right li {
    background-size: auto 2.85rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #clients .slick-list {
    width: calc( 100% - 20px);
  }
  #clients .col-1 {
    height: 162px;
    background: url("../images/hp/logos/separator.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 1px 20px;
  }
  #clients .logos-mobile {
    max-width: 5rem;
    max-height: 5rem;
  }
  #clients .on {
    display: block;
  }
  #clients .off {
    display: none;
  }
  /*  #clients img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform:translate(-50%,-50%);
        width: 100%;
    } */
  #icons .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  #icons .col-1:nth-child(7n), #icons .col-1:nth-child(9n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #vizitky-squares .hash, #graphic .hash {
    font-size: 1.2rem;
  }
  #vizitky, #graphic, #kontakt {
    min-height: 500px;
  }
  #vizitky video, #graphic video, #kontakt video {
    min-height: 500px;
  }
  #vizitky #filter, #graphic #filter, #kontakt #filter {
    min-height: 500px;
  }
  footer .col-first {
    width: 50%;
  }
  footer .col-second {
    width: 50%;
  }
  footer .col-third {
    width: 50%;
  }
  footer .col-fourth {
    width: 50%;
  }
  .navbar-toggler {
    z-index: 100;
  }
  .navbar-collapse {
    position: absolute;
    top: -17px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 50%;
    left: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-collapse.show {
    left: 0;
  }
  nav .justify-content {
    position: absolute;
    -webkit-transform: none;
    transform: none;
    left: unset;
    width: 291px;
    right: -45px;
    top: unset;
    float: right;
    background: #000;
    padding-top: 4rem;
  }
  nav .nav-item {
    text-align: left;
  }
  .navbar-nav .letter-spacing {
    letter-spacing: 1px;
  }
  .text-md-center {
    text-align: left !important;
  }
  #vizitky-squares .m-label .label, #graphic-squares .m-label .label {
    color: #181a20;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    display: none;
  }
  #vizitky-squares .m-label img, #graphic-squares .m-label img {
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #vizitky-squares .m-label:hover .label, #graphic-squares .m-label:hover .label {
    color: #181a20;
    -webkit-transition: all 1s;
    transition: all 1s;
    display: none;
  }
  #vizitky-squares .m-label:hover img, #graphic-squares .m-label:hover img {
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #arrow-down img {
    width: 3.48rem !important;
  }
  nav .nav-link:after {
    content: '';
    background: none;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
  }
  nav .nav-link:before {
    content: '';
    background: none;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
  }
  nav .nav-link:hover:after {
    background: none;
  }
  nav .nav-link:hover:before {
    background: none;
  }
  nav .nav-link {
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
  }
  nav .nav-link:hover {
    color: #afb9bf;
  }
  .navbar-toggler {
    padding: 0.25rem 1rem;
  }
  #graphics-logo-brand, #complex-graphics {
    width: 100%;
  }
  #graphics-logo-brand .col.square, #complex-graphics .col.square {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 30%;
  }
  #graphics-logo-brand .col.small, #complex-graphics .col.small {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 5%;
  }
  #kontakt {
    margin-top: 1rem;
  }
  #graphics-logo-brand .col.square, #complex-graphics .col.square {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 280.6px;
    max-width: 30%;
  }
  #graphics-logo-brand .col.small, #complex-graphics .col.small {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 46.6px;
    max-width: 5%;
  }
  #graphics-logo-brand span.label, #complex-graphics span.label {
    bottom: -3rem;
  }
  #graphics-logo-brand span.label, #complex-graphics span.label {
    font-size: 1.3rem;
  }
  .lastimage-graphic .col:nth-child(4n) {
    display: none;
  }
  .lastimage-contact .col:nth-child(9n) {
    display: block;
  }
  .lastimage-contact .col:nth-child(10n) {
    display: none;
  }
  .lastimage-production .col:nth-child(31n) {
    display: none;
  }
  .lastimage-production .col:nth-child(32n) {
    display: none;
  }
  #arrow-down.load-hidden {
    visibility: visible !important;
    -webkit-animation: none !important;
            animation: none !important;
  }

  .nav-item.lng > span{
    width:100%;
  }

    nav .language {
      padding: 6px 5px 4px 6px!important;
      color:#181a20;
      background:#f5f5f5;
      border-radius: 0;
      position: absolute;
      top:0;
      left:0;
      border: solid 2px #f5f5f5;
      transition: background .1s;
      -webkit-transition: background .1s;
      margin-top: 0;
      font-family: "Museo900", Verdana;
      letter-spacing: 1px;
    }

    nav .nav-item.lng .language:nth-child(2) {
      top:0;
      left:42px;
      display:block;
    }

    nav .nav-item.lng .language:nth-child(3) {
      top:0;
      left:84px;
      padding: 6px 6px 4px 6px!important;
      display:block;
    }

    nav .nav-item.lng > span:hover .language:nth-child(2) {
        display:block;
    }

    nav .nav-item.lng > span:hover .language:nth-child(3) {
        display:block;
    }
}

@media all and (max-width: 767.98px) {
  #vizitky-squares .border-square {
    font-size: 1.7rem;
  }
  #vizitky-squares .content {
    left: 20px;
    font-size: 2rem;
  }
  #vizitky-squares .hash {
    font-size: 1.4rem;
  }
  footer .menu-footer {
    padding-bottom: 0px;
  }
  footer .text-small {
    font-size: 1rem;
  }
  footer #rights {
    font-size: 1rem;
  }
  #clients .col-1 {
    height: 162px;
  }
  #vizitky-menu a:link:nth-child(3) .col, #graphic-menu a:link:nth-child(3) .col {
    border-right: none;
  }
  #vizitky-menu a:link:nth-child(2) .col, #vizitky-menu a:link:nth-child(4) .col, #graphic-menu a:link:nth-child(2) .col, #graphic-menu a:link:nth-child(4) .col {
    border-right: solid 1px #181a20;
  }
  #vizitky-menu a:link:nth-child(4) .col, #graphic-menu a:link:nth-child(4) .col {
    border-bottom: solid 1px #181a20;
  }
  #vizitky-selection p.text, #graphic-selection p.text, #graphic-selection2 p.text {
    height: auto;
  }
  #vizitky-selection li, #graphic-selection li, #graphic-selection2 li {
    height: auto;
  }
  #vizitky-selection .slick-dots, #graphic-selection .slick-dots, #graphic-selection2 .slick-dots {
    top: 265px !important;
  }
  #vizitky-selection .col-3, #graphic-selection .col-3, #graphic-selection2 .col-3 {
    border: none;
  }
  #vizitky-selection .slider .container-fluid, #graphic-selection .slider .container-fluid, #graphic-selection2 .slider .container-fluid {
    max-width: 341px;
    margin-left: 0;
  }
  #graphic-selection .col-3 {
    height: 254px;
  }
  nav .navbar-toggler-icon {
    top: 0px;
  }
  nav .navbar-toggler-icon {
    top: 5px;
    right: -23px;
  }
  .caption-table {
    margin-left: 0;
  }
  .caption-table td {
    text-align: left;
  }
  #graphics-logo-brand span.label, #complex-graphics span.label {
    bottom: -3rem;
  }
  #graphics-logo-brand span.label, #complex-graphics span.label {
    font-size: 1.3rem;
  }
  #landingpage, #kontakt-header, .fit {
    height: calc(100vh - 56px);
  }
  #landingpage video, #kontakt-header video, .fit {
    height: calc(100vh - 56px);
    min-height: 500px;
  }
  #landingpage #filter, #kontakt-header filter {
    height: calc(100vh - 56px);
    min-height: 500px;
  }
  #vizitky, #graphic, #kontakt-header {
    height: calc(100vh - 56px);
    min-height: 500px;
  }
  #vizitky #filter, #graphic #filter, #kontakt-header #filter {
    height: calc(100vh - 56px);
    min-height: 500px;
  }
  #vizitky video, #graphic video, #kontakt-header video {
    height: calc(100vh - 56px);
    min-height: 500px;
  }
  .lastimage-graphic .col:nth-child(4n) {
    display: block;
  }
  .lastimage-contact .col:nth-child(10n) {
    display: block;
  }
  .lastimage-production .col:nth-child(31n) {
    display: block;
  }
  .lastimage-production .col:nth-child(32n) {
    display: block;
  }
  #arrow-down {
    bottom: 2.4rem !important;
  }
  #hashtag {
    bottom: 6rem !important;
  }
  .preloader-wrapper .preloader img {
    width: 6.746rem;
  }
}

@media all and (max-width: 575.98px) {
  html {
    font-size: 75%;
  }
  nav #logo-p {
    width: 2.3rem;
    position: relative;
    top: -4px;
  }
  nav .navbar-toggler-icon {
    top: 1px;
    right: -25px;
  }
  h1 {
    font-size: 3rem;
  }
  #panels-mobile .label {
    top: 1.5rem;
    bottom: 1.3rem;
    z-index: 100;
  }
  #panels-mobile .label .label-normal {
    display: none;
  }
  #icons h3.under {
    font-size: 14px;
    letter-spacing: 1px;
    max-width: 200px;
  }
  #icons .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #icons .col-1:nth-child(9n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #vizitky-squares .border-square, #graphic-squares .border-square {
    font-size: 1.4rem;
  }
  #vizitky-squares .content, #graphic-squares .content {
    left: 20px;
    font-size: 2rem;
  }
  #vizitky-squares .hash, #graphic-squares .hash {
    font-size: 1.4rem;
    left: 20px;
    bottom: 15px;
  }
  #vizitky-menu .symbol, #graphic-menu .symbol {
    display: none;
  }
  #vizitky-selection .col-3, #graphic-selection .col-3, #graphic-selection2 .col-3 {
    border: none;
  }
  #vizitky-selection .slick-dots, #graphic-selection .slick-dots, #graphic-selection2 .slick-dots {
    top: 244px !important;
  }
  #panels-mobile .text-top-left li {
    background-size: auto 2.85rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-top-right li {
    background-size: auto 2.85rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-bottom-left li {
    background-size: auto 2.85rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-bottom-right li {
    background-size: auto 2.85rem;
    background-position-y: -.6rem;
    padding-left: 2rem;
  }
  #panels-mobile .cos-filter {
    display: block;
  }
  #panels-mobile .label-text {
    font-size: 1.2rem;
  }
  #panels-mobile .text-top-left li {
    background-size: auto 2.5rem;
    background-position-y: -0.5 0.1rem;
    padding-left: 2rem;
  }
  #panels-mobile .text-bottom-right li {
    background-size: auto 2.5rem;
    background-position-y: -0.5 0.1rem;
    padding-left: 2rem;
  }
  #clients img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 5rem;
    width: 100%;
  }
  #clients .col-1 {
    background: none;
  }
  #vizitky-menu, #graphic-menu {
    padding: 0;
  }
  #vizitky-menu a:link:nth-child(1) .col, #vizitky-menu a:link:nth-child(3) .col, #graphic-menu a:link:nth-child(1) .col, #graphic-menu a:link:nth-child(3) .col {
    border-right: solid 1px #181a20;
  }
  #vizitky-menu .item, #graphic-menu .item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    letter-spacing: 1px;
  }
  #logo-footer {
    width: 12rem;
  }
  #graphic-selection .col-3, #graphic-selection2 .col-3 {
    height: 226px;
  }
  #text h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
  #text h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  #text .h2 {
    line-height: 1.4;
  }
  footer .col-first {
    width: 100%;
  }
  footer .col-second {
    width: 100%;
  }
  footer .col-third {
    width: 100%;
  }
  footer .col-fourth {
    width: 100%;
  }
  #vizitky-selection .slick-dots, #graphic-selection .slick-dots, #graphic-selection2 .slick-dots {
    top: 220px !important;
  }
  #kontakt .adress {
    font-size: 1.4rem;
  }
  section.content, header, footer {
    padding: 0px 2rem;
  }
  #kontakt p {
    font-size: 1rem;
  }
  #kontakt a.link.big {
    font-size: 1.8rem;
  }
  #kontakt a img {
    width: 1.8rem;
  }
  #kontakt span.bigger {
    font-size: 1.8rem;
  }
  #kontakt .td-width {
    letter-spacing: .5px;
    white-space: nowrap;
  }
  #kontakt .text-letter-spacing {
    letter-spacing: .5px;
  }
  #graphics-logo-brand, #complex-graphics {
    width: 100%;
    /*  .col.square {
            -ms-flex-preferred-size: 0;
            flex-basis: 100%;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
        }
        .col.small {
            -ms-flex-preferred-size: 0;
            flex-basis: 100%;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
        } */
  }
  #graphics-logo-brand p.between, #complex-graphics p.between {
    font-size: 1.5rem;
  }
  #graphics-logo-brand h4, #complex-graphics h4 {
    font-size: 1.5rem;
  }
  #graphics-logo-brand .col.square, #complex-graphics .col.square {
    min-width: 250px;
    max-width: unset;
  }
  #kontakt a {
    font-size: 1.4rem;
  }
  #graphics-logo-brand p.between, #complex-graphics p.between {
    font-size: 1.5rem !important;
  }
  #panels-mobile ul.normal {
    list-style: none;
    margin-left: -61px;
  }
  #panels-mobile .text-top-right .label {
    right: 2.5rem;
  }
  #panels-mobile .text-bottom-right .label {
    right: 2.5rem;
  }
}

@media all and (max-width: 450px) {
  section {
    padding: 0px 15px 0 15px;
  }
  #vizitky-squares .border-square, #graphic-squares .border-square {
    font-size: 1.1rem;
  }
  #kontakt a {
    font-size: 1.4rem;
  }
  #clients .col-1 {
    height: 120px;
  }
  #icons .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
  }
  #clients .slick-list {
    max-width: calc( 100% - 20px);
  }
  #vizitky-squares .content, #graphic-squares .content {
    left: 10px;
    font-size: 1.4rem;
    position: static;
    top: 1rem;
    -webkit-transform: none;
    transform: none;
  }
  #vizitky-squares .hash, #graphic-squares .hash {
    font-size: 1.1rem;
    left: 10px;
    bottom: 15px;
  }
  #vizitky, #graphic, #kontakt-header {
    height: calc(100vh - 56px);
    min-height: 500px;
  }
  #vizitky #filter, #graphic #filter, #kontakt #filter {
    height: calc(100vh - 56px);
    min-height: 500px;
  }
  #vizitky video, #graphic video, #kontakt video {
    height: calc(100vh - 56px);
    min-height: 500px;
  }
  #text h3 {
    font-size: 1.8rem;
  }
  #kontakt img {
    width: 3rem;
  }
  .col-1:nth-child(7n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media all and (max-width: 375px) {
  section.content, header, footer {
    padding: 0px 15px;
  }
  section.content-full {
    padding: 0px;
  }
  .navbar {
    top: -4px;
  }
  nav .navbar-toggler-icon {
    top: 4px;
    right: -28px;
  }
  nav .navbar-toggler-icon span {
    width: 28px;
  }
  footer {
    overflow-x: hidden;
  }
  #panels-mobile .text-top-left li {
    background-position-y: -.5rem;
  }
  #panels-mobile .text-top-right li {
    background-position-y: -.5rem;
  }
  #panels-mobile .text-bottom-left li {
    background-position-y: -.5rem;
  }
  #panels-mobile .text-bottom-right li {
    background-position-y: -.5rem;
  }
  #panels-mobile .label .label-text {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  #vizitky-squares .border-square {
    font-size: 1.1rem;
  }
  #vizitky-squares .extrasize {
    height: 178px;
  }
  #vizitky-squares .hash {
    font-weight: 100;
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
  #landingpage .claim-bg {
    display: none;
  }
  #panels-mobile .text-top-left .label {
    left: 2.35rem;
    top: 1.3rem;
  }
  #panels-mobile .text-top-right .label {
    right: 1.5rem;
    top: 1.3rem;
  }
  #panels-mobile .text-bottom-left .label {
    left: 2.35rem;
    top: 1.3rem;
  }
  #panels-mobile .text-bottom-right .label {
    right: 1.5rem;
    bottom: 1.3rem;
  }
  #text #break {
    display: block;
  }
  #clients .col-1 {
    overflow-x: hidden;
    padding: 0;
  }
  #clients .col-1 img {
    max-width: 6rem;
  }
  #clients .slick-list {
    max-width: calc( 100% - 20px);
  }
  #vizitky #hashtag, #graphic #hashtag, #kontakt #hashtag {
    letter-spacing: 1px;
  }
  .break-m {
    height: 20px;
  }
  #kontakt .td-width {
    width: 49px;
  }
  .kcks {
    padding-left: 0.75rem;
  }
  nav #logo-p {
    top: 0px;
  }
  #panels-mobile ul.normal {
    list-style: none;
    margin-left: -50px;
  }
}

@media all and (max-width: 320px) {
  #vizitky-squares .content, #graphic-squares .content, #kontakt .content {
    margin-left: 0;
    font-size: 1.3rem;
    position: static;
    margin-top: 0;
    -webkit-transform: none;
    transform: none;
  }
  #vizitky-selection .slick-dots, #graphic-selection .slick-dots, #graphic-selection2 .slick-dots {
    top: 231px !important;
  }
  #kontakt img {
    width: 2.5rem;
  }
  #kontakt .adress {
    margin-left: 2rem !important;
  }
  #kontakt p {
    margin-left: 2rem !important;
  }
  #graphics-logo-brand .col.square, #complex-graphics .col.square {
    min-width: 211px;
    max-width: unset;
  }
}
/*# sourceMappingURL=styles.css.map */