/*   
	Theme Name:        Studio Campo Theme
	Theme URI:         https://studiocampo.nl
	Description:       Studio Campo theme.
	Author:            Studio Campo
	Author URI:        https://studiocampo.nl
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       sc-theme
*/
/*
* Extra settings: sc-theme-acf-child/main.scss
*/
html,
body {
  margin: 0;
  padding: 0;
}

header,
footer,
main,
section,
div {
  position: relative;
  box-sizing: border-box;
}

input,
button,
a {
  outline: none;
}

.nonscroll {
  overflow: hidden;
}

.fixed {
  position: fixed;
  width: 100%;
}

.fixed-top {
  top: 0;
  left: 0;
}

@media (max-width: 900px) {
  .sc-mneg-disable {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 901px) {
  .sc-mplus-disable {
    display: none;
    visibility: hidden;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex-column {
  flex-direction: column;
}

@media (min-width: 901px) {
  .flex-row {
    flex-direction: row;
  }
}

@media (max-width: 900px) {
  .flex-row {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .flex-row-mobile {
    flex-direction: row;
  }
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.flex-items-center {
  align-items: center;
}

@media (max-width: 900px) {
  .flex-items-center-mobile {
    align-items: center;
  }
}

.flex-items-start {
  align-items: flex-start;
}

.flex-items-end {
  align-items: flex-end;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

@media (max-width: 900px) {
  .flex-justify-between-mobile {
    justify-content: space-between;
  }
}

.flex-content-center {
  align-content: center;
}

/*
* Global
*/
.sc-container, .sc-full-container {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-full-container .sc-content {
  width: 100%;
}

.sc-container-flex {
  display: flex;
}

.sc-special-full-container {
  width: 100%;
}

.sc-special-full-container .sc-special-full-content {
  display: flex;
  width: 100%;
}

.sc-content, .sc-full-container .sc-content {
  max-width: calc(100% - 30px);
  margin: auto;
  display: flex;
}

.sc-full-content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sc-column {
  box-sizing: border-box;
}

.sc-column-100 {
  width: 100%;
}

@media (min-width: 901px) {
  .sc-column-50 {
    width: 50%;
  }
  .sc-column-50:first-of-type {
    padding-right: 40px;
  }
  .sc-column-50:last-of-type {
    padding-left: 40px;
  }
}

@media (max-width: 900px) {
  .sc-column-50 {
    width: 100%;
  }
  .sc-column-50:first-of-type {
    padding-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .sc-reverse .sc-column-50:first-of-type {
    order: 2;
    padding-bottom: 0;
  }
  .sc-reverse .sc-column-50:last-of-type {
    order: 1;
    padding-bottom: 20px;
  }
}

@media (min-width: 901px) {
  .sc-column-33 {
    width: 33.3333%;
  }
  .sc-column-33:first-of-type {
    padding-right: 20px;
    padding-left: 0;
  }
  .sc-column-33:nth-of-type(2) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sc-column-33:last-of-type {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .sc-column-33 {
    width: 100%;
  }
  .sc-column-33:not(:last-of-type) {
    padding-bottom: 30px;
  }
}

@media (min-width: 901px) {
  .sc-column-66 {
    width: 66.6666%;
  }
  .sc-column-66:first-of-type {
    padding-left: 0;
    padding-right: 20px;
  }
  .sc-column-66:last-of-type {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .sc-column-66 {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .sc-reverse .sc-column-33 {
    order: 1;
    padding-bottom: 0;
  }
  .sc-reverse .sc-column-66 {
    order: 2;
    padding-bottom: 30px;
  }
}

@media (min-width: 901px) {
  .sc-column-25 {
    width: 25%;
  }
  .sc-column-25:first-of-type {
    padding-right: 20px;
  }
  .sc-column-25:nth-of-type(2), .sc-column-25:nth-of-type(3) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sc-column-25:last-of-type {
    padding-left: 20px;
  }
}

@media (min-width: 421px) and (max-width: 1024px) {
  .sc-column-25 {
    width: 50%;
  }
  .sc-column-25:first-of-type {
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .sc-column-25:nth-of-type(2) {
    padding-left: 15px;
    padding-bottom: 30px;
  }
  .sc-column-25:nth-of-type(3) {
    padding-right: 15px;
  }
  .sc-column-25:last-of-type {
    padding-left: 15px;
  }
}

@media (max-width: 420px) {
  .sc-column-25 {
    width: 100%;
  }
  .sc-column-25:first-of-type, .sc-column-25:nth-of-type(2) {
    padding-bottom: 30px;
  }
}

/*
* Special kolommen
*/
.sc-column-image,
.sc-column-text {
  padding: 0 !important;
}

@media (min-width: 769px) {
  .sc-column-text-full {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .sc-column-text-full {
    padding: 20px 15px;
  }
}

.sc-column-text-boxed {
  width: 100%;
}

@media (max-width: 1280px) {
  .sc-column-text-boxed {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .sc-column-text-boxed {
    padding: 20px 15px;
  }
}

@media (min-width: 1281px) {
  .sc-column:first-of-type .sc-column-text-boxed {
    float: right;
  }
}

@media (min-width: 1281px) {
  .sc-column:last-of-type .sc-column-text-boxed {
    float: left;
  }
}

@media (min-width: 1281px) {
  .sc-column:first-of-type .sc-column-text-boxed {
    padding: 40px 40px 40px 0;
  }
}

@media (min-width: 1281px) {
  .sc-column:last-of-type .sc-column-text-boxed {
    padding: 40px 0 40px 40px;
  }
}

/*
* Headings
* extra setting: sc-theme-acf-child/main.scss
*/
h1,
h2,
h3,
.sc-widget-subtitle span {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

@media (min-width: 1026px) {
  h1 {
    font-size: 3.75em;
  }
}

@media (min-width: 421px) and (max-width: 1024px) {
  h1 {
    font-size: 2.75em;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2em;
  }
}

@media (min-width: 1026px) {
  h2 {
    font-size: 2.675em;
  }
}

@media (min-width: 421px) and (max-width: 1024px) {
  h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 420px) {
  h2 {
    font-size: 1.6em;
  }
}

@media (min-width: 1026px) {
  h3, .sc-widget-subtitle span {
    font-size: 2em;
  }
}

@media (min-width: 421px) and (max-width: 1024px) {
  h3, .sc-widget-subtitle span {
    font-size: 1.8em;
  }
}

@media (max-width: 420px) {
  h3, .sc-widget-subtitle span {
    font-size: 1.3em;
  }
}

/*
* Paragraph
*/
.sc-text ul, .sc-text p {
  margin-top: 0;
}

/*
* Anchor
* extra setting: sc-theme-acf-child/main.scss
*/
a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
}

/*
* Intro tekst
*/
.sc-content-intro {
  margin-bottom: 10px;
  flex-direction: column;
}

/*
* Titel en subtitel
* extra setting: sc-theme-acf-child/main.scss
*/
.sc-column-titel,
.sc-slider-titel {
  display: flex;
  flex-direction: column;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
}

@media (min-width: 769px) {
  img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
  }
  img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
  }
  img.aligncenter {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  img.alignright, img.alignleft, img.aligncenter {
    margin: 0 auto;
    width: 100%;
  }
  img.alignright, img.alignleft {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

/*
* Button style
* extra settings: sc-theme-acf-child
*/
.sc-button a,
input[type=submit] {
  display: inline-block;
}

@media (min-width: 901px) {
  .sc-content-button {
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  .sc-content-button {
    margin-top: 20px;
  }
}

.sc-content-button-left {
  justify-content: flex-start;
}

.sc-content-button-center {
  justify-content: center;
}

.sc-content-button-right {
  justify-content: flex-end;
}

/*
* De style staat in sc-theme-acf-child/main.scss
*/
/*
* Extra settings: sc-theme-acf-child/main.scss
*/
#search-popup {
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100vw - 20px);
  height: calc(100vh - 20px);
  z-index: -2;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

#search-popup.show {
  z-index: 101;
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

#search-popup .search-box {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
}

#search-popup .search-box span {
  margin-bottom: 14px;
  font-weight: 100;
}

#search-popup .search-box div {
  position: relative;
}

#search-popup .search-box input[type=search] {
  width: 100%;
}

@media (min-width: 769px) {
  #search-popup .search-box input[type=search] {
    padding: 14px 124px 14px 24px;
  }
}

@media (max-width: 768px) {
  #search-popup .search-box input[type=search] {
    padding: 10px 18px;
  }
}

#search-popup .search-box input[type=submit] {
  border: 0;
  font-weight: 300;
}

@media (min-width: 769px) {
  #search-popup .search-box input[type=submit] {
    position: absolute;
    right: 11px;
    top: 11px;
    padding: 6px 18px;
  }
}

@media (max-width: 768px) {
  #search-popup .search-box input[type=submit] {
    margin-top: 8px;
    margin-left: 1px;
    padding: 10px 18px;
  }
}

#search-popup .search-box .search-close {
  margin-top: 14px;
  text-align: right;
  cursor: pointer;
}

/*
* Extra settings: sc-theme-acf-child/main.scss
*/
@media (min-width: 769px) {
  .wpcf7-form {
    padding: 30px 36px;
  }
}

@media (max-width: 768px) {
  .wpcf7-form {
    padding: 20px;
  }
}

.wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=file]),
.wpcf7-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
}

.wpcf7-form .wpcf7-list-item input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 2px;
  border-radius: 0;
}

.wpcf7-form .wpcf7-list-item input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 7px;
}

