/*  ---------------------------------------------------------------------------------------
Description:    Basic styles and layout
Media:        screen, projection
---------------------------------------------------------------------------------------*/

/*  ---------------------------------------------------------------------------------------
Basic styles
---------------------------------------------------------------------------------------*/

.item.doutniky .item__img--cover,
.item.doutniky .item__img--w100 {
  background-position: 50% 50% ;
  -webkit-background-size:  auto;
  background-size:  auto;
}


 


.item.doutniky .item__img--w90 {
  background-position: 50% 50% ;
  -webkit-background-size:   contain;
  background-size:   contain;
}


#search .item-footer {

  min-height: 130px;
}
@media (max-width: 1399px) and (min-width: 1300px){

.relevantni .col-lg-4:last-child {
  display: none;
}
}


table.mobil-table h2 { color: #c3202c;}
table.mobil-table h3 { color: #313f40;}
table.mobil-table  img{ 
  width: 100%!important;
  height: auto!important; 
}

@media (max-width: 800px){

  table.mobil-table td{ width: 100%!important;display: block; }

  table.mobil-table {
    font-size: 16px;
  }

  table.mobil-table tbody tr td{ width: 100%!important;display: block; }


  table.mobil-table > tbody > tr:nth-child(odd)  { 
    display:flex ;
    flex-wrap: wrap-reverse;
  }

  table.mobil-table > tbody > tr:nth-child(odd) td{ flex:1 100% ;}

  table.mobil-table tbody table td{ width: 50%!important;display: table-cell; }
} 

table.mobil-table  tbody td{ padding: 10px; }

@media (max-width: 600px){

  table.mobil-table tbody table td{ width: 100%!important;display: block; }

}
 
.sirius_black {
  z-index: 2999;
  display: none;
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#homeslider1--nav {display: none;}

.bubble_2 {
    position: fixed;
    z-index: 3000;display: none;
    background: #fff;
    width: 500px;
    max-width: 90%;
    top: 15%;
    left: 50%;
    margin-left: -250px;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #E04915;
}


body {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #444;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'verdana', sans-serif;
  background: #e6e6e6;

  overflow-x: hidden;

}
.item__img.embed-responsive-item {width: 100%;height: 100%;}
@media (max-width: 768px) {
  body {font-size: 110%;}}

  .all-wrap {
/*  width: 100%;
  max-width: 1600px;
  margin: 0 auto;*/
}

}
h1, h2, h3, h4, h5, h6 {
  font-family:  sans-serif;
}

h1 {
  font-weight: normal;
  font-size: 3em;
}

a, .glyphicon {
  color: #66C3C3;
}

a:hover {
  text-decoration: none;
  color: #3F9494;
}

.success a {
 text-decoration: underline;
} 

.success a:hover {
 text-decoration: underline;
} 

input[type="text"],
input[type="password"], select, textarea {
  padding: 0.5em;
  border: 1px solid #9E9E9E;
  border-radius: 2px;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.23);
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  padding: 0 0 5px 0;
  display: inline-block;
}

.fixed_nav {
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 900;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

.fixed_nav__inside {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-x:auto;
}

label.error { color: red;
  padding: 4px;
  font-size: 11px; }


  .pagetext img {max-width: 100%!important ;
    height: auto!important;}


    .action--show {
      left: -100%;
    }

    .action--show.active {
      left: 0;
      z-index: 1000;
    }


    .action--show.top {
      top: -100%;
      left: auto;
    }


    .action--show.top.active {
      top: 0;
      left: auto;
      z-index: 1000;
    }

    .vertical-text {
      transform: rotate(-90deg);
      transform-origin: left top 0;
      float: left;
      font-size: 2em;
      /* padding: 0.8em; */
      white-space: nowrap;
      margin: 115px 0 -30px -5px;
    }
/*
.ear--right  {
  position: absolute;
  display: block;
  width: 50px;
  height: 100%;
  right: -50px;
  top: 0;
  }*/


  .fb-page {max-width: 100%;}

  .kolecko {

    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    text-align: center;
    bottom: -5px;
    right: -5px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
  }


  .ear  {position: absolute;}




  .action--show {
    /* akce pro zobrazení je třeba vždy definovat individuálně */
  }

  .ear__inside {
    position: absolute;
    display: block;
    width: 50px;
    padding: 1em 0.5em;
    height: auto;
    right: -50px;
    top: 350px;


    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;

  }
.fixed_nav__inside  .dir1 .glyphicon {display: none;}

  .ear__inside.menu {

    top: 2em;

  }

  .action--show .killer  {
   font-size: 3em;
   padding: 1em;
   position: absolute;
   z-index: 10;
 }


 .hiddenChild {
 }

 .nav__item--child {
 }

 li.nav__item--parent,
 .nav--vertical ul.nav__first-ul .nav__item--child li  {}
 .nav--vertical ul.nav__first-ul .nav__item--child li  {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.nav__first-ul > li.nav__item--parent {overflow: hidden;}


.nav--horizontal .nav__first-ul > li.nav__item--parent .nav__item--child {
  position: absolute;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);

}
.nav__first-ul > li.nav__item--parent:hover .nav__item--child {opacity : 100;}
.nav__first-ul > li.nav__item--parent:hover  {overflow:visible;}
.nav--vertical .nav__first-ul li.nav__item--parent > a  {
  padding: 0.8em 1.2em;
  margin: 0;
  display: inline-block;
  float: none;
}

.nav--vertical .nav__first-ul li.nav__item--parent > a {
  width: 80%;
}



.nav--vertical ul.nav__first-ul .nav__item--child li > a {

  padding: 0.8em 0.3em;
  margin: 0;
  display: block;
  float: none;
  color: #333;
}


.nav--vertical ul.nav__first-ul .nav__item--child li > a:hover {

  color: #000;
}


.nav__first-ul > li .nav__item--child {width: 200px; margin-left:0;z-index: 500;}


.nav--vertical .nav__first-ul > li .nav__item--child {width: 90%; margin-left: 5%;background: transparent;}


.nav--vertical .nav__first-ul > li .nav__item--child:hover {background: transparent;}

.nav--vertical .nav__first-ul > li .nav__item--child a:hover {}

.btn.btn--circle-icon:active,
.btn.btn--circle-icon:hover,
.btn.btn--circle-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-width: 1px ;
  border-style: solid;
  font-size: 1.1em;
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  padding: 0.1em 0 0 0;
  margin:0.1em 1em 0.1em 0.1em;
  width: 1.7em;
  height: 1.7em;
  float: right;
  z-index: 20;

}

.btn {
 -webkit-transition: all 500ms ease-in;
 -moz-transition: all 500ms ease-in;
 -o-transition: all 500ms ease-in;
 transition: all 500ms ease-in;
}


.ptop {
  padding-top: 82px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}



.nav--vertical .nav__first-ul > li > span.clearfix {
  padding: 0;float: none;
}


#header-nav .nav__first-ul > li > span,
#header-nav .nav__first-ul > li a {
  padding: 0.8em 0.6em;
  margin: 0;
  position: relative;
  float: left;
  display: inline-block;
}


