/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1028 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1028 .theDivider1,
#simpleDivider_stacks_in_1028 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1028 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1028.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1028.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1028 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1028.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1028.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1028.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1028.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_1046 {
	background-color: rgba(255, 255, 255, 0.00);
	border: solid rgba(255, 255, 255, 0.00);
	border-width:  10px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  20px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1049 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1049 .theDivider1,
#simpleDivider_stacks_in_1049 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1049 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1049.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1049.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1049 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1049.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1049.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1049.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1049.bgImageOn .theDivider1 img {
	display: block;
}



.lightbox_error{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	text-align: center;
}

.lightbox_error h2{
	font-size: 20px;
}

/* Loader Circle */

.preloader_wrapper{
	position: relative;
	padding: 10px;
	width: 100%;
	text-align: center;
}
.preloader_icn {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	-webkit-animation: clockwise 750ms linear infinite;
	animation: clockwise 750ms linear infinite;
}
.preloader_cut {
	position: relative;
	width: calc(40px * .5);
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.preloader_donut {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(204, 204, 204, 1.00);
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
	background: none;
	margin:0;
	-webkit-animation: donut-rotate calc(750ms * 2) cubic-bezier(.4,0,.22,1) infinite;
	animation: donut-rotate calc(750ms * 2) cubic-bezier(.4,0,.22,1) infinite;
}
@-webkit-keyframes clockwise {
	0% { -webkit-transform: rotate(0deg) }
	100% { -webkit-transform: rotate(360deg) }
}
@keyframes clockwise {
	0% { transform: rotate(0deg) }
	100% { transform: rotate(360deg) }
}
@-webkit-keyframes donut-rotate {
	0% { -webkit-transform: rotate(0) }
	50% { -webkit-transform: rotate(-140deg) }
	100% { -webkit-transform: rotate(0) }
}
@keyframes donut-rotate {
	0% { transform: rotate(0) }
	50% { transform: rotate(-140deg) }
	100% { transform: rotate(0) }
}



html.ncd-photo-lock{
	overflow: hidden;
}
a[data-photo-group]{
	cursor:pointer;
}
.ncd-photo *{
	padding: 0;
	margin: 0;
	list-style: none;
}
.ncd-photo *,
.ncd-photo *:before,
.ncd-photo *:after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cf:after {
	content: "";
	display: table;
	clear: both;
}
.ncd-photo .ncd-photo{
	display: none;
}
.ncd-photo ul{
	margin: 0;
	padding: 0;
}
.ncd-photo ul:after {
	content: "";
	display: table;
	clear: both;
}
.ncd-photo li{
	cursor: zoom-in;
	line-height: 0;
}
.ncd-photo ul[data-hide="True"]{
	height: 0 !important;
}
.ncd-photo ul[data-hide="True"] li,
.ncd-photo li.hide{
	display: none !important;
}
.ncd-photo li > div:first-child{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: box-shadow 150ms ease-out;
}
.ncd-photo li img{
	position: relative;
	z-index: 10;
	transform: translateZ(0);
}
.ncd-photo li p{
	display: inline-block;
	z-index: 30;
	font-variant: normal;
	position: absolute;
	line-height: 1.4;
	margin: 0 0 10px;
	user-select: none;
	transform: translateZ(0);
	-webkit-touch-callout:none;}

	.ncd-photo li p b{
		font-weight: normal;
		font-style: normal;
		padding-right: 3px;
	}
	.ncd-photo li p em{
		font-weight: normal;
		font-style: normal;
	}
	.ncd-photo li p span{
		padding: 6px 12px;
	}
	.ncd-photo li p span.empty{
		visibility: hidden;
	}

	.ncd-photo[data-italic-title="True"] p b,
	.ncd-photo[data-italic-caption="True"] p em{ font-style: italic; }

	.ncd-photo[data-bold-title="True"] p b,
	.ncd-photo[data-bold-caption="True"] p em{ font-weight: bold; }

	.ncd-photo[data-hide-title="True"] p b,
	.ncd-photo[data-hide-caption="True"] p em,
	.ncd-photo[data-hide-title="True"][data-hide-caption="True"] p{ display: none; }

	.ncd-photo[data-hide-caption="True"] ul p b{padding-right: 0;}

	/* Caption Positions */

	.ncd-photo ul.caption-hover li p{
		opacity: 0;
		transition: transform 300ms, opacity 300ms;
		transform: translate3d(0,4px,0); 
	}
	.ncd-photo ul.caption-hover li:hover p{
		opacity: 1;
		transform: translate3d(0,0,0);
	}
	.ncd-photo ul.caption-hide li p{
		display: none !important;
	}

	.ncd-photo ul.caption-bottom p{
		left: 0;
		bottom: 0;
		right: 0;
		margin: 0;
		border-radius: 0 0 3px 3px;
		overflow: hidden;
	}
	.ncd-photo ul.caption-margin p span{
		border-radius: 3px;
	}
	.ncd-photo ul.caption-margin p{
		left: 20px;
		bottom: 10px;
		right: 20px;
	}

	/* GRID Style */

	.ncd-photo.grid li{
		line-height: 0;
		float: left;
		display: block;
		position: relative;
		height: auto;
	}
	.ncd-photo.grid li div{
		overflow: hidden;
	}
	.ncd-photo.grid img{
		visibility: hidden;
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.ncd-photo.grid ul li div:after{
		padding-top: 100%;
		display: block;
		content: '';
	}
	.ncd-photo.photo-col-1.grid li,
	.ncd-photo.photo-col-2.grid li,
	.ncd-photo.photo-col-3.grid li,
	.ncd-photo.photo-col-4.grid li,
	.ncd-photo.photo-col-5.grid li{width: 100%;}

	.ncd-photo[data-margin="0"].grid{margin: 0;}
	.ncd-photo[data-margin="0"].grid li div{margin: 0;}
	.ncd-photo[data-margin="1"].grid{margin: 0 -1px;}
	.ncd-photo[data-margin="1"].grid li div{margin: 1px;}
	.ncd-photo[data-margin="3"].grid{margin: 0 -3px;}
	.ncd-photo[data-margin="3"].grid li div{margin: 3px;}
	.ncd-photo[data-margin="5"].grid{margin: 0 -5px;}
	.ncd-photo[data-margin="5"].grid li div{margin: 5px;}
	.ncd-photo[data-margin="7"].grid{margin: 0 -7px;}
	.ncd-photo[data-margin="7"].grid li div{margin: 7px;}
	.ncd-photo[data-margin="9"].grid{margin: 0 -9px;}
	.ncd-photo[data-margin="9"].grid li div{margin: 9px;}
	.ncd-photo[data-margin="11"].grid{margin: 0 -11px;}
	.ncd-photo[data-margin="11"].grid li div{margin: 11px;}
	.ncd-photo[data-margin="13"].grid{margin: 0 -13px;}
	.ncd-photo[data-margin="13"].grid li div{margin: 13px;}
	.ncd-photo[data-margin="15"].grid{margin: 0 -15px;}
	.ncd-photo[data-margin="15"].grid li div{margin: 15px;}
	.ncd-photo[data-margin="17"].grid{margin: 0 -17px;}
	.ncd-photo[data-margin="17"].grid li div{margin: 17px;}
	.ncd-photo[data-margin="19"].grid{margin: 0 -19px;}
	.ncd-photo[data-margin="19"].grid li div{margin: 19px;}
	.ncd-photo[data-margin="21"].grid{margin: 0 -21px;}
	.ncd-photo[data-margin="21"].grid li div{margin: 21px;}
	.ncd-photo[data-margin="23"].grid{margin: 0 -23px;}
	.ncd-photo[data-margin="23"].grid li div{margin: 23px;}
	.ncd-photo[data-margin="25"].grid{margin: 0 -25px;}
	.ncd-photo[data-margin="25"].grid li div{margin: 25px;}

	/* MASONRY Style */

	.ncd-photo.grid ul,
	.ncd-photo.masonry ul,
	.ncd-photo.justifiedGallery ul{
		opacity: 0;
	}
	.ncd-photo.grid ul[data-imagesLoaded="1"],
	.ncd-photo.masonry ul[data-imagesLoaded="1"],
	.ncd-photo.justifiedGallery ul[data-imagesLoaded="1"]{
		opacity: 1;
		transition: opacity 600ms;
	}
	.ncd-photo[data-margin="0"].masonry ul{margin: 0;}
	.ncd-photo[data-margin="0"].masonry li.photo-stack > div{margin: 0;}

	.ncd-photo[data-margin="1"].masonry ul{margin: 0 -1px;}
	.ncd-photo[data-margin="1"].masonry li.photo-stack > div{margin: 1px;}

	.ncd-photo[data-margin="3"].masonry ul{margin: 0 -3px;}
	.ncd-photo[data-margin="3"].masonry li.photo-stack > div{margin: 3px;}

	.ncd-photo[data-margin="5"].masonry ul{margin: 0 -5px;}
	.ncd-photo[data-margin="5"].masonry li.photo-stack > div{margin: 5px;}

	.ncd-photo[data-margin="7"].masonry ul{margin: 0 -7px;}
	.ncd-photo[data-margin="7"].masonry li.photo-stack > div{margin: 7px;}

	.ncd-photo[data-margin="9"].masonry ul{margin: 0 -9px;}
	.ncd-photo[data-margin="9"].masonry li.photo-stack > div{margin: 9px;}

	.ncd-photo[data-margin="11"].masonry ul{margin: 0 -11px;}
	.ncd-photo[data-margin="11"].masonry li.photo-stack > div{margin: 11px;}

	.ncd-photo[data-margin="13"].masonry ul{margin: 0 -13px;}
	.ncd-photo[data-margin="13"].masonry li.photo-stack > div{margin: 13px;}

	.ncd-photo[data-margin="15"].masonry ul{margin: 0 -15px;}
	.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin: 15px;}

	.ncd-photo[data-margin="15"].masonry ul{margin: 0 -17px;}
	.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin: 17px;}

	.ncd-photo[data-margin="15"].masonry ul{margin: 0 -19px;}
	.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin: 19px;}

	.ncd-photo[data-margin="15"].masonry ul{margin: 0 -21px;}
	.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin: 21px;}

	.ncd-photo[data-margin="15"].masonry ul{margin: 0 -23px;}
	.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin: 23px;}

	.ncd-photo[data-margin="15"].masonry ul{margin: 0 -25px;}
	.ncd-photo[data-margin="15"].masonry li.photo-stack > div{margin: 25px;}

	.ncd-photo.masonry img{
		width: 100%;
	}

	/* Thumbnail Radius */

	.ncd-photo.rad-0 li div,
	.ncd-photo.rad-0 li img,
	.ncd-photo.rad-0 .thumb-corner{border-radius: 0;}
	.ncd-photo.rad-3 li div,
	.ncd-photo.rad-3 li img,
	.ncd-photo.rad-3 .thumb-corner{border-radius: 3px;}
	.ncd-photo.rad-5 li div,
	.ncd-photo.rad-5 li img,
	.ncd-photo.rad-5 .thumb-corner{border-radius: 5px;}
	.ncd-photo.rad-7 li div,
	.ncd-photo.rad-7 li img,
	.ncd-photo.rad-7 .thumb-corner{border-radius: 7px;}


	[data-batch-hide="True"]{
		position: absolute;
		opacity: 0;
		top:-9999px;
		left:-9999px;
	}

	.thumb-corner{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 50;
	}
	.ncd-photo .thumb-corner{
		width: 120px;
		height: 120px;
		background-image: linear-gradient(to left bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5));
	}
	.photo-stack:hover .thumb-corner i{
		transform: scale(1.2);
		transform-origin: center;
	}
	.thumb-corner.video-icon i{
		width: 0;
		height: 0;
		margin: 0 0 18px 22px;
		left: 0;
		bottom: 0;
		transform: scale(1);
		position: absolute;
		transition: transform 200ms;
		border-top: 9px solid transparent;
		border-bottom: 9px solid transparent;
		border-left: 17px solid #fff;
	}
	#ncdPhotoCarousel .thumb-corner.video-icon i{
		margin: 0;
		left: 33px;
		bottom: 21px;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 13px solid #fff;
	}

	.thumb-corner.bag-icon a{
		left: 4px;
		bottom: 2px;
		display: block;
		transform: scale(1.1);
		position: absolute;
		cursor: pointer;
		height: 44px;
		width: 44px;
		transition: transform 200ms;
	}
	#ncdPhotoCarousel .thumb-corner.bag-icon{
		display: none;
	}
	.thumb-corner.bag-icon a:first-child:before{
		position: absolute;
		content: '';
		top: 16px;
		left: 14px;
		height: 13px;
		width: 15px;
		border-radius: 2px;
		border: 1.5px solid #fff;
	}
	.thumb-corner.bag-icon a:first-child:after{
		position: absolute;
		content: '';
		height: 6px;
		width: 9px;
		top: 12px;
		left: 17px;
		border-radius: 8px 8px 0 0;
		border-left: 1.5px solid #fff;
		border-top: 1.5px solid #fff;
		border-right: 1.5px solid #fff;
	}





	@media only screen and (max-width: 300px) {
		.ncd-photo ul p{
			opacity: 0 !important;
		}
	}