.wpcf7-form .wpcf7-response-output {
  border: 0 !important;
  margin: 20px 0 0 !important;
  padding: 10px 14px !important;
  float: left;
  width: 100%;
}

/*
* Extra settings: sc-theme-acf-child/main.scss
*/
header.site-header {
  z-index: 3;
  padding: 10px 0;
}

header.site-header .logo {
  display: flex;
  align-items: flex-end;
}

header.site-header .menus #site-menu {
  display: flex;
  align-items: flex-start;
}

header.site-header #primary-navigation .primary {
  margin-bottom: 0;
  margin-top: 0;
}

header.sc-header-sticky #primary-navigation ul {
  padding: 0;
  list-style: none;
}

.sc-menu-sticky .mobile-menu {
  position: fixed;
  margin-left: 0;
  right: 20px;
  width: auto;
  top: 20px;
}

.sc-menu-sticky .mobile-menu svg {
  padding: 8px;
}

#siteHeader .searchSite {
  margin-left: 40px;
}

/*
* Extra settings: sc-theme-acf-child/main.scss
*/
@media (max-width: 768px) {
  footer#siteFooter {
    padding-bottom: 60px;
  }
}

footer .main-footer {
  padding: 40px 0;
}

footer .main-footer {
  width: 100%;
  /* @if $footerDisplay == grid { */
  /* } @else if $footerDisplay == flex {
        .footer-flex {
            display: flex;
            @include MQ(Mplus) {
                justify-content: space-between;
            }
            @include MQ(Mneg) {
                flex-wrap: wrap;
                .widget-column {
                    width:50%;
                    &:nth-of-type(1),
                    &:nth-of-type(2) {
                        margin-bottom:30px;
                    }
                }
            }
            @include MQ(Sneg) {
                .widget-column {
                    width:100%;
                    margin-bottom:30px;
                }
            }
        } 
	}*/
}