.catatalog-item .product_price {
  position: absolute;
  z-index: 10;
  bottom: -8px;
  left: -7px;
}

.promo-box {min-height:250px;}

.balicek-popis {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.balicek-popis:after {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 7%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 7%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  position: absolute;
  bottom: 0;

  left: 15px;
  right: 15px;

  height:70px;
  content: '';
  display: block;
}

@media (min-width: 601px) {
  .catatalog-item.vypis .balicek-popis {
    position: absolute;
    height: 100%;
    right: 0;
  }
}


.border-effect-top{
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
 position: relative;
}

.border-effect-top-static:after,
.border-effect-top:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: rgb(94,196,236);
  background: -moz-linear-gradient(top, rgba(94,196,236,1) 0%, rgba(50,114,171,1) 100%);
  background: -webkit-linear-gradient(top, rgba(94,196,236,1) 0%,rgba(50,114,171,1) 100%);
  background: linear-gradient(to bottom, rgba(94,196,236,1) 0%,rgba(50,114,171,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec4ec', endColorstr='#3272ab',GradientType=0 );
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}


.bb1so.border-effect-top:after {bottom: -1px;}
.border-effect-top-section:hover .border-effect-top:after,
.border-effect-top:hover:after {
  left: 10%;width: 80%;
}
.bb1so.border-effect-top:hover:after,
.border-effect-top-static:after  {
  left: 0;width: 100%;
}

#shop-functions .nav__first-ul > li > span,
#shop-functions .nav__first-ul > li a {
  padding: 0.6em;
  margin: 0;
  font-size: 0.9em;
  position: relative;
  float: left;
  display: inline-block;

}


#searchform span.btn,
#searchform input  {
  font-size: 1.1em;
  padding: 0.8em;

}

