/* Hack for the trail message */

.cloudzoom-lens+div {
    display: none;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE fix */
}


/* CSS for lens */

.cloudzoom-lens {
    border: 5px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.40);
    cursor: crosshair;
    z-index: 9999;
}


/* CSS for zoom window. */

.cloudzoom-zoom {
    border: 1px solid #888;
    width: 600px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.40);
    z-index: 9999;
}


/* CSS for zoom window in 'inside' mode. */

.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
    z-index: 9999;
}


/* CSS for captions */

.cloudzoom-caption {
    display: none;
    /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}


/* A blank image */

.cloudzoom-blank {
    background-image: url(../images/blank.png);
}


/* The animated ajax loading image */

.cloudzoom-ajax-loader {
    background-image: url(../images/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.cloudzoom-gallery {
    width: 50px;
}

.cloud-thumb {
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.cloud-large {
    width: 100%;
    position: relative
}

.cloud-large img {
    width: 100%
}

.cover-cloud {
    width: 90%
}

.cover-cloud i {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9
}

@media screen and (max-width:375px) {
    .cover-cloud {
        width: 100%
    }
}

.cloudzoom-lens+div {
    display: none;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE fix */
}