@charset "utf-8";
/* CSS Document */

.subnav {
	padding: 10px 0;
	background-color:#f5f5f5;
	position: -webkit-sticky;
	top: 10px;
	z-index: 1;
	padding-left:10px;
	
}

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;

	padding:20px;
	z-index: 100;
	border-top: 0;
	padding-bottom:20px;
}