/*
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 : 31.05.2016, 15:56:21
    Author     : Ivan
*/

@media (max-width: 960px) {
    .login, .basket-name {
        text-align: center;
        padding: 5px 0px;
    }
    
    .logo {
        text-align: center;
    }
    
    .logo img {
        margin: 15px 0px; 
        width: 263px;
    }
    
    .main-menu .navbar-default ul li {
        width: 100%;
        text-align: center;
    }
    
    .top-img-block {
        display: none;
    }
    
    .ask-box {
        display: none;
    }
    
    .buttton-menu {
        margin: 30px 1% 10px 1%;
        width: 98%;
    }
    
    .buttton-menu button{
        padding: 10px;
        font-family: "PFDinDisplayProReg", sans-serif;
        font-size: 14px;
        background: #bb001b;
        border: none;
        width: 100%;
    }
    
    .buttton-menu button:hover , .buttton-menu button:focus {
        background: #ff1536;
    }
    
    .position-rev {
        position: relative;
        margin: 20px 0 0 10px;
    }
    
    .position-abs {
        margin: 20px 15px 10px 0;
        float: left;
        position: absolute;
    }
    
    .news-left {
        display: none;
    }
    
    .featured-product .action-img {
    text-align: center;
    padding: 15px;
    min-height: 145px;
   
    }

    .featured-product .action-img img {
        width: auto;
    }
    
    .product-info-text h1 {
        margin: 0 0 20px 0px;
        font-size: 30px;
        text-align: center;
    }
    
    .social {
        text-align: center;
    }
    
    .product-info .thumbnail {
        border: 0px;
    }
    
    .footer-menu ul  {
        margin: 0 0 20px 0px;
    }
    
    .footer-menu ul li {
        width: 50%;
        float: left;
    }
    
    
    .copy {
        text-align: center;
        margin: 20px 0 0 0; 
    }
}
