body {
    background: #ffffff;
}

header {
    border-bottom: 5px solid #B71219;
    /*padding: 12px;*/
    margin-bottom: 20px;
}


a {
    color: #ed0303;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #ed0303;
    text-decoration: underline;
}

.sidemenu {
    background: #ffffff;
}

.content-area {
    background: #ffffff;
}

.footer {
    background: #777777;
    color: #efefef;
    padding: 15px 0;
    font-size: 14px;
    border-top: 4px solid #d63254;
    margin: 20px 0 0 0;
}

.bs-callout {
    margin: 0 0 15px 0;
}

.bs-callout-title {
    background: #f5f5f5;
}

.bs-callout-title h3,
.bs-callout-title h4,
.bs-callout-title h5 {
    margin: 0;
    padding: 10px 15px;
}

.metadata {
    border-top: 2px solid #dedede;
}

.history {
    display: none;
}

.line {
    margin-bottom: 30px;
    border-bottom: 1px dotted #efefef;
    padding-bottom: 15px;
}

.line a {
    color: #132f57;
}

.article-data .data_art {
    color: #132f57;
    background: #f1f1f1;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 5px;
}

/*#####*/

#header {
    height: auto;
    overflow: hidden;
}

#headerWrapper {
    height: auto;
    border-bottom: 3px solid #ed0303;
}

#dv-left .nav > li.active > a:hover, #dv-left .nav > li.active > a {
    background: #f5f5f5;
    color: #ed0303;
}

#dv-left .nav > li > a:hover {
    color: #ed0303
}

.bs-sidebar h5 {
    background: #e60202;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}

#dv-left .bs-sidenav {
    background: #f5f5f5;
    padding: 15px;
}

.moduly {
    margin-bottom: 15px;
}

.metadata {
    font-size: 12px;
}

#navigation {
    margin-top: 50px;
}

/*\
 *
 * Component
 *
\*/
.site-header .thim-toolbar {
    background: #ff5f2e;
    padding: 16px 0;
}

.site-header .thim-toolbar .toolbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .thim-toolbar .toolbar-inner .toolbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px;
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder .wpb_wrapper {
    display: flex;
    align-items: center;
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder .wpb_wrapper .bp-element {
    margin-left: 15px;
}

.site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder::before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 991px) {
    .responsive .site-header .thim-toolbar .toolbar-inner .widget_thim_layout_builder::before {
        display: none;
    }
}

.site-header {
    position: relative;
    z-index: 100000;
    /* Layout */
}

.site-header .widget {
    margin-bottom: 0;
}

.site-header .header-inner {
    min-height: 50px;
}

.site-header .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
    transition: all .2s;
}

.site-header .header-inner .wrap-content-header .header-logo {
    width: 133px;
}

.site-header .header-inner .wrap-content-header .header-logo img {
    max-width: 100%;
}

.site-header .header-inner .wrap-content-header .header-logo .logo {
    display: inline;
}

.site-header .header-inner .wrap-content-header .header-logo .sticky-logo {
    display: none;
}

.site-header .header-inner .wrap-content-header .header-logo .retina-logo {
    display: none;
}

.site-header .header-inner .wrap-content-header .main-navigation {
    transition: all .2s;
}

