/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
/* ###### NAV VARIABLES ###### */
/* ##### HEADER BANNER VARIBLES ##### */
/* ##### BTN VARIABLES ##### */
/* ##### CARDS VARIABLES ##### */
/* ##### Fake Underline Variables ###### */
/* ##### FOOTER VARIABLES ##### */
.body.modal-opened {
  overflow: hidden; }

.gallery-nav-section .navbar-collapse {
  position: relative; }

.gallery-nav-section {
  padding-top: 90px; }
  .gallery-nav-section .collapse-nav-title {
    background-color: transparent;
    outline: none;
    display: flex;
    width: 90%;
    max-width: 494px;
    padding: 10px 0;
    justify-content: center;
    border: 1px solid #d92128;
    margin: 0 auto 10px; }
    .gallery-nav-section .collapse-nav-title i.icon {
      padding-right: 0;
      padding-left: 25px;
      color: #d92128; }
    .gallery-nav-section .collapse-nav-title.collapsed i.icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      padding-right: 25px;
      padding-left: 0; }
  .gallery-nav-section .gallery-nav {
    flex-direction: column;
    justify-content: space-between;
    background-color: #d92128;
    list-style: none;
    color: #fff;
    font-size: 14px;
    padding: 0 25px 6px;
    font-weight: 500;
    max-width: 494px;
    margin: auto; }
    .gallery-nav-section .gallery-nav li {
      height: 47px;
      text-transform: uppercase;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 0 10px;
      border-bottom: 7px solid transparent;
      cursor: pointer; }
      .gallery-nav-section .gallery-nav li.activated {
        border-bottom: 7px solid #fff; }
      .gallery-nav-section .gallery-nav li:hover {
        opacity: 0.8; }

.gallery-section-wrapper {
  display: none;
  padding-bottom: 75px; }
  .gallery-section-wrapper.viewing {
    display: block; }

.gallery-section {
  overflow: hidden; }

.gallery-slide {
  width: 350px;
  display: block;
  height: 305px;
  margin-right: 5px; }

.gallery-modal {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 8000;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 66, 130, 0.8);
  display: none; }
  .gallery-modal .full-gallery {
    top: 50%;
    transform: translateY(-50%); }
    .gallery-modal .full-gallery .flickity-button {
      background: #ffa400; }
      .gallery-modal .full-gallery .flickity-button:hover {
        background-color: rgba(255, 164, 0, 0.8); }
    .gallery-modal .full-gallery .full-gallery-slide {
      height: 700px;
      margin: 0 15px;
      width: auto; }

.carousel-gallery .flickity-viewport {
  z-index: 1; }
.carousel-gallery .container.flickity-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  height: 305px;
  align-self: center;
  top: 0; }
  .carousel-gallery .container.flickity-arrows .flickity-prev-next-button {
    background: #ffa400;
    top: unset;
    transform: unset; }
    .carousel-gallery .container.flickity-arrows .flickity-prev-next-button:hover {
      background-color: rgba(255, 164, 0, 0.8); }
    .carousel-gallery .container.flickity-arrows .flickity-prev-next-button.next {
      right: 15px; }
    .carousel-gallery .container.flickity-arrows .flickity-prev-next-button.previous {
      left: 15px; }

.image-row:after {
  content: '';
  display: block;
  clear: both; }

.image-row .grid-item {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  border: 5px solid #fff; }
  .image-row .grid-item img {
    width: 100%; }
  .image-row .grid-item.width2 {
    width: 100%; }
    .image-row .grid-item.width2 img {
      width: 100%; }
  .image-row .grid-item.height2 {
    height: auto; }
    .image-row .grid-item.height2 img {
      width: 100%; }
  .image-row .grid-item.width2.height2 img {
    width: 100%; }
  .image-row .grid-item.video {
    width: 100%;
    height: auto; }

.close-modal {
  width: 100%;
  max-width: 1140px;
  left: 0;
  right: 0;
  margin: auto;
  top: -33px;
  position: absolute;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff; }
  .close-modal .x-wrapper {
    width: 25px;
    height: 25px;
    background-color: #d92128;
    border-radius: 40px;
    display: flex;
    position: relative;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    font-size: 15px; }
  .close-modal .icon {
    color: #fff; }

@media (min-width: 768px) {
  .gallery-nav-section {
    padding-top: 0; }
    .gallery-nav-section .gallery-nav {
      display: flex;
      flex-direction: row;
      margin-bottom: 60px;
      margin-top: 16px; }

  /* clear fix */
  .image-row :after {
    content: '';
    display: block;
    clear: both; }
  .image-row .grid-item {
    width: 190px;
    height: 185px;
    float: left;
    overflow: hidden;
    border: 5px solid #fff; }
    .image-row .grid-item img {
      width: 105%; }
    .image-row .grid-item.width2 {
      width: 380px; }
      .image-row .grid-item.width2 img {
        width: 105%; }
    .image-row .grid-item.height2 {
      height: 370px; }
      .image-row .grid-item.height2 img {
        width: 100%; }
    .image-row .grid-item.width2.height2 img {
      width: auto; }
    .image-row .grid-item.video {
      width: 100%;
      max-width: 380px;
      height: auto; } }
@media (min-width: 992px) {
  .carousel-gallery .container.flickity-arrows .flickity-prev-next-button {
    background: #ffa400;
    top: unset;
    transform: unset; }
    .carousel-gallery .container.flickity-arrows .flickity-prev-next-button.next {
      right: -20px; }
    .carousel-gallery .container.flickity-arrows .flickity-prev-next-button.previous {
      left: -20px; } }
@media (min-width: 1200px) {
  .gallery-nav-section .gallery-nav {
    font-size: 18px; } }
/*# sourceMappingURL=simple-gallery-style.css.map */

/*# sourceMappingURL=simple-gallery-style.css.map */
