#stuck_container {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 999;
		background-color: #fff;
		padding: 10px 0 10px;
}

.isStuck {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		
		box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.isStuck  .sf-menu ul  {
	padding-bottom:0px;
}
.isStuck .sf-menu img {
	display:none;
}
.isStuck .sf-menu li {
	font-size:22px;
	line-height:21px;
}
.isStuck .navigation{
	margin-top:-30px;
}

.isStuck .menuBox {
	margin: 0;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.isStuck .logo{
	background: #ffffff url(../images/logo_mniejsze_stuck.png) no-repeat;
	width:150px;
	height:42px;
	padding:0px;
}
/*
@media only screen and (min-width: 979px) {

.isStuck h1 a{
	width: 332px;
	height: 86px;
}

.isStuck h1 a img {
	width: 180px;
}


.isStuck h1 {
	top: 14px !important;
}


.isStuck .navigation, .isStuck .header_socials {
	position: relative;
	top: -20px;
}



	.isStuck {
	}


}
*/
@media only screen and (max-width: 979px) {

	#stuck_container {
		position: relative !important;
		box-shadow: none;
		
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}

	.isStuck {
	
	}
	
	
}

@media only screen and (max-width: 767px) {

	.isStuck {    

}

}