@media (min-width: 901px) {
  footer .main-footer.footer-style1 .footer-grid {
    display: grid;
    grid-template-columns: 21.25% 21.25% 21.25% 21.25%;
    grid-column-gap: 5%;
  }
}

@media (max-width: 900px) {
  footer .main-footer.footer-style1 .footer-grid {
    display: flex;
    flex-wrap: wrap;
  }
  footer .main-footer.footer-style1 .footer-grid .widget-column {
    width: 50%;
    padding-right: 30px;
  }
  footer .main-footer.footer-style1 .footer-grid .widget-column:not(:nth-of-type(3)):not(:nth-of-type(4)) {
    padding-bottom: 30px;
  }
}

@media (min-width: 769px) {
  footer .main-footer.footer-style2 .footer-grid {
    display: grid;
    grid-template-columns: 38% 26% 26%;
    grid-column-gap: 5%;
  }
}

@media (min-width: 901px) {
  footer .main-footer.footer-style3 .footer-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 20% 20% 20%;
    grid-template-columns: 37% 15% 15% 15%;
    grid-column-gap: 5%;
  }
  footer .main-footer.footer-style3 .footer-grid .footer-widget-1st {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 901px) and (-ms-high-contrast: active), (min-width: 901px) and (-ms-high-contrast: none) {
  footer .main-footer.footer-style3 .footer-grid .footer-widget-1st {
    margin-right: 5%;
  }
}

