/*******************************
| HEADER
*******************************/
html,body{font-family: 'Scada', sans-serif;}
body{
	background: #eaf3ee url(../dbs/top-grass.png) no-repeat top center;
	background-position: 67% -100px;
	/*url(../dbs/background-top.jpg) repeat-x top*/
}
header{
	padding: 50px 0 0;
}
header .contact-us{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	padding-left: 85px;
	background: #a5afaa url(../dbs/icon-phone.png) no-repeat 15px 50%;
	color: #fff;
	min-height: 90px;
	line-height: 30px;
}
header div.phone-numbers{
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
header p.phone-numbers{
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
header div.phone-numbers img{
	margin-left: 10px;
	margin-right: 7px;
}
/*******************************
| NAVIGATION
*******************************/
ul.nav{
	margin-top: 50px;
}
ul.nav{
	/*background: #fff;*/
	display: inline-block;
}
ul.nav > li{
	/*margin-right: 15px; */
	/*border-bottom: 1px solid #cecece;*/
}
ul.nav > li:last-child a{
	/*padding: 20px 28px 18px;*/
}
ul.nav > li > a{
	padding: 20px 26px 18px;
	color:#727969;
	font-size: 23px;
	font-family: 'Oswald', sans-serif; 
}

ul.nav > li > a.active,
ul.nav > li > a:hover,
ul.nav > li:hover,
ul.nav > li:hover > a,
ul.nav ul li a:hover {
	background: #8fb328;
	color:#fff;
}

ul.nav ul li a{
	padding: 15px;
}

.responsive-menu-container img.logo{
	margin: 0 auto;
	height: 40px;
}
div#responsive-menu{
	top:71px;
}
ul.responsive-menu a{
	background: #fff;
}
ul.responsive-menu a:hover{
	color:#086c3a;
	background: #fff;
}
ul.left-menu li{
	border-bottom: 1px solid #cecece;
}
ul.left-menu li a{
	border: none;
}
.menu-icon{
	background: url(../dbs/icon-menu.png) no-repeat 50% 50%;
	height: 40px;
	background-size: contain;
}
#responsive-menu > ul > li > ul a{
	background:#f0f0f0;
	padding-left: 20px;
	border-bottom:1px solid #e4e4e4; 
}
/*******************************
| SLIDER
*******************************/

