body {
  font-family: 'Alegreya Sans', sans-serif;
  font-size : 18px;
  color:#4f2d2d;
  background: url("images/pozadi.jpg") no-repeat center center ;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
  margin: auto;
  background-color: #EEF3FA;
  font-weight:400;
  }

/* *************************** 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;
  margin-top: 0;
  max-width: 1366px;
  min-height: 800px;
  background-color: #FFFFFF;  /*#DFDDCE*/
 }

/* *----------------------------    hlavicka    ----------------------------* */
/* |*--------------------* *-----------------------------------------------*| */
/* ||   hlavickal        | |                        hlavickap              || */
/* || *----------------* | | *--------------* *----------* *--------------*|| */                                                            
/* || |  logo_hlavicka | | | |    login     | |   flags  | |      ...     ||| */
/* || *----------------* | | *--------------* *----------* *--------------*|| */
/* |*--------------------* *-----------------------------------------------*| */
/* *------------------------------------------------------------------------* */

#hlavicka {
    background-image: url("images/hlavicka.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 -20px;
    color: #ffffff;
    font-size: 20px;
    height: 620px;
    position: relative;
    vertical-align: top;
}

.hlavicka_logo {
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    left:5px;
    top:5px;
    cursor: pointer;
    height: 140px;
    position: absolute;
    width: 118px;
}

.hlavickap {
  float:left;
  text-align:right;
  margin-top:10px;
  margin-left:150px;
  }
  
.hlavicka_text{
  float:left;
  text-align:center;
  
  }  

.logoM{
	padding-bottom: 20px;
	width: 240px;
}

.ikony_hlavicka{
  width: 233px;
	height: 52px;
	margin-top:14px;
	float: right;
  text-decoration: none;
   
} 

.text-hlavicka {
    color: #ff1e1c;
    font-size: 47px;
    left: 315px;
    position: relative;
    top: 60px;
    width: 800px;
}

.text-hlavicka a{
 color: #fff;
 font-size: 14px;	
 text-decoration: none;
}
.text-hlavicka a:hover {
 color: #f8ab2b ;
 font-size: 14px;	
}



.email {
    background: rgba(0, 0, 0, 0) url("images/ico_email.png") no-repeat scroll 0 0;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    float: right;
    height: 52px;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 10px;
    position: relative;
    top: 80px;
}

.telefon {    
    background: rgba(0, 0, 0, 0) url("images/ico_telefon.png") no-repeat scroll 0 0;
    color: #000000;
    float: right;
    font-weight: bold;
    height: 52px;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 10px;
    position: relative;
    top: 82px;                      
}


.hl_kosik {
 background: url("images/kos_n.png");
 background-repeat: no-repeat;
 width: 52px;
 height: 52px;	
 float: left;
  cursor: pointer;
}

.hl_kosik a{
  font-size:0px;
  display:block;
  width: 52px;
  height: 52px;	
  float: left;
  cursor: pointer;
}

.hl_kosik:hover {
 background: url("images/kos_a.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 color: black;
}

.kos_info{
 position: absolute;
 color: #ffffff;
 left:788px;
 top:220px;
 font-size:16px;
 text-align:right;
 width:350px;
}

#kosik .eshop_mnoz_d{
  text-align:left;
}

#kosik select{
   margin-left:6px;
font-family: 'Source Sans Pro', sans-serif;
  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: 0;
	font-size: 15px;
  height:26px;
  font-weight:400;
 }

#kosik input{
 margin-left:6px;
}


