/* @override 
	https://leicestershirecollections.org.uk/?css=styles/app.css.v.1662986647 */


	/* @group banner */
	
	
	.banner {
		 padding-top: 1rem;
		 margin-bottom: 1rem;
		 background: #000;
		 border-top: 1px solid #fdfdfd;
		 
	}
	.banner p {
		color: #fff !important;
	}
	
	@media print, screen and (min-width: 40em) {
			.banner {
		 padding-top: 0;
		 margin-top: -1rem;;
		 margin-bottom: -1rem;
	}
	}
	/* @end */
	
	/* @group Layout */


header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}



	.wrapper {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}


@media print, screen and (min-width: 40em) {


.spaced-out {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.spaced-top {
	padding-top: 3rem;
}


body.js .hide-for-js {
	display: none;
}
  
  



}
@media print, screen and (min-width: 64em) {

.large-float-right {
  float: right !important; }
  

 
.menu.large-align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }


.large-align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }


	.menu.large-align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
	
		  }
		  
		  
/* @end */






/* @group Type */


body {
color:  #555;
background: #fdfdfd ;
font-family: sofia-pro, sans-serif; 
font-weight: 400;
font-style: normal;
/*font-size: 125%;*/


}


h1, .h1,
h2, .h2,
h3, .h3 ,
h4, .h4,
h5, .h5,
h6, .h6 {
font-weight: 600;
	font-family: ivypresto-headline, serif;	
font-style: normal;
	color: #36547B; 

}




h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  

}

h2, .h2 {
    font-size: 2rem;  line-height: 1.1;
 }

h3, .h3 {
    font-size: 1.5rem;
	  line-height: 1.3;
}

h4, .h4 {  font-size: 1.25rem; 
	text-transform: none; 

}

h5, .h5 { text-transform: none; 
	font-size: 1.25rem;
		

}

h6, .h6 { 
  font-size: 1rem;
}



h1 em {
font-size: 2rem;
display: block;
font-style: normal;	line-height: inherit;
}

h1 em::after {
	content: ':'
} 

strong, b {
	font-weight: 600;
}

p.subtitle {
	color: #555;  
	font-size: 1.25rem;



}
@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 4.25rem; 
  margin-bottom: 1rem;
/*  letter-spacing: -0.01em;*/
  }
  h2, .h2 {
    font-size: 3rem; }
  h3, .h3 {
    font-size: 2.25rem }
  h4, .h4 {
    font-size: 2rem; }
  h5, .h5 {
    font-size: 1.5rem}
  h6, .h6 {
    font-size: 1.5rem;  } 


p, li {
	font-size: 1.25rem;	
line-height: 1.8;
}
p.subtitle {

	font-size: 1.75rem;line-height: 1.5;
	
}
}



a {
color:  #D43A02;

}


  a:hover, a:focus {
 color: #892501;
  }
    
    
 a:not(header *, .menu *, .button) {
font-weight: 600;
	border-bottom: 1px solid #D43A02;

}


    
 a:not(header *, .menu *, .button):hover ,
  a:not(header *, .menu *, .button):focus {
border-bottom: 1px solid #892501
}

#edit {
position: fixed;
top:  0; left:  0;padding: 0.5rem 1rem 0.25rem 1rem;
background: #D43A02;
color: #fff;
border: none;
}

#edit:hover	{
	background: #892501;
} 


#edit svg {
	width: auto;
	height: 20px;
}


a.button-link {
	text-align: center;
	font-size: 1.1rem;
	display: inline-block;
	padding: 0.25rem 2rem;
	border: 1px solid #36547B;
	border-radius: 20px;
}

a.button-link:hover, a.button-link:focus {
	    color: #2A4261; 
	border: 1px solid #2A4261;

} 
    .clickable {
		cursor: pointer;
	}
	
.news-grid {
	margin-top: 1rem;
}








p.date {	font-family: sofia-pro, sans-serif; 

	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	color: #666;
}


p.date + h1 {
	margin-top: 1rem;
}



p.date + h3 {
	margin-bottom: 1rem;
}



/* @end */

/* @group logo */

#logo {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
#logo {
	margin-top: 0;
}

}


@media print, screen and (min-width: 64em) {
#logo {
	margin-top: 0;
	padding-right: 3rem;
}

}

