.owl-carousel {
  position: relative;
  height: 505px;
}

.owl-carousel div:not(.owl-controls) {
  height: 100%;
}

.owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.owl-carousel .owl-controls .owl-nav div {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 30px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
}

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

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

.owl-carousel-nav .owl-carousel-nav-item {
  height: 10px;
}

.owl-carousel-nav .owl-carousel-nav-item:not(.active).dark {
  background: #35a46c;
}

.owl-carousel-nav .owl-carousel-nav-item:not(.active).light {
  background: #328291;
}

.owl-carousel-nav .owl-carousel-nav-item.active {
  background: #324d91;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

body.wcag-font-16 {
  font-size: 16px !important;
}

body.wcag-font-18 {
  font-size: 18px !important;
}

html, body {
  /*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; */
  background-color: #ffffff;
  overflow-x: hidden;
  color: #212528;
  direction: ltr;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
}

a {
  color: #000000;
}

.article-content p, .article-content span {
  font-family: "Lato", sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
}

/*new view*/
.container.grey {
  background: #f3f3f3;
}

.container.pages {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .container {
    width: auto;
  }
}

.container-right {
  padding-right: 20px;
  padding-bottom: 40px;
  text-align: right;
}

@media (max-width: 992px) {
  .container-right {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .container-right {
    padding-right: 10px;
  }
}

.container-right div.box {
  margin-bottom: 40px;
  width: 250px;
  background-color: white;
  float: right;
}

@media (max-width: 768px) {
  .container-right div.box {
    width: 100%;
  }
}

.container-right div.box div.title {
  padding: 25px 20px;
  width: 100%;
  background: #473722;
  box-sizing: border-box;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.0rem;
  text-align: left;
}

.container-right div.box div.content {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 30px 0px 30px 20px;
}

.container-right div.box div.content ul {
  padding: 0px;
  margin: 0px 0px 0px 15px;
}

.container-right div.box div.content ul li {
  margin-bottom: 12px;
  list-style-type: none;
  line-height: 2.2rem;
}

.container-right div.box div.content ul li ul li {
  margin-bottom: 0px;
  line-height: 1.5rem;
}

.container-right div.box div.content ul li ul li:before {
  padding: 0px 3px 0px 0px;
  margin: 0 0 0 -15px;
}

.container-right div.box div.content ul li ul li a {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.container-right div.box div.content ul li:before {
  content: '>';
  color: #ce2a81;
  padding: 0px 3px 0px 0px;
  margin: 0 0 0 -15px;
}

.container-right div.box div.content ul li a {
  text-decoration: underline;
}

.container-right div.box div.content ul li a:link, .container-right div.box div.content ul li a:visited {
  color: #212528;
}

.container-right div.box div.content ul li a:hover, .container-right div.box div.content ul li a:active {
  color: #473722;
}

.container-left {
  padding: 0px 0px 0px 20px;
}

@media (max-width: 768px) {
  .container-left {
    padding: 0 15px;
  }
}

.container-left h1 {
  font-size: 2.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

div.search-params {
  border: 1px solid grey;
  display: inline-block;
  margin-bottom: 50px;
  padding: 10px;
  width: 100%;
  margin-top: 40px;
}

div.search-params div.searching {
  display: inline-block;
  padding: 10px 0 5px 0;
  width: 100%;
}

div.search-params div.searching input[type="text"] {
  margin-right: 20px;
  width: 60%;
}

div.search-params .form-check {
  width: 100%;
  margin-bottom: 0;
  margin-left: 10px;
}

div.search-params .form-group label {
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.3rem;
  margin: 0;
  padding: 0;
}

div.search-params .form-group label input {
  margin-right: 5px;
  margin-bottom: 5px;
}

p {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #212528;
}

.slider-container .sh-2 {
  position: relative;
  width: 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .slider-container .sh-2 {
    width: 100%;
  }
}

.slider-container .sh-2 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.slider-container .sh-4 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 25%;
  display: -webkit-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
}

.slider-container .sh-4 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.slider-container .sh-8 {
  position: relative;
  float: left;
}

header {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 2rem 0px;
  margin: 0;
  line-height: 4.0rem;
  font-size: 1.4rem;
  color: #565656;
  font-family: "Lato", sans-serif;
}

header.smaller {
  padding: 6px 0px 0px 0px;
  width: 80%;
  float: right;
  z-index: 100;
}

header.small {
  height: 32px;
  padding: 6px 0px;
}

header div.translate {
  line-height: 1.0rem;
  padding: 12px 15px 0 0;
  display: inline-block;
  float: right;
}

header ul {
  margin: 0px 20px 0px 0px;
  padding: 0;
  height: 100%;
  float: right;
  list-style-type: none;
  line-height: 3.0rem;
}

header ul li {
  margin-right: 10px;
  display: inline-block;
  line-height: 4.5rem;
}

header ul li img {
  margin: 5px 0px;
  height: 17px;
  display: block;
}

header ul li a {
  color: #565656;
  font-size: 1.4rem;
}

header ul li a:hover {
  color: #212528;
}

header ul li a img.wcag {
  margin: 12px 0 0 0;
  height: 25px;
  display: block;
}

header ul.flags img {
  height: unset;
}

header .flag {
  display: inline-block;
  position: relative;
  width: 18px;
  border: 1px solid #fff;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

header .flag-pl {
  background-image: url("./../img/pl.svg");
}

header .flag-de {
  background-image: url("./../img/de.svg");
}

header .flag-gb {
  background-image: url("./../img/gb.svg");
}

header .navbar-right-search {
  float: right;
  display: inline;
  position: relative;
  padding: 0px 0px 0px 0px;
}

header .navbar-right-search i {
  cursor: pointer;
  font-size: 1.8rem;
  color: black;
}

@media (max-width: 992px) {
  .navbar-left {
    top: 0px !important;
  }
}

#main-nav {
  position: relative;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: flex;
  /* establish flex container */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  /* default value; can be omitted */
  flex-wrap: nowrap;
  /* default value; can be omitted */
  -webkit-box-pack: justify;
  justify-content: space-between;
  /* switched from default (flex-start, see below) */
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  background: white;
}

#main-nav.smaller {
  height: 110px;
}

@media (max-width: 768px) {
  #main-nav.smaller {
    height: auto;
  }
}

#main-nav.smaller .navbar-left {
  top: 0px;
}

#main-nav.smaller .navbar-left .navbar-brand {
  padding: 10px 0px 0px 0px;
}

#main-nav.smaller .navbar-center {
  Width: 100%;
  padding: 40px 0px;
}

#main-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#main-nav ul li {
  float: left;
  font-size: 1.8rem;
  line-height: 4.3rem;
  text-transform: uppercase;
}

#main-nav .navbar-left {
  height: 100%;
  top: -40px;
  position: absolute;
}

#main-nav .navbar-left .nav-mobile {
  display: none;
  z-index: 9999;
}

#main-nav .navbar-left .navbar-brand {
  position: relative;
  z-index: 150;
  padding: 0;
  height: 100%;
  display: block;
}

#main-nav .navbar-left .navbar-brand .logo-mobile {
  display: none;
}

#main-nav .navbar-left .navbar-brand .logo-web {
  line-height: 20px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #222;
}

#main-nav .navbar-left .navbar-brand .logo-web img {
  height: 65px;
}

#main-nav .navbar-center {
  Width: 100%;
  height: 100%;
  padding: 40px 0px;
}

#main-nav .navbar-center .main-menu {
  border-top: solid 1px #efefef;
  /*Submenu start*/
  /*Submenu End*/
}

#main-nav .navbar-center .main-menu li .main-menu-item, #main-nav .navbar-center .main-menu li .main-menu-single {
  cursor: pointer;
  padding: 10px 10px;
}

@media only screen and (max-width: 768px) {
  #main-nav .navbar-center .main-menu li .main-menu-item, #main-nav .navbar-center .main-menu li .main-menu-single {
    padding: 10px 0px;
  }
}

#main-nav .navbar-center .main-menu li .main-menu-item a, #main-nav .navbar-center .main-menu li .main-menu-single a {
  color: #222222;
}

#main-nav .navbar-center .main-menu ul:first-child .submenu {
  display: block;
}

#main-nav .navbar-center .main-menu .submenu {
  display: none;
  position: absolute;
  background-color: rgba(213, 213, 213, 0.97);
  padding: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  z-index: 1000;
  width: 100%;
}

#main-nav .navbar-center .main-menu .submenu > div {
  position: relative;
}

#main-nav .navbar-center .main-menu .submenu > div:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #497db4;
  margin: 0px 10px 0px;
  padding: 0;
  position: absolute;
  left: -22px;
  top: 8px;
}

#main-nav .navbar-center .main-menu .submenu > div i {
  display: none;
}

#main-nav .navbar-center .main-menu .submenu ul {
  list-style-type: disc;
}

#main-nav .navbar-center .main-menu .submenu ul, #main-nav .navbar-center .main-menu .submenu li {
  margin: 0;
  padding: 0px 0px 0px 20px;
  /* display: block; */
  width: 100%;
}

#main-nav .navbar-center .main-menu .submenu ul a, #main-nav .navbar-center .main-menu .submenu li a {
  width: 100%;
}

#main-nav .navbar-center .main-menu .submenu ul a:link, #main-nav .navbar-center .main-menu .submenu ul a:visited, #main-nav .navbar-center .main-menu .submenu li a:link, #main-nav .navbar-center .main-menu .submenu li a:visited {
  color: #222222;
}

#main-nav .navbar-center .main-menu .submenu ul a:active, #main-nav .navbar-center .main-menu .submenu ul a:hover, #main-nav .navbar-center .main-menu .submenu li a:active, #main-nav .navbar-center .main-menu .submenu li a:hover {
  color: #000000;
}

#main-nav .navbar-center .main-menu .submenu ul ul li, #main-nav .navbar-center .main-menu .submenu li ul li {
  font-weight: 300;
}

#main-nav .navbar-center .main-menu .submenu ul ul li a, #main-nav .navbar-center .main-menu .submenu li ul li a {
  width: 100%;
}

#main-nav .navbar-center .main-menu .submenu ul ul li a:link, #main-nav .navbar-center .main-menu .submenu ul ul li a:visited, #main-nav .navbar-center .main-menu .submenu li ul li a:link, #main-nav .navbar-center .main-menu .submenu li ul li a:visited {
  color: #000;
}

#main-nav .navbar-center .main-menu .submenu ul ul li a:active, #main-nav .navbar-center .main-menu .submenu ul ul li a:hover, #main-nav .navbar-center .main-menu .submenu li ul li a:active, #main-nav .navbar-center .main-menu .submenu li ul li a:hover {
  color: #000000;
}

.custom_pointer {
  cursor: pointer !important;
}

.bg_menu_col_1.active {
  background-color: #473722;
  color: #ffffff;
}

.bg_menu_col_2.active {
  background-color: #473722;
  color: #ffffff;
}

.bg_menu_col_3.active {
  background-color: #473722;
  color: #ffffff;
}

.bg_menu_col_4.active {
  background-color: #473722;
  color: #ffffff;
}

.bg_menu_col_5.active {
  background-color: #473722;
  color: #ffffff;
}

.bg_submenu_col_1 {
  background-color: #473722;
}

.bg_submenu_col_2 {
  background-color: #473722;
}

.bg_submenu_col_3 {
  background-color: #473722;
}

.bg_submenu_col_4 {
  background-color: #473722;
}

.bg_submenu_col_4 ul > li > a:hover {
  color: #ffffff !important;
}

.bg_submenu_col_5 {
  background-color: #473722;
}

#submenu-wrapper {
  /*Submenu start*/
  /*Submenu End*/
}

#submenu-wrapper a {
  color: #ffffff;
}

#submenu-wrapper.fixed .submenu {
  top: 153px;
}

#submenu-wrapper .submenu {
  display: none;
  position: absolute;
  padding: 20px 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  z-index: 1000;
  width: 100%;
  transition: display 500ms ease-in-out;
  color: #ffffff;
}

#submenu-wrapper .submenu > div {
  position: relative;
  margin-bottom: 20px;
}

#submenu-wrapper .submenu h4, #submenu-wrapper .submenu div.h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: left;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}

#submenu-wrapper .submenu ul {
  margin: 0 0 0 20px;
  padding: 0px 0px 0px 0px;
}

#submenu-wrapper .submenu ul li {
  list-style: square;
  font-size: 1.1 rem;
  line-height: 3rem;
  font-weight: 300;
}

#submenu-wrapper .submenu ul li a {
  font-size: 1.4rem;
  font-weight: 300;
  color: #ffffff;
}

#submenu-wrapper .submenu ul li a:hover {
  color: #ffffff;
}

#submenu-wrapper .submenu ul.menu-news {
  width: 100%;
  list-style-type: square;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  color: #fff;
}

#submenu-wrapper .submenu ul.menu-news li {
  float: left;
  list-style-type: square;
  text-align: left;
  padding: 0px 0px;
  margin: 10px 30px;
  width: auto;
  color: #fff;
}

#submenu-wrapper .submenu ul.menu-news li a {
  color: #fff;
}

#submenu-wrapper .submenu ul.menu-news li a:hover {
  color: #497db4;
}

#submenu-wrapper .submenu li {
  margin: 0;
  padding: 0px 0px 0px 0px;
  /* display: block; */
  width: 100%;
}

#submenu-wrapper .submenu li a {
  width: 100%;
}

#submenu-wrapper .submenu li a:link, #submenu-wrapper .submenu li a:visited {
  color: #fff;
}

#submenu-wrapper .submenu li a:hover {
  color: #000;
}

#submenu-wrapper .submenu li ul {
  margin-bottom: 40px;
  display: inline-block;
}

#submenu-wrapper .submenu li ul li {
  font-weight: 300;
}

#submenu-wrapper .submenu li ul li a {
  width: 100%;
}

#submenu-wrapper .submenu li ul li a:link, #submenu-wrapper .submenu li ul li a:visited {
  color: #fff;
}

#submenu-wrapper .submenu li ul li a:hover {
  color: #000000;
}

#main-baner {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* img{
    float:left;
    margin:0;
    padding:0;
    // width:12.5%;
    &.big{
      width:50%;
    }
  } */
}

* {
  box-sizing: border-box;
}

.content-wrapper {
  margin: 0;
  padding: 0px 15px 50px;
  width: 100%;
  position: relative;
}

#news-title-2 {
  font-size: 2.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 0 24px 15px;
}

.news-title, #news-title {
  font-size: 2.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 0 24px;
}

.right-prev-next {
  position: absolute;
  right: 20px;
  top: 32px;
}

.right-prev-next div {
  width: 40px;
  height: 40px;
  position: absolute;
  background: no-repeat center center;
  cursor: pointer;
}

.right-prev-next .prev {
  right: 40px;
  background-image: url("./../img/prev.png");
}

.right-prev-next .next {
  right: 0;
  background-image: url("./../img/next.png");
}

#owl-news {
  position: relative;
  width: 100%;
}

.news-boxes-wrapper {
  width: 1170px;
}

/*Akitualnosci*/
.news-boxes {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: inline;
}

.news-boxes.boxes {
  margin-top: 30px;
}

.news-boxes .box-wrapper {
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 33px;
}

.news-boxes .box {
  text-align: left;
  box-sizing: border-box;
  color: #212528;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  width: 370px;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.news-boxes .box .box-get-orig {
  font-size: 1rem;
  float: right;
}

.news-boxes .box .box-img {
  position: relative;
  width: 100%;
  display: block;
}

.news-boxes .box .box-content {
  box-sizing: border-box;
  background: white;
  border: 1px solid #fff;
  width: 100%;
  height: 265px;
  padding: 25px 20px;
  position: relative;
}

.news-boxes .box .box-content.gal-content {
  height: 120px;
}

.news-boxes .box .box-content .box-date {
  position: relative;
  margin: 0px auto;
  background: #473722;
  color: #ffffff;
  width: 90px;
  height: 2.1rem;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0px;
  line-height: 2.1rem;
  box-sizing: border-box;
}

.news-boxes .box .box-content .box-title {
  margin: 30px 0px 10px;
  box-sizing: border-box;
  max-height: 48px;
  overflow: hidden;
}

.news-boxes .box .box-content .box-title.gal-title {
  margin: 0px 0px 10px;
}

.news-boxes .box .box-content .box-desc {
  height: 72px;
  overflow: hidden;
  box-sizing: border-box;
}

.news-boxes .box .box-content .box-more {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  bottom: 5px;
  color: #473722;
  width: 120px;
  height: 4.0rem;
  line-height: 4.0rem;
  font-size: 1.1rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate3d(-50%, 0px, 0px);
  transform: translate3d(-50%, 0px, 0px);
}

.news-boxes .box .box-content .box-more::after {
  content: " >";
}

.news-boxes .box .box-content .box-more:hover {
  color: #5a93ce;
}

#alert {
  width: 100%;
  padding: 0px 0px 2px 0px;
  background: #ffcb05;
  position: relative;
  color: #3c3d3d;
  line-height: 3.6rem;
  font-size: 2.0rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  /* Make it a marquee */
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  border: none;
}

