:root {
  --primary: #F79721;
  --secondary: #626262;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #fc0;
  --light: #7b7979;
  --dark: #2c2c2c;
  --breakpoint-xs: 0px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px; }

@font-face {
  font-family: "rubiklight";
  src: url("../fonts/rubik-light-webfont.woff2") format("woff2"), url("../fonts/rubik-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "rubikregular";
  src: url("../fonts/rubik-regular-webfont.woff2") format("woff2"), url("../fonts/rubik-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "rubikmedium";
  src: url("../fonts/rubik-medium-webfont.woff2") format("woff2"), url("../fonts/rubik-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "rubikbold";
  src: url("../fonts/rubik-bold-webfont.woff2") format("woff2"), url("../fonts/rubik-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Arimo";
  src: url("../fonts/Arimo-Regular.woff2") format("woff2"), url("../fonts/Arimo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "bradley_hand_itc_ttbold";
  src: url("../fonts/bradley_hand_itc_tt_bold-webfont.woff2") format("woff2"), url("../fonts/bradley_hand_itc_tt_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.header {
  background: #fff;
  padding-top: 1.8rem;
  padding-bottom: 15px; }
  .header .navbar {
    position: relative; }
    .header .navbar.navbar-expand-md .navbar-collapse {
      display: none !important; }
      @media (max-width: 767px) {
        .header .navbar.navbar-expand-md .navbar-collapse {
          display: flex !important; } }
    .header .navbar.navbar-expand-md .web-menu {
      display: block !important; }
      @media (max-width: 767px) {
        .header .navbar.navbar-expand-md .web-menu {
          display: none !important; } }
    .header .navbar:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 1px;
      background-color: rgba(247, 151, 33, 0.63); }
      @media (max-width: 767px) {
        .header .navbar:before {
          display: none; } }
    .header .navbar:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      height: 1px;
      background-color: #f79721; }
      @media (max-width: 767px) {
        .header .navbar:after {
          display: none; } }
      @media (max-width: 374px) {
        .header .navbar:after {
          display: none; } }
    .header .navbar .navbar-brand {
      line-height: 1; }
      @media (max-width: 767px) {
        .header .navbar .navbar-brand {
          padding-bottom: 5px !important;
          padding-top: 5px !important;
          position: relative; }
          .header .navbar .navbar-brand:after {
            content: "";
            width: 0px; } }
      .header .navbar .navbar-brand .brand-name {
        font-family: "rubikbold";
        font-size: 21px;
        letter-spacing: 3px;
        line-height: 1;
        margin-right: 10px;
        color: #15343f; }
        @media (max-width: 767px) {
          .header .navbar .navbar-brand .brand-name {
            font-size: 16px; } }
        @media (min-width: 769px) and (max-width: 991px) {
          .header .navbar .navbar-brand .brand-name {
            font-size: 14px; } }
        @media (max-width: 374px) {
          .header .navbar .navbar-brand .brand-name {
            font-size: 13px; } }
      .header .navbar .navbar-brand:hover .brand-name {
        color: #F79721; }
      .header .navbar .navbar-brand .flag {
        margin-bottom: 5px; }
    .header .navbar .header-tiger-sign {
      width: 51px;
      position: absolute;
      left: 50%;
      bottom: -6px;
      margin-left: -15px;
      background-color: #fff;
      z-index: 2;
      transform: translate(-50%, 0%); }
      @media (max-width: 767px) {
        .header .navbar .header-tiger-sign {
          background: transparent !important; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .header .navbar .header-tiger-sign {
          width: 30px; } }
      .header .navbar .header-tiger-sign svg {
        width: 100%;
        color: #15343f; }
      .header .navbar .header-tiger-sign.active svg, .header .navbar .header-tiger-sign:hover svg {
        color: #f79721; }
      @media (max-width: 767px) {
        .header .navbar .header-tiger-sign {
          width: 65px;
          right: 15px;
          left: auto;
          bottom: 0px;
          transform: translateX(0%); } }
      .header .navbar .header-tiger-sign .web-view {
        display: block; }
        @media (max-width: 767px) {
          .header .navbar .header-tiger-sign .web-view {
            display: none; } }
      .header .navbar .header-tiger-sign .mobile-view {
        display: none; }
        @media (max-width: 767px) {
          .header .navbar .header-tiger-sign .mobile-view {
            display: block; } }
    .header .navbar .navbar-toggler {
      left: 0px;
      z-index: 10;
      padding: 0px 5px; }
      .header .navbar .navbar-toggler-icon {
        width: 24px;
        height: 24px; }
    .header .navbar .navbar-nav .nav-item .nav-link {
      color: #7b7979;
      line-height: 1.3;
      margin: 0px 0.1rem;
      padding: 0px 10px !important; }
      .header .navbar .navbar-nav .nav-item .nav-link:hover, .header .navbar .navbar-nav .nav-item .nav-link:focus, .header .navbar .navbar-nav .nav-item .nav-link.active {
        color: #F79721; }
      @media (min-width: 769px) and (max-width: 991px) {
        .header .navbar .navbar-nav .nav-item .nav-link {
          margin: 0px 0.2rem;
          font-size: 12px; } }
      @media (min-width: 1430px) {
        .header .navbar .navbar-nav .nav-item .nav-link {
          margin: 0px 1rem !important;
          font-size: 16px !important; } }
      @media (min-width: 1200px) {
        .header .navbar .navbar-nav .nav-item .nav-link {
          padding: 0.5rem 0 0;
          margin: 0px 1rem;
          font-size: 14px; } }
    @media (max-width: 767px) {
      .header .navbar .offcanvas-collapse {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: -100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        padding: 0px;
        transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
        .header .navbar .offcanvas-collapse .side-nav {
          position: relative;
          height: 100%;
          padding-top: 63px;
          width: 50%;
          max-width: 287px;
          box-shadow: 2px 0px 8px 1px #505050;
          background-color: #15343f; } }
    @media (max-width: 767px) and (max-width: 374px) {
      .header .navbar .offcanvas-collapse .side-nav {
        width: 58%; } }
    @media (max-width: 767px) {
          .header .navbar .offcanvas-collapse .side-nav .header-tiger-sign {
            width: 90% !important;
            right: 0px;
            background: transparent !important;
            z-index: 99;
            position: absolute;
            bottom: 15px;
            height: 30px; }
          .header .navbar .offcanvas-collapse .side-nav .nav-link {
            padding: 0.5rem 1rem !important; }
            .header .navbar .offcanvas-collapse .side-nav .nav-link .nav-icon {
              width: 30px;
              margin-right: 10px; }
      .header .navbar .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%); } }

.footer {
  background: #15343f;
  padding: 23px 0px; }
  .footer .nav .nav-item .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff; }
    @media (max-width: 767px) {
      .footer .nav .nav-item .nav-link {
        padding: 0px 10px !important; } }
    .footer .nav .nav-item .nav-link svg {
      height: 1.25rem; }
      .footer .nav .nav-item .nav-link svg .a {
        fill: currentColor; }
    .footer .nav .nav-item .nav-link:hover, .footer .nav .nav-item .nav-link:focus, .footer .nav .nav-item .nav-link.active {
      color: #F79721; }
  .footer .footer-text + .footer-tiger-sign {
    width: 74px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .footer .footer-text + .footer-tiger-sign svg {
      width: 30px;
      color: #fff;
      margin-left: auto;
      margin-top: -3px; }
    .footer .footer-text + .footer-tiger-sign:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 9px;
      width: 51px;
      height: 1px;
      background-color: #fff;
      left: -1px; }
    @media (max-width: 767px) {
      .footer .footer-text + .footer-tiger-sign {
        display: none; } }
  @media (max-width: 767px) {
    .footer .footer-text {
      text-align: center;
      font-size: 12px;
      margin-top: 15px;
      width: 100%; } }
  .footer .footer-text .footer-sm-text {
    display: none; }
    @media (max-width: 767px) {
      .footer .footer-text .footer-sm-text {
        display: block; }
        .footer .footer-text .footer-sm-text .like-icon {
          width: 23px;
          display: inline-block;
          margin: 0px 3px 0px 5px; } }

.top-sticky-container {
  position: fixed;
  top: 64px;
  z-index: 3;
  left: 0px;
  background-color: #fff; }
  @media (min-width: 769px) and (max-width: 991px) and (orientation: landscape) {
    .top-sticky-container {
      top: 59px; } }

.tab-container {
  margin: 42px 0px; }
  @media (max-width: 767px) {
    .tab-container {
      margin: 0px 0px 20px; } }
  .tab-container .nav .nav-item {
    padding: 0 3rem; }
    @media (max-width: 767px) {
      .tab-container .nav .nav-item {
        padding: 0 10px !important; } }
    .tab-container .nav .nav-item .nav-link {
      color: #7b7979;
      padding: 0;
      font-size: 18px; }
      @media (max-width: 767px) {
        .tab-container .nav .nav-item .nav-link {
          font-size: 13px; } }
      .tab-container .nav .nav-item .nav-link:hover, .tab-container .nav .nav-item .nav-link.active {
        color: #F79721; }

.masonry-wrapper {
  padding-top: 120px; }
  @media (max-width: 767px) {
    .masonry-wrapper {
      padding-top: 80px !important; } }

.masonry {
  columns: 3;
  column-gap: 30px; }
  @media (max-width: 767px) {
    .masonry {
      padding: 0 5px !important; } }
  @media (max-width: 1200px) {
    .masonry {
      columns: 3; } }
  @media (max-width: 992px) {
    .masonry {
      columns: 2; } }
  .masonry .grid {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .masonry .grid {
        min-height: 180px;
        max-height: 180px; } }
    .masonry .grid ~ .detail-icon {
      position: absolute;
      bottom: 5px;
      right: 10px;
      height: auto;
      width: 30px;
      display: none; }
      @media (max-width: 767px) {
        .masonry .grid ~ .detail-icon {
          display: block !important; } }
      .masonry .grid ~ .detail-icon svg {
        width: 100%; }
    .masonry .grid:before {
      border-radius: 5px;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .masonry .grid img {
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 767px) {
        .masonry .grid img {
          min-height: 180px;
          max-height: 180px;
          object-fit: cover; } }
    .masonry .grid__title {
      font-size: 21px;
      margin: 0px 0px 10px 0px;
      color: #fff; }
    .masonry .grid__link {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .masonry .grid__body {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 1.25rem;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .masonry .grid .zoom-icon {
      width: 30px;
      height: 30px;
      display: block; }
      .masonry .grid .zoom-icon svg {
        color: #F79721; }
        .masonry .grid .zoom-icon svg .a {
          fill: none; }
    .masonry .grid:hover:before {
      opacity: 1; }
    .masonry .grid:hover .grid__body {
      opacity: 1;
      visibility: visible; }
    .masonry .grid:hover img {
      filter: blur(0.5rem);
      -webkit-filter: blur(0.5rem); }
    .masonry .grid .detail-icon {
      position: absolute;
      right: 0px;
      bottom: 0px;
      height: 30px;
      width: 30px; }

.mansory-fixed-height {
  columns: unset;
  column-gap: unset; }
  .mansory-fixed-height .grid {
    margin-bottom: 19px; }
    .mansory-fixed-height .grid.grid-sm {
      height: 300px; }
    .mansory-fixed-height .grid.grid-lg {
      height: 500px; }
    .mansory-fixed-height .grid img {
      height: 100%;
      object-fit: cover;
      object-position: center; }

/*! lightgallery - v1.7.0 - 2020-05-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

@-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; } }

/*# sourceMappingURL=lightgallery.css.map */
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
  right: 4.5rem; }
  .lg-actions .lg-next:hover {
    color: #fff; }

.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
  left: 4.5rem; }
  .lg-actions .lg-prev:hover {
    color: #fff; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

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

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

.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;
  position: absolute;
  top: 60px;
  right: 5.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  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; }
  @media (max-width: 767px) {
    .lg-toolbar {
      top: 30px;
      right: auto;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .lg-toolbar {
      flex-direction: row-reverse; } }
  .lg-toolbar .lg-icon {
    color: #7b7979;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: right;
    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: #F79721; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-close:hover {
    color: #c60404 !important; }
  .lg-toolbar .lg-download {
    display: none; }
    .lg-toolbar .lg-download:after {
      content: "\e0f2"; }

.lg-sub-html {
  background: transparent;
  bottom: 0;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0px 0px 2px 0px;
    font-size: 22px;
    font-weight: bold; }
  .lg-sub-html h5 {
    margin: 0px;
    font-weight: 100; }
  .lg-sub-html p {
    font-size: 18px;
    margin: 0px;
    line-height: 29px; }

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

.lg-prev {
  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-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 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  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-thumb-outer {
    height: auto !important;
    background: transparent !important;
    bottom: 0px;
    position: absolute;
    width: 100vw;
    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;
    left: 50%;
    transform: translate(-50%, -50%) !important; }
    @media (max-width: 767px) {
      .lg-outer .lg-thumb-outer {
        display: none; } }
  .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 {
    padding: 10px 0;
    height: 100%;
    width: 100% !important;
    transform: none !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  .lg-outer .lg-thumb-item {
    border-radius: 50%;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 15px !important;
    width: 15px !important;
    border: 1px solid #7b7979;
    background: transparent;
    margin: 0px 5px 0px !important; }
    .lg-outer .lg-thumb-item:hover {
      border-color: #F79721; }
    .lg-outer .lg-thumb-item img {
      width: 0px;
      height: 0; }
  .lg-outer .lg-thumb-item.active {
    border-color: #f79721;
    background: #f79721; }
  .lg-outer .lg-toogle-thumb {
    display: none;
    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/vimeo-play.png") no-repeat scroll 0 0 transparent; }
  .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }
  .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/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/youtube-play.png") no-repeat scroll 0 0 transparent; }
  .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/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 {
    display: none; }
  .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-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-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 {
      box-shadow: 0 0 0 8px white inset; }
    .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-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 {
    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 {
      color: #333; }
    .lg-outer .lg-dropdown > li:hover .lg-icon {
      color: #fff; }
    .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: #fff;
      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: #fff; }
    .lg-outer #lg-share-facebook .lg-icon:after {
      content: "\e901"; }
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced; }
    .lg-outer #lg-share-twitter .lg-icon:after {
      content: "\e904"; }
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #fff; }
    .lg-outer #lg-share-googleplus .lg-icon:after {
      content: "\e902"; }
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #fff; }
    .lg-outer #lg-share-pinterest .lg-icon:after {
      content: "\e903"; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 66px 0px; }
  .lg-outer .lg-inner {
    width: 100%;
    height: calc(100% - 132px);
    position: absolute;
    left: 0;
    top: 66px;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .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;
    box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.6); }
  .lg-outer .lg-empty-html {
    display: none; }

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

.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: 38px;
  background: #fff; }

.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-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

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

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

.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-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px;
  display: none; }
  #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-fullscreen:after {
  content: "\e20c"; }

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

.lg-outer.lg-dropdown-active .lg-dropdown {
  -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-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-group:after {
  content: "";
  display: table;
  clear: both; }

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

.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -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-item.lg-next-slide {
  -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-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-prev-slide {
  display: inline-block !important; }

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

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

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

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

.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-css .lg-current {
  display: inline-block !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object {
  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-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 {
  opacity: 1; }

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

.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: #fff;
  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 {
  -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-no-trans .lg-next-slide {
  -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-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;
  -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-fade .lg-item.lg-prev-slide {
  -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-fade .lg-item.lg-next-slide {
  -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);
  -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-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -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-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -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%;
  -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; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
  -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; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
  -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; }

@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; } }

@media (max-width: 767px) {
  .lg-actions .lg-prev {
    left: 1.25rem; }
  .lg-actions .lg-next {
    right: 1.25rem; }
  .lg-actions .lg-prev:after {
    width: 30px !important;
    height: 30px !important; }
  .lg-actions .lg-next:after {
    width: 30px !important;
    height: 30px !important; }
  .lg-outer .lg {
    padding: 0; }
  .lg-outer .lg-inner {
    top: 30px; }
  .lg-toolbar {
    top: -20px; } }

.contact-wrapper {
  min-height: calc(100vh - 146px);
  padding: 30px 0px; }
  @media (max-width: 767px) {
    .contact-wrapper {
      padding: 0px; } }
  .contact-wrapper .letter-box-wrapper .letter-box img {
    width: 100%; }
  @media (min-width: 0px) and (max-width: 991px) {
    .contact-wrapper .letter-box-wrapper .letter-box {
      display: none; } }
  .contact-wrapper .contact_form .form-control,
  .contact-wrapper .contact_form label {
    font-size: 18px;
    font-family: "Arimo";
    color: #595959; }
  .contact-wrapper .contact_form .form-control {
    border-radius: 10px;
    border-color: #707070; }
    .contact-wrapper .contact_form .form-control::placeholder {
      font-size: 15px !important;
      font-family: "Arimo";
      top: 0px; }
  .contact-wrapper .contact_form .submit-btn {
    min-width: 130px;
    padding: 0px;
    border: 1px solid #f79721;
    color: #15343f;
    font-size: 15px;
    box-shadow: 2pt 1.5pt 3pt #00000033;
    font-family: "rubikbold";
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .contact-wrapper .contact_form .submit-btn::after {
      display: inline-block;
      font-size: 22px;
      max-height: 31px;
      content: "\0279E";
      -webkit-transition: transform 0.3s ease-out;
      -moz-transition: transform 0.3s ease-out;
      -ms-transition: transform 0.3s ease-out;
      -o-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      color: #15343f; }
    .contact-wrapper .contact_form .submit-btn .sent {
      display: none; }
    .contact-wrapper .contact_form .submit-btn .send {
      display: block; }
    .contact-wrapper .contact_form .submit-btn.active {
      color: #fff;
      background-color: #f79721;
      text-align: center; }
      .contact-wrapper .contact_form .submit-btn.active .sent {
        display: block; }
      .contact-wrapper .contact_form .submit-btn.active .send {
        display: none; }
      .contact-wrapper .contact_form .submit-btn.active::after {
        color: #fff;
        -webkit-transform: translateX(60px);
        -moz-transform: translateX(60px);
        -ms-transform: translateX(60px);
        -o-transform: translateX(60px);
        transform: translateX(60px); }
  @media (max-width: 767px) {
    .contact-wrapper .address-info {
      margin-top: -3px;
      margin-bottom: 10px; } }
  .contact-wrapper .address-info .location-info {
    font-family: "Arimo";
    font-size: 24px; }
    @media (max-width: 767px) {
      .contact-wrapper .address-info .location-info {
        font-size: 11px; } }
    @media (max-width: 767px) {
      .contact-wrapper .address-info .location-info svg {
        width: 20px;
        margin-left: 0px; } }
  .contact-wrapper .address-info .email-info {
    font-family: "Arimo";
    font-size: 24px; }
    @media (max-width: 767px) {
      .contact-wrapper .address-info .email-info {
        font-size: 11px; } }
    @media (max-width: 767px) {
      .contact-wrapper .address-info .email-info svg {
        width: 20px;
        margin-left: 0px; } }
  .contact-wrapper .title {
    font-family: "rubikmedium" !important;
    font-size: 33px !important;
    display: block;
    position: relative;
    color: #595959; }
    @media (max-width: 767px) {
      .contact-wrapper .title {
        font-size: 20px !important; } }
    .contact-wrapper .title:after {
      position: absolute;
      content: "";
      height: 1px;
      width: 100%;
      left: 0px;
      background: #7b7979;
      bottom: 8px; }

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hamRotate.active {
  transform: rotate(45deg); }

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #555;
  stroke-width: 5;
  stroke-linecap: round; }

.ham8 .top {
  stroke-dasharray: 40 160; }

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms; }

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms; }

.ham8.active .top {
  stroke-dashoffset: -64px; }

.ham8.active .line {
  stroke: #f79721; }

.ham8.active .middle {
  transform: rotate(90deg); }

.ham8.active .bottom {
  stroke-dashoffset: -64px; }

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

body {
  padding: 68px 0px 0px;
  font-family: "rubikregular";
  line-height: 2; }
  body.lg-on {
    overflow: hidden; }

h2 {
  color: #9f9f9f;
  font-family: "rubikmedium"; }
  h2 strong {
    letter-spacing: 10px;
    font-family: "rubikbold"; }

.bottomTitle:before {
  content: '"';
  display: block;
  position: absolute;
  top: 0%;
  left: 13%;
  width: 30px;
  line-height: 1;
  transform: rotate(180deg) translate(20%, 20%);
  color: #f79721;
  font-style: italic;
  font-family: "rubikbold";
  font-size: 53px; }

.bottomTitle strong:after {
  content: "...";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 30px;
  height: 10px;
  line-height: 1;
  color: #15343f;
  font-weight: 600;
  letter-spacing: 0px; }

h3 {
  color: #15343f; }

button:focus {
  outline: none; }

.text-primary {
  color: #F79721 !important; }

.before-quotes:before {
  content: '"';
  display: block;
  position: absolute;
  width: 30px;
  height: 40px;
  font-size: 60px;
  font-family: "rubikbold";
  color: #F79721;
  top: -7px;
  left: -40px;
  font-style: italic; }
  @media (max-width: 767px) {
    .before-quotes:before {
      width: 30px;
      height: 0px;
      font-size: 33px;
      font-family: "rubikbold";
      color: #f79721;
      top: -20px;
      left: -20px; } }

.about-content {
  color: #7c797a; }
  .about-content .before-quotes:before {
    top: -10px;
    left: -19px;
    transform: rotate(180deg);
    z-index: 2; }
    @media (max-width: 767px) {
      .about-content .before-quotes:before {
        top: 20px; } }

@media (max-width: 767px) {
  .profile-content .before-quotes:before {
    top: 4px;
    left: -19px;
    transform: rotate(180deg); } }

.topTitle {
  position: relative; }
  @media (max-width: 767px) {
    .topTitle .text-area {
      font-size: 16px !important; } }
  .topTitle .text-area:after {
    content: "...";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    font-weight: 600;
    width: 30px;
    font-size: 40px;
    line-height: 1;
    color: #15343f;
    transform: translate(-50%, 50%);
    letter-spacing: 0px; }
  @media (max-width: 767px) {
    .topTitle {
      font-size: 1.1rem; } }

@media (max-width: 767px) {
  .bottomTitle {
    font-size: 1.1rem; } }

.home-about-card .thumbnail .blured-img {
  opacity: 1;
  visibility: visible;
  display: block; }

.home-about-card .thumbnail .original-img {
  opacity: 0;
  visibility: hidden;
  display: none; }

.home-about-card .thumbnail:hover .original-img {
  opacity: 1;
  visibility: visible;
  display: block; }

.home-about-card .thumbnail:hover .blured-img {
  opacity: 0;
  visibility: hidden;
  display: none; }

.home-about-card .thumbnail:hover .img-thumbnail {
  filter: blur(0) !important;
  -webkit-filter: blur(0) !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .home {
    max-width: 710px !important; } }

.home .halfSection {
  padding: 0px 10px !important; }
  .home .halfSection .homeCard {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    width: 100%; }
    @media (max-width: 767px) {
      .home .halfSection .homeCard {
        position: relative;
        margin-bottom: 20px;
        padding: 0px 30px; } }
    .home .halfSection .homeCard .thumbnail {
      border-radius: 10px; }
      .home .halfSection .homeCard .thumbnail .zoom-icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 2;
        width: 30px;
        height: 30px;
        display: block;
        opacity: 0;
        visibility: hidden; }
        @media (max-width: 767px) {
          .home .halfSection .homeCard .thumbnail .zoom-icon {
            display: none !important; } }
        .home .halfSection .homeCard .thumbnail .zoom-icon svg {
          color: #fff; }
          .home .halfSection .homeCard .thumbnail .zoom-icon svg .a {
            fill: none; }
      .home .halfSection .homeCard .thumbnail:hover .zoom-icon {
        opacity: 1;
        visibility: visible; }
    .home .halfSection .homeCard:before {
      background: #fff0;
      height: 30px;
      width: 30px;
      position: absolute;
      border-top: 1px solid #15343f;
      border-left: 1px solid #15343f; }
    .home .halfSection .homeCard.leftTopCorner:before {
      left: -15px;
      top: -15px;
      content: ""; }
      @media (max-width: 767px) {
        .home .halfSection .homeCard.leftTopCorner:before {
          display: none; } }
    .home .halfSection .homeCard.leftTopCorner .thumbnail-text {
      left: -73px;
      top: 70px;
      transform: translate(0%) rotate(-90deg);
      position: absolute;
      color: #7b7979;
      letter-spacing: 4px; }
      .home .halfSection .homeCard.leftTopCorner .thumbnail-text:hover {
        color: #F79721;
        text-decoration: none; }
      @media (max-width: 767px) {
        .home .halfSection .homeCard.leftTopCorner .thumbnail-text {
          display: none; } }
    .home .halfSection .homeCard.rightTopCorner:before {
      right: -15px;
      transform: rotate(90deg);
      top: -15px;
      content: ""; }
      @media (max-width: 767px) {
        .home .halfSection .homeCard.rightTopCorner:before {
          display: none; } }
    .home .halfSection .homeCard.leftBottomCorner:before {
      left: -15px;
      transform: rotate(-90deg);
      bottom: -15px;
      content: ""; }
      @media (max-width: 767px) {
        .home .halfSection .homeCard.leftBottomCorner:before {
          display: none; } }
    .home .halfSection .homeCard.leftBottomCorner .thumbnail-text {
      left: 30px;
      bottom: -30px;
      transform: translate(0) rotate(0deg);
      position: absolute;
      color: #7b7979;
      letter-spacing: 4px; }
      .home .halfSection .homeCard.leftBottomCorner .thumbnail-text:hover {
        color: #F79721;
        text-decoration: none; }
      @media (max-width: 767px) {
        .home .halfSection .homeCard.leftBottomCorner .thumbnail-text {
          display: none; } }
    .home .halfSection .homeCard.rightBottomCorner:before {
      right: -15px;
      transform: rotate(180deg);
      bottom: -15px;
      content: ""; }
      @media (max-width: 767px) {
        .home .halfSection .homeCard.rightBottomCorner:before {
          display: none; } }
    .home .halfSection .homeCard.rightBottomCorner .thumbnail-text {
      position: absolute;
      right: -70px;
      bottom: 70px;
      transform: translate(0) rotate(-90deg);
      color: #7b7979;
      letter-spacing: 4px; }
      .home .halfSection .homeCard.rightBottomCorner .thumbnail-text:hover {
        color: #F79721;
        text-decoration: none; }
      @media (max-width: 767px) {
        .home .halfSection .homeCard.rightBottomCorner .thumbnail-text {
          display: none; } }
    .home .halfSection .homeCard .thumbnail {
      width: 100%;
      position: relative;
      display: block; }
      .home .halfSection .homeCard .thumbnail .arrowIcon {
        position: absolute;
        bottom: 20px;
        right: 0px;
        opacity: 0;
        width: 30px;
        height: 30px;
        background: #fff;
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
        box-shadow: 8px 8px 16px 2px #00000029;
        color: #15343f; }
        @media (max-width: 767px) {
          .home .halfSection .homeCard .thumbnail .arrowIcon {
            opacity: 1; } }
      .home .halfSection .homeCard .thumbnail .img-thumbnail {
        width: 100%;
        background: none;
        border: 0px;
        padding: 0px;
        border-radius: 0px !important;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .home .halfSection .homeCard .thumbnail:hover .img-thumbnail {
        filter: blur(0.5rem);
        -webkit-filter: blur(0.5rem); }

@media (max-width: 767px) {
  .home-bottom-title .text-area .before-quotes:before {
    top: -4px;
    left: -27px;
    font-size: 26px; } }

.upcomming-wrapper {
  min-height: calc(100vh - 146px); }
  @media (max-width: 767px) {
    .upcomming-wrapper .slider .slick-arrow {
      display: none !important; } }
  .upcomming-wrapper .EventBanner {
    position: relative; }
    .upcomming-wrapper .EventBanner .bg-text {
      position: absolute;
      font-weight: 900;
      bottom: -27px;
      color: #7b7979;
      opacity: 0.2;
      font-family: "rubikbold";
      font-size: 80px; }
      @media (max-width: 767px) {
        .upcomming-wrapper .EventBanner .bg-text {
          font-size: 18px;
          bottom: -3px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .upcomming-wrapper .EventBanner .bg-text {
          font-size: 60px;
          bottom: -3px; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .upcomming-wrapper .EventBanner .bg-text {
          font-size: 45px;
          bottom: -21px; } }
    .upcomming-wrapper .EventBanner h2 {
      z-index: 2;
      margin: 0px;
      color: #15343f;
      font-weight: 600;
      font-size: 39px; }
      @media (max-width: 767px) {
        .upcomming-wrapper .EventBanner h2 {
          font-size: 12px; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .upcomming-wrapper .EventBanner h2 {
          font-size: 30px; } }
    .upcomming-wrapper .EventBanner p {
      color: #7b7979;
      font-size: 33px;
      font-family: "rubiklight";
      letter-spacing: 5px; }
      @media (max-width: 767px) {
        .upcomming-wrapper .EventBanner p {
          font-size: 12px;
          letter-spacing: 1px; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .upcomming-wrapper .EventBanner p {
          font-size: 22px;
          letter-spacing: 1px; } }
      .upcomming-wrapper .EventBanner p span {
        color: #15343f; }
    .upcomming-wrapper .EventBanner .thumbnail-text {
      position: absolute;
      background-image: url(../images/upcomming/ArtFairs.svg);
      left: 0px;
      top: 20px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center;
      content: "";
      min-width: 330px;
      max-width: 330px; }
    .upcomming-wrapper .EventBanner .itemBg .thumbnail-text {
      background-image: url("../images/upcomming/Rectangle.svg");
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      content: "";
      position: absolute;
      left: 0px;
      height: 100%; }

.rounded-1 {
  border-radius: 10px; }

.slick-slider {
  margin-bottom: 121px !important; }
  .slick-slider .slick-slide img {
    width: 100%;
    position: relative; }
  .slick-slider .slick-slide .bannerCard {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%); }
  .slick-slider .slick-dots {
    bottom: -60px !important; }
    .slick-slider .slick-dots li {
      background: transparent;
      border-radius: 50%;
      border: 1px solid #7b7979; }
      .slick-slider .slick-dots li.slick-active {
        background: #f79721;
        border-color: #f79721; }

.shadow-dir-right {
  -webkit-box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.2); }

.section-border-bottom {
  border-bottom: 1px solid #F79721; }
  @media (max-width: 767px) {
    .section-border-bottom {
      padding-bottom: 40px !important; } }

.bottom-line {
  position: relative;
  width: 100%; }
  .bottom-line:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    background: #f79721;
    height: 1px;
    width: 100%;
    bottom: 10px; }

.Top-title {
  font-size: 36px;
  position: relative;
  color: #7b7979;
  text-align: center;
  font-style: italic;
  font-family: "bradley_hand_itc_ttbold";
  overflow: hidden;
  display: block; }
  .Top-title.font-bradley {
    font-family: "bradley_hand_itc_ttbold"; }
  @media (max-width: 767px) {
    .Top-title {
      font-size: 18px;
      text-align: right; } }
  .Top-title span {
    color: #15343f; }
  .Top-title:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid #000;
    width: 35%;
    bottom: 27px;
    left: 0px; }
    @media (max-width: 767px) {
      .Top-title:before {
        width: 22%;
        bottom: 15px; } }
  .Top-title:after {
    content: "....................................................................................................";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 30px;
    width: 50%;
    height: 8px;
    line-height: 2px;
    z-index: -1; }
    @media (max-width: 767px) {
      .Top-title:after {
        display: none; } }

.shadow-right {
  -webkit-box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .shadow-right {
      -webkit-box-shadow: 0.5rem 0.5rem 0.4rem rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0.5rem 0.5rem 0.4rem rgba(0, 0, 0, 0.2);
      box-shadow: 0.5rem 0.5rem 0.4rem rgba(0, 0, 0, 0.2); } }

.right-radius {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media (max-width: 767px) {
    .right-radius {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; } }

.profileDetail h3 {
  font-size: 1.875rem; }
  @media (max-width: 767px) {
    .profileDetail h3 {
      font-size: 15px;
      padding-bottom: 1px !important; } }

.profileDetail p {
  font-size: 21px;
  font-family: "Arimo" !important;
  color: #7c797a; }
  @media (max-width: 767px) {
    .profileDetail p {
      font-size: 12px;
      display: flex; } }

.masonry-img-text h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0px; }

.masonry-img-text p {
  font-size: 18px;
  font-weight: 500;
  color: #7b7979; }

.lg-actions .lg-prev {
  background: transparent; }
  @media (max-width: 767px) {
    .lg-actions .lg-prev {
      top: 95% !important;
      left: 40% !important; } }
  .lg-actions .lg-prev:after {
    background-image: url(../images/work/angle.svg);
    width: 46px;
    content: "";
    left: 0px;
    height: 46px;
    top: 50%;
    display: block;
    background-size: contain; }
  .lg-actions .lg-prev:hover:after, .lg-actions .lg-prev:focus:after, .lg-actions .lg-prev:active:after {
    background-image: url(../images/work/angle-hover.svg); }

.lg-actions .lg-next {
  background: transparent; }
  @media (max-width: 767px) {
    .lg-actions .lg-next {
      top: 95% !important;
      right: 40% !important; } }
  .lg-actions .lg-next:after {
    background-image: url(../images/work/angle.svg);
    width: 46px;
    transform: rotate(180deg);
    content: "";
    left: 0px;
    height: 46px;
    top: 50%;
    display: block;
    background-size: contain; }
  .lg-actions .lg-next:hover:after, .lg-actions .lg-next:focus:after, .lg-actions .lg-next:active:after {
    background-image: url(../images/work/angle-hover.svg); }

.about-content {
  font-family: "Arimo"; }

.page-title {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  color: #f79721;
  z-index: 4;
  display: none; }
  @media (max-width: 767px) {
    .page-title {
      display: block; } }

.biography-wrapper {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .biography-wrapper {
      padding-right: 40px;
      padding-left: 40px;
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .biography-wrapper .image-wrapper {
      height: 334px;
      width: 100%;
      padding: 0px; } }
  .biography-wrapper .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 767px) {
      .biography-wrapper .image-wrapper img {
        border-radius: 10px !important; } }
  .biography-wrapper .statement .image-wrapper img {
    object-position: right; }

.profile-wrapper {
  padding-top: 72px; }
  @media (max-width: 767px) {
    .profile-wrapper {
      padding-right: 40px;
      padding-left: 40px; } }

.rubik-light {
  font-family: "rubiklight"; }

.grid {
  background: #ddd; }

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%; }

.grid-item {
  float: left; }

.grid-item img {
  display: block;
  max-width: 100%; }

.blur-active main {
  filter: blur(6px);
  -webkit-filter: blur(6px); }

.blur-active footer {
  filter: blur(6px);
  -webkit-filter: blur(6px); }

.blur-active .side-nav .header-tiger-sign {
  filter: blur(0px);
  -webkit-filter: blur(0px); }

.blur-active .navbar-brand::after {
  filter: blur(6px);
  -webkit-filter: blur(6px); }

.blur-active .header-tiger-sign {
  filter: blur(6px);
  -webkit-filter: blur(6px); }

.blur-active .top-sticky-container {
  top: 0px; }

.blur-active .brand-name {
  filter: blur(6px);
  -webkit-filter: blur(6px); }

@media (max-width: 767px) {
  .masonry-wrapper .tapestries {
    min-height: 430px; } }

.masonry-wrapper .tapestries .grid {
  max-width: 330px; }
  @media (max-width: 767px) {
    .masonry-wrapper .tapestries .grid {
      min-height: auto; } }
  .masonry-wrapper .tapestries .grid img {
    width: 100%; }

.lg-current .lg-img-wrap .lg-image {
  max-height: 663px !important; }
  @media (max-width: 767px) {
    .lg-current .lg-img-wrap .lg-image {
      max-width: 294px !important; } }

main {
  min-height: calc(100vh - 146px); }

.error {
  font-size: 0.8rem !important;
  margin: 0;
  color: #f79721 !important; }