.facebook {
 background: url("images/fb_n.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 width: 52px;
 height: 52px;	
 float: left;
  cursor: pointer;
}

.facebook:hover {
 background: url("images/fb_a.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 color: black;
}
.hl_prihlas {
 background: url("images/prihlas_n.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 width: 52px;
 height: 52px;	
 float: left;
 cursor: pointer;
}

.hl_prihlas a{
  font-size:0px;
  display:block;
  width: 52px;
  height: 52px;	
  float: left;
  cursor: pointer;
}

.hl_prihlas:hover {
 background: url("images/prihlas_a.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 color: black;
}

.youtube {
 background: url("images/yt_n.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 width: 52px;
 height: 52px;	
 float: left;
  cursor: pointer;
}

.youtube:hover {
 background: url("images/yt_a.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 color: black;
}



/***************************  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
}


/******************************* login -  eshop - rezervace *******************/
.login_obal {
  position:absolute;
  top: 68px;
  left: 840px;
  width:300px;
  border: 1px solid #efedde;
 }
 
 .login {
  cursor:pointer;
	color: #FF0000;
  float:right;
 	/*border: 1px solid #efedde;*/
 }


 .login1 {
  float:right;
  }

 .login2 {
  	 border: 1px solid #c0c0c0;
	   width: 70px;
	   height: 13px;
	   font-size: 10px;
  }
  .submitlogin {
	   border-top: 1px solid #e7e5e5;
	   border-left: 1px solid #e7e5e5;
	   color: black;
	   font-size: 11px;
	   margin-left: 20px;
  }
  .submitlogin:hover {
	   color: white;
	   border: none;
}
.login_table tr td{
	height: 15px;
}

.login_table .vice_info{
   float:none;
}

/*****************************    hledej       ********************************/
.hledej {
	margin-top:0px;
   padding-top: 5px;
	text-align: right;
	width: 202px;
	clear: left;
  
}
/******************************************************************************/
/*********************        standard tagy        ****************************/
/******************************************************************************/

h1 {
    color: #DC8C52;
    font-size: 42px;
    font-weight: 400;
    margin-top: -8px;
}  
    h1.red {
 background-color: #fe0000 ;
  line-height: 82px;
  height: 82px;
  text-align: center;
  text-transform: uppercase;
 font-size: 46px;
 font-weight: 400;
  margin: 0px;
 color: white; 

}
div.eshop{
 background-color: #fe0000 ;
 text-align: center;
  text-transform: uppercase;
 line-height: 82px;
  height: 82px;
  margin-top: -47px;
  border-width: 0px;
  font-size: 46px;
 font-weight: 400;
  	
}  
h2 {
  color:  #DC8C52;
  font-size: 30px;
  text-align: left;
  margin: 0;

}


h3 {

color:  #DC8C52;
  font-size: 26px;
  text-align: center;
  margin: 0;
  /*font-family: 'Sonsie One';
  
  font-size: 16px;
  text-align: center; 
  text-transform: uppercase; */
}


h4 {
  color:  #DC8C52;
  font-size: 28px;
  text-align: center;
  margin: 0;
  /*width:310px;
  font-family: 'Sonsie One';*/
  }

h5 {
   margin: 0px 0px 0px 20px;
	font-size: 22px;
	font-weight: bold;
   text-decoration: none;
   z-index:10;
  
}

h6 {
	
    background: rgba(0, 0, 0, 0) url("images/sipka_d.jpg") no-repeat scroll center 40px;
    font-size: 32px;
    font-weight: 700;
    height: 62px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

hr {
	width: 70%;
}
a {
	text-decoration: none;
	color: #4f2d2d;
/*  text-decoration: underline; */
}

a:hover {
  color: #DC8C52;
	text-decoration:  underline;
}

li {
  list-style: disc ;
}

input {
font-family: 'Source Sans Pro', sans-serif;
  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: 17px;
  height:22px;
  font-weight:400;
}


p {
   margin-right: 10px;
   text-decoration: none;
    }

/******************************************************************************/
/* *****************************  horizontalni menu    ********************** */
#menu {
    float: left;
    font-size: 19px;
    min-width: 322px;
}

.e_kosik{
	width: 80%;
	background-color: #F4F4F4 ;
	min-height: 160px;
}
.ekos_oddelovac{
	height: 5px;
	border-bottom: #444444 solid 3px;
}
.menu_kos{
margin-top: 50px;

text-align: left;
}

.menu_kos h3{
margin-left: 10%;
  font-size: 17px;
  text-align: left;
  /*font-family: sans-serif;*/
  line-height: 28px;
}
#hlavicka .prazdny_kos{
 display: none;
}
.prazdny_kos{
	text-align: center;
 /*font-family: sans-serif;*/
 font-size: 18px;	
}
/*@media screen and (max-width: 1600px){
   #menu {
        font-size: 20px;
   }
}
@media screen and (max-width: 1500px){
   #menu {
        font-size: 20px;
   }
}

@media screen and (max-width: 1480px){
   #menu {
        font-size: 18px;
   }
}

@media screen and (max-width: 1360px){
   #menu {
        font-size: 16px;
   }
}
@media screen and (max-width: 1220px){
   #menu {
        font-size: 14px;
   }
}
@media screen and (max-width: 1100px){
   #menu {
        font-size: 11px;
   }
}

@media screen and (max-width: 900px){
   #menu {
        font-size: 14px;
   }
}
@media screen and (max-width: 650px){
   #menu {
        font-size: 11px;
   }
}
*/
#nav {
  margin: 0;
	padding-top: 0px;
  float: left;
}


.oddelovac {
  display: none;
  text-align: center;
  height: 2px;

}
.oddelovacH {
	width: 98%;
	text-align: center;
	border-bottom: 1px solid black;
	height: 8px;
	display: none;
}


#nav li{
    background: transparent ;
    float:left;
    margin-right:11px;
    line-height:36px;
    list-style:none;
    text-align:center;
    height: 40px;
}


#nav li:hover{
  text-decoration: none; 
}


/* main level link */

#nav a {
    color: #322a39;
    display: block;
    font-weight: bold;
    min-width: 85px;
    padding-right: 10px;
      padding-left: 10px;
      text-decoration: none;
    text-transform: lowercase;
    z-index: 400;
}


#nav a:hover {
/* color:#ffffff; */
 display: block;
}

#nav li.curent {

}

#nav li.curent a {
color: #329600;

}
/* main level link hover */
#nav .current a, #nav li:hover > a {
  background-color: #00C158;
	border: none;
	font-weight: bold; 
  padding-left: 10px;
  padding-right: 10px;
}

/* sub levels link hover */
#nav ul a{
     color:#333333;
  }

#nav ul a:hover {
	color: #fff !important;
}


/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
 display: none;
 margin: 0;
 padding: 0;
 position: absolute;
 top:28px;
 left:200px;
 /* background: url("_images/gradient.png") repeat-x  #329600 0 -30px;*/
  min-width:180px;
  height:22px;
  line-height:22px;
  font-size: 15px;
  color: #cccccc;
  background-color: black;
  overflow: visible ; 
  float: left;
   
}

#nav ul li {
  border:0;
 	margin: 0;
	padding: 1px;
  padding-left: 30px;
  text-align:left;
  z-index: 600;
  float:left;
}

#nav ul li:hover{
  border:0;
 	margin: 0;
/*	padding: 10px;
  padding-left: 30px;*/
  text-align:left;
  /*background: url("_images/gradient.png") repeat-x 0 -130px #cccccc;*/
 /* background-color: #cccccc;*/
  z-index: 600;
  float:left;
}

#nav ul a {
  font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
	left: 359px;
	top: -3px;
}
/* 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%;
}

/******************************************************************************/
#produktmenu {
  margin: 0;
  width: 100%;
}


#Produktnav {
    font-size: 14px;
    font-weight: 300;
    margin-left: 4%;
    margin-right: 4%;
  
    text-transform: uppercase;
}

#Produktnav li {
    background: transparent none repeat scroll 0 0;
    line-height: 40px;
    list-style: outside none none;
    margin-right: 10px;
    position: relative;
    }

#Produktnav li:hover{
  
}


/* main level link */
#Produktnav a {
  color: #202626;
  text-decoration: none;
	display: block;
  z-index: 400;
  cursor: pointer;
  float:left;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;  
  font-size: 13px;
}


#Produktnav  a:hover {
/*  text-decoration: underline ; */
  display: block;
  color: #6494a5 ;
}

#Produktnav .current a{
  font-weight:400;
 	color: #6a0c1e;
}

/* main level link hover */
#Produktnav li:hover > a {
  background: none;
	border: none;

}



/* dropdown otevreni po najeti mysi
#Produktnav li:hover > ul {
	display: block;
}*/

/* level 2 list */
#Produktnav ul {
  display: none;
	margin: 0;
  padding: 0;
  position: relative;
	top:0px;
	left:0px;
 	/*border: 1px solid #003399;*/
  background-color: #aaaaaa;
}