#alert.alert-1 {
  background: #ed1c24;
  color: #fff;
}

#alert.alert-2 {
  background: #f4cc43;
  color: #fff;
}

#alert.alert-3 {
  background: #497db4;
  color: #fff;
}

#alert span {
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  border: none;
  -webkit-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
}

#alert span:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

div.edit-by-admin {
  position: absolute;
  top: 40px;
  right: 5px;
  z-index: 999;
}

div.edit-by-admin a {
  color: #3c3d3d;
  font-size: 2.4rem;
}

div.edit-by-admin a:hover {
  color: #3c3d3d;
}

/* Make it move */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#event-wrapper {
  width: 100%;
  background: #385d89 no-repeat;
  background-position: 50% 50%;
  background-image: url("./../img/calendar-bg.jpg");
  padding: 40px 0px;
}

#event-wrapper #icons {
  text-align: center;
  width: 100%;
  padding: 70px 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#event-wrapper #icons > a {
  width: 100px;
  vertical-align: middle;
}

#event-wrapper #icons > a > p {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  height: 80px;
}

#event-wrapper #calendar-wrapper {
  background: #f7f7ed;
  /* click +2 more for popup */
}

#event-wrapper #calendar-wrapper .fc-toolbar {
  font-size: 2.5em;
  padding: 2rem 0rem;
  background-color: #111745;
  color: #ffffff;
}

#event-wrapper #calendar-wrapper .fc-toolbar h2 {
  font-size: 3.0rem;
  white-space: normal !important;
  padding-left: 1rem;
}

#event-wrapper #calendar-wrapper .fc-toolbar h2:first-letter {
  text-transform: uppercase;
}

#event-wrapper #calendar-wrapper .fc-more-cell a {
  display: block;
  width: 85%;
  margin: 1px auto 0 auto;
  border-radius: 3px;
  background: grey;
  color: transparent;
  overflow: hidden;
  height: 4px;
}

#event-wrapper #calendar-wrapper .fc-more-popover {
  width: 100px;
}

#event-wrapper #calendar-wrapper .fc-view-month .fc-event, #event-wrapper #calendar-wrapper .fc-view-agendaWeek .fc-event, #event-wrapper #calendar-wrapper .fc-content {
  font-size: 0;
  overflow: hidden;
  height: 2px;
}

#event-wrapper #calendar-wrapper .fc-view-agendaWeek .fc-event-vert {
  font-size: 0;
  overflow: hidden;
  width: 2px !important;
}

#event-wrapper #calendar-wrapper .fc-agenda-axis {
  width: 20px !important;
  font-size: .7em;
}

#event-wrapper #calendar-wrapper .fc-button-content {
  padding: 0;
}

#event-wrapper #calendar-wrapper #event {
  background: #f7f7ed;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

#event-wrapper #calendar-wrapper #event .asbutton-wrapper {
  height: 40px;
  position: absolute;
  bottom: 40px;
  padding-right: 15px;
  width: 100%;
}

#event-wrapper #calendar-wrapper #event .asbutton-wrapper .asbutton {
  width: 100%;
}

#event-wrapper #calendar-wrapper #event .event-title {
  font-size: 1.8rem;
  color: #212528;
  line-height: 2.4rem;
  height: 80px;
  overflow: hidden;
  margin: 0;
}

#event-wrapper #calendar-wrapper #event .event-content {
  font-size: 1.6rem;
  font-weight: 400;
  color: #212528;
  line-height: 2.4rem;
  height: 93px;
  overflow: hidden;
  margin: 0;
}

#event-wrapper #calendar-wrapper #event .event-date {
  font-size: 1.4rem;
  color: #473722;
  padding: 0;
}

#event-wrapper #calendar-wrapper #event .event-more {
  font-size: 1.6rem;
  color: #473722;
  margin: 0px 0px 0px;
  padding: 0;
  display: block;
}

#video-baner {
  position: relative;
  width: 100%;
  background: #f3f3f3;
  display: block;
}

#video-baner h1 {
  padding: 40px 0px;
  text-transform: uppercase;
}

#video-baner #owl-video .item {
  width: 256px;
  height: 256px;
  overflow: hidden;
  position: relative;
}

#video-baner #owl-video .item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 512px;
  height: 256px;
}

#video-baner #owl-video .owl-nav {
  margin-top: 0;
}

.video-thumb-desc {
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.0rem;
  line-height: 4.0rem;
  background: none;
  color: white;
  z-index: 100;
  overflow: hidden;
  padding: 0px 20px;
}

.footer-numbers {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-image: url("./../img/footer-bg3.jpg");
  background-position: center center;
  background-size: cover;
}

.footer-numbers > div.content {
  width: 100%;
  min-height: 400px;
  color: #ffffff;
  background-color: rgba(71, 55, 34, 0.75);
  padding-top: 6rem;
}

.footer-numbers > div.content div.icon {
  text-align: center;
  padding: 1rem 0;
}

.footer-numbers > div.content div.icon i {
  font-size: 4.5rem;
  text-align: center;
}

.footer-numbers > div.content div.title {
  text-align: center;
  font-size: 4.5rem;
  line-height: 6rem;
}

.footer-numbers > div.content div.text {
  text-align: center;
  font-size: 1.5rem;
}

footer {
  padding: 70px 30px 30px 30px;
  color: #ffffff;
  background: #473722;
  font-size: 1.4rem;
}

footer a {
  color: #ffffff;
}

footer ul {
  list-style-type: none;
}

footer ul.footer-horizontal {
  padding: 0;
  margin: 50px 0px 10px 0px;
  height: 20px;
}

footer ul.footer-horizontal > li {
  float: left;
  margin-right: 20px;
}

footer ul.footer-horizontal > li a {
  color: #ffffff;
}

footer .footer-cols {
  padding: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

footer .footer-cols .icon-social {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  display: inline-block;
}

footer .footer-cols .icon-social.skype {
  background-image: url("./../img/skype.png");
}

footer .footer-cols .icon-social.facebook {
  background-image: url("./../img/fb.png");
}

footer .footer-cols .icon-social.rss {
  background-image: url("./../img/rss.png");
}

footer .footer-cols .icon-social.youtube {
  background-image: url("./../img/yt.png");
}

footer .footer-cols .footer-col {
  box-sizing: border-box;
  max-width: 320px;
  width: 100%;
  margin-bottom: 30px;
}

footer .footer-cols .footer-col p {
  margin: 10px 0px;
}

footer .footer-cols .footer-col.footer-col-list {
  padding-right: 30px;
}

footer .footer-cols .footer-col.footer-col-list > ul {
  margin: 0px;
  padding: 0;
}

footer .footer-cols .footer-col.footer-col-list > ul > li {
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 0px;
}

footer .footer-cols .footer-col .footer-col-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}

footer .footer-cols .footer-col .footer-col-title strong {
  font-size: 2.4rem;
}

footer .footer-cols .footer-col strong {
  font-weight: 700;
}

footer .copyrights {
  font-size: 1.2rem;
  font-weight: 400;
}

footer .send-newsletter {
  position: relative;
  width: 260px;
  height: calc(4rem + 10px);
  background: #767676;
  border-radius: 1px;
  border: 1px solid #767676;
  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

footer .send-newsletter form {
  float: left;
  width: 170px;
}

footer .send-newsletter input[type="email"] {
  background: transparent;
  border: none;
  color: #e3e3e3;
  line-height: 4.0rem;
  height: 4.0rem;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0px 10px;
  width: 100%;
  box-shadow: none;
}

footer .send-newsletter input[type="email"].invalid {
  border: 1px solid #DE888A;
}

footer .send-newsletter button {
  width: 80px;
  font-family: inherit;
  float: right;
  min-width: 0;
  line-height: 4.0rem;
  height: 4.0rem;
  padding: 0px;
  position: absolute;
  left: 170px;
}

input, textarea {
  border: 1px solid #cecece;
  background: #f3f3f3;
  color: #212528;
  float: left;
  box-sizing: border-box;
  line-height: 2.0rem;
  display: block;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  border-radius: 1px;
  margin-bottom: 20px;
  resize: none;
}

h1 {
  font-size: 2.8rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  font-color: #212528;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  font-color: #212528;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-color: #212528;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-color: #212528;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
}

h5 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-color: #212528;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
}

h6 {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-color: #212528;
  line-height: 2.0rem;
  padding: 0;
  margin: 0;
}

.text-blue {
  color: #473722;
}

.breadcrumbs {
  background: #473722;
  margin: 0 auto;
  width: 100%;
  padding: 10px 15px;
  color: #ffffff;
}

.breadcrumbs nav {
  float: left;
  height: 100%;
}

.breadcrumbs nav a + a:before {
  content: " > ";
  padding: 0px 10px;
}

.breadcrumbs a {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  padding: 0px;
}

.breadcrumbs p {
  float: left;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0px;
}

button {
  cursor: pointer;
  line-height: 2.0rem;
  display: block;
  padding: 12px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  text-align: center;
  color: #767676;
  background: #f3f3f3;
  border-radius: 1px;
  border: 1px solid #f3f3f3;
}

button.fix-width {
  width: 220px;
}

button.blue {
  color: #ffffff;
  background: #473722;
  border-color: #473722;
}

button.blue:hover {
  background: #5a93ce;
  border-color: #5a93ce;
}

button:hover {
  background: #e1e6ea;
  border-color: #e1e6ea;
}

a.asbutton {
  cursor: pointer;
  line-height: 2.0rem;
  display: block;
  padding: 12px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
  color: #767676;
  background: #f3f3f3;
  border-color: #f3f3f3;
  min-width: 195px;
  text-align: center;
  border-radius: 1px;
  border: 1px solid;
}

a.asbutton.fix-width {
  width: 80%;
  min-width: auto;
  margin: 10px auto;
  bottom: 10px;
  text-align: center;
}

a.asbutton.yellow {
  color: #184e8e;
  background: #f4cc43;
  border-color: #f4cc43;
}

a.asbutton.yellow:hover {
  background: #f4cc43;
  border-color: #f4cc43;
}

a.asbutton.blue {
  color: #ffffff;
  background: #111745;
  border-color: #111745;
}

a.asbutton.blue:hover {
  background: #328291;
  border-color: #328291;
}

.wrapper1024 {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.wrapper1200 {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.wrapper1170 {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.cols-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.main-cols-wrapper {
  width: 1024px;
  margin: 0 auto;
  padding: 0px 15px;
  position: relative;
  box-sizing: border-box;
}

.wrapper600 {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.news-more {
  margin: 30px auto;
  width: 220px;
}

.news-archive {
  float: right;
  margin-bottom: 30px;
}

#query-form {
  width: 100%;
  margin-bottom: 60px;
}

#query-form label {
  display: block;
  margin-bottom: 5px;
}

#query-form input, #query-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#query-form button {
  float: right;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 380px;
}

.contact-wrapper {
  width: 100%;
  display: inline-block;
}

.contact-wrapper h1 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact-wrapper h4, .contact-wrapper h5 {
  line-height: 2.0rem;
}

.contact-wrapper .contact-left {
  box-sizing: border-box;
  float: left;
  width: calc(100% - 300px);
  max-width: 550px;
  margin-left: 30px;
  margin-bottom: 50px;
}

.contact-wrapper .contact-left #form-contact {
  width: 100%;
}

.contact-wrapper .contact-left #form-contact .contact-input-wrapper label {
  display: block;
  margin-bottom: 5px;
}

.contact-wrapper .contact-left #form-contact .contact-input-wrapper input, .contact-wrapper .contact-left #form-contact .contact-input-wrapper textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-wrapper .contact-left #form-contact #email-wrapper {
  width: 48%;
  float: left;
}

.contact-wrapper .contact-left #form-contact #name-wrapper {
  width: 48%;
  float: right;
}

.contact-wrapper .contact-left #form-contact #descrpition-wrapper {
  clear: both;
  width: 100%;
  height: 230px;
}

.contact-wrapper .contact-left #form-contact button {
  float: right;
}

.contact-wrapper .contact-right {
  float: right;
  margin-right: 30px;
  margin-bottom: 50px;
}

.wrapper768 {
  position: relative;
  width: 768px;
}

#add-event {
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

#add-event .add-event-wrapper label {
  display: block;
  margin-bottom: 5px;
}

#add-event .add-event-wrapper input, #add-event .add-event-wrapper textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#add-event #email-wrapper {
  width: 48%;
  float: left;
}

#add-event #date-wrapper {
  width: 48%;
  float: right;
}

#add-event #title-wrapper {
  clear: both;
  width: 100%;
}

#add-event #descrpition-wrapper {
  clear: both;
  width: 100%;
  height: 230px;
}

#add-event button {
  float: right;
}

#confirm-event .asbutton {
  float: right;
  width: 220px;
}

#confirm-event p {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

#confirm-event .asbutton {
  float: right;
  width: 220px;
}

@media only screen and (max-width: 600px) {
  #add-event #email-wrapper, #add-event #date-wrapper {
    width: 100%;
  }
  #add-event button {
    width: 100%;
  }
  #confirm-event .asbutton {
    width: 100%;
  }
}

.article-content {
  /* img{
    width:100%;
  } */
  padding-bottom: 20px;
  width: 100%;
}

.article-content ul, .article-content ol {
  margin-top: 0;
}

.article-content h4 {
  margin: 20px 0px 20px;
}

.article-wrapper {
  position: relative;
  float: left;
  max-width: 768px;
  width: calc(100% - 340px);
}

.article-right-boxes {
  width: 250px;
  position: relative;
  float: right;
  top: 40px;
}

.article-right-box {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 30px;
}

.article-right-box hr {
  background: #e5e5e5;
  margin: 0px 20px;
  height: 1px;
  color: #e5e5e5;
  box-sizing: border-box;
  line-height: 1px;
  overflow: hidden;
  border: none;
}

.article-right-box-title {
  padding: 25px 20px;
  width: 100%;
  background: #473722;
  box-sizing: border-box;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.0rem;
}

.article-right-box-content {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 30px 0px 30px 20px;
}

.article-right-box-content ul {
  padding: 0px;
  margin: 0px 0px 0px 15px;
}

.article-right-box-content ul li {
  margin-bottom: 12px;
  list-style-type: none;
  line-height: 2.2rem;
}

.article-right-box-content ul li ul li {
  margin-bottom: 0px;
  line-height: 1.5rem;
}

.article-right-box-content ul li ul li:before {
  padding: 0px 3px 0px 0px;
  margin: 0 0 0 -15px;
}

.article-right-box-content ul li ul li a {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.article-right-box-content ul li:before {
  content: '>';
  color: #ce2a81;
  padding: 0px 3px 0px 0px;
  margin: 0 0 0 -15px;
}

.article-right-box-content ul li a {
  text-decoration: underline;
}

.article-right-box-content ul li a:link, .article-right-box-content ul li a:visited {
  color: #212528;
}

.article-right-box-content ul li a:hover, .article-right-box-content ul li a:active {
  color: #473722;
}

.article-right-box-popular {
  width: 100%;
  font-size: 1.5rem;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 10px 0px 10px 20px;
}

.article-right-box-often a {
  color: #212528;
}

.article-right-box-often a img {
  float: left;
  width: 70px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
}

.article-right-box-often a p {
  position: relative;
  float: right;
  width: calc(100% - 80px);
  font-size: 1.2rem;
}

.article-right-box-often a h6 {
  clear: both;
  margin-top: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 1.4rem;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.admin-body {
  position: relative;
  background: #f5f6f8;
  height: 1000px;
  overflow: hidden;
}

#login-scr {
  background: #red;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 420px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#login-scr .admin-brand {
  position: relative;
  margin: 0 auto;
  display: table;
  padding-bottom: 22px;
}

#login-scr .admin-brand p {
  margin: 4px 0px;
  padding: 24px 10px 24px 0px;
  display: table-cell;
  vertical-align: middle;
  float: right;
  padding-right: 20px;
  text-align: right;
  border-right: 2px solid #787878;
}

#login-scr .admin-brand img {
  float: right;
  margin-left: 22px;
}

#login-scr input, #login-scr textarea {
  border: 1px solid #cecece;
  background: #f3f3f3;
  color: #212528;
  box-sizing: border-box;
  line-height: 2.0rem;
  display: block;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  border-radius: 1px;
  margin-bottom: 20px;
  resize: none;
  height: auto;
  width: 100%;
}

#login-scr #but_login {
  position: relative;
  left: 300px;
}

.Probe {
  float: left;
  list-style: none;
  padding: 2px 0px;
  margin: 0;
  width: 190px;
}

.ProbeProcent {
  float: left;
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  height: 8px;
  text-align: left;
  background: #DFDFDF;
}

.ProbeProcentActive {
  float: left;
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  height: 8px;
  text-align: left;
  background: #1184b9;
  width: 0px;
  display: none;
}

/* mapa serwisu */
div.article-content p {
  margin: 1.3rem auto !important;
  padding: 1rem auto !important;
}

div.article-content div.navigation {
  float: right;
  padding: 15px 0  0px 0px;
}

div.article-content h1.page-title {
  font-size: 2.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 24px  20px 0;
}

