/**
 * Project - main CSS Stylesheet
 *
 * @project Project
 * @version 3.0
 * @date 3.06.2019 12:40:03
 * @author janrenn <renner@cyberfox.cz>
 * @author pavekrej <krejci@cyberfox.cz>
 * @copyright Cyber Fox, s.r.o. 2012-present
 */

/**
 * ---------------
 * @section Global
 * -----------------
 */
html, body {

}
body {
    position: relative;
    background: #fff;
    color: #333;
}
article, aside, figcaption, figure, footer, header, hgroup, nav, nav ul, nav li, menu, menu li section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
}
::selection {
    background: #3493d5;
    color: #fff;
}
::-moz-selection {
    background: #3493d5;
    color: #fff;
}
body .left, body .f-l {
    float: left;
    max-width: 100%;
}
body .right, body .f-r {
    float: right;
    max-width: 100%;
}
body .force-left {
    float: left !important;
}
body .force-right {
    float: right !important;
}
body .text-left, body .t-l {
    text-align: left;
}
body .text-right, body .t-r {
    text-align: right;
}
body .text-center, body .t-c {
    text-align: center;
}
body .text-justify, body .t-j {
    text-align: justify;
}
body .clear {
    clear: both;
}
body .center {
    display: block;
    margin: 0 auto;
}
body .v-t, body .vertical-top {
    vertical-align: top;
}
body .v-b, body .vertical-bottom {
    vertical-align: bottom;
}
body .v-m, body .vertical-middle {
    vertical-align: middle;
}
body .hide, .js .hide-if-js, .no-js .hide-if-no-js, body .fade-in-onload {
    display: none;
}
body .force-hide, .js .force-hide-if-js, .no-js .force-hide-if-no-js {
    display: none !important;
}
body .invisible, .js .invisible-if-js, .no-js .invisible-if-no-js {
    visibility: hidden;
}
body .block {
    display: block;
}
body .inline-block {
    display: inline-block;
}
body .inline {
    display: inline;
}
.nomargin {
    margin: 0 !important;
}
.blind, .bf, .preload {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -4000px;
}
a {
    text-decoration: underline;
    color: #1b83e0;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #1a81cc;
}
.ie:not(#oldie) input:focus,
.ie:not(#oldie) textarea:focus,
.ie:not(#oldie) select:focus {
    outline: none;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #555;
    font-size: 12px;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* FF */
    color: #555;
    font-size: 12px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* ie10 */
    color: #777 !important;
    font-size: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 3px !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome */
    color: #777 !important;
    font-size: 12px !important;
}
input.placeholder, textarea.placeholder { /* ie7-9 */
    color: #777 !important;
    font-size: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 3px !important;
}
input.operaplaceholder, textarea.operaplaceholder,
input.webkitplaceholder, textarea.webkitplaceholder,
input.mozillaplaceholder, textarea.mozillaplaceholder,
input.ieplaceholder, textarea.ieplaceholder {
    color: #777 !important;
    font-size: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 3px !important;
}
.opera input.operaplaceholder, .opera textarea.operaplaceholder,
.ie8 input.placeholder, .ie8 textarea.placeholder {
    padding-top: 5px !important;
    padding-bottom: 4px !important;
}
.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
big, .big {
    font-size: 1.11em;
    line-height: 0;
    padding: 0 1px;
    white-space: nowrap;
}
.divider {
    padding: 0 .3em;
}
.longwords {
    word-wrap: break-word;
}
.nobr {
    white-space: nowrap;
}
.thin {
    font-size: .8em;
}
.hair {
    font-size: .5em;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 21px 0 20px;
}
/*anchors*/
.body .content-raw a[id] {
    display: inline-block !important;
    width: 0 !important;
    height: 122px !important;
    margin-top: -122px !important;
}


/**
 * ------------------
 * @section Typography
 * ---------------------
 */
body.mceContentBody, body {
    font: 14px/1.428571429 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.alt-font {
    font-family: Georgia, 'Times New Roman', serif;
}
b, strong {
    font-weight: 700;
}
/* http://cs.wikipedia.org/wiki/Uvozovky */
/* default is "en" style; "es" has "en" equivalent */
:lang(cs) q, :lang(sk) q, :lang(hu) q {
  quotes: '\201e' '\201c' '\201a' '\2018';
}
:lang(de) q {
  quotes: '\201e' '\201c' '\00bb' '\00ab';
}
:lang(ru) q {
  quotes: '\00ab' '\00bb' '\201e' '\201c';
}
:lang(fr) q {
  quotes: '\00ab' '\00bb' '\2018' '\201d';
}
:lang(pl) q {
  quotes: '\201e' '\201d' '\00ab' '\00bb';
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
:lang(cs) q q q:before, :lang(sk) q q q:before, :lang(hu) q q q:before {
    content: '\00bb';
}
:lang(cs) q q q:after, :lang(sk) q q q:after, :lang(hu) q q q:after {
    content: '\00ab';
}
:lang(pl) q q q:before {
    content: '\201e';
}
:lang(pl) q q q:after {
    content: '\201c';
}
/**
 * @subsection Touch screens
 * ---------------------------
 */
@media screen and (max-width: 1024px) {
    body, input, textarea, button {
    }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
    body, input, textarea, button {
    }
}


/**
 * -----------------------------
 * @section Bootstrap overwrites
 * --------------------------------
 * Rules can be directly copied from bootstrap.css with their values changed
 * to customize theme according to the project.
 */
/* IMPORTANT: bootstrap responsive images was removed modifying original bootstrap file! */
img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
@media screen and (max-width: 600px) {
    .responsive img, .content-template img {
        max-width: 100%;
        width: auto\9;
        height: auto;
    }
}
a.btn {
    text-decoration: none !important;
    outline: none !important;
}
/**
 * @subsection Bootstrap Android fix
 * -----------------------------------
 */
@media (max-width: 480px) {
    .android-lt4 .nav-collapse {
        -webkit-transform: none;
    }
}
/**
 * @subsection Bootstrap buttons fix
 * -----------------------------------
 */
@-moz-document url-prefix() {
    input.btn {
        padding-top: 7px;
        padding-bottom: 8px;
    }
    input.btn-lg {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    input.btn-sm {
        padding-top: 6px;
        padding-bottom: 7px;
    }
    input.btn-xs {
        padding-top: 4px;
        padding-bottom: 5px;
    }
}
.mozilla input.btn, .opera input.btn {
    padding-top: 7px;
    padding-bottom: 8px;
}
.mozilla input.btn-lg, .opera input.btn-lg {
    padding-top: 11px;
    padding-bottom: 11px;
}
.mozilla input.btn-sm, .opera input.btn-sm {
    padding-top: 6px;
    padding-bottom: 7px;
}
.mozilla input.btn-xs, .opera input.btn-xs {
    padding-top: 4px;
    padding-bottom: 5px;
}
/**
 * @subsection Bootstrap helpers
 * -------------------------------
 */
.btn {
    text-decoration: none !important;
    outline: none !important;
}
[data-toggle="collapse"] {
    cursor: pointer;
}
/**
 * @subsection Bootstrap usability
 * ---------------------------------
 */
.no-js .collapse {
    display: block;
}
.no-js table.collapse {
    display: table;
}
.no-js b.collapse,
.no-js i.collapse,
.no-js strong.collapse,
.no-js em.collapse,
.no-js span.collapse {
    display: inline;
}


/**
 * ---------------------
 * @section Transitions
 * -----------------------
 */
.trans, .header .navbar .nav a, .row-fluid.footer .navi a, .hp-row .col .inner .head, .hp-row .col a h4,
.hp-row .col.news a h4:after, .hp-row .col.events a h4:after, .section-gallery .secondary li a,
#main-content a > img, #main-content a > .image-caption-wrapper > img, ul.webmap > li > a, .list.faq-list a.question,
.pagination ul > li > a, select#priority, .cf-more-button, .cf-more-button:after {
    -webkit-transition: color 0.15s linear, opacity 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, box-shadow 0.15s linear;
    -moz-transition: color 0.15s linear, opacity 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, box-shadow 0.15s linear;
    -ms-transition: color 0.15s linear, opacity 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, box-shadow 0.15s linear;
    -o-transition: color 0.15s linear, opacity 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, box-shadow 0.15s linear;
    transition: color 0.15s linear, opacity 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, box-shadow 0.15s linear;
}
.notrans {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: all 0 linear;
    transition: none;
}


/**
 * ---------------
 * @section Layout
 * -----------------
 */
html {
    background: #fff;
}
html[class] {
    height: 100%;
    background: #eee; /* Old browsers */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top,  rgba(233,233,233,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(243,243,243,1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  rgba(233,233,233,1) 0%,rgba(243,243,243,1) 100%); /* W3C */
    background-attachment: fixed;
}
body {/* desktop first, due to ie8 */
    background: transparent;
    /*padding-top: 40px;*/
}
@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
}
.container {
    width: 100% !important;
    max-width: 1140px;
}
.subpage .row-fluid.columns {
    background: white;
}
.row-fluid.columns > div > .inner {
    background: white;
    /*overflow: hidden;*/
    padding: 20px 28px 9px;
}
.row-fluid.columns > div > .has-tertiary-navigation + .inner {
    padding-top: 10px;
}
.subpage .row-fluid.columns > #main-menu > .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.subpage .row-fluid.columns > #main-menu > .inner div ~ div {
    padding-top: 17px;
}
.subpage .row-fluid.columns > #main-menu > .inner div ~ div.control-group {
    padding-top: 0;
}
.subpage .columns > .col {
    padding-bottom: 20px;
}
.breadcrumbs-navigation {
    min-height: 30px;
    background: #e7eff4;
    position: relative;
    z-index: 1;
}
#main-menu {
    position: relative;
    z-index: 2;
}
.navbar-fixed-top {
    visibility: visible !important;
}
/**
 * @subsection Columns switch
 * ----------------------------
 * desktop first, due to ie8
 */
body.subpage #main-content {
    float: right;
    position: relative;
    z-index: 1;
}
body.subpage #main-content > .inner {
    min-height: 440px;
}
body.subpage #main-content > .inner:before {
    content: '';
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 1px;
    height: 94%;
    margin-bottom: 30px;
    background: #ccc;
}
@media (max-width: 1160px) {
    body.subpage.opera #main-content > .inner:before {
        margin-left: -1px;
    }
}
@media (max-width: 1120px) {
    body.subpage #main-content > .inner:before {
        left: -24px;
    }
}
@media (max-width: 1070px) {
    body.subpage #main-content > .inner:before {
        left: -23px;
    }
}
@media (max-width: 1020px) {
    body.subpage #main-content > .inner:before {
        left: -22px;
    }
}
@media (max-width: 970px) {
    body.subpage #main-content > .inner:before {
        left: -21px;
    }
}
@media (max-width: 920px) {
    body.subpage #main-content > .inner:before {
        left: -20px;
    }
}
@media (max-width: 870px) {
    body.subpage #main-content > .inner:before {
        left: -19px;
    }
}
@media (max-width: 820px) {
    body.subpage #main-content > .inner:before {
        left: -18px;
    }
}
@media (max-width: 772px) {
    body.subpage #main-content > .inner {
        min-height: 100px;
    }
    body.subpage #main-content > .inner:before {
        display: none;
    }
    #main-content,
    #main-menu {
        overflow: hidden;
    }
}
#main-menu {
    float: left;
    margin-left: 0;
}
.breadcrumbs-navigation:before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    background: #e7eff4;
}
@media (min-width: 773px) {
    .subpage .row-fluid.columns > #main-content > .inner {
        padding-left: 0;
    }
    .breadcrumbs > div {
        padding-left: 0 !important;
        padding-right: 25px !important;
    }
}
@media (max-width: 772px) {
    body.subpage #main-content {
        float: none;
    }
    #main-menu {
        float: none;
    }
    .breadcrumbs-navigation:before {
        display: none;
    }
}


