@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body .container {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #294572;
}

h3 {
    color: #294572;
    text-transform: uppercase;
}

.lobster-title {
    color: #294572;
    font-family: 'Lobster', cursive;
    font-size: 24px;
}

.chronoforms6_credits {
    display: none;
}

.jlcontentfieldsfilter {
    display: flex;
    flex-wrap: wrap;
    flex: 3;
    background: #f5f2f9;
    padding: 3px;
}

.jlmf-section {
    padding: 10px;
    width: 50%;
}

.jlmf-section select {
    width: 90%
}

.jlmf-section > [type="button"] {
    display: none;
}

.jlmf-label {
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .jlmf-section {
        padding: 10px;
        width: 100%;
    }

    .nav.menu.navbar-nav {
        /*overflow: scroll;*/
        /*margin:0;*/
        padding: 10px;
    }

    button.btn.btn-primary.home_search_btn {
        padding: 0 8px !important;
    }

    .row.news-list-element .row {
        justify-content: space-between;
        align-items: center;
    }

    .news-date {
        margin-top: 0;
    }

    .row.news-list-element {
        display: flex;
        justify-content: space-around;
    }
}

.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.br-left:before {
    content: '\200E';
    border-right: 1px solid rgba(170, 170, 170, .5);
    padding: 5px;
    margin-right: 10px;
}

.br-right:after {
    content: '\200F';
    border-right: 1px solid rgba(170, 170, 170, .5);
    padding: 4px;
    margin-right: 10px;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after, .icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control, .icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa {
    color: #2580db;
    z-index: 5;
}

#system-message {
    background: #eaeaea;
    border-top: 3px solid #1cb91a;
    border-bottom: 3px solid #1cb91a;
    margin: 20px 0;
}

#system-message .alert {
    margin: 0;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-default {
    background-color: rgba(208, 215, 232, 0.9);
    border: 0;
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    background: #294572;
    margin: 0 3px;
    padding: 10px 5px;
    font-size: 1.7rem;
}

.language {
    margin: 3px;
}

.language span {
    color: #2e2e2e;
    font-size: 12px;
    vertical-align: middle;
}

.language a:hover {
    text-decoration: none;
    font-weight: 700;
}

.old_version {
    font-size: 13px;
}

nav.navbar > div {
    padding: 6px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
}

.sicon {
    display: inline-block;
}

.icon-circle .fa {
    font-size: 25px;
    color: #e84700;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #e84700;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.20s, background-color ease-in-out 0.05s;
}