/***************************
***** L I G H T B O X ******
****************************/


/* Loading Animation */

#ncdPhotoLoader{
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: opacity 350ms 150ms;
	transform: translate3d(-50%, -50%, 0);
}
#ncdPhotoLoader.processing{
	opacity: 1;
}

/* Lightbox Base */

#ncdPhotoBase {
	position: fixed;
	top: -9999px;
	left: -9999px;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	user-select: none;
}
#ncdPhotoBase.on,
#ncdPhotoBase.on ~ *{
	pointer-events: none;
}
#ncdPhotoBase.on ~ iframe{
	pointer-events: auto;
}
#ncdPhotoHeader,
#ncdPhotoControls,
.exif_wrapper,
#ncdPhotoOverlay{
	pointer-events: auto;
}

#ncdPhotoBase *,
#ncdPhotoBase *:before,
#ncdPhotoBase *:after{
	box-sizing: border-box;
	user-select: none;
	-webkit-user-select: none;
}
#ncdPhotoBase.on {
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 10000;
	transition: 
	opacity 150ms ease-out,
	top 0ms ease-out,
	left 0ms ease-out;
}
#ncdPhotoBase.out {
	z-index: 10000;
}
#ncdPhotoHeader{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	padding: 15px;
	font-size: 14px;
	z-index: 200;
	pointer-events: none;
}
#ncdPhotoOptions{
	float: right;
	pointer-events: auto;
	padding: 10px 0 10px 20px;
	border-radius: 30px;
	transition: padding 0.3s ease-out;
}
@media only screen and (min-width: 400px) {
	#ncdPhotoHeader{
		right: 1.5%;
		left: 1.5%;
	}
}

