body {
/*    background: url("../img/grass_background2.jpg"); */
    background: #8BD100;
		background-size: 100%;
		font-size: 14px;
}

p {
	font-size: 14px;
	margin-bottom: 15px;
}

#masthead-carousel {
	margin-bottom: 0px;
}

.about-container .about-item {
	padding-right: 2em;
}

.pull-right {
	float: right !important;
}

.about-container .choose-item h3 i {
	margin-right: .4em;

	color: #F90;
}

.about-container .choose-item h3 {
	margin-bottom: 0;

	font-size: 14px;
}

.work-container .work-item .thumbnail {
	margin-bottom: 1.5em;
}

.service-container .service-item h3 {
	font-size: 14px;
}

.service-container .service-item h3 i {
	position: relative;
	top: 3px;

	margin-right: .25em;

	color: #F90;

	font-size: 24px;
}

#page-title {
	padding-top: 5px;
	padding-bottom: 5px;
}

.headerphone {
	text-align: center;
	color: #8BD100;
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.top-logo {
	margin-top: 0px !important;
}

.instansive-widget {
	height: 730px !important;
}

.accordion-heading h4 {
  color: #006400;
}

.accordion-heading i {
  color: #006400;
}

.accordion-heading a:hover h4 {
  color: blue;
}

.masthead-details {
	height: 100%;
}


#header-right {
	float: right;
}

#nav .container > #main-nav > li.active a {
  border-top-color: green;

}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: darkgreen;
  background-image: linear-gradient(to bottom, green, darkgreen);
  background-repeat: repeat-x;
  color: #FFFFFF;
  outline: 0 none;
  text-decoration: none;
}

.slash {
  color: darkgreen;
}

@media (max-width: 767px) {

	#contact-map {
		margin: -12px 0 0;
	}

#header-right {
	width: 100%;
}


}

.profile {
	text-align: center;
}

.profile img {
	display: inline-block;

	margin: 0 auto 1.25em;
}

.profile h4 {
	margin-bottom: .85em;

	font-size: 18px;
}

.profile .profile-title {
	margin-bottom: 1em;

	color: #777;

	font-size: 16px;
	font-style: italic;
}

#wrapper {
	border-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 50px black;
}

#footer-logo {
    background: url("../img/greenlogotransparent.png");
    height: 100px;
}

.portfolio-image {
	width: 100%;
	padding: 3px;
	border: 1px solid #DDDDDD;
	box-shadow: 3px 3px 3px #DDDDDD;
	margin-bottom: 20px;

}

.modal-body {
    max-height: 700px;
    padding: 5px;
		text-align: center;
}


@media (min-width: 900px) {

#wrapper {
	width: 800px;
}

.container {
	width: 800px;
}

.modal {
	width: 90%;
	margin-left: -45%;

}

#masthead .carousel-control {
  left: -35px;
}

#masthead .carousel-control.right {
  right: -35px;
}

}

#header {
	padding-top: 15px;
	padding-bottom: 15px;
}

#header h1 {
    background: url("../img/greenlogo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    margin: 0;
    overflow: hidden;
		line-height: 28px;
		padding-left: 130px;
		color: darkgreen;
		font-size: 24px;
		font-weight: 600;
}

#header h1 a {
    color: darkgreen;
    text-decoration: none;
		padding-top: 20px;
}

@media (max-width: 500px) {

#header h1 {
	height: 140px;
}

}


#fb-wrap {
	float: right;
	margin-right: -25px;
}