.aboutus p.title {
	color: #178844;
	display: block;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.aboutus ul.us:after {
	content: '';
	clear: both;
	display: block;
}
.aboutus ul.us {
	font-size: 100%;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
body.mobile .aboutus ul.us {
	font-size: 70%;
}
.aboutus ul.us li {
	float: left;
	width: 48%;
}
.aboutus ul.us li:nth-child(odd) {
	clear: both;
	font-weight: bold;
	padding-right: 2%;
	text-align: right;
}
.aboutus ul.us li:nth-child(even) {
	padding-left: 2%;
	text-align: left;
}
.aboutus .imageDescription:after {
	content: '';
	clear: both;
	display: block;
}
.aboutus .imageDescription {
	background-attachment: fixed;
	background-image: url(images/aboutCerin.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: table;
	width: 90%;
	padding: 5%;
}
.aboutus .imageDescription p,
.aboutus .imageDescription ul {
	color: #FFF;
	display: table-cell;
	float: left;
	vertical-align: middle;
	width: 48%;
}
.aboutus .imageDescription p {
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
	padding-right: 2%;
	text-align: right;
}
.aboutus .imageDescription ul {
	font-size: 100%;
	line-height: 130%;
	list-style: disc;
	padding-left: 2%;
	text-align: left;
}
.aboutus .brands {
	position: relative;
}
.aboutus .brands:after { content: ""; clear: both; display: block; }
.aboutus .brands .opacityBlock {
	background-color: rgba(23, 136, 68, 0.6);
	height: 100%;
	padding: 0;
	position: absolute;
	width: 100%;
}
.aboutus .brands div {
	float: left;
	padding: 80px 0;
	width: 50%;
}
.aboutus .brands div svg {
	display: block;
	margin: 0 auto;
	position: relative;
}
.aboutus .brands div svg path,
.aboutus .brands div svg text {
	fill: #FFF;
}

body.mobile .aboutus ul.us li {
  float: none;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  font-size: 140%;
}

/**************************************************
**					Media Query
**************************************************/

@media only screen and (orientation: portrait) {
	.aboutus.cet .imageDescription,
	.aboutus .imageDescription {
		background-size: auto 100%;
    }
}

@media only screen and (min-width : 1300px) {
    .aboutus .imageDescription p {
		padding-left: 18%;
		width: 30%;
    }
}
@media only screen and (min-width : 1150px) and (max-width : 1300px) {
    .aboutus .imageDescription p {
		padding-left: 15%;
		width: 33%;
    }
}
@media only screen and (min-width : 1000px) and (max-width : 1150px) {
    .aboutus .imageDescription p {
		padding-left: 10%;
		width: 38%;
    }
}
@media only screen and (min-width : 850px) and (max-width : 1000px) {
    .aboutus .imageDescription p {
		padding-left: 0%;
		width: 40%;
    }
}
@media only screen and (min-width : 500px) and (max-width : 850px) {
    .aboutus .imageDescription p {
		padding-left: 0%;
		width: 40%;
    }
}
