/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#warp .clearfix { clear:both; overflow:hidden; width:100%; }
#warp #bottom_half #bottom #p404  { margin: 0 auto; text-align:left; width: 822px;overflow: hidden; }
#warp #bottom_half #bottom #p404 h1 { font-size:140px; color:white; text-align:center; }
#warp #bottom_half #bottom #p404 h2 { font-size:40px; color:#ccc; }

#warp #bottom_half #bottom #p404 p  { margin-bottom: 30px;margin-top: 0px;
	text-align:left; font-size: 1.2em; text-transform: uppercase; }
#warp #bottom_half #bottom #p404 a  { 
/*color: #cfb793;*/ text-align:left; width: 300px; float: left; clear: both; margin: 5px auto; font-size: .7em;
}

.upper { text-transform:uppercase; }

#main-menu #small_menu .upper_wide {
width: 100%;
padding: 7px 20px;

color: #888888;
background: rgba(255, 255, 255, .8);
}

.upper_wide>.purple{
	color: #C81C4C;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*END REsET STYLES*/

tr td{
	padding: 5px 0px;
}

::selection {
	background: #cfb793;
}

::-moz-selection {
	background: #cfb793 ;
}

a {
	color:white;
	text-decoration:none;
}

a img{
	border: 0;
}

h1, h2, h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 1000;
}

h2{
padding-top:2px;	
}

h4{
clear: both;	
}

body{
  padding: 0;
  margin: 0;
  background: url(/images/bcg.jpg) fixed;
  background-size:cover;

  width: 100%;
  display: table;
  text-align: center;
}

#warp {
	position:relative;
	width:1002px;
	clear: both;
	
	-moz-box-shadow:  0px 0px 20px 0px rgba(0,0,0, 0.2);
	-webkit-box-shadow:  0px 0px 20px 0px rgba(0,0,0, 0.2);
	box-shadow:  0px 0px 20px 0px rgba(0,0,0, 0.2);
	
	margin: 0 auto;
	
	font-family: 'PT Sans Narrow', sans-serif;
}

/*
#left-side {
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:1764px;
}

#right_side {
	position:absolute;
	left:1141px;
	top:0px;
	width:139px;
	height:1764px;
}
*/

/*LAYOUT*/

#menu-language {
	background:url(/images/menu_language.jpg) no-repeat;
	float:left;

	position:relative;
	width:1001px;
	height:29px;
}



#menu-logo {
	background:url(/images/menu_logo.jpg) no-repeat;
	float:left;
	
	position:relative;
	width:1001px;
	height:65px;
}

#main-menu {
	padding:10px 0px 0px 0px;

	background:url(/images/main_menu.jpg) no-repeat;
	float:left;
	
	position:relative;
	width:1002px;
	height:80px;
}



#podnik {
	background:url(/images/podnik.jpg) no-repeat;
	float:left;

	position:relative;
	width:1001px;
	height:359px;
}

#prevadzky-menu {
	background:url(/images/prevadzky_menu.jpg) no-repeat;
	float:left;
	
	position:relative;
	width:1001px;
	height:82px;
}
#top_news{
	width: 822px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}

#top_news #hot-banner{
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
	
	
}

#top_news #events-banner{
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
	
	margin-left: 4%;
}

.hot_banner_img{
	width: 100%;
	overflow: hidden;
	height: 180px;
	border-radius: 10px;
}

.hot_banner_img img{
	width: 100%;
	height: auto;
	
	border-radius: 10px;
}
.hot_banner_date{
	text-transform: uppercase;
	font-weight: 800;
	
	padding: 0 0 10px 0;
}

.hot_banner_date span{
	color: #cfb793;
}
#events-banner,#hot-banner{
	color: white;
}

#events-banner p,#hot-banner p{
	padding: 20px 0;
}

#events-banner .heading,#hot-banner .heading{
	width: 100%;
	padding: 0;
}

#events-banner .heading h2,#hot-banner .heading h2{
	display: inline-block;
	padding-bottom: 10px;
	width: 100%;
	font-weight: 800;
	font-size: 1rem;
}

#events-banner p, #hot-banner p{
	display: block;
	min-height: 50px;
}

#hot-banner {
	float:left;
	
	position:relative;
	width:407px;
	
	padding:30px 0px 0px 95px;
	text-align: left;
}

#hot-banner a{
	float: left;
}

#hot-banner a:not(.read_more){
	width: 100%;
}

#events-banner a:not(.read_more){
	width: 100%;
}

#events-banner {
	float:left;
	text-align: left;
	
	position:relative;
	width:439px;
	
	padding:30px 40px 0px 20px;
}

#events-banner a{
	float: left;
}

#bottom{
	text-align: left;
	float: left;
	position: relative;
	
	padding: 20px 95px 0px 95px;
	
	width: 822px;
	background: url('../images/repeater.jpg') repeat-y;
}

#bottom p{
	text-align: left;
	color: #ccc;
	font-size: 15px;
	line-height: 1.35;
	
	font-family: 'PT Sans Narrow', sans-serif;
	
	margin: 10px 0px;
}

#bottom p img{
	float: right;
}

#shadow_div{
	position: relative;
	width: 1002px;
	height: 40px;
	float: left;
	
	background: url('../images/repeater.jpg') repeat-y;
	
	-moz-box-shadow:inset 0px 5px 10px rgba(0,0,0, 0.2);
	-webkit-box-shadow:inset 0px 5px 10px rgba(0,0,0, 0.2);
	box-shadow:inset 0px 5px 10px rgba(0,0,0, 0.2);
}

