body,html {
	background-color: #262424;
	font-family: 'Lato', sans-serif;
}

.nav_outer {
	background-color: #262424;
	min-height: 65px;
	width: 100%;
	position: relative;
}

.navbar-brand {
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.navbar-brand img {
	width: 100%;
	height: 100%;
}

.nav-link {
	font-weight: 400 !important;
	font-size: 19px;
	color: #fff !important;
}

.nav-link:hover {
	color: #269102 !important;
}

.nav-item.active .nav-link {
	color: #269102 !important;
}

@media (min-width: 576px) {
	
}


@media (min-width: 768px) { /* tablet */

}


@media (min-width: 992px) {
	.nav_outer {
		height: 95px;
/* 		width: 992px; */
		margin: 0 auto;
	}
	
	.nav_outer .navbar {
		padding-left: 40px;
		padding-top: 30px;
	}
		
	.nav-link {
		padding-top: 11px;
		padding-bottom: 22px !important;
	}
	
	.nav-item:hover {
		background: transparent url("../images/nav-leaf.png") no-repeat;
		background-position-y: 0;
		background-position-x: 90%;
	}
	
	.nav-item {
		margin-left: 58px;
	}
	
	.nav-item.active {
		background: transparent url("../images/nav-leaf.png") no-repeat;
		background-position-y: 0;
		background-position-x: 90%;
	}
	
	.home_slider_text {
		font-size: 51px;
		letter-spacing: 1px;	
	}
		
	.navbar-brand {
		position: relative;
		width: 76px;
		height: 76px;
	}
	
	.navbar-brand img {
		position: absolute;
		top: -20px;
	}
	
}


@media (min-width: 1200px) {
	
	
}