#ncdPhotoOptions.zoom{
	background: rgba(0, 0, 0, 0.60);
	padding: 10px 5px;
}
#ncdPhotoOptions > .ncd-ui:first-child{
	margin-left: 0px;
}
#ncdPhotoOptions .ncd-ui{
	z-index: 100;
	width: 15px;
	height: 15px;
	cursor: pointer;
	position: relative;
	display: block;
	float: left;
	margin-left: 30px;
	user-select: none;
	transition: margin 0.3s ease-out, border 0.3s ease-out, box-shadow 0.15s ease-out;
}
#ncdPhotoOptions .ncd-ui:before{
	position: absolute;
	top: -9px;
	left: -9px;
	right: 0;
	bottom: 0;
	content: '';
	height: 33px;
	width: 33px;
	border-radius: 40px;
	/*box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.30);*/
	transition: background .5s ease-out;
}
#ncdPhotoOptions .ncd-ui:active:before{
	background: rgba(255, 255, 255, 0.30);
	transition: background 0.15s ease-out;
	/*box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.30);*/
}
#ncdPhotoOptions.zoom .ncd-ui{
	margin-left: 11px;
	margin-right: 11px;
}
#ncdPhotoOptions.zoom #ncdPhotoShare,
#ncdPhotoOptions.zoom #ncdPhotoDownload,
#ncdPhotoOptions.zoom #ncdPhotoBuynow,
#ncdPhotoOptions .ncdPhotoZoom.zoomOut{
	display: none;
}
#ncdPhotoOptions.zoom .ncdPhotoZoom.zoomOut{
	display: block;
}
#ncdPhotoControls{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	user-select: none;
	z-index: 100;
	pointer-events: none;
}
#ncdPhotoCarousel{
	background: rgba(0, 0, 0, 0.60);
	text-align: center;
	padding: 5px;
	line-height: 0;
	overflow: auto;
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
}
#ncdPhotoCarousel li[data-hidefromlightbox="True"]{
	display: none;
}
#ncdPhotoOverlay .hide{
	display: none; 
}

