/*
 * HOME
*/
.main ul a{
    color:#fff;
}
.main-subheader {
    background: center center no-repeat;
    background-size: cover;
    /* height: 560px; */
    margin-bottom: 0;
}
.home-slider{
    
}
.slick-slide.container{
    padding:0;
}

.main-subheader .page-title {
    position: relative;
    font-size: 48px;
    line-height: 1;
    padding: 11px 15px 5px;
    font-family: 'Relawey', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .36);
    display: block;
    max-width: 970px;
    margin:0 auto;
}
.home-slider .slick-dots{
    position:absolute;
    bottom: -45px;
    left:0;
    right:0;
    margin: auto;
    padding:0;
    text-align:center;
}
.home-slider  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 0;
}

.home-slider  .slick-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fec708;
    background: #fec708;
    padding: 0;
    margin: 0;
    outline: 0;
}

.home-slider .slick-dots .slick-active button {
    background: #fff;
}


.home-slider .slick-track{
    
}
.home-slider .container{
    position:relative;
    background-size:cover;
    
    /*height: 47vw;*/
    /*min-height: 663px;*/
    padding: 11% 0;
}

.home-slider .slide >*{
    max-width: 100%;
}

.main-subheader .page-title span{
    display:block;
}
.main-subheader .page-title:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 100%;
    width: 9999px;
    height: 100%;
    background: rgba(0, 0, 0, .36);
}

.banner-info {
    font-size: 16px;
    line-height: 1.85;
    color: #ccc;
    margin-bottom: 20px;
    margin-top: 100px;
}

.banner-info p {
    margin-bottom: 25px;
}

.info-block .container {
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
}

.info-block .container:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 9999px;
    height: 1px;
    background: #b1b1b1;
    bottom: -1px;
}

.info-block.last-item .container:before {
    display: none;
}

.info-block:nth-of-type(even) .container:before {
    right: 15px;
}

.info-block:nth-of-type(odd) .container:before {
    left: 15px;
}

.info-block:nth-of-type(even) .img-box {
    float: left;
    margin-right: 80px;
    margin-bottom: 10px;
}

.info-block:nth-of-type(odd) .img-box {
    float: right;
    margin-left: 80px;
}

.info-block .text-box {
    overflow: hidden;
}

.info-block .img-box {
    position: relative;
    max-width: 420px;
}

.info-block .img-box:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 1px solid #141414;
}

.info-block:nth-of-type(odd) .img-box:before {
    left: auto;
    right: 10px;
}

.info-slider .text-box {
    text-align: right;
}

.info-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -17px 0 0;
    font-size: 0;
    line-height: 0;
    min-width: 0;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    z-index: 10;
    height: 34px;
}

.info-slider .slick-arrow:hover {
    opacity: .6;
}

.info-slider .slick-prev {
    left: -70px;
}

.info-slider .slick-next {
    right: -70px;
}

.info-slider .slick-arrow:before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 35px;
    line-height: 0;
    color: #fec708;
    vertical-align: top;
}

.info-slider .slick-prev:before {
    content: "\f053";
}

.info-slider .slick-next:before {
    content: "\f054";
}

.info-slider .slick-dots {
    text-align: center;
    list-style: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 15px 0;
    font-size: 0;
    line-height: 0;
}

.info-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.info-slider .slick-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fec708;
    background: #fec708;
    padding: 0;
    margin: 0;
    outline: 0;
}

.info-slider .slick-dots .slick-active button {
    background: #fff;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .main-subheader .page-title {
        font-size: 42px;
        padding: 15px;
    }

    .main-subheader {
        height: 400px;
        /*margin-bottom: 65px;*/
    }

    .info-block:nth-of-type(even) .img-box {
        margin-right: 60px;
    }

    .info-block .img-box {
        max-width: 360px;
    }

    .info-block .container {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .main-subheader {
        height: 320px;
        /*margin-bottom: 40px;*/
    }
    .main-subheader .page-title {
        font-size: 34px;
        padding: 15px 0;
    }

    .banner-info {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 15px;
    }

    .info-block .container {
        padding-bottom: 35px;
        padding-top: 35px;
    }
}

/* Small devices (mobile, 767px and below) */
@media (max-width: 767px) {
    .main-subheader {
        height: 260px;
        /*margin-bottom: 20px;*/
    }

    .main-subheader .page-title {
        font-size: 26px;
    }

    .banner-info {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 10px;
    }

    .banner-info p {
        margin-bottom: 10px;
    }

    .info-block .container {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .info-block:nth-of-type(even) .img-box {
        margin: 0 0 25px;
        float: none;
    }

    .info-block:nth-of-type(odd) .img-box {
        float: none;
        margin: 0 0 25px;
    }

    .info-block .img-box:before {
        display: none;
    }
    .info-slider .text-box {
        text-align: left;
    }
}

