/***
 Home
 ***/
.home h2 { color: #636363; text-transform: uppercase; }
.home header  .bg-audio { width: 100px; height: 30px; }
.home header .social .social-icon { margin-top: 14px; }

/*** Banner ***/
.home .banner-wrap { height: 320px; padding-top: 20px; }

.home .slider-wrap {
	background-color: #BD181D;
	border: solid 2px #FFFFFF;
	height: 261px;
	padding: 14px;
}

.home .slider {
	background-color: #BD181D;
	border: solid 1px #FFFFFF;
	height: 243px;
	padding: 8px;
}

/*** 4 Services ***/
.home .O-col-4-1 {
	float: left;
	background: url('../images/O.png') no-repeat left top;
	margin: 20px 56px 30px 0;
}
.home .O-col-4-1 .O-inside {
	border-left: solid 1px #BD181D;
	height: 55px;
	margin-left: 55px;
	padding-left: 15px;
}
.home .first { width: 202px; margin-left: 56px; }
.home .second { width: 150px; }
.home .third { width: 198px; }
.home .fourth { width: 158px; }

/*** Container/Content ***/
.home #container-wrap { 
	background: url('../images/two_guys.png') no-repeat 720px 100%;
	border-top: solid 1px #E1E1E1;
}

 
/*** Clients List ***/
#clients-wrap {	border-top: solid 1px #E1E1E1;	padding: 30px 0 15px 0;}

#clients { width: 990px; }#clients ul { list-style: none; }
#clients ul li { width: 198px; }
#clients .bx-prev:link, #clients .bx-prev:visited {	
	position: absolute;	
	top: -37px;	
	right: 35px;	
	background: #E1E1E1 url('../images/background/prev.png') no-repeat 7px 5px;	
	width: 20px;	
	height: 20px;	
	display: block;	
	text-indent: -9999px;
}
#clients .bx-next:link, #clients .bx-next:visited {	
	position: absolute;	
	top: -37px;	
	right: 10px;	
	background: #E1E1E1 url('../images/background/next.png') no-repeat 7px 5px;	
	width: 20px;	
	height: 20px;	
	display: block;	
	text-indent: -9999px;
}
#clients .bx-prev:hover, #clients .bx-prev:active,
#clients .bx-next:hover, #clients .bx-next:active {	
	background-color: #BD181D;
}

ul.no-style { list-style: none; }

/*** Typography ***/
.highlight { color: #BD181D; }

p.first_letter:first-letter { font-size: 18px; color: #BD181D; }

#content h2 { color: #333333; }

/*** Images ***/
img.center50 { margin: 50px auto; }