@font-face {
  font-family: "Evanston-1858";
  src: url("/font/Kimmy-Design-Evanston-Tavern-1858-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Evanston-1919";
  src: url("/font/Kimmy-Design-Evanston-Tavern-1919-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
*{
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

html{
  position: relative;
  background-image: url('/img/back.jpg');
  background-repeat: repeat;
  font-family: "Arial CE","Arial","Helvetica";
}

.vrch{
  width: 100%;
  height: 105px;
  border-bottom: 19px solid #ef692e;
}

.vrch_levo{
  position: absolute;
  width: 340px;
  
}

.vrch_levo a{
  margin: 8px 0px 0px 84px;
  display: inline-block;
  z-index: 99;
}

.vrch_levo a img{
  height: 46px;
  margin-top: 3px;
}

.menu{
  padding-top: 23px;
  padding-left: 26px;
  white-space: nowrap;
  width: 1040px;
  margin: 0px auto;
  text-align: left;
}

.menu a{
  font-size: 20px;
  color: #ed572c;
  display: inline-block;
  padding: 3px 9px;
  height: 33px;
  border-left: 3px solid #9b3028;
  text-decoration: none;
  font-family: "Evanston-1858";
  letter-spacing: 0px;
}

.menu a:nth-child(1){
  border-left: 0px;
  padding-left: 0px;
}

.menu a:hover{
  color: black;
}
.menu a.active{
  color: black;
}

.page{
  width: 1040px;
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 70px;
  /*margin-left: calc(50% - 720px);*/
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 325px);
}

.levo{
  position: absolute;
  width: 340px;
  text-align: center;
  padding-top: 33px;
}

.levo strong{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
  font-family: "Evanston-1919";
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 120%;
}

.brikety_rekord_logo{
  width: 215px;
  left: 6px;
}
.ep_res_logo{
  width: 210px;
  left: 0px!important;
  margin-bottom: 1.1vw;
}
.brikety_rekord_certik{
  width: 231px;
  /*display: none;*/
}
.brikety_rekord_certik2{
  display: none;
  width: 160px;
  float: left;
}

.info{
  /*margin-left: 340px;*/
}

h1{
  font-family: "Evanston-1919";
  font-size: 50px;
  color: #962e24;
  line-height: 100%;
  font-weight: normal;
}
h2{
  font-family: "Evanston-1919";
  font-size: 28px;
  color: #962e24;
  line-height: 100%;
  font-weight: normal;
}
h4{
  font-size: 20px;
}

p{
  /*margin: 70px 0px;*/
  font-weight: bold;
  font-size: 18px;
}

.rekord_1{
  float: left;
  margin-right: 54px;
}

.text_right{
  display: block;
  margin-left: 305px;
}

.spacer{
/*  clear: both;*/
  height: 6px;
  min-height: 4px;
  /*
  background-image: url('/img/spacer.png');
  background-repeat: repeat-x;
  */
  border-bottom: 3px dashed black;
  margin: 30px 0px;
}

.graf{
  clear: both;
  margin-bottom: 9px;
}

.graf_blok{
  display: inline-block;
  float: left;
  /*margin-right: 35px;*/
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 14px 24px;
  background-color: #030303;
}

.g1{
  margin-right: 35px;
}
.g2,.g3,.g4,.g5,.g6{
  margin-right: 78px;
}
.g7{
  margin-right: 114px;
}

.graf span{
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding: 14px 0px;
}

.gblack{
  width: 380px;
}
.gbrown{
  width: 327px;
  background-color: #962e24;
}
.gorange{
  width: 250px;
  background-color: #e9641c;
}
.ggray{
  width: 165px;
  background-color: #9d9d9c;
}

.g1{
  width: 327px;
  background-color: #040506;
}
.g2{
  width: 284px;
  background-color: #962e23;
}
.g3{
  width: 284px;
  background-color: #962e23;
}
.g4{
  width: 284px;
  background-color: #962e23;
}
.g5{
  width: 284px;
  background-color: #962e23;
}
.g6{
  width: 284px;
  background-color: #962e23;
}
.g7{
  width: 248px;
  background-color: #e9651b;
}

a.button{
    display: block;
    width: 150px;
    height: 60px;
    border-radius: 10px;
    float: left;
    color: #fff;
    text-decoration: none;
    font-family: "Evanston-1919";
    font-size: 19px;
    text-align: center;
    margin-right: 80px;
    padding-top: 6px;
    line-height: 115%;
}

.borange{
  margin-right: 0px!important;
}

.bblack{
  background-color: #030303;
}
.bbrown{
  background-color: #962e24;
}
.borange{
  background-color: #e9641c;
  padding-top: 18px!important;
}

a.bblack:hover{
  background-color: #555;
}
a.bbrown:hover{
  background-color: #b9554b;
}
a.borange:hover{
  background-color: #f28f59;
}

.both{
  clear: both;
}

.zpet{
  font-family: "Evanston-1919";
  font-size: 30px;
  color: #e9641c;
  text-decoration: none;
  background-image: url('/img/zpet_back.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 3px 0px 10px 70px;
  background-size: contain;
  display: block;
  margin-bottom: 45px;
}

#vrch_1{
  display: block;
  /*width: 1040px;*/
  padding-left: 50px;
  margin-left: auto;
  margin-right: auto;
}
#vrch_2{
  display: none;
  z-index: 20;
}
#vrch_2 a{
  z-index: 40;
}

.menu_male_logo{
  top: 35px;
  left: 15px;
}

.ep_res_logo_male{
position: absolute;
top: 7px;
left: 20px;
width: 140px;
}

.menu_male_ham{
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  z-index: 6;
}

.menu_male{
  background: rgb(227,211,199);
  background: linear-gradient(180deg, rgba(227,211,199,1) 0%, rgba(251,246,240,1) 100%);
  padding-bottom: 5px;
  display: none;
  z-index: 5;
}

.menu_male a{
  display: block;
  width: 100%;
  padding: 12px 6px 0px 55px;
  text-align: left;
  font-family: "Evanston-1858";
  color: #f15127;
  text-decoration: none;
  background-image: url('/img/zpet_back.png');
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: 10px center;
  height: 36px;
  line-height: 8px;
  font-size: 22px;
}

.menu_male a span{
  border-bottom: 2px dashed #8d4b4e;
  display: inline-block;
  height: 28px;
  width: 95%;
}

.menu_male a:nth-child(1){
  background-image: none;
  height: 70px;
  line-height: 50px;
}


.menu_male a:hover{
  background-color: #ec572c;
  color: white;
  background-image: url('/img/zpet_back_h.png');
}
.menu_male a:nth-child(1):hover{
  background-image: none;
  background-color: transparent;
}

.h1_black{
  color: #000;
}

.h1_red{
  color: #962e24;
}
.h2_red{
  color: #962e24;
}
.h2_black{
  color: #000;
}
.h2_orange_2{
  color: #962e24;
}

strong.orange{
  font-weight: bold;
  color: #962e24;
}

.info p a{
  color: #962e24;
}

.info table tr td a{
  color: #962e24;
}

.info img{
  max-width: 100%;
}

.drevene_img{
  float: left;
  left: -20px;
}

.drevene_img_2{
  width: 520px;
}

.drevene_text{
  margin-left: 360px;
  left: -40px;
}

.kavove_text{
  margin-left: 240px;
  margin-top: 30px;
}

.kavove_img{
  float: left;
  /*left: -20px;*/
  width: 200px;
}
.slunecnice_text2{
  margin-left: 0px;
  margin-top: 50px;
}

.slunecnice_img2{
  float: left;
  left: -20px;
  max-width: 400px!important;
}

.krb_img{
  float: left;
  width: 500px;
}

.pelety_img_3{
  width: 520px;
}

.strong_h3{
  font-family: "Evanston-1919";
  font-size: 39px;
  color: #962e24;
  line-height: 100%;
  font-weight: normal;
}

.pelety_img{
  float: left;
  left: -30px;
}

.pelety_img_2{
  width: 520px;
}

.pelety_text{
  margin-left: 270px;
  left: -40px;
}

h3{
  font-family: "Evanston-1919";
  font-size: 33px;
  color: #962e24;
  line-height: 100%;
  font-weight: normal;
}

.h3_red{
  color: #962e24;
}
.h3_black{
  color: #000;
}

.spotreba_tab{
  width: 100%;
  border-collapse: collapse;
}

.spotreba_tab h3{
  font-weight: 3vw;
}

.spotreba_tab tr th{
  vertical-align: top;
  border: 3px dashed black;
  text-align: left;
  padding: 1vw;
}

.spotreba_tab tr th img{
  left: -10px;
}

.spotreba_tab tr td img{
  max-width: 80%;
}

.spotreba_tab tr td{
  vertical-align: middle;
  border: 3px dashed black;
  text-align: center;
  padding: 1vw;
}

.spotreba_tab tr td:nth-child(1){
  border-left: none;
  text-align: left;
}
.spotreba_tab tr td:nth-child(4){
  border-right: none;
}
.spotreba_tab tr th:nth-child(1){
  border-left: none;
}
.spotreba_tab tr th:nth-child(4){
  border-right: none;
}

.spotreba_tab tr td big{
  font-weight: bold;
  font-size: 35px;
  float: left;
}

.topeni_img{
  float: left;
  margin-right: 30px;
}

.topeni_table{
  width: 100%;
}

.topeni_table tr td{
  vertical-align: top;
  border-top: 3px dashed black;
  border-right: 3px dashed black;
  text-align: left;
  padding: 1vw;
  font-weight: bold;
  font-size: 19px;
}

.topeni_table tr td h3{
  font-size: inherit;
  color: black;
}

.topeni_table tr:nth-child(8) td{
  border-bottom: 3px dashed black;
}
.topeni_table tr td:nth-child(3){
  border-right: none;
}

td.tb_o{
  background-image: linear-gradient(to right,#fba707 0%,#fba707 100%),url('/img/back.jpg');
  background-blend-mode:multiply;
}
td.tb_w{
  background-color: #ffffff88;
}
td.tb_y{
  background-image: linear-gradient(to right,#ffd700 0%,#ffd700 100%),url('/img/back.jpg');
  background-blend-mode:multiply;
}

strong.big_orange{
  color: #962e24;
  text-transform: uppercase;
  font-weight: bold;
}

.h1_orange2{
  color: #962e24;
}

.krby_ul{
  /*list-style-image: url('/img/list.png');*/
  list-style: none;
}
.krby_ul li{
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 45px;
  background: url('/img/list.png') no-repeat left 0px;
  list-style: none;
  min-height: 29px;
}

.kamna_table{
  width: 100%;
}

.kamna_table tr td{
  vertical-align: top;
  border-top: 3px dashed black;
  border-right: 3px dashed black;
  text-align: left;
  padding: 1vw;
  font-weight: bold;
  font-size: 19px;
}

.kamna_table tr td h3{
  font-size: inherit;
  color: black;
}

.kamna_table tr:nth-child(9) td{
  border-bottom: 3px dashed black;
}
.kamna_table tr td:nth-child(1){
  border-right: none;
  width: 260px;
}
.kamna_table tr td:nth-child(3){
  border-right: none;
}

.info img.bre_1{
  max-width: 45%;
}
.info img.bre_2{
  max-width: 45%;
  float: right;
}

.brc_1,.brc_2{
  float: left;
  margin-right: 15px;
}

.brc_2{
  margin-right: 30px;
}

.info img.brr_1{
  max-width: 45%;
}
.info img.brr_2{
  max-width: 45%;
  float: right;
}

.koupit_img{
  width: 80%;
}

.slider{
  /*max-width: 100%;*/
  width: 100%;
  margin-top: -27px;
  border-bottom: 27px solid #ef692e;
}
.slider a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
}
.slider_image{
  display: block;
  width: 100%;
}

.slider_text{
  position: absolute;
  top: 1%;
  right: 2.5%;
  width: 25%;
}

#slide_1{
  z-index: 12;
}
#slide_2{
  z-index: 11;
}
#slide_3{
  z-index: 10;
}

