		.bluemenu {
			background: #00aeef;
			padding: 8px 0;
		}

		.bluemenu .icon {
			padding: 0 6px;
			color: #ffffff;
			text-shadow:none;
			font-size: 11px;
			display: block;
			line-height: 27px;
			height: 27px;
			float: right;
			margin:  0 0 0 10px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			background-color: rgba(0,0,0,0.08);
		}

		.bluemenu .icon i{
			font-size:13px;
		}

		.bluemenu .icon:hover{
			background-color: #2e3031;
		}
		.bluemenu a.icon.facebook {
			background: url(../img_new/new_menu/facebook.png) no-repeat center center rgba(0,0,0,0.08);
		}
			.bluemenu a.icon.facebook:hover {
				background: url(../img_new/new_menu/facebook.png) no-repeat center center #2e3031;
			}
		.bluemenu a.icon.gplus {
			background: url(../img_new/new_menu/gplus.png) no-repeat center center rgba(0,0,0,0.08);
		}
			.bluemenu a.icon.gplus:hover {
				background: url(../img_new/new_menu/gplus.png) no-repeat center center #2e3031;
			}
		.bluemenu a.icon.rss {
			background: url(../img_new/new_menu/rss.png) no-repeat center center rgba(0,0,0,0.08);
		}
			.bluemenu a.icon.rss:hover {
				background: url(../img_new/new_menu/rss.png) no-repeat center center #2e3031;
			}
		.bluemenu a.icon.logowanie {
			background: url(../img_new/new_menu/key.png) no-repeat 5% 50% rgba(0,0,0,0.08);
			padding: 0 14px 0 34px;
			height: auto;
		}	
		.bluemenu a.icon.logowanie:hover {
			background: url(../img_new/new_menu/key.png) no-repeat 5% 50% #2e3031;
		}		

		.bluemenu p {
			float: left;
			color: #ffffff;
			text-shadow:none;
			font-size: 11px;
			margin: 0;
		}

		.bluemenu p a,
		.bluemenu a.link {
			color: #ffffff;
			padding: 0 10px;
			margin: 0 0 0 10px;
			background: rgba(0,0,0,0.08);
			line-height: 27px;
			display:inline-block;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			text-shadow:none;
		}

		.bluemenu p a:hover,
		.bluemenu a.link:hover {
			background: #2e3031;
		}

		.blackmenu {
			background: #2e3031;
			padding: 11px 0;
		}

		.blackmenu .mpluslogo {
			display: block;
			float: left;
			margin: 7px 10px 0 0;
		}

		.blackmenu #main-menu {
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-shadow:none;
			font-family:'Open Sans', Arial, sans-serif;
		}

		.blackmenu #main-menu ul {
			position: absolute;
			background: #2e3031;
			width: 190px;
			padding: 18px 6px 6px 6px;
			margin: 0 0 0 0px!important;
			display: none;
			z-index:55;
		}

		.blackmenu #main-menu li:hover ul {
			display: block;
		}

		.blackmenu #main-menu ul a {
			margin:0!important;
			display: block!important;
			background: none!important;
		}

		.blackmenu #main-menu ul li {
			float: none!important;
		}

		.blackmenu #main-menu li {
			font-family:'Open Sans', Arial, sans-serif;
			font-size: 15px;
			font-weight: 700;
			display: block;
			float: left;
			position: relative;

		}

		.blackmenu #main-menu li a {
			display: block;
			padding: 7px 10px!important;
			margin: 0 2px;
			color: #ffffff;
			text-transform: none;
		}

		.etykieta_nowe{
			position:relative;
			top:-6px;
		}

			.blackmenu #main-menu li a:hover {
				color: #00aeef;
				border: 1px solid #00aeef;
				padding: 6px 9px!important;
			}

		.blackmenu #main-menu li.dir a {
			background: url(../img_new/new_menu/dir.png) no-repeat 92% 50%;
			padding: 7px 20px 7px 10px!important;
		}
			.blackmenu #main-menu li.dir a:hover {
				background: url(../img_new/new_menu/dir2.png) no-repeat 92% 50%;
				padding: 6px 19px 6px 9px!important;
			}

		.blackmenu .szukajicon {
			background: url(../img_new/new_menu/szukaj.png) no-repeat center center;
			float: right;
			width: 38px;
			height: 38px;
			display: block;
			border: 1px solid #3a3b3c;
		}

			.blackmenu .szukajicon:hover {
				background: url(../img_new/new_menu/szukaj.png) no-repeat center center #00aeef;
				border: 1px solid #09bcff;
			}

		.blackmenu .prenumeruj {
			position: absolute;
			top: 2px;
			z-index: 56;
			right: 100px;
			height: 52px;
			width: 150px;
		}

		.blackmenu .prenumeruj span {
			float: right;
			font-size: 10px;
			text-transform: uppercase;
			margin: 11px 0 0 0;
			position:relative;
			left:10px;
		}

			.blackmenu .prenumeruj span a {
				color: #ffffff;
				text-shadow:none;
			}

				.blackmenu .prenumeruj span a:hover {
					color: #00aeef;
				}

		#newpasek {
			background: #ffffff;
			padding: 7px 0 0 0;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 11px!important;
			-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04);
			box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04);
			margin: 0!important;
			margin-top:0px!important;
			text-shadow:none;
		}
		#newpasek p {
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 11px!important;
			margin: 0px 0 7px 0;
			padding: 0px;
			color: #222222;
		}

			#newpasek p a {
				display: inline-block;
				padding: 0 6px;
				color: #222222;
			}

				#newpasek p a:hover {
					color: #8a1060;
				}

		#newpasek p span a {
			color: #da0000;
		}

		#newpasek p.piszemy {
			margin-left: 47px;
		}

		#newpasek p.piszemy,
		#newpasek p.piszemy-entry {
			font-size: 10px!important;
		}

		#newpasek p.piszemy-entry {
			float: right;
		}

		#newpasek p.czytasz-entry {
			float: left;
			font-size: 10px!important;
			padding: 3px 0px;
			color: #222222!important;
		}

		#newpasek p.czytasz-entry strong,
		#newpasek p.piszemy-entry strong {
			color: #9b9e9f!important;
			font-weight: 400!important;
		}

		#newpasek a.small {
			font-size: 10px!important;
			display: inline-block;
			padding: 3px 5px;
			background: rgba(217,217,217,0.4);
			color: rgba(0,0,0,0.6);
			margin: 0 0 0 7px;
			border-radius: 0px;
		}

			#newpasek a.small:hover {
				background: #00aeef;
				color: #ffffff;
			}

		#logo img {
			padding: 100px 0 20px 0!important;
		}

		.progress-content {
			height: 3px;
			width: 100%;
			background: #fafafa!important;
			margin-top: -5px;
		}

		.progress-content .progressbar {
			background: #00aeef!important;
			height: 5px;
			-webkit-transition: all 0.1s ease-in-out; 
			-moz-transition: all 0.1s ease-in-out; 
			-ms-transition: all 0.1s ease-in-out; 
			-o-transition: all 0.1s ease-in-out; 
			transition: all 0.1s ease-in-out;
		}

@media only screen and (max-width: 800px) {
	#logo img {
			padding: 60px 0 10px 0!important;
		}

}

@media only screen and (max-width: 1024px) {
	.piszemy-entry{
		display:none;
	}
	#newpasek p.czytasz-entry{
		float:none;
	}
}

	