@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Roboto:400,700');
html, body, .fullHeight {
     /*min-height: 100% !important;
     height: 100%;*/
     position: relative;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: white no-repeat center top fixed;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	color: rgb(51,51,51);
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
a {
	color: rgb(51,51,51);
	text-decoration: none;
}
.font {
	font-family: 'Oswald',sans-serif;
}
.cervena {
	color: #DA241C !important
}
#top {
	height: 200px;
	width: 100%;
	background: url(../images/bgTop.jpg) no-repeat 50%;
	background-size: cover;
}
#topText{
	font-size:28px;
	text-align: center;
	padding: 20px 10px;
	color: #333;
	text-transform: uppercase;
}
#info {
	position: relative;
	top: -85px;
}
.jmeno {
	font-size: 50px;
	text-align: center;
}
.infos {
	font-size: 0;
	margin: 20px 0;
	position: relative;
	display: flex;
}
.infoLeft {
	display: inline-block;
	width: calc(50%);
	text-align:right;
	vertical-align: top;
	font-size: 18px;
}
.infoRight {
	display: inline-block;
	width: calc(50%);
	text-align:left;
	vertical-align: top;
	font-size: 28px;
}
#line {
	background: rgb(51,51,51);
	height: 100%;
	width: 5px;
	left: calc(50% - 2px);
	position: absolute;
}
.foto {
	width: 150px;
   height: 150px;
   border-radius: 50%;
   display: inline-block;
   background-size: cover;
	background-image: url(../images/foto.jpg);
	border: 5px solid white;
	margin: 0 auto;
}

.infoRight .infoIn {
	padding: 10px 10px 10px 20px;
}
.infoLeft .infoIn {
	padding: 10px 20px 10px 10px;
}






#galerie {
    text-align: center;
    width: 100%;	 
}

.gal {
    display: inline-block;
    height: 250px;
    margin: 0px;
    text-align: center;
    width: 250px;
	 max-width: 100%;
	 overflow: hidden;
}
.galItem {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
	 padding: 1px;
}
.galItem a {
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.galItem a:hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 rgba(89, 89, 89, 1);
}
.galItem a img {
    /*visiblity: hidden;*/
	 height: 100%;
	 width: atuo;
	 display: none;
}

.nowrap {
	white-space: nowrap;
}




@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 900px) {
	.infoLeft {
		font-size: 15px;
	}
}
@media screen and (max-width: 700px) {
	#top {
		height: 150px;
	}
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 500px) {
	.infos {
		display: block;
	}
	.infoLeft, .infoRight {
		float: none;
		width: 100%;
		text-align: center;
	}
	#line {
		display: none;
	}
	.infoIn {
		padding: 10px !important;
	}
}
@media screen and (max-width: 400px) {
	
}