height auto,
.overlay {
  position: absolute;
  content: "";
  width: 150px;
  height: 440px;
  background-color: rgba(50,50,50,0);
  z-index: 4;
}
@media only screen and (max-width: 860px) {
  height auto,
  .overlay {
    display: none;
  }
}
.dropbtn {
  color: #d21116;
  background-color: #fff;
  padding: 0 10px;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-variant: small-caps;
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
  z-index: 999;
}
.dropdown-content a {
  color: #000;
  padding: 0 10px;
  text-decoration: none;
  display: block;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-variant: small-caps;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #d21116;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #fff;
  color: #d21116;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  height: 20px;
  font-size: 13px;
  font-weight: normal;
  width: 250px;
}
#m-links {
  font-family: 'Lato';
  font-size: 12px;
}
@media only screen and (min-width: 860px) {
  #m-links {
    display: none;
  }
}
#m-links a {
  color: #999;
  text-decoration: none;
  line-height: 20px;
  margin-left: 20px;
}
#m-links details summary::-webkit-details-marker {
  float: right;
  color: #ccc;
  position: relative;
  top: 5px;
}
#m-links summary {
  font-weight: 700;
  padding: 5px 0;
  font-size: 18px;
  color: #333;
  border-top: 1px solid #ccc;
}
#m-links summary span {
  margin-left: 20px;
}
#m-links .container {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 860px) {
  #links {
    display: none;
  }
}
#links h2 {
  color: #333;
  margin-top: 20px;
  font-family: 'Open Sans';
  font-size: 22px;
}
#links a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Open Sans';
}
#links .category {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
#links .category::after {
  content: '';
  display: table;
  clear: both;
}
#links .category:last-child {
  margin-right: 0%;
}
a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hmbrgr,
.special-hmbrgr {
  cursor: pointer;
  display: inline-block;
}
.bar {
  display: block;
  height: 3px;
  width: 30px;
  background: #000;
  margin: 6px auto;
}
.hmbrgr {
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.middle {
  margin: 0 auto;
}
.bar {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hmbrgrOpened .top {
  -webkit-transform: translateY(9px) rotateZ(45deg);
  -moz-transform: translateY(9px) rotateZ(45deg);
  -ms-transform: translateY(9px) rotateZ(45deg);
  -o-transform: translateY(9px) rotateZ(45deg);
  transform: translateY(9px) rotateZ(45deg);
}
.hmbrgrOpened .bottom {
  -webkit-transform: translateY(-9px) rotateZ(-45deg);
  -moz-transform: translateY(-9px) rotateZ(-45deg);
  -ms-transform: translateY(-9px) rotateZ(-45deg);
  -o-transform: translateY(-9px) rotateZ(-45deg);
  transform: translateY(-9px) rotateZ(-45deg);
}
.hmbrgrOpened .middle {
  width: 0;
}
.hmbrgrOpened .arrow-top {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -moz-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotateZ(45deg);
  -o-transform: translateY(11px) rotateZ(45deg);
  transform: translateY(11px) rotateZ(45deg);
  width: 25px;
}
.hmbrgrOpened .arrow-middle {
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}
.hmbrgrOpened .arrow-bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
  width: 25px;
}
.hmbrgrOpened .arrow-top-r {
  -webkit-transform: translateY(11px) rotateZ(-45deg);
  -moz-transform: translateY(11px) rotateZ(-45deg);
  -ms-transform: translateY(11px) rotateZ(-45deg);
  -o-transform: translateY(11px) rotateZ(-45deg);
  transform: translateY(11px) rotateZ(-45deg);
  width: 25px;
}
.hmbrgrOpened .arrow-middle-r {
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px);
}
.hmbrgrOpened .arrow-bottom-r {
  -webkit-transform: translateY(-11px) rotateZ(45deg);
  -moz-transform: translateY(-11px) rotateZ(45deg);
  -ms-transform: translateY(-11px) rotateZ(45deg);
  -o-transform: translateY(-11px) rotateZ(45deg);
  transform: translateY(-11px) rotateZ(45deg);
  width: 25px;
}
.hmbrgrOpened .arrow-top-fall {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.hmbrgrOpened .arrow-bottom-fall {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.special-hmbrgr {
  margin: 0 auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.special-hmbrgr:hover .arrow-top-fall {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.special-hmbrgr:hover .arrow-bottom-fall {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.arrow-bottom-fall,
.arrow-top-fall {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body .container {
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
body .container::after {
  content: '';
  display: table;
  clear: both;
}
.slider,
width 50%,
margin 100px auto,
.slick-slide,
margin 0px 20px,
.slick-slide img {
  padding: 10px;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
}
/* general */
section {
  padding-bottom: 40px;
}
h1 {
  font-size: 30px;
  color: #212121;
  font-family: 'Open Sans';
  text-align: center;
  margin-top: 0px;
}
.divider {
  width: 100px;
  height: 3px;
  background-color: #ffba45;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@font-face {
  font-family: Lato;
  src: url("fonts/Lato-Regular.ttf");
  font-style: normal;
}
/* navbar */
#navbar nav {
  margin-top: 20px;
}
#navbar nav .logo {
  display: inline-block;
  float: left;
}
#navbar nav .logo img {
  width: 169px;
}
#navbar nav .menu {
  display: inline-block;
  position: relative;
  font-family: 'Oswald';
  line-height: 96px;
}
#navbar nav a {
  text-decoration: none;
  color: #333;
}
#navbar nav a:hover {
  color: #f00;
}
#navbar nav a {
  display: inline;
  display: inline;
  font-size: 20px;
  margin-right: 30px;
}
#navbar nav i {
  margin-right: 5px;
}
#navbar nav .right-side {
  display: inline;
  font-family: 'Oswald';
  float: right;
  position: relative;
}
#navbar nav .right-side a {
  line-height: 96px;
  margin-right: 0;
}
#navbar nav .hshcz {
  line-height: 64px;
}
#navbar nav .hshcz a {
  line-height: 64px;
}
#navbar nav #searchInput {
  display: none;
}
#navbar nav #lupa {
  cursor: pointer;
}
#navbar nav #link_id {
  width: 0;
  padding: 3px;
  font-size: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Oswald';
  border: 1px solid #aaa;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
