@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;*/
}
.neviditelny{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.4rem;
}

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: #b89134;
}

footer a {
  color: #b89134;
}

footer a:hover {
  color: #b89134;
}

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

.orez{
    height: 250px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.novinka-banner {
  height: 900px;
  background-position: top center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

.soc{
    padding: 10px 20px;
    font-size: 30px;
    width: 70px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
    background: #3B5998;
    color: white;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}

.soc:hover{
    color: #3B5998 !important;
    background: #f2f2f2;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

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: #b89134;
  color: white;
}

strong{
  color: #b89134 !important;
}

.barva{
  color:#b89134 !important;

}

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

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

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

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

/*---------------- ZAČÁTEK GALERIE--------------------*/

.gallery {
  columns: 4;
  column-gap: 16px;
}
@media (max-width: 1200px) {
  .gallery {
    columns: 3;
  }
}
@media (max-width: 992px) {
  .gallery {
    columns: 2;
  }
}
.gallery .grid {
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
}
.gallery .grid:before {
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
/*  background-color: rgba(0, 0, 0, 0.2);*/
}
.gallery .grid img {
  width: 100%;
  border-radius: 5px;
}
.gallery .grid__title {
  font-size: 28px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
.gallery .grid__author {
  font-size: 14px;
  font-weight: 300;
}
.gallery .grid__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.gallery .grid__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.gallery .grid__tag {
  padding: 5px 15px;
}

.mt-auto {
  margin-top: auto;
}

.sl-wrapper {
    z-index: 9999999 !important;
}

.sl-overlay {
    z-index: 999999 !important;
    opacity: .86 !important;
}




/*----------------KONEC GALERIE--------------------*/


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

#sekcefoto .divider-top {
    fill: #f2f2f2;
}


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: #b89134;
  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: 20px;
    padding-top: 0%;
    margin-bottom: 2%;
    font-weight: 600;
    text-transform: uppercase;
}


#samusebe {
    padding: 13% 10%;
}

.dovednostx {
    width: 33%;
    padding: 1%;
    margin: 2% 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;
}
}


.profilogo{
  width:33px;
}

.profi p{
  font-size: .9rem;
}

.profi a{
  color: #2ebb8b !important;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;

}

.profi a:hover{
  color: white !important;
}
/*------------------------SBERAČ--------------------------------*/
.sberac{

}

.input-group {
    height: 50px;
}

.form-control {
    height: 50px;
}

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


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

.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: #b89134;
}

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

.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------------------------------*/

.pridani {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    background-color: #f2f2f2;
    color: #b89134;
    padding: 8px 13px;
    margin: 10px;
}

.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: #b89134;
  transform: scale(0.9);
}


.soc-icon{
  margin-right: 10px !important;
}

/*-----------------------MAINTENANCE------------------------*/

.maintenance{
  background-position: 75% top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh !important;
  overflow: hidden;
}

.maintenance .container{
padding-top: 40vh;
background-color: transparent !important;
}

.maintenance .container h1{
background-color: transparent !important;
font-size: 2.4rem !important;
color: #b89134 !important;
-webkit-text-stroke: 1px #654b0c;
}

.maintenance .container p{
background-color: transparent !important;
color: lightgrey !important;
-webkit-text-stroke:.3px #282828;
font-size: 1.3rem !important;
margin-top:-10px;
}

.maintenance .logo{
    width: 60px;
    margin-bottom: 10px;
}

.header label {
    display: inline-block;
    margin-bottom: 0px !important;
}


/*-------------------------------------------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;
}

.text-hide {
    display: none;
}

#login {
    position: fixed;
    top: 22px;
    right: 5%;
    color: #b89134;
    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: #b89134;
  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: 350px;
}

.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;
    padding:10px;
    z-index: 999999;
}

.logo-banner {
    width: 60px;
    margin-bottom: 10px;
}

@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;
    -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 #b89134;
    color: #b89134;
    transform: scale(0.95);
}

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;
    -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 #b89134;
    color: #b89134;
    transform: scale(0.95);
}

/*-----------------------------------------ICONY-------------------------------------------------------*/
#icony {
    padding: 14px 11px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: solid 4px #b89134;
    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;
}

#iconyvy {
    padding: 5px 11px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: solid 4px #b89134;
    font-size: 55px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #939396;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
    margin:auto;
}

#iconyvy: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: 2% 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%;
}


.zmena{
    font-size: 30px;
    color: #b89134;
    position: absolute;
    margin-left:68px;
    margin-top:57px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.zmena:hover{
    color: #282828;
}



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

/*----------------------------------------COOKIES------------------------------------------------------*/
.cookie-banner {
  display:none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  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;
}

#cookie{
  padding: 150px 20%;
}

/*----------------------------------------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%;
    background-color: #f2f2f2;
    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: #b89134;
  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: #b89134;
}*/

.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;
}

