		@font-face {
			    font-family: 'cinzelregular';
			    src: url('Cinzel-Regular-webfont.eot');
			    src: url('Cinzel-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			         url('Cinzel-Regular-webfont.woff') format('woff'),
			         url('Cinzel-Regular-webfont.ttf') format('truetype'),
			         url('Cinzel-Regular-webfont.svg#cinzelregular') format('svg');
			    font-weight: normal;
			    font-style: normal;
			
			}
			@font-face {
			    font-family: 'cinzelblack';
			    src: url('Cinzel-Black-webfont.eot');
			    src: url('Cinzel-Black-webfont.eot?#iefix') format('embedded-opentype'),
			         url('Cinzel-Black-webfont.woff') format('woff'),
			         url('Cinzel-Black-webfont.ttf') format('truetype'),
			         url('Cinzel-Black-webfont.svg#cinzelblack') format('svg');
			    font-weight: normal;
			    font-style: normal;
			
			}
		@font-face {
		    font-family: 'cinzelbold';
		    src: url('Cinzel-Bold-webfont.eot');
		    src: url('Cinzel-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		         url('Cinzel-Bold-webfont.woff') format('woff'),
		         url('Cinzel-Bold-webfont.ttf') format('truetype'),
		         url('Cinzel-Bold-webfont.svg#cinzelbold') format('svg');
		    font-weight: normal;
		    font-style: normal;
		
		}
		
		@font-face {
		    font-family: 'cinzel_decorativeblack';
		    src: url('CinzelDecorative-Black-webfont.eot');
		    src: url('CinzelDecorative-Black-webfont.eot?#iefix') format('embedded-opentype'),
		         url('CinzelDecorative-Black-webfont.woff') format('woff'),
		         url('CinzelDecorative-Black-webfont.ttf') format('truetype'),
		         url('CinzelDecorative-Black-webfont.svg#cinzel_decorativeblack') format('svg');
		    font-weight: normal;
		    font-style: normal;
		
		}
		@font-face {
		    font-family: 'cinzel_decorativebold';
		    src: url('CinzelDecorative-Bold-webfont.eot');
		    src: url('CinzelDecorative-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		         url('CinzelDecorative-Bold-webfont.woff') format('woff'),
		         url('CinzelDecorative-Bold-webfont.ttf') format('truetype'),
		         url('CinzelDecorative-Bold-webfont.svg#cinzel_decorativebold') format('svg');
		    font-weight: normal;
		    font-style: normal;
		
		}
		@font-face {
		    font-family: 'cinzel_decorativeregular';
		    src: url('CinzelDecorative-Regular-webfont.eot');
		    src: url('CinzelDecorative-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		         url('CinzelDecorative-Regular-webfont.woff') format('woff'),
		         url('CinzelDecorative-Regular-webfont.ttf') format('truetype'),
		         url('CinzelDecorative-Regular-webfont.svg#cinzel_decorativeregular') format('svg');
		    font-weight: normal;
		    font-style: normal;
			}
			

	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #121212;
		/*font-family: 'Open Sans', sans-serif;*/
		font-family: "cinzelregular";
		font-size: 14pt;
		color: rgba(0,0,0,.6);
	}
	
	h1
	{
		margin: 0;
		padding: 0;
		font-family: "cinzelregular";
	}
	
	h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 200;
		letter-spacing:1px;
		color: #967E3E;
		font-family: "cinzelregular";
	}

	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
		font-family: "cinzelregular";
	}
	
	strong
	{
	}
	
	a
	{
		color: #967E3E;
		/*text-decoration:none;*/
	}
	
	a:hover
	{
		text-decoration: none;
	}
	

	.container
	{
		margin: 0px auto;
		width: 1200px;
	}
	

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .submit
			{
				margin-top: 2em;
				line-height: 1.5em;
				font-size: 1.3em;
			}
		
			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 100%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
	}
	

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 0.8em 2em;
		background:url("../images/zlata-button.png") top center no-repeat;
		line-height: 1.8em;
		letter-spacing: 1px;
		text-decoration: none;
		font-size: 1em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button-small
	{
	}
		

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
		text-align: justify;
	}
	
	.title h2
	{
		font-size: 2.8em;
	}
	
	.title .byline
	{
		display: block;
		padding-top: 0.50em;
		font-size: 1.1em;
		color: rgba(255,255,255,0.7);
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
		padding: 2em 0em 0em 0em;
	}

	#header
	{
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	}
	
	.vlajky {
		float:right;
		width:200px;
		text-align:right;
	}
	
	.vlajky img {
		padding-left:5px;
	}

	
	#logo h1
	{
		display: inline-block;
		margin-bottom: 0.20em;
		line-height: 2.7em;
		padding: 2px 0px 2px 124px; background: url(../images/ukovmi-logo.png) 0px 50% no-repeat;
		font-weight: 200;
		letter-spacing:-1px;
		color: #967E3E; /*91824A;*/
		font-weight:400;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	
	#logo span
	{
		text-transform: uppercase;
		font-size: 0.90em;
		color: rgba(255,255,255,1);
	}

	#logo span a
	{
		color: rgba(255,255,255,0.8);
	}
	
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu-wrapper
	{
		/*background: */ /*#920001; */ /* #340B19; */ /*#967E3E; */
		background:url("../images/blue.png") top center no-repeat;
		background-size: 100% 68px;		
	}

	#menu
	{
	}
	
	#menu ul
	{
		display: inline-block;
		margin: 0;
		padding: 0em 0em;
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu li a, #menu li span
	{
		display: inline-block;
		padding: 1.2em 0.9em;
		text-decoration: none;
		font-family: "cinzelregular";
		font-size: 1.2em;
		letter-spacing:2px;
		outline: 0;
		color: #967E3E;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
	}
	
	#menu .current_page_item a
	{
		color: #333;
	}
	

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		overflow: hidden;
		width: 100%;
		text-align:center;
		height:750px;
	}

	.rotator
	{
		display:inline-block;
		margin: 0px auto;
		width: 1200px;
	}
	
	.slide {
		position: relative; 
		width:1200px;
	}
	
	.slide span { 
	   position: absolute; 
	   top: 420px; 
	   left: 0; 
	   width: 100%; 
	   font-size:3em;
	   color:#FFF;
	   text-shadow: 2px 2px #111;
	   text-align:left;
	   padding: 15px 15px 15px 160px;
	   background: rgba(0, 0, 0, 0.2);
	   width:580px;
	   letter-spacing:1px;
	   font-family: "cinzelregular";
	   text-transform: uppercase;
	}
	
	.slide span strong { 
		padding-left:200px;
	}

	.rotator_company
	{
		position:relative;
		text-align:left;
		margin: 0px auto;	
		margin-left:50px;
	}

	.slide_company{
		position: relative; 
		width:550px;
	}
	
	.slide_company img
	{
		width:550px;
	}
	
/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/


	.wrapper
	{
		overflow: hidden;
		padding: 0em 0em 5em 0em;
		background: #FFF;
	}

	#wrapper1
	{
		background: #FFF;
	}

	#wrapper2
	{
		overflow: hidden;
		background: #000;
		padding: 5em 0em;
		
	}

	#wrapper3
	{
	}
	
	#wrapper4
	{
	}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 1.5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
		text-align: center;
	}
	
	#copyright p
	{
		letter-spacing: 1px;
		font-size: 0.90em;
		color: rgba(255,255,255,0.6);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.8);
	}


	
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio
	{
	
	}
	
	#portfolio .box
	{
		color: rgba(255,255,255,0.9);
	}
	
	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		font-size: 1.2em;
		letter-spacing:1px;
		color: rgba(255,255,255,0.9);
	}

	#portfolio .title
	{
	}

	#portfolio .title h2
	{
		color: rgba(255,255,255,0.9);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 24px;
	}
	
	.column4
	{
		float: right;
	}

	#bannerx
	{
		overflow: hidden;
		width: 100%;
		text-align:center;
	}

	.banner-left {
		display:inline-block;
		margin: 25px auto;
		width: 600px;
		text-align:justify;
		color:#FFFFFF;
		vertical-align:top;
		}
	
	.banner-left h2 { padding-right:50px; }

	.banner-right{
		display:inline-block;
		margin: 25px auto;
		width: 600px;
		text-align:right;
		color:#FFFFFF;
		vertical-align:top;
		}

	.banner-right1{
		display:inline-block;
		margin: 25px auto;
		width: 300px;
		text-align:left;
		color:#FFFFFF;
		vertical-align:top;
		}

	.banner-right2{
		display:inline-block;
		margin: 25px auto;
		width: 300px;
		text-align:right;
		color:#FFFFFF;
		vertical-align:top;
		}

		
	.banner-left ul { padding-left:25px; }
	
	.content-center {width:1200px; text-align:center; display:inline-block; color:#FFFFFF; padding-bottom:25px;}	
	.content-left {width:1200px; text-align:left; display:inline-block; color:#FFFFFF;  padding-bottom:25px; }	
	
	.content-left  a { text-decoration: none;}
	.content-left .active  { text-decoration: underline;}
	.content-right {width:1200px; text-align:right; display:inline-block; color:#FFFFFF;  padding-bottom:25px;}	

	.proj-img {
		float:left;
		width:280px;
		height:380px;
		margin:0px 8px 8px 0px;
		text-align:center;
		padding:5px;
		border: 1px solid #333;
		/*
		-webkit-border-top-left-radius: 25px;
		-moz-border-radius-topleft: 25px;
		border-top-left-radius: 25px;*/
	}
	
	.proj-img h3 {
	padding:5px 0px 15px 0px;
	}
	
	.proj-img  img{
	}
	
	.proj-img  img:hover{
	opacity: 0.8;
	}

	.proj-img p {
	color:#eee;
	font-size:0.8em;
	}
	

	.gal-img {
		float:left;
		width:280px;
		height:340px;
		margin:0px 8px 8px 0px;
		text-align:center;
		padding:5px;
		border: 1px solid #333;
		position: relative; 
		
		/*
		-webkit-border-top-left-radius: 25px;
		-moz-border-radius-topleft: 25px;
		border-top-left-radius: 25px;*/
	}

	.gal-img  img{
		margin-top:8px;
	}
	
	.gal-img  img:hover{
	opacity: 0.8;
	}

	.gal-img p {
	color:#eee;
	font-size:0.8em;
	}
	
	.gal-img .button-eshop
	{
		display: inline-block;
		position: absolute; 
		background:url("../images/zlata-button.png") top center no-repeat;
		width:250px;
		line-height: 28px;
		letter-spacing: 1px;
		text-decoration: none;
		font-size: 1em;
		color: #fff;
		z-index:1000;
		border-top:2px solid #121212;
		margin-top:228px;
		margin-left:0px;
	}
	
	
	
	.contact-item{
		float:left;
		width:380px;
		margin:0px 8px 8px 0px;
		min-height:165px;
		text-align:left;
		padding:5px;
		border: 1px solid #333;
	}

	.contact-item-img {
	text-align:left;
	float:left;
	width:130px;
	}
	
	.contact-item-img  img {
		width:120px;
	}
	.contact-item-text{
		float:left;
		width:248px;
		text-align:left;
	}
	
		.contact-item-text h3 {
	font-size:1em;
	}
	
	
	
#FbContR {
width:270px;
border:0;
clear:both;
padding-bottom:25px;
}

/* Social bookmarks */
.social-bookmarks {
  overflow:hidden;
}

.social-bookmarks a {
background:url("../images/social-bookmarks.png") no-repeat scroll 0 -275px transparent;
		display:inline-block;
		margin: 0px auto;
		
  height:24px;
  margin:0 7px 7px 0;
  width:24px;
}
.social-bookmarks a.facebook {
  background-position:0 0;
}
.social-bookmarks a.twitter {
  background-position:0 -25px;
}
.social-bookmarks a.google {
  background-position:0 -50px;
}
.social-bookmarks a.technorati {
  background-position:0 -75px;
}
.social-bookmarks a.delicious {
  background-position:0 -100px;
}
.social-bookmarks a.digg {
  background-position:0 -125px;
}
.social-bookmarks a.stumbleupon {
  background-position:0 -150px;
}
.social-bookmarks a.reddit {
  background-position:0 -175px;
}
.social-bookmarks a.myspace {
  background-position:0 -200px;
}
.social-bookmarks a.yahoo {
  background-position:0 -225px;
}
.social-bookmarks a.live {
  background-position:0 -250px;
}
.social-bookmarks a.sendmail {
  background-position:0 -275px;
}

.biblia-citat {
border:1px solid #333; 
padding:15px;
text-align:center;
width:90%;
}

.tabulka-svetlo {
	width:295px;
	margin-top:12px;
}
.tabulka-svetlo td {
	text-align:left;
	padding-left:8px;
	border-bottom: 1px dotted #967E3E;
}

.tabulka-svetlo th {
border-bottom: 1px dotted #967E3E;
}

.tabulka-svetlo .line{
	border-top: 1px dotted #967E3E;
	padding-bottom:5px;
}


	.gal-img2 {
		float:left;
		width:280px;
		height:360px;
		margin:0px 8px 8px 0px;
		text-align:center;
		padding:5px;
		border: 1px solid #333;
		position: relative; 
		
		/*
		-webkit-border-top-left-radius: 25px;
		-moz-border-radius-topleft: 25px;
		border-top-left-radius: 25px;*/
	}

	.gal-img2 img{
		margin-top:8px;
	}
	
	.gal-img2  img:hover{
	opacity: 0.8;
	}

	.gal-img2 p {
	color:#eee;
	font-size:0.8em;
	}

