/*=== PORTFOLIO SECTION ===*/

#portfolio {
	padding-bottom: 0;
	position: relative;
	background-color: #fff;
}
/*==== PORTFOLIO FILTERS ====*/
.category-filters{
	padding:25px 45px 0px;
	font-size:16px;
	font-family:Open Sans;
	}
#filter {
	background-color:#eff3f3;
	margin-top:80px;
	margin-left:80px;
	margin-right:30px;
	border:2px solid #e0e5e6;
	border-radius:5px;
	float:left;
}
#filters ul {
	margin: 0;
	list-style: none;
	padding: 0;
	
}
#filter ul li {
	list-style:none;
	border-bottom:1px solid #e0e5e6;
	box-shadow:0px 1px 0px 0px #ffffff;
	padding-right:30px;
	margin-right:25px;
}
#filter ul .custom-li{border-bottom:none;box-shadow:none;}
#filter ul li a {
	text-decoration:none;
}
#filter ul li a h3 {
	font-size: 13px;
	padding: 0px 35px 1px 20px;
	font-family:'Open Sans';
	color:#34495e;
	font-weight:300;
	
}
#filter ul li a i {
	font-size: 13px;
	padding: 6px 7px 6px;

	color:#fff;
	border-radius:2px;
}




/*==== PORTFOLIO AJAX NAVIGATION =====*/
#project-navigation {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	z-index: 1;
}
#project-navigation ul {
	float: none;
	margin: 0;
	list-style: none;
	display: none;
	padding: 0;
}
#project-navigation ul li#prevProject a {
	background: url(../images/arrow_left.png) center center no-repeat;
	float: right;
	margin-right: 64px;
}
#project-navigation ul li#nextProject a {
	background: url(../images/arrow_right.png) center center no-repeat;
	float: right;
	margin-right: 10px;
}
#project-navigation ul li#prevProject a, #project-navigation ul li#nextProject a {
	background-color: #151515;
	background-size: 30px;
}
#project-navigation ul li a {
	width: 40px;
	height: 40px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#project-navigation ul li#prevProject a:hover, #project-navigation ul li#nextProject a:hover {
	background-color: #FFD600;
}
#project-navigation ul li a:hover {
	background-color: #FFD600;
}
#project-navigation ul li a.disabled, #project-navigation ul li a.disabled:hover {
	cursor: default;
	background-color: rgba(0,0,0,0.2) !important;
}
/*=== PROJECT CLOSE ===*/
#closeProject {
	top: 10px;
	position: absolute;
	right: 62px;
	z-index: 1;
}
#closeProject a {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	display: none;
	background: #151515;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#closeProject a:hover {
	background: #FFD600;
}
#closeProject a i {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	display: inline-table;
	vertical-align: middle;
}
#ajax-section {
	position: relative;
	padding: 0;
	background: #f8f8f8;
	text-align: left;
}
#ajax-section #loader {
	width: 100%;
	height: 20px;
	display: none;
	position: absolute;
	top: -30px;
}
#ajax-section #loader.projectError {
	text-align: center;
	height: auto !important;
	background-position: top center;
}
#ajax-section #loader.projectError p {
	display: none;
	padding-top: 16px;
}
#ajax-section #loader {
	background: url(../images/loader.gif) center center no-repeat;
}
#ajax-section #loader.projectError p {
	color: #666 !important;
}
#ajax-content-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#ajax-content-inner {
	float: left;
	height: 0;
	opacity: 0;
}
#ajaxpage {
	float: left;
	display: block;
}
.project-media {
	margin-top: 70px;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
}
.project-info {
	margin-top: 60px;
	margin-bottom: 30px;
}
.project-info {
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.project-description, .project-details {
	margin-bottom: 30px;
}
.project-description h3, .project-details h3 {
	margin-bottom: 10px;
}
.project-details p {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 7px;
}
.project-details p span {
	font-weight: bold;
}
/*==== PORTFOLIO GRID ====*/

#portfolio-wrap {
	position: absolute;
	padding: 0;
	width: 71%;
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
	float:left;
	margin-left:29%;
}
#portfolio-wrap .one-third {
	margin: 0;
	overflow: hidden;
	line-height: 0;
	width: 291px;
	height: 175px;
	padding: 0;
}
.portfolio-item.current {
	box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.37);
	z-index: 101;
}
.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.portfolio-item .portfolio-image {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-item .portfolio-image img {
	width: 100%;
	height: 175px;
	
}
.width_cstm{
	width: 175px!important;
}
.portfolio .portfolio-overlay {
	width: 100%;
	height: 175px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 4;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.portfolio > a, .portfolio > a:hover {
	color: #ffffff;
}
.portfolio-item .portfolio > a:hover > .portfolio-overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio > a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio > a:hover img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio .thumb-info {
	position: absolute;
	width: 100%;
	height: 175px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio a:hover .portfolio-overlay .thumb-info {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-overlay .thumb-info i {
	top: 12%;
	font-size: 50px;
}
.portfolio-overlay .thumb-info h3 {
	top: 35%;
	font-family: Open Sans;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}
.portfolio-overlay .thumb-info p {
	top: 65%;	
	font-family: Open Sans;
	color: #FFF;
	font-weight: Semibold;
	font-size: 14px;
	text-transform: uppercase;
}
.portfolio-overlay .thumb-info h3 {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
}
.portfolio-overlay .thumb-info p {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	font-weight: bold;
}
.portfolio-overlay .thumb-info i {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	display: block;
}
/**** Isotope CSS3 transitions ****/
section{overflow:hidden;}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.second-part{
			position: relative;
			top: 0px!important;
		}
.section-our-team-single .social-icon {

top: -25px!important;
}

.section-second-header .second-header .buy-now span.buy-now-custome {
top: 38px!important;
}
.tab-one {
top: 20px!important;
}
.tab-four {
top: 18px!important;
}
.tab-three {
top: 20px!important;
}
.tab-two {
top: 20px!important;
}



.cstm {
width: 100%;
padding-top: 20%;
}

.rate-price {
top: 31px!important;
}
.rate-period {
top: 16px!important;
}
.feathurs-icon .glyph .fs1 {

}
.cb-slideshow li{
	list-style-type: none;
}

.projectinfo{		
height: 100%;				
}

/*******************
Onyx 1171px-1300px Start
******************************/

@media (max-width: 1300px) and (min-width: 1171px){
	.category-filters {
		padding: 25px 20px 0px;
	}
	#filter ul{padding-left:20px;}	
	#filter ul li{padding-right:5px;margin-right:5px;}
	.portfolio-menu{margin-left:0%;}
	#filter{margin-left:50px;}
}
/*******************
Onyx 1171px-1300px end
******************************/


/*******************
Onyx 1024px-1170px Start
******************************/

@media (max-width: 1170px) and (min-width: 1024px){
	.category-filters {
		padding: 25px 20px 0px;
	}
	#filter ul{padding-left:20px;}	
	#filter ul li{padding-right:5px;margin-right:5px;}
	.portfolio-menu{margin-left:0%;}
	#filter{margin-left:50px;}
}
/*******************
Onyx 1024px-1170px end
******************************/

/*******************
Onyx 768px-1023px Start
******************************/

@media (max-width: 1023px) and (min-width: 768px){
	.category-filters {
		padding: 25px 20px 0px;
	}
	#filter ul{padding-left:0px;}	
	#filter ul li{padding-right:5px;margin-right:5px;}
	.portfolio-menu{margin-left:-4%;}
	#filter{margin-left:50px;}

}
/*******************
Onyx 768px-1023px end
******************************/

/*******************
Onyx 640px-767px Start
******************************/

@media (max-width: 767px) and (min-width: 640px){
	.category-filters {
		padding: 25px 20px 0px;
	}
	#filter ul{padding-left:0px;}	
	#filter ul li{padding-right:5px;margin-right:5px;}
	.portfolio-menu{margin-left:-3%;}
	#filter{margin-left:50px;}
	#portfolio-wrap{margin-left:40%;}

}
/*******************
Onyx 640px-767px end
******************************/

/*******************
Onyx 480px-639px Start
******************************/

@media (max-width: 639px) and (min-width: 480px){
	
	#filter{margin-left:150px;}
	#portfolio-wrap{margin-top:80%;margin-left:25%;}

}
/*******************
Onyx 480px-639px end
******************************/
@media (max-width: 479px) and (min-width: 371px){
	#filter{margin-left:70px;}
	#portfolio-wrap{margin-top:90%;margin-left:15%;}
	.view div.view-back{right:-10px!important;}
}
/*******************
Onyx 480px-639px end
******************************/
@media (min-width: 370px) and (max-width: 440px){
	#filter{margin-left:40px;}
	#portfolio-wrap{margin-top:110%;margin-left:8%!important;}
	.view div.view-back{right:-10px!important;}

}

/*******************
Onyx 320px-370px Start
******************************/
@media (min-width: 300px) and (max-width: 369px){
.category-filters {
		padding: 25px 20px 0px;
	}
	#filter ul{padding-left:0px;}	
	#filter ul li{padding-right:5px;margin-right:5px;}
	.portfolio-menu{margin-left:0%;}
	#filter{margin-left:50px;}
	#portfolio-wrap{margin-left:2%!important;margin-top:125%!important;}
.view div.view-back{right:-10px!important;}
}


/*******************
Onyx 320px-479px end
******************************/
@media (min-width: 1260px) and (max-width:1300px){
	.read-more-option a{margin-left:25px;}
}
@media (min-width: 1200px) and (max-width:1250px){
	.read-more-option a{margin-left:15px;}
}
@media (min-width: 1120px) and (max-width:1199px){
	.read-more-option a{margin-left:10px;}
}