
.portfolio-controllers .btn-default{
	color: #808080;
}
.portfolio-controllers .filter-btn{
	background-color: transparent;
	color: #222;
	border-color: #ff9800;
}
.portfolio-controllers .filter-btn.active-work{   
    color: #ff9800;
}
.portfolio-link li a i{
	background-color: transparent;
	/*border: 1px solid #00CCCC;*/
	color: #fff;
}
.portfolio-link li a:hover i{
	/*border-color: transparent;*/
}
.portfolio-link li a:hover i.fa-link,
.portfolio-link li a:hover i.fa-plus{
	background-color: #ff9800;
	color: #fff;
}
.portfolio-item-title{
	color: #fff;
}
.portfolio-item-title:after{
	background-color: transparent;
}
.caption-content{
	background-color: rgba(225, 225, 225, .7);
}
.overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(35,35,40,0.8);
}
.shutter-lock{
	transform: translateZ(0);
	position: relative;
}
.shutter-lock:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: #00cccc;
	-webkit-transition : all 0.5s ease-in-out;
	transition : all 0.5s ease-in-out;
	z-index: -1;
}
ul#filters {
    text-align: center;
}
.shutter-lock:hover:after{
	width: 100%;
}
.title{
	text-transform: uppercase;
}
.title strong{
	font-weight: 900;
}
.slider-btn{
	font-weight: 700;
}
.parallax{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -999;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.more{
	text-align: center;
}
.more a{
	display: inline-block;
	padding: 15px 25px;
	border-radius: 2px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition : all 0.3s ease;
	transition : all 0.3s ease;
}
.more a:hover{
	box-shadow: 0px 0px 5px #ff9999;
}
/*
====================================================
				6.Portfolio
====================================================
*/
.work{
	padding: 20px 0px;
}
.work-title{
	padding-bottom:10px;
	text-align: center;
}
.portfolio-controllers-container{
	margin-bottom: 10px;
	text-align: center;
}
.portfolio-controllers{
	padding: 0px;
	height: 100%;
	display: inline-block;
}
.portfolio-controllers .filter-btn{
	float: left;
	padding: 10px 15px;
	border: 0px solid #ff9800;
	outline: 0px; line-height:20px;
	margin: 0px 15px 15px 0px;
	-webkit-transition : all 0.3s ease;
	transition : all 0.3s ease;
	cursor: pointer; color:#FFFFFF; font-weight:700; font-size:18px;
}
.more-container{
	margin-top: 40px;
}
.portfolio{
	padding: 14px 7px;
}
.portfolio-image{
	position: relative;
	overflow: hidden;
	width: 310px;
    height: 205px;
}
.portfolio-image img{
	/*width: 100%;
	height: 100%;*/
	transform : scale(1);
	-webkit-transition : all 0.5s ease;
	transition : all 0.5s ease;
	position: relative;
}
.portfolio-image:hover img{
	transform : scale(1.2);
	cursor: pointer;
}
.portfolio-image::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(34,35,40,0.1);
}
.work .caption{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transform : scale(1.2);
	-webkit-transition : all 0.5s ease;
	transition : all 0.5s ease;
	padding: 10px;
	z-index: 999;
}
.caption-content{
	width: 100%;
	height: 100%;
	position: relative;
}
.portfolio-image:hover .caption{
	opacity: 1;
	transform : scale(1);
}
.caption-content{
	width: 100%;
	height: 100%;
	text-align: center;
	background-color : rgba(0,0,127,0.7);
	position: relative;
}
.portfolio-link{
	display: inline-block;
	position: absolute;
	top: 35%;
    left: 50%;
    transform: translateX(-50%);
}
.portfolio-link li{
	float: left;
	margin-right: 5px;
	display:inline-block;
}
.portfolio-link li a i{
	font-size: 25px;
	border-radius: 2px;
	-webkit-transition : all 0.3s linear;
	transition : all 0.3s linear;
}
.portfolio-link li a i.fa-link{
	padding: 10px 15px;
	background: #02027d;
}
.portfolio-link li a i.fa-plus{
	padding: 10px 17px;
}
.portfolio-item-title{
	width: 90%;
	height: 40px;
	overflow: hidden;
    font-size: 18px;
   	position: absolute;
	left: 50%;
	top: 25%;
	transform: translateX(-50%);
}
.portfolio-item-title:after{
	position: absolute;
    bottom: 0;
    left: 35%;
    content: '';
    width: 30%;
    height: 2px;
}

.footer-bottom p{
	text-align: center;
}


#filters li {
    display: inline-block;height:45px; line-height:45px; margin-right:5px;
}
#filters li span {
    display: block;
    padding: 0px 30px;
    text-decoration: none;
    color: #106296;
    cursor: pointer; font-weight: 600;font-size: 18px;
	background: #f0f0f0;
    border-radius: 4px;
}
.presentation_flitermain2 #filters li span{ color:#333;}
#filters li span.active {
  font-weight: 700;font-size: 18px; color:#de8400;     color: #fff;
    background: #00a651;
}
#filters li span img {
    margin-right: 5px;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 24%;
    margin: 0;
    display: none;
    /*float: left;*/
    overflow: hidden;
    vertical-align: top;
}
.portfoliolist{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 24%;
    margin: 0;
    display: none;
    /*float: left;*/
    overflow: hidden;
    vertical-align: top;
}
div#portfoliolist {
    text-align: center;
}
.portfolio-wrapper {
    overflow: hidden;
    cursor: inherit;
	position:relative;
}
.portfolio-wrapper img{ width:100%; padding:10px 10px 10px 10px;}
.portfolio-wrapper h5{ color:#fff; font-size:16px; padding:10px 3px; margin:0px;
background: #ee9601; /* Old browsers */
background: -moz-linear-gradient(top,  #ee9601 0%, #d67b00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ee9601 0%,#d67b00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ee9601 0%,#d67b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9601', endColorstr='#d67b00',GradientType=0 ); /* IE6-9 */
}
.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
}
.pricetag {position: absolute;left: 30px;right: 0;bottom: 56px;color: #fff;z-index: 1;}


.portfolio .label {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.76);
    display: block !important;
    border-radius: 0px;
    font-weight: normal;
}
.portfolio .label-bg {
    background: rgba(0, 0, 0, 0.76);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}
.text-title {
    font-family: 'PoppinsMedium';
    font-size: 18px;
    color: #fff;
    padding: 5px 0px;
}
.portfolio .text-category {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 5px 0px;
}
.portfolio:hover .label {
    height: 100%;
    display: block;
}

.bodysection_left {
    position: relative;
    width: 100%;
    float: left;

}

/*Xtra Large*/
@media (min-width: 1200px){}
/*Medium Device*/
@media(min-width:992px){}
/*Small Device*/
@media(min-width:768px){}
/*Xtra Small Device*/
@media(max-width:767px){

.portfolio-controllers .filter-btn{
margin-bottom: 15px;
padding: 10px 12px;
margin-left: 10px;
}

#portfoliolist .portfolio{width: 100%; margin-bottom:0px;}#filters li span { padding: 0px 15px;}
}