/**
 * --------------------
 * @section RAW content
 * ----------------------
 * RAW content be defined here, with no namespace
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #111;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.09;
    margin: 18px 0 7px;
}
h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
    font-size: 21px;
    line-height: 1.16;
}
h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
    font-size: 19px;
    line-height: 1.17;
}
h4, h5, h6,
.h4, .h5, .h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}
h5, h6,
.h5, .h6 {
    font-size: 14px;
    line-height: 1.214285714;
    margin-bottom: 1px;
}
h6, .h6 {
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    margin-bottom: 2px;
    margin-right: 5%;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child,
h2 + h3, h3 + h4, h4 + h5, h5 + h6,
.h2 + .h3, .h3 + .h4, .h4 + .h5, .h5 + .h6 {
    margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
}
p, ul, ol, table {
    margin-bottom: 15px;
}
ul, ol {
    margin-left: 30px;
    margin-right: 3%;
}
blockquote {
    margin-left: 2%;
    border-color: #e4e4e4;
}
blockquote p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-right: 12%;
    color: #737373;
}
.left > img, .left > a > img,
.left > .image-caption-wrapper > img, .left > a > .image-caption-wrapper > img,
img.left {/* left and right according to grid's gutter */
    margin: 2px 14px 7px 0;
}
.right > img, .right > a > img,
.right > .image-caption-wrapper > img, .right > a > .image-caption-wrapper > img,
img.right {
    margin: 2px 0 7px 14px;
}
img.left, img.right {/* according to bottom margin of paragraphs */
    margin-bottom: 15px;
}
.center > img, .center > a > img,
.center > .image-caption-wrapper > img, .center > a > .image-caption-wrapper > img,
img.center {
    display: block;
    margin: 1px auto 15px;
}
.text-center > .image-caption-wrapper,
.center > .image-caption-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.image-caption-wrapper {
    max-width: 100%;
}
.image-caption-wrapper:after {
    content: attr(data-title);
    font-size: 11px;
    line-height: 1.42857;
    color: #777;
    display: block;
    margin-bottom: 7px;
    text-decoration: none;
    margin-top: 3px;
    text-align: left;
    position: relative;
    top: 0;
}
.content-raw .left .image-caption-wrapper:after,
.content-raw .image-caption-wrapper.left:after {
    padding-right: 15px;
}
.content-raw .right .image-caption-wrapper:after,
.content-raw .image-caption-wrapper.right:after {
    padding-left: 15px;
}
/* over 600px corrections */
@media (min-width: 601px) {
    .image-caption-wrapper.left:after,
    .image-caption-wrapper.right:after,
    .image-caption-wrapper.center:after,
    .center > .image-caption-wrapper:after {
        top: -11px;
    }
    .left > .image-caption-wrapper:after,
    .right > .image-caption-wrapper:after {
        top: -7px;
    }
    .image-caption-wrapper.center.has-img-circle:after,
    .center > .image-caption-wrapper.has-img-circle:after {
        text-align: center;
    }
}
/* under 600px corrections */
@media (max-width: 600px) {
    .image-caption-wrapper:after {
        margin-bottom: 0;
    }
    .image-caption-wrapper.center:after,
    .center > .image-caption-wrapper:after {
        top: -11px;
    }
    .image-caption-wrapper.has-img-circle:after {
        text-align: center;
    }
    .subpage.touch.webkit .image-caption-wrapper.has-img-circle:after,
    .subpage.safari .image-caption-wrapper.has-img-circle:after {
        padding-top: 3px;
        padding-right: 4px;
    }
}
.subpage #main-content a > img,
.subpage #main-content a > .image-caption-wrapper > img {
    border: 1px solid #ccc;
    padding: 3px;
}
.subpage #main-content a:hover > img,
.subpage #main-content a:focus > img,
.subpage #main-content a:hover > .image-caption-wrapper > img,
.subpage #main-content a:focus > .image-caption-wrapper > img {
    border-color: #6fa9eb;
}
.subpage.safari #main-content a > img.img-circle,
.subpage.safari #main-content a > .image-caption-wrapper > img.img-circle,
.subpage.touch.webkit #main-content a > img.img-circle,
.subpage.touch.webkit #main-content a > .image-caption-wrapper > img.img-circle {
    border: none;
    padding: 0;
    box-shadow: 0 0 0 3px white, 0 0 0 4px #ccc;
}
.subpage.safari .left > img.img-circle,
.subpage.safari .left > a > img.img-circle,
.subpage.safari .left > .image-caption-wrapper > img.img-circle,
.subpage.safari .left > a > .image-caption-wrapper > img.img-circle,
.subpage.safari img.img-circle.left,
.subpage.safari .left > img.img-circle,
.subpage.safari .left > a > img.img-circle,
.subpage.safari .left > .image-caption-wrapper > img.img-circle,
.subpage.safari .left > a > .image-caption-wrapper > img.img-circle,
.subpage.safari img.img-circle.left {
    margin: 11px 19px 11px 4px;
}
.subpage.safari .right > img.img-circle,
.subpage.safari .right > a > img.img-circle,
.subpage.safari .right > .image-caption-wrapper > img.img-circle,
.subpage.safari .right > a > .image-caption-wrapper > img.img-circle,
.subpage.safari img.img-circle.right,
.subpage.touch.webkit .right > img.img-circle,
.subpage.touch.webkit .right > a > img.img-circle,
.subpage.touch.webkit .right > .image-caption-wrapper > img.img-circle,
.subpage.touch.webkit .right > a > .image-caption-wrapper > img.img-circle,
.subpage.touch.webkit img.img-circle.right {
    margin: 11px 4px 11px 19px;
}
.subpage.safari img.img-circle.left,
.subpage.safari img.img-circle.right,
.subpage.touch.webkit img.img-circle.left,
.subpage.touch.webkit img.img-circle.right {
    margin-bottom: 19px;
}
.subpage.safari .center > img.img-circle,
.subpage.safari .center > a > img.img-circle,
.subpage.safari .center > .image-caption-wrapper > img.img-circle,
.subpage.safari .center > a > .image-caption-wrapper > img.img-circle,
.subpage.safari img.img-circle.center,
.subpage.touch.webkit .center > img.img-circle,
.subpage.touch.webkit .center > a > img.img-circle,
.subpage.touch.webkit .center > .image-caption-wrapper > img.img-circle,
.subpage.touch.webkit .center > a > .image-caption-wrapper > img.img-circle,
.subpage.touch.webkit img.img-circle.center {
    margin: 5px auto 19px;
}
.subpage.safari #main-content a:hover > img.img-circle,
.subpage.safari #main-content a:focus > img.img-circle,
.subpage.safari #main-content a:hover > .image-caption-wrapper > img.img-circle,
.subpage.safari #main-content a:focus > .image-caption-wrapper > img.img-circle,
.subpage.touch.webkit #main-content a:hover > img.img-circle,
.subpage.touch.webkit #main-content a:focus > img.img-circle,
.subpage.touch.webkit #main-content a:hover > .image-caption-wrapper > img.img-circle,
.subpage.touch.webkit #main-content a:focus > .image-caption-wrapper > img.img-circle {
    box-shadow: 0 0 0 3px white, 0 0 0 4px #6fa9eb;
}
@media (max-width: 600px) {
    #main-content .left,
    #main-content .right,
    #main-content .left img,
    #main-content .right img {
        float: none;
        display: block;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    #main-content .left img,
    #main-content .right img {
        margin-bottom: 0;
    }
    .subpage #main-content a > img.left,
    .subpage #main-content a > img.right,
    .subpage #main-content a.left > img,
    .subpage #main-content a.right > img,
    .subpage #main-content a > .left > img,
    .subpage #main-content a > .right > img,
    #main-content .content-raw a > .image-caption-wrapper > img,
    #main-content .content-raw a > img {
        position: relative;
        left: -4px;
    }
    .content-raw .left .image-caption-wrapper:after,
    .content-raw .image-caption-wrapper.left:after {
        padding-right: 0;
    }
    .content-raw .right .image-caption-wrapper:after,
    .content-raw .image-caption-wrapper.right:after {
        padding-left: 0;
    }
}
.perex {
    font-size: 1.285714286em;
    line-height: 1.388888889;
    padding-right: 3%;
}
/**
 * @subsection Tables
 * --------------------
 */
.table.table-auto {
    width: auto;
    min-width: 50%;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    border-top: 1px solid #d1d1d1;
}
.table thead > tr > th {
    border-bottom: 2px solid #818181;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table-bordered {
    border: 1px solid #d1d1d1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #d1d1d1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
    border-bottom-color: #818181;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #818181;
}
.table-bordered {
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
    border-left: 0;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #d1d1d1;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
/*default*/
.table thead > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-color: #818181;
}
.table tbody + tbody {
    border-top-color: #818181;
}
.table thead > tr > th[scope="row"],
.table-bordered > thead > tr > th[scope="row"],
.table tbody > tr > th[scope="row"] {
    border-right-color: #818181;
}
.table.table-rowheader thead > tr > th:first-child,
.table-bordered.table-rowheader > thead > tr > th:first-child,
.table.table-rowheader tbody > tr > th:first-child {
    border-right: 1px solid #818181;
}
/*section-vynikajici-veda*/
.section-vynikajici-veda .table thead > tr > th,
.section-vynikajici-veda .table-bordered > thead > tr > th,
.section-vynikajici-veda .table-bordered > thead > tr > td {
    border-bottom-color: #84cc95;
}
.section-vynikajici-veda .table tbody + tbody {
    border-top-color: #84cc95;
}
.section-vynikajici-veda .table thead > tr > th[scope="row"],
.section-vynikajici-veda .table-bordered > thead > tr > th[scope="row"],
.section-vynikajici-veda .table tbody > tr > th[scope="row"] {
    border-right-color: #84cc95;
}
.section-vynikajici-veda .table.table-rowheader thead > tr > th:first-child,
.section-vynikajici-veda .table-bordered.table-rowheader > thead > tr > th:first-child,
.section-vynikajici-veda .table.table-rowheader tbody > tr > th:first-child {
    border-right: 1px solid #84cc95;
}
/*section-vedouci-postaveni-evropskeho-prumyslu*/
.section-vedouci-postaveni-evropskeho-prumyslu .table thead > tr > th,
.section-vedouci-postaveni-evropskeho-prumyslu .table-bordered > thead > tr > th,
.section-vedouci-postaveni-evropskeho-prumyslu .table-bordered > thead > tr > td {
    border-bottom-color: #7dbae4;
}
.section-vedouci-postaveni-evropskeho-prumyslu .table tbody + tbody {
    border-top-color: #7dbae4;
}
.section-vedouci-postaveni-evropskeho-prumyslu .table thead > tr > th[scope="row"],
.section-vedouci-postaveni-evropskeho-prumyslu .table-bordered > thead > tr > th[scope="row"],
.section-vedouci-postaveni-evropskeho-prumyslu .table tbody > tr > th[scope="row"] {
    border-right-color: #7dbae4;
}
.section-vedouci-postaveni-evropskeho-prumyslu .table.table-rowheader thead > tr > th:first-child,
.section-vedouci-postaveni-evropskeho-prumyslu .table-bordered.table-rowheader > thead > tr > th:first-child,
.section-vedouci-postaveni-evropskeho-prumyslu .table.table-rowheader tbody > tr > th:first-child {
    border-right: 1px solid #7dbae4;
}
/*section-spolecenske-vyzvy*/
.section-spolecenske-vyzvy .table thead > tr > th,
.section-spolecenske-vyzvy .table-bordered > thead > tr > th,
.section-spolecenske-vyzvy .table-bordered > thead > tr > td {
    border-bottom-color: #f3a976;
}
.section-spolecenske-vyzvy .table tbody + tbody {
    border-top-color: #f3a976;
}
.section-spolecenske-vyzvy .table thead > tr > th[scope="row"],
.section-spolecenske-vyzvy .table-bordered > thead > tr > th[scope="row"],
.section-spolecenske-vyzvy .table tbody > tr > th[scope="row"] {
    border-right-color: #f3a976;
}
.section-spolecenske-vyzvy .table.table-rowheader thead > tr > th:first-child,
.section-spolecenske-vyzvy .table-bordered.table-rowheader > thead > tr > th:first-child,
.section-spolecenske-vyzvy .table.table-rowheader tbody > tr > th:first-child {
    border-right: 1px solid #f3a976;
}
/*section-eit-jrc-horizontalni-aktivity-euratom*/
.section-eit-jrc-horizontalni-aktivity-euratom .table thead > tr > th,
.section-eit-jrc-horizontalni-aktivity-euratom .table-bordered > thead > tr > th,
.section-eit-jrc-horizontalni-aktivity-euratom .table-bordered > thead > tr > td {
    border-bottom-color: #fecc6b;
}
.section-eit-jrc-horizontalni-aktivity-euratom .table tbody + tbody {
    border-top-color: #fecc6b;
}
.section-eit-jrc-horizontalni-aktivity-euratom .table thead > tr > th[scope="row"],
.section-eit-jrc-horizontalni-aktivity-euratom .table-bordered > thead > tr > th[scope="row"],
.section-eit-jrc-horizontalni-aktivity-euratom .table tbody > tr > th[scope="row"] {
    border-right-color: #fecc6b;
}
.section-eit-jrc-horizontalni-aktivity-euratom .table.table-rowheader thead > tr > th:first-child,
.section-eit-jrc-horizontalni-aktivity-euratom .table-bordered.table-rowheader > thead > tr > th:first-child,
.section-eit-jrc-horizontalni-aktivity-euratom .table.table-rowheader tbody > tr > th:first-child {
    border-right: 1px solid #fecc6b;
}
@media (max-width: 772px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #d1d1d1;
    }
    .table-responsive > .table {
        margin-bottom: 0;
        background-color: #fff;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    /*.table-responsive > .table-bordered > thead > tr:last-child > th,*/
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > thead > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
/**
 * @subsection Forms
 * --------------------
 */
.body input, .body textarea {
    background: #e5e5e5;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
input:active, textarea:active,
input:focus, textarea:focus {
    background: #fff;
}
.safari input[placeholder] {
    line-height: normal !important;
}
/**
 * @subsection Editor styles
 * ---------------------------
 */
.ed-important {
    background: #ffc;
    padding: 10px 12px;
    color: #000001;
}
.ed-notice {
    background: #f9f9f9;
    color: #888;
    padding: 10px 12px;
    border-top: 1px solid #eee;
    font-size: 13px;
}
.js h2.cf-more-button,
.js h3.cf-more-button {
    cursor: pointer;
}
body.admin.js h2.cf-more-button,
body.admin.js h3.cf-more-button {
    cursor: text;
}
.js h2.cf-more-button:hover,
.js h3.cf-more-button:hover {
    color: #1a81cc;
}
.js h2.cf-more-button:after,
.js h3.cf-more-button:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #3493d5 url('/themes/default/images/plusminus.png') left 0 no-repeat;
    color: white;
    margin-left: -23px;
    position: relative;
    top: 2px;
}
.opera h2.cf-more-button:after,
.opera h3.cf-more-button:after {
    margin-left: 7px;
}
body.admin.js h2.cf-more-button:after,
body.admin.js h3.cf-more-button:after {
    margin-left: 7px;
}
.js h2.cf-more-button:hover:after,
.js h3.cf-more-button:hover:after {
    background-color: #44a3e5
}
.js:not(#oldie) h2.cf-more-button:after,
.js:not(#oldie) h3.cf-more-button:after {
    background-image: url('/themes/default/images/plusminus@2x.png');
    background-size: 100px 18px;
    -webkit-background-size: 100px 18px;
}
.js h2.cf-more-button.open:after,
.js h3.cf-more-button.open:after {
    background-position: right 0;
}
.js h2.cf-more-button span,
.js h3.cf-more-button span {
    padding-right: 30px;
}
.opera h2.cf-more-button span,
.opera h3.cf-more-button span {
    padding-right: 0;
}
body.admin .cf-more-button-stop:before {
    content: '\2022';
    color: #3493d5;
    font-size: 38px;
    line-height: 0;
    padding-right: 4px;
    position: relative;
    top: 9px;
    font-weight: bold;
}
/**
 * @subsection Tooltip
 * ---------------------------
 */
.ui-tooltip {
    font: 11px/15px Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2) !important;
    padding: 8px 14px 10px !important;
    z-index: 1099 !important;
    background: #313131;
    color: #e0e0e0;
}
.section-vynikajici-veda .ui-tooltip {
    background: #a9cf55;
    color: #ebf7ee;
}
.section-vedouci-postaveni-evropskeho-prumyslu .ui-tooltip,
.section-hodnoceni-ramcovych-programu .ui-tooltip,
.section-financni-aspekty .ui-tooltip,
.section-pravni-aspekty .ui-tooltip,
.section-dokumenty .ui-tooltip,
.section-publikace .ui-tooltip {
    background: #3493d5;
    color: #eaf4fb;
}
.section-spolecenske-vyzvy .ui-tooltip {
    background: #ffd737;
    color: #fff;
}
.section-eit-jrc-horizontalni-aktivity-euratom .ui-tooltip {
    background: #05bec0;
    color: #fff;
}
.ui-tooltip.tooltip-default {
    background: #313131;
    color: #e0e0e0;
}
.ui-tooltip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 10%;
    bottom: -19px;
    border: 10px solid transparent;
    clip: rect(1px 20px 10px 10px);
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    border-top-color: #313131;
}
.section-vynikajici-veda .ui-tooltip:after {
    border-top-color: #a9cf55;
}
.section-vedouci-postaveni-evropskeho-prumyslu .ui-tooltip:after,
.section-hodnoceni-ramcovych-programu .ui-tooltip:after,
.section-financni-aspekty .ui-tooltip:after,
.section-pravni-aspekty .ui-tooltip:after,
.section-dokumenty .ui-tooltip:after,
.section-publikace .ui-tooltip:after {
    border-top-color: #3493d5;
}
.section-spolecenske-vyzvy .ui-tooltip:after {
    border-top-color: #ffd737;
}
.section-eit-jrc-horizontalni-aktivity-euratom .ui-tooltip:after {
    border-top-color: #05bec0;
}
.ui-tooltip.tooltip-default:after {
    border-top-color: #313131;
}
.ui-tooltip.tooltip-cyberfox:after {
    left: auto;
    right: 20%;
    clip: rect(1px 10px 10px 0);
}
/*Misc*/
.yellow {
    padding: 1px 2px;
    background: #fff300;
}
.yellow-wide {
    padding: 1px 4px;
}


