/* Crookham Landscape css */

*{
	padding:0;
	margin:0;
	border:0;
}

body{
	font:normal 14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	background-color:#fff;
}

h1, h2{
	font:400 24px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

p{
	margin-bottom:15px;
}

a{
	color:#2d2d2d;
	text-decoration:none;
}

.landscape{
	width:880px;
	min-width:880px;
	margin:0 auto;
	position:relative;
}

#header{
	width:100%;
	height:75px;
	float:left;
	background-color:#fff;
	position:fixed;
	z-index:2;
}

#logo{
	width:125px;
	position:absolute;
	top:0;
	left:20px;
	z-index:1000000;
}

ul.main-nav{
	float:right;
	margin-top:40px;
}

ul.main-nav li{
	float:left;
	padding:0;
	margin:0 0 0 10px;
	list-style:none;
	font-size:15px;
}

ul.main-nav li a{
	color:#2d2d2d;
	padding:3px 7px;
	border-radius:3px;
	text-decoration:none;
}

ul.main-nav li a:hover{
	background-color:#27ae61;
	color:#fff;
}

#hero{
	width:100%;
	height:600px;
	float:left;
}

#callnow, #contact, #testimonial{
	width:100%;
	float:left;
	padding:20px 0 20px 0;
	background-color:#27ae61;
	color:#fff;
	text-align:center;
}

#contact{
	padding:80px 0;
}

p.cta{
	width:700px;
	margin:0 90px 10px 90px;
	font-size:22px;
	font-style:italic;
	line-height:28px;
}

p.cta a{
	color:#fff;
}

p.mobile-cta, .mobile-cat{
	display:none;
}

#address{
	width:479px;
	float:left;
	text-align:left;
	padding-right:60px;
}

#contact-form{
	width:340px;
	float:left;
	text-align:left;
}

#form-wrapper{
	width:280px;
	float:left;
	padding:30px;
	background-color:#1f9e56;
	border-radius:5px;
}

label{
	width:100%;
	float:left;
	margin-bottom:2px;
}

.crookham-input, .crookham-textarea{
	width:270px;
	float:left;
	padding:5px;
	margin-bottom:10px;
	background-color:#fff;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}

.crookham-textarea{
	height:100px;
	resize:none;
}

.crookham-submit{
	float:left;
	padding:10px 20px;
	background-color:#1f9e56;
	border:1px solid #fff;
	border-radius:3px;
	color:#fff;
	font:normal 13px 'Open Sans', Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.crookham-submit:hover{
	background-color:#fff;
	color:#1f9e56;
}

#address-wrapper{
	width:100%;
	float:left;
	margin-top:10px;
}

.contact-title{
	font-weight:600;
	margin-bottom:10px;
}

.address, .tel{
	width:140px;
	float:left;
}

.email{
	width:198px;
	float:left;
}

.tel p a, .email p a{
	color:#fff;
}

#testimonial{
	background-color:#263017;
}

#about, #services, #gallery{
	width:100%;
	float:left;
	padding:80px 0;
	text-align:center;
}

#about p{
	width:720px;
	margin:0 80px 20px 80px;
}

#about img{
	margin-top:10px;
}

#services{
	background-color:#f0f0f0;
}

.service-wrapper{
	width:870px;
	float:left;
	margin:20px 5px;
}

.service-col{
	width:125px;
	float:left;
	padding:0 10px;
	text-align:center;
}

.service-col img{
	margin:0 0 5px 5px;
}

.portfolio{
	float:left;
	border:1px solid #27ae61;
	margin:0 7px 14px 7px;
}

#footer{
	width:100%;
	float:left;
	padding:20px 0;
}

#footer img{
	height:46px;
	float:right;
	margin-left:10px;
}

#footer p{
	margin-bottom:0;
}

.mr20{
	margin-right:20px;
}

#success-div{
	display:none;
	width:258px;
	float:left;
	padding:10px;
	margin-bottom:10px;
	border-radius:3px;
	background-color:#27ae61;
}

.banner { position: relative; overflow: auto; float:left; width:100%; height:600px; overflow:hidden }
.banner li { list-style: none; width:100%; height:600px; overflow:hidden}
.banner ul li { float: left; }

.banner ul li.hero1{
	background:url(../images/crookham-landscape-hero6.jpg) no-repeat center center;
	background-size: cover;
}

.banner ul li.hero2{
	background:url(../images/crookham-landscape-hero5.jpg) no-repeat center center;
	background-size: cover;
}

.banner ul li.hero3{
	background:url(../images/crookham-landscape-hero4.jpg) no-repeat center center;
	background-size: cover;
}

.banner ul li.hero4{
	background:url(../images/crookham-landscape-hero7.jpg) no-repeat center center;
	background-size: cover;
}

@media screen and (max-width:699px){

.banner{
	min-width:100%;
	height:200px;
}

.banner li{
	width:100%;
	height:200px;
	background-size: cover;
}

ul.main-nav{
	display:none;
}

#header{
	height:65px;
}

.landscape{
	width:94%;
	min-width:94%;
	padding:0 3%;
	position: relative;
}

#logo{
	width:auto;
	height:55px;
	top:5px;
	left:50%;
	margin-left: -33px;
}

.mobile-cat{
	display:block;
	float:right;
	height:35px;
	margin:15px 5px 0 0;
}

p.mobile-cta{
	display:block;
	float:right;
	margin-left:50px;
	text-align:right;
	line-height:17px;
	margin-top:15px;
}

p.mobile-cta a{
	white-space:nowrap;
}

#hero{
	width:100%;
	height:200px;
	float:left;
	background:url(../images/crookham-landscape-hero6.jpg) no-repeat center center;
	background-size: cover;
}

p.cta{
	width:90%;
	margin:0 5%;
	font-size:18px;
	line-height:22px;
}

p.cta a{
	white-space:nowrap;
}

#about, #services, #gallery{
	padding:20px 0;
}

#about p{
	width:90%;
	margin:0 5% 20px 5%;
}

.service-wrapper{
	width:100%;
	padding:0;
	margin:0;
}

.service-col, .address, .tel{
	width:49%;
	padding:0;
	margin:0 0 10px 0;
}

.email{
	width:100%;
	margin-bottom:20px;
}

#address, #contact-form{
	width:90%;
	padding:0 5%;
}

.portfolio{
	width:41%;
	max-width:160px;
	margin:0 4% 2% 4%;
}

#contact-wrapper{
	width:100%;
}

#form-wrapper{
	width:90%;
	padding:5%;
}

.crookham-input, .crookham-textarea{
	width:96%;
	padding:5px 2%;
}

.crookham-textarea{
	height:100px;
	resize:none;
}

.crookham-submit{
	width:100%;
	padding:10px 0;
	text-align:center;
	font-size:14px;
}

#footer-logos, #footer-copyright{
	width:100%;
	float:left;
	text-align:center;
}

#footer-copyright{
	padding-top:10px;
}

#footer-logos img{
	float:none;
}

#footer p{
	text-align:center;
}

#success-div{
	width:92%;
	padding:4%;
}