/*
* Made in CreativeFactory s.r.o. - www.creativefactory.sk
*/

body {
	font-family: 'Open Sans', sans-serif;
}

.navbar-transparent {
	background-color: transparent;
	border: 0px;
}

.languages {
	margin-top: 10px;
}

.languages a {
	color: #999999;
}

.languages a.active {
	font-weight: bold;
}

.languages a:hover {
	text-decoration: none;
}

.wrap-center {
	margin-top: 150px;
	text-align: center;
}

h1 {
	font-size: 2em;
	color: #4A4A4A;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 80px;
	padding: 3px;
	font-weight: 400;
}

.lead span {
	display: inline-block;
	max-width: 600px;
}

.lead a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.lead a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

@media(min-height: 690px) {
	.footer-wrapper {
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 0;
		left: 0;
	}
}

@media(max-height: 689px) {
	.footer-wrapper {
		width: 100%;
		text-align: center;
		margin-top: 30px;
		position: relative;
	}
}

.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer a {
	text-decoration: none;
	color: #333333;
}

.footer a:hover {
	text-decoration: none;
	color: #333333;
}