/**
 * ----------------
 * @section Content
 * ------------------
 * Special, not global formatting of partial contents starts here.
 * Content be marked with CSS classes, used as namespaces.
 */
.contact-table {
    table-layout: auto;
    margin: 5px 20px 20px 0;
}
.contact-table td {
    padding: 2px 5px;
    text-align: right;
    font-size: 15px;
    white-space: nowrap;
}
.module-contact .contact-table td {
    white-space: nowrap !important;
}
.contact-table td + td {
    font-weight: 700;
    text-align: left;
    white-space: normal;
}
.publication-table {
    table-layout: auto;
    margin: 10px 0 30px 0;
}
.publication-table td {
    padding: 3px 10px;
    text-align: right;
    font-size: 15px;
}
.publication-table td + td {
    font-weight: 700;
    text-align: left;
}
.points-detail .contact-table {
    width: 380px;
}
.points-detail .contact-table td:first-child {
    width: 140px;
}
.points-detail {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.points-list ul,
.points-list li {
    line-height: 1.37;
}
.points-list > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.points-list > ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.points-list li {
    font-size: 19px;
    list-style: none;
}
.points-list li a {
    font-size: 18px;
    text-decoration: none;
}
.points-list li a:hover {
    text-decoration: underline;
}
.points-list li li {
    font-size: 18px;
}
.points-list li li:before {
    content: '\2022';
    padding-right: 9px;
}
.points-list li a {
    font-size: 14px;
}
.points-list > ul > li {
    padding-top: 6px;
}
.points-list > ul > li + li + li + li + li {
    padding-top: 0;
}
.generic-list .contact-table {
    margin-bottom: 3px;
}
.calls-detail .contact-table {
    width:auto;
    width:100%;
    table-layout:fixed;
    float:left;
}
.calls-detail .contact-table td:first-child {
    width:140px;
}
.publications-list ul.publications > li {
    border-bottom: 1px solid #ddd;
}
.btn-download {
    margin-top: -3px !important;
}
.events-detail .contact-table td:first-child {
    width:207px;
    /* min-width:100px; */
    padding-right:20px;
}
@media (max-width: 600px) {
    .content-template .contact-table {
        table-layout: auto !important;
        width: auto !important;
    }
    .content-template .contact-table td {
        width: auto !important;
    }
}
/**
 * @subsection RAW content specials
 * ------------------------------------
 * Remember to add class "content-raw" to HTML editor content body
 */
.content-raw a {
    padding: 2px 1px;
}
.content-raw a.wraps-image {
    padding: 0;
    text-decoration: none;
}
.content-raw h1 a, .content-raw h2 a, .content-raw h3 a, .content-raw h4 a, .content-raw h5 a, .content-raw h6 a,
.content-raw .h1 a, .content-raw .h2 a, .content-raw .h3 a, .content-raw .h4 a, .content-raw .h5 a, .content-raw .h6 a {
    padding-left: 0;
    padding-right: 0;
}
.content-raw h1, .content-raw h2, .content-raw h3,
.content-raw .h1, .content-raw .h2, .content-raw .h3 {
    clear: both;
}
.content-template > h1:first-child,
.content-template > .h1:first-child {
    margin-top: 4px;
    margin-bottom: 15px;
}
.content-template > h1:first-child:before,
.content-template > .h1:first-child:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #444;
    margin-right: 9px;
}
.section-vynikajici-veda .content-template > h1:first-child:before,
.section-vynikajici-veda .content-template > .h1:first-child:before {
    background: #a9cf55;
}
.section-vedouci-postaveni-evropskeho-prumyslu .content-template > h1:first-child:before,
.section-vedouci-postaveni-evropskeho-prumyslu .content-template > .h1:first-child:before {
    background: #6ab1e7;
}
.section-spolecenske-vyzvy .content-template > h1:first-child:before,
.section-spolecenske-vyzvy .content-template > .h1:first-child:before {
    background: #ffd737;
}
.section-eit-jrc-horizontalni-aktivity-euratom .content-template > h1:first-child:before,
.section-eit-jrc-horizontalni-aktivity-euratom .content-template > .h1:first-child:before {
    background: #05bec0;
}
.section-hodnoceni-ramcovych-programu .content-template > h1:first-child:before,
.section-hodnoceni-ramcovych-programu .content-template > .h1:first-child:before,
.section-financni-aspekty .content-template > h1:first-child:before,
.section-financni-aspekty .content-template > .h1:first-child:before,
.section-pravni-aspekty .content-template > h1:first-child:before,
.section-pravni-aspekty .content-template > .h1:first-child:before,
.section-dokumenty .content-template > h1:first-child:before,
.section-dokumenty .content-template > .h1:first-child:before,
.section-publikace .content-template > h1:first-child:before,
.section-publikace .content-template > .h1:first-child:before {
    background: #319fce;
}
/**
 * @subsection HTML lists
 * --------------------------
 */
.content-raw ul:not(.classic), .content-raw ol:not(.classic) {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    counter-reset: ol_counter;
}
@media (max-width: 600px) {
    .content-raw ul:not(.classic), .content-raw ol:not(.classic) {
        font-size: 13px;
    }
    .content-raw ul:not(.classic) li, .content-raw ol:not(.classic) li {
        padding-left: 20px;
    }
}
.content-raw ul:not(.classic) li, .content-raw ol:not(.classic) li {
    border-top: 1px solid #ccc;
    padding: 10px 4px 10px 0;
    position: relative;
    padding-left: 30px;
    margin-left: 0;
    list-style: none;
}
.content-raw ul:not(.classic) li:first-child, .content-raw ol:not(.classic) li:first-child {
    border-top: 0;
}
.content-raw ul:not(.classic) li:before {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 16px;
    width: 8px;
    height: 8px;
    background: #319fce;
}
.section-vynikajici-veda .content-raw ul:not(.classic) li:before {
    background: #a9cf55;
}
.section-vedouci-postaveni-evropskeho-prumyslu .content-raw ul:not(.classic) li:before {
    background: #6ab1e7;
}
.section-spolecenske-vyzvy .content-raw ul:not(.classic) li:before {
    background: #ffd737;
}
.section-eit-jrc-horizontalni-aktivity-euratom .content-raw ul:not(.classic) li:before {
    background: #05bec0;
}
.content-raw ol:not(.classic) li {
    counter-increment: ol_counter;
}
.content-raw ol:not(.classic) li:before {
    content: counter(ol_counter) '.';
    display: block;
    height: 20px;
    width: 20px;
    text-align: right;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 10px;
}
.content-raw ol.roman:not(.classic) li:before {
    content: counter(ol_counter, upper-roman) '.';
}


/**
 * ------------------------
 * @section section-gallery
 * ----------------------------
 */
.section-gallery .secondary ul,
.section-gallery .secondary li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-gallery .secondary li a {
    display: inline-block;
    background: #ccc;
    margin: 1px 0 0;
    text-decoration: none;
    padding: 7px 20px 7px 15px;
    color: #fff;
}
.section-gallery .secondary ul {
    margin: 25px 0 20px;
}
.section-gallery .secondary ul ul {
    margin: 0;
}
.section-gallery .secondary ul ul a {
    padding-left: 30px;
}
.section-gallery .secondary > ul > li + li > ul {
    display: none;
}
.section-gallery .secondary > ul > li > a {
    padding-right: 45px;
    background-image: url('/themes/default/images/arrow.png') !important;
    background-position: 97% center !important;
    background-repeat: no-repeat !important;
}
@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
    .section-gallery .secondary > ul > li > a {
        background-image: url('/themes/default/images/arrow@2x.png') !important;
        -webkit-background-size: 32px 32px !important;
        background-size: 32px 32px !important;
    }
}
/**
 * @subsection section-vynikajici-veda
 * -------------------------------------
 */
.section-vynikajici-veda .section-gallery .secondary li a {
    background: #a9cf55;
    color: #ebf7ee;
}
.section-vynikajici-veda .section-gallery .secondary li a:hover,
.section-vynikajici-veda .section-gallery .secondary li a:focus {
    background: #92c03a;
}
/**
 * @subsection section-vedouci-postaveni-evropskeho-prumyslu
 * ------------------------------------------------------------
 */
.section-vedouci-postaveni-evropskeho-prumyslu .section-gallery .secondary li a {
    background: #6ab1e7;
    color: #fff;
}
.section-vedouci-postaveni-evropskeho-prumyslu .section-gallery .secondary ul ul a {
    background: #7bb9e4;
}
.section-vedouci-postaveni-evropskeho-prumyslu .section-gallery .secondary li a:hover,
.section-vedouci-postaveni-evropskeho-prumyslu .section-gallery .secondary li a:focus {
    background: #1d87d1;
}
/**
 * @subsection section-spolecenske-vyzvy
 * ----------------------------------------
 */
.section-spolecenske-vyzvy .section-gallery .secondary li a {
    background: #ffd737;
    color: #fff;
}
.section-spolecenske-vyzvy .section-gallery .secondary li a:hover,
.section-spolecenske-vyzvy .section-gallery .secondary li a:focus {
    background: #ffca20;
}
/**
 * @subsection section-eit-jrc-horizontalni-aktivity-euratom
 * -----------------------------------------------
 */
.section-eit-jrc-horizontalni-aktivity-euratom .section-gallery .secondary li a {
    background: #05bec0;
    color: #fff;
}
.section-eit-jrc-horizontalni-aktivity-euratom .section-gallery .secondary li a:hover,
.section-eit-jrc-horizontalni-aktivity-euratom .section-gallery .secondary li a:focus {
    background: #02b3b5;
}
/**
 * @subsection section-horizontalni-aktivity
 * -----------------------------------------------
 */
.section-horizontalni-aktivity .section-gallery .secondary li a {
    background: #319fce;
    color: #fff;
}
.section-horizontalni-aktivity .section-gallery .secondary li a:hover,
.section-horizontalni-aktivity .section-gallery .secondary li a:focus {
    background: #208cc2;
}
/**
 * @subsection section-financni-aspekty > internal-youtube-6-0
  * -----------------------------------------------
 */

.internal-youtube-6-0 h2.video-cat {
    margin: 2em 0 1em;
}
.internal-youtube-6-0 .youtube-list {
    padding-bottom: 1em;
    border-bottom: thin solid #ccc;
}
.internal-youtube-6-0 .youtube-list li{
    margin-bottom: 30px;
}
.internal-youtube-6-0 .stats{
    color: #bbb;
    margin: 0.5em 0;
}

/**
 * ------------------------
 * @section rawhtml
 * ----------------------------
 */
.content-template.rawhtml {

}



/**
 * ----------------
 * @section List
 * ------------------
 */
ul.list, ul.list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/**
 * @subsection Pagination
 * ------------------------
 */
.pagination {
    clear: both;
    margin: 20px 0 10px;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.pagination ul li {
    float: left !important;
}
.pagination ul > li > a,
.pagination ul > li > span {
    line-height: 25.5px;
    border-color: white;
    background: #444;
    color: white;
    padding: 5px 15px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
    background: #208cc2;
}
.pagination ul > li.active > a {
    background: #f5f5f5 !important;
    color: #000;
}
.pagination ul .previous a,
.pagination ul .next a {
    background: white !important;
    color: #555;
}
.pagination ul .previous a span,
.pagination ul .next a span {
    font-size: 18px;
    padding: 0 5px;
    line-height: 0;
}
.pagination ul .previous a:hover,
.pagination ul .next a:hover,
.pagination ul .previous a:focus,
.pagination ul .next a:focus {
    background: #f5f5f5 !important;
    color: #4e9bdf;
}
.pagination ul .previous.disabled a,
.pagination ul .next.disabled a {
    background: white !important;
    color: #ddd !important;
}
.pagination.has-mobile-pagination select {
    width: auto;
    margin: 0;
    padding: 8px;
    height: 35px;
}
/*colors*/
.section-vynikajici-veda .pagination ul > li > a,
.section-vynikajici-veda .pagination ul > li > span {
    background: #a9cf55;
}
.section-vynikajici-veda .pagination ul > li > a:hover,
.section-vynikajici-veda .pagination ul > li > a:focus {
    background: #92c03a;
}
.section-vedouci-postaveni-evropskeho-prumyslu .pagination ul > li > a,
.section-vedouci-postaveni-evropskeho-prumyslu .pagination ul > li > span {
    background: #6ab1e7;
}
.section-vedouci-postaveni-evropskeho-prumyslu .pagination ul > li > a:hover,
.section-vedouci-postaveni-evropskeho-prumyslu .pagination ul > li > a:focus {
    background: #1d87d1;
}
.section-spolecenske-vyzvy .pagination ul > li > a,
.section-spolecenske-vyzvy .pagination ul > li > span {
    background: #ffd737;
}
.section-spolecenske-vyzvy .pagination ul > li > a:hover,
.section-spolecenske-vyzvy .pagination ul > li > a:focus {
    background: #ffca20;
}
.section-eit-jrc-horizontalni-aktivity-euratom .pagination ul > li > a,
.section-eit-jrc-horizontalni-aktivity-euratom .pagination ul > li > span {
    background: #05bec0;
}
.section-eit-jrc-horizontalni-aktivity-euratom .pagination ul > li > a:hover,
.section-eit-jrc-horizontalni-aktivity-euratom .pagination ul > li > a:focus {
    background: #02b3b5;
}
/**
 * @subsection Filter
 * ------------------------
 */
select#priority {
    font-size: 18px;
    line-height: 34px;
    height: 34px;
    outline: 0 !important;
    padding: 5px 6px;
    padding: 7px 6px 3px\9;
}
.lte8 select#priority {
    padding: 1px 6px 5px;
}
select#priority:hover {
    border-color: #1b83e0;
    background: #ffd;
}
select#priority option[selected] {
    color: #1b83e0;
}
div#filter {
}


/**
 * -----------------------
 * @section Abbreviations
 * ----------------------------
 */