div.article-content h2.is-archive {
  color: #473722;
  padding: 0;
  margin: 0px 0px  30px 0;
  font-size: 2.0rem;
}

div.article-content h1.news-title {
  font-size: 2.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 24px  20px 0;
}

div.article-content img {
  max-width: 100%;
}

div.article-content h4.no-margin {
  margin: 0;
}

div.article-content ul.firstLine {
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0;
}

div.article-content ul.firstLine li {
  margin: 15px 0;
}

div.article-content ul.firstLine li a {
  color: #212528;
}

div.article-content ul.firstLine li a:hover {
  color: #767676;
  text-decoration: none;
}

div.article-content ul.secondLine {
  list-style-type: disc;
  margin: 0 0 0 50px;
  padding: 0;
}

div.article-content ul.secondLine li {
  margin: 3px 0;
}

div.article-content ul.secondLine li a {
  color: #212528;
}

div.article-content ul.secondLine li a:hover {
  color: #767676;
  text-decoration: none;
}

div.article-content div#search div.search-options {
  margin-bottom: 20px;
}

div.article-content div#search div.search-options p {
  font-weight: bold;
}

div.article-content div#search p.title {
  color: #497DB4;
  margin-bottom: 5px;
}

div.article-content div#search ul {
  color: #497DB4;
}

div.article-content div#search li {
  padding: 10px 0;
}

/* calendar */
/* kolory */
.bcg-black {
  background: #ccc;
}

.bcg-blue-1 {
  background: #328291;
}

.bcg-blue-2 {
  background: #324d91;
}

.bcg-blue-3 {
  background: #111745;
}

.bcg-blue-4 {
  background: #51a6cc;
}

.bcg-blue-5 {
  background: #6cbbe5;
}

.bcg-blue-6 {
  background: #a9c6ce;
}

.bcg-green-1 {
  background: #35a46c;
}

.bcg-grey-1 {
  background: #fafafa;
}

.bcg-grey-2 {
  background: #efefef;
}

.bcg-grey-3 {
  background: #e5e7e7;
}

.bcg-grey-4 {
  background: #bfbfbf;
}

.bcg-grey-5 {
  background: #c7c4c4;
}

.bcg-grey-6 {
  background: #bbb;
}

.bcg-grey-7 {
  background: #6b6b6b;
}

.bcg-grey-8 {
  background: #cecece;
}

.bcg-grey-9 {
  background: #bdd3d9;
}

.bcg-white {
  background: #fff;
}

.brd-bt-blue {
  border-bottom: 1px solid #d2dce7;
}

.brd-top-blue {
  border-top: 1px solid #d2dce7;
}

.ft-blue-1 {
  color: #473722;
}

.ft-grey-1 {
  color: #424242;
}

.ft-grey-2 {
  color: #ababab;
}

.ft-grey-3 {
  color: #c0c0c0;
}

.ft-grey-4 {
  color: #767676;
}

.ft-white {
  color: #fff;
}

.ft-white-2 {
  color: #f0f0f0;
}

.header-triangle, .calendar-triangle {
  border-color: #ffffff transparent transparent;
}

#CalendarTable td, .CalendarSiteMonthList li {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.dropdown a::before {
  color: #424242;
}

.CalendarSiteYearList li.active a, .CalendarSiteYearList li a:hover {
  color: #f0f0f0;
  background: #6b6b6b;
}

.CalendarSiteMonthList li a:hover {
  background: #6cbbe5;
}

.CalendarSiteMonthList li.active a {
  background: #328291;
}

#wrapperCalendarBoxCalendar {
  float: left;
  font-size: 1rem;
  margin: 30px 40px;
  width: 220px;
}

.calendar-date {
  font-size: 1.4rem;
  font-weight: 300;
}

.calendar {
  /* font-family: 'Roboto', sans-serif; */
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0px 13px 5px 14px;
}

.calendar-cell {
  width: 38px;
  height: 27px;
  margin: 1px 1px 0 0;
  float: left;
  text-align: center;
  padding: 3px 0 0;
}

.calendar-navi {
  text-align: center;
  font-size: 1.3rem;
}

.calendar-button {
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer;
}

/*Calendar Site*/
.CalendarSite {
  float: left;
  width: 740px;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
}

.CalendarSite h1 {
  float: left;
  text-align: left;
  margin: 0px 0px;
  padding: 0px 0px 10px 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.6rem;
  color: #383838;
  font-weight: bold;
}

.CalendarSiteYearList {
  float: right;
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
}

.CalendarSiteYearList li {
  float: right;
  padding: 0px;
  height: 25px;
  margin: 0px 5px;
  border: solid #fff 0px;
}

.CalendarSiteYearList li.active, .CalendarSiteYearList li:hover {
  background: #6a6a6a;
  /* Old browsers */
  background: #6a6a6a;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #6a6a6a 0%, #4c4c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid #ddd 1px;
  margin: 0px 4px;
}

.CalendarSiteYearList li a {
  display: inline;
  padding: 5px 10px;
  height: 15px;
  font-size: 1.2rem;
  font-weight: 300;
}

.CalendarSiteMonthList {
  float: left;
  width: 100%;
  height: 28px;
  margin: 10px 0px 10px 0px;
  padding: 9px 0px;
  list-style: none;
  line-height: 100%;
}

.CalendarSiteMonthList li {
  float: left;
  height: 28px;
}

.CalendarSiteMonthList li a {
  display: inline;
  float: left;
  height: 16px;
  padding: 6px 3px;
  margin: 0px 3px;
  font-size: 1.4rem;
  font-family: arial;
  text-transform: capitalize;
}

#CalendarSection {
  float: left;
  width: 100%;
  height: 35px;
  margin: 25px 0px 0px 0px;
  padding: 0px;
}

.CalendarSectionButton {
  float: left;
  width: 150px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: 300;
}

.CalendarSectionButton span {
  display: block;
  float: right;
  padding: 0px 10px 0px 0px;
  width: 7px;
  height: 11px;
  background-image: url("../../images/calendar-change-category-button.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.CalendarSectionButtonAll {
  float: right;
}

#CalendarSectionItems {
  float: left;
  width: 400px;
  height: 25px;
  padding: 0px 0px;
  margin: 0px;
  list-style: none;
}

#CalendarSectionItems li {
  float: left;
  padding: 0px 5px;
  margin: 0px 2px;
  border: solid #e25c2f 1px;
  border-bottom: solid #e25c2f 1px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #fff;
  font-family: arial;
  background-color: #fe6533;
  /* Old browsers */
  background: #fe6533;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fe6533 0%, #d44c1d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0px 1px 1px 0px #ff8a63 inset,  0px 1px 1px 0px #e5e5e5;
  border-radius: 3px;
}

#CalendarSectionItems li span {
  float: right;
  text-align: right;
  display: block;
  margin: 5px 0px 0px 10px;
  width: 9px;
  height: 9px;
  background: url("../../images/icons.png") no-repeat -44px 0px;
  cursor: pointer;
}

#CalendarSectionList {
  position: absolute;
  width: 260px;
  margin: 27px 0px 0px 0px;
  padding: 10px 10px;
  border: solid #000 1px;
  border-radius: 3px;
  border: solid #cccccc 1px;
  background: #fff;
  box-shadow: 0px 1px 1px 0px #dadada;
  display: none;
  list-style: none;
}

#CalendarSectionList li {
  float: left;
  padding: 0px 5px;
  margin: 2px 2px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #3e3e3e;
}

#CalendarSectionList li.active {
  float: left;
  padding: 0px 5px;
  margin: 2px 2px;
  border: solid #e25c2f 1px;
  border-bottom: solid #e25c2f 1px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #fff;
  font-family: arial;
  background-color: #fe6533;
  /* Old browsers */
  background: #fe6533;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fe6533 0%, #d44c1d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0px 1px 1px 0px #ff8a63 inset,  0px 1px 1px 0px #e5e5e5;
  border-radius: 3px;
}

#CalendarSectionList li.save {
  float: right;
  clear: right;
  padding: 8px;
  margin: 2px 2px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #fff;
  line-height: 100%;
}

/*Lista wiadomosci*/
.CalendarSiteItems {
  float: left;
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px;
  list-style: none;
  border-bottom: solid #cccccc 1px;
}

.CalendarSiteItems li {
  float: left;
  width: 100%;
  text-align: left;
  padding: 5px 0px;
  margin: 0px 0px;
  border-bottom: solid #cccccc 1px;
  color: #383838;
}

.CalendarSiteItems li div.date {
  float: left;
  width: 80px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.2rem;
  font-family: arial;
}

.CalendarSiteItems li div.title {
  float: left;
  width: 630px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.6rem;
  font-family: arial;
  font-weight: bold;
}

.CalendarSiteItems li div.button {
  float: left;
  width: 30px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.CalendarSiteItems li div.content {
  float: left;
  width: 630px;
  margin: 10px 0px 20px 80px;
  padding: 0px 0px 0px 0px;
  display: none;
  font-size: 1.2rem;
  font-family: arial;
  color: #3e3e3e;
}

.CalendarSiteItems li div.button span {
  cursor: pointer;
  float: left;
  font-family: arial;
  font-size: 1.1rem;
  padding: 7px 8px 9px 9px;
}

.CalendarSiteItems li div.button span.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*Calendar Small*/
.CalendarButtonMore {
  width: auto;
  height: 20px;
  margin: 10px 5px 0px 5px;
  padding: 4px 35px 0px 35px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background: #e5e5e5;
  background: #f5f5f5;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border-radius: 3px;
  border: solid #cccccc 1px;
  border-bottom: solid #a8a8a8 1px;
  line-height: 100%;
  box-shadow: 0px 1px 1px 0px #fff inset;
}

.CalendarButtonMore a {
  display: block;
  text-align: center;
  margin: 2px 0px 0px 0px;
  line-height: 100%;
  font-family: arial;
  font-size: 1.2rem;
  color: #3e3e3e;
  font-weight: bold;
}

.CalendarButtonMore:hover {
  background: #7e2e25;
  background: #7e2e25;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #7e2e25 0%, #5d2119 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border-radius: 3px;
  border: solid #5e221a 1px;
  line-height: 100%;
  box-shadow: 0px 1px 1px 0px #983a2e inset;
}

.CalendarButtonMore:hover a {
  color: #fff;
}

#CalendarHeader {
  width: 216px;
  height: 30px;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: #019bd4;
  /* Old browsers */
  background: #46c0e3;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #46c0e3 0%, #019bd4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #383838;
  border: solid #009bd4 1px;
  font-size: 1.3rem;
  text-align: center;
}

#CalendarTitle {
  float: left;
  width: 210px;
  height: auto;
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  font-size: 1.6rem;
  font-family: arial;
  color: #fff;
  font-weight: bold;
}

#CalendarHeaderContent {
  float: left;
  width: 166px;
  height: auto;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  font-size: 1.6rem;
  font-family: arial;
  color: #383838;
  font-weight: normal;
}

#CalendarFooter {
  width: 100%;
  margin: 0;
  padding: 10px 0px;
  text-align: right;
  background: #F7F7ED;
}

#CalendarFooter a {
  color: #800000;
}

#CalendarTable th, #CalendarTable td {
  width: 38px;
  height: 27px;
  margin: 1px 1px 0 0;
  text-align: center;
  padding: 2px 0 1px;
  font-weight: 300;
}

#CalendarTable td.today_activ {
  background: none;
  border: solid #cccccc 1px;
  color: #828282;
}

#CalendarTable td.on {
  background: #45bfe3;
  /* Old browsers */
  background: #45bfe3;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #45bfe3 0%, #029bd4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border: solid #abdcea 1px;
  color: #fff;
  font-size: 1.2rem;
}

#CalendarTable .on a {
  color: #fff;
}

#CalendarTable .today_activ a {
  color: #000;
}

.CalendarToolTipAB {
  position: absolute;
  z-index: 1000;
  display: none;
  opacity: 0;
}

.CalendarToolTip {
  position: absolute;
  left: -465px;
  top: -51px;
  width: 457px;
  height: 127px;
  padding: 4px;
  border: solid #cccccc 1px;
  border-radius: 3px;
  background: #fff;
  color: #383838;
}

.CalendarToolTip img {
  float: left;
  width: 130px;
  height: 90px;
  padding: 4px;
  margin: 10px;
  border: solid #cccccc 1px;
}

.CalendarToolTip .title {
  text-align: left;
  color: #383838;
  padding: 8px 0px 5px 0px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 120%;
}

.CalendarToolTip .text {
  text-align: left;
  color: #383838;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 140%;
}

.CalendarToolTip .text a {
  color: #383838 !important;
  font-weight: bold;
}

.CalendarToolTipBG {
  position: relative;
  left: 1px;
  top: 4px;
  width: 7px;
  height: 17px;
  background: url("../../images/calendar-tooltip-bg.png") no-repeat 0px 0px;
}

/*Wraper box*/
/*wraper*/
#wrapperCalendar {
  position: fixed;
  right: -480px;
  top: 180px;
  width: 10px;
  height: 250px;
  background: red;
  z-index: 9000;
}

#wrapperCalendarContent {
  position: relative;
  float: right;
  right: 0px;
  width: 508px;
  height: 222px;
  padding: 6px 6px 6px 6px;
  margin: 0;
  background: #fff;
  z-index: 99999;
  border: solid #ddd7da 1px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 0px 1px 0 #c4c4c4;
}

#wrapperCalendarBox {
  float: left;
  width: 472px;
  height: 222px;
  padding: 0;
  margin: 0px 0px 0px 35px;
  overflow: hidden;
}

#wrapperCalendarBoxContents {
  float: left;
  width: 240px;
  padding: 0px 0px 0px 14px;
}

#wrapperCalendarBoxContentsTitle {
  float: left;
  width: 240px;
  padding: 0px 0px 0px 0px;
  color: #383838;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 120%;
}

#wrapperCalendarBoxContentsDate {
  float: left;
  width: 200px;
  padding: 5px 0px 5px 0px;
  color: #049dd5;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 120%;
}

#wrapperCalendarBoxContentsText {
  float: left;
  width: 200px;
  padding: 0px 0px 0px 0px;
  color: #383838;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 150%;
}

#wrapperCalendarBoxContentsText a {
  color: #049dd5;
}

#wrapperCalendarBoxContentsText img {
  float: left;
  margin: 0px 5px 5px 0px;
}

#wrapperCalendarTitle {
  position: relative;
  right: 0px;
  top: 0px;
  width: 34px;
  height: 220px;
  padding: 0;
  margin: 0px 0px;
  background: #cdcdcd;
  border: solid #cfcfcf 1px;
  border-right: solid #a7a7a7 1px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0px 1px 4px 0px #fff;
  cursor: pointer;
}

#wrapperCalendarTitle img {
  margin: -90px 0px 0px 9px;
  float: left;
}

#wrapperCalendarTitle span {
  position: relative;
  display: block;
  left: -470px;
  top: -105px;
  height: 63px;
  width: 571px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-weight: bold;
  color: #0e6197;
  font-size: 2.6rem  !important;
  font-family: 'PT Sans';
  z-index: 101;
}

#CalendarHeaderNext, #CalendarHeaderPrev {
  font-size: 2.2rem;
  font-weight: 800;
  position: relative;
  top: 2px;
}

div#navbar {
  position: relative;
}

#hide-search-form {
  background: #ffffff;
  border: 1px solid #767676;
  bottom: -4.0rem;
  display: none;
  height: 5.0rem;
  position: absolute;
  right: 0;
  width: 400px;
  z-index: 999;
  padding: 0 30px;
}

#hide-search-form input[type="text"] {
  background: #ffffff;
  border: 0 none;
  color: #767676;
  float: left;
  font-size: 2.8rem;
  height: 46px;
  padding: 0;
  width: 90%;
}

#hide-search-form i#serach-button {
  color: #767676;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 5.0rem;
}

.pagination {
  clear: both;
}

.print-send-pdf {
  text-align: right;
  float: right;
  display: inline-block;
  margin-left: 10px;
  font-size: 2rem;
}

.print-send-pdf.send-mail input {
  display: none;
  float: right;
  font-size: 1.6rem;
  padding: 4px 5px;
  margin-right: 1rem;
}

.print-send-pdf.send-mail a {
  float: right;
}

a.pagination {
  padding: 0px 0px;
  margin: 10px 0px 0px 0px;
  text-align: right;
  float: right;
  box-sizing: border-box;
}

a.pagination_next, a.pagination_prev, a.pagination_deactiv {
  background: #ededed;
  border: solid #cccccc 1px;
  float: left;
  font-size: 1.6rem;
  width: 30px;
  margin: 0px 10px 0px 0px;
  padding: 6px 0px;
  color: #767676;
  text-align: center;
  line-height: 100%;
  position: relative;
}

a.pagination_activ, a.pagination_activ:hover, a.pagination_deactiv:hover, a.pagination_prev:hover, a.pagination_next:hover {
  background: #473722;
  border: solid #324d91 1px;
  float: left;
  font-size: 1.6rem;
  width: 30px;
  margin: 0px 10px 0px 0px;
  padding: 6px 0px;
  color: #ffffff;
  text-align: center;
  line-height: 100%;
  position: relative;
}