/*-----------------------------------------------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;
}



#sekce2 .plovouci {
    left: auto;
    right:5%;
}

/*---------------------------------------------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: 70% top !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

#sekce3{
  height: 80vh;
}

#sekcetym{
  height: 80vh;
}

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

#sekce2 .parallax2 {
    background-position: 15% top !important;
}

#sekce3 .parallax2 {
    background-position: 72% top !important;
}

#sekcetym .parallax2 {
    background-position: 45% top !important;
}

#sekce7 .parallax2 {
    background-position: 75% top !important;
}

#sekce10 {
  min-height: 300px;
}

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

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

#sekce1 {
  padding: 13% 17%;
}

#sekce4 {
  padding: 13% 17%;
  background-color: #f2f2f2;
}

#sekce6 {
  padding: 13% 17%;
  background-color: #f2f2f2;
}

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


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

#sekcetym .divider-top{
  fill: #f2f2f2;
}

#sekce7 .divider-top{
  fill: #f2f2f2;
}

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

#sekce8 {
  padding: 13% 17%;
  background-color: white;
}


#sekce21 {
  padding: 3% 17%;
  background-color: #f2f2f2;
}

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

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

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

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

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

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


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

#detail h3 {
    font-size: 2rem;
}

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

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

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

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

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


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

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

#sekcesberac.text-block{
    min-height: 100px;
    padding: 1% 17% 5% 17%;
    background-color: #f2f2f2;
}

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

#sekce5 {
    background-color: white;
    padding: 13% 17%;
}



#sekce11{
  padding: 20% 10%;
}

#sekce20{
  padding: 5% 10%;
}

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




/*#sekce p,#sekce1 p {
  padding: 0 10% 3% 10%;
}*/

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



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

#sekce20 .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 {
    width: 100%;
    min-height: 100%;
    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);
}

.posuvnik{
    min-width: 100%;
    height: auto;
    display: none;
}


figure.snip1208 figcaption {
    padding: 25px;
    position: relative;
    text-align: center;
}
figure.snip1208 .date,
figure.snip1208 i {
  background-color: #b89134;
  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: #b89134;
    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;
    padding: 7px 15px;
}


.dovednostx .banner-zmena{
  top:auto;
  right:auto;
    margin-left: 120px;
    margin-top: -28px;
}

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


.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: 3% 44%;
}


/*-----------------------------------------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: 50px;
    padding-top: 0%;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #b89134 !important;
    -webkit-text-stroke: 1px #654b0c;
}

.video-bg-banner p {
  font-weight: 300;
  font-size: 24px;
  color: lightgrey !important;
  -webkit-text-stroke:.3px #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%;
}

/*-------------------------------animovaná šipka---------------*/

.mouse_scroll {
    display: none;
    margin: 0 auto;
    width: 0px;
    height: 60px;
    margin-top: 0px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin: 0 0 3px 4px;

  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;

  animation-delay: .2s;
  animation-direction: alternate;

  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;

  animation-delay: .3s;
  animation-direction: alternate;


  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;

  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}







/*------------------------------------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: #b89134;
    display: flex;
    flex-wrap: wrap;
}
.count-area-content {
    margin: 50px 0;
    width:33.3%;
}
.count-icon i {
    font-size: 48px;
}
.count-digit {
    margin: 5px 0px;
    color: #b89134;
    font-weight: 900;
    font-size: 45px;
}

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

.count-title {
    font-size: 18px;
    margin-top:-5px;
    color: #282828;
}





/*----------------------------------BLOG EDIT---------------------------------------------------------*/
.smazat {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: white;
  font-size: 1.4rem;
  padding: 0 0 !important;
}

.smazat:hover {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #282828;
  font-size: 1.4rem;
  padding: 0 0 !important;
}

.edit {
  margin-bottom: 10px;
}

.edit-clanek {
  font-size: 1.3rem;
  margin: 0 7px 0 7px;
  border-bottom: 2px solid;
  border-top: 2px solid;
}

.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: #b89134;
    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: #b89134;
}
.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 .zmena{
    margin-left: 0px !important;
    margin-top: -9px !important;
    margin-right: 40px !important;
    right: 0 !important;
}




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

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

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

.krizek-zpet {
  position:absolute;
  top:100px;
  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;
}

.dovednosti h3{
  color:#b89134;
}





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



.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;
}
#sekcetym{
    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;
}

#sekcetym{
    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;
}

#sekcetym{
    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;
}
#sekcetym{
    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%;
  }
  .posuvnik{
    min-width: 100%;
    height: auto;
    display: none;
}
.mouse_scroll {
    display: none !important;
}

}

@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%;
  }
  .video-bg-banner h2 {
    font-size: 55px;
  }
.posuvnik{
    min-width: 100%;
    height: auto;
    display: none;
}
.mouse_scroll {
    display: none !important;
}
}


@media only screen and (max-device-width : 950px) {

  #cookie{
    padding: 150px 15% !important;
  }
.posuvnik{
    min-width: 100%;
    height: auto;
    display: none;
}
.mouse_scroll {
    display: none !important;
}
}

@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%;
  }

  .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;
}
  #cookie{
    padding: 150px 10% !important;
  }
