/* =============================================================================
DESKTOP
========================================================================== */
#header_top {
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0px;	
	z-index: 100;
}
#header_top_desktop {	
		
}
.header_left, .header_center, .header_right {
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
}
.header_left {
	width: 45%;
	float: left;
	text-align: left;
}
.header_center {
	width: 10%;
	float: left;
}
.header_right {
	width: 45% ;
	float: right;
	text-align: right;
}
.header_center .nav_item {
	margin: 0 auto;
	idth: 100px;
	text-align: center;
}
.header_center .nav_item img {
	height: 25px;
}
#nav_desktop{
	margin: 0px 0 0 0;
}
	#nav_desktop h4 {
		margin: 0;
		font-size: 1.25em;
		text-align: center;
	}
.nav_item{
	position: relative;
	display: block;
	padding: 0; 
}
	.nav_item:hover{
		border-bottom: 2px solid #fff; 	
	}
	.nav_item a{
		display: block;
		float: left;
		padding: 9px 20px;
		text-align: center;  
	}
	.nav_item:hover h4{
		color: #fff;		  
	}
.nav_active {
	color: #fff;	
	border-bottom: 2px solid #fff;	
}
.nav_item_left{
	float: left;
}
.nav_item_right{
	float: right;
}
.nav_item_center{
	float: none;
	width: 92px;
}

.site_title{
	text-align: center;
	margin: 0px;
	font-family: 'Alex Brush', cursive;
}
.site_sub_title{
	text-align: center;
	font-family: 'Great Vibes', cursive;
	ont-family: 'Alex Brush', cursive;
}


 /* =============================================================================
   MOBILE
   ========================================================================== */
#header_side{
	display: none;
}
#header_top_mob{
	display: none;
}
#menu_bttn_mob {
	float: left;
	cursor: pointer;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
	#menu_bttn_mob:hover {
		transition: opacity .3s cubic-bezier(.5,.5,.5,.5);
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	#menu_bttn_mob img {
		width: 30px;
		padding: 7px;
		margin-right: 20px;
	}
#side_menu_back {
	width: 200px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: -210px;
	background-color: rgba(0, 0, 0, .85);	
	z-index: 97;
}
#side_menu_wrap {
	width: 200px;
	position: fixed;
	top: 0px;
	left: -210px;
	z-index: 98;
}
#side_menu {
	clear: left;
	list-style: none;
	padding: 0;
	margin-top: 75px;
}
.side_menu_item{
	float: left;
	text-align: left;
	border-right: 4px solid transparent; 
	border-bottom: 0px;
	margin: 2px 0 2px 5%;
	width: 95%;
}
	.side_menu_item:hover {
		border-bottom: 0px;
		border-right: 4px solid #fff;  
	}
.side_menu_item_active {
	border-top: 0px;
	border-right: 4px solid #fff !important;  
}


/* =============================================================================
   ADMIN BAR
   ========================================================================== */
.admin_bar_wrapper{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.75);	
}
#admin_bar {
	color: #333;
	height: 45px;
	position: relative;
	z-index: 99999;
	top: 0px;
	left: 0;
	width: 100%;
	padding: 0 10px;	
}
#admin_bar_left{
	float: left;
	height: 45px;
}
#admin_bar_right{
	float: right;
	height: 45px;
}


/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
	width: 100%;
	position: relative;
	height: 50px;
}
.header_spacer_alert{
	height: 100px;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 979px) { 
	/* -- ***NEEDED!!!*** -  FIXES JS ERROR WHEN RESIZING-- */
	#side_menu_back {
		left: -210px !important;
	}
	#side_menu_wrap {
		left: -210px !important;
	}
}
@media screen and (max-width: 979px) {
	#header_side{ display: block; }
	#nav_desktop{ display: none; }
	#header_top_mob{ display: table; }
	.header_bar_site_title{display:none;}
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {	
}
@media screen and (max-width: 640px) {
	#side_menu {
		margin-top: 75px;
	}
	.site_title{
		font-size: 4em;
	}
}
@media screen and (max-width: 479px) {
	.site_title{
		font-size: 2.35em;
	}
	.side_menu_item{
		font-size: 1.25em;
	}
}