.og-slideshow {
  position: relative; }

.home-slide {
  position: relative;
  height: 350px; }
  @media only screen and (min-width: 1100px) {
    .home-slide {
      height: 700px; } }
  .home-slide .home-slide-content {
    position: absolute;
    bottom: 0;
    transform: translateY(20%);
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center; }
    .home-slide .home-slide-content h1 {
      font-family: "korolev-condensed", sans-serif;
      max-width: 750px;
      margin: 0 auto;
      margin-bottom: 20px; }
      @media only screen and (min-width: 1100px) {
        .home-slide .home-slide-content h1 {
          margin-bottom: 20px; } }
    .home-slide .home-slide-content a {
      display: inline-block;
      background: #84b059;
      color: #fff;
      border: 2px solid transparent;
      border-radius: 0;
      padding: 0.5em 2.45em;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1em;
      text-align: center;
      min-width: 200px;
      font-weight: 400;
      -webkit-appearance: none;
      cursor: pointer;
      transition: border 250ms ease, color 250ms ease, background 250ms ease;
      margin-bottom: 40px; }
      .home-slide .home-slide-content a:hover {
        border-color: transparent;
        background-color: #00828e;
        color: #fff; }
      .home-slide .home-slide-content a:focus {
        outline: 0; }
      .home-slide .home-slide-content a:focus {
        outline: 0; }

.og-slide-wrapper ul.slick-dots {
  position: absolute;
  top: 40px;
  right: 60px;
  text-align: center;
  margin: 0; }
  .og-slide-wrapper ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .og-slide-wrapper ul.slick-dots li button {
      border-radius: 100px;
      font-size: 0;
      line-height: 0;
      display: block;
      width: 14px;
      height: 14px;
      padding: 2px;
      cursor: pointer;
      color: transparent;
      background-color: #fff;
      opacity: 0.2;
      border: 0;
      outline: none; }
    .og-slide-wrapper ul.slick-dots li.slick-active button {
      background-color: #fff;
      opacity: 1; }

.widget_og-homepage-header {
  position: relative; }

.basic-link {
  display: block !important;
  background-color: #84b059;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10; }
  .basic-link .home-subtitle h4 {
    width: 100% !important; }
    .basic-link .home-subtitle h4:hover {
      text-decoration: underline; }

.home-subtitle {
  width: 100%;
  text-align: center;
  background-color: #84b059; }
  .home-subtitle h4 {
    display: inline-block;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 500; }
    @media only screen and (min-width: 1100px) {
      .home-subtitle h4 {
        font-size: 24px;
        font-weight: 500; } }

/*# sourceMappingURL=homepage-header.css.map */
