@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,900|Roboto:300,400&subset=latin-ext");
body, html {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

body {
  position: relative;
  opacity: 1;
  -webkit-transition: 2.7s opacity;
  transition: 2.7s opacity;
}

body.fade {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes fadeInFast {
  to {
    opacity: 1;
  }
}

@keyframes fadeInFast {
  to {
    opacity: 1;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.loading .loading_logo {
  display: block;
  width: 145px;
  height: 70px;
  background: url("../images/konsultacje-spoleczne-logo-gray.png") 0 0 no-repeat;
  opacity: 0;
  -webkit-animation-name: fadeInFast;
          animation-name: fadeInFast;
  -webkit-animation-duration: .25s;
          animation-duration: .25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -72px;
}

#page {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-intro .heading {
  text-align: center;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 52px;
  }
}

@media screen and (min-width: 768px) {
  h1 {
    display: block;
  }
}

h2 {
  margin-bottom: 12px;
  text-transform: uppercase;
}

p {
  font-weight: 400;
  font-size: 14px;
  color: #585858;
  font-family: "Roboto", sans-serif;
}

p.lead {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 36px;
  }
}

a {
  -webkit-transition: all .3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.navbar .navbar-toggle {
  margin-top: 12px;
  border-color: transparent;
  background-color: transparent;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #c22a13;
}

.navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
  border-color: transparent;
  background-color: transparent;
}

.navbar .navbar-toggle:focus .icon-bar, .navbar .navbar-toggle:hover .icon-bar {
  background-color: #94200e;
}

.navbar.navbar-default {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.navbar.navbar-default .container {
  background-color: #fff;
}

.navbar.navbar-default .navbar-brand {
  height: 60px;
  padding: 5px;
}

.navbar.navbar-default .navbar-brand > img {
  display: inline-block;
  height: 100%;
  width: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.navbar.navbar-default .navbar-brand span {
  color: #333;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: none;
}

.navbar.navbar-default .navbar-nav li.active a {
  background-color: transparent;
  color: #c22a13;
}

.navbar.navbar-default .navbar-nav li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  margin-top: 5px;
  text-align: center;
}

.navbar.navbar-default .navbar-nav li a:hover {
  color: #c22a13;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.navbar.navbar-default .navbar-nav li a.btn-page {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  border: 1px #c22a13 solid;
  color: #c22a13;
  margin: 5px 10px 0 10px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 3px;
}

.navbar.navbar-default .navbar-nav li a.btn-page:after {
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar.navbar-default .navbar-nav li a.btn-page span {
  display: block;
}

.navbar.navbar-default .navbar-nav li.bo, .navbar.navbar-default .navbar-nav li.ks {
  text-align: center;
}

.navbar.navbar-default .navbar-nav li.bo a, .navbar.navbar-default .navbar-nav li.ks a {
  text-align: left !important;
}

.navbar.navbar-default .navbar-nav li.bo a:hover {
  background-color: #c22a13;
  color: #fff;
}

.navbar.navbar-default .navbar-nav li.ks a {
  padding: 10px 40px 10px 15px;
}

.navbar.navbar-default .navbar-nav li.ks a:hover {
  background-color: #c22a13;
  color: #fff;
}

.navbar.navbar-default .navbar-nav li.ks a:after {
  content: '\f178';
  right: 10px;
}

.navbar.navbar-default .navbar-nav li.bo a {
  padding: 10px 15px 10px 40px;
}

.navbar.navbar-default .navbar-nav li.bo a:after {
  content: '\f177';
  left: 10px;
}

.navbar.navbar-default .navbar-collapse.collapse.in .navbar-nav li.active a {
  background-color: transparent;
  color: #ffc107;
}

.navbar.top-nav-collapse {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 3px #c22a13 solid;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.navbar.top-nav-collapse .navbar-brand span {
  display: none;
}

.navbar.top-nav-collapse .navbar-collapse .navbar-nav li.active a {
  background-color: transparent;
}

.navbar.top-nav-collapse .navbar-collapse .navbar-nav li a {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .navbar.navbar-default .navbar-brand span {
    display: inline-block;
    margin-left: 5px;
  }
}

@media screen and (min-width: 992px) {
  .navbar.navbar-default .navbar-brand {
    height: 70px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .navbar.navbar-default .navbar-nav li a {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li.ks a {
    padding: 7px 40px 7px 7px;
  }
}

@media screen and (min-width: 992px) {
  .navbar.navbar-default .navbar-nav li.ks a {
    padding: 10px 40px 10px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar.navbar-default .navbar-nav li.ks a {
    margin-top: 7px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li.bo a {
    padding: 7px 15px 7px 40px;
  }
}

@media screen and (min-width: 992px) {
  .navbar.navbar-default .navbar-nav li.bo a {
    padding: 10px 15px 10px 40px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar.navbar-default .navbar-nav li.bo a {
    margin-top: 7px;
  }
}

@media screen and (min-width: 992px) {
  .navbar.navbar-default .navbar-nav.navbar-right {
    margin-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .navbar.navbar-default .navbar-nav {
    height: 90px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .navbar.top-nav-collapse {
    height: 70px;
  }
  .navbar.top-nav-collapse .navbar-brand {
    height: 50px;
  }
  .navbar.top-nav-collapse .navbar-nav {
    height: auto;
  }
  .navbar.top-nav-collapse .navbar-nav li a {
    margin-top: 0;
  }
  .navbar.top-nav-collapse .navbar-nav li a.btn-page {
    margin-top: -4px;
  }
}

.box {
  overflow: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 20px;
  margin: 0 15px 30px;
}

.box h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.box h3 a {
  font-family: "Montserrat", sans-serif;
  color: #2C2D33;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.box h3 a:hover {
  color: #c22a13;
}

.box h4 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.box p {
  font-family: "Roboto", sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}

.box ol, .box ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.box ol.fa-ul, .box ul.fa-ul {
  margin-bottom: 5px;
}

.box ol.fa-ul li, .box ul.fa-ul li {
  padding: 15px 0;
}

.box ol.fa-ul li a, .box ul.fa-ul li a {
  text-decoration: none;
  color: #707070;
  -webkit-transition: all .3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box ol.fa-ul li a:hover, .box ul.fa-ul li a:hover {
  color: #c22a13;
}

.box ol.fa-ul li a:hover span, .box ul.fa-ul li a:hover span {
  background-color: #c22a13;
  border-color: #c22a13;
}

.box ol.fa-ul li a:hover span i, .box ul.fa-ul li a:hover span i {
  color: #fff;
}

.box ol.fa-ul li span, .box ul.fa-ul li span {
  width: 30px;
  height: 30px;
  margin: 7px 0 7px -15px;
  background-color: #fff;
  border: 1px #BDBDBD solid;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box ol.fa-ul li span i, .box ul.fa-ul li span i {
  margin-top: 7px;
  -webkit-transition: color .3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.box .img-responsive {
  width: 100%;
  height: auto;
}

.box .map {
  margin-top: 20px;
  margin-bottom: 10px;
}

.box .date {
  margin: 0 0 15px;
  padding: 15px 0;
  list-style-type: none;
  border-bottom: 1px #E4E7E8 solid;
}

.box .date li {
  display: inline-block;
  color: #c22a13;
  font-size: 15px;
  padding: 2px 0;
}

.box .date li span {
  display: none;
}

.box .date li i {
  color: #BDBDBD;
}

.box .btns {
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .box h3 a {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (min-width: 768px) {
  .box .date li span {
    display: inline-block;
  }
}

@media screen and (min-width: 480px) {
  .box .date li.date_to {
    margin-left: 15px;
  }
}

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes harmonogram {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes harmonogram {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes harmonogram-move {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes harmonogram-move {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.btn {
  padding: 7px 20px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: normal;
  font-weight: 900;
}

.btn:focus, .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn.btn-white {
  background-color: #fff;
  border-color: #c22a13;
  color: #c22a13;
}

.btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:hover {
  background-color: #c22a13;
  color: #fff;
}

.btn.btn-color {
  background-color: #c22a13;
  border-color: #c22a13;
  color: #fff;
}

.btn.btn-color:active, .btn.btn-color:focus, .btn.btn-color:hover {
  background-color: transparent;
  color: #c22a13;
}

.btn.btn-transparent-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.btn-transparent-white:active, .btn.btn-transparent-white:focus, .btn.btn-transparent-white:hover {
  background-color: #fff;
  color: #c22a13;
}

.btn i {
  margin: 0 5px;
  font-size: 20px;
}

.btn.faux-btn {
  cursor: default;
}

.btn.faux-btn:active, .btn.faux-btn:focus, .btn.faux-btn:hover {
  border-color: #fff;
  background-color: inherit;
}

body, html {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

h1 {
  font-size: 2em;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.714em;
  }
}

@media screen and (min-width: 768px) {
  h1 span {
    display: block;
  }
}

h2 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 1.71em;
}

@media screen and (min-width: 480px) {
  h2 {
    font-size: 30px;
  }
}

p {
  font-weight: 400;
  font-size: 1em;
  color: #585858;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 1.28em;
    line-height: 2.57em;
  }
}

p.lead {
  font-size: 1.14em;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  word-break: break-word;
}

a:active, a:hover, a:focus {
  text-decoration: none;
}

footer {
  background-color: #333;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}

footer ul {
  padding-left: 0;
  list-style-type: none;
}

footer p,
footer li,
footer span {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (min-width: 992px) {
  footer p,
  footer li,
  footer span {
    font-size: 14px;
    line-height: 20px;
  }
}

footer p a,
footer li a,
footer span a {
  color: #fff;
  text-decoration: none;
}

footer p a:hover, footer p a:active, footer p a:focus,
footer li a:hover,
footer li a:active,
footer li a:focus,
footer span a:hover,
footer span a:active,
footer span a:focus {
  text-decoration: none;
  color: #fff;
}

footer .herb {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}

footer span {
  display: block;
}

footer .logo-link {
  opacity: 1;
}

footer .logo-link:hover {
  opacity: .5;
}

footer .logo-link.konsultacjejst {
  display: inline-block;
  margin-top: 22px;
}

footer .more-info {
  padding-top: 5px;
  margin-top: 5px;
}

footer .logo {
  padding-top: 30px;
}

footer .logo a img {
  max-height: 40px;
}

@media screen and (min-width: 768px) {
  footer .logo {
    padding-top: 0;
  }
}

footer .links ul {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  footer .links ul {
    margin-top: 0;
  }
}

footer .links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
}

@media only screen and (min-width: 768px) {
  footer .links ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

footer .links ul li img {
  max-height: 50px;
  margin-top: 5px;
  margin-bottom: auto;
}

footer .partners {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  footer .partners {
    margin-top: 0;
  }
}

footer .partners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .partners ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 72px;
          flex: 0 1 72px;
  height: 40px;
}

footer .partners ul li a {
  display: block;
  width: 100%;
  background-size: contain !important;
}

footer .partners ul li a img {
  display: block;
  max-height: 40px;
}

footer .copyrights,
footer .polityka-prywatnosci {
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer .copyrights {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  footer .polityka-prywatnosci {
    text-align: right;
  }
}

.heading {
  background-color: #fff;
  -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);
  position: relative;
  z-index: 9999;
}

.heading h1 {
  display: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.heading .logo {
  padding: 15px;
}

.heading .logo img {
  max-height: 70px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .heading h1 {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .heading h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .heading h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1600px) {
  .heading h1 {
    font-size: 42px;
  }
}

#intro {
  overflow: hidden;
  min-height: auto;
  position: relative;
  background-size: cover;
  background-position: center center;
}

#intro .col {
  padding: 50px 15px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
  color: #fff;
}

#intro .col p {
  color: #fff;
  margin: 20px 0;
}

#intro .col:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#intro .col:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

#intro .col .content {
  position: relative;
  z-index: 10;
}

#intro .ks-col:after {
  background-color: #000;
  opacity: 0.25;
}

@media screen and (min-width: 768px) {
  #intro {
    height: 100%;
    height: calc(100% - 100px);
  }
}

@media screen and (min-width: 768px) {
  #intro .col {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  #intro .col .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  #intro .col {
    width: 50%;
    float: left;
  }
  #intro .col h2 {
    font-size: 24px;
  }
  #intro .col p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 992px) {
  #intro .col {
    padding: 80px 50px;
  }
  #intro .col h2 {
    font-size: 26px;
  }
  #intro .col p {
    padding: 20px 0 15px;
  }
}

@media screen and (min-width: 1200px) {
  #intro .col {
    padding: 100px;
  }
  #intro .col h2 {
    font-size: 32px;
  }
  #intro .col p {
    font-size: 16px;
    line-height: 26px;
    padding: 25px 0 15px;
  }
}

@media screen and (min-width: 1400px) {
  #intro .col {
    padding: 0 100px;
  }
  #intro .col h2 {
    font-size: 42px;
  }
  #intro .col .btn {
    padding: 15px 30px;
    font-size: 20px;
  }
}

.fbBox {
  z-index: 9999;
  position: fixed;
  right: -250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 250px;
  height: 300px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.65, 0.37, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.65, 0.37, 1);
  transition: transform 0.3s cubic-bezier(0, 0.65, 0.37, 1);
  transition: transform 0.3s cubic-bezier(0, 0.65, 0.37, 1), -webkit-transform 0.3s cubic-bezier(0, 0.65, 0.37, 1);
}

.fbBox.active {
  -webkit-transform: translate(-250px, -50%);
          transform: translate(-250px, -50%);
}

.fbBox .fbTrigger {
  border: none;
  background-color: transparent;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
  background-color: transparent;
}

.fbBox .fbTrigger img {
  display: block;
  width: 100%;
  height: 100%;
}

.countdown-bo {
  margin: 40px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.countdown-bo.fadeOut {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.countdown-bo .description {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.countdown-bo .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 320px;
  margin: 0 auto;
}

.countdown-bo div.time {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70px;
          flex: 1 0 70px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  opacity: .8;
  border-radius: 3px;
  margin: 0 1px;
  padding: 10px 0 15px;
}

.countdown-bo div.time div.time_value {
  display: block;
  margin-bottom: -5px;
  font-weight: 900;
}

.countdown-bo div.time.days .time_value {
  opacity: 1;
}

.countdown-bo div.time.hours .time_value {
  opacity: .8;
}

.countdown-bo div.time.minutes .time_value {
  opacity: .6;
}

.countdown-bo div.time.seconds .time_value {
  opacity: .3;
}

.countdown-bo span {
  display: block;
  text-align: center;
  font-size: 12px;
  position: relative;
}

.countdown-ks {
  margin: 40px 0;
}

.countdown-ks .description {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.countdown-ks .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100px;
  margin: 0 auto;
}

.countdown-ks div.amount {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70px;
          flex: 1 0 70px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  opacity: .8;
  border-radius: 3px;
  margin: 0 1px;
  padding: 10px 0 15px;
}

.countdown-ks div.amount div.value {
  display: block;
  margin-bottom: -5px;
  font-weight: 900;
}

.countdown-ks span {
  display: block;
  text-align: center;
  font-size: 12px;
  position: relative;
}

@-webkit-keyframes toBack {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes toBack {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoom {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.1;
  }
}

@keyframes zoom {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.1;
  }
}

.bgSlider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/data-loading.gif") center center no-repeat;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.bgSlider.ready {
  opacity: 1;
}

.bgSlider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  scale: 1.1;
}

.bgSlider .slide.on {
  opacity: 1;
  scale: 1;
  -webkit-animation: zoom 7.5s ease-out forwards;
          animation: zoom 7.5s ease-out forwards;
}

.bgSlider .slide.no-transition {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.bgSlider .slide.first.no-transition {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

*:focus {
  outline: 1px dashed red !important;
  outline-offset: 2px !important;
}

.wcag {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}

.wcag .controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
}

@media screen and (min-width: 768px) {
  .wcag .controls {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wcag .controls .wrapper {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 3px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wcag .controls .header {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.wcag .controls .header strong {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  display: none;
  text-transform: uppercase;
  font-weight: 900;
  margin-left: 5px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .wcag .controls .header strong {
    display: inline-block;
  }
}

.wcag .controls .header i {
  font-size: 1.6em;
  display: inline-block;
}

.wcag .controls .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .wcag .controls .actions {
    margin-left: 0;
  }
}

.wcag .controls .actions .header {
  display: none;
}

.wcag .controls .actions .header span {
  font-size: 0.7em;
  font-weight: 300;
}

.wcag .controls .actions button {
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
}

.wcag .controls .actions button span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  border-radius: 30px;
  text-indent: -9999px;
}

.wcag .controls .actions button span::before, .wcag .controls .actions button span::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 7px;
  height: 14px;
}

.wcag .controls .actions button span::before {
  right: 0;
  border-radius: 0 10px 10px 0;
}

.wcag .controls .actions button span::after {
  left: 0;
  border-radius: 10px 0 0 10px;
}

.wcag .controls .actions button.contrast_bw span {
  color: #fff;
  background: #000;
}

.wcag .controls .actions button.contrast_bw span::before {
  background: #000;
}

.wcag .controls .actions button.contrast_bw span::after {
  background: #fff;
}

.wcag .controls .actions button.contrast_wb span {
  background: #fff;
}

.wcag .controls .actions button.contrast_wb span::before {
  background: #fff;
}

.wcag .controls .actions button.contrast_wb span::after {
  background: #000;
}

.wcag .controls .actions button.contrast_by span::before {
  background: yellow;
}

.wcag .controls .actions button.contrast_by span::after {
  background: #000;
}

.wcag .controls .actions button.contrast_yb span::before {
  background: #000;
}

.wcag .controls .actions button.contrast_yb span::after {
  background: yellow;
}

.wcag .controls .fonts {
  margin-left: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wcag .controls .fonts .header {
  font-weight: 300;
}

.wcag .controls .fonts button {
  border: none;
  background-color: transparent;
  font-size: .7em;
  width: 30px;
  text-align: center;
}

.wcag .controls .fonts button.big span {
  font-size: 1.28em;
}

.wcag .controls .fonts button.bigger span {
  font-size: 1.7em;
}

.wcag .controls .fonts button span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.wcag .controls .link {
  margin-left: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wcag .controls .link a {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: .8em;
  line-height: 1em;
  padding: 10px;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: #000;
  background-color: red;
  left: auto;
  top: 100px;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  -webkit-box-shadow: 0 0 10px red;
          box-shadow: 0 0 10px red;
  text-align: center;
  font-size: 1.2em;
  z-index: 99999;
}

@media (prefers-reduced-motion) {
  *,
  *:focus,
  *:hover {
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
}

.bgslider-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bgslider-controls .wrapper {
  margin: 0 0 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .bgslider-controls .wrapper {
    max-width: 100px;
  }
}

.bgslider-controls .wrapper span {
  padding: 1em;
}

.bgslider-controls .wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

.bgslider-controls .wrapper ul button {
  text-align: center;
  border: none;
  width: 34px;
  height: 34px;
  font-size: 1em;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
}

.bgslider-controls .wrapper ul button.play i {
  margin-left: 5px;
}

.bgslider-controls .wrapper ul button i {
  display: block;
}

.noscroll {
  overflow-y: hidden;
}

#gdpr__modal {
  position: fixed;
  width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  #gdpr__modal {
    max-width: 600px;
  }
}

#gdpr__modal .gdpr__doc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow-y: auto;
}

#gdpr__modal .gdpr__doc h5 {
  font-size: 2.3em;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

#gdpr__modal .gdpr__doc p.gdpr__description {
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}

#gdpr__modal .gdpr__doc .gdpr__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

#gdpr__modal .gdpr__doc .main__wrapper {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
}

#gdpr__modal .gdpr__doc .gdpr__buttons {
  margin-top: auto;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  #gdpr__modal .gdpr__doc .gdpr__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#gdpr__modal .gdpr__doc .gdpr__buttons .btn {
  color: #000;
  border: 1px solid #000;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  margin: 5px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (min-width: 768px) {
  #gdpr__modal .gdpr__doc .gdpr__buttons .btn {
    width: auto;
    margin: 0 5px;
  }
}

