.nav, .nav ul, .nav ul li, .nav ul li a, .nav #menu-button {
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav #menu-button {
	display: none;
}
.nav {
	width: 67%;
	float: right;
	position: relative;
}
.nav > ul {
	display: block;
	text-align: left;
	float: right;
}
.nav.align-right > ul > li {
	float: right;
}
.nav > ul > li {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	text-transform: capitalize;
}
.nav > ul > li:last-child {
	background-image: none;
}
.nav.align-center > ul {
	float: none;
	text-align: left;
}
.nav.align-center > ul > li {
	float: none;
}
.nav.align-center ul ul {
	text-align: left;
}
.nav > ul > li > a {
	display: block;
	padding: 12px 20px 12px 20px;
	color: #353534;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin: 16px 0px 0px;
	text-align: left;
}
.nav > ul > li:hover > a, .nav > ul > li > a:hover, .nav > ul > li.active > a {
	color: #009ed9;
	text-decoration: none;
}
.nav > ul > li > a.active {
	color: #009ed9;
	text-decoration: none;
}
.nav > ul > li > a > span {
	display: block;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 400;
	color: #747474;
	text-shadow: none;
}
.nav > ul > li.has-sub > a {
}
.nav > ul > li.has-sub:hover {
	border-top-color: #ffffff!important;
}
.nav > ul > li.has-sub.active, .nav > ul > li.has-sub:hover > a {
	border-top-color: #ffffff!important;
}
.nav ul ul {
	position: absolute;
	left: -9999px;
	top: 50px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: 400;
	opacity: 0;
	background-color: #64a0bc;
	z-index: 9999;
	padding: 5px 0px 0px 0px !important;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
	z-index: 2;
	text-align: left;
}
.nav.align-right ul ul {
	text-align: right;
}
.nav > ul > li > ul {
	top: -2px;
	z-index: 2;
}
.nav > ul > li:hover > ul {
	top: 43px;
	left: 0;
	opacity: 1;
	z-index: 20;
}
.nav.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
.nav ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
.nav.align-right ul ul ul {
	padding-right: 6px;
}
.nav ul ul > li:hover > ul {
	left: 180px;
	top: 0;
	opacity: 1;
}
.nav.align-right ul ul > li:hover > ul {
	left: auto;
	right: 100%;
	opacity: 1;
}
.nav ul ul li {
	background-image: none!important;
	width: 210px;
	color: #383737;
	list-style-type: none;
	padding: 5px 12px !important;
	border-bottom: 1px solid #fff;
}
.nav ul ul li:last-child {
	border: none;
}
.nav ul ul li a {
	color: #fff;
	display: block;
	padding: 8px 0 !important;
	font-size: 13px;
}
.nav ul ul li a:hover {
	color: #000;
}
.nav ul ul li:hover > a, .nav ul ul li.active > a {
	color: #000;
}
.nav ul ul li:first-child > a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	behavior: url(../pie_files/PIE.htc);
}
.nav ul ul li:last-child > a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	behavior: url(../pie_files/PIE.htc);
}
.nav > ul > li > ul::after {
	position: absolute;
	display: block;
}
.nav ul ul li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #777777;
	right: 17px;
	top: 14px;
}
.nav.align-right ul ul li.has-sub > a::after {
	border-left-color: transparent;
	border-right-color: #777777;
	right: auto;
	left: 17px;
}
.nav ul ul li.has-sub.active > a::after, .nav ul ul li.has-sub:hover > a::after {
	border-left-color: #333333;
}
.nav.align-right ul ul li.has-sub.active > a::after, .nav.align-right ul ul li.has-sub:hover > a::after {
	border-right-color: #333333;
	border-left-color: transparent;
}
.inquiry_btn {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-khtml-border-radius: 30px;
	display: block;
	color: #fff!important;
	font-size: 14px;
	font-weight: 700;
	background: #009ed9;
	line-height: 13px;
	text-transform: uppercase;
	position: relative;
	transition: all 0.5s ease 0s;
	padding: 15px 25px 15px 25px!important;
	width: 100%;
	text-align: left;
}
.inquiry_btn:hover {
	background: #212121;
	color: #fff!important;
}
a.inquiry_btn.active {
	background: #212121!important;
	color: #fff!important;
}
 @media only screen and (min-width: 981px) and (max-width:1100px) {
.nav {
	width: 67%;
	text-align: right;
}
.nav > ul {
	display: inline-block;
	text-align: center;
	float: none;
}
.nav > ul > li {
	font-size: 14px;
	display: inline-block;
	text-align: center;
}
.nav > ul > li > a {
	padding: 15px 20px 15px 20px;
	font-size: 13px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}
}
@media only screen and (min-width: 768px) and (max-width:981px) {
.nav {
	width: 63%;
	text-align: right;
}
.nav > ul {
	display: inline-block;
	text-align: center;
	float: none;
}
.nav > ul > li {
	font-size: 14px;
	display: inline-block;
	text-align: center;
}
.nav > ul > li > a {
	padding: 11px 11px 11px 11px;
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}
}
 @media all and (max-width:768px), 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) {
 .nav {
width: 100%;
margin:0px auto 0px;
padding: 0px;
 width: 100%;
 display:block;
 text-align:left;
 background:#009ed9;
}
 .nav > ul {
 display: none;
}
 .nav > ul.open {
 display: block;
 background-color:#000;
 z-index: 10;
}
.nav > ul {
 float:none;
}
 .nav.align-right > ul {
 float: none;
}
 .nav.align-center > ul {
 text-align: left;
}
 .nav > ul > li, .nav.align-right > ul > li {
 float: none;
 display: block;
}
 .nav > ul > li {
 background:none;
 border-bottom:none;
 padding: 0px 0px;
}
 .nav > ul > li > a {
 padding:14px 10px;
 text-decoration: none;
 color:#393939;
 font-size: 14px;
 text-transform: uppercase;
 margin:0px 0px 0px;
 border-radius: 0px;
 -moz-border-radius: 0px;
 -webkit-border-radius: 0px;
 -o-border-radius: 0px;
 -khtml-border-radius:0px;
 behavior: url(../pie_files/PIE.htc);
 text-align:left;
 background:#fff;
 border-bottom:1px solid #d7d7d7;
}
 .nav > ul > li.has-sub > a {
margin-right: 0px;
padding-right: 0px;
}
 .nav > ul > li.active > a {
 background: rgba(0, 0, 0, 0.1);
}
 .nav #menu-button {
 display: block;
 text-decoration: none;
 font-size: 15px;
 color: #fff;
 padding:17px 10px 14px 10px;
 text-transform: uppercase;
 letter-spacing: 1px;
 cursor: pointer;
 text-align: left;
}
 .nav ul ul, .nav ul li:hover > ul, .nav > ul > li > ul, .nav ul ul ul, .nav ul ul li:hover > ul, .nav.align-right ul ul, .nav.align-right ul li:hover > ul, .nav.align-right > ul > li > ul, .nav.align-right ul ul ul, .nav.align-right ul ul li:hover > ul {
 left: 0;
 right: auto;
 top: auto;
 opacity: 1;
 width: 100%;
 padding: 0;
 position: relative;
 text-align: left;
 background:none;
}
 .nav ul ul {
 background:#d9d9d9!important;
 padding:0px 0px 0px 0px !important;
}
 .nav ul ul li {
 color:#383737;
 list-style-type: none;
 padding:0px 0px !important;
 width:100%;
}
 .nav ul ul li:last-child {
 border:none;
}
 .nav ul ul li a {
 width: 100%;
 box-shadow: none;
 padding: 12px 0px 12px 40px!important;
 background: transparent;
 color: #000;
 font-size:14px;
}
 .nav ul ul li a:hover {
 background:#f0f0f0;
}
 .nav ul ul ul li a {
 padding-left: 45px;
}
 .nav ul ul li:first-child > a, .nav ul ul li:last-child > a {
 border-radius: 0;
}
 .nav #menu-button::after {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #fff;
 border-bottom: 2px solid #fff;
 right: 25px;
 top: 20px;
}
 .nav #menu-button::before {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #fff;
 right: 25px;
 top: 30px;
}
 .nav > ul > li.has-sub > a::after, .nav ul ul li.has-sub > a::after {
 display: none;
}
 .nav > ul > li > ul::after {
 display: none;
}
 .nav > ul > li:hover > a, .nav > ul > li > a:hover, .nav > ul > li.active > a, .nav > ul > li:hover > a span {
 background:#f1f1f1;
}
.inquiry_btn {
 padding: 15px 10px!important;
 color:#393939!important;
}
.inquiry_btn:hover {
 background: #f1f1f1;
 color: #009ed9!important;
}
}
