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

.main_cont {
	width: 100%;
}

.home_slider_cont {
	width: 100%;
	height: 447px;
	overflow: hidden;
	position: relative;
}

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

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

.header_toolbar {
	background-color: #666666;
	min-height: 25px;
	width: 100%;
	position: relative;
}


.navbar-brand {
	width: 245px;
	height: 245px;
	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: #266049 !important;
}

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


.home_slider_over {
	margin-top: 67px; 
	position: absolute;
	width: 100%;
}

.home_slider_text {
	font-weight: 400;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 25px;
	letter-spacing: 0;
}

.header_wholesale_only {
	position: relative;
	width: 100%;
}

.header_wholesale_only span {
	display: block;
	position: absolute;
	z-index: 9999;
	right: 0;
	background: url(../images/wholesale_only.png) no-repeat;
	background-position: right center;
	
	background-size: cover;
	width: 75%;
	height: 41px;
	top: 272px;
}

.home_slider_icons {
	margin-top: 38px;
	text-align: center;
}

.home_slider_icon {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 45%;
	margin: 0;
}

.home_slider_icon img {
	width: 60px;
}

.home_slider_icon:link, .home_slider_icon:active, .home_slider_icon:hover {
	color: #fff;
}

.home_slider_icon span {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 2px;
	margin-top: 7px;
	padding-bottom: 7px !important;
	display: block;
}

.container_body {
	background-color: #262424;
	color: #fff;
	font-weight: 100;
	font-size: 18px;
}

.container_footer {
	background-color: #2e2e2e;
	margin: 0 !important;
	padding: 0 !important;
}

.container_home {
	margin: 0 auto;
	padding-top: 63px;
}

.container_home p {
	margin-bottom: 30px;
}

.home_sash_green {
	display: block;
	background: url("../images/home_sash_green.png") center top no-repeat;
	background-size: 100% ;
	width: 100%;
	height: 69px;
	text-align: center;
	margin-bottom: 30px !important;
}

.home_sash_green span {
	display: block;
	padding-top: 5px;
	font-weight: 400;
	font-size: 20px;
}


.home_readmore {
	color: #fff;
	background: url("../images/bk_green.png") repeat;
	padding: 4px 32px 6px 32px;
	border-radius: 20px;
	font-weight: 400;
	font-size: 22px;
}

.home_readmore:hover {
	color: #fff;
}

.home_features {
	
}

.home_features .row {
	margin: 0;
}

.home_features .col-md-4 {
	text-align: center;
	height: 260px;
	position: relative;
	overflow: hidden;
}

.home_features a {
	color: #fff;
}

.home_features span {
	position: absolute;
	width: 430px;
	height: 72px;
	left: 50%;
	top: 35%;
	margin-left: -215px;
	font-weight: 400;
	font-size: 30px;
	padding-top: 5px;
}

.home_feature1 {
	background: url("../images/home_features1.jpg") center center no-repeat;
}

.home_feature2 {
	background: url("../images/home_features2.jpg") center center no-repeat;
}

.home_feature3 {
	background: url("../images/home_features3.jpg") center center no-repeat;
}

.home_feature1 span {
	background: url("../images/home_features1s.png") center top no-repeat;
}

.home_feature2 span {
	background: url("../images/home_features2s.png") center top no-repeat;
}

.home_feature3 span {
	background: url("../images/home_features3s.png") center top no-repeat;
}

.footer_links_outer {
	padding-bottom: 20px;
}

.footer_links_outer .row {
	margin: 0;
}

.footer_callus {
	background: url("../images/bk_green.png") repeat;
	min-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}

.footer_callus span {
	display: inline-block;
	font-weight: 100;
	margin-top: 12px;
}

.footer_callus b {
	font-weight: 300;
	margin-left: 0;
}

.footer_copyright {
	height: 50px;
	text-align: center;
	background-color: #262424;
}

.footer_copyright span {
	display: inline-block;
	margin-top: 15px;
	color: #fff;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 1px;
}

.footer_title {
	color: #266049;
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 22px;
}

.container_footer a {
	color: #fff;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 1px;
}

.container_footer ul, .container_footer ol {
	margin: 0;
	padding: 0;
}

.container_footer li {
	color: #fff;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 1px;
	display: block;
	margin-left: 2px;
}

.container_footer ul li {
	margin-bottom: 12px;
}

.container_footer ol {
	margin-bottom: 20px;
}

.footer_links_inner {
	margin-top: 22px;
}

.footer_links_inner2 {
	margin-top: 0;
}

.container_page {
	background-color: #fff;
	padding: 20px;
	
}

.hours-cont {
	
}

.hours-inner {
	
}

@media (min-width: 576px) {
	.footer_callus b {
		margin-left: 30px;
	}
	
}


@media (min-width: 768px) { /* tablet */
	.home_slider_over {
		margin-top: 200px;
	}
	
	.home_slider_icon {
		display: inline-block;
		width: 136px;
		margin: 0 47px;
	}
	
	.home_slider_icon img {
		width: 133px;
	}
	
	.home_slider_icon span {
		xfont-size: 17px;
	}
	
	.home_sash_green {
		background-size: 100%;
		width: 422px;
		height: 69px;
		margin: 0 auto;
		text-align: center;
	}
	
	.home_sash_green span {
		padding-top: 5px;
		font-size: 28px;
	}
	
	.home_features .col-md-4 {
		padding: 0;
		margin: 0;
		height: 260px;
	}
	
	.home_feature1 {
		background: url("../images/home_features1.jpg") center center no-repeat;
	}
	
	.home_feature2 {
		background: url("../images/home_features2.jpg") center center no-repeat;
	}
	
	.home_feature3 {
		background: url("../images/home_features3.jpg") center center no-repeat;
	}

}


@media (min-width: 992px) {
	.nav_outer {
		height: 95px;
		width: 992px;
		margin: 0 auto;
	}
	
	.nav_outer .navbar {
		padding-left: 64px;
		padding-top: 0;
	}
		
	.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: 26px;
	}
	
	.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 {
		width: 146px;
		height: 146px;
		position: relative;
	}
	
	.navbar-brand img {
		width: 350px;
		height: 112px;
		position: absolute;
		left: 1px;
		bottom: 8px;
	}
	
	.container_home {
		width: 785px !important;
		margin: 0 auto;
	}
	
	.footer_links_outer {
		margin-left: 5px;
	}
	
	.footer_links_inner {
		margin-top: 42px;
	}
	
	.footer_links_inner2 {
		margin-top: 105px;
	}
	
	.footer_title {
		margin-bottom: 27px;
	}
	
	.hours-cont {
		
	}
	.hours-inner {
		
	}
	
	.header_wholesale_only span {
		background-size: auto;
		width: 100%;
		height: 68px;
		top: 72px;
	}
}


@media (min-width: 1200px) {
	.main_cont {
		width: 1200px;
		margin: 0 auto;
	}
	
	.footer_links_outer {
		margin-left: 90px;
	}
	
	.hours-inner {
		
	}
}