/* @end */

/* @group Nav */


#utility-nav {
			margin-bottom: 1rem;
	
		}
		
		
#utility-nav li a {

	text-transform: uppercase;
	font-family: sofia-pro, sans-serif; 
	font-size:1rem;
font-weight: 600;
font-style: normal;
	color: #36547B; 
}



	#utility-nav .menu .is-active > a {
background: inherit;
color: inherit;

}





#collections-nav {
/*	margin-top: 1rem;*/
/*	margin-bottom:  1rem;*/
padding-top: 0.5rem;
padding-bottom: 0.5rem;

background: #36547B;
}
/*#collections-nav ul li{

text-align: center;
}*/


#collections-nav li a {
font-family: ivypresto-headline, serif;

font-weight: 600;
border-radius: 15px;
font-style: normal;
  font-size: 1.5rem;
	color: #f5f5f5;
  	padding:  0 1rem;
margin-top:  0.5rem;
margin-bottom:  0.5rem;
	transition: 400ms background;
	
}


 #collections-nav li a:hover, #collections-nav li a:focus {
color: #fff;  }
  
  
  


  #collections-nav li.is-active a {
background: inherit;
color: #f5f5f5;
}

  #collections-nav li {
  	position: relative;;
  }
  
  

@media print, screen and (min-width: 70em) {
  #collections-nav li.is-active a:after 
  
{content: '';
  	display: block;
  	position: absolute;
  	bottom:  -0.5rem;
  	left: calc(50% - 8px);
 	width: 0;
	height: 0;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #ededed transparent;
	border-style: solid;
  }

}




#collections-nav ul li ul {
	margin-top: -0.5rem ;
}

#collections-nav ul li ul li.is-active {
	border: none;
}

 #collections-nav ul li ul li a {
 	font-family: sofia-pro, sans-serif;
text-transform: uppercase;
	font-size:0.75rem;
font-weight: 400;
padding: 0.5rem 1rem ;
margin-bottom:  0;

}


@media print, screen and (min-width: 40em) {
  
  #collections-nav li {
transition: 400ms all;
}


  #collections-nav  li.is-active  {


}



#collections-nav li a {
margin-top:  0.5rem;
margin-bottom:  0.5rem;

}


}




#collections-sub-nav {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
	background: #ededed;
	border-bottom: 1px solid rgba(100, 100, 100, .1);;
}




.sub-nav li a  {
	font-family: sofia-pro, sans-serif; 

text-transform: uppercase;
	font-size:0.875rem;
font-weight: 600;
padding: 0.5rem 1rem ;
border-radius: 15px;
margin-right: 0.5rem;
color: #36547B; ;
}



  .sub-nav li.is-active a  {
background: inherit;
color: #444;
cursor: default;
}




.sub-nav li a svg{
	float: right;
	margin-left: 0.25rem;
}


.pagination-links {
	text-transform: uppercase;
	padding-top: 2rem;
}
 
.pagination-links a {
	font-size: 0.875rem;
	border-bottom: none !important;
}

.pagination-links  svg {
	margin-bottom: -0.15rem;
}

/* @group Hero */

.bg {
	position: relative;
	margin-top: -1rem;
	border-top: 1px solid #fdfdfd

}

.bg , .bg .grid-x {
	height: 30vh;
	background-size: cover;
	background-position: center center;
}


.bg-caption {   background: rgba(255, 255, 255, .9);
margin-bottom: 2rem; padding: 1rem 2rem; 		box-shadow: 5px 5px 13px rgba(0,0,0,.4);



}

.bg-caption h1 {
}

/* @end */

/* @group Photo grid */


.photo-grid .cell {
	position: relative;
	min-height: 400px;
}

.photo-grid .cell:last-of-type {
		margin-bottom: 2rem;

} 




.photo-grid .cell {
	margin-bottom: 2rem;
}




.photo-grid-caption {
max-width: 80%;
padding: 1.5rem;
	position: absolute;
	bottom:  2rem;
	left:  2rem;
/*	left: -0.625rem;*/
	box-shadow: 5px 5px 13px rgba(0,0,0,.2);
border-radius: 2px ;
	background: #fff;
	transition: 600ms all;
}

