@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	line-height: 1;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}
/* Navigation */
.menu {
	list-style: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	
}
.menu a {
	color: #f4eae1;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 3px 0px 3px 30px;
	background: url(../images/menu_bg.png) 10px 4px no-repeat;
}
.menu a:hover {
	background-color: #2fa4a8;
}
.menu .on {
	background-color: #2fa4a8;
}
.menu .one {
	margin-left: -5px;
}
.menu .two {
	margin-left: -10px;
}
.menu .three {
	margin-left: -15px;
}
.menu .four {
	margin-left: -21px;
}
.menu .five {
	margin-left: -26px;
}
.menu .six {
	margin-left: -37px;
}
.menu .sevan {
	margin-left: -50px;
}
.menu .eight {
	margin-left: -58px;
}

/*   Mobile Navigation  */
#jPanelMenu-menu {
	display: none;
}
#jPanelMenu-menu a.current {
	background-color: #fc0 !important;
}
#jPanelMenu-menu a.current:after, #jPanelMenu-menu .with-ul:after {
	display: none;
}
#jPanelMenu-menu a {
	color: #f4eae1;
	display: block;
	padding: 10px 20px !important;
	background-color: #ff9c00;
	text-transform: uppercase;
	border-bottom: 1px solid #f4eae1;
}
#jPanelMenu-menu a:hover {
	background-color: #2fa4a8;
}
#jPanelMenu-menu .one-fourth-column, #jPanelMenu-menu .one-column, #jPanelMenu-menu .two-columns, #jPanelMenu-menu .three-columns, #jPanelMenu-menu .four-columns, #jPanelMenu-menu .five-columns, #jPanelMenu-menu .six-columns {
	float: left;
	width: 100%;
	position: relative;
	display: inline-block;
}
#jPanelMenu-menu .hidden-on-mobile, #jPanelMenu-menu .mega-headline {
	display: none;
}


/* Standard 1180 (devices and browsers) */
@media only screen and (min-width:1200px) {
a.menu-trigger {
	display: none;
}
}


/* Smaller than standard 1180 (devices and browsers) */
@media only screen and (min-width:960px) and (max-width:1389px) {
a.menu-trigger {
	display: none;
}
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width:768px) and (max-width:990px) {
a.menu-trigger {
	display: none;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
#responsive {
	display: none;
}
a.menu-trigger {
	float:left;
	color: #f4eae1;
	display: block;
	font-size: 14px;
	margin-right: 20px;
	position: relative;
	text-transform: uppercase;
}
a.menu-trigger i {
	font-size: 14px;
	padding: 7px 15px 8px 15px;
}
a.menu-trigger:hover {
	color: #fff;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
}


/* Styles for Retina Images */
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (-moz-min-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2) {
}
