/* FONT */

@font-face {
	font-family: halabala;
	src: url('fonts/Candaraz.ttf') format('truetype');
}



/* FONT */



/* BODY */
body,html{
padding:0px;
margin:0px;
background: #fff url('images/menu/pozadi.jpg') no-repeat top center;
color:#909090;
font-family:'Trebuchet MS';
}

#content-wrapper {
width:1266px;
padding-top: 0px;
background: url('images/menu/horni_banner.jpg') no-repeat center center;
margin:auto;
overflow:hidden;
position:relative;	
}

#homepage-title{display:none}

h2 {
		padding-top: 0px;
		font-size: 25px;
	line-height: 0px;
	font-family: 'halabala', serif;
text-shadow: 0px 1px 1px #4d4d4d;
        color: #222;
}

h3 { 
font-size: 100%; 
 }
h4 { 
font-size: 100%; 
 }
 
a {
text-decoration: none;
color: #980605;
}
a:hover {
text-decoration: underline;
color: transparent;
}

/* BODY */


/* HORNI MENU */
.horni-menu-celek {
position:fixed; top:0px; margin:auto; z-index:100000;
	width: 100%;
	background: #cc181f;
	min-height: 50px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.8) 0px 1px 3px;
  opacity:0.8;
}

.horni-menu {
width:1266px;
min-height: 30px;
background: transparent;
margin:auto;
padding:auto;
border: 0px solid #000;
}

/* HORNI MENU */

/*  MENU */

.menu_mezera {
	width: 430px;
	height: 20px;
}
.menu-celek {
padding-top:15px;

}
#menu, #menu ul {
		z-index:1000;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top:0px;
	
}
#menu {
	width: 1250px;
	  margin-left: auto ;
	background-color: transparent;
	border: 0px solid #000;

}
#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
	margin-left: 120px;

}
#menu li {
	float: left;
	border-right: 0px solid #000;  /* delitka mezi menu*/

	position: relative;
		z-index:1000;
}

#menu a {
	float: left;
	padding: 12px 20px;
	color: #000;
		font-size: 20px;
	line-height: 0px;
	font-family: 'halabala', serif;
	text-decoration: none;
    transition: all .2s ease-in-out; 
}

#menu li:hover > a {
	color: #FFF;
}

*html #menu li a:hover { /* IE6 only */
	color: #FFF;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	/*
	visibility: hidden;
	*/
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1;    
	background: #cc181f;	

	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	border-radius: 3px;
	transition: all .2s ease-in-out;  
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	box-shadow: 0 0px 0 #111, 0 1px 0 #666;
}

#menu ul li:last-child {   
	box-shadow: none;    
}

#menu ul a {    
	padding: 15px;
	width: 250px;
	_height: 15px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	
	color: #000;
	font-size: 20px;
	line-height: 0px;
	font-family: 'halabala', serif;
	text-decoration: none;
    transition: all .2s ease-in-out; 
}

#menu ul a:hover {
	background-color: #cc181f;
	background-image: linear-gradient(#cc181f, #cf363c);
}
#menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}




#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
	border-bottom-color: #cc181f; 
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #cc181f; 
	border-bottom-color: transparent; 	
}

#menu ul li:last-child > a {
	border-radius: 0 0 3px 3px;
}

/*  MENU */


/* E-SLIDER*/
.table_uvod{
	width: 1250px;
	padding-top: 50px;
}

ol,ul {
	list-style:none;
}
ul,ol,li{ 
	margin:0;
	padding:0;
}
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 20%;
	margin-right: 5%;
	top: 15%;
		border: 0px solid #999;	
}
.ei-title h1, .ei-title h2, .ei-title h3{
	text-align: center;
}
.ei-title h1{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #666;
}

