@charset "UTF-8";
/* Typography styles
 * ============================================================================== */
body {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.category-title {
  font-family: 'Cinzel', serif;
  font-size: 1.9em;
  margin: 2em 0 1em; }

.sketchy {
  font-family: 'Cinzel', serif;
  font-size: 1em; }
  @media (min-width: 768px) {
    .sketchy {
      font-size: 1.2em;
      margin: 2em 0 1em; } }
/* Utils
 * ============================================================================== */
.pointer:hover {
  cursor: pointer; }

/* Layout
 * ============================================================================== */
body {
  background-color: whitesmoke; }

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .layout > main {
    flex-grow: 1; }

.main-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: white;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.74) 100%);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; }
  .main-header .title-1 {
    font-family: 'Cinzel', serif;
    font-size: 3em;
    letter-spacing: 0.1em;
    color: white; }
  .main-header .title-2 {
    font-family: 'Cinzel', serif;
    font-size: 2em;
    color: white; }
  .main-header .header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -999; }
    .main-header .header-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      filter: saturate(115%); }

.portfolio-navigation {
  display: flex;
  align-items: center;
  justify-content: center; }
  .portfolio-navigation * {
    margin-right: 25px;
    letter-spacing: 0.15em;
    color: black; }
  .portfolio-navigation a {
    background-image: linear-gradient(to right, #f368e0, #f368e0 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out; }
  .portfolio-navigation a:before {
    content: '';
    background: #f368e0;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out; }
  .portfolio-navigation a:hover {
    background-position: 0; }
  .portfolio-navigation a:hover::before {
    width: 100%; }

.wrapper {
  margin: 50px 150px; }

.main-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 150px;
  background-color: #0B191C;
  color: whitesmoke;
  font-size: 0.9em; }

.p-bordered {
  padding: 15px 0;
  border-top: 3px #00abee solid;
  border-bottom: 3px #00abee solid; }

.sketchy {
  padding: 2rem;
  display: inline-block;
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  letter-spacing: 0.2ch;
  position: relative; }
  @media (min-width: 768px) {
    .sketchy {
      padding: 2rem 8rem; } }
/* Gallery
 * ============================================================================== */
.grid-item, .grid-sizer {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease-in-out;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .grid-item, .grid-sizer {
      width: calc((100% - 1%) / 2); } }
  @media screen and (min-width: 992px) {
    .grid-item, .grid-sizer {
      width: calc((100% - 1% * 2) / 3); } }
  @media screen and (min-width: 1200px) {
    .grid-item, .grid-sizer {
      width: calc((100% - 1% * 3) / 4); } }
.gutter-sizer {
  width: 1%; }

.grid-item--width2 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .grid-item--width2 {
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .grid-item--width2 {
      width: calc((100% - 1% * 2) / 3 * 2 + 1%); } }
  @media screen and (min-width: 1200px) {
    .grid-item--width2 {
      width: calc((100% - 1% * 3) / 4 * 2 + 1%); } }
.gallery-container {
  margin-top: 30px; }

.grid-item:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }

.grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.home-selection-item {
  position: relative;
  cursor: pointer; }
  .home-selection-item:hover .home-selection-img {
    transform: scale(1.1); }

.home-selection-img {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: transform .5s ease; }

.image__overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: whitesmoke;
  font-family: 'Cinzel', serif;
  font-size: 1.6em;
  opacity: 0;
  transition: opacity 0.25s; }
  .image__overlay:hover {
    opacity: 1; }

.image__title {
  font-size: 2em;
  font-weight: bold; }

.image__description {
  font-size: 1.25em;
  margin-top: 0.25em;
  /* Making category text unselectable */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  /* IE10+/Edge */
  user-select: none;
  /* Standard */ }

/* header
 * ============================================================================== */
/* Transparent header */
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  min-height: 100vh;
  position: relative; }

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  transition: .3s all ease; }