#bottom_half{
	float: left;
	background-image:url('../images/hot_banner.jpg'), url('../images/events_banner.jpg'), url('../images/repeater.jpg');
	background-position: 0% 0%, 97.9% 0%, 0% 0%;
	background-repeat: no-repeat, no-repeat, repeat;
	
	width: 100%;
}

#bottom_half h1, #bottom_half h2, #bottom_half h3{
	font-weight: 800;
}

#bottom_half h1{
	text-align: left;
	color: white;
	
	text-transform: uppercase;
	
	font-size: 1.6rem;
	
	margin: 0px 0px 20px 0px ;
}

.top-line{
	border-top: 3px solid #bea27a;
	padding-top: 20px;
}

#bottom_half .top-line h2{
	color: white;
	font-size: 1.3rem;
}

#bottom_half .top-line h2 strong{
	color: #c7ab82;
}


#bottom_half h1 span{
	color: #c7ab82;
}
#bottom-news {
	float:left;
	position:relative;
	width:400px;
}

#bottom-kalendar-akcii {
	float:left;
	position:relative;
	width:390px;
	padding-left: 30px;
	/*padding-top: 8px;*/
}

#kalendar-akcii-container{
	display: block;
	overflow: hidden;
	float: left;
}

#footer {
	background:url(/images/footer.jpg) no-repeat;
	float:left;
	position:relative;
	width:1001px;
	height:300px;
	
	color: #d9d9d9;
}

#footer_container{
	text-align: left;
	float: left;
	position: relative;
	margin-top: 40px;
	padding: 0px 25px;
	width: 952px;
	
	font-size: 12px;
}

#foot_home{
	height: 175px;
	width: 150px;
	float: left;
	overflow: hidden;
	
	padding-top: 40px;
	padding-left: 20px;
}

#foot_menu{
	height: 185px;
	width: 550px;
	float: left;
	
	padding-top: 40px;
	
	overflow: hidden;
}

#foot_copy_claim{	
	text-align: center;
	color: #c5a87d;
	
	float: left;
	
	margin-top: 10px;
	width: 100%;
	height: 20px;
	
	font-size: 12px;
	text-transform: uppercase;
}


.footer_submenu {
	position: absolute;
    margin-top: 15px;
	overflow: hidden;
	width: 70px;
	height: 150px;
	
	text-transform: lowercase;
	border-left: 1px solid #333;
	float: left;
	display: block;
}

.footer_item_main a{
	display: block;
	float: left;
	color: #c2a572;
}

.footer_submenu li{
	font-size: 9px;
	width: 70px;
	float: left;
	display: block;
}

.footer_submenu li a{
	color: white;
	width: 50px;
}

#foot_additional{
	height: 175px;
	width: 230px;
	
	padding-top: 40px;
	
	float: left;
	overflow: hidden;
}


#footer_container .footer_logo{
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
}

.footer_logo img{
	margin: 0 auto;
}

a.footer_icon{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	float: none;
	clear: both;
	
	margin: 0 10px;
}

a.footer_icon_wide{
	display: inline-block;
	width: 100px;
	height: 70px;
	text-align: center;
	float: none;
	clear: both;
	
	margin: 0 10px;
}

#footer_container .footer_menu{
	float: left;
}

#foot_additional .footer_menu{
	float: right;
}

#footer_container .footer_menu li{
	display: block;
	float: left;
	padding: 5px 10px;
	
	
	
	text-transform: uppercase;
	
	
	
}

.press_content li>p {
	font-size: .8rem;
}

/*TOP PART*/



#main_logo{
	background:url(/images/logo.png) no-repeat;
	display:block;
	float:left;
	width:232px;
	height:38px;
	
	margin:15px 0px 0px 45px;
}

#languages {
	margin-left:45px;
	float:left;
}

#search_it{
	display:block;
	width:245px;
	height:23px;
	float:right;
	cursor: pointer;
	margin:20px 35px 0px 0px;
	background:url(/images/search.png);
	
	text-align:left;
	text-indent:35px;
	line-height:23px;
	text-transform:uppercase;
	font-size:12px;
}

.menu_l1{
	position: absolute;
	display:none;
	top: 43px;
	z-index: 10;
}

.menu_l1 li a{
	display: block;
	
	background: url('/images/black_80.png') repeat;
	background: rgba(0, 0, 0, .9);
	width: 235px;
	height: 20px;
	
	text-transform: uppercase;
	font-size: 12px;
	
	clear: both;
	
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 2px 0px;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align:left;
	line-height:17px;
	text-indent:15px;
}

.menu_l1 li a.active{
	padding: 5px 10px 0px 10px;
	background: url('/images/yellow_90.png') repeat;
	background: rgba(199, 179, 151, .9);
}


.menu_l2{
	position: absolute;
	display:none;
	
	height: 350px;
	width: 150px;
	
	overflow: hidden;
	
	z-index: 5;
	margin-left: -150px;
	margin-top: -27px;
}

.menu_l2 li a.prevadzka{
	display: block;
	background: url('/images/yellow_90.png') repeat;
	background: rgba(199, 179, 151, .9);
	color: black;
	width: 150px;
	height: 20px;
	margin: 0;
	border-bottom: 1px solid #907959;
	overflow: hidden;
	float: left;
}


#languages a.lang{
	float:left;
	width:20px;
	height:14px;
	display:block;
	padding:8px 5px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	
	color:#939598;
	
	border-left:1px solid #3c3c3c;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#de_lang{
	border-right:1px solid #3c3c3c;
}

#languages a.lang:hover{
	color:#fff;
	padding-top:10px;
}