.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: rgba(0,0,0,0.61);
	text-shadow:3px 3px 4px #666;
}
.ei-title h3{
	font-size: 40px;
	line-height: 10px;
    text-shadow:4px 4px 5px #000;
	color: hsla(0,2%,47%,1.00);
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 50%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #D10F12 ;
	width: 100%;
	height: 50%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
.ei-title h1, .ei-title h2, .ei-title h3{
		text-align: left;
	}
		.ei-title h1{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}
/* E-SLIDER*/


/* INDEX */
.index-celek {
	position:relative;
	overflow:hidden;
margin:auto;
padding:auto;
width:1250px;

border:0px solid #000;	
}

.stred-leva {
	float:left;  
	background: transparent;	
	width: 650px;
	min-height: 650px;
	padding-top: 10px;
	margin-top: 50px;
	margin-left: 0px;
    border: 0px solid #000;
	}
	.stred-prava{
	float:left;
    width: 570px;
	min-height: 800px;
	padding-top: 10px;
	margin-top: 50px;
	margin-left: 10px;
    border: 0px solid #000;
	}
	
	.index-galerie {
	width: 469px;
	min-height: 261px;
	margin:auto;
    padding:auto;
	}
	
		.index-facebook {
	width: 1000px;
	min-height: 261px;
	margin:auto;
    padding:auto;
	border: 0px solid #fff;
	text-align:center;
	padding-top: 50px;
	padding-bottom: 70px;
	}
	
/* INDEX */

/* INDEX TEXTY */
.index-nadpis-1 {
	width: 568px;
	background: transparent;
	border: 0px solid #000;	
	color: #000000;
	font-size: 20px;
	padding-left: 40px;
	
}
.index-nadpis-1-text {
	padding-top: 20px;
	padding-left: 55px;
	font-size: 18px;
	color: #000;
	
}
/* INDEX TEXTY */

/* MENU 4KOVE */

.menu4-celek {
margin:auto;
padding-left: 35px;
width:1250px;
border:0px solid #000;	
}

.menu4-1 {
	float:left;  
	background:  #fff url('images/menu/menu4kove_1a.jpg') no-repeat top center;		
	width: 257px;
	min-height: 305px;
	padding-top: 0px;
	margin-top: 20px;
	margin-left: 30px;
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	box-shadow: 0px -11px 28px 0px rgba(50, 50, 50, 0.32);
	}
	
.menu4-2{
	float:left;  
	background:  #fff url('images/menu/menu4kove_2a.jpg') no-repeat top center;			
	width: 257px;
	min-height: 305px;
	padding-top: 0px;
	margin-top: 20px;
	margin-left: 30px;
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	box-shadow: 0px -11px 28px 0px rgba(50, 50, 50, 0.32);
	}
.menu4-3{
    float:left;  
	background:  #fff url('images/menu/menu4kove_3a.jpg') no-repeat top center;			
	width: 257px;
	min-height: 305px;
	padding-top: 0px;
	margin-top: 20px;
	margin-left: 30px;
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	box-shadow: 0px -11px 28px 0px rgba(50, 50, 50, 0.32);
	}
.menu4-4{
	float:left;  
	background:  #fff url('images/menu/menu4kove_4a.jpg') no-repeat top center;			
	width: 257px;
	min-height: 305px;
	padding-top: 0px;
	margin-top: 20px;
	margin-left: 30px;
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	box-shadow: 0px -11px 28px 0px rgba(50, 50, 50, 0.32);
	}
	
	.menu4-1:hover  {
	 background:  #fff url('images/menu/menu4kove_1b.jpg') no-repeat top center;	
	 border-left: 1px solid #D10F12;
	border-right: 1px solid #D10F12;
	border-top: 1px solid #D10F12;
	  }
    .menu4-2:hover  {
	  background:  #fff url('images/menu/menu4kove_2b.jpg') no-repeat top center;
	 border-left: 1px solid #D10F12;
	border-right: 1px solid #D10F12;
	border-top: 1px solid #D10F12;
	  }
	.menu4-3:hover  {
	  background:  #fff url('images/menu/menu4kove_3b.jpg') no-repeat top center;
	 border-left: 1px solid #D10F12;
	border-right: 1px solid #D10F12;
	border-top: 1px solid #D10F12;
	  }
	 .menu4-4:hover  {
	  background:  #fff url('images/menu/menu4kove_4b.jpg') no-repeat top center;
	 border-left: 1px solid #D10F12;
	border-right: 1px solid #D10F12;
	border-top: 1px solid #D10F12;
	  }
	
.nadpis-menu4-1 {
display:block;

	font-size:18px;
	font-family: 'halabala', serif;
	font-weight:800;
	padding:110px 0px 0px 55px;
	color:#980605;
	border: 0px solid #000;			
}

.nadpis-menu4-2 {
display:block;
	
	font-size:18px;
	font-family: 'halabala', serif;
	font-weight:800;
	padding:110px 0px 0px 25px;
	color:#980605;
	border: 0px solid #000;					
}
.nadpis-menu4-3 {
display:block;
	
	font-size:18px;
	font-family: 'halabala', serif;
	font-weight:800;
	padding:110px 0px 0px 70px;
	color:#980605;
	border: 0px solid #000;					
}
.nadpis-menu4-4 {
display:block;
	
	font-size:18px;
	font-family: 'halabala', serif;
	font-weight:800;
	padding:110px 0px 0px 45px;
	color:#980605;
	border: 0px solid #000;					
}

.img-menu4{
	width: 257px;
	 border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.prazdne-menu4 {
	display:block;
	line-height:70px;
	border: 0px solid #000;	
	font-weight:800;
}

.text-menu4 {

	font-size:15px;
padding-left: 5px;
padding-right: 5px;
color:#980605;
font-family:'Trebuchet MS';	
border: 0px solid #000;	
text-align:center;
min-height:100px;
}


/* MENU 4KOVE */


/* ONAS */
.onas_index {
	background: url('images/index_onas.png') no-repeat center center;	
    width: 1250px;
	min-height: 150px;	
    border: 0px solid #000;	
	margin-top:50px;	
}
.onas_index-1 {
	background: transparent;	
    width: 1250px;
	min-height: 150px;	
    border: 0px solid #000;	
	margin-top:50px;	
}
.onas_index_text{
	padding-top: 35px;
text-align:center;
	font-size: 40px;
	line-height: 10px;
    text-shadow:4px 4px 5px #000;
	color: hsla(0,2%,47%,1.00);	
}

.onas_index_text-1{
	padding-top: 20px;
	padding-left: 55px;
	font-size: 18px;
	color: #000;
}

/* ONAS */


/* NOVINKY */
.novinky_index {
    width: 560px;
	min-height: 240px;	
	margin-left: 30px;
    border: 0px solid #000;	
	padding-bottom: 10px;	
}

.novinky_index_nadpis {
	text-align: left;
	font-size: 23px;
	color: #000;
}

.novinky_index_nadpis-2 {
	text-align: left;
	font-size: 17px;
	color: #000;
	padding-left:5px;
}

.novinky-leva {
	float:left;  
	background: transparent;	
	width: 240px;
	min-height: 250px;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
    border: 0px solid #000;
		font-size: 15px;
	color: #000;
	}
.novinky-prava{
	float:left;
    width: 290px;
	min-height: 250px;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 10px;
    border: 0px solid #000;
	}

.novinky_img {
	 width: 555px;
	 text-align: center;
	 border: 0px solid #fff;	
}
.img_novinky{
	padding-left: 18px;
	padding-top: 18px;
border:0px solid #000;	

}

.img_ramecek{
width: 285px ;
height: 222px;	
background: url('images/images_ramecek.jpg') no-repeat center center;	

}

.novinky_index_karta {
    width: 800px;
	min-height: 240px;	
	margin:auto;
    padding-top: 20px;
    border: 0px solid #000;	
	padding-bottom: 10px;	
}

.novinky_index_nadpis_karta {
	text-align: left;
	font-size: 23px;
	color: #000;

}

.novinky_index_nadpis-2_karta {
	text-align: left;
	font-size: 17px;
	color: #000;
	padding-left:5px;
		padding-top:20px;
}

.novinky-leva_karta {
	float:left;  
	background: transparent;	
	width: 380px;
	min-height: 250px;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
    border: 0px solid #000;
		font-size: 15px;
	color: #000;
	}
.novinky-prava_karta{
	float:left;
    width: 360px;
	min-height: 250px;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 40px;
    border: 0px solid #000;
	}

.novinky_img_karta {
	 width: 555px;
	 text-align: center;
	 border: 0px solid #fff;	
}
.img_novinky_karta{
	padding-left: 18px;
	padding-top: 18px;
border:0px solid #000;	

}

.img_ramecek_karta{
width: 285px ;
height: 222px;	
background: url('images/images_ramecek.jpg') no-repeat center center;	

}

.linka_karta {
	width: 100%;
    border: 0px solid #000;		
}

/* NOVINKY */

/* AKCE */
.akce_index {
    width: 640px;
	min-height: 240px;	
	margin-left: 30px;
    border: 0px solid #000;	
	padding-bottom: 10px;
	padding-top: 20px;	
}

.akce_index_nadpis {
	text-align: left;
	font-size: 23px;
	color: #000;
	padding-left: 10px;
}

.akce_pozadi_text {
    width: 630px;
	min-height: 240px;
	padding-bottom: 10px;	
	border-radius: 10px;
	border:1px solid #C52A2D;
	background: #FFF;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.9);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.9);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.9);
}

.akce_index_nadpis-2 {
	text-align: left;
	font-size: 17px;
	color: #000;
	padding-left:10px;
	padding-top: 10px;
}
.akce_index_text {
	padding-left:10px;
	padding-top: 10px;
	text-align: left;
	font-size: 15px;
	color: #000;
}
.akce_index_img {
margin:auto;
padding:auto;
	text-align: center;	
}

.akce_img {
	 width: 555px;
	 text-align: center;
	 border: 0px solid #fff;	
}
.img_akce{
	border-radius: 10px;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.9);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.9);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.9);
}


