/*
Theme Name: hwcooling
Theme URI: http://underscores.me/
Author: Jan Polzer
Author URI: https://www.polzer.cz/
Description: Default theme for HWcooling.net magazine
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hwcooling
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hwcooling is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin-ext');
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.google-auto-placed{
	display: none !important;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




/* style hwcooling */
html, body{
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
body{
  padding: 0;
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  /* font-family: Tahoma, Geneva, Verdana, sans-serif; */
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
  border: none;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
a{
  color: #6b99e5;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
  color: #6b99e5;
}
a:visited,
a:focus{
  color: #6b99e5;
}
/* header */
header#masthead{
  position: relative;
  max-height: 235px;
  overflow: hidden;
}
header#masthead:before{
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f0f5fd;
  height: 40px;
}
header#masthead:after{
  content: "";
  width: 48%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  height: 40px;
}
header#masthead .section:before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 48%;
  width: 58px;
  height: 40px;
  background: transparent url(images/header-top.png) no-repeat center center;
}
header#masthead .section{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.site-title{
  margin: 0px;
  float: left;
}
.site-title a{
  width: 355px;
  height: 235px;
  display: block;
  font-size: 0px;
  text-indent: -9999px;
  background: transparent url(images/hwc-logo-final.svg) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  z-index: 10;
}
header#masthead .topmenu{
  float: right;
  position: relative;
  z-index: 10;
}
header#masthead .topmenu ul,
header#masthead .topmenu ul li{
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
header#masthead .topmenu ul{
  padding: 6px 0px;
}
header#masthead .topmenu ul li a{
  display: block;
  line-height: 28px;
  padding: 0px 20px;
  font-size: 14px;
  color: #00559b;
  text-decoration: none;
}
header#masthead .topmenu ul li a:hover{
  text-decoration: underline;
}
header#masthead .topmenu ul li.wpml-ls-item-sk a{
  padding: 0px 0px 0px 7px;
  width: 25px;
  background: transparent url(images/vlajka-sk.svg) no-repeat 7px center;
  background-size: 25px auto;
  height: 28px;
  box-sizing: content-box;
}
header#masthead .topmenu ul li.wpml-ls-item-en{
  padding: 0px 0px 0px 24px;
  margin-left: 5px;
  border-left: 1px solid #dce7fa;
}
header#masthead .topmenu ul li.wpml-ls-item-en a{
  padding: 0px;
  background: transparent url(images/vlajka-uk.svg) no-repeat 0px center;
  background-size: 25px auto;
  height: 28px;
  box-sizing: content-box;
  width: 25px;
}
header#masthead .topmenu ul li a img{
  display: none;
}
header#masthead .topmenu ul li:first-child a{
  padding-left: 27px;
  background: transparent url(images/ikona-uzivatel.svg) no-repeat left center;
}
header#masthead .header-sidebar{
  float: right;
  clear: right;
}
#search-2{
  position: relative;
  width: 405px;
  margin: 16px 0px 16px;
  float: right;
  clear: right;
}
#search-2 form label{
  height: 44px;
  display: block;
}
#search-2 input.search-field{
  padding: 0px 90px 0px 48px;
  box-sizing: border-box;
  border-radius: 0px;
  border: 1px solid #ddd;
  line-height: normal;
  font-size: 16px;
  color: #666;
  background: transparent url(images/ikona-hledani.svg) no-repeat 12px center;
  width: 100%;
  height: 44px;
  display: block;
  -webkit-appearance: none;
}
#search-2 input.search-submit{
  position: absolute;
  top: 3px;
  right: 3px;
  line-height: 38px;
  padding: 0px 15px;
  border: none;
  border-radius: 0px;
  color: #fff;
  background: #df0000;
  font-size: 15px;
  font-weight: bold;
}
#search-2 a.open-search-block,
#search-2 a.close-search-block{
  display: none;
}
#search-2 p.widget-title{
  display: none;
}
#black-studio-tinymce-6{
  clear: right;
  margin: 0px;
}
#black-studio-tinymce-6 p{
  margin: 0px;
}
/* menu */
#site-navigation{
  padding: 8px 0px;
  background: #003663;
}
#site-navigation .menu-hlavni-menu-container,
#site-navigation .menu-main-menu-container{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#site-navigation .menu-hlavni-menu-container ul,
#site-navigation .menu-main-menu-container ul{
  text-align: center;
}
#site-navigation .menu-hlavni-menu-container ul li,
#site-navigation .menu-main-menu-container ul li{
  float: none;
  display: inline-block;
  vertical-align: middle;
}
#site-navigation .menu-hlavni-menu-container ul li a,
#site-navigation .menu-main-menu-container ul li a{
  padding: 0px 15px 0px 42px;
  line-height: 48px;
  margin-right: 15px;
  border-right: 1px solid #154a7d;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
