.toggleMenu {
	display: none;
	background: #337ab7;
	padding: 10px 15px;
	color: #fff;
	margin-top: 10px;
}
.nav {
	list-style: none;
 *zoom: 1;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.menuinr { padding: 35px 0 0 0; float: right; }
.nav ul { list-style: none; width: 9em; }
.nav a {
    margin: 0px 5px 0px 5px;
    padding: 7px 8px;
    text-decoration: none;
    font-size: 15px;
    color: #000; letter-spacing: 1px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 500;
	text-transform: uppercase;
}
.nav a i { font-size: 22px; }


.nav > li:hover > a, .nav > a:hover, .nav > li:hover > a, .nav > a:hover {
    border-bottom: 2px solid #ec9d00;
	color: #ec9d00;
}
.active a {
	border-bottom: 2px solid #ec9d00;
	color: #ec9d00;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left; margin:0px 1px;/* border-top: 1px solid #104336; */
}
.nav > li > .parent {
	/* background-image: url("../images/downArrow.png"); */
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > .parent:after {
	content:'\f0d7'; font-family: 'FontAwesome'; right: -5px; display: inline-block; position: relative;
}
.nav > li > ul > li > .parent {
	background-image: url("../images/right-arrow.html");
	background-repeat: no-repeat;
	background-position: right;
}
/* .nav > li > ul > li > .parent { background:url(../images/right-arrow.gif) right 0px top 16px no-repeat;
	background:url("../images/right-arrow.gif") top 2px no-repeat;
} */

.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	width: 250px;
	margin: 0px;
	padding: 5px 5px !important;
	background: #fff;
	border-top: solid 2px #ec9d00;
	z-index: 1000000000000;
	box-shadow: 0px 0px 4px #ccc;
	border-radius: 0px 0px 4px 4px;
	top: 95%;
}
.nav li li ul {
	top: -8px !important; margin: 0px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 20px;
}
.nav li li a {
	display: block;
	border: none;
	margin: 0px;
	position: relative;
	text-transform: none;
	color: #000;
	font-size: 13px;
	padding: 6px 15px;
	/* background-color: #fff; */
}
.nav li li a:hover {
	border: none !important;
	text-decoration: none;
	color: #fff;
	background-color: #ec9d00;
}
.nav li li:hover > a {
	color: #fff;
	background-color: #ec9d00;
}
.nav li li li a {
	z-index: 1000000000000;
}

/*
@media screen and (max-width:1600px) {
   .nav a { padding: 12px 15px; }
}
*/

a.register-tab { padding: 10px 25px; margin: 18px 0px 0px 0px; color: #fff; border-radius: 8px; font-weight: bold; text-transform:none; font-size: 19px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff945b+0,ce352e+100 */
background: rgb(255,148,91); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,148,91,1) 0%, rgba(249,110,73,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,148,91,1) 0%,rgba(249,110,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,148,91,1) 0%,rgba(249,110,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff945b', endColorstr='#ce352e',GradientType=0 ); /* IE6-9 */ }

a.register-tab:hover { background: #038ea7 !important; }

a.register-tab span { color: #fff8a4; }

@media screen and (max-width:1366px) {
   a.register-tab { padding: 12px 10px; margin: 18px 0px 0px 0px; font-size: 16px; }
}
@media screen and (max-width:1280px) {
   .menuinr { padding: 28px 0 0 0; }
   .nav a { margin: 0px 5px 0px 0px; padding: 7px 6px; font-size: 14px; }
    
}

@media screen and (max-width:1199px) {
	.nav a { padding: 1px 3px; font-size: 13px; }
}




@media screen and (max-width:991px) {
.nav {
	background: #fff;
	margin-bottom: 10px !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 97%;
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
	top: 100%;
    margin: auto; box-shadow: 0px 4px 8px rgba(0,0,0,0.2); 
}
.toggleMenu {
	display: none;
	background: #01acf4 url(../images/navigation-bar.html) right 10px top 14px no-repeat;
	padding:10px 42px 10px 15px;
	margin: 6px 15px 0px 0px;
	text-decoration: none;
	float: right;
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
    position: absolute;
    right: 2%;
}
.toggleMenu {
	color: #fff;
}
.nav li:hover, .nav li.active {
	list-style: none;
	position: relative;
	text-decoration: none;
	color: #fff;
	background: none;
	z-index: 1000000000;
}
.nav li ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.nav a {
	padding: 8px 0px 8px 12px;
	border: none;
	border-radius: 0;
	margin: 0px;
}
.active {
	display: block;
}
.nav > li {	float: none; border-bottom: 1px solid #eeeeee; }

.nav > li.hover a.parent, .nav > ul > li.hover a.parent { color: #ec9d00 !important; background-color: #fff; }
.nav > li > .parent { background-position: 97% 50%; }
.nav li li .parent {
	background-image: url("../images/downArrow.html");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav > li > ul > li > .parent {
	background-image: url("../images/downArrow.html");
	background-repeat: no-repeat;
	background-position: right; color:#000 !important;
}
.nav > li > ul > li > .parent:after { content: '\f0d7'; font-family: 'FontAwesome'; right: -5px; display: inline-block; position: relative; }
.nav > li > ul > li > .parent:hover { color:#fff !important; }
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static; background-color: #f5f5f5;
}
.nav > li:hover > a, .nav > a:hover, .nav > li li:hover > a, .nav > a:hover {
	border: none;
}


.header-fix .toggleMenu { margin: -12px 15px 0px 0px; }
.map-image img{ width:225px;}
}