@media (min-width: 901px) {
  footer .main-footer.footer-style3 .footer-grid .footer-widget-2nd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media screen and (min-width: 901px) and (-ms-high-contrast: active), (min-width: 901px) and (-ms-high-contrast: none) {
  footer .main-footer.footer-style3 .footer-grid .footer-widget-2nd {
    margin-right: 5%;
  }
}

@media (min-width: 901px) {
  footer .main-footer.footer-style3 .footer-grid .footer-widget-3rd {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 901px) and (-ms-high-contrast: active), (min-width: 901px) and (-ms-high-contrast: none) {
  footer .main-footer.footer-style3 .footer-grid .footer-widget-3rd {
    margin-right: 5%;
  }
}

@media (min-width: 901px) {
  footer .main-footer.footer-style3 .footer-grid .footer-widget-4th {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}

@media (max-width: 900px) {
  footer .main-footer.footer-style3 .footer-grid {
    display: flex;
    flex-wrap: wrap;
  }
  footer .main-footer.footer-style3 .footer-grid .widget-column {
    width: 50%;
    padding-right: 30px;
  }
  footer .main-footer.footer-style3 .footer-grid .widget-column:not(:nth-of-type(3)):not(:nth-of-type(4)) {
    padding-bottom: 30px;
  }
}

@media (min-width: 769px) {
  footer .main-footer.footer-style4 .footer-grid {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;
  }
}

@media (max-width: 768px) {
  footer .main-footer .footer-grid .widget-column {
    width: 100% !important;
  }
  footer .main-footer .footer-grid .widget-column:not(:last-of-type) {
    padding-bottom: 30px;
  }
}

footer .main-footer .sc-widget-title {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

footer .main-footer .sc-widget-content:nth-of-type(n+1):not(:last-of-type) {
  margin-bottom: 30px;
}

footer .main-footer .sc-widget-content > *:nth-of-type(1) {
  margin-top: 0;
}

footer .main-footer .sc-widget-content p {
  margin-bottom: 8px;
}

footer .main-footer .sc-widget-content ul {
  padding: 0;
  list-style: none;
}

footer .main-footer .sc-widget-content i {
  font-size: 22px;
}

@media (min-width: 769px) {
  footer .main-footer .sc-widget-content img {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  footer .main-footer .sc-widget-content img {
    max-width: 100px;
  }
}

footer .main-footer .sc-widget-contact > * {
  display: inline-block;
}

footer .main-footer .footer-widget-right {
  text-align: right;
}

footer .main-footer .footer-widget-right i {
  margin-left: 10px;
}

footer .footer-extra {
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

footer .footer-extra p {
  margin: 0;
}

footer .footer-copyrights p {
  margin: 8px 0;
}

footer .footer-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-evenly;
  padding: 18px 10px;
  z-index: 1;
}

footer .footer-cta a {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

footer .footer-cta a svg {
  margin-right: 10px;
}

footer .footer-cta a span {
  line-height: 1;
}

footer .sc-video-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 3%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .sc-video-popup.sc-video-show {
  z-index: 101;
  opacity: 1;
}

footer .sc-video-popup video {
  width: 100%;
  height: 100%;
}

footer .sc-video-popup .sc-video-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  padding: 3px 8px;
}

footer .sc-video-popup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*
* Extra settings: sc-theme-acf-child/main.scss
*/
.sc-post-container {
  width: 100%;
  margin: 0 auto;
}

.sc-post-container .sc-column > * {
  margin-bottom: 30px;
}

.sc-post-container .sc-post-title {
  text-align: center;
}

.sc-post-container .sc-post-metadata {
  padding-top: 6px;
}

.sc-post-container .sc-post-metadata ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sc-post-container .sc-post-metadata li {
  font-size: 13px;
  opacity: 0.8;
  display: inline-block;
}

.sc-post-container .sc-post-metadata li:not(:first-of-type) {
  padding-left: 8px;
}

.sc-post-container .sc-post-metadata li:not(:last-of-type):after {
  content: '';
  height: 8px;
  width: 1px;
  display: inline-block;
  margin-left: 8px;
}

.sc-post-container .sc-post-navigation {
  padding-top: 3px;
  padding-bottom: 20px;
}

.sc-post-container .sc-post-navigation a span {
  display: block;
}

@media (min-width: 769px) {
  .sc-post-container .sc-post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
  }
}

.sc-post-container .sc-post-navigation .nav-next {
  text-align: right;
}

.sc-post-container .sc-post-comments #respond {
  margin: 30px auto;
  font-size: 15px;
}

.sc-post-container .sc-post-comments #respond .comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  padding: 30px 0;
}

.sc-post-container .sc-post-comments #respond #commentform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sc-post-container .sc-post-comments #respond #commentform input,
.sc-post-container .sc-post-comments #respond #commentform textarea {
  font-size: 15px;
}

.sc-post-container .sc-post-comments #respond #commentform textarea {
  padding: 14px;
  box-sizing: border-box;
}