#additional_headers{
	float:right;
	font-size:12px;
	margin-right:20px;
	color:#939598;
}

#additional_headers a{
	display:block;
	float:left;
	
	font-weight:bold;
	
	color:#939598;
	
	line-height:27px;
	
	padding:0px 20px 0px 10px;
	height:25px;
	
	border-left:1px solid #3c3c3c;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#additional_headers a:hover{
	color:#fff;
}

#additional_headers a#newsletter{
	background:url(/images/star_icon.png) left no-repeat;
	background-position:7px 5px;}

#additional_headers a#facebook{
	background:url(/images/fb_icon.png) left no-repeat;
	background-position:7px 5px;
}

#additional_headers a#youtube{
	background:url(/images/youtube_icon.png) left top no-repeat;
	background-position:7px 1px;
	background-size: 80% auto;
	
	width: 25px;
}

#additional_headers a#linkedin{
	background:url(/images/in_icon.png) left no-repeat;
	background-position:7px 5px;
}

#additional_headers a#pinterest{
	background:url(/images/pin_icon.png) left no-repeat;
	background-position:7px 6px;
}

.vert_mid{
	display: table-cell;
	vertical-align: middle;
	
}

.footer_btn{
	display: inline-block;
	height: 12px;
	
	text-align: center;
	/*background: url('../images/white_10.png') repeat;*/
	padding: 10px 15px 8px 15px;
	color: #bfa37a;

	text-transform: uppercase;
	font-size: .7rem;
	line-height: .7rem;
	font-weight: 800;
	
	margin: 0 10px;
	
	border: 2px solid #bfa37a;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	border-radius: 5px;
}

.footer_btn:hover{
	padding: 10px 20px 8px 20px;
}

.foot_third{
	width: 33%;
	float: left;
	min-height: 148px;
	
	padding-top: 70px;
	text-align: center;
}

#mm{
	margin:0px 0px 0px 40px;
	width: 650px;
	height: 70px;
	float: left;
	overflow: hidden;
}

#main-menu ul li{
	display:block;
	float:left;
	
	height: 22px;
	
	margin:5px 3px;
}

#main-menu a{
	display:block;
	float:left;
	
	height:12px;
	
	padding:7px 15px;
	
	font-size:12px;
	background:#3d3c3c;
	border:1px solid #565656;
	
	font-weight:bold;
	
	-webkit-border-rasdius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:inset 0px 0px 5px 0px rgba(0,0,0, 0.5);
	-webkit-box-shadow:inset  0px 0px 5px 0px rgba(0,0,0, 0.5);
	box-shadow:inset  0px 0px 5px 0px rgba(0,0,0, 0.5);
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
	
}

#main-menu a:hover {
	-moz-box-shadow:inset 0px 0px 15px 0px rgba(0,0,0, 0.6);
	-webkit-box-shadow:inset  0px 0px 15px 0px rgba(0,0,0, 0.6);
	box-shadow:inset  0px 0px 15px 0px rgba(0,0,0, 0.6);
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

#mm .open_submenu:hover > ul.mm_submenu {
	
}

#mm .open_submenu .mm_submenu{
	position: absolute;
	clear: both;
	display: none;

	width: 165px;
	margin-top: 20px;
	margin-left: -35px;
	
	padding-top: 10px;
	
	z-index: 5;
	
	
}

#mm .mm_submenu li {
		display: block;
		width: 155px;
		height: 25px;
		
		float: left;
		overflow: hidden;
		
		border: 0;
		margin: 1px 0px;
}

#mm .mm_submenu li a{
		display: block;
		background: url('../images/black_80.png') repeat;
		background: rgba(0, 0, 0, .9);
		width: 155px;
		height: 20px;
		
		text-transform: uppercase;
		font-size: 12px;
		
		float: left;
		
		border: 0;
		
		text-align: center;
		padding: 5px 0px 0px 0px;

		
		-webkit-border-radius:0px;
		-moz-border-radius:0px;
		-o-border-radius:0px;
		border-radius:0px;
		
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}

#mm .mm_submenu li a:hover{
	padding: 5px 10px 0px 10px;
	
	background: url('../images/yellow_90.png') repeat;
	background: rgba(199, 179, 151, .9);
	
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#prevadzka_bcg{
	overflow: hidden;
	display: block;
	float: left;
	width: 1002px;
	height: 359px;

	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;

}




#prevadzka_left_arrow{
	width: 136px;
	height: 78px;
	float: left;
	background: url('../images/left_arrow.png') no-repeat;
	cursor: pointer;
	
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	-ms-transition: background .3s ease-in;
	transition: background .3s ease-in;
}

#prevadzka_left_arrow:hover{
	background: url('../images/left_arrow_hover.png') no-repeat;
}

#prevadzky_container{
	width: 728px;
	height: 78px;
	float: left;
	
	position: relative;
	overflow: hidden;
	

}

#prevadzky{
	position: relative;
	width: 5000px;
	height: 78px;
}

.prevadzka{
	display:block;
	width:90px;
	height:73px;
	text-align:center;
	padding:10px 0;
	position: relative;
	float: left;
}

.prevadzka img {
	max-width:65px;
	max-height:90px;
}


#prevadzka_right_arrow{
	width: 136px;
	height: 78px;
	float: left;
	
	background: url('../images/right_arrow.png') no-repeat;
	cursor: pointer;
	
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	-ms-transition: background .3s ease-in;
	transition: background .3s ease-in;
	
}

#prevadzka_right_arrow:hover{
	background: url('../images/right_arrow_hover.png') no-repeat;
}

