/*------------ ( Portfolio Filter ) ------------*/
.portfolio-filter select {
	display:none;
}
.portfolio-filter .vc_row-fluid{
	padding-left: 0;
}
.portfolio-filter .selecter {
	margin:50px 0;
	border:1px solid rgba(0,0,0,0.03);
}
.portfolio-filter .selecter-item.activeFilter {
	color:#fff !important;
}
#portfolio-filter li a.activeFilter:hover{
	color: #fff;
}
#portfolio-filter {
	position:relative;
	margin:0;
	list-style:none;
	float:left;
	text-align:left;
	padding:0;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.sort-by .selecter-selected{
	width: 200px !important;
}
.sort-by .selecter-options{
	width: 200px !important;
	border: none !important;
}
.is-sticky #portfolio-filter {
	margin:11px 0;
}
#portfolio-filter li {
	display:inline-block;
	position:relative;
	float:left;
}
#portfolio-filter li a {
	display: inline-block;
	position: relative;
	padding: 10px 10px 8px 10px;
	border: none;
	margin: 0 0px;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	float: left;
}
#portfolio-filter.centered, .portfolio-filter.centered {
	width:100%;
}
#portfolio-filter.centered li {
	float:none;
}
#portfolio-filter.centered li {
	float:none;
}
#portfolio-filter.pull-center {
	text-align:center;
	width:100%;
}
#portfolio-filter.pull-left li:first-child a {
	margin:4px 2px 4px 0;
}
#portfolio-filter.pull-right li:first-child a {
	margin:4px 0px 4px 2px;
}
#portfolio-filter li a:after {
	content:"";
	left:0;
	height:1px;
	width:100%;
	position:absolute;
	z-index:99;
	opacity:0;
	-webkit-transition:opacity 0.3s,-webkit-transform 0.3s;
	-moz-transition:opacity 0.3s,-moz-transform 0.3s;
	transition:opacity 0.3s,transform 0.3s;
	bottom:2px;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	transform:translateY(10px);
}
.activeFilter {
	border-width:1px;
	border-style:solid;
	border-radius: 100px;
}
.tooltip-inner {
	padding:7px 10px;
	width:130px;
	text-transform:capitalize;
}
.portfoliobox .image-box,.portfoliofull .image-box {
	margin-bottom:0;
}
.portfoliofull .p-item {
padding-left:0;
padding-right:0;
}
.portfoliomasonry.ajax-posts.portfoliofull {
	margin-bottom: -1px;
	padding-bottom: 0;
}
.portfoliobox,.portfolio-items-home {
	float:left;
	width:100%;
	position:relative;
}
.portfoliobox {
	margin:0;
}
.portfolio-wrapper {
	float:left;
	width:100%;
	padding:0;
}
.vc_row-fluid .portfolio-wrapper{
	padding-right: 15px;
    padding-left: 15px;
}
.vc_row-fluid section.portfolio-filter{
	padding-right: 15px;
    padding-left: 15px;
}
.vc_row[data-vc-full-width] .portfolio-wrapper{
	padding-right: 0;
    padding-left: 0;
}
.vc_row[data-vc-full-width] section.portfolio-filter{
	padding-right: 0;
    padding-left: 0;
}
.portfoliobox .overlay-animation-4,
.portfoliobox .overlay-animation-5,
.portfoliobox .portfolio-box-4,
.portfoliobox .porfolio-style-8,
.portfoliobox .porfolio-style-9{
	margin: 0 0 30px 0;
}
.portfoliofull .p-item,
.portfoliofull .overlay-animation-4,
.portfoliofull .overlay-animation-5,
.portfoliofull .portfolio-box-4,
.portfoliofull .porfolio-style-8,
.portfoliofull .porfolio-style-9{
	margin: 0;
}
.portfoliomasonry, .portfoliofitrows, .portfoliomasonrymixed {
	float:left;
	width:100%;
}