.sc-post-container .sc-post-comments #respond #commentform input[type=text] {
  width: calc(50% - 15px);
  padding: 6px 14px;
}

.sc-post-container .sc-post-comments #respond #commentform input[type=submit] {
  background: transparent;
  font-size: 13px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sc-post-container .sc-post-comments #respond #commentform .comment-form-comment {
  width: 100%;
  margin-top: 22px;
}

.sc-post-container .sc-post-comments #respond #commentform .comment-form-comment textarea {
  width: 100%;
  padding: 14px;
}

.sc-post-container .sc-post-comments .title-comments {
  font-size: 22px;
  font-weight: 600;
}

.sc-post-container .sc-post-comments .comment-list {
  list-style: none;
  padding: 0;
}

.sc-post-container .sc-post-comments .comment-list li {
  padding: 14px 14px 1px;
}

.sc-post-container .sc-post-comments .comment-list li:not(:first-of-type) {
  margin-top: 20px;
}

.sc-post-container .sc-post-comments .comment-list .reply {
  display: none;
}

.sc-post-container .sc-post-comments .comment-list footer {
  font-weight: 400;
  font-style: italic;
}

/*
* Extra settings: sc-theme-acf-child/main.scss
*/
.sc-archive-container {
  width: 100%;
}

.sc-archive-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sc-archive-results {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.sc-archive-list li.sc-archive-item {
  padding: 15px;
}

.sc-archive-list li.sc-archive-item .sc-archive-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 901px) {
  .sc-archive-list li.sc-archive-item:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  .sc-archive-list li.sc-archive-item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.sc-archive-list .sc-post-metadata {
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.sc-archive-list .sc-post-metadata li {
  font-size: 12px;
  opacity: 0.8;
  display: inline-block;
}

.sc-archive-list .sc-post-metadata li:not(:first-of-type) {
  padding-left: 8px;
}

.sc-archive-list .sc-post-metadata li:not(:last-of-type):after {
  content: '';
  height: 8px;
  width: 1px;
  display: inline-block;
  margin-left: 8px;
}

@media (min-width: 769px) {
  .sc-archive-col-1 .sc-archive-list .sc-archive-item {
    display: inline-block;
  }
  .sc-archive-col-1 .sc-archive-list .sc-archive-thumb {
    margin-right: 20px;
    float: left;
    width: 30%;
    display: block;
  }
  .sc-archive-col-1 .sc-archive-list .sc-archive-box {
    float: right;
    width: calc(70% - 20px);
    display: block;
  }
  .sc-archive-col-2 .sc-archive-list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: calc(100% - 30px);
  }
  .sc-archive-col-2 .sc-archive-list .sc-archive-item {
    margin-top: 0 !important;
  }
  .sc-archive-col-2 .sc-archive-list .sc-archive-thumb {
    margin-bottom: 20px;
  }
  .sc-archive-col-3 .sc-archive-list {
    display: grid;
    grid-template-columns: 33% 34% 33%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: calc(100% - 60px);
  }
  .sc-archive-col-3 .sc-archive-list .sc-archive-item {
    margin-top: 0 !important;
  }
  .sc-archive-col-3 .sc-archive-list .sc-archive-thumb {
    margin-bottom: 20px;
  }
}

.page-numbers {
  text-align: center;
  margin-top: 30px;
}

.page-numbers li {
  padding: 0 4px;
  display: inline-block;
}

.page-numbers li span.current {
  padding: 0 6px;
  opacity: 0.6;
  display: block;
  border: 1px solid;
}

.page-numbers li a {
  padding: 0 6px;
}

/*
* Extra settings: sc-theme-acf-child/main.scss
*/
/*
* Extra settings: sc-theme-acf-child/main.scss
*/
/*
* Page header - with image or color as background
*/
.sc-page-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-page-header .sc-container, .sc-page-header .sc-full-container {
  max-width: calc(100% - 30px);
  margin: auto;
  display: flex;
}

@media (min-width: 1026px) {
  .sc-page-header .sc-container, .sc-page-header .sc-full-container {
    padding-top: 220px;
  }
}

@media (max-width: 1025px) {
  .sc-page-header .sc-container, .sc-page-header .sc-full-container {
    padding: 60px 0;
  }
}

.sc-page-header .sc-content {
  display: flex;
  flex-direction: column;
  margin: unset;
  max-width: initial;
}

.sc-page-header .sc-content .sc-text {
  padding-bottom: 40px;
  font-size: 1.1em;
}

/*
* Page header - with video as background
*/
.sc-page-header-video .sc-videobg {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.sc-page-header-video .sc-vimeobg {
  position: absolute;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.sc-page-header-video .sc-vimeobg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-page-header-video .sc-container, .sc-page-header-video .sc-full-container {
  display: flex;
  padding: 0;
  z-index: 11;
}

@media (min-width: 1026px) {
  .sc-page-header-video .sc-content {
    padding: 40px;
  }
}

@media (max-width: 1025px) {
  .sc-page-header-video .sc-content {
    padding: 30px;
  }
}

/*
* Extra settings: sc-theme-acf-child/main.scss
*/
.sc-imagebox .sc-imagebox-container {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  width: 100%;
}

@media (min-width: 901px) {
  .sc-imagebox .sc-imagebox-2-row {
    grid-template-columns: 1fr 1fr;
  }
  .sc-imagebox .sc-imagebox-3-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sc-imagebox .sc-imagebox-4-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .sc-imagebox .sc-imagebox-2-row,
  .sc-imagebox .sc-imagebox-3-row,
  .sc-imagebox .sc-imagebox-4-row {
    grid-template-columns: 1fr;
  }
}

.sc-imagebox .sc-image-box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.sc-imagebox .sc-image-box .sc-box-content {
  align-self: flex-end;
  width: 100%;
}

.sc-imagebox .sc-image-box .sc-imagebox-title {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 1px;
}

.sc-imagebox .sc-image-box .sc-imagebox-subtitle {
  display: block;
}

.sc-imagebox .sc-image-box.sc-imagebox-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: box-shadow .2s;
}

.sc-imagebox .sc-image-box.sc-imagebox-shadow:hover, .sc-imagebox .sc-image-box.sc-imagebox-shadow:active {
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.7);
}

.sc-imagebox .sc-text {
  margin-bottom: 20px;
}

.sc-imagebox .sc-imagebox-style1 .sc-box-image {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.sc-imagebox .sc-imagebox-style1 .sc-box-image img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.sc-imagebox .sc-imagebox-style1 .sc-box-content {
  padding: 20px;
}

.sc-imagebox .sc-imagebox-style2 .sc-box-image {
  overflow: hidden;
  height: 340px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-imagebox .sc-imagebox-style2 .sc-box-image img {
  height: 100%;
}

.sc-imagebox .sc-imagebox-style2 .sc-box-content {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease-out;
  opacity: 1;
  max-height: 90px;
  box-sizing: border-box;
}

@media (min-width: 1026px) {
  .sc-imagebox .sc-imagebox-style2 .sc-box-content:hover {
    max-height: 100%;
    transition: all .3s ease-in;
  }
  .sc-imagebox .sc-imagebox-style2 .sc-box-content:hover .sc-box-link span {
    transform: rotateX(0deg) !important;
  }
}

@media (max-width: 1025px) {
  .sc-imagebox .sc-imagebox-style2 .sc-box-content.hover {
    max-height: 100%;
    transition: all .5s ease-in;
  }
  .sc-imagebox .sc-imagebox-style2 .sc-box-content.hover .sc-box-link span {
    transform: rotateX(0deg) !important;
  }
}

.sc-imagebox .sc-imagebox-style2 .sc-box-content .sc-box-link {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 120px;
  height: 30px;
  overflow: hidden;
}

.sc-imagebox .sc-imagebox-style2 .sc-box-content .sc-box-link a {
  border-radius: 100% 100% 0 0;
  width: 120px;
  height: 80px;
  display: inline-block;
  padding-top: 10px;
}

.sc-imagebox .sc-imagebox-style2 .sc-box-content .sc-box-link a span {
  background: url(../svg/goto.svg) no-repeat;
  transform: rotateX(180deg) !important;
  height: 14px;
  width: 20px;
  display: inline-block;
}

/*
* Carousel
*/
.sc-carousel-container {
  display: flex;
  overflow: hidden;
}

.sc-carousel-container ul {
  list-style: none;
  padding: 0;
}

.sc-carousel-container .sc-carousel-box {
  display: inline-block;
}

@media (max-width: 768px) {
  .sc-carousel-container .sc-carousel-box {
    width: 100%;
  }
}

.sc-carousel-container .sc-carousel-box picture,
.sc-carousel-container .sc-carousel-box img {
  width: 400px;
}

/*
* Column basic
*/
.sc-column-50 .sc-button {
  margin-top: 20px;
}

/*
* Extra settings: sc-theme-acf-child/main.scss
*/
/*
* Slider
*/
.sc-slider-container {
  display: flex;
  overflow: hidden;
}

.sc-slider-container.sc-slider-container-fast {
  flex-wrap: wrap;
}

.sc-slider-container.sc-slider-container-fast .sc-slider-fast-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}

.sc-slider-container .scLightSliders,
.sc-slider-container #scLightSlider {
  padding: 0;
  margin: 0;
  width: 100%;
}

.sc-slider-container .lSSlideWrapper {
  height: 100%;
}

.sc-slider-container .lSSlideWrapper ul {
  height: 100% !important;
}

.sc-slider-container .sc-slider-box {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
}

.sc-slider-container .sc-slider-box-container {
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (min-width: 901px) {
  .sc-slider-container .sc-slider-box-container {
    justify-content: flex-end;
  }
}

@media (max-width: 900px) {
  .sc-slider-container .sc-slider-box-container {
    justify-content: center;
    padding: 40px 0;
  }
}

.sc-slider-container .sc-slider-content {
  display: flex;
  width: 80%;
  flex-direction: column;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sc-slider-container .sc-slider-content {
    width: 80% !important;
  }
}

.sc-slider-container .sc-slider-content .sc-slider-title {
  margin-bottom: 0;
}

.sc-slider-container .sc-slider-content .sc-button {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .sc-slider-container .sc-slider-content {
    padding: 30px;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .sc-slider-container .sc-slider-content {
    padding: 30px 20px;
    max-width: 100%;
  }
}

.sc-slider-container .lSAction {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.sc-widget:not(:last-of-type),
.sc-widget:not(.sc-widget-title) {
  margin-bottom: 20px;
}

.sc-full-content .sc-widget {
  margin-bottom: 0;
}

/*
* Title, Subtitle
*/
.sc-widget-title h1,
.sc-widget-title h2,
.sc-widget-title h3,
.sc-widget-title .sc-widget-subtitle span, .sc-widget-subtitle
.sc-widget-title span,
.sc-widget-subtitle h1,
.sc-widget-subtitle h2,
.sc-widget-subtitle h3, .sc-widget-subtitle span {
  margin-bottom: 0;
}

/*
* Subtitle
*/
/*
* Video
*/
.sc-widget-video video {
  width: 100%;
}

/*
* Image
*/
/*.sc-widget-image {
    img {
        max-width:100%;
        width:auto;
    }
}*/
/*
* Google Map
*/
.sc-widget-map iframe {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .sc-widget-map iframe {
    max-height: 420px;
  }
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*! lightgallery - v1.10.0 - 2020-11-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50vh;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin: 0 auto;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/lightgallery/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/lightgallery/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
