﻿/*.container {
    width: 960px;
}*/
@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}


.shadow-box {
    box-shadow: 6px 2px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    line-height: 1.33;
}
    .shadow-box h2 {
        font-size: 32px;
        line-height: 1.33;
        font-family: Roboto,'Segoe UI';
        margin-top: 0;
    }
    .shadow-box h3 {
        font-family: Roboto,'Segoe UI';
        line-height: 1.5;
        font-size: 14px;
        margin-top: 30px;
    }
    .shadow-box h4 {
        font-family: Roboto,'Segoe UI';
        line-height: 1.5;
        font-size: 14px;
        margin-top: 20px;
    }
    .shadow-box p {
       margin-bottom:0;
    }

.carusel-featured .owl-dots {
display:none;
}
.carusel-featured.owl-drag .owl-item {
margin-bottom:10px;
margin-top:10px;
}
.overlay-info-bicycle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #343434;
}

.info-bicycle-div:hover .overlay-info-bicycle {
    opacity: 1;
}

.text-info-bicycle {
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
}

    .text-info-bicycle:before {
        position: relative;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }