.old-web{
	display:none !important;
}


body {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: .95em;
    line-height: 1.14em;
    color: #464646;
}
p {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: .95em;
    line-height: 1.44em;
    color: #464646;
}
h1  {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 2.35em;
    line-height: 3em;
    color: #000;
}
h2  {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 2em;
    line-height: 1.5em;
    color: #000;
}
h3  {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 1.6em;
    line-height: 2.1em;
    color: #000;
}
h4  {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.3em;
    color: #000;
}
h5  {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 1.05em;
    line-height: 1.3em;
    color: #000;
}
h6  {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 0.875em;
    line-height: 1.05em;
    color: #000;
}
a {
    color: #000;
}
.date {
    font-size: .75em;
    color: #838382;
}
.date:before {
    content: url('../img/icon-clock-gray.png');
    position: absolute;
    left: 15px;
}
section.main .category {
    font-size: .75em;
    color: #838382;
    text-transform: uppercase;
}
section.main .category a {
    color: #838382;
}
section.main .category a:hover {
    color: #838382;
}
.heading {
    color: #b61c1c;
    text-transform: uppercase;
}
table   {
    color: #fff;
    border-spacing: 0;
}
table thead tr th {
    padding: 8px;
}
table thead tr.title {
    background: #b61c1c;
}
table tr {
    background: #16472a;
}
table tr td {
    padding: 8px;

}
table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}
table tbody tr:nth-child(even) {
    background: #eeeeee;
}
.navbar-custom {
    padding: 0;
    font-size: 1em;
    font-family: 'Roboto';
    font-weight: bold;
     padding-left: 30px;
    padding-right: 30px;
}
.navbar-custom a {
    color: #000;
}