.catalog-filters {
  padding: 2em 0;
}

#logo {
  left: 6%;
  top: 0;
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}




#logo--v-liste {
  /* -webkit-border-radius: 120px/30px; */
  -moz-border-radius: 120px/30px;
  /* border-radius: 120px/30px; */
  top: 0;
  padding: 0.5em 3.8em 1em 3.8em;
  left: -20px;
  position: relative;
}

#logo--v-liste:after {clear: both;display: block;content: ''; position: relative;}
#logo--v-liste a img{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height:100% ;
}




@media (max-width: 1100px) {
  #logo--v-liste {
    padding: 0.5em 2em 1em 2em;


  }


}

@media (max-width: 998px) {
  #logo--v-liste {
    left: 0;
    text-align: center;
    padding: 0.5em 1em 0.2em 1em;


  }
  #logo--v-liste a img {
    width: auto;
    max-height: 40px;
    text-align: center;
    float: none;
  }
}


@media (max-width: 768px) {
  #logo--v-liste {
    padding: 0.5em 2em 1em 2em;

    text-align: center;
    left: -5px;

  }

  .lista {position: absolute;}

  #logo--v-liste a img {
    width: auto;
    max-height: 35px;
    text-align: center;
    float: none;
  }


}
@media (max-width: 380px) {
  #logo--v-liste {
    left: 0;
    text-align: center;
    padding: 0.5em 1em 1em 1em;


  }

  #logo--v-liste a img {
    width: auto;
    max-height: 25px;
    text-align: center;
    float: none;
  }
}
#logo--v-liste-wrapper {
  position: absolute;
  top: 0;
  padding: 0;
}

.catalogue_header_paging {
  clear: both;
}

.catalogue_header_paging ul li, .paging ul li  {

  float: left;
  padding:0;
  margin: 0.5em;
  list-style-type: none;
}

.catalogue_header_paging ul li span, .catalogue_header_paging ul li a, .paging ul li a, .paging ul li span {

  display: block;
  width: auto;
  min-width: 2em;
  padding: 0 0.3em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border: 1px solid #524137;
  background: #fff;
  font-weight: 300;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.3em;
  -webkit-box-shadow: 0px 0 4px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0 4px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0 4px 1px rgba(0,0,0,0.1);
}

.catalogue_header_paging ul li .active {

  color: #800240;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.catalogue_header_paging ul li a.wa  {
  width: auto;
  padding: 0 1em;
}

.catalogue_header_paging ul li span, .paging ul li span {

  border: 1px solid #e7e7e7;
}

.paging ul li.summary span {

  width: auto;
  padding: 0 0;
  border-width: 0;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0  rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 0  rgba(0,0,0,0);
  box-shadow: 0 0 0 0  rgba(0,0,0,0);
}

.catalogue_header_paging ul , .paging ul  {
  padding: 0;
  margin: 2em 0;
}

.bred {border: 1px solid red;}

/* Breadcrump */
#panel_breadcrumb {}