a, a:hover {
  text-decoration: none !important; }

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url("https://atelierforge-assets.s3.amazonaws.com/homepage_banner.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden; }
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* linear gradient background transparent in the middle */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%); }

body:not([id="home"]) .hero {
  background-image: url("https://atelierforge-assets.s3.amazonaws.com/page_banner.jpg");
  max-height: 300px;
  background-position: center center; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 2rem;
  width: 100%; }

.site-navbar.transparent {
  background: transparent; }

.site-navbar.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px !important; }

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0; }

.site-navbar .site-navigation .site-menu .active > a span {
  background: #111;
  color: goldenrod;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px; }

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block; }

.site-navbar .site-navigation .site-menu > li {
  display: inline-block; }

.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 0px;
  color: #fff;
  font-size: 16px;
  text-decoration: none !important; }

.site-navbar .site-navigation .site-menu > li > a > span {
  padding: 5px 20px;
  display: inline-block;
  transition: .3s all ease;
  border-radius: 30px; }

.site-navbar .site-navigation .site-menu > li > a:hover > span {
  background: #222;
  color: #fff;
  border-radius: 30px;
  display: inline-block; }

.site-navbar .site-navigation .site-menu .has-children {
  position: relative; }

.site-navbar .site-navigation .site-menu .has-children > a span {
  position: relative;
  padding-right: 30px; }

.site-navbar .site-navigation .site-menu .has-children > a span:before {
  position: absolute;
  font-size: 16px;
  font-weight: 900;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: ""; }

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid goldenrod;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s; }

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute; }

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #343a40; }

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a span {
  color: #111;
  padding: 0;
  background: transparent;
  border-bottom: 2px solid goldenrod;
  border-radius: 0; }

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px; }

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block; }

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child {
  padding-bottom: 10px; }

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #fafafb; }

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a {
  position: relative; }

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
  position: absolute;
  content: "\e315";
  right: 20px;
  font-family: 'icomoon'; }

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0; }

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #fafafb; }

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #222; }

.site-navbar .site-navigation .site-menu .has-children:hover > a span, .site-navbar .site-navigation .site-menu .has-children:focus > a span, .site-navbar .site-navigation .site-menu .has-children:active > a span {
  background: #222;
  color: #fff; }

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer; }

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: .3s all ease-in-out; }

.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%); }

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: .3s all ease; }

.icon-close2:before {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-weight: 900;
  color: #111;
  font-size: 18px; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none; }

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px; }

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529; }

.site-mobile-menu .site-nav-wrap a:hover {
  color: darkgoldenrod; }

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; }

.site-mobile-menu .site-nav-wrap li.active > a {
  color: darkgoldenrod; }

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; }

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa; }

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: .3s all ease; }

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%); }

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%; }

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px; }

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block; }

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px; }

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0; }

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block; }

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px; }

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em; }

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto; }

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important; }

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; }

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa; }

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: .3s all ease;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-weight: 900; }

.contact-form {
  max-width: 700px;
  margin: 0 auto; }
  .contact-form .form-label {
    position: relative; }

.form-group {
  margin-bottom: 0;
  padding: 10px 0; }
  .form-group:first-child {
    border-color: transparent; }

.form-group.has-icon .control-group {
  position: relative; }
  .form-group.has-icon .control-group .btn-search {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    border: transparent;
    background: transparent; }
    .form-group.has-icon .control-group .btn-search > .icon {
      top: 0;
      left: 0; }
  .form-group.has-icon .control-group .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 12px;
    fill: #757575; }
  .form-group.has-icon .control-group .form-control {
    padding-left: 32px; }

.form-control {
  box-shadow: none;
  border-width: 2px;
  min-height: 40px;
  height: auto; }
  .form-control:focus {
    box-shadow: none; }

.form-vertical {
  counter-reset: fieldset; }
  .form-vertical fieldset {
    padding-top: 10px;
    margin: 50px 0; }
    .form-vertical fieldset > legend:before {
      content: counter(fieldset);
      counter-increment: fieldset;
      position: absolute;
      left: -25px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 15px;
      text-align: center;
      background: #617D8A;
      color: white;
      font-size: 75%;
      font-weight: bold; }

