/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 *
 * 2do barva selekce
 */

::-moz-selection {
    background: #c0c0c0;
    text-shadow: none;
}

::selection {
    background: #c0c0c0;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* --- project --- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;

	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
}

p, ol, ul {
	margin-bottom: 1em;
}

ol li {
	list-style-type: decimal;
	margin-left: 1.5em;
}

ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}

label {
	display: block;
	font-size: 11px;
	color: #0b366c;
	font-weight: bold;
	margin-bottom: 0.5em;
}

input, textarea, select {
	border: 1px solid #0380c6;
	margin-bottom: 1em;
	width: 100%;
}

input.button {
	background-color: #4992cf;
	color: #ffffff;
	font-weight: bold;
	width: auto;
	border: none;
	padding: 3px 5px 3px 5px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

sup {
	font-size: 8px;
}

/* ELEMENTS */

/* LAYOUT */

div#header {
	height: 275px;
	position: relative;
	margin-bottom: 30px;
}

div#header img {
	position: absolute;
	top: 165px;
	left: 50%;
	margin-left: -480px;
	z-index: 3;
}

div#header div.slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#langSwitch {
	position: absolute;
	top: 20px;
	width: 70px;
	left: 50%;
	margin-left: 390px;
	z-index: 3;
	color: #ffffff;
}

#langSwitch a { color: #ffffff; }

div#page {
	width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
}

.content {
	width: 960px;
	margin: 0px auto;
}

div.body {
}

div.leftCol {
	width: 190px;
	margin: 0px 15px 0px 0px;
	margin-bottom: 1em;
	float: left;
}

div.midCol {
	width: 510px;
	margin-right: 15px;
	float: left;
	margin-bottom: 1em;
}

div.rightCol {
	width: 215px;
	float: left;
	margin-bottom: 1em;
}

ul#menu {
}

ul#menu ul {
	margin: 5px 0px 0px 0px;
}

ul#menu li {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	list-style-type: none;
}

ul#menu a {
	display: block;
	padding-left: 20px;
	height: 27px;
	line-height: 27px;
	color: #000000;
	font-size: 14px;
	position: relative;
}

ul#menu a:hover {
	text-decoration: none;
	background-color: #4992cf;
	color: #ffffff;
}

ul#menu a.active:before {
	display: block;
	position: absolute;
	width: 10px;
	height: 27px;
	background-color: #4992cf;
	content: " ";
	left: 0;
}

ul#menu ul li {
	display: list-item;
	margin-left: 30px;
	list-style-type: square;
}

ul#menu ul a {
	display: inline;
	height: 1em;
	line-height: 1em;
	color: #0b366c;
	padding-left: 0px;
	font-size: 11px;
	background-image: none;
}

ul#menu ul a.active::before { display: none; }

ul#menu ul a:hover {
	background-image: none;
	text-decoration: underline;
}

div#social a {
	display: block;
	float: right;
}

div.midCol h1,
div.midCol h2, div.rightCol h2 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 12px;
	color: #ffffff;
	background-color: #4992cf;
	font-size: 14px;
	font-weight: 400;
}

div.midCol div.cont, div.rightCol div.cont {
	padding: 0;
}

div.subtitle {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px 0px 20px;
	font-size: 11px;
	color: #c10029;
}

div.subtitle a {
	color: inherit;
}

div.subtitle a.active {
	color: #0b366c;
	font-weight: bold;
}

div.article {
	margin: 12px;
}

.midCol div.article {
	padding-bottom: 12px;
	border-bottom: 1px solid #4992cf;
}

div.article h2, div.cont h2 {
	font-size: 14px;
	color: #4992cf;
	font-weight: 700;
	margin-bottom: 1em;
	background-color: transparent;
	height: auto;
	line-height: normal;
	overflow: auto;
	padding: 0;
}

div.cont h2 {
	color: #4992cf;
	font-weight: 400;
}

.date {
	display: block;
	color: #000000;
	font-size: 9px;
}

div.cont h2 a {
	color: inherit;
	text-decoration: none;
}

div.article h3, div.cont h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 1em;
}

div.article h4, div.cont h4 {
	font-weight: 700;
	margin-bottom: 1em;
}

div.article h3 a {
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}

div.article a {
	color: #c10029;
	text-decoration: underline;
}

div.article a.imageLink { text-decoration: none; }