.navbar-toggler-icon {
    content: url('../img/menu.svg');
}
.navbar-custom li.current_page_item a,
.navbar-custom li.current_page_ancestor > a,
.navbar-custom li.current-menu-item a,
.navbar-custom a:hover  {
    color: #b61c1c;
}
.navbar-custom li.current_page_item .dropdown-item,
.navbar-custom li.current-menu-item .dropdown-item {
    padding-left: 26px;
    background-color: #eeeeee;
    border-left: 4px solid #b61c1c;
}
.navbar-brand {
    min-width: 100px;
    padding-right: 20px;
    border-right: 1px solid #eeeeee;
}
.nav-item {
    margin-left: 15px;
    margin-right: 15px;
}
.dropdown-toggle::after {
    content: url('../img/icon-popup-arrow.png');
    position: absolute;
    margin-top: -3px;
    border: none;
    vertical-align: middle;
}
.dropdown-menu {
    top: 60px;
    border-radius: 5px;
    padding: 20px 0;
}
.search .dropdown-toggle::after {
    content: '';
}
.search .btn-search {
    background-color: transparent;
    border: none;
    padding: 5px;
}
#searchform {
    width: 430px;
    padding: 10px 30px;
}
#searchform input {
    outline: 0;
    box-shadow: none;
}
.search-dropdown {
    top: 65px;
    padding: 0;
    right: 0;
    left: initial;
    width: auto;
}
.btn-outline-success {
    color: #b61c1c;
    border-color: #b61c1c;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #b61c1c;
    border-color: #b61c1c;
}
.languages {
    border-left: 1px solid #eeeeee;
    padding: 25px 0 25px 0;
    margin-left: 30px;
}
.languages .dropdown-menu {
    min-width: auto;
}
.languages .navbar-nav .dropdown-menu a {
    text-transform: uppercase;
}
.header-background {

    height: auto;
    padding-top: 60px;
    position: relative;
}
.header-background .header-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 118, 66, .8);
}
.header-background .header-backgorund-image-cover {
    position: absolute;
    background-image: url('../img/background-new.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    width: 100%;
    height: 440px;
}
.header-backgorund-image-cover-inner {
    position: relative;
    background-image: url('../img/background-new.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
	
}
.inner {
    padding-top: 0;
}
section.breadcrumbs {
    margin-top: 50px;
}
section.breadcrumbs ul {
    list-style: none;
}
section.breadcrumbs ul li {
    display: inline-block;
    margin-right: 4px;
}
section.breadcrumbs ul li a {
    text-decoration: underline;
    color: #b61c1c;
}
section.breadcrumbs ul li::after {
    content: "›";
    margin-left: 8px;
}
section.breadcrumbs ul li:last-child::after {
    content: "";
}
.inner h2 {
    padding-left: 30px;
    padding-right: 30px;
    color: #b61c1c;
}
.slider-for,
.slider-nav  {
    background-color: #fff;
    padding: 30px;
}
.slider-nav {
    padding-top: 60px;
    padding-bottom: 30px;
    height: 100%;
    max-height: 560px;
}
.slider-for .slide .slide-overlay {
    background-image: url('../img/slider-shadow.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 100%;
    width: 100%;

}
.slider-for .slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.slider-for .block-text {
    position: absolute;
    bottom: 35px;
    left: 30px;
    color: #fff;
}
.slider-for .block-text .date {
    color: #fff;
    font-size: .8em;
    position: relative;
    padding-left: 25px;
}
.slider-for .block-text .date a {
    color: #fff;
}
.slider-for .block-text .date::before {
    content: url('../img/icon-clock.png');
    left: 0;
    top: 2px;
    position: absolute;

}
/* .slider-for h1 {
    font-size: 2.35em;
    line-height: 1.7em;
    color: #fff;
    display: inline-block;
    width: 80%;
} */

.slider-for h1 {
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
    display: inline-block;
/*     width: 80%; */
}

.slider-for h1 a {
    color: #fff;
}
.slider-for h1 span {
    padding: 0.2em;
   box-shadow: 0.2em 0 0 rgba(51, 51, 51, 1), -0.2em 0 0 rgba(51, 51, 51, 1);
    background-color: #333333;
}
.news-item {
    color: #000;
}
.news-item h5 a {
    color: #000;
}
.news-item h5 a:hover {
    border-bottom: 2px solid #b61c1c;
    text-decoration: none;
}
.slider-nav .slick-current .news-item h5 a {
    border-bottom: 2px solid #b61c1c;
    text-decoration: none;
}

.slider-for .slick-slide {
    max-height: 560px;
}
.slider-nav .slick-list {
    max-height: 460px;
}
.dropdown-item {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
}
.dropdown-item:hover {
    padding-left: 26px;
    background-color: #eeeeee;
    border-left: 4px solid #b61c1c;
}
.header-background .slider-nav .slick-next {
    top: 40px;
    left: 50%;
}
.header-background .slider-nav .slick-prev {
    bottom: 0;
    left: 50%;
    top: initial;
}
.header-background .slider-nav .slick-next::before {
    content: url('../img/icon-arrow-up.png');
}
.header-background .slider-nav .slick-prev::before {
    content: url('../img/icon-arrow-down.png');
}
.slider-nav .slide {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 22px;
    padding-top: 22px;
}
.slider-nav .slide:focus {
    outline: 0;
    box-shadow: none;
}
.slider-nav .date {
    font-size: .75em;
    font-weight: bold;
    color: #838382;
    padding-left: 25px;
    position: relative;
}
.slider-nav .date::before {
    content: url('../img/icon-clock-gray.png');
    left: 0;
    top: 1px;
    position: absolute;
}
.main .news-list {
    padding-left: 30px;
    padding-right: 30px;
}
.main .news-list a {
    color: #b61c1c;
}
.main .news-list ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
}
.main .news-list ul li {
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 20px;
}
body.single-post .main .news-list ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px;

}
.main .news-list ul li:last-child {
    border-bottom: 1px solid #eeeeee;
}
.main .date {
    padding-left: 25px;
    margin-bottom: 20px;
}

 .load-more {
    display: block;
    margin: 0 auto;
     margin-bottom: 40px;
    text-align: center;
    border: 1px solid #838382;
    width: 300px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    color: #838382;
    font-weight: bold;
}
.main .news-list h4 {
    margin-bottom: 16px;
}
.main .news-list h4 a:hover {
    border-bottom: 2px solid #b61c1c;
    color: #000;
    text-decoration: none;
}
.main .news-list .category {
    margin-bottom: 14px;
    margin-top: 10px;
}
.main .news-list .social ul li {
    display: inline-block;
    border: none;
    padding: 0;
}
.main .news-list .image {
    height: 284px;
}
.main .news-list .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.side-menu {
    padding-left: 30px;
    padding-right: 30px;
}
.side-menu .categories ul {
    padding-left: 0;
}
.side-menu .categories ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    width: 100%;
    height: 64px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-image: url('../img/category-1.png');
}
.side-menu .categories ul li a {
    display: inline-flex;
    align-items: center;
    height: 64px;
    margin-left: 60px;
    font-weight: bold;
    font-size: 1em;
    color: #fff;

}
.side-menu .categories ul li::before {
    content: url('../img/icon-tiesibu-zinatnes.png');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.side-menu .categories ul li:nth-child(2) {
    background-image: url('../img/category-2.png');
}
.side-menu .categories ul li:nth-child(2)::before {
    content: url('../img/icon-personala-vadiba.png');
    }
.side-menu .categories ul li:nth-child(3) {
    background-image: url('../img/category-3.png');
}
.side-menu .categories ul li:nth-child(3)::before {
    content: url('../img/icon-nekustama-ipasuma-parvaldisana.png');
    }
.side-menu .categories ul li:nth-child(4) {
    background-image: url('../img/category-4.png');
}
.side-menu .categories ul li:nth-child(4)::before {
    content: url('../img/icon-gramatvediba-un-finanses.png');
    }
.side-menu .categories ul li:nth-child(5) {
    background-image: url('../img/category-5.png');
}
.side-menu .categories ul li:nth-child(5)::before {
    margin-left: 4px;
    content: url('../img/icon-datorsistemu-administresana.png');
    }
.side-menu .categories ul li:nth-child(6) {
    background-image: url('../img/category-6.png');
}
.side-menu .categories ul li:nth-child(6)::before {
    content: url('../img/icon-kiberdrosiba-un-personas-datu-aizsardziva.png');
    }
.events .text-block {
    position: relative;
}
.events h4 a:hover {
    border-bottom: 2px solid #b61c1c;
    color: #000;
    text-decoration: none;
}
.events .text-block h4 {
    margin-bottom: 14px;
}
.events .heading {
    margin-bottom: 25px;
}
.events .event-item .image {
    margin-bottom: 20px;
}
.events ul {
    padding-left: 0;
    list-style: none;
}
.events ul li {
    border-top: 1px solid #eeeeee;
}
.events .date::before {
    left: 0;
}
.events ul li:not(:first-child) {
    padding-top: 20px;
    padding-bottom: 20px;
}
.events ul li:not(:first-child) .event-item .image,
.events ul li:not(:first-child) .event-item .text-block {
    display: inline-block;
}
.events ul li:not(:first-child) .event-item .image {
    width: 80px;
    height: 80px;
    vertical-align: top;
    margin-bottom: 0;
}
.events ul li:not(:first-child) .event-item .text-block {
    width: 65%;
    margin-left: 20px;
}
.events ul li:not(:first-child) .event-item .text-block h4 {
    font-size: 1em;
    margin-bottom: 8px;
}
.events ul li:not(:first-child) .event-item .text-block .date {
    margin-bottom: 0;
}
.events ul li:not(:first-child) .event-item .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.galleries .galleries-block {
    padding-left: 30px;
    padding-right: 30px;
}
.galleries .galleries-block .heading {
    margin-bottom: 20px;
}
.galleries .galleries-block .galleries-item ul {
    padding-left: 0;

}
.galleries .galleries-block .galleries-item ul li {
    display: inline-flex;
    width: 175px;
    height: 116px;
    background: #464646;
}
.galleries .galleries-block .galleries-item ul li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.galleries .galleries-block .galleries-item ul li:first-child {
    width: 100%;
    height: 270px;
    margin-bottom: 10px;
}
.galleries .galleries-block .galleries-item ul li:first-child img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.galleries .galleries-block .galleries-item ul li:last-child {
    float: right;
    position: relative;
}
.galleries .galleries-block .galleries-item ul li:last-child img {
    opacity: .3;
}
.galleries .galleries-block .galleries-item ul li:last-child .gallery-link {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: 40%;
    color: #fff;
    font-weight: bold;
}
.galleries .galleries-block .galleries-item ul li:last-child .gallery-link span {
    font-weight: 500;
    font-size: 1.6em;
}
.galleries .galleries-item .category {
    color: #16472a;
    margin-bottom: 20px;
}
.galleries .galleries-item h4 {
    margin-bottom: 14px;
}
.galleries .galleries-item h4 a:hover {
    border-bottom: 2px solid #b61c1c;
    color: #000;
    text-decoration: none;
}
.galleries .galleries-item .date {
    padding-left: 25px;
}
footer {
    margin-top: 80px;
    background-color: #333333;
    padding-top: 76px;
    padding-bottom: 76px;
    color: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #b61c1c;
}
footer .footer-blocks .footer-item {
    padding-left: 30px;
    padding-right: 30px;
}
footer h5 {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
footer h5:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: middle;
    margin-top: 3px;
    width: 100%;
    margin-right: -100%;
    margin-left: 20px;
    border-top: 1px solid #b61c1c;
}
footer .footer-blocks .footer-item p {
    color: #fff;
    line-height: 1.5em;
}
footer .footer-blocks .footer-item ul {
    padding-left: 0;
    list-style: none;
}
footer .footer-blocks .footer-item ul li {
    margin-bottom: 5px;
}
footer .footer-blocks .footer-item .social {
    margin-top: 25px;
}
footer .footer-blocks .footer-item .social ul li {
    display: inline-block;
    margin-right: 18px;
}
section.developer {
    height: 68px;
    background-color: #fff;
}
section.developer .dev-block {
    padding-left: 30px;
    padding-right: 30px;
}
section.developer p {
    line-height: 68px;
    margin-bottom: 0;
}
section.developer p img {
    vertical-align: baseline;
}

section.contacts .accordion,
section.main .accordion {
    font-weight: bold;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-top: 1px solid #eeeeee;
}

section.contacts .accordion:after,
section.main .accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transition: transform .4s;
}

