.bgr-3 .owl-nav.disabled {
	display:none !important;
}
.breadcrumb-section {
	width: 100%;

	background: url(/Content/Img/breadcrumb.jpg) repeat;
	border-bottom: 5px solid #dddddd;
	border-top: 5px solid #dddddd;
	padding:30px;
}
.breadcrumb {
	float: left;
	margin: 0px;
	padding: 8px 10px !important;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.17) !important;
	margin-bottom: 0px !important;
	bottom: 0;
	position: absolute;
}
.breadcrumb a {
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	/*line-height: 30px;*/
	color:#f8c218;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#000;
	text-decoration:none;
}

.breadcrumb h1 {
	background: transparent;
	border: 0;
	font-size: 18px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.breadcrumb span {
	color:#f8c218;
	font-size: 10px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
	text-align: center;
	/* font-size: 10px; */
	width: 20px;
	height: 20px;
}
.breadcrumb span i {
	line-height:16px;
}
.Postfolio .slideshow {
	position:relative;
	display:block;
	margin-top:50px;
}
.Postfolio {

}
.Postfolio .widget {
	float: left;
	width: 100%;

	margin-bottom: 20px;
}
.Postfolio .widget h3.widgettitle {

	background: #ededed;
	display: inline-block;
	width: 100%;
	padding: 0px;
	border-bottom: 3px solid #d9d9d9;
}
.Postfolio .widget h3.widgettitle a {
	padding: 10px 10px 10px 45px;
	display: block;
	border-bottom: 1px solid #ffffff;
	position: relative;
	color:#777;
}
.Postfolio .widget ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.Postfolio .widget ul li {
	float: left;
	display: block;
	clear: both;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
}
.Postfolio ul.recent-posts-widget li a.thumb {
	padding: 0px;
	clear: both;
	float: left;
	display: block;
	position: relative;
	margin-bottom: 15px;
	margin-right: 10px;
	background: none;
	color:#000;
}
.Postfolio ul.recent-posts-widget li h6 a {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;

	line-height: 15px;
	color:#000;
}
.Postfolio ul.recent-posts-widget li h6 a:hover {
	color:#f8c218;
}
.Postfolio ul.recent-posts-widget li p {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 15px;
}
.Postfolio ul.recent-posts-widget li h6 {
	margin-top: 0px;
}

.Postfolio .widget h3.widgettitle a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #777;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 13px;
	left: 16px;
	content: "\f054";
	border-radius: 50%;
	border:2px solid #777;
}
hr.style {
	border-top: 1px dashed #ddd;
	margin: 10px 0;
}
.stl-menu ul li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 13px;
	position: absolute;
	right: 0;
	content: "\f054";
	top:3px;
}
.stl-menu ul li a {
	padding: 0;
	color: #999;
	margin-left: 15px;
}

/*Postfolio Single*/
.column {
	margin: 0px 2% 0px 0px;
	float: left;
	min-height: 1px;
	position: relative;
}
.portfolio-single h3 {
	text-transform: none;
	margin-top: 10px;
}
.portfolio-single h6 {
	color: #919191;
	font-weight: normal;
	margin: 10px 0px 20px;
}
.portfolio-share {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0px 0px;
}
.portfolio-share i {
	font-size: 20px;
	color: #999;
	padding-right: 10px;

}
.img {

	margin: 0px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;

}
.thumbnail {
	border-radius: 0px !important;
}
.thumbnail .lastest-image{
	aspect-ratio: 6 / 4;
}
.thumbnail a h4, .thumbnail a:hover {
	color: #d9534f;
	text-decoration:none;
}
.thumbnail .caption a h4{
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	min-height:60px;
}
.thumbnail .caption p{
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}