/*	lightgallery_gallery
----------------------------------------------------------------------------- */

/*	lazy loading - hide outline on Chrome and Edge while image is loading
----------------------------------------------------------------------------- */
img[data-src] {
	visibility: hidden;
}

/*	disable scale3d effect for lightbox image
----------------------------------------------------------------------------- */

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
	/*-moz-transform: scale3d(0.2, 0.2, 0.2) !important;
	-o-transform: scale3d(0.2, 0.2, 0.2) !important;
	-ms-transform: scale3d(0.2, 0.2, 0.2) !important;
	-webkit-transform: scale3d(0.2, 0.2, 0.2) !important;
	transform: scale3d(0.2, 0.2, 0.2) !important;*/
	/* transition: transform 300ms cubic-bezier(0, 0, 0.25, 1) 0s !important; */
}

/*	.lightgallery-container
----------------------------------------------------------------------------- */
.lightgallery-container {
	position: relative;
	line-height: 0;
	font-size: 0;
	padding: 0 0 50px 0;
}

/*	.fileset-title
----------------------------------------------------------------------------- */
.fileset-title {
	font-family: Raleway, sans-serif;
	font-weight: 300;
	word-spacing: 1px;
	line-height: 20px;
	color: #999;
	font-style: italic;
	width: 100%;
	padding: 0 15px;
	margin: 0;
}

@media screen and (max-width: 799px) {
	.fileset-title {
		font-size: 14px;
	}
}

@media screen and (min-width: 800px) {
	.fileset-title {
		font-size: 15px;
	}
}

.fileset-title.title-center {
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
}

.fileset-title.title-right {
	text-align: right;
}

.icons-modules {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.fileset-spacer {
	height: 30px;
}

/*	thumbnails
----------------------------------------------------------------------------- */
.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	position: -moz-fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
 	transition: opacity 200ms ease 0s !important;
	-webkit-transition: opacity 200ms ease 0s !important;
}

.thumbnail-wrapper {
	display: inline-block;
}

@media screen and (max-width: 499px) {
	.gallery-2col-3x2 .thumbnail-wrapper,
	.gallery-2col-4x3 .thumbnail-wrapper,
	.gallery-3col-3x2 .thumbnail-wrapper,
	.gallery-1col-3x2-hd .thumbnail-wrapper,
	.gallery-2col-3x2-hq .thumbnail-wrapper,
	.gallery-3col-3x2-hq .thumbnail-wrapper,
	.gallery-3col-3x2-hq-portfolio .thumbnail-wrapper {
		width: 100%;
		padding: 10px 3px;
	}
}

@media screen and (min-width: 500px) {
	.gallery-2col-3x2 .thumbnail-wrapper,
	.gallery-2col-4x3 .thumbnail-wrapper,
	.gallery-3col-3x2 .thumbnail-wrapper,
	.gallery-2col-3x2-hq .thumbnail-wrapper,
	.gallery-3col-3x2-hq .thumbnail-wrapper {
		width: 50%;
		padding: 3px;
	}
	.gallery-1col-3x2-hq .thumbnail-wrapper {
		width: 100%;
		padding: 0 5px 40px 5px;
	}
	.gallery-3col-3x2-hq-portfolio .thumbnail-wrapper {
		width: 50%;
		padding: 3px;
	}
}

@media screen and (min-width: 900px) {
	.gallery-1col-3x2 .thumbnail-wrapper {
		width: 100%;
		padding: 0 5px 60px 5px;
	}
	.gallery-2col-3x2 .thumbnail-wrapper,
	.gallery-2col-4x3 .thumbnail-wrapper {
		width: 50%;
		padding: 3px;
	}
	.gallery-3col-3x2 .thumbnail-wrapper {
		width: 33.33%;
		padding: 3px;
	}	
}

/* @media screen and (min-width: 800px) {
	.gallery-1col-3x2 .thumbnail-wrapper {
		padding: 0 5px 60px 5px;
	}
	.gallery-2col-3x2 .thumbnail-wrapper,
	.gallery-2col-4x3 .thumbnail-wrapper {
		padding: 5px;
	}
} */

@media screen and (min-width: 1200px) {
	.gallery-1col-3x2-hq .thumbnail-wrapper {
		padding: 0 8px 100px 8px;
	}
	.gallery-2col-3x2 .thumbnail-wrapper,
	.gallery-2col-4x3 .thumbnail-wrapper {
		padding: 5px;
	}
	.gallery-3col-3x2 .thumbnail-wrapper {
		padding: 4px;
	}	
}

