.frontPage-header-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 774px;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center
}

.frontPage-header-itemWrapper {
    padding-top: 44px;
    width: 100%;
}

.frontPage-header-itemTitle {
    font-family: 'PT Sans', sans-serif;
    color: #333333;
    font-size: 130px;
    line-height: 1
}

.frontPage-header-itemTitle span {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .4em;
    margin-bottom: 2px
}

.frontPage-header .slick-arrow {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, .5);
    font-size: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.frontPage-header .slick-arrow:hover {
    background: rgba(255, 255, 255, .75)
}

.frontPage-header .slick-arrow:before {
    font-family: FontAwesome;
    color: #333;
    font-size: 60px;
    line-height: 100px
}

.frontPage-header .slick-prev {
    left: 15px
}

.frontPage-header .slick-prev:before {
    content: '\f104';
    padding-right: 6px
}

.frontPage-header .slick-next {
    right: 15px
}

.frontPage-header .slick-next:before {
    content: '\f105';
    padding-left: 2px
}

@media (max-width:1599px) {
    .frontPage-header-item {
        height: 540px
    }
    .frontPage-header .slick-arrow {
        width: 80px;
        height: 80px
    }
    .frontPage-header .slick-arrow:before {
        font-size: 48px;
        line-height: 80px
    }
}

@media (max-width:991px) {
    .frontPage-header .slick-arrow {
        display: none !important
    }
    .frontPage-header-item {
        height: 406px
    }
    .frontPage-header-itemTitle {
        font-size: 80px
    }
    .frontPage-header-itemLink {
        margin-top: 29px
    }
}

@media (max-width:767px) {
    .frontPage-header-item {
        height: 264px
    }
    .frontPage-header-itemWrapper {
        width: 100%;
        padding: 0 21px 6px
    }
    .frontPage-header-itemTitle {
        font-size: 48px
    }
    .frontPage-header-itemLink .btn-primary {
        font-size: 12px;
        padding: 12px 16px;
    }
    .frontPage-header-itemTitle span {
        font-size: 14px;
        line-height: 20px
    }
    .frontPage-header-itemLink {
        margin-top: 17px
    }
}

@media (max-width:479px) {
    .frontPage-header-itemWrapper {
        padding-right: 0;
        padding-left: 0
    }
    .frontPage-header-itemTitle span {
        font-size: 12px;
        line-height: 16px;
    }
    .frontPage-header-itemTitle {
        font-size: 36px
    }
}

@media (max-width:479px) {
    .frontPage-header-itemTitle {
        font-size: 48px
    }
}