/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    color: #444;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

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

a:hover {
    /*	color:#444;*/
}

a:focus {
    outline: 0;
}

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

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    margin: 0 auto;
    position: relative;
}

/* header */
.header {

}

/* logo */
.logo {

}

.logo-img {
    height: 50px;
}

@media (min-width: 480px) {
    .logo-img {
        height: auto;
    }
}

/* nav */
.nav {

}

/* sidebar */
.sidebar {

}

/* footer */
.footer {
    text-align: center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.single main {
    width: 100%;
}

.shortcode-block {
    margin: 40px 70px;
    padding: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #fefefe;
    background-color: #39448a;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {

}

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1140px) {

}

@media only screen and (min-width: 1280px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ZJK */

.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.vc_column_container > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

header {
    position: relative;
    z-index: 900;
    width: 100%;
}

.logo {
    position: absolute;
    top: 15px;
    z-index: 1000;
    left: calc((100% - 1117px) / 2);
}

#extramenu {
    position: absolute;
    top: 5px;
    right: calc((100% - 1085px) / 2);
    z-index: 1000;
}

#extramenu ul {
    padding: 0;
}

#extramenu li {
    display: inline-block;
    margin-left: 14px;
    white-space: nowrap;
}

#extramenu li a {
    color: #00abc7;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 35px;
    float: left;
    display: block;
    height: 35px;
}

#extramenu li a:hover {
    text-decoration: none
}

.slide-image {
    height: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slide-image .wp-post-image {
    width: auto;
    height: 100%;
}

#slides.design-3 .slide-title {
    color: #fff;
    text-shadow: none !important;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    white-space: nowrap;
    background: transparent;
    float: right;
    display: block;
    position: absolute;
    top: 190px;
    right: 0;
    right: calc((100% - 1150px) / 2 + 100px);
    z-index: 1000;
    margin: 0;
}

#slides.design-3 .slider-content {
    left: auto;
    width: 100%;
    top: auto;
    text-align: left;
    padding: 0;
    height: 350px;
    box-sizing: border-box;
    position: absolute;
}

#slides.design-3 .slider-content {
    background: url('/wp-content/themes/html5blank-stable/img/gradient-fotka.png') repeat-x left top;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    content: '';

}

.slidesjs-navigation {
    display: none !important;
}

nav {
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 99px;
    background: rgba(40, 47, 114, 0.8);
    padding: 0 calc((100% - 1197px) / 2);
    padding-top: 25px;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #fff;
    height: 16px;
    font-size: 18px;
    font-weight: 400;
    margin-right: 38px;
    text-decoration: underline;
    font-family: 'Source Sans Pro', sans-serif;
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.slidesjs-pagination {
    bottom: 130px !important;
}

#menu-item-46, #menu-item-261 {
    text-indent: -1000px;
    width: 47px;
    height: 30px;
    background: url('/wp-content/themes/html5blank-stable/img/logos/nav.png') no-repeat left top;
    margin-top: -5px;
    display: block;
    float: left;
    margin-right: 35px;
}

#menu-item-46 a, #menu-item-261 a {
    display: block !important;
    width: 47px;
    height: 30px;
}

#menu-extramenu-cz li:first-child a {
    text-indent: -5000px;
    width: 35px;
    height: 35px;
    background: url('/wp-content/themes/html5blank-stable/img/facebook-icon.png') no-repeat left top;
}

.slidesjs-pagination li a {
    background-image: none !important;
    border: 3.22px solid #28328a;
    width: 20px;
    height: 20px;
    margin: 0 3px;
}

.slidesjs-pagination li a.active {
    background: #28328a !important;
    border: 3.22px solid #28328a;
}

.slidesjs-pagination li a:hover {
    background: #28328a !important;
    border: 3.22px solid #28328a;
}

nav ul li.lang-item,
nav ul li.english {
    float: right;
}

nav ul li.lang-item a,
nav ul li.english a {
    font-size: 13px !important;
    text-transform: uppercase;
}

nav ul li.lang-item-cs:lang(cs-CZ) {
    display: none;
}

nav ul li.lang-item-en:lang(en-EN) {
    display: none;
}

