a{
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;	
}
/*breadcrumb*/
.breadcrumb{ display:none;}
/* Blog Category Detail */
.ocmp-catagory-content{
	background: #222222;
    color: #ffffff;
    text-align: center;
    margin: 0 0 50px;
    padding: 25px 0;	
}
.ocmp-catagory-content h1{
	color:#ffffff;
    font-size: 25px;
	margin:0 0 10px;
}
.ocmp-catagory-content p, .ocmp-catagory-content p, .ocmp-catagory-content span, .ocmp-catagory-content label{ color :#ffffff !important; font-size: 15px; line-height: 1.5; line-height:1.5;}

.hoverbic_template{ background:#f2f2f2; padding-bottom:40px;}

.info-wrapper{
    display: table;
	width:100%;
}
.blog-box{
	margin-bottom:15px;
	/*padding:15px;*/
	/*border:1px solid #ededed;*/
}
.posted_by {
    border-left: 2px solid #000000;
    margin-left: 5px;
    padding-left: 10px;
}
.ocmp-blog-title a{ 
	color: #ffffff;
    display: block;
    padding: 10px 0;
    line-height: 1.5;
}
.ocmp-blog-title a:hover{ color:#ff9600; }
.categories a, .tags a, .posted_by a{ color:#ff9600;}
.categories a:hover, .tags a:hover, .posted_by a:hover{ color:#ffffff;}
.post-date{ color: #ffffff; }
.categories, .tags{ display:block; margin:5px 0; color:#ffffff;}
.blog-wrap .content-footer{
	display:block;
}

.ocmp-blog-wrap .date_wrap{
    display: block;
    padding: 10px 0;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
}
.ocmp-blog-wrap .date_wrap span{
	padding:0 5px;
}
.post_wrapper.box-blog {
    overflow: hidden;
    position: relative;
}
.post-header{
	background:rgba(0,0,0,0.8);
	backface-visibility: hidden;
	/*display:table;*/
    height: 100%;
    opacity: 0;
    transform: rotateY(-90deg);
    transform-origin: 0 0 0;
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 60%;
    overflow: hidden;
	left: 0; 
    padding: 10px;
    position: absolute;
    top: 0;
}
.ocmp-blog-template .blog-box:hover .post-header{
	opacity: 1;
    transform: rotateY(0deg);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.ocmp-blog-template .blog-box .header-wrapper{
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.content-footer .ocmp-blog-desc{
	padding:15px;
}
.read_more{
	display:block;
	margin:15px 0;
}
.read_more a{
	padding:10px 25px;
}

.social-component{ margin:10px 0;}
.blog-template .social-component.bottom .social-share, .blog-template .social-component.bottom a, .blog-template .social-component.right .social-share, .blog-template .social-component.right a{
	display: inline-block;
    float: none;
    vertical-align: top;
}

.social-component .social-share a{
	border: 1px solid #ff9600;
    float: left;
    padding: 8px 0;
    text-align: center;
    width: 38px;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    box-shadow: none;
}

.social-component .social-share a:hover{
	background:#ffffff;
	color:#ff9600;
}

.ocmp-padination-box{
	margin-top:50px;
	display:table;
	width:100%;
}
.ocmp-padination-box .pagination > li > a, .pagination > li > span{
	margin-left:5px;
    background: #777777; 
	color:#ffffff;
	border:1px solid #777777;
}
.ocmp-padination-box .pagination > li > a:hover{
    background: #e21130; 
    color: #ffffff;
	border:1px solid #e21130;
}
.ocmp-padination-box .pagination > li:first-child > a, .pagination > li:first-child > span,
.ocmp-padination-box .pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius:0 ;	
	-moz-border-radius:0 ;
	-webkit-border-radius:0 ;
	-ms-border-radius:0 ;
	-o-border-radius:0 ;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background: #e21130; 
    color: #ffffff;
	border:1px solid #e21130;
}
footer{ margin-top: 0;}