section.contacts .active:after
section.main .accordion.active:after {
  transform: rotate(135deg);
  color: #b61c1c;
}

section.contacts .panel,
section.main .panel{
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
section.contacts .people-list li {
   border: none;
   display: inline-block;
}
section.contacts .people-list .image {
    display: inline-block;
    width: 100px;
    height: 120px;
    vertical-align: top;
}
section.contacts .people-list .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.contacts .panel .contacts li {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
section.contacts .panel .contacts li span {
    font-weight: bold;
    padding-right: 20px;
}
section.contacts .panel .map iframe {
width: 100%;
height: 428px;
margin-bottom: 20px;
}
section.contacts .panel h5 {
    margin-bottom: 16px;
    height: 40px;
}
section.contacts .people-list .data-block {
    display: inline-block;
}
section.contacts .people-list .data-block ul {
    margin-left: 26px;
}
section.contacts .people-list .data-block ul li {
    display: block;
    border: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.galleries .gallery-item {
    margin-bottom: 30px;
    position: relative;
}
section.galleries .gallery-item .image {
    height: 270px;
    opacity: .8;
    transition: opacity .2s;
}
section.galleries .gallery-item .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.galleries .gallery-item .text-block {
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #fff;
    transition: opacity .2s;
}
section.galleries .gallery-item:hover .text-block,
section.galleries .gallery-item:hover .image {
    opacity: 1;
}
section.galleries .gallery-item .text-block h4 {
    color: #fff;
    line-height: 1.7em;
    display: inline-block;
    width: 80%;
}
section.galleries .gallery-item .text-block h4 a {
    color: #fff;
}
section.galleries .gallery-item .text-block h4 span {
    padding: 0.2em;
   box-shadow: 0.2em 0 0 rgba(51, 51, 51, 1), -0.2em 0 0 rgba(51, 51, 51, 1);
    background-color: #333333;
}
/* SECTION 404 PAGE */
.not-found-page {
    margin-top: 80px;
    margin-bottom: 90px;
}
.not-found-page__heading__big {
    text-align: center;
}
.not-found-page__heading__big h1 {
    font-size: 160px;
    line-height: 160px;
    font-family: 'Roboto';
    font-weight: bold;
    letter-spacing: -.25px;
    text-transform: uppercase;
}
.not-found-page__heading__big h1 span {
    font-size: 42px;
}
.not-found-page__heading__small {
    max-width: 420px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.not-found-page__paragraph {
    max-width: 720px;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.not-found-page__paragraph p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
}
.not-found-page__button {
    margin-top: 32px;
}
.not-found-page__button a {
    display: block;
    width: 223px;
    margin-left: auto;
    margin-right: auto;
    height: 43px;
    line-height: 40px;
    text-align: center;
    background-color: #b61c1c;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .25px;
    font-family: 'Roboto';
    font-weight: bold;
}
.navbar-nav .nav-item {
    position: initial;
}
.languages .navbar-nav .nav-item {
    position: relative;
}
.navbar-nav .show > a {
    color: #b61c1c;
}
.navbar-nav .nav-item ul.dropdown-menu {
    width: 100%;
    top: 100%;
    float: left;
}
ul.dropdown-menu .nav-item {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
}
ul.dropdown-menu li > ul.dropdown-menu{
    position: relative !important;
    border:none;
    display: block;
    left:0;
    top: 0;
    padding: 0;
    margin: 0;
}
ul.dropdown-menu li > ul.dropdown-menu .nav-item {
    display: block;
    font-size: 13px;
}
ul.dropdown-menu li > ul.dropdown-menu .nav-item a {
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block;
}
ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block;
}

.gallery-list a {
    color: #b61c1c;
}
.old-web {
    font-size: 12px;
    display:block;
    margin-top:13px;
    text-decoration: underline;
}

/*hide categoryies */
body .category{
	display:none;
}

body .nav-link>span{
	text-transform:uppercase;
}

.logo-slider .slick-prev:before {
    content: '';
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-image: url('../img/left-arrow.svg');
}
.logo-slider .slick-next:before {
    content: '';
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-image: url('../img/right-arrow.svg');
}