.posuvnik{
    min-width: 100%;
    height: auto;
    display: none;
}
.mouse_scroll {
    display: none !important;
}
}

@media only screen and (max-device-width : 767px) {
#sekce10 .nadpis {
    padding: 20% 10%;
}
#sekce0{
    background-attachment: scroll !important;
}
#sekce3{
    background-attachment: scroll !important;
}
#sekcetym{
    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;
}
#sekce{
  padding: 13% 8%;
}
#sekce1{
  padding: 13% 8%;
}
#sekce4{
  padding: 13% 8%;
}
#sekce5{
  padding: 13% 8%;
}
#sekce6{
  padding: 13% 8%;
}
#sekce8{
  padding: 13% 8%;
}
.text-block.detailtext {
    padding: 6% 8% 10% 8%;
}
.text-block.detailtext .zmena {
    margin-top: -46px !important;
}

#sekce21 {
    padding: 3% 8%;
}
.pryc{
    display: none;
}
.special {

  overflow: unset !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.posun{
    align-items: baseline !important;
    padding: 0 !important;
}
.mouse_scroll {
    display: block !important;
}

}

@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;
}
#sekce{
  padding: 13% 8%;
}
#sekce1{
  padding: 13% 8%;
}
#sekce4{
  padding: 13% 8%;
}
#sekce5{
  padding: 13% 8%;
}
#sekce6{
  padding: 13% 8%;
}
#sekce8{
  padding: 13% 8%;
}
.text-block.detailtext {
    padding: 6% 8% 10% 8%;
}
.text-block.detailtext .zmena {
    margin-top: -46px !important;
}


#sekce21 {
    padding: 3% 8%;
}
.pryc{
    display: none;
}
.special {

  overflow: unset !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.posun{
    align-items: baseline !important;
    padding: 0 !important;
}
.mouse_scroll {
    display: block !important;
}
}

@media only screen and (min-width : 1920px) {

.maintenance .container{
padding-top: 20%;
}

  .reference{
    width: 21%;
  }
  .reference::after {
    margin-left: -7%;
  }
  .posuvnik{
    min-width: 100%;
    height: auto;
    display: none;
}
.mouse_scroll {
    display:  none !important;
}

}

@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%;
  }

  .video-bg-banner h2 {
    font-size: 55px;
  }
  .posuvnik{
    min-width: 100%;
    height: auto;
    display: none;
}
.mouse_scroll {
    display: none !important;
}
}

@media only screen and (max-width : 950px) {

  #cookie{
    padding: 150px 15% !important;
  }
  .posuvnik{
    min-width: 100%;
    height: auto;
    display: none;
}
.mouse_scroll {
    display: none !important;
}
}

@media only screen and (max-width : 800px) {
  #cookie{
    padding: 150px 10% !important;
  }

  .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%;
  }

  .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;
}
.posuvnik{
    min-width: 100%;
    height: auto;
    display: none;
}
.mouse_scroll {
    display: none !important;
}
}

@media only screen and (max-width : 767px) {



#sekce10 .nadpis {
    padding: 20% 10%;
}
#sekce0{
    background-attachment: scroll !important;
}
#sekce3{
    background-attachment: scroll !important;
}
#sekcetym{
    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;
}
#sekce{
  padding: 13% 8%;
}
#sekce1{
  padding: 13% 8%;
}
#sekce4{
  padding: 13% 8%;
}
#sekce5{
  padding: 13% 8%;
}
#sekce6{
  padding: 13% 8%;
}
#sekce8{
  padding: 13% 8%;
}
.text-block.detailtext {
    padding: 6% 8% 10% 8%;
}
.text-block.detailtext .zmena {
    margin-top: -46px !important;
}


#sekce21 {
    padding: 3% 8%;
}
.pryc{
    display: none;
}
.posuvnik{
    min-width: 100%;
    height: auto;
    display: block;
}
.special {

  overflow: unset !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.posun{
    align-items: baseline !important;
    padding: 0 !important;
}
.mouse_scroll {
    display: block !important;
}

}

@media only screen and (max-width : 564px) {
#sekce{
  padding: 13% 8%;
}
#sekce1{
  padding: 13% 8%;
}
#sekce4{
  padding: 13% 8%;
}
#sekce5{
  padding: 13% 8%;
}
#sekce6{
  padding: 13% 8%;
}
#sekce8{
  padding: 13% 8%;
}
.text-block.detailtext {
    padding: 6% 8% 10% 8%;
}
.text-block.detailtext .zmena {
    margin-top: -46px !important;
}


#sekce10 .nadpis {
    padding: 32% 10%;
}
#sekce21 {
    padding: 3% 8%;
}
.pryc{
    display: none;
}
.posuvnik{
    min-width: 100%;
    height: auto;
    display: block;
}
.special {

  overflow: unset !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.posun{
    align-items: baseline !important;
    padding: 0 !important;
}

.mouse_scroll {
    display: block !important;
}

}


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

}


@media only screen and (min-width : 3000px) {
html{
  zoom:120% !important;
}

}


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