@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
*,*:after,*:before {	margin:0;	padding:0;	/*box-sizing:border-box;	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;	*/-webkit-font-smoothing:antialiased;	font-smoothing:antialiased;	text-rendering:optimizeLegibility; }
.nav a, .nav a:hover {	text-decoration:none;}
.nav ul, .nav ol {	list-style:none;}

.nav {font-family: 'Nunito', sans-serif; background: #6C5D4E url('../images/wood-bg.jpg') repeat-x center top; float:right; height:40px;width:100%;clear:right;position:relative;	 padding:0; margin:0px 0 0 0;text-transform:lowercase ; 
font-style:normal;	font-size:1.2em; font-weight:700;
}
.nav-list {	text-align:left;  }
.nav-item {	float:left;	*display:inline;	zoom:1;	position:relative;}
.nav-item a {	display:block;	color:#fff;	margin:11px 0px 0px 18px;		 }
.nav-item:hover > a {	/*background:#1C1A96;*/   	color: #eee; }
.nav-item:hover .nav-submenu {	display:block;}

.nav-submenu {	display:none;	position:absolute; z-index:99999;	left:0;	width:180px; font-size:0.9em; margin: 0px 0 0 0px;  padding-top:5px;}
.nav-submenu-item a {	float:left;	background: #6C5D4E  url('../images/wood-bg.jpg') repeat-x center top; color:#fff;	top:0px;width:200px;	display:block;	padding:8px 10px;margin: 0px 0 0 8px; font-weight:normal;}
.nav-submenu-item a:hover {	color: #eee; }

.nav-mobile {	display:none; cursor:pointer;	position:absolute;	top:0;	right:0;	background:#E2001A url(../images/mobile-icon.png) no-repeat center center;	background-size:40px;	height:49px;	width:50px;}
	
.nav-click {	position:absolute;	top:0;	right:0;	display:none;	border-left:1px solid rgba(255, 255, 255, 0.2);	height:39px;	width:50px;	cursor:pointer;}
.nav-click i {	display:block;	height:39px;	width:48px;	background:url(../images/drop.png) no-repeat center 12px;	background-size:20px;}
.nav-click:hover {	background-color:#6C5D4E;}
.nav-rotate {	-webkit-transform:rotate(180deg);	-moz-transform:rotate(180deg);	-ms-transform:rotate(180deg);	-o-transform:rotate(180deg);	transform:rotate(180deg);}

@media only screen 
and (min-width : 0px) 
and (max-width : 768px){

	
	.nav-list {		display:none;	}
	.nav-item {		width:100%;		float:none;	background:#6C5D4E;position:relative; z-index:999999;}
	.nav-item > a:hover {	background:#DAD5CF ;color: #6C5D4E; }
	.nav-item a{			background:#6C5D4E;color: #fff; margin:0 0 0 0px;  border-top:1px solid rgba(255, 255, 255, 0.2); text-align:center}
	.nav-item > a {		padding: 10px 10px;	}
	.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%;	background:'';  top:0px; padding-top:0px; width:100%; margin: 0 0 0 0px;}
	.nav-submenu-item a {float:none;		background:#DAD5CF ;	color: #6C5D4E;border-bottom:1px solid rgba(0, 0, 0, 0.1);	 width:auto; display:block;	padding:10px 20px;}
	.nav-submenu-item a:hover {color: #444	}




	.nav {		 	background: #6C5D4E url('') repeat-x center top;	width:100%;		 margin-top:-2px;padding:39px 0 0;height:auto;	}
	.nav-mobile {	display:block;top:0px;	right:2%;	background: url(../images/tablet-icon.png) no-repeat center center;		height:39px;	width:40px; z-index:100000}

}
