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

	.container, .containersmall{
		width:auto;
        margin:0 50px;
	}
    
    #banner .content{
        left:50px;
        margin-left:0;
        width:725px;
    }
}

@media (max-width:1250px){
    
	.container, .containersmall{
		width:auto;
		margin:0 20px;
    }
    
    #page-title{
        padding: 120px 0 150px 0;
    }
    
    #content.single #page-title{
        padding: 100px 0 ;
    }
    
    #header .logo img{
        width: 150px;
    }
    
    #header .row-2 .left{
        margin-top: 5px;
    }

    #header #menu{
        padding:20px 0 5px 0;
        margin-bottom: 10px;
    }

    #header #menu ul li{
        float:none;
        margin-right: 0;
    }
    
    #header #menu ul li a{
        padding:10px 0;
    }
    
    #header #menu ul{
        margin-bottom: 15px;
    }
    
    #header .right{
        float:none;
        clear: both;
        display: none;
    }
    
    #header #menu{
        text-align: center;
        float: none;
    }
    
    #menu-rwd{
        display: block;
    }
    
    #banner{
        height: auto;
    }
    
    #banner{
        height: auto;
    }
    
    #banner .content{
        left:inherit;
        padding:40px 20px;
        width:auto;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
        z-index: 2;
    }
    
    #banner .content div{
        max-width: 100%;
    }
        
    h1{
        font-size:35px;
        line-height: 40px;
    }
    
    h2{
        font-size: 30px;
        line-height: 35px;
    }
    
    h3{
        font-size: 23px;
        line-height: 28px;
    }

    h4{
        font-size: 20px;
        line-height: 25px;
    }

    #header #menu ul{
        display: block;
    }
    
    #header #menu{
        text-align: left;
    }
    
    #footer{
        padding: 30px 0
    }
    
    #footer .container{
        display: block;
    }
    
    #footer .logo img{
        display: table;
        margin: auto;
    }
    
    #footer .col-25, #footer .col-75{
        width: 100%;
        float: none;
        text-align: center;
    }
    
    #footer .col-75{
        margin-top: 30px;
    }
    
    #footer .col-75 ul{
        display: block;
    }
    
    #footer .col-75 ul li a{
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    #footer .row-2 .left,
    #footer .row-2 .right{
        float: none;
        width: 100%;
        text-align: center;
    }
    
    #footer .row-2 .left a{
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
    
    #footer .row-2 .right{
        margin-top: 5px;
    }
    
    .posts .post{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .col-70,
    .col-30{
        width: 100%;
        float: none;
        padding: 0;
    }
}

@media (max-width:768px){
    
    table{
        border:0;
    }
    
    table tr{
        margin-bottom: 30px;
        height: auto !important;;
    }
    
    table tr td{
        display: block;
        height: auto !important;;
        width:100% !important;
    }
    
    #cookie-policy{
        width: auto;
        left: 20px;
        right: 20px;
    }
}