.abbrs .content-raw h2[id] {
    font-size: 1.5em;
    margin: 20px 0 10px;
}
.abbrs .content-raw h2[id] a {
    padding: 3px 5px 1px;
    background: #f7f7f7;
    border-bottom: 1px solid #efefef;
    text-decoration: none;
    display: inline-block;
    margin-left: -5px;
    color: #111 !important;
}
.abbrs .content-raw h2[id] p,
.abbrs .content-raw h2[id] a,
.abbrs .content-raw h2[id] a span {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.abbrs .content-raw h2[id] a:hover,
.abbrs .content-raw h2[id].activated a,
.abbrs .content-raw.has-activated h2:not(.activated) a:hover {
    background: #fff300;
    color: #111 !important;
}
.abbrs .content-raw h2[id] a .hash {
    font-size: 14px;
    color: #ddd;
    padding-left: 2px;
}
.abbrs .content-raw h2[id] a:hover .hash,
.abbrs .content-raw h2[id].activated a .hash {
    color: #555;
}
.abbrs .content-raw.has-activated h2:not(.activated) + .definition,
.abbrs .content-raw.has-activated h2:not(.activated) + .definition * {
    color: #ddd !important;
}
.abbrs .content-raw.has-activated h2:not(.activated) a {
    color: #aaa !important;
}


/**
 * ----------------
 * @section FAQ
 * ----------------------------
 */
.list.faq-list p {
    margin-bottom: 10px;
}
.list.faq-list ul.list > li > ul,
.list.faq-list ul.list > li > ul > li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.list.faq-list ul.list > li > ul.answer {
    padding: 0 0 0 34px;
    margin-top: 1px;
    margin-bottom: 2px;
}
.list.faq-list ul.list > li > ul.answer .content-raw {
    padding: 0 0 10px;
}
.list.faq-list .image-caption-wrapper:after {
    margin-top: 1px;
    margin-bottom: -1px;
}
.js .list.faq-list a.question {
    cursor: pointer;
    padding-right: 5%;
    margin-bottom: 6px;
    padding-top: 5px;
}
.list.faq-list a.question {
    display: block;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    position: relative;
    padding-left: 34px;/*
    font-weight: 700;
    font-size: 15px;*/
}
.list.faq-list a.question .number {
    display: inline-block;
    font-weight: 700;
    text-align: right;
    min-width: 25px;
    font-size: 17px;
    padding-right: 3px;
    color: #494949;
    position: absolute;
    left: 0;
    top: 5px;
}
.list.faq-list a.question small {
    font-size: 13px;
    padding-left: 3px;
    position: relative;
    top: -1px;
}
/*1*/
.section-vynikajici-veda .list.faq-list a.question .number {
    color: #a9cf55;/*bg basic BB*/
}
/*2*/
.section-vedouci-postaveni-evropskeho-prumyslu .list.faq-list a.question .number {
    color: #6ab1e7;/*bg basic BB*/
}
/*3*/
.section-spolecenske-vyzvy .list.faq-list a.question .number {
    color: #ffd737;/*bg basic BB*/
}
/*4*/
.section-eit-jrc-horizontalni-aktivity-euratom .list.faq-list a.question .number {
    color: #05bec0;/*bg basic BB*/
}


/**
 * ----------------
 * @section Link list
 * ----------------------------
 */
.content-template table.table.table-collapsible {
    table-layout: fixed;
}
.content-template table.table.table-collapsible > tbody > tr > *.content-raw p,
.content-template table.table.table-collapsible > tbody > tr > *.content-raw ol,
.content-template table.table.table-collapsible > tbody > tr > *.content-raw ul {
    margin-bottom: 0;
}
.list.links-list table.table > thead > tr > th + th {
    width: 65%;
}
.list.links-list table.table > tbody > tr > *.content-raw a {
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}
.list.links-list table.table .link h3 a {
    text-decoration: none;
}
.list.links-list table.table .link h3 a:after {
    content: '\00a0\2192';
    color: #1a81cc;
    -webkit-transition: padding 0.15s linear;
    -moz-transition: padding 0.15s linear;
    -ms-transition: padding 0.15s linear;
    -o-transition: padding 0.15s linear;
    transition: padding 0.15s linear;
    padding-left: 0;
    padding-right: 10px;
    display: inline;
}
.chrome .list.links-list table.table .link h3 a:after {
    display: inline-block;
}
.list.links-list table.table .link h3 a:hover:after,
.list.links-list table.table .link h3 a:focus:after {
    padding-left: 10px;
    padding-right: 0;
}
/*responsive*/
@media screen and (max-width: 979px) {
    .content-template table.table.table-collapsible {
        margin-bottom: 0;
    }
    .content-template table.table.table-collapsible,
    .content-template table.table.table-collapsible > thead,
    .content-template table.table.table-collapsible > tbody,
    .content-template table.table.table-collapsible > thead > tr,
    .content-template table.table.table-collapsible > tbody > tr,
    .content-template table.table.table-collapsible > * > tr > th,
    .content-template table.table.table-collapsible > * > tr > td,
    .content-template table.table.table-collapsible > thead > tr > th + th {
        display: block;
        width: 100%;
        padding: 0;
    }
    .content-template table.table.table-collapsible > * > tr {
        border: 0;
    }
    .content-template table.table.table-collapsible > * > tr > *.link {
        border-bottom: 0;
        padding-top: 3px;
    }
    .content-template table.table.table-collapsible > tbody > tr > *.content-raw,
    .content-template table.table.table-collapsible > tbody > tr:first-child > *.link {
        border-top: 0;
    }
    .content-template table.table.table-collapsible > thead > tr > *.desc {
        padding-top: 2px;
        padding-bottom: 10px;
    }
    .content-template table.table.table-collapsible > tbody > tr > *.content-raw {
        padding-bottom: 14px;
    }
    .content-template table.table.table-collapsible > tbody > tr > *.content-raw a {
        padding-top: 1px;
    }
    .content-template table.table.table-collapsible > tbody > tr > *.link {
        padding-top: 9px;
    }
    .content-template table.table.table-collapsible .link h3 {
        margin: 0;
    }
    .content-template table.table.table-collapsible .link h3 a {
        display: inline-block;
        padding: 4px 10px 4px 0;
    }
}


/**
 * ----------------
 * @section Header
 * ------------------
 */
.header > .col {
    background: #33a1c6;
}
.header > .col > .inner {
    background: transparent url('/themes/default/images/head_bg.png') center bottom no-repeat;
}
.header .navbar .nav a {
    color: #c0c0c0;
    text-shadow: none !important;
}
.header .navbar .nav a.active,
.header .navbar .nav .active a,
.header .navbar .nav a:hover,
.header .navbar .nav a:hover {
    color: #f5f5f5;
}
.header .navbar .nav a.active,
.header .navbar .nav .active a {
    cursor: default;
}
.header .navbar .nav a {
    font-size: 13px;
    padding: 10px 8px;
}
.header .navbar .navbar-inner {
    padding: 1px 7px 0;
}
.navbar-inverse .navbar-inner,
.navbar-inverse .btn-navbar {
    background-color: #333;
    background-image: -moz-linear-gradient(top, #333, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
    background-image: -webkit-linear-gradient(top, #333, #222);
    background-image: -o-linear-gradient(top, #333, #222);
    background-image: linear-gradient(to bottom, #333, #222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=0);
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  background-color: #171717;
}
.header .logo {
    position: relative;
    border-top: 40px solid #272727;
}
@media (max-width: 979px) {
    .header .logo {
        border-top: 0;
    }
}
.header .logo a,
.header .logo span.a {
    display: block;
    width: 100%;
    height: 188px;
    background: transparent url('/themes/default/images/logo.png') center -26px no-repeat;
    text-indent: -4000px;
}
@media (min-width: 979px) {
    .header .logo a,
    .header .logo span.a {
        height: 158px;
    }
}

@media (max-width: 1000px) {
    .header .navbar .nav a {
        padding: 10px 6px;
    }
}

@media (max-width: 410px) {
    .header .logo a.linkout {
        bottom: 25px !important;
    }
    .header .logo a,
    .header .logo span.a {
        background-image: url('/themes/default/images/logo_small.png');
    }
}
@media
  only screen and (max-width: 410px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 410px) and (min-device-pixel-ratio : 2) {
    .header .logo a {
        background-image: url('/themes/default/images/logo_small@2x.png');
        -webkit-background-size: 600px 141px;
        background-size: 600px 141px;
    }
}
.header .logo a:hover,
.header .logo a:focus {
    opacity: .8;
}
.header .logo a.linkout {
    width: 210px;
    height: 80px;
    text-indent: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.header .logo a.tc {
    left: auto;
    right: 0;
    width: 180px;
}
@media (min-width: 979px) {
    .header .logo a,
    .header .logo span.a {
        background-position: center -9px;
    }
    .header .logo a.linkout {
        bottom: 41px;
    }
    .header .logo a.tc {
        bottom: 35px;
    }
    .header > .col > .inner {
        background-position: center -25px;
    }
}
@media
  only screen and (max-width: 772px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 772px) and (min-device-pixel-ratio: 2) {
    body:not(.ie8) .header .logo a.eu img,
    body:not(.ie8) .header .logo a.tc img {
        content: '';
        display: inline-block;
        width: 210px;
        height: 80px;
        background: transparent url('/themes/default/images/eu@2x.png') 0 0 no-repeat;
        -webkit-background-size: 210px 80px;
        background-size: 210px 80px;
    }
    body:not(.ie8) .header .logo a.tc img {
        background-image: url('/themes/default/images/tc@2x.png');
        width: 180px;
        -webkit-background-size: 180px 80px;
        background-size: 180px 80px;
    }
}
/**
 * @subsection Search
 * ------------------
 */
.header form input[type="text"],
.header form input[type="email"] {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    width: 130px;
    padding: 5px 9px 4px;
    padding-right: 30px;
}
.ie8 .header form input[type="text"],
.ie8 .header form input[type="email"] {
    min-height: 21px;
}
.header form {
    position: relative;
}
.header form input[type="submit"] {
    position: absolute;
    right: 10px;
    top: -5px;
    width: 30px;
    height: 29px;
    display: block;
    left: auto;
    text-indent: -1000px;
    border: 0;
    background: transparent url('/themes/default/images/search.png') center center no-repeat;
    opacity: .8;
}
@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
    .header form input[type="submit"] {
        background-image: url('/themes/default/images/search@2x.png');
        -webkit-background-size: 30px 31px;
        background-size: 30px 31px;
    }
}
.header form input[type="submit"]:hover {
    opacity: 1;
}
form.navbar-form > span.left {
    display: none !important;
}
.search-list .summary,
.generic-list .summary {
    margin: 10px 0 20px;
}
.search-list li h2,
.generic-list li h2 {
    margin: 0 0 7px;
    font-size: 19px;
    line-height: 21px;
    position: relative;
    margin-bottom: 3px;
}
.search-list li h2 a,
.generic-list li h2 a {
    text-decoration: none;
}
.search-list .list li,
.generic-list .list > li {
    border-bottom: 1px solid #ddd;
    padding: 13px 0 5px;
}
.search-list .pagination,
.generic-list .pagination {
    margin: 30px 0 20px;
}
.calls-list .list > li {
    padding-top: 16px;
}
.calls-list .list > li p {
    font-size: 15px;
    line-height: 23px;
    margin: 8px 0 12px;
}
.calls-detail > h3,
.events-detail h3 {
    margin-top: -3px;
}
.events-detail .image.left {
    margin: -5px 0 0 0;
}
.news-list .list li .content-raw {
    padding-right: 3%;
}
.documents-list .list h2 {
    margin: 4px 0 5px;
}
.documents-list .list > li:first-child h2 {
    margin-top: 0;
}
.events-documents {
    padding-top: 10px;
}
.documents-list .events-documents .h2 {
    margin: 25px 0 8px;
    font-size: 24px;
}
.documents-list .events-documents li h2 {
    font-size: 16px;
    margin: 2px 0 5px;
}
.generic-list .list li a.btn {
    margin: 7px 0;
}
.generic-list a.rss {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #faa21b url('/themes/default/images/rss.png');
    overflow: hidden;
    text-indent: -400px;
    position: relative;
    top: 4px;
}
.generic-list a.rss:not(#oldie) {
    background-image: url('/themes/default/images/rss@2x.png');
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
.generic-list h2.h1 {
    margin: 30px 0 6px !important;
}
@media (max-width: 600px) {
    .generic-list .list li .image.left,
    .generic-list .list li .image.left img {
        margin-left: 0 !important;
        margin-bottom: 10px !important;
    }
}
a.search-link {
    text-decoration: none;
    font-size: 13px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
}
a.search-link:hover,
a.search-link:focus {
    text-decoration: underline;
}
/**
 * @subsection Responsive
 * --------------------------
 */
@media (min-width: 1100px) {
    .header .navbar .nav a {
        font-size: 14px;
        padding: 10px 11px;
    }
}
@media (min-width: 1200px) {
    .header form input[type="text"],
    .header form input[type="email"] {
        width: 130px;
    }
}
@media (max-width: 979px) {
	
	.header .logo a, .header .logo span.a { /*posunuti hlavicky pri responzivnim*/
    margin-top: 4%;
	}
	
    .navbar-inverse .nav-collapse .nav > li > a {
        font-size: 16px;
        line-height: 20px;
        color: #ccc;
        font-weight: 400;
    }
    .nav-collapse.collapse {
        height: auto;
    }
    .navbar-fixed-top {
        margin-bottom: 0;
    }
    .header form input[type="text"],
    .header form input[type="email"] {
        margin-top: 2px;
        padding-right: 9px;
        width: 98%;
        display: block;
        float: none;
    }
    .header form input[type="submit"] {
        top: 3px;
        right: 10px;
    }
    .nav-collapse .navbar-form, .nav-collapse .navbar-search {
        padding: 10px;
    }
    .header .logo a {
        background-position: center -20px;
    }
    .header .logo a.linkout {
        bottom: 20px;
    }
    body {
        padding: 0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin: 0;
    }
    .footer .left, .footer .right {
        float: none;
        height: 20px;
        padding: 5px 0;
    }
    .footer .left {
        padding: 2px;
    }
    .breadcrumbs > div {
        padding-left: 28px;
        padding-right: 20px;
    }
}
@media (max-width: 600px) {
    .footer .suggest {
        display: none;
    }
    .row-fluid.columns > div > .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .breadcrumbs > div {
        padding-left: 20px;
        padding-right: 15px;
    }
}
@media (max-width: 480px) {
    .row-fluid.columns > div > .inner {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 3px;
    }
    .breadcrumbs > div {
        padding-left: 16px;
        padding-right: 10px;
    }
	.header .logo a, .header .logo span.a { /*posunuti hlavicky pri responzivnim*/
    margin-top: 8%;
	}
}
.navbar .btn-navbar {
    position: absolute;
    right: 0;
    top: -3px;
    padding: 11px 20px;
    z-index: 2;
}
.navbar .btn-navbar .icon-bar {
    border-radius: 0;
    box-shadow: none;
    width: 24px;
}


/**
 * ----------------
 * @section Footer
 * ------------------
 */
.row-fluid.footer {
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}
.row-fluid.footer > div > .inner {
    background: #bfc4c7;
    padding: 10px 20px;
    font-size: 13px;
    color: #737373;
}
@media (min-width: 1180px) {
    .row-fluid.footer {
        margin-bottom: 130px;
    }
}
/**
 * @subsection Footer navi
 * --------------------------
 */

.footer .left > p{
    margin:0;
    padding:8px 0 0 0;
}


.footer .navi, .footer .navi li {
    margin: 0;
    padding:0;
    list-style: none;
}
.footer .navi{
    padding:7px 0 0 0;
}
.footer .navi li {
    float: left;
}
.footer .navi li:before {
    content: '\00b7';
    padding: 0 4px;
}
.footer .navi li:first-child:before {
    display: none;
}
.row-fluid.footer .navi a {
    padding: 0 2px;
    background: transparent;
    text-decoration: none;
    color: #696969;
    *padding: 0 7px;
}
.row-fluid.footer .navi a:focus,
.row-fluid.footer .navi a:hover {
    text-decoration: underline;
    color: #292929;
}


/**
 * ----------------
 * @section Sidebar
 * ------------------
 */
/**
 * @subsection Navigation
 * --------------------------
 */
.sidebar .navigation ul,
.sidebar .navigation li,
.sidebar .navigation a {
    margin: 0;
    padding: 0;
    display: block;
    color: #e0e0e0;
    list-style: none;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.237069;
}
.sidebar .navigation li {
    display: table;
    width: 100%;
}
.sidebar .navigation li ul {
    display: table-row;
}
.sidebar .navigation a {
    background: #373737;
    padding: 6px 13px 6px 15px;
    border-top: 1px solid #e0e0e0;
    display: table-cell;
    vertical-align: middle;
    height: 29px;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
@media (max-width: 772px) {
    .sidebar .navigation a {
        font-size: 14px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}
.sidebar .navigation ul ul a {
    padding-left: 30px;
    background: #6d6d6d;
}
.sidebar .navigation > ul > li:first-child > a {
    border-top: 0;
}
.sidebar .navigation a:hover,
.sidebar .navigation a:focus {
    background: #212121;
}
.sidebar .navigation .active > a {
    background: #fff !important;
    color: #000 !important;
    cursor: default;
    border-left: 1px solid #d7d7d7 !important;
}
.sidebar .navigation .active.has-active-children > a {
    cursor: pointer;
}
.sidebar .navigation > ul > li.active > a {
    border-left: 0 !important;
}
@media (max-width: 772px) {
    .sidebar .navigation ul ul .active > a:before {
        content: '\25ba';
        padding-right: 10px;
    }
    .android .sidebar .navigation ul ul .active > a:before {
        content: '\2192';
    }
    .sidebar .navigation > ul > li:nth-child(2) > ul > li.has-active-children > a:before {
        display: none;
    }
}
.opera .sidebar .navigation ul,
.opera .sidebar .navigation li,
.opera .sidebar .navigation a {
    display: block;
}
.opera .sidebar .navigation a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    height: auto;
}
.opera .sidebar .navigation > ul > li > a {
    padding-top: 10px !important;
    padding-bottom: 11px !important;
}
.sidebar h3.hidden-desktop {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    padding: 8px 15px 6px;
    background: #bfc4c7;
    color: white;
    margin: 2px 0;
}
/**
 * @subsection section-vynikajici-veda
 * -------------------------------------
 */
.sidebar .navigation.primary a,
.section-vynikajici-veda .sidebar .navigation.secondary a {
    background: #a9cf55;
    border-top-color: #ebf7ee;
    color: #ebf7ee;
}
.sidebar .navigation.primary a:hover,
.sidebar .navigation.primary a:focus,
.section-vynikajici-veda .sidebar .navigation.secondary a:hover,
.section-vynikajici-veda .sidebar .navigation.secondary a:focus {
    background: #92c03a;
}
/**
 * @subsection section-vedouci-postaveni-evropskeho-prumyslu
 * ------------------------------------------------------------
 */
.sidebar .navigation.primary li + li a,
.section-vedouci-postaveni-evropskeho-prumyslu .sidebar .navigation.secondary a {
    background: #6ab1e7;
    border-top-color: #eaf4fb;
    color: #fff;
}
.sidebar .navigation.primary li + li a:hover,
.sidebar .navigation.primary li + li a:focus,
.section-vedouci-postaveni-evropskeho-prumyslu .sidebar .navigation.secondary a:hover,
.section-vedouci-postaveni-evropskeho-prumyslu .sidebar .navigation.secondary a:focus {
    background: #1d87d1;
}
.section-vedouci-postaveni-evropskeho-prumyslu .sidebar .navigation.secondary ul ul a {
    background: #7bb9e4;
}
.section-vedouci-postaveni-evropskeho-prumyslu .sidebar .navigation.secondary ul li + li ul {
    display: none;
}
/**
 * @subsection section-spolecenske-vyzvy
 * ----------------------------------------
 */
.sidebar .navigation.primary li + li + li a,
.section-spolecenske-vyzvy .sidebar .navigation.secondary a {
    background: #ffd737;
    border-top-color: #fef8f4;
    color: #fff;
}
.sidebar .navigation.primary li + li + li a:hover,
.sidebar .navigation.primary li + li + li a:focus,
.section-spolecenske-vyzvy .sidebar .navigation.secondary a:hover,
.section-spolecenske-vyzvy .sidebar .navigation.secondary a:focus {
    background: #ffca20;
}
/**
 * @subsection section-eit-jrc-horizontalni-aktivity-euratom
 * -----------------------------------------------
 */
.sidebar .navigation.primary li + li + li + li a,
.section-eit-jrc-horizontalni-aktivity-euratom .sidebar .navigation.secondary a {
    background: #05bec0;
    border-top-color: #fff;
    color: #fff;
}
.sidebar .navigation.primary li + li + li + li a:hover,
.sidebar .navigation.primary li + li + li + li a:focus,
.section-eit-jrc-horizontalni-aktivity-euratom .sidebar .navigation.secondary a:hover,
.section-eit-jrc-horizontalni-aktivity-euratom .sidebar .navigation.secondary a:focus {
    background: #02b3b5;
}
/**
 * @subsection section-horizontalni-aktivity
 * -----------------------------------------------
 */
.sidebar .navigation.primary li + li + li + li + li a,
.section-horizontalni-aktivity .sidebar .navigation.secondary a {
    background: #319fce;
    border-top-color: #e0e0e0;
    color: #fff;
}
.sidebar .navigation.primary li + li + li + li + li a:hover,
.sidebar .navigation.primary li + li + li + li + li a:focus,
.section-horizontalni-aktivity .sidebar .navigation.secondary a:hover,
.section-horizontalni-aktivity .sidebar .navigation.secondary a:focus {
    background: #208cc2;
}
.sidebar .navigation.primary {
    border-bottom: 7px solid #bfc4c7;
    padding-bottom: 1px;
}
.sidebar .navigation.secondary h3 {
    display: block !important;
}
/**
 * @subsection Navigation v2
 * ----------------------------
 */
.sidebar .navigation.v2 ul ul,
.opera .sidebar .navigation.v2 ul ul {
    display: none;
}
.sidebar .navigation.v2 .active ul {
    display: table-row;
}
.opera .sidebar .navigation.v2 .active ul {
    display: block;
}
.sidebar .navigation.v2 .active ul ul,
.opera .sidebar .navigation.v2 .active ul ul {
    display: none;
}
.sidebar .navigation.v2 > ul > li + li.active ul li:first-child ul  {
    display: table-row;
}
.opera .sidebar .navigation.v2 > ul > li + li.active ul li:first-child ul  {
    display: block;
}
.sidebar .navigation.v2 > ul > li + li + li.active ul li:first-child ul,
.opera .sidebar .navigation.v2 > ul > li + li + li.active ul li:first-child ul  {
    display: none;
}
.sidebar .navigation.v2 ul a {
    font-size: 18px;
    line-height: 1.25;
    padding: 8px 17% 7px 15px;
}
.sidebar .navigation.v2 ul ul a {
    font-size: 13px;
    line-height: 1.237069;
    padding: 6px 13px 6px 15px;
}
.sidebar .navigation.v2.primary ul ul ul a {
    padding: 6px 13px 5px 33px;
}
.sidebar .navigation.v2.primary li a {
    background: #319fce;
    border-top-color: #e0e0e0;
    color: #fff;
}
.sidebar .navigation.v2.primary ul a {
    color: #e3e3e3;
}
.sidebar .navigation.v2.primary ul ul a {
    color: #e0e0e0;
}
.sidebar .navigation.v2.primary li a:hover,
.sidebar .navigation.v2.primary li a:focus {
    background: #208cc2;
}
.sidebar .navigation.v2.primary {
    border-bottom: 7px solid #ccc;
    padding-bottom: 1px;
}
/*colors*/
.sidebar .navigation.v2.primary > ul > li > a {
    background: #319fce url('/themes/default/images/arrow.png') 97% center no-repeat !important;/*bg basic BB*/
    color: #fff !important;/*color lighten CL*/
}
.sidebar .navigation.v2.primary > ul > li.active > a {
    background-image: url('/themes/default/images/arrow_d.png') !important;
}
@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
    .sidebar .navigation.v2.primary > ul > li > a {
        background-image: url('/themes/default/images/arrow@2x.png') !important;
        -webkit-background-size: 32px 32px !important;
        background-size: 32px 32px !important;
    }
    .sidebar .navigation.v2.primary > ul > li.active > a {
        background-image: url('/themes/default/images/arrow_d@2x.png') !important;
    }
}
.sidebar .navigation.v2.primary > ul > li > a:hover,
.sidebar .navigation.v2.primary > ul > li > a:focus,
.sidebar .navigation.v2.primary > ul > li.active > a {
    background-color: #208cc2 !important;/*bg darken BD*/
}
.sidebar .navigation.v2.primary ul ul a {
    background: #319fce;/*BB*/
    color: #fff;/*color basic CB*/
    border-color: #e0e0e0;/*CB*/
}
.sidebar .navigation.v2.primary ul ul a:hover,
.sidebar .navigation.v2.primary ul ul a:focus {
    background: #208cc2;/*BD*/
}
.sidebar .navigation.v2.primary ul ul ul a {
    background: #6d6d6d;/*bg lighten BL*/
}
/*main tiles*/
/*1*/
.sidebar .navigation.v2.primary > ul > li > a,
body.page-404 .sidebar .navigation.v2.primary > ul > li.active > a {
    background-color: #a9cf55 !important;/*bg basic BB*/
    color: #fff !important;/*color lighten CL*/
}
body.body .sidebar .navigation.v2.primary > ul > li > a:hover,
body.body .sidebar .navigation.v2.primary > ul > li > a:focus,
.sidebar .navigation.v2.primary > ul > li.active > a {
    background-color: #92c03a !important;/*bg darken BD*/
}
/*2*/
.sidebar .navigation.v2.primary > ul > li + li > a,
body.page-404 .sidebar .navigation.v2.primary > ul > li + li.active > a {
    background-color: #6ab1e7 !important;/*bg basic BB*/
    color: #fff !important;/*color lighten CL*/
}
body.body .sidebar .navigation.v2.primary > ul > li + li > a:hover,
body.body .sidebar .navigation.v2.primary > ul > li + li > a:focus,
.sidebar .navigation.v2.primary > ul > li + li.active > a {
    background-color: #4e9bdf !important;/*bg darken BD*/
}
/*3*/
.sidebar .navigation.v2.primary > ul > li + li + li > a,
body.page-404 .sidebar .navigation.v2.primary > ul > li + li + li.active > a {
    background-color: #ffd737 !important;/*bg basic BB*/
    color: #fff !important;/*color lighten CL*/
}
body.body .sidebar .navigation.v2.primary > ul > li + li + li > a:hover,
body.body .sidebar .navigation.v2.primary > ul > li + li + li > a:focus,
.sidebar .navigation.v2.primary > ul > li + li + li.active > a {
    background-color: #ffca20 !important;/*bg darken BD*/
}
/*4*/
.sidebar .navigation.v2.primary > ul > li + li + li + li > a,
body.page-404 .sidebar .navigation.v2.primary > ul > li + li + li + li.active > a {
    background-color: #05bec0 !important;/*bg basic BB*/
    color: #fff !important;/*color lighten CL*/
}
body.body .sidebar .navigation.v2.primary > ul > li + li + li + li > a:hover,
body.body .sidebar .navigation.v2.primary > ul > li + li + li + li > a:focus,
.sidebar .navigation.v2.primary > ul > li + li + li + li.active > a {
    background-color: #02b3b5 !important;/*bg darken BD*/
}
/*5*/
.sidebar .navigation.v2.primary > ul > li + li + li + li + li > a,
body.page-404 .sidebar .navigation.v2.primary > ul > li + li + li + li + li.active > a {
    background-color: #319fce !important;/*bg basic BB*/
    color: #fff !important;/*color lighten CL*/
}
body.body .sidebar .navigation.v2.primary > ul > li + li + li + li + li > a:hover,
body.body .sidebar .navigation.v2.primary > ul > li + li + li + li + li > a:focus,
.sidebar .navigation.v2.primary > ul > li + li + li + li + li.active > a {
    background-color: #208cc2 !important;/*bg darken BD*/
}
/**
 * @subsection section-vynikajici-veda v2
 * ---------------------------------------
 */
.section-vynikajici-veda .sidebar .navigation.v2.primary ul ul a {
    background: #a9cf55;/*BB*/
    color: #fff;/*color basic CB*/
    border-color: #fff;/*CB*/
}
.section-vynikajici-veda .sidebar .navigation.v2.primary ul ul a:hover,
.section-vynikajici-veda .sidebar .navigation.v2.primary ul ul a:focus {
    background: #92c03a;/*BD*/
}
/**
 * @subsection section-vedouci-postaveni-evropskeho-prumyslu v2
 * --------------------------------------------------------------
 */
.section-vedouci-postaveni-evropskeho-prumyslu .sidebar .navigation.v2.primary ul ul a {
    background: #6ab1e7;/*BB*/
    color: #fff;/*color basic CB*/
    border-color: #fff;/*CB*/
}
.section-vedouci-postaveni-evropskeho-prumyslu .sidebar .navigation.v2.primary ul ul a:hover,
.section-vedouci-postaveni-evropskeho-prumyslu .sidebar .navigation.v2.primary ul ul a:focus {
    background: #4e9bdf;/*BD*/
}
.section-vedouci-postaveni-evropskeho-prumyslu .sidebar .navigation.v2.primary ul ul ul a {
    background: #7bb9e4;/*bg lighten BL*/
}
.sidebar .navigation > ul > li > ul > li#menu1_15.active.has-active-children > a {
    background: #6ab1e7 !important;
    color: #fff !important;
    cursor: pointer;
    border-left: 0 !important;
}
.sidebar .navigation > ul > li > ul > li#menu1_15.active.has-active-children > a:hover,
.sidebar .navigation > ul > li > ul > li#menu1_15.active.has-active-children > a:focus {
    background: #4e9bdf !important;
}
/**
 * @subsection section-spolecenske-vyzvy v2
 * ------------------------------------------
 */
.section-spolecenske-vyzvy .sidebar .navigation.v2.primary ul ul a {
    background: #ffd737;/*BB*/
    color: #fff;/*color basic CB*/
    border-color: #fff;/*CB*/
}
.section-spolecenske-vyzvy .sidebar .navigation.v2.primary ul ul a:hover,
.section-spolecenske-vyzvy .sidebar .navigation.v2.primary ul ul a:focus {
    background: #ffca20;/*BD*/
}
/**
 * @subsection section-eit-jrc-horizontalni-aktivity-euratom v2
 * -----------------------------------------------
 */
.section-eit-jrc-horizontalni-aktivity-euratom .sidebar .navigation.v2.primary ul ul a {
    background: #05bec0;/*BB*/
    color: #fff;/*color basic CB*/
    border-color: #fff;/*CB*/
}
.section-eit-jrc-horizontalni-aktivity-euratom .sidebar .navigation.v2.primary ul ul a:hover,
.section-eit-jrc-horizontalni-aktivity-euratom .sidebar .navigation.v2.primary ul ul a:focus {
    background: #02b3b5;/*BD*/
}
/*404*/
body.page-404 .sidebar .navigation.v2 ul ul,
body.page-404.opera .sidebar .navigation.v2 ul ul {
    display: none !important;
}
body.page-404 .sidebar .navigation.v2.primary > ul > li > a {
    background-image: url('/themes/default/images/arrow.png') !important;
    cursor: pointer;
}
.section-gallery .navigation.secondary {
    border-top: 1px solid #ccc;
    margin-top: 25px;
}
#menu1_32.active > a,
#menu1_298.active > a {
    background-color: #02b3b5 !important;
    color: #fff !important;
}
#menu1_32 > ul {
    display: table-row;
}
.opera #menu1_32 > ul {
    display: block;
}
#menu1_32 > ul a {
    background-color: #3bcfd0;
}
#menu1_32 > ul a:hover,
#menu1_32 > ul a:focus {
    background-color: #02b3b5;
}
#menu2_33 a {
    background-image: none !important;
}
#menu2_457 a {
    background-image: none !important;
}
/**
 * @menu2
 * ------------------------------------------
 */
