/**/
.it-modern-hover-cnt img{
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important ;
    border-radius: 0!important;
}
h2 span{
    font-weight:800;
}
/* Common style */
.it-mhover-s1.it-img-cnt {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;

}

.it-mhover-s1.it-img-cnt img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width:100%;

}
.it-mhover-s1.it-img-cnt.over-default img{
    opacity: 0.8;
}
.it-mhover-s1.it-img-cnt .it-content-cnt {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.it-mhover-s1.it-img-cnt .it-content-cnt::before,
.it-mhover-s1.it-img-cnt .it-content-cnt::after {
    pointer-events: none;
}

.it-mhover-s1.it-img-cnt .it-content-cnt/*,
.it-mhover-s1.it-img-cnt .it-content-cnt > a*/ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.it-mhover-s1.it-img-cnt .it-content-cnt > a {
    z-index: 1000;
    white-space: nowrap;
    display:inline-block;
    text-decoration:none;
    font-weight:normal

}

.it-mhover-s1.it-img-cnt h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.it-mhover-s1.it-img-cnt h2 span {
    font-weight: 800;
}

.it-mhover-s1.it-img-cnt h2,
.it-mhover-s1.it-img-cnt p {
    margin: 0;
}

.it-mhover-s1.it-img-cnt p {
    letter-spacing: 1px;
    font-size: 13px;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

.it-img-cnt.it-eff-m1 img {
    max-width: none;
    width: -webkit-calc(100% + 50px)!important;
    width: calc(100% + 50px)!important;

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}
.it-img-cnt.it-eff-m1.over-default img{
    opacity: 0.7;
}
.it-img-cnt.it-eff-m1 .it-content-cnt {
    position: absolute;
    top:auto;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
    text-align: left;
}
.it-img-cnt.it-eff-m1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(173, 173, 173, 0.5) 0%, rgba(72,76,97,0.8) 100%);
    background: linear-gradient(to bottom, rgba(173, 173, 173, 0.5) 0%, rgba(89, 97, 138, 0.8) 100%);
    content: '';
}