.button-probe {
  margin-bottom: 40px;
}

div.questionnaire-content {
  border-bottom: 1px solid #473722;
  display: inline-block;
  padding: 30px 0 5px 0;
  width: 100%;
}

div.questionnaire-content div.content-title {
  font-weight: bold;
}

div.questionnaire-content ul.questionnaire-menu {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

div.questionnaire-content ul.questionnaire-menu li {
  clear: both;
  padding: 6px 0;
}

div.questionnaire-content ul.questionnaire-menu li input[type="radio"] {
  margin: 4px 0;
}

div.questionnaire-content ul.questionnaire-menu li label {
  margin-left: 10px;
}

div.questionnaire-content div.questionnaire-send-box input.questionnaire-send-button {
  background: #473722;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 959px) {
  footer .footer-cols {
    display: block;
  }
  footer .footer-cols .footer-col {
    width: 100%;
    margin: 0px auto 30px;
  }
  footer .footer-cols .footer-col.footer-col-list {
    padding-right: 0px;
  }
  .contact-wrapper .contact-left #form-contact #email-wrapper, .contact-wrapper .contact-left #form-contact #name-wrapper {
    width: 100%;
  }
  .contact-wrapper .contact-left #form-contact button {
    width: 100%;
  }
  #main-baner {
    /* img{
      display: none;
      &.big{
        display: block;
        width:100%;
      }
    } */
  }
  #main-nav .navbar-right {
    padding-right: 20px;
  }
  #main-nav .navbar-left .navbar-brand p {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  #event-wrapper .wrapper1200 #icons {
    float: none;
    margin: 0 auto;
    width: 300px;
    padding: 50px 10px;
  }
  #event-wrapper .wrapper1200 #icons a {
    width: 70px;
  }
  #event-wrapper .wrapper1200 #calendar-wrapper {
    float: none;
    margin: 0 auto;
    width: 320px;
    padding: 20px;
  }
  #event-wrapper .wrapper1200 #calendar-wrapper #wrapperCalendarBoxCalendar {
    float: none;
    margin: 0 auto;
  }
  #event-wrapper .wrapper1200 #calendar-wrapper #event {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  #event-wrapper .wrapper1200 #calendar-wrapper #event button {
    width: 100%;
  }
}

@media only screen and (min-width: 1230px) {
  .news-boxes .box-wrapper {
    width: calc(100% / 3);
  }
  .news-boxes .box-wrapper:nth-child(3n-2) {
    text-align: left;
  }
  .news-boxes .box-wrapper:nth-child(3n-1) {
    text-align: center;
  }
  .news-boxes .box-wrapper:nth-child(3n) {
    text-align: right;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper.box-2 {
    width: calc(100% / 2);
  }
  .news-boxes .box-wrapper.box-2:nth-child(2n-1) {
    text-align: left;
  }
  .news-boxes .box-wrapper.box-2:nth-child(2n) {
    text-align: right;
    margin-bottom: 33px;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1229px) {
  #main-nav {
    font-size: 20px;
  }
  .cols-wrapper {
    width: 1080px;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 1020px;
  }
  .main-cols-wrapper, #video-baner .wrapper1200 {
    width: 1080px;
    padding: 0px 30px;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: calc(100% / 3);
  }
  .news-boxes .box-wrapper:nth-child(3n-2) {
    text-align: left;
  }
  .news-boxes .box-wrapper:nth-child(3n-1) {
    text-align: center;
  }
  .news-boxes .box-wrapper:nth-child(3n) {
    text-align: right;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper.box-2 {
    width: calc(100% / 2);
  }
  .news-boxes .box-wrapper.box-2:nth-child(2n-1) {
    text-align: left;
  }
  .news-boxes .box-wrapper.box-2:nth-child(2n) {
    text-align: right;
    margin-bottom: 33px;
  }
  .news-boxes .box {
    width: 320px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1079px) {
  #main-nav {
    font-size: 18px;
  }
  #main-nav .navbar-center .main-menu li:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main-nav {
    font-size: 20px;
  }
  #main-nav .navbar-center .main-menu li:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .cols-wrapper {
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 670px;
  }
  .main-cols-wrapper, #video-baner .wrapper1200 {
    padding: 0px 0px;
  }
  .main-cols-wrapper.owl-main-cols-wrapper, #video-baner .wrapper1200.owl-main-cols-wrapper {
    width: 100%;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: calc(100% / 2);
  }
  .news-boxes .box-wrapper:nth-child(2n-1) {
    text-align: left;
  }
  .news-boxes .box-wrapper:nth-child(2n) {
    text-align: right;
    margin-bottom: 33px;
  }
  .news-boxes .box {
    width: 320px;
  }
  .news-boxes-2 {
    width: 100%;
  }
  .news-boxes-2 .box-2 {
    width: 320px;
    margin: 30px auto;
    float: none;
    display: block;
  }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .cols-wrapper {
    width: 100%;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 370px;
  }
  #video-baner .wrapper1200 {
    width: 100%;
    padding: 0px 30px;
  }
  .main-cols-wrapper {
    width: 430px;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: 100%;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper:nth-child(n) {
    text-align: center;
  }
  .news-boxes .box {
    width: 370px;
  }
}

@media only screen and (min-width: 381px) and (max-width: 429px) {
  .cols-wrapper {
    width: 100%;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 320px;
  }
  .main-cols-wrapper {
    width: 380px;
    padding: 0px 30px;
  }
  #video-baner .wrapper1200 {
    width: 100%;
    padding: 0px 30px;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: 100%;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper:nth-child(n) {
    text-align: center;
  }
  .news-boxes .box {
    width: 320px;
  }
}

@media only screen and (max-width: 380px) {
  .right-prev-next {
    right: -10px;
  }
  .cols-wrapper {
    width: 100%;
    padding: 0px 0px;
  }
  /*OWL*/
  .news-boxes-wrapper {
    width: 320px;
  }
  .main-cols-wrapper {
    width: 320px;
    padding: 0px 0px;
  }
  #video-baner .wrapper1200 {
    width: 100%;
    padding: 0px 0px;
  }
  #video-baner .wrapper1200 .right-prev-next {
    right: 0px;
  }
  /*OWL*/
  .news-boxes .box-wrapper {
    width: 100%;
    margin-bottom: 33px;
  }
  .news-boxes .box-wrapper:nth-child(n) {
    text-align: center;
  }
  .news-boxes .box {
    width: 320px;
  }
  footer ul.footer-horizontal {
    margin-top: 30px;
  }
  footer ul.footer-horizontal > li {
    float: left;
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  header {
    display: none;
  }
  #baner-opportunity {
    display: none;
  }
  div.criteria_1 {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  div.criteria_1 input[type="radio"] {
    clear: both;
    margin: 6px;
    padding: 0px;
  }
  div.criteria_2 {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  div.criteria_2 input[type="radio"] {
    clear: both;
    margin: 6px;
    padding: 0px;
  }
  #main-nav {
    position: relative;
    height: 100px;
  }
  #main-nav .navbar-left .nav-mobile {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff url(../img/nav.svg) no-repeat center center;
    height: 50px;
    width: 50px;
  }
  #main-nav .navbar-left .nav-mobile.active {
    background-color: #f3f3f3;
  }
  #main-nav .navbar-left .navbar-brand {
    padding: 0px;
  }
  #main-nav .navbar-left .navbar-brand .logo-mobile {
    display: block;
    float: left;
    margin-left: 60px;
  }
  #main-nav .navbar-left .navbar-brand .logo-mobile img {
    height: 40px;
    margin-top: 5px;
    float: left;
  }
  #main-nav .navbar-left .navbar-brand .logo-mobile p {
    line-height: 50px;
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-left: 10px;
  }
  #main-nav .navbar-left .navbar-brand .logo-web {
    display: none;
  }
  #main-nav .navbar-center {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    line-height: 5.0rem;
    z-index: 1000;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #f3f3f3;
    height: auto;
    overflow-y: scroll;
  }
  #main-nav .navbar-center .main-menu > li {
    margin-left: 50px;
  }
  #main-nav .navbar-center .main-menu li {
    width: auto;
    display: inline-block;
    clear: left;
  }
  #main-nav .navbar-center .main-menu li .main-menu-item {
    width: 100%;
    padding: 0px 30px 0px 0px;
    cursor: pointer;
  }
  #main-nav .navbar-center .main-menu li:not(:last-child) {
    margin-right: 0px;
    clear: both;
  }
  #main-nav .navbar-center .main-menu ul:first-child .submenu {
    display: block;
  }
  #main-nav .navbar-center .main-menu .submenu {
    display: none;
    position: absolute;
    background: #f3f3f3;
    padding: 0px 30px 0px 50px;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 300;
    left: 0px;
    top: 0px;
    z-index: 1001;
  }
  #main-nav .navbar-center .main-menu .submenu > div {
    line-height: 5.0rem;
    position: relative;
  }
  #main-nav .navbar-center .main-menu .submenu > div i {
    text-align: center;
    width: 50px;
    height: 5.0rem;
    background-color: #f3f3f3;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: -50px;
    top: 0px;
    line-height: 5.0rem;
    cursor: pointer;
    display: block;
  }
  #main-nav .navbar-center .main-menu .submenu ul, #main-nav .navbar-center .main-menu .submenu li {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }
  #main-nav .navbar-center .main-menu .submenu ul a, #main-nav .navbar-center .main-menu .submenu li a {
    width: 100%;
  }
  #main-nav .navbar-right {
    padding: 11px 20px;
  }
  #main-nav .navbar-right i {
    font-size: 2rem;
  }
  #hide-search-form {
    bottom: -5.0rem;
    height: 5.0rem;
    padding: 0 30px 0px 50px;
  }
  #hide-search-form input[type="text"] {
    font-size: 2.4rem;
    height: 48px;
    width: calc(100% - 30px);
  }
  #hide-search-form i#serach-button {
    font-size: 2.4rem;
    line-height: 5.0rem;
    float: right;
  }
  #main-baner {
    display: none;
  }
  .pagination:after {
    content: '';
    display: block;
    clear: both;
  }
  .pagination {
    width: 320px;
    margin: 0 auto;
  }
  .pagination a:first-child {
    margin-left: 9px;
  }
  .pagination a:first-child:hover {
    margin-left: 9px;
  }
  .news-archive {
    float: none;
    max-width: 302px;
    width: calc(100% - 18px);
    margin: 20px auto;
  }
  a.pagination_next, a.pagination_prev, a.pagination_deactiv, a.pagination_activ, a.pagination_activ:hover, a.pagination_deactiv:hover, a.pagination_prev:hover, a.pagination_next:hover {
    margin: 0px 4px 0px 0px;
  }
  .article-wrapper {
    position: relative;
    float: none;
    width: 100%;
    padding: 0px 0px;
  }
  .article-right-boxes {
    clear: both;
    position: relative;
    float: none;
    width: calc(100% - 60px);
    margin: 0px auto;
  }
  .breadcrumbs {
    padding: 23px 30px;
  }
  .breadcrumbs p {
    display: none;
  }
  .contact-wrapper .contact-left {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .contact-wrapper .contact-right {
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .article-wrapper {
    position: relative;
    float: left;
    margin-left: 30px;
  }
  .article-right-boxes {
    margin-right: 30px;
  }
  .breadcrumbs {
    padding: 23px 30px;
  }
}

.state-error {
  background: #FEE9EA;
  border-color: #DE888A;
}

.state-success {
  background: #F0FEE9;
  border-color: #A5D491;
}

.state-error + em {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-size: 1.4rem;
  color: #DE888A;
  background: transparent;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt30 {
  margin-top: 30px !important;
}

#facebook_slider_widget {
  top: 325px !important;
  margin-top: 0px !important;
}

#baner-opportunity {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

/*pomocnicze*/
.box-get-orig {
  font-size: 1rem;
  text-align: right;
  width: 100%;
  display: inline-block;
}

.news-main-photo {
  margin-top: 15px;
  max-width: 100%;
}

i.append-extra-icon {
  padding-right: 10px;
}

.search-card {
  background: #eaeaea;
  margin-bottom: 30px;
  padding: 2.0rem 3.5rem;
}

.search-card .search-title {
  font-size: 1.8rem;
  color: #473722;
  font-weight: 700;
  margin-bottom: 15px;
}

.search-card .search-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #717171;
}

.search-card .search-text.green {
  color: #473722;
  margin-bottom: 0;
}

/*calendar*/
.calendar-small-page-wrapper {
  width: 100%;
  display: inline-block;
}

.calendar-small-page-wrapper #calendar-small {
  width: 100%;
  background-color: #ffffff;
}

.calendar-small-page-wrapper #calendar-small .fc-button {
  background-color: #ffffff !important;
  padding: 0;
}

.calendar-small-page-wrapper.article-right-box {
  display: inline-block;
}

.fc td, .fc th {
  border-width: 0px !important;
}

#calendar-small {
  font-size: 1rem;
  padding: 0px;
  height: auto;
  width: 90%;
}

#calendar-small .fc-day-number {
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  float: none;
  width: 100%;
  font-size: 1.2rem;
}

#calendar-small .fc-day-header {
  color: #111745;
  padding: 5px 0px;
  background-color: none;
  font-size: 1.5rem;
  border: none;
}

#calendar-small .fc-head-container {
  border: none !important;
}

#calendar-small .fc-toolbar.fc-header-toolbar {
  margin: 0px;
}

#calendar-small .fc-button {
  width: 25px;
  min-width: auto;
  background: #111745;
  color: #ffffff;
  border: none;
  font-size: 4rem;
  line-height: 1.1rem;
  border-radius: 0px;
  height: 45px;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
  margin: 0px 5px;
}

#calendar-small .fc-button.fc-corner-right {
  margin-right: 20px;
}

#calendar-small .fc-center h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: .1rem;
  color: #666;
  padding: 3px 0 0 0;
}

#calendar-small .fc-bgevent {
  background-color: #473722;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: .9;
}

button.close-modal {
  background: none;
  border: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0rem;
  margin: 0;
  min-width: auto;
  padding: 11px 5px 3px 20px;
  text-align: right;
  text-transform: uppercase;
  float: right;
}

.modal-lg {
  max-width: 960px;
}

.modal-content {
  background: transparent;
}

.form-group {
  margin-top: 0px;
  margin-bottom: 2rem;
}

.form-group label {
  color: #132319;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: .7rem;
}

.form-group .form-control {
  margin-bottom: 0rem;
  font-family: "Lato", sans-serif;
  color: #b7b7b7;
  border: 1px solid #eaeaea;
  line-height: 2.4rem;
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 0;
}

.form-group .form-control.has-error {
  border: solid red 1px;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #b7b7b7;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.form-group .form-control:-ms-input-placeholder {
  color: #b7b7b7;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.form-group .form-control::placeholder {
  color: #b7b7b7;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.form-group .state-error {
  background: rgba(218, 37, 28, 0.08);
  border-color: #da251c;
}

.form-group .state-success {
  background: rgba(29, 119, 69, 0.08);
  border-color: #1d7745;
}

.form-group em.state-error {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-size: 1.4rem;
  color: #da251c;
  background: transparent;
}

.form-group .news-photo-img {
  height: 215px;
}

.form-group .news-photo-img img {
  height: 215px;
  width: auto;
}

.form-group .news-photo-desc {
  height: auto;
  font-size: 1.4rem;
  color: #b7b7b7;
}

.form-group .news-photo-desc em {
  position: absolute;
  bottom: 40px;
  color: #1d7745;
}

.form-group .news-photo-desc button {
  position: absolute;
  bottom: 0;
}

.btn-normal {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #132319;
  padding: 1.2rem 2.5rem;
  border-radius: 0;
}

.btn-normal.btn-small {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.7rem 2rem;
}

.btn-normal.btn-blue {
  background: #473722;
  color: white;
}

.btn-normal.btn-blue:hover, .btn-normal.btn-blue:active {
  background: #473722;
}

#preview-thumb {
  width: 250px;
  height: 130px;
}

#preview-thumb img {
  width: 250px;
  height: 130px;
}

#review-dropzone-thumb {
  width: 250px;
}

.tooltip-inner {
  background-color: #f4cc43;
  color: #184e8e;
  padding: 10px;
  font-size: 14px;
  border-bottom-color: #f4cc43;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
  border-top-color: #f4cc43;
  border-width: 5px 5px 0;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -5px;
}

.owl-carousel .owl-controls {
  display: none;
}

.mobile-submenu {
  display: none;
}

.mobile-submenu ul li {
  line-height: 2.5rem;
}

.mobile-submenu ul li a {
  font-size: 1.5rem;
}

.mobile-submenu.active {
  display: block;
}

.gallery-card {
  margin-bottom: 2rem;
}

.gallery-card .gallery-orig {
  padding: .5rem 1rem;
  position: absolute;
  height: 4rem;
  line-height: 3rem;
  font-size: 2rem;
  background: rbga(255, 255, 255, 0.1);
  right: 20px;
  bottom: 5px;
}