#prevadzka_data_container {
	width: 1002px;
	height: 359px;
	
	margin-top: -359px;
	
	position: relative; 
}

.prevadzka_data{
	width: 1002px;
	height: 359px;
	
	overflow: hidden;
	
	position: relative;
}

.prevadzka_content{
	width: 700px;
	height: 250px;
	float: none;
	padding: 1px 0;
	clear: both;
	position: relative;

}

.subrests {
width:100%;
overflow:hidden;
}

#rezervacie_kontakt_content{
	width: 90%;
	margin: 10px auto;
	font-size: 14px;
}

#rezervacie_kontakt_content img{
	border-radius: 5px;
}

#rezervacie_kontakt_content p a{
	text-decoration: underline;
	 color: #c7b397;
}

input{
	
	border: 0;
	/*text-transform: uppercase;*/
	float: left;
	
	display: block;
	width: 205px;
	
	margin: 5px 5px;
	
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	font-size: 10px;
	
	-webkit-transition: background .5s ease-in;
	-moz-transition: background .5s ease-in;
	-o-transition: background .5s ease-in;
	-ms-transition: background .5s ease-in;
	transition: background .5s ease-in;
}



.long_input{
	background: url('../images/yellow_50.png') repeat;
	background: rgba(199, 179, 151, .5);

	width: 170px;
	height: 25px;
	color: white;

	padding: 0px 20px 0px 20px;
}

.longest_input{
	background: url('../images/yellow_50.png') repeat;
	background: rgba(199, 179, 151, .5);

	width: 255px;
	height: 25px;
	color: white;

	padding: 0px 20px 0px 20px;
}

.short_input{
	background: url('../images/yellow_50.png') repeat;
	background: rgba(199, 179, 151, .5);

	width: 103px;
	height: 25px;
	color: white;
	
	padding: 0px 20px 0px 20px;
}


.drop_input{
	background: url('../images/yellow_50.png') repeat;
	background: rgba(199, 179, 151, .5);
	
	width: 103px;
	height: 25px;
	color: white;
	
	padding: 0px 20px 0px 20px;
}

.drop_input_long{
	background: url('../images/yellow_50.png') repeat;
	background: rgba(199, 179, 151, .5);
	
	width: 180px;
	height: 25px;
	color: white;
	
	-webkit-appearance: none;

	border: 0;
	display: block;
	background-image: url('../images/dk_arrows_white.png');
	background-repeat: no-repeat;
	background-position: 5% 50%;

	border-radius: 5px;

	padding: 0px 20px 0px 20px;
}

select::-ms-expand {
    display: none;
}


.date_input{
	background: url('../images/yellow_50.png') repeat;
	background: rgba(199, 179, 151, .5);

	width: 103px;
	height: 25px;
	color: white;
	
	padding: 0px 20px 0px 20px;
}

.date_input_long{
	background: url('../images/yellow_50.png') repeat;
	background: rgba(199, 179, 151, .5);

	width: 170px;
	height: 25px;
	color: white;
	
	padding: 0px 20px 0px 20px;
}

textarea.txt {
	display: block;
	width: 170px;
	height: 155px;
	
	padding: 5px 20px;
	
	float: left;
	
	font-family: 'PT Sans Narrow', sans-serif;
	overflow: auto;
	font-size: 14px;
	
	color: white;
	background: url('../images/yellow_30.png') repeat;
	background: rgba(199, 179, 151, .5);
	
	margin: 5px 5px;
	
	border: 0;
	
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	border-radius:5px;
}

span.important{
	display: block;
	text-align: center;
	
	color: white;
	
	width: 15px;
	height: 15px;
	
	float: left;
	
	margin-right: 5px;
	
	font-size: 13px;
	
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	-o-border-radius:2px;
	border-radius:2px;
	
	background: #e9471a ;
} 

.submit{
	width: 75px;
	height: 25px;
	color: black;
	
	background: url('../images/submit_btn.png') no-repeat;
}

.submit_long{
	display: block;
	width: 210px;
	height: 25px;
	color: black;
	
	text-align: center;
	
	background: url('../images/submit_btn_long.png') no-repeat;
}

.filter_long{
	display: block;
	width: 210px;
	height: 25px;
	color: white;
	
	text-transform: uppercase;
	text-align: center;
	
	background: url('../images/white_10.png');
}

.filter_short{
	display: block;
	width: 160px;
	height: 25px;
	color: white;
	
	text-transform: uppercase;
	text-align: center;
	
	background: url('../images/white_10.png');
}

#menu_program_content{
	padding: 20px 50px 20px 70px;
	font-size: 12px;
}

#menu_program_content a span{
	text-decoration: underline;
	 color: #c7b397;
}



#menu_program_content a img{
	border: 3px solid #fff;
}

.menu_btn_container {
	display: block;
	
	width: 170px;
	height: 15px;
	
	background: url('../images/yellow_30.png') repeat;
	background: rgba(199, 179, 151, .3);
	
	padding: 5px 10px;
	font-size: 12px;
	margin: 2px 0px 2px 0px;
	
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
}

.daily_menu_btn {
	display: block;
	
	width: 300px;
	height: 30px;
	
	background: url('../images/yellow_30.png') repeat;
	background: rgba(199, 179, 151, .3);
	
	padding: 10px 10px;
	font-size: 12px;
	margin: 35px 0px 2px 0px;
	
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
}

.daily_menu_btn span{
	 color: #c7b397;
}



.menu_btn{
	width: 170px;
	height: 15px;
	display: block;
	float: left;
}

.menu_btn span{
	width: 20px;
	height: 15px;
	display: block;
	float: right;
	color: #c7b397;
	text-decoration: underline;
}

