@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,600italic,700,700italic,800,800italic,300italic|Kanit:100,200,300,400,500,600,700,800,900);
                                                         
body { font-family: 'Open Sans', sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; color: #434343; margin:0;  background-image: url("images/pozadi.png");background-repeat: no-repeat;}                                                                       

/* *************************** hlavní TABLE (DIV)  ************************** */
/* *----------------------------     hlavni     ----------------------------* */                       
/* |*--------------------------------------------------------------------- *| */                                                                     
/* ||                                hlavicka                              || */
/* |*----------------------------------------------------------------------*| */
/* |*-----------------* *------------------------------------------------- *| */                                                                     
/* ||     hledej      | |            menu                                  || */
/* |*-----------------* *--------------------------------------------------*| */
/* |*--------------------------------------------------------------------- *| */                                                                    
/* ||                             top_nabidka                              || */
/* |*----------------------------------------------------------------------*| */
/* || *----------------* *-------------------------------------------------*| */
/* || |                | |                obsah                            || */
/* || |  levy_sloupec  | |                                                 || */
/* || |                | |                                                 || */
/* || *----------------* *-------------------------------------------------*| */
/* || *--------------------------------------------* *---------------------*| */
/* || |                                            | |                     || */
/* || |                 obsah                      | |   pravy_sloupec     || */                        
/* || |                                            | |                     || */
/* || *--------------------------------------------------------------------*| */
/* |*--------------------------------------------------------------------- *| */                                                                     
/* ||                                 pata                                 || */
/* |*----------------------------------------------------------------------*| */
/* *------------------------------------------------------------------------* */
.black_overlay{
        display: none;
        position: fixed;
        top: 0%;                                       
        left: 0%;                                               
        width: 100%;                     
        height: 100%;                                   
        background-color: black;
        z-index:600;
        -moz-opacity: 0.6;
        opacity:.60;                               
        filter: alpha(opacity=60);
    }

#hlavni {
  margin: auto;
  text-align:left;
  position:relative;
 }

/* *----------------------------    hlavicka    ----------------------------* */
/* |*--------------------* *-----------------------------------------------*| */
/* ||   hlavickal        | |                        hlavickap              || */
/* || *----------------* | | *--------------* *----------* *--------------*|| */                                                            
/* || |  logo_hlavicka | | | |    login     | |   flags  | |      ...     ||| */
/* || *----------------* | | *--------------* *----------* *--------------*|| */
/* |*--------------------* *-----------------------------------------------*| */
/* *------------------------------------------------------------------------* */

#hlavicka {
  margin: auto auto 20px auto;
  width:70%;
  border-bottom: 2px solid #828282;
}   

 .hlavicka-x {
	transition: all 0.5s;
	z-index: 997;
  color:#ffffff;
  background-color: #323232;
  height :40px;
  line-height :40px;
  font-family: 'Kanit', sans-serif;
  padding: 5px 0px;
  width:100%;
  margin: auto;
}

#hlavicka a{
  color: #FFFFFF;
}

#hlavicka .tel{
  float:right;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Exo", sans-serif;
  margin-top: -5px;
}
           
.hlavicka_logo {
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 80px;
  margin-top: 30px;
  margin-bottom: -40px;
  
}

.hlavickap {
  float:right;
  text-align:right;
  margin-top:10px;
  margin-right:20px;
  }
  
.ikony_hlavicka {
  position: relative;
  float: right;
  text-decoration: none;
  right: 14%;
}  
 
.pozadi img{
   min-width: 100%;
  min-height: 65%;
  height: 450px;
  object-fit: cover;
}  

.lista{
  background: #1d75bd;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}  

.nadpis{
  float:left;
  color: #996633;
  font-size: 28px;
  font-weight: bold;                                            
  margin-bottom: 35px;
  max-height:150px;
  height:150px;
  margin-top: 112px;
  margin-left:290px;
  text-align:left;
}


.vice_info {
  background: #F40000;
  color: #fff;
  text-shadow: none;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 20px;
  width: fit-content;
  cursor: pointer;
}

.vice_info:hover{
  transition: all 1s,transform .4ms cubic-bezier(.5,0,.3,1);	
}



@media screen and (max-width: 960px){
   .nadpis{
     color:transparent;
   }
}


/*media screen and (min-width: 451px)*/
.telcislo {
    position: absolute;
    color: #000000 !important;
    font-size: 28px;
    font-weight: bold;
    top: 55px;
    margin-top: 0px;
    margin-left: 35%;
    text-align: left;
    /*background-image: url("images/telefon.png");
    background-repeat: no-repeat;*/
    padding-left: 40px;
}

/***************************  Jazykové mutace - prapory  **********************/
.flags {
	float: right;
	margin-top: 7px;
	margin-right: 0px;
	z-index: 100;
  }
.n_img_flag {
	width: 32px
  }
.a_img_flag {
	width: 32px
}
/***************************  hledej  **********************/
.hledej {
	right: 40px;
	width: 160px;
	position: absolute;
  font-size:12px;
  display: table;
  top: 37px;
  z-index: 1;
}

.hledej .label{
  display: none;
}

.label {
/*    display: none;  */
    float: left;
    line-height: 20px;
    width: 110px;
    text-align: left;
    font-weight: bold;
}


.input_hledej{
    width: 100%;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    float: left;
    padding: 10px 20px !important;
    /*border: 1px solid #04091e;*/
    height: 50px;
}

.input_hledejcombo{
   margin-top:2px;
   width:106px;
   float:left;
}

.submitsearch{
  display: none;
   margin-top:5px;
   cursor: pointer;
   width: 32px;
   height: 32px;
   border:0;
   color:transparent;
   background-image: url("images/hledej.png");   
}
/******************************* login -  eshop - rezervace *******************/

/*media screen and (min-width: 451px)*/
.login_table {
 /*   position: absolute;*/
    width: 320px;
    text-align: left;
    right: 0px;
    top: 85px;
}

.login_table .name{
    height:25px;
}

.login_table .name input{
    float:left;
    width:150px;
}


.login_table .pass{
    clear:left;
    height:25px;
}

.login_table .pass input{
    float:left;
    width:150px;
}


.login_label{
    float:left;
    width: 100px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;

}

.login_table .vice_info{
   float:none;
}

.eshop_prihlas{
  clear:both;
  float:left;
  margin-top:0px;
  margin-left:0px;
  height:30px;
  padding-right:5px
  
}

.eshop_prihlas input{
  border:0;
  border-right:1px solid #FF7F00;
  background-color:#ffffff;
  color:#1B75BB;
  cursor:pointer;
  border-radius: 0;
  -webkit-appearance: none;
}


.eshop_registrace{
  float:left;  
  margin-top:0;
  padding-right:5px
}

.eshop_registrace input{
  border:0;
/* border-right:1px solid #FF7F00;*/
  background-color:#ffffff;
  color:#FF7F00;
  cursor:pointer;
  border-radius: 0;
  -webkit-appearance: none;
}

.eshop_obnovheslo{
  float:left;
  margin-top:0px;
  margin-left:0px;
 }

.eshop_obnovheslo input{
  border:0;
  background-color:#ffffff;
  color:#E51420;
  cursor:pointer;
  border-radius: 0;
  -webkit-appearance: none;
}
 
.registrace .vice_info{
     display:block !important;
     color:#ffffff;
     background-color: #E51420;
     margin-left:40%;
     width:140px;
     border-radius: 0.75em;
     height:40px;
} 
 
.head_small .label{
   clear:both;
   float:left;
 }


.tlacitkoPrint{
   display: none;
   color:#ffffff;
   background-color: #E51420;
   margin-left:25%;
   width:140px;
   border-radius: 0.75em;
   height:40px;
   line-height: 35px;
   cursor: pointer;    
} 

.tlacitkoPrint:hover{
  cursor:pointer;
  color: green;
}

.div_tisk #obsah{
  margin-top: 0px;
}

#btnPrint{
  text-align: center;
}

.ekos_pokladna{
  display: none;
}

.objednat{
   display:block !important;
   color:#ffffff;
   background-color: #E51420;
   margin-left:35%;
   width:140px;
   border-radius: 0.75em;
   height:40px;
   line-height: 35px;
   cursor: pointer;    
}

.objednat:hover{
  cursor:pointer;
  color: green;
}
 
.uloz_zmeny{
   display: none;
   color:#ffffff;
   background-color: #E51420;
   margin-left:35%;
   width:140px;
   border-radius: 0.75em;
   height:40px;
   line-height: 35px;
   cursor: pointer;    
}

.uloz_zmeny:hover{
  cursor:pointer;
  color: green;
} 
 
 
/******************************************************************************/
/*********************        standard tagy        ****************************/
/******************************************************************************/
td{
	/*font-size: 1.3vw;*/
/*  color: #653101;*/
/*  font-weight: bold; */
} 