#panel_breadcrumb li {
 display: inline-block;
 padding-left: 10px;

 margin-left: 10px;

 line-height: 1.3em;
 font-size: 1.1em;

}

#panel_breadcrumb li:after {
  display: inline-block;
  content: "/";
  position: relative;
  padding: 0 0 0 1em;
}
#panel_breadcrumb li:last-child:after {

  content: " ";

}
#panel_breadcrumb li:first-child {
  padding-left: 0;
  background: none;
  margin-left: 0;
}
#panel_breadcrumb li a {

}


.okno {
  position: absolute;
  width: 300px;
  display: block;
  top: 0;
  left: 0;
}




.ico--cart {
 background-position: -60px -13px;
 display: block;width: 30px; height: 30px;  background: url('../images/sprite_svg.svg') no-repeat 0 0 ;
}

.ico--cart:hover {
  background-position: -60px -56px;
}


.cart--popup {
  position: fixed;left: 50%;top:50%;width: 350px;
  margin-left: -175px;margin-top: -70px;
  z-index: 250;
  -webkit-box-shadow: 0 0 12px 3px  rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 12px 3px  rgba(0,0,0,0.2);
  box-shadow: 0 0 12px 3px  rgba(0,0,0,0.2);
}

.ico--account:hover {
  background-position: -105px -58px;
}

.lista {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0.2em 0;
  z-index: 501;
  -webkit-box-shadow: -2px 0px 3px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: -2px 0px 3px 1px rgba(0,0,0,0.2);
  box-shadow: -2px 0px 3px 1px rgba(0,0,0,0.2);

}



.img {max-width: 100%;}

.header-background .page-width {padding: 1em 0;}

#header-nav .col-md-5 { border-bottom: 1px solid rgba(255,255,255,0.7);}

#header-nav .nav__first-ul > li  {font-size: 1.2em;}

#header-nav .nav__first-ul.nav__first-ul--left>li {
  padding-left: 1.4em  ;position: relative;

}

#header-nav .nav__first-ul.nav__first-ul--left>li:before {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0.5em;
  margin-top: -2px;
  border-radius: 3px;
  background: #eee;
  content: '';
}

#header-nav .nav__first-ul.nav__first-ul--right>li {
  padding-right: 1.4em  ;position: relative;

}

#header-nav .nav__first-ul.nav__first-ul--right>li:before {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 0.5em;
  margin-top: -2px;
  border-radius: 3px;
  background: #eee;
  content: '';
}


.slide-odkaz {
  margin-top: -20%; z-index: 10;position: relative;


}

.obsah, .obsah--black  {
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;

}

.active .obsah,
.active .obsah--black  {opacity: 1}

.obsah {
  position: absolute;
  bottom: 20%;
  left: 15%;
  width: 70%;
}

.obsah .btn {
  margin-top: 5px;
  font-size: 1.3em;
}

.obsah h3,
.obsah--black h3,
.obsah p,
.obsah--black p  {
  background: rgba(255, 255, 255, 0.82);
  display: inline-block;
  padding: 15px;
  margin: 5px 0;
}

.obsah h3,
.obsah--black h3  {
  font-size: 1.5em;
  font-weight: bold;
}

.obsah p,
.obsah--black p  {
  font-size: 1.3em;
}

.obsah--black p  {
  background: rgba(0, 0, 0, 0.82);
}



.slide-odkaz .item, .slide-odkaz .slide-title {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.slide-odkaz .item {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
}


.slide-odkaz:hover .item, .slide-odkaz:hover .slide-title  {

  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.35);
}


.bsha {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
}

.bsha-inset {
  -webkit-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.25);
  -moz-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.25);
  box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.25);
}


.catatalog-item > div {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.catatalog-item:hover > div {

  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.35);
}

.img-group {

}

.img-0, .img-1, .img-2 {
  position: absolute;

  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
}

.img-0  {
  top: 20%;
  right: 10%;
  width: 40%;
  height:auto ;
  max-height: 100%;z-index: 5 ;
}

