body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

.header__inner {
  position: relative;
  padding: 20px 5% 12px;
  z-index: 10; }
  @media (max-width: 640px) {
    .header__inner {
      padding: 10px 5% 8px; } }

.header__hamMenu {
  display: none;
  cursor: pointer; }
  @media (max-width: 640px) {
    .header__hamMenu {
      display: inline-block; } }
  .header__hamMenu img {
    width: 40px; }

.header__list {
  list-style-type: none;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  display: inline-block; }
  @media (max-width: 640px) {
    .header__list {
      display: none; } }
  .header__list li {
    position: relative;
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0 0 10px; }
    .header__list li:after {
      content: " ";
      position: absolute;
      left: 0px;
      bottom: 0px;
      background-color: transparent;
      width: 100%;
      height: 3px;
      border-radius: 30px;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      visibility: hidden;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .header__list li:hover:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      visibility: visible;
      background-color: #136b9b; }
    .header__list li.activeMenu {
      font-weight: 600; }
      .header__list li.activeMenu:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        visibility: visible;
        background-color: #136b9b; }
      .header__list li.activeMenu a {
        color: #136b9b; }
    .header__list li a {
      text-decoration: none;
      color: #2e4553; }

.header__menuList {
  display: table-cell;
  list-style-type: none;
  padding: 0px 0 60%;
  font-size: 24px;
  font-family: "Helvetica-light";
  vertical-align: middle; }
  .header__menuList li {
    display: block;
    margin: 0 0 15px; }
    .header__menuList li a {
      letter-spacing: 1px;
      text-decoration: none;
      color: #ffffff; }

.header__albumQuickAccess {
  display: inline-block;
  float: right;
  cursor: pointer;
  margin: 4px 0 5px; }

.header__secCta {
  display: inline-block;
  float: right;
  margin-right: 20px; }

.header__menuSlider {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 45%;
  min-width: 260px;
  height: 100%;
  max-width: 300px;
  background-color: #2e4553;
  color: #ffffff;
  text-align: left;
  padding: 20px 5%;
  z-index: 20;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 440px) {
    .header__menuSlider {
      padding: 20px 10%; } }

.header__menuSliderClose {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  cursor: pointer; }

.header__menuSliderInner {
  display: table;
  height: 100%; }

.header__menuClosing {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: center; }
  @media (max-width: 440px) {
    .header__menuClosing {
      max-width: 85%; } }

.header__menuClosingLogo img {
  max-width: 100%; }
  @media (max-width: 440px) {
    .header__menuClosingLogo img {
      width: 90%; } }

.header__albumQuickAccessWrap {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70%;
  max-width: 350px;
  height: 100%;
  padding: 15px;
  background-color: #f7f7f7;
  text-align: center;
  z-index: 20;
  overflow-y: auto;
  -webkit-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.header__albumQuickAccessClose {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }

.header__albumQuickAccessTitle {
  text-align: left;
  margin: 0 0 10px;
  font-family: "Helvetica-bold";
  font-size: 20px; }

.header__albumQuickAccessItem {
  display: inline-block;
  width: 49%;
  padding: 3% 1%; }
  .header__albumQuickAccessItem img {
    width: 100%;
    max-width: 100%; }

.header__albumQuickAccessItemWrap {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none; }
  .header__albumQuickAccessItemWrap img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .header__albumQuickAccessItemWrap:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.header__albumQuickAccessItemDesc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  letter-spacing: 2px;
  padding: 45% 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  z-index: 1; }
  @media (max-width: 400px) {
    .header__albumQuickAccessItemDesc {
      font-size: 11px; } }

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 15;
  display: none; }

#triggerQA,
#triggerMenu {
  display: none; }

#triggerMenu:checked + .header__menuSlider {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }

#triggerQA:checked ~ .overlay {
  display: block; }

#triggerQA:checked + .header__albumQuickAccessWrap {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }

#closeIcn {
  width: 15px; }

.preloader {
  display: block; }
  .preloader.hideLoader {
    display: none; }
  .preloader__inner {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #dad9d9;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 50; }
  .preloader__innerWrap {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center; }
    .preloader__innerWrap img {
      width: auto;
      max-width: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 10%;
  background-color: #f5f5f5;
  color: #868686; }
  @media (max-width: 768px) {
    .footer__inner {
      display: block;
      text-align: center;
      padding: 15px 5%; } }
  @media (max-width: 400px) {
    .footer__inner {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .footer__inner span {
      display: block;
      margin: 0 0 5px; } }
  .footer__inner span:last-child {
    float: right; }
    @media (max-width: 768px) {
      .footer__inner span:last-child {
        float: none; } }

.gallery__inner {
  width: 80%;
  margin: 10px auto 60px; }

.gallery__title {
  position: relative;
  font-size: 36px;
  margin: 0 0 7%;
  text-align: center;
  letter-spacing: 3px; }
  @media (max-width: 640px) {
    .gallery__title {
      font-size: 30px;
      margin: 0 0 21%; } }
  .gallery__title:after {
    content: " ";
    position: absolute;
    bottom: -15px;
    height: 4px;
    width: 85px;
    background-color: #d5d5d5;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-radius: 50%; }

.gallery__row {
  margin: 0 0 4%;
  text-align: center; }
  @media (max-width: 640px) {
    .gallery__row {
      margin: 0; } }

.gallery__item {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  height: 230px;
  overflow: hidden; }
  @media (max-width: 992px) and (min-width: 641px) {
    .gallery__item {
      height: 160px; } }
  @media (max-width: 640px) {
    .gallery__item {
      width: 100%;
      margin: 0 0 14%; } }
  .gallery__item:not(:last-child) {
    margin: 0 4% 0 0%; }
    @media (max-width: 640px) {
      .gallery__item:not(:last-child) {
        margin: 0 0 14%; } }

.gallery__itemView {
  display: block;
  background-size: cover;
  background-position: 50% -40px;
  height: 134%;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none; }
  .gallery__itemView:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

@media (max-width: 768px) {
  .lb-next {
    background: url(../../images/libs/next.png) right 48% no-repeat;
    background-size: 35px; } }

@media (max-width: 768px) {
  .lb-prev {
    background: url(../../images/libs/prev.png) left 48% no-repeat;
    background-size: 35px; } }

@media (max-width: 768px) {
  #lightbox {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important; } }