#Produktnav ul li {
  border:0;
  float: none;
 	line-height:10px;
  margin: 0;
	padding: 10px;
  padding-left: 20px;
  width: 240px;
  text-align:left;
  z-index: 600;
  background-color: #ffffff;
}

#Produktnav ul li:hover{
  border:0;
  float: none;
 	margin: 0;
	padding: 10px;
  padding-left: 20px;
  width: 240px;
  text-align:left;
  /*background: url("_images/gradient.png") repeat-x 0 -130px #cccccc;*/
  background-color: #cccccc;
  z-index: 600;
}


#Produktnav .submenu a {
  color:#888888;
  text-decoration: none;
  font-size:20px;
  font-weight:300;
}

#Produktnav .submenu a:hover {
  color:#444444;
  font-size:20px;
  font-weight:300;
}

/* level 3+ list */
#Produktnav ul ul {
	left: 300px;
	top: 3px;
}

/* rounded corners of first and last link */
#Produktnav ul li:first-child > a {
}
#Produktnav ul li:last-child > a {
}
/* clearfix */
#Produktnav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] #Produktnav {
	display: block;
}
* html #Produktnav {
	height: 1%;
}
.popis_skupiny{
	margin: 16px;
}
/******************************************************************************/
/* ***************************** ostatni horizontalni menu    ********************** */
#Omenu {
	float: left;
	width: 686px;
	height: 46px;
	margin-top: 5px;
  margin-left: 11px;
  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;
	padding: 0px;
	padding-left: 2px;
  }

#Onav li {
  padding-top:0px;
	float: left;
	list-style: none;
	z-index: 500;
	
}
/* main level link */
#Onav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top:4px;
  padding-left:6px;
	padding-right:6px;
  border: 1px solid transparent;
	height:18px;
}
#Onav a:hover {
	color: #000000;
}

#Onav li.curent {
  background-color: #a4672a;
    padding-top:0px;
	float: left;
	list-style: none;
	z-index: 500;
   
}

#Onav li.curent a {
  color: #a4672a;
}

/* main level link hover */
#Onav .current a, #Onav li:hover > a {
  background: url("_images/gradient.png") repeat-x -300px #a4672a;
}
/* sub levels link hover */
#Onav ul li:hover a, #Onav li:hover li a {
  background: none;
		margin: 0;
	font-size: 12px;
  float:left;
  height:18px;
}

#Onav ul a:hover {
	color: #fff !important;
}
/* dropdown */
#Onav li:hover > ul {
	display: block;
   z-index:500;
}


/* level 2 list */
#Onav ul {
	display: block;
	margin: 0;
	width: 531px;
	position: absolute;
	top: 21px;
	left: 2px;
	background-color:  #a4672a;
  padding-left: 0px;
  font-size: 12px;
  z-index:400;
}

#Onav ul li {
  padding-left:20px;
  padding-right:20px;
  /*border-left: 1px solid #000000;*/
  border-right: 1px solid #000000;
}

/* ===== neoznačené položky v  level 2 list (oznacená zdědí styl z curent z main <a>) ================ */ 
#Onav ul li.neoznacena a {
  color: #000000;
}

/* level 3+ list */

#Onav ul ul {
	left: 0px;
	top: 22px;
}
/* rounded corners of first and last link */
#Onav ul li:first-child > a {
}

#Onav ul li:last-child > a {
}
/* clearfix */

#Onav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] #Onav {
	display: block;
}
* html #Onav {
	height: 1%;
}


/* *****************   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         ||*/
/*display:none;*/
  min-width: 290px;
  float:left;
  margin-top: 47px;
  min-height: 500px;
  background-color: #FFFFFF ;
  display:inline-block;

}

#right_column {
  float: left;
  min-height: 250px;
  min-width:450px;
  width: 40%;
  vertical-align:top;
  
  }
  


/* E-KOS sloupec*/  
#right_column .e_kos_kontakt{
  display:none;
}

#right_column .ekos_nazev{
}

#right_column .ekos_cislo{
  /*visibility:hidden;*/
}

#right_column  .ekos_cena{
	display:none;
}


#right_column  .ekos_faktura{
	display:none;
}
 
.obal_produkty{
  width:60%;
  float:left;
  min-width:550px;
}

/* ********************               kontakt             ******************* */
.vnitrni {
	color: #8c8c8c;
	top:10px;
	position: relative; 
   min-height: 450px;
   min-width: 680px;
   line-height: 22px;
   font-size: 14px; 
}


p.kontakt{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;	
}

p.podpis{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;	
  float: right;
  margin-right: 20px;
}
.homepage {
	color: #8c8c8c;
	top:320px;
	left: 10px;
    position: relative; 
    font-weight: bold;
    font-size: 18px;
  height: 200px;
  line-height: 30px;
   
}

/* ********************** rozbalovací vertikalni menu *********************** */
.vmenuSt {
	 float: left;
   font-size: 19px;
   min-width: 322px;
   border-top:1px solid #000000;
}

/*hlavní položka */
.vmenuHl {
	border-bottom: 1px solid #888888;
  color: #4f2d2d;
  list-style-type: none;
  height:60px;
}
 
.vmenuHl a {
    color: #4f2d2c;
    font-weight: 300;
    text-decoration: none;
    margin-left:40px;
    align-self: center;
    display:block;
    padding-top:20px;
    padding-bottom:20px;
    }



