html {
  height: 100%;
}
body {
  padding-top: 42px;
  position: relative;
  min-height: 100%;
  background-color: #fff;
}
h1 {
  font-weight: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}
h2 {
  font-size: 2rem;
}
iframe {
  max-width: 100%;
}
body.page-template-default, body.page-template-page-contact, body.page-template-ticketsale, body.events-template-default, body.page-template-page-calendar, body.single, body.error404, body.search, body.archive {
  background-color: #a9dde4;
}
body.home {
  background-color: #fff;
}
body.home #main-menu #accessibility-button {
  color: #fff;
}
body.home #main-menu #home-logo svg * {
  stroke: none;
}
h1 {
  font-size: 3.125rem;
}
hr {
  border-color: #000;
}
svg {
  overflow: visible;
}
.btn {
  font-size: 0.75rem;
  border-radius: 25px;
  border: 1px solid #000;
  background-color: transparent;
  padding: 9px 19px 7px 19px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn:hover {
  background-color: #fff;
  text-decoration: none;
  color: #01767b;
  border-color: #fff;
}
.btn.white {
  color: #fff;
  border-color: #fff;
}
.btn.white:hover {
  color: #01767b;
}
.btn.orange {
  background-color: #e5612f;
  color: #fff !important;
  border-color: #e5612f;
  text-decoration: none !important;
  padding: 14px 36px 13px 36px;
}
.btn.orange:hover {
  color: #e5612f !important;
  background-color: #fff;
}
#newsletter-holder {
  position: fixed;
  right: -480px;
  top: 0;
  background-color: #174a94;
  color: #fff;
  max-width: 480px;
  width: 100%;
  height: 100%;
  z-index: 6;
  padding: 50px;
  transition: 0.7s right ease-in-out;
}
#newsletter-holder.open {
  right: 0;
}
#newsletter-holder .newsletter-button {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #174a94;
  color: #fff;
  min-height: 248px;
  z-index: 2;
  max-width: 60px;
  width: 100%;
  cursor: pointer;
}
#newsletter-holder .mail-img {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
#newsletter-holder .mail-img svg {
  width: 20px;
  height: 11px;
}
#newsletter-holder .mail-img svg * {
  fill: transparent;
  stroke: #a9dde4;
}
#newsletter-holder .mail-text {
  width: 100%;
  height: calc(220px - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 0;
  top: 0;
}
#newsletter-holder .mail-text span {
  color: #a9dde4;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: block;
  transform: rotate(-90deg);
  min-width: 145px;
  position: absolute;
  left: auto;
}
#newsletter-holder .close {
  text-align: right;
  position: relative;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
#newsletter-holder .close span {
  height: 15px;
  width: 2px;
  background-color: #a9dde4;
  display: block;
  position: absolute;
  right: 7px;
  top: 0;
}
#newsletter-holder .close span:nth-child(1) {
  transform: rotate(45deg);
}
#newsletter-holder .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#newsletter-holder .newsletter-form form {
  color: #fff;
}
#newsletter-holder .newsletter-form form ::-webkit-input-placeholder {
  color: #fff;
}
#newsletter-holder .newsletter-form form ::-moz-placeholder {
  color: #fff;
}
#newsletter-holder .newsletter-form form :-ms-input-placeholder {
  color: #fff;
}
#newsletter-holder .newsletter-form form :-moz-placeholder {
  color: #fff;
}
#newsletter-holder .newsletter-form form label {
  margin-bottom: 0;
}
#newsletter-holder .newsletter-form form input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 8px 22px;
  margin-top: 47px;
}
#newsletter-holder .newsletter-form form input[type="submit"]:hover {
  background-color: #fff;
  color: #01767b;
}
#newsletter-holder .newsletter-form form input[type="email"] {
  color: #fff;
  padding: 8.5px 20px;
  font-size: 1.375rem;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  margin-bottom: 60px;
  border-radius: 0;
}
#newsletter-holder .newsletter-form form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  height: 16px;
  width: 16px;
  margin-right: 24px;
  outline: none;
  border-radius: 0;
  cursor: pointer;
}
#newsletter-holder .newsletter-form form input[type="checkbox"]:checked, #newsletter-holder .newsletter-form form input[type="checkbox"]:hover {
  background-color: #fff;
}
#newsletter-holder .newsletter-form form .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 52px;
}
#newsletter-holder .newsletter-form form .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
  margin-bottom: 33px;
}
#newsletter-holder .newsletter-form form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.75rem;
}
#newsletter-holder .newsletter-form form .privacy {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
}
#newsletter-holder .newsletter-form form .privacy a {
  text-decoration: underline;
  color: #fff;
  margin-right: 28px;
}
#newsletter-holder .newsletter-form form .privacy a:hover {
  color: #fff;
}
#newsletter-holder .newsletter-form form .privacy label {
  display: flex;
  align-items: center;
  margin: 0;
}
#newsletter-holder .newsletter-form form .privacy .wpcf7-list-item {
  display: flex;
  align-items: center;
}
#newsletter-holder .newsletter-form form .privacy input[type="checkbox"] {
  border-radius: 50%;
  margin-right: 8px;
}
header {
  font-size: 0.75rem;
  font-weight: 500;
  min-height: 42px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}