h1 {
  font-weight: 700;
  font-size: 40px;
  color: #F40000;
  text-align: center;
  padding-bottom: 30px;
}

h2 {
  text-align:center;
  font-family: 'Kanit', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  color: #363636;
  padding-bottom: 35px;
  padding-top: 35px;
}

h3 {
  text-align:center;
  font-family: 'Kanit', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  color: #363636;
  padding-top: 35px;
}

h4 {
  color:#000000;
}

h5{
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin: 0;
  color: #F40000;
}


a {
  color: #F40000;
	text-decoration: none;
}
a.odkaz {
	text-transform: uppercase;
}
a:hover {
	color: #000000;
	text-decoration:  none;
}

th {
	font-size: 11px;
	color: #00008b;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	text-align: center;                            
	background-color: #e0e0e0;
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	height: 20px;
}

input {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	font-size: 12px;
  font-family: Raleway,Arial, Verdana, Helvetica, sans-serif;
  /*height:21px;*/
}


/******************************************************************************/
/* *****************************  horizontalni menu    ********************** */
/*media screen and (min-width: 451px)*/
#menu {
    color: #000000;
    text-transform: uppercase;
    margin-left: 43%;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    position: relative;
}

.oddelovac, .separator, .separador {
	float:left;
  text-align: center;
	height: 8px;
	background-position: center;
	background-repeat: no-repeat;
/*  width:1.1%;*/
}
.oddelovacH {
	width: 98%;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	height: 8px;
	/*display: none;*/
}

#nav {
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
  text-align: center;
}

#nav .first ul li {
    float: none;
}

#nav .first ul li a{
    font-weight:400 !important;
}

#nav .first a{
  
}

#nav .current.first{
   border-bottom:0;
}


#nav li{
   display: inline-block;
   padding: .7rem 15px;
   color: #000000;
   font-weight: 400;
   opacity: 1 !important;
   text-align: left;
}
#nav li img{
   height:80px !important;
}

/* main level link */
#nav a {
  text-decoration: none;
  color: #000000;
  white-space:nowrap;
  font-size: 1.2em;
  font-weight: 700;
}

#nav a:hover {
	color: #F40000 !important;
}

#nav li a:first-letter{
    text-transform: capitalize;
}

#nav li.current {
/*  border-left: 2px solid #ffd700;
  border-right: 2px solid #ffd700;
  border-top: 2px solid #ffd700; */
}
/* main level link hover */
#nav .current a{
	background: transparent;
	color: #F40000;
}

#nav li:hover > a{
	background: transparent;
} 
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: #f8f8f8;
	border: none;
	color: #ffffff;
}
#nav ul a:hover {
	color: #000000 !important;        
}
/* dropdown */
#nav li:hover > ul {
  opacity: 1;
  transform: scale(1);
  transition: all 1s,transform .4ms cubic-bezier(.5,0,.3,1);
}

/* level 2 list */
#nav ul {
  margin: 0;                   
  padding: 0;
  position: absolute;
  top:40px;
  border: none;
  background-color: #000000 !important;
  border-top:5px solid #F40000;
  border-radius: 0 !important;
  opacity: 0; 
  transform: scale(0);
  transition: all 0.4s,transform .4ms cubic-bezier(.5,0,.3,1);
  width: max-content;
 }
 
@media screen and (max-width: 1300px){ 
       #nav ul {
          width: auto;
       }
} 

#nav ul li {
    display: list-item;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #ffffff;
    line-height: 10px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}  
  
#nav ul li:hover {
  background-color:#f8f8f8;
 }
 
 #nav ul li:hover > a{
	  color:#000000;
 }    



#nav ul li a{
	font-weight: normal;
  font-size:15px;
  text-transform:none;
  color:#ffffff;
}

#nav ul a::after {
    content: none;
}

/* level 3+ list */
#nav ul ul {
  display: table !important;
  position: relative;
  width: min-content;
  border:0;
  padding:0 ;
  width:260px;
/*  height:240px;*/
  opacity: 1;
  transform: scale(1);
}

#nav ul ul a{ 
  font-weight: normal;
  white-space: break-spaces;
}

#nav ul ul li{ 
  font-weight: normal;
  white-space: break-spaces;
  float: none;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
}
#nav ul li:last-child > a {
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
/******************************************************************************/
/* ***************************** ostatni horizontalni menu    ********************** */
#Omenu {
	width: 696px;
	height: 46px;
	margin-top: 2px;
  margin-left: 1px;
  font-size: 10px;
	font-weight: bold;
	border: 2px outset #F0F0F0;
 	background: url("_images/gradient.png") repeat-x 0 -130px #996633;
  position:relative;
 }

#Onav {
  margin: 0px;
  margin-top: 2px;
	padding: 0px;
  }

#Onav li {
  float: left;
	list-style: none;
	z-index: 500;
  
}

/* main level link */
#Onav a {
  float: left;
  color: #FFFFFF;
	text-decoration: none;
  padding-top:4px;
  padding-left:15px;
	padding-right:15px;
  padding-bottom:4px;
  display:block;
}

#Onav a:hover {
	color: #000000;
  background: url("_images/gradient.png") repeat-x -20px #ffa130;
} 


#Onav li.curent {
  background-color: #ffa130;
	float: left;
	list-style: none;
  z-index: 500;
}

#Onav li.curent a {
  color: #ffff00;
}


/* level 2 list */
#Onav li ul {
  position:absolute;
  top:22px;
  left:0px;
  display: none;
	width: 654px;
	background-color:  #ffa130;
  font-size: 11px;
  font-weight:normal;
  z-index:400;
}

#Onav li ul li {
  float: left;
}

#Onav li ul a{
  float: left;
  color: #FFFFFF;
	text-decoration: none;
  padding-top:4px;
  padding-left:15px;
	padding-right:15px;
  padding-bottom:3px;
  display:block;
  border-right: 1px solid #000000;
}

/* ===== neoznačené položky v  level 2 list (oznacená zdědí styl z curent z main <a>) ================ */ 
#Onav li ul li.neoznacena a {
  color: #000000;
}

/* *****************   TOP nabídka - běžící text  *************************** */
.topnabidka {
	line-height: 24px;
	text-align: left;
	padding-left: 20px;
	width: 950px;
	color: #808080;
	height: 24px;
}
#topnabidka {
	width: 700px;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
	margin-top: 4px;
	background-color: transparent;
	float: left;
}
.klik_nabidka {
	padding-left: 40px;
	font-size: 11px;
	float: left;
}

/* *****************************  Levý a pravý sloupec ********************** */
/* *--- #left(right)_column --**/
/* |*------------------------*|*/
/* ||                        ||*/
/* |*------------------------*|*/
/* *--------------------------**/


#left_column {                                                                                                                                    
/* ||                        ||*/
/* ||                        ||*/
/* ||        vmenuSt         ||*/
/* ||                        ||*/
/* ||                        ||*/
/* |*------------------------*|*/
/* |*------------------------*|*/
/* ||                        ||*/
/* ||        kontakt         ||*/
/* ||                        ||*/
/* |*------------------------*|*/
/* |*------------------------*|*/
/* ||                        ||*/
/* ||        reklama         ||*/
	float: left;
	width: 285px;
	min-height: 500px;
	padding-bottom: 7px;
  margin-left: 0;
  margin-top: -50px;
  font-size:16px;
}

@media screen and (max-width: 960px){ 
       #left_column {
          width: 225px;
       }
}

.kontakt_lc{
  margin:4px;
  margin-top:10px;
  background-image:url(images/kontakt_lc.png);
  background-repeat:no-repeat;
  background-color:#F2F2F2;
  line-height:24px;
  padding:14px;
  padding-top:60px;
}


.oteviraci_doba{
  margin:4px;
  margin-top:10px;
  background-image:url(images/oteviraci_doba.png);
  background-repeat:no-repeat;
  background-color:#F2F2F2;
  line-height:24px;
  padding:14px;
  padding-top:60px;
}

#right_column {
	float: left;
	width: 600px;
	min-height: 400px;
	padding-left: 8px;
}

#id_vmenuSt{
  float:left;
  margin-right: 5px;
  width:30%;
}

/* ********************               kontakt             ******************* */
.kontakt {
	color: #653101;
}

.kontakt_text {
  margin: auto;
  background-color: #F6F6F6;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.kontakty_vizitka{
/*  margin-left: auto;
  margin-right: auto; */
  padding: 80px 0;
  background-color: #4C4C4C;
}


.vizitka{
  background: #f6f6f6;
  width: 25%;
  margin-bottom: 30px;
  padding: 20px;
  display: inline-table;
  margin-right: 30px;
}