/* AKCE */

/* SVACINY */

.svaciny_celek {
	width: 1000px;
text-align: center;
	margin: auto;
	 border: 0px solid #000;		
}

.svaciny_nadpis {
	width: 100%;
	height: 50px;
	 text-align: center;
	margin: auto;
	padding-top: 20px;
	color: #000000;
	font-size: 22px;
	text-decoration: underline;
	border: 0px solid #000;
}
.svaciny_nadpis_2 {
	width: 100%;
	height: 50px;
	 text-align: center;
	margin: auto;
	padding-top: 20px;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	border: 0px solid #000;
}
.svaciny_bold {
	    font-weight: bold;
		font-size: 22px;
		color: #D8080C;
}

.svaciny_text {
text-align: center;
	margin: auto;
	color: #000000;
	font-size: 17px;
	
}
.svaciny_text_2 {
text-align: left;
	margin: auto;
	color: #000000;
	font-size: 17px;
	
}
.svaciny_dokument_leva {
	
		border: 0px solid #000;
	
}
.svaciny_dokument_prava {
	
		border: 0px solid #000;
	
}

.svacina_dokument{
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;	
	
}

.nic {
	width: 100%;
min-height: 200px;	
}

/* SVACINY */

/* ZAKAZNICI */

.zakaznici_celek {
	width: 1000px;
text-align: center;
	margin: auto;
	 border: 0px solid #000;	
	
}

