/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

ul.nav-list, ul.nav-submenu {
	list-style:none;
}

.nav {
	width:100%;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
  	font-size:14px;
  	font-weight:500;
	text-transform:uppercase;
	height:55px;
}
.nav-list {
	text-align:left;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
	display:block;
	color:#FFF;
	padding:20px 23px;
}
.nav-item.arrow a {
	background:url(../images/arrow-menu.png) no-repeat center 45px #141414;
}
.nav-item.arrow a:hover {
	background:url(../images/arrow-menu.png) no-repeat center 48px #0162b1;
}
.nav-item > a:hover {
	background:#0162b1;
	color:#FFF;
	text-decoration:none;
}
.nav-item:hover .nav-submenu {
	display:block;
}

.nav-item a i.home:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f015";
}

/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0px;
	width:250px;
}
.arrow .nav-submenu-item a {
	background:#007fc6;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:10px 15px;
	font-size:12px;
	line-height:20px;
	height:auto;
	border-bottom:solid 1px #d50821;
}
.nav-submenu-item a {
	background:#007fc6;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:10px 15px;
	font-size:12px;
	line-height:20px;
	height:auto;
	border-bottom:solid 1px #d50821;
}
.arrow .nav-submenu-item a:hover {
	background:#141414;
	color:#fff;
	text-decoration:none;
}
.nav-submenu-item a:hover {
	background:#141414;
	color:#fff;
	text-decoration:none;
}
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#273a98 url(../images/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../images/drop.png) no-repeat center center;
}
.nav-click:hover {
	background-color:#d50821;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.nav-list>.nav-item>.search-mobile {
  	display:none;
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {

.nav-item a {
	display:block;
	padding:20px 9px;
}

.nav-list>.nav-item>.search-mobile {
  	display:none;
}

}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 240px) and (max-width: 767px) {
.nav-list>.nav-item>.search-mobile {
	float:none;	
  	width:100%;
  	font-family: 'Open Sans', sans-serif;
  	font-size:12px;
  	color:#fff;
  	padding:10px 20px;
  	background:url(../images/icon-search.png) no-repeat center right 10px #007fc6;
  	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-ms-box-sizing:border-box;
  	-o-box-sizing:border-box;
 	-webkit-box-sizing:border-box;
  	border:none;
	display:block;
}	
	
}

@media only screen and (min-width: 240px) and (max-width: 980px) {
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item a {
	display:block;
	color:#FFF;
	line-height:40px;
	padding:0 0;
	height:40px;
	background:#273a98;
	border-bottom:solid 1px #007fc6;
	}
	.nav-item a:hover {
	border-bottom:solid 1px #007fc6;
	}
	.nav-item > a {
		padding:5px 0 5px 20px;
	}
	.nav-item.arrow a {
	background:#141414;
	border-bottom:solid 1px #1b1b1b;
}
.nav-item.arrow a:hover {
	background:#007fc6;
	border-bottom:solid 1px #007fc6;
}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
}