﻿body.slideshow {
  background: #000000;
  color: #DDD;
  /*.btn-context-edit {

	}*/
  /*@media (min-width: @FixedFooterMediaSize) {
		.slide_show_container {
			margin-bottom: 12rem;
		}

		.footer {
			position: fixed;
			bottom: 0;
		}

		.fixed-top {
			position: sticky;
		}
	}*/
}
body.slideshow :root {
  /* Defaults from lightgallery.css */
  --lg-progress-bgColor: #a90707;
}
body.slideshow .lg-progress-bar .lg-progress {
  background-color: var(--lg-progress-bgColor, #a90707);
}
body.slideshow pre {
  color: #DDD;
}
body.slideshow .container {
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
body.slideshow .widget-container {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
body.slideshow .footer {
  position: relative;
  width: 100%;
}
body.slideshow .slide_show_container {
  width: 100%;
  padding-top: 5rem;
}
body.slideshow .slide_show_container .ssc_head {
  padding-top: 1rem;
  padding-bottom: 1.1rem;
  text-align: center;
}
body.slideshow .slide_show_container .ssc_head h1 {
  font-size: 2.625rem;
  /*42px;*/
  margin: 0 0 1.25rem;
  position: relative;
  display: inline-block;
}
body.slideshow .slide_show_container .ssc_head h1 .ssc_author {
  bottom: 0;
  color: #ddd;
  font-size: 0.6875rem;
  /*11px*/
  font-style: italic;
  text-align: left;
  padding-left: 0.625rem;
  position: absolute;
  width: 9.375rem;
  /*150px; */
  right: -9.375rem;
}
body.slideshow .slide_show_container .ssc_head .ssc_lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  /*40px;*/
}
body.slideshow .slide_show_container .ssc_body {
  text-align: center;
}
body.slideshow .slide_show_container .btn {
  -moz-user-select: none;
  background-image: none;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  /*14px;*/
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  /* 6px 12px;*/
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}
body.slideshow .slide_show_container .btn-lg {
  border-radius: 2px;
  font-size: 1.125rem;
  /*18px;*/
  line-height: 1.33333;
  padding: 0.625rem 1rem;
  /*10px 16px;*/
}
body.slideshow .slide_show_container .btn-primary:hover {
  background-color: #ffffff;
  color: #000000;
}
body.slideshow .slide_show_container .btn-primary {
  background-color: #000000;
  border-color: #0e1a24;
  color: #ffffff;
}
body.slideshow .slide_show_container .btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}