#ncdPhotoFooter{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.00);
}
#ncdZoomAmt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 5px;
	text-align: center;
	color: rgba(245, 245, 245, 1.00);
	font: 400 13px/1.4 Arial;
	pointer-events: none;
	transition: opacity 200ms, transform 200ms;
	transform: translateY(10px);
	opacity: 0;
}
#ncdZoomAmt.zoom{
	transform: translateY(0px);
	opacity: 1;
}
#ncdZoomAmt[data-zoom="50"] span:after{ content:' 50%'; }
#ncdZoomAmt[data-zoom="75"] span:after{ content:' 75%'; }
#ncdZoomAmt[data-zoom="100"] span:after{ content:' 100%'; }

#ncdZoomAmt span{
	background: rgba(0, 0, 0, 0.60);
	padding: 7px 14px;
	border-radius: 20px;
}
#ncdPhotoCarousel ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	white-space: nowrap;
}
#ncdPhotoCarousel li{
	display: inline-block;
	position: relative;
}
#ncdPhotoCarousel li div{
	width: 80px;
	height: 45px;
	margin: 3px 5px;
	border-radius: 2px;
	transform: scale(1);
	transition: box-shadow 200ms, transform 200ms, opacity 200ms;
	background-size: cover;
	background-position: center;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0);
}
#ncdPhotoCarousel li.current div,
#ncdPhotoCarousel li:hover div{
	transition: box-shadow 200ms, transform 200ms, opacity 200ms;
}


#ncdPhotoCarousel li div{opacity: 0.4;}
#ncdPhotoCarousel li.current div,
#ncdPhotoCarousel li:hover div{opacity: 1;}





#ncdPhotoCarousel li.current div{
	transform: scale(1.1);
}


.photo_slide.zoom::-webkit-scrollbar,
#ncdPhotoCarousel::-webkit-scrollbar,
#ncdPhotoFooter p,
#ncdPhotoFooter img,
#ncdPhotoOptions .ncd-ui.hide,
#ncdPhotoBase.single-image .ncdPhotoNext,
#ncdPhotoBase.single-image .ncdPhotoPrev,
#ncdPhotoOverlay[data-hide-full-title="True"] span b,
#ncdPhotoOverlay[data-hide-full-caption="True"] span em{
	display: none;
}

/* ZOOM & CLOSE */

.ncdPhotoZoom i:first-child:before,
.ncdPhotoZoom i:first-child:after{
	width: 1px;
	left: 7px;
	top: 3px;
	height: 7px;
	content: "";
	background: rgba(245, 245, 245, 1.00);
	position: absolute;
	transition: opacity 300ms, transform 300ms;
}
.ncdPhotoZoom i{
	position: absolute;
}
.ncdPhotoZoom i:last-child:before{
	position: absolute;
	height: 15px;
	width: 15px;
	top: -1px;
	border: 1.5px solid rgba(245, 245, 245, 1.00);
	border-radius: 15px;
	content: '';
}
.ncdPhotoZoom i:last-child:after{
	width: 5px;
	height: 2px;
	position: absolute;
	background: rgba(245, 245, 245, 1.00);
	transform: rotate(40deg);
	content: '';
	top: 12px;
	border-radius: 6px;
	right: -17px;
}

/* ZOOM */

.ncdPhotoZoom{
	transition: 
	border 0.3s ease-out, 
	box-shadow 0.15s ease-out, 
	opacity 300ms ease-out, 
	transform 300ms ease-out;
	transform: rotate(90deg);
	opacity: 0;
}
.ncdPhotoZoom.enable{
	opacity:1;
	transform: rotate(0deg);	
}
.ncdPhotoZoom i:after{
	transform:rotate(-90deg);
}
.ncdPhotoZoom i:before{
	transform:rotate(0deg);
}
.ncdPhotoZoom.zoom i:before {
	transform:rotate(-90deg);
}

/* CLOSE */
.ncdPhotoClose i{
	position: absolute;
}
.ncdPhotoClose i:before,
.ncdPhotoClose i:after{
	height:20px;
	width: 2px;
	left: 7px;
	top: -2px;
	content: '';
	transform:rotate(45deg);
	position: absolute;
	transition: opacity 300ms, transform 300ms;
}
.ncdPhotoClose i:after{
	transform:rotate(-45deg);
}

/* PREV / NEXT */

.ncdPhotoNext,
.ncdPhotoPrev{
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	cursor: pointer;
	position: absolute;
	border: 2px solid transparent;
	top: 50%;
	margin-top: -25px;
	opacity: 0;
	transition: 
	opacity 0.2s ease-out, 
	transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),
	border 0.3s ease-out,
	box-shadow 0.15s ease-out;
	pointer-events: auto;
	user-select: none;
}
.ncdPhotoNext{
	transform: translateX(-15px);
	right: 4%;
}
.ncdPhotoPrev{
	transform: translateX(15px);
	left: 4%;
}
.ncdPhotoNext.hide,
.ncdPhotoPrev.hide{opacity: 0 !important;visibility: hidden;}