label.checkbox {
  margin-bottom: 15px;
  position: relative; }
  label.checkbox .icheckbox_flat {
    position: absolute !important;
    top: 0;
    left: 0; }
  label.checkbox input {
    position: absolute;
    left: 0;
    top: 0; }
  label.checkbox span {
    padding-left: 35px;
    display: block; }

.bold-text {
  font-weight: bold; }

.radio label {
  padding-left: 0; }

.radio span {
  vertical-align: middle;
  margin-left: 5px; }

.btn {
  position: relative;
  height: auto;
  padding: 10px 16px;
  min-width: 80px;
  border-radius: 0;
  font-weight: bold;
  line-height: 16px;
  border-width: 2px;
  border-style: solid; }
  .btn:active {
    top: 1px;
    box-shadow: none; }
  .btn.large-btn {
    padding: 16px 24px;
    font-size: 16px; }

.btn-light {
  background: #bdbdbd;
  border-color: #bdbdbd; }
  .btn-light:hover {
    background: #b0b0b0; }

.btn-default {
  background: white;
  border-color: #bdbdbd; }
  .btn-default:hover {
    border-color: #b0b0b0; }

.btn-primary {
  background-color: goldenrod;
  border-color: goldenrod; }
  .btn-primary:hover {
    border-color: #c4941d;
    background-color: #c4941d; }

.btn-inverted {
  background-color: #38474F;
  color: #fff !important; }
  .btn-inverted:hover {
    background-color: #2d3a40; }

.btn-group.radio-group .btn {
  height: 50px;
  line-height: 22px;
  padding: 12px 20px; }
  .btn-group.radio-group .btn span {
    line-height: 22px;
    vertical-align: middle;
    margin-left: 5px; }

.form-control:focus {
  border-color: #617D8A; }

/* bootstrap select styles */
.bootstrap-select .btn {
  min-height: 40px;
  border-width: 2px;
  box-shadow: none;
  outline: 0; }
  .bootstrap-select .btn:hover {
    background: white; }

.bootstrap-select .btn:focus,
.bootstrap-select.btn-group.open .dropdown-toggle {
  border-color: #617D8A;
  background: white;
  outline: 0 !important; }

.bootstrap-select .btn.bootstrap-select.btn-group.open .dropdown-toggle {
  border-color: #617D8A;
  color: white;
  box-shadow: none; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #617D8A;
  color: white;
  outline: 0 !important; }

label {
  cursor: pointer; }

:-ms-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc; }

::-webkit-input-placeholder {
  color: #ccc; }

/* control search */
.control-search {
  border-radius: 40px; }

/* group addon */
.input-group-addon {
  border-width: 2px; }

/* Homepage Categories
 * ============================================================================== */
.homepage-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .homepage-categories > * {
    box-sizing: border-box;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 5%; }
  @media screen and (min-width: 768px) {
    .homepage-categories {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .homepage-categories > * {
        box-sizing: border-box;
        width: 47.5%;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-bottom: 2.5%; } }
  @media screen and (min-width: 992px) {
    .homepage-categories {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .homepage-categories > * {
        box-sizing: border-box;
        width: 31.66666667%;
        margin-left: 0.83333333%;
        margin-right: 0.83333333%;
        margin-bottom: 1.66666667%; } }
  .homepage-categories a {
    display: block;
    text-decoration: none;
    color: inherit; }
    .homepage-categories a div {
      position: relative;
      padding-top: 56.25%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 15px;
      overflow: hidden; }
      .homepage-categories a div span {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        text-align: center;
        font-size: 1.2em;
        line-height: 1.2; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto; }

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  box-shadow: none !important; }

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column; }

.gslide-description {
  position: relative;
  flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1; }

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  animation: gzoomOut 0.5s ease; }

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

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }
