@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
/*  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;*/
}

body {
  font-family: Montserrat, sans-serif;
  color: #282828;
}

footer {
  width:100%;
  background-color: #484848;
  color: white;
  z-index:99999;
  vertical-align: center;
  padding: 20px 4% 20px 4%;
}

footer ul {
    list-style: none;
    overflow: hidden;
    margin: auto auto;
    text-align: center;
    padding: 0;
    color: white;
    background:transparent;
}

footer .copyright {
  padding: 0 20%;
  text-align: center;
}

footer .copyright p {
  font-size: 14px;
}

footer strong {
  color: #eb6e20;
}

footer a {
  color: #eb6e20;
}

footer a:hover {
  color: #eb6e20;
}

footer .odkazy {
  text-align: center;
  margin: 2% 0;
}

footer .odkazy i {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    padding: 6px;
    font-size: 21px;
}

footer .odkazy a{
  color: #484848;
}


footer .odkazy i:hover {
  background: #eb6e20;
  color: white;
}

strong{
  color: #eb6e20 !important;
}

.barva{
  color:#eb6e20 !important;

}

.zfp-logo{
  max-width: 100px;
}

.zfp-logo-hl{
  max-width: 170px;
}


.strecha{
  opacity: 0.3;
  width: 100%;
}


footer ul a {
    padding: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

footer li {
  display: inline-block;
  padding: 0 30px;
  font-size:14px;
}

footer p {
  font-size: 16px;
  font-weight: 400;
}


a {
  text-decoration: none;
  color: #282828;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #282828;
  cursor: pointer;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-size: 60px;
  padding-top: 0%;
  margin-bottom: 2%;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  font-size: 45px;
  padding-top: 0%;
  margin-bottom: 2%;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
    font-size: 24px;
    padding-top: 0%;
    margin-bottom: 2%;
    font-weight: 900;
    text-transform: uppercase;
}


#samusebe {
    padding: 13% 10%;
}

.dovednostx {
    width: 33%;
    padding: 1%;
    margin: 0% 0;
}

.dovednostix {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4%;
}


@media only screen and (max-width: 1200px){
.dovednostx {
    width: 50%;
    margin: 3% 0;
}
}

@media only screen and (max-width: 800px){
.dovednostx {
    width: 100%;
    margin: 4% 0;
}

.video-bg-banner p {
    color: #ffffff !important;
}
}


/*-------------------------------NAVIGACE---------------------------------*/


.navigace {
    position: absolute;
    font-size: 50px;
    bottom: 30%;
    left: 10%;
    /* right: 0; */
    /* margin-right: 4%; */
    color: #ED6E02;
}

.navigace i {
    transform: scale(1);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    background-color: #282828;
    padding: 15px 20px;
    border-radius: 50%;
}

 .navigace i:hover {
    transform: scale(1.1);
    background-color: #282828;
}

.navigace a {
  color: #eb6e1f;
}

.navigace a:hover {
  color: #eb6e1f;
}

.detail-nav{
    max-width: 230px;
    margin: 10px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.detail-nav p{
  margin-bottom: 0px !important;
}


/*----------------------------IKONY V EDIT COUNTER------------------------*/

.vyber-ikon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3%;
}

.detail-ikony {
    font-size: 50px;
    color: white;
}

.vyber-ikon input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    background: transparent;
}

.vyber-ikon label {
    background: transparent;
    color: grey;
    font-size: 30px;
    /* line-height: 1; */
    text-align: center;
    /* padding: 8px 16px; */
    /* margin-right: -1px; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
    transition: all 0.1s ease-in-out;
    /* width: 80px; */
    /* heigth: 80px; */
}

.vyber-ikon label:hover {
    cursor: pointer;
}

.vyber-ikon input:checked + label {
background: transparent;
color: white;
box-shadow: none;
font-weight: 300;
}




/*------------------------------------CIRCLE------------------------------*/


.circle-two {
    position: absolute;
    top: calc(50% - 213px);
    left: calc(50% - 185px);
    width: 370px;
    height: 370px;
    background: transparent;
    border: 4px dotted rgba(255,255,255,.2);
    border-radius: 50%;
    animation: rotate 25s linear infinite;
    z-index: -2;
}

.circle-tree {
    position: absolute;
    top: calc(50% - 223px);
    left: calc(50% - 195px);
    width: 390px;
    height: 390px;
    background: transparent;
    border: 4px dotted rgba(255,255,255,.6);
    border-radius: 50%;
    animation: rotateback 25s linear infinite;
    z-index: -2;
}

@keyframes rotate {
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}

@keyframes rotateback {
  0%{transform: rotate(0deg);}
  100%{transform: rotate(-360deg);}
}


/*-------------------------------------šipka nahoru-----------------------*/

