@font-face {
    font-family: Futura PT Book; /* deklarace fontu */
    src: url("/fonts/FuturaPT-Book.ttf"), url("/fonts/FuturaPT-Book.woff"); /* propojení na umístění souboru */
}

html, body
{
   background: white;
   color: black;
   margin: 0px;
   font-size: 16px;
   font-family: 'Futura PT Book', 'Arial';
   font-weight: 300;
}

*
{
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   list-style-type: none;
   border: 0px;
}

.yelow-a a:link {
  color: #414244;
}

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

.yelow-a a:link {
  color: #414244;
}

.yelow {
  color: #414244;
}

/**** header ****/

header
{
  margin-bottom: 0px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 1000;
  background: white;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
  box-shadow: none;
}

.header0 {
/*  display: none;*/
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1400px;
  margin: 0 auto;
  background-color: white;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

.header01 {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0px;
  padding: 0px 2%;
  -webkit-transition: top 0.5s linear;
  -moz-transition: top 0.5s linear;
  -o-transition: top 0.5s linear;
  transition: top 0.5s linear;
}


.header01a {
  display: block;
  float: left;
  width: 70%;
}

.header01a a{
    display: block;
    float: right;
    padding: 6px 14px;
    color: #877e78 !important;
}

.header01a p{
    float: left;
    padding: 6px 0px;
    font-size: 15px;
}

.header01a p a{
    display: block;
    float: right;
    padding: 1px 0px 1px 10px;
}

.header01a p a img{
    width: 19px;
    height: 13px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.19);
}

.header01b {
  display: block;
  float: left;
  width: 24%;
  text-align: right;
}

.header01c {
  display: none;
  float: left;
  width: 100%;
  text-align: right;
}

.header01c a{
    display: block;
    float: left;
    padding: 12px 14px 0px 0px;
    color: #877e78 !important;
}

.header1 {
  max-width: 1400px;
  margin: 0 auto;
  height: 68px;
  border-bottom: 2px solid white;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

.header2 {
/*  display: none;*/
  width: 100%;
  height: 120px;
  background-color: white;
}

/**** menu ****/
.logo {
  float: left;
  width: 228px;
  padding-top: 10px;
  padding-left: 2%;
}

.logo-img {
  height: 44px;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

.kompletnavrh {display: block; float: left; width: 158px;margin-top: 15px; text-align: left; color: red; line-height: 1.2;}

.cskarlin {
  display: none;
  position: relative;
  top: 5px;
  left: -50px;;
}

.kompletnavrh:hover .cskarlin {display: block}

.menu {
  position: unset;
  float: left;
  width: calc(100% - 274px - 158px);
  padding: 0px;
  text-align: right;
}

.menu > ul {
  display: inline-block;
}

.menu > ul > li {
  float: left;
}

.menu-text-div {
  height: 68px;
  color: #877e78;
  display: block;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 68px;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

.menu > ul > li a:hover .menu-text-div {
  /*border-bottom: 2px solid #877e78;*/
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
}

.active {
  border-bottom: 1px solid #877e78;
}

.open {
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
}

.vlajky {
  display: block;
  box-sizing: border-box;
  float: right;
  padding: 0px 2% 0px 0px;
}

/*.kosik {
  padding: 0 0 0 12px !important;
}*/

.dropup,
.dropdown {
 }

.dropdown-menu {
  position: absolute;
  z-index: 1;
  display: none;
  left: 0px;
  right: 0px;
  background: white;
  text-align: left;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.19);
 }

 .dropdown-container {
  box-sizing: border-box;
  padding: 0px 2%;
  width: 100%;
  max-width: 1400px;
  max-height: 75vh;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-container  > li {
  box-sizing: border-box;
  float: left;
  padding: 2% 2%;
  height: unset;
  width: 16.66%;
  position: relative;
}
.dropdown-container  > li > a {
  display: block;
  padding-top: 0px;
}
.dropdown-container  > li > a > img {
  width: 100%;
  float: none;
} 

.dropdown-container  > li a > p {
  width: 100%;
  float: none;
  padding: 2px 0;
  font-size: 15px;
  color: #877e78;
  text-transform: uppercase;
  border-bottom: 1px solid #877e78;
}

.dropdown-container  > li a:hover > p {
  color: black;
  background: white;
  border-bottom: 1px solid black;
}

.open > .dropdown-menu {
  display: block; }

.menu-button {
    float: right;
    margin-top: 4px;
    margin-right: 2%;
    padding: 2px 6px;
    background: black;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.menu-button:focus {
outline: none;
}

.hamburger .line{
  width: 40px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

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

.menu-text-div {
  font-size: 15px;
}

.dropdown-container  > li a > p {
  font-size: 15px;
}

}

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

.menu-text-div {
  font-size: 14px;
}

.dropdown-container  > li a > p {
  font-size: 14px;
}

}

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

.menu-text-div {
  font-size: 13px;
}

.dropdown-container  > li a > p {
  font-size: 13px;
}

}

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

.menu-text-div {
  font-size: 11px;
}

.dropdown-container  > li a > p {
  font-size: 12px;
}

}

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

.menu-text-div {
  font-size: 10px;
}

.dropdown-container  > li a > p {
  font-size: 11px;
}

}

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

