body,
html {
	margin: 0;
	height: 100%;
}

.container:before,
.container:after{
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container {
	*zoom: 1;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: rgba(255, 255, 255, 0.75);
	font-size: 20px;
	line-height: 30px;
}
.hore a {
	position: fixed;
	z-index: 1;
	top: 15px;
	left: 15px;

	transition: top .3s ease;
}
.hore a:hover {
	position: fixed;
	z-index: 1;
	top: 17px;
	left: 15px;
}
.container {
	width: 980px;
	margin: 0 auto;
	padding-top: 40px;
}
.left {
	width: 580px;
	float: left;
}
.right {
	width: 380px;
	float: right;
	margin-top: 100px;
}
h2 {
	font-size: 36px;
	font-weight: bold;
	color: white;
}
p {
	margin-top: 60px;
}

#intro {
	background-color: #1B3650;
	background-image: url(../img/pic01.jpg);
	background-attachment: scratch;
	min-height: 100%;

	overflow: hidden;
	
    display: flex;
    justify-content: center;
	
	position: relative;
	z-index: 2;

	box-shadow: 0px 0px 15px black;
}
#intro img {
	position: absolute;
	bottom: 450px;

}

.pripravujeme {
	bottom: 330px;
	position: absolute;
	font-size: 20px;
}
.pripravujemeTel {
	bottom: 50px;
	position: absolute;
	font-size: 20px;
}

#intro ul {
	padding: 0px;
	margin: 0 auto;

	position: absolute;
	bottom: 250px;
}
#intro ul li {
	list-style: none;
    float: left;

    border-right: 1px gray solid;
}
#intro ul li:last-child {
	border-right: none;
}
#intro a {
	text-decoration: none;
	font-size: 23px;
	color: rgba(255, 255, 255, 0.75);
	padding: 2px 15px;

	transition: color .5s ease;
}
#intro a:hover {
	color: rgba(255, 255, 255, 1);
}

#prva {
	background-color: #0e0c0c;
	background: radial-gradient(#292425, #0e0c0c);

	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 15px black;

    min-height: 100%;
}
#druha {
	background-color: #372f31;
	background: radial-gradient(#52474a, #372f31);

	position: relative;
	z-index: -1;


    min-height: 100%;
}
#tretia {
	background-color: #1b1819;
	background: radial-gradient(#292425, #1b1819);

	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 15px black;

    min-height: 100%;
}
#stvrta {
	background-color: #372f31;
	background: radial-gradient(#52474a, #372f31);

	position: relative;
	z-index: -1;

    min-height: 100%;
}
#piata {
	background-color: #1b1819;
	background: radial-gradient(#292425, #1b1819);

	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 15px black;

    min-height: 100%;
}
#piata img {
	float: right;
}
#siesta {
	background-color: #372f31;
	background: radial-gradient(#52474a, #372f31);

	position: relative;
	z-index: -1;

    min-height: 100%;
}
#siedma {
	background-color: #1b1819;
	background: radial-gradient(#292425, #1b1819);

	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 15px black;

    min-height: 100%;
}
#osma {
	background-color: #372f31;
	background: radial-gradient(#52474a, #372f31);

	position: relative;
	z-index: -1;

    min-height: 100%;
}

footer {
	background-color: #0e0c0c;
	background: radial-gradient(#1d191a, #0e0c0c);
	position:absolute;
   	bottom:0;
   	width:100%;
   	height:140px;
   	box-shadow: 0px 0px 15px black;
}
footer img {
	margin-top: 12px;
	margin-right: 10px;
	float: left;
	box-shadow: 0px 0px 10px black;

}
footer h6 {
	float: right;
	margin: 0px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 100;
}