/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/




/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

header				{	width:100%; padding:30px 0px; background:#fff;}
header .container	{	max-width:1170px;margin:auto;}
header .logo		{	background:url(../images/logo.png); width:406px;height:60px; position: relative;}

.clear				{	float:none; width:100%;}


/******************************
	-	FILTER BUTTONS 	-
	-	NAVIGATION BUTTONS	-
********************************/


.navigationbuttons,
.essential-pagination,.filters			{	text-align: center; margin-top:30px;margin-bottom:30px;}

.essential-filterbutton,
.essential-navigationbutton				{	color:#fff; margin-right:10px;cursor:pointer; padding:10px; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; background:#000; background: rgba(0,0,0,0.6); font-size:12px;font-family:"Open Sans",sans-serif; display: inline-block}

.essential-navigationbutton:hover,
.essential-filterbutton:hover,
.essential-filterbutton.selected		{	background:#c0392b; }


