/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(../img/layout/body-bg.jpg) top center no-repeat fixed #000; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8125em; 
	line-height:1.384em;
	color:#5c5c5c;
	min-width:1000px;
}
html { min-width:1000px;}
html, body { height:100%;}


p {}
.pad {
	padding-top:30px;
}
.pad1 {
	padding-top:14px;
}
.pad2 {
	padding-top:24px;
}

.strong { font-weight: bold; }

a {
	color:#d6a300; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

#logo {
	width: 980px;
	position: relative;
	height: 115px;
}
	#logo a {
		position:absolute;
		top: 0; left: 400px;
		display:block;
		text-indent:-5000px;
		height:115px;
		width:180px;
		background:url(../img/layout/logo.png) left top no-repeat;
	}

#social {
	position: absolute;
	top: 100px;
	right: 40px;
}

#social a {
	margin-left: 15px;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	color:#320942;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
	.h3-pad {
		padding-bottom:28px;
	}
	.h3-pad1 {
		padding-top:50px;
	}
	.h3-pad2 {
		padding-top:40px;
	}
/* Global Structure ============================================================= */
#main {
	margin: 0 auto;
	width: 980px; }

	/* Header */
	header{
		position: relative;
		height:54px;
	}
			
	/* Footer */
	footer{
		height:52px;
		background:url(../img/layout/footer-bg.png) repeat;
		border:1px solid #000;
		border-bottom:none;
	}
	
	div.footer_partners {
		background-color: #F3EFEB;
		width: 100%;
		/* margin-top: 3px; */
		margin-bottom: 3px;
	}
	
	div.footer_partners img {
		margin-right: 30px; 
		border: 0;
	}
	
	div.footer_partners img.last {
		margin-right: 0px;
	}
	
	div.footer_partners .pad {
		padding: 15px 10px 15px 30px;
	}
	
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}
.col-4, .col-5, .col-6 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent {
	width: 105px;
	margin:0 20px 0 0; 
	float:left;
}
.extra-wrap { 
	overflow:hidden;
}

/*===== header =====*/
header section { height: 54px;
	background:url(../img/layout/header-bg.png) left top no-repeat;
}

/*===== content =====*/
.gallery {
	background:url(../img/layout/gallery-bg.png) repeat;
	border:1px solid #000;
	padding:23px 0 21px 0px;
	margin-top:3px;
}
	.gallery img {
		margin-left:1px;
	}

.content {
	background:#f3efeb;
	margin-top:4px;
	width:100%;
}
	.content .indent {
		padding:28px 20px 39px 31px;
	}
#content {
	padding-bottom:3px;
}
.null {
	margin:0;
}
/*----------col-pad	---------*/
.content .col-pad {
	padding-right:36px;
}
.content .col-pad1 {
	padding-right:50px;
}

.row .col-pad {
	padding-right:38px;
}
.row .col-pad1 {
	padding-right:44px;
}
.row .col-pad2 {
	padding-right:34px;
}
/*---------*/
.list{
}
.list li, .content li {
	background:url(../img/layout/list-marker-dark.gif) left 9px no-repeat;
	line-height:1.846em;
	padding-left:18px
}
.row .list li, .row li {
	background:url(../img/layout/list-marker-lite.gif) left 9px no-repeat;
	line-height:1.846em;
	padding-left:18px
}
	
.price-list {
}
	.price-list li {
		width: 100%; 
		overflow: hidden;
		vertical-align: top; 
		line-height: 1.846em;
		color:#fff;
	}
		.price-list li strong {
			background: url(../img/layout/line-hor.gif) repeat-x 0% 16px;
			display: block;	
			overflow: hidden;
		}
		.price-list li span {
			float: right;
			color: #d6a300;
		}
		.price-list li a {
			float: left;
			text-decoration: none;
			color: #fff;
		}
			.price-list li a:hover {
				color:#999;
			}

.title, h4.panel_title a {
	font-weight: bold;
	color:#320942;
}
.panel_text { padding-top: 5px; }
.panel_text a {
	color:#5c5c5c;
	text-decoration: none;
}
.panel_text a:hover { text-decoration: underline; }
.text {
	color:#d6a300;
}

.phone {
	display:inline-block;
	width:95px;
}
/*-----links----------*/
.link {
	background:url(../img/layout/link-left-bg.png) left top no-repeat;
	display:inline-block;
	line-height:1.55em;
	text-decoration:none;
	margin:20px 0 0 0px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	font-size:0.92em;
}
.link.lite {
	background-image:url(../img/layout/link-lite-left-bg.gif);
}
	.link span {
		background:url(../img/layout/link-right-bg.png) right top no-repeat; 
		display:inline-block;
		padding:0 4px 0 4px;
	}
	.link.lite span {
		background-image:url(../img/layout/link-lite-right-bg.gif);
	}
	
		.link span span  {
			background:url(../img/layout/link-tail-bg.png) top repeat-x;
			padding:6px 10px 6px 10px;
		}
		.link.lite span span  {
			background-image:url(../img/layout/link-lite-tail-bg.gif);
		}

			.link:hover {
				background:url(../img/layout/link-left-bg-hover.png) left top no-repeat; 
			}
			.link.lite:hover {
				background-image:url(../img/layout/link-lite-left-bg-hover.gif);
			}
				.link:hover span {
					background:url(../img/layout/link-right-bg-hover.png) right top no-repeat;
				}
				.link.lite:hover span {
					background-image:url(../img/layout/link-lite-right-bg-hover.gif);
				}
					.link:hover span span  {
						background:url(../img/layout/link-tail-bg-hover.png) top repeat-x;
					}
					.link.lite:hover span span  {
						background-image:url(../img/layout/link-lite-tail-bg-hover.gif);
					}
	.link-margin {
		margin-top:10px;
	}
	.link-margin1 {
		margin-top:35px;
	}
	.link-margin2 {
		margin-top:30px;
	}