.gallery-card .gallery-photo .card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 575px) {
  .gallery-card .gallery-photo .card-img-top {
    width: 100%;
  }
}

.galleries-card {
  margin-bottom: 2rem;
}

.galleries-card .card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 575px) {
  .galleries-card .card-img-top {
    width: 100%;
  }
}

.galleries-card .card-block {
  width: 100%;
  display: table;
  height: 7.5rem;
  background-color: #e7e7e7;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #132319;
  padding: 0rem 2rem;
  text-align: center;
}

.galleries-card .card-block span {
  display: table-cell;
  vertical-align: middle;
}

.fb-wrapper-plugin {
  position: fixed;
  left: -350px;
  top: 200px;
  width: 400px;
  height: 500px;
  z-index: 90;
  left: -350px;
  transition: all 0.3s ease 0s;
}

.fb-wrapper-plugin > div.box {
  display: table-cell;
  vertical-align: top;
  position: relative;
  left: 0;
  top: 0;
  width: 350px;
  height: 500px;
  z-index: 90;
}

.fb-wrapper-plugin.active {
  left: 0px;
}

.share-fb {
  width: 200px;
  padding: 1rem 0;
}

input.input_pagination {
  z-index: 2;
  color: #fff;
  background-color: #473722;
  border-color: #473722;
  position: relative;
  display: block;
  padding: .3rem .75rem;
  margin-left: -1px;
  line-height: 1.15;
  color: #473722;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 115px;
  color: #767676 !important;
}

.image-margin-left {
  float: right;
  margin: 8px 0 0 10px;
}

.image-margin-right {
  float: left;
  margin: 8px 10px 0 0;
}

/*Mobile header*/
div.mobile-helper-section {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}

@media (max-width: 768px) {
  div.mobile-helper-section {
    display: block;
  }
}

ul.mobile-header-flags {
  float: left;
  margin-top: 10px;
}

ul.mobile-header-flags li {
  margin-right: 10px;
  line-height: 2rem;
  display: inline-block;
}

ul.mobile-helper-menu {
  float: left;
  margin-top: 30px;
}

ul.mobile-helper-menu li {
  margin-right: 10px;
  line-height: 2rem;
  display: inline-block;
}

.separate-post-wrapper {
  width: 100%;
}

.separate-post-wrapper .separate-post {
  width: 100%;
  margin-top: 10px;
  padding: 12px 20px;
  background: #473722;
  box-sizing: border-box;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.0rem;
}

.text-lower-case {
  text-transform: lowercase;
}

.text-upper-case {
  text-transform: uppercase;
}

/*Nowe nie usuwac*/
.fb-ico-plugin {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 100;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.news-new-box {
  transition: all .5s;
  /* Animation */
  background-color: white;
}

.news-new-box:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.news-new-box .box-content {
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 100%;
  height: 250px;
  position: relative;
}

.news-new-box .box-content.gal-content {
  height: 120px;
}

.news-new-box .box-content .box-date-event {
  position: relative;
  margin: 0px auto;
  color: #473722;
  width: auto;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0px;
  line-height: 2.1rem;
  box-sizing: border-box;
}

.news-new-box .box-content .box-date {
  position: relative;
  margin: 1.0rem 0;
  color: #666666;
  width: 100%;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: left;
  padding: 0px;
  line-height: 2.1rem;
  box-sizing: border-box;
}

.news-new-box .box-content .box-date i {
  padding-right: 0.7rem;
}

.news-new-box .box-content .box-title {
  margin: 0px 0px 10px;
  box-sizing: border-box;
  max-height: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.6rem;
}

.news-new-box .box-content .box-title.gal-title {
  margin: 0px 0px 10px;
}

.news-new-box .box-content .box-desc {
  height: 9.7rem;
  overflow: hidden;
  box-sizing: border-box;
}

.news-new-box .box-content .box-more {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  bottom: 5px;
  color: #473722;
  width: 100%;
  height: 4.0rem;
  line-height: 4.0rem;
  font-size: 1.1rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translate3d(-50%, 0px, 0px);
  transform: translate3d(-50%, 0px, 0px);
  text-align: right;
  float: right;
}

.news-new-box .box-content .box-more::after {
  content: " >";
}

.news-new-box .box-content .box-more:hover {
  color: #5a93ce;
}

.banner-home-footer div.item {
  overflow: hidden;
  position: relative;
}

.banner-home-footer div.item:hover div.active {
  opacity: 1;
}

.banner-home-footer div.item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.banner-home-footer div.item img {
  transition: all .5s;
}

.banner-home-footer div.item div.active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  background: rgba(1, 104, 171, 0.8);
  transition: all .4s;
  opacity: 0;
}

.banner-home-footer div.item div.active > span {
  color: #ffffff;
  font-size: 1.8rem;
  background-color: #111745;
  padding: 5px 15px;
}

.page-link {
  font-size: 1.2rem;
}



#wcag-wrap{
  position: absolute;
  right: 0px;
  top:100px;
  z-index: 9999999999999999;
}

/*# sourceMappingURL=main.css.map */


/*! wcags-accessibility - v2.0.3 - 28-05-2018 */
#wcags-a11y-toolbar {
  position: fixed;
  font-size: 16px !important;
  line-height: 1.4;
  z-index: 9999;
  
}

.wcags-a11y-toolbar-inner{
  background: white;
}

.wcags-a11y-toolbar-right{
  right:-180px  !important;
}
.wcags-a11y-toolbar-right.active{
  right: 0px !important;
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-toggle a{

}


#wcags-a11y-toolbar.wcags-a11y-toolbar-right {
  right: -180px;
  -webkit-transition: right 750ms cubic-bezier(.23, 1, .32, 1);
  -moz-transition: right 750ms cubic-bezier(.23, 1, .32, 1);
  -o-transition: right 750ms cubic-bezier(.23, 1, .32, 1);
  transition: right 750ms cubic-bezier(.23, 1, .32, 1)
}

#wcags-a11y-toolbar.wcags-a11y-toolbar-right.wcags-a11y-toolbar-open {
  right: 0
}

#wcags-a11y-toolbar.wcags-a11y-toolbar-right .wcags-a11y-toolbar-toggle {
  right: 180px
}

#wcags-a11y-toolbar.wcags-a11y-toolbar-left {
  left: -180px;
  -webkit-transition: left 750ms cubic-bezier(.23, 1, .32, 1);
  -moz-transition: left 750ms cubic-bezier(.23, 1, .32, 1);
  -o-transition: left 750ms cubic-bezier(.23, 1, .32, 1);
  transition: left 750ms cubic-bezier(.23, 1, .32, 1)
}

#wcags-a11y-toolbar.wcags-a11y-toolbar-left.wcags-a11y-toolbar-open {
  left: 0
}

#wcags-a11y-toolbar.wcags-a11y-toolbar-left .wcags-a11y-toolbar-toggle {
  left: 180px
}

#wcags-a11y-toolbar.wcags-a11y-toolbar-open .wcags-a11y-toolbar-toggle,
#wcags-a11y-toolbar.wcags-a11y-toolbar-open .wcags-a11y-toolbar-overlay {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-toggle {
  position: absolute
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-toggle a {
  display: inline-block;
  font-size: 200%;
  line-height: 0;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-toggle a:hover,
#wcags-a11y-toolbar .wcags-a11y-toolbar-toggle a:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-overlay {
  border: 1px solid;
  font-size: 100%;
  width: 180px
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-overlay p.wcags-a11y-toolbar-title {
  display: block;
  line-height: 2;
  font-weight: bold;
  padding: 10px 15px 0;
  margin: 0
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-overlay ul.wcags-a11y-toolbar-items {
  list-style: none;
  margin: 0;
  padding: 10px 0
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-overlay ul.wcags-a11y-toolbar-items.wcags-a11y-links {
  border-top: 1px solid
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-overlay ul.wcags-a11y-toolbar-items li.wcags-a11y-toolbar-item a {
  display: block;
  padding: 10px 15px;
  font-size: 80%;
  line-height: 1
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-overlay ul.wcags-a11y-toolbar-items li.wcags-a11y-toolbar-item a.active {
  font-weight: bold
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-overlay ul.wcags-a11y-toolbar-items li.wcags-a11y-toolbar-item a svg {
  padding-right: 6px;
  display: inline-block;
  width: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  vertical-align: middle
}

#wcags-a11y-toolbar .wcags-a11y-toolbar-overlay ul.wcags-a11y-toolbar-items li.wcags-a11y-toolbar-item a .wcags-a11y-toolbar-text {
  vertical-align: middle
}

body.rtl #wcags-a11y-toolbar .wcags-a11y-toolbar-overlay ul.wcags-a11y-toolbar-items li.wcags-a11y-toolbar-item a svg {
  padding-left: 6px;
  padding-right: 0
}

@media (max-width:767px) {
  #wcags-a11y-toolbar .wcags-a11y-toolbar-overlay p.wcags-a11y-toolbar-title {
    padding: 7px 12px 0
  }
  #wcags-a11y-toolbar .wcags-a11y-toolbar-overlay ul.wcags-a11y-toolbar-items {
    padding: 7px 0
  }
  #wcags-a11y-toolbar .wcags-a11y-toolbar-overlay ul.wcags-a11y-toolbar-items li.wcags-a11y-toolbar-item a {
    display: block;
    padding: 7px 12px
  }
}

body.wcags-a11y-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray
}

body.wcags-a11y-high-contrast .placebo {
  line-height: normal
}

