/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

/*SOCIAL ICONS*/
#social {
	display: block;
	height: 37px;
	float: right;
	margin-top: 7px;
	margin-right: 10%;
	z-index: 999;
	width: 95%;
	max-width: 1140px;
 }
.social_icon a {
	display: block;
	margin-right: 7px;
	background: #4c8800;
	width: 37px;
	height: 37px;
	float: right;
}
.social_icon a:hover {
	background: #FFF;
	}



/*NAVIGATION*/
.main_category {
	font-weight: 400;
}
.sub_category {
	display: none;
	visibility: hidden;
}
#logo {
	text-align: left;
	display:inline-block;
	float: none;
	margin-bottom: 20px;
	margin-top: -18px;
}
nav {
	margin-top: 20px;
	margin-bottom: 0;
	width: 65%;
	font-size: 15px;
	font-family: 'Raleway', 'sans-serif';
	font-weight: 400;
	float: right;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	height: 70px;
}
nav li {
	width: 25%;
	padding-left: 7px;
	padding-right: 7px;
	display: inline;
	float: left;
}
nav a {
	color: #666;
	display: inline-block;
	width: 157px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	border-right: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: none;
}
nav a:hover, nav a:active {
	color: #bbdb60;
}
nav a#pull {
	display: none;
}


/*Styles for screen 835px and lower*/
@media screen and (max-width: 840px) {
/*NAVIGATION*/
#logo {
	text-align: center;
	display:inline-block;
	float: none;
}
nav {
	width: 100%;
	float: none;
	margin-bottom: 0;
}
}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 767px) {
/*NAVIGATION*/
.main_category {
	font-weight: 700;
}
.sub_category {
	display: inherit;
	visibility: visible;
}
#logo {
	display: none;
}
	nav {
	height: auto;
	background: none;
	width: 100%;
	float: none;
	margin-bottom: 20px;
	border-bottom: 0;
	font-size: 15px;
	font-family: 'Raleway', 'sans-serif';
	font-weight: 400;
}
nav ul {
	width: auto;
	display: none;
	height: auto;
}
nav li {
	position: relative;
	display: block;
	float: none;
	width: 100%;
}
nav li a {
	border-bottom: 1px solid #CCC;
	border-right: none;
	color: #666;
}
nav a {
	text-align: left;
	width: 100%;
	text-indent: 25px;
}
nav a#pull {
	display: block;
	background-color: none;
	width: 100%;
	position: relative;
}
nav a#pull:after {
	content:"";
	background: url('/images/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {



}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	
}