.caption .new-box{
	position: relative;
	padding: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.caption .new-box h1{
	font-size: 24px;
	text-shadow: 0px 2px #000;
}
.caption .new-box p{
	color: #fff;
	font-size: 14px;
	display:block;
}
.caption .new-box a{
	text-align: right;
	margin: -15px;
	margin-top: 10px;
	background: #89C33F; 
	display: block;
	padding:7px;
	color: #fff;
}
/*******************************
| HOME PAGE
*******************************/
div.home-page{
	margin-top: 50px;
}
div.col3-wrapper{
	text-align: center;
}
div.col3-wrapper .img-wrapper{
	min-height: 95px;
	position: relative;
	margin-bottom: 10px;
}
div.col3-wrapper .img-wrapper img{
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: 0;
}
div.col3-wrapper h3{
	color:#333;
	font-size: 26px;
	margin-bottom: 25px;
}
div.col3-wrapper p{
	font-size: 14px;
	color: #666;
	padding: 0px 40px;
	line-height: 18px;
}
.why-grass{
	margin-top: 70px;
	margin-bottom: 50px;
}
.why-grass ul{
	margin-left: 15px;
}
.why-grass ul li{
	line-height: 20px;	
}
.why-grass h1{
	margin-bottom: 40px;
}
.why-grass p{
	font-size: 18px;
	margin-bottom: 15px;
}
.why-grass .send-enquiry-wrapper{
	/*background: url(../dbs/icon-enquiry.png) 100% 100% no-repeat;*/
	padding: 50px;
	position: relative;
}
.why-grass a.send-enquiry{
	background: #a5afaa;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 30px;	
	font-size: 20px;
	display: block;
}

.why-grass a.send-enquiry:hover{
	background: #87c140;
}

.why-grass .send-enquiry-wrapper .hand{
	position: absolute;
	right: 50px;
  	top: 70px;
}
.why-grass ul{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.why-grass ul li{
	padding-left: 30px;
	background: url(../dbs/bull-grass.png) no-repeat 0px 3px;
	line-height: 24px;
	margin-top: 5px;
}

#slogan{
	margin: 0 auto;
	text-align:center;
	font-size:50px;
	margin-bottom:40px;
	letter-spacing:4px;
}
section.grey-section {
  background: #fff;
  padding: 70px 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

/*******************************
| MAIN CONTENT
*******************************/
.main-border-top{
	margin-top: 35px;
	border-top: 1px solid #cecece;
}

.main-content{
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-content p{
	line-height: 18px;
}
.main-content h1{
	font-size: 36px;	
}
.main-content h2{font-size: 24px; }
.main-content h3{font-size: 20px; }

.main-content h2,
.main-content h3{
	color: #086c3a;
	margin: 30px 0 15px; 
}
.main-content a{
	color: #086c3a;
}
.main-content a:hover{
	color: #8fb328;
}
.main-content ul{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main-content ul li{
	padding-left: 30px;
	background: url(../dbs/bull-grass.png) no-repeat 0px 50%;
	line-height: 24px;
}
/*******************************
| FOOTER
*******************************/
footer{
	background: #E9EFEC url(../dbs/footer-background.png) repeat-x bottom;
	padding: 30px 0 100px;	
	background-size: 420px;
	border-top: 1px solid #cecece;
}

footer > div{
	position: relative;
}
footer p{
	color: #666;
	font-size: 12px;
	line-height: 16px;
}
footer ul{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
footer ul li{
	display: inline-block;	
	border-right: 1px solid #cecece; 
}
footer ul li:last-child{
	border: none;
}
footer ul li a{
	font-size: 12px;
	line-height: 14px;
	padding: 0 8px;	
	color: #666;
}
footer ul li a:hover{
	color: #89c33f;
}

/**************************************
|	CAROUSEL PRI REFERENCAH
**************************************/

.carousel-wrapper {
	padding-bottom: 10px;
	position: relative;
	max-width: 900px;
  	overflow: hidden;
  	margin: 0 auto;
	/*width: 80%;
	margin: 0 auto;*/
}
.carousel, .thumbs {
    overflow: hidden;
} 
.carousel span,
.thumbs a{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; 	
}
.carousel span a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.carousel span, .carousel img,
.thumbs a, .thumbs img  {
    display: block;
    float: left;
}
.carousel span, .carousel a,
.thumbs span, .thumbs a {
    position: relative;
}
.carousel img,
.thumbs img {
    border: none;
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
}

.carousel span {
    width: 554px;
    height: 313px;
}
 
.thumbs-wrapper {
    padding: 20px 40px;
    position: relative;
}
.thumbs a {
    border: 2px solid #899;
    width: 150px;
    height: 100px;
    margin: 0 10px;
    overflow: hidden;
    /*width: 150px!important;*/
    
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -ms-transition: border-color .5s;
    transition: border-color .5s;
}
.thumbs a:hover, .thumbs a.selected {
    border-color: #566;
}
 
.wrapper img.shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
}
 
.prev, .next {
    background: transparent url(../dbs/carousel_nav.png) no-repeat 0 0;
    display: block;
    width: 19px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.prev {
    background-position: 0 0;
    left: 10px;
}
.next {
    background-position: -19px 0;
    right: 10px;
}           
.prev:hover { 
    background-position: 0 -20px;               
}
.next:hover {
    background-position: -19px -20px;               
}

/**************************************
|	FORM ELEMENTS
**************************************/
form#enquiryForm input{
	background: #fff;
	color: #000;
}
form#enquiryForm input[type="submit"]{
	float: right;
	margin-right: 15px;
	background: rgb(143, 179, 40);
	color: #fff;
	padding: 12px 25px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
form#enquiryForm textarea{
	border: none;
}
form#enquiryForm input[type="submit"]:hover{
	background: rgb(8, 96, 50);
}