.widget_recent_entries h2 {
    display: none;
}

.widget_recent_entries ul li:first-child {
    display: none;
}

.widget_recent_entries ul li {
    list-style-type: none;
    margin: 0 0 25px 0;
    padding: 0 40px 5px 20px;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #00abc7;
}

.widget_recent_entries ul li:last-child {
    border-bottom: 0px solid #00abc7;
}

.widget_recent_entries ul li span {
    clear: left;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
}

article {
    width: 100%;
    margin: 23px auto 0 auto;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'PT Serif', serif;
}

.post p {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #000000;
}

.post .excerpt p {
    margin-bottom: 15px;
    font-weight: 700;
}

.post p a,
.post p a:visited,
.post p a:active,
.post p a:hover {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    color: #000000;
    border-bottom: solid 1px #000000;
}

.post p a:hover {
    color: #00abc8;
    border-bottom-color: transparent;
}

.post table {
    margin-bottom: 30px;
    border-collapse: collapse;
}

.post table thead th {
    font-family: 'Didact Gothic', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #263584;
    background-color: transparent;
    border-color: transparent;
}

.post table tbody td {
    padding: 10px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4e5793;
    text-align: left;
    border: solid 1px #cecece;
}

.post table tbody tr td:first-child {
    border-left-color: transparent;
}

.post table tbody tr td:last-child {
    border-right-color: transparent;
}

.post table tbody tr:last-child td {
    border-bottom-color: transparent;
}

.post table tbody tr:hover td {
    color: #fff;
    background-color: #263584;
}

.mainpost h2 {
    color: black;
    font-family: 'PT Serif', serif;
    font-size: 54px;
    line-height: 56px;
    font-weight: normal;
}

.mainpost .date p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.vc_grid-container-wrapper .vc_gitem_row {
    position: relative !important;
}

.banner {
    min-height: 206px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    padding-bottom: 25px;
    background-size: cover;
    background-position: center center;
}

article h2 {
    color: #4c4c4c;
    font-family: 'PT Serif', serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: normal;
    position: relative;
    display: inline;
    margin: 10px auto 25px auto;
    text-align: center;
}

article h2:before {
    content: '';
    width: 152px;
    height: 1px;
    background: #28328a;
    position: absolute;
    top: 30px;
    left: -180px;
}

article h2:after {
    content: '';
    width: 152px;
    height: 1px;
    background: #28328a;
    position: absolute;
    top: 30px;
    right: -180px;
}

.mainpost h2 before, .mainpost h2:after {
    display: none;
}

.amazingcarousel-image div {
    top: -10000px;
    height: 0px;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
    background-color: #fff !important;
    border: 1px solid #223e99 !important;
    border-radius: 2px 0 0 2px !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
    background-color: transparent !important;
    border: none !important;
    border-top: 1px solid #223e99 !important;

}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 1px 0 0 0 !important;
}

.home .vc_row-o-content-middle .wpb_wrapper {
    text-align: center;
}

#nasilide .vc_tta.vc_tta-spacing-1 .vc_tta-tab:last-child {
    margin: 1px 0 0 50px !important;
    min-width: 232px !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
    border-left-width: 0 !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-tab:first-child > a {
    border-left-width: 1px !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-tab > a, #nasilide .vc_tta-panel-heading {
    margin: 0px;
    background-color: #00abc8 !important;
    color: #fff !important;;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

#nasilide .vc_tta-panel-heading a {
    color: #fff !important;;
    font-family: 'Didact Gothic', sans-serif;
}

#nasilide .vc_tta-tab {
    white-space: nowrap;
}

#nasilide .vc_tta.vc_tta-shape-rounded .vc_tta-tab:last-child > a, #nasilide #lideclenove .vc_tta-panel-heading {
    background-color: #223e99 !important;
    border-left: 1px solid #223e99 !important;
}