.icon-circle .fa:hover {
    background-color: #e84700;
    color: #fff;
    border: 1px solid #e84711;
    -moz-box-shadow: inset 0px 0px 0px 2px #ffffff;
    -o-box-shadow: inset 0px 0px 0px 2px #ffffff;
    -ms-box-shadow: inset 0px 0px 0px 2px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.icon-circle i:before {
    margin-left: 0px;
    font-size: 20px;
}

.icon-circle {
    float: left;
    text-align: center;
    margin: 5px;
}

.ifacebook .fa {
    color: #1265d3;
    border: 2px solid #1265d3;
}

.ifacebook .fa:hover {
    background-color: #1265d3;
    color: #fff;
    border: 1px solid #1265d3;
}

.itwittter .fa {
    color: #33ccff;
    border: 2px solid #33ccff;
}

.itwittter .fa:hover {
    background-color: #33ccff;
    color: #fff;
    border: 1px solid #33ccff;
}

.youtube .fa {
    color: #fb373a;
    border: 2px solid #fb373a;
}

.youtube .fa:hover {
    background-color: #fb373a;
    color: #fff;
    border: 1px solid #fb373a;
}

.vk .fa {
    color: #1266d2;
    border: 2px solid #1266d2;
}

.vk .fa:hover {
    background-color: #1266d2;
    color: #fff;
    border: 1px solid #1266d2;
}

.rss .fa {
    color: #f39025;
    border: 2px solid #f39025;
}

.rss .fa:hover {
    background-color: #f39025;
    color: #fff;
    border: 1px solid #f39025;
}

.maps .fa {
    color: #679df6;
    border: 2px solid #679df6;
}

.maps .fa:hover {
    background-color: #33ccff;
    color: #fff;
    border: 1px solid #33ccff;
}

header {
    margin-bottom: 20px;
}

header > .header {
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.header_video-wrapp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    background-image: url(../img/udpu_fon.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header_video-box {
    text-align: center;
    margin: 0 -1000px;
    height: 100%;
}

.header_video {
    display: inline-block;
    vertical-align: top;
    min-height: 100vh;
}

.home_b_img {
    display: block;
    float: left;
    padding: 0 8%;
}

.home_b_text {
    font-size: 1.8em;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 59px;
}

.home_b_btn {
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #fff;
    height: 108px;
    padding: 22px 0;
    margin: 10px 0;
}

.home_b_btn:hover {
    text-decoration: none;
}

.home_b_shadow {
    box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, .4), 0 10px 40px 0 rgba(0, 0, 0, .1), 0 0 0px rgba(0, 0, 0, .3), 0px 20px 20px -20px rgba(0, 0, 0, .4);
}

.home_b_shadow:hover {
    box-shadow: 0px 20px 20px -23px rgba(0, 0, 0, .8), 0px 20px 20px 0 rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .3), 0px 20px 20px -23px rgba(0, 0, 0, .8);
}

.name {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.3;
}

.name_ch1 {
    text-transform: uppercase;
    display: block;
}

@font-face {
    font-family: 'Lobster';
    src: url("../fonts/Lobster-Regular.ttf") format("truetype");
}

.slogan {
    font-family: 'Lobster', cursive;
    color: #fde934;
}

.home_search input, .home_search button {
    border-radius: 0 !important;
}

.home_search_btn {
    padding: 6px 110px !important;
}

.headers {
    padding-top: 40px;
}

.headers .name {
    color: #294572;
    font-size: 30px;
    line-height: 1;
}

.headers .slogan {
    color: #a0abc7;
    font-size: 27px;
    margin: 0;
}

.headers #logo img {
    width: 80px;
}

.headers .box {
    background: #fff;
}

.my-btn-default {
    color: #587da7;
    background-color: #fff;
    border-color: #587da7;
    border-radius: 2px;
    padding: 4px 10px;
}

.my-btn-default:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #294572;
}

.my-btn-primary {
    color: #fff;
    background-color: #294572;
    border-color: #294572;
    border-radius: 2px;
}

.my-btn-primary:hover {
}

.udpu_bblock {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    background: #587da7;
    margin-bottom: 20px;
}

.udpu_bblock a {
    color: #fff;
}

.udpu_news_list {
}

.news_list_post {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.news_list_post p {
    font-size: 16px;
}

.udpu_detal {
    line-height: 1.2;
    font-size: 10px;
}

.udpu_detal > .fa-angle-right {
    font-size: 16px;
}

.udpu_date {
    color: #aaa;
}

.news_list_title {
    color: #294572;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.udpu_news_img {
    margin-right: 15px;
}

.udpu_news_more {
    margin: 10px;
}

.udpu_news_img:hover {
    opacity: 1;
    outline: 10px solid rgba(88, 125, 167, 0.5);
    outline-offset: -10px;
    box-shadow: 0 0 0 0 red inset;
}

.udpu_news_img {
    outline: 200px solid rgba(88, 125, 167, 0.29);
    outline-offset: -200px;
    -webkit-transition: 1s;
    transition: 1s;
}

.news .newsflash-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.news .page-header {
    margin: 0;
}

.news .page-header a {
    color: #294572;
    text-decoration: none;
}

.news .news-list-element {
    transition: 0.3s all;
    border-bottom: 2px dotted #e5e5e5;
    padding-bottom: 20px;
    padding-top: 0;
}

.footer_top {
    background: #294572;
}

.footer_bottom {
    background: #1f3861;
    -webkit-box-shadow: inset 0px 15px 10px -15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 15px 10px -15px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 15px 10px -15px rgba(50, 50, 50, 0.75);
}

.footer_name {
    margin: 40px 0;
}

footer #logo img {
    width: 72px;
}

footer .name {
    font-size: 1.7em;
    line-height: 1.1;
    margin: 0;
}