@media screen and (max-width: 800px){
	.ncdPhotoNext,
	.ncdPhotoPrev{
		transform: translateX(0) rotate(0deg);
		opacity: 1;
	}
}
.ncdPhotoNext:before,
.ncdPhotoNext:after,
.ncdPhotoPrev:before,
.ncdPhotoPrev:after{
	top:50%;
	left:0;
	width:2px;
	height:15px;
	content:'';
	position:absolute;
	margin:-13px 24px 0;
}
.ncdPhotoNext:after,
.ncdPhotoPrev:after{
	margin-top: -3px;
}
.ncdPhotoPrev:after,
.ncdPhotoPrev:before{
	left:-3px;
}
.ncdPhotoNext:after{transform:rotate(45deg);}
.ncdPhotoNext:before{transform:rotate(-45deg);}
.ncdPhotoPrev:after{transform:rotate(315deg);}
.ncdPhotoPrev:before{transform:rotate(-315deg);}

#ncdPhotoBase:hover .ncdPhotoNext,
#ncdPhotoBase:hover .ncdPhotoPrev{
	transform: translateX(0) rotate(0deg);opacity: 1;
}
/* Always Prev/Next */


/* OVERLAY */

#ncdPhotoOverlay {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	user-select: none;
	-webkit-user-select: none;
}
.go-prev #ncdPhotoOverlay,
.go-next #ncdPhotoOverlay{
	transition: bottom 150ms ease-out;
}
#ncdPhotoOverlay.zoom {
	top: 0;
	bottom: 65px;
}

/* SLIDE IMAGES */

.photo_slide {
	height: 100%;
	position:absolute;
	top:-9999px;
	left:-9999px;
	right: auto;
	user-select: none;
}
#ncdPhotoOverlay:not(.zoom) .photo_slide > div {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.photo_slide img{
	padding: 0;
	margin: 0;
}
.photo_slide img,
.photo-embed-container {
	list-style: none;
	line-height: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	user-select: none;
	-webkit-touch-callout:none;
	transition: opacity 200ms;
	transform: translate3d(0,0,0);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.50);
}

/* SHOW IMAGE */

.photo_slide.out,
.photo_slide.ncd-show{
	top:0;
	left:0;
	right: 0;
}
.photo_slide.ncd-show img{
	cursor: zoom-in;
}
.processing .photo_slide img,
.photo_slide.out img,
.photo_slide.out .photo-embed-container{
	opacity: 0;
}
.photo-embed-container {
	padding-bottom: 56.25%; 
	height: 0; 
	width: 100%;
	overflow: hidden;
} 

.photo-embed-container iframe, 
.photo-embed-container object, 
.photo-embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

#ncdPhotoBase.video-player #ncdPhotoDownload,
#ncdPhotoBase.video-player #ncdPhotoFullscreen,
#ncdPhotoBase.video-player .ncdPhotoZoom{
	display: none !important;
}

/* ZOOM */

.photo_slide.ncd-show.zoom {
	position: absolute;
	overflow: auto; 
	cursor: move;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo_slide.zoom.in.transition,
.photo_slide.zoom.out{
	overflow: hidden;
}
.photo_slide.zoom.transition div{
	animation: photo-zoom-in 150ms ease-out both;
}
.photo_slide.zoom.in div{
	animation: photo-zoom-in-complete 200ms ease-out both;
}
.photo_slide.zoom.in.transition div{
	animation: photo-zoom-out 150ms ease-out both;
}
.photo_slide.zoom.out div{
	animation: photo-zoom-out-complete 150ms ease-out both;
}
.photo_slide.zoom.in img{
	max-width: none;
	max-height: none;
	border-radius: 0;
	box-shadow: none;
	transition: box-shadow 200ms;
}
.photo_slide.zoom.in img[data-zoom="25"]{
	transform: scale(0.25);
}
.photo_slide.zoom.in img[data-zoom="50"]{
	transform: scale(0.50);
}
.photo_slide.zoom.in img[data-zoom="75"]{
	transform: scale(0.75);
}
.photo_slide.zoom.in img[data-zoom="100"]{
	transform: scale(1);
}

/* ANIMATIONS */

@keyframes photo-zoom-in {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(1.03);opacity: 0}
}
@keyframes photo-zoom-in-complete {
	0% {transform: scale(.98);opacity: 0}
	50%	{transform: scale(.98);opacity: 0}
	100% {transform: scale(1);opacity: 1}
}
@keyframes photo-zoom-out {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(.98);opacity: 0}
}
@keyframes photo-zoom-out-complete {
	from {transform: scale(1.03);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@keyframes photo-fade-in {
	from {opacity: 0}
	to {opacity: 1}
}

/* FULLSCREEN */

#ncdPhotoFullscreen i{
	position: absolute;
}
#ncdPhotoFullscreen i:before,
#ncdPhotoFullscreen i:after{
	position: absolute;
	content: '';
	height: 2px;
	width: 6px;
	background: rgba(245, 245, 245, 1.00);
}
#ncdPhotoFullscreen i:after{
	width: 2px;
	height: 6px;
}
#ncdPhotoFullscreen i:first-child{
	top: 0;
	left: 0;
}
#ncdPhotoFullscreen i:last-child{
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
#ncdPhotoFullscreen.active i:first-child{
	top: 6px;
	left: 6px;
	transform: rotate(180deg);
}
#ncdPhotoFullscreen.active i:last-child{
	bottom: 6px;
	right: 6px;
	transform: rotate(0deg);
}

/* SHARE */