.vizitka:hover{
  background-color: #F40000;
  color: #FFFFFF;  
}

.vizitka:hover a{
  color: #FFFFFF !important;  
}

.table_kontakt{
  width:100%;
  line-height:2vw;
  display:table;
}
.table_kontakt td{
  color: #653101 !important;
  
}

.table_kontakt p{
  color: #653101 !important;
  
}

.table_kontakt .obrazek{
  width:100% !important;
  height:auto !important;
}

.table_kontakt .obrazek img{
  width:100% !important;
  height:auto !important;
}

.map_canvas {
  width:100%;
  height:435px;
  min-height:335px;
  clear:left;
}

.kontakt_mapa{
  width: 100%;
  text-align: center;
}
                                                 
.kontakty .lbl_diskuze{
  display:none;  
}

.diskuze .lbl_diskuze{
  display:none;  
}
/* ********************               reklama             ******************* */


.reklama {
	/*background: none repeat scroll 0 0 #cccccc;*/
	font-size: 14px;
	font-weight: bold;
	/*border: 1px solid #708090;*/
	color: #0041c4;
	padding-top: 7px;
	margin-left: 12px;
	text-align: center;
}
.obrazek_reklama {
	width: 140px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #708090;
}
/* ********************** rozbalovací vertikalni menu *********************** */
.vmenuSt {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 10px;
	padding-bottom: 7px;
	font-size: 14px;
}
/*hlavní položka */
.vmenuHl {
	text-align:left;
	margin-top: 3px;
	background-color:  #ffa130;
	border: 2px outset #F0F0F0;
	list-style-type: none;
	padding: 0;
	width: 278px;
	margin-left: 8px;
}
.vmenuHl a {
	color: #000000;
	display: block;
	padding: 6px 6px 6px 10px;
	text-decoration: none;
	width: auto;
	font-weight: bold;
  font-size:12px;
}
.vmenuHl a:Hover {
  background: url("_images/gradient.png") repeat-x #996633 0 -100px;
	color: black;
}
/*vybraná hlavní položka */
.vmenuHlv {
	margin-top: 3px;
	border: 2px outset #F0F0F0;
	background: url("_images/gradient.png") repeat-x 0 -130px #996633;
	list-style-type: none;
	width: 278px;
	margin-left: 8px;
}
.vmenuHlv a {
	color: #FFFF00;
	display: block;
	padding: 6px 6px 6px 10px;
	text-decoration: none;
	font-weight: bold;
}
.vmenuHlv a:Hover {
	color: black;
}
/*položky v rozbaleném menu*/
.vmenuSub {
	width: 190px;
	border-left: 1px solid #075890;
	display: block;
	padding-bottom: 4px;
	padding-top: 3px;
	padding-left: 3px;
	margin-left: 5px;
}
.vmenuSub a {
	color: #075890;
	font-size: 11px;
	text-decoration: none;
}
.vmenuSub a:Hover {
	color: #B90000;
}

#Produktnav{
  padding: 0;
  margin:0;
  text-align: left;
  font-weight: bold;
}

#Produktnav .submenu  {
  position:absolute;
  top:242px;
  left: 286px;
  width:calc(100% - 288px);
  padding-left: 0;
  display:none;
  font-size: 1.1vw !important;
  }

@media screen and (max-width: 960px){
   #Produktnav .submenu  {
     left: 250px;
  }
}


#Produktnav li .submenuli a{
  float:left;
  background-color: #FFFFFF !important;
  list-style:none;
  margin: 2px !important;
  color: #653101 !important;
  font-size: 1.1vw !important;
}

@media screen and (max-width: 960px){ 
       #Produktnav li .submenuli a{ 
          font-size: 14px !important;
       }
}


#Produktnav .current a{
  color: #653101 !important;
}

#Produktnav li {
  background-color: #E51420;
  list-style: none;
  margin-top: 2px;
  margin-left: 3px;
  margin-right: 3px;
}


#Produktnav li a{
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  /*border: 1px solid #000000;*/
}

#Produktnav li a:hover{
  color: #BF5140;
}

.podsubmenu{
  left: 0;
  /*position:static !important;*/
  position:absolute;
  width:100%;
/*  background-color: #EFEDDE !important;*/
  padding:0;
  margin-bottom:50px;
  top:40px;
}

.podsubmenu li{
  float: left;
  
}

.podsubmenu li a{
  background-color: #FFFFFF;
}


/*media screen and (min-width: 451px)*/
#Produktnav ul .current a {
    color: #E51420 !important;
}


#Produktnav ul li {
  color:#1B75BB;
/*  border-bottom:1px solid #ffffff;
  border-bottom: 1px solid;*/
}

#Produktnav ul .podsubmenu li {
  border-top: 0px #000000 solid !important;
  border-bottom: 0px #000000 solid !important;
  background-color: #C4C4C4;
  margin-top:6px;
}

#Produktnav ul .podsubmenu li.current {
background-color: #E51420;
}

#Produktnav ul .podsubmenu li a{
  color:#0000ff;
  
}


#Produktnav ul ul li.current a{
  color:#1B75BB;
  border-top: 0px #000000 solid;
  border-bottom: 0px #000000 solid;
 }


/* ************************************************************************** */
/* ************************ <DIV> obsah - detail **************************** */
/* ************************************************************************** */
#obsah {
  margin-left: auto;
  margin-right: auto;
} 

#obsah ul{
  padding-left: 2%;
  padding-right: 2%;
}
#obsah_1 {
  min-height:650px;
}

.obal_obsah{

}

#obsah li{
  list-style: none;
  padding-left: 2%;
}

#obsah ol li{
  list-style: unset !important;
}
 

.obsah_text{
  margin: auto;
  max-width: 1920px;
  width:70%;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
}

#dialog {
	width: 100%;
	margin-top: 0px;
  padding-left: 10px;
	min-height: 420px;
  clear: left;
  font-size:12px;
  } 

#dialog td{
vertical-align: top;
}
/* ***************************  <DIV> navigace  ***************************** */
.navigace {
  display: none;
	margin-top: 17px;
	color: #003399;
	font-size: 12px;
}
/* **************************    Listbox - hlavicka   ********************** */
.filtr {
	width: 100%;
	border: 1px solid #000000;
}
.radek_licha {
	background-color: #E1E1E1;
}
.radek_licha:hover {
	cursor: pointer;
	background-color: #F1F1E1;
}
.radek_suda {
	cursor: pointer;
	background-color: #E9E9E9;
}
.radek_suda:hover {
	background-color: #F1F1E1;
}

/* ********************************listování******************************** */
.dlist {
	margin-left: 2px;
	text-align: center;
	border: 1px solid #a0a0a0;
	height: 16px;
	width: 27px;
	float: left;
	margin-top: 6px;
}
.vlist {
	margin-left: 1px;
	background-color: #123889;
	color: #ffffff;
	text-align: center;
	border: 1px solid #a0a0a0;
	height: 16px;
	width: 27px;
	float: left;
}
.listovani {
	margin: 4px;
	width: 100%;
}
.pocet_list {
	color: #1645ae;
	margin-right: 20px;
	float:  right;
}
.inputslist {
	border: none;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 18px;
}

/* ****************************  Chybový řádek  ***************************** */
.chyby {
	color: #1B75BB;
	height: 20px;
  font-size:11px;
/*	border-bottom: double #999999; */
}
/* ************************  Tabulka kontakt ******************************** */

/*popis*/
.registrace .label{
	font-weight: normal;
	float: left;
	width: 140px;
  font-size:12px;
  padding-top:4px;
  padding-left:10px;
}

/*media screen and (min-width: 451px)*/
.registrace .oddelovac {
    float: left;
    text-align: center;
    height: 1px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.registrace input{
	/*margin-top:2px;*/
  float:left;
}

#firma{
  width:300px;
}

#ic{
  float:left;
  margin-right:30px;
}



#prijmeni{
  width:200px;
}


#ulice{
  float:left;
  margin-right:40px;
}

#psc{
  width:100px;
  float:left;
  margin-right:63px;
}

#poznamka{
  width:445px;
}

.souhlas{
  max-width:600px;
}

.label_dalsi {
	font-weight: normal;
	margin-left: 50px;
}
/*hodnota*/
.value {
	font-size: 80%;
	font-weight: bold;
	margin-left: 12px;
}

#chyby_reg{
  border:0;
  color:#1B75BB;
}
/* *************  Submenu na stránce v [SUBMENU]  *************************** */

.SubmenuInPage {
	width: 100%;
}

.submenu1 {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cccccc;
	margin-left:  2px;
	margin-top:  2px;
	padding-top: 14px;
	background: url("_images/gradient.png") repeat-x #FFFF99;
	height: 194px;
  text-align:center;     
}