.vmenuHl:Hover {
    background-color: #DC8C52;
    color:  #FFF;
    background-image: url("images/kriz_odkaz.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    font-weight: 300;
    transform: opacity(0.3);
    /*transform-origin: 90% 90%;*/
    transition-duration: 1.2s;
}


/*vybraná hlavní položka */
.vmenuHlv {
  background-color: #DC8C52;
  border-bottom: 1px solid #888888;
  background-image: url("images/kriz_odkaz.png");
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #4f2d2d;
  list-style-type: none;
  height:60px;
 }

.vmenuHlv a {
  color:  #fff;
  font-weight: 300;
  margin-left: 40px;
  text-decoration: none;
  align-self: center;
  display:block;
  padding-top:20px;
  padding-bottom:20px;
}

.vmenuHlv a:Hover {
  
}
/*položky v rozbaleném menu*/

.vmenuSub {
	display: block; 
 margin-top: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 20px;
	margin-left: 5px;
   background: url("images/bod.jpg") ;
   background-repeat: no-repeat;
  background-position: 2px 5px;
}
.vmenuSubv {
	display: block; 
	margin-top: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 20px;
	margin-left: 5px;
 background: url("images/bod_h.jpg") ;
 background-repeat: no-repeat;
 background-position: 2px 5px;

}
.vmenuSubv a {
 color: #6eb318;
 	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.vmenuSub:hover {
 background: url("images/bod_h.jpg") ;
   background-repeat: no-repeat;
  background-position: 2px 5px;
}
.vmenuSub a {
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color:  black;
}
.vmenuSub a:Hover {
  color: #6eb318;	
}

.submenu {
	display: block;
	margin-left: 6px;
	margin-top: 2px;
	
}

.submenu_obr_seznam{
	 width: 300px;
	 height: 200px; 
	 
}

.submenu_in_page{
	text-align: center;
	width: 90%;
	padding-left: 17%; 
}
.seznam_submenu{
	border: #006633 solid 1px;
	 border-radius: 7px;
}
/* ************************************************************************** */
/* ************************ <DIV> obsah - detail **************************** */
/* ************************************************************************** */
#obsah {
    padding-top: 8px;
    color: #502C2C;
    float: left;
    min-height: 1050px;
    width: 71%;
    padding-left: 20px;
    border-left: 1px solid #bbb8a7;
  
}
.uvod{
  margin-top:-2px;
  color: #ffffff;
  min-height:320px;
  padding-bottom:10px;
  width:100%;
}

.uvod div{
  background-color: #F0EFED;
  color: #000000;
  font-weight:bold;
  max-width:50%;
  padding:5px;
  margin-left:20px;


}
/* ***************************  <DIV> navigace  ***************************** */
.navigace {
	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: 23px;
  line-height: 23px;
	width: 30px;
	float: left;
}

.vlist {
	margin-left: 1px;
	background-color: #123889;
	color: #ffffff;
	text-align: center;
	border: 1px solid #a0a0a0;
	height: 16px;
	width: 27px;
	float: left;
}

.pocet_list {
	/*color: #1645ae;*/
	margin-right: 30px;
	float:  right;
}

.inputslist {
	height: 18px;
  margin-top:-13px;
  font-size:14px;
}


/* ****************************  Chybový řádek  ***************************** */
.chyby {
	color: #FF0000;
	height: 20px;
}

#chyby_reg {
	color: #FF0000;
	height: 20px;
	border:0;
  font-size:16px;
  font-weight:300;
  background-color:transparent;
}
/* ************************  Tabulka kontakt ******************************** */
.kontakt_firma {
	  float: left;
    line-height: 21px;
    margin-left: 20%;
    margin-right: 8%;
    margin-top: 20px;
    width: 350px;
    font-size: 15px;
}
.kontakt_firma2 {
    float:left;
    margin-top: 20px;
    margin-bottom: 20px;
    width:350px;
    font-size: 15px;
}
.kontakt_osoby{
	margin-left:-3px;
	width: 98% ;
}

.kontakt_text{
	width: 45% ;
}
.item {
 clear: left;
 margin-left: 20px;
}
/*popis*/
.label {
	font-weight: normal;
	float: left;
  margin: 0px 10px 0px 0px;	
	width: 70px;
}

.labelbold {
	font-weight: bold;
	float: left;
  margin: 0px 10px 0px 0px;	
	width: 70px;
}

.label_cisla{
  float: left;
  margin-left: 20px;
  width: 100px ;	
}

/*hodnota*/
.value {
	font-size: 14px;
	font-weight: bold;
	width: 300px;
	margin: 0px 0px 5px 0px;
}


/* *********  Galerie na stránce v [GALERIE][IMAGExxxxx]  ******************* */
#rollGalery{
	height: 428px;
  background-image:url('dokumenty/animace/anim1.jpg');
  /*position: relative;*/
  width: 100%;
}


/* *************  Submenu na stránce v [SUBMENU #eshop]  *************************** */
#eshop .submenu_in_page {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px; 

}
#eshop .submenu_obr_seznam {
 width: 200px;
 height: 200px;
 cursor:pointer;	
  margin-left: 70px;
}

#eshop .seznam_submenu{
 text-align: center;	
}

#eshop .seznam_submenu h2{
  clear: left;
}

#eshop .submenu1 {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cccccc;
	margin-left:  2px;
	margin-top:  2px;
	padding-top: 14px;
	height: 164px;
  text-align:center;
}

/* *********  Galerie na stránce v [GALERIE][IMAGExxxxx]  ******************* */
#photoGalleryDef{
    margin-left: 2px;
    margin-top: 7%;
    padding: 2px;
}

.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 {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    margin: 5px;
    text-align: center;
}
.galerie_seznam .obrazek{
  height: 90px;
  max-width:120px;
  width:auto;
  float:none;
}
.galerie_obr_seznam img {
	text-align: center;
	cursor: pointer;
	/*max-height: 110px;*/
}
#galerie_ovladani {
	z-index: 900;
	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;
}

.vice_info {
  margin: 0px;
  margin-left: 55px; 
  margin-top: 20px;
  border:0;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  color: #502C2C;
  cursor: pointer;	
  width: 130px;
  text-align: center;
}


.vice_info:hover{
   color: red;	
}


#kosik .vice_info {
  background-image: url("images/kosik.png");	
  color: #FFFFFF;
  border-radius:5px;
  border: transparent solid 1px ;  
  background-color: #79b48c;
  background-repeat: no-repeat;
  cursor: pointer;
  /*font-family: 'Sonsie One';*/
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  padding-left: 46px;
   padding-right: 26px;
  min-width:230px;
  text-align: left;
  margin-top: 10px;
}


/* formát buněk tabulky koše */

.ekos_cislo {
 text-align: center;
 font-size: 14px ;	
 font-weight: 600;
}

.ekos_nazev {
 text-align: left;
 padding-left: 6px;
 font-size: 14px ;	
}

.ekos_mnozstvi {
 text-align: right;
 padding-left: 6px;
 font-size: 14px ;	
}

.ekos_celkem{
 text-align: right;
 padding-left: 6px;
 font-size: 14px ;	
}

.ekos_mena{
 text-align: right;
 padding-left: 6px;
 font-size: 14px ;	
}

.ekos_akce{
 text-align: right;
 padding-left: 6px;
 font-size: 14px ;	
}