#home_slideshow {
	width: 510px;
	height: 180px;
	overflow: hidden;
}

#indi{
	width: 50px;
	height: 20px;
	margin: 0 auto;
}

#indi a { 
display: block;
width: 5px;
height: 5px;
float: left;
overflow: hidden;

text-indent: -2000px;
margin: 10px 2px;

background: #cac8c6;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-o-border-radius:15px;
border-radius: 15px;
}

#indi a.activeSlide { 
background: #80aaaf ;
}

#indi a:focus { 

}

#container_vseobecne{
	margin: 0px 0px 0px 530px;
	padding-top: 15px;
	height: 245px;
	width: 400px;
}

.data_container li{
	display: block;
	float: left;
}

.prevadzka_data .prevadzka_sub_nav{
	width: 670px;/*700*/
	height: 40px;/*210*/
	
	padding: 10px 0px 0px 30px;

	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	
	background: url('../images/black_50.png') repeat;
	background: rgba(0, 0, 0, .5);
}

.data_container .prevadzka_adresa a {
	text-decoration: underline;
}

.data_container .prevadzka_meno{
	display: block;
	text-transform: uppercase;
	color: white;
	font-weight: 800;
	font-size: 24px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-right: 150px;
	display: block;
	
	background: url('../images/black_50.png') repeat;
	background: rgba(0, 0, 0, .5);
}


.data_container .prevadzka_adresa{
	display: block;
	
	color: #ddd;
	font-size: 13px;
	font-weight: 800;
	display: block;
	text-align: left;
	
	float: left;
	
	padding: 10px;
	margin: 0px 0px 5px 0px;
	
	background: url('../images/black_50.png') repeat;
	background: rgba(0, 0, 0, .5);
}

.data_container p.prevadzka_popis{
	display: block;
	width: 400px;
	float: left;
	
	color: #ddd;
	font-size: 14px;
	text-align: left;
	
	padding: 10px;
	margin: 5px 0px;
	margin-right: 100px;
	
	background: url('../images/black_50.png') repeat;
	background: rgba(0, 0, 0, .5);
}

.prevadzka_data_item{
	padding: 5px 10px;

	margin: 5px 10px 5px 0;
	display: block;
	font-weight: 800;
	letter-spacing: 1px;
	float: left;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	text-transform: uppercase;
	cursor: pointer;
	
	background: url('../images/black_70.png') repeat;
	background: rgba(0, 0, 0, .7);
	
	font-size: 11px;
}

.prevadzka_sub_nav .prevadzka_data_item{
	padding: 5px 10px;

	margin: 5px 10px 5px 0;
	display: block;
	float: left;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	text-transform: uppercase;
	cursor: pointer;
	
	background: url('../images/yellow_50.png') repeat;
	background: rgba(191,179,151, .5);
	
	font-size: 11px;
}

.fb_cls{
	padding: 5px 10px;

	margin: 5px 10px 5px 0;
	display: block;
	float: left;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	text-transform: uppercase;
	cursor: pointer;
	
	background: url('../images/blue_70.png') repeat;
	background: rgba(58, 89, 152, .7);
	
	font-size: 11px;
}

.sub_rest{
	padding: 5px 10px;

	margin: 5px 10px 5px 0;
	display: block;
	float: left;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	text-transform: uppercase;
	cursor: pointer;
	
	background: url('../images/black_70.png') repeat;
	background: rgba(0, 0, 0, .7);
	
	font-size: 11px;
}

.return{
	display: block;
	width: 110px;
	height: 20px;
	
	float: left;
	
	text-align: center;
	
	text-transform: uppercase;
	background: url(/images/return.png) no-repeat;
	
	padding: 6px 10px 0px 10px;
	font-size: 12px;
	
	cursor: pointer;
	
	color: #c7b397;
	
	margin-top: 2px;
	
	position: relative;
	z-index: 2;
	
}


.prevadzka_inner{
	width: 700px;/*700*/
	height: 60px;/*210*/
	
	margin: 10px 0px 10px 150px;
	
	overflow: hidden;
	display: none;
	text-align: left;
	
	
	
	background: url('../images/black_70.png') repeat;
	background: rgba(0, 0, 0, .7);
	
	border-radius: 10px;
}

.prevadzka_inner h1{
text-transform: uppercase;
	display: block;
	clear: both;
	float: none;
	color: #fff;
	font-size: 1rem;
	margin: 10px 0;
	
	font-weight: 700;
}

.prevadzka_inner h1 span{
	color: #c5a87d;
}

.prevadzka_inner h2{
text-transform: uppercase;
	color: #cab187;
	font-size: 15px;	
	margin-bottom: 10px;
	text-align: left;
}

.prevadzka_inner p{
	font-size: 13px;
	color: white;
	margin: 10px 0px;
}

.prevadzka_gallery{
	clear: both;
	width: 500px;
	height: 180px;
	
	text-align: center;
	
	padding: 20px 20px 20px 20px;
	
	margin: 0px 0px 0px 80px;
}

.prevadzka_gallery a{
	display: block;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.prevadzka_gallery a img{
	
	width: 70px;
	height: 50px;
	overflow: hidden;
	
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	margin: 3px;
}

.subrest_v_half a img{
	width: 70px;
	height: 50px;
	overflow: hidden;
	
	border: 0;
	
	margin: 3px;
}

.news_arrow_left{
	overflow: hidden;
	cursor: pointer;
	width: 60px;
	height: 200px;
	background: url('../images/news_left_arrow.png') no-repeat;
	float: left;
	position: relative;
}

.news_arrow_right{
	overflow: hidden;
	cursor: pointer;
	width: 60px;
	height: 200px;
	background: url('../images/news_right_arrow.png') no-repeat;
	float: left;
	position: relative;
}

#small_menu{
	float:right;
	display:block;
	width:250px;
	
	margin-right:20px;
}

