@media (max-width: 817px) {
	#pasek_gora .col-sm-3, #pasek_gora .col-sm-9 { width: 100%;}
	#pasek_gora { 
	    position: relative !important;
    display: inline-block;
    width: 100%;
    background: #333333;
    background: -moz-linear-gradient(-45deg, #333333 0%, #110000 100%);
    background: -webkit-linear-gradient(-45deg, #333333 0%,#110000 100%);
    background: linear-gradient(135deg, #333333 0%,#110000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#110000',GradientType=1 );
	}
	
	.responsiveMenuTheme2 {
		    float: none;
    background: #333;
    border: 1px solid #ffffff40;
    margin-top: 0;
    border-top: 0;
	}
	
	.toggleMenu {
		    background-color: #d33012;
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    padding-left: 50px;
	}
	
	.logo { 
	    float: right;
    margin-bottom: -45px;
    position: relative;
    z-index: 10;
	}
	
	.responsiveMenuTheme2.isMobile > li {
		    border-top: 1px solid #ffffff40;
	}
	
	.responsiveMenuTheme2 span.linker {

    font-family: 'Raleway', sans-serif;
    padding: 10px 0;
}
}

@media (max-width: 767px) {
	.logo { margin-bottom: 0;}
	.logo img { height:40px;}
}