#page_holder
{
	padding-top:80px;
}

#featured_section_menu_holder
{
	margin-bottom:0px !important;
}

#category_title
{
	width:100%;
	min-height:35px;
	padding:10px;
	
	line-height:15px;
	padding-left:10px;
	font-family:'Fira Sans',sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	text-shadow:0px 0px 1px rgba(0,0,0,.4);
	margin-bottom:15px;
	box-shadow:inset 0px 0px 10px rgba(255,255,255,.2);
	border-bottom:1px inset rgba(0,0,0,.1);
	background-image:url(wavylines.png);

	background-repeat:repeat;
	background-size:200px 200px;
	background-position:0px -200px;
	background-attachment:fixed;
	padding-bottom:0px;

}

#category_title .category_viewall
{
	float:right;
	margin:10px;
	margin-top:0px;
	position:relative;
	top:-4px;
	font-size:14px !important;
	padding:4px !important;
	margin-bottom:0px !important;
}

#category_title .category_sections_dropdown
{
	height:26px !important;
	position:relative;
	cursor:pointer;
	margin-bottom:0px;
}

#category_title .category_sections_dropdown span
{
	display:inline-block;
	float:right;
	margin:5px;
	width:10px;
	height:10px;
	position:relative;
	overflow:hidden;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	
	transform-origin:center 3px;
	-webkit-transform-origin:center 3px;
	-ms-transform-origin:center 3px;
	-o-transform-origin:center 3px;
}

#category_title .category_sections_dropdown span.collapse
{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}

#category_title .category_sections_dropdown span b{
	background-color:#fff;
	width:10px;
	height:10px;
	top:-50%;
	left:0px;
	position:absolute;

	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	
}

#category_title .category_sections_dropdown:hover
{
	text-shadow:0px 0px 0px #fff !important;
}

#category_title .category_sections_dropdown:hover span b
{
	background-color:#184878;
}


ul#category_sections
{
	position:absolute;
	top:100%;
	right:-2px;
	background-color:#fff;
	list-style:none;
	width:250px;
	padding:0px;
	margin:0px;
	display:none;
	z-index:999;
	border-top:0px !important;
}

ul#category_sections li
{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;

}

ul#category_sections li a{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	font-size:16px;
	color:#333;
	padding-left:10px;

}


@media only screen and (min-width:600px)
{
	#category_title
	{
		min-height:50px;
		font-size:30px;
		text-transform:none;
		line-height:30px;

	}

	#category_title .category_viewall
	{
		float:right;
		margin:10px;
		margin-top:0px;
		position:relative;
		top:0px;
		font-size:16px !important;
		padding:6px !important;		
	}	


	#category_title .category_sections_dropdown
	{
		height:30px !important;	
	}
}