body.wcags-a11y-high-contrast * {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

body.wcags-a11y-high-contrast a,
body.wcags-a11y-high-contrast abbr,
body.wcags-a11y-high-contrast acronym,
body.wcags-a11y-high-contrast address,
body.wcags-a11y-high-contrast article,
body.wcags-a11y-high-contrast aside,
body.wcags-a11y-high-contrast b,
body.wcags-a11y-high-contrast basefont,
body.wcags-a11y-high-contrast bdi,
body.wcags-a11y-high-contrast big,
body.wcags-a11y-high-contrast blink,
body.wcags-a11y-high-contrast blockquote,
body.wcags-a11y-high-contrast body,
body.wcags-a11y-high-contrast button,
body.wcags-a11y-high-contrast canvas,
body.wcags-a11y-high-contrast caption,
body.wcags-a11y-high-contrast center,
body.wcags-a11y-high-contrast cite,
body.wcags-a11y-high-contrast code,
body.wcags-a11y-high-contrast col,
body.wcags-a11y-high-contrast colgroup,
body.wcags-a11y-high-contrast command,
body.wcags-a11y-high-contrast dd,
body.wcags-a11y-high-contrast del,
body.wcags-a11y-high-contrast details,
body.wcags-a11y-high-contrast dfn,
body.wcags-a11y-high-contrast dir,
body.wcags-a11y-high-contrast div,
body.wcags-a11y-high-contrast dl,
body.wcags-a11y-high-contrast dt,
body.wcags-a11y-high-contrast em,
body.wcags-a11y-high-contrast embed,
body.wcags-a11y-high-contrast fieldset,
body.wcags-a11y-high-contrast figcaption,
body.wcags-a11y-high-contrast figure,
body.wcags-a11y-high-contrast font,
body.wcags-a11y-high-contrast footer,
body.wcags-a11y-high-contrast form,
body.wcags-a11y-high-contrast h1,
body.wcags-a11y-high-contrast h1 a,
body.wcags-a11y-high-contrast h1 a b,
body.wcags-a11y-high-contrast h1 abbr,
body.wcags-a11y-high-contrast h1 b,
body.wcags-a11y-high-contrast h1 center,
body.wcags-a11y-high-contrast h1 em,
body.wcags-a11y-high-contrast h1 i,
body.wcags-a11y-high-contrast h1 span,
body.wcags-a11y-high-contrast h1 strong,
body.wcags-a11y-high-contrast h2,
body.wcags-a11y-high-contrast h2 a,
body.wcags-a11y-high-contrast h2 a b,
body.wcags-a11y-high-contrast h2 abbr,
body.wcags-a11y-high-contrast h2 b,
body.wcags-a11y-high-contrast h2 center,
body.wcags-a11y-high-contrast h2 em,
body.wcags-a11y-high-contrast h2 i,
body.wcags-a11y-high-contrast h2 span,
body.wcags-a11y-high-contrast h2 strong,
body.wcags-a11y-high-contrast h3,
body.wcags-a11y-high-contrast h3 a,
body.wcags-a11y-high-contrast h3 a b,
body.wcags-a11y-high-contrast h3 abbr,
body.wcags-a11y-high-contrast h3 b,
body.wcags-a11y-high-contrast h3 center,
body.wcags-a11y-high-contrast h3 em,
body.wcags-a11y-high-contrast h3 i,
body.wcags-a11y-high-contrast h3 span,
body.wcags-a11y-high-contrast h3 strong,
body.wcags-a11y-high-contrast h4,
body.wcags-a11y-high-contrast h4 a,
body.wcags-a11y-high-contrast h4 a b,
body.wcags-a11y-high-contrast h4 abbr,
body.wcags-a11y-high-contrast h4 b,
body.wcags-a11y-high-contrast h4 center,
body.wcags-a11y-high-contrast h4 em,
body.wcags-a11y-high-contrast h4 i,
body.wcags-a11y-high-contrast h4 span,
body.wcags-a11y-high-contrast h4 strong,
body.wcags-a11y-high-contrast h5,
body.wcags-a11y-high-contrast h5 a,
body.wcags-a11y-high-contrast h5 a b,
body.wcags-a11y-high-contrast h5 abbr,
body.wcags-a11y-high-contrast h5 b,
body.wcags-a11y-high-contrast h5 center,
body.wcags-a11y-high-contrast h5 em,
body.wcags-a11y-high-contrast h5 i,
body.wcags-a11y-high-contrast h5 span,
body.wcags-a11y-high-contrast h5 strong,
body.wcags-a11y-high-contrast h6,
body.wcags-a11y-high-contrast h6 a,
body.wcags-a11y-high-contrast h6 a b,
body.wcags-a11y-high-contrast h6 abbr,
body.wcags-a11y-high-contrast h6 b,
body.wcags-a11y-high-contrast h6 center,
body.wcags-a11y-high-contrast h6 em,
body.wcags-a11y-high-contrast h6 i,
body.wcags-a11y-high-contrast h6 span,
body.wcags-a11y-high-contrast h6 strong,
body.wcags-a11y-high-contrast header,
body.wcags-a11y-high-contrast hgroup,
body.wcags-a11y-high-contrast html,
body.wcags-a11y-high-contrast i,
body.wcags-a11y-high-contrast iframe,
body.wcags-a11y-high-contrast img,
body.wcags-a11y-high-contrast input,
body.wcags-a11y-high-contrast ins,
body.wcags-a11y-high-contrast kbd,
body.wcags-a11y-high-contrast label,
body.wcags-a11y-high-contrast legend,
body.wcags-a11y-high-contrast li,
body.wcags-a11y-high-contrast listing,
body.wcags-a11y-high-contrast main,
body.wcags-a11y-high-contrast mark,
body.wcags-a11y-high-contrast marquee,
body.wcags-a11y-high-contrast menu,
body.wcags-a11y-high-contrast meter,
body.wcags-a11y-high-contrast multicol,
body.wcags-a11y-high-contrast nav,
body.wcags-a11y-high-contrast nobr,
body.wcags-a11y-high-contrast object,
body.wcags-a11y-high-contrast ol,
body.wcags-a11y-high-contrast option,
body.wcags-a11y-high-contrast output,
body.wcags-a11y-high-contrast p,
body.wcags-a11y-high-contrast plaintext,
body.wcags-a11y-high-contrast pre,
body.wcags-a11y-high-contrast progress,
body.wcags-a11y-high-contrast q,
body.wcags-a11y-high-contrast rb,
body.wcags-a11y-high-contrast rp,
body.wcags-a11y-high-contrast rt,
body.wcags-a11y-high-contrast ruby,
body.wcags-a11y-high-contrast s,
body.wcags-a11y-high-contrast samp,
body.wcags-a11y-high-contrast section,
body.wcags-a11y-high-contrast select,
body.wcags-a11y-high-contrast small,
body.wcags-a11y-high-contrast span,
body.wcags-a11y-high-contrast strike,
body.wcags-a11y-high-contrast strong,
body.wcags-a11y-high-contrast sub,
body.wcags-a11y-high-contrast summary,
body.wcags-a11y-high-contrast sup,
body.wcags-a11y-high-contrast svg,
body.wcags-a11y-high-contrast table,
body.wcags-a11y-high-contrast tbody,
body.wcags-a11y-high-contrast td,
body.wcags-a11y-high-contrast text,
body.wcags-a11y-high-contrast textarea,
body.wcags-a11y-high-contrast th,
body.wcags-a11y-high-contrast thead,
body.wcags-a11y-high-contrast time,
body.wcags-a11y-high-contrast tr,
body.wcags-a11y-high-contrast tt,
body.wcags-a11y-high-contrast u,
body.wcags-a11y-high-contrast ul,
body.wcags-a11y-high-contrast var,
body.wcags-a11y-high-contrast video,
body.wcags-a11y-high-contrast xmp {
  -moz-appearance: none !important;
  -moz-user-select: text !important;
  -webkit-user-select: text !important;
  background-image: none !important;
  text-shadow: none !important;
  user-select: text !important
}

body.wcags-a11y-high-contrast a,
body.wcags-a11y-high-contrast abbr,
body.wcags-a11y-high-contrast acronym,
body.wcags-a11y-high-contrast address,
body.wcags-a11y-high-contrast article,
body.wcags-a11y-high-contrast aside,
body.wcags-a11y-high-contrast b,
body.wcags-a11y-high-contrast basefont,
body.wcags-a11y-high-contrast bdi,
body.wcags-a11y-high-contrast big,
body.wcags-a11y-high-contrast blink,
body.wcags-a11y-high-contrast blockquote,
body.wcags-a11y-high-contrast body,
body.wcags-a11y-high-contrast canvas,
body.wcags-a11y-high-contrast caption,
body.wcags-a11y-high-contrast center,
body.wcags-a11y-high-contrast cite,
body.wcags-a11y-high-contrast code,
body.wcags-a11y-high-contrast col,
body.wcags-a11y-high-contrast colgroup,
body.wcags-a11y-high-contrast command,
body.wcags-a11y-high-contrast dd,
body.wcags-a11y-high-contrast del,
body.wcags-a11y-high-contrast details,
body.wcags-a11y-high-contrast dfn,
body.wcags-a11y-high-contrast dir,
body.wcags-a11y-high-contrast div,
body.wcags-a11y-high-contrast dl,
body.wcags-a11y-high-contrast dt,
body.wcags-a11y-high-contrast em,
body.wcags-a11y-high-contrast embed,
body.wcags-a11y-high-contrast fieldset,
body.wcags-a11y-high-contrast figcaption,
body.wcags-a11y-high-contrast figure,
body.wcags-a11y-high-contrast font,
body.wcags-a11y-high-contrast footer,
body.wcags-a11y-high-contrast form,
body.wcags-a11y-high-contrast h1,
body.wcags-a11y-high-contrast h1 a,
body.wcags-a11y-high-contrast h1 a b,
body.wcags-a11y-high-contrast h1 abbr,
body.wcags-a11y-high-contrast h1 b,
body.wcags-a11y-high-contrast h1 center,
body.wcags-a11y-high-contrast h1 em,
body.wcags-a11y-high-contrast h1 i,
body.wcags-a11y-high-contrast h1 span,
body.wcags-a11y-high-contrast h1 strong,
body.wcags-a11y-high-contrast h2,
body.wcags-a11y-high-contrast h2 a,
body.wcags-a11y-high-contrast h2 a b,
body.wcags-a11y-high-contrast h2 abbr,
body.wcags-a11y-high-contrast h2 b,
body.wcags-a11y-high-contrast h2 center,
body.wcags-a11y-high-contrast h2 em,
body.wcags-a11y-high-contrast h2 i,
body.wcags-a11y-high-contrast h2 span,
body.wcags-a11y-high-contrast h2 strong,
body.wcags-a11y-high-contrast h3,
body.wcags-a11y-high-contrast h3 a,
body.wcags-a11y-high-contrast h3 a b,
body.wcags-a11y-high-contrast h3 abbr,
body.wcags-a11y-high-contrast h3 b,
body.wcags-a11y-high-contrast h3 center,
body.wcags-a11y-high-contrast h3 em,
body.wcags-a11y-high-contrast h3 i,
body.wcags-a11y-high-contrast h3 span,
body.wcags-a11y-high-contrast h3 strong,
body.wcags-a11y-high-contrast h4,
body.wcags-a11y-high-contrast h4 a,
body.wcags-a11y-high-contrast h4 a b,
body.wcags-a11y-high-contrast h4 abbr,
body.wcags-a11y-high-contrast h4 b,
body.wcags-a11y-high-contrast h4 center,
body.wcags-a11y-high-contrast h4 em,
body.wcags-a11y-high-contrast h4 i,
body.wcags-a11y-high-contrast h4 span,
body.wcags-a11y-high-contrast h4 strong,
body.wcags-a11y-high-contrast h5,
body.wcags-a11y-high-contrast h5 a,
body.wcags-a11y-high-contrast h5 a b,
body.wcags-a11y-high-contrast h5 abbr,
body.wcags-a11y-high-contrast h5 b,
body.wcags-a11y-high-contrast h5 center,
body.wcags-a11y-high-contrast h5 em,
body.wcags-a11y-high-contrast h5 i,
body.wcags-a11y-high-contrast h5 span,
body.wcags-a11y-high-contrast h5 strong,
body.wcags-a11y-high-contrast h6,
body.wcags-a11y-high-contrast h6 a,
body.wcags-a11y-high-contrast h6 a b,
body.wcags-a11y-high-contrast h6 abbr,
body.wcags-a11y-high-contrast h6 b,
body.wcags-a11y-high-contrast h6 center,
body.wcags-a11y-high-contrast h6 em,
body.wcags-a11y-high-contrast h6 i,
body.wcags-a11y-high-contrast h6 span,
body.wcags-a11y-high-contrast h6 strong,
body.wcags-a11y-high-contrast header,
body.wcags-a11y-high-contrast hgroup,
body.wcags-a11y-high-contrast html,
body.wcags-a11y-high-contrast i,
body.wcags-a11y-high-contrast iframe,
body.wcags-a11y-high-contrast input,
body.wcags-a11y-high-contrast ins,
body.wcags-a11y-high-contrast kbd,
body.wcags-a11y-high-contrast label,
body.wcags-a11y-high-contrast legend,
body.wcags-a11y-high-contrast li,
body.wcags-a11y-high-contrast listing,
body.wcags-a11y-high-contrast main,
body.wcags-a11y-high-contrast mark,
body.wcags-a11y-high-contrast marquee,
body.wcags-a11y-high-contrast menu,
body.wcags-a11y-high-contrast meter,
body.wcags-a11y-high-contrast multicol,
body.wcags-a11y-high-contrast nav:not(#wcags-a11y-toolbar),
body.wcags-a11y-high-contrast nobr,
body.wcags-a11y-high-contrast object,
body.wcags-a11y-high-contrast ol,
body.wcags-a11y-high-contrast option,
body.wcags-a11y-high-contrast output,
body.wcags-a11y-high-contrast p,
body.wcags-a11y-high-contrast plaintext,
body.wcags-a11y-high-contrast pre,
body.wcags-a11y-high-contrast progress,
body.wcags-a11y-high-contrast q,
body.wcags-a11y-high-contrast rb,
body.wcags-a11y-high-contrast rp,
body.wcags-a11y-high-contrast rt,
body.wcags-a11y-high-contrast ruby,
body.wcags-a11y-high-contrast s,
body.wcags-a11y-high-contrast samp,
body.wcags-a11y-high-contrast section,
body.wcags-a11y-high-contrast small,
body.wcags-a11y-high-contrast span,
body.wcags-a11y-high-contrast strike,
body.wcags-a11y-high-contrast strong,
body.wcags-a11y-high-contrast sub,
body.wcags-a11y-high-contrast summary,
body.wcags-a11y-high-contrast sup,
body.wcags-a11y-high-contrast svg,
body.wcags-a11y-high-contrast table,
body.wcags-a11y-high-contrast tbody,
body.wcags-a11y-high-contrast td,
body.wcags-a11y-high-contrast text,
body.wcags-a11y-high-contrast textarea,
body.wcags-a11y-high-contrast th,
body.wcags-a11y-high-contrast thead,
body.wcags-a11y-high-contrast time,
body.wcags-a11y-high-contrast tr,
body.wcags-a11y-high-contrast tt,
body.wcags-a11y-high-contrast u,
body.wcags-a11y-high-contrast ul,
body.wcags-a11y-high-contrast var,
body.wcags-a11y-high-contrast video,
body.wcags-a11y-high-contrast xmp {
  background: black !important;
  background-color: black !important
}

body.wcags-a11y-high-contrast a,
body.wcags-a11y-high-contrast article,
body.wcags-a11y-high-contrast aside,
body.wcags-a11y-high-contrast basefont,
body.wcags-a11y-high-contrast bdi,
body.wcags-a11y-high-contrast big,
body.wcags-a11y-high-contrast blink,
body.wcags-a11y-high-contrast blockquote,
body.wcags-a11y-high-contrast body,
body.wcags-a11y-high-contrast button,
body.wcags-a11y-high-contrast canvas,
body.wcags-a11y-high-contrast caption,
body.wcags-a11y-high-contrast center,
body.wcags-a11y-high-contrast code,
body.wcags-a11y-high-contrast col,
body.wcags-a11y-high-contrast colgroup,
body.wcags-a11y-high-contrast command,
body.wcags-a11y-high-contrast dd,
body.wcags-a11y-high-contrast del,
body.wcags-a11y-high-contrast details,
body.wcags-a11y-high-contrast dir,
body.wcags-a11y-high-contrast div,
body.wcags-a11y-high-contrast dl,
body.wcags-a11y-high-contrast dt,
body.wcags-a11y-high-contrast embed,
body.wcags-a11y-high-contrast fieldset,
body.wcags-a11y-high-contrast figcaption,
body.wcags-a11y-high-contrast figure,
body.wcags-a11y-high-contrast font,
body.wcags-a11y-high-contrast footer,
body.wcags-a11y-high-contrast form,
body.wcags-a11y-high-contrast header,
body.wcags-a11y-high-contrast hgroup,
body.wcags-a11y-high-contrast html,
body.wcags-a11y-high-contrast iframe,
body.wcags-a11y-high-contrast img,
body.wcags-a11y-high-contrast input,
body.wcags-a11y-high-contrast ins,
body.wcags-a11y-high-contrast kbd,
body.wcags-a11y-high-contrast label,
body.wcags-a11y-high-contrast legend,
body.wcags-a11y-high-contrast li,
body.wcags-a11y-high-contrast listing,
body.wcags-a11y-high-contrast main,
body.wcags-a11y-high-contrast mark,
body.wcags-a11y-high-contrast marquee,
body.wcags-a11y-high-contrast menu,
body.wcags-a11y-high-contrast meter,
body.wcags-a11y-high-contrast multicol,
body.wcags-a11y-high-contrast nav,
body.wcags-a11y-high-contrast nobr,
body.wcags-a11y-high-contrast object,
body.wcags-a11y-high-contrast ol,
body.wcags-a11y-high-contrast option,
body.wcags-a11y-high-contrast output,
body.wcags-a11y-high-contrast p,
body.wcags-a11y-high-contrast plaintext,
body.wcags-a11y-high-contrast pre,
body.wcags-a11y-high-contrast progress,
body.wcags-a11y-high-contrast q,
body.wcags-a11y-high-contrast rb,
body.wcags-a11y-high-contrast rp,
body.wcags-a11y-high-contrast rt,
body.wcags-a11y-high-contrast ruby,
body.wcags-a11y-high-contrast s,
body.wcags-a11y-high-contrast samp,
body.wcags-a11y-high-contrast section,
body.wcags-a11y-high-contrast select,
body.wcags-a11y-high-contrast small,
body.wcags-a11y-high-contrast span,
body.wcags-a11y-high-contrast strike,
body.wcags-a11y-high-contrast sub,
body.wcags-a11y-high-contrast summary,
body.wcags-a11y-high-contrast sup,
body.wcags-a11y-high-contrast svg,
body.wcags-a11y-high-contrast table,
body.wcags-a11y-high-contrast tbody,
body.wcags-a11y-high-contrast td,
body.wcags-a11y-high-contrast text,
body.wcags-a11y-high-contrast textarea,
body.wcags-a11y-high-contrast th,
body.wcags-a11y-high-contrast thead,
body.wcags-a11y-high-contrast time,
body.wcags-a11y-high-contrast tr,
body.wcags-a11y-high-contrast tt,
body.wcags-a11y-high-contrast ul,
body.wcags-a11y-high-contrast var,
body.wcags-a11y-high-contrast video,
body.wcags-a11y-high-contrast xmp {
  color: white !important
}

body.wcags-a11y-high-contrast abbr,
body.wcags-a11y-high-contrast acronym,
body.wcags-a11y-high-contrast b,
body.wcags-a11y-high-contrast b span,
body.wcags-a11y-high-contrast h1 b,
body.wcags-a11y-high-contrast h1 strong,
body.wcags-a11y-high-contrast h2 b,
body.wcags-a11y-high-contrast h2 strong,
body.wcags-a11y-high-contrast h3 b,
body.wcags-a11y-high-contrast h3 strong,
body.wcags-a11y-high-contrast h4 b,
body.wcags-a11y-high-contrast h4 strong,
body.wcags-a11y-high-contrast h5 b,
body.wcags-a11y-high-contrast h5 strong,
body.wcags-a11y-high-contrast h6 b,
body.wcags-a11y-high-contrast h6 strong,
body.wcags-a11y-high-contrast strong,
body.wcags-a11y-high-contrast strong span {
  color: yellow !important
}

body.wcags-a11y-high-contrast address,
body.wcags-a11y-high-contrast address span,
body.wcags-a11y-high-contrast cite,
body.wcags-a11y-high-contrast cite span,
body.wcags-a11y-high-contrast dfn,
body.wcags-a11y-high-contrast dfn span,
body.wcags-a11y-high-contrast em,
body.wcags-a11y-high-contrast em span,
body.wcags-a11y-high-contrast h1 em,
body.wcags-a11y-high-contrast h1 i,
body.wcags-a11y-high-contrast h2 em,
body.wcags-a11y-high-contrast h2 i,
body.wcags-a11y-high-contrast h3 em,
body.wcags-a11y-high-contrast h3 i,
body.wcags-a11y-high-contrast h4 em,
body.wcags-a11y-high-contrast h4 i,
body.wcags-a11y-high-contrast h5 em,
body.wcags-a11y-high-contrast h5 i,
body.wcags-a11y-high-contrast h6 em,
body.wcags-a11y-high-contrast h6 i,
body.wcags-a11y-high-contrast i,
body.wcags-a11y-high-contrast i span,
body.wcags-a11y-high-contrast u,
body.wcags-a11y-high-contrast u span {
  color: #FFFF80 !important
}

body.wcags-a11y-high-contrast dt {
  border-top: thin solid grey !important
}

body.wcags-a11y-high-contrast h1,
body.wcags-a11y-high-contrast h1 a,
body.wcags-a11y-high-contrast h1 a b,
body.wcags-a11y-high-contrast h1 abbr,
body.wcags-a11y-high-contrast h1 center,
body.wcags-a11y-high-contrast h1 span,
body.wcags-a11y-high-contrast h2,
body.wcags-a11y-high-contrast h2 a,
body.wcags-a11y-high-contrast h2 a b,
body.wcags-a11y-high-contrast h2 abbr,
body.wcags-a11y-high-contrast h2 center,
body.wcags-a11y-high-contrast h2 span,
body.wcags-a11y-high-contrast h3,
body.wcags-a11y-high-contrast h3 a,
body.wcags-a11y-high-contrast h3 a b,
body.wcags-a11y-high-contrast h3 abbr,
body.wcags-a11y-high-contrast h3 center,
body.wcags-a11y-high-contrast h3 span,
body.wcags-a11y-high-contrast h4,
body.wcags-a11y-high-contrast h4 a,
body.wcags-a11y-high-contrast h4 a b,
body.wcags-a11y-high-contrast h4 abbr,
body.wcags-a11y-high-contrast h4 center,
body.wcags-a11y-high-contrast h4 span,
body.wcags-a11y-high-contrast h5,
body.wcags-a11y-high-contrast h5 a,
body.wcags-a11y-high-contrast h5 a b,
body.wcags-a11y-high-contrast h5 abbr,
body.wcags-a11y-high-contrast h5 center,
body.wcags-a11y-high-contrast h5 span,
body.wcags-a11y-high-contrast h6,
body.wcags-a11y-high-contrast h6 a,
body.wcags-a11y-high-contrast h6 a b,
body.wcags-a11y-high-contrast h6 abbr,
body.wcags-a11y-high-contrast h6 center,
body.wcags-a11y-high-contrast h6 span {
  color: #40C090 !important
}

body.wcags-a11y-high-contrast img {
  background: #808080 !important;
  background-color: #808080 !important
}

body.wcags-a11y-high-contrast abbr,
body.wcags-a11y-high-contrast acronym {
  border-bottom: 1px dotted !important
}

body.wcags-a11y-high-contrast :focus {
  outline: thin dotted !important
}

body.wcags-a11y-high-contrast a.button,
body.wcags-a11y-high-contrast a.button abbr,
body.wcags-a11y-high-contrast a.button acronym,
body.wcags-a11y-high-contrast a.button b,
body.wcags-a11y-high-contrast a.button basefont,
body.wcags-a11y-high-contrast a.button big,
body.wcags-a11y-high-contrast a.button br,
body.wcags-a11y-high-contrast a.button code,
body.wcags-a11y-high-contrast a.button div,
body.wcags-a11y-high-contrast a.button em,
body.wcags-a11y-high-contrast a.button font,
body.wcags-a11y-high-contrast a.button h1,
body.wcags-a11y-high-contrast a.button h2,
body.wcags-a11y-high-contrast a.button h3,
body.wcags-a11y-high-contrast a.button h4,
body.wcags-a11y-high-contrast a.button h5,
body.wcags-a11y-high-contrast a.button h6,
body.wcags-a11y-high-contrast a.button i,
body.wcags-a11y-high-contrast a.button kbd,
body.wcags-a11y-high-contrast a.button rb,
body.wcags-a11y-high-contrast a.button rp,
body.wcags-a11y-high-contrast a.button rt,
body.wcags-a11y-high-contrast a.button ruby,
body.wcags-a11y-high-contrast a.button samp,
body.wcags-a11y-high-contrast a.button small,
body.wcags-a11y-high-contrast a.button span,
body.wcags-a11y-high-contrast a.button strong,
body.wcags-a11y-high-contrast a.button tt,
body.wcags-a11y-high-contrast a.button u,
body.wcags-a11y-high-contrast a.button var,
body.wcags-a11y-high-contrast a:link,
body.wcags-a11y-high-contrast a:link abbr,
body.wcags-a11y-high-contrast a:link acronym,
body.wcags-a11y-high-contrast a:link b,
body.wcags-a11y-high-contrast a:link basefont,
body.wcags-a11y-high-contrast a:link big,
body.wcags-a11y-high-contrast a:link br,
body.wcags-a11y-high-contrast a:link code,
body.wcags-a11y-high-contrast a:link div,
body.wcags-a11y-high-contrast a:link em,
body.wcags-a11y-high-contrast a:link font,
body.wcags-a11y-high-contrast a:link h1,
body.wcags-a11y-high-contrast a:link h2,
body.wcags-a11y-high-contrast a:link h3,
body.wcags-a11y-high-contrast a:link h4,
body.wcags-a11y-high-contrast a:link h5,
body.wcags-a11y-high-contrast a:link h6,
body.wcags-a11y-high-contrast a:link i,
body.wcags-a11y-high-contrast a:link kbd,
body.wcags-a11y-high-contrast a:link rb,
body.wcags-a11y-high-contrast a:link rp,
body.wcags-a11y-high-contrast a:link rt,
body.wcags-a11y-high-contrast a:link ruby,
body.wcags-a11y-high-contrast a:link samp,
body.wcags-a11y-high-contrast a:link small,
body.wcags-a11y-high-contrast a:link span,
body.wcags-a11y-high-contrast a:link strong,
body.wcags-a11y-high-contrast a:link tt,
body.wcags-a11y-high-contrast a:link u,
body.wcags-a11y-high-contrast a:link var,
body.wcags-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem {
  color: #0080FF !important
}

body.wcags-a11y-high-contrast button,
body.wcags-a11y-high-contrast input,
body.wcags-a11y-high-contrast textarea,
body.wcags-a11y-high-contrast select,
body.wcags-a11y-high-contrast table,
body.wcags-a11y-high-contrast td,
body.wcags-a11y-high-contrast th,
body.wcags-a11y-high-contrast tr,
body.wcags-a11y-high-contrast tt {
  border: 1px solid #ffffff !important
}

body.wcags-a11y-high-contrast button {
  background: #600040 !important;
  background-color: #600040 !important
}

body.wcags-a11y-high-contrast select {
  -webkit-appearance: listbox !important;
  background: #600060 !important;
  background-color: #600060 !important
}

body.wcags-a11y-high-contrast a:visited,
body.wcags-a11y-high-contrast a:visited abbr,
body.wcags-a11y-high-contrast a:visited acronym,
body.wcags-a11y-high-contrast a:visited b,
body.wcags-a11y-high-contrast a:visited basefont,
body.wcags-a11y-high-contrast a:visited big,
body.wcags-a11y-high-contrast a:visited br,
body.wcags-a11y-high-contrast a:visited code,
body.wcags-a11y-high-contrast a:visited div,
body.wcags-a11y-high-contrast a:visited em,
body.wcags-a11y-high-contrast a:visited font,
body.wcags-a11y-high-contrast a:visited h1,
body.wcags-a11y-high-contrast a:visited h2,
body.wcags-a11y-high-contrast a:visited h3,
body.wcags-a11y-high-contrast a:visited h4,
body.wcags-a11y-high-contrast a:visited h5,
body.wcags-a11y-high-contrast a:visited h6,
body.wcags-a11y-high-contrast a:visited i,
body.wcags-a11y-high-contrast a:visited kbd,
body.wcags-a11y-high-contrast a:visited rb,
body.wcags-a11y-high-contrast a:visited rp,
body.wcags-a11y-high-contrast a:visited rt,
body.wcags-a11y-high-contrast a:visited ruby,
body.wcags-a11y-high-contrast a:visited samp,
body.wcags-a11y-high-contrast a:visited small,
body.wcags-a11y-high-contrast a:visited span,
body.wcags-a11y-high-contrast a:visited strong,
body.wcags-a11y-high-contrast a:visited tt,
body.wcags-a11y-high-contrast a:visited u,
body.wcags-a11y-high-contrast a:visited var,
body.wcags-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active {
  color: #00FFFF !important
}

body.wcags-a11y-high-contrast ::selection,
body.wcags-a11y-high-contrast ::-moz-selection {
  background: #4080c0 !important;
  background-color: #4080c0 !important
}

body.wcags-a11y-high-contrast a.button:hover,
body.wcags-a11y-high-contrast a.button:hover abbr,
body.wcags-a11y-high-contrast a.button:hover acronym,
body.wcags-a11y-high-contrast a.button:hover b,
body.wcags-a11y-high-contrast a.button:hover basefont,
body.wcags-a11y-high-contrast a.button:hover big,
body.wcags-a11y-high-contrast a.button:hover br,
body.wcags-a11y-high-contrast a.button:hover code,
body.wcags-a11y-high-contrast a.button:hover div,
body.wcags-a11y-high-contrast a.button:hover em,
body.wcags-a11y-high-contrast a.button:hover font,
body.wcags-a11y-high-contrast a.button:hover h1,
body.wcags-a11y-high-contrast a.button:hover h2,
body.wcags-a11y-high-contrast a.button:hover h3,
body.wcags-a11y-high-contrast a.button:hover h4,
body.wcags-a11y-high-contrast a.button:hover h5,
body.wcags-a11y-high-contrast a.button:hover h6,
body.wcags-a11y-high-contrast a.button:hover i,
body.wcags-a11y-high-contrast a.button:hover kbd,
body.wcags-a11y-high-contrast a.button:hover rb,
body.wcags-a11y-high-contrast a.button:hover rp,
body.wcags-a11y-high-contrast a.button:hover rt,
body.wcags-a11y-high-contrast a.button:hover ruby,
body.wcags-a11y-high-contrast a.button:hover samp,
body.wcags-a11y-high-contrast a.button:hover small,
body.wcags-a11y-high-contrast a.button:hover span,
body.wcags-a11y-high-contrast a.button:hover strong,
body.wcags-a11y-high-contrast a.button:hover tt,
body.wcags-a11y-high-contrast a.button:hover u,
body.wcags-a11y-high-contrast a.button:hover var,
body.wcags-a11y-high-contrast a:link:hover,
body.wcags-a11y-high-contrast a:link:hover abbr,
body.wcags-a11y-high-contrast a:link:hover acronym,
body.wcags-a11y-high-contrast a:link:hover b,
body.wcags-a11y-high-contrast a:link:hover basefont,
body.wcags-a11y-high-contrast a:link:hover big,
body.wcags-a11y-high-contrast a:link:hover br,
body.wcags-a11y-high-contrast a:link:hover code,
body.wcags-a11y-high-contrast a:link:hover div,
body.wcags-a11y-high-contrast a:link:hover em,
body.wcags-a11y-high-contrast a:link:hover font,
body.wcags-a11y-high-contrast a:link:hover h1,
body.wcags-a11y-high-contrast a:link:hover h2,
body.wcags-a11y-high-contrast a:link:hover h3,
body.wcags-a11y-high-contrast a:link:hover h4,
body.wcags-a11y-high-contrast a:link:hover h5,
body.wcags-a11y-high-contrast a:link:hover h6,
body.wcags-a11y-high-contrast a:link:hover i,
body.wcags-a11y-high-contrast a:link:hover kbd,
body.wcags-a11y-high-contrast a:link:hover rb,
body.wcags-a11y-high-contrast a:link:hover rp,
body.wcags-a11y-high-contrast a:link:hover rt,
body.wcags-a11y-high-contrast a:link:hover ruby,
body.wcags-a11y-high-contrast a:link:hover samp,
body.wcags-a11y-high-contrast a:link:hover small,
body.wcags-a11y-high-contrast a:link:hover span,
body.wcags-a11y-high-contrast a:link:hover strong,
body.wcags-a11y-high-contrast a:link:hover tt,
body.wcags-a11y-high-contrast a:link:hover u,
body.wcags-a11y-high-contrast a:link:hover var,
body.wcags-a11y-high-contrast a:visited:hover,
body.wcags-a11y-high-contrast a:visited:hover abbr,
body.wcags-a11y-high-contrast a:visited:hover acronym,
body.wcags-a11y-high-contrast a:visited:hover b,
body.wcags-a11y-high-contrast a:visited:hover basefont,
body.wcags-a11y-high-contrast a:visited:hover big,
body.wcags-a11y-high-contrast a:visited:hover br,
body.wcags-a11y-high-contrast a:visited:hover code,
body.wcags-a11y-high-contrast a:visited:hover div,
body.wcags-a11y-high-contrast a:visited:hover em,
body.wcags-a11y-high-contrast a:visited:hover font,
body.wcags-a11y-high-contrast a:visited:hover h1,
body.wcags-a11y-high-contrast a:visited:hover h2,
body.wcags-a11y-high-contrast a:visited:hover h3,
body.wcags-a11y-high-contrast a:visited:hover h4,
body.wcags-a11y-high-contrast a:visited:hover h5,
body.wcags-a11y-high-contrast a:visited:hover h6,
body.wcags-a11y-high-contrast a:visited:hover i,
body.wcags-a11y-high-contrast a:visited:hover kbd,
body.wcags-a11y-high-contrast a:visited:hover rb,
body.wcags-a11y-high-contrast a:visited:hover rp,
body.wcags-a11y-high-contrast a:visited:hover rt,
body.wcags-a11y-high-contrast a:visited:hover ruby,
body.wcags-a11y-high-contrast a:visited:hover samp,
body.wcags-a11y-high-contrast a:visited:hover small,
body.wcags-a11y-high-contrast a:visited:hover span,
body.wcags-a11y-high-contrast a:visited:hover strong,
body.wcags-a11y-high-contrast a:visited:hover tt,
body.wcags-a11y-high-contrast a:visited:hover u,
body.wcags-a11y-high-contrast a:visited:hover var {
  background: #400000 !important;
  background-color: #400000 !important
}

body.wcags-a11y-high-contrast body>input#site+div#wrapper span.mk,
body.wcags-a11y-high-contrast body>input#site+div#wrapper span.mk b,
body.wcags-a11y-high-contrast input[type=reset] {
  background: #400060 !important;
  background-color: #400060 !important
}

body.wcags-a11y-high-contrast div[role="button"],
body.wcags-a11y-high-contrast input[type=button],
body.wcags-a11y-high-contrast input[type=submit] {
  background: #600040 !important;
  background-color: #600040 !important
}

body.wcags-a11y-high-contrast input[type=search] {
  -webkit-appearance: textfield !important
}

body.wcags-a11y-high-contrast html button[disabled],
body.wcags-a11y-high-contrast html input[disabled],
body.wcags-a11y-high-contrast html select[disabled],
body.wcags-a11y-high-contrast html textarea[disabled] {
  background: #404040 !important;
  background-color: #404040 !important
}

body.wcags-a11y-high-contrast .menu li a span.label {
  text-transform: none !important
}

body.wcags-a11y-high-contrast .menu li a span.label,
body.wcags-a11y-high-contrast div.jwplayer span.jwcontrolbar,
body.wcags-a11y-high-contrast div.jwplayer span.jwcontrols {
  display: inline !important
}

body.wcags-a11y-high-contrast a:link.new,
body.wcags-a11y-high-contrast a:link.new i,
body.wcags-a11y-high-contrast a:link.new b,
body.wcags-a11y-high-contrast span.Apple-style-span {
  color: #FFFF40 !important
}

body.wcags-a11y-high-contrast body.mediawiki img.tex {
  background: white !important;
  background-color: white !important;
  border: white solid 3px !important
}

body.wcags-a11y-high-contrast text>tspan:first-letter,
body.wcags-a11y-high-contrast text>tspan:first-line {
  background: inherit !important;
  background-color: inherit !important;
  color: inherit !important
}

body.wcags-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,
body.wcags-a11y-high-contrast table.gssb_c tr.gssb_i a,
body.wcags-a11y-high-contrast table.gssb_c tr.gssb_i b,
body.wcags-a11y-high-contrast table.gssb_c tr.gssb_i span,
body.wcags-a11y-high-contrast table.gssb_c tr.gssb_i td {
  background: #003050 !important;
  background-color: #003050 !important
}

body.wcags-a11y-high-contrast img[width="18"][height="18"] {
  height: 18px !important;
  width: 18px !important
}

body.wcags-a11y-high-contrast a>span.iconHelp:empty:after {
  content: "Help" !important
}

body.wcags-a11y-high-contrast div#gmap,
body.wcags-a11y-high-contrast div#gmap * {
  background: initial !important
}

body.wcags-a11y-negative-contrast,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) {
  background: #000 !important;
  color: #ffffff !important
}

