/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.gallery {
    display: none;
}
.sevenspikes-cloudzoom-gallery {
    display: block;
}
.gallery .picture-wrapper {
    position: relative;
}
.gallery .picture-wrapper .picture {
    padding: 0;
}
.gallery .picture-wrapper > img { /* Transitional image (on thumbnail click) */
	top: 0 !important;
    right: 0 !important;
	left: 0 !important;
    margin: auto;
}

/* Zoom Lens, Zoom Window, Zoom Caption */

.cloudzoom-lens {
	z-index: 1;
    cursor: crosshair;
    opacity: 0.7;
}
.cloudzoom-lens:before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: 1;
	background-color: #fff;	
}

.cloudzoom-zoom {
	top: 0 !important;
    left: calc(100% + 25px) !important;
	z-index: 9999; /*adjust per theme or leave it big*/
}
.cloudzoom-zoom-inside {
	top: 0 !important;
	right: 0;
    left: 0 !important;
	/*these coordinates center the zoomed image horizontally, the main image should be always centered too*/
	/*coordinates may be different than 0 if there is a border around the main picture*/
	z-index: 1;
	height: 100% !important;
	margin: auto;
    cursor: crosshair;
}
.cloudzoom-zoom-inside img + div { /*title-wrapper*/
	top: auto !important;
	bottom: 0 !important;
}
.cloudzoom-caption {
    display: none;
    background-color: #eee;
    padding: 10px 20px;
    font-size: 14px;
    color: #444;
}

/* Loading Images */

.cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
	/*these coordinates center the overlay horizontally, the main image should be always centered too*/
	/*coordinates may be different than 0 if there is a border around the main picture*/
    margin: auto;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAAA3NCSVQICAjb4U/gAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlP/AOW3MEoAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMzAvMTLNuPjnAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAAxJREFUCJlj+M+AAgE/0Af5DM23uwAAAABJRU5ErkJggg==');
}
.cloudzoom-ajax-loader {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	z-index: 2;
    width: 100%;
    height: 100%;
	background: #fff url('images/loader.gif') center no-repeat;
	opacity: 0.7;
}


@media all and (min-width: 480px) {

    .gallery .picture-wrapper {
        margin: 10px;
    }
    .gallery .picture-wrapper > img { /* Transitional image (on thumbnail click) */
	    top: 1px !important;
        right: 1px !important;
	    left: 1px !important;
    }
}

@media all and (min-width: 1261px) {

    .gallery .picture-wrapper {
        margin: 15px;
    }
}

@media all and (min-width: 1801px) {

    .gallery .picture-wrapper {
        margin: 30px;
    }
}