#topBtn {
    display: none;
    border-radius: 50%;
    border: 0;
    position: fixed;
    bottom: 36px;
    right: 35px;
    z-index: 999999;
    width: 80px;
    height: 80px;
    background-color: #939396;
    padding: 1%;
}

#topBtn img {
    transform: rotate(180deg);

}

#topBtn:hover {
  border: none;
  color: #ED6E02;
  transform: scale(0.9);
}


/*-------------------------------------------MENU--------------------------------------------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: white;
    box-shadow: 1px 1px rgba(0,0,0,0.1);
    z-index: 999999;
}

#login {
    position: fixed;
    top: 22px;
    right: 5%;
    color: #eb6e1f;
    font-size: 24px;
    cursor:pointer;
}

#login:hover {
    transform: scale(1.1);
    color: #282828;
}



.header ul {
    list-style: none;
    overflow: hidden;
    background-color: white;
    margin: 0;
    padding: 0;
}

.header ul a {
    padding: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.cool-link::after {
  content: "";
  display:block;
  width: 0;
  height: 2px;
  background: #282828;
  transition: width .3s;
}

.cool-link:hover::after {
width:100%;
transition: width .3s;
}

.header .menu-icon {
    margin-right: 9%;
    padding: 36px 20px;
    position: relative;
    float: right;
    cursor: pointer;
}

.header .menu-icon .nav-icon{
  background-color: #333;
  display: block;
  height: 2px;
  width:18px;
  position: relative;
  transition: background 0.2s ease-out;
}

.header .menu-icon .nav-icon:before{
  background-color: #333;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  top: 5px;
}

.header .menu-icon .nav-icon:after{
  background-color: #333;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  top: -5px;
}

.header .menu-btn{
  display: none;
}

.header .menu-btn:checked ~ .menu{
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon{
  background:transparent;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon:before{
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon:after{
  -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg);
  top: 0;
}

.menu{
    max-height: 0;
    clear: both;
    transition: max-height 0.2s ease-out;

}

.logo-menu {
    display: block;
    float: left;
    margin-left: 5%;
    padding: 6px 15px;
    width: auto;
    height: 70px;
    z-index: 999999;
}

.logo-banner {
    width: 80px;
}

@media (min-width: 48em) {
  .header li {
    float:left;
  }
  .header li a {
    padding: 26px 30px;
  }

  .header .menu{
    clear: both;
    float:right;
    max-height: none;
    position: fixed;
    top: 0;
    right: 8%;
    background: transparent;
  }
  .header .menu-icon{
    display:none;
  }

}





.parallax-section {
  min-height: 750px;
  max-height: 100vh;
  background: transparent;
  color: #282828;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: -1px;
}

.parallax-section .image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  padding:20%;
}

.text-block {
  display: block;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 50vh;
  padding: 20%;
  position: relative;
  z-index: 2;
  overflow: overlay;
  background-color: white;
  margin-top: -1px;
  margin-bottom: -1px;
}

strong {
  font-weight: 600;
}

button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #282828;
    font-size: 18px;
    font-weight: 400;
    margin-top: 3%;
    -webkit-transition: all .45s;
     -moz-transition: all .45s;
      -ms-transition: all .45s;
       -o-transition: all .45s;
          transition: all .45s;
    cursor: pointer;
    background: transparent;
}

button:hover{
    border: 2px solid #eb6e1f;
    color: #eb6e1f;
    transform: scale(0.9);
}

button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    border: 2px solid #282828;
    font-size: 18px;
    font-weight: 400;
    margin-top: 3%;
    -webkit-transition: all .45s;
     -moz-transition: all .45s;
      -ms-transition: all .45s;
       -o-transition: all .45s;
          transition: all .45s;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    color: #282828;
}

.button:hover {
    border: 2px solid #eb6e20;
    color: #eb6e20;
    transform: scale(0.9);
}

/*-----------------------------------------ICONY-------------------------------------------------------*/
#icony {
    padding: 14px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: solid 4px #eb6e1f;
    font-size: 55px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #939396;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}

#icony:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}



/*-----------------------------------------DOVEDNOSTI--------------------------------------------------*/

.dovednosti {
    display: flex;
    flex-wrap: wrap;
}

.dovednost {
    width: 50%;
    padding: 3%;
    margin: 4% 0;
}

/*-----------------------------------------KONTAKTY--------------------------------------------------*/

.kontakty {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
    justify-content: center;
}

.kontakty h3 {
  text-transform: none;
  font-weight: 600;
}

.kontakty h3 a {
  color: #282828;
}

.kontakty .banner-zmena {
  top: unset;
  right: unset;
  margin-left: 7%;
  margin-top: -2%;
}

.polozka {
    width: 33.3%;
    padding: 3%;
}

