﻿.productContainer46 {
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 15px;
}

    .productContainer46 .col-md-12 h1 {
        font-family: 'Raleway', sans-serif !important;
        font-size: 30px;
        font-weight: 700;
        color: #333;
        text-align: left;
        margin: 0px;
        margin-bottom: 15px;
        padding: 0px;
        text-transform: uppercase;
    }

    .productContainer46 .col-md-12 hr {
        border-top: 5px solid #fac312;
        width: 100px;
        margin: 0px;
        padding: 0px;
        margin-bottom: 15px;
    }

    .productContainer46 .col-md-12 p {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #333;
        margin: 0px;
        padding: 0px;
        margin-bottom: 15px;
    }

    .productContainer46 .box {
        background-color: #fff;
        margin-bottom: 30px;
    }

        .productContainer46 .box .imageBox {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100%;
            height: 225px;
            position: relative;
            margin-bottom: 25px;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            opacity: 0.9;
        }

            .productContainer46 .box:hover .imageBox {
                background-size: 110%;
                opacity: 1;
            }

    .productContainer46 .box .imageBox img {
        width: 1px;
        height: 1px;   
    }

    .productContainer46 .box .imageBox .btn-primary,
    .productContainer46 .box .imageBox .btn-primary:active,
    .productContainer46 .box .imageBox .btn-primary:focus {
        font-family: 'Raleway', sans-serif !important;
        font-size: 13px;
        font-weight: 700;
        margin: 0px auto;
        padding: 10px;
        padding-bottom: 8px;
        padding-left: 20px;
        padding-right: 20px;
        border: 0px none;
        border-radius: 1px;
        text-transform: uppercase;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background-color: #fac312;
        color: #fff;
        letter-spacing: 0.3px;
        position:absolute;
        right: 0px;
        bottom: 0px;
    }

        .productContainer46 .box .imageBox .btn-primary:hover {
            background-color: #333333;
            color: #fff;
        }

.productContainer46 .box h2 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-left: 25px;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    text-transform: uppercase;
}

    .productContainer46 .box h2 a,
    .productContainer46 .box h2 a:active,
    .productContainer46 .box h2 a:focus {
        color: #333333;
    }

        .productContainer46 .box h2 a:hover {
            color: #fac312;
            text-decoration: none;
        }

        .productContainer46 .box hr {
            border-top: 3px solid #fac312;
            width: 100px;
            margin: 0px;
            padding: 0px;
            margin-bottom: 10px;
            margin-left: 25px;
        }

        .productContainer46 .box p {
            font-family: 'Open Sans', sans-serif !important;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 25px;
        }

        .productContainer46 .box .date {
            font-size: 12px;
            color: #333;
            padding-bottom: 0px;
            margin-top: -5px;
            margin-bottom: 10px;
        }

            .productContainer46 .box .date .fa {
                color: #fac312;
                font-size: 14px;
                margin-right: 5px;
            }

    .productContainer46 .carousel-control {
        position: absolute;
        display: block;
        width: 35px;
        height: 35px;
        top: -50px;
        bottom: auto;
        left: auto;
        right: 15px;
        margin-bottom: -45px;
        background-image: none;
        opacity: 1;
        border: 0px none;
        background-color: #fac312;
        color: #333333;
    }

    .productContainer46 .carousel-control:hover {
        border-width: 0px;
        background-color: #333333;
        color: #fff;
    }

    .productContainer46 .carousel-control.left {
        right: 55px;
    }

    .productContainer46 .carousel-control.left span,
    .productContainer46 .carousel-control.right span {
        text-shadow: none;
        font-size: 15px;
        text-align: center;
        margin: 0px auto;
        padding: 0px;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        height: auto;
        margin-top: 10px;
    }

    .productContainer46 .carousel-inner > .item {
        padding-left: 15px;
        padding-right: 15px;
    }

@media (max-width: 768px) {
    .productContainer46 .box .imageBox {
        height: 175px;
    }

    .productContainer46 .box {
        margin-bottom: 15px;
    }

    .productContainer46 {
        padding-bottom: 25px;
    }

}