/* *********  Galerie na stránce v [GALERIE][IMAGExxxxx]  ******************* */
.galerie {
	width: 100%;
	float: left;
	margin-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
}

.galerie_obr_seznam {
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
	padding-top: 10px;
	height: 110px;
	border: 1px solid #a0a0a0;
}

.galerie_obr_seznam img {
	text-align: center;
	cursor: pointer;
	/*max-height: 110px;*/
}

.vmenuObr{
  width: 30%;
  padding-top:20px;
  margin-bottom:20px;
}

#galerie_ovladani {
	z-index: 900;
	display: none;
	position: absolute;
	left: 270px;
	top: 0px;
}
.posuvnikl {
	background-image: url(_images/vlevo.png);
	width: 42px;
	height: 26px;
	float: left;
}
.presun {
	background-image: url(_images/presun.png);
	margin-left: 5px;
	width: 38px;
	height: 26px;
	float: left;
}
.zastav {
	background-image: url(_images/prezentace.png);
	margin-left: 5px;
	width: 23px;
	height: 26px;
	float: left;
}
.posuvnikp {
	background-image: url(_images/vpravo.png);
	margin-left: 5px;
	width: 42px;
	height: 26px;
	float: left;
}
.galerie_zavri {
	background-image: url(_images/zavri.png);
	margin-right: 5px;
	width: 30px;
	height: 26px;
	float: right;
}
.galerie_detail {
	display: none;
	position: absolute;
	left: 200px;
	top: 20px;
	margin-top: 20px;
	text-align: center;
	width: 790px;
	border-spacing: 5px 3px;
	z-index: 600;
}


.vicefoto {
	display:none;
  width: 100%;
	text-align: right;
	line-height: 30px;
}
.nazevdokument_s {
	text-align: center;
	color: #000000;
}

.galerie_obrazek {
	display: none;
	position: absolute;
	left: 200px;
	top: 20px;
	margin-top: 20px;
	text-align: center;
	width: 790px;
	border-spacing: 5px 3px;
	z-index: 600;
	border-left: 4px solid #4682B4;
	border-top: 4px solid #4682B4;
	border-right: 4px solid #4682B4;
	border-bottom: 5px solid #4682B4;
	cursor: pointer;
	background-color: #cccccc;
}

.galerie_obrazek img{
   height:auto;
}


/* ******************** <table> obsah zálozky - osoby...********************* */
.obsahzalozky {
	width: 650px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #999999;
	clear: left;
}
#navcontainer {
	background-position: left;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-transform: lowercase;
}
/* to stretch the container div to contain floated list */
#navcontainer:after {
	display: block;
	line-height: 0px;
	font-size: 12px;
	clear: both;
}
ul#navlist {
	text-align: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 11px;
}
ul#navlist li {
	display: block;
	float: left;
	width: 124px;
	margin: 0;
	padding: 0;
}
ul#navlist li a {
	display: block;
	width: 100%;
	padding: 5px;
	border-width: 0px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background-image: url(../../_images/zalozka0.gif);
	height: 12px;
}
#navcontainer>ul#navlist li a {
	width: auto;
}
ul#navlist li#active a {
	background-image: url(../../_images/zalozka1.gif);
	color: #800000;
	height: 12px;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #800000;
	background-image: url(../../_images/zalozka1.gif);
	height: 12px;
}



.seznam_novinek{
   margin-left:5px;
   border-bottom: 1px solid #CCCCCC;
   margin-bottom: 1.5em;
}

.seznam_novinek p{
  margin-top: 0;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}

.textnovinky {
	clear: left;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #F8F8F8;
	color: #666666;
   font-size:2vw;
}
.novinkyHOME{
  width: 75%;
  margin-left: 15%;
  margin-right: auto;
  margin-top: 50px;
}

novinkyHOME .obrazek img{
  width: 97% !important;
  height: 180px !important;
}

.novinkyHOME .seznam_novinek{
   min-height: 385px;
}

.novinkyHOME .vice_info {
  position: absolute;
  bottom: 22px;
}

.novinkyHOME .obrazek img{
  object-fit: cover;
}

.novinky .obrazek{
  width: 100%;
}


.kategorie, .oddelovacD{
  display:none;
}



.novinky_obr_seznam{
/*   display: none;*/
}
 
.seznam_novinek h3{
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  float: left;
  margin-top: 0;
  padding: 0 0 0 5px;
}
/* ********************************  Pata stránky**************************** */
/* *----------------------------    pata        -----------------------------**/
/* |*----------------* *--------------------------* *---------------------- *|*/                                                            
/* ||      patal     | |            couner        | |        patap          ||*/
/* |*----------------* *--------------------------* *-----------------------*|*/
/* *-------------------------------------------------------------------------**/

#pata {
	clear: left;
	background-color: #F6F6F6;
	height: 80px;
  position: absolute;                                            
  width: 100%;
  color:#909090;
}


#patal {
  line-height: 80px;
  float: left;
  width: 20%;
  margin-left: 16%;
}

#patal a{
  color: #909090;
}

#counter {
    line-height: 80px;
    font-size: 0.7vw;
    float: left;
    width: 30%;
    text-align: center;
}

#patap {
    line-height: 80px;
    margin-right: 14%;
}

#patap img{
  border:0;
  margin-right:3px;
}


#patap a{
	font-size: 12px;
	color: #cccccc;
}

.pata_up,.pata_back{
  color: #cccccc;
}

#pata-debugger {
	background-color: #C8C8C8;
	margin: 10px 10px 10px 10px;
}

.menu_pata {
  display:none;
    margin-top: 1%;
    color: #cccccc;
    width: 15%;
    top: 82px;
    position: absolute;
    left: 44%;
    font-size: 16px;
    line-height:50px;
}

.menu_pata-item{
  cursor:pointer;
  line-height:20px;
   margin-left:3%;
  margin-top:0px;
}

.pata_sitemap{
  display:none;
}

.pata_back{
  display:none;
}

/* ********************  na ostatni weby fspnet     ***************************/
.odkazy {
    margin-top: -290px;
    margin-left: 45%;
    width: 30%;
}

.obal-odkaz{
	width: 22%;
  margin-left:2%;
  float:left;
  min-height: 380px;
  max-height: 380px;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #eee;
  text-align:center;
  transition: .3s;
  min-width:100px;
  position: relative;
}

.anabidky {
    margin-top: -48px;
    margin-left: 66.5%;
    width: 30%;
}


@media screen and (max-width: 1100px){ 
  .obal-odkaz{
  	margin-bottom: 2%;
    width: 47%;
    max-height: 580px;
    }
}

@media screen and (max-width: 850px){ 
  .obal-odkaz{
     
    }
}




.obal-odkaz:hover{
	background: #f9f9f9;
  border: 1px solid #eee;
  box-shadow: 0px 0px 20px #AAAAAA;
  transition: .3s;
}

.obal-odkaz a{
  display: block;
  height: 100%;
  position: absolute;
  width: 99%;
}

.obal-odkaz h3{
  color: #1B75BB;  
}


.odkaz {

}

/* ********************************  Obecné  ******************************** */
.skryty {
	display: none;
}

.tlacitko {
  width:auto;
  color:#ffffff;
  background-color:#000000;
  bottom:30px;
  right:20%;
  padding:10px;
  padding-left:20px;
  padding-right:20px;
  cursor: pointer;
}

.tlacitko:hover {
  background-color: #1B75BB;
  width:auto;
  color:#ffffff;
  background-color:#000000;
  bottom:30px;
  right:20%;
  padding:10px;
  padding-left:20px;
  padding-right:20px;
  transition: all 1s,transform .4ms cubic-bezier(.5,0,.3,1);
}  

.inputs {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 18px;
	font-size: 10px;
}
.inputs_h {
	background-color: #99CC99;
}

.line {
	background: none repeat scroll 0 0 #999999;
	clear: left;
	height: 3px;
}

.styl3 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.styl1 {
	font-size: 10px;
	font-style: normal;
}
.styl2 {
	font-size: 12px;
	font-style: normal;
}
.styl4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.table_bunka{
  white-space: nowrap;
} 

.cert{
  float:left;
}
.imbox{
  float:left;
}



.produkty_seznam{
   margin-top: 20px;
   margin-left: 20px;
   padding: 8px;
   padding-top: 0;
   min-height: 260px;
   box-shadow: -10px 0 8px -8px #fff, 10px 0 8px -8px #fff;
   border:1px solid #c0c0c0;
   background-color: #ffffff;
   position:relative;
 }

.produkty_seznam .info{
  display:none;
}

 .produkty_seznam:hover {
   margin-left: 20px;
   min-height: 260px;
   box-shadow: -10px 0 8px -8px #ccc, 10px 0 8px -8px #ccc;
   border:1px solid #f0f0f0;
}