.section-hodnoceni .content-template > h1:first-child:before,
.section-hodnoceni .content-template > h1:first-child:before,
.section-hodnoceni .content-template > h1:first-child:before,
.section-hodnoceni .content-template > .h1:first-child:before,
.section-hodnoceni .content-template > .h1:first-child:before,
.section-hodnoceni .content-template > .h1:first-child:before {
    background: #8a9399;
}
body.body .sidebar .navigation.v2.primary.menu2 ul li > a,
body.body .sidebar .navigation.v2.primary.menu2 ul li > a {
    background-color: #319fce !important;
    color: #fff !important;
}
body.body .sidebar .navigation.v2.primary.menu2 ul li > a:hover,
body.body .sidebar .navigation.v2.primary.menu2 ul li > a:focus,
body.body .sidebar .navigation.v2.primary.menu2 > ul > li.active > a {
    background-color: #208cc2 !important;
}
body.body .sidebar .navigation.v2.primary.menu2 > ul > li.active li.active > a {
    background-color: #fff !important;
    color: #000 !important;
}
/**
 * @menu3
 * ------------------------------------------
 */
body.body .sidebar .navigation.v2.primary.menu3 ul li > a,
body.body .sidebar .navigation.v2.primary.menu3 ul li > a {
    background: #319fce !important;
    color: #fff !important;
}
body.body .sidebar .navigation.v2.primary.menu3 ul li > a:hover,
body.body .sidebar .navigation.v2.primary.menu3 ul li > a:focus,
body.body .sidebar .navigation.v2.primary.menu3 > ul > li.active > a {
    background: #208cc2 !important;
}
/**
 * @subsection Newsletter
 * --------------------------
 */