.it-img-cnt.it-eff-m1 .it-content-cnt a{
    border: 1px solid #fff;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 13px;

    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m1 h2,
.it-img-cnt.it-eff-m1 p,
.it-img-cnt.it-eff-m1 a {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

.it-img-cnt.it-eff-m1 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.it-img-cnt.it-eff-m1 p,
.it-img-cnt.it-eff-m1 a {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.it-img-cnt.it-eff-m1:hover img,
.it-img-cnt.it-eff-m1:hover p,
.it-img-cnt.it-eff-m1:hover a {
    opacity: 1;
}

.it-img-cnt.it-eff-m1:hover img{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.it-img-cnt.it-eff-m1:hover h2,
.it-img-cnt.it-eff-m1:hover p,
.it-img-cnt.it-eff-m1:hover a {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

.it-img-cnt.it-eff-m1:hover p,
.it-img-cnt.it-eff-m1:hover a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

.it-img-cnt.it-eff-m2 .it-content-cnt::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

.it-img-cnt.it-eff-m2 h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.it-img-cnt.it-eff-m2 .it-content-cnt::before,
.it-img-cnt.it-eff-m2 p,
.it-img-cnt.it-eff-m2 a {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.it-img-cnt.it-eff-m2 p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.it-img-cnt.it-eff-m2 a {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 50px;
    overflow: hidden;
}

.it-img-cnt.it-eff-m2:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
.it-img-cnt.it-eff-m2:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
.it-img-cnt.it-eff-m2:hover a{
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.it-img-cnt.it-eff-m2:hover .it-content-cnt::before
{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

.it-img-cnt.it-eff-m3 {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.it-img-cnt.it-eff-m3 img {
    max-width: none;
    width: -webkit-calc(100% + 60px)!important;
    width: calc(100% + 60px)!important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
}

.it-img-cnt.it-eff-m3 .it-content-cnt::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

.it-img-cnt.it-eff-m3 .it-content-cnt {
    padding: 2em;
    text-align: left;
}

.it-img-cnt.it-eff-m3 h2 {
    padding: 25% 0 10px 0;
}

.it-img-cnt.it-eff-m3 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}
.it-img-cnt.it-eff-m3 a {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 0px;
    margin-top:10px;
}
.it-img-cnt.it-eff-m3:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.it-img-cnt.it-eff-m3.over-default:hover img {
    opacity: 0.7;
}
.it-img-cnt.it-eff-m3:hover .it-content-cnt::before,
.it-img-cnt.it-eff-m3:hover p,
.it-img-cnt.it-eff-m3:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

.it-img-cnt.it-eff-m4 {
    background: #9e5406;
}

.it-img-cnt.it-eff-m4 img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.it-img-cnt.it-eff-m4.over-default img {
    opacity: 0.7;
}
.it-img-cnt.it-eff-m4.over-default:hover img {
    opacity: 0.4;
}

.it-img-cnt.it-eff-m4 .it-content-cnt::before,
.it-img-cnt.it-eff-m4 .it-content-cnt::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.it-img-cnt.it-eff-m4 .it-content-cnt::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.it-img-cnt.it-eff-m4 .it-content-cnt::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.it-img-cnt.it-eff-m4 h2 {
    padding-top: 10%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

.it-img-cnt.it-eff-m4 p
{
    padding: 15px 2.5em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.it-img-cnt.it-eff-m4 a{
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 0px;
    margin-top:10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.it-img-cnt.it-eff-m4:hover .it-content-cnt::before,
.it-img-cnt.it-eff-m4:hover .it-content-cnt::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.it-img-cnt.it-eff-m4:hover h2,
.it-img-cnt.it-eff-m4:hover p,
.it-img-cnt.it-eff-m4:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

.it-img-cnt.it-eff-m5 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.it-img-cnt.it-eff-m5 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,0,300px);
    transform: translate3d(0,0,300px);
}
.it-img-cnt.it-eff-m5.over-default:hover img {
    opacity: 0.6;
}
.it-img-cnt.it-eff-m5:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m5 .it-content-cnt::before,
.it-img-cnt.it-eff-m5 .it-content-cnt::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.it-img-cnt.it-eff-m5:hover .it-content-cnt::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}

.it-img-cnt.it-eff-m5:hover .it-content-cnt::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

.it-img-cnt.it-eff-m5 h2,
.it-img-cnt.it-eff-m5 p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.it-img-cnt.it-eff-m5 a {
    position: absolute;
    width: 90px;
    margin-left: -45px;
    bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all  0.35s;
}

.it-img-cnt.it-eff-m5:hover a{
    bottom:20px;
    opacity:1;
}

.it-img-cnt.it-eff-m5 h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

.it-img-cnt.it-eff-m5 p {
    padding: 0.25em 2em;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

.it-img-cnt.it-eff-m5:hover h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

.it-img-cnt.it-eff-m5:hover p {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

.it-img-cnt.it-eff-m6 {
    background: #18a367;
}

.it-img-cnt.it-eff-m6 .it-content-cnt {
    padding: 2em;
}

.it-img-cnt.it-eff-m6 .it-content-cnt::before,
.it-img-cnt.it-eff-m6 .it-content-cnt::after {
    position: absolute;
    content: '';
    opacity: 0;
}

.it-img-cnt.it-eff-m6 .it-content-cnt::before {
    top: 30px;
    right: 20px;
    bottom: 30px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.it-img-cnt.it-eff-m6 .it-content-cnt::after {
    top: 20px;
    right: 30px;
    bottom: 20px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.it-img-cnt.it-eff-m6 h2 {
    padding-top: 10%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.it-img-cnt.it-eff-m6 p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.it-img-cnt.it-eff-m6 a{
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

.it-img-cnt.it-eff-m6 h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
.it-img-cnt.it-eff-m6 img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.it-img-cnt.it-eff-m6 img,
.it-img-cnt.it-eff-m6 .it-content-cnt::before,
.it-img-cnt.it-eff-m6 .it-content-cnt::after,
.it-img-cnt.it-eff-m6 p ,
.it-img-cnt.it-eff-m6 a{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.it-img-cnt.it-eff-m6.over-default:hover img {
    opacity: 0.7;
}
.it-img-cnt.it-eff-m6:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m6:hover .it-content-cnt::before,
.it-img-cnt.it-eff-m6:hover .it-content-cnt::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.it-img-cnt.it-eff-m6:hover h2,
.it-img-cnt.it-eff-m6:hover p,
.it-img-cnt.it-eff-m6:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m6:hover .it-content-cnt::after,
.it-img-cnt.it-eff-m6:hover h2,
.it-img-cnt.it-eff-m6:hover p,
.it-img-cnt.it-eff-m6:hover a,
.it-img-cnt.it-eff-m6:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

.it-img-cnt.it-eff-m7 {
    background: #4a3753;
}

.it-img-cnt.it-eff-m7.over-default img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.it-img-cnt.it-eff-m7.over-default:hover img {
    opacity: 0.5;
}

.it-img-cnt.it-eff-m7 .it-content-cnt::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #333;
    content: '';
    -webkit-transform: translate3d(0,60px,0);
    transform: translate3d(0,60px,0);
}

.it-img-cnt.it-eff-m7 h2 {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 1em 15px;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0,-40px,0);
    transform: translate3d(0,-40px,0);
}

.it-img-cnt.it-eff-m7 .it-content-cnt::before,
.it-img-cnt.it-eff-m7 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.it-img-cnt.it-eff-m7:hover .it-content-cnt::before,
.it-img-cnt.it-eff-m7:hover h2
{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.it-img-cnt.it-eff-m7 p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;

    width: 70%;
    text-align: left;
    padding-left: 15px;
    line-height: 20px;
    opacity:0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m7 a {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color:#fff;
    border-bottom: 2px solid;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.it-img-cnt.it-eff-m7:hover p,
.it-img-cnt.it-eff-m7:hover a{
    opacity:1;
    bottom:10px;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/

.it-img-cnt.it-eff-m8 {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

.it-img-cnt.it-eff-m8.over-default img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.it-img-cnt.it-eff-m8 .it-content-cnt {
    padding: 3em;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.it-img-cnt.it-eff-m8 .it-content-cnt::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

.it-img-cnt.it-eff-m8 h2 {
    margin: 0 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.it-img-cnt.it-eff-m8 a{
    font-size: 13px;
    color:#fff;
    border-bottom: 1px solid;
    margin-top:10px;
    opacity: 0;
}
.it-img-cnt.it-eff-m8 .it-content-cnt::before,
.it-img-cnt.it-eff-m8 p ,
.it-img-cnt.it-eff-m8 a {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.it-img-cnt.it-eff-m8:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m8:hover .it-content-cnt::before,
.it-img-cnt.it-eff-m8:hover p,
.it-img-cnt.it-eff-m8:hover a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.it-img-cnt.it-eff-m8:hover .it-content-cnt {
    background-color: rgba(58,52,42,0);
}

.it-img-cnt.it-eff-m8.over-default:hover img {
    opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

.it-img-cnt.it-eff-m9 .it-content-cnt {
    text-align: right;
}

.it-img-cnt.it-eff-m9 h2,
.it-img-cnt.it-eff-m9 p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}

.it-img-cnt.it-eff-m9 a{
    position: absolute;
    bottom: 0px;
    right: 30px;
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0;
    opacity:0;

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m9 p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.it-img-cnt.it-eff-m9 h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.it-img-cnt.it-eff-m9:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m9 h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

.it-img-cnt.it-eff-m9 h2::after,
.it-img-cnt.it-eff-m9 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.it-img-cnt.it-eff-m9:hover h2::after,
.it-img-cnt.it-eff-m9:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.it-img-cnt.it-eff-m9:hover a {
    bottom: 10px;
    opacity:1;
}
/*---------------*/
/***** Ruby *****/
/*---------------*/

.it-img-cnt.it-eff-m10 {
    background-color: #17819c;
}
.it-img-cnt.it-eff-m10.over-default img {
    opacity: 0.7;
}
.it-img-cnt.it-eff-m10 img {

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
it-img-cnt.it-eff-m10.over-default:hover img {
    opacity: 0.5;
}
.it-img-cnt.it-eff-m10:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.it-img-cnt.it-eff-m10 h2 {
    margin-top: 10%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.it-img-cnt.it-eff-m10 p {
    margin: 1em 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}
.it-img-cnt.it-eff-m10 a{
    font-size: 13px;
    color: #fff;
    border: 1px solid #ddd;
    padding:0 10px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}
.it-img-cnt.it-eff-m10:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m10:hover p,
.it-img-cnt.it-eff-m10:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

.it-img-cnt.it-eff-m11 {
    background: #2e5d5a;
}

.it-img-cnt.it-eff-m11 img {
    max-width: none;
    width: -webkit-calc(100% + 60px)!important;
    width: calc(100% + 60px)!important;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-30px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.it-img-cnt.it-eff-m11.over-default:hover img {
    opacity: 0.5;
}
.it-img-cnt.it-eff-m11:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

.it-img-cnt.it-eff-m11 h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

.it-img-cnt.it-eff-m11 p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

.it-img-cnt.it-eff-m11:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.it-img-cnt.it-img-cnt.it-eff-m11 a{
    font-size: 13px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-top:10px;
    margin-right: 85px;
    opacity:0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s;

}
.it-img-cnt.it-img-cnt.it-eff-m11:hover a{
    opacity:1;
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

.it-img-cnt.it-eff-m12 {
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}

.it-img-cnt.it-eff-m12 img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.it-img-cnt.it-eff-m12.over-default:hover img {
    opacity: 0.4;
}

.it-img-cnt.it-eff-m12 .it-content-cnt::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 5px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.it-img-cnt.it-eff-m12:hover .it-content-cnt::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m12 .it-content-cnt {
    padding: 2em;
    text-align: left;
}
.it-img-cnt.it-eff-m12 h2{
    margin-top: 20px;
}
.it-img-cnt.it-eff-m12 p {
    position: absolute;
    right: 50px;
    bottom: 60px;
    left: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}
.it-img-cnt.it-eff-m12 a{
    position: absolute;
    bottom: 30px;
    right: 40px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;

    opacity: 0;
    -webkit-transition: all 0.35s;
    transition:  all 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}
.it-img-cnt.it-eff-m12:hover p,
.it-img-cnt.it-eff-m12:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

.it-img-cnt.it-eff-m13 {
    background: #42b078;
}

.it-img-cnt.it-eff-m13 img {
    max-width: none;
    width: -webkit-calc(100% + 20px)!important;
    width: calc(100% + 20px)!important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.it-img-cnt.it-eff-m13.over-default:hover img {
    opacity: 0.4;
}
.it-img-cnt.it-eff-m13:hover img {

    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m13 .it-content-cnt {
    text-align: left;
}

.it-img-cnt.it-eff-m13 h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

.it-img-cnt.it-eff-m13 h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.it-img-cnt.it-eff-m13:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m13 p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.it-img-cnt.it-eff-m13 a{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-bottom:2px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.it-img-cnt.it-eff-m13:hover p ,
.it-img-cnt.it-eff-m13:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

.it-img-cnt.it-eff-m14 .it-content-cnt {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #333;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.it-img-cnt.it-eff-m14 h2 {
    float: left;
}

.it-img-cnt.it-eff-m14 p {
    position: absolute;
    bottom: 9em;
    left:0;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}
.it-img-cnt.it-eff-m14 a{
    position: absolute;
    right:0;
    top: -30px;
    height: 30px;
    font-size: 13px;
    padding:0 10px;

    text-transform: uppercase;
    background:#333;
    color: #fff;
    opacity: 0;

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m14 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

.it-img-cnt.it-eff-m14 h2 {
    display: inline-block;
}

.it-img-cnt.it-eff-m14:hover p,
.it-img-cnt.it-eff-m14:hover a {
    opacity: 1;
}

.it-img-cnt.it-eff-m14:hover .it-content-cnt,
.it-img-cnt.it-eff-m14:hover h2{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m14:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

.it-img-cnt.it-eff-m15 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.it-img-cnt.it-eff-m15.over-default:hover img {
    opacity: 0.5;
}
.it-img-cnt.it-eff-m15:hover img {

    -webkit-transform: scale(1);
    transform: scale(1);
}

.it-img-cnt.it-eff-m15 .it-content-cnt {
    padding: 2em;
}

.it-img-cnt.it-eff-m15 .it-content-cnt::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.it-img-cnt.it-eff-m15 .it-content-cnt::before,
.it-img-cnt.it-eff-m15 p,
.it-img-cnt.it-eff-m15 a {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.it-img-cnt.it-eff-m15 h2 {
    padding: 10% 0 10px 0;
}

.it-img-cnt.it-eff-m15 p,
.it-img-cnt.it-eff-m15 a {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.it-img-cnt.it-eff-m15 a{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-bottom:2px solid #fff;
}
.it-img-cnt.it-eff-m15:hover .it-content-cnt::before,
.it-img-cnt.it-eff-m15:hover p,
.it-img-cnt.it-eff-m15:hover a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*---------------*/
/***** Julia *****/
/*---------------*/

.it-img-cnt.it-eff-m16 {
    background: #2f3238;
}

.it-img-cnt.it-eff-m16 img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.it-img-cnt.it-eff-m16 .it-content-cnt {
    text-align: left;
}

.it-img-cnt.it-eff-m16 h2 {
    position: relative;
    padding: 0.5em 0;
}

.it-img-cnt.it-eff-m16 p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255,255,255,0.9);
    color: #2f3238;
    text-transform: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
}
.it-img-cnt.it-eff-m16 a{
    font-size: 13px;
    text-transform: uppercase;
    background:#fff;
    color:#333;
    padding: 0 10px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
}


.it-img-cnt.it-eff-m16:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.it-img-cnt.it-eff-m16:hover a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.it-img-cnt.it-eff-m16.over-default:hover img {
    opacity: 0.4;
}
.it-img-cnt.it-eff-m16:hover img {

    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.it-img-cnt.it-eff-m16:hover p ,
.it-img-cnt.it-eff-m16:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

.it-img-cnt.it-eff-m17 {
    background: #df4e4e;
}

.it-img-cnt.it-eff-m17 img,
.it-img-cnt.it-eff-m17 h2 {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.it-img-cnt.it-eff-m17 img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.it-img-cnt.it-eff-m17 h2,
.it-img-cnt.it-eff-m17 p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.it-img-cnt.it-eff-m17 p {
    text-transform: none;
    font-size: 13px;
    text-align:left;
    width:70%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}
.it-img-cnt.it-eff-m17 a {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 10px;
    border-radius: 30px;
    opacity: 0;

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m17:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

.it-img-cnt.it-eff-m17:hover h2 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

.it-img-cnt.it-eff-m17:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m17:hover a {
    opacity: 1;
    bottom:25px;
}
/*-----------------*/
/***** Hera *****/
/*-----------------*/

.it-img-cnt.it-eff-m18 {
    background: #303fa9;
}

.it-img-cnt.it-eff-m18 h2 {
    font-size: 158.75%;
}

.it-img-cnt.it-eff-m18 h2,
.it-img-cnt.it-eff-m18 p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.it-img-cnt.it-eff-m18 .it-content-cnt::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.it-img-cnt.it-eff-m18 p {
    width: 180px;
    text-transform: none;
    opacity:0;

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.it-img-cnt.it-eff-m18 a {
    position: absolute;
    bottom: 50px;
    width: 90px;
    margin-left: -45px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding: 0;
    opacity:0;

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m18:hover a,
.it-img-cnt.it-eff-m18:hover p{
    opacity:1;

}
.it-img-cnt.it-eff-m18:hover .it-content-cnt::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

.it-img-cnt.it-eff-m18:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
    transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}


/*-----------------*/
/***** Selena *****/
/*-----------------*/

.it-img-cnt.it-eff-m20 {
    background: #fff;
}
.it-img-cnt.it-eff-m20.over-default img {
    opacity: 0.95;
}
.it-img-cnt.it-eff-m20 img {

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.it-img-cnt.it-eff-m20:hover img {
    -webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1);
}

.it-img-cnt.it-eff-m20 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.it-img-cnt.it-eff-m20 p ,
.it-img-cnt.it-eff-m20 a {
    margin-top:15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
    transform: perspective(1000px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.it-img-cnt.it-eff-m20 a{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;

}
.it-img-cnt.it-eff-m20:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m20:hover p,
.it-img-cnt.it-eff-m20:hover a {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
    transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/

.it-img-cnt.it-eff-m21 {
    background: #34495e;
}

.it-img-cnt.it-eff-m21 .it-content-cnt {
    padding: 1em;
}

.it-img-cnt.it-eff-m21 .it-content-cnt::before,
.it-img-cnt.it-eff-m21 .it-content-cnt::after {
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #101010;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.it-img-cnt.it-eff-m21 .it-content-cnt::before {
    right: 0;
    bottom: 0;
    border-width: 0 70px 60px 0;
    -webkit-transform: translate3d(70px,60px,0);
    transform: translate3d(70px,60px,0);
}

.it-img-cnt.it-eff-m21 .it-content-cnt::after {
    top: 0;
    left: 0;
    border-width: 15px 0 0 15px;
    -webkit-transform: translate3d(-15px,-15px,0);
    transform: translate3d(-15px,-15px,0);
}

.it-img-cnt.it-eff-m21 img
{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.it-img-cnt.it-eff-m21.over-default img {
    opacity: 0.85;
}

.it-img-cnt.it-eff-m21 h2 {
    position: absolute;
    bottom: -10px;
    left:auto;
    padding: 0.4em 10px 0.4em 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.it-img-cnt.it-eff-m21:hover h2 {
    bottom:0;
}
@media screen and (max-width: 920px) {
    .it-img-cnt.it-eff-m21 h2 {
        padding: 0.75em 10px;

    }
}
.it-img-cnt.it-eff-m21 a{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding:0 10px;
    opacity:0;
    float: left;
    margin-left: 1em;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.it-img-cnt.it-eff-m21 p {
    font-size:13px;
    text-align:left;

    opacity:0;
    padding: 1em 70px 1em 1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}
.it-img-cnt.it-eff-m21:hover p,
.it-img-cnt.it-eff-m21:hover a {
    opacity:1;
}

.it-img-cnt.it-eff-m21:hover .it-content-cnt::before,
.it-img-cnt.it-eff-m21:hover .it-content-cnt::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m21.car-it-mhover-s2:hover img {
    opacity: 0.6;

}

.it-img-cnt.it-eff-m21:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

.it-img-cnt.it-eff-m23 {
    background: #3498db;
}
.it-img-cnt.it-eff-m23.over-default img {
    opacity: 0.95;
}
.it-img-cnt.it-eff-m23 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.it-img-cnt.it-eff-m23 .it-content-cnt::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.it-img-cnt.it-eff-m23 p {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.it-img-cnt.it-eff-m23 a{
    position: absolute;
    right: 38px;
    bottom: 5px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m23 h2 {
    text-align: left;

}
.it-img-cnt.it-eff-m23.over-default:hover img {
    opacity: 0.6;
}
.it-img-cnt.it-eff-m23:hover img {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.it-img-cnt.it-eff-m23:hover .it-content-cnt::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.it-img-cnt.it-eff-m23:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.it-img-cnt.it-eff-m23:hover a{
    bottom:15px;
    opacity:1;
}


/*-----------------*/
/***** Steve *****/
/*-----------------*/

.it-img-cnt.it-eff-m25 {
    z-index: auto;
    overflow: visible;
    background: #000;
}

.it-img-cnt.it-eff-m25:before,
.it-img-cnt.it-eff-m25 h2:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}



.it-img-cnt.it-eff-m25 .it-content-cnt {
    z-index: 1;
}

.it-img-cnt.it-eff-m25 img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0,0,0);
    transform: perspective(1000px) translate3d(0,0,0);
}

.it-img-cnt.it-eff-m25 h2,
.it-img-cnt.it-eff-m25 p,
.it-img-cnt.it-eff-m25 a {
    background: #fff;
    color: #2d434e;
}

.it-img-cnt.it-eff-m25 h2 {
    position: relative;
    margin-top: 15px;
    padding: 0.25em;
}

.it-img-cnt.it-eff-m25 h2:before {
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

.it-img-cnt.it-eff-m25 p,
.it-img-cnt.it-eff-m25 a {
    margin-top: 1em;
    padding: 0.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0.9,0.9,1);
    transform: scale3d(0.9,0.9,1);
}
.it-img-cnt.it-eff-m25 a{
    padding: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
}
.it-img-cnt.it-eff-m25:hover:before {
    opacity: 1;
}

.it-img-cnt.it-eff-m25:hover img {
    -webkit-transform: perspective(1000px) translate3d(0,0,21px);
    transform: perspective(1000px) translate3d(0,0,21px);
}

.it-img-cnt.it-eff-m25:hover h2:before {
    opacity: 0;
}

.it-img-cnt.it-eff-m25:hover p,
.it-img-cnt.it-eff-m25:hover a {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Moses *****/
/*-----------------*/

.it-img-cnt.it-eff-m26 {
    background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
    background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}

.it-img-cnt.it-eff-m26.over-default img {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.it-img-cnt.it-eff-m26 h2,
.it-img-cnt.it-eff-m26 p {
    padding: 15px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
}

.it-img-cnt.it-eff-m26 h2 {
    padding: 15px;
    width: 50%;
    height: 50%;
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
}

.it-img-cnt.it-eff-m26 p {
    float: right;
    padding: 15px;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.it-img-cnt.it-eff-m26 a{
    position: absolute;
    right: 50px;
    bottom: 50px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m26:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.it-img-cnt.it-eff-m26 h2 span{
    display: block;
}
.it-img-cnt.it-eff-m26:hover p,
.it-img-cnt.it-eff-m26:hover a{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m26.over-default:hover img {
    opacity: 0.6;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

.it-img-cnt.it-eff-m27 {
    background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
    background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

.it-img-cnt.it-eff-m27.over-default img {
    opacity: 0.9;
}

.it-img-cnt.it-eff-m27 .it-content-cnt::after,
.it-img-cnt.it-eff-m27 img,
.it-img-cnt.it-eff-m27 p,
.it-img-cnt.it-eff-m27 a {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.it-img-cnt.it-eff-m27 .it-content-cnt::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.it-img-cnt.it-eff-m27 h2,
.it-img-cnt.it-eff-m27 p,
.it-img-cnt.it-eff-m27 a {
    opacity: 1;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
}

.it-img-cnt.it-eff-m27 h2 {
    padding-top: 10%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.it-img-cnt.it-eff-m27 p {
    padding: 0.5em 1em;
    text-transform: none;
    font-size: 13px;
    opacity: 0;
}
.it-img-cnt.it-eff-m27 a{
    color:#fff;
    font-size: 13px;
    border-bottom:2px solid #fff;
    margin-top:10px;
    opacity: 0;
}
.it-img-cnt.it-eff-m27.over-default:hover img {
    opacity: 0.7;
}
.it-img-cnt.it-eff-m27:hover img {

    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.it-img-cnt.it-eff-m27:hover .it-content-cnt::after {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

.it-img-cnt.it-eff-m27:hover h2,
.it-img-cnt.it-eff-m27:hover p,
.it-img-cnt.it-eff-m27:hover a {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/*---------------*/
/***** Ming *****/
/*---------------*/

.it-img-cnt.it-eff-m28 {
    background: #030c17;
}

.it-img-cnt.it-eff-m28.over-default img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.it-img-cnt.it-eff-m28 .it-content-cnt::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

.it-img-cnt.it-eff-m28 h2 {
    margin: 10% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.it-img-cnt.it-eff-m28 p,
.it-img-cnt.it-eff-m28 a {
    padding: 0 10px 10px 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.it-img-cnt.it-eff-m28 a{
    font-size:13px;
    color:#fff;
    padding:0 10px;
    border:1px solid #fff;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
}
.it-img-cnt.it-eff-m28:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.it-img-cnt.it-eff-m28:hover .it-content-cnt::before,
.it-img-cnt.it-eff-m28:hover p,
.it-img-cnt.it-eff-m28:hover a{
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.it-img-cnt.it-eff-m28:hover .it-content-cnt {
    background-color: rgba(58,52,42,0);
}

.it-img-cnt.it-eff-m28.over-default:hover img {
    opacity: 0.4;
}

/*---------------*/
/***** Lexi *****/
/*---------------*/

.it-img-cnt.it-eff-m29 {
    background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
    background: linear-gradient(-45deg, #000 0%,#fff 100%);
}
.it-img-cnt.it-eff-m29.over-default img {
    opacity: 0.9;
}
.it-img-cnt.it-eff-m29 img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px)!important;
    width: calc(100% + 10px)!important;

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.it-img-cnt.it-eff-m29 .it-content-cnt::before,
.it-img-cnt.it-eff-m29 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.it-img-cnt.it-eff-m29 .it-content-cnt::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.it-img-cnt.it-eff-m29.over-default:hover img {
    opacity: 0.6;
}
.it-img-cnt.it-eff-m29:hover img {

    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.it-img-cnt.it-eff-m29 h2 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
}

.it-img-cnt.it-eff-m29 p {
    position: absolute;
    right: 0;
    bottom: 25px;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px,20px,0);
    transform: translate3d(20px,20px,0);
}
.it-img-cnt.it-eff-m29 a {
    position: absolute;
    bottom: 0px;
    font-size: 13px;
    right: 0px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    opacity: 0;

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m29:hover a {
    opacity:1;
    bottom:10px;
    right: 20px;
}
.it-img-cnt.it-eff-m29:hover .it-content-cnt::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.it-img-cnt.it-eff-m29:hover h2,
.it-img-cnt.it-eff-m29:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Duke *****/
/*---------------*/

.it-img-cnt.it-eff-m30 {
    background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

.it-img-cnt.it-eff-m30 img,
.it-img-cnt.it-eff-m30 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.it-img-cnt.it-eff-m30.car-it-mhover-s2:hover img {
    opacity: 0.1;
}
.it-img-cnt.it-eff-m30:hover img {
    -webkit-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
}

.it-img-cnt.it-eff-m30 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.it-img-cnt.it-eff-m30 p {
    position: absolute;
    bottom: 55px;
    left: 0;
    right:0;
    margin: 20px;
    padding: 20px;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 13px;;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
}
.it-img-cnt.it-eff-m30 a {
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    right: 50%;
    width:90px;
    margin-right:-45px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    opacity: 0;

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.it-img-cnt.it-eff-m30:hover a {
    opacity:1;
    bottom:15px;

}

.it-img-cnt.it-eff-m30:hover h2,
.it-img-cnt.it-eff-m30:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}










/************************
******CS HOVER**********
*************************/
.it-mhover-s3.it-img-cnt {
    display:inline-block;
    margin: 0;
    position: relative;
    list-style: none;
    width: 100%;
}


.it-mhover-s3.it-img-cnt  img {
    width:100%;
    max-width: 100%;
    display: block;
    position: relative;
}

.it-mhover-s3.it-img-cnt .it-content-cnt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: #2c3f52;
    color: #ffffff;
}

.it-mhover-s3.it-img-cnt .it-content-cnt h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 300;
}
.it-mhover-s3.it-img-cnt .it-content-cnt p{
    margin:0;
}

.it-mhover-s3.it-img-cnt .it-content-cnt a {
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

/* Individual Caption Styles */

/* Caption Style 1 */
.car-it-mhover-s3.car-it-cs-style-1 {
    padding: 20px;
}
.it-cs-style-1 .it-content-cnt {
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.no-touch .it-cs-style-1:hover .it-content-cnt,
.it-cs-style-1:hover .it-content-cnt {
    opacity: 1;
    top:15px;
    left:15px;
}

.it-cs-style-1 .it-content-cnt h2 {
    margin-top: 70px!important;
}

.it-cs-style-1 .it-content-cnt p {
    display: block;
}

.it-cs-style-1 .it-content-cnt a {
    margin-top: 30px;
}

/* Caption Style 2 */
.car-it-mhover-s3.car-it-cs-style-2 {
    padding-top: 90px;
}
.it-cs-style-2 img {
    top:0;
    z-index: 10;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.no-touch .it-cs-style-2:hover img,
.it-cs-style-2:hover img {
    top:-90px;

}

.it-cs-style-2 .it-content-cnt {
    height: 90px;
    width: 100%;
    top: auto!important;
    bottom: 0;

}

.it-cs-style-2 .it-content-cnt a {
    position: absolute;
    right: 20px;
    top: 30px;
}

/* Caption Style 3 */
.it-cs-style-3 {
    overflow: hidden;
}

.it-cs-style-3 img {
    top:0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.no-touch .it-cs-style-3:hover img,
.it-cs-style-3:hover img {
    top:-50px;
}

.it-cs-style-3 .it-content-cnt {
    height: 100px;
    width: 100%;
    top: auto!important;
    bottom: -100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.no-touch .it-cs-style-3:hover .it-content-cnt,
.it-cs-style-3:hover .it-content-cnt {
    opacity: 1;
    bottom:0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.it-cs-style-3 .it-content-cnt a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Caption Style 4 */
.it-cs-style-4 {
    overflow: hidden;
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

.it-cs-style-4 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.it-cs-style-4 > div {
    overflow: hidden;
}

.it-cs-style-4 img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .it-cs-style-4:hover img,
.it-cs-style-4:hover img {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.it-cs-style-4 .it-content-cnt {
    height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);

    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .it-cs-style-4:hover .it-content-cnt,
.it-cs-style-4:hover .it-content-cnt {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.it-cs-style-4 .it-content-cnt a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Caption Style 5 */
.it-cs-style-5 img {
    z-index: 10;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.no-touch .it-cs-style-5:hover img,
.it-cs-style-5:hover img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);


}

.it-cs-style-5 .it-content-cnt {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.no-touch .it-cs-style-5:hover .it-content-cnt,
.it-cs-style-5:hover .it-content-cnt {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.it-cs-style-5 a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Caption Style 6 */
.it-cs-style-6 img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .it-cs-style-6:hover img,
.it-cs-style-6:hover img {
    -webkit-transform: translateY(-50px) scale(0.5);
    -moz-transform: translateY(-50px) scale(0.5);
    -ms-transform: translateY(-50px) scale(0.5);
    transform: translateY(-50px) scale(0.5);
}

.it-cs-style-6 .it-content-cnt {
    height: 100%;
    width: 100%;
}

.it-cs-style-6 .it-content-cnt h2 {
    margin-top: 65%!important;
}

.it-cs-style-6 .it-content-cnt a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Caption Style 7 */
.car-it-mhover-s3.car-it-cs-style-7 {
    padding: 10px 10px 90px 10px;
}
.it-cs-style-7 img {
    z-index: 10;
}

.it-cs-style-7 .it-content-cnt {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .it-cs-style-7:hover .it-content-cnt,
.it-cs-style-7:hover .it-content-cnt {
    opacity: 1;
    height: 130%;
    box-shadow: 0 0 0 10px #2c3f52;
}

.it-cs-style-7 .it-content-cnt h2 {
    margin-top: 84%!important;
}

.it-cs-style-7 .it-content-cnt h2,
.it-cs-style-7 .it-content-cnt p,
.it-cs-style-7 .it-content-cnt a {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
}

.it-cs-style-7 .it-content-cnt a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.no-touch .it-cs-style-7:hover .it-content-cnt h2,
.no-touch .it-cs-style-7:hover .it-content-cnt p,
.no-touch .it-cs-style-7:hover .it-content-cnt a,
.it-cs-style-7:hover .it-content-cnt h2,
.it-cs-style-7:hover .it-content-cnt p,
.it-cs-style-7:hover .it-content-cnt a {
    -webkit-transition: opacity 0.3s 0.2s;
    -moz-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s;
    opacity: 1;
}







/*************************************
*************SVG HOVER****************
************************************/
/* Common style */
.it-img-cnt.it-mhover-s4  {
    position: relative;
    overflow: hidden;
    margin: 5px;
    background: #333;
}

.it-img-cnt.it-mhover-s4  img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.it-mhover-s4 .it-content-cnt {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.it-mhover-s4 .it-content-cnt h2 {
    margin: 0 0 20px 0;
    color: #3498db;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 130%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.it-mhover-s4 .it-content-cnt p {
    padding: 0 20px;
    color: #aaa;
    font-weight: 300;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.it-mhover-s4 .it-content-cnt h2,
.it-mhover-s4 .it-content-cnt p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.it-mhover-s4.it-img-cnt a {
    position: absolute;
    padding: 4px 20px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.it-mhover-s4 .it-content-cnt,
.it-mhover-s4 .it-content-cnt h2,
.it-mhover-s4 .it-content-cnt p,
.it-img-cnt a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Style for SVG */
.it-img-cnt.it-mhover-s4 svg {
    position: absolute;
    top: -1px; /* fixes rendering issue in FF */
    z-index: 10;
    width: 100%;
    height: 100%;
}

.it-img-cnt.it-mhover-s4 svg path {
    fill: #fff;
}

/* Hover effects */
.it-img-cnt.it-mhover-s4:hover img {
    opacity: 1;
}

.it-img-cnt.it-mhover-s4:hover .it-content-cnt h2,
.it-img-cnt.it-mhover-s4:hover .it-content-cnt p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.it-img-cnt.it-mhover-s4:hover .it-content-cnt p {
    opacity: 0;
}

/* Individual styles */
.it-eff-1.it-img-cnt a,
.it-eff-3.it-img-cnt a {
    top: 50%;
    left: 50%;
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
    transform: translateY(-50%) translateX(-50%) scale(0.25);
}

.it-eff-1.it-img-cnt:hover a,
.it-eff-3.it-img-cnt:hover a {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.it-mhover-s4.it-eff-2 .it-content-cnt h2 {
    color: #e74c3c;
}

.it-mhover-s4.it-eff-2 .it-content-cnt p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.it-img-cnt.it-eff-2 a {
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    background: #fff;
    color: #333;
    font-weight: 300;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.it-eff-2.it-img-cnt:hover a {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.it-eff-2.it-mhover-s4 .it-content-cnt h2,
.it-eff-2.it-mhover-s4 .it-content-cnt p,
.it-eff-3.it-mhover-s4 .it-content-cnt h2,
.it-eff-3.it-mhover-s4 .it-content-cnt p {
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
    timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
}

.it-eff-2:hover .it-content-cnt p,
.it-eff-3:hover .it-content-cnt p {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}


.it-eff-3.it-mhover-s4 .it-content-cnt h2 {
    color: #52be7f;
}

.it-eff-3:hover .it-content-cnt h2 {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);

}


@media screen and (max-width: 45em) {
    .it-mhover-s4 .it-content-cnt h2 {
        margin-bottom: 0px;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .it-mhover-s4 .it-content-cnt p {
        margin: 0;
        padding: 0 10px;
    }
}




@media screen and (max-width: 50em) {

    .it-img-cnt {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}













/********************************
************HOVER S2************
********************************/
.it-tilter {
    display: block;
    position: relative;
    color: #fff;
    flex: none;
    perspective: 1000px;
}

.it-tilter * {
    pointer-events: none;
}

.it-tilter:hover,
.it-tilter:focus {
    color: #fff;
    outline: none;
}

/*
.it-tilter-figure,
.it-tilter-deco,
.it-tilter-caption {
will-change: transform;
}*/

.it-tilter-figure,
.it-tilter-image {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.it-tilter-figure > * {
    transform: translateZ(0px); /* Force correct stacking order */
}

.it-tilter-figure {
    position: relative;
}

.it-tilter-figure::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    box-shadow: 0 30px 20px rgba(35,32,39,0.5);
}

.it-tilter-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.it-tilter-deco--overlay {
    background-image: linear-gradient(45deg, rgba(226, 60, 99, 0.4), rgba(145, 58, 252, 0.4), rgba(16, 11, 192, 0.4));
}

.it-tilter-deco--shine div {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
}

.it-tilter-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3em;
}

.it-tilter-title {
    margin: 0;
    font-weight: normal;
    font-size: 2.5em;

    line-height: 1;
}

.it-tilter-description {
    margin: 1em 0 0 0;
    font-size: 0.85em;
    letter-spacing: 0.1em;
}

/* Individual styles */

/* Example 1 (Default) */
.car-it-mhover-s2.car-it-tilter-1 {
    padding: 10px 10px 30px 10px;
}
.it-tilter-1.it-tilter-figure::before {
    box-shadow: 0 30px 20px rgba(0,0,0,0.5);
}
.it-tilter-1.it-tilter-figure:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}
/* Example 2 (thicker lines, overlay) */
.car-it-mhover-s2.car-it-tilter-2 {
    padding: 10px 10px 30px 10px;
}
.it-tilter-2,
.it-tilter-2:hover,
.it-tilter-2:focus {
    color: #2e27ad;
}

.it-tilter-2 .it-tilter-deco--overlay {
    background-image: linear-gradient(45deg, rgba(245, 239, 40, 0.6), rgba(164, 22, 169, 0.6));
}

.it-tilter-2.it-tilter-figure:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 4px solid #2e27ad;
}
/* Example 3 (no lines, overlay hard-light) */
.car-it-mhover-s2.car-it-tilter-3 {
    padding: 10px 10px 30px 10px;
}
.it-tilter-3 .it-tilter-deco--overlay {
    background-image: linear-gradient(45deg, rgba(205, 81, 220, 0.6), rgba(41, 94, 230,0.5));
}

.it-tilter-3 .it-tilter-caption {
    padding: 2em;
    text-align: right;
    text-shadow: 0.1em 0.8em 1em rgba(0,0,0,0.35);
}


/* Example 5 (line animating) */
.car-it-mhover-s2.car-it-tilter-5 {
    padding: 10px;
}
.it-tilter-5.it-tilter-figure::before {
    box-shadow: none;
}
.it-tilter-5.it-tilter-figure:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #ffffff;
}
/* Example 6 (different line position) */
.car-it-mhover-s2.car-it-tilter-6 {
    padding: 25px 10px 10px 25px;
}
.it-tilter-6,
.it-tilter-6:hover,
.it-tilter-6:focus {
    color: #2e27ad;
}

.it-tilter-6 .it-tilter-deco--overlay {
    background-image: linear-gradient(45deg, rgba(46, 39, 173, 0.2), rgba(255, 186, 59, 0.58));
}

.it-tilter-6.it-tilter-figure:after {
    content: '';
    position: absolute;
    top: -25px;
    left: -25px;
    right: 25px;
    bottom: 25px;
    border: 6px solid #2e27ad;
}


.it-tilter-6 .it-tilter-caption {
    padding: 0 4em 5.5em 1em;
}

.it-tilter-6.it-tilter-figure::before {
    box-shadow: none;
}

/* Example 7 (different line) */
.car-it-mhover-s2.car-it-tilter-7 {
    padding: 10px ;
}
.it-tilter-7 .it-tilter-deco--overlay {
    background-image: linear-gradient(45deg, rgba(93, 203, 106, 0.48), rgba(59, 239, 255, 0.58));
}

.it-tilter-7.it-tilter-figure:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 10px solid #ffffff;

    transform: scale3d(0.9,0.9,1);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
}


.it-tilter:hover .it-tilter-7.it-tilter-figure:after{
    opacity: 1;
    transform: scale3d(1,1,1);
}
.it-tilter-7 .it-tilter-caption {
    padding: 4em;
}

.it-tilter-7.it-tilter-figure::before {
    box-shadow: none;
}

/* Example 8 (different line) */
.car-it-mhover-s2.car-it-tilter-8 {
    padding: 10px;
}
.it-tilter-8 {
    perspective: none;
}

.it-tilter-8.it-tilter-figure {
    transform-style: flat;
}

.it-tilter-8.it-tilter-figure:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 6px solid #9255ae;
    mix-blend-mode: color-burn;
}
.it-tilter-8 .it-tilter-caption {
    color: #9255ae;
    mix-blend-mode: color-burn;
}

.it-tilter-8.it-tilter-figure::before {
    box-shadow: none;
}