/* *********  Galerie na stránce v [GALERIE][IMAGExxxxx]  ******************* */
#photoGalleryDef{
  padding-left: 2%;
  width:100%;
  text-align:center;
  display: flex;
}

#popup{
  top:10px !important;
  background: transparent !important;
  border: transparent !important;
}

#popup img{
  margin-top:-10px;
  max-height:none;
  }


#popupText{
  position: absolute;
  margin-left:2.5%;
  left:auto;
  top:3px;
  padding-top:10px;
  text-align:center;
  width:95%;
  height:55px;
  color: #ffffff;
  background: url("_images/gradient_vd.png") repeat-x 0 -50px #116266;
  border-radius: 8px;

}

.galerie {
	width: 100%;
	float: left;
	margin-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
}

.galerie_obr_seznam {
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
	padding-top: 10px;
	height: 110px;
	border: 1px solid #a0a0a0;
}

.galerie_seznam {
  padding: 0;
  margin: 0.4%;
	text-align: center;
  width:240px;
  min-height:180px;
  max-height:180px;
  margin-top:18px;
}

.galerie_seznam .obrazek{
 height: 180px;
 width:100%;
 
}
.galerie_seznam img {
  width:100%;
  cursor: pointer;
  max-height:180px;
}

.galerie_seznam .obrazek th{
  display:none;
}



#galerie_ovladani {
	z-index: 900;
	position: absolute;
	left: 270px;
	top: 0px;

}
.posuvnikl {
	position: fixed;
	left: 40%;
	bottom: 60px;
	background-image: url(images/vlevo.png);
	width: 60px;
	height: 60px;
	background-size: contain;
}

.presun {
	background-image: url(images/presun.png);
	margin-left: 5px;
	width: 38px;
	height: 26px;
	float: left;
}

.zastav {
   position: fixed;
	left: 30%;
	bottom: 60px;
	background-image: url(images/prezentace.png);
	width: 60px;
	height: 60px;
	background-size: contain;
}

.posuvnikp {
	position: fixed;
	right: 40%;
	bottom: 60px;
	background-image: url(images/vpravo.png);
	width: 60px;
	height: 60px;
	background-size: contain;
}

.galerie_zavri {
	position: fixed;
	right: 30%;
	bottom: 60px;
	background-image: url(images/zavri.png);
	width: 58px;
	height: 58px;
	background-size: contain;
   color: transparent;
   padding:0 !important;
}

.galerie_detail {
	display: none;
	position: absolute;
	left: 200px;
	top: 20px;
	margin-top: 20px;
	text-align: center;
	width: 790px;
	border-spacing: 5px 3px;
	z-index: 600;
}


.vicefoto {
	display:none;
  width: 100%;
	text-align: right;
	line-height: 30px;
}




.tlacitkoZpet{
   display: none;
   color:#ffffff;
   background-color: #E51420;
   margin-left:52%;
   width:140px;
   border-radius: 0.75em;
   height:40px;
   line-height: 35px;
   cursor: pointer;
} 

.tlacitkoZpet:hover{
  color: green;	
}

.galerie_obrazek {
	position: absolute;
	left: 200px;
	top: 20px;
	margin-top: 20px;
	text-align: center;
	width: 790px;
	border-spacing: 5px 3px;
	z-index: 600;
	border-left: 4px solid #4682B4;
	border-top: 4px solid #4682B4;
	border-right: 4px solid #4682B4;
	border-bottom: 5px solid #4682B4;
	cursor: pointer;
	background-color: #cccccc;
	display: none;
}

.galerie_obrazek img{
   height:auto;
}
.mapka_kraje{
   height: 110px;
	width: 220px;
	float: right;
	z-index: 5000;
	position: relative;
	left: -63px;
	top:  120px;
	 
}
/* ovládací tlačítka ke galerii */
.obrazek{
  margin: 6px;
  height: 10%;
/*  float:left;*/
}

.obrazek img{
  width: 97% !important;
  height: auto !important;
}

.obrazek img:hover{
/*  width: 99% !important;
  height: auto !important;*/
}

.partner{
	text-align: center;
	 float: left;
	 margin: 12px 6px 12px 12px;
}

.partner img{
  margin: 3px;
 height: 280px;
}

.galerie_ovladani{
	z-index:900;
	top:2px;
	left:5px;
	float:left;

}


.dokumenty_seznam{
  margin-top:22px;
  text-align:left;
  width:50% !important;
}


.nazevdokument_s {
	text-align: center;
	color: #000000; 
}


.dokum{
/* margin-left:2.7%;
  display:block;
  padding-top:14px;
  border:1px solid #f0f0f0;
  padding-bottom:14px;
  width:96%;
  color:#000000;
  background-color:#ffffff;
  box-shadow: 5px 5px 3px #888888;
  margin-top: 5px;
  border-radius: 10px;
*/
  
    padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
  line-height: 3vw;
}

.dokum:hover{
  box-shadow: 10px 10px 8px #ffffff;
  background-color:#D4D3D3;
  color: #1B75BB;
  text-decoration:none;
  transition: all 1s,transform .4ms cubic-bezier(.5,0,.3,1);
}

.dokum img{
  margin-left:2.7%;
  height: 60px !important;
  width: 45px !important;
}



.dokum_list{
	font-size: 14px;
	color: #005101;
	font-weight: bold;
}
.dokum_list:hover{
	font-size: 14px;
	color: #0041c4;
	font-weight: bold;
}



.produkty_seznam #photoGalleryDef{
  display:none;
}
.produkty_seznam .produkt .ceny_mutace{
  /*display: none;*/ 
}

.ceny_mutace .suda{
  background-color: #666666;
  color: white;
  margin: 0px;
  height: 38px;
  line-height: 36px;
  padding-left: 3px;
  margin-top: 350px;
}

.ceny_mutace .licha{
/*  background-color: #dcdcdc;*/
  color: #404040;
  margin: 0px;
  height: 38px;
  line-height: 36px;
  padding-left: 3px;
  font-weight:300;
}

.produkty_seznam .produkt{
  position: relative;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}

.produkt h2{
  padding-top: 4vw !important;
}

.produkty_seznam .produkt .cena_min{
   color: #E51420;
   width:  50%;
   font-size:14px !important;
   font-weight:bold !important;
   text-align: left;
   display:none;
}

.produkty_seznam .produkt .cena_od{
  color: #E51420;
   width:  50%;
   font-size:14px !important;
   font-weight:bold !important;
   text-align: left;
   float:left;
}

.produkty_seznam .ceny{
 width:100%;
 font-size:11px;

}
.produkt .obrazek{
 float: left;

 max-width:95%;
}

.produkt .obrazek img{
 float: none;
 max-width:640px;
 width:95%;
 margin-top: 6%;
}

#kos_form{
   width:70%;
   float:left;

}

#kos_form h2{
  display:none !important; 
}

#mesto{
  width:200px !important;
}

#misto_dodani4{
  width:87px !important;
}

#poznamka2{
  width:544px !important;
}


.produkty_seznam #kos_form{
   width:100%;
}

.produkty_seznam .produkt .obrazek td{
  text-align:center;
}

.produkty_seznam .produkt img{
    margin-top:5px;
    float: left;
}
/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.produkty_seznam .produkt img {
    float: none;
    max-width: 107.4%;
    max-height: 110%;
    margin-left: -8px;
}

}
*/

.produkty_seznam #popup img {
	margin-left: 0 !important;
	max-width: inherit;
	max-height: inherit;
}

#popupText{
 line-height:28px;
 display:none;
}

.produkty_seznam h2{
  width: 80%;
  margin-top: 3%;
  font-weight: bold;
  float: none;
  text-align:left;
  font-size: 2em !important;
  display: block !important;
  color: #000000;
  line-height: 1.6vw;
  height:44px;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 0;
  margin-left: 20%;
}

.produkty_seznam h2 a{
  color: #000000;
  font-size:14px !important;
}
 
.produkty_seznam .produkt .popis_cena3{
   width:  100%;
}
.produkty_seznam .produkt .naz_cena3{
  margin:0;
  width:  50%;
  float:left;
 }
 
.produkty_seznam .produkt .cena3{
  text-align:right;
  width:  30%;
  text-decoration: line-through;
  float:left;
  }
  
  
 .produkty_seznam .produkt .mj_cena3{
  margin:0;
  padding-left:10px;
  float:left;
 }
 
.produkty_seznam .produkt .popis_cena1{
  color: #1B75BB;   
   width:  100%;
   font-size:13px !important;
   text-align: left;
}


.produkty_kos_submit{
  display:none;   
}