.contact_rectorat_name, .contact_rectorat_vstup {
    font-family: 'Roboto', sans-serif;
    color: #feef76;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #1f335a;
    font-weight: normal;
}

.footer_info {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}

footer .row_block {
    margin: 20px 0;
}

.contact_map_name {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.contact_map_name i {
    color: #32bbde;
}

footer .icon-circle .fa {
    height: 28px;
    width: 28px;
    line-height: 26px;
    font-size: 18px;
}

footer .icon-circle {
    margin: 2px;
}

footer .icon-circle i:before {
    font-size: 16px;
}

.box {
    position: relative;
}

.box:before, .box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 6px;
    left: 10px;
    width: 47%;
    top: 80%;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-1.2deg);
    -moz-transform: rotate(-1.2deg);
    -o-transform: rotate(-1.2deg);
    -ms-transform: rotate(-1.2deg);
    transform: rotate(-1.2deg);
}

.box:after {
    -webkit-transform: rotate(1.2deg);
    -moz-transform: rotate(1.2deg);
    -o-transform: rotate(1.2deg);
    -ms-transform: rotate(1.2deg);
    transform: rotate(1.2deg);
    right: 10px;
    left: auto;
}

.fon-tour {
    height: 500px;
    background-image: url(/tour/fon-tour.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fon-tour p, .flashClose, .play-tour-none {
    display: none !important;
}

#flashContentClose {
    position: absolute;
    cursor: pointer;
    display: block;
    float: left;
    background: #4a81c4;
    border: 6px solid #5ea4fc;
    color: #fff;
    padding: 6px;
}

.tour {
    position: relative;
    cursor: pointer;
}

.play-tour {
    position: absolute;
    left: 48%;
    top: 40%;
    background: rgba(255, 255, 255, 0.84);
    border: 10px solid #5ea4fc;
    border-radius: 50%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    z-index: 1;
}

.play-tour i {
    font-size: 50px;
    padding: 30px 35px;
    color: #4a81c4;
}

.tour:hover .play-tour {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.play-fon {
    background: rgba(41, 69, 114, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    transition: .5s;
}

.tour:hover .play-fon {
    background: rgba(41, 69, 114, 0.2);
}

.owl-carousel img {
    height: 62px;
    filter: grayscale(100%);
    opacity: 0.3 !important;
    transition: .5s;
}

.owl-carousel img:hover {
    opacity: 1 !important;
    filter: none;
}

.owl-carousel {
    position: relative;
    margin: 40px 0;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: calc((100% - 30px) / 2);
    left: 0;
    right: 0;
}

.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}

.owl-carousel .owl-nav .owl-next {
    right: -40px;
}

.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
    font-size: 38px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-carousel .owl-nav div {
    position: absolute;
    top: calc(-32px / 2);
    bottom: 0;
    zoom: 1;
    margin: 0;
    height: 38px;
    padding: 0 12px;
}

.owl-carousel .owl-nav div:hover {
    background: #294572;
    padding: 0 12px;
    border-radius: 50%;
    transition: .5s;
    color: #fff;
}

footer .box {
    position: relative;
}

footer .box:before, footer .box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 6px;
    left: 10px;
    width: 50%;
    top: 47%;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 -35px 14px 3px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-1.2deg);
    -moz-transform: rotate(-1.2deg);
    -o-transform: rotate(-1.2deg);
    -ms-transform: rotate(-1.2deg);
    transform: rotate(1.8deg);
}

footer .box:after {
    -webkit-transform: rotate(1.2deg);
    -moz-transform: rotate(1.2deg);
    -o-transform: rotate(1.2deg);
    -ms-transform: rotate(1.2deg);
    transform: rotate(-1.8deg);
    right: 10px;
    left: auto;
}

.footer-name-udpu {
    font-size: 12px;
    color: #587da7;
    padding: 20px 0;
}

a.footer-btn-print {
    color: #fff;
    font-size: 16px;
}

.btn-galery-photo, .btn-galery-video {
    position: relative;
    display: block;
}

.btn-galery-photo img, .btn-galery-video img {
    width: 100%;
}

.btn-galery-fon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    transition: .5s;
}

.btn-galery-fon:hover {
    background: rgba(0, 0, 0, 0.2);
}