#ncdPhotoShare{
	line-height: 0;
}
#ncdPhotoShare svg{
	height: 15px;
	width: auto;
	position: relative;
	margin-top: -1px;
	margin-left: -2px;
}
#ncdPhotoShare path{
	fill: rgba(245, 245, 245, 1.00) !important;
}
#ncdShareOptions{
	background: rgba(30, 30, 30, 1.00);
	box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.50);
	position: absolute;
	padding: 10px;
	border-radius: 7px;
	line-height: 1.4;
	margin: 10px 0 0;
	list-style: none;
	width: 150px;
	top: -99999px;
	left: -99999px;
	opacity: 0;
	transform: translateX(-50%) scale(.3);
	transition: transform 150ms 0ms ease-out, opacity 150ms 0ms ease-out, top 0ms 150ms, left 0ms 150ms;
	transform-origin: 50% 0%;
}
#ncdShareOptions.show{
	left: 50%;
	top: 100%;
	opacity: 1;
	transition: transform 150ms 0ms ease-out, opacity 150ms 0ms ease-out, top 0ms 0ms, left 0ms 0ms;
	transform: translateX(-50%) scale(1);
}
#ncdShareOptions:before{
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -6px;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(30, 30, 30, 1.00);
}
#ncdShareOptions li{
	padding: 6px 10px;
	margin: 0;
	border-radius: 4px;
	transition: background 150ms;
}
#ncdShareOptions li:hover{
	background: rgba(255,255,255,0.1);
}
#ncdShareOptions button{
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	font: 400 15px/1.4 Arial !important;
	background: transparent;
	color: rgba(255, 255, 255, 1.00);
}

/* BUY NOW */

#ncdPhotoBuynow.hide{
	opacity: 0;
	max-width: 0;
	margin-left: 0;
}
#ncdPhotoBuynow i{
	position: absolute;
}
#ncdPhotoBuynow i:first-child:before{
	position: absolute;
	content: '';
	top: 2px;
	left: 0;
	height: 13px;
	width: 15px;
	border-radius: 2px;
	border: 1.5px solid rgba(245, 245, 245, 1.00);
}
#ncdPhotoBuynow i:last-child:before{
	position: absolute;
	content: '';
	height: 6px;
	width: 9px;
	top: -2px;
	left: 3px;
	border-radius: 8px 8px 0 0;
	border-left: 1.5px solid rgba(245, 245, 245, 1.00);
	border-top: 1.5px solid rgba(245, 245, 245, 1.00);
	border-right: 1.5px solid rgba(245, 245, 245, 1.00);
}

/* DOWNLOAD 1 */

#ncdPhotoDownload{
	display: block;
}
#ncdPhotoDownload i{
	position: absolute;
}
#ncdPhotoDownload i:last-child:before,
#ncdPhotoDownload i:last-child:after{
	position: absolute;
	content: '';
	height: 2px;
	width: 9px;
	background: rgba(245, 245, 245, 1.00);
}
#ncdPhotoDownload i:last-child:after{
	width: 2px;
	height: 9px;
}
#ncdPhotoDownload i:last-child{
	bottom: 1px;
	left: 7px;
	transform: rotate(225deg);
}
#ncdPhotoDownload i:first-child:before{
	position: absolute;
	content: '';
	top: -1px;
	left: 6px;
	height: 12px;
	width: 2px;
	background: rgba(245, 245, 245, 1.00);
}

/* DOWNLOAD 2 */

}#ncdPhotoDownload.alt i:last-child:before,
#ncdPhotoDownload.alt i:last-child:after{
	position: absolute;
	content: '';
	height: 2px;
	width: 7px;
	background: rgba(245, 245, 245, 1.00);
}
#ncdPhotoDownload.alt i:last-child:after{
	width: 2px;
	height: 7px;
}
#ncdPhotoDownload.alt i:last-child{
	bottom: 3px;
	left: 6px;
	transform: rotate(225deg);
}
#ncdPhotoDownload.alt i:first-child:before{
	position: absolute;
	content: '';
	top: 0;
	left: 5px;
	height: 8px;
	width: 2px;
	background: rgba(245, 245, 245, 1.00);
}
#ncdPhotoDownload.alt i:first-child:after{
	position: absolute;
	content: '';
	top: 11px;
	left: 0px;
	height: 2px;
	width: 12px;
	background: rgba(245, 245, 245, 1.00);
}

/* COUNTER */

#ncdPhotoCounter{
	float: left;
	line-height: 1;
	font-size: 12px;
	padding: 8px 16px 8px 0;
	border-radius: 30px;
	font-family: arial !important;
	pointer-events: none;
	font-weight: bolder;
	transition: opacity 200ms;
}
#ncdPhotoCounter.zoom{
	opacity: 0;
}
#ncdPhotoCounter span{
	vertical-align: top;
	line-height: 1;
}
.lb-current{
	font-size: 1.45em;
	font-weight: normal;
}
.lb-total{
	letter-spacing: 0.05em;
}
#ncdPhotoCounter[data-show-count="False"]{
	display: none;
}

/* EXIF */