.produkty_seznam .produkt .naz_cena1{
 width:  30%;
 font-weight:bold;
 float:left;
 margin:0;
 }
 
 
 
.produkty_seznam .produkt .cena1{
  text-align:right;
  width:  50%;
  font-weight:bold;
  margin:0;
  float:left;
   }
   
.licha{
/*    height: 780px; */
}

.suda{
 /*  height: 780px;*/
}

   
 .produkty_seznam .produkt .popis1{
    display:none;
   }

 .produkt .cislo{
    display:none;
}
      
.produkty_seznam .produkt .naz_cena7{
    margin-top:-5px;
    font-size: 14px !important;
    width:50%;
    float: left;
}

.produkty_seznam .produkt .cena7{
    margin-top:-5px;
    text-decoration: line-through;
    font-size: 14px !important;
    text-align:right;
    float: left;
}

.produkty_seznam .produkt .mj_cena7{
    margin-top:-5px;
    font-size: 14px !important;
    
    float: left;
}

.popis_cena1{
    display:none;
}
.popis_cena3{
    display:none;
}
.popis_cena8{
    display:none;
}
.popis_cena9{
    display:none;
}


.produkty_seznam .produkt .mj_cena1{
  padding-left:10px;
  margin:0;
  float:left;
 }
 


.produkty_seznam .produkt .popis2 {
  display:none;
}

.produkt .popis2{
  float: left;
  margin: 1px;
  min-height:70px;
  text-align: left;
}



.produkty_seznam .produkt .popis3 {
  display:none;
}

.produkt .popis3{
  margin: 1px;
  margin-top: 30px;
}

.produkt .popis4{
  float:left;
  margin: 1px;
  text-align:left;
}



.produkty_seznam .produkt .cena{
/* display: none ;*/
}

.produkty_seznam .akce {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  left: 202px !important;
  top: 3px !important;
}


.produkty_seznam .novinka {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  left: 3px !important;
  top: 3px !important;
}

.produkty_seznam .vyprodej {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  left: 202px !important;
  top: 43px !important;
}

.produkty_seznam .dostupnost {
  display: none;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  left: 202px !important;
  top: 63px !important;
}                        

.popis_skupiny{
   height:100px;
}

.produkt .popis1{
 float: left; 
 height: 90px;
 width: 98%;
 font-size:11px;
 display:none; 
 
}

.produkt .popis_cena1{
 
 float: left; 
 height: 20px;
 width: 100%;
}

.produkt .popis_cena{
 line-height:normal;
 background-color:#ffffff;
}

.produkt .nazev_cena{
/*  padding-left:5%;*/
}

.produkt .cena1{
 /*display:none;*/
}

.produkt .mnozstvi{
 display:none;
}

.produkt .ceny {
  float:left;
  margin: 1px;
}


.produkt .akce {
  color: #f0efed;
  position: absolute  ;
  padding: 2px;
  border-radius: 4px;
  font-weight: bolder;
  text-align: center;
  height: 18px;
  left: 50%;
  width:70px;
  top:103px;
  background-color: #E30615;
}

.produkt .vyprodej {
  color: #f0efed;
  position: absolute  ;
  padding: 2px;
  border-radius: 4px;
  font-weight: bolder;
  text-align: center;
  height: 18px;
  left: 50%;
  width:70px;
  top:123px;
 background-color: #0195FF;
}

.produktFotogalerie{
  display:none;
}

.produkt .novinka {
  color: #f0efed;
  position: absolute  ;
  padding: 2px;
  border-radius: 4px;
  font-weight: bolder;
  text-align: center;
  height: 15px;
  left: 300px;
  width:70px;
  height:20px;
  top:430px;
  background-color: purple;
}

.produkt .dostupnost{
    display:none;
    color: #f0efed;
    padding: 10px;
    border-radius: 4px;
    font-weight: bolder;
    text-align: center;
    background-color: #57BF20;
    float: left;
}

/*media screen and (min-width: 451px)*/
.produkt .tlacitkoZpet {
    border-radius: 0.75em;
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 10px 10px 0px 0px;
      cursor: pointer;
    width: 67px;
    text-align: center;
    padding:14px;
    position: absolute;
    right: 2%;
    top: 272px;
    background-color: #E51420;
    color:#ffffff;
}

@media screen and (max-width: 960px){
 .produkt .tlacitkoZpet {
    border-radius: 0.5em;
    font-size: 15px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 0;
      cursor: pointer;
    width: 47px;
    text-align: center;
    padding:14px;
    position: absolute;
    right: 0;
    top: 340px;
    background-color: #E51420;
    color:#ffffff;
}
}

.produkt h1{
  color: #653101;
	font-size: 2vw;
	font-weight: bold;
	margin-bottom: 1%;
  padding-left: 2%;      
}
                                  
.ceny_mutace {
}

.ceny_mutace .cena {
}

.ceny_mutace .cena input{
	font-size: 15px;
  font-weight: 600;
}

.ceny_mutace .eshop_cena{
 width: 100px;
 height: 32px;
  text-align: right;
  padding-right: 6px;
 border: none;
 margin-top: 2px;
}

.ceny_mutace .popis_cena {
    float: right !important;
    display: table;
    margin-bottom:20px;
}

.ceny_mutace .pocet_obj{
 padding:0;
 padding-left:5%;
}

.eshop_mnoz{
  height: 24px;
	margin-left: 20px;
	font-size: 18px;
	text-align: right;
	padding-right:2px;
   width:40px;
   margin-top: 2px;
}

.eshop_mnoz_d{
	height: 18px;
	margin-left: 6px;
	margin-right: 10px;
	font-size: 16px;
	text-align: right;
  background-color:#888888;
}


.eshop_adresa_d{
 background-color:#efefef;	
}

.eshop_podminky{
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  padding-left: 20px;
  padding-top: 20px;
  width: 260px;
  text-align:left;
  background-color: #ffffff;	
  font-size: larger;
}

.eshop_podminky a{
color: #666;
}

.eshop_podminky a:hover{
color: #329600 ;
text-decoration: none;
}

.eshop_podminky .current a{
color: #329600 ;
text-decoration: none;
}

.ekos_input{
 border: none;
 text-align: right;
 font-size: 15px;	
}





.parametry .zaruka{
  display:none;
}


.eshop_kos_submit {
  background-image: url("images/kosik.png");
  background-position: center center;
  color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 38px;
  width: 175px;
  border: none;
  background-size: 100% auto;
  margin-left: 20px;
}

.eshop_kos_submit:hover {
    background-image: url("images/kosik_bily.png");
    background-color: #e51420;
    transition: all 1s,transform .4ms cubic-bezier(.5,0,.3,1);
}


.tab_velikosti{
  border: 1px solid #653101;
}

.tab_velikosti td{
  border-left: 1px solid #653101;
  border-bottom: 1px solid #653101;
  text-align:center;
  font-size: 1vw;
  padding:4px;
  color:#653101;
}

.tab_velikosti .td_left{
  text-align:left;
}



.tab_velikosti th{
  background-color:#E51420;
  border-left: 1px solid #653101;
  border-bottom: 1px solid #653101;
  text-align:center;
  font-size: 1vw;
  padding:4px;
  color:#ffffff;
}

.prazdny_kos{
  background-image: url("images/kosik.png");
  background-repeat:no-repeat;
  background-color:#E51420;
  background-position:left center;
  border-top-right-radius: 0.75em;
  position: absolute;
  top:182px;
  right:0;
  width:120px;
  height:44px;
  font-size: 15px;
  padding-top:6px;
  padding-left:50px;
  padding-right:10px;
  display:none;
}

.e_kos td{
     font-size:1vw;
}


/*media screen and (min-width: 451px)*/
.e_kos .vice_info {
/*    display: none;*/
  margin: 0;
  margin-top:5px;
  color:#ffffff ;
  width:auto;
  height:auto;
  padding:7%;
  padding-top:10px;
  padding-bottom:10px;
  background-color:#E51420;
  border-radius: 0.75em;
  font-size:0.8vw;
  font-weight:normal;
  position: relative;
  top: 20px;    
}

.e_kos_dodaciadresa{
   display:none;
}

.e_kos_dodaciadresa h2{
    color: #000000;
    margin-top: 50px;
    font-size: 2em;
    margin-bottom: 20px;  
}

#kosik{
  width:98%;
}

#kosik td{
  font-size: 0.8vw;
}

#kosik th{
  background-color:#E51420;
  text-align:center;
  font-size: 0.8vw;
  padding:4px;
  color:#ffffff;
}

.ekos_soucty{
    border-top:2px solid #000000; 
}



.ekos_mnozstvi{
  text-align:right;
}

.ekos_cena{
  text-align:right;
  white-space: nowrap;
}