.btn-galery-name {
    position: absolute;
    bottom: 40%;
    left: 35%;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #fff;
}

.btn-galery-name i {
    font-size: 3em;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    border: dashed 1px #587da7;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #587da7 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.btn-online {
    position: relative;
    display: block;
    margin-top: 20px;
    background: #d0d7e8;
    padding: 20px;
    padding-left: 60px;
}

.btn-online-operator {
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn-online span {
    color: #294572;
    font-size: 20px;
    text-transform: uppercase;
}

.btn-online small {
    text-transform: none;
}

.note-box {
    background: #f0f0f0;
    border-radius: 4px;
    border: 1px solid #587da7;
    padding: 0 20px 20px 20px;
    margin: 20px 0;
}

.note-box span {
    color: #294572;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #587da7;
}

.list-menu {
    list-style-type: none;
}

.list-menu a {
    color: #587da7;
    font-size: 16px;
    padding: 5px 0;
    display: block;
}

.list-menu span {
}

.sidebar-menu a {
    color: #294572;
    background: #d0d7e8;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    margin: 5px 0;
    display: block;
    text-decoration: none;
    transition: .5s;
    font-weight: 400;
}

.sidebar-menu a:hover {
    color: #fff;
    background: #294572;
}

.profile-list .u-name {
    color: #294572;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.profile-list {
    color: #294572;
}

.profile-list .tital {
    color: #587da7;
    font-size: 17px;
}

.profile-list .profile-user {
}

.profile-list .panel-udpu {
    background: #fff;
    transition: all 0.2s ease;
    border: 2px dashed #dadada;
    margin-top: 10px;
    border-radius: 0;
}

.profile-list .panel-udpu:hover {
    border: 2px solid #587da7;
}

.centers-list .btn-default {
    border-radius: 3px;
    background: #f0f0f0;
    transition: .5s;
    min-height: 160px;
}

.centers-list .btn-default:hover {
    border-radius: 0;
    border-color: #587da7;
    background: #f5f8fd;
    box-shadow: 0px 15px 10px -15px rgba(50, 50, 50, 0.75);
}

.centers-list .btn-default img {
    margin: 0 auto;
}

.centers-list .btn-default span {
    white-space: pre-line;
    color: #294572;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    padding-top: 5px;
    margin: 0 auto;
}

.centers-list .row {
    margin-bottom: 30px;
}

.departments-list .panel-udpu {
    background: #eaeaea;
    border: 2px solid #587da7;
    margin-top: 10px;
    border-radius: 4px;
}

.departments-list .panel-udpu:hover {
    border: 2px solid #587da7;
    background: #f5f8fd;
}

.image-departments {
    position: relative;
    overflow: hidden;
}

.departments-list .panel-body {
    padding: 0;
    overflow: hidden;
}

.departments-list {
}

.logo-departments {
    padding: 10px;
    margin: 0 auto;
}

.overlayme {
    height: 100%;
    float: right;
    border-radius: 4px;
}

.overlayed {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    background: -moz-linear-gradient(354deg, rgba(234, 234, 234, 1) 12%, rgba(255, 255, 255, 0) 90%);
    background: -webkit-linear-gradient(354deg, rgba(234, 234, 234, 1) 12%, rgba(255, 255, 255, 0) 90%);
    background: linear-gradient(96deg, rgba(234, 234, 234, 1) 12%, rgba(255, 255, 255, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#00ffffff', GradientType=1);
}

.departments-list .panel-udpu:hover .overlayed {
    background: -moz-linear-gradient(354deg, #f5f8fd 12%, rgba(255, 255, 255, 0) 90%);
    background: -webkit-linear-gradient(354deg, #f5f8fd 12%, rgba(255, 255, 255, 0) 90%);
    background: linear-gradient(96deg, #f5f8fd 12%, rgba(255, 255, 255, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#00ffffff', GradientType=1);
}

.name-departments {
    font-size: 22px;
    font-weight: 500;
    color: #294572;
}

.right-fon-departments {
    padding: 0 14px;
}

.page-news .udpu_date {
    margin-bottom: 10px;
}

.title-news {
    margin-bottom: 0;
}

.page-news .jumbotron {
    padding: 8px 10px;
    margin: 10px 0;
    border-radius: 0;
    font-size: 12px;
}

.news-post {
    padding-bottom: 7px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 4px;
}

.news-resurs {
    color: #587da7;
    font-size: 14px;
    font-style: italic;
}

.helpinfo {
    margin-top: 0;
    font-size: 10px;
    color: #999;
}

.tag {
    font-size: 12px;
    color: #587da7;
}

.soc-news-footer a {
    text-decoration: none;
}

.soc-news-footer .fa {
    border: 0;
    padding: 0 2px;
    transition: 0.5s;
}

.soc-news-footer .fa:hover {
    background-color: transparent;
    border: 0;
    color: #294572;
}

.news-info {
    padding: 4px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 6px;
}

.news-btn a {
    color: #aaa;
    font-size: 16px;
    text-decoration: none;
    padding: 0 5px;
}

.news-post figcaption small {
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #969696;
    padding-bottom: 5px;
    padding-top: 2px;
}

#general-menu #gruemenu > ul > li > a {
    margin: 0 3px;
    padding: 10px;
    text-transform: none;
}

#general-menu #gruemenu > ul > li {
    margin: 0 3px;
}

#general-menu #gruemenu.grue_103 > ul > li.has-sub > a::after {
    right: -6px;
    margin-top: -3px;
}

.centers-list .row > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.breadcrumbs-one li {
    list-style: none;
    display: inline;
}

.breadcrumbs-one li a {
    margin: 0 5px;
}

.breadcrumbs-one {
    padding: 0;
}

.audio-player, .audio-player div, .audio-player h2, .audio-player a, .audio-player span, .audio-player button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

div.audio-player {
    position: relative;
    width: 450px;
    height: 70px;
    margin: 0 auto;
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #3963a5 0%, #294572 100%);
    background: -moz-linear-gradient(top, #3963a5 0%, #294572 100%);
    background: -o-linear-gradient(top, #3963a5 0%, #294572 100%);
    background: -ms-linear-gradient(top, #3963a5 0%, #294572 100%);
    background: linear-gradient(top, #3963a5 0%, #294572 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.audio-player h2 {
    position: absolute;
    top: 7px;
    left: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ececec;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    position: absolute;
    text-indent: -9999px;
}

.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    width: 34px;
    height: 34px;
    top: 32px;
    left: 7px;
    background: transparent url('../lib/audio/css/playpause.png') 0 0 no-repeat;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -35px;
}

.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
    width: 18px;
    height: 19px;
    top: 9px;
    right: 142px;
    background: transparent url('../lib/audio/css/audio.png') 0 0;
}

.mejs-controls .mejs-unmute button {
    background-position: 0 -19px;
}

.mejs-controls div.mejs-horizontal-volume-slider {
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width: 120px;
    height: 11px;
    background: #212227;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    width: 0;
    height: 9px;
    top: 1px;
    left: 1px;
    background: #d5dbea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.mejs-controls div.mejs-time-rail {
    width: 380px;
}

.mejs-controls .mejs-time-rail span {
    position: absolute;
    display: block;
    width: 380px;
    height: 12px;
    top: 40px;
    left: 55px;
    cursor: pointer;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #565860;
    width: 380px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    top: 0;
    left: 0;
    width: 0;
    background: #7b7d82;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    top: 0;
    left: 0;
    width: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #d5dbea;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    position: absolute;
    display: block;
    width: 20px;
    height: 22px;
    top: -6px;
    border-radius: 50%;
    background: url('../lib/audio/css/handle-lg.png') no-repeat;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    position: absolute;
    display: block;
    width: 12px;
    height: 14px;
    top: -1px;
    background: url('../lib/audio/css/handle-sm.png') no-repeat;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    width: 33px;
    height: 23px;
    top: -26px;
    margin-left: -17px;
    z-index: 9999;
    background: url('../lib/audio/css/time-box.png');
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 33px;
    display: block;
    left: 0;
    top: 4px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    text-align: center;
    z-index: 9999;
}

p.img_caption {
    bottom: 20px;
    color: #000;
    left: 10px;
    font-size: 10px;
    position: relative;
}

.img_caption {
    position: absolute;
}

.btn-udpu-default {
    margin-top: 18px;
    border-radius: 2px;
    border: 1px solid #587da7;
    color: #587da7;
    transition: 0.5s;
}

.newsflash-title a {
    color: #294572;
}

.newsflash-title a:hover {
    text-shadow: 3px 3px 3px rgba(32, 150, 149, 0.2);
    text-decoration: none;
}

.news-introtext {
    text-align: justify;
    color: #111111;
}

.news-introtext-full {
    height: 155px;
    overflow: hidden;
}

.news-date {
    margin-top: 21px;
    color: #000;
    display: block;
    font-size: 14px;
}

.news-date i {
    font-size: 18px;
    color: #a9a9a9;
}

.news-list-element:hover {
    background: #ececec;
    transition: 0.3s all;
}

.news-list-element {
    transition: 0.3s all;
    border-bottom: 2px dotted #e5e5e5;
    padding-bottom: 20px;
    padding-top: 20px;
}

.btn-udpu-default:hover {
    background: #597ea8;
    color: #fff;
    transition: 0.5s;
}

.nbs-flexisel-inner {
    background: #fff !important;
}

.nbs-flexisel-item img {
    height: 62px;
    filter: grayscale(100%);
    opacity: 0.3 !important;
    transition: .5s;
}

.nbs-flexisel-item img:hover {
    opacity: 1 !important;
    filter: none;
}

.buton-top {
    position: fixed;
    right: -36px;
    background: #294572;
    bottom: 30%;
    width: 100px;
    height: 100px;
    display: none;
    border-radius: 50% 0px 0 50%;
    padding: 21px 25px 23px 0px;
    text-align: center;
    cursor: pointer;
}

.buton-top .btn-top-link i {
    color: #fef236;
    font-size: 26px;
}

.buton-top .btn-top-link {
    color: #fff;
    font-family: 'Lobster', cursive;
    text-decoration: none;
    font-size: 17px;
}

.owl-carousel .owl-nav div {
    transition: .5s;
}

.owl-height {
    height: 63px !important;
    overflow: hidden !important;
}

@keyframes top {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    60% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.buton-top {
    border: 2px solid #fff;
    animation: top 0.7s normal ease-in;
    transform-origin: 100% 50%;
}

.redactors {
    text-align: left;
    color: #6d90c3;
    font-style: italic;
    float: right;
    margin-top: 10px;
}

.page-header h2 {
    font-size: 1.3em;
    color: #294572;
}

.item-page {
    margin-top: 20px;
}

.btn-primary {
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    background-color: #2a4c84 !important;
    border-color: #ffffff;
}

ul.Сinline li {
    display: inline-block;
    width: min-content;
    margin: 2px;
}

ul.tags li {
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    color: #fff;
    position: relative;
    transition: .3s;
    border-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 5px 2px 0;
    text-decoration: none;
}

.label-info:hover {
    background: #294572;
    transition: .3s;
}

.label-info[href]:hover {
    background: #294572;
}

.home_search_btn {
    border: none;
}

.pull-right > div {
    display: inline-block;
    font-size: 1.2em;
    margin-right: 5px;
    border-radius: 5px;
    padding: 2px;
}

.tags {
    padding-left: 0px;
}

.articleBody {
    border-bottom: 1px dotted #e5e5e5;
    margin-bottom: 10px;
}

.muted > dd {
    display: inline-block;
    padding-right: 10px;
    color: #bfb6b6;
}

.muted > dd > i {
    color: #bfb6b6;
}

.icons-item a {
    color: #bfb6b6;
}

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

.content-item .page-header {
    padding: 0 0 10px 0;
}

.content-item .page-header h2 {
    margin-top: 10px;
}

.content-item .article-info {
    padding: 5px 0 5px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.content-item .page-header {
    margin: 0;
}

.content-item .page-header .col-md-12 {
    padding: 0;
}

.page-header a {
    color: #587da7;
}

.pull-right {
    margin-top: 3px;
}

#content .label {
    padding: 3px 6px;
}

.label-info {
    background-color: #9c9fa7;
}

.contact-category .list-title a {
    font-size: 1.4em;
    color: #587da7;
    text-decoration: none;
    font-weight: 600;
}

.contact-category .field-label {
    color: #6791c1;
}

.contact-category .contact-field-entry {
    padding: 3px 0;
}

.contact-category h3 {
    color: #587da7;
    margin-bottom: 15px;
}

.contact-category span.field-value {
    color: #294572;
}

.contact .page-header h2 {
    color: #587da7;
    margin-bottom: 15px;
}

.contact .field-label {
    color: #6791c1;
}

.contact span.field-value {
    color: #294572;
}

.contact .contact-field-entry {
    padding: 3px 0;
}

.at_icon {
    padding-right: 5px;
}

.udpu_calendar_more {
    display: grid;
}

.udpu_calendar_more a {
    background: #2a4c84;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 3px;
}

.events-day {
    color: #fff;
}

.sidebar-menu .list-menu li a {
    background: unset !important;
    font-size: 16px !important;
    text-transform: none !important;
    padding: 0 !important;
    font-weight: 400 !important;
}

.sidebar-menu .list-menu li a:hover {
    color: #587da7;
}

.sidebar-menu .list-menu li a:before {
    content: "\f0c8";
    color: #587da7;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dokumenty .udpu_bblock {
    font-weight: 400;
    font-size: 16px;
}

.udpu-online .header, .udpu-online label, .udpu-online input, .udpu-online select {
    color: #294572 !important;
}

.speasyimagegallery-modal-body img {
    width: 100%;
}

.padding-top-20 {
    padding-top: 10px;
}

.docList {
    font-size: 12px;
}

.rs_list li {
    list-style: none;
}

.rs_list .rs_list {
    display: none;
}

.rs_dir {
    cursor: pointer;
}

.doclist > ul {
    padding: 0;
}

.rs_dir:before {
    content: "\f07b";
    color: #FFAA00;
    font-family: "FontAwesome";
    margin-right: 10px;
    font-size: 16px;
}

.rs_dir.open:before {
    content: "\f07c";
    color: #FFAA00;
    font-family: "FontAwesome";
    margin-right: 10px;
    font-size: 16px;
}

.rs_file a.prew {
    color: green;
}

.rs_file a.file:before {
    content: "\f15c";
    color: #1878D4;
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 16px;
}

.rs_file a.file[data-type-file="pdf"]:before {
    content: "\f1c1" !important;
    color: red;
}

.rs_file a.file[data-type-file="xls"]:before, .rs_file a.file[data-type-file="xlsx"]:before {
    content: "\f0ce" !important;
}

.rs_file a.file[data-type-file="doc"]:before, .rs_file a.file[data-type-file="docx"]:before, .rs_file a.file[data-type-file="rtf"]:before {
    content: "\f15c" !important;
}

.rs_file a.file[data-type-file="rar"]:before, .rs_file a.file[data-type-file="zip"]:before {
    content: "\f1c6" !important;
}

#right-menu .dropdown-menu > li > a {
    padding-top: 0;
    padding-bottom: 0;
    transition: .2s;
    white-space: normal;
}

#right-menu .dropdown-menu > li > a:hover:before {
    color: #fff;
    transition: .1s;
}

#right-menu li > a:before, #right-menu .heading > span:before {
    content: "\f0c8";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 16px;
    color: #587da7;
}

#right-menu .dropdown-menu {
    display: block !important;
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    opacity: 1 !important;
}

#right-menu.nav > li > a {
    padding: 7px 10px;
    background: #d0d7e8;
    border-bottom: 1px solid #a0abc7;
}

#right-menu.nav > li > a:hover {
    background: #aab3cb;
    color: #294572;
}

