/*! Flickity v2.0.5
flickity.metafizzy-dot-co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: 0;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: #fff;
}

.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

/* custom */
.hero-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #232323;
}

@media (max-width: 1200px) {
    .hero-slider {
        height: 90vh;
    }
}

@media (max-width: 992px) {
    .hero-slider {
        height: 80vh;
    }
}

@media (max-width: 768px) {
    .hero-slider {
        height: 60vh;
    }
}

@media (max-width: 576px) {
    .hero-slider {
        height: 50vh;
    }
}

.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-slider .carousel-cell .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
    padding: 15px;
    margin: 0 auto;
}

.hero-slider .carousel-cell .inner .subtitle {
    font-family: "Bebas Neue", cursive;
    font-size: 4rem;
    line-height: 0;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 75px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.hero-slider .carousel-cell .inner .subtitle svg {
    height: 57px;
}

@media (max-width: 992px) {
    .hero-slider .carousel-cell .inner .subtitle {
        font-size: 3rem;
    }
}

@media (max-width: 640px) {
    .hero-slider .carousel-cell .inner .subtitle {
        font-size: 2rem;
        visibility:hidden;
    }
}

.hero-slider .carousel-cell .inner .title {
    font-family: "Bebas Neue", cursive;
    font-size: 4rem;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.hero-slider .carousel-cell .inner .title svg {
    height: 57px;
}

@media (max-width: 992px) {
    .hero-slider .carousel-cell .inner .title {
        font-size: 3rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .hero-slider .carousel-cell .inner .title {
        font-size: 2rem;
        margin-bottom: 40px;
        visibility:hidden;
    }
}

.hero-slider .carousel-cell .inner .btn {
    border: 0;
    padding: 14px 24px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background: #2a55a2;
    margin-left: 2px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.hero-slider .carousel-cell .inner .btn:hover {
    background: #ffffff;
    color: #000;
}

.hero-slider .flickity-prev-next-button {
    width: 80px;
    height: 80px;
    background: transparent;
}
@media (max-width: 992px) {
    .hero-slider .flickity-prev-next-button {
        display: none;
    }
}

.hero-slider .flickity-prev-next-button:hover {
    background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
    fill: white;
}

.hero-slider .flickity-page-dots {
    bottom: 30px;
}

.hero-slider .flickity-page-dots .dot {
    width: 40px;
    height: 4px;
    opacity: 1;
    background: #fff;
    border: 0 solid white;
    border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
    background: #2a55a2;
    border: 0 solid #2a55a2;
}