#site-navigation .menu-hlavni-menu-container ul li:last-child a,
#site-navigation .menu-main-menu-container ul li:last-child a{
  margin-right: 0px;
  border-right: none;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-55963 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-53398 > a{
  background: transparent url(images/processors.svg) no-repeat left center;
  background-size: 32px auto;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-55985 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-53402 > a{
  background: transparent url(images/graphics.svg) no-repeat left center;
  padding: 0px 15px 0px 42px;
  background-size: 32px auto;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-55986 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-53403 > a{
  background: transparent url(images/storage.svg) no-repeat left center;
  padding: 0px 15px 0px 36px;
  background-size: 26px auto;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-55987 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-53404 > a{
  background: transparent url(images/cooling.svg) no-repeat left center;
  padding: 0px 15px 0px 32px;
  background-size: 26px auto;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-55964 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-53405 > a{
  background: transparent url(images/motherboards.svg) no-repeat left center;
  padding: 0px 15px 0px 34px;
  background-size: 26px auto;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-53415 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-53406 > a{
  background: transparent url(images/pc-cases.svg) no-repeat left center;
  padding: 0px 15px 0px 28px;
  background-size: 18px auto;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-53372 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-53407 > a{
  background: transparent url(images/notebooks.svg) no-repeat left center;
  padding: 0px 15px 0px 36px;
  background-size: 30px auto;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-53373 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-53408 > a{
  background: transparent url(images/peripherals.svg) no-repeat left center;
  padding: 0px 15px 0px 27px;
  background-size: 18px auto;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-142108 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-142108 > a{
  background: transparent url(images/icons_winners-03.svg) no-repeat left center;
  padding: 0px 15px 0px 36px;
  background-size: 30px auto;
}
#site-navigation .menu-hlavni-menu-container ul li#menu-item-142120 > a,
#site-navigation .menu-main-menu-container ul li#menu-item-142120 > a{
  background: transparent url(images/icons_winners-03.svg) no-repeat left center;
  padding: 0px 15px 0px 36px;
  background-size: 30px auto;
}
#site-navigation .menu-hlavni-menu-container ul ul,
#site-navigation .menu-main-menu-container ul ul{
  top: 100%;
  left: -26px;
  background: #003663;
  display: none;
  text-align: left;
}
#site-navigation .menu-hlavni-menu-container ul li:hover ul,
#site-navigation .menu-main-menu-container ul li:hover ul{
  display: block;
}
#site-navigation .menu-hlavni-menu-container ul li ul li,
#site-navigation .menu-main-menu-container ul li ul li{
  display: block;
}
#site-navigation .menu-hlavni-menu-container ul li ul li a,
#site-navigation .menu-main-menu-container ul li ul li a{
  padding: 10px 26px;
  line-height: 28px;
  margin: 0px;
  border: none;
}
/* obsah */
#content{
  background: #eee;
  padding-top: 19px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  min-height: 665px;
}
#content .content-wrapper{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#content .left-ad{
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -873px;
  width: 300px;
  text-align: right;
}
#content .right-ad{
  position: absolute;
  top: 19px;
  right: 50%;
  margin-right: -873px;
  width: 300px;
  text-align: left;
}
#content .left-ad p,
#content .right-ad p,
#content .left-ad .banner_wrapper .banner > img,
#content .right-ad .banner_wrapper .banner > img{
  margin: 0px;
}
#content .left-ad .banner_wrapper .banner > img{
  float: right;
}
#content .left-ad .widget,
#content .right-ad .widget{
  margin-bottom: 156px;
}
article{
  background: #fff;
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.featured article .thumb{
  float: left;
  width: 50%;
}
article .thumb img{
  display: block;
}
.featured article header.entry-header{
  padding: 25px 32px 0px;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
article header.entry-header h2.entry-title{
  margin: 0px 0px 5px;
}
.featured article header.entry-header h2.entry-title a{
  font-size: 28px;
  line-height: 33px;
}
article header.entry-header h2.entry-title a{
  text-decoration: none;
  font-size: 19px;
  line-height: 22px;
  color: #003363;
  font-weight: bold;
}
article header.entry-header h2.entry-title a:hover{
  text-decoration: underline;
}
.featured article header.entry-header .entry-meta{
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 19px;
}
article header.entry-header .entry-meta .author{
  display: none;
}
body.single-post article.detail header.entry-header .entry-meta .author{
  display: inline-block;
}
article header.entry-header .entry-meta{
  font-size: 14px;
  line-height: 17px;
  color: #6b99e5;
  margin-bottom: 5px;
}
article header.entry-header .entry-meta .categories{
  font-weight: bold;
}
.featured article header.entry-header .entry-content p{
  font-size: 16px;
  line-height: 22px;
}
article .entry-content{
  margin: 0px;
}
article .entry-content p{
  font-size: 14px;
  line-height: 19px;
  color: #111;
  margin: 0px;
}
article .entry-content p a.more-link{
  font-weight: bold;
  color: #df0000;
}
.featured article .entry-content p a.more-link{
  margin-top: 5px;
}
article .thumb{
  float: left;
  width: 29%;
  position: relative;
}
article .thumb .categories{
  position: absolute;
  right: 0px;
  top: 20px;
  background: #df0000;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: bold;
  display: block;
  padding: 5px 15px;
}
.featured article .thumb .categories{
  font-size: 28px;
  line-height: 33px;
}
article .thumb .categories a{
  color: #fff;
  text-decoration: none;
}
article .thumb .categories a:hover{
  text-decoration: underline;
}
article header.entry-header{
  padding: 5px 28px 0px;
  box-sizing: border-box;
  width: 71%;
  float: left;
}
article .entry-content{
  padding: 0px 28px 0px;
  box-sizing: border-box;
  width: 71%;
  float: left;
}
.featured article .entry-content{
  padding: 0px;
  width: 100%;
}
#primary{
  float: left;
  clear: both;
  width: 79.4%;
}
#content .sidebar{
  float: right;
  padding-left: 17px;
  box-sizing: border-box;
  width: 20.6%;
}
#black-studio-tinymce-5 p{
  margin: 0px;
}
/* footer */
footer.site-footer{
  clear: both;
  border-top: 10px solid #003663;
  background: #222;
  width: 100%;
  float: left;
}
footer.site-footer .site-info{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 28px;
}
#tag_cloud-2{
  float: left;
  border-right: 2px solid #2f2f2f;
  box-sizing: border-box;
  width: 68%;
  padding-right: 20px;
}
#tag_cloud-2 p.widget-title{
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #666;
  margin: 0px 0px 15px;
}
#tag_cloud-2 .tagcloud a{
  color: #fff;
}
#tag_cloud-2 .tagcloud a:before{
  content: "#";
  color: #fff;
  display: inline-block;
}
#tag_cloud-2 .tagcloud{
  max-height: 60px;
  overflow: auto;
}
#nav_menu-2{
  float: right;
  max-width: 32%;
}
#nav_menu-2 ul,
#nav_menu-2 ul li{
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
#nav_menu-2 ul li a{
  font-size: 14px;
  line-height: 17px;
  color: #88adec;
  display: block;
  padding: 0px 20px;
}
body.en #nav_menu-2 ul li a{
  padding: 0px 15px;
}
#text_icl-2{
  clear: right;
  float: right;
  width: 32%;
  text-align: right;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