header .hamburger-hold {
  display: none;
}
header .hamburger {
  width: 14px;
  height: 10px;
  position: relative;
}
header .hamburger span {
  height: 3px;
  width: 14px;
  top: 0;
  left: 0;
  display: block;
  background-color: #000;
  position: absolute;
  transition: 0.3s ease-in-out;
}
header .hamburger span:nth-child(2) {
  top: 4px;
}
header .hamburger span:last-child {
  top: 8px;
}
header .hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: -10%;
}
header .hamburger.open span:nth-child(2) {
  opacity: 0;
}
header .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: 6%;
}
header .mobile-menu {
  display: none;
  position: fixed;
  top: 42px;
  left: 0;
  height: calc(100vh - 42px);
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #c9dee8;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 4;
}
header .mobile-menu #mobile-search-form {
  float: right;
}
header .mobile-menu #mobile-search-form form ::-webkit-input-placeholder {
  color: #3b3b3b;
}
header .mobile-menu #mobile-search-form form ::-moz-placeholder {
  color: #3b3b3b;
}
header .mobile-menu #mobile-search-form form :-ms-input-placeholder {
  color: #3b3b3b;
}
header .mobile-menu #mobile-search-form form :-moz-placeholder {
  color: #3b3b3b;
}
header .mobile-menu .buttons-menu {
  margin-left: 0;
  margin-top: 40px;
}
header .mobile-menu .buttons-menu .menu li {
  margin-top: 10px;
}
header .mobile-menu .buttons-menu .menu li:not(:last-child) {
  margin-right: 10px;
}
header .mobile-menu .buttons-menu .menu li:last-child a {
  background-color: transparent;
}
header .mobile-menu .buttons-menu .menu li:last-child a:hover {
  background-color: #fff;
  color: #01767b;
}
header .mobile-menu .buttons-menu .menu li:nth-last-child(2) a {
  border: 1px solid #e5612f;
  background-color: #e5612f;
  color: #fff;
}
header .mobile-menu .buttons-menu .menu li:nth-last-child(2) a:hover {
  background-color: #fff;
  color: #e5612f;
  border-color: #e5612f;
}
header .mobile-menu .buttons-menu .menu li a {
  padding: 6px 14px 5px 14px;
  border: 1px solid #000;
  font-size: 0.625rem;
}
header .mobile-menu .buttons-menu .menu li a:hover {
  border-color: #01767b;
}
header .mobile-menu #mobile-social-icons {
  padding-right: initial;
  margin-top: 44px;
  min-height: auto;
}
header .mobile-menu #mobile-social-icons li:not(:last-child) {
  margin-right: 14.5px;
}
header .mobile-menu .page-menu {
  margin-top: 44px;
}
header .mobile-menu .page-menu ul {
  padding: 0;
  margin: 0;
}
header .mobile-menu .page-menu ul li {
  list-style: none;
}
header .mobile-menu .page-menu ul li.current-menu-item a {
  text-decoration: underline;
}
header .mobile-menu .page-menu ul li .sub-menu {
  margin-top: 16px;
  margin-left: 15px;
  font-size: 0.75rem;
}
header .mobile-menu .page-menu ul li .sub-menu li:not(:last-child) {
  margin-bottom: 8px;
}
header .mobile-menu .page-menu ul.menu > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #000;
  font-size: 1rem;
}
header .mobile-menu .page-menu ul.menu > li:last-child {
  border-bottom: 1px solid #000;
}
header #sites-menu {
  min-height: 42px;
  height: 100%;
  padding-right: 0;
}
header #sites-menu ul {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 42px;
}
header #sites-menu .site-menu-item {
  list-style: none;
  min-height: 100%;
  height: 42px;
  position: relative;
}
header #sites-menu .site-menu-item:not(:last-child) {
  margin-right: 20px;
}
header #sites-menu .site-menu-item a {
  color: rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out color;
}
header #sites-menu .site-menu-item a:hover {
  color: initial;
  text-decoration: none;
}
header #sites-menu .site-menu-item a:hover svg, header #sites-menu .site-menu-item a:hover img {
  opacity: 1;
}
header #sites-menu .site-menu-item svg, header #sites-menu .site-menu-item img {
  width: 24px;
  height: 24px;
  opacity: 0.2;
  transition: 0.3s ease-in-out opacity;
}
header #sites-menu .site-menu-item.current svg, header #sites-menu .site-menu-item.current img {
  opacity: 1;
}
header #sites-menu .site-menu-item.current a {
  color: initial;
  text-decoration: none;
}
header #sites-menu .site-menu-item.current {
  pointer-events: none;
}
header #sites-menu .site-menu-item.current:after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
header #sites-menu .site-menu-item span {
  padding-top: 3px;
  padding-left: 5px;
  line-height: 1;
}
header #social-icons, header #mobile-social-icons {
  min-height: 42px;
  height: 100%;
  float: left;
  padding-right: 40px;
}
header #social-icons ul, header #mobile-social-icons ul {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 42px;
}
header #social-icons li, header #mobile-social-icons li {
  display: inline-block;
}
header #social-icons li:not(:last-child), header #mobile-social-icons li:not(:last-child) {
  margin-right: 16px;
}
header #social-icons li a, header #mobile-social-icons li a {
  display: block;
  height: 100%;
  transition: opacity 0.225s ease-in-out;
}
header #social-icons li a:hover, header #mobile-social-icons li a:hover {
  opacity: 0.5;
}
header #social-icons li svg, header #mobile-social-icons li svg, header #social-icons li img, header #mobile-social-icons li img {
  max-height: 18px;
  max-width: 24px;
  width: 100%;
  height: 100%;
}
header #language-switcher, header #mobile-language-switcher {
  float: left;
  height: 100%;
}
header #language-switcher span, header #mobile-language-switcher span {
  opacity: 1;
}
header #language-switcher a, header #mobile-language-switcher a {
  opacity: 0.2;
  transition: 0.3s ease-in-out opacity;
}
header #language-switcher a:hover, header #mobile-language-switcher a:hover {
  opacity: 1;
  text-decoration: none;
}
header #language-switcher .language_item:not(:last-child), header #mobile-language-switcher .language_item:not(:last-child) {
  margin-right: 15px;
}
header #search-form, header #mobile-search-form {
  min-height: 42px;
  height: 100%;
  padding-left: 23px;
}
header #search-form svg, header #mobile-search-form svg, header #search-form img, header #mobile-search-form img {
  max-width: 18.5px;
  max-height: 18.5px;
  height: 100%;
  width: 100%;
  margin-right: 14.5px;
}
header #search-form svg *, header #mobile-search-form svg * {
  fill: none;
  stroke: #000;
}
header #search-form label, header #mobile-search-form label {
  margin: 0;
}
header #search-form input[name="s"], header #mobile-search-form input[name="s"] {
  color: #3b3b3b;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  min-width: 50px;
  max-width: 55px;
  width: 100%;
  background: transparent;
}
footer {
  position: absolute;
  right: 0;
  left: 0;
}
footer .footer-menus {
  background-color: #f6fafc;
  color: #000;
  padding-top: 69px;
  padding-bottom: 69px;
}
footer .footer-menus .single-menu p {
  font-size: 0.875rem;
  margin-bottom: 16px;
  font-weight: bold;
  color: #000;
}
footer .footer-menus .single-menu ul {
  margin: 0;
  padding: 0;
}
footer .footer-menus .single-menu ul li {
  list-style: none;
  font-size: 0.75rem;
}
footer .footer-menus .single-menu ul li a {
  color: #000;
}
footer .footer-menus .single-menu ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .footer-info {
  color: #000;
  background-color: #fff;
  font-size: 0.75rem;
}
footer .footer-info .col-12 {
  min-height: 72px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .footer-info .footer-entry * {
  margin-bottom: 0;
}
footer .footer-info .footer-entry:not(:last-child) {
  margin-right: 30px;
}
footer .footer-info .footer-entry img {
  max-width: 160px;
  width: 95%;
  height: auto;
}
#video-background {
  background-color: transparent;
  color: #fff;
  min-height: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#video-background .bgvid {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform: scale(1.1);
}
#video-background .bgvid:before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#video-background .bgvid video {
  min-width: 100%;
  min-height: 100%;
}
#video-background .bgvid .fallbackImage {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#video-background #front-content {
  margin-bottom: 40px;
}
#video-background #front-slider {
  max-height: 420px;
  height: 100%;
}
#main-menu {
  margin-bottom: 20px;
}
#main-menu a {
  color: #fff;
}
#main-menu .buttons-menu {
  float: none;
  width: 100%;
  padding-top: 29px;
  min-height: 101px;
}
#main-menu .buttons-menu .menu li a:hover {
  text-decoration: none;
  color: #01767b;
  background-color: #fff;
}
#main-menu .buttons-menu .menu li:last-child a:hover {
  color: #e5612f;
}
#main-menu #home-logo {
  flex-shrink: 0;
  padding-top: 29px;
  max-width: 177px;
  width: 100%;
}
#main-menu #home-logo a {
  display: block;
}
#main-menu #home-logo img, #main-menu #home-logo svg {
  width: 177px;
  height: 150px;
}
#main-menu #supporters {
  float: right;
  min-height: 101px;
  position: absolute;
  right: 0;
}
#main-menu .w100 {
  width: 100%;
}
#main-menu .menus_container {
  width: 100%;
  padding-left: 40px;
}
#main-menu .menus_container .buttons-menu {
  width: 100%;
  max-width: 100%;
}
#main-menu #accessibility-button {
  margin-right: 20px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}
