/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 8, 2016, 12:29:12 PM
    Author     : Taki
*/

@media screen and (max-width: 1024px) {

    .header_background_slider img{
        height: 100%;
        max-width: inherit;
    } 
}

@media screen and (max-width: 768px) {
    .menu_buble{
        display: none;
    }
    .one_menu_elem {
        display: block;
        padding: 0;
    }
    .produse_title{
        text-align: center;
    }
    .adauga_in_cos{
        font-size: 20px;
    }
    .despre_noi_bg img{
        height: 60%;
        width: inherit;
    }
    .menu_line{
        display: none;
    }
    .footer_menu{
        padding-top: 20px;
    }
    .social_icons {
        margin: 30px auto 0;
    }
    .social_icon {

        padding: 0 10px;
    }
    .adresa {
        display: block;
        letter-spacing: 5px;
        margin: 17px auto 0;
        text-align: center;
        width: 88%;
    }
}

@media screen and (max-width: 480px) {
    .logo_holder {
        padding-top: 25%;
		position: relative;
		top:20px;
    }
    .produse_container{
        width: 280px;
        height: 280px;
    }
    .spacer_20px{
        display: none;
    }
    .despre_noi_bg img{
        height: 72%;
        width: inherit;
    }
    .adauga_in_cos{
        font-size: 16px;
    }
    .spacer_20px_show_mobile{
        display: block;
    }
}