/* CSS used here will be applied after bootstrap.css */
.carousel {

}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
	
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;	
}

.pagenation-holder2 {
	
	margin: 0;
	padding: 25px 0 10px;
	width: 100%;
}

.pagenation_links2 a {
	color: #161616;
}


/* blog1 post holder
 ------------------------------ */	
.blog1-post-holder {
	width: 100%;
	padding: 0px;
	margin: 0 0 30px 0;
	float: left;
	background-color: #fff;
}
.blog1-post-holder.padding {
	padding: 40px;
}
.blog1-post-holder .image-holder {
	position: relative;
	z-index: 0;
}
.blog1-post-holder .image-holder .post-info {
	position: absolute;
	padding: 12px 20px;
	margin: 0px;
	float: left;
	z-index: 1;
	bottom: 0px;
	background-color: #dbdc33;
}
.blog1-post-holder .image-holder .post-info.two {
	bottom: 49px;
}
.blog1-post-holder .image-holder .post-info.three {
	bottom: -40px;
}
.blog1-post-holder .image-holder .post-info span {
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}
.blog1-post-holder .image-holder .post-info span i {
	margin-right: 10px;
}
/* blog1 sidebar box
 ------------------------------ */
 
.blog1-sidebar-box {
	width: 100%;
	padding: 0px;
	margin: 0 0 30px 0;
	float: left;
	background-color: #fff;
}
/* blog1 sidebar social links
 ------------------------------ */
.blog1-social-icons {
	width: 100%;
	margin: 0;
	padding: 0px;
	display:inline-block;
	list-style-type: none;
}
.blog1-social-icons li {
	display:inline;
}
.blog1-social-icons li a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	padding: 0;
	margin: 0 10px 0 0;
	color: #242424;
	display:inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	border: 1px solid #e4e4e4;
}
.blog1-social-icons li a:hover {
	color: #fff;
	border: 1px solid #dbdc33;
	background-color: #dbdc33;
}
/* blog1 sidebar input search
 ------------------------------ */ 
.blog1-sidebar-serch_input {
	border: 1px solid #d9d9d9;
	border-width: 1px 0 1px 1px;
	color: #161616;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 40px;
	line-height: 39px;
	padding: 0 7px;
	width: 70%;
}
.blog1-sidebar-serch_input.dark {
	color: #ccc;
	border: 1px solid #444444;
	background-color: #444444;
}
.blog1-sidebar-serch-submit {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	height: 40px;
	margin: 0;
	padding: 5px 10px;
}
.blog1-sidebar-serch-submit.dark {
	color: #ccc;
	border: 1px solid #161616;
	background-color: #161616;
}
/* blog1 sidebar latest posts
 ------------------------------ */ 
.blog1-sidebar-posts {
	width: 100%;
	padding: 0px;
	margin: 0 0 25px 0;
	float: left;
}
.blog1-sidebar-posts .post-info {
	font-size: 12px;
	color: #cecece;
}
.blog1-post-info {
	font-size: 12px;
	color: #cecece;
}
.blog1-sidebar-posts:hover h6, .blog1-sidebar-posts.active h6 {
	color: #dbdc33;
}

/* blog1 Author info box
 ------------------------------ */
.blog1-post-info-box {
	width: 100%;
}
.blog1-post-info-box.less-width {
	width: 90%;
}
a.loadmore-but {
	background-color: #dbdc33;
	border-radius: 2px;
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin: 40px 0;
	padding: 20px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	transition: all 0.3s ease-out 0s;
}
a.loadmore-but:hover {
	background-color: #e7e7e7;
}
a.loadmore-but.orange-2 {
	background-color: #fd602c;
}
a.loadmore-but.orange-2:hover {
	background-color: #242424;
}