#main-menu #front-logos {
  background: #fff;
  padding: 15px 20px;
}
#main-menu #front-logos .front-logo:not(:last-child) {
  margin-right: 35px;
}
#main-menu #front-logos .front-logo img {
  max-height: 110px;
}
#main-menu .row {
  width: 100%;
}
#main-menu .page-menu {
  font-size: 1.375rem;
  margin-top: 25px;
}
#main-menu .page-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
#main-menu .page-menu .menu > li:first-child:hover:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  background-color: #a9dde4;
  height: 100%;
}
#main-menu .page-menu .menu > li:first-child .sub-menu {
  left: -30px;
}
#main-menu .page-menu .menu li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 20px 30px 20px 0px;
}
#main-menu .page-menu .menu li.current-menu-item > a {
  text-decoration: underline;
}
#main-menu .page-menu .menu li:not(:first-child) {
  padding: 20px 40px 20px 30px;
}
#main-menu .page-menu .menu li:last-child {
  padding-right: 0;
}
#main-menu .page-menu .menu li.menu-item-has-children:hover {
  background-color: #a9dde4;
}
#main-menu .page-menu .menu li.menu-item-has-children:hover a {
  color: #174a94;
}
#main-menu .page-menu .menu li.menu-item-has-children:hover:after, #main-menu .page-menu .menu li.menu-item-has-children:hover .menu-item-has-children:after {
  border-color: #174a94;
}
#main-menu .page-menu .menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
  width: max-content;
}
#main-menu .page-menu .menu li.menu-item-has-children .menu-item-has-children ul.sub-menu {
  left: 100%;
  top: 0;
}
#main-menu .page-menu .menu li.menu-item-has-children .menu-item-has-children:after {
  margin-top: 10px;
}
#main-menu .page-menu .menu li.menu-item-has-children:after {
  content: '';
  position: absolute;
  right: 18px;
  top: calc(50% - 3px);
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateY(-50%);
}
#main-menu .page-menu .menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #a9dde4;
  color: #174a94;
  padding-left: 30px;
  left: 0;
  z-index: 6;
}
#main-menu .page-menu .menu .sub-menu li {
  padding: 20px 50px 0px 0px;
  display: block;
}
#main-menu .page-menu .menu .sub-menu li a {
  color: #174a94;
}
#main-menu .page-menu .menu .sub-menu li:last-child {
  padding-bottom: 20px;
}
.buttons-menu {
  font-size: 0.75rem;
  font-weight: 500;
}
.buttons-menu .menu {
  margin: 0;
  padding: 0;
}
.buttons-menu .menu li {
  list-style: none;
  display: inline-flex;
}
.buttons-menu .menu li:not(:last-child) {
  margin-right: 24px;
}
.buttons-menu .menu li:last-child a {
  border-color: #e5612f;
  background-color: #e5612f;
}
.buttons-menu .menu li:last-child a:hover {
  border-color: #fff;
  color: #e5612f;
}
.buttons-menu .menu li a {
  border: 1px solid #fff;
  border-radius: 25px;
  background: transparent;
  padding: 9px 19px 7px 19px;
  transition: 0.3s ease-in-out;
}
.buttons-menu .menu li a:hover {
  text-decoration: none;
  color: #01767b;
  background-color: #fff;
}
.page-content .page-gallery {
  margin-bottom: 24px !important;
}
.page-content .page-gallery .slider {
  margin-bottom: 0 !important;
}
.page-content .page-gallery .slider .slick-dots {
  position: absolute !important;
  margin-bottom: 0 !important;
}
.page-content .page-gallery .slider .slick-dots li {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.page-content .page-gallery .slider .slick-dots li:before {
  display: none !important;
}
#front-slider .slider, .page-gallery .slider, .advgb-images-slider-block .slider, #front-slider .advgb-images-slider, .page-gallery .advgb-images-slider, .advgb-images-slider-block .advgb-images-slider, #front-slider .slick-slide, .page-gallery .slick-slide, .advgb-images-slider-block .slick-slide {
  min-height: 420px;
  max-height: 420px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
#front-slider .slick-dots, .page-gallery .slick-dots, .advgb-images-slider-block .slick-dots {
  bottom: 24px;
  text-align: right;
  padding-right: 18px;
}
#front-slider .slick-dots li, .page-gallery .slick-dots li, .advgb-images-slider-block .slick-dots li {
  height: 16px;
  width: 16px;
  margin: 0 2.5px;
}
#front-slider .slick-dots li button, .page-gallery .slick-dots li button, .advgb-images-slider-block .slick-dots li button {
  height: 16px;
  width: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
}
#front-slider .slick-dots li button:before, .page-gallery .slick-dots li button:before, .advgb-images-slider-block .slick-dots li button:before {
  content: '';
  height: 6px;
  width: 6px;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
}
#front-slider .slick-dots li.slick-active button:before, .page-gallery .slick-dots li.slick-active button:before, .advgb-images-slider-block .slick-dots li.slick-active button:before {
  opacity: 1;
}
body.home:not(.ie) .svg_container svg {
  width: 100%;
  height: auto;
}
body.home:not(.edge) .svg_container#svg5 p {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  max-width: 22px;
}
body.home.edge .svg_container#svg5 p {
  word-break: break-all;
  white-space: pre-wrap;
  max-width: 10px;
}
body.home .svg_container {
  position: relative;
  margin: 0 auto;
}
body.home .svg_container path {
  transition: 0.3s ease-in-out;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  cursor: pointer;
}
body.home .svg_container path.hide {
  opacity: 0;
}
body.home .svg_container image {
  transition: 1s ease-in-out;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
body.home .svg_container a {
  text-decoration: none;
}
body.home .svg_container .hover image {
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
#front-calendar .view-calendar {
  position: relative;
  margin-top: 40px;
}
#front-calendar .view-calendar:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
}
#front-calendar .calendar {
  padding-left: 41px;
  position: relative;
}
#front-calendar .calendar #nautical-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
#front-calendar .calendar #nautical-line .lines-group {
  position: absolute;
  left: 0;
}
#front-calendar .calendar #nautical-line .lines-group .small-line {
  width: 10px;
  height: 1px;
  background-color: #fff;
}
#front-calendar .calendar-entry:not(:last-child) {
  margin-bottom: 45px;
}
#front-calendar .calendar-entry .date:before {
  content: url('../../img/icons/long_line.svg');
  position: absolute;
  left: -40px;
  top: calc(50% - 6px);
  transform: translateY(-50%);
  width: 20px;
  display: block;
  pointer-events: none;
}
#front-calendar .calendar-entry a {
  color: #fff;
}
#front-calendar .calendar-entry a:hover {
  text-decoration: none;
}
#front-calendar .calendar-entry .date {
  margin-right: 20px;
  position: relative;
  width: 90px;
}
#front-calendar .calendar-entry .date h1 {
  margin-right: 9px;
  margin-bottom: 0;
  font-size: 3.125rem;
  line-height: 100%;
}
#front-calendar .calendar-entry .date span {
  font-family: 'Suisse Intl Semi';
  text-transform: uppercase;
  font-size: 0.75rem;
}
#front-calendar .calendar-entry .description {
  font-size: 0.75rem;
}
#front-calendar .calendar-entry .description p {
  margin-bottom: 0;
}
.single-event .container > .row > .col-lg-4 > h1 {
  margin: 0 0 60px 50px;
}
.single-event .container > .row > .col-lg-4 #front-calendar {
  margin: 0 0 0 50px;
}
.single-event #front-calendar .calendar #nautical-line {
  background-color: #000;
}
.single-event #front-calendar .calendar #nautical-line .lines-group .small-line {
  background-color: #000;
}
.single-event #front-calendar .calendar-entry .date:before {
  content: url('../../img/icons/long_line_black.svg');
}
.single-event #front-calendar .calendar-entry a {
  color: #000;
}
.single-event #front-calendar .view-calendar .btn {
  color: #000;
  border-color: #000;
}
.single-event #front-calendar .view-calendar .btn:hover {
  color: #fff;
  background-color: #000;
}
.single-event #front-calendar .view-calendar:before {
  background-color: #000;
}
.lower-content {
  position: relative;
  overflow-x: hidden;
}
.lower-content:before {
  content: '';
  background: #c9dee8;
  float: left;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.lower-content #front-news {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 55px;
  padding-right: 65px;
}
.lower-content #front-news > h1 {
  margin-bottom: 36px;
  color: #000;
}
.lower-content #front-social {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 55px;
  background-color: #fff;
  color: #000;
  padding-left: 65px;
}
.lower-content #front-social .social-entry {
  padding-bottom: 52px;
}
.lower-content #front-social .social-entry .content {
  margin-bottom: 28px;
  word-wrap: break-word;
  word-break: break-word;
}
.lower-content #front-social .social-entry:not(:first-child) {
  margin-top: 52px;
}
.lower-content #front-social .social-entry:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.lower-content #front-social .social-entry .social-info {
  font-size: 0.75rem;
}
.lower-content #front-social .social-entry .social-info img, .lower-content #front-social .social-entry .social-info svg {
  max-width: 26px;
  max-height: 26px;
  margin-right: 10px;
  width: 100%;
  height: 100%;
}
#front-news .single-news-entry {
  border-top: 2px solid #000;
  padding-left: 50px;
  padding-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