.vc_tta-tabs-list {
    padding-left: 100px !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-tab.vc_active > a {
    background: #fff !important;
    color: #223e99 !important;
    border-bottom: none !important;
}

@media (min-width: 768px) {
    .vc_tta-panel-body .wpb_text_column .wpb_wrapper > p {
        width: 550px !important;
        margin: 0 auto;
    }
}

.vc_row {
    padding: 0 calc((100% - 1167px) / 2);
}

/**
 * TODO fix definition
 */
.hp-map-region .vc_row {
    padding: 0;
}

#nasilide {
    position: relative;
}

@media (min-width: 768px) {
    #nasilide {
        background: url('/wp-content/themes/html5blank-stable/img/polygon-leva.png') no-repeat left 100px;
    }
}

#nasilide:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    #nasilide:after {
        background: url('/wp-content/themes/html5blank-stable/img/polygon-prava.png') no-repeat right 100px;
    }
}

#nasilide .pridejtese {
    position: relative;
    z-index: 1;
}

h2 + div {
    margin-top: 50px;
}

article #onas h2:before, article #onas h2:after {
    background: #fff;
}

article #onas {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-background-size: cover;
    background-size: cover;
}

.counter {
    border: 1px solid #fff;
    -webkit-border-radius: 135px;
    -moz-border-radius: 135px;
    border-radius: 135px;
    width: 135px;
    height: 135px;
    display: inline-block;
    margin-right: 60px;
    position: relative;
}

#events {
    margin-right: 0;
}

.counter p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.counter span {
    height: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
}

.onastxt {
    width: 570px !important;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.pridejtese a, .chcetevedet a {
    color: #28328a;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    display: block;
    width: 172px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #28328a;
    border-radius: 2px 1px 1px 2px;
    margin: 0 auto 100px auto;
    transition: all 0.3s ease 0s;
}

.chcetevedet a {
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    display: block;
    width: 172px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #fff;
    border-radius: 2px 1px 1px 2px;
    margin: 0 auto 100px auto;
}

.chcetevedet a:hover {
    background: rgba(155, 155, 155, 0.8)
}

.counter:after {
    content: '';
    display: block;
    width: 84px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -75px;
    top: 70px;
}

#events {
    margin-right: 0;
}

#events:after {
    display: none;
}

#docs {
    background-color: #e6e6e6;
}

footer {
    background-color: #717171;
    padding-top: 40px;
    padding-bottom: 60px;
    color: #fff;
}

footer a {

    color: #fff;
}

.social-icons {
    margin-bottom: 50px;
}

.social-icons + div {
    margin-bottom: 30px;
}

#podpora a {
    width: 170px;
    height: 60px;
    line-height: 60px;
    background-color: #28328a;
    border-radius: 1px 2px 2px 1px;
    display: block;
    color: #fff;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}

#podpora a:hover {
    background-color: #161c4e;

}

#blueBanner H3 {
    color: white;
    font-family: 'PT Serif', serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 80px;
    margin: 0;
}

#blueBanner a {
    color: white;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

#blueBanner p {
    margin: 0
}

#docs {
    padding-bottom: 70px;
}

#docs ul {
    width: 590px;
    margin: 0 auto 30px auto;
    list-style-type: none;
}

#docs ul li {
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 200;

    float: left;
    display: block;
    border-bottom: 1px solid #949494;
    width: 100%;
    text-align: left;
    line-height: 80px;
}

#docs ul li a {
    text-indent: -6000px;
    display: block;
    margin-top: 27px;
    margin-right: 15px;
    float: right;
    width: 39px;
    height: 33px;
    background: url('/wp-content/themes/html5blank-stable/img/download.png') no-repeat left top;
}

#docs ul li a:hover, #docs ul li:hover a {
    background: url('/wp-content/themes/html5blank-stable/img/download.png') no-repeat left -48px;
}

#memberships ul {
    width: 100%;
    margin: 0 auto 30px auto;
    list-style-type: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#memberships ul li {
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    float: left;
    display: block;
    border-bottom: 1px solid #949494;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

#membership h3 {
    color: #4d4d4d;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 0;
}

.infooter {

    height: 15px;
    color: #fefefe;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.wpb_single_image .vc_figure {
    float: right;
    margin-top: -20px !important;
    margin-right: 20px !important;
}

nav {
    transition: all 0.3s ease 0s;
}