.exif_wrapper{
	position: absolute;
	width: 300px;
	margin-left: -45px;
	top: -12px;
}
.exif_container{
	background: rgba(30, 30, 30, 1.00);
	border-radius: 7px;
	left: 10px;
	bottom: 100%;
	z-index: 1;
	opacity: 0;
	width: 260px;
	height: 300px;
	overflow: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 10px 25px;
	transform: scale(.3);
	transform-origin: 0 100%;
	position: absolute;
	box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.50);
	transition: transform 200ms, opacity 200ms;
	pointer-events: none;
}
.exif_container *{
	transform: translate3d(0,0,0);
}
.exif_wrapper.show .exif_container{
	pointer-events: auto;
	transform: scale(1);
	opacity: 1;
}
.exif_data{
	font: 400 15px/1.4 Arial !important;
	color: rgba(255, 255, 255, 1.00);
	border-radius: 4px;
	padding: 10px 10px 10px 0;
	margin: 0;
	display: block;
	white-space: break-spaces;
	position: absolute;
	visibility: hidden;
	top: -9999px;
	left: -9999px;
}
.exif_data.hasData{
	position: relative;
	visibility: visible;
	top: 0;
	left: 0;
}
.exif_data:before{
	color: rgba(170, 170, 170, 1.00);
	display: block;
	font-size: 11px;
	letter-spacing: 0;
}
.exif_data.hasData:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.exif_data.hasData.last:after{
	display: none
}
#exif_FNumber{
	letter-spacing: 0.1em;
}
.fstop{
	font-family: georgia;
	font-style: italic;
	padding-left: 3px;
	padding-right: 2px;
}
.exif-trigger{
	padding: 10px;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	position: relative;
	z-index: 100;
	transform: scale(0);
}
.exif_wrapper.hasData .exif-trigger{
	transform: scale(1);
	transition: transform 200ms;
}
.exif-trigger span:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.20);
}
.exif-trigger span{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.15);
	transition: background 200ms;
	border-radius: 25px;
	height: 25px;
	width: 25px;
	line-height: 26px;
	font-family: monospace;
	text-align: center;
	font-size: 13px;
	font-weight: bolder;
	float: right;
	user-select: none;
	-webkit-user-select: none;
}

#exif_GPSMap{
	color: #fff;
	text-decoration: none;
}
#exif_iptc_DateCreated:before{ content: 'Date Created'; }
#exif_iptc_Keywords:before{ content: 'Keywords'; }
#exif_model:before{ content: 'Camera Model'; }
#exif_LensModel:before{ content: 'Lens Model'; }
#exif_FocalLength:before{ content: 'Focal Length'; }
#exif_FNumber:before{ content: 'Aperture'; }
#exif_ExposureTime:before{ content: 'Shutter Speed'; }
#exif_ISOSpeedRatings:before{ content: 'ISO'; }
#exif_Dimensions:before{ content: 'Dimensions'; }
#exif_ExposureProgram:before{ content: 'Exposure Program'; }
#exif_Flash:before{ content: 'Flash'; }
#exif_WhiteBalance:before{ content: 'White Balance'; }
#exif_GPSLat:before{ content: 'GPS Latitude'; }
#exif_GPSLong:before{ content: 'GPS Longitude'; }
#exif_DateTimeOriginal:before{ content: 'Date & Time'; }
#exif_GPSMap:before{ content: 'Google Map'; }





.photo-stack .exif_wrapper{
	position: absolute;
	top: 0;
	left: 0;
}
.photo-stack .exif-trigger{
	position: absolute;
	top: 0;
	transform: scale(1);
	box-shadow: none;
}


/* CAPTION */

.captionWrapper{
	max-width: 600px;
	margin: 0 auto;
	padding-left: 32px;
	text-align: left;
	position: relative;
}
.imageCaption{
	font-size: px;
	padding-bottom: 0.2em;
}
.groupTitle{
	font-size: px;
}
#ncdPhotoBase:hover .img-caption-in {
	opacity: 1;
}
#ncdPhotoBase .img-caption-in{
	opacity: 0;
	transition: opacity 200ms;
}
.processing .img-caption-in{
	opacity: 0;
}
#ncdPhotoCaption{
	padding: 10px;
	transition: opacity 200ms;
}
#ncdPhotoCaption.zoom{
	opacity: 0;
	pointer-events: none;
}
#ncdPhotoCaption [data-italic-title="True"],
#ncdPhotoCaption [data-italic-caption="True"]{ 
	font-style: italic; 
}
#ncdPhotoCaption [data-bold-title="True"],
#ncdPhotoCaption [data-bold-caption="True"]{ 
	font-weight: bold; 
}
#ncdPhotoCaption [data-hide-title="True"],
#ncdPhotoCaption [data-hide-caption="True"]{ 
	display: none; 
}

.imageCaption{
	color: rgba(255, 255, 255, 1.00);
}
.groupTitle{
	color: rgba(136, 136, 136, 1.00);
}
.groupTitle.ncdPhotoCopywrite{
	color: rgba(132, 132, 132, 1.00);
}
#ncdPhotoCounter{
	color: rgba(245, 245, 245, 1.00);
}
#ncdPhotoBase{
	background: rgba(15, 15, 15, 0.90);
}

.ncdPhotoNext:before,.ncdPhotoNext:after,
.ncdPhotoPrev:before,.ncdPhotoPrev:after,
.ncdPhotoClose i:before,.ncdPhotoClose i:after,
.ncdPhotoNext:hover:before,.ncdPhotoNext:hover:after,
.ncdPhotoPrev:hover:before,.ncdPhotoPrev:hover:after,
.ncdPhotoClose i:hover:before,.ncdPhotoClose i:hover:after {
	background: rgba(245, 245, 245, 1.00);
}
.ncdPhotoNext:active,
.ncdPhotoPrev:active{
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.30);
	/*border: 2px solid rgba(245, 245, 245, 1.00);*/
}








/* Edit Mode */