#front-news .single-news-entry h1 {
  font-size: 1.375rem;
}
#front-news .single-news-entry .date {
  text-transform: uppercase;
  position: absolute;
  left: 8px;
  top: 60px;
  font-size: 0.75rem;
}
#front-news .single-news-entry .date span {
  display: block;
  transform: translateX(-50%) rotate(-90deg);
}
#front-news .single-news-entry .content {
  margin-top: 40px;
}
#front-news .single-news-entry .post-thumbnail .image_container {
  overflow: hidden;
  width: 100%;
  max-width: 240px;
}
#front-news .single-news-entry .post-thumbnail .image_container img {
  width: 100%;
  transition: 1.5s ease-in-out;
  transform: scale(1);
}
#front-news .single-news-entry:hover .post-thumbnail .image_container img {
  transform: scale(1.5);
}
#front-news .more-posts {
  text-align: center;
}
#front-news .seperator-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 40px 0;
}
/* ------ Default Page Template ------- */
#default-page-template {
  padding-bottom: 104px;
}
#default-page-template #main-menu .page-menu .menu > li:first-child:hover:before {
  background-color: #174a94;
}
#default-page-template #main-menu .page-menu .menu li.menu-item-has-children:after {
  border-color: #000;
}
#default-page-template #main-menu .page-menu .menu li.menu-item-has-children:hover {
  background-color: #174a94;
}
#default-page-template #main-menu .page-menu .menu li.menu-item-has-children:hover a {
  color: #a9dde4;
}
#default-page-template #main-menu .page-menu .menu li.menu-item-has-children:hover:after, #default-page-template #main-menu .page-menu .menu li.menu-item-has-children:hover .menu-item-has-children:after {
  border-color: #a9dde4;
}
#default-page-template #main-menu .page-menu .menu .sub-menu {
  color: #a9dde4;
  background-color: #174a94;
}
#default-page-template #main-menu a {
  color: #000;
}
#default-page-template table tr {
  border-style: solid;
  border-color: #707070;
}
#default-page-template table * {
  border-width: 1px;
}
#default-page-template .buy_button {
  margin-top: 54px;
  width: 100%;
  text-align: center;
}
#default-page-template #main-menu .buttons-menu .menu li a {
  border-color: #000;
}
#default-page-template #main-menu .buttons-menu .menu li a:hover {
  border-color: #01767b;
  color: #01767b;
}
#default-page-template #main-menu .buttons-menu .menu li:last-child a {
  color: #fff;
  border-color: #e5612f;
}
#default-page-template #main-menu .buttons-menu .menu li:last-child a:hover {
  color: #e5612f;
}
#default-page-template .page-title {
  font-weight: normal;
  margin-bottom: 41px;
}
#default-page-template .page-gallery, #default-page-template .advgb-images-slider-block {
  max-height: 555px;
  height: 100%;
  margin-bottom: 80px;
}
#default-page-template .page-gallery .slider, #default-page-template .advgb-images-slider-block .slider, #default-page-template .page-gallery .advgb-images-slider, #default-page-template .advgb-images-slider-block .advgb-images-slider, #default-page-template .page-gallery .slick-slide, #default-page-template .advgb-images-slider-block .slick-slide {
  min-height: 555px;
  max-height: 555px;
  position: relative;
}
#default-page-template .page-gallery .slick-dots li button, #default-page-template .advgb-images-slider-block .slick-dots li button {
  border-color: #000;
}
#default-page-template .page-gallery .slick-dots li button:before, #default-page-template .advgb-images-slider-block .slick-dots li button:before {
  background: #000;
}
#default-page-template .page-content {
  display: flex;
  flex-direction: column;
}
#default-page-template .page-content img {
  margin-bottom: 60px;
}
#default-page-template .page-content h4 {
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
}
#default-page-template .page-content a {
  color: #e5612f;
  text-decoration: underline;
}
#default-page-template .page-content ul {
  position: relative;
  margin-left: 0;
  margin-bottom: 2rem;
  padding-left: 0;
  list-style: none;
}
#default-page-template .page-content ul li {
  position: relative;
  padding-left: 41px;
}
#default-page-template .page-content ul li:not(:last-child) {
  margin-bottom: 12px;
}
#default-page-template .page-content ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 25px;
  height: 18px;
  background-image: url('../../img/icons/waves_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}
#default-page-template .page-content img {
  /*width: 100%;*/
  height: auto;
}
#default-page-template .page-content hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 40px 0;
  border: none;
  background: #000;
}
#default-page-template #page-sidebar .page-menu.fixed {
  position: absolute;
}
#default-page-template #page-sidebar .page-menu ul {
  list-style: none;
}
#default-page-template #page-sidebar .page-menu > ul {
  padding-left: 0;
  margin: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#default-page-template #page-sidebar .page-menu > ul > li {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
#default-page-template #page-sidebar .page-menu > ul > li.open .sub-menu {
  max-height: 100%;
  display: block;
}
#default-page-template #page-sidebar .page-menu > ul > li.current-menu-item > a {
  text-decoration: underline;
}
#default-page-template #page-sidebar .page-menu > ul > li .accordion-icon {
  position: absolute;
  top: 30px;
  left: 0;
  height: 11px;
  width: 11px;
  cursor: pointer;
}
#default-page-template #page-sidebar .page-menu > ul > li .accordion-icon > div {
  position: relative;
  height: 100%;
  width: 100%;
}
#default-page-template #page-sidebar .page-menu > ul > li .accordion-icon span {
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.6s ease-in-out;
}
#default-page-template #page-sidebar .page-menu > ul > li .accordion-icon span:nth-child(2) {
  transform: rotate(90deg);
}
#default-page-template #page-sidebar .page-menu > ul > li.menu-item-has-children.open .accordion-icon span:nth-child(2) {
  opacity: 0;
}
#default-page-template #page-sidebar .page-menu > ul > li > a {
  position: relative;
  margin: 26px;
  display: block;
}
#default-page-template #page-sidebar .page-menu > ul > li:not(:first-child) {
  border-top: 1px solid #000;
}
#default-page-template #page-sidebar .page-menu .sub-menu {
  display: none;
  font-size: 0.75rem;
  padding-left: 45px;
  max-height: 0;
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
#default-page-template #page-sidebar .page-menu .sub-menu li {
  position: relative;
}
#default-page-template #page-sidebar .page-menu .sub-menu li.current-menu-item:before {
  content: url('../../img/icons/first_menu_item.png');
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
#default-page-template #page-sidebar .page-menu .sub-menu li .sub-menu {
  padding-top: 12px;
}
#default-page-template #page-sidebar .page-menu .sub-menu li .sub-menu li:last-child {
  margin-bottom: 0;
}
#default-page-template #page-sidebar .page-menu .sub-menu li:not(:last-child) {
  margin-bottom: 12px;
}
#default-page-template #page-sidebar .page-menu .sub-menu li:last-child {
  margin-bottom: 27px;
}
#default-page-template #page-sidebar .page-menu .sub-menu li .accordion-icon {
  display: none;
}
#g-maps {
  height: 500px;
  width: 100%;
}
.slider-video video {
  max-width: 850px;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.search #default-page-template .page-content .single-entry:not(:last-child), .archive #default-page-template .page-content .single-entry:not(:last-child) {
  margin-bottom: 32px;
}
.search #default-page-template .page-content .single-entry .added_date, .archive #default-page-template .page-content .single-entry .added_date {
  font-size: 0.875rem;
}
.search #default-page-template .page-content .single-entry a, .archive #default-page-template .page-content .single-entry a {
  color: #000;
  text-decoration: none;
}
.search #default-page-template .page-content .single-entry a:hover, .archive #default-page-template .page-content .single-entry a:hover {
  text-decoration: underline;
}
.search #default-page-template .page-content .single-entry .seperator-line, .archive #default-page-template .page-content .single-entry .seperator-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 40px 0;
}
.pagination .page-numbers {
  padding: 13px 15px 10px 15px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  line-height: 1;
  margin-bottom: 10px;
}
.pagination .page-numbers.current {
  font-weight: bold;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 10px;
}
#accessibility {
  background: #174a94;
  position: absolute;
  left: 80px;
  right: 80px;
  top: 70px;
  z-index: 2000;
  border: 1px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}