th {
	background-color: #cccccc ;
}


.tlacitkoZpet {
    background-color: #ababab;
    background-image: url("images/zpet.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 5px;
    clear: left;
    color: #ffffff;
    cursor: pointer;
    float: right;
    /*font-family: "Sonsie One";*/
    font-size: 15px;
    height: 45px;
    left: -44px;
    line-height: 45px;
    padding-left: 55px;
    /*position: relative;-*/
    top: 307px;
    width: 183px;
}

.tlacitkoZpet:hover{
    color:#444444;	
}

.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;
 
}
/* ovládací tlačítka ke galerii */
.obrazek{
  margin-top: 25px;
  float:left;
 }

.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;

}
.dokum_list{
	font-size: 14px;
	color: #005101;
	font-weight: bold;
}
.dokum_list:hover{
	font-size: 14px;
	color: #0041c4;
	font-weight: bold;
}


.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;
}

/* ******************** <table> obsah zálozky - osoby...********************* */
.obsahzalozky {
	width: 680px;
	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;
}

.textnovinky {
  padding-top: 4px;
  font-size: 14px;
  color: #546f1d;
  vertical-align: top;
}
.list-novinky{
	margin-left: 20px;
}

.obchodni_podminky{
  margin-left: 15px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 17px;
  padding-bottom: 20px;
  /*background-color:#f2f2f2;*/
  width: 94% ;
  
}

.obchodni_podminky h3{
 background: none;
}

.obchodni_podminky h2{
  padding-left:35px;
  background: none;
}

.preambule{
	text-align: center;
}

.seznam_novinek{
    margin-right: 0;
    min-height: 100px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 2px;
    width: 99% !important;
}

.seznam_novinek p{
  padding-left: 75px;           
  margin-top: 2px; 
	text-align: left;
	float: left;
  width:  80%;
  font-size: 18px;
}
.seznam_novinek h3{
  width:auto;
  text-decoration: none;
   margin-top:3px;
  padding:0;
  float: left;
  font-size: 22px;
  font-weight:bold;
  background:none;
  color: #502C2C;
}

.novinky_obr_seznam {
	margin-left: 8.5%;
  margin-right:15px;
  margin-top:4px;
  margin-top:4px;
	float: left;
  text-align:center;
}


.novinky_obr_seznam .obrazek{
  max-width:380px;
}

.novinky_obr_detail {
  width: 96% ;
  clear: left;
  margin: 8px 0px 8px 0px;
  text-align: center;
  background-repeat: no-repeat; 
  text-align: center;
}


.novinka{
  width: 96%;
  clear:left;
  margin-left: 20px;
}
.novinka p{
  margin: 0px;
}

.novinka h3{
  width:auto;
  text-decoration: none;
  margin-top:3px;
margin-bottom: 20px;
  padding:0;
  float: left;
  font-size: 29px;
  font-weight:400;
  text-transform: uppercase;
  background:none;

}

.fb_iframe_widget{
 margin: 8px;
 left:40%;	
}


.datum_list {
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin: 3px 24px 0 0;
    text-decoration: none;
}
.name_list{
  font-size: 20px;
  font-weight: 300;
  margin-top:13px;
  padding-left: 8px;
  text-decoration: none;
  float: left;	
}

.kategorie{
display:none;
	font-size: 20px;
  font-weight: 300;
  margin-top:13px;
  padding-left: 8px;
  text-decoration: none;
  float: left;
}


.kateg_p{
	font-size: 20px;
  font-weight: 300;
  margin-top:0px;
  padding-left: 8px;
  text-decoration: none;
  float: right;
  color: red;	
}

.red {
 color: red;	
}
.oddelovacD{ 
  display:none;
	margin-top:10px;
  margin-left:10px;
  margin-right:10px;
  border-right: 2px solid black;
	float: left;
	height: 34px;
}
.oddelovacDK
{ 
   margin: 4px 0px 0px 10px;
	width: 30%;
	border-left: 3px solid black;
	float: left;
	clear: both ;
	height: 22px;
	line-height: 22px;
}

.oddelovac_novinky {
    border-bottom: 1px solid #bbb8a7;
    float: left;
    margin-left: 9%;
    width: 90%;
}

.LinkOut{
	margin-right: 2px;
	margin-left: 4px;
	clear: left;
}

.LinkOut a{
	margin-right: 4px;
	margin-left: 4px;
	clear: left;
}

.LinkEx p{
 margin-top: -65px; 
 font-size: 30px;
 font-weight: 400;	
 height: 52px;
  	
}





/* ********************************  Pata stránky**************************** */
/* *----------------------------    pata        -----------------------------**/
/* |*----------------* *--------------------------* *---------------------- *|*/                                                            
/* ||      patal     | |            couner        | |        patap          ||*/
/* |*----------------* *--------------------------* *-----------------------*|*/
/* *-------------------------------------------------------------------------**/
#pata {
    border-bottom:1px solid #888888;
    border-top:1px solid #888888;
    color: #4f2d2d;
    font-size: 14px;
    height: 50px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

@media screen and (max-width: 1650px){
   #pata {
        font-size: 17px;
   }
}
@media screen and (max-width: 1590px){
   #pata {
        font-size: 16px;
   }
}

@media screen and (max-width: 1510px){
   #pata {
        font-size: 14px;
   }
}

@media screen and (max-width: 1320px){
   #pata {
        font-size: 13px;
   }
}
@media screen and (max-width: 1180px){
   #pata {
        font-size: 12px;
   }
}




.info_pata0 {
 width:307px;
 float: left;
 height: 90px;
 padding-top: 20px;
 padding-left: 15px;
 border-right: 1px solid #bbb8a7;
  font-weight: bold;
}

.info_pata1 {
    background: rgba(0, 0, 0, 0) url("images/logocckmelnik.png") no-repeat scroll -5px 20px;
    border-right: 1px solid #bbb8a7;
    float: left;
    height: 90px;
    margin-left: 35px;
    padding-left: 105px;
    padding-top: 20px;
    width: 25%;
}


.info_pata2 {
    background: rgba(0, 0, 0, 0) url("images/logocck.png") no-repeat scroll 0 20px;
    
    float: right;
    height: 90px;
    padding-left: 110px;
    padding-top: 20px;
    width: 26%;
}


