@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,400i,700,700i&subset=latin-ext');



body {
  font-size: 2.2em ;
  font-family: 'Barlow Semi Condensed', sans-serif;


}

h2  {

}


.eu-pruda-cookies_message {background: #fff;border-top: 1px solid #aaa;}
.nav__first-ul.fz13 > li a.compact {
  margin: 0.5em;
}

.skrollr-desktop body {
  height:100%!important;
}

.item-inside-img {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 15px;
}

.carousel-item-alone {
  text-align: center;
  text-decoration: none;
}
.carousel-item-alone:hover {
 text-decoration: none;
}

#o-nas {
  margin: 70px 0;
}

.o-nas-flex {
  display: flex;
}

.o-nas-img {
  flex: 1 25%;
  max-width: 25%;
}

.o-nas-img img {

  max-width: 100%;

}

.o-nas-text {
 flex: 2 75%;
 max-width: 75%;
 padding-left: 30px;
}



#produkty-slider-sm.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  overflow: hidden;
  background: transparent;  
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

#produkty-slider-sm.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

#produkty-slider-sm.owl-theme .owl-nav .owl-prev:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 6px;
  transform: rotate(45deg);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 20px;
  height: 20px;
  display: block;
}

#produkty-slider-sm.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;right: 0;
}

#produkty-slider-sm.owl-theme .owl-nav .owl-next:after {
  position: absolute;
  content: "";
  top: 4px;
  right: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 20px;
  height: 20px;
  display: block;
}

.catalogue_header_paging ul ,
.catalogue_header_paging li {padding: 0;margin: 0;}

.catalogue_header_paging li {display: inline-block;}

.catalogue_header_paging ul {    margin: 0 0 0 14px;}

.catalogue_header_paging li span, 
.catalogue_header_paging li a  {
  display: inline-block;
  padding: 10px 18px;
  margin: 0 0 18px 5px;
  border-radius: 2px;
  border: 1px solid #eee;text-decoration: none;
}
.catalogue_header_paging li span.active {
  display: inline-block;
  padding: 10px 18px;
  margin: 0 0 5px 5px;
  border-radius: 2px;
  border: 1px solid #333;
}

.parallax-image-wrapper {
  position:fixed;
  left:0;
  width:100%;
  overflow:hidden;
}


.parallax-image-wrapper-50 {
  height:50%;
  top:-50%;
}


.parallax-image-wrapper-100 {
  height:100%;
  top:-100%;
}


.parallax-image {
  display:none;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}


.parallax-image-50 {
  height:200%;
  top:-50%;
}


.parallax-image-100 {
  height:110%;
  top:0;
}


.parallax-image.skrollable-between {
  display:block;
}


.no-skrollr .parallax-image-wrapper {
  display:none !important;
}


#skrollr-body {
  height:100%;
  overflow:visible;
  position:relative;
}


.gap {
  background:transparent center no-repeat;
  background-size:cover;
}


.skrollr .gap {
  background:transparent !important;
}


.gap-50 {
  height:50%;
}


.gap-100 {
  height:100%;
}

.gap-70 {
  height:70%;
}

.table {
  display: table; height: 100%;
}

.table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}




.wh100p {width: 100%;height: 100%;}


.logo_a_wrapper  {padding: 1px;}

.logo_a_wrapper .logo_a {
  height: 0;
  padding: 0;
  padding-top:100% ;
  width: 100%;
  display: block;
  position: relative;
}


.logo_a_wrapper .logo_img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  -webkit-background-size: 65% auto;
  background-size: 65% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo_a_wrapper .logo_img:hover {
  -moz-filter:grayscale(0%);
  -webkit-filter:grayscale(0%);
  filter: grayscale(0%);
}

.logo_a_wrapper .logo_img:before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.01);
  top: 0;left: 0;width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo_a_wrapper .logo_img:hover:before {
  background: rgba(0,0,0,0.05);
}

.after_hover{
  text-transform: uppercase;
  text-align: center;
  display: block;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  background: #fff;
  color: #333;
  width: 50%;
  padding: 0.3em 0.3em;
  line-height: 2em;
  margin: 1em auto;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  filter: alpha(opacity=0);
  -khtml-opacity: 0.0;
  opacity: 0.0;
}