.img-1 {
  bottom: 5%;
  right: 25%;
  width: 45%;
  height: auto;
  max-height: 100%;
  z-index: 4;
}

.img-2 {
  top: 10%;
  left: 0;
  height: 60%;
  width: auto;
  max-width: 100%;
}


#homeslider1 .owl-dots  {
  top: -110px;
  position: relative;
}


.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 5px;
  margin: 5px 7px;
  background: #eee;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #666;
}


.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-] {
  font-size: 10px;

  padding: 0.5em;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  opacity: 0.5;
  top: 50%;
  left: -68px;
  margin-top: -5em!important;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}


.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  opacity: 0.5;
  right: -68px;
  margin-top: -5em!important;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#productinslider .owl-next .glyphicon,
#productinslider .owl-prev .glyphicon {
  color: #5c3011;
}

#productinslider.owl-theme .owl-nav .owl-prev {
  left: -10px;
}

#productinslider.owl-theme .owl-nav .owl-next {
  right: -10px;
}


.nav-killer .owl-theme .owl-nav .owl-prev ,
.nav-killer .owl-theme .owl-nav .owl-next {
  display: none!important;
}




.owl-next:hover,
.owl-prev:hover {

  opacity: 1;

}



* {outline: none;}

#searchform {position: relative;margin-bottom: 10px;}

#searchform.open {z-index:502;}
#sidius-darker,
#sirius-black  {
  z-index:501;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  opacity:0 ;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

#sidius-darker.open,
#sirius-black.open {
  height: 100%;
   opacity:1 ;
}

.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: 150px;text-align: center;}

#lista__logo a {display: inline-block;}
/*
#lista__logo a img {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 150px;
}*/
#lista__logo a img {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 120px;
  margin: 15px auto;
}

#alternative-nav,
#alternative-nav.stoji  {
  position: relative;
  width: 100%;
  background: #f6f6f6;
  padding-top: 5px;
}


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

.hover-wrapper{
 max-width: 180px;
 display: inline-block;
}

.hover-wrapper.minus8,
.hover-wrapper.minus10 
 {
 max-width: 9%!important;
 display: inline-block;
}
.hover-wrapper.minus8 a,
.hover-wrapper.minus10 a 
 {
padding: 1em;
}
 
.hover-wrapper.minus12,
.hover-wrapper.minus14 
 {
 max-width: 7.5%!important;
 display: inline-block;
}
 
.hover-wrapper.minus12 a,
.hover-wrapper.minus14 a 
 {
padding: 0.7em;
font-size: 0.7em;
}
 
 
.hover-wrapper.minus16,
.hover-wrapper.minus18 
 {
 max-width: 6%!important;
 display: inline-block;
}
 
 
.hover-wrapper.minus16 a,
.hover-wrapper.minus18 a 
 {
padding: 0.3em;
font-size: 0.45em;
}

.lista.lista--velka .page-width {
  max-width: 90%;
}
.lista.lista--velka .page-width.page-width--1500 {
  max-width: 1500px;
}
.lista.lista--velka .page-width.page-width--1200 {
  max-width: 1200px;
}

a.menu-item--parent {
  padding: 0 1.3em;
  text-align: center;
  width: 100%;
  min-width: 90px;
  font-size: 0.8em;
  background: #f6f6f6;
  line-height: 1.2em;
  display: table-cell;
  height: 68px;
  position: relative;
  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;
}

.a3th_menu_parent   {
 position: relative;
}

.a3th_menu_parent:hover {
 position: relative;background: #eee;
}

.a3th_menu_parent  .a3th_menu  {
  display: none;
}

.a3th_menu_parent:hover .a3th_menu {
   position: absolute;
   top: 0;
   left: 95%;
   background:#eee;
   display: block;
   z-index: 5;
   min-width: 250px;
  }

.a3th_menu_parent:hover .a3th_menu ul,
.a3th_menu_parent:hover .a3th_menu li  {
padding: 0;
margin: 0;
list-style: none;
display: block;
  }
 
