
/*****
	Author: Jindrich Ksandr

	Reset
	Layout
*****/

/***** Reset *****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, q, a,
abbr, address, cite, code,
b, strong, i, em, img, small, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
nav, section, time, mark, audio, video {
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent none no-repeat 0 0;
	border: 0;
	outline: 0;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }

article, aside, footer, header, nav, section {
	display: block;
}
sub, sup {
	line-height: 0;
	font-size: 75%;
	position: relative;
}
	sup { top: -5px; }
	sub { bottom: -5px; }

/***** Layout *****/

body {
	font: 400 15px/1 'Open Sans', 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
	color: #6b6a61;
	background: #c9cfd8 url('../images/pattern.jpg');
}

body.loading { cursor: wait !important; }

.container-bg {
	max-width: 1140px;
	//min-width: 980px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 -4px 3px 0 rgba(0,0,0,0.2);
	border-bottom: 3px solid #e3e3e5;
}

.container {
	//min-width: 980px;
	max-width: 1028px;

	//width: 980px;
	padding-top: 30px;
	margin: 0 auto;
}

#header__divider {
	/*width: 100%;
	height: 8px;
	background-color: #9D3A40;
	margin: 30px 0;*/
}

#logo {
	display: block;
	float: left;
	//width: 500px;
	//height: 55px;
}
	#logo img { display: block; }

#content { padding-bottom: 30px; }

#footer {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	border-top: 3px solid #C70606;
	box-shadow: none;
	background: #C70606;
}

#footer h2, #footer p, #footer a {
	color: #fff !important;
}


#author {
	padding: 25px 0 0 0;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 400;
	border-top: 1px solid #c1c1c2;
}
.lang-en #author {
	padding: 0;
	border: 0;
}

#mapa-pobocka {
	width: 715px;
	height: 250px;
	margin-bottom: 20px;
	border: 5px solid #f1f1f2;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}

.admin-menu-title {
	display: block;
	padding-bottom: 0.25rem;
	font-weight: 700;
}

.admin-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1px 0 0 1px;
}

.admin-menu li {
	padding-left: 0 !important;
}

.admin-menu a {
	display: block;
	padding: 0.25rem 0.5rem;
	margin: -1px 0 0 -1px;
	border: 1px solid #eee;
	background: #fafafa;
	font-weight: 400;
}

.admin-menu-item-aktivni a {
	color: #000;
	background: transparent;
	box-shadow: 2px -2px 6px -3px rgba(0, 0, 0, 0.35);
}