/* vnitřní */
body.page article .entry-content,
body.page article header.entry-header{
  width: 100%;
}
h1{
  font-size: 32px;
  color: #000;
  line-height: 40px;
  margin: 20px 0px 25px;
  font-weight: bold;
}
h2{
  font-size: 20px;
  color: #000;
  line-height: 32px;
  margin: 0px 0px 10px;
  font-weight: bold;
}
h3{
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 0px 0px 10px;
  font-weight: bold;
}
p,
body.page article .entry-content p{
  font-size: 15px;
  line-height: 22px;
  color: #111;
  margin: 0px 0px 30px;
}
article li{
  font-size: 15px;
  line-height: 22px;
  color: #111;
}
article ol{
  margin: 0px 0px 30px;
  padding-left: 19px;
}
article ul{
  padding-left: 0px;
  margin: 0px 0px 30px;
}
article ul li{
  list-style: none;
  padding-left: 19px;
  background: transparent url(images/li.svg) no-repeat left 9px;
}
body.single-post article.detail header.entry-header,
body.single-post article.detail .entry-content{
  width: 100%;
}
body.single-post h2.entry-subtitle{
  display: none;
}
body.single-post article.detail .entry-meta{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
body.single-post article.detail .opener-thumb a img{
  width: 100%;
}
body.single-post article.detail h1{
  font-size: 30px;
  line-height: 36px;
  color: #003563;
  font-weight: bold;
  padding: 10px 0px 20px;
  margin: 0px;
}
body.single-post article.detail p{
  font-size: 15px;
  line-height: 22px;
  color: #111;
  margin: 0px 0px 30px;
}
body.single-post article.detail p:nth-child(2){
  font-size: 18px;
  line-height: 24px;
}
body ul.multipage-toc{
  display: inline-block;
  background: #f4f8fe;
  padding: 25px;
  border: 1px solid #b9cff4;
  padding-left: 45px;
}
body ul.multipage-toc h2.toc-header{
  background: transparent;
  border: none;
  font-size: 15px;
  line-height: 18px;
  color: #003463;
  font-weight: bold;
  margin: 0px 0px 20px;
  list-style: none;
  margin-left: -18px;
}
body ul.multipage-toc li{
  background: transparent;
  list-style: decimal;
  padding-left: 0px;
  padding-right: 0px;
  color: #6b99e5;
}
body ul.multipage-toc li.current,
body ul.multipage-toc li.current a{
  color: #000;
}
body.single-post article.detail figure{
  text-align: center;
  margin: 0 auto;
}
body.single-post article.detail figure a{
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 10px;
}
figure img,
body.single-post article.detail .entry-content img{
  box-shadow: 0px 0px 5px #ccc;
}
figure img.noborder,
body.single-post article.detail .entry-content img.noborder{
  box-shadow: none;
}
body.single-post article.detail .wp-caption .wp-caption-text,
body.single-post article.detail figcaption{
  font-size: 14px;
  line-height: 21px;
  color: #777;
  margin: 0px 0px 25px;
}
.entry-content .multipage-navlink {
  margin-top: -40px;
  line-height: 40px;
  float: right;
  clear: both;
}
.entry-content .multipage-navlink a{
  font-size: 17px;
  font-weight: bold;
  color: #df0000;
  text-decoration: none;
}
.entry-content .multipage-navlink a:hover{
  text-decoration: underline;
}
body.single-post article.detail .tags{
  margin-bottom: 30px;
  clear: both;
}
body.single-post article.detail .tags a:before{
  content: "#";
  display: inline-block;
}
article header.entry-header .entry-content{
  width: 100%;
  padding: 0;
}
article .the_champ_sharing_container{
  display: none;
}
article.detail .the_champ_sharing_container{
  display: block;
  float: left;
}
article.detail .the_champ_sharing_container + div{
  clear: none !important;
}
article.detail .flattr{
  float: left;
  height: 40px;
}
article.detail .flattr a {
  display: block;
  height: 35px;
  font-size: 15px;
  text-indent: 0;
  width: 120px;
  background: #000 url(images/ikona-flattr.svg) no-repeat left 10px center;
  margin: 3px 3px;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  padding-left: 36px;
}
h2.related-title{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
body.search-results article header.entry-header{
  width: 100%;
}
body.search-results article .entry-summary{
  padding: 5px 28px 0px;
  box-sizing: border-box;
  float: left;
  margin: 0px;
}
/* komentáře */
.sidebar .widget{
  margin-bottom: 10px;
}
.sidebar .widget_decent_comments_widget h3.widget-title{
  font-size: 15px;
  line-height: 20px;
  color: #222;
  font-weight: bold;
  margin: 0px 0px 10px;
  text-transform: uppercase;
}
.decent-comments ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.decent-comments ul li{
  padding: 15px 20px 30px;
  background: #003663;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0px 15px;
  color: #fff;
  font-size: 13px;
}
.decent-comments ul li .comment-author{
  font-size: 13px;
  color: #6b99e5;
  line-height: 18px;
  margin: 0px 0px 10px;
  display: block;
}
.decent-comments ul li .comment-link{
  display: block;
  margin: 0px 0px 10px;
}
.decent-comments ul li .comment-link a{
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
.decent-comments ul li .comment-link a:hover{
  text-decoration: underline;
}
.decent-comments ul li .comment-excerpt{
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 18px;
}
h2.comments-title,
h3#reply-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h2.comments-title a{
  color: #fff;
  text-transform: none;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  background: #df0000;
  margin-left: 10px;
}
#comments ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments ol ol{
  margin-left: 20px;
}
#comments ol ol ol{
  margin-left: 20px;
}
#comments ol article{
  padding: 20px 30px;
  border: 1px solid #b9cff4;
  box-sizing: border-box;
  float: none;
}
#comments ol article .comment-author{
  float: left;
  font-size: 15px;
  line-height: 18px;
  color: #003363;
  font-weight: bold;
}
#comments ol li.bypostauthor > article .comment-author{
  color: #df0000;
}
#comments ol article .comment-author img,
#comments ol article .comment-author .says{
  display: none;
}
#comments ol article .comment-metadata{
  float: right;
  font-size: 14px;
  color: #6b99e5;
  line-height: 18px;
}
#comments ol article .comment-content{
  clear: both;
  padding-top: 15px;
}
#comments ol article .comment-content p{
  font-size: 14px;
  line-height: 19px;
  color: #111;
  margin: 0px 0px 15px;
}
#comments ol article .reply a{
  display: inline-block;
  color: #fff;
  text-transform: none;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  background: #003363;
}
h2.comments-title a:hover,
#comments ol article .reply a:hover,
#respond form p.form-submit input:hover{
  text-decoration: underline;
}
#respond form label,
form#loginform label{
  display: block;
  font-size: 15px;
  line-height: 21px;
  color: #8a8a7b;
  padding: 10px 0px 5px;
}
#respond form p,
form#loginform p{
  margin: 0px;
  vertical-align: middle;
}
#respond form p.comment-form-author{
  float: left;
  width: 32%;
  margin-right: 2%;
}
#respond form p.comment-form-email{
  float: left;
  width: 32%;
  margin-right: 2%;
}
#respond form p.comment-form-url{
  float: left;
  width: 32%;
  margin-right: 0;
}
#respond form p.form-submit{
  clear: both;
  padding-top: 20px;
}
#respond form p.comment-form-author input,
#respond form p.comment-form-email input,
#respond form p.comment-form-url input,
form#loginform input.input{
  border: 1px solid #ccc;
  height: 47px !important;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #212121;
  font-size: 15px;
}
textarea{
  border: 1px solid #ccc;
  min-height: 100px;
  padding: 5px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #212121;
  font-size: 15px;
}
#respond form p.form-submit input,
form#loginform input#wp-submit,
form#registerform input#wp-submit,
form#lostpasswordform input#wp-submit,
.entry-content form button,
.entry-content form input.button-primary,
.entry-content form input#wp-submit,
.entry-content form input#wp-submit1,
form input.search-submit,
main > a.back.button{
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 0px;
  text-transform: none;
  line-height: 49px;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  background: #003363;
  margin-bottom: 25px;
}
form#loginform input#wp-submit,
form#registerform input#wp-submit,
form#lostpasswordform input#wp-submit,
.entry-content form button,
.entry-content form input.button-primary,
.entry-content form input#wp-submit,
.entry-content form input#wp-submit1,
form input.search-submit{
  margin-bottom: 0px;
}
#respond form p.form-submit input:hover,
form#loginform input#wp-submit:hover,
body .tml .tml-action-links a:hover,
form#registerform input#wp-submit:hover,
form#lostpasswordform input#wp-submit:hover,
.entry-content form button:hover,
.entry-content form input.button-primary:hover,
.entry-content form input#wp-submit:hover,
.entry-content form input#wp-submit1:hover,
form input.search-submit:hover,
main > a.back.button:hover{
  text-decoration: underline;
}
main > a.back.button{
  background: #df0000;
}
main form input.search-submit{
  line-height: 34px;
  margin-top: -4px;
}
main form input.search-field{
  height: 34px;
  border-radius: 0px;
}
body.page article .entry-content p.message{
  text-transform: lowercase;
}
body.page article .entry-content p.message:first-letter{
  text-transform: uppercase;
}
input, button{
  font-family: 'Titillium Web', sans-serif;
  /* font-family: Tahoma, Geneva, Verdana, sans-serif; */
}
.tml .tml-action-links li{
  padding-left: 20px;
  line-height: 22px;
}
input[type=checkbox]{
  display: none;
}
input[type=checkbox] + label {
  background: transparent url(images/checkbox.svg) no-repeat left top;
  padding-left: 34px !important;
  padding-top: 0px !important;
  cursor: pointer;
}
input[type=checkbox]:checked + label {
  background: transparent url(images/checkbox-checked.svg) no-repeat left top;
}
/* stránkovač */
.navigation.posts-navigation{
  clear: both;
  display: none;
}
.pager{
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}
a.page-numbers{
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  margin: 0px 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #003563;
}
a.page-numbers:hover,
span.page-numbers.current{
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #003563;
  text-decoration: none;
  margin: 0px 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}