.pozadi_zakaznik{
    display: inline-block;
    font-weight: bold;
	font-family: helvetica_2;
	font-size: 24px;
    text-align: center;
    color: #000;
    width: 300px;
    min-height: 280px;
    margin: 10px;
    padding: 0px 0px;
    background: hsla(0,0%,99%,0.58);
    border: 1px solid #B5B4B4;	
    border-radius: 4px;
    transition: all 0.3s ease-out;
    
    text-decoration: none;
   
}

.zakaznici-leva {
	float:left;  
	background: transparent;	
	width: 100px;
	min-height: 250px;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
    border: 0px solid #000;
		font-size: 15px;
	color: #000;
	}
.zakaznici-prava{
	float:left;
    width: 610px;
	min-height: 250px;
	padding-top: 10px;
 text-align: center;
	margin: auto;
    border: 1px solid #000;
	}
	
.zakaznici_nadpis {
	width: 100%;
	height: 50px;
	 text-align: center;
	margin: auto;
	padding-top: 20px;
	color: #000000;
	font-size: 22px;
	text-decoration: underline;
	border: 0px solid #000;
}
.zakaznici_nadpis-2 {
	color: #000000;
	height: 50px;
	font-size: 18px;
	border: 0px solid #000;
	  text-decoration: inherit;
	
}