#right-menu.heading {
    background: none;
}

#right-menu .dropdown-menu li > a:hover {
    color: #fff;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.contact-category .person {
    padding: 4px 0;
}

.max-widht-100 {
    max-width: 100%;
}

.blog .icons {
    display: flex;
    justify-content: flex-end;
}

#OMapsID {
    width: 100% !important;
}

#OMapsLoading {
    display: none !important;
}

#general-menu {
    height: 100% !important;
}

.contrast-controll {
    display: none;
}

.open .contrast-controll {
    display: flex;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.contrast-controll span {
    border: 1px solid #000;
    margin: 0 3px;
    padding: 2px 5px;
    cursor: pointer;
}

.open #general-menu, .open .navbar-header {
    margin-top: 30px
}

.navbar-default .navbar-nav > li > span {
    color: #fff;
    background: #294572;
    margin: 0 3px;
    padding: 10px;
    font-size: 1.7rem;
}

.contrast-btn:before {
    position: absolute;
    content: "\f06e";
    display: inline-block;
    font: normal normal normal 10px/0 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
}
.contrast-btn{
    display: flex;
    width: 45px;
    position: relative;
    text-align: -center;
}

.navbar-default .navbar-nav > li > a.contrast-btn {
    font-size: 2.5em;
    padding: 10px 01px
}