.a3th_menu li a {
  padding: 0.8em 1.3em;
  text-align: left;
  width:  90%;

  font-size: 1em;
  display: block;
  text-align: left;
  position: relative;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
   border-bottom: 1px solid #ddd;
}

.a3th_menu li a:before {
  content: '›';
  font-weight: lighter;
  color: #bbb;
  font-size: 1.1em;
}


.a3th_menu_parent:hover .a3th_menu li a  {
  display: block; 
  }

 .a3th_menu li a:hover  {
 background:rgba(0,0,0,0.1);width: 100%;
  }

.a4th_menu_parent   {
 position: relative;
}

.a4th_menu_parent:hover {
 position: relative;background: #eee;
}

.a4th_menu_parent  .a4th_menu  {
  display: none;
}

.a4th_menu_parent:hover .a4th_menu {
   position: absolute;
   top: 0;
   left: 95%;
   background:#eee;
   display: block;
   z-index: 5;
   min-width: 250px;
  }

.a4th_menu_parent:hover .a4th_menu ul,
.a4th_menu_parent:hover .a4th_menu li  {
padding: 0;
margin: 0;
list-style: none;
display: block;
  }
 
.a4th_menu li a {
  padding: 0.8em 1.3em;
  text-align: left;
  width:  90%;

  font-size: 1em;
  display: block;
  text-align: left;
  position: relative;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
   border-bottom: 1px solid #ddd;
}

.a4th_menu li a:before {
  content: '›';
  font-weight: lighter;
  color: #bbb;
  font-size: 1.1em;
}


.a4th_menu_parent:hover .a4th_menu li a  {
  display: block; 
  }

 .a4th_menu li a:hover  {
 background:rgba(0,0,0,0.1);width: 100%;
  }



@media (max-width: 1500px) {
    .hover-wrapper {
     max-width: 160px;
   }
   a.menu-item--parent {
    min-width: 80px;
    font-size: 0.8em;
  }
  .lista.lista--velka .page-width {max-width: 95%;}
}


@media (max-width: 1400px) {
    .hover-wrapper {
     max-width: 140px;
   }
   a.menu-item--parent {
    min-width: 65px;
    font-size: 0.75em;
  }
  .lista.lista--velka .page-width {max-width: 98%;}
}


@media (max-width: 1300px) {
  .hover-wrapper {
   max-width: 130px;
 }

 a.menu-item--parent {
  min-width: 50px;
}
}


@media (max-width: 1200px) {
  .hover-wrapper {
   max-width: 110px;
 }

 a.menu-item--parent {
  min-width: 50px;
  padding: 0 0.5em;
}

}


.hover-wrapper:hover a.menu-item--parent {
 background: #fff;
 color: #000;

}

a.menu-item--child {
  padding: 0.8em 1.3em;
  text-align: center;
  width:  90%;

  font-size: 1em;
  display: block;
  text-align: left;
  position: relative;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
}

a.menu-item--child:before {
  content: '›';
  font-weight: lighter;
  color: #bbb;
  font-size: 1.1em;
}

span.menu-item--child-header,
a.menu-item--child-header {
  padding: 0.8em 1.3em 0.4em 1.3em;
  text-align: center;
  width: 90%;
  font-size: 1em;
  text-transform: uppercase;
  display: block;
  text-align: left;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

.hover-wrapper__hidden-area {
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
}

.hover-wrapper:hover .hover-wrapper__hidden-area {

  max-height:700px;
  min-height:300px;
  overflow: visible;

  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
}

@media (max-width: 768px) {
  #homeslider1 .owl-dots  {
    top: -60px;
    position: relative;



  }

  .owl-prev ,
  .owl-next  {
    display: none!important;
  }

  #homeslider1   {
   font-size: 0.8em;
 }

 .obsah {
  position: absolute;
  bottom: 15%;
  left: 9%;
  width: 77%;
}







.owl-next .glyphicon,
.owl-prev .glyphicon {
  color: #FFF;
  font-family: 'Glyphicons Halflings';
  font-size: 3em;
}