header
{
  margin-bottom: 0px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px !important;
  z-index: 1000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.19);
}

.header0 {
/*  display: none;*/
  width: 100%;
  height: 38px !important;
  background-color: white;
}

.header01 {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 38px;
  top: 0px !important;
  padding: 0px 2%;
}


.header01a {
  display: none;
}
.header01b {
  display: none;
}

.header01c {
  display: block;
}

.mobile-search {
  position: absolute;
  right: 2%;
  left: 2%;
}

.header1 {
  height: 52px !important;
  border-bottom: 2px solid white;
}

.header2 {
/*  display: none;*/
  width: 100%;
  height: 92px;
  background-color: white;
}

.logo {
  padding-top: 2px;
}

.kompletnavrh {display: none;}

.menu {
  overflow: auto;
  position: fixed;
  float: none;
  top: 83px;
  right: -261px;
  width: 260px;
  min-height: calc(100% - 83px);
  height: calc(100% - 83px);
  padding: 0px;
  background: rgba(13, 14, 15, 0.92);
  border-top: 1px solid white;
  border-left: 1px solid white;
  text-align: left;
  transition: .3s;
}

.menu > ul {
  display: block;
}

.menu > ul > li {
  float: none;
}

.menu-text-div {
  height: 52px;
  color: white;
  display: block;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 300;
  line-height: 52px;
}

.menu > ul > li a:hover .menu-text-div {
  color: black;
  background: #d3d4d4;
  border: none;
}

.active {
  color: black;
  background: #afafaf;
  border: none;
}

.menu-bottom-div {
  height: 3px;
}

/*.menu > ul > li a:hover .menu-bottom-div {
  background: #d3d4d4;
}*/

/*.active2 {
  background: #afafaf;
}*/

.vlajky {
  display: none;
}

.m-div {
  display: block;
}

.dropdown-menu {
  position: relative;
  z-index: 1;
  display: none;
  background: #4a4a4a;
  text-align: left;
 }

 .dropdown-container {
  box-sizing: border-box;
  padding: 10px 0px 0px 4px;
  width: 100%;
}

.dropdown-container  > li {
  box-sizing: border-box;
  float: none;
  padding: 0px;
  width: 100%;
  height: 44px;
  position: relative;
}
.dropdown-container  > li > a {
  display: block;
}
.dropdown-container  > li > a > img {
  box-sizing: border-box;
  width: 34px;
  float: left;
} 

.dropdown-container  > li a > p {
  box-sizing: border-box;
  width: calc(100% - 34px);
  float: left;
  padding: 3px 4px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  border-bottom: none;
}

.dropdown-container  > li a:hover > p {
  color: black;
  background: #d3d4d4;
  border-bottom: none;
}

.menu-button {
  display: block;
}

.zobrazit {
  right: 0px;
}

}

/**** page ****/

.menu-back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.zobrazit2 {
  display: block;
}

.where {
  color: white;
  margin-top: 12px;
  margin-bottom: 12px; 
  font-size: 12px;
  text-transform: uppercase;
}

.where a {
  color: black;
}

.where a:hover {
  color: white;
}

.where2 {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
}

.where2count {
  color: black;
  font-size: 16px;
  text-transform: none;
}

.artikl-img {
  position: relative;
}

.artikl-novinka {
  position: absolute;
  top: 1px;
  left: 1px; 
  background: black;
  color: white;
  padding: 4px;
  font-size: 13px;
}

.artikl-sleva {
    width: 60px;
    margin-left: 10px;
    background: #d43232;
    color: white;
    padding: 4px;
    font-size: 13px;
}