/*----------------------------------------COOKIES------------------------------------------------------*/
.cookie-banner {
  display:none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  box-shadow: 4px 3px 11px rgba(0,0,0,0.15);
  box-shadow: 4px 3px 11px rgba(0,0,0,0.15);
  -webkit-box-shadow: 4px 3px 11px rgba(0,0,0,0.15);
  -moz-box-shadow: 4px 3px 11px rgba(0,0,0,0.15);
}

.cookie-banner .container {
    background: white;
    padding: 25px 10% 25px 10%;
}

.cookie-banner .container a {
    float: right;
    margin: 2px 5px;
    width: 100%;
    text-align: center;
}

.cistic {
    clear: both;
    border: 0;
}

.text-block#cookie {
  height:100vh;
}

/*----------------------------------------ZFP BUTTON---------------------------------------------------
.zfp-button {
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 15px 14px 20px;
  text-transform: uppercase;
  -webkit-box-shadow: 4px 4px 0px 0px #dedfdf;
  box-shadow: 4px 4px 0px 0px #dedfdf;
  position: relative;
  margin-right: 29px;
  margin-top: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
  -o-transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  background: #ed6e04;
  color: #fff;
  text-decoration: none;
}

.zfp-button::before {
  content: '';
  display: block;
  position: absolute;
  right: -24px;
  top: 4px;
  font-size: 20px;
  color: #ed6e04;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #dedfdf;
  -o-transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
}

.zfp-button::after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  font-size: 20px;
  color: #ed6e04;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  -o-transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  border-color: transparent transparent transparent #ed6e04;
}


.zfp-button:focus:before, a:hover:before {
  right: -21px;
  top: 1px;
}

.zfp-button:hover {
  text-decoration: none;
  margin-top: 3px;
  margin-bottom: 1px;
  margin-left: 3px;
  margin-right: 26px;
  -webkit-box-shadow: 1px 1px 0px 0px #dedfdf;
  box-shadow: 1px 1px 0px 0px #dedfdf;
  color: white;
  border: none;
}

*/

/*---------------------------------------REFERENCE-----------------------------------------------------*/

.modul-reference {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
}

.reference{
    width: 46%;
    height: 100%;
    margin: 1% 2% 3% 2%;
    box-shadow: 4px 3px 11px rgba(0,0,0,0.15);
    box-shadow: 4px 3px 11px rgba(0,0,0,0.15);
    -webkit-box-shadow: 4px 3px 11px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 3px 11px rgba(0,0,0,0.15);

}
.reference-detail {
    background-color: #f2f2f2;
    padding: 25px;
}
/*.reference::after {
    content: "";
    position: absolute;
    margin-top: -5px;
    margin-left: -10%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 25px 0 25px;
    border-color: #f2f2f2 transparent transparent transparent;
}*/
.reference-detail-text{
  margin-bottom: 40px;
}
.reference-detail-text p {
  margin-top:10%;

}
.reference-detail-jmeno {
  margin-bottom: 3%;
}
.reference-detail-jmeno h3{
  color: #eb6e1f;
  padding-top: 40px;
}
.reference-detail-jmeno p{
  line-height: 1.1;
  
}
/*.reference-detail-text p::before{
    font-family: 'FontAwesome';
    content: "\201C";
    font-size: 70px;
    font-style: normal;
    line-height: 0;
    color: #ED6E02;
}*/

.reference-detail-obrazek {
    width: 150px;
    height: 150px;
    background-size: cover;
    border-radius: 50%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    margin: 3% auto 3% auto;
    border: 4px solid white;
}

/*.hvezdy {
  margin-bottom: 3%;
}

.hvezdy span::before {
  font-family: "Font Awesome 5 free";
    content: "\f005";
    color: #ED6E02;
    font-weight: 900;
}*/

/*-----------------------------------------------BRAND LOGO SLIDER-----------------------------------*/

.single-logo img {
  filter:grayscale(1);
  transition: all 0.5s;
}

.single-logo img:hover {
  filter:grayscale(0);
}

.owl-carousel .owl-item {
    transform: scale(0.6) !important;
}

/*-------------------------------------------PLOVOUCÍ-------------------------------------------------*/
.plovouci {
    background: rgba(255, 255, 255, 0.8);
    padding: 5% 5%;
    position: absolute;
    min-height: 500px;
    width: 50%;
    top: 10%;
    left: 5%;
    z-index: 5;
    box-shadow: 2px 2px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*---------------------------------------------RADIO BUTTON------------------------------------------*/

.switch-field {
display: flex;
flex-wrap: wrap;
margin-bottom: 36px;
overflow: hidden;
text-align: center;
align-items: center;
justify-content: center;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
background-color: #B68F40;
color: white;
box-shadow: none;
font-weight: 300;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/*---------------------------------------------SEKCE-------------------------------------------------*/

#sekce0{
  height: 100vh;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

#sekce3{
  height: 100vh;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.parallax2 {
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

#sekce10 {
  min-height: 300px;
}

#sekce10 .nadpis{
    text-align: center;
    padding: 13% 10% 5% 10%;
    margin: auto auto;
}

#sekce10 h2{
    color: #eb6e1f;
    font-size: 24px;
    font-weight: 400;
    margin-top: -10px;
    padding-top:0;
}

