/* Bread Crumbs */
.bread-crumb {
	display: block;
	position: relative;
	margin: 0;
	border-bottom: solid 1px #0066FF; /* $tertiary */
}

.crumbs {
	display: table;
	width: 100%;
	position: relative;
}

.crumbs > * {
	display: table-cell;
	padding: 1em .45em;
	vertical-align: middle;
}

.bread-crumb a {
	color: #31251C;
}

.bread-crumb a:hover {
	color: #7EA7AC;
}

.bread-crumb .home-button {
	padding: 1em 0;
	width: 2em;
}

.bread-crumb .home-button:hover icon {
	color: #A9ABA5;
}

.bread-crumb .bread {
	color: #0845A2; /* $primary */
}

.bread-crumb .bread a {
	display: inline-block;
}

.bread-crumb .bread span:not(.crumb-sep) {
	display: inline-block;
	position: relative;
}

.bread span:not(.crumb-sep):before {
	display: block;
	content: '';
	position: absolute;
	bottom: -1.05em;
	width: 130%;
	background-color: #0845A2; /* $primary */
	height: 1px;
	left: -15%;
}

.bread-crumb .crumb-sep {
	color: #D8E4E6;
	margin: 0 0.45em;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.bread-crumb .crumb-sep icon {
	font-size: .7em;
	font-weight: 300;
	display: block;
	line-height: 1em;
}
/* End Bread Crumbs */

/* Photo Gallery */
.results-feed {
	font-size: 1em;
	padding: 2em 0;
}

.photo-gallery .results-feed {
	padding: 0;
}

.results-feed a {
	text-decoration: none !important;
}

.results-feed header * {
	margin: 0;
}

.results-feed header h1 {
}

.results-feed .article-holder {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.no-flexbox .results-feed .article-holder {
	display: block;
}

.results-feed .article-holder .article {
	margin-bottom: 1em;
	float: none;
}

.results-feed.two .article {
	width: 47.5%;
	float: left;
}

.results-feed.two .article-holder .article {
	float: none;
}

.no-flexbox .results-feed.two .article-holder .article {
	float: left;
	margin-right: 2.5%;
}

.results-feed.three .article {
	width: 32%;
	float: left;
}

.results-feed.three .article-holder .article {
	float: none;
}

.no-flexbox .results-feed.three .article-holder .article {
	float: left;
	margin-right: 1%;
}

.results-feed.three .article:nth-of-type(3n+1) {
	clear: left;
}

.results-feed.four .article {
	width: 24%;
	float: left;
}

.results-feed.four .article-holder .article {
	float: none;
}

.no-flexbox .results-feed.four .article-holder .article {
	float: left;
	margin-right: 1%;
}

.results-feed.four .article:nth-of-type(4n+1) {
	clear: left;
}

.results-feed.five .article {
	width: 19%;
	float: left;
}

.results-feed.five .article-holder .article {
	float: none;
}

.no-flexbox .results-feed.five .article-holder .article {
	float: left;
	margin-right: 1%;
}

.results-feed .article {
	background-color: #FFFFFF;
	margin: 1em 0;
	position: relative;
}

.results-feed .more {
	padding: 1em 0;
	height: auto;
}

.results-feed .paging {
	border-top: 1px solid #D8C7BA; /* lighten($dark,75%) */
	padding-top: 2em;
	margin-top: 2em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.results-feed .paging .box-left {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.results-feed .paging ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.results-feed .paging ul li {
	padding: 0 1em;
}

.article .top {
	display: block;
	position: relative;
}

.hr .top .column {
	font-size: .9em;
}

.article-holder .article {
	position: relative;
	margin: 2em auto;
}

.article .title {
	display: block;
	padding: .5em 0;
	text-decoration: none;
	color: #FFFFFF; /* $white */
	font-family: inherit;
	font-size: 2em;
	margin-bottom: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.33);
	transition: .5s ease;
}

.article a:hover .title {
	opacity: 0;
}

.article .title:hover {
}

.article .title h1 {
	margin: 0;
	font-size: 1.5em;
	font-family: inherit;
	line-height: 1.25em;
	color: #31251C; /* $dark */
}

.article .title h2 {
	float: left;
	font-family: inherit;
	font-size: 1.25em;
	margin-top: .5em;
	color: #31251C; /* $dark */
	line-height: 1.25em;
}

.article .title a:not(.button) {
	color: #31251C; /* $dark */
}

.article .title .btn.small {
	font-size: .85rem;
}

.article .image {
	width: 100%;
	position: relative;
	height: 0;
	background-image: url(../images/design/Logo.html);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF; /* $white */
	padding-bottom: 60%;
	background-size: contain;
}

.no-boxsizing .article .image {
	padding: 0;
	height: 250px;
}

.article .image a {
	display: block;
}

.article .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.article .image.empty {
	height: auto;
}

.article .image .date {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #E03636; /* $secondary */
	padding: .5em 1em;
	border: none;
	color: #FFFFFF; /* $white */
}

.article .date {
	color: #31251C; /* $dark */
	font-weight: bold;
	padding: .5em 0em;
	text-transform: uppercase;
	text-align: center;
	border-right: solid 1px #B08F75; /* lighten($dark,50%) */
	font-size: 1.222em;
	display: block;
}

.article .date span {
	display: block;
	color: #E03636; /* $secondary */
	font-size: 1.818em;
}

.article .byline {
	font-size: .8em;
	margin: 0 0 .5em;
	display: block;
}

.article .details {
	background-color: #E03636; /* $secondary */
}

.article .details span {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.article .details .date {
	font-size: 1em;
	padding: .25em 1em;
	color: #FFFFFF; /* $white */
	border-right: solid 1px #0066FF; /* $tertiary */
}

.article .details .byline {
	color: #FFFFFF; /* $white */
	margin-left: 1em;
}

.article .press-content {
	font-size: 1em;
	padding: 1em 2%;
	line-height: 1.3;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF; /* $white */
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 0;
	transition: .5s ease;
}

.article a:hover .press-content {
	opacity: 1;
}

.article .press-content:before {
	content: '\e1ca';
	font-family: icomoon-ult;
	font-size: 3em;
	display: block;
	font-weight: 400;
}

.article .press-content p {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	text-align: center;
}

.article .bottom {
	padding: .5em 1em .35em;
	background-color: #83C0FF; /* $light */
}

.article-holder .article .bottom {
	position: relative;
	width: 100%;
}

.article .addthis_toolbox {
	position: absolute;
	bottom: .25em;
	left: .5em;
	width: 20%;
}

.article .bottom .addthis_toolbox {
	position: relative;
	width: auto;
	left: auto;
	bottom: auto;
}

.article .bottom .addthis_toolbox a {
	margin: 0 !important;
}

.article .bottom .addthis_toolbox a span {
	margin-bottom: 0 !important;
}

.results-feed .article .column ul {
	list-style: none;
	margin: 0;
}

.article .left-contain {
	float: left;
	width: 20%;
	height: 100%;
}

.article .right-contain {
	float: right;
	width: 80%;
}

.article a.button {
	float: right;
	margin: 0;
}

.article a.button:before {
}

.article .category {
	background-color: #31251C; /* $dark */
	padding: 1em;
	color: #83C0FF; /* $light */
	font-size: .85em;
}

.article .category a {
	text-decoration: none;
	color: #D97E51;
}

.article .category a:hover {
	text-decoration: none;
}

.article .category a span {
	text-decoration: none;
	font-weight: bold;
}

.article .category a em {
	color: #31251C; /* $dark */
}

.article.rel {
	display: table;
	padding-bottom: 0;
}

.article.rel > * {
	display: table-cell;
	vertical-align: middle;
}

.article.rel > .thumb {
	width: 33%;
}

.article.rel > .thumb img {
	display: block;
}

.article.rel > .thumb a {
	display: block;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
	padding: 0 !important;
	margin: 0 .15em .125em 0 !important;
	line-height: 1;
}

.addthis_16x16_style span {
	font-size: .8em;
}

.addthis_32x32_style span {
	font-size: 1.3em;
}

.at16nc.at16t_facebook,.at16nc.at16t_twitter, .at16nc.at16t_email, .at16nc.at16t_compact {
	background-image: none;
	line-height: 1 !important;
	text-align: center;
	transition: .2s ease;
	display: block;
	height: auto;
	width: auto;
	text-decoration: none !important;
}

.at16nc.at16t_facebook:hover, .at16nc.at16t_twitter:hover, .at16nc.at16t_email:hover, .at16nc.at16t_compact:hover {
	box-shadow: inset 10px 0 rgba(0,0,0,0.7);
}

.at16nc.at16t_facebook:after,.at16nc.at16t_twitter:after, .at16nc.at16t_email:after, .at16nc.at16t_compact:after {
	font-family: 'icomoon-ult';
	color: #FFFFFF; /* $white */
	line-height: 1;
	display: block;
	padding: .4em;
}

.at16nc.at16t_facebook:after {
	content: '\e009';
	background-color: #305891;
}

.at16nc.at16t_twitter:after {
	content: '\f2c5';
	background-color: #2CA8D2;
}

.at16nc.at16t_email:after {
	content: '\eb35';
	background-color: #738A8D;
}

.at16nc.at16t_compact:after {
	content: '\f0d4';
	background-color: #F8694D;
}

.photo .article.picture {
	height: 0;
	padding-bottom: 15em;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	overflow: hidden;
	background-size: contain;
}

.photo .article:not(.picture) {
	padding-bottom: 0;
}

.photo .article.picture .top {
	border: none;
	padding: .75em .5em;
	background-color: rgba(34,34,34,0.9);
}

.photo .article.picture .top h3 {
	font-size: 1.3em;
	color: #FFFFFF; /* $white */
}

.photo .article .bottom {
	bottom: 0;
	left: 0;
	position: absolute;
}

.photo .article .hover {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	color: #FFFFFF; /* $white */
	text-align: center;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: .5s ease;
	opacity: 0;
	top: 0;
	left: 0;
}

.photo .article:hover .hover {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.photo .article .hover span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2em;
	margin-top: -2.5em;
}

.photo .article .hover icon {
	font-size: 4em;
	display: block;
}

.photo .article .hover > * {
}

.photo .article .image {
	overflow: hidden;
}

.photo .article .title a {
	display: block;
}

.photo .startDown {
	-webkit-transform-origin: 50% 100% 0;
	-ms-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(90deg);
	-ms-transform: scale(1, 1) perspective(500px) rotateX(90deg);
	transform: scale(1, 1) perspective(500px) rotateX(90deg);
}

.photo .flipUp {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	-ms-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	transition: all 0.5s ease-in;
	filter: alpha(opacity=100);
}

.photo .startUp {
	-webkit-transform-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	-ms-transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	transform: scale(1, 1) perspective(500px) rotateX(-90deg);
}

.photo .flipDown {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	-ms-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

.photo .startHide {
	opacity: 0;
	filter: alpha(opacity=0);
}

.photo .fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

.photo .btn.showmore {
	width: 40%;
	margin: 0 auto;
	display: block;
}
/* End Photo Gallery */

/* Photo Gallery - Responsive */
@media screen and (max-width:1000px) {
	.results-feed.four .article {
		width: 33%;
	}
}

@media screen and (max-width:650px) {
	.results-feed.four .article {
		width: 50%;
	}

	.photo .article.picture {
		padding-bottom: 10em;
	}

	.results-feed.two .article {
		width: 100%;
	}
}

@media screen and (max-width:450px) {
	.results-feed.four .article {
		width: 100%;
	}

	.photo .article.picture {
		padding-bottom: 15em;
	}
}
/* End Photo Gallery - Responsive */

/* 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%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: none;
}

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

.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;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	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%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.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 {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	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 {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	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: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	transition: opacity 0.2s;
	box-shadow: 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;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	width: 1.5em;
	height: 1.5em;
	font-family: 'icomoon-ult';
	color: #FFFFFF;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5em;
}

.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.html) 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--close:before {
	content: '\e137';
}

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

.pswp__button--share:before {
	content: '\f25d';
}

.pswp__button--fs {
	display: none;
}

.pswp__button--fs:before {
	content: '\ec77';
}

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

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

.pswp--fs .pswp__button--fs:before {
	content: '\ec79';
}

.pswp__button--zoom {
	display: none;
}

.pswp__button--zoom:before {
	content: '\f94a';
}

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

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

.pswp--zoomed-in .pswp__button--zoom:before {
	content: '\f952';
}

.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__button--arrow--left:before {
	left: 6px;
	content: '\e0d9';
}

.pswp__button--arrow--right:before {
	right: 6px;
	content: '\e0de';
}

.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;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
}

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

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	display: block;
	border-radius: 2px;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	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 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	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.html) 0 0 no-repeat;
}

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

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

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	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% { -webkit-transform: rotate(0deg); }
	100% { -webkit-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% { -webkit-transform: rotate(0); }
	50% { -webkit-transform: rotate(-140deg); }
	100% { -webkit-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 {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	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 */