@media screen and (min-width: 1600px) {
	.gallery-3col-3x2 .thumbnail-wrapper {
		padding: 4px;
	}
}

.thumbnail-wrapper:hover {
	cursor: pointer;
}

.thumbnail-box {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.thumbnail-box.ratio-3x2 {
	padding-top: 66.66%;
}

.thumbnail-box.ratio-3x2 .thumbnail-inner {
	/* background-image png;base64 ratio 3:2 color #f4f4f4 opacity: 1 */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAE0lEQVR42mP88uXbfwYoYETmAACDeAe93g0wfAAAAABJRU5ErkJggg==);
}

.thumbnail-box.ratio-4x3 {
	padding-top: 75%;
}

.thumbnail-box.ratio-4x3 .thumbnail-inner {
	/* background-image png;base64 ratio 4:3 color #f4f4f4 opacity: 1 */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAAEElEQVR42mP88p8BDBgxGABgvQXdpxgM4AAAAABJRU5ErkJggg==);
}

.thumbnail-box.ratio-16x9 {
	padding-top: 56.25%;
}

.thumbnail-box.ratio-16x9 .thumbnail-inner {
	/* background-image png;base64 ratio 16:9 color #f4f4f4 opacity: 1 */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAQAAACRI2S5AAAAEklEQVR42mP88p8BL2AcVQAGADuwEZWYaieKAAAAAElFTkSuQmCC);
}

.thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thumbnail-inner {
	position: relative;
	width: 100%;
	height: 100%;
	/* background-size: contain; */
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -2;
}

.thumbnail-inner img {
	border-radius: 2px;
	/* object-fit: contain; */
	object-fit: cover;
}

.thumbnail-box.ratio-4x3 .thumbnail-inner {
	display: flex; justify-content: space-around;
}

.thumbnail-box.ratio-3x2 .thumbnail-inner {
	display: flex; justify-content: space-around;
}

.thumbnail-box.ratio-4x3 .thumbnail-inner img,
.thumbnail-box.ratio-3x2 .thumbnail-inner img {
	height: 100%;
	/* width: auto; */
	max-width: inherit;
}

.gallery-1col-3x2-hq .thumbnail-box.ratio-3x2 .thumbnail-inner img {
	height: 100%;
	width: auto;
	max-width: inherit;
}

/*	lightgallery lightbox styles
----------------------------------------------------------------------------- */
/*	lazy loading / smooth transition for lightbox image
----------------------------------------------------------------------------- */

/* Lightbox image in full screen mode */
.lg-outer.lg-fullscreen-on .lg-img-wrap {
	padding: 0 !important;
	margin: 0 !important;
}

/* Display lightbox image only when it is fully loaded */

.lg-item img {
	opacity: 0 !important;
	transition: opacity 300ms ease !important;
}

.lg-item.lg-complete img {
	opacity: 1 !important;
	transition: opacity 300ms ease !important;
}

.lg-inner {
	background: none !important;
	transition: opacity 300ms ease !important;
}

.lg-backdrop {
	background-color: #fcfcfc !important;
	transition: opacity 300ms ease !important;
}

.lg-content {
	top: 0 !important; 
	bottom: 0 !important;
}

/*	LIGHTBOX - Navigation
----------------------------------------------------------------------------- */

.lg-toolbar .lg-counter {
	padding-top: 15px !important;
	padding-left: 20px !important;
	font-size: 18px !important;
}

.lg-toolbar button.lg-close::after,
.lg-toolbar .lg-fullscreen::after,
.lg-toolbar .lg-autoplay-button::after,
.lg-show-autoplay .lg-toolbar .lg-autoplay-button::after {
	content: "" !important;
}

.lg-toolbar {
	background-color: transparent !important;
	position: relative !important;
}

/*	close button
----------------------------------------------------------------------------- */
.lg-toolbar button.lg-close,
.lg-toolbar button.lg-fullscreen {
	background-repeat: no-repeat !important;
	/* background-size: cover !important; */
	border: none !important;
	position: absolute !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
	color: transparent !important;
}