.gallery {
margin-bottom:20px;
}

.gallery img.item {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin:3px;
}

#news_container {
	width: 85%;
	margin: 0 auto;
	height: 200px;
	clear: both;
}

.news_data_container {
	width: 100%;
	float: left;
	display: table;
}

.news_data_container div{
	width: 100%;
	height: 170px;
	display: block;
	
	margin: 0 auto;
	padding-top: 30px;
	
	text-transform: uppercase;
	text-align: left;
}

.news p a{
	text-decoration: underline;
	font-weight: bold;
	color: #c7ab82;
}

.news img{
	margin: 10px;
}

#small_menu a{
	float:left;
	border:0;
	
	background: url('../images/white_10.png');
	background:rgba(255,255,255, .1);
	
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#small_menu a:hover{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#loading{
	text-align: center;
	width: 150px;
	height: 50px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 130px;
	color: #a4a4a4;
}

#loading_akcie{
	text-align: center;
	width: 30px;
	height: 50px;
	
	overflow: hidden;
	text-transform: uppercase;
	margin: 0 auto;
	color: #a4a4a4;
}

#akcie_date_filter{
	text-transform: uppercase;
}

.bottom_article{
	width: 390px;
	float: left;
	overflow: hidden;
	
	margin: 0px 0px 50px 0px;
}

.bottom_article_date{
	background:url('../images/calendar.png') top no-repeat;
	width: 88px;

	float: left;
	overflow: hidden;
	
	color: white;
	font-weight: bold;
	
	-moz-text-shadow:1px 1px 0px #6a6a6a;
	-webkit-text-shadow:1px 1px 0px #6a6a6a;
	text-shadow:1px 1px 0px #6a6a6a;
	
	display: table-cell;
	vertical-align: middle;
}

.heading{
	width: 100%;
	padding-bottom: 5px;
	clear: both;
	overflow: hidden;
}

.heading h2{
	display:block;
	overflow: hidden;
	position: relative;
	float: left;
	
	color: #c8b28f;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
	
	margin-right: 10px;
}

.line{
	position: relative;
	display: block;
	height: 8px;
	
	float: right;
	
	border-bottom: 1px solid #857c6f;
}

.calendar_day{
	font-size: 65px;
	
	text-align: left;
	
	display: block;
	width: 75px;
	height: 79px;
	
	color: white;
	
	padding: 2px 0px 0px 13px;

}

.calendar_day span{
	display: block;
	position: absolute;
	z-index: 12;
	width: 60px;
	height: 31px;
	border-bottom: 3px solid #191919;
}

.calendar_month{
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 30px;
}

.calendar_year{
	display: block;
	font-size:18px;
	color:#ccc;
	text-align: center;
}

.bottom_article_content{
	overflow: hidden;
	width: 287px;
	padding: 0px 0px 0px 15px;
}

.bottom_article_content h2{
	color: #c8b28f;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 800;
}

.bottom_article_content p{
	font-size: 14px;
	color: #d9d9d9;
	
	margin: 5px 0px 10px 0px;
}

.bottom_article_content img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
	/*-webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	filter: grayscale(60%);*/
	
	
}

.bottom_article_content:hover img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

.read_more{
	display: block;
	height: 12px;

	text-align: center;
	/*background: url('../images/white_10.png') repeat;*/
	background: /*rgba(255,255,255, .1)*/ url('../images/more_arrow.png') left no-repeat;
	padding: 10px 15px 8px 25px;
	
	float: left;
	text-transform: uppercase;
	font-size: .7rem;
	line-height: .7rem;
	font-weight: 800;
	
	border: 2px solid #747474;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	border-radius: 5px;
}

.read_more:hover{
	padding: 10px 20px 8px 30px;
}



.press_btn{
	display: block;
	width: 75px;
	height: 12px;

	text-align: center;
	
	background: url('../images/yellow_30.png') repeat;
	background: rgba(191,179,151, .3);
	padding: 10px 0px 8px 0px;
	
	margin: 0px 0px 0px 10px;
	
	float: left;
	text-transform: uppercase;
	font-size: .7rem;
	line-height: .7rem;
	font-weight: 800;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	border-radius: 5px;
}


.bottom-prevadzky-filter{
	width: 390px;
	min-height: 60px;
	clear: both;
	border-top: 1px solid #857c6f;
	padding: 10px 0;
	text-align: left;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
}



.bottom-prevadzky-filter:last-child{
	border-bottom: 1px solid #857c6f;
}

#bottom-prevadzky-container{
	height: 50px;
	width: 390px;
	float: left;
	
	border-bottom: 1px solid #857c6f;
	
	padding-top: 20px;
	
	text-align: center;
	
	
}

.prevadzky-filter-all{
	display: block;
		width: 75px;
		height: 12px;
	
		text-align: center;
		
		background: url('../images/white_10.png') repeat;
		background: rgba(255,255,255, .1);
		padding: 8px 0px 5px 0px;
		
		float: left;
		text-transform: uppercase;
		font-size: 10px;
		
		margin-top: 7px;
		cursor: pointer;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius:5px;
		border-radius: 5px;
}

.prevadzky-filter{
	display: block;
	padding: 5px 5px;
	float: left;

	color: #c5a87d;
	text-decoration: underline;
	
	font-size: 11px;
	text-transform: uppercase;
	
	cursor: pointer;
}

