#menu {
	position: relative;
	z-index: 100;
	float: none;
	margin-top: 0px;
}
#menu:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
#menu ul {
	/*float:right;*/
	vertical-align: top;
	display: inline-block;
	position: relative;
	z-index: 1000;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu li {
	position: static;
	display: inline;
	float: left;
	position: relative;
}
#menu li + li {
	margin-left: 1px;
	background: url(../images/Untitled-1.png) 0 22px no-repeat;
}
#menu li a {
	font-family: 'GothamNarrow-Book';
	padding: 18px 15px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 13pt;
}
#menu li a:hover {
	color: #fff;
	background-color: #d62029;
}
/*#menu li a:focus {
	color: #ea020d !important;
	background-color: #fff !important;
}*/
/*#menu li.pageitem a{
	background-color: transparent;
	border-bottom:4px solid #3b99d9;
	padding: 15px 22px;
	color:#3b99d9;
}*/
.active{
	color: #fff !important;
	background-color: #d62029 !important;
}
#menu li.active > a {
	color: #fff;
	background-color: #d62029;
}
#menu li.select > a {
	color: #f2b703;
	background: #d62029;
}
#menu li a.selected {
	color: #fff;
	background-color: #d62029;
}
#menu > ul > li.hasSub > a:after {
	position: absolute;
	top: 25px;
	right: 8px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu > ul > li.hasSub {
	padding-right: 8px;
}
#menu > ul > li.hasSub:hover > a:after {
	border-color: #fff;
}
#menu li a span {
	color: #969696;
	display: block;
}
#menu ul li ul {
	display: none;
	padding: 0;
	width: 200px;
	position: absolute;
	/*border:#f00 solid 1px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);*/
}
#menu ul li ul li {
	display: block;
	/*width: 100%;*/
	width: 200px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
	text-align: left;
	margin-top: 0px;
}
#menu ul li ul li + li {
/*border-top: 1px #206620 solid;*/
}
#menu ul li ul li a {
	color: #d62029;
	line-height: normal;
	font-size: 97%;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 10px 0px;
	padding-left: 12px;
	background: #fff;
	border-bottom: 1px solid #d62029;
}
#menu ul li ul li a:hover, #menu ul li ul li a.selected, #menu ul li ul li.select > a {
	color: #fff;
	background: #d62029;
}
#menu ul ul ul {
	width: 120px;
	left: 120px;
	top: 0px;
	position: absolute;
	display: none;
	padding: 0px;
	border: 0px;
}
#menu ul ul ul li + li {
	border-top: 1px #fff solid;
}
#menu ul ul ul li a {
	background: #fff;
}
#menu ul ul ul li a:hover, #menu ul ul ul li a.selected, #menu ul ul ul li.select > a {
	background: #00a651;
}
#menu ul ul ul ul li + li {
	border-top: 1px #fff solid;
}
#menu ul ul ul ul li a {
	background: #252525;
}
#menu ul ul ul ul li a:hover, #menu ul ul ul ul li a.selected, #menu ul ul ul ul li.select > a {
	background: #1e1e1e;
}
#menu .downarrow {
	position: absolute;
	right: 2px;
	top: 30px;
	width: 10px;
	height: 6px;
	background: url(../images/menuArrow.png) no-repeat;
}
#menu .rightarrow {
	position: absolute;
	right: 10px;
	top: 14px;
	width: 3px;
	height: 5px;
	background: url(../images/navArrow2.png) no-repeat;
}
#menu .menuDown {
	display: none;
}
#menu .hiddenNav {
	display: none;
}
#responsiveMenu {
	display: none;
}

/****************************************************************************************************/
@media (max-width: 1199px) {
/*#menu li a {
	padding: 0px 10px;
}*/
}
/***************************************************************************************************/
@media only screen and (max-width: 991px) {
#menu {
	text-align: center;
	width: auto;
	padding: 0;
}
#menu > ul {
	display: none;
}
#menu .search {
	margin-top: 2px;
	margin-left: 5px;
}
#menu form {
	top: 40px;
}
/*#menu .menuDown {
	display: inline-block;
	color:#FFFFFF;
	text-decoration: none;
	padding: 5px 15px;
	background:#551f1f;
}
#menu .menuDown span {
	display: block;
	padding: 0px 0px 0px 20px !important;
	background: url(../images/menu/menu.png) no-repeat 0px center;
}*/



#menu .menuDown {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px;
	/*background:#5465a8;*/
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/*#menu .menuDown:hover {
	background:#eff0f3;
}*/
#menu .icon-bar {
	background-color: #ea020d;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
