* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
body, html {
	width: 100%;
	height: auto;
	font-family: 'Open Sans';
}

header #myLinks {
	display: none;
}
header .icon {
	display: none;
}

.conter {
	width: 40%;
	height: 11vh;
	color: #333;
	margin: 0 auto;
	text-align: center;
	background-color: #252525;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.conter h2 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-top: 29px;
	margin-left: 20px;
}
.container {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
header {
	width: 100%;
	height: 650px;
	background-image: url('img/header_02.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
header .top {
	width: 100%;
	height: auto;
}
header img {
	width: 160px;
	height: auto;
	margin-top: 20px;
}
header ul {
	float: right;
	list-style: none;
	margin-top: 30px;
}
header ul li {
	display: inline-block;
	margin: 0px 7px;
}
header ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: 250ms;
}
header ul li a:hover {
	color: #d7d7d7;
}
header h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 55px;
	margin-top: 160px;
}
header h1 .jedna {
	color: #eb1c24;
	display: block;
}
header h1 .dva {
	color: #fff;
	font-size: 35px;
}
header .button_registracia {
	text-decoration: none;
	display: inline-block;
	color: #eb1c24;
	background-color: #fff;
	border-radius: 2px;
	padding: 15px 25px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}
.responsive {
	display: none;
}



.box_container {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.dole {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10vh;
	padding-bottom: 10vh;
}
h1 {
	margin-top: 2vh;
}
h2 {
	text-align: justify;
}
h3 {
	color:#eb1c24;
}
h4 {
	
}

/*---------------------------------------------------------------------------------*/
.on {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
}
.on .foto {
	background-image: url(img/obr/he1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 35px;
	margin-bottom: 5vh;
}
.bred {
	width: 100%;
	height: 55vh;
	float: left;
}
.foto1 {
	background-image: url(img/obr/he2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 30%;
	height: 50vh;
	float: left;
	margin-left: 35%;
}
.foto2 {
	background-image: url(img/obr/amb.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 60%;
	height: 100vh;
}


.dole h2 {
	font-size: 48px;
	padding-top: 25px;
}
.dole p {
	font-size: 14px;
	line-height: 30px;
}
.dole .popis {
	font-size: 16px;
	color: #eb1c24;
}
.dole ul {
	list-style: none;
	margin: 25px 0px;
}
.dole ul li b {
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
	line-height: 25px;
}
.dole ul li p {
	margin-bottom: 1em;
}
.dole i {
	line-height: 25px;
	display: inline-block;
	font-size: 14px;
	margin-top:50px;
}

@media screen and (max-width: 1200px) {.on{width: 100%;height: auto;} .on .foto{float: none;width: 90%;height:300px;}}









@media only screen and (max-width: 540px) and (min-width: 300px) {
.container {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
header {
	width: 100%;
	height: 650px;
	background-image: url(img/header_02.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
header .top {
	width: 100%;
	height: auto;
	text-align: center;
}
header img {
	width: 160px;
	height: auto;
	margin-top: 80px;
}
header ul {
	float: none;
	list-style: none;
	margin-top: 30px;
	display: none;
}
header ul li {
	display: inline-block;
	margin: 0px 1px;
}
header ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: 250ms;
}
header ul li a:hover {
	color: #d7d7d7;
}

.top-line {
		width: 100%;
		height: 51px;
		background-color: #333;
		position: fixed;
		z-index: 1;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	}


	header .icon {
		display: block;
		position: relative;
		display: inline-block;
		float: left;
		color: #fff;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 17px;
	}

	header .icon:focus #myLinks {
		display: none !important;
	}

	header #myLinks {
		display: none;
		position: absolute;
		left: 0;
		top: 51px;
		width: 100%;
		height: auto;
		text-align: left;
		background-color: #fff;
	}

	header #myLinks a {
	  	padding: 14px 16px;
	  	text-decoration: none;
	  	font-size: 14px;
	  	display: block;
		color: #222;
		font-weight: 600;
		transition: 250ms;
	}


header h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 44px;
	margin-top: 130px;
	text-align: center;
}
header h1 .jedna {
	color: #eb1c24;
	display: block;
}
header h1 .dva {
	color: #fff;
	font-size: 35px;
}
header .button_registracia {
	text-decoration: none;
	display: inline-block;
	color: #eb1c24;
	background-color: #fff;
	border-radius: 2px;
	padding: 15px 25px;
	margin: 0 auto;

	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	display: none;
}
.responsive {
	display: inline-block;
	text-decoration: none;
	color: #eb1c24;
	background-color: #fff;
	border-radius: 2px;
	padding: 15px 25px;
	margin: 0 auto;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}
	.foto2 {
	background-image: url(img/obr/amb.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 90%;
	height: 30vh;
}
.bred {
	width: 100%;
	height: 32vh;
	float: left;
}
.foto1 {
	background-image: url(img/obr/he2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 90%;
	height: 30vh;
	float: left;
	margin: 0 auto;
}