/* BOTH TABS & MOBILES */ 
@media only screen and (min-width: 0px) and (max-width: 768px) {
/* Header */
.icon-bar {
	background-color: #f89931 !important;
}
.navbar-toggle {
	border-color: transparent !important;
	background-color: transparent !important;
}
}

/* MOBILES ONLY */
@media only screen and (min-width: 0px) and (max-width: 600px) {
/* Header */
#header_logo {
	margin-left: 16% !important;
}
.navbar-nav > li > a {
	line-height: 2.5 !important;
	font-weight: normal !important;
}
.navbar-default {
	box-shadow: none !important;
}
/* Footer */
.footer_titles {
	margin-bottom: 0px !important;
	margin-top: 20px !important;
}
#footer2 {
	padding-top: 15px !important
}
#footer_logo {
	margin-bottom: 30px !important;
}
/* Home */
#background1 {
	background-attachment: scroll !important;
}
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
/* TABS ONLY (IPAD) */
/* Header */
.navbar-nav > li > a {
	color: #777 !important;
	line-height: 1.3 !important;
	padding-top: 23px !important;
	color: #f89931 !important;
}
/* Footer */
#footer_logo {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
.footer_titles {
	margin-top: 10px !important;
}
}