/* carousel */
#carousel a {
  text-decoration: none;
  color: #333;
}
#carousel a:hover {
  color: #f00;
}
#carousel .carousel-title {
  text-align: center;
  background-color: #333;
  height: 60px;
  color: #fff;
  font-family: 'Open Sans Condensed';
  font-size: 36px;
  padding-top: 10px;
}
@media only screen and (max-width: 860px) {
  #carousel .carousel-title {
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  #carousel .carousel-title {
    font-size: 24px;
  }
}
#carousel .slider-for img {
  max-height: 500px;
}
#carousel .carousel-navbar-item {
  z-index: 45;
  background-color: rgba(100,100,100,0.5);
  color: #000;
  font-family: 'Open Sans', Sans serif;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 5px;
  height: 75px;
  vertical-align: center;
  font-weight: 700;
  cursor: pointer;
  margin: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#carousel #goto1 {
  background-color: #484848;
  color: #fff;
}
#carousel .carousel-navbar-item:hover {
  background-color: #484848;
  color: #fff;
}
@media only screen and (max-width: 860px) {
  #carousel img {
    width: 100%;
  }
}
/* bestsellers */
#bestsellers .wrapitall {
  position: absolute;
  width: 314px;
  height: 190px;
}
#bestsellers .bestsellers-title {
  position: absolute;
  bottom: 50px;
  width: 314px;
  background-color: rgba(50,50,50,0.5);
  height: 50px;
  margin-bottom: -50px;
  padding-top: 15px;
  font-size: 18px;
  font-family: 'Open Sans';
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 860px) {
  #bestsellers .bestsellers-title {
    width: 100%;
    background-color: #323232;
    bottom: 50px;
  }
}
#bestsellers .bestsellers-title p {
  color: #fff;
  line-height: 20px;
  display: block;
  padding: 20px;
  text-align: justify;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: -10px;
}
#bestsellers .bestsellers-title .img-wrap {
  display: flex;
  justify-content: center;
}
#bestsellers .bestsellers-title .img-wrap a {
  height: 35px;
  line-height: 35px;
  margin-top: -20px;
  font-size: 14px;
  font-family: 'Open Sans';
  background-color: rgba(10,160,217,0);
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  outline: none;
  border: 1px solid #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#bestsellers .bestsellers-title .img-wrap a:hover {
  background-color: #323232;
}
#bestsellers .bestsellers-title strong {
  margin-left: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 860px) {
  #bestsellers .bestsellers-title:hover {
    height: 190px;
    background-color: rgba(50,50,50,0.9);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #bestsellers .wrapitall:hover:hover ~ .bestsellers-title {
    height: 190px;
    background-color: rgba(50,50,50,0.9);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
@media only screen and (max-width: 860px) {
  #bestsellers img {
    width: 100%;
    height: auto;
  }
}
/* about */
#about {
  font-size: 16px;
  font-family: 'Open Sans';
  text-align: justify;
}
/* eshops */
#eshops .slick-slider {
  margin-bottom: 20px;
}
@media only screen and (min-width: 860px) {
  #eshops .eshops-slider img {
    width: 190px;
    height: 110px;
  }
}
@media only screen and (max-width: 860px) {
  #eshops .eshops-slider img {
    width: 100%;
    height: auto;
  }
}
#eshops .eshops-view p {
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 32px;
  background-color: rgba(50,50,50,0.6);
  color: #fff;
  padding: 20px 20px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 960px;
}
#eshops .btn-out {
  width: 190px;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(10,10,10,0.5);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 860px) {
  #eshops .btn-out {
    width: 100%;
  }
}
#eshops .btn-out a {
  font-family: 'Open Sans';
  background-color: rgba(10,160,217,0);
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  outline: none;
  border: 1px solid #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  line-height: 40px;
}
#eshops .btn-out a:hover {
  background-color: #323232;
}
#eshops .slick-current .btn-out {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 860px) {
  #eshops .slick-slide {
    position: relative;
  }
}
#eshops .slick-slide:hover .btn-out {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#footer {
  padding-bottom: 10px;
  font-family: 'Open Sans';
}
#footer .container {
  border-top: solid 1px #c8c8c8;
  padding-top: 10px;
}
#footer .container .left {
  float: left;
  line-height: 25px;
  display: flex;
  align-items: center;
}
#footer .container .left img {
  height: 25px;
  margin-right: 20px;
}
#footer .container .right {
  float: right;
}
/* RESPONSIVNI */
.sidenav {
  height: 0;
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 9999;
  top: 50px;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sidenav a {
  display: none;
}
.sidenav i {
  margin-right: 10px;
}
.sidenav a,
#mySidenav summary {
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Open Sans';
  font-weight: 400;
}
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
  background-color: rgba(0,0,0,0.75);
}
.visibleSideNav {
  height: auto;
  opacity: 1;
}
#mySidenav details a {
  margin-left: 20px;
}
.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}
a.closebtn {
  border-bottom: none;
}
#main {
  -webkit-transition: all margin-left ease-in-out;
  -moz-transition: all margin-left ease-in-out;
  -ms-transition: all margin-left ease-in-out;
  -o-transition: all margin-left ease-in-out;
  transition: all margin-left ease-in-out;
}
/*
    * RESPONZIVNÍ ZOBRAZENÍ SEKUNDÁRNÍCH ELEMENTŮ *
    */
.m-logo {
  float: left;
  height: 40px;
  padding: 5px;
  line-height: 50px;
}
.hmbrgr {
  float: right;
  line-height: 50px;
  margin-right: 20px;
  margin-top: 2px;
  padding: 5px;
}
#m-navbar {
  position: fixed;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.17);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.17);
  z-index: 999;
}
@media only screen and (min-width: 860px) {
  #m-navbar {
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  #navbar {
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  #carousel {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 860px) {
  #eshops .eshops-view {
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  #about .container,
  #footer .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
#social .btns {
  display: inline;
}
#social .btns a {
  display: inline;
  margin-right: 5px;
}
#social .btns a img {
  width: 40px;
  height: 40px;
  -webkit-filter: grayscale(100%);
}
#social .btns a img:hover {
  -webkit-filter: grayscale(0%);
}