body.wcags-a11y-negative-contrast a,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) a,
body.wcags-a11y-negative-contrast b,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) b,
body.wcags-a11y-negative-contrast blockquote,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) blockquote,
body.wcags-a11y-negative-contrast button,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) button,
body.wcags-a11y-negative-contrast canvas,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) canvas,
body.wcags-a11y-negative-contrast caption,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) caption,
body.wcags-a11y-negative-contrast center,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) center,
body.wcags-a11y-negative-contrast cite,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) cite,
body.wcags-a11y-negative-contrast code,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) code,
body.wcags-a11y-negative-contrast col,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) col,
body.wcags-a11y-negative-contrast colgroup,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) colgroup,
body.wcags-a11y-negative-contrast dd,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) dd,
body.wcags-a11y-negative-contrast details,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) details,
body.wcags-a11y-negative-contrast dfn,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) dfn,
body.wcags-a11y-negative-contrast dir,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) dir,
body.wcags-a11y-negative-contrast div,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) div,
body.wcags-a11y-negative-contrast dl,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) dl,
body.wcags-a11y-negative-contrast dt,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) dt,
body.wcags-a11y-negative-contrast em,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) em,
body.wcags-a11y-negative-contrast embed,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) embed,
body.wcags-a11y-negative-contrast fieldset,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) fieldset,
body.wcags-a11y-negative-contrast figcaption,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) figcaption,
body.wcags-a11y-negative-contrast figure,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) figure,
body.wcags-a11y-negative-contrast font,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) font,
body.wcags-a11y-negative-contrast footer,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) footer,
body.wcags-a11y-negative-contrast form,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) form,
body.wcags-a11y-negative-contrast header,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) header,
body.wcags-a11y-negative-contrast i,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) i,
body.wcags-a11y-negative-contrast iframe,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) iframe,
body.wcags-a11y-negative-contrast img,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) img,
body.wcags-a11y-negative-contrast input,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) input,
body.wcags-a11y-negative-contrast kbd,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) kbd,
body.wcags-a11y-negative-contrast label,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) label,
body.wcags-a11y-negative-contrast legend,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) legend,
body.wcags-a11y-negative-contrast li,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) li,
body.wcags-a11y-negative-contrast mark,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) mark,
body.wcags-a11y-negative-contrast menu,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) menu,
body.wcags-a11y-negative-contrast meter,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) meter,
body.wcags-a11y-negative-contrast nav,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) nav,
body.wcags-a11y-negative-contrast nobr,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) nobr,
body.wcags-a11y-negative-contrast object,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) object,
body.wcags-a11y-negative-contrast ol,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) ol,
body.wcags-a11y-negative-contrast option,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) option,
body.wcags-a11y-negative-contrast pre,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) pre,
body.wcags-a11y-negative-contrast progress,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) progress,
body.wcags-a11y-negative-contrast q,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) q,
body.wcags-a11y-negative-contrast s,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) s,
body.wcags-a11y-negative-contrast section,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) section,
body.wcags-a11y-negative-contrast select,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) select,
body.wcags-a11y-negative-contrast small,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) small,
body.wcags-a11y-negative-contrast span,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) span,
body.wcags-a11y-negative-contrast strike,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) strike,
body.wcags-a11y-negative-contrast strong,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) strong,
body.wcags-a11y-negative-contrast sub,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) sub,
body.wcags-a11y-negative-contrast summary,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) summary,
body.wcags-a11y-negative-contrast sup,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) sup,
body.wcags-a11y-negative-contrast table,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) table,
body.wcags-a11y-negative-contrast td,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) td,
body.wcags-a11y-negative-contrast textarea,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) textarea,
body.wcags-a11y-negative-contrast th,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) th,
body.wcags-a11y-negative-contrast time,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) time,
body.wcags-a11y-negative-contrast tr,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) tr,
body.wcags-a11y-negative-contrast tt,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) tt,
body.wcags-a11y-negative-contrast u,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) u,
body.wcags-a11y-negative-contrast ul,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) ul,
body.wcags-a11y-negative-contrast var,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) var,
body.wcags-a11y-negative-contrast a span,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) a span,
body.wcags-a11y-negative-contrast strong,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) strong {
  color: yellow !important
}