@media (max-width: 772px) {
    .sidebar .newsletter .inner {
        margin: 2px 28px 0;
    }
    .sidebar .navigation.v2 ul ul a {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .sidebar .newsletter .inner {
        margin: 2px 20px 0;
    }
}
@media (max-width: 480px) {
    .sidebar .newsletter .inner {
        margin: 2px 16px 0;
    }
}


/**
 * -----------------
 * @section Homepage
 * --------------------
 */
.hp-row .col {
    padding-bottom: 20px;
}
.hp-row > div > .inner {
    height: 190px;
    background: #e9e9e9;
    display: block;
    padding: 0;
    text-decoration: none;
    overflow: hidden;
}
.hp-row > div.add-menu > .inner {
    height: auto;
}
.hp-row > div > a.inner {
    cursor: pointer;
    position: relative;
}
.hp-row > div > a.inner:focus,
.hp-row > div > a.inner:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.23);
}
.hp-row h2,
.hp-row h3,
.sidebar .newsletter h3 {
    margin: 0;
    padding: 0;
    color: white;
}
.hp-row .news h2,
.hp-row .events h2 {
    color: #222;
    padding: 5px 0 6px;
    border-bottom: 3px solid #05bec0;
    margin-bottom: 20px;
}
.hp-row .events h2 {
    border-bottom: 3px solid #8cb62c;
}
.hp-row .col .inner .head {
    background: #ccc;
    height: 100%;
    width: 37%;
    min-width: 160px;
    float: right;
    position: relative;
    z-index: 3;
}
.hp-row .col .inner a,
.sidebar .newsletter,
.sidebar .newsletter a {
    color: #4e9bdf;
}
/**
 * @subsection Pilars
 * --------------------------
 */
.hp-row .col.science .inner .illustration,
.hp-row .col.industry .inner .illustration,
.hp-row .col.society .inner .illustration,
.hp-row .col.initiatives .inner .illustration {
    background: transparent url('http://placehold.it/450x190') center bottom no-repeat;
    width: 70%;
    height: 100%;
    min-height: 190px;
    max-width: 452px;
    position: absolute;
    left: 0;
    top: 0;
}
.hp-row .col.science .inner .illustration {
    background-image: url('/themes/default/images/pilar_science.jpg');
}
.hp-row .col.science .inner .head {
    background: #a9cf55;
}
.hp-row .col.science .inner:hover .head,
.hp-row .col.science .inner:focus .head {
    background: #92c03a;
}
.hp-row .col.industry .inner .illustration {
    background-image: url('/themes/default/images/pilar_industry.jpg');
}
.hp-row .col.industry .inner .head {
    background: #6ab1e7;
}
.hp-row .col.industry .inner:hover .head,
.hp-row .col.industry .inner:focus .head {
    background: #4e9bdf;
}
.hp-row .col.society .inner .illustration {
    background-image: url('/themes/default/images/pilar_society.jpg');
}
.hp-row .col.society .inner .head {
    background: #ffd737;
}
.hp-row .col.society .inner:hover .head,
.hp-row .col.society .inner:focus .head {
    background: #ffca20;
}
.hp-row .col.initiatives .inner .illustration {
    background-image: url('/themes/default/images/pilar_initiatives.jpg');
}
.hp-row .col.initiatives .inner .head {
    background: #05bec0;
}
.hp-row .col.initiatives .inner:hover .head,
.hp-row .col.initiatives .inner:focus .head {
    background: #02b3b5;
}
.hp-row h2 {
    font-size: 21px;
    line-height: 1.09524;
    padding: 20px 40px 20px 20px;
}
.hp-row .col.pilar .inner .head:after {
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: 5px;
    border: 1px solid #fff;
    border-width: 1px 0;
    border-color: rgba(255,255,255,.64);
    background: transparent url('/themes/default/images/arrow.png') 90% center no-repeat;
    -webkit-transition: background-position 0.15s linear;
    -moz-transition: background-position 0.15s linear;
    -ms-transition: background-position 0.15s linear;
    -o-transition: background-position 0.15s linear;
    transition: background-position 0.15s linear;
}
@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
    .hp-row .col.pilar .inner .head:after {
        background-image: url('/themes/default/images/arrow@2x.png');
        -webkit-background-size: 32px 32px;
        background-size: 32px 32px;
    }
}
.hp-row .col.pilar .inner:hover .head:after,
.hp-row .col.pilar .inner:focus .head:after {
    background-position: 99% center;
}
/**
 * @subsection Meta
 * --------------------------
 */
.hp-row .col.news > .inner {
    height: auto;
    position: relative;
}
.hp-row .col.events > .inner {
    height: auto;
    position: relative;
}
.hp-row .col.newsletter > .inner,
.sidebar .newsletter > .inner {
    background: #21a8a5;
    background: #46b6b4;
    height: auto;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 5px;
}
.sidebar .newsletter > .inner {
    padding-top: 1px;
}
.hp-row .col.news .inner .cont,
.hp-row .col.events .inner .cont {
    min-width: 70px;
    min-height: 170px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.hp-row .icolink {
    display: none;
}
@media (min-width: 400px) {
    .hp-row .col.news .inner .cont-inner,
    .hp-row .col.events .inner .cont-inner {
        max-width: 84%;
    }
    .hp-row .icolink {
        display: block;
    }
}
.hp-row .col.news .inner .cont {
    background: #fff;
}
.hp-row .col.events .inner .cont {
    background: #fff;
}
.hp-row .col.newsletter .inner .head,
.sidebar .newsletter .inner .head {
    background: #046f6b;
    background: #117673;
    min-height: 40px;
    width: auto;
    float: none;
}
.hp-row .col.news .inner > a,
.hp-row .col.events .inner > a {
    display: block;
    position: absolute;
    height: 100%;
    min-height: 170px;
    z-index: 1;
    padding: 0;
    text-align: center;
    right: 0;
    top: 0;
}
.hp-row .col.news .inner > a img,
.hp-row .col.events .inner > a img {
    opacity: .91;
    padding-right: 1%;
}
.hp-row .col.news .inner > a:hover img,
.hp-row .col.events .inner > a:hover img {
    opacity: 1;
}
@media
  only screen and (max-width: 772px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 772px) and (min-device-pixel-ratio: 2) {
    img.ico_events, img.ico_news {
        content: '';
        display: inline-block;
        width: 61px;
        height: 78px;
        background: transparent url('/themes/default/images/ico_events@2x.png') 0 0 no-repeat;
        -webkit-background-size: 61px 78px;
        background-size: 61px 78px;
    }
    img.ico_news {
        background-image: url('/themes/default/images/ico_news@2x.png');
    }
}
.add-links .col > a:after,
.add-menu ul li > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 5px;
    border: 1px solid #fff;
    border-width: 1px 0;
    border-color: rgba(255,255,255,.6);
    background: transparent url('/themes/default/images/arrow.png') 80% center no-repeat;
    -webkit-transition: background-position 0.15s linear;
    -moz-transition: background-position 0.15s linear;
    -ms-transition: background-position 0.15s linear;
    -o-transition: background-position 0.15s linear;
    transition: background-position 0.15s linear;
}
.add-links .col > a:after,
.add-menu ul li > a:after {
    background-position: 94.7% center;
}
.add-menu ul li > a:after {
    border-top: 0;
}
@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
    .hp-row .col.news .inner > a:after,
    .hp-row .col.events .inner > a:after,
    .add-links .col > a:after,
    .add-menu ul li > a:after {
        background-image: url('/themes/default/images/arrow@2x.png');
        -webkit-background-size: 32px 32px;
        background-size: 32px 32px;
    }
}
.add-links .col > a:hover:after,
.add-menu ul li > a:hover:after {
    background-position: 100% center;
}
.hp-row .col .hp-empty {
    font-weight: 400;
    line-height: 19px;
}
.hp-row .col .hp-empty a {
    text-decoration: underline !important;
    font-weight: 400 !important;
}
.hp-row .col .hp-empty a:hover,
.hp-row .col .hp-empty a:focus {
    text-decoration: none !important;
}
.hp-row .col.newsletter p,
.sidebar .newsletter p {
    margin: 0;
    padding: 6px 15px 9px;
    color: #fff;
}
.hp-row .col.newsletter form,
.sidebar .newsletter form {
    margin: 0;
    padding: 0 15px;
}
.hp-row .col.newsletter form .control-group,
.sidebar .newsletter form .control-group {
    margin: 0;
}
.hp-row .col.newsletter input[type="text"],
.sidebar .newsletter input[type="text"],
.hp-row .col.newsletter input[type="email"],
.sidebar .newsletter input[type="email"] {
    margin: 0 0 9px;
    border: 0 !important;
    background: #e3efef;
    padding: 5px 9px;
    padding-right: 9px !important;
    width: 100%;
    min-width: 0;
    max-width: none;
    box-shadow: none;
}
.ie8 .hp-row .col.newsletter input[type="text"],
.ie8 .sidebar .newsletter input[type="text"],
.ie8 .hp-row .col.newsletter input[type="email"],
.ie8 .sidebar .newsletter input[type="email"] {
    min-height: 21px;
}
.hp-row .col.newsletter input[type="text"].has-error,
.sidebar .newsletter input[type="text"].has-error,
.hp-row .col.newsletter input[type="email"].has-error,
.sidebar .newsletter input[type="email"].has-error {
    margin: 0 -2px 7px 0;
    border: 2px solid #fff300 !important;
}
.hp-row .col.newsletter input[type="text"]:focus,
.sidebar .newsletter input[type="text"]:focus,
.hp-row .col.newsletter input[type="email"]:focus,
.sidebar .newsletter input[type="email"]:focus {
    background: #fff;
    outline: 0;
}
.hp-row .col.newsletter input[type="submit"],
.sidebar .newsletter input[type="submit"] {
    margin: 0 0 7px 8px;
    float: right;
    font-size: 12px;
    color: #e3efef;
    background: #046f6b;
    background: #1a807d;
    height: 30px;
    box-shadow: none;
    text-shadow: none;
    line-height: 23px;
    border: 1px solid rgba(0,0,0,.3);
    border-width: 0 1px 1px 0;
    padding: 4px 12px;
}
.mozilla .hp-row .col.newsletter input[type="submit"],
.mozilla .sidebar .newsletter input[type="submit"] {
    padding: 5px 12px 3px;
}
.hp-row .col.newsletter input[type="submit"]:hover,
.sidebar .newsletter input[type="submit"]:hover {
    background: #1da6a2;
}
.hp-row .col.newsletter input[type="submit"]:active,
.sidebar .newsletter input[type="submit"]:active {
    border-width: 1px 0 0 1px;
}
.lte8 .hp-row .col.newsletter input[type="submit"],
.lte8 .sidebar .newsletter input[type="submit"] {
    border: 0;
}
.hp-row h3,
.sidebar .newsletter h3 {
    padding: 10px 20px 5px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
}
.hp-row .col.newsletter h3,
.sidebar .newsletter h3 {
    padding: 10px 15px 5px;
}
.hp-row .col.newsletter form div.error,
.sidebar .newsletter form div.error {
    background: #fff300;
    color: #111;
    padding: 6px 8px;
    margin: 10px 0;
    position: relative;
}
.hp-row .col.news ul, .hp-row .col.events ul,
.hp-row .col.news li, .hp-row .col.events li,
.hp-row .col.news h4, .hp-row .col.events h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hp-row .col.news ul, .hp-row .col.events ul {
    padding: 0;
}
.hp-row .col.news h4, .hp-row .col.events h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3077;
}
.hp-row .col.news a,
.hp-row .col.events a {
    text-decoration: underline;
    color: #1b83e0;
}
.hp-row .col.news a:hover, .hp-row .col.events a:hover,
.hp-row .col.news a:focus, .hp-row .col.events a:focus {
    text-decoration: none;
}
.hp-row .col.news a h4:after, .hp-row .col.events a h4:after {
    content: '\00a0\00bb';
    padding-left: 2px;
    opacity: 0;
}
.hp-row .col.news a:hover h4:after, .hp-row .col.events a:hover h4:after,
.hp-row .col.news a:focus h4:after, .hp-row .col.events a:focus h4:after {
    opacity: 1;
}
.hp-row .col.news li, .hp-row .col.events li {
    padding-top: 0;
    border-top: 1px solid transparent;
    border-color: rgba(255,255,255,0);
    margin-top: 0;
    position: relative;
    margin-bottom: 1em;
}
.hp-row .col.news li .date,
.hp-row .col.events li .date b {
    word-spacing: -2px;
    padding-right: 5px;
    color: #777;
}
.hp-row .col.events h4 {
    font-weight: 400;
}
.hp-row .col.news li:first-child,
.hp-row .col.events li:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}
.newsletter-form {
    padding-top: 0 !important;
}
.newsletter h4 {
    color: #fff;
    margin: 11px 15px 9px;
    font-size: 18px;
    font-weight: 400;
}
.hp-row .icolink {
    position: absolute;
    z-index: 99;
    right: -5px;
    top: 37px;
}
.hp-row .col.news,
.hp-row .col.events {
    padding-bottom: 3px;
}
.hp-row .col.news *,
.hp-row .col.events * {
    line-height: 19px;
}
/**
 * @subsection Responsive
 * -----------------------
 */
