/*LAYOUT*/
/*Change the style after STYLE*/
.nav-style {
	padding: 0;
	margin: 0;
}
.nav-style, .nav-style li {
	list-style: none;
	position: relative;
}
.nav-style>li {
	float: left;
	position: relative;
	height: 100%
}
.nav-style>li>a {
	text-align: center;
	height: 100%;
	display: block;
	position: relative;
}
.nav-style .subList {
	position: absolute;
	width: auto !important;
	min-width: 100%;
	margin: 0;
	display: block;
	padding: 0;
	border: none;
	font-size: 1em;
}
.nav-style .subList>li>a {
	line-height: 2em;
	display: block;
}
.nav-style .subList>li>a:hover, .nav-style .subList>li>a:focus {
	outline: none;
}
.nav-style .subList .subList {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.nav-style .subList li:hover .subList {
	visibility: visible;
}
.nav-style .subList>li>a {
	height: 0;
	overflow: hidden;
	letter-spacing: 0;
	display: block;
	transition: 0.35s all;
	-webkit-transition: 0.35s all;
	-moz-transition: 0.35s all;
	-o-transition: 0.35s all;
	-ms-transition: 0.35s all;
}
.nav-style li:hover>.subList>li>a {
	height: 2em;
}
.mob-menu {
	display: none;
}

@media (max-width:768px) {
.mob-menu {
	display: block;
}
.nav-style {
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 99;
	padding: 0;
	overflow-y: auto;
}
.nav-style {
	width: 100%;
	display: none;
}

.nav-style>li {
	float: none;
	clear: both;
	padding: 0;
	width: 100% !important;
	height: auto !important;
}
	.nav-style>li>a{line-height: 2em;}
.nav-style .subList {
	width: 100% !important;
	position: relative;
	left: 0;
}
.mob-menu {
	display: block;
}
.nav-style.open > a, .nav-style.open > a:hover, .nav-style.open > a:focus {
	background: none;
}
.nav-style .subList .subList {
	left: 0;
	position: relative;
}
}



/*STYLE*/ 
/*Change the style HERE*/
.nav-style>li {}
.nav-style a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0;
	font-size: 18px;
	color: #222;
	padding-left: 1em; padding-right: 1em; text-decoration: none;
}
.nav-style a:after {
	background-color: #FFF;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	right: 0;
}
.nav-style>li:hover>a:after, .nav-style>li:focus>a:after, .nav-style>li.active>a:after {
	width: 70%
}
.nav-style >li>a {font-size: 16px;color: #1e1d17;}
.nav-style >li>a:hover,
.nav-style >li>a:active{opacity: .7;}
.nav-style >li:hover>a {}
.nav-style>li>a:hover, .nav-style>li>a:focus, .nav-style>li.active>a {}
.nav-style .subList {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav-style>li>.subList>li>a {
	padding: 0 1em;
	text-align: center;
}
.nav-style .subList>li>a {
	padding: 0;
	text-align: center;
}
.nav-style .subList>li>a:hover, .nav-style .subList>li>a:focus {
	background-color: #FFF;
}
.nav-style li:hover>.subList>li>a:hover {
	color: #333;
	background-color: #f3f3f3;
}
.mob-menu {
	float: right;
	font-size: 32px;
	color: #666;
	width: 64px;
	height: 64px;
	overflow: hidden;
	line-height: 100%;
	background: #f5f5f5;
	border: none;
	outline: none;
	cursor: pointer;
}

@media (max-width:768px) {
.nav-style {
	background-color: #FFF;
	color: #666;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.nav-style>li>a {
	color: #333;
}
.nav-style>li>a:hover, .nav-style>li>a:focus, .nav-style>li.active>a {
	color: #333;
	background-color: #f3f3f3;
}
.nav-style a:after{display:none;}
.nav-style>li {
	border-left: none;
	border-bottom: 1px #fff solid;
	height: auto !important;
	border-right: none !important;
}
}
