/*common style*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "util-fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: none;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

/*end common*/

.sample-img .item {
    position: relative;
    margin: 5px 10px;
    overflow: hidden;
}

.sample-img .meida-holder img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.sample-img .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.sample-img .item:hover .hover-content {
    opacity: 1;
}

.sample-img .overlay {
    background-color: #000;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}

.sample-img .link-contianer {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    width: 100%;
}

    .sample-img .link-contianer a {
        display: inline-block;
        margin: 0 5px;
        color: #fff;
        font-size: 24px;
        line-height: 36px;
        height: 36px;
        text-align: center;
        text-decoration: none;
    }

        .sample-img .link-contianer a:hover {
            opacity: 0.8;
        }

/* .sample-img --- ie8 fix*/
.sample-img .hover-content {
    filter: alpha(opacity=0);
}

    .sample-img .hover-content .link-contianer {
        filter: inherit;
    }

.sample-img .item:hover .hover-content {
    filter: alpha(opacity=70);
}
/*end fix*/

/*team showcase*/
.team-showcase .item {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    background: #fff;
    margin: 5px 10px;
    text-align: center;
}

.team-showcase .media-holder img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.team-showcase .media-holder {
    /*margin-bottom:15px;*/
}

.team-showcase .social-links {
    /*background-color:#fdfdfd;*/
    margin-top: -40px;
    background: #fff;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.team-showcase .item:hover .social-links {
    opacity: 1;
}

.team-showcase .social-links a {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #fff;
    color: #555;
    text-decoration: none;
}

    .team-showcase .social-links a:hover {
        background-color: #eee;
    }

.team-showcase .detail-container {
    padding: 18px 15px 10px;
    position: relative;
    background-color: #fff;
}

.team-showcase .detail-title {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 12px;
    color: #666;
}

.team-showcase .detail-subtitle {
    font-size: 12px;
    line-height: 1em;
    color: #999;
    margin-bottom: 10px;
}

.team-showcase .detail-container p {
    color: #666;
    font-size: 13px;
    text-align: left;
    line-height: 1.6em;
}
/*.team-showcase ie8 fix*/
.team-showcase .social-links {
    filter: alpha(opacity=0);
}

.team-showcase .item:hover .social-links {
    filter: alpha(opacity=100);
}
/*end fix*/
.top-nav-box {
    /*padding-top: 40px;*/
    background: #fff;
}

    /*.top-nav-box .item {
	float: left;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    height: 100%;
	width:100%;
	overflow:hidden;
}*/

    .top-nav-box .item {
        float: left;
        padding-bottom: 70%;
        position: relative;
        height: 70%;
        width: 92%;
        margin: 4%;
        overflow: hidden;
        border: 1px solid #cdcdcd;
    }


        .top-nav-box .item img {
            width: 100%;
            height: 100%;
            /*max-height: 130%;
    min-height: 100%;*/
            position: absolute;
            transition: all 0.5s;
            overflow: hidden;
            background: url(../../img/bigSliderImg/camera-loader.gif) no-repeat center center;
        }

        .top-nav-box .item img {
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .top-nav-box .item:hover img {
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }

    .top-nav-box a {
        text-decoration: none;
        color: #FFF;
    }

        .top-nav-box a span {
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 1em;
            padding: 0px;
            color: #555;
            text-transform: uppercase;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .top-nav-box a:hover span {
            color: #888;
            background: rgba(121,19,69,0.70);
            transition: all 0.4s;
        }

        .top-nav-box a img {
            width: 100%;
            height: 100%;
            border: none;
        }

    .top-nav-box .util-page span {
        width: 6px;
        height: 6px;
        margin: 4px;
    }

    .top-nav-box .util-navigation {
        position: absolute;
        top: 38%;
        /*right: 10px;*/
        width: 100%;
        background: url(../../img/slider_img/icon/arrow_slider.png) no-repeat !important;
    }

    .top-nav-box .util-pagination {
        position: absolute;
        top: 0;
        right: 75px;
        display: none !important;
        background:;
    }

    .top-nav-box .util-navigation .util-prev {
        background: url(../img/slider/arrow_l.png) no-repeat;
        color: #666;
        padding: 0;
        margin: 0;
        left: -25px;
        position: absolute;
        width: 30px;
        height: 60px;
    }

    .top-nav-box .util-navigation .util-next {
        background: url(../img/slider/arrow_r.png) no-repeat;
        color: #666;
        padding: 0;
        margin: 0;
        right: -25px;
        position: absolute;
        width: 30px;
        height: 60px;
    }

        /*.top-nav-box .util-navigation .util-prev, .top-nav-box .util-navigation .util-next {
	background: none;
	color: #666;
	border: 1px solid #aaa;
	padding: 2px 5px;
	margin-right: 0;
}*/
        .top-nav-box .util-navigation .util-prev:hover, .top-nav-box .util-navigation .util-next:hover {
            opacity: 0.5;
        }

.normal-imglist {
    padding: 25px;
}

    .normal-imglist .item {
        margin: 5px;
        text-align: center;
        /*border:1px solid #000000;*/
    }

        .normal-imglist .item img {
            width: 75px;
            height: 56px;
            margin: 0 auto;
            text-align: center;
            background: url("../../img/bigSliderImg/camera-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
        }

        .normal-imglist .item a {
            display: block;
            font-size: 16px;
            text-align: center;
            margin: 5px 0 0 0;
        }

            .normal-imglist .item a img {
                border: none;
                width: 100%;
                vertical-align: middle;
            }

    .normal-imglist .util-next {
        position: absolute;
        top: 6%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 30px;
        height: 75px;
        margin: 0;
        padding: 0;
        background: url(../../img/slider/arrow_r.png) no-repeat center center rgb(242, 242, 242);
    }

    .normal-imglist .util-prev {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        position: absolute;
        top: 6%;
        width: 30px;
        height: 75px;
        margin: 0;
        padding: 0;
        background: url(../../img/slider/arrow_l.png) no-repeat center center rgb(242, 242, 242);
    }

        .normal-imglist .util-next:hover, .normal-imglist .util-prev:hover {
            opacity: 0.5;
        }

    .normal-imglist .util-next {
        right: 4px;
    }

    .normal-imglist .util-prev {
        left: -11px;
    }

.logo-showcase .util-item a img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.logo-showcase .item {
    background-color: #fff;
}

    .logo-showcase .item:hover a img {
        -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
        filter: gray;
        opacity: .6;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.logo-showcase .item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    margin: 5px;
}
/*logo showcase gray theme*/
.logo-showcase-gray .util-item a img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    opacity: .6;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.logo-showcase-gray .item:hover a img {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    filter: alpha(Opacity=100);
    opacity: 1;
}

.logo-showcase .item {
    margin: 5px;
}

/*fullwidth style*/
.fullwidth .meida-holder img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.fullwidth .item {
    position: relative;
    overflow: hidden;
}

.fullwidth .meida-holder {
    position: relative;
    top: 0;
    transition: top 0.4s;
}

.fullwidth .item:hover .meida-holder {
    top: -50px;
}

.fullwidth .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.fullwidth .overlay {
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.fullwidth .item:hover .overlay {
    opacity: 0.5;
}

.fullwidth .link-contianer {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

    .fullwidth .link-contianer a {
        display: inline-block;
        margin: 0 8px;
        color: #fff;
        border: 1px solid #fff;
        font-size: 22px;
        width: 44px;
        line-height: 44px;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        text-decoration: none;
    }

.fullwidth .item:hover .link-contianer a:hover {
    opacity: 0.8;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.fullwidth .item:hover .link-contianer a {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.fullwidth .item .detail-container {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    background: #fff;
    padding: 14px 20px 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

    .fullwidth .item .detail-container h4 {
        margin: 0 0 10px 0;
        font-size: 18px;
        color: #444;
        font-weight: 600;
        text-align: center;
    }

    .fullwidth .item .detail-container p {
        margin: 0 0 8px 0;
        font-size: 14px;
        line-height: 22px;
        color: #777;
        text-align: center;
    }

.fullwidth .item:hover .detail-container {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.fullwidth .util-prev, .fullwidth .util-next {
    background: #4986E7;
    font-size: 14px;
    padding: 5px;
}

    .fullwidth .util-prev:hover, .fullwidth .util-next:hover {
        background: #5491F2;
    }

    .fullwidth .util-prev:active, .fullwidth .util-next:active {
        background: #3C79DA;
    }

/*.fullwidth fix ie8*/
.fullwidth .hover-content {
    filter: alpha(opacity=0);
}

    .fullwidth .hover-content .link-contianer, .fullwidth .hover-content .detail-container {
        filter: inherit;
    }

.fullwidth .item:hover .hover-content {
    filter: alpha(opacity=100);
}

    .fullwidth .item:hover .hover-content .overlay {
        filter: alpha(opacity=50);
    }
/*end fix*/
.testimonial .item {
    margin: 3px;
}

.testimonial-content {
    padding: 20px;
    background-color: #fff;
    color: #666;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.7em;
    border-radius: 3px;
    position: relative;
}

.testimonial-arrow {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAANCAYAAAHaoq71AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU9JREFUeNpiuHv3rvV/KGAA4a9fv4LZAAHEABO9d+/ef0awCAMDiGAECCCwMpAoDHz79g2sBaYKAwAEEMPPnz//owMGKIYDoFMkwYJAhgBUAO4UmEQSjA0QQDCBjv94wPPnz1FNAOFnz56hKPr37x/IqmoUk5ExULIEpOjx48f/0eUAAgglIHCBHz9+gGzQBOt48eIFXsVAhU3IHlT9/v07LoX/MdwMFGxAV/j06VMUd6N7Dq7wy5cvIFM5cSoG4SdPnsCCrBAjNNAF0GMNGQMEGEwy+9GjR////v37n1zw58+f/w8fPgS5KB6b/6Z++PCBZEPfvXsHMnAKXu8BFUSDbAa5gBD4/fv3/wcPHoAMDSIq3KAWTH779i1OQ9+8eQMycCIu/TgNhhruef/+/f+/fv2CGwhig8SAci749OI1GMmC3levXv0HYSC7hxg9AMbpvGCGEsu8AAAAAElFTkSuQmCC);
    width: 20px;
    height: 12px;
}

.testimonial-user {
    margin-top: 20px;
    min-height: 50px;
}

.testimonial-user-thumb {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    float: left;
    margin-right: 15px;
}

.testimonial-user-name {
    font-size: 14px;
    line-height: 26px;
    color: #555;
}

.testimonial-user-meta {
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

.testimonial-user-thumb img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial .util-page span {
    height: 6px;
    width: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 2px;
}

.testimonial .util-page.active-page span {
    background-color: #555555;
    width: 25px;
}

.portfolio-list .item {
    margin: 5px 10px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.portfolio-list .meida-holder > img {
    width: 100%;
    border: none;
    vertical-align: middle;
}

.portfolio-list .meida-holder {
    position: relative;
    overflow: hidden;
}

.portfolio-list .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.portfolio-list .item:hover .hover-content {
    opacity: 1;
}

.portfolio-list .detail-container {
    background-color: #fff;
    padding: 15px 20px 5px 20px;
    border-top: none;
}

.portfolio-list .link-contianer {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    width: 100%;
    z-index: 2;
    opacity: 0.9;
}

    .portfolio-list .link-contianer a {
        display: inline-block;
        margin: 0 4px;
        color: #fff;
        font-size: 22px;
        width: 32px;
        line-height: 32px;
        text-decoration: none;
    }

.portfolio-list .detail-container h4 {
    line-height: 1em;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

    .portfolio-list .detail-container h4 a {
        color: #666;
    }

        .portfolio-list .detail-container h4 a:hover {
            color: #444;
        }

.portfolio-list .detail-container p {
    line-height: 1em;
    font-size: 12px;
    color: #999;
    margin: 0 0 10px 0;
}


/*---------------- Slider Size 270 X 360 ---------------------- */

.s_slider {
    padding: 25px;
}

    .s_slider .item {
        float: left;
        height: 0;
        padding-bottom: 124%;
        position: relative;
        height: 100%;
        width: 93%;
        margin: 4%;
        overflow: hidden;
        border: 1px solid #dcdcdc;
        background: url(../../img/bigSliderImg/camera-loader.gif) no-repeat center center;
    }

        .s_slider .item img {
            width: 100%;
            position: absolute;
            transition: all 0.5s;
            overflow: hidden;
            height: 100%;
        }

        .s_slider .item img {
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .s_slider .item:hover img {
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }


        .s_slider .item a {
            display: block;
            font-size: 16px;
            text-align: center;
            margin: 5px 0 0 0;
            color: #FFF;
        }

            .s_slider .item a img {
                border: none;
                width: 100%;
                vertical-align: middle;
            }

    .s_slider .util-next {
        position: absolute;
        top: 40%;
        width: 30px;
        height: 60px;
        margin: 0;
        padding: 0;
        background: url(../img/slider/arrow_r.png) no-repeat center center;
    }

    .s_slider .util-prev {
        position: absolute;
        top: 40%;
        width: 30px;
        height: 60px;
        margin: 0;
        padding: 0;
        background: url(../img/slider/arrow_l.png) no-repeat center center;
    }

        .s_slider .util-next:hover, .s_slider .util-prev:hover {
            opacity: 0.5;
        }

    .s_slider .util-next {
        right: 0px;
    }

    .s_slider .util-prev {
        left: 0px;
    }

.pack_slider {
    padding: 25px;
}

    .pack_slider .item {
        float: left;
        position: relative;
        height: 100%;
        width: 93%;
        margin: 4%;
        overflow: hidden;
        background: url(../../img/loading.gif) center center no-repeat #f2f2f2;
    }

    .pack_slider .util-next {
        position: absolute;
        top: 40%;
        width: 30px;
        height: 60px;
        margin: 0;
        padding: 0;
        background: url(../../img/sliderarrow_r.png) no-repeat center center;
    }

    .pack_slider .util-prev {
        position: absolute;
        top: 40%;
        width: 30px;
        height: 60px;
        margin: 0;
        padding: 0;
        background: url(../../img/slider/arrow_l.png) no-repeat center center;
    }

        .pack_slider .util-next:hover, .pack_slider .util-prev:hover {
            opacity: 0.5;
        }

    .pack_slider .util-next {
        right: 0px;
    }

    .pack_slider .util-prev {
        left: 0px;
    }

.normal-imglist .item .gen_ovr {
    background: #e9e9e9;
    padding: 20px 5px;
    display: block;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

    .normal-imglist .item .gen_ovr span {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 5px;
    }

    .normal-imglist .item .gen_ovr:hover {
        background: #d82529;
        color: #FFFFFF !important;
    }

        .normal-imglist .item .gen_ovr:hover span {
            color: #FFFFFF !important;
        }
