html, body {
	height: 100%;
	background-image: url("/resources/images/background/background_1600.jpg");
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
	/*background-position: top left;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
    font-family: 'Roboto Slab', serif;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #d2d2d2;
}

/* TODO: nastavit min-height */
.web-wrapper {
	position: relative;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    height: 100%;
}

.section-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	padding-right: 0;
	padding-left: 0;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

/* --- header --- */
.header-wrapper {
	background-color: rgba(255,255,255, .7);
}

.phone-link,
.phone-link:VISITED,
.phone-link:ACTIVE,
.phone-link:HOVER {
	color: inherit;
	text-decoration: none;
}
.phone-link:FOCUS {
	color: inherit;
	text-decoration: none;
	outline-color: white;
}

header {
	margin: 0;
	padding: 0;
	margin-left: 62px;
}

header>h1 {
	margin-top: 15px;
	margin-bottom: 25px;
}

.header-wrapper img,
.header-wrapper header {
	display: inline-block;
}

.header-wrapper img.header-map {
	display: none;
}

/* TODO: zobrazit */
.header-wrapper img.k-logo {
    display: inline-block;
    position: absolute;
    left: 10px;
    opacity: .30;
    top: 8px;
    width: 90px;
}

.header-wrapper>div>div>div {
	float: right;
}

.header-link {
	position: relative;
	font-size: 25px;
	font-family: 'Kavivanar', cursive;
	color: #151533;
}

.header-link:VISITED,
.header-link:ACTIVE,
.header-link>.phone-link:VISITED,
.header-link>.phone-link:ACTIVE {
	color: #151533;
	text-decoration: none;
}
.header-link:FOCUS,
.header-link>.phone-link:FOCUS {
	color: #151533;
	outline-color: white;
	text-decoration: none;
}
.header-link:HOVER,
.header-link>.phone-link:HOVER {
	color: #151533;
	text-decoration: none;
}

.menu-phone {
	display: block;
}

.menu-phone .small {
    font-size: 17px;
    color: #151533;
}

/* --- content --- */
.content-wrapper {
	background-color: rgba(0,0,0, .6);
	margin-left: -15px;
    margin-right: -15px;
    display: table-row;
    height: 100%;
}

.content {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.content-body {
	display: table-cell;
}

/* --- footer --- */
.footer-wrapper {
	background-color: rgba(255,255,255, .4);
}

.footer-text {
	color: #151533;
	font-size: 16px;
	font-family: 'Kavivanar', cursive;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 3px;
}

.footer-text .footer-text-copy {
	font-weight: normal;
}

@media ( min-width: 331px) {
	header {
		margin-left: 65px;
	}
	.header-link {
		font-size: 28px;
	}
	.menu-phone .small {
		font-size: 19px;
	}
	.header-wrapper img.k-logo {
		left: 14px;
		width: 93px;
	}
}

@media ( min-width: 380px) {
	.header-link {
		font-size: 32px;
	}
	.menu-phone .small {
		font-size: 21px;
	}
	.header-wrapper img.k-logo {
		left: 14px;
		width: 94px;
		top: 10px;
	}
}

/* ---- */
@media ( min-width: 768px) {
	.header-wrapper img.k-logo {
	    left: 2em;
	    top: 9px;
	    width: 125px;
	}
	header {
		margin-left: 80px;
	}
	header>h1 {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.header-link {
		font-size: 40px;
	}
	.menu-phone .small {
		font-size: 25px;
	}
	.header-wrapper img.header-map {
		display: inline-block;
	    padding: 0;
	    margin: 0;
	    width: 216px;
	    position: absolute;
	    top: 9px;
	    right: 2em;
	}
	.content {
		padding-top: 2em;
		padding-bottom: 2em;
	}	
}

@media ( min-height: 992px ) {
	.content {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
}

@media ( min-width: 1200px ) {
	.header-container {
		position: relative;
		max-width: 1315px;
	}
	.header-wrapper img.k-logo {
		width: 135px;
		top: 19px;
		left: 3em;
	}
	header {
		margin-left: 95px;
	}
	header>h1 {
		margin-top: 35px;
		margin-bottom: 40px;
	}
	.header-link {
		font-size: 45px;
	}
	.menu-phone .small {
		font-size: 27px;
	}
	.header-wrapper img.header-map {
		top: 19px;
		right: 3em;
		width: 233px;
	}
	.content {
		padding-top: 3em;
		padding-bottom: 3em;
	}
}