div.article a.more, div.article a.addComment {
	display: block;
	float: left;
	font-size: 11px;
	padding-left: 22px;
	text-decoration: none;
}

div.article a.addComment {
	margin-right: 20px;
}

div.article a.more:hover, div.article a.addComment:hover {
	text-decoration: underline;
}

.inlineImage {
	margin: 1em 0 1em 0;
}

.inlineImage.withDesc {
	margin-bottom: 0;
}

.imgDesc {
	display: block;
	background-color: #4992cf;
	color: #ffffff;
	text-align: center;
	font-size: 0.8rem;
	padding: 0.2rem;
	font-style: italic;
}

.imgDesc.inline { margin-bottom: 1em; }

div.midCol div.foot {
	font-size: 11px;
	height: 37px;
	line-height: 35px;
	padding: 0px 12px;
}

div.midCol div.foot strong {
	float: left;
}

div.midCol div.foot div {
	float: right;
}

div.rightCol h2 {

}

div.rightCol div.cont {

}

div.rightCol div.article {
	padding: 10px 15px 10px 15px;
}

div.rightCol div.article a {
	font-weight: bold;
	text-decoration: none;
}

div.rightCol div.article a:hover {
	text-decoration: underline;
}

div#newsletter input.button {
	font-size: 12px;
}

div.rightCol div.foot {
	height: 11px;
	line-height: 11px;
	overflow: hidden;
}

div.foot {
	font-size: 11px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

div.foot a {
	color: #c10029;
}

div.leftHalf {
	float: left;
	width: 48%;
	margin-right: 4%;
}

div.rightHalf {
	float: left;
	width: 48%;
}

div.article a.perex, a.perex {
	color: #4c4c4c;
	text-decoration: none;
}

img.listImage, img.logo {
	float: left;
	border: 1px solid #0380c6;
	margin: 0px 10px 10px 0px;
}

img.logo {
	border: none;
}

div.images img {
	float: left;
	border: 1px solid #0380c6;
	margin: 0px 10px 10px 0px;

}

div.images img.last {
	margin-right: 0px;
}

div#sponsors {
}

div#sponsors img {
	margin: 12px 0px 0px 12px;
}

div#sponsors img.last {
	margin-right: 0px;
}

div#sponsors div.cont {
	padding-bottom: 12px;
}

div#hereCan, div#hereCan a {
	text-align: center;
	font-weight: bold;
	color: #C10029;
	margin-top: 12px;
}

div.check input {
	margin-bottom: 0px;
}

.footer {
	background-color: #4992cf;
	color: #ffffff;
	padding: 12px;
}

/* flashes */

figure.flashes {
	position: fixed;
	width: 370px;
	padding: 15px;
	top: 333px;
	left: 50%;
	margin-left: -200px;
	color: #ffffff;
	background-color: #4992cf;
	font-weight: bold;
	z-index: 12;
	border: 1px solid #4992cf;
}

figure a.closeFlashes {
	display: block;
	float: right;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #4992cf;
}

/* recaptcha */

.recaptchaContainer.absolute {
	position: absolute;
	width: 302px;
	height: 76px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin: -39px 0px 0px -152px;
	box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.8);
}

/* paginator */

div.paginator {
	text-align: center;
	color: #14405C;
	clear: both;
	margin: 1rem 0;
}

div.paginator .number {
	border-radius: 1000px;
	display: inline-block;
	box-sizing: border-box;
	width: 2rem;
	height: 2rem;
	line-height: 1.5625rem;
	border: 1px solid #636363;
	padding: 3px 8px 3px 8px;
	margin: 0px 2px 0px 2px;
}

div.paginator .button {
	margin: 0px 2px 0px 2px;
}

div.paginator .current {
	background-color: #4992cf;
	color: #ffffff;

}

div.paginator a {
	text-decoration: none;
}

/* errors */

ul.error {
	display: block;
	background-color: #4992cf;
	color: #ffffff;
	padding: 5px 10px;
	margin: 1rem 0rem;
}

ul.error li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

/* - - - */

a[href^="error:"] {
	background: red;
	color: white;
}

pre.dump {
	position: fixed;
	bottom: 0px;
	z-index: 1000;
	background-color: #ccc;
}

div.hidden {
	display: none;
}

div.clear {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.chbox {
	width: auto;
	height: auto;
	border: none;
	background-color: transparent;
}

.dump {
	background-color: #ccc;
	z-index: 1000;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

div.center {
	text-align: center;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
