@media (max-width:767px){
	.menu-style01
	{
		display:none !important;
	}
	.mobnav-trigger-wrapper {
background: #4a8249;
background: -moz-linear-gradient(top, #4a8249 0%, #386237 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a8249), color-stop(100%,#386237));
background: -webkit-linear-gradient(top, #4a8249 0%,#386237 100%);
background: -o-linear-gradient(top, #4a8249 0%,#386237 100%);
background: -ms-linear-gradient(top, #4a8249 0%,#386237 100%);
background: linear-gradient(to bottom, #4a8249 0%,#386237 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a8249', endColorstr='#386237',GradientType=0 );
	}
	.mobnav-trigger {
		color: #FFFFFF !important;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	body.category-bird .mobnav-trigger-wrapper, body.category-bird .block-layered-nav .block-subtitle--filter {
		background: #972269;
	}
	body.category-reptile .mobnav-trigger-wrapper, body.category-reptile .block-layered-nav .block-subtitle--filter {
		background: #0985e0;
	}
	body.category-lizard .mobnav-trigger-wrapper, body.category-lizard .block-layered-nav .block-subtitle--filter {
		background: #32a711;
	}
	body.category-snake .mobnav-trigger-wrapper, body.category-snake .block-layered-nav .block-subtitle--filter {
		background: #d93827;
	}
	body.category-cat .mobnav-trigger-wrapper, body.category-cat .block-layered-nav .block-subtitle--filter {
		background: #f76d00;
	}
	body.category-small-animal .mobnav-trigger-wrapper, body.category-small-animal .block-layered-nav .block-subtitle--filter {
		background: #713c17;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (min-width:768px){
	.mobnav-trigger-wrapper, .nav-mobile
	{
		display:none !important;
	} 
}