#accessibility .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #174a94;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}
#accessibility .btn-close span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  left: 5px;
  top: 12px;
}
#accessibility .btn-close span:nth-child(1) {
  transform: rotate(45deg);
}
#accessibility .btn-close span:nth-child(2) {
  transform: rotate(-45deg);
}
#accessibility .groups {
  color: #fff;
}
#accessibility .groups .group-single {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
}
#accessibility .groups .group-single .checkboxes label > span:not(.content) {
  border-radius: 0;
}
#accessibility .groups .group-single .checkboxes input:checked + span:after {
  border-radius: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
}
#accessibility .groups .group-single:not(:last-child) {
  border-right: 1px solid #fff;
}
#accessibility .groups .group-single .title {
  font-size: 1.143rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#accessibility .groups .group-single .acrow {
  display: block;
  padding: 0 0 10px;
  margin: 0;
  position: relative;
}
#accessibility .radio-single label, #accessibility .checkbox-single label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}
#accessibility .radio-single label > span:not(.content), #accessibility .checkbox-single label > span:not(.content) {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: block;
  margin-right: 10px;
  position: relative;
}
#accessibility .radio-single input, #accessibility .checkbox-single input {
  display: none;
}
#accessibility .radio-single input:checked + span:after, #accessibility .checkbox-single input:checked + span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #174a94;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
/* ------- Home page ------- */
body.home #newsletter-holder .newsletter-button {
  background: #a9dde4;
}
body.home #newsletter-holder .newsletter-button .mail-img svg * {
  stroke: #174a94;
}
body.home #newsletter-holder .newsletter-button .mail-text span {
  color: #174a94;
}
body.home .lower-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  background: #174a94;
}
body.home .lower-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 100%;
  background: #a9dde4;
}
body.home .lower-content .container {
  position: relative;
  z-index: 1;
}
body.home .lower-content .container .col-lg-8 {
  background: #a9dde4;
}
body.home .lower-content .container .col-lg-4 {
  background: #174a94;
}
body.home .lower-content .container .col-lg-4 > h1 {
  color: #fff;
  margin: 60px 0 60px 50px;
}
body.home .lower-content .container .col-lg-4 #front-calendar {
  margin: 60px 0 0 50px;
}
/* ------ Contact Page Template ------- */
body.page-template-page-contact .page-content .contacts_categories {
  margin-top: 70px;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category {
  border-bottom: 1px solid #000;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_title {
  position: relative;
  padding: 16px 0 16px 46px;
  cursor: pointer;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_title h4 {
  margin: 0 !important;
  font-weight: normal;
  text-transform: uppercase;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease-in-out;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_title.active:before {
  transform: translateY(-50%) rotate(135deg);
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_contacts {
  display: none;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_contacts .row {
  margin-top: 10px;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_contacts .row .single_contact {
  margin-bottom: 60px;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_contacts .row .single_contact .single_contact_image {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_contacts .contacts_sub_category h4 {
  padding: 16px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
body.page-template-page-contact .page-content .contacts_categories .contacts_category:first-child {
  border-top: 1px solid #000;
}
/* ------- Calendar ------- */
.b-calendar {
  position: relative;
  margin-bottom: 48px;
  z-index: 1;
}
.b-calendar__header {
  padding: 0 0 50px;
}
.b-calendar__title {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 60px;
}
.b-calendar__filter {
  margin-bottom: 12px;
}
.b-calendar__filter-list {
  list-style: none;
  margin: 0 -12px;
  padding: 0;
}
.b-calendar__filter-list:after {
  content: '';
  display: table;
  clear: both;
}
.b-calendar__filter-item {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  float: left;
  position: relative;
  display: none;
  padding: 4px 12px;
  margin-top: 5px;
}
@media (min-width: 1000px) {
  .b-calendar__filter-item {
    color: #00c;
    display: block;
  }
}
.b-calendar__filter-item a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 0;
}
.b-calendar__filter-item a:hover {
  text-decoration: underline;
}
.b-calendar__filter-item.m-current {
  display: block;
  font-size: 16px;
  color: #fff;
  background: #174a94;
  border-radius: 30px;
}
.b-calendar__filter-item.m-current a {
  color: #fff;
  text-decoration: none;
}
.b-calendar__filter-item.m-button {
  float: right;
  line-height: 24px;
  position: relative;
  display: block;
  height: 24px;
  padding: 0 18px;
  margin-top: 0;
  margin-right: 12px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .b-calendar__filter-item.m-button {
    line-height: 42px;
    height: 42px;
  }
}
.b-calendar__filter-item.m-button span {
  font-size: 14px;
  color: #222;
}
.b-calendar__filter-item.m-button span:after {
  content: '';
  position: relative;
  top: 11px;
  width: 0;
  height: 0;
  margin-left: 12px;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #222 transparent transparent;
}
.b-calendar__filter-item.m-button.m-category {
  display: none;
}
.b-calendar__filter-item.m-button:hover {
  background: #fff;
}
@media (min-width: 1000px) {
  .b-calendar__filter-item.m-button.m-category {
    display: block;
  }
  .b-calendar__filter-item.m-button:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 274px;
    left: 0;
    height: 24px;
    width: 180px;
    pointer-events: none;
    background: #fff;
  }
}
.b-calendar__filter-sub {
  list-style: none;
  position: absolute;
  z-index: 400;
  overflow: auto;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  min-width: 180px;
  height: 256px;
  margin: 0;
  padding: 0 0 24px;
  background: #fff;
}
.b-calendar__filter-sub li a {
  display: block;
  line-height: 32px;
  padding: 0 18px;
}
.b-calendar__filter-sub li a:hover {
  text-decoration: none;
  background: #fefdf2;
}
.b-calendar__filter-sub li.m-active > a {
  background: #fff;
}
.b-calendar__filter-item:hover .b-calendar__filter-sub {
  display: block;
}
.b-calendar__days {
  width: 100%;
  border: 1px solid #000;
}
@media (min-width: 1000px) {
  .b-calendar__filter-sub {
    left: 0;
    right: auto;
  }
  .b-calendar__days {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.b-calendar__day-title {
  display: none;
  color: #000;
}
.b-calendar__container {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media (min-width: 1000px) {
  .b-calendar__day-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    line-height: 38px;
    display: block;
    height: 38px;
    width: 14.285714286%;
    padding: 0 12px;
  }
  .b-calendar__container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.b-calendar__day {
  position: relative;
  margin-bottom: -1px;
  padding: 12px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.b-calendar__day.background {
  background: #174a94;
}
.b-calendar__day.background .b-calendar__day-number {
  color: #fff;
}
.b-calendar__day.background .b-calendar__item a {
  color: #fff;
}
.b-calendar__day.background .b-calendar__item a:hover {
  color: #fff;
}
.b-calendar__day.background .b-calendar__item.m-small a {
  color: #174a94;
}
.b-calendar__day.background .b-calendar__item.m-small a:hover {
  color: #174a94;
}
.b-calendar__day:nth-child(7n) {
  border-right: none;
}
.b-calendar__day.m-empty {
  display: none;
}
@media (min-width: 1000px) {
  .b-calendar__day {
    width: 14.285714286%;
    padding-bottom: 36px;
  }
  .b-calendar__day.m-empty {
    display: block;
    background: 0 0;
  }
}
.b-calendar__day.m-today {
  background: rgba(255, 255, 255, .3);
}
.b-calendar__day-number {
  color: #000;
  font-size: 24px;
  margin-bottom: 6px;
}
.b-calendar__day-number:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 1000px) {
  .b-calendar__day-number {
    color: #000;
  }
  .b-calendar__month-name {
    display: none;
  }
}
.b-calendar__month-name {
  color: #000;
  font-size: 14px;
  margin-left: 12px;
}
.b-calendar__day-name {
  color: #9cf;
  font-size: 14px;
  line-height: 36px;
  float: right;
}
.b-calendar__item {
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  .b-calendar__day-name {
    display: none;
  }
  .b-calendar__item.m-small {
    position: absolute;
    top: 90%;
    z-index: 200;
    display: none;
    padding: 12px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 9px 9px rgba(153, 204, 255, .4);
  }
  .b-calendar__item.m-small:before {
    content: '+';
    color: #cce7ff;
    margin-right: 6px;
  }
}
.b-gallery .l-container, .b-plan .l-container {
  box-shadow: 0 9px 9px rgba(14, 18, 23, .09);
}
.b-calendar__item-title {
  color: #00c;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.3;
  display: block;
  margin-bottom: 6px;
}
.b-calendar__item-title:hover span {
  text-decoration: underline;
}
.b-calendar__item.m-small .b-calendar__item-title {
  color: #00c;
  font-weight: 400;
  margin: 0;
}
.b-calendar__item-category {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (min-width: 1000px) {
  .b-calendar__item.m-small:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #fff;
  }
  .b-calendar__day:hover .b-calendar__item.m-small {
    display: block;
  }
  .b-calendar__item.m-small .b-calendar__item-title {
    display: inline;
  }
  .b-calendar__item.m-small .b-calendar__item-title:hover {
    text-decoration: underline;
  }
  .b-calendar__item.m-small .b-calendar__item-category {
    color: #00c;
    display: inline;
  }
  .b-calendar__item.m-small .b-calendar__item-category:after {
    content: ': ';
  }
}
body.blueish {
  background-color: #174a94;
}
body.blueish.home, body.blueish header .hamburger span, body.blueish #default-page-template .page-content hr {
  background-color: #fff;
}
body.blueish * {
  color: #fff !important;
}
body.blueish footer {
  border-top: 1px solid;
}
body.blueish #default-page-template #page-sidebar .page-menu .sub-menu li.current-menu-item:before {
  content: url('../../img/icons/first_menu_item_blu.png');
}
body.blueish .lower-content #front-news, body.blueish .lower-content:after, body.blueish .lower-content .container .col-lg-8, body.blueish header .mobile-menu, body.blueish .btn, body.blueish footer .footer-menus, body.blueish .footer-info, body.blueish header, body.blueish #accessibility, body.blueish #accessibility .radio-single input:checked + span:after, body.blueish #accessibility .checkbox-single input:checked + span:after, body.blueish #accessibility .btn-close, body.blueish .lower-content #front-news:before {
  background-color: #174a94;
}
body.blueish .lower-content:before, body.blueish .lower-content .container .col-lg-4 {
  background: #fff;
}
body.blueish #main-menu .page-menu .menu .sub-menu, body.blueish #main-menu .page-menu .menu li.menu-item-has-children:hover, body.blueish #main-menu .page-menu .menu > li:first-child:hover:before {
  background-color: #0c2231;
}
body.blueish header {
  border-bottom: 1px solid;
}
body.blueish header #sites-menu .site-menu-item svg *, body.blueish header #search-form svg *, body.blueish header #mobile-search-form svg * {
  fill: none;
  stroke: #fff !important;
}
body.blueish .social-menu-item svg *, body.blueish #main-menu #home-logo svg * {
  fill: #fff;
}
body.blueish header #sites-menu .site-menu-item.current:after {
  border-top: 4px solid #fff;
}
body.blueish #newsletter-holder, body.blueish #newsletter-holder .newsletter-button {
  background-color: #a9dde4;
}
body.blueish .lower-content #front-social * {
  color: #000 !important;
}
body.blueish #front-news .single-news-entry, body.blueish header .mobile-menu .page-menu ul.menu > li, body.blueish #default-page-template #page-sidebar .page-menu > ul > li:not(:first-child), body.blueish #default-page-template #page-sidebar .page-menu > ul, body.blueish .pagination .page-numbers, body.blueish #main-menu .page-menu .menu li.menu-item-has-children:after, body.blueish #default-page-template #main-menu .buttons-menu .menu li a, body.blueish #default-page-template #main-menu .page-menu .menu li.menu-item-has-children::after {
  border-color: #fff;
}
body.blueish .seperator-line, body.blueish #default-page-template #page-sidebar .page-menu > ul > li .accordion-icon span, body.blueish #newsletter-holder .close span {
  background-color: #fff !important;
}
body.blueish .btn, body.blueish header .mobile-menu .buttons-menu .menu li a {
  border-color: #fff;
}
body.blueish .btn:hover, body.blueish header .mobile-menu .buttons-menu .menu li a:hover {
  background-color: #fff;
  color: #174a94 !important;
}
body.blueish .buttons-menu .menu li:last-child a {
  border-color: #174a94;
  background-color: #174a94;
}
body.blueish .buttons-menu .menu li:last-child a:hover {
  color: #174a94 !important;
}
body.blueish #main-menu .buttons-menu a:hover, body.blueish header .mobile-menu .buttons-menu .menu li a:hover, body.blueish .pagination .page-numbers, body.blueish .pagination .page-numbers span {
  color: #174a94 !important;
}
body.blueish header #language-switcher a, body.blueish header #mobile-language-switcher a {
  opacity: 1;
}
body.blueish header #language-switcher span, body.blueish header #mobile-language-switcher span {
  text-decoration: underline;
}
body.blueish #search-form form ::-webkit-input-placeholder {
  color: #fff;
}
body.blueish #search-form form ::-moz-placeholder {
  color: #fff;
}
body.blueish #search-form form :-ms-input-placeholder {
  color: #fff;
}
body.blueish #search-form form :-moz-placeholder {
  color: #fff;
}
body.blueish #mobile-search-form form ::-webkit-input-placeholder {
  color: #fff;
}
body.blueish #mobile-search-form form ::-moz-placeholder {
  color: #fff;
}
body.blueish #mobile-search-form form :-ms-input-placeholder {
  color: #fff;
}
body.blueish #mobile-search-form form :-moz-placeholder {
  color: #fff;
}
body.blueish header .mobile-menu .buttons-menu .menu li:nth-last-child(2) a, body.blueish .buttons-menu .menu li:last-child a {
  background-color: #fff;
  color: #174a94 !important;
}
body.blueish header .mobile-menu .buttons-menu .menu li:nth-last-child(2) a:hover, body.blueish .buttons-menu .menu li:last-child a:hover {
  background-color: #174a94;
  color: #fff !important;
  border-color: #fff;
}
body.blueish .lower-content .container .col-lg-4 {
  background: #fff !important;
}
body.blueish .lower-content .container .col-lg-4 * {
  color: #174a94 !important;
}
body.blueish .lower-content .container .col-lg-4 .btn.white {
  color: #fff !important;
}
body.blueish .lower-content .container .col-lg-4 #front-calendar #nautical-line {
  background: #174a94;
}
body.blueish .lower-content .container .col-lg-4 #front-calendar #nautical-line .lines-group .small-line {
  background: #174a94;
}
body.blueish .lower-content .container .col-lg-4 #front-calendar .view-calendar:before {
  background-color: #174a94;
}
body.blueish .lower-content .container .col-lg-4 #front-calendar .calendar-entry .date:before {
  content: url('../../img/icons/long_line_blue.svg');
}
body.blueish #newsletter-holder {
  background: #174a94;
}
body.blueish #newsletter-holder .newsletter-button {
  background-color: #fff !important;
}
body.blueish #newsletter-holder .newsletter-button .mail-img svg * {
  stroke: #174a94 !important;
}
body.blueish #newsletter-holder .newsletter-button .mail-text span {
  color: #174a94 !important;
}
body.blueish.home #newsletter-holder, body.blueish.home #newsletter-holder .newsletter-button {
  background-color: #174a94 !important;
}
body.blueish.home #newsletter-holder .mail-img svg *, body.blueish.home #newsletter-holder .newsletter-button .mail-img svg * {
  stroke: #fff !important;
}
body.blueish.home #newsletter-holder .mail-text span, body.blueish.home #newsletter-holder .newsletter-button .mail-text span {
  color: #fff !important;
}
body.blueish .single-event #front-calendar .calendar #nautical-line {
  background-color: #fff;
}
body.blueish .single-event #front-calendar .calendar #nautical-line .lines-group .small-line {
  background-color: #fff;
}
body.blueish .single-event #front-calendar .calendar-entry .date:before {
  content: url('../../img/icons/long_line.svg');
}
body.blueish .single-event #front-calendar .calendar-entry a {
  color: #fff;
}
body.blueish .single-event #front-calendar .view-calendar .btn {
  color: #fff;
  border-color: #fff;
}
body.blueish .single-event #front-calendar .view-calendar .btn:hover {
  color: #174a94;
  background-color: #fff;
}
body.blueish .single-event #front-calendar .view-calendar:before {
  background-color: #fff;
}
body.blueish.page-template-page-contact .page-content .contacts_categories .contacts_category {
  border-bottom: 1px solid #fff;
}
body.blueish.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_title:before {
  border-color: #fff;
}
body.blueish.page-template-page-contact .page-content .contacts_categories .contacts_category:first-child {
  border-top: 1px solid #fff;
}
body.blackish {
  background-color: #000;
}
body.blackish.home {
  background-color: #fff;
}
body.blackish * {
  color: #ffd700 !important;
}
body.blackish footer {
  border-top: 1px solid #ffd700;
}
body.blackish #front-calendar .calendar-entry .date:before {
  content: url('../../img/icons/long_line_bl.svg');
}
body.blackish #default-page-template #page-sidebar .page-menu .sub-menu li.current-menu-item:before {
  content: url('../../img/icons/first_menu_item_bl.png');
}
body.blackish #default-page-template .page-content ul li:before {
  content: url('../../img/icons/waves_yellow.svg');
}
body.blackish .lower-content #front-news, body.blackish .lower-content:before, body.blackish .lower-content:after, body.blackish .lower-content .container .col-lg-8, body.blackish .lower-content .container .col-lg-4, body.blackish header .mobile-menu, body.blackish .btn, body.blackish footer .footer-menus, body.blackish .footer-info, body.blackish header, body.blackish #accessibility, body.blackish #accessibility .radio-single input:checked + span:after, body.blackish #accessibility .checkbox-single input:checked + span:after, body.blackish #accessibility .btn-close, body.blackish .lower-content #front-news:before {
  background-color: #000;
}
body.blackish #main-menu .page-menu .menu .sub-menu, body.blackish #main-menu .page-menu .menu li.menu-item-has-children:hover, body.blackish #main-menu .page-menu .menu > li:first-child:hover:before {
  background-color: #171717;
}
body.blackish header {
  border-bottom: 1px solid #ffd700;
}
body.blackish header #sites-menu .site-menu-item svg *, body.blackish header #search-form svg *, body.blackish header #mobile-search-form svg *, body.blackish #newsletter-holder .mail-img svg * {
  fill: none;
  stroke: #ffd700 !important;
}
body.blackish .social-menu-item svg *, body.blackish #main-menu #home-logo svg * {
  fill: #ffd700;
}
body.blackish header #sites-menu .site-menu-item.current:after {
  border-top: 4px solid #ffd700;
}
body.blackish .lower-content #front-social * {
  color: #000 !important;
}
body.blackish #front-news .single-news-entry, body.blackish header .mobile-menu .page-menu ul.menu > li, body.blackish #default-page-template #page-sidebar .page-menu > ul > li:not(:first-child), body.blackish #default-page-template #page-sidebar .page-menu > ul, body.blackish .pagination .page-numbers, body.blackish #main-menu .page-menu .menu li.menu-item-has-children:after, body.blackish #default-page-template #main-menu .buttons-menu .menu li a, body.blackish #accessibility .groups .group-single:not(:last-child), body.blackish #accessibility, body.blackish #accessibility .btn-close, body.blackish #accessibility .radio-single label > span:not(.content), body.blackish #accessibility .checkbox-single label > span:not(.content), body.blackish #newsletter-holder .newsletter-form form input[type="email"], body.blackish #newsletter-holder .newsletter-form form input[type="checkbox"], body.blackish #front-slider .slick-dots li button, body.blackish .page-gallery .slick-dots li button {
  border-color: #ffd700;
}
body.blackish .seperator-line, body.blackish #default-page-template #page-sidebar .page-menu > ul > li .accordion-icon span, body.blackish #front-calendar .calendar #nautical-line .lines-group .small-line, body.blackish #front-calendar .calendar #nautical-line, body.blackish #front-calendar .view-calendar:before, body.blackish #accessibility .btn-close span, body.blackish #accessibility .radio-single label > span:not(.content), body.blackish #accessibility .checkbox-single label > span:not(.content), body.blackish #front-slider .slick-dots li button:before, body.blackish .page-gallery .slick-dots li button:before, body.blackish #newsletter-holder .newsletter-form form input[type="checkbox"]:checked, body.blackish #newsletter-holder .newsletter-form form input[type="checkbox"]:hover, body.blackish #newsletter-holder .close span, body.blackish header .hamburger span, body.blackish #default-page-template .page-content hr {
  background-color: #ffd700 !important;
}
body.blackish #newsletter-holder, body.blackish #newsletter-holder .newsletter-button {
  background-color: #171717;
}
body.blackish #newsletter-holder .newsletter-form form input[type="submit"] {
  border-color: #ffd700;
}
body.blackish #newsletter-holder .newsletter-form form input[type="submit"]:hover {
  background-color: #ffd700;
  color: #000 !important;
}
body.blackish .buttons-menu .menu li a {
  border-color: #000;
}
body.blackish .btn, body.blackish header .mobile-menu .buttons-menu .menu li a {
  border-color: #ffd700;
}
body.blackish .btn:hover, body.blackish header .mobile-menu .buttons-menu .menu li a:hover {
  background-color: #ffd700;
  color: #000 !important;
}
body.blackish .buttons-menu .menu li:last-child a {
  border-color: #000;
  background-color: #000;
}
body.blackish .buttons-menu .menu li:last-child a:hover {
  color: #000 !important;
}
body.blackish #main-menu .buttons-menu a:hover, body.blackish header .mobile-menu .buttons-menu .menu li a:hover, body.blackish .pagination .page-numbers, body.blackish .pagination .page-numbers span {
  color: #000 !important;
}
body.blackish header #language-switcher a, body.blackish header #mobile-language-switcher a {
  opacity: 1;
}
body.blackish header #language-switcher span, body.blackish header #mobile-language-switcher span {
  text-decoration: underline;
}
body.blackish #search-form form ::-webkit-input-placeholder, body.blackish #mobile-search-form form ::-webkit-input-placeholder, body.blackish .newsletter-form form ::-webkit-input-placeholder {
  color: #ffd700;
}
body.blackish #search-form form ::-moz-placeholder, body.blackish #mobile-search-form form ::-moz-placeholder, body.blackish .newsletter-form form ::-moz-placeholder {
  color: #ffd700;
}
body.blackish #search-form form :-ms-input-placeholder, body.blackish #mobile-search-form form :-ms-input-placeholder, body.blackish .newsletter-form form :-ms-input-placeholder {
  color: #ffd700;
}
body.blackish #search-form form :-moz-placeholder, body.blackish #mobile-search-form form :-moz-placeholder, body.blackish .newsletter-form form :-moz-placeholder {
  color: #ffd700;
}
body.blackish header .mobile-menu .buttons-menu .menu li:nth-last-child(2) a, body.blackish .buttons-menu .menu li:last-child a {
  background-color: #ffd700;
  color: #000 !important;
}
body.blackish header .mobile-menu .buttons-menu .menu li:nth-last-child(2) a:hover, body.blackish .buttons-menu .menu li:last-child a:hover {
  background-color: #000;
  color: #ffd700 !important;
  border-color: #ffd700;
}
body.blackish .single-event #front-calendar .calendar #nautical-line {
  background-color: #ffd700;
}
body.blackish .single-event #front-calendar .calendar #nautical-line .lines-group .small-line {
  background-color: #ffd700;
}
body.blackish .single-event #front-calendar .calendar-entry .date:before {
  content: url('../../img/icons/long_line_bl.svg');
}
body.blackish .single-event #front-calendar .calendar-entry a {
  color: #ffd700;
}
body.blackish .single-event #front-calendar .view-calendar .btn {
  color: #ffd700;
  border-color: #ffd700;
}
body.blackish .single-event #front-calendar .view-calendar .btn:hover {
  color: #000;
  background-color: #ffd700;
}
body.blackish .single-event #front-calendar .view-calendar:before {
  background-color: #ffd700;
}
body.blackish.page-template-page-contact .page-content .contacts_categories .contacts_category {
  border-bottom: 1px solid #ffd700;
}
body.blackish.page-template-page-contact .page-content .contacts_categories .contacts_category .contacts_category_title:before {
  border-color: #ffd700;
}
body.blackish.page-template-page-contact .page-content .contacts_categories .contacts_category:first-child {
  border-top: 1px solid #ffd700;
}
body.nocolor {
  background-color: #fff;
}
body.nocolor.home {
  background-color: #fff;
}
body.nocolor *, body.nocolor #video-background .view-calendar a {
  color: #000 !important;
}
body.nocolor #video-background *, body.nocolor #video-background .view-calendar a:hover, body.nocolor #main-menu .page-menu .menu li.menu-item-has-children:hover * {
  color: #fff !important;
}
body.nocolor footer {
  border-top: 1px solid #000;
}
body.nocolor #front-calendar .calendar-entry .date:before {
  content: url('../../img/icons/long_line.svg');
}
body.nocolor #default-page-template #page-sidebar .page-menu .sub-menu li.current-menu-item:before {
  content: url('../../img/icons/first_menu_item.png');
}
body.nocolor #default-page-template .page-content ul li:before {
  content: url('../../img/icons/list-icon_nc.png');
}
body.nocolor .lower-content #front-news, body.nocolor .lower-content:before, body.nocolor header .mobile-menu, body.nocolor .btn, body.nocolor footer .footer-menus, body.nocolor .footer-info, body.nocolor header, body.nocolor #accessibility, body.nocolor #accessibility .radio-single input:checked + span:after, body.nocolor #accessibility .checkbox-single input:checked + span:after, body.nocolor #accessibility .btn-close, body.nocolor .lower-content #front-news:before {
  background-color: #fff !important;
}
body.nocolor header {
  border-bottom: 1px solid #000;
}
body.nocolor header #sites-menu .site-menu-item svg *, body.nocolor header #search-form svg *, body.nocolor header #mobile-search-form svg * {
  fill: none;
  stroke: #000 !important;
}
body.nocolor.home #main-menu #home-logo svg * {
  fill: #fff;
}
body.nocolor.home .buttons-menu .menu li a, body.nocolor.home #video-background #main-menu .page-menu .menu li:after {
  border-color: #fff;
}
body.nocolor #newsletter-holder * {
  color: #fff !important;
}
body.nocolor #newsletter-holder .mail-img svg * {
  stroke: #fff !important;
}
body.nocolor .social-menu-item svg *, body.nocolor #main-menu #home-logo svg * {
  fill: #000;
}
body.nocolor header #sites-menu .site-menu-item.current:after {
  border-top: 4px solid #000;
}
body.nocolor .lower-content #front-social * {
  color: #000 !important;
}
body.nocolor #front-news .single-news-entry, body.nocolor header .mobile-menu .page-menu ul.menu > li, body.nocolor #default-page-template #page-sidebar .page-menu > ul > li:not(:first-child), body.nocolor #default-page-template #page-sidebar .page-menu > ul, body.nocolor .pagination .page-numbers, body.nocolor #main-menu .page-menu .menu li.menu-item-has-children:after, body.nocolor #default-page-template #main-menu .buttons-menu .menu li a, body.nocolor #accessibility .groups .group-single:not(:last-child), body.nocolor #accessibility, body.nocolor #accessibility .btn-close, body.nocolor #accessibility .radio-single label > span:not(.content), body.nocolor #accessibility .checkbox-single label > span:not(.content) {
  border-color: #000;
}
body.nocolor #newsletter-holder .newsletter-form form input[type="email"], body.nocolor #newsletter-holder .newsletter-form form input[type="checkbox"], body.nocolor #front-slider .slick-dots li button, body.nocolor .page-gallery .slick-dots li button {
  border-color: #fff;
}
body.nocolor #newsletter-holder .newsletter-form form input[type="checkbox"]:checked, body.nocolor #newsletter-holder .newsletter-form form input[type="checkbox"]:hover, body.nocolor #newsletter-holder .close span, body.nocolor #front-calendar .calendar #nautical-line .lines-group .small-line, body.nocolor #front-calendar .calendar #nautical-line, body.nocolor #front-calendar .view-calendar:before, body.nocolor #front-slider .slick-dots li button:before, body.nocolor .page-gallery .slick-dots li button:before {
  background-color: #fff !important;
}
body.nocolor .seperator-line, body.nocolor #default-page-template #page-sidebar .page-menu > ul > li .accordion-icon span, body.nocolor #accessibility .btn-close span, body.nocolor #accessibility .radio-single label > span:not(.content), body.nocolor #accessibility .checkbox-single label > span:not(.content), body.nocolor #main-menu .page-menu .menu .sub-menu, body.nocolor #main-menu .page-menu .menu li.menu-item-has-children:hover, body.nocolor #main-menu .page-menu .menu > li:first-child:hover:before, body.nocolor #newsletter-holder, body.nocolor #newsletter-holder .newsletter-button, body.nocolor header .hamburger span {
  background-color: #000 !important;
}
body.nocolor #newsletter-holder .newsletter-form form input[type="submit"] {
  border-color: #fff;
}
body.nocolor #newsletter-holder .newsletter-form form input[type="submit"]:hover {
  background-color: #fff;
  color: #000 !important;
}
body.nocolor .buttons-menu .menu li a {
  border-color: #000;
}
body.nocolor .btn, body.nocolor header .mobile-menu .buttons-menu .menu li a {
  border-color: #000;
}
body.nocolor .btn:hover, body.nocolor header .mobile-menu .buttons-menu .menu li a:hover {
  background-color: #000;
  color: #fff !important;
}
body.nocolor .buttons-menu .menu li:last-child a {
  border-color: #000;
  background-color: #000;
}
body.nocolor .buttons-menu .menu li:last-child a:hover {
  color: #fff !important;
}
body.nocolor #main-menu .buttons-menu a:hover, body.nocolor header .mobile-menu .buttons-menu .menu li a:hover, body.nocolor .pagination .page-numbers, body.nocolor .pagination .page-numbers span {
  color: #000 !important;
}
body.nocolor header #language-switcher a, body.nocolor header #mobile-language-switcher a {
  opacity: 1;
}
body.nocolor header #language-switcher span, body.nocolor header #mobile-language-switcher span {
  text-decoration: underline;
}
body.nocolor #search-form form ::-webkit-input-placeholder, body.nocolor #mobile-search-form form ::-webkit-input-placeholder, body.nocolor .newsletter-form form ::-webkit-input-placeholder {
  color: #000;
}
body.nocolor #search-form form ::-moz-placeholder, body.nocolor #mobile-search-form form ::-moz-placeholder, body.nocolor .newsletter-form form ::-moz-placeholder {
  color: #000;
}
body.nocolor #search-form form :-ms-input-placeholder, body.nocolor #mobile-search-form form :-ms-input-placeholder, body.nocolor .newsletter-form form :-ms-input-placeholder {
  color: #000;
}
body.nocolor #search-form form :-moz-placeholder, body.nocolor #mobile-search-form form :-moz-placeholder, body.nocolor .newsletter-form form :-moz-placeholder {
  color: #000;
}
body.nocolor header .mobile-menu .buttons-menu .menu li:nth-last-child(2) a, body.nocolor .buttons-menu .menu li:last-child a {
  background-color: #000;
  color: #fff !important;
}
body.nocolor header .mobile-menu .buttons-menu .menu li:nth-last-child(2) a:hover, body.nocolor .buttons-menu .menu li:last-child a:hover {
  background-color: #000;
  color: #fff !important;
  border-color: #fff;
}
body.emphasize a:active, body.emphasize button:active, body.emphasize input:active {
  outline: 2px solid #f00 !important;
}
/* ------- IE Only ------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #front-calendar .calendar-entry .date::before {
    width: 21px;
    top: calc(50% - 4.8px);
  }
  #main-menu .buttons-menu {
    height: 101px;
  }
  #main-menu .page-menu .menu li.menu-item-has-children::after {
    top: calc(50% - 9px);
  }
  #newsletter-holder .mail-text span {
    left: -40px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 991px), screen and (-ms-high-contrast: none) and (max-width: 991px) {
  header #sites-menu {
    flex: 100% !important;
  }
  #newsletter-holder .mail-text span {
    left: -25px !important;
  }
}
html[lang="fi"] #newsletter-holder .mail-text {
  height: calc(220px - 50px);
}
html[lang="fi"] #newsletter-holder .mail-text span {
  min-width: 170px;
}
html[lang="fi"] .buttons-menu .menu li:not(:last-child) {
  margin-right: 20px;
}
html[lang="fi"] header .mobile-menu .buttons-menu .menu li:not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  html[lang="fi"] #main-menu #supporters {
    margin-left: 4%;
  }
}
html[lang="en-US"] #newsletter-holder .newsletter-button {
  min-height: 290px;
}
html[lang="en-US"] #newsletter-holder .mail-text span {
  min-width: 255px;
}
html[lang="ru-RU"] #main-menu .page-menu, html[lang="lv-LV"] #main-menu .page-menu {
  font-size: 1.2rem;
}
html[lang="de-DE"] #main-menu .page-menu {
  font-size: 1rem;
}
/*#main-menu .buttons-menu .menu li:last-child a,
 header .mobile-menu .buttons-menu .menu li:nth-last-child(2){
 display:none;
 visibility: hidden;
 }*/