#sekce1 {
  padding: 10%;
}

#sekce1 .divider-bottom{
  fill: #eb6e1f;
}

#sekce2 {
    min-height: 0;
    padding: 2% 10%;
    background-color: #eb6e1f;
    margin-bottom: -1px;
}

#sekce3 .divider-top{
  fill: #ffffff;
}


#sekce3 {
    min-height: 850px !important;
    max-height: none !important;
}

#sekce3 .divider-bottom{
  fill: white;
}

#sekce0 .divider-bottom{
  fill: #f2f2f2;
}

#sekce4 .divider-bottom{
  fill: #f2f2f2;
}

#sekce4.text-block {
  padding: 10%;
}

#sekce14 .divider-bottom{
  fill: #f2f2f2;
}

#sekce14.text-block {
  padding: 10%;
  background-color:#F2F2F2;
}

#sekce14 .reference-detail {
    background-color: #ffffff;
}

#sekce5 {
    background-color: #F2F2F2;
    padding: 10%;
}

#sekce6 {
  padding: 10%;
}

#sekce11{
  padding: 20% 10%;
}

#sekce20{
  padding: 5% 10%;
}

#sekce10 .divider-bottom{
  fill: #ffffff;
}

#sekce6 .divider-top{
  fill: #F2F2F2;
}


#sekce7.parallax-section {
    height: unset;
    min-height: 100vh;
    max-height: unset;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#sekce7 .divider-bottom {
    fill: white;
}


#sekce8 h2 {
  padding: 0 10%;
}

#sekce8 p {
  padding: 0 10% 3% 10%;
}

#sekce8 {
    padding: 10% 0 10% 0;
    background-color: white;
    min-height: 150px;
}


#sekce p {
  padding: 0 10% 3% 10%;
}

#sekce {
    padding: 10% 0 10% 0;
    background-color: #F2F2F2;
    min-height: 150px;
}

#sekce8 .divider-bottom {
    fill: #484848;
    bottom: 0;
}



#sekce11 .divider-bottom {
    fill: #484848;
    bottom: 0;
}

#sekce20 .divider-bottom {
    fill: #484848;
    bottom: 0;
}


/*#sekce1.text-block {
  background-color: white;
  padding: 10% 0 10% 0;
}

#sekce0 .divider-bottom {
  fill: white;
}

#sekce2 .divider-top {
   fill: white;
}

#sekce7.parallax-section .image-block {
  padding: 0;
}

#sekce7 .divider-bottom {
  fill: #ffffff;
}

#sekce7 {
   padding: 5%;
}

#sekce8 {
   padding: 5%;
}

#sekce9 {
    padding: 5% 0 5% 0;
    background-color: #F2F2F2;
    min-height: 150px;
}

#sekce9 .divider-bottom {
    fill: #484848;
    bottom: 0;
}*/

/*-------------------------------------------- NEW NOVINKY----------------------------------------------*/

.novinky {
    display: flex;
    margin-top: 3%;
    flex-wrap: wrap;
}

.novinka {
    font-family: Montserrat, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-width: 220px;
    width: 31%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    margin: 1%;
    box-shadow: 4px 3px 11px rgba(0,0,0,.15);
    transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}
.novinka:hover {
  box-shadow: none;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
    min-width: 100%;
    height: 230px;
    vertical-align: top;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    filter: grayscale(1);
}
figure.snip1208 figcaption {
    padding: 25px;
    position: relative;
    text-align: center;
}
figure.snip1208 .date,
figure.snip1208 i {
  background-color: #eb6e1f;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 110px;
  position: absolute;
  text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
    display: block;
    line-height: 30px;
    padding: 0 2%;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-style: normal;
  font-weight: 600;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
/*figure.snip1208 button {
  border: medium none;
  padding: 10px 20px;
  background-color: #ed6e04;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}*/
figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: none;
}
figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: #d46204;
}*/

/*figure.snip1208:hover .zfp-button:before,
figure.snip1208.hover .zfp-button:before {
  right: -21px;
  top: 1px;
}*/

figure.snip1208:hover button,
figure.snip1208.hover button {
  text-decoration: none;
  margin-top: 3px;
  margin-bottom: 1px;
  margin-left: 3px;
  margin-right: 26px;
  -webkit-box-shadow: 1px 1px 0px 0px #dedfdf;
  box-shadow: 1px 1px 0px 0px #dedfdf;
  color: white;
  border: none;
}

/*----------------------------------------BANNER--------------------------------------------------------*/