.zakaznici_img {
	
	max-height: 200px;
	border:0px solid #000;
	
}
.img_zakaznici{
	max-width: 220px;
	padding-left: 10px;
	padding-top: 0px;
border:0px solid #000;


}

.img_ramecek_zakaznici{
width: 285px ;
height: 222px;
text-align: center;
	margin: auto;	
	padding-top: 20px;
background: url('images/images_ramecek.jpg') no-repeat center center;	

}
/* ZAKAZNICI */


/* PEPSI */
.center_pepsi {
	width: 100%;
text-align: center;
	margin: auto;
	 border: 0px solid #000;


}

/* PEPSI */

/* VYROBKY */
.vyrobky_celek {
	width: 1000px;
text-align: center;
	margin: auto;
	 border: 0px solid #000;		
}

.vyrobky_nadpis_1{
	width: 100%;
	 text-align: center;
	margin: auto;
	padding-top: 20px;
	color: hsla(359,74%,37%,1.00);
	font-size: 22px;
	text-decoration: underline;	
	
}
.vyrobky_nadpis_2{
		width: 100%;
	 text-align: center;
	margin: auto;
	padding-top: 20px;
	color: #000000;
	font-size: 17px;
	text-decoration: underline;	
	
}

.vyrobky-prava{
	float:left;
    width: 330px;
	min-height: 250px;
	padding-top: 10px;
 text-align: center;
	margin: auto;
    border: 1px solid #000;
	}
	
.pozadi_vyrobek{
    display: inline-block;
    font-weight: bold;
	font-family: helvetica_2;
	font-size: 24px;
    text-align: center;
    color: #000;
    width: 300px;
    min-height: 340px;
    margin: 10px;
    padding: 0px 0px;
    background: #FFFFFF;
    border: 1px solid #000;	
    border-radius: 4px;
    transition: all 0.3s ease-out;
    box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 4px 2px rgba(0,0,0,0.7),
    0 0 4px 1px rgba(0,0,0,0.2);
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.7);
}

.vyrobky_nadpis_1{
	border:0px solid #000;
	 color: #000;
	 padding: 0px 0px;
	 min-height:50px;	
}

.aa{
	width: 100px;
	 border: 1px solid #000;
	 min-height: 250px;
}

.vyrobky_text_karta {
	font-family: helvetica_2;
	font-size: 15px;
	border:0px solid #000;	
}
.vyrobky_text_druh {
font-weight: lighter;
 padding-right: 10px;	
 	text-align: left;
	border:0px solid #000;	
}

.vyrobky_cena {
font-size: 18px;
color: #C13032; 	
}

.vyrobek_obrazek_celek {
	margin:auto;
padding:auto;
	width: 260px;
	min-height: 200px; 
	border:0px solid #C1BEBE;	
}

.vyrobek_img_akce{
	padding-top: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.9);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.9);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.9);
}

/* VYROBKY */


