.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item a {
    color: #333;
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item.circle.effect3.top_to_bottom a:hover .img{
    z-index: 10000;
}
.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.ih-item.circle .img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect3 .img {
    z-index: 11;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.colored .info {
    background: #1a4a72;
}
.ih-item.circle.effect3 .info {
    background: #d7b346;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3 .info h3 {
    color: #fff;
    text-transform: uppercase;
    /*position: relative;*/
    line-height: 10px;
    /*letter-spacing: 1.1px;*/
    font-size: 10px;
    font-weight: 400;
    margin: 40% 0;
    /*padding: 55px 0 0 0;*/
    /*height: 110px;*/
}

.ih-item.circle.effect3.left_to_right .img {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.left_to_right .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.ih-item.circle.effect3.left_to_right a:hover .img {
    -webkit-transform: scale(0.5) translateX(100%);
    -moz-transform: scale(0.5) translateX(100%);
    -ms-transform: scale(0.5) translateX(100%);
    -o-transform: scale(0.5) translateX(100%);
    transform: scale(0.5) translateX(100%);
}
.ih-item.circle.effect3.left_to_right a:hover .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.circle.effect3.right_to_left .img {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.right_to_left .info {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.ih-item.circle.effect3.right_to_left a:hover .img {
    -webkit-transform: scale(0.5) translateX(-100%);
    -moz-transform: scale(0.5) translateX(-100%);
    -ms-transform: scale(0.5) translateX(-100%);
    -o-transform: scale(0.5) translateX(-100%);
    transform: scale(0.5) translateX(-100%);
}
.ih-item.circle.effect3.right_to_left a:hover .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.circle.effect3.top_to_bottom .img {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.top_to_bottom .info {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .img {
    -webkit-transform: scale(0.5) translateY(100%);
    -moz-transform: scale(0.5) translateY(100%);
    -ms-transform: scale(0.5) translateY(100%);
    -o-transform: scale(0.5) translateY(100%);
    transform: scale(0.5) translateY(100%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.circle.effect3.bottom_to_top .img {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.bottom_to_top .info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .img {
    -webkit-transform: scale(0.5) translateY(-100%);
    -moz-transform: scale(0.5) translateY(-100%);
    -ms-transform: scale(0.5) translateY(-100%);
    -o-transform: scale(0.5) translateY(-100%);
    transform: scale(0.5) translateY(-100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/* ============================================================
  GLOBAL
============================================================ */
.webuclv-hover-effect {
    /*padding-left: 15px;*/
}
.webuclv-hover-effect .img {
    position: relative;
    /*float: left;*/
    /*margin-bottom: 5px;*/
    /*width: 25%;*/
    overflow: hidden;
}
.webuclv-hover-effect .img:nth-child(n) {
    /*margin-right: 5px;*/
}
.webuclv-hover-effect .img:first-child {
    /*margin-left: -15px;*/
}
.webuclv-hover-effect .img:last-child {
    margin-top: 15px;
}
.webuclv-hover-effect .img img {
    display: block;
    margin: 0;.
    padding: 0;
    max-width: 100%;
    height: auto;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}
a.close-overlay.hidden {
    display: none;
}

a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    font-size: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.webuclv-hover-effect-circle a.expand{
    border: solid 4px #fff;
    width: 50px;
    height: 50px;
}

a.expand:hover{
    color: #dfc253;
}

a.expand .dashicons-before::before{
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
}

.webuclv-hover-effect-circle a.expand .dashicons-before::before{
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
}

/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
.webuclv-hover-effect .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.webuclv-hover-effect.webuclv-hover-effect-circle .overlay{
    border-radius: 50%;
}
.webuclv-hover-effect .overlay a.expand {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.webuclv-hover-effect .img.hover .overlay {
    opacity: 1;
}
.webuclv-hover-effect .img.hover .overlay a.expand {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.webuclv-hover-effect.webuclv-hover-effect-circle .img.hover .overlay a.expand{
    width: 50px;
    height: 50px;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/*@media only screen and (max-width: 1100px) {*/
    /*.webuclv-hover-effect {*/
        /*padding-left: 5px;*/
    /*}*/
    /*.webuclv-hover-effect .img {*/
        /*width: 50%;*/
    /*}*/
    /*.webuclv-hover-effect .img:nth-child(n) {*/
        /*margin-right: 5px;*/
    /*}*/
    /*.webuclv-hover-effect .img:first-child {*/
        /*margin-left: 0;*/
    /*}*/
    /*.webuclv-hover-effect .img:nth-child(2n-1) {*/
        /*margin-left: -5px;*/
    /*}*/
    /*.webuclv-hover-effect .img:nth-child(2n) {*/
        /*margin-right: 0;*/
    /*}*/
    /*.webuclv-hover-effect .img:last-child {*/
        /*margin-right: 0;*/
    /*}*/
/*}*/
/*@media only screen and (max-width: 520px) {*/
    /*.webuclv-hover-effect .img {*/
        /*width: 100%;*/
    /*}*/
    /*.webuclv-hover-effect .img:nth-child(n) {*/
        /*margin-right: 0;*/
    /*}*/
    /*.webuclv-hover-effect .img:first-child {*/
        /*margin-left: 0;*/
    /*}*/
    /*.webuclv-hover-effect .img:nth-child(2n-1) {*/
        /*margin-left: 0;*/
    /*}*/
    /*.webuclv-hover-effect .img:nth-child(2n) {*/
        /*margin-right: 0;*/
    /*}*/
    /*.webuclv-hover-effect .img:last-child {*/
        /*margin-right: 0;*/
    /*}*/
    /*.webuclv-hover-effect .img img {*/
        /*margin: 0 auto;*/
    /*}*/
/*}*/




