#header:before{
	content:"";
	display:block;
	height:5px;
	background:#e51212;
}
#header-container{
	min-height:92px;
}
/* topbar */
#header-topbar{
	position:absolute;
	top:10px;
	left:50%;

	height:54px;
	width:1150px;

	margin-left:-575px;
}
#header-topbar .social{
	position:relative;
	z-index:3;
	float:right;
	margin:9px 0 0;
}
#header-topbar .social > a,
#header-topbar .social > div {
	display:inline-block;
	margin:0;
	width:34px;
	height:34px;

	color:#fff;
	background:#505050;
	text-decoration:none;
	border-radius:16px;

	text-align:center;
	line-height:32px;
	font-size:16px;
}
#header-topbar .social > a:hover,
#header-topbar .social > div:hover
{
	background:#7e7e7e;
}
#header-topbar form{
	position:relative;
	margin:9px 0 0;
	top:auto;
	left:20px;
	float:right;
	width:240px;
}
#header-topbar form:after{
	content:"";
	display:table;
	clear:both;
}
#header-topbar form > input[type="text"]{
	width:140px;
	font:12px/34px "OpenSans",sans-serif;
	border-radius:17px;
	opacity:.8;
	padding:0 40px 0 20px;
	transition:all .3s ease;
}
#header-topbar form > input[type="text"]:focus{
	opacity:1;
}

#header-container form > button{
	width:40px;
	height:32px;
	/*margin:0 0 0 3px;*/
	margin:0;
	opacity:.8;
	position:relative;
	left:-40px;
}
#header-container form > button .fa{
	width:40px;
	height:34px;
	line-height:32px;
	font-size:20px;
	color:#7b7b7b;
}
#header-container form > button > .fa:after{
	width:40px;
	height:34px;
	border-radius:20px 0 0 20px;
	background:transparent;
}

/* baner, zdjecie testowe 600px */
.im-banner .banner-object .test img{
	height:auto;
	top:0;
	margin:0;
}

.menu.main > .menu > li > a, .menu.main > .menu > li > span{
	font-size:16px;
}
.menu.main > .menu > .active, .menu.main > .menu > .active > a{
	top:-3px;
	padding-top:3px;
	border-radius:4px 4px 0 0;
}

/* overload colors */
.menu.main,
.testy .zakladki,
#content .menu,
#content .zakladki,
#content .belka
{
	/*background:#1a252f*/;
	background:#3e4142;
}
#content .belka > a.active:after{
	border-top-color:#3e4142;
}

.menu.main > .menu > li:before{
	background:#5e6162
}

.menu.main > .menu > .active > a,
.menu.sub,
.menu.main:after, .menu.sub:after,
.testy .zakladki a.active,
.testy .zakladki:before,
#content .menu > a.active,
#content .zakladki h2 > a
{
	background:#7d7d7d;
}

.menu.sub li:after{
	background:#5d5d5d;
}

.menu.main > .menu > li > a{
	padding:0 17px;
}

#content .menu > a.active:after,
#content .zakladki h2 > a:after
{
	border-top-color:#7d7d7d;
}

.menu.main > .menu > li > a:hover{
	color:#fff;
	text-decoration:underline;
}

#container.no-background .testy:before{
	display:none;
}


/* default preloader */
.preloader,
#container.no-background .preloader{
	width:110px;
	height:110px;
	background: url(/infoportal/img/gfx/infosound-preloader-white.gif) no-repeat center center;
}

/* index preloader */
.grid > .ias_loader > .preloader,
.video.index .ias_loader > .preloader{
	margin:50px auto;
	background: url(/infoportal/img/gfx/infosound-preloader-grey.gif) no-repeat center center;
}

/* */
.cell-2.test .image > img{
	height:178px;
	top:0;
}
.cell-3.test .image.resize.w1920 img{
	top:0;
}

.testy .cell-1.test > a > .title > .test-label{
	border-radius:0;
	font-size:23px;
}
.testy .cell-1.test.wiecej > a:before{
	width:370px;
	background:url('/infoportal/img/gfx/infosound-testy-wiecej.png') 0 38px no-repeat;
}

.reklama.row{
	padding:0;
	margin:0;
}

/**/
#stopka-content > .social > ul > li > a,
#stopka-content > .newsletter form > input{
	border-radius:17px;
}

/* menu - popup box */
.popup.menu-box
{
	left:-265px;
	top:30px;

	width: 900px;
	height: 420px;
	border-radius: 0;
	padding:0;
	border:0;

	-moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0 3px 10px 0px rgba(0,0,0,0.4);
}
.popup > ul.menu-box-content
{
	padding: 40px 0px 0px 20px;
	overflow:hidden;
	width:auto;
	list-style:none;
}
.popup li.menu-box-categories
{
	width: 200px;
	height: 300px;
	float: left;
	font-family: "OpenSans", sans-serif;
	color: #000;
	margin:0 2px;
	border-right: 1px solid #DDDDDD;
	text-align:left;
}
.popup li.menu-box-categories:after{
	display:none;
}
.popup li.menu-box-categories:last-child
{
	border-right: none;
}
.popup li.menu-box-categories ul
{
	list-style: none;
	overflow: hidden;
	padding: 0;
	width:auto;
	margin: 10px 0;
}
.popup li.menu-box-categories li
{
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
}
.popup li.menu-box-categories li:after{
	display:none;
}
.popup li.menu-box-categories a
{
	text-decoration: none;
	font-size: 14px;
	line-height: 36px;
	color: #000 !important;
}
.popup li.menu-box-categories > a
{
	font-size: 30px !important;
}
.popup li.menu-box-categories li a:hover
{
	text-decoration: underline;
}
.popup.menu-box > .menu-box-image
{
	position: absolute;
	right: -100px;
	top: 30px;
	display: block;
}
.popup.menu-box > .menu-box-image.systemy-av{
	right: -110px;
}