.site-header .header-inner .wrap-content-header .main-navigation ul, .site-header .header-inner .wrap-content-header .main-navigation ol, .site-header .header-inner .wrap-content-header .main-navigation li {
    list-style-type: none;
    margin: 0;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists {
    list-style-type: none;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists > li {
    display: inline-block;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    padding: 10px;
    white-space: nowrap;
    transition: all .2s;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    background: #fff;
    transition: all 0.2s;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0px;
    width: 220px;
    visibility: hidden;
    opacity: 0;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    transition: all .2s;
    padding: 8px 0;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.site-header .header-inner .wrap-content-header .menu-mobile-effect {
    display: none;
    align-items: center;
}

.site-header.sticky-header .element-to-stick {
    transition: all 0.3s;
}

.site-header.sticky-header.fixed .element-to-stick {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
}

.site-header.sticky-header.fixed .element-to-stick .header-logo .sticky-logo:before {
    display: none !important;
}

.site-header.sticky-header.fixed .header-inner {
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.site-header.sticky-header.fixed .header-inner .wrap-content-header .header-logo .logo {
    display: none;
}

.site-header.sticky-header.fixed .header-inner .wrap-content-header .header-logo .sticky-logo {
    display: inline;
}

.site-header.header-overlay {
    position: absolute;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
}

.site-header.layout-1.fixed .header-inner .wrap-content-header .header-logo .logo::before {
    top: -200%;
}

.site-header.layout-1 .header-inner {
    background: #fff;
}

.site-header.layout-1 .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation {
    flex-grow: 1;
    flex-basis: 0;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists {
    margin-right: -26px;
    margin-left: -26px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
    padding: 20px 10px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #56509f;
    padding: 10px;
    white-space: nowrap;
    transition: all .2s;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li:hover > a {
    color: #ff5f2e;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li.current > a {
    color: #ff5f2e;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative;
    text-align: left;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: -10px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
    padding: 0px 26px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #56509f;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li:hover > a, .site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li.current > a {
    color: #ff5f2e;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation.right-side {
    text-align: right;
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap {
    font-size: 30px;
    line-height: 1;
    color: #33305e;
    cursor: pointer;
    padding: 6px;
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap:hover {
    color: #ff5f2e;
}

.site-header.layout-2 {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-header.layout-2.fixed .header-inner {
    background: #fff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.site-header.layout-2.fixed .header-inner .wrap-content-header {
    padding-top: 0;
    padding-bottom: 0;
}

.site-header.layout-2 .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-header.layout-2 .header-inner .wrap-content-header .header-logo {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 150px;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
    padding: 20px 7px;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #282828;
    padding: 10px;
    white-space: nowrap;
    transition: all .2s;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li:hover > a {
    color: #ff5562;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li.current > a {
    color: #ff5562;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: -10px;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
    padding: 0px 20px;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #282828;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li:hover > a {
    color: #ff5562;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .bp-element-search.kindergarten-layout-popup {
    margin-left: 20px;
    position: relative;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .bp-element-search.kindergarten-layout-popup::before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(37, 37, 37, 0.3);
    position: absolute;
    top: calc(50% - 7px);
    left: -7px;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .bp-element-search.kindergarten-layout-popup .search-button {
    font-size: 18px;
    line-height: 1;
    color: #282828;
    cursor: pointer;
    padding: 10px;
    transition: all .2s;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .widget_thim_layout_builder .bp-element-search.kindergarten-layout-popup .search-button:hover {
    color: #ff5562;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap {
    font-size: 30px;
    line-height: 1;
    color: #282828;
    cursor: pointer;
    padding: 7px 5px 5px 5px;
    margin-left: 10px;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap:hover {
    color: #ff5562;
}

.site-header.layout-3.fixed .header-inner {
    background: #fff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.site-header.layout-3.fixed .header-inner .wrap-content-header {
    padding-top: 0;
    padding-bottom: 0;
}

.site-header.layout-3.fixed.menu-hidden .header-inner .wrap-content-header .header-logo {
    background-position: left top;
}

.site-header.layout-3 .header-inner {
    background: #fff;
}

.site-header.layout-3 .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
    padding-top: 3px;
}

.site-header.layout-3 .header-inner .wrap-content-header .header-logo {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 150px;
    margin-left: -20px;
    padding-left: 20px;
    margin-bottom: -25px;
    padding-bottom: 25px;
    background-image: url(images/logo-bg-03.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation {
    text-align: right;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists {
    margin-right: -22px;
    margin-left: -22px;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
    padding: 45px 15px 22px 15px;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    font-weight: 400;
    font-size: 17.5px;
    line-height: 1.5;
    white-space: nowrap;
    display: block;
    padding: 2px 10px;
    position: relative;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li > a img {
    max-height: 25px;
    max-width: 100%;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li > a .tc-icon {
    font-size: 22px;
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li > a::after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: all .2s;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:hover > a::after {
    width: calc(100% - 15px);
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li.current > a::after {
    width: calc(100% - 15px);
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(1) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(5) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(9) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(13) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(17) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(21) a {
    color: #2aaae2;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(1) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(5) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(9) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(13) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(17) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(21) a::after {
    background-color: #2aaae2;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(1) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(5) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(9) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(13) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(17) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(21) .sub-menu {
    background: #2aaae2;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(1) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(1) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(5) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(5) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(9) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(9) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(13) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(13) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(17) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(17) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(21) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(21) .sub-menu li.current {
    background: #1a8dbf;
    color: #ffffff;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(2) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(6) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(10) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(14) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(18) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(22) a {
    color: #f86a9a;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(2) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(6) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(10) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(14) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(18) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(22) a::after {
    background-color: #f86a9a;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(2) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(6) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(10) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(14) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(18) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(22) .sub-menu {
    background: #f86a9a;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(2) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(2) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(6) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(6) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(10) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(10) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(14) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(14) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(18) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(18) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(22) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(22) .sub-menu li.current {
    background: #f63979;
    color: #ffffff;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(3) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(7) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(11) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(15) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(19) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(23) a {
    color: #43cd66;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(3) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(7) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(11) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(15) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(19) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(23) a::after {
    background-color: #43cd66;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(3) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(7) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(11) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(15) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(19) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(23) .sub-menu {
    background: #43cd66;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(3) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(3) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(7) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(7) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(11) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(11) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(15) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(15) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(19) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(19) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(23) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(23) .sub-menu li.current {
    background: #2eaf4f;
    color: #ffffff;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(4) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(8) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(12) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(16) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(20) a, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(24) a {
    color: #f9b001;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(4) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(8) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(12) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(16) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(20) a::after, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(24) a::after {
    background-color: #f9b001;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(4) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(8) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(12) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(16) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(20) .sub-menu, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(24) .sub-menu {
    background: #f9b001;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(4) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(4) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(8) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(8) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(12) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(12) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(16) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(16) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(20) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(20) .sub-menu li.current, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(24) .sub-menu li:hover, .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li:nth-child(24) .sub-menu li.current {
    background: #c68c01;
    color: #ffffff;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li {
    text-align: left;
    position: relative;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    padding: 10px 0px;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: -10px;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
    padding: 0px 25px;
}

.site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
}

.site-header.layout-3 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap {
    font-size: 30px;
    line-height: 1;
    color: #282828;
    cursor: pointer;
    padding: 7px 5px 5px 5px;
    margin-left: 10px;
}

.site-header.layout-3 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap:hover {
    color: #f96a9a;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .site-header .header-inner .wrap-content-header .header-logo .logo {
        display: none !important;
    }

    .site-header .header-inner .wrap-content-header .header-logo .sticky-logo {
        display: none !important;
    }

    .site-header .header-inner .wrap-content-header .header-logo .retina-logo {
        display: inline !important;
    }
}

@media (min-width: 1025px) {
    .site-header.layout-1 .header-inner .wrap-content-header .header-logo {
        position: relative;
        z-index: 0;
    }

    .site-header.layout-1 .header-inner .wrap-content-header .header-logo .logo::before {
        content: '';
        display: block;
        width: 230px;
        height: 182px;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url(images/logo-bg-01.png);
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transition: all 0.3s;
    }
}

.responsive {
    /*---------------------------------------------*/
}

@media (max-width: 1199px) {
    .responsive .site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists {
        margin-right: -13px;
        margin-left: -13px;
    }

    .responsive .site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
        padding: 20px 3px;
    }

    .responsive .site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .responsive .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .responsive .site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .responsive .site-header .header-inner .wrap-content-header .main-navigation {
        display: none;
    }

    .responsive .site-header .header-inner .wrap-content-header .menu-mobile-effect {
        display: flex;
    }

    .responsive .site-header.layout-1 .header-inner .wrap-content-header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .responsive .site-header.layout-1 .header-inner .wrap-content-header .header-logo .logo:before {
        display: none;
    }

    .responsive .site-header.layout-2 .header-inner .wrap-content-header {
        padding-top: 8px;
        padding-bottom: 70px;
    }

    .responsive .site-header.layout-2 .header-inner .wrap-content-header .header-logo {
        min-width: unset;
    }

    .responsive .site-header.layout-2.fixed .header-inner .wrap-content-header {
        padding-bottom: 8px;
    }

    .responsive .site-header.layout-3 .header-inner .wrap-content-header {
        padding-bottom: 5px;
    }

    .responsive .site-header.layout-3 .header-inner .wrap-content-header .header-logo {
        min-width: unset;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .responsive .site-header.layout-2 .wrap-content-header .menu-right .widget_thim_layout_builder {
        display: none;
    }

    .responsive .site-header.layout-3 .footer-sidebars {
        padding-top: 115px;
        padding-bottom: 0px;
    }
}

.mobile-menu-container {
    background-color: #222;
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 270px;
    height: 100%;
    padding-top: 65px;
    overflow: auto;
    transition: all .5s;
    transform: translate(-270px);
}

.mobile-menu-container .menu {
    padding-left: 15px;
    border-left: 1px solid #666666;
    margin-left: 0;
}

.mobile-menu-container .menu .menu-item {
    float: none;
    padding: 7px 0;
    list-style: none;
    position: relative;
    margin: 0;
    font-size: 20px;
}

.mobile-menu-container .menu .menu-item:before {
    width: 10px;
    height: 1px;
    content: "";
    background-color: #666666;
    position: absolute;
    left: -15px;
    top: 20px;
}

.mobile-menu-container .menu .menu-item a {
    font-size: 15px;
    color: #999999;
}

.mobile-menu-container .menu .menu-item a .tc-icon {
    width: 20px;
}

.mobile-menu-container .menu .menu-item a:hover {
    color: #ffffff;
}

.mobile-menu-container .menu .menu-item .sub-menu {
    display: none;
    margin-left: 0px;
    margin-top: 10px;
    border-left: 1px solid #666666;
    padding-left: 15px;
}

.mobile-menu-container .menu .menu-item .sub-menu .menu-item {
    font-size: 16px;
}

.mobile-menu-container .menu .menu-item .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #999999;
}

.mobile-menu-container .menu .menu-item .icon-toggle:hover {
    color: #ffffff;
}

.mobile-menu-container .navbar-nav {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-menu-container .navbar-nav li {
    float: none;
    padding: 7px 0;
    position: relative;
    margin: 0;
    font-size: 20px;
}

.mobile-menu-container .navbar-nav li.current > a {
    color: #ff5f2e;
}

.mobile-menu-container .navbar-nav li a {
    font-size: 15px;
    color: #fff;
}

.mobile-menu-container .navbar-nav li a:hover {
    color: #ff5f2e;
}

.mobile-menu-container .navbar-nav li .sub-menu {
    margin-left: 30px;
    display: none;
}

.mobile-menu-container .navbar-nav li .sub-menu li {
    font-size: 16px;
}

.mobile-menu-container .navbar-nav li .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #fff;
}

.mobile-menu-container > .copyright-text {
    display: none;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

.mobile-menu-container > .copyright-text a {
    color: #ff5f2e;
}

.mobile-menu-container .widget-area {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-menu-container .widget-area .widget-title {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.mobile-menu-container .widget-area .widget-title:before {
    content: '';
    display: block;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #ff5f2e;
    position: absolute;
    top: 7px;
    left: 0;
    transform: unset;
}

.mobile-menu-container .widget-area .widget-title:after {
    display: none;
}

.mobile-menu-container .widget-area .widget {
    margin-bottom: 50px;
}

.mobile-menu-container .widget-area .widget_text .textwidget .copyright-text {
    text-align: center;
    font-size: 14px;
}

.mobile-menu-container .widget-area .widget_text .textwidget .copyright-text a {
    color: #ff5f2e;
}

@media (min-width: 992px) {
    .mobile-menu-container {
        overflow: hidden;
    }

    .mobile-menu-container .inner-menu {
        overflow-y: scroll;
        margin-right: -20px;
        max-height: 100%;
        padding: 0 10px;
    }
}

.mobile-menu-open .mobile-menu-container {
    transition: all .5s;
    visibility: visible;
    box-shadow: 0 1px 5px -2px rgba(42, 42, 42, 0.4);
    transform: translate(0, 0);
}

@media (max-width: 991px) {
    .mobile-menu-container .navbar-nav,
    .mobile-menu-container > .copyright-text {
        display: block;
    }

    .mobile-menu-container .widget-area {
        border-top: 1px solid #2b2b2b;
    }

    .mobile-menu-container .navbar-nav {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .mobile-menu-container .mobile-sidebar .bp-element-search-courses {
        display: none;
    }
}

/*LEFT*/
#dv-left .bs-sidenav {
    background: #f5f5f5;
    padding: 10px;
}


#dv-left .nav > li {
    width: 100%;
}

#dv-left .nav > li > a {
    text-decoration: none;
    color: #1d1c24;
    padding: 12px 10px 10px 10px;
    display: block;
    border-bottom: 1px dotted #bdbdbd;
    color: #000;
}

#dv-left .nav > li.active > a:hover, #dv-left .nav > li.active > a {
    text-decoration: none;
    color: #1d1c24;
    padding: 12px 10px 10px 10px;
    display: block;
    border-bottom: 1px dotted #bdbdbd;
    color: #fff;
    background: #132f57;
}

#dv-left .nav > li > a:hover {
    text-decoration: none;
    color: #1d1c24;
    padding: 12px 10px 10px 10px;
    display: block;
    border-bottom: 1px dotted #bdbdbd;
    background: #edeeee;
}

#dv-left .nav-stacked > li + li {
    margin-top: 0px;
    margin-left: 0;
}

li.subp a {
    padding-left: 30px !important;
}

.info-msg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 16px;
    font-weight: 700;
    color: #a94442;
    padding: 15px;
    border-radius: 4px;
    border-left: 4px solid #a94442;
}

#dv-left .nav > li.active > a:hover, #dv-left .nav > li.active > a {
    background: #f5f5f5;
    color: #ed0303;
}

#dv-left .nav > li > a:hover {
    color: #ed0303
}

.bs-sidebar h5 {
    background: #e60202;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}

#dv-left .bs-sidenav {
    background: #f5f5f5;
    padding: 15px;
}

.moduly {
    margin-bottom: 15px;
}

.metadata {
    font-size: 12px;
}

#navigation {
    margin-top: 50px;
}


@media (max-width: 768px) {
    .site-header.layout-3 .header-inner .wrap-content-header .header-logo {
        flex-grow: 1;
        flex-basis: 0;
        min-width: 80px;
        background-image: url(images/logo-bg-03.png);
        padding: 0 10px;
        margin-left: 0;
    }

    .site-header.layout-3 .header-inner .wrap-content-header h1{
        font-size: 1.3em;
    }
}