.sticky-element-original {
    background: rgba(40, 47, 114, 1);
}

.sticky-element-active {
    background: rgba(40, 47, 114, 0.8);
}

#news {
    margin-top: -30px;
    clear: both;
}

#news .mainpost h2 {
    margin-bottom: 15px;
}

#news .mainpost .perex {
    margin-top: 40px;
    line-height: 24px;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
    position: relative;
    bottom: -1px !important;
    z-index: 5;
    padding-top: 7px !important;
}

.vc_tta-panel .wpb_text_column.wpb_content_element {
    position: relative;
}

.vc_tta-panel .wpb_wrapper {
    display: block;
    width: 100% !important;
    position: absolute;
    top: -10000px;
}

.vc_tta-panel.vc_active .wpb_wrapper {
    display: block;
    width: 100% !important;
    position: relative;
    top: auto;
    margin: 0;
}

/**
 * Honeypot carousel
 */
#nasilide .vc_tta-panels-container * {
    z-index: 1;
}

.hp-carousel-container {
    position: relative;
    margin: 0 auto;
    max-width: 200px;
    min-height: 200px;
}

@media (min-width: 480px) {
    .hp-carousel-container {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .hp-carousel-container {
        max-width: 600px;
    }
}

@media (min-width: 991px) {
    .hp-carousel-container {
        max-width: 800px;
    }
}

@media (min-width: 1199px) {
    .hp-carousel-container {
        max-width: 1000px;
    }
}

.hp-carousel-container-inner {
    overflow-x: hidden;
}

.hp-carousel {
    position: relative;
    width: 50000px;
    top: 0;
    left: 0;
    -webkit-transition: all 450ms;
    transition: all 450ms;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.hp-carousel-item {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    width: 200px;
    font-size: 14px;
    line-height: 1.15;
}

.hp-carousel-item .person-title {
    margin-top: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.hp-carousel-item .person-desc {
    margin-top: 8px;
    font-family: serif;
    font-size: 14px;
    color: #28328a;
}

.hp-carousel--prev,
.hp-carousel--next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 32px;
    color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp/wp-content/themes/html5blank-stable/img/icons/arrow.png');
    cursor: pointer;
}

.hp-carousel--prev {
    left: -15px;
    transform: translate(-50%, -250%);
}

.hp-carousel--next {
    right: -15px;
    transform: translate(50%, -250%) rotate(180deg);
}

.hp-carousel--prev-end,
.hp-carousel--next-end {
    opacity: 0;
}

.hp-carousel-nav {
    text-align: center;
}

.hp-carousel--bullet {
    display: inline-block;
    margin: 50px 8px 0 8px;
    width: 20px;
    height: 20px;
    border: 1px solid #28328a;
}

.hp-carousel--bullet.active {
    background-color: #28328a;
}

/**
 * Carousel overlay
 */
.hp-carousel-dimmer,
.hp-overlay-dimmer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1009;
    background-color: rgba(0, 0, 0, 0.5);
}

.hp-carousel-overlay,
.hp-overlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 320px;
    max-width: 960px;
    background: #ffffff;
    border: solid 4px #04A4CC;
    z-index: 1010;
}

.hp-carousel-overlay {
    max-width: 680px;
}

.hp-carousel-overlay-title,
.hp-overlay-title {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #04A4CC;
}

.hp-carousel-overlay-title .hp-carousel-close,
.hp-overlay-title .hp-overlay-close {
    float: right;
    cursor: pointer;
}

.hp-carousel-overlay-inner,
.hp-overlay-inner {
    padding: 15px 40px 40px 40px;
    max-height: 90vh;
    overflow-y: auto;
}

.hp-overlay-inner a,
.hp-overlay-inner a:visited,
.hp-overlay-inner a:active,
.hp-overlay-inner a:hover {
    text-decoration: none;
    color: #000000;
    border-bottom: solid 1px #000000;
}

.hp-overlay-inner a:hover {
    color: #00abc8;
    border-bottom-color: transparent;
}

.hp-carousel-overlay .overlay-person-img {
    text-align: center;
}

.hp-carousel-overlay .overlay-person-contact {
    margin-top: 15px;
}