.lang-inline img{
    width: 58px;
    /*order-radius: 3px;*/

}
.lang-inline li a{
    display: inline-block;
    /*margin-top: 5px;*/
}
div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

div.mod-languages img {
    border: none;
    outline: 1px solid #294572;
    outline-offset: -1px;
    border-radius: 1px;
}
.contact-field-entry .field-value a{
    font-size: 16px;
}
.articleBody a{
    word-break: break-all;
}
.minigallery{
    clear: both;
}
@media screen and (max-width: 769px) {
    .lang-inline li a {
        display: inline-block;
        margin-top: 15px;
    }
    .lang-inline img {
        width: 38px;
    }
}
@media screen and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        background: #294572;
        margin: 3px;
        padding: 10px 5px;
        font-size: 0.9em;
    }

    .navbar-default .navbar-nav > li > a.contrast-btn {
        font-size: 2.5em;
        /*padding: 5px 1px;*/
    }
}.archived-content .articleBody,.archived-content .fields-container {    color: darkgray;    -webkit-text-fill-color: darkgray;    -moz-text-fill-color: darkgray;    -ms-text-fill-color: darkgray;}
 .articleBody img {
    max-width: 100%;
}


.rs_file>a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 96%;
    line-height: 1.2

}

.rs_file{
    position: relative;

}
.rs_file:hover .copy-link,
.rs_file.hover .copy-link
{
    display: block;
    /*width: 10px;*/

    background: rgba(255,255,255,0.46);
    position: absolute;
    border-radius: 3px;
    right: 0;
    top:0px;
    cursor:pointer;
    color: white;
    width: 25px;
    height: 25px;
    background-size: cover;
    transform: scale(.6);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23294572' class='bi bi-copy' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1h1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1v1z'/%3E%3C/svg%3E");
}
.rs_file .copy-link.add{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23294572' class='bi bi-clipboard-check-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708Z'/%3E%3C/svg%3E");
}


