@charset "UTF-8";
/* CSS Document */

.blur{-webkit-filter: blur(3px) !important;
-moz-filter: blur(3px)!important;
-ms-filter: blur(3px)!important;
  filter: blur(3px)!important;
  -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}


			

		html
		{
			/* killing 300ms touch delay in IE */
			-ms-touch-action: manipulation;
			touch-action: manipulation;
		}

		
ul.bottomimage {
padding:0;
  display: flex; 
  flex-wrap:wrap;
	justify-content:space-between;
margin: 0 auto;
}

		#lghtbox_img
		{
			width: 100%; /* 660 */
			justify-content:space-between;	
			text-align:justify;
			display:inline-flex;	
				
		}
	
		.cstripe3,.mstripe3,.ystripe3,.kstripe3,.wstripe3{-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;}
		.cstripe3:hover	{box-shadow:0 6px cyan, 0 12px #4d9999;}
		.mstripe3:hover	{box-shadow:0 6px magenta, 0 12px #994d99;}
		.ystripe3:hover	{box-shadow:0 6px yellow, 0 12px #99994d;}
		.kstripe3:hover	{box-shadow:0 6px black, 0 12px #4d4d4d;}
		.wstripe3:hover	{box-shadow:0 6px white, 0 12px #B0B0B0;}
			
			
				
				
				#lghtbox_img li
				{	width:23%;
					display: inline-flex;
					margin-bottom:2.5%;}
					
			
					
					
		@media only screen and (max-width: 448px) {
				#lghtbox_img li{width:48.75%;
								margin-bottom:5.5%;
								display: inline-flex;}
				
				.cstripe3	{box-shadow:0 6px cyan, 0 12px #4d9999;}
				.mstripe3	{box-shadow:0 6px magenta, 0 12px #994d99;}
				.ystripe3	{box-shadow:0 6px yellow, 0 12px #99994d;}
				.kstripe3	{box-shadow:0 6px black, 0 12px #4d4d4d;}
							
								}
				


					#lghtbox_img img
					{
						width: 100%; /* 140 */
						height: auto; /* 140 */
						-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
						transition: box-shadow .3s ease, border-color .3s ease;
					}
						#lghtbox_img img:hover,
						#lghtbox_img img:focus
						{
							
							-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
							box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
							
						}
   						
		


		/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .55 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .55 ); /* 50 */
			
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			display:none;
		}
		#imagelightbox-loading
		{display:none;
			
		}



		/* OVERLAY */

		#imagelightbox-overlay
		{
			 background-color: rgb(130, 120, 140);
			  background-color: rgba(130, 120, 140, .8);
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			-webkit-transition: all .2s ease .2s;
  -moz-transition: transform .2s ease .2s;
  -ms-transition: transform .2s ease .2s;
  -o-transition: transform .2s ease .2s;
  transition: all .2s ease .2s;
		}
		
		
		
		



		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 36px;
height: 36px;
text-align: left;
background-color: rgba(0,0,0,.5);
border-radius: 50%;
position: fixed;
z-index: 10002;
top: 1em;
right: 1em;
-webkit-transition: all .3s ease;
transition: all .3s ease;
			
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: rgba(0,0,0,1);
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 6px;
background-color: #fff;
content: '';
position: absolute;
top: 20%;
bottom: 20%;
left: 43%;

				
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: right;
			color: #fff;
			/*background-color: rgba(0,0,0,.5);*/
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 1em; /* 10 */
		}
		button{border-style:none;}

		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #000;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.55em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.5em; /* 60 */
			height: 4.5em; /* 120 */
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.55em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, 1 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{   border-top-right-radius:50%;
				border-bottom-right-radius:50%;
				left: -1.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{	border-top-left-radius:50%;
				border-bottom-left-radius:50%;
				right: -1.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{	display:none;
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{	display:none;
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}





		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#lghtbox_img
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.55em; /* 60 */
				margin-top: -2.55em; /* 30 */
			}
			
		}

		
		