.cshero-fancybox-wrap,
.cshero-fancybox-wrap .fancy-icon {
position: relative;
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}
.cshero-fancybox-wrap .cshero-fancybox-padding{overflow: hidden;}
.cshero-fancybox-wrap .fancy-icon:before {
position: relative;
z-index: 1;
}
.cshero-fancybox-wrap .fancy-icon:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}
.cshero-fancybox-wrap .cshero-fancybox-title{
margin: 15px 0;
} .cshero-fancybox-wrap .fancy-icon.icon-hover-style-1:after{
transform:scale(1.3);
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
-o-transform:scale(1.3);
z-index: -1;
}
.cshero-fancybox-wrap:hover .fancy-icon.icon-hover-style-1:after{
opacity: 1;
visibility: visible;
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
}
.cshero-fancybox-wrap .fancy-icon.icon-hover-style-2:after{
background-color: transparent !important;
transform:scale(0);
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
}
.csbody .cshero-fancybox-wrap:hover .fancy-icon.icon-hover-style-2:after {
opacity: 1;
visibility: visible;
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
}
.cshero-fancybox-wrap .content,
.cshero-fancybox-wrap .cshero-title-main {
-webkit-transition:all 0.3s linear 0s;
-moz-transition:all 0.3s linear 0s;
-ms-transition:all 0.3s linear 0s;
-o-transition:all 0.3s linear 0s;
transition:all 0.3s linear 0s;
}.cshero-fancybox-wrap.fancybox-layout5{
position: relative;
overflow: hidden;
}
.cshero-fancybox-wrap.fancybox-layout5 .cshero-fancybox-caption-wrap{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.cshero-fancybox-wrap.fancybox-layout5 .cshero-fancybox-caption {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.cshero-fancybox-wrap.fancybox-layout5 .cshero-fancybox-caption .cshero-fancybox-title-wrap {
display: inline-block;
background: rgba(0, 0, 0, 0.5);
padding: 20px;
transition:All .5s ease;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;
transform: translate3d(0px, -30px, 0px);
-webkit-transform: translate3d(0px, -30px, 0px);
-moz-transform: translate3d(0px, -30px, 0px);
-o-transform: translate3d(0px, -30px, 0px);
}
.cshero-fancybox-wrap.fancybox-layout5 .cshero-fancybox-caption .cshero-fancybox-content{
color: #fff;
font-size: 11px;
text-transform: uppercase;
padding: 10px 10px 10px 20px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
transition:All .5s ease;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;
transform: translate3d(0px, 20px, 0px);
-webkit-transform: translate3d(0px, 20px, 0px);
-moz-transform: translate3d(0px, 20px, 0px);
-o-transform: translate3d(0px, 20px, 0px);
opacity: 0;
}
.cshero-fancybox-wrap.fancybox-layout5:hover .cshero-fancybox-caption-wrap{
transition:All .5s ease;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;
}
.cshero-fancybox-wrap.fancybox-layout5:hover .cshero-fancybox-title-wrap{
transform: translate3d(0px, -70px, 0px);
-webkit-transform: translate3d(0px, -70px, 0px);
-moz-transform: translate3d(0px, -70px, 0px);
-o-transform: translate3d(0px, -70px, 0px);
background: rgba(255, 255, 255, 0.8);
}
.cshero-fancybox-wrap.fancybox-layout5:hover .cshero-fancybox-content{
transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
opacity: 1;
}.cshero-fancybox-wrap {
width: 100%;
}
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-icon {
float: left;
}
.rtl .cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-icon {
float: right;
}
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-content {
padding-left: 60px;
}
.rtl .cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-content {
padding-left: 0px;
padding-right: 60px;
}
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-padding {
padding-left: 30px;
}
.rtl .cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-padding {
padding-left: 0px;
padding-right: 30px;
}
.cshero-fancybox-wrap.fancybox-layout2 .cs-title-main {
display: inline-block !important;
margin-bottom: 10px;
}
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-title i ,
.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-title .cshero-fancybox-image {
height: 60px;
width: 60px;
line-height: 60px;
font-size: 28px;
margin-right: 15px;
display: inline-block;
text-align: center;
float:left;
-moz-box-sizing: initial;
-webkit-box-sizing: initial;
box-sizing: initial;
}
.rtl .cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-title .cs-title-main {
display: table-cell;
padding-left: 0;
padding-right: 20px;
} .cshero-fancybox-wrap.fancybox-layout2{
position: relative;
}
.key-features.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-title{
font-weight: bold;
padding-left: 6px;
margin: 10px 0;
}
.key-features.cshero-fancybox-wrap.fancybox-layout2 .cshero-fancybox-padding{
padding: 0;
}.cshero-fancybox-wrap {
display: inline-block;
width: 100%;
}.portfolio-layout1 article{
position: relative;
overflow: hidden;
}
.portfolio-layout1 .cshero-portfolio-content-wrap{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner{
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner .cshero-portfolio-title{
text-transform: uppercase;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
bottom: 0;
color: #fff;
padding: 20px;
position: absolute;
transform: translate3d(0px, -50%, 0px);
-webkit-transform: translate3d(0px, -50%, 0px);
-moz-transform: translate3d(0px, -50%, 0px);
-ms-transform: translate3d(0px, -50%, 0px);
-o-transform: translate3d(0px, -50%, 0px);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner .cshero-portfolio-title a{
text-transform: uppercase;
font-size: 24px;
color: #fff;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner .cshero-portfolio-title a span{
font-weight: 800;
}
.portfolio-layout1 .cshero-portfolio-content-wrap-inner .cshero-portfolio-description {
text-transform: uppercase;
font-size: 11px;
bottom: 0;
left: 0;
opacity: 0;
padding: 10px 10px 10px 20px;
position: absolute;
text-align: left;    
transform: translate3d(0px, 10px, 0px);
-webkit-transform: translate3d(0px, 10px, 0px);
-moz-transform: translate3d(0px, 10px, 0px);
-ms-transform: translate3d(0px, 10px, 0px);
-o-transform: translate3d(0px, 10px, 0px);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
} .portfolio-layout1 article:hover .cshero-portfolio-title {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
transform: translate3d(0px, -100%, 0px);
-webkit-transform: translate3d(0px, -100%, 0px);
-moz-transform: translate3d(0px, -100%, 0px);
-ms-transform: translate3d(0px, -100%, 0px);
-o-transform: translate3d(0px, -100%, 0px);
color: #000!important;
}
.portfolio-layout1 article:hover .cshero-portfolio-title a{
color: #000!important;
}
.portfolio-layout1 article:hover .cshero-portfolio-description {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
} .portfolio-layout1.cshero_portfolio_filters {}
.portfolio-layout1.cshero_portfolio_filters ul li{
position: relative;
padding:0;
margin:0;
}
.portfolio-layout1.cshero_portfolio_filters ul li a{
position: relative;
padding: 0 20px;
}
.portfolio-layout1.cshero_portfolio_filters ul li a:after{
position: absolute;
top: 1px;
right: 0px;
content: "|";
display: inline-block;
font-size: 10px;
}
.portfolio-layout1.cshero_portfolio_filters ul li:first-child a{
padding-left: 0;
}
.portfolio-layout1.cshero_portfolio_filters ul li:last-child a{
padding-right: 0;
}
.portfolio-layout1.cshero_portfolio_filters ul li:last-child a:after{ content: "";}