* {
	box-sizing: border-box;
}

body > * {
    max-width: 100vw;
	width: 960px;
    margin: auto;
    font-family: "skolar-sans-latin", sans-serif;
}

.logo {
    max-width: 300px;
    height: auto;
	display: none;
}

nav {
/*    padding-bottom: 35px; */
    text-align: left;
}

header {
    margin-top: 25px;
    margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    border-bottom: 1px solid #ebedea;
}

header img {
	width: 350px;
	height: auto;
}

nav a {
	text-decoration: none;
	text-transform: uppercase;	
    font-weight: lighter;
    letter-spacing: -0.5px;
    transition: border-color 0.3s linear;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
    text-align: left;
}

nav a:hover {
    border-color: #00bc66;
}

header > a {
	display: block;
	text-decoration: none;
	font-size: 1.5em;
	margin: 50px 0;
}

header > a:hover {
	color: inherit;
}

h1, h2, h3 {
    text-transform: uppercase;
    letter-spacing: -0.2px;
    margin-top: 25px;
}

h1 {
    font-size: 1.2em;
    font-weight:400;
}

h2 {
    font-size: 1.1em;
    font-weight: 300;
}

h3 {
    font-size: 1em;
    font-weight: 200;
}

a {
    color: #000000;
}

a:hover {
    color: #00bc66;
    transition-duration: 0.4s;
}

p {
    padding: 5px;
    line-height: 1.5;
    font-size: 1em;
    font-family: "Calibri", sans-serif;
}

::selection {
    background: #f4f4f5;
    color: #000000;
}

.active {
    color: #00bc66;
    border-color: #00bc66;
}

.pruh {
	width: 30px;
	height: 100%;
    background-image: linear-gradient(to bottom, #f4f4f5, rgba(0, 0, 0, 0));
/*	background-image: linear-gradient(to bottom, rgba(0,66,0,0.2), rgba(0, 0, 0, 0)); */
	position: fixed;
	margin-left: -55px;
	top: 0;
}

.pruhdolni {
	width: 30px;
	height: 100%;
    background-image: linear-gradient(to top, #f4f4f5, rgba(0, 0, 0, 0));
	position: fixed;
	margin-left: 985px;
/*	margin-left: calc(100vw - ((100vw - 960px) / 2)); */
	bottom: 0;
}


.logo-hlavni, .logo-podtitul {
	text-align: center;
	margin: 0;
    font-weight: lighter;
}

.logo-podtitul {
	text-transform: none;
}

.content {
    padding: 10px;
	min-height: calc(100vh - 380px);
}

.pobocky {
    max-width: 60%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.boxik {
    flex-grow: 1;
    margin: 15px 10px 15px 10px;
    line-height: 1.5;
	padding: 10px 10px;
    max-width: 360px;
    font-size: 1em;
    font-family: "Calibri", sans-serif;
    border: 1px solid #00bc66;
}

/* .boxik:hover {
    background-color: #f4f4f5;
}

*/

.pobocky-odstavec {
    padding-left: 35px;
    line-height: 1.2;
}

.news {
    max-width: 60%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 30px 20px 30px;
    /* background-color: #f1e4e4; */
    border-left: 4px solid #bc0056;
}

#mapa {
	width: 960px;
	height: 300px;
}

table {
    background-color: #f4f4f5;
	border-spacing: 0;
    font-family: "Calibri", sans-serif;
}

td {
	vertical-align: top;
}

td:first-child {
   padding: 10px;
}

td h3 {
    margin-top: 0;
}

td:nth-child(2) {    
    padding: 30px 25px 0 25px;
    line-height: 1.625;
}

td img {
    max-width: 300px;
    height: auto;
    margin: auto;
    display: inline-block;
}

tr {
    transition: background-color 0.5s ease;
}

tr:hover {
    background-color: #ffffff;    
}

iframe {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-filter: grayscale(50%); /* Safari */
    filter: grayscale(50%);
}

footer {
    margin-bottom: 0px;
    padding-top: 35px;
    padding-bottom: 20px;
    border-top: 1px solid #ebedea;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    text-align: right;    
}

.content p {
    text-align: justify;
}
