

body{
	background:url(../img/background.jpg) top no-repeat;
	font-family: 'Roboto', sans-serif !important;
	font-size:15px;
}

.banner-container{
	position:relative;
}

.banner-container .carousel-item img{
	width:100%;
	height:500px;
	object-fit:cover;
}

.banner-btm{
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-303px;
}

.navbar-dark{
	background-color:#243c70;
	margin-bottom:-24px;
	position:relative;
	z-index:999;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.mail-phone-con,
.dropdown-toggle::after{
	display:none;
	visibility:hidden;
}

.navbar{
	padding:0px 20px;
}

.nav-link{
	padding:12px 24px !important;
	text-transform:uppercase;
	font-size:14px !important;
}

.nav-link:hover{
	background-color:#132959;
}

.nav-item{
	border-right:1px solid #52658e;
}

.nav-item:last-child{
	border-right:none;
}

.header-container h6{
	width:100%;
	padding:10px 0px;
	margin:0px 0px 0px 0px;
	text-align:right;
	color:#141414;
	border-bottom:1px solid #c1c6d4;
}

.header-container h6 a{
	color:#141414;
	text-decoration:none;
}

.header-container h6 i{
	margin-right:5px;
}

.header-container h5{
	text-transform:uppercase;
	padding:0px;
	margin:20px 0px 0px 0px;
	color:#253c70;
	font-size:16px;
	font-weight:700;
}

.header-container h4{
	text-transform:uppercase;
	padding:0px;
	margin:0px 0px 0px 0px;
	color:#1e2023;
	font-size:24px;
	font-weight:700;
}

.header-container .col-lg-3 img{
	margin:10px 0px;
}

.banner-btmlogo-con{
	background:url(../img/banner-btm.jpg) bottom no-repeat;
	text-align:center;
	padding-bottom:20px;
	margin-top:-15px;
	position:relative;
	z-index:998;
}

.banner-btmlogo-con img{
	margin:0px 15px;
}

.footer-top{
	width:100%;
	background-color:#1e202d;
	text-align:center;
	padding:40px 0px;
	float:left;
}

.footer-btm{
	width:100%;
	background-color:#10121c;
	color:#8a8d9c;
	font-size:15px;
	padding:22px 0px;
	float:left;
}

.footer-btm font{
	float:right;
}

.footer-btm span{
	margin-left:16%;
}

.footer-btm font a{
	color:#8a8d9c;
	text-decoration:none;
}

.footer-btm font a:hover{
	color:#FFFFFF;
}

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-inline li {
  display: inline-block;
  margin:5px 0px;
}

.list-inline li::after {
    content: "|";
    font-weight: 900;
    margin: 0px 30px;
    padding: 0px;
   color:#8a8d9c;
}

.list-inline li:nth-child(7)::after,
.list-inline li:nth-child(10)::after{
	display:none;
	visibility:hidden
}

.list-inline li a{
	text-transform:uppercase;
	text-decoration:none;
	color:#a8abb9;
}

.list-inline li a:hover{
	color:#FFFFFF;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.material-logo-bg{
	width:100%;
	background-color:#d9deee;
	text-align:center;
	padding:50px 0px;
}

.material-logo-bg h4{
	padding:0px;
	margin:0px 0px 20px 0px;
}

.material-logo-bg img{
	width:100%;
}

.bottom-phoneno{
	width:100%;
	background-color:#7c9cc4;
	text-align:center;
}

.bottom-phoneno .row{
	margin:0px;
	padding:0px;
}

.bottom-phoneno .col-lg-3{
	border-right:1px solid #96afd0;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.bottom-phoneno .col-lg-3:last-child{
	border-right:none;
}

.bottom-phoneno h5{
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-size:18px;
}

.bottom-phoneno h4{
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-size:24px;
	font-weight:700;
}

.paving-texture{
	width:100%;
	height:69px;
	background:url(../img/paving-texture.jpg) repeat-x;
}

.customer-reviews-con{
	margin-top:60px;
	margin-bottom:60px;
}

.customer-reviews-con .col-lg-4 img{
	width:100%;
}

.customer-reviews-con .col-lg-8{
	padding-left:30px;
}

.customer-reviews-con h3{
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	padding:0px;
	margin:-6px 0px 8px 0px;
	font-size:38px;
}

.customer-reviews-con p{
	font-style:italic;
	text-align:justify;
	padding:0px;
	margin:0px;
}

.services-wrapper { 
  background: url(../img/our-services.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
  padding:75px 0px 85px 0px;
  position:relative;
}

.services-wrapper span{
	width:100%;
	height:200px;
	float:left;
	background-color:#000;
	overflow:hidden;
}

.services-wrapper span img{
	width:100%;
	height:200px;
	object-fit:cover;
	    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.services-wrapper h4{
	padding:28px 0px 0px 85px;
	margin:0px;
	color:#141414;
	background-color:#FFFFFF;
	text-transform:uppercase;
	font-size:20px;
	min-height:80px;
	line-height:24px;
	font-weight:bold;
	float:left;
	width:100%;
	position:relative;
	    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.services-wrapper .col-lg-3:last-child h4{
	padding-top:15px;
}

.services-wrapper .col-lg-3:hover h4{
	background-color:#7c9cc4 !important;
	color:#FFFFFF;
}

.services-wrapper .col-lg-3:hover span img{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-wrapper h4 img{
	position:absolute;
	left:0px;
	top:-12px;
}

.services-wrapper .col-lg-3,
.services-wrapper .row{
	padding-left:0px;
	padding-right:0px;
	margin:0px;
}

.services-wrapper .col-lg-3:nth-child(even) h4{
	background-color:#e6e5e5;
}

.services-wrapper h3{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px 0px 15px 0px;
	color:#FFFFFF;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 38px;
}

.services-top{
	width:100%;
	height:32px;
	position:absolute;
	top:0px;
	background:url(../img/tabbed-top.png) top repeat;
}

.services-bottom{
	width:100%;
	height:32px;
	position:absolute;
	bottom:0px;
	background:url(../img/tabbed-btm.png) top repeat;
}

.whychoose-wrapper{
	margin-top:60px;
	margin-bottom:60px;
}

.whychoose-wrapper .col-lg-8{
	padding-left:40px;
}

.whychoose-wrapper h3{
	width:100%;
	text-align:left;
	padding:0px;
	margin:0px 0px 15px 0px;
	color:#000000;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 38px;
}

.whychoose-wrapper ul{
	padding:0px 0px 0px 15px;
	margin:0px;
}

.whychoose-wrapper ul li{
	list-style:circle;
	font-weight:500;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	position:relative;
}

.whychoose-wrapper ul li i{
	position:absolute;
	left:0px;
	color:#243c70;
	top:4px;
}

.whychoose-wrapper .col-lg-5 img{
	float:right;
	margin-top:85px;
}

.whychoose-wrapper .col-lg-4 img{
	width:100%;
	margin-top:7px;
}

.welcome-wrapper{
	margin-top:60px;
	margin-bottom:60px;
	text-align:justify;
}

.welcome-wrapper h2{
	width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 38px;
}

.welcome-wrapper h3{
	width: 100%;
    text-align: left;
    padding: 0px;
    margin: -4px 0px 10px 0px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 32px;
}

.welcome-wrapper ul{
	padding:0px 0px 0px 15px;
	margin:0px 0px 20px 0px;
}

.welcome-wrapper ul li{
	list-style:circle;
	font-weight:500;
	margin:0px 0px 5px 0px;
}

p a{
	font-weight:500;
	text-decoration:none;
	color:#333333;
}

p a:hover{
	text-decoration:none;
	color:#243c70;
}

.quick-quote-wrapper{
	width:100%;
	background-color:#243c70;
	float:left;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:40px 30px;
}

.quick-quote-wrapper h3{
	padding:0px;
	margin:0px;
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-size:24px;
}

.quick-quote-wrapper input{
	margin-bottom:8px;
	border:1px solid #54678f !important;
	background:transparent !important;
	color:#FFFFFF !important;
	font-size:15px;
}

.quick-quote-wrapper textarea{
	margin-bottom:8px;
	border:1px solid #54678f !important;
	background:transparent !important;
	color:#FFFFFF !important;
	font-size:15px;
	height:100px !important;
}

.quick-quote-wrapper h6{
	width:100%;
	text-align:center;
	padding:0px;
	margin:6px 0px 15px 0px;
	color:#FFFFFF;
}

.quick-quote-wrapper .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}

.quick-quote-wrapper .btn{
	width:100%;
	text-align:center;
	color:#FFFFFF;
	border:3px solid #FFFFFF;
	font-weight:500;
	margin-top:-10px;
}

.welcome-wrapper .col-lg-12 p:last-child{
	margin-bottom:0px;
}

.welcome-wrapper .col-lg-8{
	padding-right:40px;
}

.privacy-policy-btn{
	width:100%;
	text-align:center;
	border:none;
	background:none;
	color:#FFFFFF;
	font-size:13px;
	font-weight:500;
	margin-top:10px;
	outline:none !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.dropdown-menu{
	background-color:#122858;
	margin-top:0px;
}

.dropdown-item{
	color:#FFFFFF;
}

::selection {
	background: #253c6f;
	color: #fff;
}
::-moz-selection {
	background: #253c6f;
	color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: rgba(37, 60, 111, 0.7);
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgba(37, 60, 111, 1);
}

.scrollup {
    width: 44px;
    height: 43px;
    position: fixed;
    bottom: 50px;
    right: 80px;
    display: none;
    text-indent: -9999px;
    background: url(../img/scroll-up.png) no-repeat;
}

.privacy-policy-con h4{
	padding:0px;
	margin:20px 0px 8px 0px;
	font-size:22px;
}

.privacy-policy-con h6{
	font-weight:600;
	padding:0px;
	margin:16px 0px 6px 0px;
	font-size:16px;
}

.modal-header h4{
	margin-bottom:0px;
}

.popup-modals{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}

.popup-modals h2{
	padding:0px;
	margin:20px 0px;
	width:100%;
	text-align:center;
}

.popup-modals h4{
	padding:0px;
	margin:0px;
	width:100%;
	text-align:center;
}

.f-nav{
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	z-index:1000; 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0 2px 2px rgba(3,2,3,.5);
	background-color:#243b6e;
} 

.f-nav .navbar-dark{
	margin-bottom:0px;
}

.mail-phone-con a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
}

.mail-phone-con a:last-child{
	margin-left:100px;
}

.modal-title{
	text-transform:uppercase;
}

.call-popup h5{
	width:100%;
	text-align:center;
	padding:0px;
	margin:12px 0px;
	text-transform:uppercase;
	
}

.call-popup h5 a{
	color:#000;
	text-decoration:none;
}

.call-popup h5 b{
	color:#122858;
}

.dropdown:hover .dropdown-menu {
    display: block;
 }

.hide-menu{
	display:none;
	visibility:hidden;
}

.bottom-phoneno a,
.bottom-phoneno a:hover{
	text-decoration:none !important;
}

.page-contianer{
	text-align:justify;
	margin-bottom:60px;
	margin-top:40px;
}

.page-contianer h2{
	width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 38px;
}

.three-col-list,
.four-col-list,
.two-col-list{
	width:100%;
	padding:0px;
	margin:0px 0px 15px 15px;
	float:left;
}

.three-col-list li{
	list-style:circle;
	font-weight:500;
	width:33%;
	float:left;
	margin:4px 0px;
}

.four-col-list li{
	list-style:circle;
	font-weight:500;
	width:25%;
	float:left;
	margin:4px 0px;
}

.two-col-list li{
	list-style:circle;
	font-weight:500;
	width:50%;
	float:left;
	margin:4px 0px;
}

.three-col-list li i,
.four-col-list li i,
.two-col-list li i{
	margin-right:6px;
	color:#243b6e;
}

.page-images img{
	width:100%;
	height:200px;
	object-fit:cover;
	margin-top:30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tarmac-image {
	padding-left:30px;
}

.tarmac-image img{
	width:100%;
	margin-top:8px;
	height:308px;
	object-fit:cover;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tarmac-image .col-lg-12:last-child{
	padding-top:20px;
}

.resinbond-border{
	width:100%;
	border:4px solid #243b6e;
	float:left;
	padding:15px;
	margin-bottom:25px;
	margin-top:10px;
}

.resinbond-border p{
	margin-bottom:10px;
}

.resinbond-border ul{
	padding:0px;
	margin:0px 0px 0px 15px;
	float:left;
}

.resinbond-border ul li{
	list-style:circle;
	font-weight:500;
}

.resinbond-border ul li i{
	margin-right:10px;
	color:#243a6c;
}

.resin-img{
	width:100%;
	height:344px;
	float:left;
	margin-top:10px;
}

.resin-img img{
	width:100%;
	height:344px;
	object-fit:cover;
}

.landscaping-imgcon img{
	width:100%;
	height:160px;
	object-fit:cover;
	margin-bottom:25px;
	margin-top:5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home-improve-img img{
	width:100%;
	height:200px;
	object-fit:cover;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:25px;
	margin-top:5px;
}

.improvement-txt{
	width: 100%;
    text-align: left;
    padding: 0px;
    margin: 30px 0px 15px 0px;
    color: #243a6c;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.page-contianer .wrapper h4{
	padding:0px 0px 0px 3px;
	margin:40px 0px 5px 0px;
	text-transform:uppercase;
	font-weight:bold;
	color:#243a6c;
}

.page-contianer .wrapper h4:first-child{
	margin-top:0px;
}

.no-slider{
	padding-top:15px;
}

.google-map-footer {
	position: relative;
    padding-bottom: 80%; 
    height: 0;
    overflow: hidden;
	margin:0px 0px 30px 0px;
	z-index:992;
}

.google-map-footer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.area-list{
	width:100%;
	padding:0px 0px 0px 15px;
	margin:0px 0px 60px 0px;
	float:left
	
}

.area-list li{
	list-style:circle;
	width:20%;
	float:left;
	font-weight:500;
	margin:5px 0px;
}

.contactus-page h4{
	padding:0px;
	margin:0px 0px 10px 0px;
}

.contactus-page p b{
	color:#243a6c;
}

.contactus-page h6{
	padding:0px;
	margin:8px 0px 0px 0px;
	font-size:17px;
}

.contactus-page h6 a{
	text-decoration:none;
	color:#333333;
}

.contact-form-con{
	width:100%;
	float:left;
	background: rgba(231,233,245,1);
	background: -moz-linear-gradient(top, rgba(231,233,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,233,245,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(231,233,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(231,233,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(231,233,245,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(231,233,245,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e9f5', endColorstr='#ffffff', GradientType=0 );
	margin-top:6px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px 25px;
}

.contact-form-con input{
	background:transparent !important;
	border:1px solid #666666;
	margin-bottom:12px;
}

.contact-form-con textarea{
	background:transparent !important;
	border:1px solid #666666;
	margin-bottom:12px;
	height:160px;
}

.contact-form-con .btn{
	width:100%;
	border:3px solid #243b6e;
	font-weight:500;
	color:#243b6e;
}

.contact-form-con .btn:hover{
	background-color:#243b6e;
	color:#FFFFFF;
}

.contact-form-con .privacy-policy-btn{
	color:#333333;
	font-weight:500;
}

.contact-form-con .g-recaptcha {
    transform:scale(0.80);
    transform-origin:0 0;
}

.contact-form-con h3{
	padding:0px 0px 10px 0px;
	margin:20px 0px 20px 0px;
	text-transform:uppercase;
	color:#243a6c;
	font-weight:bold;
	font-size:24px;
	border-bottom:1px dashed #666666;
}

body#home a#homenav,
body#driveways a#drivewaysnav,
body#tarmac a#tarmacnav,
body#resinbond a#resinbondnav,
body#patios a#patiosnav,
body#landscaping a#landscapingnav,
body#homeimprove a#homeimprovenav,
body#gallerys a#gallerysnav,
body#area-coverage a#area-coveragenav,
body#contacts a#contactsnav
{
	color: #FFFFFF;
	background-color:#091c45;
	
}

.pageservice .services-bottom{
	display:none;
	visibility:hidden;
}

.pageservice .services-wrapper{
	padding-bottom:60px;
}

.pageservice{
	width:100%;
	float:left;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
	margin-top:5px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


















@media screen and (max-width: 1024px) {
	.header-container h4{
		font-size:20px;
	}
	
	.nav-link{
		padding: 12px 14px !important;
	}
	
	.whychoose-wrapper h3{
		font-size:32px;
	}
}

@media screen and (max-width: 980px) {
	.header-container .col-lg-9,
	.scrollup{
		display:none;
		visibility:hidden;
	}
	
	.mail-phone-con{
		display:block;
		visibility:visible;	
	}
	
	.navbar{
		padding-top:4px;
		padding-bottom:4px;
	}
	
	.header-container .col-lg-3 img{
		position:relative;
		left:50%;
		margin-left:-61px;
	}
	
	.banner-container .carousel-item img{
		height:auto;
	}
	
	.banner-btmlogo-con{
		background:none;
	}
	
	.welcome-wrapper .col-lg-8{
		padding-right:15px;
	}
	
	.welcome-wrapper h2,
	.welcome-wrapper h3{
		width:100%;
		text-align:center;
	}
	
	.quick-quote-wrapper{
		margin-bottom:20px;
	}
	
	.whychoose-wrapper .col-lg-4 img{
		margin-bottom:30px;
	}
	
	.material-logo-bg img{
		margin:12px 0px;
	}
	
	.customer-reviews-con .col-lg-8{
		padding-left:15px;
		margin-top:40px;
	}
	
	.list-inline li::after{
		display:none;
		visibility:hidden;
	}
	
	.list-inline li{
		padding:0px 20px;
	}
	
	.footer-btm font{
		width:100%;
		text-align:center;
	}
	
	.footer-btm span{
		width:100%;
		text-align:center;
		margin:0px;
		float:left;
	}
	
	.footer-btm{
		width:100%;
		float:left;
		text-align:center;
	}
	
	.nav-item{
		border:none;
	}
	
	.dropdown{
		display:none;
		visibility:hidden;
	}
	
	.hide-menu{
		display:block;
		visibility:visible;
	}
	
	.tarmac-image{
		padding-left:15px;
	}
	
	.tarmac-image .col-lg-12:last-child{
		padding-top:0px;
	}
	
	.four-col-list li{
		width:50%;
	}
	
	.resin-img img{
		margin-bottom:25px;
		float:left;
	}
	
	.two-col-list li{
		width:100%;
	}
	
	.gallery li, .gallery li img{
		width:100% !important;
		height:auto !important;
		margin:0px 0px 8px !important;
		padding:0px !important;
	}
	
	.gallery li a{
	   pointer-events: none;
	   cursor: default;
	}
	
	.area-list li{
		width:33%;
	}
	
	.contact-form-con{
		margin-top:40px;
	}
	
	.whychoose-wrapper .col-lg-5 img{
		float:left;
		margin-top:40px;
	}

}

@media screen and (max-width: 750px) {
	.bottom-phoneno .col-lg-3{
		width:50%;
	}
	
	.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
		width:33%;
	}
}

@media screen and (max-width: 650px) {
	.bottom-phoneno .col-lg-3{
		width:100%;
	}
}

@media screen and (max-width: 480px) {
	.banner-btm{
		display:none;
		visibility:hidden;
	}
	
	.banner-btmlogo-con{
		padding-top:15px;
		background-color:#FFFFFF;
	}
	
	.quick-quote-wrapper{
		margin-top:45px;
	}
	
	.whychoose-wrapper .col-lg-5 img{
		float:left;
		margin-top:20px;
	}
	
	.col-md-5ths{
		width:50%;
	}
	
	.three-col-list li,
	.four-col-list li{
		width:100%;
	}
	
	.landscaping-imgcon img{
		height:auto;
	}
	
	.banner-btmlogo-con img{
		margin:0px 10px;
	}
	
	.area-list li{
		width:50%;
	}
}

@media screen and (max-width: 320px) {
	
}

@media screen and (max-width: 240px) {
	
}