body.wcags-a11y-negative-contrast button,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) button,
body.wcags-a11y-negative-contrast input,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) input,
body.wcags-a11y-negative-contrast textarea,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) textarea,
body.wcags-a11y-negative-contrast select,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) select,
body.wcags-a11y-negative-contrast table,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) table,
body.wcags-a11y-negative-contrast td,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) td,
body.wcags-a11y-negative-contrast th,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) th,
body.wcags-a11y-negative-contrast tr,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) tr,
body.wcags-a11y-negative-contrast tt,
body.wcags-a11y-negative-contrast *:not(#wcags-a11y-toolbar) tt {
  border: 1px solid #ffffff !important
}

body.wcags-a11y-negative-contrast div#gmap,
body.wcags-a11y-negative-contrast div#gmap * {
  background: initial !important
}

body.wcags-a11y-light-background,
body.wcags-a11y-light-background *:not(#wcags-a11y-toolbar):not(.wcags-a11y-toolbar-link) {
  background: #fff !important;
  color: #000 !important
}

body.wcags-a11y-light-background div#gmap,
body.wcags-a11y-light-background div#gmap * {
  background: initial !important
}

body.wcags-a11y-resize-font-200,
body.wcags-a11y-resize-font-200 p:not(.wcags-a11y-toolbar-title),
body.wcags-a11y-resize-font-200 li:not(.wcags-a11y-toolbar-item),
body.wcags-a11y-resize-font-200 label,
body.wcags-a11y-resize-font-200 input,
body.wcags-a11y-resize-font-200 select,
body.wcags-a11y-resize-font-200 textarea,
body.wcags-a11y-resize-font-200 legend,
body.wcags-a11y-resize-font-200 code,
body.wcags-a11y-resize-font-200 pre,
body.wcags-a11y-resize-font-200 dd,
body.wcags-a11y-resize-font-200 dt,
body.wcags-a11y-resize-font-200 span,
body.wcags-a11y-resize-font-200 blockquote {
  font-size: 200% !important
}

body.wcags-a11y-resize-font-200 h1,
body.wcags-a11y-resize-font-200 h2,
body.wcags-a11y-resize-font-200 h3,
body.wcags-a11y-resize-font-200 h4,
body.wcags-a11y-resize-font-200 h5,
body.wcags-a11y-resize-font-200 h6,
body.wcags-a11y-resize-font-200 h1 span,
body.wcags-a11y-resize-font-200 h2 span,
body.wcags-a11y-resize-font-200 h3 span,
body.wcags-a11y-resize-font-200 h4 span,
body.wcags-a11y-resize-font-200 h5 span,
body.wcags-a11y-resize-font-200 h6 span {
  font-size: 266% !important
}

body.wcags-a11y-resize-font-190,
body.wcags-a11y-resize-font-190 p:not(.wcags-a11y-toolbar-title),
body.wcags-a11y-resize-font-190 li:not(.wcags-a11y-toolbar-item),
body.wcags-a11y-resize-font-190 label,
body.wcags-a11y-resize-font-190 input,
body.wcags-a11y-resize-font-190 select,
body.wcags-a11y-resize-font-190 textarea,
body.wcags-a11y-resize-font-190 legend,
body.wcags-a11y-resize-font-190 code,
body.wcags-a11y-resize-font-190 pre,
body.wcags-a11y-resize-font-190 dd,
body.wcags-a11y-resize-font-190 dt,
body.wcags-a11y-resize-font-190 span,
body.wcags-a11y-resize-font-190 blockquote {
  font-size: 190% !important
}

body.wcags-a11y-resize-font-190 h1,
body.wcags-a11y-resize-font-190 h2,
body.wcags-a11y-resize-font-190 h3,
body.wcags-a11y-resize-font-190 h4,
body.wcags-a11y-resize-font-190 h5,
body.wcags-a11y-resize-font-190 h6,
body.wcags-a11y-resize-font-190 h1 span,
body.wcags-a11y-resize-font-190 h2 span,
body.wcags-a11y-resize-font-190 h3 span,
body.wcags-a11y-resize-font-190 h4 span,
body.wcags-a11y-resize-font-190 h5 span,
body.wcags-a11y-resize-font-190 h6 span {
  font-size: 252.70000000000002% !important
}

body.wcags-a11y-resize-font-180,
body.wcags-a11y-resize-font-180 p:not(.wcags-a11y-toolbar-title),
body.wcags-a11y-resize-font-180 li:not(.wcags-a11y-toolbar-item),
body.wcags-a11y-resize-font-180 label,
body.wcags-a11y-resize-font-180 input,
body.wcags-a11y-resize-font-180 select,
body.wcags-a11y-resize-font-180 textarea,
body.wcags-a11y-resize-font-180 legend,
body.wcags-a11y-resize-font-180 code,
body.wcags-a11y-resize-font-180 pre,
body.wcags-a11y-resize-font-180 dd,
body.wcags-a11y-resize-font-180 dt,
body.wcags-a11y-resize-font-180 span,
body.wcags-a11y-resize-font-180 blockquote {
  font-size: 180% !important
}

body.wcags-a11y-resize-font-180 h1,
body.wcags-a11y-resize-font-180 h2,
body.wcags-a11y-resize-font-180 h3,
body.wcags-a11y-resize-font-180 h4,
body.wcags-a11y-resize-font-180 h5,
body.wcags-a11y-resize-font-180 h6,
body.wcags-a11y-resize-font-180 h1 span,
body.wcags-a11y-resize-font-180 h2 span,
body.wcags-a11y-resize-font-180 h3 span,
body.wcags-a11y-resize-font-180 h4 span,
body.wcags-a11y-resize-font-180 h5 span,
body.wcags-a11y-resize-font-180 h6 span {
  font-size: 239.4% !important
}

body.wcags-a11y-resize-font-170,
body.wcags-a11y-resize-font-170 p:not(.wcags-a11y-toolbar-title),
body.wcags-a11y-resize-font-170 li:not(.wcags-a11y-toolbar-item),
body.wcags-a11y-resize-font-170 label,
body.wcags-a11y-resize-font-170 input,
body.wcags-a11y-resize-font-170 select,
body.wcags-a11y-resize-font-170 textarea,
body.wcags-a11y-resize-font-170 legend,
body.wcags-a11y-resize-font-170 code,
body.wcags-a11y-resize-font-170 pre,
body.wcags-a11y-resize-font-170 dd,
body.wcags-a11y-resize-font-170 dt,
body.wcags-a11y-resize-font-170 span,
body.wcags-a11y-resize-font-170 blockquote {
  font-size: 170% !important
}

body.wcags-a11y-resize-font-170 h1,
body.wcags-a11y-resize-font-170 h2,
body.wcags-a11y-resize-font-170 h3,
body.wcags-a11y-resize-font-170 h4,
body.wcags-a11y-resize-font-170 h5,
body.wcags-a11y-resize-font-170 h6,
body.wcags-a11y-resize-font-170 h1 span,
body.wcags-a11y-resize-font-170 h2 span,
body.wcags-a11y-resize-font-170 h3 span,
body.wcags-a11y-resize-font-170 h4 span,
body.wcags-a11y-resize-font-170 h5 span,
body.wcags-a11y-resize-font-170 h6 span {
  font-size: 226.10000000000002% !important
}

body.wcags-a11y-resize-font-160,
body.wcags-a11y-resize-font-160 p:not(.wcags-a11y-toolbar-title),
body.wcags-a11y-resize-font-160 li:not(.wcags-a11y-toolbar-item),
body.wcags-a11y-resize-font-160 label,
body.wcags-a11y-resize-font-160 input,
body.wcags-a11y-resize-font-160 select,
body.wcags-a11y-resize-font-160 textarea,
body.wcags-a11y-resize-font-160 legend,
body.wcags-a11y-resize-font-160 code,
body.wcags-a11y-resize-font-160 pre,
body.wcags-a11y-resize-font-160 dd,
body.wcags-a11y-resize-font-160 dt,
body.wcags-a11y-resize-font-160 span,
body.wcags-a11y-resize-font-160 blockquote {
  font-size: 160% !important
}

body.wcags-a11y-resize-font-160 h1,
body.wcags-a11y-resize-font-160 h2,
body.wcags-a11y-resize-font-160 h3,
body.wcags-a11y-resize-font-160 h4,
body.wcags-a11y-resize-font-160 h5,
body.wcags-a11y-resize-font-160 h6,
body.wcags-a11y-resize-font-160 h1 span,
body.wcags-a11y-resize-font-160 h2 span,
body.wcags-a11y-resize-font-160 h3 span,
body.wcags-a11y-resize-font-160 h4 span,
body.wcags-a11y-resize-font-160 h5 span,
body.wcags-a11y-resize-font-160 h6 span {
  font-size: 212.8% !important
}

body.wcags-a11y-resize-font-150,
body.wcags-a11y-resize-font-150 p:not(.wcags-a11y-toolbar-title),
body.wcags-a11y-resize-font-150 li:not(.wcags-a11y-toolbar-item),
body.wcags-a11y-resize-font-150 label,
body.wcags-a11y-resize-font-150 input,
body.wcags-a11y-resize-font-150 select,
body.wcags-a11y-resize-font-150 textarea,
body.wcags-a11y-resize-font-150 legend,
body.wcags-a11y-resize-font-150 code,
body.wcags-a11y-resize-font-150 pre,
body.wcags-a11y-resize-font-150 dd,
body.wcags-a11y-resize-font-150 dt,
body.wcags-a11y-resize-font-150 span,
body.wcags-a11y-resize-font-150 blockquote {
  font-size: 150% !important
}

body.wcags-a11y-resize-font-150 h1,
body.wcags-a11y-resize-font-150 h2,
body.wcags-a11y-resize-font-150 h3,
body.wcags-a11y-resize-font-150 h4,
body.wcags-a11y-resize-font-150 h5,
body.wcags-a11y-resize-font-150 h6,
body.wcags-a11y-resize-font-150 h1 span,
body.wcags-a11y-resize-font-150 h2 span,
body.wcags-a11y-resize-font-150 h3 span,
body.wcags-a11y-resize-font-150 h4 span,
body.wcags-a11y-resize-font-150 h5 span,
body.wcags-a11y-resize-font-150 h6 span {
  font-size: 199.5% !important
}

body.wcags-a11y-resize-font-140,
body.wcags-a11y-resize-font-140 p:not(.wcags-a11y-toolbar-title),
body.wcags-a11y-resize-font-140 li:not(.wcags-a11y-toolbar-item),
body.wcags-a11y-resize-font-140 label,
body.wcags-a11y-resize-font-140 input,
body.wcags-a11y-resize-font-140 select,
body.wcags-a11y-resize-font-140 textarea,
body.wcags-a11y-resize-font-140 legend,
body.wcags-a11y-resize-font-140 code,
body.wcags-a11y-resize-font-140 pre,
body.wcags-a11y-resize-font-140 dd,
body.wcags-a11y-resize-font-140 dt,
body.wcags-a11y-resize-font-140 span,
body.wcags-a11y-resize-font-140 blockquote {
  font-size: 140% !important
}

body.wcags-a11y-resize-font-140 h1,
body.wcags-a11y-resize-font-140 h2,
body.wcags-a11y-resize-font-140 h3,
body.wcags-a11y-resize-font-140 h4,
body.wcags-a11y-resize-font-140 h5,
body.wcags-a11y-resize-font-140 h6,
body.wcags-a11y-resize-font-140 h1 span,
body.wcags-a11y-resize-font-140 h2 span,
body.wcags-a11y-resize-font-140 h3 span,
body.wcags-a11y-resize-font-140 h4 span,
body.wcags-a11y-resize-font-140 h5 span,
body.wcags-a11y-resize-font-140 h6 span {
  font-size: 186.20000000000002% !important
}

body.wcags-a11y-resize-font-130,
body.wcags-a11y-resize-font-130 p:not(.wcags-a11y-toolbar-title),
body.wcags-a11y-resize-font-130 li:not(.wcags-a11y-toolbar-item),
body.wcags-a11y-resize-font-130 label,
body.wcags-a11y-resize-font-130 input,
body.wcags-a11y-resize-font-130 select,
body.wcags-a11y-resize-font-130 textarea,
body.wcags-a11y-resize-font-130 legend,
body.wcags-a11y-resize-font-130 code,
body.wcags-a11y-resize-font-130 pre,
body.wcags-a11y-resize-font-130 dd,
body.wcags-a11y-resize-font-130 dt,
body.wcags-a11y-resize-font-130 span,
body.wcags-a11y-resize-font-130 blockquote {
  font-size: 130% !important
}

body.wcags-a11y-resize-font-130 h1,
body.wcags-a11y-resize-font-130 h2,
body.wcags-a11y-resize-font-130 h3,
body.wcags-a11y-resize-font-130 h4,
body.wcags-a11y-resize-font-130 h5,
body.wcags-a11y-resize-font-130 h6,
body.wcags-a11y-resize-font-130 h1 span,
body.wcags-a11y-resize-font-130 h2 span,
body.wcags-a11y-resize-font-130 h3 span,
body.wcags-a11y-resize-font-130 h4 span,
body.wcags-a11y-resize-font-130 h5 span,
body.wcags-a11y-resize-font-130 h6 span {
  font-size: 172.9% !important
}

body.wcags-a11y-resize-font-120,
body.wcags-a11y-resize-font-120 p:not(.wcags-a11y-toolbar-title),
body.wcags-a11y-resize-font-120 li:not(.wcags-a11y-toolbar-item),
body.wcags-a11y-resize-font-120 label,
body.wcags-a11y-resize-font-120 input,
body.wcags-a11y-resize-font-120 select,
body.wcags-a11y-resize-font-120 textarea,
body.wcags-a11y-resize-font-120 legend,
body.wcags-a11y-resize-font-120 code,
body.wcags-a11y-resize-font-120 pre,
body.wcags-a11y-resize-font-120 dd,
body.wcags-a11y-resize-font-120 dt,
body.wcags-a11y-resize-font-120 span,
body.wcags-a11y-resize-font-120 blockquote {
  font-size: 120% !important
}

body.wcags-a11y-resize-font-120 h1,
body.wcags-a11y-resize-font-120 h2,
body.wcags-a11y-resize-font-120 h3,
body.wcags-a11y-resize-font-120 h4,
body.wcags-a11y-resize-font-120 h5,
body.wcags-a11y-resize-font-120 h6,
body.wcags-a11y-resize-font-120 h1 span,
body.wcags-a11y-resize-font-120 h2 span,
body.wcags-a11y-resize-font-120 h3 span,
body.wcags-a11y-resize-font-120 h4 span,
body.wcags-a11y-resize-font-120 h5 span,
body.wcags-a11y-resize-font-120 h6 span {
  font-size: 159.60000000000002% !important
}

body.wcags-a11y-links-underline a,
body.wcags-a11y-links-underline a * {
  text-decoration: underline !important
}

body.wcags-a11y-readable-font,
body.wcags-a11y-readable-font *:not(i):not(span) {
  font-family: Verdana, Arial, Helvetica, sans-serif !important
}

.wcags-skip-link {
  position: absolute;
  top: -1000em
}

.wcags-skip-link:focus {
  left: 50px;
  top: 50px;
  height: auto;
  width: 200px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 15px 23px 14px;
  background-color: #F1F1F1;
  color: #21759B;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6)
}

body.rtl .wcags-skip-link:focus {
  right: 50px;
  left: auto
}

*,
::before,
::after {
  box-sizing: border-box
}

.wcags-a11y-visible-phone {
  display: none !important
}

.wcags-a11y-visible-tablet {
  display: none !important
}

.wcags-a11y-hidden-desktop {
  display: none !important
}

.wcags-a11y-visible-desktop {
  display: inherit !important
}

@media (min-width:768px) and (max-width:1024px) {
  .wcags-a11y-hidden-desktop {
    display: inherit !important
  }
  .wcags-a11y-visible-desktop {
    display: none !important
  }
  .wcags-a11y-visible-tablet {
    display: inherit !important
  }
  .wcags-a11y-hidden-tablet {
    display: none !important
  }
}

@media (max-width:767px) {
  .wcags-a11y-hidden-desktop {
    display: inherit !important
  }
  .wcags-a11y-visible-desktop {
    display: none !important
  }
  .wcags-a11y-visible-phone {
    display: inherit !important
  }
  .wcags-a11y-hidden-phone {
    display: none !important
  }
}

.wcags-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