.lg-toolbar button.lg-close {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512%3B' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M 87.856 447.977 L 448.566 88.603 C 455.236 81.943 455.236 71.133 448.566 64.463 C 441.896 57.793 431.096 57.793 424.426 64.463 L 63.726 423.847 C 57.056 430.517 57.056 441.317 63.726 447.987 C 70.396 454.657 81.196 454.647 87.856 447.977 Z M 447.344 425.183 L 87.423 63.475 C 80.763 56.805 69.953 56.805 63.293 63.475 C 56.623 70.135 56.623 80.945 63.293 87.615 L 423.214 449.313 C 429.884 455.983 440.684 455.983 447.354 449.313 C 454.014 442.653 454.014 431.843 447.344 425.183 Z' style='fill: %23999999%3B'/%3E%3C/g%3E%3C/svg%3E");
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}

.lg-toolbar button.lg-fullscreen {
	background-image: url('data:image/svg+xml,<svg fill="%23999999"  version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-78.51 -78.51 647.69 647.69" xml:space="preserve" stroke="%23888888" stroke-width="14.720009999999998"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><g><path d="M173.792,301.792L21.333,454.251v-80.917c0-5.891-4.776-10.667-10.667-10.667C4.776,362.667,0,367.442,0,373.333V480 c0,5.891,4.776,10.667,10.667,10.667h106.667c5.891,0,10.667-4.776,10.667-10.667s-4.776-10.667-10.667-10.667H36.416 l152.459-152.459c4.093-4.237,3.975-10.99-0.262-15.083C184.479,297.799,177.926,297.799,173.792,301.792z"></path><path d="M480,0H373.333c-5.891,0-10.667,4.776-10.667,10.667c0,5.891,4.776,10.667,10.667,10.667h80.917L301.792,173.792 c-4.237,4.093-4.354,10.845-0.262,15.083c4.093,4.237,10.845,4.354,15.083,0.262c0.089-0.086,0.176-0.173,0.262-0.262 L469.333,36.416v80.917c0,5.891,4.776,10.667,10.667,10.667s10.667-4.776,10.667-10.667V10.667C490.667,4.776,485.891,0,480,0z"></path><path d="M36.416,21.333h80.917c5.891,0,10.667-4.776,10.667-10.667C128,4.776,123.224,0,117.333,0H10.667 C4.776,0,0,4.776,0,10.667v106.667C0,123.224,4.776,128,10.667,128c5.891,0,10.667-4.776,10.667-10.667V36.416l152.459,152.459 c4.237,4.093,10.99,3.975,15.083-0.262c3.992-4.134,3.992-10.687,0-14.82L36.416,21.333z"></path><path d="M480,362.667c-5.891,0-10.667,4.776-10.667,10.667v80.917L316.875,301.792c-4.237-4.093-10.99-3.976-15.083,0.261 c-3.993,4.134-3.993,10.688,0,14.821l152.459,152.459h-80.917c-5.891,0-10.667,4.776-10.667,10.667s4.776,10.667,10.667,10.667 H480c5.891,0,10.667-4.776,10.667-10.667V373.333C490.667,367.442,485.891,362.667,480,362.667z"></path></g></g></g></g></svg>');
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}
.lg-toolbar button.lg-fullscreen:hover {
	background-image: url('data:image/svg+xml,<svg fill="%23444444"  version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-78.51 -78.51 647.69 647.69" xml:space="preserve" stroke="%23888888" stroke-width="14.720009999999998"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><g><path d="M173.792,301.792L21.333,454.251v-80.917c0-5.891-4.776-10.667-10.667-10.667C4.776,362.667,0,367.442,0,373.333V480 c0,5.891,4.776,10.667,10.667,10.667h106.667c5.891,0,10.667-4.776,10.667-10.667s-4.776-10.667-10.667-10.667H36.416 l152.459-152.459c4.093-4.237,3.975-10.99-0.262-15.083C184.479,297.799,177.926,297.799,173.792,301.792z"></path><path d="M480,0H373.333c-5.891,0-10.667,4.776-10.667,10.667c0,5.891,4.776,10.667,10.667,10.667h80.917L301.792,173.792 c-4.237,4.093-4.354,10.845-0.262,15.083c4.093,4.237,10.845,4.354,15.083,0.262c0.089-0.086,0.176-0.173,0.262-0.262 L469.333,36.416v80.917c0,5.891,4.776,10.667,10.667,10.667s10.667-4.776,10.667-10.667V10.667C490.667,4.776,485.891,0,480,0z"></path><path d="M36.416,21.333h80.917c5.891,0,10.667-4.776,10.667-10.667C128,4.776,123.224,0,117.333,0H10.667 C4.776,0,0,4.776,0,10.667v106.667C0,123.224,4.776,128,10.667,128c5.891,0,10.667-4.776,10.667-10.667V36.416l152.459,152.459 c4.237,4.093,10.99,3.975,15.083-0.262c3.992-4.134,3.992-10.687,0-14.82L36.416,21.333z"></path><path d="M480,362.667c-5.891,0-10.667,4.776-10.667,10.667v80.917L316.875,301.792c-4.237-4.093-10.99-3.976-15.083,0.261 c-3.993,4.134-3.993,10.688,0,14.821l152.459,152.459h-80.917c-5.891,0-10.667,4.776-10.667,10.667s4.776,10.667,10.667,10.667 H480c5.891,0,10.667-4.776,10.667-10.667V373.333C490.667,367.442,485.891,362.667,480,362.667z"></path></g></g></g></g></svg>');
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.lg-toolbar button.lg-close:hover {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512%3B' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M 87.856 447.977 L 448.566 88.603 C 455.236 81.943 455.236 71.133 448.566 64.463 C 441.896 57.793 431.096 57.793 424.426 64.463 L 63.726 423.847 C 57.056 430.517 57.056 441.317 63.726 447.987 C 70.396 454.657 81.196 454.647 87.856 447.977 Z M 447.344 425.183 L 87.423 63.475 C 80.763 56.805 69.953 56.805 63.293 63.475 C 56.623 70.135 56.623 80.945 63.293 87.615 L 423.214 449.313 C 429.884 455.983 440.684 455.983 447.354 449.313 C 454.014 442.653 454.014 431.843 447.344 425.183 Z' style='fill: %23444444'/%3E%3C/g%3E%3C/svg%3E");
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

@media screen and (max-width: 1199px) {
	.lg-toolbar button.lg-close {
		width: 40px !important;
		height: 40px !important;
		top: 70px !important;
		right: 20px !important;
	}
	.lg-toolbar button.lg-fullscreen {
		width: 40px !important;
		height: 40px !important;
		top: 70px !important;
		left: 20px !important;
	}
}

@media screen and (min-width: 1200px) {
	.lg-toolbar button.lg-close {
		width: 50px !important;
		height: 50px !important;
		top: 70px !important;
		right: 20px !important;
		/* background-position: 0px 0px !important; */
	}
	.lg-toolbar button.lg-fullscreen {
		width: 50px !important;
		height: 50px !important;
		top: 70px !important;
		left: 20px !important;
		/* background-position: 0px 0px !important; */
	}
}

/*	previous next buttons
----------------------------------------------------------------------------- */
/* on behalf of custom prev next icons */
button.lg-next::before,
button.lg-prev::after {
	content: "" !important;
}

button.lg-next,
button.lg-prev {
	background-color: transparent !important;
	position: absolute !important;
	outline: none !important;
}

@media screen and (max-width: 899px) {
	button.lg-prev,
	button.lg-next {
		width: 35vw !important;
		/* height: 100vh !important; */
		height: calc(100vh - 30vh) !important;
		background-position: 0px 0px !important;
	}
	button.lg-prev {
		top: 0px !important;
		left: 0px !important;
	}
	button.lg-next {
		top: 0px !important;
		right: 0px !important;
	}
	button.lg-toolbar #lg-counter {
		padding-left: 30px !important;
	}
	button.lg-prev {
		background-position-x: 10% !important;
		background-position-y: 95% !important;
	}
	button.lg-next {
		background-position-x: 90% !important;
		background-position-y: 95% !important;
	}
}

@media screen and (min-width: 900px) {
	button.lg-prev,
	button.lg-next {
		width: 35vw !important;
		height: calc(100vh - 30vh) !important;
		background-position: 0px 0px !important;
		margin: 15vh 0;
	}
	button.lg-prev {
		top: 15vh !important;
		left: 0px !important;
	}
	button.lg-next {
		top: 15vh!important;
		right: 0px !important;
	}
	button.lg-toolbar #lg-counter {
		padding-left: 30px !important;
	}
	button.lg-prev {
		background-position-x: left !important;
		background-position-y: center !important;
	}
	button.lg-next {
		background-position-x: right !important;
		background-position-y: center !important;
	}
}

