@media (min-width:1200px) {
    .container {
        max-width: 1222px;
    }
    .carousel-caption {
        right: 13%;
        top: 26%;
        text-align: center;
        width: 30%;
        left: inherit;
    }
    .carousel-caption h5 {
        color: #000;
        font-size: 35px;
    }
    .carousel-caption p {
        color: #000;
        font-size: 22px;
    }
    .carousel-caption a {
        color: #fff;
        box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
        background: #0066b1;
        padding: 12px 20px;
        font-size: 13px;
        line-height: 18px;
        transition: all ease 0.3s;
    }
    .carousel-caption a:hover {
        background: #666;
    }
    .product_box img {
        max-width: 258px;
        height: 172px;
        margin: 0 auto;
        display: block;
    }
    .product_infos #carousel img {
        max-width: 566px;
        height: 378px;
        margin: 0 auto;
        display: block;
    }
    .product_infos #thumbcarousel img {
        max-width: 133px;
        height: 89px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width:425px) {
    .header_middle {
        display: block;
    }
    .header_middle .navbar-brand {
        display: block;
        margin-right: 0;
        text-align: center;
    }
    .header_middle .links {
        display: block;
        text-align: center;
    }
    .header_middle .links ul {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .nav-tabs li a {
        font-size: 12px;
    }
    footer .e-bulten {
        background: #fbfbfb !important;
    }
    footer .footmenu {
        text-align: center;
        padding-bottom: 1vh !important;
    }
}