#patal {
  width:32%;
  float: left;
  padding-left:2%;
  /*display:none;*/
}

#counter {
/*display:none;*/
 width:33%;
 float: left;
  padding-left: 40px;

}
#patap {
  /*display:none;*/
  width:33%;
  float: left;

}


@media screen and (max-width: 1180px){   
   #patal {
        width:33%;
   }
   #counter {
        width:33%;
   }
  #patap {
        width:33%;
  }
}

#patap a {
	color: #cccccc ;
}

#patap a:hover {
	color: #a1a1a1 ;
}

.menu_pata{
   clear:left;
   margin-top:1%;
   color:#cccccc;
   margin-bottom: 50px;
   display:none;
}

.menu_pata-item{
  cursor:pointer;
  line-height:20px;
  float:left;
  margin-left:3%;
  margin-top:0px;
}
/* ********************  na ostatni weby fspnet     ***************************/
.odkazy {
	display: none;
}
/* ********************************  Obecné  ******************************** */
.skryty {
	display: none;
}
.tlacitko {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	background-color: #e0e0e0;
	background: url("_images/button.png") repeat-x 0 5px;
	height: 26px;
	font-size:12px;
}

.tlacitko:hover {
 cursor: pointer;
 background: url("_images/button.png") repeat-x 0 0px;
}
.tisk_tlacitka {
	background-color: white;
	text-align: center;
	padding: 20px;

}

.tisk_tlacitka input{
	 height: 40px;
	 width: 60px;
	 cursor: pointer; 
}

.tisk_tlacitka input:hover {
 padding-left: 2px;
 border: thin black solid;
  cursor: pointer; 
}
.hlavicka_tisk{
	background-color: white;
	height: 40px;
}
.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: 15px;
	font-size: 10px;
}
.inputs_h {
	background-color: #99CC99;
}

.line {
	background: none repeat scroll 0 0 #999999;
	clear: left;
	height: 3px;
}


.table_bunka{
  white-space: nowrap;
}

.map_canvas {
    margin-top:20px;
    clear: left;
    height: 385px;
    margin-bottom: 20px;
    width: 99%;
    min-height:400px;
}

.kontakt_mapa{
  width: 100%;
  height:450px;
  clear:left;
  text-align: center;
  margin-left: 4px;
  margin-top: 324px;
}

div.kontakt_text {
/*font-weight: bold;
color: #8c8c8c;
line-height: 18px;
border:  solid 1px;
*/
font-size: 24px;
padding: 4px;
min-height: 112px;
width: 530px;
margin: 6px;
 text-align: left;
 float: right;
 
}

.kontakt a {
	text-decoration: none;
	color: #ffffff;
/*  text-decoration: underline; */
}

.kontakt a:hover {
	color: #ffffff;
  text-decoration: underline; 
}

.kontakt_logo {
 color: #666666;
 top:-100px;	
 position: relative;
 height: 400px;
}

.kontakt_logo img {
 position: relative;
 left: 100px;  
 
}



.kontakt_adresa {
	color: #666666;
	float: left;
	width: 466px;
	top:-100px;
	position: relative;
}

.kontakt_mesto {
 color: #666666;
 float: left;
 width: 100%;
 font-weight: 400;
 text-align: center;
 text-transform: uppercase;
 margin: 3px;	
 margin-left: 35px;
 padding: 8px;
}


.kontakt_mesto h3{
 background: none;
 font-size: 29px;
 font-weight:400;
 text-transform: uppercase ;
 color: black;
 margin: 3px;
}

.kontakt_main{
 width: 93%;
 text-align: center;
 float: left;
 margin-left:15px;
}
.kontakt_main h2 {
 font-size: 32px;
 font-weight:600;
 text-transform: uppercase  ;
 
}
.kontakt_main h3 {
 background: none;
 font-size: 46px;
 font-weight:600;
 text-transform: none ;
 color: black;
 margin: 0px 0px 50px 0px;
}

.kontakt_list{
 width: 93%;
 text-align: center;
 min-height: 600px;
 float: left;	
}


.kontakt_list h2 {
 font-size: 32px;
  font-weight:400;
  text-transform: uppercase  ;
  text-align: center;
}

.ikon{
 height: 40px;
 line-height: 40px;	
 font-size: 20px;
 color: black;
 vertical-align: middle;
 float: left;
 text-align: left;
 width: 420px;
 padding-left:15px;
}

.ikon img{
 height: 32px;
 
 
}
.banner{
  margin-left: 12%;
  margin-top: 20px;

}

.banner_img {
  float: left;
	vertical-align: bottom;
}

.banner_text {
  height: 0px; 
  text-align:left;
}

.banner_text_big {
    padding-top: 30px;
    padding-left: 80px;
    margin-bottom: 60px;
    text-align: center;
    background: url(images/bgr_obsah_pokracovani.jpg) no-repeat transparent 2px 345px;
}

.banner_text h1 {
 color: white;
 margin-left: 20%;
 margin-top: 0.5%; 
 font-size: 32px;
 text-transform: uppercase;
} 

.banner_text_big h1 {
 color: white;

 margin-top: 0.5%; 
 font-size: 32px;
 text-transform: uppercase;
} 

.banner_text_big h3 {
 display:none;
} 

.banner_text h2 {
 color: white;
 margin-left: 20%;
 margin-top: 0.5%; 
} 

.banner_text h3 {
 color: white;
 margin-left: 20%;
 margin-top: 0.5%;
}

.banner_text h4 {
 color: white;
 margin-left: 20%;
 margin-top: 0.5%;
 text-transform: none;  
}



div.foto{
	width: 12%;
  float:left;
}

.foto_text {
    color: #DC8C52;
    font-size: 40px;
    font-weight: 600;
    left: 100px;
    position: relative;
    top: -110px;
}

.videospot{
    width: 24.2%;
    background-color: #CDC9B5;
    text-align: center;
    color: #DC8C52;
    top: -82px;
    position: relative;
    font-size: 24px;
    margin-left: calc(100% - 215px);
    border-top: 4px solid #FFFFFF;
}
.videospot a{
  color: red;
}

div.kontakt {
    background-color: #DC8C52;
    border: 1px solid #999999;
    color: #ffffff;
    font-size: 20px;
    vertical-align: top;
    width: 75%;
    text-align: left;
    float:left;  
    margin-right: 10px;
}