.banner-zmena {
    position: absolute;
    top: 100px;
    right: 4%;
    font-size: 30px;
    color: #ED6E02;
    background-color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.banner-zmena:hover {
    transform: scale(0.9);
    box-shadow: none;
    background-color: #f8f8f8;
}

.far.fa-edit {
    padding: 16px;
}

.banner-zmena#hlavni {
    right: 4%;
    position: absolute;
    top: 40px;
}

.count-area-content .banner-zmena {
    position: relative;
    right: 0% !important;
    top: 0;
    display: block;
    margin: -6% 68%;
}

.dovednost .banner-zmena {
    position: relative;
    right: 0% !important;
    top: 0;
    display: block;
    margin: -9% 73%;
}


/*-----------------------------------------SVG logo----------------------------------------------------*/

.prostor-svg-logo {
  width: 180px;
  margin-top: -15%;

}

.svg-logo {
  width: 100%;
  height: auto;
}

.prostor-pro-ikony {
  display:none;
  width: 100px;
  position: fixed;
  top: 0px;
  right: 80px;
  z-index: 99999;
  cursor: pointer;
}

.png-facebook {
  width: 36px;
  height: auto;
  transition: all 0.2s;
}

.png-instagram {
  width: 36px;
  height: auto;
  transition: all 0.2s;
  margin-top: 1px;
}

.png-facebook:hover {
  transform: scale(0.91);
}

.png-instagram:hover {
  transform: scale(0.91);
}




/*------------------------------------VIDEO BG---------------------------------------------------------*/


#video-bg {
  z-index: -1;
  min-width:100%;
  height:auto;
  position: fixed;
  top: 0;
  left: 0;
}

.video-bg-banner {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:20%;
  color: white;

}

/*
.video-bg-banner::after {
  content: "";
  background: url(http://localhost:8888/tomassikora.cz/media/mrizka.png);
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
*/

.video-bg-banner h1 {
    display:none;
    font-size: 40px;
    padding-top: 0%;
    margin-bottom: 0%;
    font-weight: 400;
    margin-top: 10%;
}

.video-bg-banner h2 {
    font-size: 80px;
    padding-top: 0%;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #eb6e1f !important;
}

.video-bg-banner p {
  font-weight: 300;
  font-size: 24px;
  color: #282828;
}

.parallax-section .tlacitko-dolu {
  position: absolute;
  bottom:40px;

}






/*---------------------------------------------DELETE------------------------------------------------*/

.full-img-detail{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 200px;
    margin-top: -20%;
}

.detail-img{
  width: 100%
}






/*---------------------------------------ADMINISTRACE-------------------------------------------------*/

.text-block.administrace {
  background-color:#0D1F2D;
  min-height: 100vh;
  overflow: hidden;
}

.administrace-obsah {
    width: 300px;
    height: 300px;
    position: absolute;
    padding: 0;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
}

.text-block.administrace h2 {
    color: #D5DFCC;
    font-size: 40px;
}

.text-block.administrace button {
    border: 2px solid darkgrey;
    color: white;
    margin-top: 0px;
    background: darkgrey;
}

.text-block.administrace .button {
    border: 2px solid #686868;
    color: white;
    margin-top: 0px;
    background: #686868;
}

.text-block.administrace .button.neadmin {
  margin-top: 3%;
}

.text-block.administrace .button:hover{
    border: 2px solid #484848;
    background: #484848;
    transform: scale(1);
}

.text-block.administrace p{
  color: white;
}

#prihlaseni p, #registrace p {
    position: absolute;
    font-size: 16px;
    top: calc(50% + 180px);
    left: calc(50% - 150px);
    color: #B68F3F;
}

#administrace p{
    position: relative;
    font-size: 16px;
    color: #B68F3F;
}

.text-block.administrace h3{
  color:white;
  
}

#administrace {
  height: 100vh;
}

#banner {
  padding: 5% 20%;
}

/*------------------------------------FORMULARE-------------------------------------------------------*/

table {
  float: right;
  margin-top:2%;
}

[type="text"] {
    width: 50%;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    min-width: 300px;
    background: #E8F0FE;
}

textarea {
  width: 100%;
  color: #282828;
  padding: 10px;
  font-size: 20px;
  font-weight: 300;
  border-radius: 5px;
  max-width: 100% !important;
  min-width: 100% !important;
}

[type="password"] {
    width: 50%;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    min-width: 300px;
    background: #E8F0FE;
}

.doplnujici-info {
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 4%;
    line-height: 1.2;
    position: relative !important;
    font-size: 16px;
    top: 0 !important;
    left: 0 !important;
    color: white !important;
}

.bg-miniry {
    position: absolute !important;
    font-size: 300px !important;
    top: calc(50% - 150px) !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: .8 !important;
    left: calc(50% - 550px) !important;
    z-index: -3 !important;
    color: rgba(255,255,255,.03) !important;
}