.artikl-nazev {
  height: 24px;
  overflow: hidden;
  font-size: 18px;
  padding: 10px 10px 1px 10px;
}

.artikl-kolekce {
  color: white;
  font-size: 14px;
  padding: 1px 10px 4px 10px;
  text-transform: uppercase;
}

.artikl-cena {
  font-size: 22px;
  padding: 4px 10px 3px 10px;
}

.artikl-sklad {
  color: #617050;
  font-size: 14px;
  padding: 3px 10px 8px 10px;
}

.artikl-button {
  visibility: hidden;
  display: block;
  background: #a66c5b;
  color: white !important;
  font-size: 16px;
  text-align: center;
  padding: 6px 0px;
  margin-bottom: 8px;
}

.artikl:hover .artikl-button {
  visibility: visible;
}

.artikl2-novinka {
  float: right;
  background: black;
  color: white;
  padding: 4px;
  font-size: 13px;
}

.artikl2-sleva {
  background: red;
  color: white;
  padding: 4px;
  font-size: 13px;
}


.artikl2-nazev {
  font-size: 22px;
  margin-top: 22px;
}

.artikl2-kolekce {
  font-size: 14px;
  padding: 1px 0px;
  text-transform: uppercase;
}

.artikl2-cena {
  font-size: 28px;
  padding: 6px 0px;
  font-weight: 600;
}

.artikl2-sklad {
  color: #617050;
  font-size: 15px;
  padding: 1px 0px;
}

.artikl2-button {
  display: block;
  background: #a66c5b;
  color: white !important;
  font-size: 16px;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 28px !important;
  padding: 6px 0px;
  margin-bottom: 8px;
}

.artikl2-info {
  font-size: 14px;
}

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

.artikl-button {
  visibility: visible;
}

}

.menu2-text {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #877e78 !important;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.menu2-text:hover {
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
}

.echo {
  width: 100%;
  text-align: center;
  color: red;
  background: #414244;
  padding: 6px 0px;
}

.echo2 {
  width: 100%;
  text-align: center;
  color: white;
  background: #414244;
  padding: 6px 0px;
}

/**** footer ****/

.newsletter {
  color: white;
  background: #414244;
  padding: 10px 0px;
  border-top: 1px solid black;
  /*background-image:url("/img/newsletter.png");*/
  background-size: auto 100%;
  background-position: 35% left;
  background-repeat: no-repeat;
}

.newsletter h2 {
  font-size: 1.375rem;
  font-weight: 300;
  padding: 0px 0px 8px 0px;
}

footer {
  color: #807872;
  line-height: 1.7;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,090909+100 */
background: rgb(34,34,34); /* Old browsers */
background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(9,9,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%,rgba(9,9,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(34,34,34,1) 0%,rgba(9,9,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#090909',GradientType=0 ); /* IE */
}

.f-kontakty-div1 {
  display: none;
}

.f-ostatni {
  display: block;
  text-align: center;
}

.f-ostatni hr {
    width: 100%;
    border-bottom: 1px dotted white;
    margin-bottom: 8px;
}

.f-kontakty-div2 {
 margin: 0.5rem 2%;
 padding: 0px;
 background: none;
 text-align: center;
}

@media only screen and (min-width: 45em) {

footer {
  background: linear-gradient(90deg, #414244 65%, #090909 35%);
  color: #807872;
}

.f-kontakty-div1 {
  display: block;
}

.f-ostatni {
  display: block;
  text-align: left;
}

.f-ostatni hr {
    width: 50%;
    border-bottom: 1px dotted white;
    margin-bottom: 8px;
}

.f-kontakty-div2 {
  margin: 0px !important;
  padding: 0.5rem 2% 30px 2%;
  background: #090909;
  text-align: left;
}

}

footer h2 {
  font-size: 1.375rem;
  font-weight: 300;
  padding: 10px 0px 8px 0px;
}

footer hr {
  width: 50%;
  border-bottom: 1px dotted white;
  margin-bottom: 8px;
}

footer a:link {
  color: #807872;
}

footer a:hover {
  color: white;
}

.f-kontakty
{
  padding: 15px 0;
  color: white;
}

.f-kontakty a:link {
  color: white;
}

.f-kontakty a:hover {
  text-decoration: underline;
}

.form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  font-size: 0.875rem;
  line-height: 20px;
  color: black;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

