
/*fb-projects*/
.fb-project {
	margin-bottom: 0px;
}
.fb-project-image {
    position: relative;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
	border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.fb-project-image img {
	border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	width: 100%;
	opacity: 1;
	transition: all ease 0.3s;
	cursor: pointer;
}
.fb-project-image:hover img {
	opacity: 0.7;
}
.fb-project-image .fb-project-title {
	bottom: 0px;
	color: #fff;
	font-weight: 600;
	padding: 10px 10px 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 18px;
	float: left;
}

.fb-project-badge {
	background: #bd0d5b none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 0.6em;
	font-weight: bold;
	height: 50px;
	line-height: 1.0833em;
	margin: 0;
	padding: 8px 0 0;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	width: 50px;
	z-index: 1;
}
.fb-project-details > p {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

.sidebar-left .content {
    margin-left: 15px;
	margin-right: 15px;
}

.project-card-bdr { border:solid 1px #ececec; background: #ffffff;}

.feedbacker-card-bdr { border:solid 1px #ececec; background: #ffffff; padding: 10px; margin: 10px 10px 8px 10px;}

@media only screen and (min-width: 1425px) { .sidebar-left .sidebar { padding-left: 230px; }}
	
@media only screen and (min-width: 1300px) and (max-width: 1425px) { .sidebar-left .sidebar { padding-left: 140px; }}
	
@media only screen and (min-width: 1200px) and (max-width: 1300px) { .sidebar-left .sidebar { padding-left: 100px; }}


.featured-project { position: absolute; left: 0px; width: 0; margin-top: 0px; border-top: 50px solid transparent; border-right: 50px solid transparent; z-index: 50000 !important; }
.featured-project p { color: #ffffff !important; font-size: 24px !important; font-weight: 500; position: relative !important; top: -42px !important; left: 6px !important; }

.project-card-border {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: solid 1px #000000;
    padding: 10px 30px 30px 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.new-project {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 50000 !important;
}

.new-project p {
  color: #000 !important;
  font-size: 10px !important;
  font-weight: 500;
  position: relative !important;
  top: -40px !important;
  left: 2px !important;
}