.cell.clickable:hover  .photo-grid-caption {
		box-shadow: 5px 5px 13px rgba(0,0,0,.4);

}




.photo-grid-caption h2 a {
border: none !important;
	color: #36547B; 
}


.photo-grid-caption p {
	color: #555;

	font-family: sofia-pro, sans-serif; 
line-height: 1.4;
margin-bottom: 0.5rem;
}


/*.photo-grid-caption a {

	border-bottom: none !important;
}*/

.photo-grid .cell.clickable  img {
width: 100%;
/*		border-radius: 50%;*/
	transition: 600ms all;
	
}


.photo-grid .cell.clickable:hover  img  {
  filter: brightness(90%);
}



.imageplaceholder {
	position: absolute;
	top:  0;
	left:  0;
	z-index: -100;
	height: 400px;
	width: 100%;
}

/* @group filters */

#gallery-filter {
margin-bottom: 2rem;
}

#gallery-sub-nav {
padding: 1rem ;

}





ul.filter-menu ,
ul.filter-menu  ul {
	list-style: none;
margin: 0;
padding: 0;

}




ul.filter-menu li {
	
	border-radius: 15px ;

}



ul.filter-menu a {
	
transition: 800ms all ;

}



ul.filter-menu > li {
	
	border-radius: 25px ;
	padding: 1rem 1rem 0 1rem;
	margin: 0 0 0.5rem 0;
	border: 1px solid rgba(200, 200, 200, .1);
background: #f9f9f9;
}

ul.filter-menu > li.is-active  {
	background: #ededed;
} 


ul.filter-menu  li.is-active a {
	background: #36547B;
} 


ul.filter-menu  li.is-active a {
	color:  #fff ;
	transition: 400ms all;
} 






ul.filter-menu li ul  {
	padding: 0;
	margin: 0;
	display: inline;
}

ul.filter-menu li ul li {
	padding: 0;
	margin:  0;
border: none;
	display: inline;

}

ul.filter-menu li a {
			text-transform: uppercase;
font-weight: 400 !important;
	display: inline-block;
border: none !important;
	border-radius: 10px;

	font-size:0.875rem;
font-weight: 600;
margin-bottom: 1rem;
padding: 0.25rem 0.5rem ;
color: #36547B; ;
}


ul.filter-menu > li > a {
font-weight: 600 !important; 
font-size: 1rem;
	padding: 0.5rem 1.5rem;
	background: #eee;
}

ul.filter-menu > li.is-active > a {
/*	background: rgba(0,0,0,0.25);*/
}


ul.filter-menu li a:hover ,
ul.filter-menu li a:active {
	background: #EDEDED;
} 



ul.filter-menu li.is-active ul a:hover,
ul.filter-menu li.is-active ul a:active {
	background: #263b56;
} 




ul.filter-menu li.is-active > a:hover,
ul.filter-menu li.is-active >  a:active {
	background: #36547B;
	cursor: default;
} 




.gallery-filter-button {
text-transform: uppercase;
font-weight: 600 ;
	font-size: 0.785rem;
	line-height: 1.4;
	color: #f5f5f5;
	background: #AC2F02;
	background: #C7431F;
	padding: 0.5rem 1rem;
	margin: 1rem 0.5rem 0 0;
	border: none !important;
	border-radius: 15px;
	display: inline-block;
	text-align: center;
	float: left;
cursor: pointer;
}

.gallery-filter-button:hover , .gallery-filter-button:focus {
		color: #fff;
		background: #8D2702;
		transition: 600ms all;
}




@media print, screen and (min-width: 40em) {

ul.filter-menu > li > a {

margin-bottom: 0 ;
}

.gallery-filter-button {
		font-size: 1rem;

}
.gallery-filter-button.first-button {
	border-radius: 15px 0 0 15px;
	margin-right: 0;
}
.gallery-filter-button.second-button {
	border-radius: 0 15px 15px 0;
	border-left: 1px solid rgba(	255,255,255,0.75) !important
}




}



#gallery-sub-nav.closed  {
display: 	none;
} 





.has-bg {
		background: rgba(253, 253, 253, .95);
}




@media print, screen and (min-width: 40em) {
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 1;


}


}


figure{
	position: relative;
	margin-bottom: 1rem;
	margin-top: 1rem;
}


