@charset "UTF-8";
/* CSS Document */

.navcontainer {
	margin-right: auto;
	margin-left: auto;

}
.navcontainer:after, .navcontainer:before {
	content: " ";
	display: table;
}
.navcontainer:after {
	clear: both;
}
@media (min-width:768px) {
.navcontainer {
	width: 750px;
}
}

@media (min-width:992px) {
.navcontainer {
	width: 970px;
}
}

@media (min-width:1200px) {
.navcontainer {
	width: 970px;
}
}
.serving-list {
	margin-bottom: 6px!important;
	padding-bottom: 6px!important;
	position: relative
}

.footer-logos {
	margin-top: 12px;
	padding-top: 12px;
	margin-bottom: 12px!important;
	padding-bottom: 6px!important;
	position: relative
}

.footer-text{
	font-weight:900;
	text-transform:uppercase;
	}

.footer-bg {
color:#165322;	
font-weight:900;
text-transform:uppercase;	
background: #79cd01; /* Old browsers */

background: -moz-linear-gradient(left,  #79cd01 0%, #d6e798 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#79cd01), color-stop(100%,#d6e798)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #79cd01 0%,#d6e798 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #79cd01 0%,#d6e798 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #79cd01 0%,#d6e798 100%); /* IE10+ */

background: linear-gradient(to right,  #79cd01 0%,#d6e798 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79cd01', endColorstr='#d6e798',GradientType=1 ); /* IE6-9 */

}

.footer-bg h3{
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
	}
.footer-phonenumber{
	font-size:24px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
	line-height: 36px;
	}	
.footer-copyright{
	font-size:12px;
	height:17px;
	text-transform:uppercase;
	color:#015d14;
	font-weight:900;
	padding-top:10px;
	}	

.footer-bg a{
	font-weight:900;
	text-transform:uppercase;
	color:#165322;
	}
.fa-footer{
	font-size:30px;
	color:#165322;
	}

.contact-btn{
	background-image:url(../images/uploads/contact_bg.png);
	width: 150px;
	padding-top:33px;
	margin-left:0px;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	height: 90px;
	text-align:center;
	z-index:2;
	}

.contact-btn a{
	color:#fff;
}

.fa {
	color:#78cc00;
}

.box-round-lg{
	display: block;
	text-align: center;
	margin: 0 auto 24px;
	position: relative;
	z-index: 100;
	width: 400px;
	max-width: 100%;
	border-radius: 50%;
	
}
.circle-image{
    width:400px;
    border-radius:50%;
    display:block;
    background-position-y:25%;
}

.green h2{
color:#165322;}