.bottom-akcia{
	display: block;
	width: 390px;
	height: 20px;
	
	border-bottom: 1px solid #857c6f;
}

#filter-prevadzky {
	width:315px;
	float: left;
}

.prevadzka-event-weekend{
	display: block;
	width: 390px;
	padding-top:7px;
	padding-bottom:7px;

	text-transform: uppercase;
	font-size: 12px;
	float: left;
	
	border-bottom: 1px solid #857c6f;
	
	background: url('../images/yellow_30.png') repeat;
	background: rgba(191,179,151, .2);
}

.prevadzka-event{
	display: block;
	width: 390px;
	padding-top:7px;
	padding-bottom:7px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid #857c6f;
	overflow:hidden;
}

.prevadzka-event-weekend span{
	color: #d2bc9b;
}

.prevadzka-event span{
	color: #d2bc9b;
}

.event-logo{
	margin:auto 10px;
	width: 30px;
	height: 30px;
	float: left;
}

.prevadzka-event div{
	
}

.calendar_prevadzka{
	width: 100%;
	float: left;
	padding-bottom:15px;
}
.calendar_prevadzka_logo{
	float: left;
	padding-top: 20px;
	width: 144px;
	height: 130px;
}

.calendar_program{
	width: 117px;
	height: 170px;
	display: block;
	text-align: center;
	float: left;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	
	margin-left: 20px;
}

.calendar_program span{
	color: #d2bc9b ;
	text-decoration: underline;
}

.calendar_program img{
	float: left;
}

.calendar_program span.program-thumb {
	display:block;
	float:left;
	width:120px;
	height:130px;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 130px;
	border:3px solid white;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	margin-bottom: 10px;
}


.calendar_prevadzka_timetable {
	float: left;
	width: 530px;
	
	
	padding-top: 20px;
}

.calendar_prevadzka_timetable li{
	font-weight: bold;
	font-size: 12px;
	margin: 2px;
	
	padding: 5px 0px 5px 10px;
	
	text-transform: uppercase;
	
	display: block;
	
	width: 215px;
	height: 15px;
	
	float: left;
	color: white;
	
	margin-left: 35px;
}

.calendar_prevadzka_timetable li span{
	color: #d2bc9b ;
	
}

.calendar_prevadzka_timetable li.event_day_weekend{
	display: block;
	float: left;
	height: auto;
	background: url('../images/yellow_30.png') repeat;
	background: rgba(197, 168, 125, .2);
	
	width: 500px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.calendar_prevadzka_timetable li.event_day{
	display: block;
	float: left;
	height: auto;
	
	width: 500px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#press_page_menu {
	width: 150px;
	height: 100%;
	float: left;
	position: relative;
}

#press_page_menu li{
	display: block;
	text-align: right;
	
	float: left;
	width: 150px;
	height: 30px;
}

#press_page_menu li{
	width: 150px;
	height: 30px;
	
	display:block;
	
	padding-bottom: 8px;
	
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#press_page_menu li a{
	padding: 10px 40px 0px 0px;
	width: 110px;
	height: 30px;
	
	display:block;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
}

#press_page_menu li:hover{
	background: url('../images/black_30.png') repeat;
	background: rgba(0,0,0,0.3) ;
	-moz-box-shadow:inset  0px 0px 20px 0px rgba(0,0,0, 0.5);
	-webkit-box-shadow:inset  0px 0px 20px 0px rgba(0,0,0, 0.5);
	box-shadow:inset  0px 0px 20px 0px rgba(0,0,0, 0.5);
}

#press_page_menu li.active{
	background: url('../images/black_30.png') repeat;
	background: rgba(0,0,0,0.3) ;
	-moz-box-shadow:inset  0px 0px 20px 0px rgba(0,0,0, 0.5);
	-webkit-box-shadow:inset  0px 0px 20px 0px rgba(0,0,0, 0.5);
	box-shadow:inset  0px 0px 20px 0px rgba(0,0,0, 0.5);
}

#press_page_menu li:hover a{
	color: #c5a87d;
}

#press_page_menu li.active a{
	color: #c5a87d;
}

/*#napisali_o_nas{
	background: url('../images/pen_icon.png') no-repeat right;
}

#spravy{
	background: url('../images/bubble_icon.png') no-repeat right;
}

#kontakty_pre_media{
	background: url('../images/id_icon.png') no-repeat right;
}*/

#career_page_content{
	width:850px;
	height: 100%;
}

.career_page_preview{
	width: 400px;
	float: left;
	margin-left:15px;
	margin-top:20px;
}

.career_page_perex {
	width: 400px;
	overflow: hidden;
	float: left;
}

	.career_page_perex h3{
		color: #c5a87d;
		font-weight: bold;
		font-size: 25px;
		padding-bottom:5px;
		margin-bottom:5px;
		border-bottom:1px solid #505050;
	}
	
	.career_page_perex h3 a{
		color: #c5a87d;
	}

#press_page_content{
	width: 630px;
	height: 100%;
	float: left;
	overflow: hidden;
	
	border-left: 1px solid #808080;
	
	padding-left: 30px;
}

.press_page_preview{
	width: 630px;
	height: 200px;
	overflow: hidden;
	float: left;
}

.press_page_perex {
	width: 400px;
	overflow: hidden;
	float: left;
}

.press_page_perex h3{
	color: #c5a87d;
	font-weight: bold;
	font-size: 25px;
}

.press_page_perex h3 a{
	color: #c5a87d;
}