/*!
 * justifiedGallery - v4.0.0-alpha
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2019 Miro Mannino
 * Licensed under the MIT license.
 */
 .justified-gallery {
 	width: 100%;
 	position: relative;
 	overflow: hidden;
 }
 .justified-gallery > a,
 .justified-gallery > div,
 .justified-gallery > li,
 .justified-gallery > figure {
 	position: absolute;
 	display: inline-block;
 	overflow: hidden;
 	/* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
 	filter: "alpha(opacity=10)";
 	opacity: 0.1;
 	margin: 0;
 	padding: 0;
 }
 .ncd-photo .justified-gallery > li > div{
 	position: static;
 }
 .justified-gallery > a > img,
 .justified-gallery > div > img,
 .justified-gallery > li > div > img,
 .justified-gallery > figure > img,
 .justified-gallery > a > a > img,
 .justified-gallery > div > a > img,
 .justified-gallery > figure > a > img,
 .justified-gallery > a > svg,
 .justified-gallery > div > svg,
 .justified-gallery > figure > svg,
 .justified-gallery > a > a > svg,
 .justified-gallery > div > a > svg,
 .justified-gallery > figure > a > svg {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	margin: 0;
 	padding: 0;
 	border: none;
 	filter: "alpha(opacity=0)";
 	opacity: 0;
 }
 .justified-gallery > a > .caption,
 .justified-gallery > div > .caption,
 .justified-gallery > li > div > .caption,
 .justified-gallery > figure > .caption {
 	display: none;
 	position: absolute;
 	bottom: 0;
 	padding: 5px;
 	background-color: #000000;
 	left: 0;
 	right: 0;
 	margin: 0;
 	color: white;
 	font-size: 12px;
 	font-weight: 300;
 	font-family: sans-serif;
 }
 .justified-gallery > a > .caption.caption-visible,
 .justified-gallery > div > .caption.caption-visible,
 .justified-gallery > li > div > .caption.caption-visible,
 .justified-gallery > figure > .caption.caption-visible {
 	display: initial;
 	filter: "alpha(opacity=70)";
 	opacity: 0.7;
 	-webkit-transition: opacity 500ms ease-in;
 	-moz-transition: opacity 500ms ease-in;
 	-o-transition: opacity 500ms ease-in;
 	transition: opacity 500ms ease-in;
 }
 .justified-gallery > .jg-entry-visible {
 	filter: "alpha(opacity=100)";
 	opacity: 1;
 	background: none;
 }
 .justified-gallery > .jg-entry-visible > img,
 .justified-gallery > .jg-entry-visible > div > img,
 .justified-gallery > .jg-entry-visible > a > img,
 .justified-gallery > .jg-entry-visible > svg,
 .justified-gallery > .jg-entry-visible > a > svg {
 	filter: "alpha(opacity=100)";
 	opacity: 1;
 	-webkit-transition: opacity 500ms ease-in;
 	-moz-transition: opacity 500ms ease-in;
 	-o-transition: opacity 500ms ease-in;
 	transition: opacity 500ms ease-in;
 }
 .justified-gallery > .jg-filtered {
 	display: none;
 }
 .justified-gallery > .spinner {
 	position: absolute;
 	bottom: 0;
 	margin-left: -24px;
 	padding: 10px 0 10px 0;
 	left: 50%;
 	filter: "alpha(opacity=100)";
 	opacity: 1;
 	overflow: initial;
 }
 .justified-gallery > .spinner > span {
 	display: inline-block;
 	filter: "alpha(opacity=0)";
 	opacity: 0;
 	width: 8px;
 	height: 8px;
 	margin: 0 4px 0 4px;
 	background-color: #000;
 	border-radius: 6px;
 }





.exif_wrapper{display: none;} 
 #stacks_in_1057.ncd-photo p{	text-align: left; } 




#stacks_in_1057 li > div.img-wrapper:before{ 
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	content: '';
	z-index: 20;
	transition: box-shadow 200ms;
	border-radius: 7px;
}
#stacks_in_1057 li:hover > div.img-wrapper:before{ 
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.20);
}


#stacks_in_1057.ncd-photo li p span{
	 display: inline-block; 
	
}

/* Break Points for Columns */

/* Phone */
#stacks_in_1057.grid li,
#stacks_in_1057.masonry li{width: calc(100% / 2);}

/* Phone + */
@media only screen and (min-width: 600px) {
	#stacks_in_1057.grid li,
	#stacks_in_1057.masonry li{width: calc(100% / 3);}
}
/* Tablet */
@media only screen and (min-width: 800px) {
	#stacks_in_1057.grid li,
	#stacks_in_1057.masonry li{width: calc(100% / 4);}
}
/* Desktop */
@media only screen and (min-width: 1100px) {
	#stacks_in_1057.grid li,
	#stacks_in_1057.masonry li{width: calc(100% / 5);}
}

#stacks_in_1057.grid li div{background-size: cover;}
#stacks_in_1057.grid ul li div:after{padding-top: 75%;}
#stacks_in_1057.fitRows img{
	max-height: px;
	max-width: 200px;
}

#stacks_in_1057 p{font-size: 13px;}
#stacks_in_1057 b{
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_1057 em{color: rgba(187, 187, 187, 1.00);}
#stacks_in_1057 span{background: rgba(0, 0, 0, 0.70);}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1038 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1038 .theDivider1,
#simpleDivider_stacks_in_1038 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1038 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1038.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1038.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1038 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1038.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1038.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1038.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1038.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1043 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1043 .theDivider1,
#simpleDivider_stacks_in_1043 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1043 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1043.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1043.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1043 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1043.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1043.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1043.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1043.bgImageOn .theDivider1 img {
	display: block;
}

