/*
[32;28;38M
Theme Name: NIC blog responsive i18n
Theme URI: http://blog.nic.cz/
Author: JJ from Perfect Planet
Author URI: http://perfectpla.net/
Description: Custom theme for blog.nic.cz, based on underscores.me and the Perfect Planet Framework
Version: 1.0.5
License: GNU General Public License
License URI: license.txt
Text Domain: nic
Domain Path: blog.nic.cz/
Tags:
--- --- ---
Modified: 13.2.2014 by Martin Šerák according to comments https://admin.nic.cz/ticket/9242#comment:86
    and made little CSS code optimizations
    blog new version: https://admin.nic.cz/ticket/18421
*/

/* disable wpstats smiley at the left bottom of the page */
img#wpstats { display: none; }

/* =Base
 --------------------------------------------------------------- */

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Regular.eot');
    src:
        url('fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Regular.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/montserrat/Montserrat-Regular.svg#montserrat regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Italic';
    src: url('fonts/montserrat/Montserrat-Italic.eot');
    src:
        url('fonts/montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Italic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Italic.ttf') format('truetype'),
        url('fonts/montserrat/Montserrat-Italic.svg#montserrat italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('fonts/montserrat/Montserrat-Bold.eot');
    src:
        url('fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Bold.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/montserrat/Montserrat-Bold.svg#montserrat bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold Italic';
    src: url('fonts/montserrat/Montserrat-BoldItalic.eot');
    src:
        url('fonts/montserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-BoldItalic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-BoldItalic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-BoldItalic.ttf') format('truetype'),
        url('fonts/montserrat/Montserrat-BoldItalic.svg#montserrat bold italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lora';
    src: url('fonts/lora/Lora-Regular.eot');
    src:
        url('fonts/lora/Lora-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/lora/Lora-Regular.woff2') format('woff2'),
        url('fonts/lora/Lora-Regular.woff') format('woff'),
        url('fonts/lora/Lora-Regular.svg#lora regular') format('svg'),
        url('fonts/lora/Lora-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lora Italic';
    src: url('fonts/lora/Lora-Italic.eot');
    src:
        url('fonts/lora/Lora-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/lora/lora-Italic.woff2') format('woff2'),
        url('fonts/lora/Lora-Italic.woff') format('woff'),
        url('fonts/lora/Lora-Italic.svg#lora italic') format('svg'),
        url('fonts/lora/Lora-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lora Bold';
    src: url('fonts/lora/Lora-Bold.eot');
    src:
        url('fonts/lora/Lora-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/lora/Lora-Bold.woff2') format('woff2'),
        url('fonts/lora/Lora-Bold.woff') format('woff'),
        url('fonts/lora/Lora-Bold.svg#lora bold') format('svg'),
        url('fonts/lora/Lora-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lora Bold Italic';
    src: url('fonts/lora/Lora-BoldItalic.eot');
    src:
        url('fonts/lora/Lora-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/lora/Lora-BoldItalic.woff2') format('woff2'),
        url('fonts/lora/Lora-BoldItalic.woff') format('woff'),
        url('fonts/lora/Lora-BoldItalic.svg#lora bold italic') format('svg'),
        url('fonts/lora/Lora-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* = CODE FROM MAIN.CSS inlined for better performance
----------------------------------------------- */

html,
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 10pt; /* 14px; */
    line-height: 1.4em; /* 1.428571429em; */
    overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
acronym,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {  /* odmazany table, thead, tbody, tfoot, ... td, dale tagz, kterym se nestyluji okraje a spol. */
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 10pt; /* 14px; */
    vertical-align: baseline;
}

tt {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 11pt;
}

pre,
code {
    font-size: 11pt;
    line-height: 1.3 em;
}

/* redefining tt pre and code over bootstrap */

.syntaxhighlighter,
pre,
code {
    color: #333;
    background-color: #f2f2f2;
    padding: 10px 20px;
    margin: 17px 0;
    display: block;
    overflow-x: scroll;
    border-radius: 0;
    white-space: pre;
}

code {
    /* something adds <br> in code blocks */
    white-space: normal;
}

tt {
    color: #333;
    background-color: #f2f2f2;
    padding: 4px;
}

th,
td {    /*  oddeleno z hromadne definice, aby tabulky byly citelnejsi a bunky mely okraje */
    padding: 0 4px;
    font-size: 12pt; /* 14px; */
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

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

strong {
    font-weight: bold;
}

.desktoponly {
    display: block;
}

.mobileonly {
    display: none;
}

footer.entry-meta a,
#main .comments-link a,
#main p a {
    color: #059;
    text-decoration: underline;
}

footer.entry-meta a:active,
#main .comments-link a:active,
#main p a:active {
    color: #18b;
    text-decoration: none;
}

footer.entry-meta a:visited,
#main .comments-link a:visited,
#main p a:visited {
    color: #037;
    text-decoration: underline;
}

footer.entry-meta a:hover,
#main .comments-link a:hover,
#main p a:hover {
    text-decoration: none;
}

blockquote {
    float: left;
    padding: 15px 15px 15px 0;
    margin: 15px 20px 15px -65px;
    width: 270px;
    font-style: italic;
    font-family: Lora, Georgia, "Times New Roman", "Bitstream Charter", "URW Bookman L", serif;
    color: #3a414d;
    font-size: 130%;
    border-left: 0 !important;
    border-right: 1px solid #ccc;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

input { /* old iOS border radius uncompatibility fix */
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* Grid */
.wrap {
    width: auto;
    width: 977px;
    margin: auto;
}

.container {
    padding: 0 15px;
}

/* Clearing */

.comment-respond p::before,
.comment-respond p::after,
.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
}

.comment-respond p::after,
.clearfix::after {
    clear: both;
}

/* .site-header */
.site-header {
    background: #e0e2e2;
    width: 100%;
    min-height: 69px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    z-index: 100;
    margin-bottom: -69px;
}

.site-header .logo {
    padding: 15px 0;
    font-size: 170%;
    line-height: 37px;
    float: left;
    margin: 0;
}

.site-header .logo a {
    text-decoration: none;
    color: #666;
}

.site-header .logo a span {
    color: #000;
    font-weight: bold;
    font-family: "Montserrat Bold", sans-serif;
}

.site-header .right {
    float: right;
}

.site-header .menu {
    float: left;
}

.site-header .menu ul {
    padding-top: 15px;
    position: relative;
}

.site-header .menu ul li {
    display: inline;
    margin-right: 10px;
    position: relative;
    float: left;
}

.site-header .menu ul li:last-child {
    margin-right: 0;
}

.site-header .menu ul li a {
    color: #666;
    text-decoration: none;
    background: transparent url('img/arrow-down.png') 22px 14px no-repeat;
    font-size: 110%;
    line-height: 40px;
    padding: 0 50px;
    display: block;
    float: left;
    border-left: 1px solid #b3b3b3;
}

.site-header .menu ul li:hover ul {
    display: block;
    border-bottom: 1px solid #b3b3b3;
}

.site-header .menu ul li ul {
    display: none;
    position: absolute;
    background: #e0e2e2;
    padding-top: 15px;
    top: 39px;
    left: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    min-width: 155px;
    overflow: auto;
    max-height: 31em;
}

.site-header .menu ul li ul li {
    border-right: 1px solid #b3b3b3;
    width: 100%;
}

.site-header .menu ul li ul li a {
    font-size: 100%;
    background: transparent;
    padding: 0 20px 10px;
    line-height: 20px;
    width: 100%;
}

.site-header .menu ul li ul li a:hover {
    text-decoration: underline;
}

.site-header .right .search {
    margin-top: 17px;
    position: relative;
    float: right;
}

/* language links */

.site-header .right .language {
    margin: 0;
    position: relative;
    float: right;
}

.site-header .right .language ul {
    margin: 10px;
}

.site-header .right .language ul li a {
    background: none;
    margin: 5px 0 5px 5px;
    padding: 0;
    display: inline-block;
    list-style: none outside none;
    text-decoration: none;
    font-weight: normal;
    color: #666;
    font-size: 110%;
    line-height: 40px;
}

.site-header .right .language ul li a:hover {
    text-decoration: underline;
}

.site-header .right input {
    line-height: 16px;
    padding: 7px 30px 7px 10px;
    background: #fff;
    border: 1px solid #b3b3b3;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.site-header .right input[type=submit] {
    width: 30px;
    height: 25px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #fff !important;
    border-left: 1px solid #b3b3b3 !important;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('img/search.png') center center no-repeat;
}

.site-footer {
    border-top: 1px solid #c3c8c8;
    background-color: #f2f2f2;
}

.site-footer hr {
    width: 100%;
    border-top: 1px solid #c3c8c8;
    height: 1px;
    padding: 0 15px;
    margin: 0 0 0 -15px;
}

.site-footer .links {
    float: left;
    padding: 15px;
    line-height: 12px;
    font-size: 100%;
}

.site-footer .links strong {
    padding-right: 9px;
}

.site-footer .links ul,
.site-footer .links strong {
    float: left;
    display: inline;
}

.site-footer .links ul li {
    float: left;
    padding: 0 18px 0 0;

    /* list-style-type: none; */
}

.site-footer .links ul li::after {
    content: "|";
    position: relative;
    right: -9px;
}

.site-footer .links ul li:last-of-type::after {
    content: "";
}

.site-footer .links ul li a {
    text-decoration: underline !important;
    color: #003893 !important;
}

.site-footer .links ul li a:hover {
    text-decoration: none !important;
}

.site-footer .footerlogo {
    padding: 11px;
    float: right;
}

.site-footer .box {
    display: table-cell;
    height: 85px;
    color: #333;
    line-height: 17px;
}

.site-footer .box p {
    margin-left: 58px;
    font-size: 90%;
}

.site-footer .box.cci {
    padding: 0 12px;
    width: 22%;
}

.site-footer .box.cci p {
    margin-top: 14px;
    margin-left: 14px;
}

.site-footer .box.wpi {
    background: url('img/wp.png') 5px 15px no-repeat;
    width: 27%;
}

.site-footer .box.wpi p {
    margin-top: 32px;
}

.site-footer .box.wai {
    background: url('img/wa.png') 5px 15px no-repeat;
    width: 30%;
}

.site-footer .box.wai p {
    margin-top: 32px;
}

.site-footer .box.issn {
    background: url('img/issn.png') 5px 15px no-repeat;
    width: 19%;
}

.site-footer .box.issn p {
    margin-top: 32px;
}

.site-footer .box.cef {
    background: url('img/en_cef_tr.png') 32px 10px no-repeat;
    background-size: auto 50px;
}

html[lang^=cs] .site-footer .box.cef {
    background: url('img/cs_cef_tr.png') 32px 10px no-repeat;
    background-size: auto 50px;
}

html[lang^=en] .site-footer .box.cef {
    background: url('img/en_cef_tr.png') 32px 10px no-repeat;
    background-size: auto 50px;
}

.site-footer .box.cef p {
    margin-top: 15px;
    margin-left: 400px;
}

.site-footer .networks {
    padding: 20px 0 20px 30px;
    float: left;
}

.site-footer .networks span {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    overflow: hidden;
    display: inline-block;
    height: 51px;
    width: 51px;
    position: relative;
    border: 1px solid transparent;
    margin-right: 10px;
}

.site-footer .networks span.fcb:hover {
    border: 1px solid #3b5a9b;
}

.site-footer .networks span.twt:hover {
    border: 1px solid #49c8f5;
}

.site-footer .networks span.rss:hover {
    border: 1px solid #ed8700;
}

.site-footer .networks span.lnk:hover {
    border: 1px solid #0077B5;
}

.site-footer .networks a {
    position: absolute;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    left: 2px;
    top: 2px;
    display: block;
    height: 45px;
    width: 45px;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.site-footer .networks span.fcb a {
    background-image: url('img/social-fcb.png');
    background-color: #3b5a9b;
}

.site-footer .networks span.twt a {
    background-image: url('img/social-twt.png');
    background-color: #49c8f5;
}

.site-footer .networks span.rss a {
    background-image: url('img/social-rss.png');
    background-color: #ed8700;
}

.site-footer .networks span.lnk a {
    background-image: url('img/social-linkedin.png');
    background-color: #0077B5;
}

/* --- Share buttons --- */
a.share-button {
    text-decoration: none !important;
}

div.share-button-box {
    display: inline-flex;
    border-radius: 3px;
    height: 20px;
    padding-right: 10px;
}

div.icon {
    width: 24px;
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    display: inline-block;
}

div.icon-description {
    color: white;
    display: inline-block;
    font-size: 8pt;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
}

/* Facebook */
a.facebook-share-button div.share-button-box {
    background-color: #4267b2;
}

a.facebook-share-button div.share-button-box:hover {
    background-color: #324f89;
}

a.facebook-share-button div.icon {
    background-image: url('img/social-fcb.png');
}

/* LinkedIn */
a.linkedin-share-button div.share-button-box {
    background-color: #0077B5;
}

a.linkedin-share-button div.share-button-box:hover {
    background-color: #00669B;
}

a.linkedin-share-button div.icon {
    background-image: url('img/social-linkedin.png');
}

/* Twitter */
a.twt-share-button div.share-button-box {
    background-color: #1b95e0;
}

a.twt-share-button div.share-button-box:hover {
    background-color: #0c7abf;
}

a.twt-share-button div.icon {
    background-image: url('img/social-twt.png');
}

/* Others */
.categories-list {
    display: inline;
}

.categories-list .cat-item {
    list-style: none;
    display: inline;
    white-space: nowrap;
}

.categories-list .cat-item::after {
    content: ', ';
}

.categories-list .cat-item:last-of-type::after {
    content: '';
}

.content-area {
    position: relative;
    padding: 130px 25px 55px;
}

.article {
    border-top: 1px dashed #c3c8c8;
    padding: 1px 250px 55px 55px;
    position: relative;
}

.article h2,
.article h1 {
    font-size: 200%;
    line-height: 1.2em;
    font-family: "Montserrat Bold", sans-serif;
    font-weight: bold;
    color: #333 !important;
    margin-top: 2ex;
}

.article h2 {
    font-size: 180%;
}

.article h3 {
    font-size: 150%;
}

.article h2 a,
.article h1 a {
    color: #333 !important;
    padding-bottom: 10px !important;
    text-decoration: none !important;
}

.article h1 a:visited,
.article h2 a:visited {
    color: #333 !important;
    text-decoration: none !important;
}

.article h1 a:hover,
.article h2 a:hover {
    text-decoration: underline !important;
}

.article p {
    font-size: 17px;
    line-height: 29px;
    padding: 20px 0;
    font-family: Lora, Georgia, "Times New Roman", "Bitstream Charter", "URW Bookman L", serif;
    color: #333;
}

.error404 article p,
.single article p {
    padding: 9px 0;
    color: #333;
}

.single .author {
    color: #333;
    font-size: 12pt;
    line-height: 1.4em;
    padding: 5px 0;
}

.error404 h1,
.single h1 {
    color: #3a414d !important;
}

.error404 h2,
.single h2 {
    font-size: 180%;
    line-height: 40px;
    color: #3a414d !important;
}

.article .entry-meta {
    border: 1px solid #c3c8c8;
    position: absolute;
    background: #fff;
    top: 17px;
    right: -10px;
    padding: 10px;
    width: 232px;
    font-size: 80%;
    line-height: 1.7em;
    z-index: 1;
}

.article .entry-meta .date-time {
    white-space: nowrap;
}

.article .entry-meta .btm {
    height: 86px;
    width: 11px;
    background: url('img/box-btm.png');
    position: absolute;
    right: -1px;
    bottom: -87px;
}

.paging-navigation::before,
.bgl {
    height: 210px;
    width: 1px;
    background: url('img/article-bg-l.png') top;
    position: absolute;
    z-index: 0;
    left: -1px;
    top: -105px;
}

.article .social {
    margin-top: 5px;
}

.article .social-button.plusone {
    height: 20px;
    overflow: hidden;
}

.paging-navigation::after,
.bgr {
    height: 200px;
    width: 1px;
    background: url('img/article-bg-l.png') top;
    position: absolute;
    z-index: 0;
    right: -1px;
    top: -100px;
}

.entry-date {
    height: 64px;
    width: 64px;
    font-weight: bold;
    background: #d93643;
    line-height: 64px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -32px;
    top: -32px;
    font-size: 100%;
    z-index: 1;
}

.paging-navigation {
    position: relative;
    width: 100%;
}

.paging-navigation::after {
    content: "";
    height: 78px;
    right: 1px;
    top: -78px;
}

.paging-navigation::before {
    content: "";
    background: url('img/article-bg-l.png') top;
    height: 78px;
    top: -78px;
}
#main .endpost {
    clear: both;
}

#main .endpost > .post-link {
    margin: 0;
    padding: 0;
    float: right;
    width: 50%;
}

#main .post-link a.more-link {
    float: right;
    line-height: 1.35em;
    font-size: 110%;
    padding: 4px 16px 2px 6px;
    font-family: "Montserrat Bold", sans-serif;
    color: #fff;
    background: #d93643 url('img/more.png') right center no-repeat;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    white-space: nowrap;
}

#main .post-link a.more-link:hover {
    background: #923 url('img/more-hover.png') right center no-repeat;
}

.button {
    background: #d34;
    padding: 4px 6px;
    font-size: 90%;
    color: #fff !important;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button:hover {
    background: #923;
}

.paging-navigation a {
    width: 100%;
    background: #f2f2f2;
    color: #383839 !important;
    border: 1px solid #c3c8c8;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 80%;
    font-family: "Montserrat Bold", sans-serif;
    font-weight: bold;
    margin-left: -1px;
}

.paging-navigation.two-links .nav-previous,
.paging-navigation.two-links .nav-next {
    width: 50%;
}

.paging-navigation.two-links .nav-previous {
    float: left;
}

.paging-navigation.two-links .nav-next {
    float: right;
}

.rubriky {
    padding-top: 11px;
    padding-bottom: 30px;
}

.rubriky p {
    padding-left: 28px;
    padding-right: 10px;
    line-height: 1.35em; /* 24px; */
    font-size: 100%;
    color: #6c6f70;
}

.rubriky h3 {
    color: #4d5666;
    font-size: 140%;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.archiv {
    padding: 10px 0 0;
    text-align: right;
}

.archiv h3 {
    padding-right: 0;
    color: #4d5666;
    font-size: 140%;
    font-weight: bold;
    float: left;
    margin-top: 3px;
}

/* vlozeny styl pro nezobrazovani nazvu selectu Archiv s vyplym JS: */
.archiv select.selectpicker option.nazev-ne {
    display: none;
}

.bootstrap-select {
    width: 200px !important;
    margin: 0 10px;
    line-height: 30px !important;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #999;
    background: #fff url('img/select.png') right no-repeat !important;
    margin-top: -2px;
}

.caret {
    display: none !important;
}

.dropdown-menu a:hover {
    color: #555 !important;
    background: #c3c8c8 !important;
}

/* pridany styl pro skryti nazvu selectu - je to prvni neaktivni polozka */
ul.dropdown-menu li.disabled {
    display: none;
}

.newsletter {
    float: right;
    border-left: 1px solid #c3c8c8;
    width: 630px;
    margin-top: 25px;
}

.newsletter .half.a {
    width: 315px;
    padding: 15px 10px 11px 20px;
    float: left;
}

.newsletter.sc {
    padding: 13px 10px 11px 175px;
    float: right;
    background: url('img/nl.png') 33px 7px no-repeat;
}

.newsletter.sc p {
    font-size: 0.95em !important;
    line-height: 1.3em; /* 100%; */
    font-weight: bold;
    padding-top: 7px;
}

.newsletter.sc h3 {
    color: #d93643;
    font-size: 180% !important;
    line-height: 1.3em; /* 100%; */
    font-weight: bold;
    font-family: "Montserrat Bold", sans-serif;
}

.newsletter .half.b {
    width: 295px;
    padding: 15px 0 11px 20px;
    float: left;
}

.newsletter h3 {
    color: #4d5666;
    font-size: 140%;
    line-height: 1.3em; /* 21px; */
    margin: 0;
    padding: 0;
}

.newsletter p {
    margin: 0;
    padding: 0;
    font-size: 90%;
}

.newsletter .half input {
    line-height: 1.3em; /* 16px; */
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #b3b3b3;
    margin: 0;
    width: 180px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 1px;
}

.newsletter .half input[type=submit] {
    background: #d93643;
    border: 1px solid #d93643;
    color: #fff;
    font-weight: bold;
    font-size: 75%;
    text-transform: uppercase;
    padding: 8px 10px;
    width: auto;
}

.newsletter .half input[type=submit]:hover {
    background: #923;
    border: 1px solid #923;
}

.perex {
    font-weight: bold;
}

.bbox {
    position: relative;
    border: 1px solid #c3c8c8;
    float: left;
    margin-left: -9px;
    margin-bottom: 20px;
}

.bbox h2 {
    color: #333;
    font-family: "Montserrat Bold", sans-serif;
    font-weight: bold;
    font-size: 165%;
    line-height: 1.1em; /* 100%; */
    margin: 23px 40px;
}

.bbox h2 span {
    color: #b3b3b3;
}

.bbox::after {
    content: '';
    height: 70px; /* 70px; */
    top: -70px; /* -70px; */
    width: 1px;
    background: url('img/article-bg-l.png') top;
    position: absolute;
    z-index: 0;
    left: 9px;
}

.bbox::before {
    content: '';
    height: 86px;
    width: 11px;
    background: url('img/box-btm2.png');
    position: absolute;
    left: -1px;
    bottom: -87px; /* -87px; */
}

div .comments-link { /* Pridana trida pro odkaz na komentare clanku */
    font-size: 115%;
    padding: 0;
    float:left;
}

.comments .comment {
    line-height: 1.2em;
    clear: both;
    margin: 9px 60px;
    padding: 15px;
    width: 612px;
    border: 1px solid #c3c8c8;
    position: relative;
}

.comments .comment-content p {
    font-size: 17px;
    line-height: 28px;
    color: #333;
    font-family: Lora, Georgia, "Times New Roman", "Bitstream Charter", "URW Bookman L", serif;
}

.comments .comment .comment-author {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.comments .comment time {
    display: block;
    font-size: 0.85em;
    margin-bottom: 3px;
}

.comments .comment::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 12px;
    width: 16px;
    height: 14px;
    background: url('img/zob.png');
}

.comment-respond {
    clear: both;
    margin: 9px 60px;
    padding: 15px 15px 5px;
    width: 612px;
    position: relative;
    background: #f2f2f2;
}

.comment-respond h3 {
    font-size: 165%;
    line-height: 1em;
    font-family: "Montserrat Bold", sans-serif;
    font-weight: bold;
    color: #333 !important;
    margin: 0;
    padding: 0;
}

.comment-respond::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 12px;
    width: 12px;
    height: 17px;
    background: url('img/com.png');
}

.comment-respond p {
    padding: 5px 0;
}

.comment-respond form {
    clear: both;
    padding: 15px;
}

.comment-respond label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    width: 110px;
    color: #555;
    font-size: 1em;
    line-height: 1.35em; /* 20px; */
}

.comment-respond label span {
    color: red;
}

.comment-respond input {
    width: 185px;
    padding: 4px 5px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
}

.comment-respond textarea {
    width: 472px;
    height: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 5px;
}

.comment .comment-respond textarea {
    width: 440px;
}

.comment-respond input[type="submit"] {
    padding: 10px 12px;
    float: right;
    width: auto;
    background: #d34;
    font-size: 90%;
    color: #fff !important;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comment-respond input[type="submit"]:hover {
    background: #923;
}

.form-submit {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -35px;
}

.comment .comment {
    margin-left: 0;
    width: 559px;
}

.comment .comment-respond {
    margin-left: 0;
    width: 580px;
}

.comments .comment-form-help {
    width: 400px;
    max-width: 100%;
    margin-top: 15px;
}

/* --- Test komentaru 3. urovne: --- */
.comment .comment .comment {
    margin-left: 0;
    width: 95%; /* 504px; */
}

.comment .comment .comment-respond {
    margin-left: 0;
    width: 95%; /* 520px; */
}

/* --- konec testu komentaru 3. urovne --- */

.comment .edit-link {
    position: absolute;
    right: 10px;
    bottom: 4px;
}

.comment .reply {
    position: absolute;
    right: 20px;
    top: 14px;

    /* Pridano kvuli prekryvani 'Kontakt rika:' v uzkem zobrazeni (responsive): */
    margin-top: 1.428571429em; /* posun o radek niz, mezi 'Kontakt rika:' a obsah komentare */

    /* Konec pridavku */
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.comment:hover .reply {
    opacity: 1;
}

.row {
    position: relative;
}

.tt label {
    vertical-align: top;
    padding-top: 1px;
}

.noshow {
    position: absolute;
    left: 0;
    top: 22px;
    font-size: 80%;
}

.post-navigation {
    border-top: 1px dashed #c3c8c8;
    height: 180px;
    position: relative;
    padding: 30px 0 0;
}

.post-navigation .bgl,
.post-navigation .bgr {
    top: -70px;
}

.post-navigation .prev a,
.post-navigation .next a {
    background: #f2f2f2;
    display: block;
    font-size: 100%;
    line-height: 1.35em; /* 23px; */
    height: 39px;
    color: #555 !important;
    text-decoration: none !important;
    padding: 8px 12px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.post-navigation .prev a {
    float: left;
}

.post-navigation .next a {
    float: right;
}

.post-navigation .prev a::before {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 39px;
    left: -27px;
    background: url('img/arrow-left.png');
    top: -1px;
    z-index: 10;
}

.post-navigation .next a::before {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 39px;
    right: -27px;
    background: url('img/arrow-right.png');
    top: -1px;
    z-index: 10;
}

.gplus {
    height: 30px;
    width: 185px;
    margin: -7px 0 0 -7px;
}

.page .content-area,
.archive .content-area,
.search .content-area {
    padding-top: 170px;
}

.lineinfo {
    font-size: 86%;
}

.page-title {
    position: absolute;
    top: 80px;
    left: 80px;
    color: #7f8283;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-title span {
    font-family: "Montserrat Bold", sans-serif;
    font-weight: bold;
    color: #333;
}

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

.archive.date .entry-date {
    font-size: 180%;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* =Media
----------------------------------------------- */

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

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

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

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

.site-main .entry-content ul,
.site-main .entry-content ol {
    margin: 0.8em 0;
    margin-left: 20px;
    list-style-type: disc;
}

.site-main .entry-content ul li,
.site-main .entry-content ol li {
    margin-left: 1em;
    list-style-type: disc;
}

.site-main .entry-content ol li {
    list-style-type: decimal;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {
    /* nope */
}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
    /* nope */
}

.site-main .gallery-columns-4 .gallery-item img {
    /* nope */
}

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

.entry-content img {
    height: auto;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    /* nope */
}

/* =Responsive
----------------------------------------------- */

.container {
    max-width: none; /* override bootstrap definitions */
}

@media screen and (max-width: 1010px) {
    .article h1 {
        font-size: 180%;
    }

    .article h2 {
        font-size: 170%;
    }

    .bbox h2 {
        font-size: 150%;
    }

    .comment-respond h3 {
        font-size: 140%;
    }

    .wrap {
        width: 100%;
    }

    .site-footer .box.wpi p,
    .site-footer .box.wai p,
    .site-footer .box.issn p,
    .site-footer .box.cef p {
        margin-top: 17px;
    }

    .site-footer .box {
        vertical-align: top;
    }
}

@media screen and (max-width: 900px) {
    .site-header .logo {
        float: none;
        text-align: center;
    }

    .site-header .right {
        float: none;
        text-align: center;
    }

    .site-header .right .search input.search-field {
        padding: 7px 24px 7px 10px;
    }

    #site-navigation {
        display: block;
    }

    .article {
        padding: 1px 45px 50px;
    }

    .article h1 {
        font-size: 175%;
    }

    .article h2 {
        font-size: 170%;
    }

    .bbox h2 {
        font-size: 150%;
    }

    .article p,
    td p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .comment-respond h3 {
        font-size: 140%;
    }

    .article .entry-meta {
        border: 1px solid #c3c8c8;
        position: relative;
        background: #fff;
        top: auto;
        right: auto;
        min-width: 219px;
        width: 50%; /* auto; */
        margin-top: 40px;
    }

    .article .entry-meta .btm {
        display: none;
    }

    .single section.author {
        display: none;
    }

    .comment-respond {
        margin: 9px 25px;
        padding: 15px 15px 5px;
        width: auto;
    }

    .comment-respond textarea {
        width: 95%;
    }

    .comments .comment {
        line-height: 1.2em;
        clear: both;
        margin: 9px 25px;
        padding: 15px 15px 5px;
        width: auto;
        border: 1px solid #c3c8c8;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    blockquote {
        float: none;
        padding: 15px 15px 15px 0 !important;
        margin: 15px 20px 15px 0 !important;
        width: auto;
        font-size: 120%;
        border-right: none;
    }

    .article {
        padding: 1px 35px 50px;
    }

    .article h1 {
        font-size: 175%;
    }

    .article h2 {
        font-size: 165%;
    }

    .bbox h2 {
        font-size: 150%;
    }

    .comment-respond h3 {
        font-size: 140%;
    }

    .form-submit {
        margin-top: 0;
    }

    .site-footer .links {
        line-height: 1.35em; /* 20px; */
    }

    .site-footer .box.wpi p,
    .site-footer .box.wai p,
    .site-footer .box.issn p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 660px) {
    .desktoponly {
        display: none;
    }

    .mobileonly {
        display: block;
    }

    .site-header .logo {
        padding: 10px 0;
        border-bottom: 1px solid #b3b3b3;
    }

    .site-header .menu {
        position: relative;
        float: left;
    }

    .site-header .menu ul li ul,
    .site-header .menu ul {
        border: 0;
        padding-top: 0 !important;
        text-align: left;
    }

    .site-header .menu ul li a,
    .site-header .right .language ul li a {
        border: 0;
        background: none;
        padding: 0 18px;
        font-size: 90%;
    }

    .site-header .menu ul li ul li a {
        line-height: 20px;
        padding: 0 18px 10px;
    }

    .site-header .right .search {
        margin-top: 10px;
    }

    .site-header .right .language ul {
        margin: 0 0 0 10px;
    }

    .article {
        padding: 10px 25px 50px;
    }

    .article h1 {
        font-size: 150%;
    }

    .article h2 {
        font-size: 150%;
    }

    article.article p,
    .single article p {
        padding: 9px 0 10px;
    }

    .bbox h2 {
        font-size: 140%;
    }

    .comment-respond h3 {
        font-size: 130%;
    }

    .content-area {
        position: relative;
        padding: 130px 0 55px;
    }

    .entry-date {
        display: none;
    }

    .article .entry-title {
        margin: 5px 0 8px;
    }

    .site-header .logo {
        font-size: 150%;
    }

    .newsletter {
        float: none;
        width: auto;
    }

    .page-title {
        position: relative;
        top: auto;
        left: auto;
        padding: 0 25px;
    }

    .post-navigation .prev a,
    .post-navigation .next a {
        overflow: hidden;
        float: none;
        display: block;
        height: auto;
    }

    .post-navigation .prev a {
        margin-bottom: 15px;
    }

    pre,
    code {
        white-space: pre-wrap;
        white-space: moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

    .article .entry-meta {
        width: 100%;
        margin: 30px 0;
    }

    .blog .entry-meta-item.social {
        /* display: none; zakomentovano, aby se zobrazovaly i na uzkem displeji */
    }

    .site-footer .box {
        display: block;
        height: 85px;
    }

    .site-footer .box.cci,
    .site-footer .box.wpi,
    .site-footer .box.wai,
    .site-footer .box.issn,
    .site-footer .box.cef {
        width: 80%;
    }

    .site-footer .box.col-md-3 p {
        position: relative;
        top: 30px;
        margin-top: 0;
    }

    html[lang^=cs] .site-footer .box.cef,
    html[lang^=en] .site-footer .box.cef {
        background-size: 90% auto;
        background-position-x: 0;
        height: auto;
    }

    .site-footer .box.cef p {
        display: block;
        margin-left: 5px;
        padding: 20% 0 0;
        margin-bottom: 5px;
        width: 90%;
    }

    .site-footer hr {
        width: auto;
        padding: 0 15px;
        margin: 0;
    }

    .site-footer .box.issn {
        top: 17px;
    }

    .site-footer .box.cci p {
        margin-left: -19px;
    }
}

@media screen and (max-width: 560px) {
    .site-header .menu ul li a,
    .site-header .right .language ul li a {
        padding: 0;
        margin: 5px 0 0;
        font-size: 100%;
        line-height: 40px;
    }

    .site-header .menu ul li a {
        float: left;
        padding-right: 30px;
    }

    .site-header .right .language ul li a {
        float: right;
    }

    .search,
    .search form label,
    .search form label input.search-field {
        width: 100%;
    }

    .site-header .right .search input.search-field {
        padding: 7px 0 7px 3px;
    }

    .container {
        padding: 0 12px;
        margin-left: 0;
        margin-right: 0;
    }

    .content-area {
        padding: 80px 0 55px;
    }

    .paging-navigation::before,
    .bgl,
    .bgr,
    .btm {
        display: none;
    }

    .page .content-area.specialpages {
        padding-top: 80px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .article {
        border-top: 0;
        padding: 1px 13px 10px;
    }

    .article h1,
    .article h2 {
        font-size: 140%;
    }

    .bbox h2 {
        font-size: 140%;
    }

    .comment-respond h3 {
        font-size: 130%;
    }
}

@media screen and (max-width: 450px) {
    .noshow {
        display: none;
    }

    #site-navigation {
        display: block;
    }
}

/* =Helper classes
----------------------------------------------- */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir::before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clear::before,
.clear::after {
    content: " ";
    display: table;
}

.clear::after {
    clear: both;
}

.clear {
    *zoom: 1;
}