.slider_logo{
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 15;
  color: white;
}

.slider_logo img{
  left: 8px;
}

.slider_logo strong{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 24px;
  display: block;
  font-family: "Evanston-1919";
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 120%;
}

.smaller_h1{
  display: none;
}

.uvod_bunka{
  display: block;
  text-decoration: none;
  border-bottom: 3px dashed black;
  padding: 2vw 0px;
  height: 9vw;
}

.bunka_4{
  /*border-bottom: 0px!important;*/
}

.uvod_bunka h1{
  font-size: 2.4vw;
  width: 62%;
  float: left;
}

.h1_1{
  color: #f17c2d;
}
.h1_2{
  color: #ef692d;
}
.h1_3{
  color: #ed582b;
}
.h1_4{
  color: #9b3026;
}

.uvod_bunka:hover h1{
  color: black;
}

.uvod_img_1{
  width: 24%;
  float: left;
  text-align: center;
  border-left: 3px dashed black;
  border-right: 3px dashed black;
}

.uvod_img_2{
  width: 14%;
  float: left;
  text-align: right;
}

.uvod_img_1 img{
  width: 5vw;
}

.uvod_img_2 img{
  width: 2.6vw;
}

.uvod_both{
  clear: both;
  display: none;
}

.uvod_both_2{
  clear: both;
  display: none;
}

