﻿/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: 0;
        padding-top: 44%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: none;
    }

    .introduction {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        margin-top: 5px;
        /*padding-top: 66.64%;*/
        padding-top: 36%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: block;
    }

    .banner-title {
        font-size: 26px !important;
        left: 45px;
        position: absolute;
        top: 85px;
        max-width: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        font-size: 29px !important;
        left: 45px;
        max-width: 315px;
        top: 109px;
    }

    .introduction {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        font-size: 36px !important;
        left: 45px;
        max-width: 378px;
        top: 133px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {

    .desktop--products-hover img {
        margin: 0 1px;
    }

    .desktop--products-hover {
        display: none;
    }

    .carousel-arrow {
        border: none;
        background-color: transparent;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 48%;
        z-index: 2;
    }

    .carousel-arrow--left {
        left: 4%;
    }

    .carousel-arrow--right {
        right: 4%;
    }

    .carousel-arrow > img {
        height: 22px;
        margin-bottom: 90px;
    }

    .navbar-default {
        background-color: #fff !important;
    }

    .carousel-indicators {
        bottom: 0% !important;
        display: none;
    }

    .carousel-indicators li {
        border: 1px solid #4a4a4a !important;
    }

    .carousel-indicators li.active {
        background-color: #4a4a4a !important;
    }

    .carousel-caption > p {
        bottom: -30px !important;
        color: #333 !important;
        text-shadow: none !important;
    }

    .carousel-caption-text {
        text-shadow: none !important;
        color: #707070;
        font-size: 12px;
    }

    .carousel-inner img {
        width: 60%;
        margin: auto;
        display: block;
    }    

    .clips-product-header {
        border-bottom: 1px solid #F2F2F2;
        color: #007078;
        font-size: 16px;
        font-weight: 400;
        margin-top: 70px;
        margin-bottom: 25px;
        padding-bottom: 5px;        
    }

    .carousel {
        margin: 30px 0;
    }

    .carousel-caption {
        padding-bottom: 0px !important;
        height: 118px;
    }
    .product-subtitle {
        font-size: 16px;
    }
}

@media only screen and (min-width: 468px) {
    .carousel-caption-text {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) {   

    .carousel-arrow > img {
        height: 26px;
    }

    .carousel-caption {
        bottom: -2% !important;
    }

    .carousel-indicators {
        bottom: 6% !important;
    }

    .carousel-caption-text {
        font-size: 18px;
    }

    .carousel-inner img {
        width: 80%;
    }

    .thumbnail-container {
        display: flex;
        flex-direction: column;
    }
    .carousel-caption {
        height: 150px;
    }
}

@media only screen and (min-width: 992px) {
    .desktop--products-hover img {
        margin: 0 10px;
    }

    .desktop--products-hover {
        display: block;
    }

    .carousel-inner img {
        width: 70%;
    }

    .carousel-caption {
        bottom: -1% !important;
    }    

    .carousel {
        margin: 50px 0;
    }

    .carousel-indicators {
        bottom: -8% !important;    
    }

    .carousel-caption {       
        padding-bottom: 0px !important;
    }

    .product-subtitle {
        font-size: 22px;
    }

    .clips-product-header {
        font-size: 22px;
    }

}

@media only screen and (min-width: 1200px) {   

    .carousel-arrow > img {
        height: 30px;
    }

    .carousel-inner img {
        width: 70%;
    }
}