a:hover  .after_hover  {
  filter: alpha(opacity=100);
  -khtml-opacity: 1.0;
  opacity: 1.0;
}





.false_table {  display:  table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


th, td {
  padding: 15px;

}

.profil-ucho {position: fixed;
  top: 150px;right: 0;display: inline-block;z-index: 500; text-align: right;padding: 1em;background: rgba(0,0,0,0.3) ;}

  .profil-ucho a  {float: right;clear: both;  }
  @media (max-width: 992px) {
    .profil-ucho {position: relative;top: auto; right: auto;}

    .profil-ucho a  {float: left;clear: none;  }
  }


  .copyright {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    width: 100%;
  }


  /* navigate nahoře */

  .lista--velka { position: relative;padding-bottom: 0; }

  .lista.lista--velka.open {
    z-index: auto
  }

  .lista--velka .hledej  {position: relative;}
  .lista--velka #searchform:after
  {
    content: '';
    background: rgba(0,0,0,0.2);
    border:1px solid rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    -webkit-transition: all 550ms ease;
    -moz-transition: all 550ms ease;
    -o-transition: all 550ms ease;
    transition: all 550ms ease;

    border-radius: 2px;
  }

  .lista--velka #searchform.open:after
  {
    border:1px solid rgba(255,255,255,0.2);
  }


  .lista--velka #searchform input,
  .lista--velka input[type="text"] {
    padding: 0.8em;
    color: #fff;
    border-width: 0px;
    border-radius: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    z-index: 2;
    position: relative;
    font-size: 0.9em;
  }

  .lista--velka .box .glyphicon,
  .lista--velka .box .glyphicon:hover {color: #fff;}

  .lista--velka .hledej span:hover,
  .lista--velka .hledej span {
    position: absolute;
    top: 0.3em;
    right: 0.5em;
    font-size: 1.4em;
    z-index: 2;
    color: #fff;
  }

  .lista--velka .box a {color: #fff;}

  #lista__logo {max-height: 75px;text-align: center;}
  #lista__logo {min-height: 70px;}


  #lista__logo a {display: inline-block;}

  #lista__logo a img {
    position: relative;
    float: left;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 75px;
  }

  #alternative-nav,
  #alternative-nav.stoji  {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }


  #alternative-nav.jede  {
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav-inside {
    background: rgba(0,0,0,0.75);
    padding: 6px 1.5em;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    position: relative;
  }

  .nav-inside li {list-style-type: none;padding: 0;margin: 0;}
  .nav-inside>li {float: left;}



  a.menu-item--parent {
    padding: 0.25em 0.6em;
    text-align: center;
    width: 100%;
    min-width: 90px;

    display: table-cell;
    height: 50px;

    vertical-align: middle;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #eee;
  }


  a.menu-item--parent:hover {
    background: rgba(0,0,0,0.75);
    color: #fff;
  }

  ul.childwrapper
  {
    position: absolute;
    text-align: left;
    width: 100%;
    left: 0;
    top: 100%;
    padding:0.5em 1em 1em 1em;
    margin: 0  ;
    background: rgba(0,0,0,0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }



  ul.childwrapper_small
  {

    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding:0.5em 1em 1em 1em;
    text-align: left;
    margin: 0 0 0  -1em ;



    background: rgba(0,0,0,0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }

  .poradi-right ul.childwrapper_small {
    left: auto;
    right: 0;
    margin: 0 -1em 0 0  ;
  }




  ul.childwrapper_small ul,

  ul.childwrapper ul {
    padding: 0 0;
    margin: 0;
  }


  ul.childwrapper_small li,

  ul.childwrapper li  {
   padding: 0;
   margin: 0;
 }

 ul.childwrapper_small li a,
 ul.childwrapper li a {
   padding: 0.4em 0;
   border-bottom: 1px solid rgba(255,255,255,0.1);
   display: block;
   color: #eee;
 }


 ul.childwrapper_small li a:hover,
 ul.childwrapper li a:hover {
   color: #fff;
 }

 ul.childwrapper_small>li,
 ul.childwrapper>li {padding: 0 0 0 1em;}



 li.li-menu-item--parent:hover ul.childwrapper_small,
 li.li-menu-item--parent:hover ul.childwrapper {
  visibility: visible;
  opacity: 100;
}

.glyphicon-menu-hamburger {display: none;}


label {
  font-weight: 500;
}

.my-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.my-flex-2 {
  flex: 1 48%;
  max-width: 48%;
  margin: 1%;
}
.my-flex-1 {
  flex: 1 98%;
  max-width: 98%;
  margin: 1%;
}


.radio-control {width: 100%;margin: 6px;}
.radio-control input { }
.radio-control span {padding: 5px;  white-space: nowrap;  }



@media (max-width: 768px) {
.o-nas-flex {
    display: flex;
    flex-wrap: wrap;
}

.o-nas-img,
  .o-nas-text {
    flex: 1 100%;
    max-width: 100%;
}

  .o-nas-text {
    padding-top: 20px;
}



  #header-nav  {overflow: visible;}
  #lista__logo {
    margin-top: 40px ;

  }
}

.only-mobile {display: none;}
@media (max-width: 991px) {




  .only-mobile {
    display: block;
  }

  .li-menu-item--parent,
  .li-menu-item--parent.fll {width: 100%;float: none;display: block;  }



  a.menu-item--parent  {
    background: rgba(0,0,0,0.75);
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;


    padding: 0.4em 1em;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
    color: #eee;
  }


  a.menu-item--parent.sipka  {

    text-align: center;
    border-bottom: 0;
  }



  #home-slider .col-sm-10 .texty h2 {
    font-size: 1.8em;
  }


  .glyphicon-menu-hamburger {
    display: block;
    color: #000;
    padding: 0.5em;
    font-family:'Glyphicons Halflings'
  }
  #alternative-nav.opened,
  #alternative-nav.stoji.opened {
    position: fixed;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 200;
    width: 100%;
    overflow-y: auto;
  }


  #alternative-nav,
  #alternative-nav.stoji {
    position: fixed;
    height: 0;
    top: 50%;
    left:50%;
    z-index: 10;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }


  .nav-inside {
    width: 100%;
    display: block;
    position: relative;
    padding: 6px 0em;

  }

  .nav-inside li {
    width: 100%;
    float: none;
  }

  ul.childwrapper_small,
  ul.childwrapper {
    position: relative;
    visibility: visible;
    opacity: 100;
    width: 100%!important;
  }

  ul.childwrapper_small>li, ul.childwrapper>li {
   width: 100%; padding: 0;
 }

}