.uvod_menu{
  padding: 25px 0px 25px 0px;
  clear: both;
  background-color: #ed692f;
  height: 130px;
}

.uvod_menu a{
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Evanston-1858";
  display: block;
  width: 202px;
  height: 76px;
  display: inline-block;
  font-size: 16px;
  color: white;
  float: left;
  text-align: left;
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: 0px center;
  line-height: 72px;
  padding-left: 36px;
  letter-spacing: 0.7px;
}

.uvod_menu a:hover{
  filter: invert(100%);
}

.uvod_menu_cont{
  width: 1040px;
  padding-left: 50px;
  /*margin-left: calc(50% - 720px);*/
  margin-left: auto;
  margin-right: auto;
}

.uvod_menu a.uma1{
  background-image: url('/img/kompletni_nabidka.svg');
}
.uvod_menu a.uma2{
  background-position: 20px center;
  background-image: url('/img/mobil.svg');
  border-left: 3px dashed white;
  padding-left: 40px;
}
.uvod_menu a.uma3{
  background-position: 20px center;
  background-image: url('/img/email.svg');
  border-left: 3px dashed white;
  padding-left: 52px;
  width: 263px;
}
.uvod_menu a.uma4{
  background-position: 20px center;
  background-image: url('/img/adresa.svg');
  border-left: 3px dashed white;
  width: auto;
  padding-left: 46px;
  line-height: 20px;
  padding-top: 16px;
}

