.main-services {
	color:#999;
}

.right-border {
	border-right: 1px solid #CCCCCC;
}

.left-border {
	border-left: 1px solid #CCCCCC;
}

ul.bullet1 {
	list-style-image: url(bullet003.png);
	text-decoration: none;	font-weight: normal;
	color:#333;
	/*font-size: 17px;*/
	padding-left: 20px;
}
li.bullet1 {
	list-style-image: url(bullet001.png);
}

.banner-page-section.manpower-banner {
  background: url('../images/banner/manpower001.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.banner-page-section.scheduledWaste-banner {
  background: url('../images/banner/scheduled-waste001.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.banner-page-section.propertiesMaintenance-banner {
  background: url('../images/banner/properties-Maintenance001.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.banner-page-section.projects-banner {
  background: url('../images/banner/projects001.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


.myContact-header section.contact-page-section .contact-info .contact-info-box {
  padding-top: 75px;
  border: none;
}
.myContact-header section.contact-page-section .contact-info .contact-info-box p {
  margin-bottom: 40px;
}
.myContact-header section.contact-page-section .contact-form .title-section {
  text-align: left;
  margin-bottom: 30px;
}
.myContact-header section.contact-page-section .contact-form .title-section h1:after {
  left: 0;
  margin-left: 0;
}
.myContact-header section.contact-page-section .submit-area {
  text-align: left;
  margin-top: 15px;
}

.post-content {
	min-height: 120px;
}


ul.projects {
  margin: 0;
  padding: 0;
  margin-bottom: 70px;
  text-align: center;
}
ul.projects li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
}
ul.projects li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
ul.projects li a:hover,
ul.projects li a.active {
  color: #be1e2d;
}
ul.projects li:before {
  content: '/';
  display: inline-block;
  color: #bbb;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-right: 10px;
}
ul.projects li:first-child:before {
  display: none;
  margin-right: 0;
}