﻿html,body {font-size: 12px; font-family: Roboto, sans-serif;}
textarea, input { font-family: Roboto, sans-serif;}
ul,ol { padding-left: 0; /*bs override*/}
p,div,span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

.ql-cursor {display: none !important;}

a{text-decoration: none;} /*color: #fff; */
/* force scrollbar */

html, form{width: 100%; min-height: 100%; margin: 0; padding: 0;}

body { width: 100%; min-height: 100%; margin: 0; padding: 0; -webkit-font-smoothing: subpixel-antialiased; -webkit-text-stroke:1px transparent; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}

.holder{width: 100%; min-height: 100vh; position: relative;} /*height: 100%; */
body.dark, .holder.dark {background: #111;}

.preview-bar {position: fixed; top: 0; left: 0; right: 0; z-index: 99999; pointer-events: none;}
.preview-bar > div { position: relative; width: 90%;  max-width: 700px; margin: 0 auto; padding: 12px 20px; pointer-events: all; background: #3498DB; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; text-align: center;
                     border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.preview-bar a {position: absolute; top: 10px; right: 20px; color: rgba(255,255,255,.5); font-size: 20px;}
.preview-bar a:hover {color: rgba(255,255,255,.8);}
.preview-cover {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999;}

.page-spinner { display: none; background: rgba(255,255,255,0.9); position: absolute; top: 65px; right: 0; bottom: 0; left: 70px; z-index: 999; /*below bs modal backdrop & uppy background*/}
.app-fullscreen .page-spinner { left: 0; }
.page-spinner > div { position: absolute; top: 100px; left: 50%; transform: translateX(-50%);}
.page-spinner i { font-size: 56px; display: block; margin: 20px; }
.page-spinner i  { --fa-primary-color: #ddac58; --fa-secondary-color: #ddac58; }
.page-spinner .fast-spin {
    -webkit-animation: fa-spin .8s infinite linear;
    animation: fa-spin .8s infinite linear;
}

.videos:empty { display: none; }
/* ---- masonry ---- */
.grid-container{padding: 0 0 20px 0; margin: 0;}
.wide .grid-container {margin: 0 0;}
.zero-margin .grid-container {padding: 0 0 20px 0;}
.grid-container-empty {height: 100vh; text-align: center; background-image: url('/assets/images/empty-gallery-light.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat;}
        
.grid { width: 100%; margin: 0 auto; }   
  

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.primary-image,.image-left,.image-right,.secondary-image,.tertiary-image {
    background-repeat: no-repeat;
    opacity: 0;
/*    -webkit-transition: opacity 1.2s ease-out;
       -moz-transition: opacity 1.2s ease-out;
        -ms-transition: opacity 1.2s ease-out;
         -o-transition: opacity 1.2s ease-out;
            transition: opacity 1.2s ease-out;*/
/*this transition was causing iphone safari to crash*/
}
.primary-image.contain {background-size: contain;}
.image-loaded {opacity: 1;}

.right {text-align: right;}

.gallery-body { position: relative; }
.gallery-footer {color: #aaa; font-size: 12px; position: relative; padding: 20px 25px 20px 25px;}
.gallery-footer.grid-container {padding-bottom: 60px;}
.gallery-footer a {color: #aaa;}
.gallery-footer a:hover {color: #555;}
.gallery-footer .controls a {color: #aaa; text-transform: uppercase; font-size: 12px;}
.gallery-footer .splash-credit span::after {content: '\2022'; font-size: 14px; padding: 0 8px;}
.gallery-footer .splash-credit span:last-child::after {content: '';}
.dark .gallery-footer { color: #555; background: #111;}
.dark .gallery-footer a {color: #555;}
.dark .gallery-footer a:hover {color: #ccc;}
.powered-by span {font-weight: bold !important;}
.lightfolio-credit {opacity: 0.3; transition: opacity 0.5s; margin-top: 20px; display: inline-block;}
.lightfolio-credit:hover {opacity: 1.0;}
.lightfolio-credit a { display: inline-block; }
.lightfolio-credit img { width: 22px; }


.cover-border {pointer-events: none; position: relative; overflow-y: hidden;}
.cover-fade .cover-wrapper {z-index: 9999;}
.cover-behind {height: 100vh; width: 100%; position: absolute; top: 0; left: 0; z-index: 9998; pointer-events: all;         display: none;} /*deprecated*/
.cover-button, .social-links a, .cover-title a {pointer-events: auto;}
.cover-title a {color: inherit;}
.cover-title a:hover {opacity: 0.8;}

.cart-wrapper {position: fixed; height: 100%; width: 100%; z-index: 100001 /*photoswipe is 100000*/; background: rgba(0,0,0,.6); }
.cart-add{
    height: 100%;
    padding: 0 0;
    width: 100%;
    position: relative;
}
.cart-add-box {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    height: 100%;
    background: #fff;
    position: relative;  
}
.cart-header {width: 100%;}
.cart-footer {height: 90px; padding: 20px 60px; position: absolute; bottom: 0; left: 0; right: 0; background: #fff; z-index: 20;}
.cart-add-box > .header {width: 100%; }
.cart-add-box > .left {width: 50%; padding-right: 20px;}
.cart-add-box > .right {width: 50%; text-align: left; padding-left: 20px;}
.cart-add-spacer{ 
                  position: relative; width: 100%; max-width: 1200px; height: 100%; max-height: calc(100% - 100px); margin: 50px auto 50px auto; 
    /*position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;*/
    background: #f5f5f5;
    
} /*padding: 0 60px; margin: 0 auto; overflow-y: auto;*/

.cart-add-help {overflow-y: auto;}

.image-picker-folders {margin: 0 10px 20px 10px;}
.image-picker-folders li {list-style: none; display: inline-block; margin-right: 10px;}
.image-picker-folders a {display: block; padding: 5px 12px; border-radius: 8px; background: #e5e5e5; color: inherit;}
.image-picker-folders li.active a, .image-picker-folders li:hover a, .image-picker-folders li.favorite:hover a {background: #555; color: #fff;}
.image-picker-folders li.favorite a {background: lightblue; color: #fff;}

@media screen and (max-width:1200px) { 
    .cart-add-spacer > div {/*width: 70%;*/}
    .cart-add-help { width: 30% !important;}
}



.more-close {position: absolute; top: 20px; right: 20px;        display: none;}
.more-close i {font-size: 32px; color: rgba(200,200,200,0.15); }
.more-block {color: #555; background: #fff;  width: 100%;  position: relative; }
.more-title {margin-bottom: 20px; font-size: 14px; text-transform: uppercase;}
.more-description {margin-bottom: 20px; font-size: 14px; line-height: 22px; color: #555;}
.more-details {margin-bottom: 10px; padding-top: 20px; border-top: 2px dotted #ddd; font-size: 14px; line-height: 22px; color: #aaa;}
.more-details:empty {display: none;}
.more-image{width: 100%;  margin-bottom: 20px;  position: relative; }
.more-image > img {display: block; max-width: 100%; max-height: 100%; 
                               }
.more-image > div {left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}
.more-image-empty{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.more-image .cart-button{position: absolute; top: 0; right: 0; z-index: 2010; margin: 0; background: #ccc;}



.cart-header{height: 40px; border-bottom: 1px solid #eee; position: relative; }
.cart-title { text-align: center; font-size: 14px; font-weight: 600; color: #333; padding: 10px 20px; color: #aaa; letter-spacing: 1px;}

.cart-body { position: relative; padding: 30px 50px; background: #fff; overflow-y: auto; height: calc(100% - 40px);}
.cart-body-spinner {position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 999; background: rgba(255,255,255,.9);}
.cart-body-spinner div {position: absolute; top: 50%; left: 0; right: 0; text-align: center; transform: translateY(-50%); color: #222; font-weight: bold; font-size: 20px; text-transform: uppercase;}
.store-wrapper { overflow-y: auto; height: 100%;} /*top: 30px; bottom: 30px; left: 30px; right: 30px;*/
.store-items {}
/*#divModalStore .cart-body {padding: 0 30px 100px 30px;}*/

.cart-add-box .Quantity {width: 40px;}

.store-crop-product {position: absolute; left: 30px; top: 10px; text-transform: uppercase; font-size: 12px; letter-spacing: 1px;}

.cart-categories .store-category{display: block; width: 100%; margin: 0; padding: 0; border-top: 1px solid #ddd;} /**/
.cart-categories .store-category .title {margin-bottom: 0;}
/*.cart-categories .store-category:last-child {border-bottom: 1px solid #ddd;}*/
.cart-categories a {padding: 35px 20px; display: block; color: #555;}
.cart-categories a:hover {background: #eee;}

#divPriceCategories .contents {display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; justify-content: center;}
.store-price-category {width: 250px; height: 180px; text-align: center;  margin: 15px 15px 30px 15px; }
.store-price-category.large {width: 400px; height: 260px; margin: 25px 25px 40px 25px;}
.store-price-category:hover { }
.store-price-category .image { height: 100%; max-height: 100%; background-color: #f5f5f5; border-radius: 3px;  position: relative;  overflow: hidden;}
.store-price-category img {display: block; max-width: 100%; max-height: 100%; margin-bottom: 10px; margin: 0 auto;}
.store-price-category a { display: block; height: 100%;}
.store-price-category a:hover {background: none;}
.store-price-category .title {font-size: 14px; text-transform: uppercase; color: #888; font-weight: bold; letter-spacing: .5px; padding-top: 10px;}
.store-price-category:hover .title {color: #222;}
.store-price-category:hover .image { background-color: #e5e5e5; }
.store-price-category .image > div {background-size: cover; background-position: center center; height: 100%; transition: all 0.5s;}
.store-price-category:hover .image > div {transform: scale(1.1);}
.store-price-category .zmdi {font-size: 36px; color: #ddd; padding: 20px 0; transition: color 0.3s; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
.store-price-category:hover .zmdi {color: #888;}

.cart-product-details{}

/*.cropper-placeholder {display: block; position: absolute;
    top: 50%;
    transform: translateY(-50%);}*/

.cart-image-cropper { background: #f5f5f5; position: absolute; top: 40px; bottom: 100px; left: 30px; right: 30px;} /* border: 1px solid #ccc; */
.cart-image-cropper .overlay {z-index: 10; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.cart-image-loading {position: absolute; top: 40px; bottom: 100px; left: 30px; right: 30px; z-index: 999; background: #f5f5f5; display: none;}
.cart-image-loading div {left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase; letter-spacing: 1px; font-weight: bold;
}
.cart-image-cropper-message {position: absolute; left: 30px; bottom: 82px; right: 0; text-align: center; color: #C0392B; font-size: 11px; text-transform: uppercase;}
.cart-image-cropper > img {max-height: 100%; max-width: 100%; /* display: block;*/
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cropper-modal {background: none;}
.selected-image-controls {position: absolute; bottom: 0; left:0;  min-height: 80px; padding: 20px 40px; font-size: 14px;} /*,.crop-controls*/
.cropper-view-border {border: 0px solid rgba(217, 30, 24,.5); position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.cropper-crop-box {z-index: 99999;} /*fixes movement bug*/

.no-selection{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);}

.cart-thumb {width: 120px; height: 80px; background: #eee; overflow: hidden; position: relative;}
.cart-thumb .overlay {z-index: 10; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.cart-thumb > img {max-width: 100%;
                    max-height: 100%;
                    display: block;
                    pointer-events: none;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin: 0 auto;
                    transform: translate(-50%, -50%);}
.cart-thumb .crop {position: absolute; z-index: 2; box-shadow: 0 0 0 99999px rgba( 25, 181, 254, 0.7);}
.cart-thumb .inner {position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; border-color: rgba(217, 30, 24,.5); border-style: solid; }
.cart-thumb-caption {color: #aaa; font-size: 11px;}
.cart-button {display: inline-block; background: #333; color: #fff; padding: 10px 20px; margin-right: 20px; margin-bottom: 15px; min-width: 100px; text-align: center; text-transform: uppercase; transition: all 0.3s;}
.cart-button.secondary {background: #aaa;}
.cart-button:hover {color: #eee;}
.cart-button.cancel {background: none; color: #333; text-decoration: underline; min-width: 0; padding: 10px 0; }
.cart-button.cancel:hover {color: #888;}
.cart-button.unfocus {background: #ccc;}
.cart-button.cancel.unfocus{background: none;}
.cart-button.cart-button-right {float: right; margin-right: 0;}
.cart-button.cart-button-success { background: #26c281; transition: all 0.3s; border: none; cursor: pointer; }
.cart-button.cart-button-success:hover {color: #fff; background: #1e824c;}
.cart-image-count {color: #222; text-decoration: underline; text-transform: uppercase; display: inline-block; margin-bottom: 5px; font-weight: bold; text-decoration: none;}
.cart-image-count:hover {color: #888;}
.cart-button-back {position: absolute; left: 0; top: 0; font-size: 20px; background: #ccc; color: #fff; padding: 10px 20px;}
.cart-button-close {position: absolute; right: 0; top: 0; font-size: 20px; background: #ccc; color: #fff; padding: 10px 20px;}
.cart-button-close:hover {color: #aaa;}

.cart-column-background{
    opacity: 0.1;
    -moz-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");
    -o-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;
    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");
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 999; 
    background-size: cover; background-position: center center;
}
.cart-column-grid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; 
    right: 0;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
}
.cart-column-grid > div {width: 33.3333%; height: 33.3333%;  box-sizing: border-box; background-repeat: no-repeat; background-size: cover; 
                         /*border-left: 1px #fff solid; border-bottom: 1px #fff solid;*/
    -moz-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");
    -o-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;
    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");
                         }
.cart-column-grid > div:nth-child(1) {background-position: right center; background-size: 140%;}
.cart-column-grid > div:nth-child(2) {background-position: center bottom; background-size: 200%;}
.cart-column-grid > div:nth-child(3) {background-position: center top; background-size: 140%;}
.cart-column-grid > div:nth-child(4) {background-position: left center; background-size: 150%;}
.cart-column-grid > div:nth-child(5) {background-position: center center; background-size: cover;}
.cart-column-grid > div:nth-child(6) {background-position: left bottom; background-size: 250%;}
.cart-column-grid > div:nth-child(7) {background-position: right top; background-size: 190%;}
.cart-column-grid > div:nth-child(8) {background-position: right bottom; background-size: 210%;}
.cart-column-grid > div:nth-child(9) {background-position: left top; background-size: 350%;}

.cart-column {width: 100%; display: block; font-size: 16px; height: 100%; position: relative; }
/*.cart-column-last {padding-left: 30px; padding-right: 5px;}*/
#divStore .store-category {width: 50%; padding-bottom: 10px;}

/*.store-items .cart-column {width: 100%;}
.store-items.order-picture .cart-column {width: 49%; display: inline-block;}*/
/*.cart-column:first-child {padding-right: 15px;}
.cart-column:last-child {padding-left: 15px;}*/

.select-crop-items {list-style: none;}
.select-crop-items li {display: inline-block;  margin: 0 20px 20px 0;}
.select-crop-items .thumb {width: 150px; height: 150px; background: #eee; margin-bottom: 5px; border-radius: 2px; position: relative; transition: background 0.3s; position: relative;}
.select-crop-items .thumb:hover {cursor: pointer; background: #e5e5e5;}
.select-crop-items .thumb > img {max-height: 100%; max-width: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.select-crop-items .counter {color: #fff; background: #ccc; font-size: 11px; display: inline-block; width: 20px; height: 20px; padding-top: 3px; text-align: center; border-radius: 50%; position: absolute; top: -7px; left: -7px; z-index: 999;}
.select-crop-items .crop {}



.store-section { margin-bottom: 20px;}
.store-section:last-child {border-bottom: none;}

.cart-category-header {font-size: 16px; text-transform: uppercase; letter-spacing: 1px; color: #aaa; margin-bottom: 15px;}
.cart-items {box-sizing: border-box; width: 100%; margin-bottom: 70px;}
.cart-items .Quantity {width: 50px;}
.cart-items td { padding: 10px;}
.cart-items thead td {border-top: 1px solid #ccc; border-bottom: 5px double #ccc;}
.cart-items tbody td {border-bottom: 1px solid #ddd;}
.cart-items tbody tr:last-child td {border-bottom: 1px solid #ccc;}
.cart-items.noborder thead td {border-top: none; padding-top: 0;}
.cart-items.noborder tbody tr:last-child td {border-bottom: none; padding-bottom: 0;}

.cart-quantity input {vertical-align: top; margin-top: 2px;}
.cart-quantity a {color: #aaa; margin-left: 3px;}
.cart-quantity .zmdi {font-size: 24px; }
.cart-quantity a:hover {color: #333;}

.cart-items .item-with-images td:first-child {padding-left: 20px;}

.store-choose-choices .choice {margin-bottom: 15px;}
.store-choose-choices .title { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; font-weight: bold;}
.product-choice-items li {display: inline-block; cursor: pointer; padding: 8px 16px; border: 1px solid #ddd; color: inherit; margin-right: 10px; font-size: 12px; margin-top: 5px; margin-bottom: 6px;}
.product-choice-items li span {color: #aaa; padding-left: 3px;}
.product-choice-items li:hover, .product-choice-items li.selected { border-color: #888; color: #555;}
/*.product-choice-items li:last-child {display: none;}*/
.product-choice-items li.error {display: block; border: none; font-size: 12px; color: #ff0000; padding: 0 0;}
.choose-validation {display: none; color: #ff0000; padding-left: 10px;}
.order-item-choice {font-style: italic; color: #aaa;}
.order-item-option {font-style: italic; color: #aaa; margin-bottom: 30px;}
.order-item-option:last-of-type {margin-bottom: 0;}
.order-item-option .product {color: #555; margin-bottom: 5px;}
.order-item-option .details {padding-left: 15px;}

.store-error-message{ margin-bottom: 10px; color: #ff0000;}
.select-error-message {color: #ff0000; margin-bottom: 20px;}
.select-error-message:empty {display: none;}

.store-product-image {display: inline-block; float: right; position: relative;}
.store-product-image .overlay {z-index: 10; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.store-product-image > img {max-width: 180px; border: 1px solid #aaa; margin: 0 0 20px 20px; pointer-events: none;}
.store-product-name, .store-product-price, .store-product-description{}

.store-product-name,.store-product-item-name {font-size: 24px; font-weight: 400; margin-bottom: 15px;}
.store-product-item-name {color: #00b16a; font-size: 14px; font-weight: bold; }
.store-product-item-name:empty {display: none;}
.store-product-item-name::before {content: '(';}
.store-product-item-name::after {content: ')';}
.store-product-description {font-size: 16px; color: #888; line-height: 24px;}
.store-product-more a {font-size: 16px; line-height: 24px; color: #888;}
.store-product-more a:hover {color: #555;}
.store-product-details .header {cursor: pointer;}
.store-product-details .header .zmdi {margin-left: 15px;}
.store-product-details .header:hover {color: #888;}
.store-product-details .body {font-size: 12px; color: #888; display: none; margin-top: 15px;}
.store-product-price {font-size: 16px; margin-bottom: 15px; }

.store-package-items > li {margin: 0 0; padding: 12px 0; border-bottom: 1px solid #f5f5f5;  display: flex;}
.store-package-items > li:hover { }
.store-package-items > li:last-of-type {border-bottom: none;}
.store-package-items > li > div:first-of-type { flex-grow: 1;}
.store-package-items > li > div:last-of-type {  }
.store-package-items .expander { color: #aaa; transition: all 0.3s; padding: 0 5px;}
.store-package-items .expander:hover { color: #333;}
.store-package-items .cart-thumb {width: 100px; height: 66.667px; border-radius: 3px;}
.store-package-items .package-status { font-size: 12px; text-transform: uppercase; min-width: 100px; background: #00b16a; color: #fff; padding: 10px 20px; display: block; text-align: center; opacity: 0.7; transition: all 0.3s;}
.store-package-items .package-status i {padding-right: 5px;}
.store-package-items .package-status:hover {opacity: 1.0;}
.store-package-items .package-status.completed {  background: #ccc;}
.store-package-items .product-name {font-size: 16px; color: #777; margin-bottom: 5px; transition: all 0.3s;}
.store-package-items .product-name > a:first-child {color: inherit;}
.store-package-items > li:hover .product-name { color: #222;}

.store-package-items .selections {display: none;}
.store-package-items .selections li {list-style: none; display: inline-block; margin-right: 5px; margin-bottom: 5px; font-size: 12px; }
.store-package-items .selections li > div:first-of-type {}
.store-package-items .selections li > div:last-of-type { display: none;}
.store-package-items .expanded .selections { display: block; margin-bottom: 8px;}
.store-package-items .expanded .selections li {display: flex; margin-right: 0;}
.store-package-items .expanded .selections li > div:last-of-type { display: flex; flex-grow: 1; padding-left: 10px; align-items: center;}

.store-package-items .choices {display: none;}
.store-package-items .expanded .choices {display: block;}


.store-package-items .choice:first-child {margin-top: 10px !important;}
.store-package-items .choice:last-child {margin-bottom: 10px;}


#divAddConfirmation{left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -40%); text-align: center; width: auto; height: unset;}

.store-thumbs {list-style: none; margin: 15px 0 0 0; padding: 0; display: inline-block;}
.store-thumbs li {display: inline-block;}
.store-thumbs li {margin: 0 10px 10px 0; width: 50px; height: 50px; background: #fff; border: 1px solid #ccc; border-radius: 2px; position: relative;}
.store-thumbs li.active {border-color: #555;}
.store-thumbs li:hover {cursor: pointer; border-color: #555;}
.store-thumbs li > img {display: block; margin: 0 auto; max-width: 100%; max-height: 100%;
                               left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}



#ulStoreItems {width: 100%;}
.store-sizer {width: 50%;}
.store-category {padding: 10px 30px; margin-bottom: 30px; vertical-align: top; width: 100%;}
.store-category .title {font-size: 16px; text-transform: uppercase; letter-spacing: 1px; color: #aaa; margin-bottom: 15px;}

.category-items {list-style: none;}
.category-items > li {display: block; padding: 12px 4px; vertical-align: top; border-top: 1px solid #ddd; position: relative; cursor: pointer;  }
.category-items > li.insufficient {cursor: default; color: #aaa;}
.category-items > li:hover {background: #eee;}
.category-items .description { font-size: 16px; color: #777;}
.category-items .price {position: absolute; right: 4px; top: 10px; color: #aaa;}

.store-items .picture {height: 150px; width: 150px; border: 1px solid #ddd; position: relative;}
.store-items .picture > div{display: block; max-width: 100%; max-height: 100%;
                            color: #aaa;
                               left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.store-items .picture > img {display: block; margin: 0 auto; max-width: 100%; max-height: 100%;
                               left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.store-items .description {font-size: 14px; margin-right: 35px;}
.store-items .price {position: absolute; right: 4px; top: 10px; text-align: right; font-size: 14px; color: #aaa;}
.store-items-confirmation-message {margin: 0 0 20px 0;}
.store-items-confirmation-message p {margin: 0 0 10px 0;}
.store-items-confirmation-message a {color: inherit; text-decoration: underline;}
.store-items-confirmation-message h5 {margin-bottom: 40px; font-size: 18px; color: #1E824C;}
.store-items-confirmation-message .zmdi {margin-right: 5px;}

.selected-images li {list-style: none; font-size: 12px; margin: 0 0 8px 0; color: #aaa;}
.selected-images li a {margin-right: 8px; color: #aaa; text-decoration: underline;}
.selected-images .counter {padding: 1px 6px; background: #ccc; color: #fff; margin-right: 5px; display: inline-block; font-size: 10px;}
/*.store-cropper-container {display: inline-block; max-width: 400px;}
.store-cropper-container img {width: 100%;}*/

/*.package-picker-screen {position: fixed; z-index: 2010; top: 0; bottom: 0; width: 100%; background: #fff;}
.package-picker-screen .header {position: relative; height: 60px; padding: 10px 30px; font-size: 24px; border-bottom: 1px solid #ccc;}
.package-picker-screen .header .right {position: absolute; right: 20px; top: 10px;}
.package-picker-screen .contents {position: absolute; top: 60px; bottom: 80px; overflow-y: auto; padding: 20px;   width: 100%;}
.package-picker-screen .footer {position: absolute; bottom: 0; height: 80px; width: 100%; padding: 20px 30px; border-top: 1px solid #ccc;}
.package-picker-screen .footer a.right {position: absolute; right: 20px; top: 20px;}
.package-picker-screen .footer .message {display: inline-block; color: #ff0000;}
.picker-panes {font-size: 0; width: 100%;}
.picker-panes > div {font-size: 12px; display: inline-block; width: 50%; vertical-align: top;}*/

.picker-selector {list-style: none; display: flex; flex-wrap: wrap; margin: 0; padding: 0;}
.picker-selector li { position: relative;  cursor: pointer;} /*width: 150px; height: 90px; */
.picker-selector li.selected {}
.picker-selector li .overlay {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 200; margin: 10px; background: rgba( 30, 130, 76,0.6); display: none;}
.picker-selector li.selected .overlay {display: block;}
.picker-selector li img {max-width: 100%; max-height: 100%; display: block; margin: 0 auto;
                         position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
}

.square {
  width: 25%;
  /* whatever width you want */
  display: inline-block;
  position: relative;  
}
.full-store .square {width: 16.667%;}
.square:after {
  padding-top: 100%; /*56.25%;*/
  /* 16:9 ratio */
  display: block;
  content: '';
}
.square-main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 10px;
  /* fill parent */
  background: #fafafa;
  transition: background 0.3s;
}
.square-main:hover {background: #e5e5e5;}
.square-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 10;}

@media screen and (max-width:767px) {
    .square { width: 50%; }
    .full-store .square { width: 50%;  }
}

.element-groups {margin: 0 0 0 40px;}
.element-groups > li {margin: 20px 0;}
.element-groups > li:first-child {margin-top: 0;}
.element-groups .sub-items {margin: 10px 0;}
.element-items {margin-top: 10px;}
.element-item {margin: 0 10px 10px 0; position: relative; }
.element-item .remove {color: #aaa;}
.element-item .remove:hover {color: #ff0000;}
.element-item .crop {}
.element-item > div:first-child{background: #eee; padding: 10px; }
.element-item.active > div:first-child {background: #555; color: #fff;}
.element-items .selected-image {border-top: 1px solid #ddd; margin-top: 5px; padding-top: 5px;}
.element-thumb {width: 120px; height: 120px; display: inline-block; background: #aaa; position: relative;}
.element-thumb > img {max-height: 120px; max-width: 120px; display: block; position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); }
.element-details {position: relative; display: inline-block; vertical-align: top; padding: 0 0 0 10px;}
.element-controls a {background: #555; color: #fff; display: inline-block; padding: 3px 6px; text-transform: uppercase; font-size: 12px; margin-top: 10px;}
.active .element-controls a {background: #fff; color: #555;}
#divPackageOverlay {position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,1.0); z-index: 8000; border: 1px solid #ddd;  }
#divPackageOverlay div {position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);    
    font-size: 24px; color: #333;
    text-transform: uppercase;
    font-weight: bold;
}



li.shopping-cart, li.lightbox-count {position: relative;}
.lightbox-count .count {display: inline-block; position: absolute; top: -7px; right: 7px; background: #D64541; color: #fff; border-radius: 50%; padding: 2px 5px;  font-size: 10px; }
.lightbox-count .count:empty {display: none;}
.shopping-cart-count {position: absolute; top: -8px; left: 7px; background: #26A65B; color: #fff; font-size: 10px; height: 18px; min-width: 18px; padding: 0 5px; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.lightbox-counter {position: absolute; top: -8px; left: 7px; background: #22A7F0; color: #fff; font-size: 10px; padding: 2px 5px; border-radius: 50%;}
.cart-error {color: #C0392B; padding-left: 8px; font-size: 11px; text-transform: uppercase; vertical-align: top;}

/*start splash.  obsolete?*/

.splash-credit {font-size: 9px; font-style: italic;}
.splash-credit * {font-size: 9px;}
.splash-credit a {text-decoration: none; text-transform: uppercase; letter-spacing: 1px;}
.splash-credit a:hover {color: #555;}
.splash-credit span {font-weight: 100;}
.dark .splash-credit, .dark .splash-credit a {color: #888;} 
/*end splash*/

#divHeader { position: sticky; position: -webkit-sticky; top: 0; color: #000; }
#divHeader{z-index: 15; padding: 6px 25px 10px 25px; background: rgba(255,255,255,1); } /*width: 100%; */

#divHeader h1 {margin: 10px 20px; padding: 0; color: #D2527F; font-size: 24px; text-transform: uppercase;}
.dark #divHeader {background: #111; color: #fff;}


.header-logo {margin-bottom: 30px;}
.dark .header-logo {color: #fff;}
.header-title {margin-right: 20px; font-size: 16px; text-transform: uppercase; color: #333; font-weight: 600; letter-spacing: 1px;}
.header-credit {color: #222; font-size: 14px; font-weight: 700; letter-spacing: 1px; padding: 10px 0;}
.header-credit a {color: inherit; font-size: inherit; font-weight: inherit; transition: color 0.3s; display: inline-block; }
.header-credit.header-credit-image a, .menu-vertical .header-credit a {padding: 0 0;}
.header-credit a:hover {color: #777;}
.header-credit img {max-width: 200px; max-height: 40px;}
.dark .header-title {color: #fff;}
.dark .header-credit {color: #666;}
.dark .header-credit a {color: #666; transition: color 0.3s;}
.dark .header-credit a:hover {color: #999;}
.header-galleries { text-align: right;  /*display: flex; align-items: center; justify-content: flex-end;*/ }
.header-galleries.divider li:last-of-type { padding-right: 20px;}
.dark .header-galleries.divider li:last-of-type {border-color: #444;}
.header-options {float: right;}
.header-options div {display: inline-block;}
.header-options a {margin-left: 2px; color: #333;}
  
.header-galleries li { margin-right: 20px; display: inline-block;}
.header-galleries li:last-of-type {/*margin-right: 0;*/ }
.header-galleries li .count {color: #aaa; text-transform: uppercase; font-size: 11px; margin-top: 2px;}   
.header-galleries li .count {display: none;}
.header-galleries li a {text-transform: uppercase; font-size: 14px; letter-spacing: .5px; display: block; padding: 10px 0 6px 0; color: #888; transition: color 0.3s; border-bottom: 2px solid transparent;}
.header-galleries li a i {flex: 0 0 12px;}

@media screen and (max-width: 2000px) {
    .header-galleries li a { font-size: 12px;}

}

.header-galleries li.active a { border-color: #555; color: #333;}
.header-galleries li a:hover {color: #333; }
.dark .header-galleries li.active a, .dark .header-galleries li a:hover {/*color: #fff;*/}
.dark .header-galleries li a {color: #aaa;}
.dark .header-actions li a {color: #888;}
.dark .menu-list .icon a {color: #aaa;}
.dark .menu-list.responsive .header-galleries li, .dark .menu-list.responsive .header-galleries li:last-child {border-color: #444;}
.nav__dropdown-toggle {background: none; border: none; font-size: 12px; font-family: Roboto; color: #888; text-transform: uppercase; padding: 10px 0; letter-spacing: 1px; }
.nav__dropdown-toggle:hover {cursor: pointer; color: #333;}
.nav__dropdown-toggle i {font-size: 9px; padding-right: 2px; vertical-align: top; line-height: 16px; }
.nav__dropdown-toggle div {vertical-align: top; display: inline-block; padding-top: 3px;}
.nav__dropdown { right: 0; background: #fff; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,.1); padding: 8px 25px; text-align: left; max-width: 250px; min-width: 200px; z-index: 10;}
.menu-vertical .nav__dropdown { top: 55px; }
.nav__dropdown li { white-space: normal; display: block;}
.nav__dropdown li i {display: none;}


/* Remove margins and padding from the list, and add a black background color */
.menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Float the list items side by side */
.menu-list > li {position: relative; flex-grow: 1; }
.menu-list > .header-title {/*min-width: 200px;*/ }
.menu-list > .header-galleries { padding-right: 15px; }
.menu-list > .header-actions {flex-grow: 0; text-align: right; } /*width: 260px; */

/* Style the links inside the list items */
.menu-list > li > a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    color: #000;
}

/* Change background color of links on hover */
.menu-list > li > a:hover {}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
.menu-list li.icon {display: none; }
.menu-list li.icon a {font-size: 20px;  }

.header-actions > ul { white-space: nowrap; font-size: 0;}
.header-actions li {display: inline-block; vertical-align: top;} /*width: 30px; height: 30px; */
.header-actions li span {font-size: 12px; text-transform: uppercase; vertical-align: top; display: none;}
.header-actions li.share {background: none; border: none;}
.header-actions li:first-child a.header-action { border-left: none;}
/*.header-actions li:hover {border-color: #555;}*/
.header-actions i {font-size: 20px; }
.header-actions .zmdi-power {}
.header-actions img {width: 30px; height: 30px;}
.header-actions li > a.header-action {padding: 6px 10px; color: #555; /*border-left: 1px solid #ddd;*/ transition: color 0.3s; display: inline-block;}

body.dark .header-actions li a {border-color: #444; color: #aaa; }
.header-actions li:hover a {color: #111;}
.header-actions-lightbox.value a {color: #D64541;}
.active-lightbox + .header-action-lightboxes { padding-left: 25px !important;}
.active-lightbox { position: absolute; top: 10px; left: 10px;}
.active-lightbox i { font-size: 14px;}

.dark .header-actions li span {color: #777;}
.dark .header-actions li:hover a i,.dark .header-actions li:hover span {color: #aaa;}


/*menu-vertical*/
.holder.menu-vertical {min-height: 100vh; display: block;}


.menu-vertical .is_stuck { position: fixed !important; }
.menu-vertical .cover-border {  }
.menu-vertical #divHeader { width: 250px;   min-height: 100vh; height: 100vh;  background-size: 0 0; padding: 40px 0 0 0; margin: 0 0 !important; display: flex; flex-direction: column; }
.menu-vertical .grid-container {  width: calc(100% - 250px); position: absolute; top: 0; right: 0; bottom: 0; height: 100vh; padding: 20px 0 0 0; margin: 0 0; } 
.menu-vertical .grid-container-empty { /*width: calc(100% - 250px);*/}



.menu-top .is_stuck {box-shadow: rgba(150,150,150, 0.1) 0px 4px 12px -2px;}
.menu-vertical.menu-right .is_stuck {right: 0;}
.menu-vertical.menu-right .is_stuck + div:not(.grid-container) {display: none !important;}
.menu-vertical.menu-right #divHeader {  left: calc(100% - 250px);  }
.menu-vertical.menu-right .grid-container { left: 0; right: auto; }


.menu-vertical .menu-list {padding: 0 0; display: flex; align-items: flex-start; flex-direction: column; padding: 0 20px; width: auto; height: calc(100% - 60px); flex: 0 1 auto; }
.menu-vertical .menu-list > li {display: block; flex: 0 0 auto; width: 100%;}
.menu-vertical .menu-list .icon {display: none;}
.menu-vertical .menu-list .header-logo {margin-bottom: 30px;}
.menu-vertical .menu-list .header-logo img {max-width: 100%; flex: 0 1 auto; overflow-y: auto;}
.menu-vertical .menu-list .header-galleries { order: 3; margin-top: 20px; margin-right: 0; margin-bottom: 40px; text-align: left; flex: 0 1 auto; overflow-y: auto;}
.menu-vertical .menu-list .header-galleries.is-empty, .menu-vertical .menu-list .header-galleries.multiple-folders {margin-bottom: 0;}

.multiple-folders .priority-nav__dropdown.show {top: 25px; max-height: 300px; overflow-y: auto;}
.multiple-folders > ul > li:last-of-type { padding-right: 0 !important;}

.menu-vertical .header-galleries li.active a {/*border-bottom: none;*/}
.menu-vertical .menu-list .header-galleries:empty {display: none;}
.menu-vertical .menu-list .header-galleries li {margin-bottom: 10px; display: block;}
.menu-vertical .menu-list .header-actions {order: 2; position: relative; top: auto; right: auto; margin-top: 20px; width: auto; text-align: left; margin-left: 0;}

.menu-vertical .header-galleries li a {display: inline-block;}
.menu-vertical .header-galleries.divider li:last-of-type {border-right: none;}
.menu-vertical .header-galleries li a .folder-name {flex: 1 1 auto;}

.menu-vertical .header-actions li {display: block; width: auto; height: auto; padding: 10px 2px; margin-left: 0; }
.menu-vertical .header-actions li a {color: #888; display: block; padding: 0; border-left: none; transition: all 0.3s;}
.menu-vertical .header-actions li a i {text-align: center; width: 1.25em; font-size: 18px;} /*manual fixed width*/
.menu-vertical .header-actions li span {margin-top: 0; display: inline-block; padding: 3px 0 0 10px;}
.menu-vertical .header-actions li:last-child {}
.menu-vertical .header-actions li a:hover { color: #111;}

.menu-vertical .shopping-cart-count { top: 0; left: 18px; }
.menu-vertical .lightbox-count .count{ top: 0; left: 18px; right: auto; }

.menu-vertical .gallery-footer {padding: 0; flex: 1 1 60px; display: flex; height: auto; justify-content: flex-end; flex-direction: column;}
.menu-vertical .gallery-footer .splash-credit { padding: 20px 20px 0 20px; }
.menu-vertical .gallery-footer .splash-credit span::after {content: ''; display: block;}
.menu-vertical .gallery-footer .controls { position: relative; right: auto; top: auto; padding: 20px 20px 0 20px;}
.menu-vertical .gallery-footer .controls:empty { display: none; }
.menu-vertical .gallery-footer > div:last-child { padding-bottom: 40px; }

.menu-vertical .nav__dropdown-toggle.priority-nav__dropdown-toggle.priority-nav-is-visible{ display: block; }
.menu-vertical .nav__dropdown {right: auto;}
@media screen and (max-width:900px) {
    .menu-vertical .nav__dropdown-toggle.priority-nav__dropdown-toggle.priority-nav-is-visible{ display: inline-block;} 
    .menu-vertical .nav__dropdown {right: 0;}
    }
/*end menu-vertical*/







.image-share-icons {text-align: center !important;}
.image-share-icons a {text-decoration: none !important;}
.image-share-icons img {width: 40px; height: 40px; margin-right: 10px;}

.centered-frame{
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -40%);
    z-index: 10;

    font-size: 24px;
    color: #fff;
}
.centered-box{
    max-width: 400px;
    font-size: 20px;
}

.centered-box label {font-size: 12px; text-transform: uppercase;}
.centered-box .form-group {margin-bottom: 20px; vertical-align: top;}
.centered-box p {font-size: 16px; margin: 20px 0 30px 0; color: #aaa;}
.centered-box input{display: block; width: 100%; margin-top: 10px; font-size: 16px; padding: 8px 10px;}
.centered-box .buttons{margin-top: 30px;}
.centered-box .buttons a {display: inline-block; font-size: 16px; color: #fff; text-decoration: none;}
.centered-box a {color: #fff; text-decoration: underline;}
.centered-box a.submit {background: #ddd; padding: 10px 20px; text-decoration: none; text-transform: uppercase; color: #555;}
.centered-box a.submit:hover {background: #aaa;}
.centered-box a.cancel {margin-left: 20px; text-decoration: none;}

.lightbox-screen {position: fixed; z-index: 900; top: 0; bottom: 0; width: 100%; background: rgba(255,255,255,0.8);}
.lightbox-screen .contents{position: absolute; top: 30px; left: 30px; bottom: 30px; right: 30px; display: flex; background: #fff;  box-shadow: 0 0 10px 0 rgba(0,0,0,.3); }
.lightbox-sidebar { flex: 0 0 300px; padding: 20px; overflow-y: auto; background: #f5f5f5; }
.lightbox-sidebar .specific-list {  }
.lightbox-sidebar .specific-list li { padding-top: 10px; padding-bottom: 5px; }
.lightbox-sidebar .specific-list li:last-of-type {  }
.lightbox-sidebar .specific-list li > a { background: #ddd; color: #222; padding: 4px 12px; border-radius: 12px; }
.lightbox-sidebar .specific-list li.active a { background: #555; color: #fff; }
.lightbox-sidebar h5 { font-size: 14px; font-weight: normal; padding-top: 30px; }
.lightbox-sidebar h5:first-of-type { font-weight: bold; padding-top: 0; }
.lightbox-frame {color: #ccc; width: 100%;  height: 100%; flex: 1 1; display: flex; flex-direction: column; }
.lightbox-frame > div {}


.lightbox-body{ flex-grow: 1; padding: 0; overflow-y: auto; position: relative; position: relative;}
.lightbox-footer {  text-align: right; padding: 20px 30px; border-top: 1px solid #eee; color: #333;}
.lightbox-items { position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow-y: auto; font-size: 12px; }

.lightbox-items li {position: relative; width: 160px; height: 160px; padding: 10px 10px 10px 10px; display: inline-block;  vertical-align: top; text-align: center; transition: all 0.3s; }
.lightbox-items li:hover { border-color: #a5a5a5; }
.lightbox-items li.source-folder { width: 100%; height: auto; display: block; margin-top: 30px; padding: 10px 15px 0 15px; text-align: left; color: #222; font-size: 14px; font-weight: bold; }
.lightbox-items li.source-folder:first-child { margin-top: 10px; }
.lightbox-items .controls {position: absolute; right: 0; left: 0; top: 4px; text-align: center; opacity: 0; font-size: 22px; z-index: 101; transition: opacity 0.3s;}
.lightbox-items .controls a { font-size: 6px; transition: all 0.3s; }
.lightbox-items .controls .fa-circle {  color: #3498DB; transition: all 0.3s; }
.lightbox-items .controls a:hover .fa-circle {  color: #fff;  text-shadow: 0 0 3px rgba(0,0,0,0.2); }
.lightbox-items .controls .fa-inverse {  color: #fff; transition: all 0.3s; }
.lightbox-items .controls a:hover .fa-inverse {  color: #3498DB; }
.lightbox-items li:hover .controls {opacity: 1; cursor: pointer;}

.lightbox-items li img {max-width: 100%; max-height: 100%; display: block; margin: 0 auto; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 3px; }
.lightbox-items li .overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 11;}
.lightbox-items li .thumb { height: 140px; padding: 5px; display: flex; align-items: center; border: 3px solid transparent; border-radius: 5px; }
.lightbox-items li .thumb:hover { cursor: pointer; }
.lightbox-items li.active .thumb { border-color: #333; }
.lightbox-items li .filename {font-size: 11px; color: #aaa; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; z-index: 12; transition: all 0.3s;}
.lightbox-items li:hover .filename { color: #555; }
.lightbox-items .add-more {line-height: 20px; text-align: left; cursor: pointer; position: relative;  transition: all 0.3s; color: #222;}
.lightbox-items .add-more .thumb {
    border: 3px dotted #ddd;
    transition: all 0.3s;
}
.lightbox-items .add-more .thumb > div { padding: 10px; }
.lightbox-items .add-more:hover .thumb { border-color: #aaa; }
.lightbox-items.specific { padding-bottom: 30px; right: 0; }
.lightbox-items.specific li.selected { border-color: #2ecc71; margin-bottom: 20px; }
.lightbox-items.specific li .add-selection, .lightbox-items.specific li .selection-downloaded { z-index: 999;  transition: all 0.3s; position: absolute; top: 100%; color: #2ecc71;  }
.lightbox-items.specific li .add-selection i { background: #fff; border-radius: 50%; transition: all 0.3s; }
.lightbox-items.specific li .selection-downloaded { display: none; font-size: 12px; color: #333; text-shadow: 0 0 3px #fff; padding: 5px 2px; white-space: nowrap; border-radius: 3px; letter-spacing: .5px; bottom: -13px; }
.lightbox-items.specific li:hover .add-selection { }

.lightbox-items.specific li:not(.selected) .remove-selection { display: none; }
.lightbox-items.specific li.selected .add-selection { display: none; }

.lightbox-items.specific li:hover { cursor: pointer; }
.lightbox-items.specific li .add-selection { z-index: 999;  transition: all 0.3s; position: absolute; top: calc(100% + 5px); left: 0; right: 0; padding: 5px 2px; text-align: center; color: #2ecc71; }
.lightbox-items.specific li .remove-selection { z-index: 999;  transition: all 0.3s; position: absolute; top: calc(100% + 5px); left: 0; right: 0; padding: 5px 2px; text-align: center; color: #d91e18; }
.lightbox-items.specific li.downloaded .add-selection, .lightbox-items.specific li.downloaded .remove-selection { display: none; }
.lightbox-items.specific li.downloaded .selection-downloaded { display: block; position: absolute; top: calc(100% + 5px); left: 0; right: 0; text-align: center; }
.lightbox-items.specific li.downloaded:hover { cursor: default; }
.lightbox-items.specific li .overlay {  }
.lightbox-items.specific li:hover .overlay { }
/*.lightbox-items.specific li.selected:hover .add-selection { color: #d91e18; }
.lightbox-items.specific li.selected:hover .add-selection i { transform: rotate(45deg); }*/

.specific-download { position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow-y: auto; z-index: 999; background: rgba(255,255,255, .95); }
.specific-download > div { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; }
.specific-download .client-modal-instructions { max-width: 400px; margin: 0 auto; text-align: left; }
.specific-empty { padding: 40px; color: #333; font-size: 20px; }

.comments .lightbox-items { right: 290px; }
.lightbox-comments { width: 280px; padding: 20px;  position: absolute; top: 0; bottom: 0; right: 0; overflow-y: auto; color: #333; }
.comments .lightbox-comments{ }
.lightbox-comments ul {margin-bottom: 20px;}
.lightbox-comments li { display: flex; margin-bottom: 15px;}
.lightbox-comments .identity-mug {flex: 0 0 40px;}
.lightbox-comments .body { }
.lightbox-comments .details { color: #aaa; padding-bottom: 3px;}
.lightbox-comments .details > div {display: inline-block; padding-right: 5px;}
.lightbox-comments .details > div:first-child {color: #555; font-weight: bold;}
.lightbox-comments .details > div:last-of-type { padding-right: 0;}
.lightbox-comments .comments { color: #333; font-size: 12px;}
.edit-lb-contact, .add-lb-contact{ flex-grow: 1; padding: 10px 20px; overflow-y: auto; position: relative; background: #f5f5f5;}
.lb-contact-form {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
.lb-contact-form > div { border: 1px solid #ddd; border-radius: 4px; background: #fff;  margin: 0 auto; text-align: center;}

@media screen and (max-width: 900px) {
    .lightbox-screen .contents{top: 0; left: 0; bottom: 0; right: 0;}
    .comments .lightbox-items  { position: relative; top: auto; left: auto; bottom: auto; right: auto; }
    .lightbox-comments { position: relative; top: auto; left: auto; bottom: auto; right: auto; }
    .lightbox-items li.active .thumb { border-color: transparent; /*don't show on mobile*/}
    .lightbox-items .controls { display: none; }
}

.lightbox-contacts { display: inline-block;}
.lightbox-contacts li {list-style: none;  margin-right: -8px; display: inline-block;}
.lightbox-contacts li:last-of-type {margin-right: 0;}
.lightbox-contacts-mobile li { display: flex; align-items: center; margin-bottom: 8px; }
.lightbox-contacts-mobile li > div:last-child { padding-left: 5px; }
.lightbox-contacts-mobile li > div:last-child a { color: #555; }
.lightbox-nav .identity, .lightbox-mobile-settings .identity { border: 1px solid #555 !important; background: #fff; display: inline-block;  width: 30px; height: 30px; border-radius: 50%; border: 1px solid transparent; text-align: center;  transition: all 0.3s;}
.lightbox-nav .identity a, .lightbox-mobile-settings .identity a { display: block; padding-top: 5px; color: #555; height: 30px; font-weight: bold;}
.lightbox-screen .action { display: inline-block; padding: 8px 14px; border-radius: 3px; background: #555; color: #fff;}
.lightbox-screen .action:hover { text-decoration: none; }
.lightbox-screen .action.success { background: #2ecc71; }
.lightbox-screen .action.light {background: #eee; color: #555;}

.lightbox-contacts li a {}
.lightbox-contacts a:hover {}

.lightbox-contacts.readonly .invite {display: none;}
.lightbox-contacts.readonly a {cursor: default;}
.lightbox-contacts .admin .identity {border-color: mediumpurple;}

.lightbox-frame .bottom{ background: #444; position: absolute; bottom: 0; height: 50px; padding: 10px 20px; display: none;}

.lightbox-nav { display: flex; align-items: flex-start; padding: 20px 15px; border-bottom: 1px solid #eee;  font-size: 12px;}
.lightbox-nav .lightbox-contacts { flex-grow: 1; }
.lightbox-nav h3 { color: #333; font-size: 18px; }
.lightbox-nav .selector { display: inline-block; color: #222; font-size: 18px; font-weight: bold; padding: 3px 10px; border: 1px solid #ccc; border-radius: 5px; margin-right: 20px; cursor: pointer;}
.lightbox-nav .selector i { font-size: 12px; color: #aaa; padding-left: 7px; }
.lightbox-mobile-settings { display: none; flex-grow: 1; overflow-y: auto; padding: 20px; }
.lightbox-mobile-details { display: none; flex-grow: 1; overflow-y: auto; padding: 20px; text-align: center; }
.lightbox-mobile-list-name { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 10px; text-align: center; }
.lightbox-mobile-image img { display: block; margin: 0 auto 15px auto; max-width: 100%; max-height: 120px; border-radius: 4px; }
.lightbox-display { display: block; }
.lightbox-desktop-hide, .lightbox-desktop-hide.lightbox-display { display: none; }
.lightbox-submit.lightbox-desktop-hide { display: none; }

.lightbox-bars {
    color: #333;
    font-size: 24px;
    margin-right: 20px;
}
.lightbox-cancel { color: #ccc; font-size: 24px; margin-left: 20px; }
@media screen and (max-width: 900px) {
    .lightbox-desktop-hide:not(.lightbox-mobile-settings,.lightbox-mobile-details,.lightbox-submit), .lightbox-desktop-hide.lightbox-display {
        display: block;
    }
    .lightbox-mobile-hide, .lightbox-mobile-hide.lightbox-comments {
        display: none;
    }
    .lightbox-mobile-show {
        display: block;
    }

    .lightbox-frame {color: #ccc; width: 100%;  height: 100%; flex-direction: column; }
    .lightbox-frame > div {}
    .lightbox-nav { padding: 15px; align-items: center; }
    .lightbox-nav h3 { font-size: 14px; }
    .lightbox-nav .selector { font-size: 14px; flex-grow: 1; margin: 0 0; }

    .lightbox-nav ul {}
    .lightbox-body{  padding: 10px 10px; position: relative; text-align: center; }
    #divLightboxSubmit { margin-top: 10px; }

    .lightbox-items > li { width: 150px; height: 150px; }
    .lightbox-items > li img { max-height: 120px; }
}

/*.lightbox-frame .nav ul {list-style: none; margin: 0; overflow-y: auto;}
.lightbox-frame .nav ul li {font-size: 14px; padding: 10px 20px; position: relative;}
.lightbox-frame .nav ul li > a {display: block;}
.lightbox-frame .nav ul li.selected {background: #555; }
.lightbox-frame .nav ul li.selected a {color: #fff;}*/

/*.lightbox-frame .nav i {font-size: 14px; padding: 0 3px; color: #666;}
.lightbox-frame .nav i:hover {}*/

.pwd-reset {text-align: left; padding-top: 15px;}
.pwd-reset a {font-size: 12px; color: #aaa !important; text-decoration: none !important;}
.pwd-reset a:hover {color:#555;}

.lightbox-first{
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -40%);
}



.content-modal input{display: block; width: 100%; margin-top: 10px; font-size: 16px; padding: 8px 10px;}
.content-modal .buttons{margin-top: 30px;}
.content-modal .buttons a {display: inline-block; font-size: 16px; color: #555;}
.content-modal a.submit {background: #ddd; padding: 10px 20px; text-transform: uppercase; color: #555;}
.content-modal a.submit:hover {background: #aaa;}
.content-modal a.cancel {margin-left: 20px;}


.content-modal{z-index: 100; display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.7);}
.content-modal-box{
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -40%);
    
    border-radius: 2px;
    padding: 40px;
    max-width: 400px;
    width: 100%;
    background: #fff;
}

.desktop-hide { display: none; }
#divHeaderMobile .header-title { order: 1; }
#divHeaderMobile .icon { order: 2; }
#divHeaderMobile .header-actions { order: 3; }
#divHeaderMobile .header-galleries { order: 4; width: 100%; overflow-x: auto; }
#divHeaderMobile .header-galleries ul { display: flex; margin-bottom: 3px; }
#divHeaderMobile .header-galleries li a { white-space: nowrap; }

@media screen and (max-width:900px) {
    #divHeader {  }

    .menu-list {flex-direction: row; flex-wrap: wrap; align-items: center;}
    .menu-list > li {}

  
    .menu-list > li.icon { display: inline-block; flex: 0 0 50px; order: 8; text-align: right;}
    .menu-list li .count{}
    
    .header-title { flex: 1 1 calc(100% - 80px); margin-right: 0; }
    .header-actions {display: none;}
    .header-galleries {order: 9; text-align: left; flex: 1 1 auto;}
    .header-galleries:empty { display: none; }
    .header-galleries ul {}
    .header-galleries.multiple-folders li {text-align: left; margin-top: 0; margin-bottom: 0; }
    .header-galleries.multiple-folders li a { padding: 5px 0; }
    .header-galleries.multiple-folders li a span {font-size: 10px;}
    .header-galleries.multiple-folders li.active a {}
    
    .multiple-folders .nav__dropdown-toggle {font-size: 10px; cursor: pointer;}

    .holder.menu-vertical{display: block; }
    .menu-vertical #divHeader {width: 100%; min-height: unset; height: auto; padding: 10px 0; /*overflow-y: hidden;*/ z-index: 50;}
    .menu-vertical .grid-container {margin-left: 0; width: 100%; padding: 0; position: relative; top: auto; left: auto; bottom: auto; right: auto; }
    .menu-vertical .menu-list {  padding: 0 0; flex-direction: row; padding: 0 15px; position: relative; width: auto; margin: 0;}
    .menu-vertical .menu-list .header-logo {display: none;}
    .menu-vertical .menu-list .icon { display: inline-block; }
    .menu-vertical .header-logo img {max-height: 24px;}
    .menu-vertical .menu-list .header-galleries {margin-top: 0; margin-bottom: 0;}
    .menu-vertical .menu-list .header-actions{margin-top: 0;}
    .menu-vertical .menu-list .splash-credit {display: none;}
    .menu-vertical .menu-list .header-title {height: auto !important; opacity: 1.0 !important; flex: 1 1 auto;}
    .menu-vertical .menu-list .header-actions {display: none;}
    /*.menu-vertical .menu-list .header-galleries {display: none;}*/
    .menu-vertical .menu-list .header-galleries > ul > li {display: inline-block; margin-bottom: 0;}
    .menu-vertical #divHeader {/*overflow-y: visible;*/}

    .menu-vertical .gallery-footer { display: none; flex: none;}
    .menu-vertical .gallery-footer > div { display: none; }
    .menu-vertical .menu-list.responsive + .splash-credit{display: block; position: unset; bottom: auto; left: auto; margin-left: 25px;} 

    

    .store-price-category {width: 50%;}
    .store-price-category .title {font-size: 11px;}
    .cart-categories h2 {padding-left: 20px;}
    
    .mobile-hide { display: none !important; }    
    .desktop-hide { display: block; }
}

@media screen and (max-width:900px) { 
    .cart-add { overflow-y: auto; }
    .cart-add-spacer { max-height: none; max-width: none !important;  }
    .cart-add-spacer .cart-header { flex: 0 0 40px;}
    .cart-add-spacer .cart-body { flex: 1 1 auto;}
    .cart-add-spacer .cart-footer { flex: 0 1 90px; margin-bottom: 0 !important; }
    .cart-add-spacer > div {width: 100%; margin: 0 auto;}
    .cart-add-help { display: none;}
    .cart-body {overflow-y: visible; height: auto; }

    .store-price-category { margin: 0; padding: 10px 10px 30px 10px; }
    .cart-add-box .left { width: 100%; padding-right: 0;}
    .cart-add-box .right { width: 100%; padding-left: 0;}
    .selected-image-controls { position: relative; top: auto; left: auto; bottom: auto; right: auto; min-height: 0; text-align: center;}

    #divSelectedProduct .left { height: auto !important; }
    .cart-image-cropper { position: relative; top: auto; left: auto; bottom: auto; right: auto;}

    #divSelectCrop .cart-column { max-height: none; height: auto;}
    #divProductCropper { min-height: 400px; }
    #divProductCropper .cropper-container { margin: 0 auto;}

    #divAddConfirmation { position: relative; transform: none; left: auto; top: auto; }
    .cart-body-spinner {position: relative; top: auto; left: auto; bottom: auto; right: auto; }
    .cart-body-spinner div {position: relative; top: auto; left: auto; right: auto; }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:900px) {
    .holder{min-height: unset;}
    #divHeader {box-shadow: 1px 3px 4px -2px rgba(0,0,0,.1);}
    
    .menu-list.responsive {position: relative; background: inherit; }
    .menu-list.responsive li.icon a {   }
    .menu-list.responsive > li:not(:first-child):not(:last-child) {
        /*display: inline;*/
        opacity: 1;
        height: auto;
        transition: all 0.3s;
    }
    .menu-list.responsive > li:not(:first-child):not(:last-child) > a {
        display: block;
        text-align: left;
    }
    .menu-list.responsive a:hover {text-decoration: none;}
    .menu-list.responsive .header-title {  }
    .menu-list.responsive .header-galleries {display: none; margin-right: 0; margin-top: 30px;}
    .menu-list.responsive .header-galleries li:last-of-type {border-right: none;}
    .menu-list.responsive .header-galleries i {width: 1.28571429em; margin-right: 10px; text-align: center; font-size: 18px;}
    .menu-list.responsive .header-actions {display: block; margin: 10px 0; text-align: left; flex: 0 0 100%; order: 10; }
    .menu-list.responsive .header-actions:empty { display: none; }
    .menu-list.responsive .header-actions > ul > li {display: block; margin: 0; padding: 0; text-align: left; border-top: 1px solid #eee;}
    .dark .menu-list.responsive .header-actions > ul > li { border-color: #444; }
    .dark .menu-list.responsive .header-actions > li {border-color: #333;}
    .menu-list.responsive .header-actions > ul > li .tooltip {display: none !important;}
    .menu-list.responsive .header-actions > ul > li a {padding: 10px 0; display: block; border-left: none; }
    .menu-list.responsive .header-actions > ul > li a.header-action-lightboxes {display: inline-block;}
    .menu-list.responsive .header-actions > ul > li span {font-size: 12px; text-transform: none; color: #888; display: inline; vertical-align: middle; text-transform: uppercase; padding-left: 0 !important;}
    .menu-list.responsive .header-actions > ul > li:hover span {color: #555;}
    .menu-list.responsive .header-actions > ul > li:hover .zmdi {color: #555;}
    .menu-list.responsive .header-actions i {margin-right: 10px; font-size: 22px; color: #888; vertical-align: middle; width: 1.28571429em; text-align: center;}
    .menu-list.responsive .shopping-cart-count {left: 23px; top: 2px;}
    .menu-list.responsive .lightbox-counter {left: 86px;top: 2px;}
    .menu-list.responsive .lightbox-count .count { left: 22px; right: auto; top: 0;}
    .menu-list.responsive .header-galleries ul {display: block;}
    .menu-list.responsive .header-galleries li {display: block; border-top: 1px solid #ddd; margin-bottom: 0; margin-right: 0;}
    .menu-list.responsive .header-galleries li:last-child {/*border-bottom: 1px solid #eee;*/}


    .menu-list .header-actions { position: relative; right: auto; top: auto;}
    .menu-list.responsive .prettydropdown {margin-top: 6px;}

    .menu-vertical .menu-list .header-galleries { overflow: visible;}
} 
  

.modal-wrapper{position: fixed; top: 0;  left: 0; bottom: 0; right: 0; background: rgba(230,230,230,.95); z-index: 102;}
.dark .modal-wrapper {background: rgba(50,50,50,.95);}

.modal-image{
    position: absolute;
    top: 20px; left: 20px; right: 20px; bottom: 20px;
    color: #fff;
    background: #fff;
}
.dark .modal-image {background: #111;}
.dark+.modal-wrapper .modal-right { }
.dark+.modal-wrapper .modal-right-body {color: #ddd;}

.modal-left {position: absolute; left: 0; right: 300px; top: 0; bottom: 0; background: #fff;}
.dark .modal-left {background: #111;}
.modal-right{position: absolute; right: 0; top: 0; bottom: 0; width: 300px;   display: flex; flex-direction: column;} /*overflow-y: scroll;*/
.modal-right-body{padding: 20px; color: #555; font-size: 14px; overflow: hidden;}
.modal-right-body > div:empty {display: none;}
.modal-right-counter{color: #aaa; margin-bottom: 20px; font-size: 24px; font-weight: 300;}

.modal-right-collection {font-size: 14px; color: #555;}
.modal-right-title{font-size: 20px; font-weight: bold; color: #555;}
.modal-right-description{ }

.modal-right-date {border-top: 1px solid #ccc; display: inline-block; padding-top: 6px; margin-top: 6px; margin-bottom: 20px;}
.dark .modal-right-date { border-color: #555;}
.modal-right-date:empty {display: none;}
.modal-right-date i {padding-right: 6px;}

.modal-right .title {font-weight: bold; font-style: normal; color: #333; margin-bottom: 5px;}
.dark .modal-right .title { color: #555; }
.modal-right-filename{color: #aaa; font-style: italic; font-size: 14px; /*overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/  word-break: break-all; }
.modal-right-keywords{margin: 20px 0;}

.modal-right-keywords a {display: inline-block; padding: 2px 8px; border: 1px solid #aaa; color: #777; border-radius: 5px; margin-right: 8px; margin-bottom: 8px; text-decoration: none !important;}
.modal-right-keywords a:hover { color: #3498db; border-color: #3498db; }
.modal-right-galleries {margin: 0 0 20px 0;}
.modal-right-galleries a {display: inline-block; padding-right: 8px; text-decoration: underline;}

.modal-right-overflow {flex: 1 1 auto; padding: 20px; overflow-y: auto; color: #333; }
.dark .modal-right-overflow { color: #555; }

.identity-mug div { width: 30px; height: 30px; border-radius: 50%; font-size: 12px; letter-spacing: .5px; text-transform: uppercase; background-color: #ddd; background-size: cover; background-position: center center; color: #555; font-weight: bold; text-align: center; }
.identity-mug.dark div {background: #555; color: #fff;}
.identity-mug div i { font-size: 14px;}
.identity-mug .image { background-size: cover;}
.identity-mug a { display: block; padding-top: 8px; height: 100%; text-decoration: none; color: inherit; transition: all 0.3s; border-radius: 50%; }
.identity-mug a:hover { background: #555; color: #fff;}
.identity-mug span {display: block; padding-top: 8px; height: 100%;}

.modal-right-comments { }
/*.modal-right-comments > ul { overflow-y: scroll; flex-grow: 1;}    */
.modal-right-comments ul { padding-top: 10px;}
.modal-right-comments li { display: flex; color: #333; padding-bottom: 20px; font-size: 16px;}
.dark .modal-right-comments li { color: #555; }
.modal-right-comments .identity-mug { flex: 0 0 40px;}
.modal-right-comments .body { flex: 1 1 auto; font-size: 12px;}
.modal-right-comments .add .identity-mug { padding-top: 8px;}
.modal-right-comments .add .comment { display: flex; border: 1px solid #555; border-radius: 4px; padding: 10px;}
.modal-right-comments .comment .left {flex: 0 0 28px; }
.modal-right-comments .comment .left i { padding-top: 3px;}
.modal-right-comments .comment .right {flex: 1 1 auto;}
.modal-right-comments .comment .right textarea { display: block; width: 100%; height: 20px; resize: none; border: none; font-size: 16px; box-sizing: border-box; background-color: transparent;}
.dark .modal-right-comments .comment .right textarea { color: #aaa;}

.modal-right-comments .controls { display: none; padding-top: 10px;}
.modal-right-comments .add.active .controls {display: block;}
.modal-right-comments .controls .right { }
.modal-right-comments .controls .right a { display: inline-block; color: #fff; background: #333; padding: 3px 12px; border-radius: 12px; font-size: 14px;}
.modal-right-comments .controls .right a.cancel { color: #555; background: #e5e5e5;}
.modal-right-comments .controls .left { flex: 1 1 auto; margin-bottom: 10px;}
.modal-right-comments .controls .left input { width: 100%; box-sizing: border-box;; padding: 10px; border: 1px solid #555; border-radius: 4px;}

.modal-right-comments .details {display: flex; font-size: 14px;}
.modal-right-comments .details > div {flex: 1 0 auto;}
.modal-right-comments .details > div:first-of-type { font-weight: bold; color: #333;}
.modal-right-comments .details > div:last-of-type {text-align: right; font-size: 12px; color: #aaa; }
.modal-right-comments .comments { color: #888;}

.dark+.modal-wrapper .modal-right-filename {border-color: #888;}

.modal-right-actions { flex: 0 1 auto; padding: 20px; margin: 0; list-style: none;}
.modal-right-actions li {border-top: 1px solid #eee; color: #777;}
.modal-right-actions li:last-child {border-bottom: 1px solid #eee;}
.modal-right-actions a {font-size: 14px; color: #aaa; display: block; padding: 10px 0; }
.modal-right-actions a:hover, .modal-right-actions a:hover i {color: #ccc;}
.modal-right-actions a.btn-dark { color: #ddd; }
.modal-right-actions i {font-size: 16px; margin-right: 6px; color: #aaa; display: inline-block;}
.modal-right-actions .btn-dark i { color: #ddd; }
.modal-right-actions i, .modal-right-actions span {vertical-align: middle;}
.modal-right-actions .modal-comments { display: none; }

.image-description {color: #aaa;}
.image-description > div {margin-bottom: 15px;}


.dark+.modal-wrapper .modal-right-actions li {border-color: #333;}
.dark+.modal-wrapper .modal-right-actions li:last-child {border-color: #333;}
.dark+.modal-wrapper .modal-right-actions a:hover, .dark+.modal-right-actions a:hover i {color: #eee;}

.modal-image img {cursor: default; }
.modal-body {position: absolute !important; top: 0; bottom: 0; left: 0; right: 0;  }
.modal-header {position: relative; height: 30px; font-size: 32px; text-align: center; cursor: default; border-bottom: none !important;} /*padding: 20px; */
.modal-header a, .modal-footer a {color: rgba(200,200,200,0.5);}
.modal-header a:hover, .modal-footer a:hover {color: #222;}
/*.modal-footer {position: absolute; bottom: 30px; right: 40px; font-size: 24px; color: #aaa; text-align: center; cursor: default;} */
#spnLikeCount {padding-left: 4px;}
/*.modal-footer span {padding: 0 6px;}*/
.modal-footer i {padding-left: 6px;}
.slick-slide-close {position: absolute; right: 10px; top: 15px; padding: 0 10px 10px 10px; }
.modal-left .slick-slide-close {display: none; top: 10px;  font-size: 32px; z-index: 150; opacity: 0.7;}
.modal-left .slick-slide-close i { color: rgba(255,255,255,1.0); text-shadow: 0 0 3px rgba(0,0,0,.4);}

.modal-wrapper.modal-flex {}
.modal-flex .modal-image { top: 0; left: 0; bottom: 0; right: 0; overflow-y: auto; background: #fff;}
.modal-flex .modal-left { position: relative; top: initial; left: initial; bottom: initial; right: initial; height: calc(100% - 100px); border-bottom: 1px solid #f5f5f5;}
.dark+.modal-flex .modal-left {background: #222;} /**/
.modal-flex .modal-right { display:flex; flex-wrap: wrap; flex-direction: row; position: relative; top: initial; left: initial; bottom: initial; right: initial; width: 100%; background: #fff; max-width: 1440px; margin: 0 auto; padding: 0 60px 100px 60px;}
.modal-flex .modal-right > * { order: 3; width: 50%;}
.modal-flex .modal-right .modal-right-body { order: 1; padding-left: 0; }
.modal-flex .modal-right .modal-right-actions { order: 2; text-align: right; padding: 20px 0 0 0;}
.modal-flex .modal-right .modal-right-overflow { order: 3; width: 100%; padding: 20px 0;}
.modal-flex .modal-right .modal-right-overflow > div {width: 50%;}
.modal-flex .modal-right .modal-right-comments-add { order: 4; padding: 20px 0;}
.modal-flex .modal-right .modal-right-comments, .modal-flex .modal-right .modal-right-comments-add {max-width: 400px;}
.modal-flex .modal-right .modal-right-actions > li {display: inline-block; border: none;}
.modal-flex .modal-right .modal-right-actions > li a { padding: 5px 10px; transition: all 0.3s;}
.modal-flex .modal-right .modal-right-actions > li a:hover { text-decoration: none; }
.modal-flex .modal-right .modal-right-actions i {margin-right: 2px;}
.modal-flex .modal-right .modal-right-actions > li a:hover, .modal-flex .modal-right .modal-right-actions > li a:hover i {color: #555;}
.modal-flex .modal-right .modal-right-actions > li a.btn-dark:hover, .modal-flex .modal-right .modal-right-actions > li a.btn-dark:hover i {color: #fff;}
.modal-flex .modal-header { display: none;}
.modal-flex .modal-left .slick-slide-close {display: inline-block; top: 30px; right: 30px;}
.modal-flex .slick-list { height: calc(100% - 60px); width: calc(100% - 60px); margin-top: 30px; margin-left: 30px;}
.modal-flex .modal-right-body { }
.modal-flex .modal-right-overflow { }
.modal-flex .modal-right-comments-add { }

.carousel {height: 100%;}
.slick-slider { touch-action: auto; } /* fixes issue with pinch zoom on mobile*/

.carousel-cell {list-style: none;}  /*rolling_fff */
.carousel-cell.slick-current { background: url('/assets/images/eclipse-spinner.gif') no-repeat center center;}
.dark .carousel-cell {background: url('/assets/images/eclipse-spinner-000.gif') no-repeat center center;}  /*rolling_000*/
.carousel-cell-wrapper {overflow: hidden; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; }

.carousel-cell-blocker {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 5; pointer-events: none;}

.carousel-cell img {
    image-rendering: optimizeQuality; /*ff*/
    transform: translateZ(0);
    height: 100%;
    display: block;
    margin: 0 auto;
}
.carousel-cell .video { position: relative; height: 100%; display: block; margin: 0 auto;  }
.carousel-cell .video + .carousel-cell-wrapper { display: none; }

.slick-slide{position: relative; overflow-y: hidden;  }
.slick-slide .details a {color: #fff;}
.slick-wrapper{height: 100%; padding: 80px 0;}
.slick-arrow{
    position: absolute;
    top: 30%; bottom: 30%;
    width: 20%; /*49%;*/
    z-index: 6;
    cursor: pointer;
    }
.slick-arrow i {font-size: 48px; color: #555; opacity: 0.5; transition: opacity 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    padding: 10px;
}
.dark .slick-arrow i {background: rgba(255,255,255,0.1); color: #aaa;}
.slick-arrow:hover i {opacity: 1.0;}
.slick-prev {left: 0; text-align: left;}
.slick-prev i {margin-left: 3%; left: 0;}
.slick-next {right: 0; text-align: right;}
.slick-next i {margin-right: 3%; right: 0;}
.slick-list {height: 100%;}
.slick-track {height: 100%;}
/*.slick-slide .client-modal-header {color: rgba(255,255,255,.9);}
.slick-slide .client-modal-instructions {color: rgba(255,255,255,.8);}
.slick-slide .client-modal-instructions a {color: rgba(255,255,255,.8);}
.slick-slide .client-modal-illustration i {color: rgba(255,255,255,.6); border-color: rgba(255,255,255,.1);}
.slick-slide .client-modal-instructions p {color: rgba(255,255,255,.8);}*/
.slick-slide .client-modal-instructions i {padding: 0 3px;}
.slick-slide .help-toc {font-size: 14px;}
/*.slick-slide .help-toc li, .slick-slide .help-toc a {color: rgba(255,255,255,.8);}
.slick-slide.color-blue {background: rgba(  65, 131, 215, .8);}
.slick-slide.color-red {background: rgba(  207, 0, 15, .7);}
.slick-slide.color-orange {background: rgba( 232, 126, 4, .8);}
.slick-slide.color-green {background: rgba( 0, 177, 106, .8);}
.slick-slide.color-purple {background: rgba(  142, 68, 173, .8);}*/


.sy-box {height: 100%;}

.slick-favorited i {color: #D64541;}

.stop-scrolling{overflow:hidden; } /*position: fixed;*/ /* overflow-y: scroll; position: absolute; http://stackoverflow.com/a/24727206*/
.stop-scrolling-desktop{
    /*  block scroll for desktop;
        will not jump to top;
        will not prevent scroll on mobile*/
    position: absolute; 
}

.grid-item .wrapper {} /*background-color: #D5D5D5;*/




.grid-item .details, .carousel-cell .details, .video-item .details {cursor: default;
                                                                    opacity: 0;
    display: inline-block;
    transition: opacity .3s ease-in-out;
    position: absolute; left: 10px; bottom: 8px;
    /*position: absolute; top: 50%;  left: 50%;  transform: translate(-50%, -50%);*/
    z-index: 11;
}
.grid-item:hover .details, .carousel-cell-wrapper:hover .details, .video-item:hover .details {
    opacity: 1;
}
/*.grid-item .details .stats.value, .carousel-cell-wrapper .details .stats.value{opacity: 1 !important;}*/
.grid-item .details span, .carousel-cell-wrapper .details span, .video-item .details span {
    vertical-align: top;
}
.video-layout-large .video-item .details { position: relative; opacity: 1; padding-top: 10px; }
.video-layout-large .video-item .overlay { display: none; }
.grid-item .details-selected, .carousel-cell .details-selected, .video-item .details-selected {
    cursor: default;
    left: 10px;
    position: absolute;
    bottom: 8px;
    z-index: 9;
    display: inline-block;
    transition: opacity .3s ease-in-out;
}
.grid-item:hover .details-selected, .carousel-cell:hover .details-selected, .video-item:hover .details-selected {
    opacity: 0;
}
.details-selected > div {opacity: 0; display: inline-block; margin: 5px 8px; position: relative;} 
.details-selected > div.value {opacity: 1;} 
.details-selected a {color: #fff; font-size: 16px; }
.details-like span {color: #fff; font-size: 14px; padding-left: 5px; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); position: absolute; left: 100%; top: -2px;}
.details-comment {opacity: 1; }
.details-comment a{text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);}
.details-comment span {color: #fff; font-size: 14px; padding-left: 5px; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); position: absolute; left: 100%; top: -2px;}
.grid-item.lightbox-item .details-lightbox, .carousel-cell.lightbox-item .details-lightbox, .video-item.lightbox-item .details-lightbox{opacity: 1; }
.grid-item.lightbox-item .details-lightbox a, .carousel-cell.lightbox-item .details-lightbox a, .video-item.lightbox-item .details-lightbox a{color: #D64541; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);}
.grid-item.lightbox-item .details-lightbox a .fa-heart, .carousel-cell.lightbox-item .details-lightbox a .fa-heart, .video-item.lightbox-item .details-lightbox a .fa-heart{ --fa-secondary-color: #fff;}
.grid-item.lightbox-item .stats-lightbox a, .carousel-cell.lightbox-item .stats-lightbox a, .video-item.lightbox-item .stats-lightbox a {
    color: #D64541;
}
#aModalComments { position: relative; }
#aModalComments .value {position: absolute; top: 0; left: 28px;}
#aModalLightbox.value i {color: #D64541;}
#aModalDownload.value i {color: #2ecc71;}
#aModalLike.value, #aModalLike.value i {color: #D64541;}
/*.grid-item:hover .details-lightbox, .carousel-cell-wrapper:hover .details-lightbox{opacity: 1;}*/
.grid-item .video-play { z-index: 9; pointer-events: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 48px; color: rgba(255,255,255,.5); transition: all 0.3s; }
.grid-item:hover .video-play { color: rgba(255,255,255,1); }
.grid-item .video-preview { display: none; }
.grid-item:hover .video-preview { display: block; }
.grid-item .overlay, .video-item .overlay { opacity: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; cursor: zoom-in; transition: opacity .25s ease-in-out;
                      /*background: rgba(0,0,0,.8);*/
                     background: linear-gradient(rgba(80, 80, 80, 0), rgba(80, 80, 80, 0.2) 70%, rgba(80, 80, 80, 0.5));
}  
.video-item .overlay { top: 10px; left: 10px; bottom: 10px; right: 10px;}
.grid-item:hover .overlay.darkness, .video-item:hover .overlay.darkness  {opacity: 1;}


.filtered-item .overlay.darkness {opacity: 1; background: rgba(0,0,0,.9); transition: all 0.3s;}
.filtered-item:hover .overlay.darkness {opacity: 1; background: rgba(0,0,0,.3);}
.filtered-item .details .stats { color: #777;}
.filtered-item .details .stats a { color: #777;}
.filtered-item .details-selected a { color: #777;}
.filtered-item .details-selected span { color: #777;}

.grid-item .details .stats, .carousel-cell-wrapper .details .stats, .video-item .details .stats {
    margin: 5px 8px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    position: relative;
}
.grid-item .stats a, .carousel-cell-wrapper .stats a, .video-item .stats a {color: #f5f5f5; transition: color 0.3s;}
.grid-item .stats a:hover, .video-item .stats a:hover {color: #fff;}
.video-layout-large .video-item .stats a { color: #555; text-shadow: none; }
.video-layout-large .video-item .stats a:hover { color: #000; }
.grid-item.lightbox-item .stats.stats-lightbox a:hover, .carousel-cell-wrapper .details .stats.stats-lightbox a:hover, .video-item.lightbox-item .details .stats.stats-lightbox a:hover {
    color: #D64541;
}

.stats-title {text-align: center;  display: inline-block; opacity: 0; transition: opacity 0.3s; position: absolute; top: -24px; right: -20px; left: -20px; pointer-events: none;}
.stats-title span {background: #fff; color: #555;  border-radius: 8px; font-size: 10px; padding: 3px 6px; text-transform: uppercase; white-space: nowrap;}
.stats:hover .stats-title{opacity: 1;}
/*.grid-item .zmdi, .carousel-cell-wrapper .zmdi {margin-right: 4px; font-size: 18px;  }*/
.value .fa-heart, .value .fa-eye-slash{color: #D64541;}
.value .fa-heart, .value .fa-comment{}

.grid-sizer, .grid-item {width: 12.5%; }  /*20.0% 5K*/
.wide .grid-sizer, .wide .grid-item {width: 12.5%; }  /*25.0%*/
.grid-item.x2 {width: 25.0%;} 
.grid-item.x3 {width: 25.0%;} 
.wide .grid-item.x2 {width: 25%;} 
.wide .grid-item.x3 {width: 25%;} 
.grid-item.square-horizontal .wrapper img {height: 100%; width: auto; left: -25%;}
.grid-item.square-vertical .wrapper img {width: 100%; height: auto; top: -25%;}


@media screen and (max-width: 4000px) {
    .grid-sizer, .grid-item {width: 14.286%; } 
    .grid-item.x2 {width: 28.571%;} 
    .grid-item.x3 {width: 28.571%;} 
    /*.wide .grid-item.x3 {width: 75.0%;}*/ 

    .wide .grid-sizer, .wide .grid-item {width: 16.667%;}
    .wide .grid-item.x2, .wide .grid-item.x3 {width: 16.667%;}
}
@media screen and (max-width: 2200px) {
    .grid-sizer, .grid-item {width: 20.0%; } 
    .grid-item.x2 {width: 40.0%;} 
    .grid-item.x3 {width: 60.0%;} 
    /*.wide .grid-item.x3 {width: 75.0%;}*/ 

    .wide .grid-sizer, .wide .grid-item {width: 25.0%;}
    .wide .grid-item.x2, .wide .grid-item.x3 {width: 50.0%;}
}

.grid-item .wrapper {cursor: zoom-in;}
/*lazyslides css*/
.grid-item .wrapper {
    position: relative;
    height: 0;
    display: block;
    width: 100.0%;
    overflow:hidden;
    background: #f5f5f5;
    /* padding-bottom is calculated and rendered in to HTML */
}
.dark .grid-item .wrapper { background: #222;}

.grid-item .wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 11px; color: #aaa; /*for alt tags*/
    transition: 1.5s ease opacity; 
    -webkit-transition: 1.5s ease opacity; 
}

.lazyload,.lazyfade{
    /*.lazyloading */
    opacity: 0;
    transition: opacity 0.5s;
}
.lazyloaded,.lazyfade.lazyloaded {
    opacity: 1;
}

.splash-fixed {position: fixed; top: -5%; left: -5%; bottom: 0; right: 0; width: 110%; height: 110%; filter: blur(10px);}
.gallery-modal{
    background: rgba(20,20,20,.8); position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none;
    z-index: 100001; /*above photoswipe 1000000*/ overflow-y: auto; 
}
.gallery-modal-fixed { display: block;}
.gallery-modal.gallery-modal-fixed {background: rgba(0,0,0,.2);}
.gallery-modal-container{
    position: absolute; top: 40%;  left: 50%; right: auto; transform: translate(-50%, -40%);  background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 0 2px 0 rgba(255,255,255,.3);
    max-width: 350px; width: 100%; max-height: 85%; overflow-y: auto; text-align: center; box-shadow: 0 4px 6px rgba(0,0,0,.3); margin: 0 auto;
}
.gallery-modal-container.wide { max-width: 700px;}
.gallery-modal-container-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.help-container{width: 350px; height: 470px;}
/*.lightbox-container {}*/
.modal-controls {font-size: 0;  position: absolute; left: 30px; bottom: 15px; right: 30px;}  
.modal-controls > div {font-size: 14px; width: 50%; display: inline-block;}
.modal-controls > div:last-child {text-align: right;}
.modal-controls a {color: #aaa; transition: color 0.3s;}
.modal-controls a:hover {color: #555;}

.close-modal {position: absolute; top: 20px; right: 20px; font-size: 20px; z-index: 9999;}
.close-modal a {color: #555; transition: color 0.3s;}
.close-modal a:hover {color: #aaa;}

.help-slides {height: 100%;}
.help-slides > li {height: 300px;  width: 100%; }
.help-slides .slick-arrow {position: unset; top: auto; left: auto; bottom: auto; width: auto; display: none !important;}
.help-slides .slick-next {right: auto;}

.client-modal-header {font-size: 20px; color: #555; padding: 30px 40px; font-weight: bold; }
.client-modal-header h2 {font-size: 24px; font-weight: 700; color: #555; text-transform: uppercase; }
.client-modal-header .divider {width: 20%; border-top: 2px solid #eee; display: inline-block; margin: 10px auto;}
.client-modal-header .credit {font-size: 10px; text-transform: uppercase; letter-spacing:1px; color: #aaa; padding-top: 5px;}
.client-modal-header .credit a {color: #aaa;}
.client-modal-header .credit .zmdi {padding: 0 5px;}

.client-modal-instructions {padding: 0 40px 30px 40px; font-size: 14px; letter-spacing: .5px; line-height: 24px; color:#555; text-align: center;}
.client-modal-instructions .zmdi {padding: 0 4px; font-size: 14px;}
.client-modal-instructions a {color: #aaa; text-decoration: underline;}

.client-modal-instructions label {font-size: 12px; text-transform: uppercase;}
.client-modal-instructions .form-group {margin-bottom: 20px; vertical-align: top; text-align:left;}
.client-modal-instructions h5 {font-size: 20px; font-weight: bold; margin-bottom: 40px; text-align: center;}
.client-modal-instructions p {font-size: 14px; margin: 0 0 40px 0; color: #555;  }
.client-modal-instructions input[type=text],.client-modal-instructions input[type=password]{display: block; box-sizing:border-box; width: 100%; margin-top: 10px; font-size: 16px; padding: 15px 20px; background: #eee; border: none; border-radius: 2px;}
.client-modal-instructions input[type=text]::placeholder,.client-modal-instructions input[type=password]::placeholder {color: #888;}
.client-modal-instructions input[type=text]:-ms-input-placeholder, .client-modal-instructions input[type=text]::-ms-input-placeholder {color: #888;}
.client-modal-instructions .buttons { margin-bottom: 10px; text-align: left; display: flex;}
.client-modal-instructions .buttons > div {width: 50%;}
.client-modal-instructions .buttons > div:first-child {padding-right: 5px;}
.client-modal-instructions .buttons > div:last-child {padding-left: 5px;}
.client-modal-instructions .buttons.buttons-center {text-align: center;}
.client-modal-instructions .buttons a, .client-modal-instructions .buttons input, .client-modal-instructions .buttons button {display: block; letter-spacing: 1px;  font-size: 12px; font-weight: 700; text-align: center; border-radius: 2px; padding: 10px 20px; text-decoration: none; text-transform: uppercase;}
.client-modal-instructions .buttons button { width: 100%; line-height: 24px; border: 1px solid transparent; }

.client-modal-instructions a {text-decoration: underline;}
.client-modal-instructions .submit {background: #333;  color: #fff; border-radius: 0; padding: 10px 20px;
                                    text-decoration: none;
                                    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;

}
.client-modal-instructions .submit.submit-close {margin: 0 auto; display: inline-block; min-width: 120px;}
.client-modal-instructions .submit:hover {background: #222; cursor: pointer;}
.client-modal-instructions a.cancel {color: #bbb; border: 1px solid #ddd;}
.client-modal-instructions a.cancel:hover {color: #888;}

.client-modal-select-list li {line-height: normal; padding: 3px 0; display: flex; }
.client-modal-select-list li > input[type=checkbox] {margin-right: 15px;}
.client-modal-select-list li > input[type=checkbox] + label {display: inline-block; margin-top: 3px; vertical-align: top; text-transform: none; padding: 3px 6px; border: 1px solid #ccc; border-radius: 3px; transition: all 0.3s;}
.client-modal-select-list li > input[type=checkbox] + label:hover { border-color: #888; }
.client-modal-select-list li > input:checked + label { background: #555; border-color: #555; color: #fff; }
.client-modal-select-list li i.fa-heart { color: #D64541; }

.client-modal-illustration { padding: 40px 0 10px 0; } /*background: rgba(50,50,50,.05);*/
.client-modal-illustration i {width: 70px; height: 70px; font-size: 36px; color: rgba(50,50,50,.6); line-height: 70px; /*border-radius: 50%; border: 5px solid rgba(200,200,200,.2); background: rgba(200,200,200,.2);*/ }
.client-modal-illustration img {width: 35%; margin: 0 auto;}
.help-slides .client-modal-instructions {padding-top: 10px;}

.help-toc {padding: 0 30px; text-align: left;}
.help-toc li {padding: 4px 0; color: #aaa;}
.help-toc .zmdi {padding-right: 5px;}
.help-toc a {color: #888;}
.help-toc a:hover {color: #555;}

@media screen and (max-width: 1700px) {
    .grid-sizer, .grid-item {width: 25.0%; } 
    .grid-item.x2 {width: 50.0%;} 
    .grid-item.x3 {width: 50.0%;} 
    /*.wide .grid-item.x3 {width: 75.0%;}*/ 

    .wide .grid-sizer, .wide .grid-item {width: 33.333%;}
    .wide .grid-item.x2, .wide .grid-item.x3 {width: 66.6666%;}
}

@media screen and (max-width: 1200px) {
    .wide .grid-container {padding-top: 7px;}
    .wide .grid-sizer, .wide .grid-item {width: 50.0%;}
    .wide .grid-item.x2, .wide .grid-item.x3 {width: 100%;}

    /*.grid-sizer, .grid-item {width: 20.0%; } 
    .grid-item.x2 {width: 40.0%;} 
    .grid-item.x3 {width: 60.0%;}*/ 
}

@media screen and (max-width: 900px){    
    .carousel-cell {background-size: 50%;}
    .grid-sizer, .grid-item {width: 50.0%; } /*1/4*/
    .grid-item.x2 {width: 50.0%;} 
    .grid-item.x3 {width: 50.0%;}   
      
    .client-modal-header h2 {font-size: 28px;}
    .client-modal-header{padding: 30px;}
    .client-modal-instructions {padding: 30px;}

    #divHeader {padding-left: 0 !important; padding-right: 0 !important;}
    .header-credit a img {max-height: 25px;}

    .modal-right-dimensions {display: none;}
    .modal-right-filesize {display: none;}
     .modal-right-comments .controls .right {padding-top: 5px; padding-left: 0;}
}

@media screen and (max-width: 600px) {
    .carousel-cell {background-size: 30%;}
    #aModalComments .value {top: 2px; left: 80%;}
    /*.grid-sizer, .grid-item {width: 33.3333%; } 
    .grid-item.x2 {width: 100.0%;} 
    .grid-item.x3 {width: 100.0%;}*/
}

@media screen and (max-width: 480px){
    /*.grid-sizer, .grid-item {width: 50.0%; } 
    .grid-item.x2 {width: 100.0%;} 
    .grid-item.x3 {width: 100.0%;}*/
    .client-modal-header h2 {font-size: 24px;}
    .client-modal-header .credit {font-size: 10px;}
    .client-modal-header{padding: 30px 20px;}
    .client-modal-instructions {padding: 20px 20px;}
}

@media screen and (max-width: 1200px) {
    .splash-content h1 {font-size: 48px;}
    .splash-subheading {font-size: 20px; margin-top: 15px;}
    .splash-credit {right: 20px;}
}

@media screen and (max-width: 900px){
    .preview-bar {font-size: 12px; padding: 12px 50px;}
    
    .cart-column {width: 100%; margin-bottom: 20px; padding: 0 10px !important; overflow-y: unset;} /*display: block !important; */
    .full-store .cart-column {width: auto;}
    #divCart {position: relative;}
    #divCart .cart-column {height: auto;}
    #divCart .cart-body {top: auto; bottom: auto;}
    #divCart .cart-footer { position: relative;}
    .cart-add-box {margin: 0 0; min-height: 100vh; top: 0; left: 0; right: 0;}
    .cart-add-spacer {margin: 0 0; min-height: 100vh;}
    .store-category {padding-right: 10px; display: block; width: 100%;}
    .full-store .store-category {width: 100%;}
    .store-items {overflow-y: unset;}
    .splash-content h1 {font-size: 36px;}
    .splash-subheading {font-size: 18px;}
    .splash-credit {right: 20px;}
    .grid-container {padding: 0 0 10px 0;}
    .zero-margin .grid-container {padding: 0 0 10px 0;}
    #divHeader {padding: 10px 0;}
    .menu-list {padding: 0 15px 0 15px;}
    .grid {width: 100%;}

    .header-credit a {font-size: 14px; padding-top: 6px;}

    .grid-item .details .stats, .carousel-cell-wrapper .details .stats, .video-item .details .stats {font-size: 18px;}

    .center-left .splash-frame{padding: 0 10%; }
    .center-right .splash-frame{padding: 0 10%; }

    .slick-arrow{top: 36%; bottom: 36%;}
    .slick-arrow i {background: none;}
    
    .gallery-footer {padding: 10px;}
    .gallery-footer .splash-credit span {display: block;}
    .gallery-footer .splash-credit span::after {content: '';}
    .gallery-footer.gallery-footer-top {display: none;}
    
    .modal-left .slick-slide-close {display: block;}

    /*.modal-left {position: absolute; left: 0; right: 300px; top: 0; bottom: 0; background: #000;}
    .modal-right{position: absolute; right: 0; top: 0; bottom: 0; width: 300px; background: #fff; overflow-y: scroll;}*/

    .mobile-menu {/*display: block !important; position: absolute; left: 20px; top: 15px; z-index: 150; font-size: 26px; opacity: 0.7;*/}
    .mobile-menu i { color: rgba(255,255,255,1.0); text-shadow: 0 0 3px rgba(0,0,0,.4);}
    
    .modal-image{left: 0; right: 0; top: 0; bottom: 0; overflow-y: scroll; background: #fff;}
    .modal-left {position: absolute; top: 0; bottom: 0; width: 100%;}
    .modal-image .modal-body{ padding: 0; }

    .modal-mobile-actions .modal-right {padding-top: 0;}
    .modal-right { top: 0; left: 0; right: 0; width: auto; background: none; z-index: 103; pointer-events: none;}
    .modal-right-counter {position: absolute; top: 10px; right: 15px; font-size: 11px; color: #222}
    .dark .modal-right-counter {color: #fff;}
    .modal-right-body {opacity: 0; transition: all 0.3s; padding: 10px 15px 0 15px; height: 56px; overflow-y: hidden; position: absolute; bottom: 0; left: 0; right: 0; pointer-events: all; background: #fff;}
    .modal-right-comments { 
            /*opacity: 0;*/ 
            pointer-events: all;
            transition: opacity 0.3s;
            position: absolute;
            top: 56px;
            bottom: 0;
            background: #fff;
            left: 0;
            right: 0;
            padding: 20px;
            overflow-y: auto;
    }
    .modal-right-actions { opacity: 0; transition: all 0.3s; padding: 10px; pointer-events: all; background: #fff; }
    .modal-right-actions a {padding: 6px;}
    .modal-right-actions li a > i {font-size: 24px; color: #222; margin-right: 0; }
    .dark .modal-right-actions {background: #111;}
    .dark .modal-right-actions li a > i  {color: #fff;}
    .dark .modal-right-body {background: #111;}
    .modal-right-actions li {border-top: none; display: inline-block;}
    .modal-right-actions li:last-child {border-bottom: none;}
    .modal-right-actions span {display: none;}

    .modal-right-actions .modal-comments { display: inline-block; }

    .modal-right-filename .title {display: none;}
    .modal-right-keywords {display: none !important;}
    .modal-right-description {display: none !important;}
    .modal-right-date {display: none !important;}

    /*.modal-flex .slick-list {    height: 100%;    width: 100%;    margin-top: 0;    margin-left: 0;}
    .modal-flex .modal-left { height: 100%;}
    .modal-flex .modal-right { position: absolute;  padding:0; top: 0; left: 0; bottom: 0; right: 0; margin: 0; background: none; flex-direction: column;}
    .modal-flex .modal-right > * {width: 100%; order: initial; background: inherit;}
    .modal-flex .modal-right .modal-right-body { position: absolute; padding-left: 15px; background: #fff; }
    .dark .modal-flex .modal-right .modal-right-body{background: inherit;}

    .modal-flex .modal-right .modal-right-actions { order: initial; background: inherit; text-align: left; padding: 10px; background: #fff;}
    .dark .modal-flex .modal-right .modal-right-actions {background: inherit;}
    .modal-flex .modal-left .slick-slide-close {top: 10px; right: 15px;}*/


    .show-mobile-controls .modal-right-actions {position: absolute; left: 0; right: 0;}
    .show-mobile-controls .modal-right-actions, .show-mobile-controls .modal-right-body { opacity: 1;}
    .show-mobile-controls .modal-left .slick-slide-close i {color: #222; text-shadow: none;}
    .dark .show-mobile-controls .modal-left .slick-slide-close i {color: #fff;} 

    .modal-header {display: none;}
    .modal-footer {right: unset; bottom: 10px; width: 100%;}
    .modal-footer .zmdi {color: #fff;}
    .modal-right-collection {width: 80%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 12px; color: #222;}
    .dark .modal-right-collection {color: #fff;}
    .modal-right-collection b {font-weight: normal;}

    .modal-right-actions { }
    .modal-mobile-actions .modal-right { position: absolute; overflow-y: unset; z-index: 103; top: 0; bottom: 0; width: 100%; padding-top: 40px; background: #fff; }
    .modal-mobile-actions .modal-right-body {}

    .store-wrapper {}
    .cart-categories h2 {padding-left: 0; padding-top: 20px; text-align: center;}
    .cart-body {padding: 10px;  padding: 15px 10px 15px 10px; bottom: 0;}
    .cart-column {padding: 15px 15px; height: 100vh; position: relative;}
    .store-wrapper .cart-column {height: 80%;}
    #divModalCart .cart-footer {bottom: auto; position: relative; padding-bottom: 60px; margin-bottom: 70px;}
    .cart-title {font-size: 12px; font-weight: 400; margin-right:40px; padding: 10px;}
    .cart-button {font-size: 11px; min-width: 0; margin-bottom: 5px; margin-right: 5px; padding: 10px 10px;}
    .cart-button-close {padding: 10px 15px;}
    .cart-thumb {width: 75px; height: 50px;}
    .cart-add-box {min-height: 0; top: auto; left: auto; bottom: auto; right: auto; overflow-y: auto; }
    .cart-add-header {position: fixed; background: #fff;}
    .cart-add-spacer > div {}
    .cart-items { font-size: 12px;}
    .cart-items td {padding: 5px;}
    .cart-add-box .Quantity {width: 30px;}
    
    .store-product-name {margin-bottom: 5px;}
    .store-product-image > img {max-width: 120px;}
    .product-choice-items li {padding: 4px 8px;}
    .product-choice-items li, .product-choice-items li span {font-size: 14px;}
    .cart-quantity input {height: 20px; font-size: 16px;}
    .cart-quantity .zmdi {font-size: 24px; margin-left: 0;}
    .cart-footer { padding: 10px 20px; text-align: center; }

    .store-package-items .expanded .selections li { display: block; }
    .store-package-items .expanded .selections li > div:last-of-type { padding-left: 0; }
}

@media screen and (max-width: 480px){
    .preview-bar {font-size: 10px; padding: 0 50px 8px 50px;}
    .preview-bar > div { padding: 6px 35px; font-size: 10px;}
    .preview-bar a { top: 7px; right: 12px;}
    .centered-frame{
        left: 30%;
        position: absolute;
        top: 40%;
        transform: translate(-30%, -40%);
        z-index: 10;

        font-size: 24px;
        color: #fff;
    }
    .centered-box h2 {font-size: 16px; }
    .centered-box p {font-size: 12px; margin: 10px 0 15px 0;}

    .center-left .splash-frame{padding: 0 7%; }
    .center-right .splash-frame{padding: 0 7%; }

    .header-credit a {font-size: 11px;}
    
    #divModalStore .cart-body {}
    .splash-subheading {margin-top: 10px; font-size: 14px;}
    .splash-button {margin-top: 20px;}
    .splash-content h1 {font-size: 24px;}
    .splash-subheading {font-size: 14px;}
    .splash-credit {font-size: 10px;}

    .header-title {font-size: 16px; }
    .header-title .small {font-size: 10px;}

    .grid-item .overlay {background: none;}  
    .grid-item .details, .video-item .details {display: none;}
    .video-layout-large .video-item .details { display: block; }
    .grid-item:hover .details-selected {opacity: 1;}
    /*.grid-item:hover .overlay {background: none;}*/
    .slick-arrow .zmdi {font-size: 60px; }

    .grid-item .details-selected, .video-item .details-selected {left: 5px;}
    .details-selected .value .zmdi {font-size: 16px;}

    .store-product-name {font-size: 18px;}
    .store-product-price {font-size: 14px;}

    .cart-quantity span {margin-top: 4px;}
    


    .package-picker-screen .header {font-size: 14px;}
    .package-picker-screen .header .right {position: unset; top: auto; right: auto; margin-top: 6px; text-align: left;}
    .package-picker-screen .cart-button.cancel {font-size: 12px;}
    .package-picker-screen .footer a.right {position: unset; top: auto; right: auto; margin-top: 6px;}

    .store-category {padding: 10px 0;}
    .cart-footer{}
    .cart-footer .cart-button.cancel {font-size: 12px;}

    .slick-dots { bottom: 24px !important;}
    .gallery-modal-container{position: absolute; top: 15px; left: 15px; right: 15px; width: auto;  transform: none;  min-width: unset; height: 100vh; max-height: calc(100% - 30px); overflow-y: auto;}
    .client-modal-illustration {padding: 25px 0 15px 0;}

    .modal-controls {bottom: 25px;}
    .help-container{top:15px; left: 15px; right: 15px; bottom: 15px; width: auto; height: auto;}
    .help-header{margin-top: 20px;}

    .lightbox-frame .center {padding: 0 10px;}
    .lightbox-frame .top {padding: 10px 15px;}
    #ulLightboxItems li {width: 130px; height: 130px; margin: 15px 5px; padding: 0;}
    #ulLightboxItems li.source-folder { width: 80%; height: auto; }
    #ulLightboxItems li .thumb { height: 130px; padding: 0; }
    #ulLightboxItems li img { }
    #ulLightboxItems .filename {font-size: 10px; padding: 0 5px;}
    #menu .tippy-popper {display: none !important;}

    .lightbox-contacts { margin: 10px 0 0 0; }
    .lightbox-contacts li { margin-bottom: 5px; display: block;}
}

.item-stale { color: #888; font-size: 12px; }
.item-stale i { color: #c0392b; padding-right: 4px;}
.item-stale a { background: #c0392b; padding: 2px 5px; margin-top: 3px; border-radius: 3px; color: #fff; display: inline-block; text-decoration: none; transition: all 0.3s; text-transform: uppercase; letter-spacing: .5px; }
.item-stale a:hover { background: #cf000f; color: #fff; text-decoration: none; }