.nopadding{
  padding-top: 0px!important;
}

.kde_koupit_boxy{
  min-height: 100px;
  padding-top: 30px;
}
.kde_koupit_box{
  width: 30%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}

.kde_koupit_box a {
 font-weight: bold;
  color: #962e24;
}

.lokalni_prodejci tr{
  display: none;
}
.lokalni_prodejci tr td{
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px 10px 0px;
}

.lokalni_prodejci tr td h3{
  color: #962e24;
}

h1.h1_novinky{
  font-size: 2.7vw;
}

.kamna_table_2{
  width: 100%;
  display: none;
}
.kamna_table_2 tr td{
  border-top: 3px dashed black;
}

.kamna_table_2 td.tb_o{
  font-size: 15px;
  font-weight: bold;
  vertical-align: top;
  padding: 15px 0px 15px 10px;
}
.kamna_table_2 td{
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  padding: 15px 0px 15px 10px;
}

.slider_text_2{
  position: absolute;
  display: none;
    right: auto;
    top: auto;
    left: 2%;
    bottom: 5%;
}

#st_2{
  top: 10%;
}

.images{
  display: block;
  max-width: 870px;
}

.ke_stazeni{
  clear: both;
}
.ke_stazeni a{
    width: 100%;
    font-size: 22px;
    padding: 10px 0px;
    text-align: left !important;
    display: block;
    padding-left: 40px;
    background-image: url('/img/odkaz_sipka.png');
    background-position: 0px 23px;
    background-repeat: no-repeat;
    background-size: auto 27px;
    text-decoration: none;
}

.vyhledat_cont{
  padding: 40px 0px 20px 0px;
  clear: both;
}