.doplnujici-info a {
    color: #D5DFCC;
}

.doplnujici-info a:hover {
  color: white;
}

[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

[type="file"] + label {
  background: #282828;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  padding: 30% 20%;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  min-height: 47px;
  min-width: 100%;
  max-width: 100%;
  margin-top: -18px;
  height: 300px;
  text-align: center;
}

[type="file"] + label svg {
    margin-right: 10px;
    fill: #ffffff;
    float: right;
}

.custom-field {
    margin-bottom: 5px;
}

.form-button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    width: 300px;
    background: #B68F40;
    border-radius: 5px;
    border: 2px solid #B68F40;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -ms-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}

.form-button.delete {
    background: orangered;
    border: 2px solid orangered;
}

.form-button:hover {
   background: #A8833A;
   border: 2px solid #A8833A;
}

.custom-file {
    text-align: right;
}

/*--------------------------------------BLOG-----------------------------------------------------------*/

/*.text-block-blog {
  padding: 10%;
  display: block;
  text-align: center;
  background-color: white;
}

.text-block-blog h2 {
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.top-blog {
  width:100%;
  height: 500px;
  background-color: white;
  display: flex;
}

.top-odd-left-box {
  width: 50%;
  height:100%;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.top-odd-right-box {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.top-odd-right-box p {
    padding-left: 3%;
}

.popisek {
    font-size: 18px;
    margin-bottom: 1%;
}

.blog {
  width:100%;
  height: 300px;
  background-color: white;
  display: flex;
  margin-bottom: 3%;
}

.odd-left-box {
  width: 35%;
  height:100%;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.odd-right-box {
  width: 65%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.odd-right-box p {
    padding-left: 3%;
}

.even-left-box {
  width: 65%;
  height:100%;
  background: white;
  box-sizing: border-box;
  text-align: center;
}
.even-left-box p {
    padding-right: 3%;
}


.even-right-box {
  width: 35%;
  height: 100%;
  box-sizing: border-box;
  clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 100% 100%);
}

.top-odd-right-box h3 {
  margin-top: 8%;
}

#showpost {
    margin-top: 5%;
}*/

/*--------------------------------------POČÍTADLO------------------------------------------------------*/

.count-area {
    position: relative;
    text-align: center;
    color: white;
    display: flex;
    flex-wrap: wrap;
}
.count-area-content {
    margin: 50px 0;
    width:25%;
}
.count-icon i {
    font-size: 48px;
}
.count-digit {
    margin: 5px 0px;
    color: white;
    font-weight: 900;
    font-size: 60px;
}

.count-digit::after {
    content: "+";
    position:absolute;
    font-size:30px;
    font-weight: 900;
}

.count-title {
    font-size: 20px;
    color: white;
}





/*----------------------------------BLOG EDIT---------------------------------------------------------*/

.admin-button-right {
    font-size: 30px;
    text-align: right;
    min-height: 40px;
    margin-bottom: 3%;
}

.admin-button-left {
    font-size: 30px;
    text-align: left;
    min-height: 40px;
    margin-bottom: 3%;
}

.zmena-odkaz {
    margin: 95px 0 0 25px;
    position: absolute;
    color: #ED6E02;
    z-index: 555;
    border-radius: 50%;
    background-color: white;
    width: 60px;
    height: 60px;
    box-shadow: 1px 1px rgba(0,0,0,.1);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.reference-detail .zmena-odkaz {
    margin: -4% 0 0 9.5%;
}

.reference-detail .smazani-odkaz {
    margin: -4% 0 0 14%;
  }

.zmena-odkaz .far{
    padding:16px;
    font-size: 30px;
}

.zmena-odkaz .fas{
    padding:16px;
    font-size: 30px;
}

.smazani-odkaz {
    margin: 160px 0 0 25px;
    position: absolute;
    color: red;
    z-index: 555;
    border-radius: 50%;
    background-color: white;
    width: 60px;
    height: 60px;
    box-shadow: 1px 1px rgba(0,0,0,.1);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.zmena-odkaz:hover {
    transform: scale(0.9);
    box-shadow: none;
    background-color: #f2f2f2;
    color: #ED6E02;
}
.smazani-odkaz:hover {
    transform: scale(0.9);
    box-shadow: none;
    background-color: #f2f2f2;
    color: red;
}

.smazani-odkaz .far{
    padding:16px;
    font-size: 30px;
}

.smazani-odkaz .fas{
    padding: 16px 20px;
    font-size: 30px;
}

/*--------------------------------DETAIL POST---------------------------------------------------------*/

.text-block.detail {
  height: 500px;
  padding: 0;
  overflow: hidden;
}

.text-block.detailtext p {
    margin-bottom: 5%;
}

.text-block.detail .full-img-detail {
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0%;
}

.text-block.detailtext {
  padding: 5% 10% 10% 10%;
}

.detail-img {
    min-width: 100%;
    min-height: 500px;
    width: auto;
}

.krizek-zpet {
  position:absolute;
  top:70px;
  right:5%;
  z-index:99999;
}

.krizek-zpet .fas {
    font-size: 40px;
    margin-left: 0px;
        -webkit-transition: all .45s;
   -moz-transition: all .45s;
    -ms-transition: all .45s;
     -o-transition: all .45s;
        transition: all .45s;
}

.krizek-zpet .fas:hover {
    transform: scale(1.3);
}


.dovednosti button {
  margin-top: 5% !important;
}





/*---------------------------------BANER + TEXT---------------------------------------------------------*/

.parallax-section .image-block.parallax1 {
  background-image: url('http://localhost:8888/MINIRY/media/elearning-martin-gezo-zfp-akademie-banner-ostrava-financni-poradce-finance-poradenstvi.jpg');
  background-position: bottom left;

}

.banner-txt {
    position: absolute;
    right: 10%;
    left: 35%;
    top: auto;
}

.banner-txt h2{
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 15px;
    text-shadow: 2px 2px 20px rgba(255,255,255,0.2);
}

.banner-txt p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 50px;
  text-shadow: 2px 2px 20px rgba(255,255,255,0.2);
}

/*---------------------------------------BANNER ADMINISTRACE------------------------------------------*/
.upload-img-area {
display: flex;
flex-wrap: wrap;
width: 100%;
height: 300px;
overflow: hidden;
margin: 5% 0;
}
.old-img {
border: 2px dotted grey;
width: 49%;
overflow: hidden;
text-align: center;
margin-right: 2%;
}
.old-img img {
height: 300px;
width: auto;
margin: auto;
text-align: center;
}
.new-img {
border: 2px dotted grey;
width: 49%;
overflow: hidden;
text-align: center;
}
.new-img img {
height: 300px;
width: auto;
margin: auto;
text-align: center;
}
.name-old-img {
position: absolute;
margin: -12% 0% 0% 10%;
display:none;
}
.chces-video{
  padding-top:5px;
  margin-right:2%;
}

.banner-zmena#footer {
    top: auto !important;
}



/*----------------------------------------DIVIDER-----------------------------------------------------*/

.divider-bottom {
  width: 100%;
  height: 5vh;
  fill: white;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 1;
}

.divider-top {
  width: 100%;
  height: 5vh;
  fill: white;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}


/*---------------------------------------tlacitko dolu a nahoru-------------------------------------------------*/

.tlacitko-dolu {
  width: 100%;
  height:100px;
  text-align: center;
}

.tlacitko-dolu img, .tlacitko-nahoru img {
    height: 80px;
    padding: 1%;
    background-color: #939396;
    border-radius: 50%;
    width: 80px;
    -webkit-transition: height .45s;
    -moz-transition: height .45s;
    -ms-transition: height .45s;
    -o-transition: height .45s;
    transition: height .45s;
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
}

.tlacitka {
  position: absolute;
  right: 20px;
  bottom: 20px;
}


/*------------------------------------ANIMACE TLAČÍTKA DOLŮ------------------------------------------*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#sekce0{
    background-attachment: scroll !important;
}
#sekce3{
    background-attachment: scroll !important;
}
.parallax2 {
    background-attachment: scroll !important;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.text-block-blog h2 {
  font-size: 50px;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 600;
}

h3 {
  font-size: 34px;
  font-weight: 600;
}

#sekce0{
    background-attachment: scroll !important;
}

#sekce3{
    background-attachment: scroll !important;
}
.parallax2 {
    background-attachment: scroll !important;
}



}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#sekce0{
    background-attachment: scroll !important;
}
#sekce3{
    background-attachment: scroll !important;
}
.parallax2 {
    background-attachment: scroll !important;
}

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.top-blog {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8%;
}
#sekce0{
    background-attachment: scroll !important;
}
#sekce3{
    background-attachment: scroll !important;
}
.parallax2 {
    background-attachment: scroll !important;
}

.blog {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8%;
}

.top-odd-left-box {
    display: none;
}

.top-odd-right-box {
    width: 100%;
}

.top-odd-right-box h3 {
    margin-top: 0;
}

.even-left-box {
    width: 100%;
}

.admin-button-left {
    text-align: right;
}

.even-right-box {
    display: none;
}

.odd-left-box {
    display: none;
}

.odd-right-box {
    width: 100%;
}


}

/*----------------------------------MOBIL / TABLET-------------------------------------*/

@media only screen and (min-device-width : 1920px) {
  .reference{
    width: 21%;
  }
  .reference::after {
    margin-left: -7%;
  }
  
}

@media only screen and (max-device-width : 1200px) {
  .reference{
    width: 46%;
    margin: 1% 2% 5% 2%;
  }

  .reference::after {
    margin-left: -15%;
  }

  .dovednost {
    width: 50%;
  }

  .count-area-content {
    width: 50% !important;
  }

  .plovouci {
    width: 60% !important;
  }
  .novinka {
    width: 48%;
  }
  #banner {
    padding: 5% 15%;
  }

  .polozka {
    width: 50%;
    padding: 3%;
  }
  figure.snip1208 img {
    height: 260px;
  }
  .video-bg-banner h2 {
    font-size: 55px;
  }
}