.rs_file:hover,
.rs_file.hover
{
    background: rgba(106,168,253,0.1);
    outline:  1px dotted rgba(204,204,204,0.5);
}

.rs_list{
    padding-left: 15px
}
.rs_file{
    /* overflow: hidden; */

}

.rs_file>a{
    white-space: nowrap;

    /* border: 1px solid;
     display: block;*/
}

.rs_dir.open{
    position: relative;

}
.rs_dir.open:after{
    content: '';
    position: absolute;
    top: 18px;
    bottom: 15px;
    width: 1px;
    left: 5px;
    display: block;
    background: #ccc;

}
.rs_dir.open .rs_file{
    position: relative;
}
.rs_dir.open .rs_file:before{
    content: '';
    position: absolute;
    top: 48%;
    width: 5px;
    height: 1px;
    left: -10px;
    display: block;
    background: #ccc;
    z-index: 9;
}
.rs_dir{
    position: relative;
}
.rs_dier:before{
    content: '';
    position: absolute;
    top: 48%;
    width: 5px;
    height: 1px;
    left: -10px;
    display: block;
    background: #ccc;
    z-index: 9;
}

.rs_dir.open .rs_dir{
    /*position: relative; */
}
#popover-input{
    width:100%;
}
.popover-title2{
    margin: 5px  auto 0;
    display: block;
}
.popover-input-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.news-page .articleBody p {
    text-align: justify;
    text-indent: 1.5em;
}

.category-list img{
    max-width: 100%;
}