@media screen and (min-width: 1200px) {
	button.lg-prev {
		top: 15vh !important;
		left: 12px !important;
	}
	button.lg-next {
		top: 15vh!important;
		right: 12px !important;
	}
}

button.lg-prev {
	background-image: url("data:image/svg+xml,%3Csvg id='i-chevron-left' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 30 L8 16 20 2' /%3E%3C/svg%3E");
	transition: 0.3s;
	-webkit-transition: 0.3s;
	background-size: 60px !important;
}

button.lg-prev:hover {
	background-image: url("data:image/svg+xml,%3Csvg id='i-chevron-left' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 30 L8 16 20 2' /%3E%3C/svg%3E");
	transition: 0.3s;
	-webkit-transition: 0.3s;
	background-size: 60px !important;
}

button.lg-next {
	background-image: url("data:image/svg+xml,%3Csvg id='i-chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 30 L24 16 12 2' /%3E%3C/svg%3E");
	transition: 0.3s;
	-webkit-transition: 0.3s;
	background-size: 60px !important;
}

button.lg-next:hover {
	background-image: url("data:image/svg+xml,%3Csvg id='i-chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 30 L24 16 12 2' /%3E%3C/svg%3E");
	transition: 0.3s;
	-webkit-transition: 0.3s;
	background-size: 60px !important;
}