.kont0{
	float: left;
	width: 45%;
	vertical-align: top;
	margin: 1% 0px 1% 5%;
}

.kontakt_foto{
 vertical-align: top;
 float: left;
 margin-right:10px;	 
}

.kontakt_foto_main{
 vertical-align: top;
 float: left;	
 margin: 8px; 
}

.kontakt_foto_main img{
 vertical-align: top;
 height: 400px;
 /*border: ridge  #82ac2d 3px ;*/
 float: left;
}

.kontakt_foto img{
 /*border: ridge 2px #6c8f25;*/
  height: 150px;
}

.oddelovac_submenu{
	
   border-right: 2px solid transparent;
	float: left;
	height: 37px;
}
/*stranka produktu*/
.obal_obsah{
 margin: auto;
 width: 99%;
  border-left: 1px solid #bbb8a7 ;
  border-right: 1px solid #bbb8a7 ;
}


.container-home{
	background-color: black;
	width: 1148px ;
	height: 335px;
	margin-top: 0px;
	padding-left: 50px;
}


/************ Produkty - seznam *******************************/
.produkty_seznam{
   box-shadow: 0px 10px 10px -8px #ccc, 0px 0 0px 0px #ccc;
   margin:16px;
   min-height: 330px;
   padding: 8px;
   width:28%;           
}

.produkty_seznam:hover {
   box-shadow: 0px -2px 9px -5px #ccc, 0px 6px 10px 0px #ccc;
/*   box-shadow: -10px 0 8px -8px #ccc, 10px 0 8px -8px #ccc;*/
   margin:16px;
   min-width:28%;
   padding: 8px;
}

.produkty_seznam .cislo{
	/*display: none;*/
}

.produkty_seznam #photoGalleryDef{
  display:none;
}

.produkty_seznam .produkt .ceny_mutace{
  display: none; 
}

.produkty_seznam .produkt .min_cena{
  /*display: none;*/ 
}

.produkty_seznam .produkt h2{
}

.produkty_seznam .produkt img{
  width:230px;
  height:225px;
  float: left;
   border-radius: 50% ;
}


#popupImage{
   border-radius: 0% ;
}


.produkty_seznam .popis_cena1 {
 display: inline-block;
 width: 96% ;
}



.produkty_seznam .popis1 {
 display:none;
}

.produkty_seznam .popis2 {
  display:none; 
  float:left;
  margin: 1px;
  padding-right: 20px;
}
.produkty_seznam .popis3{
  float:left;
  margin: 1px;
  padding-right: 45px;
  display: none;
}

.produkty_seznam .popis4{
  float:left;
  margin: 1px;
  display: none;
}

.produkty_seznam .cena{
/* display: none ;*/
}


.produkty_seznam .cena_od{
 display: none;
}

.produkty_seznam .cena_min{
  display: none;
}     

.produkty_seznam .naz_cena1,.naz_cena3,.naz_cena8,.naz_cena9{
  float:left;
  width: 70%;
}

.produkty_seznam .cena1,.cena3,.cena8,.cena9 {
  float: left;
  font-size: larger;
  text-align: right;
  width: 20%;
}
.produkty_seznam .mj_cena1,.mj_cena3, .mj_cena8, .mj_cena9 {
  font-size: larger;
  text-align: right;
}

.produkty_seznam .popis_cena2,.popis_cena3,.popis_cena4,.popis_cena8,.popis_cena9{
  border-bottom: 2px solid #79b48c;
  line-height: 30px;
  margin: 10px;
  margin-left: 250px;
  min-width: 400px;  
}

.produkty_seznam .ceny{
  float:left;
  margin: 0;

}

/**********************************************/
.dostupnost {
 display: none;
}



.naz_cena1{
  float:left;
}

.cena1{
  float:left;
  text-align: right;
  width: 34%;
  font-size: larger;
}

.mj_cena1{
  text-align: right;
  font-size: larger;
}

.naz_cena3{
  float:left;
  
}

.cena3 {
    float: left;
    text-align: right;
    
    font-size: larger;
}
.mj_cena3{
  text-align: right;
  font-size: larger;
}

/*
.cena8 {
    float: left;
    text-align: right;
    width: 40%;
    font-size: larger;
}
.mj_cena8{
  text-align: right;
  font-size: larger;
}

.cena9 {
    float: left;
    text-align: right;
    width: 40%;
    font-size: larger;
}

.mj_cena9{
  margin: 1px;
  text-align: right;
  font-size: larger;
  }
*/
.cena_od{
  float:left;
  margin: 1px;
  padding-right: 45px;
}

.cena_min{
  text-align: right;  
  font-size: larger;
}     


.produkty_kos_submit{
    background-image: url("images/info.png");
    background-repeat: no-repeat;
    background-color: #ababab;
    border-radius:4px; 
    color: #ffffff;
    display: block;
    float: right;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: 29px;
    min-width: 300px;
    padding-left: 60px;
}

.produkty_kos_submit:hover{
  color: #FFFFFF;
}

.produktyhomepage .produkty_seznam{
   width:19%;
   padding-left:18px;
}

.produktyhomepage .produkty_seznam:hover {
   width:22%;
   padding-left:18px;
}


.produkt h2{
  width: 85%;
	text-transform: none;
	font-size: 30px;
  font-weight:400;
  padding: 0px 20px 10px;
  margin-top:20px;
}

.panel_nabidka{
	width: 78%;
	text-align: center;
	margin-left: 12%;
}

.panel_nabidka .produkty_seznam .produkt h2{
  font-size: 19px;
}


.panel_nabidka h3 {
  background: rgba(0, 0, 0, 0) url("images/sipka_d.jpg") no-repeat scroll center 40px;
  font-size: 32px;
  font-weight: 700;
    height: 62px;
    text-align: center;
    text-transform: uppercase;
    width: 95%;
	
} 
.produkt{
	padding-left: 3px;
	font-size: 18px;
  width: 95%;
  margin-bottom: 20px;
  margin-left: 2%;
  border-top:1px solid #000000;
}


.produkt img{
	width: 230px;
  float:left;
}