/* INFO U ALERGENU */
.menu2 {
	margin: 0px 0 0;
	padding: 0;
	list-style: none;
		border:0px solid #000;	
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: center;
	position: relative;
	text-align: center;
}
.menu2 a {
	padding: 0px 0px;
	display: block;
	color: #000000;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}
.menu2 li em {
	font-weight: normal;
	background: url(images/hover.png) no-repeat;
	width: 190px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

/* INFO U ALERGENU */

/* GALERIE */
.galerie_celek {
	
margin:auto;
padding:auto;
width:950px;
min-height: 1300px;
border:0px solid #fff;	
margin-top: 50px;

}

.karta_galerie_pozadi {
		background: url('images/menu/pozadi_karta_galerie.png') no-repeat center center;		
	width: 310px;
	min-height:310px;
    border: 0px solid #fff;	
	text-align: center;	
	
}

.karta_galerie_pozadi-2 {
		background: url('images/menu/pozadi_karta_galerie_2.png') no-repeat center center;		
	width: 310px;
	min-height:310px;
    border: 0px solid #fff;	
	text-align: center;		
}

.karta_galerie_img {
width: 250px;
min-height: 180px;
max-height: 180px;
 overflow: hidden;
border:0px solid #fff;	
text-align: center;	
padding-top: 40px;
padding-left:30px;
}

.karta_galerie_img-2 {
width: 250px;
min-height: 180px;
max-height: 180px;
 overflow: hidden;
border:0px solid #fff;	
text-align: center;	
padding-top: 60px;
padding-left:30px;
}

.karta_galerie_taxt1{
width: 310px;
text-align: center;
font-size: 18px;
color: #a10905;
border:0px solid #fff;	
padding-top: 10px;
}
.karta_galerie_taxt2{
text-align: center;
font-size: 12px;
color: #a10905;	
}

.zpet_celek {
	width: 500px;
	min-height:20px;
	border:0px solid #fff;
	
}
/* GALERIE */



/* KONTAKT */
.kontakt-celek {
margin:auto;
padding:auto;
width:1030px;
min-height: 400px;
border:0px solid #fff;	
}

.kontakt-celek-2 {
margin:auto;
padding:auto;
width:1030px;

border:0px solid #fff;	
}



.kontakt-stred-leva {
	float:left;  
	background: transparent;	
	width: 450px;
	min-height: 250px;
	padding-top: 50px;
	margin-top: 10px;
	margin-left: 0px;
    border: 0px solid #fff;
	text-align: right;
	}
	.kontakt-stred-prava{
	float:left;
    width: 550px;
	min-height: 250px;
	padding-top: 50px;
	margin-top: 10px;
	margin-left: 10px;
    border: 0px solid #fff;
	}
	
	.kontakt_nadpis {
	text-align: center;
	font-size: 25px;
	color: #000;
}
	.kontakt_nadpis-2 {
	text-align: center;
	font-size: 20px;
	color: #000;
}

/* KONTAKT */



/* input */

.text {
    border:2px solid #dadada;
    border-radius:7px;
    font-size:17px;
    padding:5px; 
}
.text:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}
.text-select {
    border:2px solid #dadada;
    border-radius:7px;
    font-size:12px;
    padding:5px; 
}
.text-select:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}

.text-red {
    border:2px solid #dadada;
    border-radius:7px;
    font-size:17px;
    padding:5px; 
}
.text-red:focus { 
    outline:none;
    border-color:#C00;
    box-shadow:0 0 10px #C00;
}
.text-red-min {
    border:2px solid #dadada;
    border-radius:7px;
    font-size:12px;
    padding:5px; 
}
.text-red-min:focus { 
    outline:none;
    border-color:#C00;
    box-shadow:0 0 10px #C00;
}

/* input */

/* tlacitko submit*/
.submit {
  display: inline-block;
  margin: 10px;
  padding: 8px 15px;
  background: #a10905;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  color: #fff;
}

.submit:hover  { background: #fff; color: #000;}
.submit:disabled  { background: #CCC; }
/* tlacitko submit*/






/* FOOTER */

/* background:url("images/menu/footer.png") center; */
#footer{	
padding:0px;
margin:0px;
background: #8d0707;
width:100%;
min-height: 350px;
font-size:11px;
font-family:tahoma;
font-weight:bold;
position:relative;
z-index:40;
border:0px solid #000;
}

#footer a{
text-decoration:none;
}

#footer-inner{
width:1100px;
max-height: 350px;
margin:auto;
padding-top:50px;
border-top:3px solid #000;
background: transparent;
}