figcaption {

text-transform: uppercase;
	font-size: 0.875rem;

	color: #666;
	padding-top: 0.25rem ;
}



/* @end */

.masonry-grid {
	min-height: 100vh;
margin-top:  1rem;
	margin-bottom: 1rem;

}

.masonry-grid-item-content p {

	font-size: 1rem;
	line-height: 1.6;
margin: 1rem 0 2rem 0;

}




.js .masonry-grid.are-images-unloaded {
  opacity: 0;
}

.js .masonry-grid.are-images-unloaded .grid-item {
  opacity: 0;
}



.page-load-status {
  display: none; /* hidden by default */
  padding-top: 2rem;
  text-align: center;
}


.loading-spinner {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.loading-spinner:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #666666;
  border-color: #666666 transparent #666666 transparent;
  animation: loading-spinner 1.2s linear infinite;
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loader-wheel {
  font-size: 64px;
  position: relative;
  height: 1em;
  width: 0.55em;
  padding-left: 0.45em;
  animation: loader-wheel-rotate 0.5s steps(12) infinite;
  overflow: hidden;
}

.loader-wheel span {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #333;
  opacity: 0.8;
  transform: rotate(-30deg);
  transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


 

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}







/* @end */

/* @group footer */



.pre-footer {
	display: block;
	background: #f5f5f5 ;
	padding-top: 1rem;
	margin-top: 4rem;	
}
.pre-footer.clickable:hover {
	background: #f2f2f2 ;}
	
.pre-footer a {
		color: #36547B; 
}

footer {

	padding-top: 3rem;
	padding-bottom: 1rem;
	background: #36547B
}

footer ul.menu {

	margin-bottom: 1rem;
}

footer p, footer li , footer a {
	color: #fff;
	font-size: 1rem;	
	
}



footer   a {
	color: #f5f5f5;
	border-bottom: none !important;
}

 footer a:hover,footer a:focus {
    color: #fff; 
  }
    
footer  ul.menu  a , .pre-footer a {
		font-family: sofia-pro, sans-serif; 
font-size: 0.875rem;	
	text-transform: uppercase;
font-weight: 600;
font-style: normal;

padding-left: 0;
margin-right: 1rem;
border:  none !important;
}


ul.social li {
	margin-left: 1rem;
}
.social svg {
	transform: scale(2);
}
/* @end */

/* @group cookies */

   	form label {
   		font-size: inherit;
   	}


#cookiebanner {
width: 100% !important;
opacity: 0.95;
	position: fixed; 
	bottom: 0 ; 

	background: #fff ;
	border-top: 1px solid #ddd;
			  	box-shadow: 5px -5px 15px  rgba(0,0,0,.1);

	padding-top: 1rem;
	padding-bottom: 1rem;
	
}


   	#cookiebanner p:not(.h4), #cookiebanner label, #cookiebanner .button  {
	font-size: 0.875rem;

}
   	
   	
#cookiebanner label {
font-weight: 700;
	margin-bottom: 0.5rem;
display: inline-block;
margin-right: 1rem;
}



.form-button {
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 0.5rem 1rem;
	background: #D43A02;
color: #fff;
	border: none;
	border-radius: 20px;
}

.form-button:hover, .form-button:focus {
	 	background: #892501;

} 
   @media print, screen and (min-width: 40em) {
   	
   	#cookiebanner {

	padding-top: 2rem;
	padding-bottom: 3rem;
	
}

   	#cookiebanner p:not(.h4), #cookiebanner label, #cookiebanner .button  {
	font-size: 1rem;
	display: block;
}

   	
   	}
   	
   	
   	


/* @end */

/* @group Mobile nav */
	
	@media screen and (max-width: 39.99875em) {
	
#collections-nav {
	padding-top: 1rem;
	padding-bottom: 1rem;
}


	nav {
		display: none;
	}
	
		
		#utility-nav {
			background: #f5f5f5 ;
			margin-top: 1.5rem;
			margin-bottom: 0;
			padding-left: 1rem;
			padding-top: 1rem;
			padding-bottom: 1rem;
		}	
		
	#utility-nav li a {
padding: 0.5rem;
	font-size:0.875rem;


}