.hp-carousel-overlay .overlay-person-contact a {
    display: block;
}

.hp-carousel-overlay .overlay-person-social {
    margin-top: 40px;
    text-align: center;
}

.hp-carousel-overlay .overlay-person-social a {
    display: inline-block;
    margin: 0 5px;
}

.home .nav-container {
    position: relative;
    margin-top: -99px;
    height: 99px;
}

.home .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent !important;
    border: none !important;
}

#rpjc_widget_cat_recent_posts-2 ul {
    margin: 22px 0 0 0;
    padding: 0;
}

.archivews a {
    float: right;
    color: #00abc7;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    text-decoration: underline;
    white-space: nowrap;
}

.archivews {
    margin-top: -15px;
}

#blueBanner {
    margin-bottom: 50px
}

.regionmap, #nasilide {
    margin-top: 100px;
}

.vc_tta.vc_general .vc_tta-tab > a {
    padding: 6px 12px !important;
    text-align: center;
}

.vc_tta.vc_general .vc_tta-panel-body, #partners {
    padding-top: 50px !important;
}

.hp-carousel-container {
    margin-top: 70px;
}

#onas .wpb_raw_html {
    margin-top: 110px;
}

#onas {
    padding-top: 15px;
}

.chcetevedet {
    margin-top: 70px;
}

#docs {
    padding-top: 0px;
}

h3.vc_custom_heading {
    margin-top: 0px;
    font-family: 'PT Serif', serif;
}

#memberships ul li:first-child {
    border-top: 1px solid #949494;

}

#contacts {
    margin-top: 40px;
}

#contacts2 {
    margin-top: 80px !important;
    margin-bottom: 60px;
}

#contacts2 .vc_col-sm-3 {
    margin-top: 50px;
}

#contacts2 a {
    color: #223e99;
}

.hp-carousel-item {
    cursor: pointer;
}

.your-email input {
    border: none;
    border-bottom: 1px solid #b4b4b4;
    color: #b4b4b4;
    float: left;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 60px;
    width: calc(100% - 220px);
}

.wpcf7-submit {
    width: 125px;
    height: 60px;
    border: 1px solid #223e99;
    border-radius: 2px 1px 1px 2px;
    color: #223e99;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    background: #fff;
    transition: all 0.3s ease 0s;
    margin-top: -20px;
}

.wpcf7-submit:hover, .pridejtese a:hover {
    background: #f8f8f8;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    text-align: left;
    float: left;
    position: absolute;
    width: 200px;
    top: 50px;
}

.normalpage nav {
    height: 97px;
    background-color: #1a1a1a;
}

.normalpage nav ul {
    padding: 0;
}

.normalpage nav .lang-item a {
    margin: 0;
    line-height: 24px;
}

.normalpage aside,
.page-template-archive aside {
    margin-top: 70px;
    width: 360px;
}

@media (min-width: 992px) {
    .normalpage aside,
    .page-template-archive aside {
        float: right;
    }
}

.normalpage .main,
.page-template-archive .main {
    margin: 0;
    padding: 30px;
    max-width: 1140px;
}