.footer-1{
	float:left;
	width: 250px;
	min-height: 300px;
	border: 0px solid #fff;
	background:transparent;
	padding-left: 80px;
}
.footer-2{
	float:left;
	width: 250px;
	min-height: 300px;
	border: 0px solid #fff;
	background:transparent;
}
.footer-3{
	float:left;
	width: 250px;
	min-height: 300px;
	border: 0px solid #fff;
	background:transparent;
}
.footer-4{
	float:left;
	width: 250px;
	min-height: 300px;
	border: 0px solid #fff;
	background:transparent;
}

.footer-nadpis{
	font-size: 15px;
	line-height: 50px;
	padding-left: 20px;
	font-family: 'halabala', serif;
	color: #f6eef1;
}
.footer-text-kontakt-1 {
	padding-left: 15px;
	font-family: 'halabala', serif;
	color: #f6eef1;
	font-size: 13px;
}
.footer-text-kontakt-1 a {
	color: #f6eef1;
}
.footer-text-kontakt-2 {
	padding-left: 15px;
	font-family: 'halabala', serif;
	color: #f6eef1;
	font-size: 13px;
}
.footer-text-kontakt-2 a {
	color: #f6eef1;
}
.footer-text-kontakt-3 {
	padding-left: 15px;
	font-family: 'halabala', serif;
	color: #f6eef1;
	font-size: 13px;
}
.footer-text-kontakt-3 a {
	color: #f6eef1;
}
.footer-text-kontakt-4 {
	padding-left: 15px;
	font-family: 'halabala', serif;
	color: #f6eef1;
	font-size: 13px;
}
.footer-text-kontakt-4 a {
	color: #f6eef1;
}

#footer-left{
float:left;
}

#site-links{
color:#D4D4D4;
font-weight:bold;
margin-top:0px;
padding-left:2px;
}

#footer-left a{
color:#646464;
}

#footer-left td a{
margin-right:30px;
margin-bottom:6px;
display:block;
font-weight:bold;
}

#footer-right{
float:right;
}

#footer-right .footer-heading{
font-weight:bold;
color:#C9C9C9;
font-size:12px;
}

#footer-right table td{
padding-left:40px;
color:#8D8D8D;
font-size:10px;
padding-bottom:3px;
}

#footer-right table a{
color:#8D8D8D;
}

#social{
text-align:right;
margin-top:10px;

}

#social img{
margin-left:10px;
}

#striker{
text-align:right;
color:#696969;
font-size:9px;
margin-top:20px;
}

ol,ul {
	list-style:none;
}
ul,ol,li{ 
	margin:0;
	padding:0;
}
/* FOOTER */


/* strankovani */
.container{
	border: 0px solid #c3c3c3;
	width: 100%;
	float: left;
	margin: 0px 0px 0px;
	padding: 0px;
	 text-align: center;
}

.page_navigation , .alt_page_navigation{
	padding-top: 10px;
	padding-bottom: 10px;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	color:white;
	text-decoration:none;
	float: inherit;
	font-family: Tahoma;
	font-size: 15px;
	background-color: #2c2c2c;
}
.active_page{
	background-color:white !important;
	color:black !important;
}	

.content, .alt_content{
	color: black;
}

.content li, .alt_content li, .content > p{
	padding: 5px
}
/* strankovani */



.mezera1 {
	min-height: 120px;
		border: 0px solid #fff;
}




/* SIPKA NAHORU */	
.scrollup{
    width:45px;
    height:45px;
    opacity:0.7;
    position:fixed;
    bottom:210px;
    right:0px;
    display:none;
    text-indent:0px;
    background: url('images/header_next.png') no-repeat;
		z-index:1000;
}
.scrollup:hover{
    width:45px;
    height:45px;
    opacity:1.0;
    position:fixed;
    bottom:210px;
    right:0px;
    display:none;
		z-index:1000;
    text-indent:0px;
    background: url('images/header_next.png') no-repeat;
}
/* SIPKA NAHORU */