/*
Theme Name: AllStar
Author: Flying ravens
Author URI: 
Description: 
Version: 1.0
Tags: Responsive, 
Text Domain: flyingravens
*/
html {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: rgb(255, 255, 255);
  background-color: black;
}

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

p, ul, ol, li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #00ee00;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: rgb(8, 255, 8);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/**header**/
header.home {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 5px 0;
  position: absolute;
}

nav {
  position: relative;
  z-index: 9;
}
nav a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.navbar-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.navbar-nav .nav-item {
  text-transform: uppercase;
  padding: 10px 11px;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 35px;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
@media (max-width: 1439px) {
  .navbar-nav .nav-item {
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 0px;
    padding: 0 2px;
  }
}
@media (max-width: 1024px) {
  .navbar-nav .nav-item {
    margin-left: 15px;
    padding: 0 5px;
  }
}
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active, .navbar-nav .nav-link:focus {
  color: rgb(8, 255, 8);
}
.navbar-nav .nav-link.active {
  color: rgb(8, 255, 8);
}
@media (max-width: 1024px) {
  .navbar-nav .nav-link {
    padding: 0 !important;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .navbar {
    display: inline;
    float: right;
  }
}
.navbar-header {
  text-align: center;
}
.navbar-header a {
  display: inline-block;
  margin: 0 12px;
}
@media (max-width: 1439px) {
  .navbar-header a {
    margin: 0px;
  }
}
@media (max-width: 1199px) {
  .navbar-header a {
    width: 45%;
    line-height: 1;
    display: inline-block;
    min-width: 1px;
  }
}
@media (max-width: 991px) {
  .navbar-header a {
    width: auto;
    line-height: 17.8px;
  }
}
@media (max-width: 767px) {
  .navbar-header a {
    padding: 10px;
  }
}
@media (max-width: 1439px) {
  .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    width: 60%;
    float: right;
  }
  .navbar-header #showmobile {
    display: block;
    width: 15%;
  }
}
@media (max-width: 767px) {
  .navbar-header {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .navbar-header {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-header a:first-child {
    display: none;
  }
  .navbar-header #showmobile {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  #navhead {
    display: none;
  }
}
@media (max-width: 991px) {
  #navhead-right {
    width: 83.3333333%;
  }
}
@media (max-width: 767px) {
  #navhead-right {
    width: 65%;
  }
}

.dropdown-menu {
  padding: 0;
  margin-top: 0;
}
.dropdown.mega {
  position: static;
}
.dropdown.mega ul {
  width: 100%;
}

.mega-sub {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.mega-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-sub li {
  width: 100%;
}
.mega-sub a {
  color: rgb(0, 0, 0);
  padding: 15px 20px;
  display: block;
  background: rgba(0, 0, 0, 0.02);
  font-weight: 600;
}
.mega-sub a:hover {
  background: rgba(8, 255, 8, 0.2);
}
.mega-sub_child {
  padding: 0 15px;
}
.mega-sub_child ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
  width: 100%;
}
.mega-sub_child ul.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-sub_child ul#multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mega-sub_child ul#multi ul {
  display: block;
  padding: 0;
}
.mega-sub_child ul#multi ul strong {
  display: block;
  width: 100%;
  padding-left: 10px;
}
.mega-sub_child ul#multi li {
  width: 100%;
  padding: 0;
}
.mega-sub_child li {
  width: 45%;
}
.mega-sub_child a {
  color: rgb(0, 0, 0);
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.mega-sub_child a:hover {
  color: rgba(8, 255, 8, 0.6);
}

.offcanvas-toggle {
  color: rgb(37, 36, 31);
  background: rgb(8, 255, 8);
  border: none;
  padding: 5px 9px;
}

#offcanvas {
  position: fixed;
  top: 0;
  right: -300px; /* Initial position outside the viewport */
  width: 300px;
  height: 100%;
  z-index: 99999;
  background-color: rgb(37, 36, 31);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out; /* Smooth transition for the 'right' property */
}

#offcanvas.visible {
  right: 0; /* Slide in from the right when the 'visible' class is present */
}