@media (max-width: 772px) {
    .hp-row h3,
    .sidebar .newsletter h3 {
        font-size: 19px;
        margin-bottom: 3px;
    }
    .hp-row .col.news ul,
    .hp-row .col.events ul,
    .hp-row .col.news li,
    .hp-row .col.events li,
    .hp-row .col.news h4,
    .hp-row .col.events h4,
    .hp-row .col.newsletter > .inner,
    .sidebar .newsletter > .inner,
    .row-fluid.footer > div > .inner {
        font-size: 14px;
        line-height: 19px;
    }
    .row-fluid.footer > div > .inner .left {
        font-size: 13px;
        line-height: 18px;
    }
}
@media (max-width: 389px) {
    .row-fluid.footer > div > .inner {
        font-size: 13px;
        line-height: 18px;
    }
}
@media (min-width: 773px) {
    .newsletter-form,
    .hp-row .col.newsletter > .inner {
        min-height: 144px;
    }
    .hp-row .col.newsletter > .inner {
        min-height: 156px;
    }
}
@media (min-width: 773px) and (max-width: 979px) {
    .hp-row .col.newsletter input[type="submit"],
    .sidebar .newsletter input[type="submit"] {
        height: auto;
        white-space: normal;
    }
    .add-menu li.echo {
        width: 35% !important;
    }
    .add-menu li.czelo {
        width: 65% !important;
    }
}
@media (min-width: 773px) {
    .hp-row .col.newsletter input[type="submit"],
    .sidebar .newsletter input[type="submit"] {
        width: 81%;
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .hp-row .col.newsletter input[type="submit"],
    .sidebar .newsletter input[type="submit"] {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .add-menu li.echo {
        width: 50%;
    }
    .add-menu li.czelo {
        width: 50%;
    }
}
/**
 * @subsection Additional menus
 * ------------------------------
 */
.add-menu ul, .add-menu li, .add-menu > .inner {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
.add-menu li:first-child {
    margin-bottom: 2px;
}
.add-menu li a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    background: #319fce;
    margin-bottom: 1px;
    padding: 13px 15px 9px;
    font-size: 18px;
}
.add-menu li a:hover,
.add-menu li a:focus {
    background: #208cc2;
}
.add-links a {
    display: block;
    background: #319fce;
    color: #fff;
    padding: 20px 20px 56px 20px;
    text-decoration: none;
    font-size: 21px;
    line-height: 1.09524;
    position: relative;
}
.add-links a span {
    display: block;
    margin-top: .5em;
}
.add-links a:hover,
.add-links a:focus {
    display: block;
    background: #208cc2;
    color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.23);
}
.add-menu a {
    min-height: 28px !important;
}
@media (min-width: 773px) {
    .add-links a {
        min-height: 220px;
    }
    .add-links .span5 {
        float: right;
        margin-left: 2.1%;
        width: 31.933333%;
    }
    .add-links .span5:first-child {
        float: left;
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .add-links a {
        min-height: 200px;
    }
.add-menu li a.echo:after,
.add-menu li a.czelo:after {
    display:none;
}
.add-menu li a.echo,
.add-menu li a.czelo {
    border: 0;
    padding-bottom: 16px;
    margin: 0;
    overflow: hidden;
    text-indent: -400px;
}
.add-menu li a.echo {
    background: #fff url('/themes/default/images/echo_logo.png') 50% 0 no-repeat;
}
.add-menu li a.czelo {
    background: #fff url('/themes/default/images/czelo_logo.png') 50% 12px no-repeat;
}
.add-menu li.echo,
.add-menu li.czelo {
    float: left;
    width: 50%;
}
.add-menu li a.echo:hover,
.add-menu li a.echo:focus,
.add-menu li a.czelo:hover,
.add-menu li a.czelo:focus {
    box-shadow: none;
}
.hp-row.add-links {
    border-top: 2px solid #46b6b4;
    padding-top: 20px;
}



/**
 * -----------------
 * @section Breadcrumbs
 * --------------------
 */
/**
 * @subsection Breadcrumbs navi
 * ------------------------------
 */
.breadcrumbs ul, .breadcrumbs li, .breadcrumbs a {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs-navigation ul {
    padding: 6px 0 5px;
    font-size: 12px;
}
.breadcrumbs li {
    float: left;
    font-weight: 700;
}
.breadcrumbs-navigation li:before {
    content: '\203a';
    padding: 0 7px;
    position: relative;
    top: -1px;
}
.breadcrumbs-navigation li:first-child {
    padding-left: 0;
}
.breadcrumbs-navigation li:first-child:before {
    display: none;
}
.breadcrumbs-navigation a {
    font-weight: 400;
    color: #259 !important;
}
@media (min-width: 440px) and (max-width: 1140px) {
    .breadcrumbs-navigation a,
    .breadcrumbs-navigation span {
        font-size: 11px;
    }
    .breadcrumbs-navigation ul {
        margin-right: -9px;
    }
    .breadcrumbs-navigation li:before {
        padding: 0 4px;
    }
}
@media (min-width: 440px) and (max-width: 772px) {
    .breadcrumbs-navigation ul {
        margin-left: -11px;
    }
}
/**
 * @subsection Tertiary navi
 * ---------------------------
 */
.tertiary-navigation ul {
    padding: 18px 0;
    background: #fff;
}
.tertiary-navigation a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    padding: 9px 16px;
    font-weight: 400;
    margin-right: 1px;
    margin-top: 1px;
    background: #319fce;
    color: #fff;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.tertiary-navigation a:hover,
.tertiary-navigation a:focus {
    background: #208cc2;
}
.tertiary-navigation .active a {
    background: #f5f5f5 !important;
    color: #000 !important;
    cursor: default;
}
.tertiary-navigation li:last-child a {
    margin-right: 0;
}
/* navigation width */
.tertiary-navigation a {
    padding: 9px 7px;
}
.section-vedouci-postaveni-evropskeho-prumyslu .tertiary-navigation a,
.section-spolecenske-vyzvy .tertiary-navigation a {
    padding: 9px 7px;
}
.section-eit-jrc-horizontalni-aktivity-euratom .tertiary-navigation a,
.section-horizontalni-aktivity .tertiary-navigation a {
    padding: 9px 25px;
}
.breadcrumbs .tertiary-navigation {
    padding-right: 22px !important;
}
@media (max-width: 1160px) {
    .breadcrumbs .tertiary-navigation {
        padding-left: 16px;
        padding-right: 12px !important;
    }
    .tertiary-navigation a {
        padding: 9px;
        font-size: 12px;
    }
    .section-vedouci-postaveni-evropskeho-prumyslu .tertiary-navigation a,
    .section-spolecenske-vyzvy .tertiary-navigation a {
        padding: 9px 9px;
    }
    .section-eit-jrc-horizontalni-aktivity-euratom .tertiary-navigation a,
    .section-horizontalni-aktivity .tertiary-navigation a {
        padding: 9px 21px;
    }
}
@media (max-width: 760px) {
    .tertiary-navigation a {
        padding: 9px 17px;
        font-size: 13px;
    }
    .section-vedouci-postaveni-evropskeho-prumyslu .tertiary-navigation a,
    .section-spolecenske-vyzvy .tertiary-navigation a {
        padding: 9px 11px;
    }
    .section-eit-jrc-horizontalni-aktivity-euratom .tertiary-navigation a,
    .section-horizontalni-aktivity .tertiary-navigation a {
        padding: 9px 18px;
    }
}
@media (max-width: 330px) {
    .breadcrumbs .tertiary-navigation {
        padding-left: 11px;
        padding-right: 3px !important;
    }
}
/**
 * @subsection section-vynikajici-veda
 * -------------------------------------
 */
.section-vynikajici-veda .tertiary-navigation a {
    background: #a9cf55;
    color: #fff;
}
.section-vynikajici-veda .tertiary-navigation a:hover,
.section-vynikajici-veda .tertiary-navigation a:focus {
    background: #92c03a;
}
/**
 * @subsection section-vedouci-postaveni-evropskeho-prumyslu
 * ------------------------------------------------------------
 */
.section-vedouci-postaveni-evropskeho-prumyslu .tertiary-navigation a {
    background: #6ab1e7;
    color: #fff;
}
.section-vedouci-postaveni-evropskeho-prumyslu .tertiary-navigation a:hover,
.section-vedouci-postaveni-evropskeho-prumyslu .tertiary-navigation a:focus {
    background: #1d87d1;
}
/**
 * @subsection section-spolecenske-vyzvy
 * ----------------------------------------
 */
.section-spolecenske-vyzvy .tertiary-navigation a {
    background: #ffd737;
    color: #fff;
}
.section-spolecenske-vyzvy .tertiary-navigation a:hover,
.section-spolecenske-vyzvy .tertiary-navigation a:focus {
    background: #ffca20;
}
/**
 * @subsection section-eit-jrc-horizontalni-aktivity-euratom
 * -----------------------------------------------
 */
.section-eit-jrc-horizontalni-aktivity-euratom .tertiary-navigation a {
    background: #05bec0;
    color: #fff;
}
.section-eit-jrc-horizontalni-aktivity-euratom .tertiary-navigation a:hover,
.section-eit-jrc-horizontalni-aktivity-euratom .tertiary-navigation a:focus {
    background: #02b3b5;
}
/**
 * @subsection section-horizontalni-aktivity
 * -----------------------------------------------
 */
.section-horizontalni-aktivity .tertiary-navigation a {
    background: #319fce;
    color: #fff;
}
.section-horizontalni-aktivity .tertiary-navigation a:hover,
.section-horizontalni-aktivity .tertiary-navigation a:focus {
    background: #208cc2;
}
.has-tertiary-navigation .tertiary-navigation a {
    padding: 9px 10px !important;
    cursor: pointer !important;
}
/**
 * @subsection Affix
 * -------------------
 */
.tertiary-navigation.affix {
    position: static;
}
.affix-fix {
    display: none;
}
@media (min-width: 980px) {
    .tertiary-navigation.affix {
        position: fixed;
        z-index: 2;
        background: white;
        top: 39px;
    }
    .affix ~ .affix-fix {
        display: block;
    }
}
@media (max-width: 979px) {
    .tertiary-navigation {
        width: auto !important;
    }
}
/**
 * @subsection Mobile navi
 * ---------------------------
 */
.mobile-navigation {
    display: none;
    padding: 5px 0;
}
.mobile-navigation .add a {
    display: inline-block;
    background: #aab0b5;
    color: white;
    padding: 10px 15px;
    margin-right: 1px;
    text-decoration: none;
    font-size: 14px;
}
.mobile-navigation .add a:first-child {
    text-indent: -4000px;
    background-image: url('/themes/default/images/home.png');
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 40px;
}
.mobile-navigation .tertiary-navigation:first-child {
    padding-bottom: 5px;
}
@media
  only screen and (max-width: 772px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 772px) and (min-device-pixel-ratio : 2) {
    .mobile-navigation .add a:first-child {
        background-image: url('/themes/default/images/home@2x.png');
        -webkit-background-size: 40px;
        background-size: 40px;
    }
}
@media (max-width: 772px) {
    .mobile-navigation {
        display: block;
    }
}
/**
 * @subsection Totop navi
 * ---------------------------
 */
.totop-navigation {
    display: none;
    opacity: 0;
    width: 43px;
    height: 38px;
    background: #aab0b5 url('/themes/default/images/arrow_u.png') center center no-repeat;
    border-bottom: 1px solid #a0a7ab;
    position: fixed;
    z-index: 3;
    margin-right: -49px;
    margin-bottom: 8px;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    visibility: hidden;
}
.totop-navigation.showme {
    opacity: .77;
    visibility: visible;
}
.totop-navigation.showme:hover {
    opacity: 1;
}
/**
 * @subsection responsive navi
 * ---------------------------
 */
@media (min-width: 1330px) {
    .totop-navigation {
        display: block;
    }
}
@media (max-width: 1160px) {
    .has-tertiary-navigation .tertiary-navigation a {
        padding: 9px 7px !important;
    }
}



/**
 * -----------------
 * @section Sitemap
 * --------------------
 */
ul.webmap {
    margin-left: 20px;
    padding-left: 0;
    margin-top: -4px;
}
ul.webmap, ul.webmap ul {
    display: inline-block;
}
ul.webmap > li {
    font-size: 19px;
    line-height: 23px;
    padding: 5px 0 1px;
    list-style-type: square;
    color: #494949;
    margin-left: 8px;
    padding-left: 5px;
}
ul.webmap > li + li {
    color: #a9cf55;
}
ul.webmap > li + li + li {
    color: #3493d5;
}
ul.webmap > li + li + li + li {
    color: #ffd737;
}
ul.webmap > li + li + li + li + li {
    color: #05bec0;
}
ul.webmap > li + li + li + li + li + li {
    color: #494949;
}
ul.webmap > li ul {
    font-size: 14px;
}
ul.webmap > li > ul {
    margin-left: 0;
    padding-left: 30px;
    overflow: hidden;
}
ul.webmap .collapser small {
    font-size: 13px;
    padding-left: 3px;
    position: relative;
    top: -1px;
}
ul.webmap a.collapser {
    color: #1b83e0;
}
ul.webmap a.collapser:hover,
ul.webmap a.collapser:active,
ul.webmap a.collapser:focus {
    color: #222;
}
ul.webmap a {
    display: block;
}
ul.webmap > li > a {
    text-decoration: none;
}
ul.webmap > li > ul > li > a {
    font-weight: 700;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 2px;
}
ul.webmap > li:nth-child(3) > ul > li:first-child > ul > li > a {
    font-weight: 700;
    font-size: 13px;
}
ul.webmap > li > ul > li li a {
    font-size: 12px;
}
ul.webmap > li > a:hover,
ul.webmap > li > a:focus {
    color: #222;
}
ul.webmap ul li {
    list-style-type: square;
}
/**
 * @subsection Responsive
 * -----------------------
 */
@media screen and (min-width: 1140px) {
    ul.webmap li a {
        white-space: nowrap;
    }
}
@media (max-width: 772px) {
    ul.webmap > li > ul > li > a,
    ul.webmap > li > ul > li li a {
        font-size: 14px !important;
        line-height: 22px;
        padding-bottom: 4px;
    }
    ul.webmap > li > ul > li > a {
        padding-bottom: 2px;
    }
}


/**
 * ------------------------
 * @section Events Calendar
 * ---------------------------
 */
.calendar-container {
    margin: -3px auto 13px;
    border: 1px solid #818181;
    border-width: 1px 0;
    padding: 13px 0;
}
/*section-vynikajici-veda*/
.section-vynikajici-veda .calendar-container {
    border-color: #84cc95;
}
/*section-vedouci-postaveni-evropskeho-prumyslu*/
.section-vedouci-postaveni-evropskeho-prumyslu .calendar-container {
    border-color: #7dbae4;
}
/*section-spolecenske-vyzvy*/
.section-spolecenske-vyzvy .calendar-container {
    border-color: #f3a976;
}
/*section-eit-jrc-horizontalni-aktivity-euratom*/
.section-eit-jrc-horizontalni-aktivity-euratom .calendar-container {
    border-color: #fecc6b;
}
/**
 * @subsection Table
 * ---------------------
 */
table.calendar {
    border-collapse: collapse;
    margin: 0 auto;
}
table.calendar tr > th, table.calendar tr > td {
    color: #fff;
    background: #a7a8a9;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    text-align: right;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    width: 31px;
    padding: 3px 7px;
    padding: 4px 7px 2px\9;
}
table.calendar tr > th.weekend, table.calendar tr > td.weekend {
    background: #d1d2d3;
}
table.calendar tbody tr > td.other {
    background: #e1e2e3;
}
/**
 * @subsection Header
 * ---------------------
 */
table.calendar tr:first-child > th:first-child,
table.calendar tr > th + th + th + th + th + th + th,
table.calendar tr > td + td + td + td + td + td + td {
    border-right-width: 0;
}
table.calendar tr > th {
    background: #b7b8b9;
    padding: 0;
}
table.calendar thead tr > th.month {
    text-align: left;
    width: auto;
}
table.calendar thead tr > th > .left {
    font-weight: 700;
    padding: 4px 0 0 10px;
    padding: 5px 0 0 10px\9;
}
.lte8 table.calendar thead tr > th > .left {
    padding: 4px 0 0 10px;
}
table.calendar thead tr + tr > th {
    border-top-width: 4px;
    border-bottom-width: 4px;
    padding: 3px 7px 4px;
}
table.calendar thead tr > th.month > div > a.previous,
table.calendar thead tr > th.month > div > a.next {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    width: 44px;
    float: left;
    line-height: 21px;
    line-height: 22px\9;
    height: 26px;
}
.lte8 table.calendar thead tr > th.month > div > a.previous,
.lte8 table.calendar thead tr > th.month > div > a.next {
    line-height: 21px;
}
table.calendar thead tr > th.month > div a.previous:hover,
table.calendar thead tr > th.month > div a.next:hover {
    background: #74a5d5;
}
table.calendar thead tr > th.month > div a.previous[data-href=""],
table.calendar thead tr > th.month > div a.next[data-href=""] {
    visibility: hidden !important;
}
/**
 * @subsection Actions
 * -----------------------
 */
table.calendar tbody tr > td.action {
    padding: 0;
}
table.calendar tbody tr > td.action > div {
    position: relative;
    z-index: 0;
}
table.calendar tbody tr > td.action:hover > div {
    z-index: 1900;
}
table.calendar tbody tr > td.action > div > a {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #494949;
    padding: 3px 7px;
    cursor: default;
}
table.calendar tbody tr > td.action > div > a:hover {
    background: #818181;
}
/*section-vynikajici-veda*/
.section-vynikajici-veda table.calendar tbody tr > td.action > div > a {
    background: #a9cf55;
}
.section-vynikajici-veda table.calendar tbody tr > td.action > div > a:hover {
    background: #84cc95;
}
/*section-vedouci-postaveni-evropskeho-prumyslu*/
.section-vedouci-postaveni-evropskeho-prumyslu table.calendar tbody tr > td.action > div > a {
    background: #6ab1e7;
}
.section-vedouci-postaveni-evropskeho-prumyslu table.calendar tbody tr > td.action > div > a:hover {
    background: #7dbae4;
}
/*section-spolecenske-vyzvy*/
.section-spolecenske-vyzvy table.calendar tbody tr > td.action > div > a {
    background: #ffd737;
}
.section-spolecenske-vyzvy table.calendar tbody tr > td.action > div > a:hover {
    background: #f3a976;
}
/*section-eit-jrc-horizontalni-aktivity-euratom*/
.section-eit-jrc-horizontalni-aktivity-euratom table.calendar tbody tr > td.action > div > a {
    background: #05bec0;
}
.section-eit-jrc-horizontalni-aktivity-euratom table.calendar tbody tr > td.action > div > a:hover {
    background: #fecc6b;
}
/*actions popup*/
table.calendar tbody tr > td.action a div.action {
    position: absolute;
    right: -130px;
    bottom: 22px;
    *bottom: 23px;
    padding-bottom: 12px;
    cursor: default;
    display: none;
}
table.calendar tbody tr > td.action a div.action > .arrow {
    display: block;
    width: 30px;
    height: 14px;
    position: absolute;
    right: 140px;
    bottom: 0;
    overflow: hidden;
}
table.calendar tbody tr > td.action a div.action > .arrow span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 14px solid #999;
    border-color: #999 transparent transparent;
    left: 2px;
    top: -2px;
}
table.calendar tbody tr > td.action a div.action > .arrow span span {
    border-width: 10px;
    border-color: #fff transparent transparent;
    left: -10px;
    top: -13px;
}
.no-js table.calendar tbody tr > td.action a:hover div.action,
.no-js table.calendar tbody tr > td.action a:focus div.action {
    display: block;
}
table.calendar tbody tr > td.action a div.action > ul,
table.calendar tbody tr > td.action a div.action > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
table.calendar tbody tr > td.action a div.action > ul {
    width: 300px;
    background: #fff;
    border: 2px solid #999;
    box-shadow: 1px 2px 9px rgba(0,0,0,.23);
    border-collapse: separate;
    color: #555657;
    text-align: left;
    border-radius: 3px;
}
table.calendar tbody tr > td.action a div.action > ul > li {
    cursor: pointer;
    font-size: 12px;
    line-height: 17px;
    padding: 6px 7px;
    border-top: 1px solid #ccc;
    margin: 1px 2px 0;
}
table.calendar tbody tr > td.action a div.action > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
}
table.calendar tbody tr > td.action a div.action > ul > li strong {
    display: block;
}
table.calendar tbody tr > td.action a div.action > ul > li:hover strong {
    color: #08c;
}
/**
 * @subsection AJAX
 * -------------------
 */
.col.sidebar .widget.calendar > .inner > .loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white url('/themes/default/images/common/loading/loading.gif') center center no-repeat;
    z-index: 1910;
    opacity: .8;
    filter: alpha(opacity=80);
}


/**
 * -----------------
 * @section Flashes
 * --------------------
 */
.flashes {
    background: white;
    padding: 1px 25px;
    margin: -1px 0;
}
.homepage .flashes {
    margin-bottom: -21px;
    min-height: 21px;
}
.flashes .flashMessage {
    margin: 16px 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff300 url('/themes/default/images/ico_info.png') 4px center no-repeat;
    color: #111;
    text-shadow: none;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 12px 12px 52px;
}
@media (max-width: 772px) {
    .flashes {
        padding: 1px 16px;
    }
    .flashes .flashMessage {
        font-size: 14px;
        line-height: 19px;
    }
}
.flashes .flashMessage.alert-danger {
    background-image: url('/themes/default/images/ico_error.png');
}
.flashes .flashMessage.alert-success {
    background-image: url('/themes/default/images/ico_success.png');
}
.flashes .flashMessage.alert-warning {
    background-image: url('/themes/default/images/ico_alert.png');
}
@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
    .flashes .flashMessage {
        background-image: url('/themes/default/images/ico_info@2x.png');
        -webkit-background-size: 44px 44px;
        background-size: 44px 44px;
    }
    .flashes .flashMessage.alert-danger {
        background-image: url('/themes/default/images/ico_error@2x.png');
    }
    .flashes .flashMessage.alert-success {
        background-image: url('/themes/default/images/ico_success@2x.png');
    }
    .flashes .flashMessage.alert-warning {
        background-image: url('/themes/default/images/ico_alert@2x.png');
    }
}
.flashes .flashMessage ul,
.flashes .flashMessage p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.flashes .flashMessage a {
    color: #111;
}
.flashMessage .flashMessageClose {
    display: block;
    width: 9px;
    height: 9px;
    padding: 1px 5px 9px;
    padding: 2px 5px 8px\9;
    border-radius: 100px;
    background: #111;
    position: absolute;
    right: -7px;
    top: -8px;
    box-shadow: 1px ppx 3px rgba(0,0,0,.3);
    cursor: pointer;
    color: white;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    opacity: .8;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.flashMessage .flashMessageClose:hover,
.flashMessage .flashMessageClose:focus {
    opacity: 1;
}
/**
 * @subsection Helvetica fix
 * ---------------------------
 */
.mac .flashMessage .flashMessageClose,
.ios .flashMessage .flashMessageClose {
    padding: 0 5px 10px;
}



/**
 * ----------------
 * @section Fancybox
 * --------------------
 */
#fancybox-title-inside {
    width: 90%;
    text-align: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#fancybox-outer #fancybox-close {
    right: -65px !important;
    top: -25px !important;
    opacity: .7;
}
#fancybox-outer:hover #fancybox-close {
    opacity: 1;
}
#fancybox-outer:hover #fancybox-close:hover {
    opacity: 1;
}
#fancybox-left, #fancybox-right {
    bottom: auto;
    top: 0;
    height: 96%;
}
#fancybox-left span, #fancybox-right span {
    opacity: 0;
	left: 20px;
}
.ie8 #fancybox-left span,
.ie8 #fancybox-right span {
    visibility: hidden;
}
#fancybox-right span {
	left: auto;
	right: 20px;
}
#fancybox-left:hover span, #fancybox-right:hover span {
    opacity: .9;
}
.ie8 #fancybox-left:hover span,
.ie8 #fancybox-right:hover span {
    visibility: visible;
}
#fancybox-left span, #fancybox-right span, #fancybox-close {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
#fancybox-outer {/* space for captions */
    top: -25px;
}
@media screen and (max-width: 600px) {
    #fancybox-outer {
        top: 0;
    }
    #fancybox-wrap {
        padding-right: 0;
    }
    .fancybox-bg {
        display: none;
    }
    .touch #fancybox-left,
    .touch #fancybox-right,
    .touch #fancybox-outer #fancybox-close {
        opacity: 0;
    }
}
#fancybox-overlay {
    cursor: default !important;
}