@media (min-width: 1200px) {
    .normalpage .main,
    .page-template-archive .main {
        margin: 0 auto;
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    .normalpage section:not(.full),
    .page-template-archive section {
        float: left;
        max-width: 660px;
        width: calc(100% - 400px);
    }
}

.normalpage aside h3 {
    color: black;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

.sidebar-gallery.ngg-galleryoverview {
    margin: 60px 0 30px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #223e99;
}

.sidebar-gallery-container {
    position: relative;
    overflow: hidden;
}

.sidebar-gallery .ngg-gallery-thumbnail,
.sidebar-gallery .ngg-gallery-thumbnail a {
    margin: 0;
    padding: 0;
    border: none;
}

.sidebar-gallery-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 85px;
    text-transform: uppercase;
    color: #ffffff;
    border: 2px solid #ffffff;
    pointer-events: none;
}

.sidebar-gallery-hint {
    margin-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;
    color: #949494;
}

ul.sharing {
    margin: 0 !important;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #223e99;
    padding-bottom: 20px;
}

ul.sharing li {
    list-style-type: none;
    display: inline-block;
    width: 42px;
    height: 42px;

}

ul.sharing li a {
    display: block;
    width: 42px;
    height: 42px;
    background: url('/wp-content/themes/html5blank-stable/img/logos/ikony-ss.png') no-repeat top left;
    text-indent: -8000px;
}

ul.sharing li a.tw {
    background: url('/wp-content/themes/html5blank-stable/img/logos/ikony-ss.png') no-repeat -49px 0px;
}

ul.sharing li a.li {
    background: url('/wp-content/themes/html5blank-stable/img/logos/ikony-ss.png') no-repeat -98px 0px;
}

ul.sharing li a.em {
    background: url('/wp-content/themes/html5blank-stable/img/logos/ikony-ss.png') no-repeat -145px -1px;
}

.normalpage .widget_recent_entries li {
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #223e99;
}

.normalpage .widget_recent_entries li a {
    color: black;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 24px;
}

.normalpage .wpb_single_image .post-date {
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
}

.normalpage #rpjc_widget_cat_recent_posts-2 ul {
    margin: 0 0 0 0;
    padding: 0;
}

.normalpage h1 {
    clear: left;
    margin-bottom: 35px;
    font-family: 'PT Serif', serif;
    font-size: 48px;
    line-height: 56px;
    color: black;
}

.normalpage article .post-date {
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-right: 30px;
    floaT: left;
}

.post-categories a, .post-tags a {
    line-height: 20px;
    background-color: #223e99;
    border: 1px solid #223e99;
    border-radius: 2px 1px 1px 2px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px;
    font-weight: 300;
    display: block;
    float: left;
    text-transform: uppercase;
    padding: 0 7px;
    margin-right: 20px;
}

.post-tags a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #949494;
}

.post-meta {
    padding-bottom: 50px;
}

.normalpage article img {
    max-width: 80%;
}

a.back2news {
    color: #223e99;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    border: 1px solid #223e99;
    padding: 0 20px 0 60px;
    background: url('/wp-content/themes/html5blank-stable/img/sipka-zpet.png') no-repeat 10px 50%;
    display: block;
    float: left;
    margin-bottom: 35px;
    margin-top: 10px;
    white-space: nowrap;
}

#responsive-menu .responsive-menu li a {
    padding-top: 3px;
    padding-bottom: 3px;
}

@media screen and (max-width: 800px) {
    .nav-container, #responsive-menu .responsive-menu li#menu-item-261 {
        display: none;
    }

}

#regiony {
    padding: 0;
}

#regiony .hp-map-overlay .wpb_wrapper {
    text-align: left;
}

.hp-map-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    text-align: left;
}

.hp-map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hp-map-overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 530px;
}

@media (min-width: 768px) {
    .hp-map-overlay {
        right: 15%;
    }
}

.hp-map-plex {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.hp-map-plex p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
}

.hp-map-close {
    position: absolute;
    top: 35px;
    right: 35px;
    cursor: pointer;
}

.hp-map-tabs {
    margin-top: 140px;
}

.hp-map-region {
    display: none;
}

.hp-map-region .vc_tta-tabs-list {
    padding-left: 20px !important;
}

.hp-map-region .vc_tta.vc_general .vc_tta-panel-body {
    padding: 20px 40px !important;
    height: 278px;
    background-color: #ffffff !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (min-width: 768px) {
    .hp-map-region .vc_tta.vc_general .vc_tta-panel-body {
        height: 281px;
    }
}

@media (min-width: 992px) {
    .hp-map-region .vc_tta.vc_general .vc_tta-panel-body {
        height: 360px;
    }
}

.hp-map-region .vc_tta.vc_general .vc_tta-tab > a {
    min-width: 125px !important;
}

.hp-map-region .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
    font-size: 14px;
    line-height: 48px;
}

