@media (min-width:961px) and (max-width:1280px){
	/* RWD dla szerokosci (1280px - 960px) */

	.container{
		width:auto;
        margin:0 50px;
	}
    
    .products .product h3{
        min-height: 66px;
    }
    
    #header #menu ul li{
        margin-right: 24px;
    }
    
    #header #menu ul li a{
        font-size:15px;
    }
    
}

@media (max-width:960px){
	/* RWD dla szerokosci (960px - 768px) */

	.container{
		width:auto;
		margin:0 20px;
    }
    
    #header .left, #header .right{
        display: none;
    }
    
    #header #menu{
        float:none;
        clear: both;
        display: none;
        padding-bottom: 10px;
    }
    
    #header #menu ul li{
        width:33%;
        margin-right: 0;
    }
    
    #header #menu{
        float:none;
        clear: both;
        display: none;
    }
    
    #header #menu ul li a{
        text-align: center;
        padding:15px 0;
    }
    
    #menu-rwd{
        display: block;
    }
    
    .products .product{
        width:49%
    }
    
    .products .product:nth-child(2n){
        margin-right: 0;
    }
    
    #content{
        margin-top:120px;
    }
    
    #content.product{
        margin-top: 140px;
    }
}   

@media (max-width:767px){
    .container{
		width:auto;
		margin:0 20px;
	}
    
    #header {
        position: relative;
    }
    
    #header #menu .sub-menu {
        position: relative;
        margin-top: 0;
        padding:20px;
        width:100%;
    }
    
    #header .row-1{
        padding:10px 0;
    }
    
    #header .center .logo{
        font-size:27px;
        line-height: 33px;
    }
    
    #header #menu ul li{
        float:none;
        width: auto;
    }
    
    #phone-func{
        display: block;
    }
    
    #footer{
        margin-bottom:39px;
    }
    
    #content{
        margin-top:20px;
    }
    
    #content.product{
        margin-top: 40px;
    }
    
    h1{
        font-size:24px;
        line-height: 29px;
    }
    
    h2{
        font-size:20px;
        line-height: 25px;
    }
    
    .products .product{
        float:none;
        width:auto;
        margin-right:0 !important;
    }
    
    #products-section .readmore{
        margin-top:18px;
    }
    
    .readmore{
        font-size:15px;
    }
    
    .col-30, .col-70{
        width:auto;
        float:none;
    }
    
    #content.product .row-1 .col-70{
        padding-left:0;
        margin-top:20px;
    }
    
    #page-title{
        margin-top:30px;
    }
    
    #about-us-section h1{
        padding:0 15px;
    }
    
}
