/* Color Tokens */

#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}

/* End Color Tokens */

/* Gallery System */

.gallery-system {
	padding: 0;
}

.gallery-area {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.gallery-area .top-paging {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-banner {
	background-color: #00548B; /* $primary */
}

.header-banner .fourth {
	padding: 1em 2.5em;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.header-banner .fourth icon {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #FFFFFF; /* $white */
	font-size: 2em;
	margin-right: 0.425em;
}

.header-banner h1 {
	color: #FFFFFF; /* $white */
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 1;
}

.header-banner .three-fourths {
	background-color: #3F79BC; /* $tertiary */
	padding: 3em 5% 3em 0;
}

.gallery-system .header-banner .three-fourths {
	background-image: url(/images/design-assets/banner-news.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5em 5% 5em 0;
}

.header-banner .input-text {
	max-width: 50em;
}

.header-banner .input-text a.input-clear {
	position: absolute;
	top: 50%;
	right: 4em;
	transform: translateY(-50%);
}

.header-banner .input-text a.no-show {
	display: none;
}

.header-banner .input-text input {
	padding-right: 4em;
}

.header-banner .input-text icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3.5em;
	background-color: #D0282E; /* $secondary */
	color: #FFFFFF; /* $white */
	border: solid 0.35em #FFFFFF; /* $white */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: linear-gradient(to right,#D0282E 34%,#F73E3E 34%,#F73E3E 65%,#D0282E 65%);
	background-size: 300% 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
	transition: background-position .4s ease;
	cursor: pointer;
}

.header-banner .input-text icon:hover {
	background-position: 0 0;
}

/* End Gallery System */

/* Gallery System [Aside] */

.gallery-system aside {
	background-color: #00548B;
}

.gallery-system.news-system-holder aside {
	background-color: transparent;
}

.gallery-system .filters {
	background-color: #DEEAF2;
	padding: 2.5em;
}

.gallery-system .filters header {
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: solid 1px #53616F; /* $dark */
	padding-bottom: 0.125em;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 1.5em;
}

.gallery-system .filters header a {
	display: block;
	color: #D0282E; /* $secondary */
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	font-size: 0.778em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 0.75em;
}

.gallery-system .filters header a:hover {
	color: #00548B; /* $primary */
}

.gallery-system fieldset {
}

.gallery-system fieldset li {
	margin-top: 0.75em;
}

.gallery-system h4 {
	font-weight: 300;
	font-size: 1.667em;
}

.gallery-system nav {
}

.gallery-system.news-system-holder nav {
	display: none;
}

.gallery-system nav header {
	background-color: #3F79BC; /* $tertiary */
	padding: 1.5em 2.5em;
}

.gallery-system nav h4 {
	color: #FFFFFF; /* $white */
}

.gallery-system nav ul {
	padding: 1em 2.5em 2em;
}

.gallery-system nav a {
	display: block;
	color: #FFFFFF; /* $white */
	line-height: 1.35;
	font-weight: 600;
	padding: 1em 0.5em;
	border-bottom: 1px solid #8D99A4;
	transition: 0.4s ease;
}

.no-touch .gallery-system nav a:hover {
	opacity: 0.5;
}

/* End Gallery System [Aside] */

/* Gallery System [Grid List] */

.gallery-system article {
	padding: 5em 6.778em;
}

.gallery-system article small {
	display: block;
	font-size: 1em;
	color: #53616F; /* $dark */
	font-family: 'Source Sans 3', sans-serif;
}

.gallery-grid {
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0 3em;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gallery-grid .third {
	max-width: calc(33.333% - 0.75em);
	margin-right: 1.125em;
	margin-top: 3em;
}

.gallery-grid .third:nth-child(3n + 3) {
	margin-right: 0;
}

.gallery-grid a:not(.no-block) {
	position: relative;
	display: block;
}

.gallery-grid img {
	display: block;
	width: 100%;
	height: 14em;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 1em;
}

.gallery-grid time {
	display: block;
	line-height: 1;
	font-size: 12px;
	color: #53616F; /* $dark */
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: .3em 0;
}

.gallery-grid strong {
	display: block;
	line-height: 1.25;
	font-weight: 600;
	margin: 0.5em 0;
}

/* End Gallery System [Grid List] */

/* Gallery System [Paging] */

.top-paging {
}

.bot-paging {
}

.paging {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-family: 'Source Sans 3', sans-serif;
}

.paging input {
	width: 1.85em;
	border: solid 1px #53616F; /* $dark */
	line-height: 1;
	height: 1.85em;
	margin: 0 0.5em;
	padding: 0.25em;
	text-align: center;
}

.paging input::-webkit-outer-spin-button, .paging input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.paging a {
	background-color: #3F79BC; /* $tertiary */
	color: #FFFFFF; /* $white */
	display: -ms-flexbox;
	display: flex;
	width: 2.5em;
	height: 2.5em;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 1em;
	transition: 0.5s ease;
}

.paging a + a {
	margin-left: 0;
	background-color: #00548B; /* $primary */
}

.paging a:hover {
	background-color: #D0282E; /* $secondary */
	color: #FFFFFF; /* $white */
}

/* End Gallery System [Paging] */

/* Gallry System [Individual Gallery] */

.inner-gallery {
	padding: 0 0 4em;
}

.inner-gallery .main {
	max-width: 60em;
	padding: 0 1.5em;
}

.inner-gallery header {
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2); /* $light,lighten($tertiary,80%) */
	padding: 2em 0 3em;
	margin-bottom: 4em;
}

.inner-gallery header time {
	display: block;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.778em;
	color: #53616F; /* $dark */
}

.inner-gallery h1 {
	color: #00548B; /* $primary */
	font-size: 2em;
}

.inner-gallery .grid-wrap {
	padding: 0 1.5em;
}

.inner-gallery .grid-list {
	max-width: 87.556em;
	margin: 4em auto;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

.inner-gallery .grid-list li {
	width: 25%;
	-ms-flex: 0 1 23%;
	flex: 0 1 23%;
	margin: 10px;
}

.inner-gallery .grid-list a {
	display: block;
	background-color: #00548B; /* $primary */
	position: relative;
}

.inner-gallery .grid-list a::before {
	content: '';
	position: absolute;
	font-family: 'icomoon-ult';
	color: #FFFFFF; /* $white */
	top: 50%;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	transform: translate(-50%,-50%);
	border: solid 0.2em #FFFFFF; /* $white */
	line-height: 1;
	width: 2.5em;
	height: 2.5em;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	z-index: 1;
	font-size: 1.333em;
	opacity: 0;
	transition: 0.5s ease;
}

.inner-gallery .grid-list a:hover:before {
	opacity: 1;
}

.inner-gallery .grid-list img {
	display: block;
	width: 100%;
	transition: 0.5s ease;
	opacity: 1;
}

.inner-gallery .grid-list a:hover img {
	opacity: 0.6;
}

.categories-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 4em 0 0;
}

.categories-list a {
	display: block;
	color: #00548B; /* $primary */
	background-color: #EFECE4; /* $light */
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.167em;
	line-height: 1;
	padding: 0.425em 0.75em;
	transition: 0.4s ease;
	margin-top: 0.5em;
}

.categories-list a + a {
	margin-left: 1em;
}

.categories-list a:hover {
	background-color: #00548B; /* $primary */
	color: #FFFFFF; /* $white */
}

.social-share {
	background-color: #D8E4F2; /* lighten($tertiary,80%) */
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2); /* $light,lighten($tertiary,80%) */
	padding: 0.75em 0.75em 0.75em 1.25em;
	margin-top: 4em;
}

.categories-list + .social-share {
	margin-top: 2.5em;
}

.social-share strong {
	display: block;
	color: #6E206F;
	font-weight: 300;
	font-size: 1.556em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	line-height: 1;
	margin-right: 0.5em;
}

.social-share nav {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.social-share .flex {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.social-share a {
	display: -ms-flexbox;
	display: flex;
	width: 2.5em;
	height: 2.5em;
	background-color: #3F79BC; /* $tertiary */
	color: #FFFFFF; /* $white */
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 0.4s ease;
	cursor: pointer;
}

.social-share a + a {
	margin-left: 0.5em;
}

.social-share a:hover {
	background-color: #00548B; /* $primary */
}

.social-share .mobile {
	display: none;
}

/* End Gallry System [Individual Gallery] */

/* Responsive MIN-Width [1921px] */

@media screen and (min-width:1921px) {
	.gallery-grid time {
		font-size: 0.667em;
	}
}

/* End Responsive MIN-Width [1921px] */

/* Responsive [1650px] */

@media screen and (max-width: 1650px) {
	.header-banner .fourth {
		padding: 1em 1.5em;
	}

	.gallery-system .filters {
		padding: 2.5em 1.5em;
	}

	.gallery-system nav header {
		padding: 1.5rem;
	}

	.gallery-system nav ul {
		padding: 1em 1.5em 2em;
	}

	.gallery-system article {
		padding: 4.667em 4em;
	}
}

/* End Responsive [1650px] */

/* Responsive [1500px] */

@media screen and (max-width: 1500px) {
}

/* End Responsive [1500px] */

/* Responsive [1200px] */

@media screen and (max-width: 1200px) {
	.gallery-system aside, .header-banner .fourth {
		width: 33.333%;
	}

	.gallery-system article, .header-banner .three-fourths {
		width: 66.667%;
	}

	.gallery-system article {
		padding: 4em;
	}

	.gallery-grid .third {
		width: 50%;
		max-width: calc(50% - 1em);
		margin-right: 0;
	}

	.gallery-grid .third:nth-child(3n + 3) {
		margin-right: 0;
	}

	.gallery-grid .third:nth-child(odd) {
		margin-right: 2em;
	}
}

/* End Responsive [1200px] */

/* Responsive [1000px] */

@media screen and (max-width: 1000px) {
	.gallery-grid img {
		height: 10em;
	}

	.inner-gallery .grid-wrap .main {
		padding: 0;
	}
}

/* End Responsive [1000px] */

/* Responsive [800px] */

@media screen and (max-width: 800px) {
	.gallery-system aside {
		width: 100%;
	}

	.gallery-system article {
		width: 100%;
		padding: 4em 1.5em;
	}

	.gallery-system aside fieldset ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.gallery-system aside fieldset .select {
		width: 100%;
		max-width: none;
	}

	.gallery-system aside fieldset .hide {
		margin: 0;
	}

	.gallery-system nav {
		display: none;
	}

	.header-banner .fourth, .header-banner .three-fourths {
		width: 100%;
	}

	.header-banner .fourth {
		padding: 1.5em;
	}

	.header-banner .three-fourths {
		padding: 2em 1.5em;
	}
}

/* End Responsive [800px] */

/* Responsive [600px] */

@media screen and (max-width: 600px) {
	.social-share nav {
		width: 100%;
		margin-top: 0.75em;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.social-share .flex {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.social-share a {
		margin-right: 0.5em;
		margin-top: 0.5em;
	}

	.social-share a + a {
		margin-left: 0;
	}

	.social-share li + li {
		margin-left: 0;
	}
}

/* End Responsive [600px] */

/* Responsive [450px] */

@media screen and (max-width: 450px) {
	.gallery-grid .third {
		width: 100%;
		max-width: none;
	}

	.gallery-grid .third:nth-child(odd) {
		margin-right: 0;
	}

	.gallery-grid img {
		height: 13em;
	}

	.header-banner .three-fourths {
		display: none;
	}

	.inner-gallery h1 {
		font-size: 1.444em;
	}

	.categories-list a {
		font-size: 1em;
	}

	.social-share {
		padding: 1.25em;
	}

	.social-share a {
		width: 2.25em;
		height: 2.25em;
	}
}

/* End Responsive [450px] */

/* Lightbox */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	backface-visibility: hidden;
	outline: none;
}

.pswp * {
	box-sizing: border-box;
}

.pswp__caption__center p {
	color: #FFF !important;
	text-align: center !important;
	font-size: 1.25rem !important;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	will-change: transform;
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transform-origin: left top;
}

.pswp__bg {
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	backface-visibility: hidden;
	will-change: transform;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	transition: opacity 0.15s;
}

.pswp__img--placeholder {
	backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/* End Lightbox */

/* Lightbox UI */

.pswp__button {
	width: 1.5em;
	height: 1.5em;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	box-shadow: none;
	transition: opacity 0.2s;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5em;
}

.pswp__button icon {
	color: #FFFFFF; /* $white */
	pointer-events: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.no-generated-content .pswp__button, .no-generated-content .pswp__button--arrow--left:before, .no-generated-content .pswp__button--arrow--right:before {
	background: url(/images/main-images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp__button--fs icon+icon {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp--fs .pswp__button--fs icon:first-child {
	display: none;
}

.pswp--fs .pswp__button--fs icon+icon {
	display: block;
}

.pswp__button--zoom {
	display: none;
}

.pswp__button--zoom icon+icon {
	display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--zoomed-in .pswp__button--zoom icon:first-child {
	display: none;
}

.pswp--zoomed-in .pswp__button--zoom icon+icon {
	display: block;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	position: absolute;
	width: 70px;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: '';
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0,
				0,
				0,
				0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	backface-visibility: hidden;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	backface-visibility: hidden;
	transition: transform 0.25s;
	transform: translateY(6px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3B5998;
}

a.pswp__share--twitter:hover {
	background: #00ACED;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CB2027;
}

a.pswp__share--googleplus:hover {
	background-color: #DD4B39;
	color: #FFFFFF;
}

a.pswp__share--linkedin:hover {
	background-color: #007BB6;
	color: #FFFFFF;
}

a.pswp__share--download:hover, a.pswp__share--email:hover {
	background: #DDD;
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: left;
	max-width: 60%;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(/images/main-images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-moz-keyframes clockwise {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-o-keyframes clockwise {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes clockwise {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-webkit-keyframes donut-rotate {
	0% { transform: rotate(0); }
	50% { transform: rotate(-140deg); }
	100% { transform: rotate(0); }
}

@-moz-keyframes donut-rotate {
	0% { transform: rotate(0); }
	50% { transform: rotate(-140deg); }
	100% { transform: rotate(0); }
}

@-o-keyframes donut-rotate {
	0% { transform: rotate(0); }
	50% { transform: rotate(-140deg); }
	100% { transform: rotate(0); }
}

@keyframes donut-rotate {
	0% { transform: rotate(0); }
	50% { transform: rotate(-140deg); }
	100% { transform: rotate(0); }
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar, .pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

/* End Lightbox UI */
