#zaglavlje, #menu {
    display: none;
}

#main_container #mobile_menu {
    display: block;
}

#main_container {
    /* padding-top: 40px; */
}

#main_container .product_text {
    width: 50%;
}

#main_container .product img {
    width: 45%;
}

a.link_button {
    width: 100%;
}

#main_container #mobile_slideshow {
    display: block;
}

#main_container #main_window_line {
    top: 40px;
}

#main_container #main_window_content {
    padding: 41px 5px 0 5px;
}

#main_container .o_nama_img {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

#main_container .o_nama_img img {
    width: 50%;
}

#main_container #atb_video_page {
    width: 100%;
}

#side_menu {
    margin-top: 1px;
}

#main_container #proizvod_det_img_text {
    width: 100%;
    margin: 0 0 50px 0;
}

#main_container .color_block {
    display: none;
}

#main_container .color_block_alt {
    display: block;
}

#main_container .okvir img {
    position: static;
    float: right;
    width: 30%;
    height: auto;
}

@media screen and (max-width: 960px) {
    #main_container #main_window_line {
        width: 100%;
        height: auto;
        position: static;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: 30px;
    }

    #main_container #atb_video {
        width: 94%;
        margin-left: 3%;
    }

    #main_container #atb_video_page {
        margin-left: 3px;
    }
    
    #main_container #video_title {
        margin-left: 3px;
    }

    #main_container #oglas p {
        margin-left: 3px;
    }

    #main_container #main_window {
        padding-right: 0;
    }
    
    #main_container #main_window_content {
        padding: 41px 3px 0 3px;
    }
    
    body #footer_out {
        height: 130px;
    }

    body #main_container {
        margin-bottom: 130px;
    }
}

@media screen and (max-width: 640px) {
    #main_container .product_text {
        width: 100%;
    }

    #main_container .product img {
        width: 200px;
    }

    body #footer_out {
        height: 390px;
    }

    body #main_container {
        margin-bottom: 390px;
    }

    #footer #footer_logo {
        width: 100%;
        text-align: center;
    }

    #footer #footer_center {
        text-align: center;
        padding: 10px 0 10px 0;
        margin-bottom: 10px;
        border-top: 1px solid #0da64b;
        border-bottom: 1px solid #0da64b;
    }
    
    #footer #footer_right {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    #footer #footer_ref p {
        height: 60px;
    }

    #footer_design {
        display: block;
    }

    #main_container #proizvod_det_img img {
        max-width: 70%;
    }
    
    #main_container #proizvod_det_slider {
        max-width: 70%;
    }
}

@media screen and (max-width: 320px) {
    body, #main_container #mobile_menu, #footer {
        width: 320px;
    }
}