
#responsiveMenu {
	display: none;
}
.responsiveWrapper{display: none;
}

/****************************************************************************************************/

/***************************************************************************************************/
@media (max-width: 1024px)  {
#menu ul li + li {}
  
}
@media (max-width:900px)  {
#menu li a{}

  

}
@media only screen and (max-width:1023px) {
	.Navwrap{ display:none;	}
.responsiveWrapper{display: block;}

#menu {
	margin-left: 0px;
	/*width:100%;*/
	margin-top:8px;
	margin-bottom:0px;
	float:left;
	background:none;
}
#menu > ul,#smoothmenu1 > ul {
	display: none;
}
#menu .menuDown,#smoothmenu1 .menuDown {
	display: inline-block;
	color: #000;
	text-decoration: none;
	float: right;
	font-size:16px;
	margin-left:0%;
	height:24px;
	line-height:24px;
	margin-top:12px;
	padding-top:0px;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	

}

#menu a.menuDown:hover{/*background:#000!important;*/
}



#menu .menuDown span,#smoothmenu1 .menuDown span {
	display: block;
	/*padding: 0px 8px 0px 16px !important;*/
	height:40px;
	width:48px;
	background: url(../images/menu/menu.png) no-repeat center center #fff;
	text-indent:-999999px;
	margin-top: 0px;
	padding: 10px;
	border:1px solid #eeeeee;
}
#responsiveMenu {
	font-size: 17px !important;
	line-height: normal;
/*	text-transform: uppercase;*/
	width:100%;
	height:100%;
	padding:3%;
	overflow: auto;
	position: fixed;
	z-index:1000000000000000;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .8);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#responsiveMenuInner {
	width: 100%;
	-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:#141414 ;
	border-bottom: 2px #FFF solid;
}
#responsiveMenu p span {
	color:#FFF;
	display: inline-block;
	padding-left: 20px;
	background: url(../images/menu/menu2.png) no-repeat left center;
}
#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 {
	/*background: #538ddd;*/
background:#111;
background-size:100%;
margin:0;

}
#responsiveMenu ul li {
	position: relative;
	list-style: none;
	
}
#responsiveMenu ul li + li {
	border-top: 1px #bbb solid;
}
#responsiveMenu ul li a {
	color: #111;
	display: block;
	padding: 7px 14px;
	text-decoration: none;
	font-size:14px;
	background:#fff;
	text-transform: uppercase;
	font-weight: 500;
}
#responsiveMenu ul li a span{ /*text-transform:none; display:none;*/
}
#responsiveMenu ul li a:hover,#responsiveMenu ul li:hover a{
color: #FFF;
	background:#0083c1 ;
}

#responsiveMenu ul li.current-menu-item a,#responsiveMenu ul li a.current-menu-item,#responsiveMenu ul li.current-menu-item a {
color: #FFF;
	background:#0083c1 ;
}
#responsiveMenu ul li ul {
	font-size: 90%;
	display: none;
	background:#423f3f;
color:#9c1826;
}
#responsiveMenu ul li ul li a,#responsiveMenu ul li.selected ul li a,#responsiveMenu ul li.Select ul li a{
	color:#000 !important;
	background:#f2f2f2 !important;
	
}

#responsiveMenu ul li ul li a:hover,#responsiveMenu ul li ul li:hover a{
	background:#202020 !important;
	color:#FFF !important;
}
#responsiveMenu ul li ul li:hover a ,#responsiveMenu ul li ul li.Select a,#responsiveMenu ul li ul li.Select a:hover{
	background:#202020 !important;
	color:#FFF !important;
}

#responsiveMenu ul li ul li ul {
	font-size: 90%;
	display: none;
	background:#a3a3a4;
color:#9c1826;
}

/***************3rd menu*********/

#responsiveMenu ul li ul li.selected ul li a,
#responsiveMenu ul li ul li ul li a,
#responsiveMenu ul li ul li:hover ul li a,
#responsiveMenu ul li.Select ul li ul li a,
#responsiveMenu ul li.Select ul li.Select ul li a{color:#ff0000 !important;
background:#FFF !important;

}
#responsiveMenu ul li ul li ul li:hover a,
#responsiveMenu ul li.Select ul li ul li:hover a,
#responsiveMenu ul li.Select ul li.Select ul li:hover a,
#responsiveMenu ul li.Select ul li.Select ul li.Select a{color:#000 !important;

}
#responsiveMenu ul li ul li + li {
	border-top: 1px #878688 solid;
}
/*.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 .downarrow {
	position: absolute;
	z-index: 10;
	right: 5px;
	top: 0px;
	width: 30px;
	height: 27px;
	padding: 0px;
	display: inline-block;
	
	
}
#responsiveMenu .downarrow:hover{ background:none;
}
#responsiveMenu .downarrow span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	background:url(../images/menu/menuArrow.png) no-repeat center center !important;

}
#responsiveMenu .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 screen and (max-width:560px) {


}
 @media screen and (max-width: 340px) {
	 #menu .menuDown {

	
} 
 }
 @media only screen and (max-width: 700px) {
}
@media only screen and (max-width: 480px) {
/* #smoothmenu1 .menuDown{ float:left;}*/
}
@media only screen and (max-width: 479px) {
 #menu .menuDown span, #smoothmenu1 .menuDown span{ margin-top: 0px;}
}

/*************************/
@-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;
}