button.lg-prev,
button.lg-next {
	background-repeat: no-repeat !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 42px !important;
}

/*	
----------------------------------------------------------------------------- */

.lg-sub-html {
	padding: 0 40px !important;
	background-color: rgba(255, 255, 255, 0) !important;
	color: #999 !important;
	font-size: 14px !important;
	line-height: 50px;
}

.lg-outer .lg-image {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.lg-sub-html {
	position: absolute;
	bottom: 0;
	left: 50vw;
}

/*	.lg-content
----------------------------------------------------------------------------- */

.lg-content {
	background-color: #fcfcfc !important;
}

/*	.lg-img-wrap
----------------------------------------------------------------------------- */


@media screen and (max-width: 899px) and (max-height: 499px) {
	.lg-outer .lg-img-wrap {
		padding: 15px 3vw 15px 3vw !important;
	}
	.lg-sub-html {
		display: none;
	}
}

@media screen and (max-width: 899px) and (min-height: 500px) {
	.lg-outer .lg-img-wrap {
		padding: 1vw 3vw 1vw 3vw !important;
	}
}

@media screen and (min-width: 900px) {
	.lg-outer .lg-img-wrap {
		padding: 2vw 60px 2vw 60px !important;
		/* padding: 60px 60px !important; */
		margin: 0 auto;
		/* max-width: calc(1650px + 12vw) !important; */
	}
}

@media screen and (min-width: 1200px) {
	.lg-outer .lg-img-wrap {
		padding: 50px 80px 50px 80px !important;
		/*  padding: 60px 90px !important;  */
		margin: 0 auto;
		/* max-width: calc(1650px + 12vw) !important; */
	}
}

/*	spinner (dual ring animation while loading)
----------------------------------------------------------------------------- */
.spinner-dual-ring-small {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.spinner-dual-ring-small::after {
		content: " ";
		display: block;
		width: 30px;
		height: 30px;
		margin: 0;
		border-radius: 50%;
		border: 2px solid #aaa;
		border-color: #aaa transparent #aaa transparent;
		animation: fadein-delay 1s, spinner-dual-ring 1.2s linear infinite;
		position: absolute;
		top: calc(50% - 16px);
		left: calc(50% - 16px);
		z-index: -1;
	}
}

@media screen and (min-width: 768px) {
	.spinner-dual-ring-small::after {
		content: " ";
		display: block;
		width: 40px;
		height: 40px;
		margin: 0;
		border-radius: 50%;
		border: 2px solid #aaa;
		border-color: #aaa transparent #aaa transparent;
		animation: fadein-delay 1s, spinner-dual-ring 1.2s linear infinite;
		position: absolute;
		top: calc(50% - 21px);
		left: calc(50% - 21px);
		z-index: -1;
	}
}

@keyframes spinner-dual-ring {
	0% {transform: rotate(0deg);} 
	100% {transform: rotate(360deg);}
}

/* animation keyframes
----------------------------------------------------------------------------- */
@keyframes fadein {
	0% {opacity: 0;} 
	100% {opacity: 1;}
}

@keyframes fadein-delay {
	0% {opacity: 0;} 
	80% {opacity: 0;} 
	100% {opacity: 1;}
}
