#content_left h1 {
	font-size: 42px;
	line-height: 52px;
}

div.video {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
	background-size: 100% auto;
	margin-bottom: 30px;
}

.container_holder h2 {
	color: #CC0000;
	text-align: center;
	font-weight: 600;
	margin: 0px 0px 30px;
}

.container_holder ul {
	padding-bottom: 17px;
}

.container_holder ul li {
	font-size: 16px;
	color: #737373;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 22px;
	margin: 6px 0px;
}

.container_holder ul.services li {
	background-image: url(../images/tick.png);
	background-position: left 3px;
	padding-left: 32px;
	list-style: none;
	font-weight: 600;
}

.features {
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 25px;
    text-align: center;
}

.features h3 {
	margin: 0px 0px 20px;
	font-weight: 600;
}

.features p:last-child {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.features .content_photo {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
	background-size: 100% auto;
	margin-bottom: 17px;
}

.btm_section_top h4 {
	padding: 0px;
	margin-top: 15px;
}

.btm_section_top h4 span {
	display: block;
	color: #999;
	margin: 6px 0px 0px;
}