.owl-theme .owl-nav .owl-prev {
  position: absolute;
  opacity: 0.5;
  top: 50%;
  left: -45px;
  margin-top: -2em!important;

}


.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  opacity: 0.5;
  right: -45px;
  margin-top: -2em!important;

}

}

@media (max-width:480px) {
  #homeslider1 .owl-dots  {
    top: -40px;
    position: relative;
  }

}


.owl-next .glyphicon,
.owl-prev .glyphicon {
  color: #FFF;
  font-family: 'Glyphicons Halflings';
  font-size: 6em;
}


h2.blockquote {
  position: relative;
  font-size: 3.2em;
  padding: 0.5em 1.3em;
  background: transparent;
  display: inline-block;
}



.background__color--7 h2.blockquote:after,
.background__color--7 h2.blockquote:before {

  color: #666;
}

h2.blockquote:after,
h2.blockquote:before {
  content: '"';
  font-size:2em;
  position: absolute;
  font-weight: normal;
  color: #fff;
}

h2.blockquote:before {
  bottom:-0.6em;
  left:0;
}

h2.blockquote:after {
  top:-0.2em;
  right: 0;
}


.banner300x600 img {
  width: 100%;
  height: auto;
}

#banner-1935 img {
 max-width: 100%;
 height: auto;
}

@media (max-width: 768px) {



  #shop-functions .nav  {

    text-align: center;

  }


  #shop-functions .nav .nav__first-ul {
    float: none!important;
    font-size: 1.1em;
    display: inline-block;
  }



  h2.blockquote {
    position: relative;
    font-size: 2.2em;
    padding: 0.5em 1.3em;
    background: transparent;
    display: inline-block;
  }
}

.mybtn {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 360px;
    padding: 1em 50px;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    color: #333;
    border-radius: 2;
    border: 1px solid #333;
    position: relative;
    margin-bottom: 10px;
}

.mybtn:hover {
    background-color: #efefef;
}

.input-wrap label {
    display: block;
    margin: 1em auto 0.5em auto;
    text-align: center;
    width: 90%;
    max-width: 450px;
    font-family: 'Playfair Display', serif;
}

.input-wrap input {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 360px;
    padding: 1em 50px;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    color: #333;
    border-radius: 2;
    border: 1px solid #333;
    position: relative;
    margin-bottom: 10px;
}

.mybtn:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
}

.mybtn:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    content: '';
}

.underline {
    text-decoration: underline;
}

#prihlaseni .modal-body {
    padding: 1em 2em;
}

#prihlaseni .modal-body h3 {
    margin-top: 1.5em;
    margin-bottom: 18px;
}

#prihlaseni .modal-body p.about {
    margin: 0 auto 1.5em auto;
    width: 90%;
    max-width: 450px;
}

.nohover:hover {
    text-decoration: none;
}

.modal-content {
    border-radius: 2px
}

.mybtn--login:after {
    background: transparent url('icon/login.svg') 50% 50% no-repeat ;
}

.mybtn--lost:after {
    background: transparent url('icon/lost.svg') 50% 50% no-repeat ;
}

.mybtn--mail:after {
    background: transparent url('icon/mail.svg') 50% 50% no-repeat ;
}

.mybtn--fb:after {
    background: transparent url('icon/fb.svg') 50% 50% no-repeat ;
}

.g-recaptcha {display: none;}

@media (max-width: 768px) {
  .map { height: 350px;}
}
@media (min-width: 768px) {
  .map {height: 100%;position: absolute;right: 0;top: 0;}
}

.podkategorie ul,
.podkategorie li {
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
}


fieldset {padding: 1px;}

legend {padding: 0 0 10px 0px;font-size: 2.5em ;font-weight: bold;}

.table_format .row {
  border-top: 1px solid rgba(0,0,0,0.2);
}

.table_format h4 , .table_format h3 {margin: 0;}

