@media (min-width: 768px) and (max-width:991px)
{
	/* forms... */
	
	form#subscribe-form div.col-md-6:first-child	{ padding-right: 15px; padding-bottom: 3px; }
	form#subscribe-form div.col-md-6:last-child		{ padding-left: 15px; }
	
	
	
	
	/* navigation... */
	
	span#navigation-activator
	{
		display: block;
	}
	
	nav
	{
		display: none;
		position: absolute;
		z-index: 10;
		left: 30px;
		top: -5px;
	}
	
	nav ul
	{
		display: block;
		width: 200px;
		border-style: none none solid;
	}
	
	nav ul li
	{
		display: block;
		vertical-align: inherit;
		border-style: solid solid none;
		height: auto;
		padding: 5px 0;
	}
	
	
	
	
	/* home... */
	
	.birder-friendly-badge
	{
		display: none;
	}
	
	
	
	
	/* main concerns... */
	
	h3
	{
		font-size: 1.6em;
		width: 280px;
		height: 57px;
		
		padding: 20px 0 0 30px;
	}
	
	.content-footer-images
	{
		height: 200px;
	}
}