#adresa{
  font-size: 17px;
  padding: 5px 10px;
  width: 300px;
  height: 34px;
  border: 1px solid #962e24;
}

#adresa_button{
  font-size: 14px;
  padding: 7px;
  border: none;
  background-color: #962e24;
  border: 1px solid #962e24;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  height: 34px;
  top: -1px;
}

#hledani_help{
  font-family: "Evanston-1919";
  font-size: 20px;
  color: #000;
  line-height: 100%;
  font-weight: normal;
}

.submenu{
position: absolute;
top: 3.7vw;
left: 25px;
width: 15vw;
padding: 10px;
/*background-color: #962e24b2;*/
background-color: #962e23;
z-index: 99;
display: none;
}

.submenu a{
  border: 0px;
  display: block;
  border-bottom: 2px dashed white;
  color: white;
  padding: 5px 0px !important;
  height: 2.2vw!important;
}

.submenu_small{
  background-color: #fff;
  display: none;
}

.submenu_small a{
  background-image: none;
  height: 36px!important;
  line-height: 8px!important;
}

.both_2{
  display: none;
}

.produkt_link{
  position: relative;
  text-decoration: none;
  color: white;
  width: 235px;
  height: 48px;
  font-weight: normal;
  background-color: black;
  border-radius: 10px;
  display: inline-block;
  font-family: "Evanston-1858";
  letter-spacing: 1px;
  text-align: center;
  line-height: 43px;
  margin-bottom: 25px;
}

a.produkt_link:hover{
  filter: invert(100%);
}

.produkt_link_2{
  position: relative;
  text-decoration: none;
  color: white!important;
  /*width: 235px;*/
  padding: 0px 15px;
  height: 48px;
  font-weight: normal;
  background-color: black;
  border-radius: 10px;
  display: inline-block;
  font-family: "Evanston-1858";
  letter-spacing: 1px;
  text-align: center;
  line-height: 43px;
  margin: 10px 30px 0px 0px;
}

a.produkt_link_2:hover{
  filter: invert(100%);
}

.uhelne_brikety_obrazek{
  width: calc(100% - 280px);
  float: left;
}

.uhelne_brikety_links{
  width: 280px;
  text-align: right;
  float: left;
  /*margin-top: 40px;*/
}

.uhelne_brikety_razitko{
position: relative;
margin-bottom: 20px;
width: 120px;
}

.vice_link{
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
}

.page_kavove_brikety{
  background-image: url('/img/back_kava.jpg');
}
.page_slunecnicove_pelety{
  background-image: url('/img/slunecnice_back.jpg');
}
.page_slunecnicove_brikety{
  background-image: url('/img/slunecnice_back.jpg');
}

.produkt_link_3{
position: relative;
text-decoration: none;
color: white !important;
width: 235px;
padding: 0px 15px;
height: 40px;
font-weight: normal;
background-color: black;
border-radius: 10px;
display: inline-block;
font-family: "Evanston-1858";
letter-spacing: 1px;
text-align: center;
line-height: 36px;
margin: 10px 10px 0px 0px;
font-size: 14px;
}

.novinka_box{
  position: relative;
  float: left;
  width: calc(33% - 10px);
  background-color: #962e23;
  color: white;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
.novinka_img img{
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.novinka_nadpis{
  padding: 10px 10px 15px 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 83px;
}

.novinka_datum{
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.novinky_a{
  position: relative;
  text-decoration: none;
  color: white;
  width: 235px;
  height: 48px;
  font-weight: normal;
  background-color: black;
  border-radius: 10px;
  display: block;
  font-family: "Evanston-1858";
  letter-spacing: 1px;
  text-align: center;
  line-height: 43px;
  margin: 0px auto;
}

.novinky_a:hover{
  filter: invert(100%);
}

.novinka_page_img{
  position: relative;
  width: 50%;
  float: left;
  margin: 0px 25px 25px 0px;
}
.novinka_page_datum{
  position: relative;
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #962e24;
  font-family: "Evanston-1858";
}
.novinka_page_nadpis{
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #9b3026;
  font-family: "Evanston-1919";
}
.novinka_page_text{
  margin-left: calc(50% + 25px);
}

.uhelne_brikety_vl{
  width: 520px;
}