#menu_bar, #menu_bar ul, #menu_bar ul li, #menu_bar ul li a, #menu_bar #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu_bar:after, #menu_bar > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu_bar #menu-button {
	display: none;
}
#menu_bar {
	background: transparent;
	float: right;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	line-height: 1;
	width: 73%;
	z-index: 51;
	margin-top: 27px;
	text-transform: capitalize;
}
/*#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}*/
#menu_bar > ul > li {
	float: left;
	padding: 0 14px;
	
}

#menu_bar > ul > li:last-child {
	padding-right: 0px;
}
#menu_bar.align-center > ul {
	font-size: 0;
	text-align: center;
}
#menu_bar.align-center > ul > li {
	display: inline-block;
	float: none;
}
#menu_bar.align-center ul ul {
	text-align: left;
}
#menu_bar.align-right > ul > li {
	float: right;
}
#menu_bar.align-right ul ul {
	text-align: right;
}
#menu_bar > ul > li > a {
	padding: 13px 0px;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	font-family: "Open Sans", sans-serif;
}
#menu_bar > ul > li a:hover {
	color: #ffb118;
}
#menu_bar > ul > li.active {
	color: #ffb118;
}

#menu_bar > ul > li.has-sub > a {
	/*padding-right: 25px;*/
}
#menu_bar > ul > li.has-sub > a::after {
	position: absolute;
	top: 18px;
	right: 13px;
	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);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#menu_bar > ul > li.has-sub:hover > a::after {
	border-color: #fff;
}
#menu_bar ul ul {
	position: absolute;
	left: -9999px;
	padding: 10px 0;
}
#menu_bar li:hover > ul {
	left: auto;
}
#menu_bar.align-right li:hover > ul {
	right: 0;
}
#menu_bar ul ul ul {
	margin-left: 100%;
	top: 0;
}
#menu_bar.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#menu_bar ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
#menu_bar ul li:hover > ul > li {
	/*height: 32px;*/
	height: inherit;
}
#menu_bar ul ul li a {
	padding: 4px 11px;
	width: 239px;
	font-size: 15px;
	background: rgb(25, 80, 105);
	/*border-bottom: 1px solid #ddd;*/
	text-decoration: none;
	color: #fff;
	line-height: 26px;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#menu_bar ul ul li:hover > a, #menu_bar ul ul li a:hover {
	color: #ffb118;
}
#menu_bar ul ul li.has-sub > a::after {
	position: absolute;
	top: 16px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#menu_bar.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#menu_bar ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}














@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#menu_bar {
		width: 100%;
		background: rgb(25, 80, 105);
	}
	#menu_bar ul {
		width: 100%;
		display: none;
	}
	#menu_bar.align-center > ul,  #menu_bar.align-right ul ul {
		text-align: left;
	}
	#menu_bar ul li,  #menu_bar ul ul li,  #menu_bar ul li:hover > ul > li {
		width: 100%;
		height: auto;
		border-right: none;
		border-top: 1px solid rgba(120, 120, 120, 0.15);
	}
	#menu_bar ul li a,  #menu_bar ul ul li a {
		border-right: none;
		width: 100%;
	}
	#menu_bar > ul > li,  #menu_bar.align-center > ul > li,  #menu_bar.align-right > ul > li {
		float: none;
		display: block;
	}
	#menu_bar ul ul li a {
		padding: 5px;
		font-size: 12px;
		color: #fff;
		background: none;
		border-bottom: 0px solid;
	}
	#menu_bar ul ul li:hover > a,  #menu_bar ul ul li a:hover {
		color: #ddd;
	}
	#menu_bar ul ul ul li a {
		padding-left: 40px;
	}
	#menu_bar ul ul,  #menu_bar ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}
	#menu_bar > ul > li.has-sub > a::after,  #menu_bar ul ul li.has-sub > a::after {
		display: none;
	}
	#menu-line {
		display: none;
	}
	#menu_bar #menu-button {
		display: block;
		padding: 16px;
		color: #fff;
		cursor: pointer;
		font-size: 14px;
		text-transform: uppercase;
	}
	#menu_bar #menu-button::after {
		content: '';
		position: absolute;
		top: 17px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff;
	}
	#menu_bar #menu-button::before {
		content: '';
		position: absolute;
		top: 23px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	#menu_bar .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 100%;
		cursor: pointer;
	}
	#menu_bar .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		right: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #fff;
		z-index: 99;
	}
	#menu_bar .submenu-button::before {
		content: '';
		position: absolute;
		right: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #fff;
		z-index: 99;
	}
	 #menu_bar .submenu-button.submenu-opened:after {
		display: none;
	}
}
@media screen and (min-width:768px) and (max-width:981px) {
#menu_bar{
margin-top: 17px;
width: 84%;
}
#menu_bar > ul > li{
padding: 0 5px;
}
#menu_bar > ul > li > a{
font-size: 16px;
}
}
@media screen and (min-width:982px) and (max-width:991px) {
#menu_bar{
margin-top: 17px;
width: 84%;
}
#menu_bar > ul > li{
padding: 0 5px;
}
#menu_bar > ul > li > a{
font-size: 16px;
}
}
@media screen and (min-width:992px) and (max-width:1200px) {
#menu_bar{
margin-top: 17px;
width: 74%;
}
#menu_bar > ul > li{
padding: 0 8px;
}
#menu_bar > ul > li > a{
font-size: 17px;
}
}