/*=======================
  07. Projects CSS
=========================*/
.projects {
	/*background: #f6f6f6;*/
}
.projects .project-nav {
	margin: 20px 0 50px 0;
	text-align: center;
}
.projects .project-nav .project-menu {
	display: inline-block;
	margin: 0;
}
.projects .projects-nav ul li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	padding: 5px 15px;
	border-radius: 0px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	text-transform: capitalize;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 10px 0 0;
	background: #fff;
	color: #353535;
	font-family: 'Roboto', sans-serif;
	background: transparent;
	border: none;
}
.projects .project-nav ul li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	padding: 8px 15px;
	border-radius: 0px;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	text-transform: capitalize;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 5px 0 0;
	background: #fff;
	color: #353535;
	font-family: 'Roboto', sans-serif;
	background: transparent;
	border: none;
}
.projects .project-nav ul li:last-child{
	margin:0;
}
.projects .project-nav ul li.active, 
.projects .project-nav ul li:hover {
	color: #fff;
}
.projects .project-nav .cbp-filter-counter{
	font-size:14px;
	margin-left:5px;
}
.projects .project-single {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #f6f6f6;
	padding: 10px;
	border:1px solid #555;
}
.projects .project-inner{
	position:relative;
	overflow:hidden;
}
.projects .project-head {
	position: relative;
	text-align: center;
}
.projects .project-head:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	z-index: 33;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .project-single:hover .project-head:before{
	opacity:0.9;
}
.projects .project-head img{
	width:100%;
	z-index:2;
}
.projects .project-bottom {
	text-align: center;
	padding: 10px 0 0;
	position: absolute;
	width: 100%;
	text-align: left;
	z-index: 333;
	text-align: center;
	top: 50%;
	margin-top: -23.5px;
}
.projects .project-bottom h4 {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .project-bottom h4:before{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
}
.projects .project-single:hover .project-bottom h4{
	opacity:1;
	visibility:visible;
}
.projects .project-bottom h4 a{
	color:#fff;
}
.projects .project-bottom h4 span {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
}
.projects .button {
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
	z-index: 33;
	background: rgba(255, 255, 255, 0.38);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	opacity:0;
	visibility:hidden;
	padding: 8px 25px;
	border-radius: 30px 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .project-single:hover .button{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	transform:translateX(0%);
}
.projects .button .btn {
	display: inline-block;
	color: #fff;
	box-shadow: none;
	padding: 0;
	margin-right: 12px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	z-index: 99;
}
.projects .button .btn:hover{
	color:#fff;
}
.projects .button .btn:last-child{
	margin:0;
}
.projects .load-button {
	margin-top: 50px;
}
.projects .load-button .btn {
	padding: 14px 30px;
	color: #fff;
	font-weight: 500;
	border: none;
	transition: all 0.4s ease;
	margin: 0;
}
.projects .load-button .btn:hover{
	background:#353535;
}

/* Project Full */
.projects.single .project-single{
	background:transparent;
	padding:0;
}
.projects.single .project-head:before{
	display:none;
}
.projects.single .project-slider{
	position:relative;
}
.projects.single .project-slider #bx-pager {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #0009;
	padding: 10px;
}
.projects.single .project-slider #bx-pager a {
	display: inline-block;
}
.projects.single .project-slider #bx-pager a img {
	width: 90px;
	height: 60px;
	border: 3px solid #fff;
}
.projects.single .project-content{
	margin-top:30px;
}
.projects.single .project-content h2 {
	font-size: 25px;
	text-transform: uppercase;
}
.projects.single .project-content p {
	margin: 15px 0;
}
.projects.single .project-content blockquote {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
	border-left: 4px solid;
	color: #353535;
}
.projects.single .project-content .btn {
	color: #fff;
	box-shadow: none;
	border: none;
}
.projects.single .project-content .btn:hover{
	background:#353535;
}
.projects.single .single-sidebar {
	margin-top: 30px;
	background: #fff;
	padding: 10px;
}
.projects.single .project-info {
	background: #353535;
}
.projects.single .single-info {
	margin-bottom: 20px;
	position: relative;
	padding-left: 23px;
}
.projects.single .single-info:last-child{
	margin:0;
}
.projects.single .single-info h4 {
	color: #fff;
	margin-bottom: 5px;
}
.projects.single .single-info i {
	margin-right: 5px;
	position: absolute;
	left: 0;
	color: #fff;
	top: 12px;
}
.projects.single .single-info a {
	color: #fff;
}
.projects.single .brochure {
	text-align: center;
	padding: 0;
}
.projects.single .brochure img {
	width: 100%;
}
.projects.single .brochure a {
	color: #fff;
	display: block;
	padding: 10px;
}
.projects.single .brochure i {
	position: relative;
	margin-left: 10px;
	color:#fff;
	top: 0;
}
/*=======================
  End Projects CSS
=========================*/