/*----------row--------*/
.row {
	background:#17041e;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:100%;
}
	.row .indent {
		padding:34px 20px 41px 31px;
	}
		.row .padding {
			padding:28px 20px 37px 31px;
		}
		.row .padding1 {
			padding-bottom:44px;
		}
.row h3 {
	color: #fff;
	padding-top:24px;
}
/*===== footer =====*/
.policy {
	float:left;
	color:#fff;
	padding:18px 0 0 31px;
}
	.policy a {
		color:#fff;
		text-decoration:none;
	}

.powered {
	float:right;
	padding:12px 20px 0 0;
}
footer a:hover {
	text-decoration:underline;
}

footer .partners {
	float: left;
	margin-left: 31px;
}

footer .partners_links {
	float:left;
	padding:18px 0 0 31px;
}
footer .partners_links a {
	font-size: 12px;
	color: #b48baa;
	text-decoration:none;
}

footer .partners_links a:hover {
	color: #bb84ad;
	text-decoration:underline;
}
	

footer .partners img {
	border: 0;
}
/*----- forms -----*/
#languages {
	float:right;
	padding:19px 14px 0 0;
}
#languages img {
	border: 0;
	padding: 0;
	margin:0 0 0 2px;
}

/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
div { position:relative }
/* Portfolio Slides */
.grid {
	background:#17041e;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px 10px 11px 12px;
	
}
#featured {
	margin:0;
	width:957px;
	height:503px;
	padding:0;
	clear:both;
	overflow:hidden;
	position:relative;
}
	.featured-entry {
		width:5000px; 
		height:503px;
		position:relative;
		overflow:hidden;
	}
		.featured-entry img {
			width:957px;
			height:503px;
		}
		
			a.arrow-right, a.arrow-left {
				cursor:pointer;
				position:absolute;
				bottom:73px;
				padding:0;
				width:73px;
				height:356px }
	
			a.arrow-right {
				right:-73px;
				background:url(../img/layout/arrow-right.gif) center center no-repeat #000;
			}	
			a.arrow-left {
				left:-73px;
				background:url(../img/layout/arrow-left.gif) center center no-repeat #000;
			}
				* html a.arrow-right {
					right:-74px;
				}
			
.slider-block { 
	height:503px; 
	float:left;
	margin:0;
	padding:0
}
/*-----top-bottom-sliders---------*/
.top-slide, .top-slide a:hover, .bottom-slide a:hover, .top-slide h2 a {
	color:#fff
}
		.top-slide, .bottom-slide {
			width:957px; 
			position:absolute; 
			padding:0;
			background:#000000;
			height:74px;
		}
		.bottom-slide a {
			font-weight:bold;
			color:#daab00;
			text-transform:uppercase;
			font-size:0.92em;
			text-decoration:none;
		}
		.top-slide {
			top:-74px;
			left:0 
		}
		.bottom-slide {
			bottom:-74px;
			left:0
		}
		* html .featured-entry .bottom-slide {
			bottom:-76px;
			left:0;
		}
	
	.top-slide h2 { 
		font-size:1.846em;
		line-height:1.2307em;
		color:#fff;
		padding:13px 0 0 20px
	}
		.top-slide h2 em {
			display:block;
			font-size:0.541em;
			color:#daab00;
			font-weight:normal;
			font-style:normal;
			margin-top:-12px
		}
		.top-slide h2 a, .top-slide h2 a:hover { 
			text-decoration:none
		}
		.bottom-slide div {
			padding:20px 150px 0 20px;
			line-height:1.15em;
		}
/*-------------------*/		

.number {
	line-height:1.2307em;
	text-align:right;
	font-size:0.92em;;
	font-weight:bold;
	position:absolute;
	bottom:30px;
	right:30px 
}
	
img.panel_3_top {
	width: 275px;
}

div.hotel_cz_stamp {
	margin-top: 5px;
	width: 155px; padding-top: 65px; margin-left: 55px;
}

fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}

/* reservation */
fieldset {
	padding: 5px 5px 5px 10px;
	border: 1px solid #a8afbd;
}
fieldset p {margin: 0;}
fieldset legend { 
	padding: 2px 5px 2px 5px;
	color: #373c48;
}

fieldset .line {
	margin-bottom: 4px;
}


