.ga-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(25%);
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center; }
    .home-slide .home-slide-content h1 {
      font-family: "korolev-condensed", sans-serif;
      text-transform: uppercase;
      max-width: 750px;
      margin: 0 auto;
      margin-bottom: 20px; }
      @media only screen and (min-width: 1100px) {
        .home-slide .home-slide-content h1 {
          margin-bottom: 50px; } }
    .home-slide .home-slide-content a {
      display: inline-block;
      background: transparent;
      color: #fff;
      border: 3px solid #fff;
      border-radius: 0;
      padding: 0.5em 1.5em;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.111em;
      text-align: center;
      min-width: 165px;
      font-weight: 400;
      -webkit-appearance: none;
      cursor: pointer;
      transition: border 250ms ease, color 250ms ease; }
      .home-slide .home-slide-content a:hover {
        border-color: #00828e;
        background-color: #00828e;
        color: #fff; }
      .home-slide .home-slide-content a:focus {
        outline: 0; }
      .home-slide .home-slide-content a:focus {
        outline: 0; }

.ga-slide-wrapper ul.slick-dots {
  position: absolute;
  top: 20px;
  right: 60px;
  text-align: center;
  margin: 0; }
  .ga-slide-wrapper ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .ga-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; }
    .ga-slide-wrapper ul.slick-dots li.slick-active button {
      background-color: #fff;
      opacity: 1; }

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

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