.produkt .popis1{
 /* width: 600px;
    float:left;   */
  display:none;
  margin-top: 20px;
}
.produkt .cislo{
 /* width: 600px;
  float:left;*/
  margin: 1px;
  display:none;
}
.produkt .pocet{
 /* width: 600px;*/
  float:left;
  margin: 1px;
}
.popis_cena1{
  display:none;
  margin: 10px;
  border-bottom: 2px solid #79b48c;
  line-height: 30px;
  min-width: 400px;
 }
  
.popis_cena2{
  margin: 10px;
  border-bottom: 2px solid #79b48c;
  line-height: 30px;
  min-width: 400px;  
}

.popis_cena3{
  margin: 10px;
  border-bottom: 2px solid #79b48c;
  line-height: 30px;
  min-width: 400px;

  }

.popis_cena4{
  display:none;
  margin: 10px;
  border-bottom: 2px solid #79b48c;
  line-height: 30px;
  
}

.popis_cena8{
  margin: 10px;
  border-bottom: 2px solid #79b48c;
  line-height: 30px;
  min-width: 400px;
  
}
.popis_cena9{
  margin: 10px;
  border-bottom: 2px solid #79b48c;
  line-height: 30px;
  min-width: 400px;
  
}

.popis_cenakosik{
  border-bottom: 2px solid #79b48c;
  line-height: 30px;
}

.produkt .cena{
  float:left;
  
}

.produkt .parametry{
  display:none;
  float:left;
  width: 350px;
  margin-left: 20px;
}


.suda popis_cena{
  clear:left;
}

.ceny{
  margin-left: 12%;
  float:left;
  width: 83%;
}


.ceny_mutace {
  width: 94%;
  border-bottom: 2px solid #79b48c;
  padding-bottom: 4px;
}

.ceny_mutace h2 {
    display:none;
}

.ceny_mutace .suda{
/*  background-color: #666666;
  height: 40px;
  color: white;*/
  margin: 0px; 
  line-height: 38px;
  padding-left: 8px;
  font-weight:300;
  width: 30%;
}

.ceny_mutace .licha  {
  height: 30px;
  line-height: 30px;
  font-weight:600;
}


.ceny_mutace .licha cena{
  padding-left: 2%;
  width:20px;
  margin-left: 50px;
}


.produkt .eshop_cena {
  text-align:right;
  border:0;
  margin-top:-5px;
  background-color: transparent;
  font-weight:300;
  font-size: larger;
  text-align: right;
  float: left;

}


.produkt .naz_cena{
  float:left;
  margin: 1px 10px 1px;
  
}


.popis2{
  float:left;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 12%;
}

.popis3{
  display:none;
  float:left;
  margin: 1px;
  padding-right: 45px;


}

.popis4{
  display:none;
  margin: 1px;
  float:left;
}

.ceny_mutace .popis_cena{
  display:none;
/*  line-height: 1px; */
}

.ceny_mutace .pocet_obj{
  float: left;
  margin-left: 100px;
 
}


.eshop_kos_submit {
  background-image: url("images/kosik.png");	
  color: #FFFFFF;
  border-radius:5px;
  border: transparent solid 1px ;  
  background-color: #79b48c;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 15px;
  height: 45px;
  margin-left: 10px;
  padding-left: 46px;
  padding-right: 26px;
  width:235px;
}

.eshop_kos_submit:hover  {
 color:#444444;
 background-color: #5ea574;
}

.eshop_mnoz{
	height: 19px;
	margin-left: 6px;
	margin-right: 10px;
	font-size: 16px;
	text-align: right;
}
.eshop_mena {
 float: left;
 line-height: 30px;
 font-weight: 600;
  margin-left: 133px;
  font-size: lager;

	
}
.eshop_mnoz_d{
	height: 18px;
	margin-left: 6px;
	margin-right: 10px;
	font-size: 16px;
	text-align: right;
  background-color:#888888;
}

.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;
}


.suda {
/* background-color: #afafaf ;*/
}

.nazev_cena {
 margin-left: 90px;
 width: 45.5%; 

}

/*konec stranka produktu*/

#sitemap{
  margin-left:70px;

}

.odkaz_homepage{
 	 text-align: center;
	 float: left;
	 margin:0;
	 height: 330px;
}


.web_navigace{
      display:none;  
 	    margin-left:60px;
      margin-top:330px;
      float: left;
      height:30px;
      line-height:30px;
      font-size:13px;
}

.registrace {
  width:95%;
  padding-left:60px;
  padding-right:30px;
  padding-bottom:30px;
}

.registrace .label{
	font-weight: normal;
	float: left;
	width: 110px;
}

/*hodnota*/
.registrace .value {
	font-size: 14px;
  float: left;
	font-weight: bold;
  width:240;
}

.registrace .value input{
	width: 220px;
}


.registrace .oddelovac {
  display:block;
  clear: left;
  height:5px;
}
.registrace .vice_info{ 
  float: none;
}

.input_left_d{
	height: 18px;
	margin-left: 6px;
	margin-right: 10px;
	font-size: 16px;
  background-color:#888888;
}
/*    ************************* TISK ********************** */

.div_tisk h1{
   display:none;

}

/*    ************************* SLIDE ********************** */
                                     
#slidegalerie {
	position: relative;
	height: 470px;
	width: 999px;
	top: -4px;
	overflow: hidden;
}
#slide {
	margin-left: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 3000px;
}
.slide_obr {
	float: left;
}
.slide_text {
	font-weight: normal;
	font-style: normal;
	font-size: 38px;
	color: #6494A5;
	width: 450px;
	position: relative;
	left: 28px;
	top: 330px;
}
.slide_text a {
	text-decoration: none;
	color: #6494A5;
	font-size: 42px;
}


.anim {
	width: 100%;
  position: relative;
  left: -115px;
}


.obrazek img{
  width: 100%;
}
.text_v_obr{
  display:none;
}
.ClearLeft{
  clear:left;
}

.ClearLeftF0{
  clear:left;
  font-size:0px;
}

.name_list{
  display:none;
}

#obsah_1{
  /*border-bottom:1px solid #000000;*/
}
.dokumenty_seznam img{
 margin-right:30px;
 padding-top:10px;
}

.dokumenty_seznam p{
/*line-height:50px;*/
}
/***********************************************/

#floatUp {
   background-image:url(images/buttonUP.png);
   background-size:50px 50px;
   position:fixed;
   width:50px;
   height:50px;
   bottom:120px;
   left:95%;
   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;
 }
}