.btnorange {
  background-color: orange;
  border-radius: 35px;
}
.page-id-22253 .page-content img {
  margin-bottom: 0px !important;
}
.blocks-gallery-item img {
  align-self: start;
}
.page-content .wp-block-gallery ul li:before {
  display: none !important;
}
.page-content .wp-block-advgb-images-slider ul li:before {
  display: none !important;
}
.advgb-images-slider .advgb-image-slider-item img {
  margin-bottom: 0 !important;
}
/* Gravity Forms */
.page-content .gform_wrapper {
  width: 100%;
  max-width: 706px;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield {
  display: flex;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield label {
  flex-shrink: 0;
  width: 220px;
  margin-top: 8px;
  margin-bottom: 0;
  padding-right: 20px;
  font-weight: normal;
  text-align: right;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield label .gfield_required {
  margin-left: 0;
  color: #000;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
  max-width: 485px;
  margin-top: 0;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, .page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea, .page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
  border: none;
  border-radius: 0;
  background: #fff;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:focus, .page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus, .page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus {
  outline: none;
  opacity: 1;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  height: 34px;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox {
  margin-bottom: 0 !important;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li label {
  width: 100%;
  max-width: 485px;
  text-align: left;
  font-weight: bold;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li:before {
  display: none !important;
}
.page-content .gform_wrapper .gform_body .gform_fields .gfield:before {
  display: none !important;
}
.page-content .gform_wrapper .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.page-content .gform_wrapper .gform_footer input[type="submit"] {
  margin: 0;
  padding: 8px 24px;
  color: #fff;
  font-size: 0.9em;
  background: #e5612f;
  border: 1px solid #e5612f;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.page-content .gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #e5612f;
  background: #fff;
}
.page-content .gform_wrapper .gform_footer input[type="submit"]:focus {
  outline: 0;
}
.page-content .gform_wrapper .custom_form_layout ul.gfield_checkbox li input[type=checkbox]:checked + label, .page-content .gform_wrapper .custom_form_layout ul.gfield_checkbox li input[type=checkbox]:not(:checked) + label {
  margin-left: 19px;
  font-weight: 400;
  font-size: 15px;
}
.page-content .gform_wrapper .custom_form_layout [type="checkbox"]:not(:checked), .page-content .gform_wrapper .custom_form_layout [type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}
.page-content .gform_wrapper .custom_form_layout [type="checkbox"]:not(:checked) + label, .page-content .gform_wrapper .custom_form_layout [type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 1em !important;
  cursor: pointer !important;
}
.page-content .gform_wrapper .custom_form_layout [type="checkbox"]:not(:checked) + label:before, .page-content .gform_wrapper .custom_form_layout [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -19px;
  top: 2px;
  width: 22px;
  height: 22px;
  border: none;
  background: #fff;
  padding: 2px;
}
.page-content .gform_wrapper .custom_form_layout [type="checkbox"]:not(:checked) + label:after, .page-content .gform_wrapper .custom_form_layout [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: -11px;
  display: block;
  width: 6px;
  height: 11px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  opacity: 0;
  transform: rotate(40deg);
}
.page-content .gform_wrapper .custom_form_layout [type="checkbox"]:checked + label:before {
  background: #e5612f;
}
.page-content .gform_wrapper .custom_form_layout [type="checkbox"]:checked + label:after {
  opacity: 1;
}
.page-content .gform_wrapper .custom_form_layout [type="checkbox"]:disabled:not(:checked) + label:before, .page-content .gform_wrapper .custom_form_layout [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.page-content .gform_wrapper .custom_form_layout [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.page-content .gform_wrapper .custom_form_layout [type="checkbox"]:disabled + label {
  color: #aaa;
}