/*------------ ( Text Holder ) ------------*/
.item-text-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	opacity:0;
	padding:40px;
	filter:alpha(opacity=0);
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
	text-align:center;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.item-text-wrapper .content {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.item-text-wrapper:hover,.item-text-wrapper.active {
	opacity:1!important;
}

 .image-box.scale-image-animation .item-text-wrapper:hover, .image-box.scale-image-animation .item-text-wrapper.active,
.overlay-animation-4 .item-text-wrapper.active {
		opacity:1!important;
}
.item-text-wrapper .portfolio-item-title, .vc_gitem-post-data-source-post_title {
	color: #FFF;
	letter-spacing: 0;
	text-transform: capitalize;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2;
}
.item-text-wrapper .portfolio-item-title a {
	color:#FFF;
}
.item-text-wrapper .portfolio-item-category {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 600;
}
.item-text-wrapper .portfolio-item-category a {
	color:#FFF;
}
.item-text-wrapper p {
	margin-top:10px;
	width:100%;
	text-align:center;
}
.item-text-wrapper_normal {
	width:100%;
	float:left;
	position:relative;
	margin: 40px 0;
	border:1px solid rgba(0,0,0,0.1);
	border-top:none;
	text-align:center;
}
.item-text-wrapper_normal .portfolio-item-category span {
	color: #9a9a9a;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 0px;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.item-text-wrapper_normal .portfolio-item-category span:after,
.portfolio-box-content .text-content p a:after,
.content-box .portfolio-item-category span:after,
.portfolio-box-content p span:after
 {
    content: ',';
    font-size: 16px;
        left: -1px;
    position: relative;
}
.portfolio-box-content p span:after{
	left: 0px;
}
.content-box .portfolio-item-category span:after{
	margin-right: 1px;
}
.overlay-animation-5 .content-box .portfolio-item-category:after {
    content: ',';
    font-size: 16px;
    margin-left: -1px;
    position: relative;
}
.item-text-wrapper_normal .portfolio-item-category span:last-child:after,
.portfolio-box-content .text-content p a:first-child:after,
.portfolio-box-content .text-content p a:last-child:after,
.overlay-animation-5 .content-box .portfolio-item-category:last-of-type:after,
.content-box .portfolio-item-category span:last-child:after,
.portfolio-box-content p span:last-child:after{
	content: '\00a0';
}
.item-text-wrapper_normal p {
	margin-top:10px;
	width:100%;
	text-align:center;
}
.item-text-wrapper_normal p.portfolio-desc {
	text-align:left;
	display:none;
}
.item-text-wrapper_normal {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  border: 0;
  border-top: none;
  text-align: center;
}
.item-text-wrapper_normal .portfolio-item-title,.vc_gitem-post-data h4 ,.vc_gitem-post-data h4  a{
	color: #000;
	font-weight: 300;
	margin: 0;
		letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 1.2;
		text-align: center!important;
		  font-size: 32px;
}
.item-text-wrapper_normal .portfolio-item-title a{
	color: #000;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 60px;
	letter-spacing: -1px;
    text-transform: capitalize;
    line-height: 1.2;
    font-size: 28px;
}
.item-text-wrapper_normal p {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.item-text-wrapper_normal p.portfolio-desc {
  text-align: left;
  display: none;
}
.portfolio-type-list .portfoliobox>article .item-text-wrapper_normal {
  width: 70%;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.portfolio-type-list .portfoliobox>article .item-text-wrapper_normal p.portfolio-desc {
  display: block;
}
/*------------ ( Overlay Animation 4 ) ------------*/
.overlay-animation-4 {
	float:left;
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
}
.overlay-animation-4 .image-box img{
	margin:0;
	padding:0;
	z-index:4;
	-webkit-transition:all 0.20s ease-out;
	-moz-transition:all 0.20s ease-out;
	-o-transition:all 0.20s ease-out;
	transition:all 0.20s ease-out;
}
.overlay-animation-4:hover .image-box img {
	overflow:hidden;
	-webkit-transition:all 0.25 ease-out;
	-moz-transition:all 0.25s ease-out;
	-ms-transition:all 0.25s ease-out;
	-o-transition:all 0.25s ease-out;
	transition:all 0.25s ease-out;
	-webkit-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform:translateY(-100px);
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);
}
.overlay-animation-4 .portfolio-item-title {
	letter-spacing:0;
	margin-top:15px;
}
.overlay-animation-4 .portfolio-item-title{
		margin-top:0;
}
.overlay-animation-4 .portfolio-item-title a{
	color:#fff;
}
.overlay-animation-4 .portfolio-item-category{
	font-size:12px;
	margin-bottom:0px;
	color:#fff;
}
.col-lg-15 .overlay-animation-4 .portfolio-item-title{
	font-size: 20px;
	line-height: 25px;
}
.col-lg-15 .overlay-animation-4 .portfolio-item-category {
    font-size: 10px;
    line-height: 15px;
}
.overlay-animation-4 .portfolio-item-category a{
	color: #fff;
}
.overlay-animation-4 .item-text-wrapper a {
    position: absolute;
   bottom: 0;
   left: 0;
   float: left;
   width: 100%;
   height: 100%;
   padding: 40px;
}
/*------------ ( Overlay Animation 5 ) ------------*/
.overlay-animation-5 .overlay-box {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
	opacity:0.30;
	webkit-transition:all 0.35s ease-out;
	-moz-transition:all 0.35s ease-out;
	-o-transition:all 0.35s ease-out;
	-ms-transition:all 0.35s ease-out;
	transition:all 0.35s ease-out;
}
.overlay-animation-5:hover .overlay-box {
	opacity:0.5;
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 70%);
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 70%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 70%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
	webkit-transition:all 0.35s ease-out;
	-moz-transition:all 0.35s ease-out;
	-o-transition:all 0.35s ease-out;
	-ms-transition:all 0.35s ease-out;
	transition:all 0.35s ease-out;

}
.overlay-animation-5 .content-box {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding: 3rem 3rem;
	   transition: all 0.2s;
}
.overlay-animation-5 .content-box .portfolio-item-title {
	color: #fff;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight:400;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	transition: all 0.2s;
	font-size: 34px;
}
.overlay-animation-5 .content-box .portfolio-item-title {
	color:#FFF;
}
.overlay-animation-5 .content-box .portfolio-item-title.color-dark,
.overlay-animation-5 .content-box .portfolio-item-category.color-dark{
	color: #1f1f1f;
}
.overlay-animation-5 .content-box .portfolio-item-category {
	color: #FFF;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 0px;
	float: left;
	padding-right: 3px;
	font-weight: 600;
	transition: all 0.2s;
}
.overlay-animation-5 .content-box .portfolio-item-category  {
	color: #FFF;
	text-transform: uppercase;
	   transition: all 0.2s;
}
.image-box.scale-image-animation.overlay-animation-5:before {
	content: '';
	    position: absolute;
	    bottom: 25px;
	    width: 0%;
	    height: 2px;
	    background: #FFF!important;
	    left: 35px;
	    transition: all 0.25s;
}
.image-box.scale-image-animation.overlay-animation-5:hover:before {
	width: 40px;
	transition: all 0.25s;
	z-index: 1;
}

/*------------ ( Portfolio Single ) ------------*/
.portfolio-type-list .portfoliobox>article {
	width:100% !important;
}
.portfolio-type-list .portfoliobox>article .image-box,.portfolio-type-list .portfoliobox>article .portofolio-slider {
	width:30%;
}
.portfolio-type-list .portfoliobox>article .item-text-wrapper_normal {
	width:70%;
	border-top:1px solid rgba(0,0,0,0.1);
}
.portfolio-type-list .portfoliobox>article .item-text-wrapper_normal p.portfolio-desc {
	display:block;
}
.carouselbottom {
	margin:0 0 50px;
}
/*------------ ( Portfolio 4 ) ------------*/
.portfolio-box-4{
	float: left;
	width: 100%;
	position: relative;
}
.portfolio-box-4 img {
    float: left;
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
    padding: 0;
}
.portfolio-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.portfolio-box-content:hover{
	opacity: 1;
	    box-shadow: inset 0 0 0 2px #000;
}
.portfolio-box-4 .text-content{
	text-align: center;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transition: translate(-50%,-50%);
}
.portfolio-box-content .text-content h3{
	text-transform: capitalize;
	color: #1f1f1f;
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 34px;
}
.col-lg-3 .portfolio-box-content .text-content h3{
	font-size: 25px;
}
.col-lg-15 .portfolio-box-content .text-content h3{
	font-size: 20px;
	line-height: 1.4;
}
.col-lg-15 .portfolio-box-content .text-content p span {
    font-size: 10px;
}

.portfolio-box-content .text-content p a, .portfolio-box-content .text-content p span{
	text-transform: uppercase;
	color: #1f1f1f;
	letter-spacing: 2px;
    font-weight: 500;
		font-size: 11px;
}
.portfolio-box-content:hover .text-content h3{
    -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    animation-delay: 1s;
    -webkit-animation-delay:1s;
	-o-animation-delay:1s;
	-moz-animation-delay:1s;
    animation-name: fadeInUp;
	-webkit-animation:fadeInUp 0.6s;
	-o-animation:fadeInUp 0.6s;
	-moz-animation:fadeInUp 0.6s;
}
.portfolio-box-content:hover .text-content p{
    -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
	-moz-animation-delay: 2s;
    animation-name: fadeInUp;
	-webkit-animation:fadeInUp 0.6s;
	-o-animation:fadeInUp 0.6s;
	-moz-animation:fadeInUp 0.6s;
}
.overlay-animation-1 .overlay_box{background: transparent;}
.item-text-wrapper:hover .portfolio-item-category span:after {
    content: ',';
    font-size: 16px;
}
.item-text-wrapper_normal .portfolio-item-title{
	margin-top: 0;
}
.item-text-wrapper:hover .portfolio-item-category span:last-child:after{
	content: '';
}
a.show-filter.close span {
    height: 2px!important;
}
.vc_custom_1419240516480 {
    background-color: #FFF !important;
}

.white-text h1 ,.white-text h2,.white-text h3,.white-text h4, .white-text h5,.white-text h6 {
    color: #FFF!important;
}

.overlay-box-1{
	content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-box-5 a:hover .overlay-box-1{
	top: 0;
}
.portfolio-box-5.overlay-animation-5 .content-box{
	z-index: 100;

}
.portfolio-box-5.overlay-animation-5 a:hover .content-box span,
.portfolio-box-5.overlay-animation-5 a:hover .content-box h2,
.portfolio-box-5.overlay-animation-5 a:hover .content-box p{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.portfolio-box-5.overlay-animation-5 .content-box span,
.portfolio-box-5.overlay-animation-5 .content-box h2,
.portfolio-box-5.overlay-animation-5 .content-box p{
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-box-5.overlay-animation-5 .content-box p{
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-5.overlay-animation-5 a:hover .content-box p{
	opacity: 1;
}
.portfolio-box-5.overlay-animation-5 .content-box p {
	color: #fff;
    opacity: 0;
    position: relative;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 0px;
    float: left;
    width: 100%;
    font-weight: 600;
}
/*------------ ( Portfolio 7 ) ------------*/


.overlay-animation-4.portfolio-effect-7:hover .image-box img {
	 filter: blur(15px);
    -webkit-filter: blur(15px);
    -webkit-animation: portfolioblur .5s both;
    animation: portfolioblur .5s both;
}
@-webkit-keyframes portfolioblur{from{filter:blur(15px);-webkit-filter:blur(15px)}to{filter:blur(5px);-webkit-filter:blur(5px)}}
@keyframes portfoliobur{from{filter:blur(15px);-webkit-filter:blur(15px)}to{filter:blur(5px);-webkit-filter:blur(5px)}}
.overlay-animation-4.portfolio-effect-7 .item-text-wrapper {
	z-index:8;
}
.overlay-animation-4.portfolio-effect-7 .item-text-wrapper a .portfolio-link-inner {
	position: absolute;
    top: 50%;
    bottom:auto;
	left: 0;
    float: left;
    width: 100%;
    height: auto;
    padding: 40px;
    text-align: center;
	transform:translateY(-50%);
}
.overlay-animation-4.portfolio-effect-7 .item-text-wrapper a .portfolio-item-title,
.overlay-animation-4.portfolio-effect-7 .item-text-wrapper a .portfolio-item-category,
.overlay-animation-4.portfolio-effect-7 .item-text-wrapper a .portfolio-item-category span {
	display:inline-block;
	text-align:center;
}
.overlay-animation-4.portfolio-effect-7 .portfolio-overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	z-index:6;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.overlay-animation-4.portfolio-effect-7:hover .portfolio-overlay {
	opacity:0.55;
}
/*------------ ( Portfolio 8 ) ------------*/

.porfolio-style-8, .porfolio-style-9 {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.porfolio-style-8 .item-text-wrapper:hover .portfolio-item-title, 
.porfolio-style-8 .item-text-wrapper:hover .portfolio-item-category,
.porfolio-style-8 .item-text-wrapper .portfolio-item-title, 
.porfolio-style-8 .item-text-wrapper .portfolio-item-category {
    top: initial;
    transition: none;
    bottom: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.porfolio-style-8 .item-text-wrapper .portfolio-item-title span,
.porfolio-style-8 .item-text-wrapper .portfolio-item-category span {
    position: relative;
    top: 70px;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.porfolio-style-8 .item-text-wrapper:hover .portfolio-item-title span,
.porfolio-style-8 .item-text-wrapper:hover .portfolio-item-category span {
    top: 0px;
}
.porfolio-style-8 .item-text-wrapper{
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 40px 15px 40px;
}

/*------------ ( Portfolio 9 ) ------------*/
.porfolio-style-9 {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
     -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.porfolio-style-9:hover{
	-ms-transform: scale(0.9, 0.9); /* IE 9 */
    -webkit-transform: scale(0.9, 0.9); /* Safari */
    transform: scale(0.9, 0.9);
}
.porfolio-style-9 .item-text-wrapper:hover .portfolio-item-title, 
.porfolio-style-9 .item-text-wrapper:hover .portfolio-item-category,
.porfolio-style-9 .item-text-wrapper .portfolio-item-title, 
.porfolio-style-9 .item-text-wrapper .portfolio-item-category {
    top: 0px;
    transition: none;
    bottom: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: none;
}
.porfolio-style-9 .item-text-wrapper .portfolio-item-category{
	margin-bottom: 15px; 
}
.porfolio-style-9 .item-text-wrapper{
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 40px 15px 40px;
    z-index: 999;
}
.porfolio-style-9 .porfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    padding: 40px;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.porfolio-style-9:hover .porfolio-overlay,
.porfolio-style-9 .item-text-wrapper{
	 filter: alpha(opacity=1);
	 opacity: 1;
}
.porfolio-style-9 .item-text-wrapper .portfolio-item-category span:after {
    content: ',';
    font-size: 16px;
}
.porfolio-style-9 .item-text-wrapper .portfolio-item-category span:last-child:after {
    content: '';
}
/*------------ ( Portfolio Pull Up Animation ) ------------*/
.overlay-animation-5.overlay-animation-5-pull .content-box{
	-webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.overlay-animation-5.overlay-animation-5-pull:hover .content-box{
	    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.overlay-animation-5.overlay-animation-5-pull img{
	 -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.overlay-animation-5.overlay-animation-5-pull:hover img{
	    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.wpb_single_image .vc_figure{
	width: 100%;
}
/*------------ ( Simple Single List ) ------------*/
ul.simple-single-list {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.simple-single-list li{
    border: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
}
ul.simple-single-list strong {
    text-transform: initial;
    color: #1f1f1f;
    font-size: 16px;
}
ul.simple-single-list.inline li {
    float: left;
    display: inline-block;
    margin-right: 25px;
}
ul.simple-single-list.inline li{
  text-transform: uppercase;
  font-size: 12px;
}
ul.simple-single-list.inline li strong{
  margin-right: 2px;
}
ul.simple-single-list.centered{
     flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.vcph-ajax-loading{
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 60px auto;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation-name: reveal-text;
          animation-name: reveal-text;
  color: #000;
  white-space: nowrap;
  cursor: default;
      position: relative;
    display: block;
    float: left;
    width: 100%;
}


@-webkit-keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.portfolio-details a {
    color: #969696;
}
.portfolio-details a:hover {
    color: #000;
}
body.left-menu-with-navbar .col-lg-3 .portfolio-box-content .text-content h3,
body.left-menu-with-navbar .col-lg-15 .portfolio-box-content .text-content h3{
	font-size: 18px;
}
body.left-menu-with-navbar .col-lg-3 .portfolio-box-content .text-content p span,
body.left-menu-with-navbar .col-lg-15 .portfolio-box-content .text-content p span{
	font-size: 9px;
}
body.left-menu-with-navbar .col-lg-3 .portfolio-box-content .text-content p,
body.left-menu-with-navbar .col-lg-15 .portfolio-box-content .text-content p{
	line-height: 1.3;
}