.top_line {
    background-color: #000;
	height: 25px;
}
.about-container .about-item {
	padding-right: 2em;
}

.about-container .choose-item h3 i {
	margin-right: .4em;
	
	color: #F90;
}

.about-container .choose-item h3 {
	margin-bottom: 0;
	
	font-size: 14px;
}

.work-container .work-item .thumbnail {
	margin-bottom: 1.5em;
}

.service-container .service-item h3 {
	font-size: 14px;	
}

.service-container .service-item h3 i {
	position: relative;
	top: 3px;
	
	margin-right: .25em;
	
	color: #F90;
	
	font-size: 24px;
}


.profile {
	text-align: center;
}

.profile img {
	display: inline-block;
	
	margin: 0 auto 1.25em;
}

.profile h4 {
	margin-bottom: .85em;
	
	font-size: 22px;
}

.profile .profile-title {
	margin-bottom: 1em;
	
	color: #777;
	
	font-size: 16px;
	font-style: italic;
}
/*Posts*/
.posts .dl-horizontal { 
	margin-bottom:0;
	padding:3px;
	/*background:#fdfdfd;
	border-right:solid 2px #eee;*/
}
.posts .dl-horizontal:hover { 
	/*border-right:solid 2px #ffff01;*/
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.posts .dl-horizontal dt { 
	width:56px; 
	float:left;
}
.posts .dl-horizontal dt img { 
	width:30px; 
	height:30px; 
	/*border:solid 1px #eee;*/
}
.posts .dl-horizontal dd { 
	margin-left:66px;
}
.posts .dl-horizontal dd p { 
	margin:0;
}
.posts .dl-horizontal a {
	font-size:12px;
	line-height:14px !important; 
}
.posts .dl-horizontal a:hover { 
	color:#ffff01; 
	text-decoration:none;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color:#ffff01;
	border-color:#ffff01 !important;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
#content h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}