/* CSS Document */
/*******mob_btn********************/
.clr{ display: block; float: none; clear: both;}
#mob_menu{
	position: fixed;
	background-color: #9eb727;
	height: 100%;
	z-index: 999999;
	width: 280px;
	color: #fff;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	left:-280px;
}
#mob_menu.show_menu{
	left:0px;
}
#mob_menu .close_btn a{
	font-size:14px;
	color:#fff;
	font-weight:500;
}
#mob_menu ul, #mob_menu ul li {
    border-bottom: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#mob_menu ul li{
	display:block;	
}
.mobile_menu li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	width: 100%;
}
#mob_menu ul li a{
	display:block;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	padding:4px 15px;
}
#mob_menu ul li + li {
    border-top: 1px solid #b0c939;
    margin: 5px 0;
}
.mobile_btn{
	display:none;
}
.a_right {
    text-align: right;
}
/***************************************/
.address {
    display: inline-block;
}
.contact_no {
    display: inline-block;
    float: right;
}
.contact_info .contact_no p.ph{
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;             
	background-position:left center;
	padding-left: 22px;
}
.contact_info .contact_no p.fax{
	background-image:url(../images/fax.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 22px;
}
.contact_info .address p.add {
    background-image: url("../images/location.png");
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 24px;
    padding-left: 22px;
}

.contact_info {
    margin: 22px auto 0;
    padding: 0 50px;
    width: 800px;
}
#header {
    margin: 0;
}
.mobile_btn a {
    display: block;
}
.enviro_images{
	float:left; 
	width:350px;
}
.tops{
	float:left;
	width:330px;
	margin:0 0 0 10px;
}
#header h1 {
    border-bottom: 0 none;
    color: #5e5e5e;
    float: left;
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
    margin-left: -30px;
    margin-top: 120px;
    text-decoration: none;
    text-transform: uppercase;
	margin-bottom:0;
}
#header.top_section {
    margin: 0 auto 20px;
    max-width: 520px;
}
.top_section .logo {
    float: left;
    width: 158px;
}
 #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
	
	.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
ul.address_contact li {
    width: 97%;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.slider .item img {
    width: 100%;
}
#footer .website {
    float: right;
}
.contact_form {
    margin: -10px;
}
.contact_form .contact {
    float: left;
    margin: 10px;
    width: calc(50% - 20px);
}
.contact_form .contact.inquiry {
    width: calc(100% - 20px);
}
.contact_form .contact label {
    display: block;
    font-size: 14px;
    margin: 10px 0;
}
.contact_form .contact input, .contact_form .contact textarea {
    border: 1px solid #d9e6b0;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    width: 100%;
}
.contact_form .submit input[type="submit"] {
    background-color: #9db626;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    padding: 12px 25px;
    text-transform: uppercase;
}
.page.contact {
    margin-bottom: 40px;
}
.contact_form .submit {
    margin: 10px;
}
.contact_form sup.star {
    color: red;
}
@media only screen and (max-width:991px){ 
	.contact_info {
		padding:0;
	}
	#main {
		padding:0;
	}
	#streetline {
		box-sizing:border-box;
		width:700px;
	}
	#main,.contact_info,#menu {
		width: auto;
	}
}
@media only screen and (min-width:580px) and (max-width:767px){

}
@media only screen and (max-width:767px){
	#streetline {
		width:100%;
		padding:0 15px;
	}
	#main {
		width:100%;
	}
	#main > img {
		width: 100%;
	}
	
	
	#menu ul, #menu li {
		width: 100%;
	}
	#main .home_main img {
		width: 100%;
	}
	.column {
		width: 31%;
		margin:0 1% 0 0;
	}
	.column li {
		width: 75%;
	}
	.contact img {
		width: 100%;
	}
	.page.treeguards {
		text-align: center;
	}
	.enviro_images {
		display: inline-block;
		float: none;
		width: 350px;
	}
	.tops {
		display: inline-block;
		float: none;
		margin: 0 0 0 10px;
		width: 330px;
		text-align: left;
	}
}
@media only screen and (max-width:579px){
	#menu {
		display: none;
	}
	#header.top_section {
		margin: 0 auto 20px;
		max-width: none;
		width: 100%;
	}
	.mobile_btn {
		display: block;
		float: right;
		margin-top: 74px;
		width: 30px;
	}	
	.top_section .logo {
		width: 20%;
	}
	.top_section .logo img {
		width: 100%;
	}
	#header h1 {
		font-size: 25px;
		margin-top: 70px;
	}
	#header.top_section {
		margin-bottom:50px;
	}
	
	
	
	.top_section .logo {
		width: 23%;
	}
	#header {
		position: relative;
	}


	.column {
		width: 100%;
	}
	.column li {
		width: auto;
	}
	.enviro_images img {
		width: 80%;
	}
	.tops h3, .tops h4, .tops p, .tops ul {
		width: 80%;
	}
	.enviro_images,.tops{
		width:auto;
	}
	#header h1 {
		margin-bottom: 75px;
	}
}
@media only screen and (max-width:479px){ 
	.address {
		margin: 0 auto;
		max-width: 195px;
		display:block;
	}
	.contact_no {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 195px;
	}
	.mobile_btn {
		margin-top: 40px;
	}
	#header h1 {
		font-size: 20px;
		margin-top: 57px;
	}
	.contact_form .contact {
		margin: 0 0 10px;
		width: 100%;
		float: none;
	}	
	.contact_form {
		margin: 0;
	}
	.contact_form .contact.inquiry {
		width: 100%;
	}
	.contact_form .submit {
		margin: 10px 0;
	}

	
}