/*Slideshow */


#home-slider .col-sm-10 {
  height: 100%;
}



#home-slider .col-sm-10 .cover {
  display: table;
}

#home-slider .col-sm-10 .cover_inside {
  display: table-cell;

  vertical-align: middle;

  height: 100%;
}

#home-slider .col-sm-10 .cover_inside:hover {

  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}


.item--sluzba .sirius,
#home-slider .col-sm-10 .cover_inside  .sirius {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  background: rgba(0,0,0,0.5);
  position: absolute;
  height: 100%;
  z-index: 1;
  width: 0%;
  left:0;
  top:0;
}

.item--sluzba:hover .sirius,
#home-slider .col-sm-10 .sirius.opened {
  background: rgba(0,0,0,0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left:0;
  top:0;
}

#home-slider .col-sm-10 .texty   {
  z-index: 2;
  position: relative;
  margin: 0 5% 0 10%;
}

#home-slider .col-sm-10 .texty h2 {
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 0 10px #000;
  color: #fff;
}

#home-slider .col-sm-10 .texty .text  {
 max-height: 0px;
 display: block;
 overflow: hidden;
 width: 70%;
 -webkit-transition: max-height 600ms  ease-out;
 -moz-transition: max-height 600ms  ease-out;
 -o-transition: max-height 600ms  ease-out;
 transition: max-height 600ms  ease-out;
 color: #fff;
}

#home-slider .col-sm-10 .texty .text .btn  {
 letter-spacing: 1px;
 font-size: 1.5em;
}