a.press_page_preview_image{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	display: block;
	float: left;
	
	overflow: hidden;
	
	width: 180px;
	height: 140px;
	
	-moz-box-shadow:  0px 0px 20px 0px rgba(0,0,0, 0.5);
	-webkit-box-shadow:  0px 0px 20px 0px rgba(0,0,0, 0.5);
	box-shadow:  0px 0px 20px 0px rgba(0,0,0, 0.5);
	
	margin-right: 30px;
}

.press_page_author_date{
	color: white;
	font-size: 12px;
}

.press_page_author_date span{
	color: #c5a87d;
}

.back{
	display: block;
	height: 12px;

	text-align: center;
	
	background: url('../images/white_10.jpg') repeat;
	background: rgba(255,255,255, .1) url('../images/back_arrow.png') left no-repeat;
	padding: 8px 10px 5px 20px;
	
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	border-radius: 5px;
}


#article_page_content{
	width: 850px;
	height: 100%;
	float: left;
	overflow: hidden;
}

#article{
	width: 850px;
	height: 100%;
	float: left;
	overflow: hidden;
	
	border-left: 1px solid #808080;
	
	padding-left: 30px;
}

.text { margin-top:30px; color:#ccc; line-height: 1.35;}

.text ul {
color:white;
margin:15px;
list-style-type:square;
color:#ccc;
}

.text h3 {
margin-top:25px;
margin-bottom:20px;
}

.text img { float:none; overflow:hidden; }

.text ul li {
padding:5px 3px;
margin-bottom:1px;
background-color:rgba(255,255,255,0.05);
}

.text strong, .text b{
	font-weight: 700;
}

.text tr td{
	padding: 0 10px;
	overflow: hidden;
}

.text tr td:first-of-type{
	padding-left: 0;
}

.text tr td:last-of-type{
	padding-right: 0;
}

.text tr td img {
	border-radius: 10px;
}

.article_page_content{
	width: 850px;
	overflow: hidden;
	float: left;
}

#bottom_half h3{
	color: #c5a87d;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

#bottom_half h2{
	color: #c5a87d;
	font-size: 15px;
	text-transform: uppercase;
}

.article_page_content h4{
	color: #c5a87d;
	font-weight: bold;
	font-size: 25px;
	
	margin: 25px 0px 15px 0px;
}

.article_page_main_image{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	float: right;
	display: block;
	
	width: 180px;
	height: 140px;
	
	-moz-box-shadow:  0px 0px 20px 0px rgba(0,0,0, 0.5);
	-webkit-box-shadow:  0px 0px 20px 0px rgba(0,0,0, 0.5);
	box-shadow:  0px 0px 20px 0px rgba(0,0,0, 0.5);
	
	margin: 30px;
}

.article_page_author_date{
	color: white;
	font-size: 12px;
}

.article_page_author_date span{
	color: #c5a87d;
}

#article_page_navigation{
	width: 850px;
	height: 50px;
	float: left;
}

#article_page_gallery{
	width: 850px;
	
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	background: url('../images/article_gal_shade.png') no-repeat top;
}

.article_gallery{
	float: left;
	padding-top: 30px;
	margin-top: 20px;
	background: url('../images/gallery_bcg.png') no-repeat;
}

.article_gallery a {
	border: 3px solid #fff;
	max-height: 55px;
	
	overflow: hidden;	
	display: block;
	float: left;
	
	margin: 5px;
	
}

.article_gallery a img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	border-radius: 5px;
}

#article_page_gallery a{
	display: block;
	border: 3px solid #fff;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	max-height: 70px;
	height: 70px;
	overflow: hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	border-radius: 5px;
}

#article_page_gallery a img{
	height: 100%;
	width: auto;
}

#formular_page_part{
	width: 250px;
	padding: 50px 20px 50px 0px;
	
	float: left;
	height: 100%;
	
	border-right: 1px solid #68635c;
}

#formular_page_form{
	float: left;
	width: 460px;
	
	padding: 30px 0px 0px 30px;
}

#formular_page_form td{
	float: left;
	width: 50%;
}

p.success{
	color: #c5a87d;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.subrest_v_half {
	width: 50%;
	height: 110px;
	margin-left: 20px;
	float: left;
	color: white;
}

.content_table{
	width: 100%;
	font-size: 11px;
}

.content_table strong{
	font-weight: bold;
}

.text .content_table tr td {
	border-bottom: 1px solid #333;
	padding: 10px;	
}

.content_table td span,.content_table td p{
	color:#ccc;
	font-family: 'PT Sans Narrow', sans-serif;
}

.content_table td a span{
	color: white;
}



.content_table .table_header td{
	background: #c2a572;
	width: 100%;
	padding: 5px 0;
	font-weight: bold;
	vertical-align: middle;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content_table .table_header td span{
	color: white;
}

.content_table .table_header_bld td {
	font-weight: 800;
}

.content_table .table_header_bld td span{
	color: #c2a572;
}

.system-info {
color:white;
font-family: 'Trebuchet MS', sans-serif;
font-size:11px;
background-color:#383838;
padding:15px;
border:5px solid #4F4F4F;
}

.system-info p { font-weight:bold; }

.system-info ol {
list-style-type:decimal-leading-zero;
margin-left:30px;
}

.system-info ol li {
line-height:20px;
color:#ccc;
}

.system-info ol li span {
color:#e5e5e5;
font-weight:bold;
}

.system-info ol li span a {
text-decoration:underline;
}

#vseobecne{
	display: table-cell;
	vertical-align: middle;
}

.container_vseobecne{
	display: inline-block;
}


