div#block-evolve-sub-ajk-doktoriiskolamenu .block-title{
    color: #fff !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    font-size: 1.5em !important;
    font-family: 'PteSans';
    letter-spacing: 1px;
}
.region-left-sidebar .block-title:before {
    background: #FFC658;
}
ul.sf-menu a, ul.sf-menu span.nolink {
    color: #fff;
    text-transform: uppercase;
    padding: 0.7em 1em;
    font-family: 'PteSans';
    font-weight: 600;
    font-size: 14px;
    background: #64CCC9;
    line-height: normal;
}
ul.menu a:hover {
    color: #ffc658;
}
ul.menu a.is-active {
    color: #ffc658;
}
ul.sf-menu .sf-with-ul {
    background: #64CCC9;
}
ul.sf-menu li {
    z-index: 2;
    line-height: 1.3em;
}
ul.sf-menu.sf-horizontal.sf-shadow ul, ul.sf-menu.sf-vertical.sf-shadow ul, ul.sf-menu.sf-navbar.sf-shadow ul ul {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: unset;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: unset;
    border: 1px solid #3db4b7 !important;
}
a.menu-line.sf-depth-1::after {
    content: '|';
    float: right;
    position: absolute;
    right: 0;
    color: #ffffff;
    font-weight: 400;
}
@media screen and (min-width: 992px) {
a.capital-main-item, .capital-main-item {
		color: white;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: line-height .3s ease;
    -moz-transition: line-height .3s ease;
    -o-transition: line-height .3s ease;
    -ms-transition: line-height .3s ease;
    transition: line-height .3s ease;
    padding: 0 15px;
    line-height: 40px;
	}
}
ul.sf-menu.sf-vertical {
    width: 12em;
    width: unset;
}
.region-right-sidebar .block-title, .region-left-sidebar .block-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}