#lang_select {
  position: absolute;
  right: 1em;
  top: 0.7em;
  border-radius: 5px;
}

#lang_select ul li {
  padding: 0.3em 0.5em;
  background: rgba(255,255,255,0.6);
  opacity:0;font-size: 1.4em;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#lang_select ul li:last-child {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#lang_select ul li.active {opacity:1;font-weight: bold;}
#lang_select ul:hover li {opacity:1;}

.attributes_field .active {
 -webkit-transition: all 250ms ease;
 -moz-transition: all 250ms ease;
 -o-transition: all 250ms ease;
 transition: all 250ms ease;
 color: #e36a19;
}


@media (max-width: 991px) {
  #logo--v-liste-wrapper {
    position: relative;
    top: 0;
    padding:0.2em 2em;
  }

}


.eu-pruda-cookies {

  color: white;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  background-color: rgb(68, 68, 68);
  left: 0;
}


@media (max-width: 1100px) {
  #header-nav .nav__first-ul > li  {font-size: 1.2em;}

  #header-nav .nav__first-ul.nav__first-ul--left>li {
    padding-left: 0.8em  ;
  }




  #header-nav .nav__first-ul.nav__first-ul--right>li {
    padding-right: 0.8em

  }

  #header-nav .nav__first-ul.nav__first-ul--left>li:before,
  #header-nav .nav__first-ul.nav__first-ul--right>li:before {

    display: none;

  }
}

#catalogue_filters h4 {font-size: 0.8em;text-transform: uppercase;}


/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width: 100%;
  height: 100%;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

.item-footer {
  border-top: 1px solid rgba(0,0,0,0.2);
  background:  rgba(0,0,0,0.1);
  padding: 1em;
}


ul.balicky  {
  list-style: none;
  margin: 0;
  padding: 0;

}

.balicky li {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;


}


.odstranit:hover {color: #ef4d4d;}

.flag-new,   .flag-akce,   .flag-sale,   .flag-top {
  margin: 0.1em;
  padding: 0.2em;
}
.flag-new {
  display: inline-block;

  background: #3d7ba9;
  color: #fff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.flag-akce {
  display: inline-block;

  background: #61a93d;
  color: #fff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.flag-sale {
  display: inline-block;

  background: #b77828;
  color: #fff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flag-top {
  display: inline-block;

  background: #7b2f88;
  color: #fff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.table_format .rows {
  border-top:1px solid #eee;
}



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

.pneuheader.lista {
  position: relative;
}
.pneuheader .kosik .glyphicon {
  font-size: 1.8em;
}
.pneuheader .kosik {
  font-size: 0.85em;

}
.pneuheader .kosik a {
  border: 1px solid #dedede;
  display: inline-block;
  float: right;
  padding: 1em;

}
.pneuheader .kosik span {
 display: block;
 font-weight: bold;
 padding: 0.3em;

}
.pneuheader .kosik a strong {
  color: #000;

}

.pneuheader #logo--v-liste-wrapper {
 position: relative;
 display: inline-block;

}
.pneuheader #logo--v-liste  {
 display: inline-block;
}

.pneuheader #logo--v-liste a img {
  max-height: 60px;

  width: auto;

}

#logo--v-liste {
  padding: 0;
  left: auto;
}

.pneuheader .nav.nav--mainnav {
  font-size: 1.5em;
}

.pneuheader .greylista {
  background: rgba(0,0,0,0.03);
  margin-top: -0.2em;
  padding: 0.2em 0;
  margin-bottom:   0.8em  ;
}


.pneuheader #shop-functions .nav__first-ul > li > span, .pneuheader #shop-functions .nav__first-ul > li a {
  margin-right:  1.5em;
}


.glyphicon-shopping-cart {
  float: left;
  display: block;
}

#cart_ajax_text  {
  float: left;
  display: block;
}

@media (max-width: 600px) {


  .bubble_2 {
    position: absolute;
   
    width: 90%;
    max-width: 90%;
    top: 15%;
    left: 5%;
    margin-left: 0;
    
}
}