#nav-toggle-div {z-index: 100;
		 		display: block;
		 		width: 6.75rem;
		 		position: fixed;
		 		top:  0;
		 		right: 0;
		 		background: #fdfdfd;
		 		
		 	}
		 	
	#nav-toggle {
		position: relative;
	}	
	
		#nav-toggle span.menu-label {
			
			float: left;
			margin-left: 2rem;
			margin-bottom: 1rem;
			display: inline-block;
			text-transform: uppercase;
	font-size:0.875rem;
			font-weight: 600;
			line-height: 0.2rem;
					color: #36547B; 

		} 
	
	#nav-toggle span.hamburger {

	padding: 1rem 0.5rem;

		display: block;
		z-index: 1;
		 width: 25px;
		 height:  1px;
	border-bottom: none !important;
	}
	
	
	
	
	#nav-toggle span.line, #nav-toggle span.line:before, #nav-toggle span.line:after {
	  cursor: pointer;
	  border-radius: 1px;
	  height: 2px;
	  width: 25px;
	  background: #36547B;
	  position: absolute;
	  display: block;
	  content: '';
	  cursor: pointer;
	
	}
	
	#nav-toggle span.line:before, #nav-toggle span.line:after  {
		
	   -webkit-transition: transform 400ms ;
	    -moz-transition:transform 400ms ;
	    -ms-transition:transform 400ms ;    
		transition:transform 400ms ;
	}
	
	#nav-toggle span.line:before {
	  top: -6px;  
	
	}
	#nav-toggle span.line:after {
	  bottom: -6px; 
	}
	
	
	
	
	#nav-toggle.active  span.line {
		background:transparent;
	}
	
	#nav-toggle.active  span.line:before
	{  height: 2px;
		transform: rotate(45deg);
	position: absolute; top: 0;
	background: #A22C02;
	}
	
	
	#nav-toggle.active  span.line:after
	{height: 2px;
		transform: rotate(-45deg);
	position: absolute; top: 0;
	background: #A22C02;
	}
	
	
	
	#nav-toggle:hover span.line, #nav-toggle:hover span.line:before, #nav-toggle:hover span.line:after {
		 background: #A22C02
	}
	
	
	
	#nav-toggle.active:hover  span.line {
		background:transparent;
	}
	  	
	  	
	}
	
	
	
	footer p, footer  a {
	font-size: 0.875rem;
	}
	
	ul.sitemap {
margin:  0;
list-style: none;
	}
	
	ul.sitemap ul {
	
	margin-left:1.5rem;	
	}
	
		ul.sitemap > li  {
			margin-top: 0.5rem;
		}
		
	ul.sitemap > li > a {
		font-weight: 600;
		font-size: 2rem;
	font-family: ivypresto-headline, serif;	
		margin-bottom: 0.5rem;
	}
	
		ul.sitemap ul {
			list-style: circle;
		}

	
/* @end */

