* {
	margin: 0;
}
body, html {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	background: white url(../images/radim-cerny-005.JPG) bottom right fixed;
	background-size: cover;
	min-height: 100%;
	height: 100%;
}
.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 0px;
}
a {
	color: white;
}
a img {
	border: none;
}

.container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;

}


#header {
	background: rgba(0,0,0,0.8);
	width: 100%;
	padding: 15px 0;
	z-index:9999;
}
	#logo {
		background: url(../images/logo.png) center top no-repeat;
		display: block;
		width: 250px;
		height: 180px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 15;
		padding-bottom: 10px;
	}
	#lang {
		float: right;
		padding: 5px 11px 0 0;
	}
	#lang a {
		text-decoration: none;
		padding: 2px 3px 3px 3px;
	}
	#lang a:hover,#lang > .sel {
		text-decoration: underline;
		
		background: rgba(255,255,255,0.3) !important;
	}
	#social {
		float: right;
		padding: 0 3px 0 0;
	}
	#fb, #yt, #tw {
		display: block;
		height: 27px;
		width: 27px;
		float: left;
		margin: 0 5px 0 0;
		-webkit-transition: background 0.3s;
    	transition: background 0.3s;
		-webkit-box-shadow: 0px 5px 5px -5px rgba(255, 255, 255, 0.75);
		-moz-box-shadow:    0px 5px 5px -5px rgba(255, 255, 255, 0.75);
		box-shadow:         0px 5px 5px -5px rgba(255, 255, 255, 0.75);
	}
	#social > #fb {
		background: url(../images/facebook.png) center top no-repeat;
	}
	#social > #fb:hover {
		background: url(../images/facebook.png) center bottom no-repeat;
	}
	#social > #yt {
		background: url(../images/youtube.png) center top no-repeat;
	}
	#social > #yt:hover {
		background: url(../images/youtube.png) center bottom no-repeat;
	}
	#social > #tw {
		background: url(../images/twitter.png) center top no-repeat;
	}
	#social > #tw:hover {
		background: url(../images/twitter.png) center bottom no-repeat;
	}
	
	
	#menu {
		float: right;
		clear: right;
		padding: 15px 0 0 0;
	}
	#nav {
		margin: 0;
		padding: 0;
		float: right;
		white-space: nowrap;
		-webkit-transition: .5s;
		transition: .5s;
	}
	#nav li {
		float: left;
		list-style: none;
		position: relative;
		
	}
	#nav li a {
		display:block;
		font-size: 15px;
		padding: 3px 13px 5px 13px;
		text-transform: uppercase;
		-webkit-transition: background 0.4s; 
    	transition: background 0.4s;
		text-decoration: none;
		color: White;
	}
	#nav li a:hover, .actMenu {
		background: rgba(255,255,255,0.3) !important;
		color: white !important;
	}
     #nav ul {
		position: absolute;
		left: 0;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		z-index: 10;
		-webkit-transition: .3s;
		transition: .3s;
		padding: 0;
	}
	#nav ul li {
	    width: 100%;
	}
	#nav ul li a {
	    text-transform: none;
	    font-size: 13px;
	}
	#nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		background: rgba(0,0,0,0.8);
		z-index: 9999;
	}

	
	
#content {
}
	#content-left {
		float: left;
		width: 250px;
		margin-top: 75px;
	}
	.novinky {
		text-align:right;
		font-size:16px;
		letter-spacing:1px;
	}
	#news {
		background: rgba(0,0,0,0.8);
		margin: 30px 0;
	}
	#news-in {
		padding: 10px;
	}
	#content-right a {
	
	    color: black;
	}
	#content-right {
		float: right;
		width: 725px;
		background: rgba(255,255,255,0.8);
		color: black;
		margin: 22px 0;
	}
	#content-rightIn {
		padding: 10px;
	}
	#content-rightIn	h1 {
		font-weight: normal;
		font-size: 25px;
		text-align: right;
		margin: 0 20px 10px 20px;
		padding: 0;
	}
	.bxslider {
		margin: 0;
		padding: 0;
	}
	.bxslider li img {
		width: 100%;
	}



	

	
	

#wrapper {
	min-height: 100%;
	height: 100%;
	margin: 0 auto -81px;
}
#footer {
	height: 81px;
	clear: both;
}

#footer {
	background: rgba(0,0,0,0.8);
	width: 100%;
	font-size: 12px;
}
	#footerIn {
		padding: 15px 0;
	}
	#hore {
		background: url(../images/hore.png) no-repeat center top;
		height: 45px;
		width: 45px;
		float: right;
	}
	#hore:hover {
		background: url(../images/hore1.png) no-repeat center top;
	}
	
	
	
	
	
.newsImg {
	width: 100%;
	display: block;
	height: 100px;
}
.nadpisNews {
	margin: 0 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.popisek {
	font-size: 13px;
}
.newsBox {
	float: left;
	width: 40%;
	margin: 0 0 30px 50px;
}

.gal {
	display: table;
	float: left;
	width: 175px;
	height: 170px;
}
#galerie {
	text-align: center;
	width: 700px;
	margin: 0 auto;
}
.galItem {
	display: table-cell;
	vertical-align: middle;
}
.galItem img {
	padding: 2px;
	border: 1px solid #E6E5C7;
	box-shadow: 0px 3px 3px #273748;
}
.galItem a img:hover {
	border: 1px solid gray;
}



.ref {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	-moz-box-shadow:    0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	padding:1px;
	box-shadow:         0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	position:relative;
	float:left; 
	width:300px; 
	padding:0px; 
	margin:10px 25px 30px 25px;
	height: 150px;
	overflow:hidden;
}
.ref img {
	width: 100%;
	position:absolute;
}
.foth {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    color: black;
    float: right;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 5;
}