a.page-numbers.next,
a.page-numbers.prev{
  display: none;
}
.bypostauthor {
  clear: both;
}
.second-featured{
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.second-featured article{
  width: calc(50% - 0.75em);
}
.second-featured article .thumb{
  width: 47.1%;
}
.second-featured article header.entry-header{
  width: 52.9%;
}
.has-cookie-bar #catapult-cookie-bar {
  padding: 0px 10px 0px;
  color: #777;
  bottom: 20px;
  width: 260px;
  background-color: #ccc;
  box-shadow: none;
  border-radius: 0px;
}
.has-cookie-bar #catapult-cookie-bar h3{
  color: #777;
}
.cookie-bar-block #catapult-cookie-bar span {
  margin: 0em 0 1em;
}
.has-cookie-bar #catapult-cookie-bar a {
  color: #777;
}


/* responze */
@media screen and (max-width: 1470px){
  #content .left-ad, #content .right-ad{display: none;}
}
@media screen and (max-width: 1100px){
  header#masthead .section{width: 96%;}
  .site-title a{width: 330px;}
  #black-studio-tinymce-4 {max-width: 600px;}
  header#masthead:after{width: 38%;}
  header#masthead .section:before{left: 38%;}
  #site-navigation .menu-hlavni-menu-container, #site-navigation .menu-main-menu-container{width: 96%;}
  #site-navigation .menu-hlavni-menu-container ul li a, #site-navigation .menu-main-menu-container ul li a {padding-right: 8px !important; margin-right: 15px; font-size: 14px;}
  #site-navigation .menu-hlavni-menu-container ul li#menu-item-29 a, #site-navigation .menu-main-menu-container ul li#menu-item-29 a {padding: 0px 18px 0px 28px;}
  #site-navigation .menu-hlavni-menu-container ul li#menu-item-27 a, #site-navigation .menu-main-menu-container ul li#menu-item-27 a{padding-left: 40px;}
  footer.site-footer .site-info{width: 96%;}
  #nav_menu-2 ul li a {padding: 0px 15px;}
  #content{width: 100%; padding: 19px 2% 0px;}
  article .entry-content p{margin-bottom: 10px;}
}
@media screen and (max-width: 1023px){
  .site-branding{width: 30%;}
  .site-title{width: 100%;}
  .site-title a{width: 100%;}
  header#masthead .header-sidebar {width: 66%;}
  #site-navigation .menu-hlavni-menu-container, #site-navigation .menu-main-menu-container{display: none;}
  #site-navigation{position: relative;}
  #site-navigation .menu-toggle{position: relative; display: block; width: 96%; margin: 0px 2%; border: none; background: transparent url(images/ikona-menu.svg) no-repeat right center; border-radius: 0px; height: 44px; padding: 0px; font-size: 0px; text-indent: -9999px;}
  #site-navigation:before{content: "Menu"; display: block; line-height: 44px; font-size: 17px; font-weight: bold; color: #fff; position: absolute; top: 8px; left: 2%;}
  #site-navigation.toggled{position: static;}
  #site-navigation.toggled:before{display: none;}
  #site-navigation.toggled .menu-hlavni-menu-container, #site-navigation.toggled .menu-main-menu-container{display: block; position: absolute; top: 70px; min-height: 100vh; background: #003663; width: 100%; z-index: 11;}
  .main-navigation li{float: none;}
  #site-navigation .menu-hlavni-menu-container ul li a, #site-navigation .menu-main-menu-container ul li a{padding-left: 80px !important; background-position: 30px center !important; margin-right: 0px; border-right: none; border-bottom: 1px solid #154a7d; line-height: 60px;}
  #site-navigation.toggled .menu-toggle{position: absolute; top: 0px; width: 100%; background: #003663 url(images/ikona-zavrit.png) no-repeat right 2% center; height: 70px; margin: 0px; border-bottom: 1px solid #154a7d; z-index: 11;}
  #nav_menu-2 ul li a {padding: 0px 10px;}
  #site-navigation .menu-hlavni-menu-container ul li, #site-navigation .menu-main-menu-container ul li{display: block; text-align: left;}
  header#masthead:after{width: 32%;}
  header#masthead .section:before{left: 32%;}
  #site-navigation{z-index: 101;}
  #site-navigation .menu-hlavni-menu-container ul ul, #site-navigation .menu-main-menu-container ul ul {position: static; display: block; width: 100%; float: none; box-shadow: none;}
  #site-navigation .menu-hlavni-menu-container ul li ul li a, #site-navigation .menu-main-menu-container ul li ul li a {width: 100%; box-sizing: border-box; border-bottom: 1px solid #154a7d;}
  article .thumb .categories {top: 0px; font-size: 16px; line-height: 20px;}
  .featured article .thumb .categories {font-size: 20px; line-height: 28px;}
}
@media screen and (max-width: 850px){
  header#masthead .topmenu ul li a {padding: 0px 14px;}
  #nav_menu-2 ul li a {padding: 0px 5px;}
  .entry-content .multipage-navlink{margin-top: 0px;}
}
@media screen and (max-width: 767px){
  #site-navigation.toggled {z-index: 103; position: relative; margin-top: -130px;}
  header#masthead{background: transparent; overflow: visible; z-index: 102;}
  header#masthead:before, header#masthead:after, header#masthead .section:before{display: none;}
  header#masthead .topmenu ul li{display: none;}
  header#masthead .topmenu ul li.menu-item-wpml-ls-3-sk, header#masthead .topmenu ul li.menu-item-wpml-ls-3-en{display: block;}
  header#masthead .topmenu ul li.wpml-ls-item-en{border: none;}
  #black-studio-tinymce-6{display: none;}
  #primary {width: 100%;}
  #content .sidebar {width: 100%; padding-left: 0px; text-align: center;}
  #tag_cloud-2 {border-right: none; width: 100%; padding-right: 0px;}
  #nav_menu-2 {max-width: 100%; width: 100%;}
  footer .widget{margin-bottom: 15px;}
  #text-2{width: 100%; text-align: center;}
  #nav_menu-2 ul{padding: 15px 0px; border-top: 1px solid #2f2f2f; border-bottom: 1px solid #2f2f2f; float: none; width: 100%; text-align: center;}
  #nav_menu-2 ul li{float: none; display: inline-block; vertical-align: top;}
  #nav_menu-2 ul li a {padding: 0px 10px;}
  .site-title a{height: 130px;}
  header#masthead .topmenu ul {padding: 30px 0px 0px;}
  #search-2 form{display: none;}
  #search-2 a.open-search-block{float: right; border: 1px solid #c2d6f5; display: block; width: 40px; height: 40px; background: transparent url(images/ikona-velka-hledani.svg) no-repeat center center; font-size: 0px; text-indent: -9999px;}
  #search-2.mobile-visible a.open-search-block{display: none;}
  #search-2.mobile-visible form{display: block; position: absolute; top: 130px; left: 0px; height: 130px; width: 100%; background: #f0f5fd; box-sizing: border-box; padding: 65px 15px 0px; z-index: 10;}   
  #search-2 input.search-submit {top: 68px; right: 18px;}
  #search-2.mobile-visible{position: static;}
  #search-2.mobile-visible a.close-search-block{z-index: 10; position: absolute; top: 152px; right: 20px; display: block; width: 23px; height: 23px; background: transparent url(images/ikona-zavrit-modra.svg) no-repeat center center; font-size: 0px; text-indent: -9999px;}
  #search-2.mobile-visible form:before{content: "Vyhľadávanie"; font-size: 18px; color: #003563; line-height: 64px; position: absolute; left: 15px; top: 0px;}
  #search-2{width: auto;}
  header#masthead .header-sidebar{width: auto;}
  .sidebar .widget_decent_comments_widget{text-align: left; padding: 0px 20px;}
  .second-featured article{width: 100%;}
  .second-featured article .thumb {width: 29%;}
  .second-featured article header.entry-header {width: 71%;}
  #comments ol ol {margin-left: 20px;}
  #comments ol ol ol{margin-left: 20px;}
}
@media screen and (max-width: 599px){
  .featured article .thumb, article .thumb {width: 100%; text-align: center;}
  .featured article header.entry-header {padding: 25px 28px 0px; width: 100%;}
  article.hentry{padding-bottom: 15px; margin-bottom: 0px;}
  article .thumb img{margin: 0 auto;}
  article header.entry-header, article .entry-content{width: 100%;}
  #content .sidebar{padding-top: 15px;}
  h2.related-title {padding-top: 20px;}
  #respond form p.comment-form-author{width: 100%; margin-right: 0%;}
  #respond form p.comment-form-email{width: 100%; margin-right: 0%;}
  #respond form p.comment-form-url{width: 100%; margin-right: 0;}
  .second-featured article .thumb {width: 100%;}
  .second-featured article header.entry-header {width: 100%;}
}
@media screen and (max-width: 479px){
  .site-branding {width: 46%;}
  header#masthead .section {width: 100%; box-sizing: border-box; padding: 0px 20px;}
  #site-navigation .menu-toggle {width: 100%; margin: 0px 0%; background: transparent url(images/ikona-menu.svg) no-repeat right 20px center;}
  #site-navigation:before {left: 20px;}
  #content {width: 100%; padding: 0px 0% 0px;}
  .featured article header.entry-header h2.entry-title a {font-size: 18px; line-height: 21px;}
  article header.entry-header h2.entry-title {margin: 0px 0px 10px;}
  .featured article header.entry-header .entry-content p {font-size: 14px; line-height: 19px;}
  .featured article header.entry-header {padding: 15px 28px 0px;}
  article header.entry-header{padding: 15px 28px 0px;}
  .featured article header.entry-header .entry-meta {font-size: 14px; line-height: 17px;}
  article header.entry-header h2.entry-title{line-height: 23px;}
  h1 {margin: 20px 20px 25px;}
  footer.site-footer .site-info {width: 100%; box-sizing: border-box; padding: 28px 20px 0px;}
  #site-navigation.toggled .menu-toggle {background: #003663 url(images/ikona-zavrit.png) no-repeat right 20px center;}
  body.single-post article.detail h1 {font-size: 20px; line-height: 26px;}
  h2.related-title, #comments{padding: 20px 20px 0px; clear: both;}
  article h1 {margin: 20px 0px 25px;}
  #comments ol ol {margin-left: 20px;}
  #comments ol ol ol{margin-left: 20px;}
}
ins{background:#fff}











/* dark */
body.dark,
body.dark #content,
body.dark header#masthead:after {
  background: #444;
  color: #fff;
}
body.dark #content{
  background: #333;
}
body.dark article {
  background: #000;
}
body.dark article .entry-content p,
body.dark article header.entry-header h2.entry-title a,
body.dark .sidebar .widget_decent_comments_widget h3.widget-title,
body.dark header#masthead .topmenu ul li a,
body.dark.single-post article.detail h1,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark p, 
body.dark.page article .entry-content p,
body.dark #respond form label, 
body.dark form#loginform label,
body.dark #comments ol article .comment-content p,
body.dark #comments ol article .comment-author,
body.dark article li,
body.dark #search-2 input.search-field {
  color: #d4d4d4;
}
body.dark article header.entry-header h2.entry-title a,
body.dark .sidebar .widget_decent_comments_widget h3.widget-title,
body.dark.single-post article.detail h1,
body.dark h1,
body.dark h2,
body.dark h3{
  color: #F0F0F4;
}
body.dark a.page-numbers {
  background: #777474;
  color: #fff;
}
body.dark a.page-numbers:hover, 
body.dark span.page-numbers.current {
  background: #003563;
}
body.dark header#masthead:before {
  background: #7f8288;
}
body.dark header#masthead .topmenu ul li:first-child a {
  background: transparent url(images/ikona-uzivatel-dark.svg) no-repeat left center;
}
body.dark header#masthead .section:before {
  background: transparent url(images/header-top-dark.png) no-repeat center center;
}
body.dark textarea,
body.dark #respond form p.comment-form-author input, 
body.dark #respond form p.comment-form-email input, 
body.dark #respond form p.comment-form-url input, 
body.dark form#loginform input.input,
body.dark input[type="text"], 
body.dark input[type="email"], 
body.dark input[type="url"], 
body.dark input[type="password"], 
body.dark input[type="search"], 
body.dark input[type="number"], 
body.dark input[type="tel"], 
body.dark input[type="range"],
body.dark input[type="date"], 
body.dark input[type="month"], 
body.dark input[type="week"], 
body.dark input[type="time"], 
body.dark input[type="datetime"], 
body.dark input[type="datetime-local"], 
body.dark input[type="color"], 
body.dark textarea,
body.dark select{
  background: #000;
  color: #d4d4d4;
}
body.dark .description,
body.dark form label{
  color: #d4d4d4;
}
body.dark #comments ol article{
  border: none;
}
body.dark #comments ol li.bypostauthor > article .comment-author {
  color: #df0000;
}
body.dark article .entry-content p.message{
  color: #111;
}
.topmenu .menu-upper-menu-container,
.topmenu .menu-horni-menu-container{
  float: left;
}
header#masthead .topmenu ul li a {
  padding: 0px 15px;
}
.theme-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 15px;
  float: right;
  padding-top: 8px;
}
label.input-toggle {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin: 0;
}
label.input-toggle > span {
  display: inline-block;
  border-radius: 12px;
  background-color: rgba(3, 3, 3, 0.2);
  position: relative;
  width: 40px;
  height: 24px;
  cursor: pointer;
  transition: background-color 0.1s ease-in;
}
label.input-toggle > span:after {
  content: "";         
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #FFD073;
  text-shadow: 0 2px 4px 0 rgba(255, 208, 115, 0.42);
  font-size: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #111112 url(images/sun.svg) no-repeat center center;
  background-size: 80%;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: left 0.1s ease-in, background-color 0.1s ease-in;
}
body.dark label.input-toggle > span {
  background: #003663;
}
body.dark label.input-toggle > input + span:after {
  background: #111112 url(images/moon.svg) no-repeat center center;
  background-size: 80%;
  left: calc(100% - 22px);
}
body.dark ul.multipage-toc{
  background: #7f8288;
  border: none;
}
body.dark ul.multipage-toc li.current, 
body.dark ul.multipage-toc li.current a,
body.dark ul.multipage-toc li,
body.dark ul.multipage-toc h2.toc-header{
  color: #d4d4d4;
}
body.dark ul.multipage-toc li a{
  color: #f0f0f4;
}
body.dark table{
  color: #000;
}
body.dark.page article .entry-content .tml p.error{
  color: #111;
}
body.dark #search-2 a.open-search-block {
  background: transparent url(images/ikona-hledani.svg) no-repeat center center;
}
body.dark #search-2.mobile-visible form{
  background: #7f8288;
}
body.dark #search-2 input.search-field::-webkit-input-placeholder{
  color: #d4d4d4;
}
body.dark #search-2 input.search-field::-ms-input-placeholder{
  color: #d4d4d4;
}
body.dark #content article > .entry-content > pre,
body.dark #content article > .entry-content > div{
  color: #404040;
}
@media screen and (max-width: 850px){
  header#masthead .topmenu ul li a {padding: 0px 9px;}
}
@media screen and (max-width: 767px){
  .theme-toggle {padding-top: 32px;}
}