/* @group Lity */
  	
  	/*! Lity - v3.0.0-dev - 2020-04-26
  	* http://sorgalla.com/lity/
  	* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
  	
  	.lity-active,
  	.lity-active body {
  	  overflow: hidden;
  	}
  	
  	.lity {
  	  z-index: 9990;
  	  position: fixed;
  	  top: 0;
  	  right: 0;
  	  bottom: 0;
  	  left: 0;
  	  white-space: nowrap;
  	  background: #0b0b0b;
  	  background: rgba(0, 0, 0, .9);
  	  outline: none !important;
  	  opacity: 0;
  	  -webkit-transition: opacity .3s ease;
  	  -o-transition: opacity .3s ease;
  	  transition: opacity .3s ease;
  	}
  	
  	.lity.lity-opened {
  	  opacity: 1;
  	}
  	
  	.lity.lity-closed {
  	  opacity: 0;
  	}
  	
  	.lity * {
  	  -webkit-box-sizing: border-box;
  	  -moz-box-sizing: border-box;
  	  box-sizing: border-box;
  	}
  	
  	.lity-wrap {
  	  z-index: 9990;
  	  position: fixed;
  	  top: 0;
  	  right: 0;
  	  bottom: 0;
  	  left: 0;
  	  text-align: center;
  	  outline: none !important;
  	}
  	
  	.lity-wrap:before {
  	  content: '';
  	  display: inline-block;
  	  height: 100%;
  	  vertical-align: middle;
  	  margin-right: -0.25em;
  	}
  	
  	.lity-loader {
  	  z-index: 9991;
  	  color: #fff;
  	  position: absolute;
  	  top: 50%;
  	  margin-top: -0.8em;
  	  width: 100%;
  	  text-align: center;
  	  font-size: 14px;
  	  font-family: Arial, Helvetica, sans-serif;
  	  opacity: 0;
  	  -webkit-transition: opacity .3s ease;
  	  -o-transition: opacity .3s ease;
  	  transition: opacity .3s ease;
  	}
  	
  	.lity-loading .lity-loader {
  	  opacity: 1;
  	}
  	
  	.lity-container {
  	  z-index: 9992;
  	  position: relative;
  	  text-align: left;
  	  vertical-align: middle;
  	  display: inline-block;
  	  white-space: normal;
  	  max-width: 100%;
  	  max-height: 100%;
  	  outline: none !important;
  	}
  	
  	.lity-content {
  	  z-index: 9993;
  	  width: 100%;
  	  -webkit-transform: scale(1);
  	  -ms-transform: scale(1);
  	  -o-transform: scale(1);
  	  transform: scale(1);
  	  -webkit-transition: -webkit-transform .3s ease;
  	  transition: -webkit-transform .3s ease;
  	  -o-transition: -o-transform .3s ease;
  	  transition: transform .3s ease;
  	  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
  	}
  	
  	.lity-loading .lity-content,
  	.lity-closed .lity-content {
  	  -webkit-transform: scale(0.8);
  	  -ms-transform: scale(0.8);
  	  -o-transform: scale(0.8);
  	  transform: scale(0.8);
  	}
  	
  	.lity-content:after {
  	  content: '';
  	  position: absolute;
  	  left: 0;
  	  top: 0;
  	  bottom: 0;
  	  display: block;
  	  right: 0;
  	  width: auto;
  	  height: auto;
  	  z-index: -1;
  	  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  	  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  	}
  	
  	.lity-close,
  	.lity-close:hover,
  	.lity-close:focus,
  	.lity-close:active,
  	.lity-close:visited {
  	  z-index: 9994;
  	  width: 35px;
  	  height: 35px;
  	
  	  /* Change to position: absolute to display close button inside content container */
  	  position: fixed;
  	  right: 1rem;
  	  top: 1rem;
  	  -webkit-appearance: none;
  	  cursor: pointer;
  	  text-decoration: none;
  	  text-align: center;
  	  padding: 0;
  	  color: #fff;
  	  font-style: normal;
  	  font-size: 3rem;
  	  font-family: Arial, Baskerville, monospace;
  	  line-height: 2rem;
  	 
  	  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  	  border: 0;
  	  background: #000;
  	  -webkit-box-shadow: none;
  	  box-shadow: none;
  	}
  	
  	.lity-close::-moz-focus-inner {
  	  border: 0;
  	  padding: 0;
  	}
  	
  	/*.lity-close:active {
  	  top: 1px;
  	}*/
  	
  	/* Image */
  	
  	.lity-image img {
  	  padding: 1rem;
  	  max-width: 100%;
  	  display: block;
  	  line-height: 0;
  	  border: 0;
  	}
  	
  	/* iFrame */
  	
  	.lity-iframe .lity-container {
  	  width: 100%;
  	  max-width: 964px;
  	}
  	
  	.lity-iframe-container {
  	  width: 100%;
  	  height: 0;
  	  padding-top: 56.25%;
  	  overflow: auto;
  	  pointer-events: auto;
  	  -webkit-transform: translateZ(0);
  	  transform: translateZ(0);
  	  -webkit-overflow-scrolling: touch;
  	}
  	
  	.lity-iframe-container iframe {
  	  position: absolute;
  	  display: block;
  	  top: 0;
  	  left: 0;
  	  width: 100%;
  	  height: 100%;
  	  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  	  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  	  background: #000;
  	}
  	
  	.lity-hide {
  	  display: none;
  	}
  	
  	
  	
  	
  	
  	a[data-lity] img {
  		cursor: zoom-in;
  	}
  	
  	
  	.lity-active {
  			cursor: zoom-out;
  	}
  	
  	.lity-content {
  			cursor: default;
  	}
  	
  	/* @end */
  	
  	