#gdpr__modal .gdpr__doc .gdpr__buttons .btn:hover, #gdpr__modal .gdpr__doc .gdpr__buttons .btn:focus {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#gdpr__modal .gdpr__doc .gdpr__buttons .btn.accept {
  background: #C0CA33;
  border: 1px solid #C0CA33;
}

#gdpr__modal .gdpr__doc fieldset {
  margin-bottom: 10px;
  border: none;
}

#gdpr__modal .gdpr__doc fieldset .checkbox__wrapper {
  padding: 5px 45px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  #gdpr__modal .gdpr__doc fieldset .checkbox__wrapper {
    margin: 10px;
  }
}

#gdpr__modal .gdpr__doc fieldset .checkbox {
  padding: 10px 5px;
}

#gdpr__modal .gdpr__doc fieldset label {
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-left: 5px;
}

#gdpr__modal .gdpr__doc fieldset legend {
  border: 0;
  padding: 0;
  font-size: 1.2em;
  padding: 5px 10px;
  background: #fff;
  margin: 0 auto;
  display: none;
}

#gdpr__modal .gdpr__doc fieldset span {
  display: block;
  font-size: 1em;
  padding: 10px 5px 10px 25px;
  border-top: 1px solid #ececec;
}

#gdpr__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 90;
}

#gdpr__form {
  height: 40%;
  overflow-y: auto;
}

.wcag {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
