.contrast {
  background-color: #000;
}

:root .contrast {
  --site-blue: #ff0;
  --site-grey: #fff;
  --site-white: #000;
  --site-grey-light: #9b9b9b;
  --site-blue-0-8: rgba(255, 255, 0, 0.8);
  --site-blue-0-5: rgba(255, 255, 0, 0.5);
  --site-grey-0-1: rgba(255, 255, 255, 0.1);
  --site-footer-light: #393f42;
  --site-footer-dark: #2e3234;
  --site-light-grey: #f1f1f1;
}

body.contrast {
  color: #fff;
  color: var(--site-grey);
}

.contrast a {
  color: #ff0;
  color: var(--site-blue);
}

.contrast a:hover {
  color: rgb(253,220,154);
}

.contrast .logo .logo_blue {
  display: none;
}

.contrast .logo .logo_white {
  display: block;
}

.contrast th {
  background-color: #ff0;
  background-color: var(--site-blue);
  color: #000;
  color: var(--site-white);
}

.contrast input,
.contrast textarea {
  border: 1px solid rgba(74, 74, 74, 0.1);
}

.contrast input[type="submit"] {
  border: 1px solid rgba(0, 0, 0, 0);
}

.contrast .table-striped > tbody > tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0);
}

.contrast .pagination a:hover:not(.active) {
  background-color: #ff0;
}

@media screen and (max-width: 768px) {
  .contrast .navbar-collapse {
    border: 1px solid #ff0;
    border: 1px solid var(--site-blue);
  }
  
  .contrast .navbar-collapse li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .15);
  }
}

.contrast .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

.contrast .navbar-collapse * {
  color: #4a4a4a !important;
  color: var(--site-grey) !important;
}

.contrast .navbar-default a:hover {
  color: #ff0 !important;
  color: var(--site-blue) !important;
}

.contrast .navbar-default .navbar-toggle .icon-bar {
  background: #ff0 !important;
  background: var(--site-blue) !important;
}

.contrast .dropdown-menu {
  background-color: #ff0 !important;
  background-color: var(--site-blue) !important;
}

.contrast .navbar-nav > li > .dropdown-menu a {
  color: #000 !important;
  color: var(--site-white) !important;
}

.contrast .dropdown-menu .divider {
  background-color: rgb(0, 0, 0, .15) !important;
}

.contrast .dropdown-submenu:hover>a:after {
    border-left-color: #000;
    border-left-color: var(--site-white);
}

.contrast .sticky {
  background: #000;
  background: var(--site-white);
}

@media screen and (min-width: 768px) {
  .contrast #header {
    background-color: #ff0;
  }
  .contrast .navbar-collapse * {
    color: #000 !important;
  }
}

.contrast .footer .box_menu li a, 
.contrast .footer .box_menu div a {
    color: #fff;
}

@media screen and (max-width: 768px) {

  
  .contrast #header .navbar-collapse {
    background-color: #000;
    background-color: var(--site-white);
  }
}

.contrast .baner_top .title {
  background-color: rgba(255, 255, 0, 0.8);
  background-color: var(--site-blue-0-8);
  color: #000;
  color: var(--site-white);
}

.contrast .baner_top .place a {
  color: #000;
  color: var(--site-white);
}

@media screen and (max-width: 400px) {
  .contrast .baner_top .title {
    background-color: #ff0;
    background-color: var(--site-blue);
  }
}

.contrast .closeButtonNormal {
  background-color: #ff0;
  background-color: var(--site-blue);
  color: #000;
}

.contrast h1 {
  color: #ff0;
  color: var(--site-blue);
}

.contrast h2 {
  color: #ff0;
  color: var(--site-blue);
}