@media only screen and (max-device-width : 800px) {
  .reference{
    width: 94%;
    margin: 1% 3% 7% 3%;
  }

  .reference::after {
    margin-left: -30%;
  }

  .plovouci {
    width: 90% !important;
  }
  .novinka {
    width: 98%;
  }
  #banner {
    padding: 5% 10%;
  }
  .polozka {
    width: 100%;
    padding: 3%;
  }
  figure.snip1208 img {
    height: 300px;
  }
  .video-bg-banner h2 {
    font-size: 35px;
  }
  .dovednost {
    width: 100%;
  }
  .count-area-content {
      width: 100% !important;
  }
  h2 {
    font-size: 32px;
    padding-top: 5%;
    margin-bottom: 2%;
    font-weight: 500;
    text-transform: uppercase;
  }
.navigace i:hover:after {
    margin: -175px -100px;
}
}

@media only screen and (max-device-width : 767px) {
#sekce10 .nadpis {
    padding: 20% 10%;
}
#sekce0{
    background-attachment: scroll !important;
}
#sekce3{
    background-attachment: scroll !important;
}
.parallax2 {
    background-attachment: scroll !important;
}
.kontakty .banner-zmena {
  margin-left: 20%;
}
h1 {
  font-size: 32px;
}
h3 {
    font-size: 22px;
}
#sekce10 h2{
    font-size: 22px;
    margin-top: 0px;
}
}

