/* Home Page Carousels
--------------------------------------------------------------- */
#carousel-hero .carousel-item {
    background-position: top center;
    background-repeat: no-repeat;
    height: 300px;
}
.home-hero-text {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    text-shadow: 0 0 16px rgba(0, 0, 0, 1), 0 0 16px rgba(0, 0, 0, 0.5);
}
.splide.home-features .splide__slide img {
    border-radius: 25px;
}

@media (min-width: 768px) {
    #carousel-hero .carousel-item {
        height: 500px;
    }
    .home-hero-text {
        font-size: 65px;
    }
}
@media (min-width: 992px) {
    .home-hero-text {
        font-size: 80px;
    }
}
@media (min-width: 1200px) {
    #carousel-hero .carousel-item {
        height: 600px;
    }
    .home-hero-text {
        font-size: 100px;
    }
}
@media (min-width: 2201px) {
    #carousel-hero .carousel-item {
        background-size: cover;
    }
}

/* Sections
--------------------------------------------------------------- */
.section-blue-texture-bg {
    background: #0b7db1 url('../img/blue-texture-bg.jpg') bottom center repeat-x;
    color: #fff;
}
.section-grey-texture-bg {
    background: #8e8e8e url('../img/grey-texture-bg.jpg') bottom center repeat-x;
    color: #fff;
}
.section-home-intro {
    background: #0b7db1 url('../img/blue-texture-bg.jpg') bottom center repeat-x;
    color: #fff;
}
.section-home-pillars {
    background-color: #fff;
    color: #000;
}
.section-home-pillars .text-box {
    background-color: #fff;
}
.section-home-pillars .title {
    font-size: 1.85rem;
    color: #0078ae;
    line-height: 1;
}
.section-home-pillars .img-left,
.section-home-pillars .img-right {
    border-radius: 20px;
}
.section-home-features {
    background-color: #353535;
    color: #fff;
}
.section-premier-partner-program {
    background: #8e8e8e url('../img/home/premier-partner-program-sm.jpg') top center no-repeat;
    height: 300px;
}
@media (min-width: 768px) {
    .section-home-pillars .img-left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .section-home-pillars .img-right {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .section-premier-partner-program {
        background-image: url('../img/home/premier-partner-program-md.jpg');
        height: 317px;
    }
}
@media (min-width: 1200px) {
    .section-home-features {
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('../img/home/features-bg-lg.jpg');
    }
    .section-home-pillars .img-left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .section-home-pillars .img-right {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .section-home-pillars .text-box {
        background-color: transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .section-home-pillars .text-box .text-box-shadow {
        background: transparent url('..//img/home/pillar-text-box-shadow.png') top left no-repeat;
        background-size: cover;
    }
    .section-home-pillars .text-box .btn {
        position: absolute;
        bottom: -55px;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-premier-partner-program {
        background-image: url('../img/home/premier-partner-program-lg.jpg');
        height: 200px;
    }
}
@media (min-width: 2561px) {
    .section-home-features {
        background-size: cover;
    }
}

/* Buttons
--------------------------------------------------------------- */
.btn-bingemans {
    background-color: #0078ae;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
.btn-bingemans:hover {
    background-color: #00638f;
    color: #fff;
}



.home-panel {
    margin-bottom: 20px;
}
#home-footer-features {
    background-color: #c9c9c9;
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}
#entertainment-footer-features {
    background-color: #c9c9c9;
    border-top: 1px solid #fff;
    padding-top: 0px;
    padding-bottom: 20px;
}
#entertainment-footer-features .line-divider {
    padding-top: 35px;
}
.entertainment-btn-learn-more {
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #337ab7;
    color: #337ab7;
    padding: 10px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}
.entertainment-btn-learn-more:hover {
    background-color: #d7edfe;
    color: #337ab7;
    text-decoration: none;
}
.entertainment-btn-learn-more.entertainment-btn-learn-more-dark {
    border-color: #ffc423;
    color: #ffc423;
}
.entertainment-btn-learn-more.entertainment-btn-learn-more-dark:hover {
    background-color: #2b2b2b;
}
hr.entertainment {
    border-color: #c0e0f7;
}
hr.entertainment-dark {
    border-color: #444444;
}

.carousel-indicators.carousel-indicators-home li {
    border-color: #2373aa;
    width: 15px;
    height: 15px;
}
.carousel-indicators.carousel-indicators-home li.active {
    width: 17px;
    height: 17px;
    background-color: #7eb8f0;
}
@media screen and (min-width: 768px) {
    .carousel-indicators.carousel-indicators-home {
        bottom: -40px;
    }
}
.section {
    padding: 30px 0;
}
.section-white {
    background-color: #fff;
}
.section-black {
    background-color: #000;
    color: #fff;
}
.section-black a {
    color: #ffc423;
}
.row-centered {
    text-align: center;
}
.row-centered [class*="col-"] {
    display: inline-block !important;
    float: none !important;
    margin-right: -4px;
    vertical-align: top;
}