#ekos_celkem {
  border:0;
  text-align:right;
  background-color:transparent;
  font-size:14px;
  font-weight:bold;
}

#doprava_cena {
  border:0;
  text-align:right;
  background-color:transparent;
  font-size:14px;
}

#ekos_celkem {
  border:0;
  text-align:right;
  background-color:transparent;
  font-size:14px;
  font-weight:bold;
}


#doprava {
  font-size:0.9vw;
   width:100% !important;
}


#platba{
  visibility: hidden;
}

.ekos_mena{
 
}

.ekos_celkem{
text-align:right;
}

#platba_cena{
   font-size:0.8vw;
   border:0;
   background-color:transparent;
}

.ekos_akce a{
  font-size:0.92vw !important;
}


.kos_info{
  background-image: url("images/kos.png");
  background-repeat:no-repeat;
  /*background-color:#E51420;*/
  background-position:left 2px;
  position: absolute;
  top:0;
  right:50px;
  width:140px;
  height:44px;
  font-size: 15px;
  padding-top:6px;
  padding-left:50px;
  padding-right:10px;
  line-height:12px;
  cursor:pointer;
}
.kos_info small{
  font-size :10px;
  color:#000000;
}

/* *********  Galerie na stránce v [GALERIE][IMAGExxxxx]  ******************* */
 @keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}


 
#rollGalery {
   background: url("animace/mainbg-4.jpg") ;
   background-position: left bottom !important;
   background-repeat: no-repeat;
   background-color: #C3E4E9;
   background-size:cover ;
   min-width: 100%;
   min-height: 65%;
   height: 550px;
}

#textrollGalery {
     float: right;
    font-size: 22px;
    margin-right: 100px;
    margin-top: 250px;
}

/* ********* Facebookna stránce v [GALERIE][IMAGExxxxx]  ******************* */
.fb_iframe_widget{
   margin-top:90px;
}

.fb_div{
   position:fixed;
   top:245px;
   right:-378px;
   width:430px;
   height:231px;
   z-index:2000;
 }
/*#nav .curent a, #nav li:hover > .fb_div_mob */

/*media screen*/
 @keyframes objzasun_animace {
    0%   {right: -378px;}
  100%   {right: -100px;}
}

.fb_div:hover {
   right: -100px;
   animation-name: objzasun_animace;
   animation-duration: 2s;
   animation-iteration-count: 1;
}

.fb_div iframe:hover {
   right: -100px;
   animation-name: objzasun_animace;
   animation-duration: 2s;
   animation-iteration-count: 1;
}

.fb_div div{
   margin-left:-4px;
   width:350px;
   height:238px;
   z-index:1010;
   float:left;
   background-color:0000FF;
}

  
.doplnsubmenu{
  width:99%;
  height:90px;
}
/***********************************************/

#floatUp {
   background-image:url(images/buttonUP.png);
   background-size:50px 50px;
   position:fixed;
   width:50px;
   height:50px;
   bottom:120px;
   right:3%;
   margin-bottom:0px;
   border-radius: 0.75em;  
   content: "\f105"; 
}

@media screen and (max-width: 960px){ 
 #floatUp {  
   right:0;
   background-size:40px 40px;
   position:fixed;
   width:40px;
   height:40px;
 }
}

.kontakt_obr{
  float:left;
  width:53%;
}


#diskuze{
  width: 50%;
  float:right;
  min-height: 450px;
}

#diskuze h4{
  margin-top: 15px;
}


#chyby_inp {
    border: 0;
    color: #1B75BB;
    width: 190%;
    float: right;
}

.kontakt_text h4{
  font-size: 1.1vw;
  text-align: left;
}

.kontakt_text a {

}

.ClearLeft{
  clear:both;
}

.ClearLeftF0{
  clear:left;
  font-size:0px;
}

#BtnMenu_3{
  position:absolute;
  left:0;
  top:0;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
    
p{

}

/**, ::after, ::before{
  box-sizing: border-box;
} */

.banner{
  width: 100%;
  height: 640px;
  background-color: #F1F1F1;
}

.banner .obrazek{
  margin:0;
  display: contents;
}
.banner-img{
  background-color: #F1F1F1;
  background-image: url("../images/banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 640px;
  width: 58%;
  float: left;
}
.banner-text{
  float:left;
  width:35%;
  padding: 3% 3%;
}

.banner-text a{
  color:#000000;
  font-weight: 600;
  text-decoration: none;
}

.banner-text a:hover{
  color:#1B75BB;
}

.banner-text h1{
   color:#000000;
   text-align:left;
   font-size: 36px;
   font-weight:700;
   text-transform:uppercase;
   margin-top:25%;
} 

.uvod .obrazek{
  margin-left: auto;
  margin-right: auto;
}

.uvod img{
   width: max-content !important;
  /* height: 350px !important;*/
   object-fit: none;
   object-position: top center;
   overflow: hidden;
   max-width:100%;
}   

.center{
  text-align: center;
}

.lide_info{
  display: inline-table;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
  width: 20%;  
}

.centra{
  margin-top: 30px;
}

.centrum{
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.centrum_mesto{
  padding-left: 30px;
  font-weight: 600;
  width: 33%;
}

.centrum_pobocka{
  width: 66%;
  margin-left: 20%;
}

.facebook{ 
  background-image: url("images/facebook-bily.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;  
  background-color: #28156F;
  cursor: pointer;
  padding: 10px;
  height: 40px;
  width: 40px;
  transition: .3s;
  float:left;
  margin-left: 20px;
}

.facebook:hover{
  background-image: url("images/facebook-sedy.png");
    background-color: transparent;
  background-position: center;
  cursor: pointer;
}

.instagram{
  background-image: url("images/instagram-sedy.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  cursor: pointer;
  padding: 10px;
  height: 20px;
  width: 20px;
  transition: .3s;
  float:left;
}

.instagram:hover{
  background-image: url("images/instagram-bily.png");
  background-color: #1B75BB;
  background-position: center;
  cursor: pointer;
}

.ikony{
  position: absolute;
  right: 50px;
  top: -10px;
}
.upper{
  font-size: 14px;
  text-transform: uppercase;  
}

.py-3{
  padding-bottom: 1rem !important;
}

.obsah_ataka{
  background-image: url("images/obsahataka.png");
  background-position: top center;
  height: 1000px;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: 60% auto;
}

.organ{
  position: relative;
  min-height: 170px;
  margin-bottom: 5%;
}

.organ_right{
  position: relative;
  min-height: 163px;
  margin-bottom: 5%;
}

.organ_right .flaticon{
  font-size: 45px;
  float: left;
  color:#E20A16;
  cursor:pointer;
}

.flaticon{
  font-size: 45px;
}

.sleft{
  background-color: #FFFFFF;
  float:left;
  min-width: 150px;
  text-align: right;
  width: 30%;
  margin-top: 3%;
}

.sleft_text{
  float: right;
  padding-right: 6rem;
  width: 70%;
}

 
/*.sleft .flaticon{
  font-size: 45px;
  position: relative;
  top: 60px;
  height: 40px;
  color:#E20A16;
  cursor:pointer;
} */

.sleft .flaticon{
  font-size: 45px;
  position: absolute;
  color: #E20A16;
  cursor: pointer;
  right: 10px;
}



.sleft_text h3{
  margin-bottom: 0px;
  margin-top: 0px;  
}

.sleft_text p{
  margin-top: 0px;
}

.sright{
  background-color: #FFFFFF;
  float:right;
  min-width: 150px;
  width: 30%;
  margin-top: 3%;
}

.sright_text{
  padding-left: 5rem;
  width: 70%;
}

.sright_text h3{
  margin-bottom: 0px;
  margin-top: 0px;
}

.sright_text p{
  margin-top: 0px;
  text-align: left;
}


.flaticon-right-arrow{
  color:#1B75BB;
  font-weight: 300;
  cursor: pointer;

}

.secondary-btn{
   text-decoration: none;
  color: #222;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
  transition: all 0.5s;
}

#oci{
  display:none; 
}

#usta{
  display:none;  
}

#krk{
  display:none;  
}

#trup{
  display:none;  
}

#nohy{
  display:none;  
}

#oblicej{
  display:none;  
}

#genital{
  display:none;  
}

#hlava{
  display:none;  
}

#telo{
  display:none;
}

#ruce{
  display:none;
}

.cistdale{
  font-weight:bold;
  font-size:14px;
  margin-right:5px;
  text-transform: capitalize; 
}

.info_div{
  min-width: 320px;
    border: 1px solid #cfcfcf;
    text-align: left;
    background-color: #f9f9f9 !important;
    margin: 0;
    padding: 3em;
    position: absolute;
    top: 70px;
    z-index: 500;
    font-size: 1em;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 50%);
}
 
 .info_div ul{
   width:100%;
   padding-top:10px;
 }
 
 .info_div li{
   margin-left:15px;
   padding:0;
 }
 
