@charset "utf-8";
/* CSS Document */

section .home_row1:first-child {
	border:none;
}
.home_row1 {
	width:100%;
	
	/*padding:30px 0px;*/
	float:left;
}
.home_row1 .tt_col {
	width:202px;
	float:left;
	/*margin-left:25px;
	margin-right:18px;*/
}
.home_row1 .tt_col h2 {
	padding:0px 0px 20px;
	margin:0px;
}
.home_row1 .showcase {
	float:left;
}
.home_row1 .showcase li {
	float:left;
	width:305px;
	margin-left:12px;
}
.home_row1 .showcase li:first-child{
	margin-left:0px;
}
.home_row1 .showcase li .pfolio_img {
	margin-bottom:6px;
}
.home_row1 .showcase .portfolio_item{
	margin:0px;
	background:none;
	border:none;
	width:100%;
}
.home_row1 .recent_blogposts {
	float:left;
}
.home_row1 .recent_blogposts li {
	/*float:left;*/
	width:228px;
	list-style:none;
	margin-left:12px;
	/*background:#212121;*/

}
.home_row1 .recent_blogposts li .blog_thumb_image{
	line-height:100%;
}


.home_row1 .recent_blogposts li .blog_preview_content{
	/*padding:20px;*/
	position:relative;
}
.home_row1 .recent_blogposts li .blog_preview_content a.read_more{
	/*color:#fff;*/
}

.home_row1 .recent_blogposts li span {
	font-size:19px;
	/*font-style:italic;
*/}
.home_row1 .recent_blogposts li .blog_preview_content span.meta{
	position:absolute;
	top:-24px;
	right:10px;
	background:rgba(255,255,255,0.8);
	padding:6px;
	line-height:100%;
	color:#212121;
	font-weight:bold;
}
.home_row1 .recent_blogposts li .blog_preview_content span.meta .comment_count{
	position:absolute;
	bottom:-29px;
	right:0px;
	display:inline-block;
	padding:9px 5px 9px 20px;
	color:#fff;
	font-weight:bold;
	background:url(../images/comment.html) no-repeat 5px center;
	font-size:12px;
	font-style:normal;
}
.home_row1 .recent_blogposts li h4 {
	padding:0px 0px 5px;
	font-weight:bold;
	margin-bottom:0px;
}
.home_row1 .recent_blogposts li h4 a {
	/*color:#ffffff;*/
	font-size:14px;
	text-decoration:none;
}
.home_row1 .recent_blogposts li p{
	color:#c0c0c0;
	font-size:11px;
	margin-bottom:2px;
}
.home_row1 .clients_home {
	float:left;
}
.home_row1 .clients_home li {
	float:left;
	width:228px;
	margin-left:9px;
}
.home_row1 .clients_home li:first-child{
	margin-left:0px;
}

.home_row1 .clients_home li .img_wrapper img{
	opacity:0.6;
}
.home_row1 .clients_home li .img_wrapper img:first-child{
	opacity:1;
}

/*Feature blocks*/
.home_row1.feature_block > div{
	text-align:center;
	padding:10px 0px;
}
.home_row1.feature_block .circle_block{
	width:120px;
	height:120px;
	background:#fff;
	padding:35px;
	border-radius:100px;
	box-shadow:0px 2px 1px #d9d9d9;
	margin:auto;
	margin-bottom:20px;
	color:#444444;
}
.home_row1.feature_block .circle_block h3{
	font-size:16px;
}
.home_row1.feature_block .circle_block span.iconsweet{
	font-size:60px;
	line-height:68px;
	padding-bottom:10px;
	display:inline-block;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.home_row1.feature_block > div:hover  > .circle_block > span.iconsweet{
	transform: rotate(-18deg);
}
.home_row1.feature_block > div p{
	color:#777777;
	margin-bottom:0px;
}

/********link********/
a.more_link {
color: #fff;
background-color: inherit;
display: inline-block;
padding: 6px 10px;
border-radius: 3px;
text-decoration: none;
font-weight: bold;
line-height: 100%;
font-size: 12px;
background-color: #eb4c3d;
}

.home_row1 .recent_blogposts li .blog_preview_content span.meta .comment_count {
position: absolute;
bottom: -29px;
right: 0px;
display: inline-block;
padding: 9px 5px 9px 20px;
color: #fff;
font-weight: bold;
background: url(../image/comment.png) no-repeat 5px center;
font-size: 12px;
font-style: normal;
background-color: #eb4c3d;
}
.home_row1 .recent_blogposts li h4 a:hover{
	color:#eb4c3d;
}