@media only screen and (max-device-width : 564px) {
#sekce10 .nadpis {
    padding: 32% 10%;
}
h1 {
  font-size: 28px;
}
h3 {
    font-size: 20px;
}
#sekce10 h2{
    font-size: 20px;
    margin-top: 0px;
}
}

@media only screen and (min-width : 1920px) {
  .reference{
    width: 21%;
  }
  .reference::after {
    margin-left: -7%;
  }
  
}

@media only screen and (max-width : 1200px) {
  .reference{
    width: 46%;
    margin: 1% 2% 5% 2%;
  }

  .reference::after {
    margin-left: -15%;
  }

  .dovednost {
    width: 50%;
  }

  .count-area-content {
    width: 50% !important;
  }

  .plovouci {
    width: 60% !important;
  }

  .novinka {
    width: 48%;
  }
    #banner {
    padding: 5% 15%;
  }
  .polozka {
    width: 50%;
    padding: 3%;
  }
  figure.snip1208 img {
    height: 260px;
  }
  .video-bg-banner h2 {
    font-size: 55px;
  }
}

@media only screen and (max-width : 800px) {
  .reference{
    width: 94%;
    margin: 1% 3% 7% 3%;
  }

  .reference::after {
    margin-left: -30%;
  }

  .plovouci {
    width: 90% !important;
  }
  .novinka {
    width: 98%;
  }
    #banner {
    padding: 5% 5%;
  }
  .polozka {
    width: 100%;
    padding: 3%;
  }
  figure.snip1208 img {
    height: 300px;
  }
  .video-bg-banner h2 {
    font-size: 35px;
  }
  .dovednost {
    width: 100%;
  }
  .count-area-content {
      width: 100% !important;
  }
  h2 {
      font-size: 32px;
      padding-top: 5%;
      margin-bottom: 2%;
      font-weight: 500;
      text-transform: uppercase;
  }
.navigace i:hover:after {
    margin: -175px -100px;
}
}

@media only screen and (max-width : 767px) {
#sekce10 .nadpis {
    padding: 20% 10%;
}
#sekce0{
    background-attachment: scroll !important;
}
#sekce3{
    background-attachment: scroll !important;
}
.parallax2 {
    background-attachment: scroll !important;
}
.kontakty .banner-zmena {
  margin-left: 20%;
}
h1 {
  font-size: 32px;
}
h3 {
    font-size: 22px;
}
#sekce10 h2{
    font-size: 22px;
    margin-top: 0px;
}
h1 {
  font-size: 28px;
}
h3 {
    font-size: 20px;
}
#sekce10 h2{
    font-size: 20px;
    margin-top: 0px;
}
}

@media only screen and (max-width : 564px) {
#sekce10 .nadpis {
    padding: 32% 10%;
}
}


/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1025px) {
.parallax-section .image-block.parallax1 {
  background-attachment: fixed;
}

}


.tox .tox-menubar {
    display: none !important;
}