.info_div ul li::before {
  font-size: smaller;
} 
 .info_div h4{
   margin:0px;
   line-height:1.9vw;
  font-size: 1.7em;
 }
 
 ::placeholder {
/*  color: #ffd700;**/
  opacity: 0.3; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ffd700;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #ffd700;
}

.home_text {
  min-height: 200px; 
}

.home_odkaz{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
} 

.partneri{
  float: left;
  min-height: 200px;
  min-width: 200px;
  text-align: center;
  width: 24%;
  margin-left: 1%;
  margin-top: 1%;
  padding-top: 25px;
  display: grid;
}

.button a{
  border: 2px solid #ffd700;
  border-radius: 25px;
  padding: 10px;
}

.button a:hover{
  border: 2px solid #ffd700;
  background-color: #1B75BB;
  color: #FFFFFF;
  border-radius: 25px;
  padding: 10px;
  transition: all 1s,transform .4ms cubic-bezier(.5,0,.3,1);
}  
 
.info_zavri{
  width: 88%;
  text-align: right;
  position: absolute;
  font-weight: 600;
  cursor: pointer;
  } 
  
#chyby_diskuze{
  position: absolute;
}
                                             
.name_list{
  display:none;
}  

.datum_list{
   color: #515151;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  float: left;                   
}

.novinka .datum_list{
  display: none;
}
#chyby_div{
  position: absolute;
  top: 41%;
  width: 30% !important;
  left: 30%;
  background-color: white;
  border: 1px solid #0f0f0f;
  padding: 10px;
  text-align: center;
  color: #f00;
  /*display:none;*/
}                                                          
                         
.inp_diskuze{
  width: 100%;
  resize: vertical;
  background: #f6f6f6;
  border: 1px solid transparent;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  line-height: 1.33333;
  padding: 12px 18px;
  color: #626262;
}                                             

.txt_diskuze{
  width: 100%;
  resize: vertical;
  background: #f6f6f6;
  border: 1px solid transparent;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  line-height: 1.33333;
  padding: 12px 18px;
  color: #626262;
}

#uzivatelemail{
  display:none;
}
                                              
#uzivatel{
  display:none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}                                                          
                                        
.inline{
  display:inline-block;
  margin-right: .5rem;
  color: #fff;
  margin-right: 20px;
}          
            
            
.contact {
  font-size: 20px;
  color: #000000;
  float: left;
  width: 45%;
}

.contact_udaj{
  width: 45%;
}


.contact p{
padding-left: 6% !important;
}

.contact-details{
  width: 45%;
}

.icon{
  float:left;
}

.seznam_submenu{
  
} 

.seznam_submenu h2{
  cursor: pointer;
  text-align:center;
  background-color: #ffffff;
  opacity: 0.8;
} 

.submenu_obr_seznam{
  cursor: pointer;
  height: 290px;
  width: 24%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  margin-right: 5px;
}

.submenu_in_page{
}

.oddelovac_submenu{
  display:none;
}  

.divTable{
	display: table;                                           
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
} 
/*---------------- pata peugeot ----------------*/
.img-fluid {
    height: 30px;
    float: left;
    margin-top: 8px;
}


.recent-post-info {
    float: none;
    padding-left: 83px;
    line-height: 39px;
}

.recent-post-block{
   width:30%;
   float:right;
}

#logo-footer{
 height:40px;
 clear:left;
}
.address{
    margin-left:auto;
}

#pata .kontakt{
  color:#909090;
  margin-left:20%;
  margin-top:20px;
  line-height:50px;
}

.kontakt p{
  padding-top:20px;
  margin-left:0;
  clear:left;
}


.tipcarsDetail {
	margin-left:auto;
    margin-right:auto;
    height: 1000px;
    width: 1024px;
    
}

@media screen and (max-width: 1128px){
.tipcarsDetail {
    width: 724px;
}


}


.tipcarsDetail object {
    height: 100%;
    width: 100%;
    
}

.tipcarsObal {
	margin-left: auto;
    margin-right: auto;
	max-width: 1325px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	/* border: 1px solid #8f8f8f; 
	height: 580px;*/
 position:relative;
 margin-bottom:10px;
}

@media screen and (max-width: 1500px){
    .tipcarsObal {
         
         width: 1110px;
    }
}

@media screen and (max-width: 1128px){
.tipcarsObal {
	width: 710px;
}
}

.tipcarsHome {
  margin-left:10px;
  margin-top:20px;
  width:577%;
/*  border:1px solid #8f8f8f;*/
}
/* božek 602771626 */

.webnavigace a{
 /*color:#000000 !important;*/
  
}

.webnavigace{
  position: absolute;
  right: 15%;
  top: 530px;
  color: #fff;
}

.webnavigace a:hover{
 color: #F40000 !important;
  
} 

.kontakty_box{
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  display: flex;
}  
  
.kontakt_box{
padding: 30px 10px;
  background: #fff;
  display: inline-block;
  text-align: center;
  flex: 0 0 auto;
  width: 24%;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
}

.kontakt_box .fa{
  color: #F40000;
  font-size: x-large;
  padding-bottom: 20px;  
}

.kontakt_box p{
  margin-top: 10px;  
}

.onas_box{
  padding: 30px 10px;
  background: #fff;
  display: inline-block;
  text-align: center;
  flex: 0 0 auto;
  width: 31.3%;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
}

.nabidka {
    width: 26%;
    height: 150px;
    background-color: #0082B3;
    margin-left: 0%;
    color: #ffffff;
    padding: 4%;
    float:left;
    position:relative;
}
.pojisteni {
    width: 25%;
    height: 150px;
    background-color: #0092c9;
    margin-left: 0%;
    color: #ffffff;
    padding: 4%;
    float:left;
    position:relative;
}

.servis {
    width: 25%;
    height: 150px;
    background-color: #F40000;
    margin-left: 0%;
    color: #ffffff;
    padding: 4%;
    float:left;
    position:relative;
}

.nabidka a:hover::before{
	background-color: #F40000;
    transition: all 1s,transform .4ms cubic-bezier(.5,0,.3,1);
}

.pojisteni a:hover::before{
	background-color: #F40000;
    transition: all 1s,transform .4ms cubic-bezier(.5,0,.3,1);
}
.servis a:hover::before{
	background-color: #F40000;
    transition: all 1s,transform .4ms cubic-bezier(.5,0,.3,1);
}

.servis a::before{
width:auto;
color:#ffffff;
box-sizing:border-box;
display:inline-block;
float:none;
line-height:24px;
position:absolute;
z-index:auto;
background-color:#000000;
bottom:30px;
right:20%;
content:'  Více informací  ';
padding:10px;
padding-left:20px;
padding-right:20px;
}

.pojisteni a::before{
width:auto;
color:#ffffff;
box-sizing:border-box;
display:inline-block;
float:none;
line-height:24px;
position:absolute;
z-index:auto;
background-color:#000000;
bottom:30px;
right:20%;
content:'  Více informací  ';
padding:10px;
padding-left:20px;
padding-right:20px;
}
.nabidka a::before{
width:auto;
color:#ffffff;
box-sizing:border-box;
display:inline-block;
float:none;
line-height:24px;
position:absolute;
z-index:auto;
background-color:#000000;
bottom:30px;
right:20%;
content:'  Více informací  ';
padding:10px;
padding-left:20px;
padding-right:20px;
}

.odsazeni{
  position: relative;
  top: 45px;
  margin-bottom: 50px;
}

.diskuze_form{
  position: relative;
  width: 71%;  
  float: left;
}

#jmeno{
  position:absolute;
  width: 30%;
  top: 60px;
}
#email{
  position:absolute;
  left: 32%;
  top: 60px;
  width: 30%;
}

#nadpis{
  position: absolute;
  left: 64%;
  top: 60px;
  width: 30%;
}

#otazka{
  margin-top:100px;
}

.oteviracidoba{
  width: 25%;
}
.fa-check{
  color: #F40000;
  margin-right: 10px;
}

#REKLAMNIDIV{
	position: fixed;
  background-color: #FFF;
  color: #000;
  z-index: 5000;
  opacity: 0.97;	
  display: block;
  text-align:left;
  max-width: 1366px;
  bottom: 0;
  width: 65%;
  left: 20%;
  padding: 15px;
  margin: auto;
}

.ovladaniRd{
  cursor: pointer;
  position: relative;
  z-index: 6000;
  border: 1px solid gray;
  top: -90px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  box-shadow: 2px 2px gray;
  width: 10px;
  float: right;
}

#rozliseni{
  display:none;
}
