/*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;
	z-index: 99;
}
.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;
  font-size:12px;
}
.mob-menu {
	display: none;
}

@media (max-width:768px) {
.mob-menu {
	display: block;
}
  .navbar{
    display:block;
  }
.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 li a:after {
	background-color: #453b13;
    width: 2px;
    height: 12px;
    -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: "";
    margin: auto;
    right: 2px;
    top: 0;
}*/
.nav-style >li>a {font-size: 14px;color: #453b13;}
.nav-style >li>a:hover {}
.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: #efe9ab;
}
.mob-menu {
	float: right;
	font-size: 22px;
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	line-height: 100%;
	background: #d4af2e;
  border-radius:10px;
	border: none;
	outline: none;
	cursor: pointer;
}

@media (max-width:768px) {

.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;
}
}