#closecanvas {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 7px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.block-offcanvas {
  padding: 80px 20px 20px 20px;
  position: relative;
}
.block-offcanvas ul {
  margin: 0;
  padding: 0;
}
.block-offcanvas li {
  list-style: none;
}
.block-offcanvas li a {
  line-height: 1.3;
  display: block;
  padding: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}

#showmobile {
  display: none;
}
@media (max-width: 767px) {
  #showmobile {
    display: block;
  }
}

section {
  display: block;
  clear: both;
  width: 100%;
  overflow: hidden;
}
section.banner {
  max-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  height: 99vh;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 120px;
  overflow: hidden;
}
section.banner:before {
  content: "";
/*   background: rgba(0, 0, 0, 0.7); */
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.banner > .container {
  position: relative;
  z-index: 99;
}
section.banner-inside {
  padding: 152px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.banner-inside:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.intro {
  padding: 120px 0;
}
@media (max-width: 767px) {
  section.intro {
    padding: 50px 0;
  }
}
section.start {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 58px 0;
  background-position: center;
}
section.programs {
  padding: 109px 0;
}
@media (max-width: 767px) {
  section.programs {
    padding: 50px 0;
  }
}
section.focus {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.focus {
    padding: 50px 0;
  }
}
section.gallery {
  padding: 120px 0;
}
@media (max-width: 767px) {
  section.gallery {
    padding: 50px 0;
  }
}
section.brand {
  padding: 100px 0;
}
section.advantages .container {
  background: #121212;
}
section.ambassadors {
  overflow: hidden;
}
section.news {
  padding: 120px 0;
}
@media (max-width: 767px) {
  section.news {
    padding: 50px 0;
  }
}
section.support {
  padding: 120px 0;
}
@media (max-width: 767px) {
  section.support {
    padding: 50px 0;
  }
}
section.booking {
  background: #121212;
  padding: 120px 0;
}
@media (max-width: 767px) {
  section.booking {
    padding: 50px 0;
  }
}
section.wedo {
  padding: 120px 0;
}
@media (max-width: 767px) {
  section.wedo {
    padding: 50px 0;
  }
}
section.work {
  padding: 120px 0;
}
@media (max-width: 767px) {
  section.work {
    padding: 50px 0;
  }
}
section.volunteer {
  position: relative;
  padding: 120px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
@media (max-width: 767px) {
  section.volunteer {
    background-size: cover;
  }
}
section.volunteer:before {
  content: "";
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(0, 180, 0)), to(rgb(44, 187, 44)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(0, 180, 0) 20%, rgb(44, 187, 44) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  section.volunteer {
    padding: 50px 0;
  }
}
section.single {
  padding: 120px 0;
}
section.jobs {
  padding: 120px 0;
}
section.contact {
  background: #121212;
  padding: 120px 0;
}

.block-logo {
  margin-right: -3px;
}
@media (max-width: 767px) {
  .block-logo {
    margin-right: 0;
  }
}
.block-fullbanner {
  position: relative;
}
.block-fullbanner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  z-index: 99;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-fullbanner_overlay h3 {
  font-size: 80px;
  font-size: 5rem;
  color: rgb(8, 255, 8);
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
}
@media (max-width: 992px) {
  .block-fullbanner_overlay {
    padding: 0 15%;
    margin-bottom: 0;
  }
}
.block-intro.big h2 {
  font-size: 56px;
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .block-intro.big h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-intro.big p {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 32px 0;
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 576px) {
  .block-intro.big p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.block-start_content.big h2 {
  font-size: 56px;
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .block-start_content.big h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-start_content.big p {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 32px 0;
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 576px) {
  .block-start_content.big p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.block-start_image {
  width: 100%;
  text-align: right;
}
@media (max-width: 767px) {
  .block-start_image {
    width: 75%;
    margin: 35px auto;
  }
}
.block-programs {
  margin-bottom: 35px;
}
.block-programs.intro.big h2 {
  font-size: 56px;
  font-size: 3.5rem;
  color: rgb(8, 255, 8);
}
@media (max-width: 576px) {
  .block-programs.intro.big h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-programs.intro.big p {
  font-size: 24px;
  font-size: 1.5rem;
  color: rgb(8, 255, 8);
  font-weight: 600;
  margin: 16px 0;
  line-height: 150%;
}
@media (max-width: 576px) {
  .block-programs.intro.big p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.block-programs_list {
  padding: 60px 0;
}
.block-programs_list--content h3 {
  font-size: 48px;
  font-size: 3rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
@media (max-width: 576px) {
  .block-programs_list--content h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-programs_list--content p {
  color: rgb(255, 255, 255);
  margin: 26px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .block-programs_list--content p {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .block-programs_list--content a.btn {
    display: none;
  }
}
.block-programs_list--img {
  position: relative;
}
@media (max-width: 767px) {
  .block-programs_list--img {
    margin-top: 24px;
  }
}
.block-programs_list--img img {
  position: relative;
  z-index: 1;
}
.block-programs_list--img a {
  display: none;
}
@media (max-width: 767px) {
  .block-programs_list--img a {
    display: inline-block;
    margin-top: 15px;
  }
}
.block-programs_list--img::before {
  content: "";
  width: 98px;
  height: 104px;
  position: absolute;
  top: -8px;
  right: -8px;
  background: rgb(8, 255, 8);
  z-index: 0;
}
@media (max-width: 767px) {
  .block-programs_list--img::before {
    display: none;
  }
}
.block-programs_list--img.alt::before {
  content: "";
  width: 98px;
  height: 104px;
  position: absolute;
  top: -8px;
  left: -8px;
  background: rgb(8, 255, 8);
  z-index: 0;
}
.block-programs_list.first {
  padding-top: 11px;
}
@media (max-width: 767px) {
  .block-programs_list #onlydesktop {
    display: none;
  }
}
.block-programs_list #onlymobile {
  display: none;
}
@media (max-width: 767px) {
  .block-programs_list #onlymobile {
    display: block;
  }
}
.block-focus {
  padding: 58px;
  border: 1px solid rgb(8, 255, 8);
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
@media (max-width: 991px) {
  .block-focus {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .block-focus {
    padding: 20px;
  }
}
.block-focus:after {
  content: "";
  width: 98px;
  height: 10px;
  background: rgb(8, 255, 8);
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 0;
}
@media (max-width: 991px) {
  .block-focus:after {
    display: none;
  }
}
.block-focus:before {
  content: "";
  width: 10px;
  height: 104px;
  background: rgb(8, 255, 8);
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 0;
}
@media (max-width: 991px) {
  .block-focus:before {
    display: none;
  }
}
.block-focus.big h3 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 140%;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .block-focus.big h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-focus.big p {
  font-size: 24px;
  font-size: 1.5rem;
  color: rgb(8, 255, 8);
  margin: 32px 0;
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .block-focus.big p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.block-gallery.big h2 {
  font-size: 56px;
  font-size: 3.5rem;
  color: rgb(8, 255, 8);
}
@media (max-width: 576px) {
  .block-gallery.big h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-gallery.big p {
  font-size: 24px;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin: 16px 0;
  line-height: 150%;
}
@media (max-width: 576px) {
  .block-gallery.big p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.block-gallery_list {
  margin: 24px 0 48px 0;
}
.block-gallery_list ul {
  margin: 0;
  padding: 0;
}
.block-gallery_list li {
  list-style: none;
  margin: 0 24px;
}
.block-brand_top--content {
  display: inline-block;
}
.block-brand_top--content img {
/*   max-width: 621px; */
	max-width:70%;
  	margin: auto;
}
@media (max-width: 1024px) {
  .block-brand_top--content img {
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-brand_top--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
}
.block-brand_mid {
  padding: 0 10px;
}
.block-brand_mid--content {
  display: inline-block;
}
@media (max-width: 1024px) {
  .block-brand_mid--content svg {
    max-width: 100%;
  }
}
.block-brand_bottom {
  padding: 0 10px;
  text-align: center;
}
.block-brand_bottom h3 {
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width: 620px) {
  .block-brand_bottom h3 {
    letter-spacing: 0;
  }
}
.block-brand_bottom--content {
  display: inline-block;
}
.block-advantage {
  padding: 30px 35px;
}
@media (max-width: 767px) {
  .block-advantage {
    padding: 20px 0;
  }
}
.block-advantage.big {
  padding-top: 108px;
}
.block-advantage.big h3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 140%;
  color: rgb(8, 255, 8);
}
@media (max-width: 576px) {
  .block-advantage.big h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-advantage ul {
  margin: 0;
  padding: 0;
}
.block-advantage_main {
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .block-advantage_main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block-advantage_wrapper.bottom {
  border: none;
  border-bottom: 1px dotted rgb(8, 255, 8);
}
@media (max-width: 767px) {
  .block-advantage_wrapper.bottom {
    border: none;
  }
}
.block-advantage_wrapper.midtop {
  border: none;
  border-bottom: 1px dotted rgb(8, 255, 8);
  border-left: 1px dotted rgb(8, 255, 8);
  border-right: 1px dotted rgb(8, 255, 8);
}
@media (max-width: 767px) {
  .block-advantage_wrapper.midtop .block-advantage {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .block-advantage_wrapper.midtop {
    border: none;
  }
}
.block-advantage_wrapper.midbottom {
  border: none;
  border-left: 1px dotted rgb(8, 255, 8);
  border-right: 1px dotted rgb(8, 255, 8);
}
@media (max-width: 767px) {
  .block-advantage_wrapper.midbottom {
    border: none;
  }
}
@media (max-width: 1199px) {
  .block-advantage_wrapper {
    width: 50%;
  }
  .block-advantage_wrapper.midtop {
    border-right: none;
  }
  .block-advantage_wrapper.midfix {
    border-bottom: 1px dotted rgb(8, 255, 8);
    border-left: 1px dotted rgb(8, 255, 8);
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .block-advantage_wrapper.midfix {
    border: none;
  }
}
@media (max-width: 1199px) {
  .block-advantage_wrapper.midbottom {
    border-left: none;
  }
}
@media (max-width: 640px) {
  .block-advantage_wrapper {
    width: 100%;
    border: none;
  }
  .block-advantage_wrapper.midfix {
    border: none;
  }
}
.block-advantage_title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-right: 22.5%;
}
.block-advantage_content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
}
.block-advantage .icon {
  padding: 24px;
  display: inline-block;
  margin-bottom: 5px;
}
.block-ambassador {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20.5% 0%;
}
@media (max-width: 767px) {
  .block-ambassador {
    padding: 45%;
    background-size: cover;
    position: relative;
  }
}
.block-ambassador_wrapper {
  position: relative;
}
.block-ambassador_logo {
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .block-ambassador_logo {
    height: 140px;
  }
}
@media (max-width: 576px) {
  .block-ambassador_logo {
    height: 100px;
  }
}
.block-ambassador_logo img {
  max-height: 250px;
}
@media (max-width: 767px) {
  .block-ambassador_logo img {
    max-height: 140px;
  }
}
@media (max-width: 576px) {
  .block-ambassador_logo img {
    max-height: 100px;
  }
}
.block-ambassador_content.left {
  padding-left: 76px;
  z-index: 99999;
  position: absolute;
  bottom: 28px;
}
@media (max-width: 1199px) {
  .block-ambassador_content.left {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .block-ambassador_content.left {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .block-ambassador_content.left {
    padding-left: 30px;
    left: 0;
    bottom: 25%;
  }
}
.block-ambassador_content h3 {
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 1199px) {
  .block-ambassador_content h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .block-ambassador_content h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .block-ambassador_content h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.block-ambassador_content h5 {
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-size: 1.75rem;
  margin: 15px 0;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .block-ambassador_content h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .block-ambassador_content h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 5px 0;
  }
}
.block-ambassador_content p {
  font-weight: 700;
  color: rgb(8, 255, 8);
  margin-bottom: 0;
  white-space: break-spaces;
}
.block-news.big {
  margin-bottom: 34px;
}
.block-news.big h3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 140%;
  color: rgb(8, 255, 8);
}
@media (max-width: 576px) {
  .block-news.big h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-news ul {
  margin: 0 0 65px 0;
  padding: 0;
  list-style: none;
}
.block-news li {
  padding-right: 54px;
}
@media (max-width: 767px) {
  .block-news li {
    padding-right: 0;
  }
}
.block-news li h4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
}
.block-news li img {
  margin-bottom: 20px;
}
.block-news li p {
  font-size: 18px;
  font-size: 1.125rem;
}
.block-events {
  margin-top: 101px;
}
.block-events ul {
  margin: 0;
  border: 1px solid rgb(8, 255, 8);
  padding: 35px 50px;
}
@media (max-width: 767px) {
  .block-events ul {
    padding: 20px 30px;
  }
}
.block-events li {
  list-style: none;
}
.block-events li:first-child {
  margin-bottom: 117px;
}
@media (max-width: 767px) {
  .block-events li:first-child {
    margin-bottom: 50px;
  }
}
.block-events li h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
.block-events li p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
}
.block-events_meta {
  font-size: 16px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 15px 0;
}
.block-support.big h3 {
  font-size: 46px;
  font-size: 2.875rem;
  color: rgb(8, 255, 8);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .block-support.big h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-support ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-support li {
  list-style: none;
  width: 19%;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .block-support li {
    width: 47.5%;
  }
}
.block-booking {
  border: 1px solid rgb(8, 255, 8);
  padding: 80px;
  margin: 0 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-booking.big h3 {
  font-size: 46px;
  font-size: 2.875rem;
}
@media (max-width: 767px) {
  .block-booking.big h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .block-booking {
    margin: 0;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .block-booking {
    padding: 15px;
  }
}
.block-booking_content {
  width: 40%;
}
@media (max-width: 767px) {
  .block-booking_content {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .block-booking_content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.block-booking_content h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  color: rgb(8, 255, 8);
  line-height: 140%;
}
@media (max-width: 767px) {
  .block-booking_content h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-booking_content h5 {
  font-size: 28px;
  font-weight: 400;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .block-booking_content h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.block-booking_content p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.block-booking_content a {
  background: #B4FFB4;
  color: rgb(0, 0, 0);
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.block-booking_form {
  width: 45%;
}
@media (max-width: 576px) {
  .block-booking_form {
    width: 100%;
  }
}
.block-booking_form .form-control {
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  margin-bottom: 15px;
  padding: 10px 15px;
}
.block-booking_form textarea {
  width: 100%;
  height: 150px;
  padding: 10px 15px;
}
.block-banner_content {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 999;
  text-align: center;
}
.block-banner_content h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.block-banner_content p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.block-wedo_content h2 {
  color: rgb(8, 255, 8);
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .block-wedo_content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-wedo_content p {
  line-height: 1.5;
}
.block-work {
  padding: 48px;
}
@media (max-width: 767px) {
  .block-work {
    padding: 48px 0;
  }
}
.block-work.big {
  padding: 0;
}
.block-work.big h3 {
  font-size: 48px;
  font-size: 3rem;
  color: rgb(8, 255, 8);
  margin-bottom: 48px;
}
@media (max-width: 576px) {
  .block-work.big h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-work_img {
  width: 88px;
  height: 88px;
  border: 1px solid rgb(8, 255, 8);
  padding: 24px;
  display: inline-block;
  margin-bottom: 39px;
}
.block-work_title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: rgb(255, 255, 255);
}
.block-work_content {
  margin-bottom: 39px;
}
.block-work_content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.block-work_link a {
  margin-top: 9px;
}
.block-work.border_b {
  padding: 0 12px;
  border-bottom: 1px dotted #121212;
}
@media (max-width: 1199px) {
  .block-work.border_b {
    border: none;
  }
}
.block-work.borderme {
  border-left: 1px dotted #121212;
  border-right: 1px dotted #121212;
}
@media (max-width: 1199px) {
  .block-work.borderme {
    border: none;
  }
}
@media (max-width: 1199px) {
  .block-work_wrapper .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .block-work_wrapper .col-sm-6 {
    width: 100%;
    border: none;
  }
}
@media (max-width: 1199px) {
  .block-work_wrapper .col-md-4:nth-child(odd) {
    border: none;
    border-right: 1px dotted #121212;
  }
}
@media (max-width: 767px) {
  .block-work_wrapper .col-md-4:nth-child(odd) {
    border: none;
  }
}
@media (max-width: 1199px) {
  .block-work_wrapper .col-md-4:nth-child(3) {
    border-top: 1px dotted #121212;
    border-bottom: 1px dotted #121212;
  }
}
@media (max-width: 767px) {
  .block-work_wrapper .col-md-4:nth-child(3) {
    border: none;
  }
}
@media (max-width: 1199px) {
  .block-work_wrapper .col-md-4:nth-child(4) {
    border-top: 1px dotted #121212;
    border-bottom: 1px dotted #121212;
  }
}
@media (max-width: 767px) {
  .block-work_wrapper .col-md-4:nth-child(4) {
    border: none;
  }
}
.block-volunteer.big {
  color: rgb(0, 0, 0);
  position: relative;
  z-index: 9;
}
.block-volunteer.big h2 {
  font-size: 56px;
  font-size: 3.5rem;
}
@media (max-width: 576px) {
  .block-volunteer.big h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-volunteer.big p {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 32px 0;
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 576px) {
  .block-volunteer.big p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.block-single {
  padding-top: 110px;
}
.block-single.big h1 {
  font-size: 56px;
  font-size: 3.5rem;
  color: rgb(8, 255, 8);
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .block-single.big h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-single.big p {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 24px 0 48px 0;
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 576px) {
  .block-single.big p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.block-jobs.menu ul {
  margin: 0;
  padding: 0;
}
.block-jobs.menu li {
  border-bottom: 1px dotted rgb(8, 255, 8);
  list-style: none;
  margin-bottom: 1px;
}
.block-jobs.menu li.active {
  background: rgb(8, 255, 8);
  color: rgb(0, 0, 0);
}
.block-jobs.menu li.active a {
  color: rgb(0, 0, 0);
}
.block-jobs.menu li a {
  padding: 11px 15px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
.block-jobs.menu li a:hover, .block-jobs.menu li a:active {
  background: rgb(8, 255, 8);
  color: rgb(0, 0, 0);
}
.block-jobs_section h2 {
  font-size: 48px;
  font-size: 3rem;
  color: rgb(8, 255, 8);
}
@media (max-width: 576px) {
  .block-jobs_section h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-jobs_section h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 48px;
  margin-bottom: 11px;
  color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .block-jobs_section h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-jobs_section p, .block-jobs_section li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.block-jobs_section.opening {
  background: #121212;
  padding: 48px 74px;
  margin: 48px 0 120px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .block-jobs_section.opening {
    padding: 24px;
  }
}
.block-jobs_section.opening h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgb(8, 255, 8);
}
.block-jobs_section.opening p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding: 0 20%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .block-jobs_section.opening p {
    padding: 0 5%;
  }
}
.block-jobs_section.opening a {
  color: rgb(0, 0, 0);
}
.block-jobs_section.newopening ul {
  margin: 0;
  padding: 0;
  border: 1px solid #121212;
  border-top: none;
}
.block-jobs_section.newopening li {
  list-style: none;
  padding: 24px;
  border-top: 1px solid #121212;
}
.block-jobs_section.newopening li h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.block-jobs_section.newopening li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-jobs_section.newopening li p span:first-child {
  width: 40%;
}
.block-jobs_section.newopening li p span:last-child {
  width: 60%;
}
.block-jobs_section.faqs {
  margin-top: 120px;
}
.block-jobs_section.faqs > h2 {
  margin-bottom: 64px;
}
.block-jobs_section.faqs .accordion {
  border: none;
  margin-bottom: 64px;
}
.block-jobs_section.faqs .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #121212;
}
.block-jobs_section.faqs .accordion-item h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.block-jobs_section.faqs .accordion-button {
  background: transparent;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block-jobs_section.faqs .accordion-button.collapsed {
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.block-jobs_section.faqs .accordion-button:not(.collapsed)::after {
  content: "-";
  color: rgb(255, 255, 255);
  left: -8px;
  top: 9px;
  position: relative;
  background-image: none;
}
.block-jobs_section.faqs .accordion-button::after {
  content: "+";
  color: rgb(255, 255, 255);
  background-image: none;
}
.block-jobs_section.faqs .accordion-button:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid rgb(255, 255, 255);
  position: absolute;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  top: 21px;
  right: 21px;
}
.block-jobs_section.faqs .accordion-body {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.block-faqs {
  margin-top: 120px;
}
.block-faqs > h2 {
  font-size: 48px;
  font-size: 3rem;
  color: rgb(8, 255, 8);
  margin-bottom: 64px;
}
@media (max-width: 576px) {
  .block-faqs > h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-faqs .accordion {
  border: none;
  margin-bottom: 64px;
}
.block-faqs .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #121212;
}
.block-faqs .accordion-item h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.block-faqs .accordion-button {
  background: transparent;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block-faqs .accordion-button.collapsed {
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.block-faqs .accordion-button:not(.collapsed)::after {
  content: "-";
  color: rgb(255, 255, 255);
  left: -8px;
  top: 9px;
  position: relative;
  background-image: none;
}
.block-faqs .accordion-button::after {
  content: "+";
  color: rgb(255, 255, 255);
  background-image: none;
}
.block-faqs .accordion-button:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid rgb(255, 255, 255);
  position: absolute;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  top: 21px;
  right: 21px;
}
.block-faqs .accordion-body {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}

.block-allnewsevents.big h2 {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 30px;
  color: rgb(8, 255, 8);
}
.block-allnewsevents.big .text-center .btn {
  text-transform: uppercase;
	text-transform:none;
}
.block-allnewsevents ul {
  margin: 0 0 30px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-allnewsevents li {
  list-style: none;
  width: 31.33%;
  margin: 0 0 25px 0;
}
.block-allnewsevents_img {
  margin-bottom: 15px;
}
.block-allnewsevents_title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.block-allnewsevents_title p {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
}
.block-allnewsevents_title a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
/*   text-decoration: underline; */
}
.block-blog.big h2 {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 30px;
  color: rgb(8, 255, 8);
}
.block-blog.big .text-center .btn {
  text-transform: uppercase;
}
.block-blog ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-blog li {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .block-blog li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .block-blog li {
    width: 47.5%;
  }
}
@media (max-width: 499px) {
  .block-blog li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .block-blog {
    margin-top: 45px;
  }
}
.block-contact {
  border: 1px solid rgb(8, 255, 8);
  padding: 80px;
  margin: 0 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.block-contact.big h3 {
  font-size: 46px;
  font-size: 2.875rem;
}
@media (max-width: 767px) {
  .block-contact.big h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .block-contact {
    margin: 0;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .block-contact {
    padding: 15px;
  }
}
.block-contact_content {
  width: 50%;
}
@media (max-width: 767px) {
  .block-contact_content {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .block-contact_content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.block-contact_content h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  color: rgb(8, 255, 8);
  line-height: 140%;
}
@media (max-width: 767px) {
  .block-contact_content h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.block-contact_content ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
.block-contact_content p, .block-contact_content li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.block-contact_content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 30px;
  margin: 10px 0;
}
.block-contact_content li span {
  line-height: 24px;
}
.block-contact_content li span:first-child {
  width: 10%;
}
.block-contact_content li span:last-child {
  width: 85%;
}
.block-contact_content .block-footer_social h4 {
  margin-bottom: 6px;
}
.block-contact_form {
  width: 45%;
}
@media (max-width: 576px) {
  .block-contact_form {
    width: 100%;
  }
}
.block-contact_form .form-control {
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  margin-bottom: 15px;
  padding: 10px 15px;
}
.block-contact_form textarea {
  width: 100%;
  height: 150px;
  padding: 10px 15px;
}
.block-contact:after {
  content: "";
  width: 98px;
  height: 10px;
  background: rgb(8, 255, 8);
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 0;
}
.block-contact:before {
  content: "";
  width: 10px;
  height: 104px;
  background: rgb(8, 255, 8);
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 0;
}
.block-map {
  margin: 120px 0 64px 0;
}
.block-map.big {
  text-align: center;
}
.block-map.big h3 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 140%;
  color: rgb(8, 255, 8);
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .block-map.big h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-map.big p {
  font-size: 24px;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  margin: 32px 0;
  line-height: 150%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .block-map.big p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-footer_menu {
  width: 23.5%;
}
@media (max-width: 767px) {
  .block-footer_menu {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .block-footer_menu {
    width: 100%;
  }
}
.block-footer_menu h4 {
  font-size: 24px;
  font-size: 1.5rem;
  color: rgb(8, 255, 8);
  margin-bottom: 30px;
}
.block-footer_menu ul {
  margin: 0;
  padding: 0;
}
.block-footer_menu li {
  list-style: none;
  margin-bottom: 20px;
}
.block-footer_menu li a {
  color: rgb(255, 255, 255);
  display: block;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.block-footer_subscribe h4 {
  font-size: 24px;
  font-size: 1.5rem;
  color: rgb(8, 255, 8);
  margin-bottom: 30px;
}
.block-footer_subscribe p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.block-footer_subscribe form input {
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 10px 15px;
}
.block-footer_subscribe form input[type=submit] {
  background: rgb(8, 255, 8);
  color: rgb(0, 0, 0);
}
.block-footer_social {
  margin-top: 50px;
}
.block-footer_social h4 {
  font-size: 24px;
  font-size: 1.5rem;
  color: rgb(8, 255, 8);
  margin-bottom: 20px;
}
.block-footer_social ul {
  margin: 0;
  padding: 0;
}
.block-footer_social li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.block-footer_social li a {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 9;
  display: block;
}
.block-footer_social li a svg {
  position: relative;
  z-index: 9;
}
.block-footer_social li a:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 30px;
  background: #fff;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.block-footer_about {
  margin: 35px 0;
  border: 1px dotted rgb(8, 255, 8);
  border-left: none;
  border-right: none;
  padding: 35px 0;
}
.block-footer_about--content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .block-footer_about--content p {
    margin: 30px 0;
  }
}
.block-footer_about--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-footer_about--icons img {
  max-width: 30%;
}
@media (max-width: 767px) {
  .block-footer_about--icons img {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .block-footer_about--icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .block-footer_about {
    text-align: center;
  }
}
.block-footer_copyright p {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .block-footer_copyright p {
    text-align: center;
  }
}
.block-footer_links ul {
  margin: 0;
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .block-footer_links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  .block-footer_links ul {
    padding: 0;
  }
}
.block-footer_links li a {
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .block-footer_links li {
    margin: 0 20px;
  }
}
.block-footer_powered p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: rgb(255, 255, 255);
  text-align: right;
}
@media (max-width: 767px) {
  .block-footer_powered p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .block-footer_powered {
    margin: 30px 0;
  }
}

.ml-20 {
  margin-left: 20px;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  max-width: 13.5%;
}

#hidemobile {
  display: none;
}
@media (min-width: 992px) {
  #hidemobile {
    display: block;
  }
}

#player {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn {
  padding: 10px 24px;
  line-height: 26px;
  border: none;
  min-width: 120px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-primary {
  background: rgb(8, 255, 8);
}
.btn-primary.light {
  background: #55ff55;
}
.btn-primary.dark {
  color: rgb(0, 0, 0);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #00e100;
  color: rgb(0, 0, 0);
}
.btn-secondary {
  background: rgb(37, 36, 31);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #00bb00;
}
.btn-secondary.light {
  background: #4f4d42;
}
.btn-secondary.big {
  padding: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
}
.btn-black {
  background: rgb(0, 0, 0);
  color: rgb(8, 255, 8);
}
.btn-black.light {
  background: #262626;
}
.btn-black:hover, .btn-black:focus, .btn-black:active {
  background: #202020;
  color: rgb(8, 255, 8);
}
.btn-gallery {
  background: rgb(8, 255, 8);
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  line-height: 40px;
}
.btn-gallery:hover {
  background: #00b000;
}
.btn-transparent {
  background: transparent;
  border-bottom: 1px solid rgb(8, 255, 8);
  border-top: 1px solid transparent;
  border-radius: 0;
  color: rgb(8, 255, 8);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
  background: rgb(8, 255, 8);
  color: rgb(0, 0, 0);
}
.btn-transparent.light {
  border: 1px solid #55ff55;
}
.btn-transparent.light:hover {
  background: #55ff55;
  color: rgb(0, 0, 0);
}
.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer.footer {
  padding-top: 120px;
  color: rgb(255, 255, 255);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}