.hp-map-region .vc_gitem-post-data-source-post_title h2,
.hp-map-region .vc_gitem-post-data-source-post_title h3,
.hp-map-region .vc_gitem-post-data-source-post_title h4 {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.hp-map-region .vc_gitem-post-data {
    margin-bottom: 5px;
}

.hp-map-region .vc_gitem-post-data-source-post_date {
    font-size: 14px;
    line-height: 18px;
}

.hp-map-region .vc_tta-panel:first-child .vc_tta-panel-body {
    overflow-y: auto;
}

.hp-map-region .vc_tta-panel:first-child .vc_tta-panel-body .vc-gitem-zone-height-mode-auto:before {
    display: none;
}

.hp-map-person {
    margin: 30px 0 0 95px;
    line-height: 28px;
    font-size: 18px;
    color: #808080;
}

.hp-map-person strong {
    position: relative;
    font-size: 20px;
    color: #223e99;
}

.hp-map-person strong:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    width: 19px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/html5blank-stable/img/li.png');
}

.archive-month {
    display: none;
}

.archive-month.active {
    display: block;
}

.archive-col {
    float: left;
    width: 165px;
}

.archive-col:first-child {
    width: 190px;
}

.archive-col ul {
    list-style: none;
    list-style-type: inside;
}

.archive-col h3 {
    text-align: center;
}

.archiv h2 {
    color: black;
    font-family: 'PT Serif', serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: normal;
    clear: left;
}

.archiv .info .date {
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 20px;
}

.archiv .categories a, .archiv .tags a {
    color: #9c9c9c;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-right: 10px;
}

.archiv .categories a:hover, .archiv .tags a:hover {
    color: #000;
    text-decoration: none;
}

.archiv .info, .archiv .categories, .archiv .tags {
    display: block;
    float: left;
    line-height: 18px;
    margin-right: 14px;
    margin-bottom: 20px;
}

.archiv h2 {
    margin-top: 0;
    margin-bottom: 32px;
}

.archiv h2 + div {
    margin-top: 0px;
}

.archiv section > div {
    clear: left;
    padding-top: 90px;
}

.archiv section > div.first {
    clear: left;
    padding-top: 80px;
}

.archiv aside {
    margin-top: 15px;
}

.archiv aside .post-categories a {
    height: 29px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    color: black;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    padding: 0 15px;
    float: left;
    display: block;
    width: auto;
    transition: all 0.3s ease 0s;
}

.archiv aside .post-categories a:hover, .archiv aside .post-categories a.active {
    background-color: #223e99;
    color: white;
}

.archiv aside h3 {
    margin-bottom: 10px;
}

.archiv aside .post-tags h3 {
    margin-top: 0;
    line-height: 38px;
}

.archiv aside .post-categories, .archiv aside .post-tags {
    padding-bottom: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #223e99;

}

.archiv aside .post-tags {
    padding-bottom: 40px;
    margin-bottom: 23px;
}

.archiv aside .post-tags a {
    width: auto;
    color: black;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 700;
    line-height: 18px;
    font-size: 18px;
    padding-left: 0;

}

.archiv aside .post-tags a:hover, .archiv aside .post-tags a.active {
    color: #223e99;
}

.archiv aside .post-tags a span {
    font-size: 12px;
    padding-left: 10px;
}

.archiv aside .post-tags a:hover span {
    color: black;
}

.archiv aside .post-tags a.active span {
    color: black;
}

.archiv aside .archive-year, .archiv aside .archive-month {
    color: black;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.archiv aside .archive-year, .archiv aside .archive-month {
    border-bottom: 1px solid #bfbfbf;
}

.archiv aside .archive-years, .archiv aside .archive-months {
    margin-left: 0;
    padding-left: 0;
}

.archiv aside .archive-year a, .archiv aside .archive-month a {
    height: 31px;
    background: #fff url('/wp-content/themes/html5blank-stable/img/sipkaarchiv.png') no-repeat 0px center;
    display: block;
    width: 100%;
    line-height: 31px;
    color: #000;
    padding-left: 60px;
}

.archiv aside .archive-year a:hover, .archiv aside .archive-month a:hover,
.archiv aside .archive-year a.active, .archiv aside .archive-month a.active {
    background: #28328a url('/wp-content/themes/html5blank-stable/img/sipkaarchiv.png') no-repeat 30px center;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.archiv .archive-col h3 {
    text-align: left;
    padding-left: 60px;
    line-height: inherit;
    color: black;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.archiv .load-more {
    display: inline-block;
    margin-top: 100px;
    padding: 15px 15px;
    min-width: 140px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #223e99;
    border: 1px solid #223e99;
    border-radius: 2px 1px 1px 2px;
}

#nasilide .vc_tta.vc_tta-shape-rounded .vc_tta-tab.vc_active:last-child > a {
    color: #fff !important;
}

#nasilide .hp-carousel-item img, #contacts2 .vc_single_image-img {
    width: 165px;
    height: 165px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 4px;
}