#home-slider .col-sm-10 .texty:hover  .text {
 max-height: 800px;
 -webkit-transition: max-height 600ms  ease-in;
 -moz-transition: max-height 600ms  ease-in;
 -o-transition: max-height 600ms  ease-in;
 transition: max-height 600ms  ease-in;
}

.item--sluzba .maw80 {
  max-width: 80%;margin: 0 auto;
}
.item--sluzba h3 {
  font-size: 1.5em;
  font-weight: bold;
  z-index: 5;
  position: relative;
  letter-spacing: 1px;
  text-shadow: 2px 2px 3px #000;
  z-index: 5;
  color: #fff;
}



.item--sluzba .texty {

 max-height: 0px;
 display: block;
 overflow: hidden;
 position: relative;
 z-index: 5;
 -webkit-transition: max-height 600ms  ease-out;
 -moz-transition: max-height 600ms  ease-out;
 -o-transition: max-height 600ms  ease-out;
 transition: max-height 600ms  ease-out;
 color: #fff;
}

.item--sluzba:hover .texty {

 max-height: 500px;
 -webkit-transition: max-height 600ms  ease-in;
 -moz-transition: max-height 600ms  ease-in;
 -o-transition: max-height 600ms  ease-in;
 transition: max-height 600ms  ease-in;
 color: #fff;

}

.eshop-item {position: relative;}
.eshop-item:after {
  position:absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  content: '';
  background: rgba(0,0,0,0.1);
  -webkit-transition:  height 600ms  ease;
  -moz-transition:  height 600ms  ease;
  -o-transition:  height 600ms  ease;
  transition:  height 600ms  ease;
}

.eshop-item:hover:after {
  height: 100%;
}

#produkty-slider {padding-bottom: 30px;}

#produkty-slider .owl-dots {
  bottom: 0px;
}

#produkty-slider.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

#produkty-slider.owl-theme .owl-dots .owl-dot.active span,
#produkty-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(0,0,0,0.6);
}

#header-nav {
  padding: 5px 0;
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.owl-dots {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(0,0,0,0.6);
}


.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 25px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0;
}





.leftinfo {
 position: absolute;
 left: 0;
 top: 0;
 padding: 0.5em 0.5em;
}


.rightinfo {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5em 0.5em;
}


.primaryTree {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primaryTree:after{
  display: block;
  position: relative;
  clear: both;
  content: '';
}

.primaryTree li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}

.primaryTree li a{
  padding: 0.4em 0.5em;
  margin: 0 0 5px 5px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #eee;
  font-size: 0.9em;
}



.bg-head {
    background-size: cover;
    background-position: 0 50%;
    padding: 32% 0 0 0;
    height: 0;
    width: 100%;
}

.kulata-profilovka {
  max-width: 75%;
  margin: 15% auto;
}
.kulata-profilovka .item--square {
  overflow: hidden;
  border-radius: 500px;
}



.background_background_main {top: 0!important; }
.goog-te-banner-frame  {top: auto!important;bottom: 0!important;}
@media (max-width: 992px) {
  #home-slider .col-sm-10 .texty h2 {
    font-size: 2.1em;
  }

  #google_translate_element {top: 140px!important;}

  #home-slider .col-sm-10 .texty .text  {
    font-size: 0.9em;
  }
}

@media (max-width: 767px) {
  #home-slider .col-sm-10 .texty h2 {
    font-size: 1.5em;
  }

  #google_translate_element {top: 190px!important;}

  #home-slider .col-sm-10 .texty .text  {
    font-size: 0.75em;
  }
}

.send_name_valid,
.send_email_valid,
.send_phone_valid,
.send_message_valid {color: #c71d1d;padding: 0.5em  0;font-size: 0.9em;}

input.colorize,
textarea.colorize { border-color:#c71d1d; }

#discussion-form  {padding-top: 2em;}  
#discussion-form input,  
#discussion-form textarea {

  background: #ecf6ff;
  border-radius: 3px
}


#discussion-form .button {
  padding: 0.4em 2em;
  display: block;
  background: #aaa;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #555;
}

label.error {
  color: red; display: block;
}
.error {
  color: red; display: block;
}
.success {
  color: green; display: block;
}


@media (max-width: 1500px) {
    #google_translate_element {
     top: 170px!important;

 }

 
}