/**
 * ---------------
 * @section Editor
 * ------------------
 */
body.mceContentBody {
    background: #fff !important;
    padding: 10px;
    min-width: 670px;
}
body.mceContentBody,
body.mceContentBody th,
body.mceContentBody td {
    font: 14px/1.428571429 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.mceContentBody img::selection {
    background: transparent;
}
body.mceContentBody img {
    max-width: none;
}


/**
 * -----------------------------
 * @section Live Stream template
 * -------------------------------
 */
.live-stream-template {
}
.body .live-stream-template a,
.body .content-raw .live-stream-template a {
    padding: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    height: auto !important;
}
.live-stream-template a img {
    opacity: .9;
    border: 0 !important;
}
.live-stream-template a:hover img,
.live-stream-template a:focus img {
    opacity: 1;
}
.live-stream-template .description {
}
.live-stream-template .icon {
}
/*lists*/
.has-live-stream {
    position: relative;
}
.has-live-stream div.date,
.has-live-stream .title,
.has-live-stream .content,
.has-live-stream > h2,
.has-live-stream > p {
    padding-right: 70px;
    position: relative;
    z-index: 1;
}
.has-live-stream li {
}
.has-live-stream .live-icon {
    display: block;
    position: absolute;
    z-index: 2;
    right: 2px;
    top: 15px;
}
.homepage .has-live-stream .live-icon {
    top: 6px;
    right: 0;
}
.has-live-stream .live-icon a img {
    opacity: .8;
    border: 0 !important;
}
.has-live-stream .live-icon a:hover img,
.has-live-stream .live-icon a:focus img {
    opacity: 1;
}


/**
 * ---------------
 * @section CyberFox
 * ------------------
 */
a.cyberfox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    width: 30px;
    height: 30px;
    opacity: .1;
    z-index: 2;
}
.ie10 a.cyberfox,
.ie11 a.cyberfox {
    right: 30px;
}
body:hover a.cyberfox {
    opacity: .3;
}
body:hover a.cyberfox:hover {
    opacity: .7;
}
@media (min-width: 1180px) {
    a.cyberfox {
        display: block;
    }
}

/**
 * ---------------
 * @section Others
 * ------------------
 */
table th.link.country {
    width: 26%;
}

table th.desc.desc-country {
    width: 74%;
}


/**
 * ---------------
 * @section Fixes
 * ------------------
 */
.ie9 body,
.ie9 .header .logo a,
.ie9 .content-raw a > img,
.ie9 .navbar-inverse .navbar-inner,
.ie9 a.cyberfox {
    /* IE9 needs conditional override of 'filter' to 'none' */
    filter: none !important;
}
/*prevent iOS zoom*/
.body.ios input[type="text"],
.body.ios input[type="email"],
.body.ios input::-webkit-input-placeholder,
.body.ios input[placeholder],
.body.ios input[type="number"],
.body.ios textarea,
.body.ios select {
    font-size: 16px !important;
}
/* kill skype toolbar goodness */
span.skype_pnh_container {display: none !important;}
span.skype_pnh_print_container {display: inline !important;}

/* end of file */

.title-section_icon{}
.title-section_icon > a{display:block;}
.title-section_icon .ttl{
    float:left;
    text-decoration:none;
    color: #222;
}
.title-section_icon .icon{
    width:16px;
    height:20px;
    margin:0 10px 0 0;
    padding:0;
    display:inline-block;
    float:right;
    position:relative;
}
/*----*/
.icon_tcakce{
    margin-right:10px;
    padding-right:10px;
    float:left;
    border-right:1px solid #0089cb;
}
.icon_livestream{
    position:absolute;
    top:0;
    right:-75px;
}
.events-detail .icon_tcakce{
    margin-top:10px;
    border-right:0;
}