.contrast h4 {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .hr {
  border-top: solid 1px #e4e4e4;
}

.contrast .articles_list .items .item {
  margin-bottom: 50px;
}

.contrast .articles_list .items .item .title a,
.contrast .articles_list .items .item .title a:hover,
.contrast .articles_list .items .item .title a:active {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .articles_list .items .item .intro {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .dateauthor {
  background-color: rgba(0, 100, 167, 0.8);
  background-color: var(--site-blue-0-8);
  color: #000;
  color: var(--site-white);
}

.contrast .articles_list .items .item .photo .date,
.contrast .article_show .photo .dateauthor {
  color: #000;
  color: var(--site-white);
}

.contrast .articles_list .items .item .place a {
  color: #4a4a4a !important;
  color: var(--site-grey) !important;
}

.contrast .article_show .place a {
  color: #4a4a4a !important;
  color: var(--site-grey) !important;
}

.contrast .articles_table .tab {
  background-color: rgba(74, 74, 74, 0.1);
  background-color: var(--site-grey-0-1);
  display: inline-block;
  margin-top: 20px;
}

.contrast .articles_table .items {
  background-color: var(--site-grey-0-1);
}

.contrast .articles_table .items .item .title a,
.contrast .articles_table .items .item .title a:hover,
.contrast .articles_table .items .item .title a:active {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .articles_table .items .item .intro {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .articles_table .items .item .date,
.contrast .articles_list .items .text .date,
.contrast .article_show .dateauthor_m {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .articles_table .button a {
  border: solid 1px #ff0;
  border: solid 1px var(--site-blue);
  color: #ff0;
  color: var(--site-blue);
}

.contrast .articles_titlelist .items .item .title a,
.contrast .articles_titlelist .items .item .title a:hover,
.contrast .articles_titlelist .items .item .title a:active {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .articles_titlelist .items .item:not(:first-child){
  border-top: solid 1px rgba(0, 100, 167, 0.5);
  border-top: solid 1px var(--site-blue-0-5);
}

.contrast .articles_titlelist_category .items .item:not(:first-child) {
  border-top: solid 1px rgba(0, 100, 167, 0.5);
  border-top: solid 1px var(--site-grey) !important;
}

.contrast .articles_titlelist .button a,
.contrast .articles_titlelist .button a:hover,
.contrast .articles_titlelist .button a:active {
  color: #000;
  color: var(--site-white);
}

.contrast .articles_titlelist .items .item .date span {
  color: #9b9b9b;
  color: var(--site-grey-light);
}

.contrast .article_titlelist_category .items .item:not(:first-child) {
  border-top: solid 1px #9b9b9b;
  border-top: solid 1px var(--site-grey-light);
}

.contrast .article_titlelist_category .items .item .title a,
.contrast .article_titlelist_category .items .item .title a:hover,
.contrast .article_titlelist_category .items .item .title a:active {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .article_titlelist_category .button a,
.contrast .article_titlelist_category .button a:hover,
.contrast .article_titlelist_category .button a:active {
  background-color: #ff0;
  background-color: var(--site-blue);
  color: #000;
  color: var(--site-white);
}

.contrast .article_titlelist_category .items .item .date span {
  color: #9b9b9b;
  color: var(--site-grey-light);
}

.contrast .article_titlelist_category .items .item .date span.fa  {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .article_show .moretext {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .large_photo {
  background-color: #f1f1f1;
  background-color: var(--site-light-grey);
}

.contrast .small_photos .item {
  background-color: #f1f1f1;
  background-color: var(--site-light-grey);
}

.contrast .large_photo .fa {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .footer-light {
  background-color: #393f42;
  background-color: var(--site-footer-light);
}

.contrast .footer-light div.text,
.contrast .footer-light div.text a {
  color: #000;
  color: var(--site-white);
}

.contrast .footer-dark {
  background-color: #2e3234;
  background-color: var(--site-footer-dark);
}

.contrast #mapinfo {
  background-color: rgba(0, 100, 167, 1);
  background-color: var(--site-blue);
  color: #000;
  color: var(--site-white);
}

.contrast #mapinfo .button {
  border: solid 1px #000;
  border: solid 1px var(--site-white);
  color: #000;
  color: var(--site-white);
}

.contrast .footer .box_menu li a {
  color: #fff;
}

.contrast .searchbox-input {
    color: #4a4a4a;
    color: var(--site-grey);
}

.contrast .search-border {
    border: 1px solid rgba(74, 74, 74, 0.1);
    border: 1px solid var(--site-grey-0-1);
}

.contrast .searchbox-input::-webkit-input-placeholder,
.contrast .searchbox-input:-moz-placeholder,
.contrast .searchbox-input::-moz-placeholder,
.contrast .searchbox-input:-ms-input-placeholder {
    color: #4a4a4a;
    color: var(--site-grey);
}

.contrast .comments .item {
  border: 1px solid rgba(74, 74, 74, 0.1);
}

.contrast .comments .item .dateauthor {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .error {
  color: #d9534f;
  display: block;
}

.contrast .table_head {
  color: #ff0 !important;
  color: var(--site-blue) !important;
}

.contrast .attachments .item .icon span {
  color: #ff0;
  color: var(--site-blue);

}

.contrast .attachments .item .file a {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .zip {
  color: #000;
  background-color: #ff0;
  background-color: var(--site-blue);
}

.contrast .zampubl .items .item {
  border: solid 1px #9b9b9b;
  border: solid 1px var(--site-grey-light);
}

.contrast .zampubl .items .item .name a {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .zampubl .items .item .sub .subname a {
  color: #ff0;
  color: var(--site-blue);
  border: solid 1px #ff0;
  border: solid 1px var(--site-blue);
}

.contrast .map_list .items .item div,
.contrast .map_show div {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .map_list .items .item div a,
.contrast .map_show div a {
  color: #4a4a4a;
}

.contrast .map_list .separator {
  border-bottom: 1px solid #9b9b9b;
  border-bottom: 1px solid var(--site-grey-light);
}

.contrast .map_list .items .item .fa,
.contrast .map_show .fa {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .map_list .items .item .name a {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .map_list .items .item .site span,
.contrast .map_show .site span {
  color: #000;
  color: var(--site-white);
  background-color: #ff0;
  background-color: var(--site-blue);
}

.contrast input,
.contrast select,
.contrast textarea {
  background-color: #000;
  border: 0;
}

.contrast .map_list .filter input,
.contrast .map_list .filter select,
.contrast .map_list .filter button {
  border: solid 1px rgba(0, 100, 167, 0.8);
  border: solid 1px var(--site-blue-0-8);
  color: #ff0;
  color: var(--site-blue);
  background: #000;
}

.contrast .search_results_q {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .search_results_q span {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .search_results .title a {
  color: #ff0;
  color: var(--site-blue);
}

.contrast .search_results .url a {
  color: #4a4a4a;
  color: var(--site-grey);
}

.contrast .slidesjs-pagination li a {
  border: 1px solid #ff0;
  background-color: #fff;
}

.contrast .slidesjs-pagination li a.active,
.contrast .slidesjs-pagination li a:hover.active {
  background-color: #ff0;
}

/* Intranet */

.contrast.intranet .logo_blue {
  display: block;
}

.contrast.intranet .logo_white {
  display: none;
}

.contrast.intranet .top {
  color: #000;
}

.contrast.intranet .top input {
  border-color: #000;
  color: #000;
}

.contrast.intranet .top input[type="submit"] {
  border-color: transparent;
}

.contrast.intranet .top .txt {
  color: #0064a7;
}

.contrast.intranet .sbox {
    background: #ff0;
}

.contrast.intranet .sbox .sbox__content {
    background: #ff0;
    color: #000;
}

.contrast.intranet .sbox .sbox__title {
    background: #ff0;
    border: solid #ff0;
    color: #000;
    font-weight: bold;
}

.contrast.intranet .box_menu_7 a,
.contrast.intranet .logout a {
  color: #000;
}

.contrast .message_bar {
  background: #ffff00;
  color: #000;
}

.contrast .message_bar .close {
  color: #000;
}

.contrast .message_bar a {
  color: #000;
} 