#contacts2 .vc_single_image-img {
    margin-top: 0;
}

.hp-carousel-overlay .overlay-person-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 165px;
    height: 165px;
    margin-bottom: 20px;
}

.hp-carousel-overlay-title .text,
.hp-overlay-title .text {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 27px;
}

.hp-carousel-close,
.hp-overlay-close {
    background: url('/wp-content/themes/html5blank-stable/img/closeme.png') no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -15000px;
}

.vc_custom_1479136797992 {
    background-size: cover;

}

@media screen and (max-width: 1185px) {
    #extramenu {
        right: 3%;
    }

    .logo {
        left: 10px;
    }

    #slides.design-3 .slide-title {
        right: 20px;
        font-size: 30px;
        top: auto;
        bottom: 150px;
    }

    .vc_column_container > .vc_column-inner {
        width: 98% !important;
        margin-left: 1%;
        margin-right: 1%
    }

    #blueBanner .vc_column_container > .vc_column-inner,
    #regiony .vc_column_container > .vc_column-inner {
        width: 100% !important;
        margin-left: 0%;
        margin-right: 0%
    }
}

@media screen and (max-width: 1000px) {
    .vc_tta.vc_tta-accordion .vc_tta-tabs-container, .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: none !important;
    }

    .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
        display: block !important;
    }

    nav ul li.lang-item {
        font-size: 8px !important;
        margin-right: -25px;
        margin-top: 20px;

    }

    nav ul li.lang-item a {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 800px) {
    .slidesjs-pagination {
        bottom: 10px !important;
        -ms-transform: scale(0.5, 0.5); /* IE 9 */
        -webkit-transform: scale(0.5, 0.5); /* Safari */
        transform: scale(0.5, 0.5);
        left: 0px;
    }

    #slides.design-3 .slide-title {
        top: auto;
        bottom: 50px;
    }

    #extramenu #menu-item-84, #extramenu #menu-item-83 {
        display: none
    }

    .counter {
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    .counter:after {
        display: none
    }

    .onastxt {
        max-width: 100% !important;
    }

    .normalpage header, .single-post header {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #docs ul {
        max-width: 100%;
        padding-left: 0px !important;
    }

    #docs ul li {
        font-size: 20px;
        width: 100%;
        line-height: 1.1em;
    }

    #docs ul li a {

        margin-top: 0px;
        margin-right: 5px;
        -ms-transform: scale(0.5, 0.5); /* IE 9 */
        -webkit-transform: scale(0.5, 0.5); /* Safari */
        transform: scale(0.5, 0.5);
        left: 0px;
    }

    .normalpage h1, .archiv h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width: 500px) {
    article h2 {
        font-size: 28px;
    }

    #blueBanner H3 {
        font-size: 25px;
        line-height: 30px;
    }

    .slide-image, .slidesjs-control, .slidesjs-container {
        height: 200px !important
    }

    .mainpost h2 {
        font-size: 34px;
        line-height: 40px;
    }

    article h2:before, article h2:after {
        display: none
    }

    #contacts2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    #contacts2 .vc_col-sm-3 {
        margin-top: 0px;
        text-align: center;
    }

    .wpb_single_image .vc_figure {
        margin: 0;
    }

    .wpb_single_image .vc_figure {
        margin: 0 !important;
        width: 100%;
        text-align: center;
    }

    #onas .wpb_raw_html {
        margin-top: 39px;
    }

    .normalpage aside, .page-template-archive aside {

        width: 100%
    }
}