#menu .menuDown span {
	display: block;
	/*padding: 0px 0px 0px 20px !important;
	background: url(../images/menu/menu.png) no-repeat 0px center;
	text-transform: uppercase;*/
	margin: 5px 0;
}
#responsiveMenu {
	line-height: normal;
	text-transform: uppercase;
	width: 100%;
	height: 120%;
	overflow: auto;
	position: fixed;
	z-index: 100002;
	left: 0px;
	top: 0px;
	background: url(../images/menu/menuBg.png);
}
#responsiveMenuInner {
	font-size: 14px;
	position: absolute;
	height: 80%;
	width: 100%;
	padding: 20px;
	overflow: auto;
	-webkit-transform: translateY(-1000px);
	-moz-transform: translateY(-1000px);
	-o-transform: translateY(-1000px);
	transform: translateY(-1000px);
}
#responsiveMenu p {
	line-height: 30px;
	position: relative;
	margin: 0px;
	padding: 8px 14px;
	background: #1f36a4;
	border-bottom: 2px #FFF solid;
}
#responsiveMenu p span {
	color: #ea020d;
	display: inline-block;
	padding-left: 20px;
	background: url(../images/menu/menu.png) no-repeat left 8px;
}
#responsiveMenu p a {
	position: absolute;
	right: 0px;
	top: 0;
	width: 40px;
	height: 100%;
	display: inline-block;
	background: url(../images/menu/close.png) no-repeat center center;
}
#responsiveMenu ul {
	margin: 0;
	padding: 0;
}
#responsiveMenu ul li {
	position: relative;
	list-style: none;
}
#responsiveMenu ul li + li {
	border-top: 1px #d0d0d0 solid;
}
#responsiveMenu ul li a {
	color: #1f36a4;
	display: block;
	padding: 8px 14px;
	text-decoration: none;
	background: #e7e7e7;
}
#responsiveMenu ul li a:hover {
	color: #ea020d;
}
#responsiveMenu ul li.select > a {
	background: #f2b703;
}
#responsiveMenu ul ul {
	display: none;
	border-top: 1px #dfdfdf solid;
}
#responsiveMenu ul ul li + li {
	border-top: 1px #dfdfdf solid;
}
#responsiveMenu ul ul li a {
	font-size: 96%;
	background: #f7f8fa;
}
#responsiveMenu ul li.select-li ul {
	border-top: 3px #3d3d3d solid;
}
#responsiveMenu ul ul li a.select {
	background: #3d3d3d;
}
#responsiveMenu ul ul ul li + li {
	border-top: 1px #fff solid;
}
#responsiveMenu ul ul ul li a {
	background: #fff;
}
#responsiveMenu ul ul li.select-li ul {
	border-top: 3px #303030 solid;
}
#responsiveMenu ul ul ul li a.select {
	background: #303030;
}
#responsiveMenu ul ul ul ul li + li {
	border-top: 1px #252525 solid;
}
#responsiveMenu ul ul ul ul li a {
	background: #303030;
}
#responsiveMenu ul ul ul li.select-li ul {
	border-top: 3px #252525 solid;
}
#responsiveMenu ul ul ul ul li a.select {
	background: #252525;
}
/*.menuScroll {
		position:fixed !important;
		z-index:10000 !important;
		right:2% !important;
		top:2% !important;
		margin-top:5px !important;
		width:auto !important;
		opacity:.8;
	}
	.menuScroll:hover {
		opacity:1;
	}*/
	
#responsiveMenu ul .downarrow {
	position: absolute;
	z-index: 10;
	right: 5px;
	top: 9px;
	width: 16px;
	height: 9px;
	padding: 0px;
	display: inline-block;
	background: none;/*	background: #828687 !important;
*/}
#responsiveMenu ul li.select-li .downarrow {
	background: #696969 !important;
}
#responsiveMenu ul ul .downarrow {
	background: none !important;
}
#responsiveMenu ul ul ul .downarrow {
	background: #303030 !important;
}
#responsiveMenu ul .downarrow span {
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -15px;
	margin-top: -2px;
	width: 15px;
	height: 15px;
	background: url(../images/menu/menuArrow.png) no-repeat center center !important;
}
#responsiveMenu ul .downarrow.uparrow span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#responsiveMenu .quote {
	display: none;
}
}
@media (max-width: 767px) {
#menu {
	width: 100%;
}
}
@media only screen and (max-width: 400px) {
}


/*************************/
@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
}
80% {
-webkit-transform:translateY(-10px);
}
100% {
-webkit-transform:translateY(0);
}
}
@-moz-keyframes bounceInDown {
0% {
opacity:0;
-moz-transform:translateY(-2000px);
}
60% {
opacity:1;
-moz-transform:translateY(30px);
}
80% {
-moz-transform:translateY(-10px);
}
100% {
-moz-transform:translateY(0);
}
}
@-o-keyframes bounceInDown {
0% {
opacity:0;
-o-transform:translateY(-2000px);
}
60% {
opacity:1;
-o-transform:translateY(30px);
}
80% {
-o-transform:translateY(-10px);
}
100% {
-o-transform:translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity:0;
transform:translateY(-2000px);
}
60% {
opacity:1;
transform:translateY(30px);
}
80% {
transform:translateY(-10px);
}
100% {
transform:translateY(0);
}
}
.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0);
}
20% {
opacity:1;
-webkit-transform:translateY(-20px);
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform:translateY(0);
}
20% {
opacity:1;
-moz-transform:translateY(-20px);
}
100% {
opacity:0;
-moz-transform:translateY(2000px);
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform:translateY(0);
}
20% {
opacity:1;
-o-transform:translateY(-20px);
}
100% {
opacity:0;
-o-transform:translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
transform:translateY(0);
}
20% {
opacity:1;
transform:translateY(-20px);
}
100% {
opacity:0;
transform:translateY(2000px);
}
}
.animated.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
