/*------------------------------------------------------------------
[Table of contents]

1. General
2. Re-usable Styles
3. Body
4. Typography
5. Sub-Header & Header
6. Footer
7. Post Syling
8. Sidebar & Widgets
9. Pagination
10. Carousel
15. Form Styling
17. Contact Page
18. 404 Page
19. WP-Specific
20. Mobile Menu
22. Comments
24. Shortcodes
25. Animations
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
General
*/
/* line 78, ../sass/app.scss */
html {
  height: 100%;
}

/* line 81, ../sass/app.scss */
body {
  padding: 0;
  margin: 0;
  position: static;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 30em) {
  /* line 81, ../sass/app.scss */
  body {
    position: relative;
  }
}
/* line 92, ../sass/app.scss */
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body th, body td {
  font-size: inherit;
  font-family: inherit;
}
/* line 96, ../sass/app.scss */
body strong {
  font-weight: 600;
}

/* line 100, ../sass/app.scss */
figure {
  margin: 0;
}

/* line 104, ../sass/app.scss */
a {
  color: #000000;
  outline: 0;
  text-decoration: none;
}
/* line 109, ../sass/app.scss */
a:focus {
  color: #000000;
}
/* line 112, ../sass/app.scss */
a:hover {
  color: #f05000;
}

/* line 116, ../sass/app.scss */
.titlefont, h1, h2, h3, h4, h5, h6, blockquote, .post .post-meta, .tag-link, .photo .album_no, .photo .inside, .navigation-menu,
.filter-menu, .btn, #comments ol.commentlist .comment .comment-meta, #comments ol.commentlist .comment .vcard, #comments ol.commentlist .comment .reply, .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet em, .selectric, .selectric-items, .pagination, #multiscroll-nav a em {
  font-family: "Rajdhani", sans-serif;
}

/* line 119, ../sass/app.scss */
.bodyfont, body {
  font-family: "Anonymous Pro", serif;
}

/* line 122, ../sass/app.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  margin-top: 0;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

/*------------------------------------------------------------------
Re-usable Styles
*/
/* line 1, ../sass/_utilities.scss */
.reset {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/_utilities.scss */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
/* line 11, ../sass/_utilities.scss */
.cf:after {
  clear: both;
}

/* line 15, ../sass/_utilities.scss */
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

/* line 20, ../sass/_utilities.scss */
.endcolumn [class*="column"] + [class*="column"]:last-child {
  float: left;
}

/* line 24, ../sass/_utilities.scss */
.transition, .post_nav, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea, .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after, #multiscroll-nav a:after {
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 27, ../sass/_utilities.scss */
.quick-transition, a, .photo.simple-hover, .photo.simple-hover .photo_link svg, .photo.pan-hover, .photo.pan-hover .photo_link svg, .atvImg-layers, .btn, .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet em, .swiper-container .text-container, .swiper-container h1, .swiper-container p, #footer .left-side .footer-menu li + li:before, .selectric, .selectric .label, .selectric .button, .selectric-items ul, .selectric-items li, #multiscroll-nav a em {
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 31, ../sass/_utilities.scss */
.admin-bar .admin-style, .admin-bar #header, .admin-bar #navigation-menu,
.admin-bar #filter-menu, .admin-bar .pace .pace-progress, .pace .admin-bar .pace-progress, .admin-bar .thb-thumbnails, .admin-bar .lg-outer {
  top: 46px;
}
@media screen and (min-width: 783px) {
  /* line 31, ../sass/_utilities.scss */
  .admin-bar .admin-style, .admin-bar #header, .admin-bar #navigation-menu,
  .admin-bar #filter-menu, .admin-bar .pace .pace-progress, .pace .admin-bar .pace-progress, .admin-bar .thb-thumbnails, .admin-bar .lg-outer {
    top: 32px;
  }
}

/* line 39, ../sass/_utilities.scss */
.social {
  -moz-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background 0.25s cubic-bezier(0.77, 0, 0.175, 1), border 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background 0.25s cubic-bezier(0.77, 0, 0.175, 1), border 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background 0.25s cubic-bezier(0.77, 0, 0.175, 1), border 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background 0.25s cubic-bezier(0.77, 0, 0.175, 1), border 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 43, ../sass/_utilities.scss */
.social.facebook:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.google-plus:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.linkedin:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.pinterest:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.twitter:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.instagram:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.vk:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.tumblr:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.xing:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.soundcloud:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.dribbble:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.youtube:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.spotify:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.behance:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.deviantart:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.mail:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.vimeo:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.flickr:hover {
  color: #f05000;
}
/* line 43, ../sass/_utilities.scss */
.social.fivehundred:hover {
  color: #f05000;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.facebook:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.facebook:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.google-plus:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.google-plus:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.linkedin:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.linkedin:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.pinterest:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.pinterest:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.twitter:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.twitter:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.instagram:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.instagram:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.vk:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.vk:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.tumblr:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.tumblr:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.xing:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.xing:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.soundcloud:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.soundcloud:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.dribbble:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.dribbble:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.youtube:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.youtube:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.spotify:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.spotify:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.behance:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.behance:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.deviantart:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.deviantart:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.mail:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.mail:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.vimeo:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.vimeo:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.flickr:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.flickr:hover span {
  color: #fff;
}
/* line 51, ../sass/_utilities.scss */
.social.boxed-icon.fivehundred:hover {
  border-color: #f05000;
  background: #f05000;
  color: #fff;
}
/* line 56, ../sass/_utilities.scss */
.social.boxed-icon.fivehundred:hover span {
  color: #fff;
}
/* line 62, ../sass/_utilities.scss */
.social.boxed-icon:hover {
  color: #fff;
}
/* line 65, ../sass/_utilities.scss */
.social.boxed-icon:hover span {
  color: #fff;
}

/* line 72, ../sass/_utilities.scss */
.row.no-row-padding {
  padding: 0;
}
/* line 75, ../sass/_utilities.scss */
.row.no-padding {
  margin: 0 auto;
}
/* line 77, ../sass/_utilities.scss */
.row.no-padding > .columns {
  padding: 0;
}
/* line 81, ../sass/_utilities.scss */
.row.max_width {
  max-width: 76.875em;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 30em) {
  /* line 81, ../sass/_utilities.scss */
  .row.max_width {
    padding: 0 15px;
  }
}
/* line 89, ../sass/_utilities.scss */
.row .height-2 {
  height: 0;
  padding-bottom: 60%;
}
@-moz-document url-prefix() {
  /* line 89, ../sass/_utilities.scss */
  .row .height-2 {
    height: auto;
  }
}
@media only screen and (min-width: 45em) {
  /* line 89, ../sass/_utilities.scss */
  .row .height-2 {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 89, ../sass/_utilities.scss */
  .row .height-2 {
    padding-bottom: 40%;
  }
}
/* line 104, ../sass/_utilities.scss */
.row .height-2:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 60%;
}
@media only screen and (min-width: 45em) {
  /* line 104, ../sass/_utilities.scss */
  .row .height-2:after {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 104, ../sass/_utilities.scss */
  .row .height-2:after {
    padding-bottom: 40%;
  }
}
/* line 118, ../sass/_utilities.scss */
.row .thb-twenty {
  width: 100%;
  height: 0;
}
@-moz-document url-prefix() {
  /* line 118, ../sass/_utilities.scss */
  .row .thb-twenty {
    height: auto;
  }
}
@media only screen and (min-width: 45em) {
  /* line 118, ../sass/_utilities.scss */
  .row .thb-twenty {
    width: 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 118, ../sass/_utilities.scss */
  .row .thb-twenty {
    width: 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
/* line 135, ../sass/_utilities.scss */
.row .thb-twenty.height-1-5 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 135, ../sass/_utilities.scss */
  .row .thb-twenty.height-1-5 {
    padding-bottom: 22.5%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 135, ../sass/_utilities.scss */
  .row .thb-twenty.height-1-5 {
    padding-bottom: 15%;
  }
}
/* line 143, ../sass/_utilities.scss */
.row .thb-twenty.height-1-5:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 143, ../sass/_utilities.scss */
  .row .thb-twenty.height-1-5:after {
    padding-bottom: 22.5%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 143, ../sass/_utilities.scss */
  .row .thb-twenty.height-1-5:after {
    padding-bottom: 15%;
  }
}
/* line 157, ../sass/_utilities.scss */
.row .thb-twenty.height-2 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 157, ../sass/_utilities.scss */
  .row .thb-twenty.height-2 {
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 157, ../sass/_utilities.scss */
  .row .thb-twenty.height-2 {
    padding-bottom: 20%;
  }
}
/* line 166, ../sass/_utilities.scss */
.row .thb-twenty.height-2:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 166, ../sass/_utilities.scss */
  .row .thb-twenty.height-2:after {
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 166, ../sass/_utilities.scss */
  .row .thb-twenty.height-2:after {
    padding-bottom: 20%;
  }
}
/* line 180, ../sass/_utilities.scss */
.row .thb-twenty.height-3 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 180, ../sass/_utilities.scss */
  .row .thb-twenty.height-3 {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 180, ../sass/_utilities.scss */
  .row .thb-twenty.height-3 {
    padding-bottom: 30%;
  }
}
/* line 189, ../sass/_utilities.scss */
.row .thb-twenty.height-3:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 189, ../sass/_utilities.scss */
  .row .thb-twenty.height-3:after {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 189, ../sass/_utilities.scss */
  .row .thb-twenty.height-3:after {
    padding-bottom: 30%;
  }
}
/* line 203, ../sass/_utilities.scss */
.row .thb-twenty.height-3-4 {
  padding-bottom: 48%;
}
@media only screen and (min-width: 45em) {
  /* line 203, ../sass/_utilities.scss */
  .row .thb-twenty.height-3-4 {
    padding-bottom: 36%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 203, ../sass/_utilities.scss */
  .row .thb-twenty.height-3-4 {
    padding-bottom: 24%;
  }
}
/* line 212, ../sass/_utilities.scss */
.row .thb-twenty.height-3-4:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 48%;
}
@media only screen and (min-width: 45em) {
  /* line 212, ../sass/_utilities.scss */
  .row .thb-twenty.height-3-4:after {
    padding-bottom: 36%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 212, ../sass/_utilities.scss */
  .row .thb-twenty.height-3-4:after {
    padding-bottom: 24%;
  }
}
/* line 227, ../sass/_utilities.scss */
.row .thb-forty {
  width: 100%;
}
@-moz-document url-prefix() {
  /* line 227, ../sass/_utilities.scss */
  .row .thb-forty {
    height: auto;
  }
}
@media only screen and (min-width: 65em) {
  /* line 227, ../sass/_utilities.scss */
  .row .thb-forty {
    width: 40%;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
/* line 239, ../sass/_utilities.scss */
.row .thb-forty.height-2 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 30em) {
  /* line 239, ../sass/_utilities.scss */
  .row .thb-forty.height-2 {
    padding-bottom: 30%;
  }
}
/* line 246, ../sass/_utilities.scss */
.row .thb-forty.height-2:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 30em) {
  /* line 246, ../sass/_utilities.scss */
  .row .thb-forty.height-2:after {
    padding-bottom: 30%;
  }
}
/* line 259, ../sass/_utilities.scss */
.row .thb-twentyfive {
  width: 100%;
}
@-moz-document url-prefix() {
  /* line 259, ../sass/_utilities.scss */
  .row .thb-twentyfive {
    height: auto;
  }
}
@media only screen and (min-width: 65em) {
  /* line 259, ../sass/_utilities.scss */
  .row .thb-twentyfive {
    width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* line 269, ../sass/_utilities.scss */
.row .thb-twentyfive.height-1-5 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 269, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-1-5 {
    padding-bottom: 22.5%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 269, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-1-5 {
    padding-bottom: 15%;
  }
}
/* line 278, ../sass/_utilities.scss */
.row .thb-twentyfive.height-1-5:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 278, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-1-5:after {
    padding-bottom: 22.5%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 278, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-1-5:after {
    padding-bottom: 15%;
  }
}
/* line 292, ../sass/_utilities.scss */
.row .thb-twentyfive.height-2 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 292, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-2 {
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 292, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-2 {
    padding-bottom: 20%;
  }
}
/* line 301, ../sass/_utilities.scss */
.row .thb-twentyfive.height-2:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 301, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-2:after {
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 301, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-2:after {
    padding-bottom: 20%;
  }
}
/* line 315, ../sass/_utilities.scss */
.row .thb-twentyfive.height-3 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 315, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-3 {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 315, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-3 {
    padding-bottom: 30%;
  }
}
/* line 324, ../sass/_utilities.scss */
.row .thb-twentyfive.height-3:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 324, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-3:after {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 324, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-3:after {
    padding-bottom: 30%;
  }
}
/* line 338, ../sass/_utilities.scss */
.row .thb-twentyfive.height-3-4 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 338, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-3-4 {
    padding-bottom: 36%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 338, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-3-4 {
    padding-bottom: 24%;
  }
}
/* line 347, ../sass/_utilities.scss */
.row .thb-twentyfive.height-3-4:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 45em) {
  /* line 347, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-3-4:after {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 347, ../sass/_utilities.scss */
  .row .thb-twentyfive.height-3-4:after {
    padding-bottom: 30%;
  }
}
/* line 362, ../sass/_utilities.scss */
.row.album-style3 {
  flex: 1;
  height: 100%;
}
/* line 365, ../sass/_utilities.scss */
.row.album-style3 .thb-twenty {
  height: auto;
}
/* line 369, ../sass/_utilities.scss */
.row.isotope-grid {
  display: block;
}

/* line 374, ../sass/_utilities.scss */
.table {
  display: table;
  height: 100%;
}
/* line 377, ../sass/_utilities.scss */
.table > div {
  display: table-cell;
  vertical-align: middle;
}

/* line 382, ../sass/_utilities.scss */
.flex-center, .swiper-container.center-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 396, ../sass/_utilities.scss */
.custom_scroll {
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
  /* Prevent native touch events on Windows */
  -ms-touch-action: none;
  touch-action: none;
  /* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Prevent text resize on orientation change, useful for web-apps */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
/* line 418, ../sass/_utilities.scss */
.custom_scroll > ul {
  width: 100%;
  list-style: none;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 425, ../sass/_utilities.scss */
.custom_scroll .iScrollHorizontalScrollbar {
  display: none;
  height: 4px !important;
  z-index: 9 !important;
}
/* line 430, ../sass/_utilities.scss */
.custom_scroll .iScrollVerticalScrollbar {
  display: none;
  width: 4px !important;
}
/* line 434, ../sass/_utilities.scss */
.custom_scroll .iScrollIndicator {
  display: none;
  border-radius: none !important;
  border: none !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
/* line 440, ../sass/_utilities.scss */
.custom_scroll .iScrollIndicator:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

/* line 445, ../sass/_utilities.scss */
.page-padding {
  min-height: 100vh;
  padding: 60px 0 0;
  width: 100%;
}
@media only screen and (min-width: 30em) {
  /* line 445, ../sass/_utilities.scss */
  .page-padding {
    padding: 60px 0 0;
  }
}
/* line 452, ../sass/_utilities.scss */
.page-padding.max {
  max-height: 100vh;
}

/* line 456, ../sass/_utilities.scss */
.side_padding {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 30em) {
  /* line 456, ../sass/_utilities.scss */
  .side_padding {
    padding: 0;
  }
}
@media only screen and (min-width: 45em) {
  /* line 456, ../sass/_utilities.scss */
  .side_padding {
    padding: 0;
  }
}

/* line 466, ../sass/_utilities.scss */
.thb-loading {
  position: relative;
}
/* line 469, ../sass/_utilities.scss */
.thb-loading:after {
  content: '';
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -19px;
  padding: 3px;
  border-radius: 19px;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat;
}

/*------------------------------------------------------------------
Body
*/
/* line 1, ../sass/_structure.scss */
#wrapper {
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
}

/* line 6, ../sass/_structure.scss */
.row {
  width: 100%;
}
@media only screen and (min-width: 45em) {
  /* line 10, ../sass/_structure.scss */
  .row.masonry-blog .columns {
    padding: 0 20px;
  }
}

/* line 18, ../sass/_structure.scss */
.content-column {
  text-align: center;
  margin: auto;
  margin-top: 0;
  padding: 1%;
  width: 90%;
  background-color: black;
  position: relative;
}
@media only screen and (min-width: 30em) {
  /* line 18, ../sass/_structure.scss */
  .content-column {
    width: 85%;
  }
}
@media only screen and (min-width: 45em) {
  /* line 18, ../sass/_structure.scss */
  .content-column {
    width: 80%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 18, ../sass/_structure.scss */
  .content-column {
    width: 70%;
  }
}
@media only screen and (min-width: 80em) {
  /* line 18, ../sass/_structure.scss */
  .content-column {
    width: 60%;
  }
}

/* line 40, ../sass/_structure.scss */
.content-column-blog {
  margin: auto;
  width: 90%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 30em) {
  /* line 40, ../sass/_structure.scss */
  .content-column-blog {
    width: 85%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 40, ../sass/_structure.scss */
  .content-column-blog {
    width: 80%;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 65em) {
  /* line 40, ../sass/_structure.scss */
  .content-column-blog {
    width: 70%;
    max-width: 900px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 80em) {
  /* line 40, ../sass/_structure.scss */
  .content-column-blog {
    width: 60%;
    max-width: 900px;
    margin-bottom: 80px;
  }
}

/*------------------------------------------------------------------
Typography
*/
/* line 1, ../sass/_typography.scss */
p {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 30em) {
  /* line 1, ../sass/_typography.scss */
  p {
    font-size: 1rem;
  }
}

/* line 14, ../sass/_typography.scss */
h1 {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.135;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 45em) {
  /* line 14, ../sass/_typography.scss */
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 65em) {
  /* line 14, ../sass/_typography.scss */
  h1 {
    font-size: 80px;
  }
}

/* line 27, ../sass/_typography.scss */
h2 {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.135;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 45em) {
  /* line 27, ../sass/_typography.scss */
  h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 65em) {
  /* line 27, ../sass/_typography.scss */
  h2 {
    font-size: 70px;
  }
}

/* line 40, ../sass/_typography.scss */
h3 {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.135;
  margin-bottom: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 30em) {
  /* line 40, ../sass/_typography.scss */
  h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 40, ../sass/_typography.scss */
  h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 65em) {
  /* line 40, ../sass/_typography.scss */
  h3 {
    font-size: 50px;
  }
}

/* line 57, ../sass/_typography.scss */
h4 {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.135;
  margin: 20px 0;
  font-weight: 700;
}
@media only screen and (min-width: 45em) {
  /* line 57, ../sass/_typography.scss */
  h4 {
    font-size: 28px;
  }
}

/* line 67, ../sass/_typography.scss */
h5 {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.333;
  margin-bottom: 0;
  font-weight: 700;
}
@media only screen and (min-width: 45em) {
  /* line 67, ../sass/_typography.scss */
  h5 {
    font-size: 24px;
  }
}

/* line 78, ../sass/_typography.scss */
h6 {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.135;
  margin-bottom: 10px;
  font-weight: 700;
}

/* line 85, ../sass/_typography.scss */
hr {
  border-color: #eee;
}

/* line 88, ../sass/_typography.scss */
ul, ol {
  margin-left: 0;
  list-style-position: inside;
  font-size: inherit;
}
/* line 92, ../sass/_typography.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-left: 15px;
}
/* line 95, ../sass/_typography.scss */
ul li, ol li {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
/* line 99, ../sass/_typography.scss */
ul li:last-child, ol li:last-child {
  margin: 0;
}

/* line 104, ../sass/_typography.scss */
ol {
  counter-reset: item;
  list-style: none;
}
/* line 109, ../sass/_typography.scss */
ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #000000;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #000000;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  border-radius: 14px;
}
/* line 124, ../sass/_typography.scss */
.rtl ol li:before {
  margin-right: 0;
  margin-left: 10px;
}
/* line 129, ../sass/_typography.scss */
ol li ul {
  margin-top: 10px;
  margin-left: 40px;
  list-style-type: initial;
}
/* line 134, ../sass/_typography.scss */
ol li ul li:before {
  display: none;
}
/* line 139, ../sass/_typography.scss */
ol li ol {
  margin-top: 10px;
  margin-left: 40px;
}
/* line 144, ../sass/_typography.scss */
ol li ol li:before {
  content: counter(item);
  counter-increment: item;
  color: 1;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #000000;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  border-radius: 14px;
}
/* line 160, ../sass/_typography.scss */
.rtl ol li ol li:before {
  margin-right: 0;
  margin-left: 10px;
}

/* line 169, ../sass/_typography.scss */
blockquote {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  position: relative;
  clear: both;
  padding: 37px 15px;
  margin: 10px 0;
  text-align: center;
  border: 0;
}
@media only screen and (min-width: 30em) {
  /* line 169, ../sass/_typography.scss */
  blockquote {
    padding: 37px;
    margin: 20px 0;
  }
}
/* line 182, ../sass/_typography.scss */
blockquote p {
  font-size: 1.2em;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  /* line 182, ../sass/_typography.scss */
  blockquote p {
    font-size: 24px;
  }
}
/* line 194, ../sass/_typography.scss */
blockquote cite {
  color: #000000;
  font-size: 12px;
}

/* line 199, ../sass/_typography.scss */
cite {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  font-style: normal;
  line-height: 1;
  margin-top: 20px;
}
/* line 208, ../sass/_typography.scss */
cite:before {
  display: none;
}

/* line 213, ../sass/_typography.scss */
a {
  font-family: 'Overpass', Helvetica, Arial, sans-serif;
}

/*------------------------------------------------------------------
Posts
*/
/* line 2, ../sass/_post.scss */
.post.style1 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 45em) {
  /* line 2, ../sass/_post.scss */
  .post.style1 {
    margin-bottom: 80px;
  }
}
/* line 7, ../sass/_post.scss */
.post.style1 .post-gallery {
  margin-bottom: 28px;
}
/* line 11, ../sass/_post.scss */
.post.style1 .post-title h3 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 65em) {
  /* line 11, ../sass/_post.scss */
  .post.style1 .post-title h3 {
    font-size: 30px;
  }
}
/* line 19, ../sass/_post.scss */
.post.style1 .post-content p {
  margin: 0;
  font-size: 1rem;
}
/* line 24, ../sass/_post.scss */
.post.style1 .excerpt-dot {
  margin: 0;
  display: inline;
}
/* line 29, ../sass/_post.scss */
.post.style3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 30em) {
  /* line 29, ../sass/_post.scss */
  .post.style3 {
    margin-bottom: 55px;
    padding-bottom: 55px;
  }
}
/* line 37, ../sass/_post.scss */
.post.style3:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 42, ../sass/_post.scss */
.post.style3 h3 {
  margin-bottom: 10px;
}
/* line 46, ../sass/_post.scss */
.post.style3 .post-content p {
  margin: 0;
  font-size: 14px;
}
/* line 51, ../sass/_post.scss */
.post.style3 .post-gallery {
  margin-bottom: 20px;
}
@media only screen and (min-width: 45em) {
  /* line 51, ../sass/_post.scss */
  .post.style3 .post-gallery {
    margin-bottom: 0;
  }
}
/* line 57, ../sass/_post.scss */
.post.style3 .post-gallery img {
  width: 100%;
}
/* line 61, ../sass/_post.scss */
.post.style3 .excerpt-dot {
  text-align: left;
}
/* line 67, ../sass/_post.scss */
.post.post-detail .post-gallery-blog img {
  width: 100%;
}
/* line 71, ../sass/_post.scss */
.post.post-detail .post-gallery {
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 30em) {
  /* line 71, ../sass/_post.scss */
  .post.post-detail .post-gallery {
    height: 400px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 71, ../sass/_post.scss */
  .post.post-detail .post-gallery {
    height: 600px;
  }
}
@media only screen and (min-width: 65em) {
  /* line 71, ../sass/_post.scss */
  .post.post-detail .post-gallery {
    height: 700px;
  }
}
@media only screen and (min-width: 80em) {
  /* line 71, ../sass/_post.scss */
  .post.post-detail .post-gallery {
    height: 700px;
  }
}
/* line 87, ../sass/_post.scss */
.post.post-detail .post-gallery img {
  width: 100%;
}
/* line 90, ../sass/_post.scss */
.post.post-detail .post-gallery .parallax_bg {
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: 0 center;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  top: -15%;
  left: 0;
}
/* line 102, ../sass/_post.scss */
.post.post-detail .post-content {
  margin-bottom: 0;
}
/* line 105, ../sass/_post.scss */
.post.post-detail .post-content .share_button {
  margin: 0;
}
/* line 109, ../sass/_post.scss */
.post.post-detail .blog-post-container {
  margin-top: 0;
}
/* line 113, ../sass/_post.scss */
.post.post-detail.page .blog-post-container {
  margin-top: 0;
}
@media only screen and (min-width: 30em) {
  /* line 113, ../sass/_post.scss */
  .post.post-detail.page .blog-post-container {
    margin-top: 0;
  }
}
/* line 121, ../sass/_post.scss */
.post.post-detail.style2 .blog-post-container {
  margin: -100px 10% 0;
  text-align: center;
}
@media only screen and (min-width: 30em) {
  /* line 121, ../sass/_post.scss */
  .post.post-detail.style2 .blog-post-container {
    margin: -120px 10% 0;
  }
}
@media only screen and (min-width: 45em) {
  /* line 121, ../sass/_post.scss */
  .post.post-detail.style2 .blog-post-container {
    margin: -160px 10% 0;
  }
}
@media only screen and (min-width: 65em) {
  /* line 121, ../sass/_post.scss */
  .post.post-detail.style2 .blog-post-container {
    margin: -170px 10% 0;
  }
}
@media only screen and (min-width: 80em) {
  /* line 121, ../sass/_post.scss */
  .post.post-detail.style2 .blog-post-container {
    margin: -170px 10% 0;
  }
}
/* line 138, ../sass/_post.scss */
.post.post-detail.style2 .post-content p {
  margin: 0;
}
/* line 143, ../sass/_post.scss */
.post.post-detail .article-tags {
  text-align: center;
  margin-bottom: 30px;
}
/* line 149, ../sass/_post.scss */
.post .post-gallery img {
  width: 100%;
}
/* line 153, ../sass/_post.scss */
.post .post-meta {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 160, ../sass/_post.scss */
.post .post-meta a + .time:before {
  display: inline-block;
  content: "\2014";
  margin-right: 10px;
  margin-left: 5px;
}
/* line 168, ../sass/_post.scss */
.post .excerpt-dot {
  display: block;
  text-align: center;
  margin-top: 20px;
}

/* line 174, ../sass/_post.scss */
.blog-post-container {
  position: relative;
  background: #fff;
  padding: 30px 15px;
}
@media only screen and (min-width: 30em) {
  /* line 174, ../sass/_post.scss */
  .blog-post-container {
    padding: 40px;
  }
}
/* line 181, ../sass/_post.scss */
.blog-post-container.comments {
  padding-top: 0;
}

/* line 185, ../sass/_post.scss */
.tag-link {
  display: inline-block;
  padding: 6px 9px 4px;
  font-size: 14px;
  margin: 0 2px 10px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  font-weight: 600;
  border: 2px solid #000000;
  border-radius: 20px;
}
@media only screen and (min-width: 30em) {
  /* line 185, ../sass/_post.scss */
  .tag-link {
    padding: 8px 16px 6px;
    font-size: 12px;
  }
}
/* line 202, ../sass/_post.scss */
.tag-link:hover {
  color: #fff;
  background: #000000;
}

/* line 207, ../sass/_post.scss */
.post_nav {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -48px;
  background: rgba(0, 0, 0, 0.2);
  padding: 17px 12px;
  height: 96px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  z-index: 10;
  overflow: hidden;
  width: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  visibility: hidden;
}
@media only screen and (min-width: 30em) {
  /* line 207, ../sass/_post.scss */
  .post_nav {
    visibility: visible;
  }
}
/* line 229, ../sass/_post.scss */
.post_nav .rel {
  position: relative;
  display: block;
  height: 18px;
  width: 100%;
}
/* line 236, ../sass/_post.scss */
.post_nav svg {
  position: absolute;
  top: 50%;
  left: 0;
  fill: #fff;
  margin-top: -9px;
}
/* line 243, ../sass/_post.scss */
.post_nav span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 35px;
  width: 180px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 252, ../sass/_post.scss */
.post_nav.next {
  left: auto;
  right: 0;
  text-align: right;
}
/* line 256, ../sass/_post.scss */
.post_nav.next svg {
  left: auto;
  right: 0;
}
/* line 260, ../sass/_post.scss */
.post_nav.next span {
  left: auto;
  right: 35px;
}
/* line 266, ../sass/_post.scss */
.post_nav:hover {
  width: 240px;
  color: #000000;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}
/* line 272, ../sass/_post.scss */
.post_nav:hover svg {
  fill: #000000;
}

/*------------------------------------------------------------------
Carousel
*/
/* Slider */
/* line 3, ../sass/_carousel.scss */
.slick-slider {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../sass/_carousel.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
/* line 25, ../sass/_carousel.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../sass/_carousel.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../sass/_carousel.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../sass/_carousel.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
/* line 49, ../sass/_carousel.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../sass/_carousel.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../sass/_carousel.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../sass/_carousel.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  display: none;
}
/* line 68, ../sass/_carousel.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_carousel.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_carousel.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_carousel.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_carousel.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_carousel.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_carousel.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_carousel.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 101, ../sass/_carousel.scss */
.slick-dots {
  position: absolute;
  margin: 0;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  line-height: 0;
}
/* line 110, ../sass/_carousel.scss */
.slick-dots li {
  display: inline-block;
  padding: 0 3px;
  margin: 0;
}
/* line 114, ../sass/_carousel.scss */
.slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
}
/* line 122, ../sass/_carousel.scss */
.rtl .slick-dots li button {
  text-indent: 9999px;
}
/* line 127, ../sass/_carousel.scss */
.slick-dots li.slick-active button {
  background: #fff;
}

/*------------------------------------------------------------------
Photo Related Elements
*/
/* line 1, ../sass/_photo.scss */
html {
  overflow-y: scroll;
}

/* line 5, ../sass/_photo.scss */
.photo img {
  opacity: 0;
}

/* line 9, ../sass/_photo.scss */
.item {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 30em) {
  /* line 9, ../sass/_photo.scss */
  .item {
    width: 50%;
  }
}
@media only screen and (min-width: 45em) {
  /* line 9, ../sass/_photo.scss */
  .item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 9, ../sass/_photo.scss */
  .item {
    width: 25%;
  }
}
@media only screen and (min-width: 80em) {
  /* line 9, ../sass/_photo.scss */
  .item {
    width: 20%;
  }
}
/* line 25, ../sass/_photo.scss */
.item img {
  width: 100%;
  height: auto;
}

/* line 31, ../sass/_photo.scss */
.content-column .item {
  width: 98%;
  margin: 1%;
}
@media only screen and (min-width: 30em) {
  /* line 31, ../sass/_photo.scss */
  .content-column .item {
    width: 48%;
    margin: 1%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 31, ../sass/_photo.scss */
  .content-column .item {
    width: 31.3333%;
    margin: 1%;
  }
}

/* line 44, ../sass/_photo.scss */
.photo-caption .image-caption p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
}

/* line 52, ../sass/_photo.scss */
.photo-caption .image-caption h5 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: .2rem;
}

/* line 62, ../sass/_photo.scss */
.photo {
  display: block;
  background: url("../img/ajax-loader.gif") no-repeat center center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* line 69, ../sass/_photo.scss */
.no-padding .photo {
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 74, ../sass/_photo.scss */
.photo .album_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 30em) {
  /* line 74, ../sass/_photo.scss */
  .photo .album_overlay {
    padding: 30px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 74, ../sass/_photo.scss */
  .photo .album_overlay {
    padding: 40px;
  }
}
/* line 93, ../sass/_photo.scss */
.photo .album_overlay.top {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
/* line 98, ../sass/_photo.scss */
.photo .album_overlay.top hr {
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  justify-content: flex-start;
}
/* line 104, ../sass/_photo.scss */
.photo .album_no {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@media only screen and (min-width: 65em) {
  /* line 104, ../sass/_photo.scss */
  .photo .album_no {
    font-size: 60px;
    margin-bottom: 25px;
  }
}
/* line 118, ../sass/_photo.scss */
.photo h3 {
  color: #fff;
  margin-bottom: 15px;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@media only screen and (min-width: 65em) {
  /* line 118, ../sass/_photo.scss */
  .photo h3 {
    font-size: 30px;
  }
}
/* line 126, ../sass/_photo.scss */
.photo hr {
  display: flex;
  width: 100%;
  border: 0;
  height: 1px;
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  justify-content: center;
  align-items: center;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/* line 138, ../sass/_photo.scss */
.photo hr:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
}
/* line 145, ../sass/_photo.scss */
.photo .meta {
  color: #fff;
  font-size: 14px;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
/* line 153, ../sass/_photo.scss */
.photo.checked.atvImg .atvImg-layers {
  border-width: 6px;
}
/* line 157, ../sass/_photo.scss */
.photo.checked .inside {
  background: #0ec962;
  color: #fff;
}
/* line 162, ../sass/_photo.scss */
.photo.checked .inside .proof-it:before {
  background: rgba(255, 255, 255, 0.2);
}
/* line 165, ../sass/_photo.scss */
.photo.checked .inside .proof-it:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDkuOTgyIDkuOTgyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZiIgcG9pbnRzPSIxMCAxLjcgOC4zIDAgNSAzLjMgMS43IDAgMCAxLjcgMy4zIDUgMCA4LjMgMS43IDEwIDUgNi43IDguMyAxMCAxMCA4LjMgNi43IDUgIi8+PC9zdmc+);
}
/* line 172, ../sass/_photo.scss */
.photo .inside {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  z-index: 38;
}
/* line 180, ../sass/_photo.scss */
.photo .inside .label {
  padding: 8px 10px 6px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
/* line 186, ../sass/_photo.scss */
.photo .inside .proof-it {
  padding: 8px 10px 6px;
  display: inline-block;
  position: relative;
}
/* line 191, ../sass/_photo.scss */
.photo .inside .proof-it:before {
  content: '';
  top: 7px;
  left: 0;
  bottom: 4px;
  position: absolute;
  width: 1px;
  background: rgba(0, 0, 0, 0.05);
}
/* line 200, ../sass/_photo.scss */
.photo .inside .proof-it:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTQgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEzLjk5OSAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTEyLjEgMGwxLjkgMS41TDYuMSAxMiAwIDYuNmwxLjUtMS44TDUuOCA4LjUgMTIuMSAweiIvPjwvc3ZnPg==);
}
/* line 204, ../sass/_photo.scss */
.photo .inside .proof-it.loading:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIG9wYWNpdHk9IjAuMjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXciIGQ9Ik03IDBDMy4xMzQgMCAwIDMuMTM0IDAgN3MzLjEzNCA3IDcgNyA3LTMuMTM0IDctN1MxMC44NjYgMCA3IDBNNyAxLjc1YzIuODk5IDAgNS4yNSAyLjM1MSA1LjI1IDUuMjVTOS44OTkgMTIuMjUgNyAxMi4yNSAxLjc1IDkuODk5IDEuNzUgNyA0LjEwMSAxLjc1IDcgMS43NSIvPjxwYXRoIGQ9Ik03IDBjMy44NjYgMCA3IDMuMTM0IDcgN2gtMS43NWMwLTIuODk5LTIuMzUxLTUuMjUtNS4yNS01LjI1VjB6Ij48YW5pbWF0ZVRyYW5zZm9ybSByZXN0YXJ0PSJhbHdheXMiIGNhbGNNb2RlPSJsaW5lYXIiIGFkZGl0aXZlPSJyZXBsYWNlIiBhY2N1bXVsYXRlPSJub25lIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIwLjhzIiB0bz0iMzYwIDcgNyIgZnJvbT0iMCA3IDcgIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGZpbGw9InJlbW92ZSIgdHlwZT0icm90YXRlIi8+PC9wYXRoPjwvc3ZnPg==);
}
/* line 210, ../sass/_photo.scss */
.photo.simple-hover {
  border: 0px solid #0ec962;
}
/* line 213, ../sass/_photo.scss */
.photo.simple-hover .photo_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-end;
  background: rgba(240, 80, 0, 0);
}
/* line 224, ../sass/_photo.scss */
.photo.simple-hover .photo_link .photo-caption {
  opacity: 0;
  display: block;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
/* line 232, ../sass/_photo.scss */
.photo.simple-hover .photo_link .photo-caption.active {
  opacity: 1;
}
/* line 236, ../sass/_photo.scss */
.photo.simple-hover .photo_link svg {
  display: block;
  margin: 0;
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
  stroke-width: 3px;
  width: 30px;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
/* line 246, ../sass/_photo.scss */
.photo.simple-hover .photo_link:hover {
  background: rgba(240, 80, 0, 0.5);
}
/* line 249, ../sass/_photo.scss */
.photo.simple-hover .photo_link:hover svg {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 254, ../sass/_photo.scss */
.photo.simple-hover.checked {
  border-width: 6px;
}
/* line 259, ../sass/_photo.scss */
.photo.pan-hover {
  border: 0px solid #0ec962;
}
/* line 264, ../sass/_photo.scss */
.photo.pan-hover .photo_link {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  background: black;
  overflow: hidden;
}
/* line 273, ../sass/_photo.scss */
.photo.pan-hover .photo_link .pan-hover-inside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -moz-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 283, ../sass/_photo.scss */
.photo.pan-hover .photo_link svg {
  margin: 20px 20px 0 0;
  fill: #fff;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
/* line 290, ../sass/_photo.scss */
.photo.pan-hover .photo_link:hover svg {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 293, ../sass/_photo.scss */
.photo.pan-hover .photo_link:hover .pan-hover-inside {
  opacity: 0.8;
}
/* line 298, ../sass/_photo.scss */
.photo.pan-hover.checked {
  border-width: 6px;
}

/* line 304, ../sass/_photo.scss */
.photo-actions {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 45vh 0;
  padding: 0;
}
/* line 311, ../sass/_photo.scss */
.photo-actions li {
  display: inline-block;
  margin: 0;
}
/* line 314, ../sass/_photo.scss */
.photo-actions li a {
  display: flex;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  font-size: 12px;
}
@media only screen and (min-width: 30em) {
  /* line 314, ../sass/_photo.scss */
  .photo-actions li a {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 314, ../sass/_photo.scss */
  .photo-actions li a {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
/* line 334, ../sass/_photo.scss */
.photo-actions li a span {
  color: #fff;
  line-height: 0;
}
/* line 338, ../sass/_photo.scss */
.photo-actions li a:hover {
  background: #f05000;
  border-color: #f05000;
}
/* line 343, ../sass/_photo.scss */
.photo-actions li a:hover span {
  color: #000000;
}
/* line 347, ../sass/_photo.scss */
.photo-actions li a .content {
  color: #fff;
  position: fixed;
  bottom: 160px;
  left: 25%;
  right: 25%;
  background: rgba(0, 0, 0, 0.6);
  padding: 18px 20px;
  border-radius: 3px;
}

/* line 360, ../sass/_photo.scss */
.photo-caption {
  font-size: 14px;
  color: #000000;
  margin-top: 0px;
  -moz-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (min-width: 30em) {
  /* line 360, ../sass/_photo.scss */
  .photo-caption {
    margin-top: 0px;
  }
}
/* line 368, ../sass/_photo.scss */
.photo-caption em {
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 10px;
  -moz-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 375, ../sass/_photo.scss */
.photo_action {
  width: 52px;
  height: 52px;
  border-radius: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 385, ../sass/_photo.scss */
.photo_action:hover {
  border-color: #000000;
}
/* line 388, ../sass/_photo.scss */
.photo_action svg {
  top: -2px;
  position: relative;
}

/* line 393, ../sass/_photo.scss */
.lg-share .photo_action {
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border: 0;
  position: relative;
  top: -2px;
  margin: 0;
}
/* line 404, ../sass/_photo.scss */
.lg-share .photo_action:hover {
  border-color: #000000;
}
/* line 406, ../sass/_photo.scss */
.lg-share .photo_action:hover svg {
  fill: #fff !important;
}
/* line 410, ../sass/_photo.scss */
.lg-share .photo_action svg {
  height: 17px;
  width: 17px;
  fill: #999 !important;
}
/* line 414, ../sass/_photo.scss */
.lg-share .photo_action svg:hover {
  fill: #fff !important;
}

/* line 419, ../sass/_photo.scss */
.social-menu .photo_action {
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border: 0;
  position: relative;
  top: 1px;
  margin: 0;
}
/* line 430, ../sass/_photo.scss */
.social-menu .photo_action:hover {
  border-color: #000000;
}
/* line 432, ../sass/_photo.scss */
.social-menu .photo_action:hover svg {
  fill: #f05000 !important;
}
/* line 436, ../sass/_photo.scss */
.social-menu .photo_action svg {
  top: 3px;
  position: relative;
  margin: 0 10px;
  height: 19px;
  width: 19px;
  -moz-transition: fill 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: fill 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 446, ../sass/_photo.scss */
.social-menu .photo_action svg:hover {
  fill: #f05000 !important;
}

/* line 451, ../sass/_photo.scss */
.share_screen {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  -moz-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7));
}
/* line 464, ../sass/_photo.scss */
.share_screen.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.65), #000000);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.65), #000000);
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), #000000);
  display: block;
  opacity: 1;
}

/* line 472, ../sass/_photo.scss */
.play-icon {
  display: block;
  margin: auto;
  text-align: center;
  width: 30px;
}

/* line 1, ../sass/_atvImg.scss */
.atvImg {
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
}
/* line 6, ../sass/_atvImg.scss */
.atvImg:hover {
  z-index: 2;
}

/* line 11, ../sass/_atvImg.scss */
.atvImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: all 0.2s ease-out;
}

/* line 19, ../sass/_atvImg.scss */
.atvImg-container.over .atvImg-shadow {
  box-shadow: 0 25px 60px rgba(14, 21, 47, 0.3), 0 10px 20px rgba(14, 21, 47, 0.5);
}

/* line 23, ../sass/_atvImg.scss */
.atvImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0px solid #0ec962;
  overflow: hidden;
  transform-style: preserve-3d;
}

/* line 33, ../sass/_atvImg.scss */
.atvImg-rendered-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transition: all 0.1s ease-out;
}

/* line 46, ../sass/_atvImg.scss */
.atvImg-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  transition: all 0.2s ease-out;
}

/* line 56, ../sass/_atvImg.scss */
.atvImg-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 40%);
}

/* line 1, ../sass/_collections.scss */
.collection_album {
  width: 100%;
}
/* line 4, ../sass/_collections.scss */
.collection_album h6 {
  text-transform: uppercase;
  font-weight: 700;
}
/* line 8, ../sass/_collections.scss */
.collection_album .custom_scroll {
  height: 190px;
  margin-bottom: 40px;
  overflow: visible;
}
/* line 13, ../sass/_collections.scss */
.collection_album ul {
  position: static;
  height: 180px;
  width: 3000px;
}
/* line 17, ../sass/_collections.scss */
.collection_album ul li {
  float: left;
}
/* line 22, ../sass/_collections.scss */
.collection_album.album-style3 .custom_scroll {
  margin: 0;
  height: auto;
  width: 100%;
}

/* line 29, ../sass/_collections.scss */
.album_list {
  float: left;
  width: 320px;
  height: 180px;
  position: relative;
  margin-right: 4px;
}
/* line 35, ../sass/_collections.scss */
.album_list .photo {
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 41, ../sass/_collections.scss */
.collection_filter {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0 30px;
  height: 40px;
  width: 100%;
  z-index: 40;
}

/* line 56, ../sass/_collections.scss */
.filter-hidden {
  display: none;
}

/*------------------------------------------------------------------
Header
*/
/* line 1, ../sass/_header.scss */
#navigation-home {
  position: fixed;
  bottom: 40px;
  left: 50%;
  list-style: none;
  text-align: center;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 45em) {
  /* line 1, ../sass/_header.scss */
  #navigation-home {
    /*left: 45px;
    text-align: left;
    @include translateX(0);*/
  }
}
/* line 13, ../sass/_header.scss */
#navigation-home li {
  margin-top: 20px;
}
/* line 16, ../sass/_header.scss */
#navigation-home a {
  display: inline;
  margin-top: 8px;
  padding: .65em .8em .5em;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  border: 2px solid #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 30em) {
  /* line 16, ../sass/_header.scss */
  #navigation-home a {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
}
/* line 33, ../sass/_header.scss */
#navigation-home a:hover {
  background-color: #f05000 !important;
  border: 2px solid #f05000 !important;
  color: #fff !important;
}
/* line 39, ../sass/_header.scss */
.logo-dark #navigation-home a {
  border: 2px solid #000;
  color: #000;
}

/* line 45, ../sass/_header.scss */
#header-home {
  position: fixed;
  top: 30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 45em) {
  /* line 45, ../sass/_header.scss */
  #header-home {
    top: 45px;
    /*left: 45px;	
    @include translateX(0);*/
  }
}
/* line 55, ../sass/_header.scss */
#header-home #landing-logo {
  width: 80vw;
  height: auto;
  max-width: 400px;
  fill: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 61, ../sass/_header.scss */
#header-home #landing-logo #landing-logo-outline {
  fill: rgba(240, 80, 0, 0);
  stroke-width: 2px;
  stroke: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 0;
}
/* line 68, ../sass/_header.scss */
#header-home #landing-logo #landing-logo-caption {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 71, ../sass/_header.scss */
#header-home #landing-logo:hover {
  fill: #fff;
}
/* line 73, ../sass/_header.scss */
#header-home #landing-logo:hover #landing-logo-outline {
  fill: #f05000;
  stroke: #f05000;
}
/* line 77, ../sass/_header.scss */
#header-home #landing-logo:hover #landing-logo-caption {
  fill: #f05000;
}
/* line 81, ../sass/_header.scss */
.logo-dark #header-home #landing-logo {
  fill: #000;
}
/* line 83, ../sass/_header.scss */
.logo-dark #header-home #landing-logo #landing-logo-outline {
  fill: rgba(240, 80, 0, 0);
  stroke: #000;
}
/* line 87, ../sass/_header.scss */
.logo-dark #header-home #landing-logo:hover {
  fill: #fff;
}
/* line 89, ../sass/_header.scss */
.logo-dark #header-home #landing-logo:hover #landing-logo-outline {
  fill: #f05000;
  stroke: #f05000;
}
/* line 93, ../sass/_header.scss */
.logo-dark #header-home #landing-logo:hover #landing-logo-caption {
  fill: #f05000;
}

/* line 101, ../sass/_header.scss */
#header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 40;
}
@media only screen and (min-width: 30em) {
  /* line 101, ../sass/_header.scss */
  #header {
    padding: 0;
  }
}
@media only screen and (min-width: 45em) {
  /* line 101, ../sass/_header.scss */
  #header {
    padding: 0;
  }
}
/* line 115, ../sass/_header.scss */
#header .mobile-toggle {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
/* line 121, ../sass/_header.scss */
#header .mobile-toggle svg {
  position: relative;
  top: 1px;
  stroke-width: 0;
  stroke: none;
  fill: #FFF;
  -moz-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
/* line 131, ../sass/_header.scss */
#header .mobile-toggle.on .menu-caption, #header .mobile-toggle:hover .menu-caption {
  color: #f05000;
}
/* line 134, ../sass/_header.scss */
#header .mobile-toggle.on svg, #header .mobile-toggle:hover svg {
  fill: #f05000;
}
/* line 139, ../sass/_header.scss */
#header #menu-toggle {
  left: 15px;
}
@media only screen and (min-width: 30em) {
  /* line 139, ../sass/_header.scss */
  #header #menu-toggle {
    left: 20px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 139, ../sass/_header.scss */
  #header #menu-toggle {
    left: 30px;
  }
}
/* line 148, ../sass/_header.scss */
#header #filter-toggle {
  right: 15px;
}
@media only screen and (min-width: 30em) {
  /* line 148, ../sass/_header.scss */
  #header #filter-toggle {
    right: 20px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 148, ../sass/_header.scss */
  #header #filter-toggle {
    right: 30px;
  }
}
/* line 157, ../sass/_header.scss */
#header #back-toggle {
  right: 15px;
}
@media only screen and (min-width: 30em) {
  /* line 157, ../sass/_header.scss */
  #header #back-toggle {
    right: 20px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 157, ../sass/_header.scss */
  #header #back-toggle {
    right: 30px;
  }
}
/* line 167, ../sass/_header.scss */
.thb-menu-right #header .mobile-toggle {
  margin-right: 0;
  margin-left: auto;
}
/* line 171, ../sass/_header.scss */
.thb-menu-right #header .collection_filter + .mobile-toggle {
  margin-left: 10px;
}
/* line 175, ../sass/_header.scss */
#header #logo-menu,
#header .menu-caption {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media only screen and (min-width: 30em) {
  /* line 175, ../sass/_header.scss */
  #header #logo-menu,
  #header .menu-caption {
    font-size: 18px;
  }
}
/* line 190, ../sass/_header.scss */
#header select {
  display: none;
}

/* line 195, ../sass/_header.scss */
#header .menu-caption {
  display: none;
}
@media only screen and (min-width: 45em) {
  /* line 195, ../sass/_header.scss */
  #header .menu-caption {
    display: inline-block;
  }
}

/* line 202, ../sass/_header.scss */
#header-1 {
  height: 60px;
  background-color: #000;
  padding: 0 30px;
  z-index: 50;
}
@media only screen and (min-width: 30em) {
  /* line 202, ../sass/_header.scss */
  #header-1 {
    height: 60px;
  }
}
/* line 210, ../sass/_header.scss */
#header-1 .logo {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

/* line 219, ../sass/_header.scss */
#header-2 {
  width: 100%;
  z-index: 40;
  position: relative;
}

/* line 225, ../sass/_header.scss */
#logo-header {
  position: relative;
  top: 1px;
  height: 15px;
  width: auto;
  stroke-width: 0;
  stroke: none;
  fill: #FFF;
  -moz-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
/* line 234, ../sass/_header.scss */
#logo-header:hover {
  fill: #f05000;
}

/*------------------------------------------------------------------
Navigation Menu
*/
/* line 1, ../sass/_navigationmenu.scss */
.social-menu {
  text-align: center;
  margin-top: 50px;
}

/* line 6, ../sass/_navigationmenu.scss */
.fa {
  margin: 0 10px;
  font-size: 16px;
}

/* line 11, ../sass/_navigationmenu.scss */
#back-to-collection,
#menu-icon,
#menu-close-icon,
#filter-icon,
#filter-close-icon {
  display: none;
  height: 15px;
  width: 15px;
}
@media only screen and (min-width: 30em) {
  /* line 11, ../sass/_navigationmenu.scss */
  #back-to-collection,
  #menu-icon,
  #menu-close-icon,
  #filter-icon,
  #filter-close-icon {
    height: 15px;
    width: 15px;
  }
}

/* line 25, ../sass/_navigationmenu.scss */
#back-to-collection,
#menu-icon.on,
#menu-close-icon.on,
#filter-icon.on,
#filter-close-icon.on {
  display: inline-block;
}

/* line 33, ../sass/_navigationmenu.scss */
#navigation-menu,
#filter-menu {
  display: none;
  position: absolute;
  height: 100vh;
  width: 100%;
  padding: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 30em) {
  /* line 33, ../sass/_navigationmenu.scss */
  #navigation-menu,
  #filter-menu {
    width: 50%;
  }
}
@media only screen and (min-width: 45em) {
  /* line 33, ../sass/_navigationmenu.scss */
  #navigation-menu,
  #filter-menu {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 65em) {
  /* line 33, ../sass/_navigationmenu.scss */
  #navigation-menu,
  #filter-menu {
    width: 25%;
  }
}
@media only screen and (min-width: 80em) {
  /* line 33, ../sass/_navigationmenu.scss */
  #navigation-menu,
  #filter-menu {
    width: 20%;
  }
}
/* line 55, ../sass/_navigationmenu.scss */
.thb-menu-right #navigation-menu, .thb-menu-right
#filter-menu {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 60, ../sass/_navigationmenu.scss */
#navigation-menu {
  left: 0;
}

/* line 64, ../sass/_navigationmenu.scss */
#filter-menu {
  right: 0;
}

/* line 68, ../sass/_navigationmenu.scss */
.menu-content {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  margin: 15px 10px;
}
@media only screen and (min-width: 30em) {
  /* line 68, ../sass/_navigationmenu.scss */
  .menu-content {
    margin: 20px 15px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 68, ../sass/_navigationmenu.scss */
  .menu-content {
    margin: 30px 20px;
  }
}
/* line 79, ../sass/_navigationmenu.scss */
.menu-content h5 {
  text-transform: uppercase;
  font-size: 18px;
}

/* line 85, ../sass/_navigationmenu.scss */
.navigation-menu,
.filter-menu {
  display: inline-block;
  width: 49%;
  margin: 0;
  vertical-align: top;
  list-style: none;
}
/* line 93, ../sass/_navigationmenu.scss */
.navigation-menu.alone,
.filter-menu.alone {
  width: 100%;
}
/* line 96, ../sass/_navigationmenu.scss */
.navigation-menu > li,
.filter-menu > li {
  transform-origin: center center;
}
/* line 99, ../sass/_navigationmenu.scss */
.navigation-menu li,
.filter-menu li {
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
  display: list-item;
}
/* line 105, ../sass/_navigationmenu.scss */
.navigation-menu li a,
.filter-menu li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-transform: lowercase;
  padding: 0;
  font-weight: 400;
}
@media only screen and (min-width: 30em) {
  /* line 105, ../sass/_navigationmenu.scss */
  .navigation-menu li a,
  .filter-menu li a {
    padding: 0;
  }
}
/* line 115, ../sass/_navigationmenu.scss */
.navigation-menu li a:hover,
.filter-menu li a:hover {
  color: #f05000 !important;
}
/* line 118, ../sass/_navigationmenu.scss */
.thb-menu-right .navigation-menu li a, .thb-menu-right
.filter-menu li a {
  padding: 0;
  text-align: right;
}
@media only screen and (min-width: 30em) {
  /* line 118, ../sass/_navigationmenu.scss */
  .thb-menu-right .navigation-menu li a, .thb-menu-right
  .filter-menu li a {
    padding: 0;
  }
}
/* line 128, ../sass/_navigationmenu.scss */
.navigation-menu li.menu-item-has-children a,
.filter-menu li.menu-item-has-children a {
  position: relative;
}
/* line 130, ../sass/_navigationmenu.scss */
.navigation-menu li.menu-item-has-children a span,
.filter-menu li.menu-item-has-children a span {
  display: flex;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  align-items: center;
  justify-content: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
/* line 141, ../sass/_navigationmenu.scss */
.thb-menu-right .navigation-menu li.menu-item-has-children a span, .thb-menu-right
.filter-menu li.menu-item-has-children a span {
  left: auto;
  right: 0;
}
/* line 145, ../sass/_navigationmenu.scss */
.navigation-menu li.menu-item-has-children a span em,
.filter-menu li.menu-item-has-children a span em {
  display: block;
  position: relative;
  width: 11px;
  height: 11px;
}
/* line 150, ../sass/_navigationmenu.scss */
.navigation-menu li.menu-item-has-children a span em:before,
.filter-menu li.menu-item-has-children a span em:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
/* line 159, ../sass/_navigationmenu.scss */
.navigation-menu li.menu-item-has-children a span em:after,
.filter-menu li.menu-item-has-children a span em:after {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
  width: 1px;
  background: #000000;
}
/* line 174, ../sass/_navigationmenu.scss */
.navigation-menu .sub-menu,
.filter-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 30em) {
  /* line 174, ../sass/_navigationmenu.scss */
  .navigation-menu .sub-menu,
  .filter-menu .sub-menu {
    margin: 0 0 0 30px;
  }
}
/* line 181, ../sass/_navigationmenu.scss */
.thb-menu-right .navigation-menu .sub-menu, .thb-menu-right
.filter-menu .sub-menu {
  margin: 0 20px 0 0;
}
@media only screen and (min-width: 30em) {
  /* line 181, ../sass/_navigationmenu.scss */
  .thb-menu-right .navigation-menu .sub-menu, .thb-menu-right
  .filter-menu .sub-menu {
    margin: 0 30px 0 0;
  }
}
/* line 188, ../sass/_navigationmenu.scss */
.navigation-menu .sub-menu li a,
.filter-menu .sub-menu li a {
  font-size: 12px;
  padding: 5px 0 5px 20px;
  font-weight: 600;
}
@media only screen and (min-width: 30em) {
  /* line 188, ../sass/_navigationmenu.scss */
  .navigation-menu .sub-menu li a,
  .filter-menu .sub-menu li a {
    padding: 8px 0 8px 20px;
  }
}
/* line 196, ../sass/_navigationmenu.scss */
.thb-menu-right .navigation-menu .sub-menu li a, .thb-menu-right
.filter-menu .sub-menu li a {
  padding: 5px 20px 5px 0;
}
@media only screen and (min-width: 30em) {
  /* line 196, ../sass/_navigationmenu.scss */
  .thb-menu-right .navigation-menu .sub-menu li a, .thb-menu-right
  .filter-menu .sub-menu li a {
    padding: 8px 20px 8px 0;
  }
}

/* line 208, ../sass/_navigationmenu.scss */
.current-menu-item a {
  color: #f05000 !important;
}

/* line 212, ../sass/_navigationmenu.scss */
.active-filter {
  color: #f05000 !important;
}

/* line 216, ../sass/_navigationmenu.scss */
.navigation-menu {
  width: 100%;
}

/* line 220, ../sass/_navigationmenu.scss */
.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 39;
  background: rgba(0, 0, 0, 0.5);
}
/* line 231, ../sass/_navigationmenu.scss */
.thb-menu-right .menu_overlay {
  left: auto;
  right: 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 238, ../sass/_navigationmenu.scss */
#menu-scroll {
  margin: 0;
}
/* line 242, ../sass/_navigationmenu.scss */
.thb-menu-right #menu-scroll .iScrollVerticalScrollbar {
  display: none;
  right: auto !important;
  left: 1px;
}

/*------------------------------------------------------------------
Form Styling
*/
/* line 1, ../sass/_forms.scss */
form {
  margin: 0;
}
/* line 4, ../sass/_forms.scss */
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 10, ../sass/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 1px solid #eee;
  padding: 12px 15px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  background: #eee;
  max-width: 100%;
  outline: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 35, ../sass/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
}
/* line 42, ../sass/_forms.scss */
input[type="text"].parsley-error, input[type="text"].wpcf7-not-valid, .woocommerce-invalid-required-field input[type="text"],
input[type="password"].parsley-error,
input[type="password"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="password"],
input[type="date"].parsley-error,
input[type="date"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="date"],
input[type="datetime"].parsley-error,
input[type="datetime"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="datetime"],
input[type="email"].parsley-error,
input[type="email"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="email"],
input[type="number"].parsley-error,
input[type="number"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="number"],
input[type="search"].parsley-error,
input[type="search"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="search"],
input[type="tel"].parsley-error,
input[type="tel"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="tel"],
input[type="time"].parsley-error,
input[type="time"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="time"],
input[type="url"].parsley-error,
input[type="url"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="url"],
textarea.parsley-error,
textarea.wpcf7-not-valid, .woocommerce-invalid-required-field
textarea {
  border-color: #e76049;
}
/* line 47, ../sass/_forms.scss */
input[type="text"].full,
input[type="password"].full,
input[type="date"].full,
input[type="datetime"].full,
input[type="email"].full,
input[type="number"].full,
input[type="search"].full,
input[type="tel"].full,
input[type="time"].full,
input[type="url"].full,
textarea.full {
  width: 100%;
}
/* line 39, ../sass/app.scss */
input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="date"].placeholder,
input[type="datetime"].placeholder,
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="time"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
  text-transform: uppercase;
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 600;
}
/* line 40, ../sass/app.scss */
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 600;
}
/* line 41, ../sass/app.scss */
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 600;
}
/* line 42, ../sass/app.scss */
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 600;
}
/* line 43, ../sass/app.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 600;
}

/* line 59, ../sass/_forms.scss */
.parsley-error-list,
.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none !important;
}

/* line 64, ../sass/_forms.scss */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* line 68, ../sass/_forms.scss */
label {
  font-size: 12px;
  display: block;
  color: #000000;
  margin: 0 0 8px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  clear: both;
}
/* line 77, ../sass/_forms.scss */
label small {
  font-size: 12px;
  color: #f05000;
}

/* line 82, ../sass/_forms.scss */
textarea {
  min-height: 108px;
}
/* line 85, ../sass/_forms.scss */
.wpcf7-form textarea {
  min-height: 200px;
}
/* line 88, ../sass/_forms.scss */
.review-popup textarea {
  min-height: 150px;
}

/* line 92, ../sass/_forms.scss */
.btn {
  display: inline-block;
  border: 2px solid #000000;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  padding: 12px 36px;
}
/* line 104, ../sass/_forms.scss */
.btn:hover {
  border-color: #fcef1a;
  background: #fcef1a;
  color: #000000;
}

/* line 110, ../sass/_forms.scss */
.marker-info-win {
  width: 300px;
  padding: 15px;
  background: #fff;
}
@media only screen and (min-width: 30em) {
  /* line 110, ../sass/_forms.scss */
  .marker-info-win {
    width: 360px;
    padding: 30px;
  }
}
/* line 119, ../sass/_forms.scss */
.marker-info-win p {
  font-size: 14px;
  line-height: 16px;
  color: #737373;
  font-weight: 300;
  margin: 0;
}

/* line 127, ../sass/_forms.scss */
.video-container {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
/* line 135, ../sass/_forms.scss */
.video-container > * {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100% !important;
  height: 100vh;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*------------------------------------------------------------------
Password Protected Page
*/
/* line 1, ../sass/_password.scss */
.password-protected {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/password-bg.jpg");
  background-size: cover;
}
/* line 10, ../sass/_password.scss */
.password-protected .password-form {
  background: #fff;
  text-align: center;
  padding: 6%;
  margin: 15px;
}
/* line 16, ../sass/_password.scss */
.password-protected .password-form svg {
  margin-bottom: 30px;
}
/* line 19, ../sass/_password.scss */
.password-protected .password-form h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 23, ../sass/_password.scss */
.password-protected .password-form input[type="password"] {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 290px;
}
/* line 29, ../sass/_password.scss */
.password-protected .password-form p {
  margin-bottom: 0;
}
/* line 32, ../sass/_password.scss */
.password-protected .password-form p.password-text {
  color: #b7b7b7;
  font-size: 14px;
  margin-bottom: 30px;
}

/*------------------------------------------------------------------
WP-Specific
*/
/* line 1, ../sass/_wpspecific.scss */
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

/* line 12, ../sass/_wpspecific.scss */
.alignright {
  float: right;
  margin: 6px 0 14px 20px;
}

/* line 16, ../sass/_wpspecific.scss */
.alignleft {
  float: left;
  margin: 6px 20px 14px 0;
}

/* line 20, ../sass/_wpspecific.scss */
.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  max-width: 100%;
}

/* line 26, ../sass/_wpspecific.scss */
img.center {
  margin: 0 auto;
  display: block;
}

/* line 30, ../sass/_wpspecific.scss */
img.full {
  width: 100%;
}

/* line 33, ../sass/_wpspecific.scss */
.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

/* line 39, ../sass/_wpspecific.scss */
.post-content img.aligncenter,
.post-content .wp-caption.aligncenter {
  margin-left: -15px;
  width: calc(100% + 30px);
  max-width: none;
}
@media only screen and (min-width: 30em) {
  /* line 39, ../sass/_wpspecific.scss */
  .post-content img.aligncenter,
  .post-content .wp-caption.aligncenter {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
@media only screen and (min-width: 45em) {
  /* line 39, ../sass/_wpspecific.scss */
  .post-content img.aligncenter,
  .post-content .wp-caption.aligncenter {
    margin-left: -60px;
    width: calc(100% + 120px);
  }
}

@media only screen and (max-width: 30em) {
  /* line 56, ../sass/_wpspecific.scss */
  .alignleft,
  .alignright {
    width: 100%;
    margin: 0 0 20px;
  }
}

/* line 63, ../sass/_wpspecific.scss */
.wp-caption {
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
}
/* line 67, ../sass/_wpspecific.scss */
.wp-caption .wp-caption-text {
  display: block;
  font-weight: 40000;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.4);
}
/* line 78, ../sass/_wpspecific.scss */
.rtl .wp-caption .wp-caption-text {
  left: auto;
  right: 0;
  text-align: right;
}

/* line 86, ../sass/_wpspecific.scss */
.gallery {
  display: block;
  margin: 0 -2px;
}
/* line 91, ../sass/_wpspecific.scss */
.gallery.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 1%;
}
@media only screen and (min-width: 30em) {
  /* line 91, ../sass/_wpspecific.scss */
  .gallery.gallery-columns-2 .gallery-item {
    width: 48%;
    margin: 1%;
  }
}
/* line 99, ../sass/_wpspecific.scss */
.gallery.gallery-columns-3 .gallery-item {
  width: 48%;
  margin: 1%;
}
@media only screen and (min-width: 30em) {
  /* line 99, ../sass/_wpspecific.scss */
  .gallery.gallery-columns-3 .gallery-item {
    width: 31.3333%;
    margin: 1%;
  }
}
/* line 107, ../sass/_wpspecific.scss */
.gallery.gallery-columns-4 .gallery-item {
  width: 48%;
  margin: 1%;
}
@media only screen and (min-width: 30em) {
  /* line 107, ../sass/_wpspecific.scss */
  .gallery.gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 1%;
  }
}
@media only screen and (min-width: 45em) {
  /* line 107, ../sass/_wpspecific.scss */
  .gallery.gallery-columns-4 .gallery-item {
    width: 23%;
    margin: 1%;
  }
}
/* line 119, ../sass/_wpspecific.scss */
.gallery.gallery-columns-5 .gallery-item {
  width: 48%;
  margin: 1%;
}
@media only screen and (min-width: 30em) {
  /* line 119, ../sass/_wpspecific.scss */
  .gallery.gallery-columns-5 .gallery-item {
    width: 18%;
    margin: 1%;
  }
}
/* line 127, ../sass/_wpspecific.scss */
.gallery.gallery-columns-6 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 30em) {
  /* line 127, ../sass/_wpspecific.scss */
  .gallery.gallery-columns-6 .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 45em) {
  /* line 127, ../sass/_wpspecific.scss */
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
/* line 136, ../sass/_wpspecific.scss */
.gallery .gallery-item {
  display: inline-block;
  width: 50%;
  padding: 0 2px;
  margin-bottom: 4px;
  vertical-align: top;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 144, ../sass/_wpspecific.scss */
.gallery .gallery-item:hover {
  opacity: 0.8;
}
/* line 147, ../sass/_wpspecific.scss */
.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}
/* line 151, ../sass/_wpspecific.scss */
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  width: 100%;
}
/* line 156, ../sass/_wpspecific.scss */
.gallery .gallery-item .gallery-caption {
  display: block;
  font-size: .95rem;
  line-height: 1.25;
  font-weight: 300;
  margin-top: 5px;
}

/*------------------------------------------------------------------
Comments
*/
/* line 1, ../sass/_comments.scss */
#comments {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}
@media only screen and (min-width: 30em) {
  /* line 1, ../sass/_comments.scss */
  #comments {
    padding-top: 45px;
  }
}
/* line 8, ../sass/_comments.scss */
#comments .comments-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 11, ../sass/_comments.scss */
#comments .comments-title span {
  color: #e03737;
}
@media only screen and (min-width: 30em) {
  /* line 8, ../sass/_comments.scss */
  #comments .comments-title {
    margin-bottom: 40px;
  }
}
/* line 18, ../sass/_comments.scss */
#comments .comment-notes {
  margin-bottom: 20px;
}
/* line 22, ../sass/_comments.scss */
#comments ol.commentlist {
  list-style: none;
  margin: 0 0 30px;
  display: block;
  padding: 0;
}
@media only screen and (min-width: 30em) {
  /* line 22, ../sass/_comments.scss */
  #comments ol.commentlist {
    text-align: left;
  }
}
/* line 31, ../sass/_comments.scss */
#comments ol.commentlist > .comment:last-child .comment-body {
  margin-bottom: 0;
}
/* line 35, ../sass/_comments.scss */
#comments ol.commentlist .comment {
  margin: 0;
}
/* line 37, ../sass/_comments.scss */
#comments ol.commentlist .comment:before {
  display: none;
}
/* line 44, ../sass/_comments.scss */
#comments ol.commentlist .comment.depth-1:first-child > .comment-body {
  padding-top: 0;
  padding-top: 0;
  border: 0;
}
/* line 48, ../sass/_comments.scss */
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .avatar {
  top: 8px;
}
/* line 51, ../sass/_comments.scss */
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .reply {
  top: 7px;
}
/* line 56, ../sass/_comments.scss */
#comments ol.commentlist .comment .comment-body {
  position: relative;
  min-height: 100px;
  padding-left: 111px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
/* line 63, ../sass/_comments.scss */
#comments ol.commentlist .comment .comment-meta {
  display: inline-block;
  line-height: 1;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 10px;
}
/* line 71, ../sass/_comments.scss */
#comments ol.commentlist .comment .comment-meta a {
  color: #000000;
}
/* line 75, ../sass/_comments.scss */
#comments ol.commentlist .comment .vcard {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
  font-size: 14px;
}
/* line 82, ../sass/_comments.scss */
#comments ol.commentlist .comment .vcard .fn {
  margin: 0;
  font-weight: 600;
  color: #000000;
}
/* line 87, ../sass/_comments.scss */
#comments ol.commentlist .comment .vcard .says {
  display: none;
}
/* line 90, ../sass/_comments.scss */
#comments ol.commentlist .comment .vcard .avatar {
  width: 88px;
  height: 88px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 99, ../sass/_comments.scss */
#comments ol.commentlist .comment .comment-awaiting-moderation {
  font-size: 10px;
}
/* line 102, ../sass/_comments.scss */
#comments ol.commentlist .comment p {
  font-size: 13px;
  word-break: break-word;
  color: #000000;
  margin: 0 0 15px;
}
/* line 108, ../sass/_comments.scss */
#comments ol.commentlist .comment .reply {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e03737;
  line-height: 1;
}
/* line 115, ../sass/_comments.scss */
#comments ol.commentlist .comment .reply a {
  color: #e03737;
}
/* line 120, ../sass/_comments.scss */
#comments ol.commentlist .comment .children {
  list-style: none;
  margin-left: 17px;
  margin-bottom: 0;
}
@media only screen and (min-width: 30em) {
  /* line 120, ../sass/_comments.scss */
  #comments ol.commentlist .comment .children {
    margin-left: 111px;
  }
}
/* line 127, ../sass/_comments.scss */
#comments ol.commentlist .comment .children .avatar {
  width: 64px;
  height: 64px;
}
/* line 131, ../sass/_comments.scss */
#comments ol.commentlist .comment .children .comment-body {
  padding-left: 94px;
  min-height: 75px;
}

/* line 140, ../sass/_comments.scss */
.comment-respond {
  padding: 30px 0;
}
/* line 142, ../sass/_comments.scss */
.comment-respond .comment-reply-title {
  font-size: 18px;
  line-height: 1.135;
  margin-bottom: 0;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 45em) {
  /* line 142, ../sass/_comments.scss */
  .comment-respond .comment-reply-title {
    font-size: 22px;
  }
}
/* line 153, ../sass/_comments.scss */
.comment-respond .comment-reply-title small a {
  color: #f05000;
}
/* line 157, ../sass/_comments.scss */
.comment-respond p {
  font-size: 12px;
}
/* line 160, ../sass/_comments.scss */
.comment-respond input[type="text"],
.comment-respond textarea {
  width: 100%;
}
/* line 164, ../sass/_comments.scss */
.comment-respond .form-submit {
  margin: 0 0 20px;
}
/* line 166, ../sass/_comments.scss */
.comment-respond .form-submit .submit {
  width: 100%;
}
@media only screen and (min-width: 30em) {
  /* line 166, ../sass/_comments.scss */
  .comment-respond .form-submit .submit {
    width: auto;
  }
}
/* line 174, ../sass/_comments.scss */
.comment-respond .comment-subscription-form {
  margin: 0;
}
/* line 177, ../sass/_comments.scss */
.comment-respond .row {
  margin: 0 -8px;
}
/* line 179, ../sass/_comments.scss */
.comment-respond .row .columns {
  padding: 0 8px;
}

/*------------------------------------------------------------------
Plugins
*/
/* line 1, ../sass/_plugin-pace.scss */
.pace {
  display: none;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #000;
  position: fixed;
  z-index: 1999;
  top: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
/* line 16, ../sass/_plugin-pace.scss */
.pace:before {
  content: '';
  display: block;
  width: 500px;
  height: 500px;
  max-height: 100%;
  background-image: url("../img/preloader.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
@media only screen and (min-width: 30em) {
  /* line 16, ../sass/_plugin-pace.scss */
  .pace:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* line 31, ../sass/_plugin-pace.scss */
.thb-preload .pace {
  display: flex;
}

/* line 36, ../sass/_plugin-pace.scss */
.pace .pace-progress {
  background: #f05000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

/**
 * Swiper 3.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 7, 2015
 */
/* line 15, ../sass/_plugin-swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 22, ../sass/_plugin-swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 25, ../sass/_plugin-swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 32, ../sass/_plugin-swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  will-change: transform;
}

/* line 49, ../sass/_plugin-swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 57, ../sass/_plugin-swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 64, ../sass/_plugin-swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 72, ../sass/_plugin-swiper.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Auto Height */
/* line 82, ../sass/_plugin-swiper.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 86, ../sass/_plugin-swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */
/* line 98, ../sass/_plugin-swiper.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 102, ../sass/_plugin-swiper.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Pagination Styles */
/* line 107, ../sass/_plugin-swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 20;
}

/* line 120, ../sass/_plugin-swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 123, ../sass/_plugin-swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #fff;
  position: relative;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 132, ../sass/_plugin-swiper.scss */
.swiper-pagination-bullet:hover {
  border: 2px solid #f05000 !important;
}
/* line 135, ../sass/_plugin-swiper.scss */
.logo-dark .swiper-pagination-bullet {
  border: 2px solid #000;
}

/* line 139, ../sass/_plugin-swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 149, ../sass/_plugin-swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 152, ../sass/_plugin-swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 155, ../sass/_plugin-swiper.scss */
.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #f05000;
  border: 2px solid #f05000 !important;
  top: 1px;
}

/* line 162, ../sass/_plugin-swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 165, ../sass/_plugin-swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 168, ../sass/_plugin-swiper.scss */
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -moz-transform: translate3d(0px, -50%, 1px);
  -webkit-transform: translate3d(0px, -50%, 1px);
  transform: translate3d(0px, -50%, 1px);
}

/* line 173, ../sass/_plugin-swiper.scss */
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 4px 0;
  display: block;
}

/* line 177, ../sass/_plugin-swiper.scss */
.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 45em) {
  /* line 177, ../sass/_plugin-swiper.scss */
  .swiper-container-horizontal > .swiper-pagination {
    /*left: 40px;
	width: auto*/
  }
}

/* line 185, ../sass/_plugin-swiper.scss */
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

/* 3D Container */
/* line 189, ../sass/_plugin-swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 195, ../sass/_plugin-swiper.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 207, ../sass/_plugin-swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 219, ../sass/_plugin-swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 231, ../sass/_plugin-swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 243, ../sass/_plugin-swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 255, ../sass/_plugin-swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
/* line 268, ../sass/_plugin-swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
/* line 273, ../sass/_plugin-swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 280, ../sass/_plugin-swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

/* line 283, ../sass/_plugin-swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 286, ../sass/_plugin-swiper.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
/* line 291, ../sass/_plugin-swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 294, ../sass/_plugin-swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -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;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 309, ../sass/_plugin-swiper.scss */
.swiper-container-cube .swiper-slide.swiper-slide-active {
  z-index: 2;
}

/* line 313, ../sass/_plugin-swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 319, ../sass/_plugin-swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 326, ../sass/_plugin-swiper.scss */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 336, ../sass/_plugin-swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
/* line 349, ../sass/_plugin-swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 355, ../sass/_plugin-swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 363, ../sass/_plugin-swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 371, ../sass/_plugin-swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 380, ../sass/_plugin-swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
/* line 384, ../sass/_plugin-swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 400, ../sass/_plugin-swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 411, ../sass/_plugin-swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Additions */
/* line 427, ../sass/_plugin-swiper.scss */
.swiper-container {
  height: 100vh;
}
/* line 431, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-ken-burns .swiper-slide {
  overflow: hidden;
}
/* line 433, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-ken-burns .swiper-slide .swiper-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: -moz-transform 5s linear;
  -o-transition: -o-transform 5s linear;
  -webkit-transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
}
/* line 444, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-ken-burns .swiper-slide .photo-caption {
  position: relative;
}
/* line 447, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-ken-burns .swiper-slide.swiper-slide-active .swiper-inner {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
/* line 452, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-container-vertical > .swiper-pagination {
  right: 15px;
  z-index: 11;
  text-align: right;
  max-width: 50px;
  display: none;
}
@media only screen and (min-width: 30em) {
  /* line 452, ../sass/_plugin-swiper.scss */
  .swiper-container.swiper-container-vertical > .swiper-pagination {
    display: block;
    right: 25px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 452, ../sass/_plugin-swiper.scss */
  .swiper-container.swiper-container-vertical > .swiper-pagination {
    right: 35px;
  }
}
/* line 465, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 15px;
  background: none;
  position: relative;
  opacity: 1;
  cursor: pointer;
  margin: 2px 0;
}
@media only screen and (min-width: 30em) {
  /* line 465, ../sass/_plugin-swiper.scss */
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    height: 21px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 465, ../sass/_plugin-swiper.scss */
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    height: 26px;
  }
}
/* line 480, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  height: 1px;
  width: 30px;
  background: #000000;
}
@media only screen and (min-width: 30em) {
  /* line 480, ../sass/_plugin-swiper.scss */
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after {
    top: 10px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 480, ../sass/_plugin-swiper.scss */
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after {
    top: 12px;
  }
}
/* line 497, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet em {
  position: absolute;
  right: 100%;
  padding-right: 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  top: 50%;
  white-space: nowrap;
  font-style: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
@media only screen and (min-width: 30em) {
  /* line 497, ../sass/_plugin-swiper.scss */
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet em {
    display: block;
  }
}
/* line 517, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:hover em {
  opacity: 1;
}
/* line 521, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active):after {
  width: 40px;
}
/* line 526, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  width: 50px;
}
/* line 530, ../sass/_plugin-swiper.scss */
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 50px;
}
/* line 537, ../sass/_plugin-swiper.scss */
.swiper-container .swiper-slide {
  text-align: center;
  background: transparent;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
/* line 545, ../sass/_plugin-swiper.scss */
.swiper-container.bottom-slide .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 0;
  height: auto;
}
/* line 555, ../sass/_plugin-swiper.scss */
.swiper-container.center-slide .swiper-slide {
  /* Center slide text vertically */
}
/* line 561, ../sass/_plugin-swiper.scss */
.swiper-container .text-container {
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 30em) {
  /* line 561, ../sass/_plugin-swiper.scss */
  .swiper-container .text-container {
    max-width: 80%;
  }
}
@media only screen and (min-width: 45em) {
  /* line 561, ../sass/_plugin-swiper.scss */
  .swiper-container .text-container {
    max-width: 60%;
  }
}
/* line 575, ../sass/_plugin-swiper.scss */
.swiper-container h1 {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 581, ../sass/_plugin-swiper.scss */
.swiper-container p {
  color: #000000;
  margin: 0;
}
/* line 586, ../sass/_plugin-swiper.scss */
.swiper-container .btn {
  margin-top: 40px;
}

/* line 590, ../sass/_plugin-swiper.scss */
.swiper-nav {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 10;
  cursor: none;
}
/* line 598, ../sass/_plugin-swiper.scss */
.swiper-nav.regular {
  cursor: w-resize;
}
/* line 601, ../sass/_plugin-swiper.scss */
.swiper-nav.regular.swiper-button-next {
  cursor: e-resize;
}
/* line 605, ../sass/_plugin-swiper.scss */
.swiper-nav .thb-arrow {
  position: absolute;
  will-change: transform;
  display: none;
}
/* line 609, ../sass/_plugin-swiper.scss */
.swiper-nav .thb-arrow .thb-tmp,
.swiper-nav .thb-arrow .thb-arrow-inner {
  stroke: rgba(0, 0, 0, 0.4);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 617, ../sass/_plugin-swiper.scss */
.swiper-nav.square:active .thb-tmp,
.swiper-nav.square:active .thb-arrow-inner {
  -moz-transform: rotateY(-20deg);
  -webkit-transform: rotateY(-20deg);
  transform: rotateY(-20deg);
}
/* line 622, ../sass/_plugin-swiper.scss */
.swiper-nav.swiper-button-next {
  right: 0;
}
/* line 626, ../sass/_plugin-swiper.scss */
.swiper-nav.swiper-button-next.square:active .thb-tmp,
.swiper-nav.swiper-button-next.square:active .thb-arrow-inner {
  -moz-transform: rotateY(20deg);
  -webkit-transform: rotateY(20deg);
  transform: rotateY(20deg);
}
@media only screen and (min-width: 45em) {
  /* line 634, ../sass/_plugin-swiper.scss */
  .swiper-nav:hover .thb-arrow {
    display: block;
  }
}

/* line 641, ../sass/_plugin-swiper.scss */
.thb-thumbnails {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 14%;
  min-width: 200px;
  padding: 0 1px;
  background: #000000;
  z-index: 60;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 654, ../sass/_plugin-swiper.scss */
.thb-thumbnails .thb-thumbnail-container {
  position: relative;
  height: 100%;
}
/* line 658, ../sass/_plugin-swiper.scss */
.thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
  position: absolute;
  left: -36px;
  top: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 30em) {
  /* line 658, ../sass/_plugin-swiper.scss */
  .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
    top: 25px;
    left: -51px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 658, ../sass/_plugin-swiper.scss */
  .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
    top: 40px;
    left: -66px;
  }
}
/* line 672, ../sass/_plugin-swiper.scss */
.thb-thumbnails .thb-thumbnail-container .thumbnail-toggle:hover polyline {
  stroke: #f05000;
}
/* line 676, ../sass/_plugin-swiper.scss */
.thb-menu-right .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
  left: -36px;
}
@media only screen and (min-width: 30em) {
  /* line 676, ../sass/_plugin-swiper.scss */
  .thb-menu-right .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
    top: 25px;
    left: -91px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 676, ../sass/_plugin-swiper.scss */
  .thb-menu-right .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
    top: 40px;
    left: -106px;
  }
}
/* line 687, ../sass/_plugin-swiper.scss */
.thb-menu-right.menu-open .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
  visibility: hidden;
}
/* line 692, ../sass/_plugin-swiper.scss */
.thb-thumbnails .swiper-container {
  opacity: 0;
}
/* line 696, ../sass/_plugin-swiper.scss */
.thb-thumbnails .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 10;
}
/* line 709, ../sass/_plugin-swiper.scss */
.thb-thumbnails .swiper-slide.swiper-slide-active:after {
  opacity: 1;
}

/* line 716, ../sass/_plugin-swiper.scss */
.swiper-container-3d .swiper-slide {
  perspective: 1000px;
  backface-visibility: hidden;
}

/*! lightgallery - v1.2.12 - 2016-01-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@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;
}
/* line 11, ../sass/_plugin-lightgallery.scss */
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 24, ../sass/_plugin-lightgallery.scss */
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin-top: -10px;
  padding: 4px 5px 5px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
@media only screen and (min-width: 30em) {
  /* line 24, ../sass/_plugin-lightgallery.scss */
  .lg-actions .lg-next, .lg-actions .lg-prev {
    font-size: 22px;
    padding: 8px 10px 9px;
  }
}

/* line 41, ../sass/_plugin-lightgallery.scss */
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 45, ../sass/_plugin-lightgallery.scss */
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

/* line 48, ../sass/_plugin-lightgallery.scss */
.lg-actions .lg-next {
  right: 0;
}
@media only screen and (min-width: 30em) {
  /* line 48, ../sass/_plugin-lightgallery.scss */
  .lg-actions .lg-next {
    right: 20px;
  }
}

/* line 54, ../sass/_plugin-lightgallery.scss */
.lg-actions .lg-next:before {
  content: "\e095";
}

/* line 57, ../sass/_plugin-lightgallery.scss */
.lg-actions .lg-prev {
  left: 0;
}
@media only screen and (min-width: 30em) {
  /* line 57, ../sass/_plugin-lightgallery.scss */
  .lg-actions .lg-prev {
    left: 20px;
  }
}

/* line 63, ../sass/_plugin-lightgallery.scss */
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
/* line 155, ../sass/_plugin-lightgallery.scss */
.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;
}

/* line 161, ../sass/_plugin-lightgallery.scss */
.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;
}

/* line 168, ../sass/_plugin-lightgallery.scss */
.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

/* line 176, ../sass/_plugin-lightgallery.scss */
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}

/* line 189, ../sass/_plugin-lightgallery.scss */
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

/* line 192, ../sass/_plugin-lightgallery.scss */
.lg-toolbar .lg-close:after {
  content: "\e070";
}

/* line 195, ../sass/_plugin-lightgallery.scss */
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

/* line 199, ../sass/_plugin-lightgallery.scss */
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.4;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

/* line 212, ../sass/_plugin-lightgallery.scss */
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

/* line 217, ../sass/_plugin-lightgallery.scss */
.lg-sub-html p {
  font-size: 16px;
  text-align: center;
}

/* line 222, ../sass/_plugin-lightgallery.scss */
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

/* line 231, ../sass/_plugin-lightgallery.scss */
.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -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;
  -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;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 239, ../sass/_plugin-lightgallery.scss */
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

/* line 244, ../sass/_plugin-lightgallery.scss */
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

/* line 249, ../sass/_plugin-lightgallery.scss */
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* line 255, ../sass/_plugin-lightgallery.scss */
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 ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 268, ../sass/_plugin-lightgallery.scss */
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;
}

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

/* line 288, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 295, ../sass/_plugin-lightgallery.scss */
.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;
}

/* line 303, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

/* line 307, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

/* line 311, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

/* line 316, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  /* line 327, ../sass/_plugin-lightgallery.scss */
  .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;
  }
}
/* line 333, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

/* line 336, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}

/* line 340, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

/* line 343, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

/* line 346, ../sass/_plugin-lightgallery.scss */
.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;
}

/* line 351, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

/* line 354, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

/* line 369, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

/* line 372, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

/* line 376, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1500px !important;
  max-height: 100%;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 45em) {
  /* line 376, ../sass/_plugin-lightgallery.scss */
  .lg-outer .lg-video-cont {
    padding: 40px 40px 120px;
  }
}
@media only screen and (min-width: 65em) {
  /* line 376, ../sass/_plugin-lightgallery.scss */
  .lg-outer .lg-video-cont {
    padding: 40px 40px 120px;
  }
}

/* line 390, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

/* line 397, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 405, ../sass/_plugin-lightgallery.scss */
.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;
}

/* line 416, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

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

/* line 422, ../sass/_plugin-lightgallery.scss */
.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;
}

/* line 430, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

/* line 433, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

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

/* line 439, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 446, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

/* line 449, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}

/* line 452, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

/* line 456, ../sass/_plugin-lightgallery.scss */
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  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;
}

/* line 470, ../sass/_plugin-lightgallery.scss */
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

/* line 475, ../sass/_plugin-lightgallery.scss */
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

/* line 478, ../sass/_plugin-lightgallery.scss */
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

/* line 482, ../sass/_plugin-lightgallery.scss */
.lg-autoplay-button:after {
  content: "\e01d";
}

/* line 485, ../sass/_plugin-lightgallery.scss */
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

/* line 489, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* line 493, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 504, ../sass/_plugin-lightgallery.scss */
.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 ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 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;
}

/* line 520, ../sass/_plugin-lightgallery.scss */
#lg-zoom-in:after {
  content: "\e311";
}

/* line 524, ../sass/_plugin-lightgallery.scss */
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

/* line 528, ../sass/_plugin-lightgallery.scss */
#lg-zoom-out:after {
  content: "\e312";
}

/* line 531, ../sass/_plugin-lightgallery.scss */
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

/* line 536, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

/* line 545, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

/* line 548, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

/* line 556, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 561, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

/* line 564, ../sass/_plugin-lightgallery.scss */
.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);
}

/* line 584, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

/* line 588, ../sass/_plugin-lightgallery.scss */
.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;
}

/* line 599, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

/* line 602, ../sass/_plugin-lightgallery.scss */
.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;
}

/* line 616, ../sass/_plugin-lightgallery.scss */
.lg-fullscreen:after {
  content: "\e20c";
}

/* line 619, ../sass/_plugin-lightgallery.scss */
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

/* line 623, ../sass/_plugin-lightgallery.scss */
.group {
  zoom: 1;
}

/* line 627, ../sass/_plugin-lightgallery.scss */
.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 633, ../sass/_plugin-lightgallery.scss */
.group:after {
  clear: both;
}

/* line 637, ../sass/_plugin-lightgallery.scss */
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

/* line 649, ../sass/_plugin-lightgallery.scss */
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 654, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-visible {
  opacity: 1;
}

/* line 657, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 663, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

/* line 668, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 675, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 683, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 693, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

/* line 701, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-item {
  background: url("../img/ajax-loader.gif") no-repeat scroll center center transparent;
  display: none !important;
}

/* line 705, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

/* line 708, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

/* line 711, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 718, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

/* line 725, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
@media only screen and (min-width: 45em) {
  /* line 725, ../sass/_plugin-lightgallery.scss */
  .lg-outer .lg-img-wrap {
    padding: 40px 40px 120px;
  }
}
@media only screen and (min-width: 65em) {
  /* line 725, ../sass/_plugin-lightgallery.scss */
  .lg-outer .lg-img-wrap {
    padding: 40px 40px 120px;
  }
}

/* line 738, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-item.lg-complete {
  background-image: none;
}

/* line 741, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

/* line 744, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

/* line 752, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

/* line 758, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

/* line 761, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-empty-html {
  display: none;
}

/* line 764, ../sass/_plugin-lightgallery.scss */
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

/* line 768, ../sass/_plugin-lightgallery.scss */
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

/* line 781, ../sass/_plugin-lightgallery.scss */
.lg-backdrop.in {
  opacity: 1;
}

/* line 785, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

/* line 791, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 796, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 801, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

/* line 804, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

/* line 807, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

/* line 813, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

/* line 816, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 820, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 824, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 829, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* line 835, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

/* line 840, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

/* line 843, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

/* line 846, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

/* line 850, ../sass/_plugin-lightgallery.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* Changes */
/* line 861, ../sass/_plugin-lightgallery.scss */
.lg-outer .lg-inner {
  height: auto;
  top: 0;
  bottom: 0;
}

/* line 867, ../sass/_plugin-lightgallery.scss */
.lg-toolbar {
  background: none;
}

/* line 870, ../sass/_plugin-lightgallery.scss */
#lg-counter {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

/* line 874, ../sass/_plugin-lightgallery.scss */
.lg-actions .lg-next, .lg-actions .lg-prev {
  position: fixed;
}

/* line 877, ../sass/_plugin-lightgallery.scss */
.lg-progress-bar {
  height: 2px;
}
/* line 879, ../sass/_plugin-lightgallery.scss */
.lg-progress-bar .lg-progress {
  background: #f05000;
  height: 2px;
}

@media only screen and (max-width: 30em) {
  /* line 884, ../sass/_plugin-lightgallery.scss */
  .lg-toolbar .lg-icon {
    width: 40px;
  }
}

/* line 889, ../sass/_plugin-lightgallery.scss */
.lg-sub-html {
  background: none;
  padding: 15px;
  font-weight: 300;
  max-height: 120px;
  overflow: hidden;
}
@media only screen and (min-width: 30em) {
  /* line 889, ../sass/_plugin-lightgallery.scss */
  .lg-sub-html {
    padding: 20px 15%;
  }
}
@media only screen and (min-width: 45em) {
  /* line 889, ../sass/_plugin-lightgallery.scss */
  .lg-sub-html {
    padding: 30px 15%;
  }
}
/* line 902, ../sass/_plugin-lightgallery.scss */
.lg-sub-html .image-information .image-caption {
  align-items: center;
}
/* line 904, ../sass/_plugin-lightgallery.scss */
.lg-sub-html .image-information .image-caption p {
  margin: 0 0 20px;
  color: white;
  font-weight: 300;
}
@media only screen and (min-width: 30em) {
  /* line 910, ../sass/_plugin-lightgallery.scss */
  .lg-sub-html .image-information .image-caption p {
    margin: 0;
  }
}
/* line 915, ../sass/_plugin-lightgallery.scss */
.lg-sub-html .image-information .image-exif {
  text-align: center;
}
@media only screen and (min-width: 30em) {
  /* line 915, ../sass/_plugin-lightgallery.scss */
  .lg-sub-html .image-information .image-exif {
    text-align: right;
  }
}
/* line 920, ../sass/_plugin-lightgallery.scss */
.lg-sub-html .image-information .image-exif ul {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 924, ../sass/_plugin-lightgallery.scss */
.lg-sub-html .image-information .image-exif ul li {
  display: inline-block;
  color: white;
  font-size: 12px;
  padding: 0 0 0 7px;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  /* line 924, ../sass/_plugin-lightgallery.scss */
  .lg-sub-html .image-information .image-exif ul li {
    padding: 0 5px 0 10px;
  }
}
/* line 935, ../sass/_plugin-lightgallery.scss */
.lg-sub-html .image-information .image-exif ul li:last-child {
  padding-right: 0;
}
/* line 938, ../sass/_plugin-lightgallery.scss */
.lg-sub-html .image-information .image-exif ul li span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
}
/* line 943, ../sass/_plugin-lightgallery.scss */
.lg-sub-html .image-information .image-exif ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 953, ../sass/_plugin-lightgallery.scss */
.reportage-link {
  font-weight: 700;
  color: #f05000 !important;
  display: block;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in .lg-item.lg-current, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in-big .lg-item.lg-current, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out .lg-item.lg-current, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out-big .lg-item.lg-current, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-out-in .lg-item.lg-current, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-zoom-in-out .lg-item.lg-current, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-soft-zoom .lg-item.lg-current, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-scale-up .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-scale-up .lg-item.lg-current, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular .lg-item.lg-current, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-up .lg-item.lg-current, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-down .lg-item.lg-current, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical .lg-item.lg-current, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only .lg-item.lg-current, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
  transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
  transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew .lg-item.lg-current, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
  transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
  transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
  transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross .lg-item.lg-current, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
  transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
  transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver .lg-item.lg-current, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop .lg-item.lg-current, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-lollipop-rev .lg-item.lg-current, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate .lg-item.lg-current, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-rotate-rev .lg-item.lg-current, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -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;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-tube .lg-item {
  opacity: 0;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, ../sass/_plugin-lightgallery-transitions.scss */
.lg-css3.lg-tube .lg-item.lg-current, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-prev-slide {
  -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;
}

/*------------------------------------------------------------------
Footer
*/
/* line 1, ../sass/_footer.scss */
#footer {
  width: 100%;
  text-align: center;
  padding: 0 15px 15px;
  z-index: 50;
  line-height: 1;
}
/* line 7, ../sass/_footer.scss */
.thb_video_background #footer {
  display: none;
}
@media only screen and (min-width: 30em) {
  /* line 1, ../sass/_footer.scss */
  #footer {
    padding: 0 25px 25px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 1, ../sass/_footer.scss */
  #footer {
    padding: 0 35px 35px;
  }
}
/* line 16, ../sass/_footer.scss */
#footer .row {
  max-width: 100%;
  margin: 0;
}
/* line 19, ../sass/_footer.scss */
#footer .row .columns {
  padding: 0;
}
/* line 23, ../sass/_footer.scss */
#footer .left-side {
  font-size: 11px;
  display: none;
}
@media only screen and (min-width: 30em) {
  /* line 23, ../sass/_footer.scss */
  #footer .left-side {
    display: block;
  }
}
/* line 30, ../sass/_footer.scss */
#footer .left-side .footer-menu {
  margin: 0;
  padding: 0;
  line-height: 1;
}
/* line 34, ../sass/_footer.scss */
#footer .left-side .footer-menu li {
  display: inline-block;
  margin: 0;
}
/* line 38, ../sass/_footer.scss */
#footer .left-side .footer-menu li + li {
  padding-left: 18px;
  position: relative;
}
/* line 41, ../sass/_footer.scss */
#footer .left-side .footer-menu li + li:before {
  content: '/';
  position: absolute;
  left: 4px;
  top: 0;
}
/* line 52, ../sass/_footer.scss */
#footer .right-side {
  text-align: center;
  font-size: 11px;
  width: 100%;
}
@media only screen and (min-width: 30em) {
  /* line 52, ../sass/_footer.scss */
  #footer .right-side {
    text-align: right;
  }
}
@media screen and (min-width: 641px), screen and (max-width: 30em) {
  /* line 52, ../sass/_footer.scss */
  #footer .right-side {
    flex: 1;
    max-width: 100%;
  }
}
/* line 63, ../sass/_footer.scss */
#footer .right-side a {
  display: inline-block;
  padding: 0 4px;
}

/* line 70, ../sass/_footer.scss */
#footer-info {
  margin-top: 10px;
}
/* line 72, ../sass/_footer.scss */
#footer-info p {
  margin: 0;
  line-height: 1.6em;
  font-weight: 300;
  font-size: .95rem;
}

/*------------------------------------------------------------------
Contact
*/
@media only screen and (min-width: 30em) {
  /* line 1, ../sass/_contact.scss */
  .contact-container {
    height: auto;
    overflow: hidden;
  }
}

/* line 7, ../sass/_contact.scss */
.contact-content {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 30em) {
  /* line 7, ../sass/_contact.scss */
  .contact-content {
    height: auto;
  }
}
/* line 14, ../sass/_contact.scss */
.contact-content .page-padding {
  min-height: 0;
}

/* line 18, ../sass/_contact.scss */
.google_map {
  width: 100%;
  height: 100vh;
}

/*------------------------------------------------------------------
About
*/
/* line 1, ../sass/_about.scss */
.bio-container {
  display: none;
}
/* line 3, ../sass/_about.scss */
.bio-popup-on .bio-container {
  display: block;
}

/* line 8, ../sass/_about.scss */
.clients-container {
  display: none;
}
/* line 10, ../sass/_about.scss */
.clients-popup-on .clients-container {
  display: block;
}

/* line 15, ../sass/_about.scss */
.contact-container {
  display: none;
}
/* line 17, ../sass/_about.scss */
.contact-popup-on .contact-container {
  display: block;
}

/* line 23, ../sass/_about.scss */
#popup-master {
  display: none;
}
/* line 25, ../sass/_about.scss */
.popup-on #popup-master {
  display: block;
}

/* line 30, ../sass/_about.scss */
#popup-overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 40, ../sass/_about.scss */
#content-popup {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 30;
  overflow: hidden;
  text-align: left;
  height: 100vh;
  width: 90%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 45em) {
  /* line 40, ../sass/_about.scss */
  #content-popup {
    width: 600px;
  }
}
@media only screen and (min-width: 65em) {
  /* line 40, ../sass/_about.scss */
  #content-popup {
    width: 800px;
  }
}

/* line 59, ../sass/_about.scss */
#scroll-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  overflow: hidden;
}

/* line 67, ../sass/_about.scss */
#scroll-container {
  height: 100%;
  width: 125%;
  padding-right: 23%;
  position: absolute;
  left: 0;
  overflow-y: scroll;
}
@media only screen and (min-width: 30em) {
  /* line 67, ../sass/_about.scss */
  #scroll-container {
    padding-top: 60px;
  }
}
/* line 77, ../sass/_about.scss */
#scroll-container::-webkit-scrollbar {
  display: none;
}

/* line 82, ../sass/_about.scss */
.about-container {
  margin: 60px 0 200px;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
}

/* line 88, ../sass/_about.scss */
.about-column {
  margin: auto;
  width: 90%;
}
@media only screen and (min-width: 30em) {
  /* line 88, ../sass/_about.scss */
  .about-column {
    width: 75%;
  }
}
/* line 94, ../sass/_about.scss */
.about-column .page-padding {
  padding: 60px 0;
  min-height: 0;
}
/* line 98, ../sass/_about.scss */
.about-column h4 {
  margin: 40px 0 20px;
}

/* line 103, ../sass/_about.scss */
#popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  fill: #fff;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 111, ../sass/_about.scss */
#popup-close:hover {
  fill: #f05000;
}

/* line 116, ../sass/_about.scss */
#bio-photo {
  width: 240px;
  height: 240px;
  margin: auto;
  border-radius: 100%;
  background-image: url("http://www.simonplestenjak.com/wp-content/uploads/bio-photo/simon-plestenjak-portrait.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 30em) {
  /* line 116, ../sass/_about.scss */
  #bio-photo {
    width: 300px;
    height: 300px;
  }
}

/*------------------------------------------------------------------
404
*/
/* line 1, ../sass/_404.scss */
.content404 {
  display: flex;
  flex: 1;
  background: #f5f5f5 url("../img/404-bg.jpg") no-repeat center bottom;
  background-size: cover;
}
/* line 6, ../sass/_404.scss */
.content404 .page-padding {
  display: flex;
  align-items: center;
}
/* line 10, ../sass/_404.scss */
.content404 img {
  display: inline-block;
  max-width: 50%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 30em) {
  /* line 10, ../sass/_404.scss */
  .content404 img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 80em) {
  /* line 10, ../sass/_404.scss */
  .content404 img {
    max-width: 290px;
  }
}
/* line 22, ../sass/_404.scss */
.content404 p {
  font-size: 14px;
}
/* line 25, ../sass/_404.scss */
.content404 .row {
  width: 100%;
  margin-bottom: 70px;
}

/*------------------------------------------------------------------
Custom Select
*/
/* line 10, ../sass/_selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  height: 26px;
}

/* line 25, ../sass/_selectric.scss */
.selectric {
  display: inline-block;
  background: transparent;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #000000;
  font-weight: 600;
}
/* line 34, ../sass/_selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 30px 0 10px;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  height: 22px;
  font-weight: 600;
}
/* line 48, ../sass/_selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 22px;
  text-align: center;
  font-size: 0;
}
/* line 58, ../sass/_selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #000000;
  border-bottom: none;
}

/* line 78, ../sass/_selectric.scss */
.selectric-open {
  z-index: 9999;
}
/* line 80, ../sass/_selectric.scss */
.selectric-open .selectric {
  background: #000000;
}
/* line 83, ../sass/_selectric.scss */
.selectric-open .selectric .label {
  color: #fff;
}
/* line 88, ../sass/_selectric.scss */
.selectric-open .selectric .button:after {
  border-top: none;
  border-bottom: 4px solid #fff;
}
/* line 94, ../sass/_selectric.scss */
.selectric-open .selectric-items {
  display: block;
}

/* line 100, ../sass/_selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

/* line 107, ../sass/_selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
/* line 113, ../sass/_selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 120, ../sass/_selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}

/* line 135, ../sass/_selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 142, ../sass/_selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background: #000000;
  z-index: -1;
}
/* line 152, ../sass/_selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
/* line 157, ../sass/_selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
/* line 162, ../sass/_selectric.scss */
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  min-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 173, ../sass/_selectric.scss */
.selectric-items ul {
  padding: 5px 0;
}
/* line 176, ../sass/_selectric.scss */
.selectric-items li {
  display: block;
  padding: 0 12px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
/* line 182, ../sass/_selectric.scss */
.selectric-items li.selected {
  color: #e03737;
}
/* line 186, ../sass/_selectric.scss */
.selectric-items li:hover {
  color: #e03737;
}
/* line 191, ../sass/_selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
/* line 201, ../sass/_selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
/* line 210, ../sass/_selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 215, ../sass/_selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*------------------------------------------------------------------
Pagination
*/
/* line 1, ../sass/_pagination.scss */
.pagination {
  border-top: 2px solid #000000;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}
/* line 8, ../sass/_pagination.scss */
.pagination .screen-reader-text {
  display: none;
}
/* line 11, ../sass/_pagination.scss */
.pagination .page-numbers {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
/* line 18, ../sass/_pagination.scss */
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #000000;
}
/* line 22, ../sass/_pagination.scss */
.pagination .page-numbers svg {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
/* line 25, ../sass/_pagination.scss */
.pagination .page-numbers.prev {
  float: left;
  display: none;
  padding: 0;
}
@media only screen and (min-width: 65em) {
  /* line 25, ../sass/_pagination.scss */
  .pagination .page-numbers.prev {
    display: inline-block;
  }
}
/* line 33, ../sass/_pagination.scss */
.pagination .page-numbers.next {
  float: right;
  display: none;
  padding: 0;
}
@media only screen and (min-width: 65em) {
  /* line 33, ../sass/_pagination.scss */
  .pagination .page-numbers.next {
    display: inline-block;
  }
}

/* line 43, ../sass/_pagination.scss */
.pagination-space {
  margin-top: 50px;
}

/*------------------------------------------------------------------
Multi Scroll
*/
/* line 1, ../sass/_multiscroll.scss */
.multiscroll {
  height: 100vh;
  overflow: hidden;
}

/* line 5, ../sass/_multiscroll.scss */
.ms-section {
  display: flex;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
/* line 10, ../sass/_multiscroll.scss */
.ms-section .ms-section-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  -moz-transition: -moz-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 24, ../sass/_multiscroll.scss */
.ms-right .ms-section .ms-section-inner {
  left: auto;
  right: 0;
}
/* line 33, ../sass/_multiscroll.scss */
.split .ms-section {
  overflow: visible;
  height: 50vh;
}
@media only screen and (min-width: 30em) {
  /* line 33, ../sass/_multiscroll.scss */
  .split .ms-section {
    height: 100vh;
  }
}
/* line 39, ../sass/_multiscroll.scss */
.split .ms-section .ms-section-inner {
  opacity: 0.5;
  -moz-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 44, ../sass/_multiscroll.scss */
.split .ms-section.active .ms-section-inner {
  opacity: 1;
}

/* line 50, ../sass/_multiscroll.scss */
.ms-right,
.ms-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

/* line 59, ../sass/_multiscroll.scss */
.ms-left {
  width: 100%;
}
@media only screen and (min-width: 30em) {
  /* line 59, ../sass/_multiscroll.scss */
  .ms-left {
    width: 50%;
  }
}
/* line 65, ../sass/_multiscroll.scss */
.split .ms-left {
  height: 50%;
  width: 100%;
}
@media only screen and (min-width: 30em) {
  /* line 65, ../sass/_multiscroll.scss */
  .split .ms-left {
    height: 100%;
  }
}
/* line 72, ../sass/_multiscroll.scss */
.split .ms-left .ms-section-inner {
  opacity: 0.5;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 30em) {
  /* line 72, ../sass/_multiscroll.scss */
  .split .ms-left .ms-section-inner {
    left: 30px;
    right: 15px;
    bottom: 30px;
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
}

/* line 91, ../sass/_multiscroll.scss */
.ms-left-container,
.ms-right-container {
  position: relative;
  height: 50vh;
  width: 100%;
  overflow: hidden;
  opacity: 0.999;
  float: left;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 30em) {
  /* line 91, ../sass/_multiscroll.scss */
  .ms-left-container,
  .ms-right-container {
    width: 50%;
    height: 100vh;
    opacity: 1;
  }
}

/* line 106, ../sass/_multiscroll.scss */
.ms-right {
  left: auto;
  right: 0;
  display: none;
}
@media only screen and (min-width: 30em) {
  /* line 106, ../sass/_multiscroll.scss */
  .ms-right {
    display: block;
  }
}
/* line 115, ../sass/_multiscroll.scss */
.split .ms-right {
  display: block;
  width: 100%;
  height: 50%;
  top: 0;
  left: auto;
}
@media only screen and (min-width: 30em) {
  /* line 115, ../sass/_multiscroll.scss */
  .split .ms-right {
    height: 100%;
  }
}
/* line 124, ../sass/_multiscroll.scss */
.split .ms-right .ms-section-inner {
  opacity: 0.5;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 30em) {
  /* line 124, ../sass/_multiscroll.scss */
  .split .ms-right .ms-section-inner {
    left: 15px;
    right: 30px;
    top: 30px;
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}

/* line 143, ../sass/_multiscroll.scss */
.ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

/* line 149, ../sass/_multiscroll.scss */
#multiscroll-nav {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 10;
  right: 15px;
  z-index: 11;
  text-align: right;
  max-width: 50px;
  display: none;
}
@media only screen and (min-width: 30em) {
  /* line 149, ../sass/_multiscroll.scss */
  #multiscroll-nav {
    display: block;
    right: 25px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 149, ../sass/_multiscroll.scss */
  #multiscroll-nav {
    right: 35px;
  }
}
/* line 172, ../sass/_multiscroll.scss */
#multiscroll-nav a {
  display: inline-block;
  width: 50px;
  height: 15px;
  background: none;
  position: relative;
  opacity: 1;
  cursor: pointer;
  margin: 2px 0;
}
@media only screen and (min-width: 30em) {
  /* line 172, ../sass/_multiscroll.scss */
  #multiscroll-nav a {
    height: 21px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 172, ../sass/_multiscroll.scss */
  #multiscroll-nav a {
    height: 26px;
  }
}
/* line 187, ../sass/_multiscroll.scss */
#multiscroll-nav a:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  height: 1px;
  width: 30px;
  background: #000000;
}
@media only screen and (min-width: 30em) {
  /* line 187, ../sass/_multiscroll.scss */
  #multiscroll-nav a:after {
    top: 10px;
  }
}
@media only screen and (min-width: 45em) {
  /* line 187, ../sass/_multiscroll.scss */
  #multiscroll-nav a:after {
    top: 12px;
  }
}
/* line 205, ../sass/_multiscroll.scss */
#multiscroll-nav a em {
  position: absolute;
  right: 100%;
  padding-right: 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  top: 50%;
  white-space: nowrap;
  font-style: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
@media only screen and (min-width: 30em) {
  /* line 205, ../sass/_multiscroll.scss */
  #multiscroll-nav a em {
    display: block;
  }
}
/* line 224, ../sass/_multiscroll.scss */
#multiscroll-nav a:hover {
  color: #000000;
}
/* line 226, ../sass/_multiscroll.scss */
#multiscroll-nav a:hover em {
  opacity: 1;
}
/* line 230, ../sass/_multiscroll.scss */
#multiscroll-nav a:hover:not(.swiper-pagination-bullet-active):after {
  width: 40px;
}
/* line 235, ../sass/_multiscroll.scss */
#multiscroll-nav a.active {
  background: none;
  width: 50px;
}
/* line 239, ../sass/_multiscroll.scss */
#multiscroll-nav a.active:after {
  width: 50px;
}

/*------------------------------------------------------------------
Dark Theme
*/
/* line 1, ../sass/_dark.scss */
.dark-colors, body.dark-theme:not(.logo-dark),
body.dark-theme:not(.custom-background), body.light-theme.logo-light:not(.menu-open) {
  background: #000;
  color: #fff;
}
/* line 4, ../sass/_dark.scss */
.dark-colors h1, body.dark-theme:not(.logo-dark) h1,
body.dark-theme:not(.custom-background) h1, body.light-theme.logo-light:not(.menu-open) h1, .dark-colors h2, body.dark-theme:not(.logo-dark) h2,
body.dark-theme:not(.custom-background) h2, body.light-theme.logo-light:not(.menu-open) h2, .dark-colors h3, body.dark-theme:not(.logo-dark) h3,
body.dark-theme:not(.custom-background) h3, body.light-theme.logo-light:not(.menu-open) h3, .dark-colors h4, body.dark-theme:not(.logo-dark) h4,
body.dark-theme:not(.custom-background) h4, body.light-theme.logo-light:not(.menu-open) h4, .dark-colors h5, body.dark-theme:not(.logo-dark) h5,
body.dark-theme:not(.custom-background) h5, body.light-theme.logo-light:not(.menu-open) h5, .dark-colors h6, body.dark-theme:not(.logo-dark) h6,
body.dark-theme:not(.custom-background) h6, body.light-theme.logo-light:not(.menu-open) h6 {
  color: #fff;
}
/* line 7, ../sass/_dark.scss */
.dark-colors p, body.dark-theme:not(.logo-dark) p,
body.dark-theme:not(.custom-background) p, body.light-theme.logo-light:not(.menu-open) p {
  color: #fff;
}
/* line 10, ../sass/_dark.scss */
.dark-colors a:not(:hover):not(.lg-download), body.dark-theme:not(.logo-dark) a:not(:hover):not(.lg-download),
body.dark-theme:not(.custom-background) a:not(:hover):not(.lg-download), body.light-theme.logo-light:not(.menu-open) a:not(:hover):not(.lg-download),
.dark-colors #footer .left-side .footer-menu li + li:before,
body.dark-theme:not(.logo-dark) #footer .left-side .footer-menu li + li:before,
body.dark-theme:not(.custom-background) #footer .left-side .footer-menu li + li:before,
body.light-theme.logo-light:not(.menu-open) #footer .left-side .footer-menu li + li:before {
  color: #fff;
}
/* line 14, ../sass/_dark.scss */
.dark-colors #header .logo .logoimg.logo_dark, body.dark-theme:not(.logo-dark) #header .logo .logoimg.logo_dark,
body.dark-theme:not(.custom-background) #header .logo .logoimg.logo_dark, body.light-theme.logo-light:not(.menu-open) #header .logo .logoimg.logo_dark {
  display: inline-block;
}
/* line 17, ../sass/_dark.scss */
.dark-colors #header .logo .logoimg.logo_light, body.dark-theme:not(.logo-dark) #header .logo .logoimg.logo_light,
body.dark-theme:not(.custom-background) #header .logo .logoimg.logo_light, body.light-theme.logo-light:not(.menu-open) #header .logo .logoimg.logo_light {
  display: none;
}
/* line 20, ../sass/_dark.scss */
.dark-colors .blog-post-container, body.dark-theme:not(.logo-dark) .blog-post-container,
body.dark-theme:not(.custom-background) .blog-post-container, body.light-theme.logo-light:not(.menu-open) .blog-post-container {
  background: #000;
}
/* line 24, ../sass/_dark.scss */
.dark-colors .post .post-meta, body.dark-theme:not(.logo-dark) .post .post-meta,
body.dark-theme:not(.custom-background) .post .post-meta, body.light-theme.logo-light:not(.menu-open) .post .post-meta {
  color: white;
}
/* line 27, ../sass/_dark.scss */
.dark-colors .post .excerpt-dot, body.dark-theme:not(.logo-dark) .post .excerpt-dot,
body.dark-theme:not(.custom-background) .post .excerpt-dot, body.light-theme.logo-light:not(.menu-open) .post .excerpt-dot {
  fill: #fff;
}
/* line 32, ../sass/_dark.scss */
.dark-colors #header .mobile-toggle path, body.dark-theme:not(.logo-dark) #header .mobile-toggle path,
body.dark-theme:not(.custom-background) #header .mobile-toggle path, body.light-theme.logo-light:not(.menu-open) #header .mobile-toggle path {
  stroke: #fff;
}
/* line 36, ../sass/_dark.scss */
.dark-colors .pagination, body.dark-theme:not(.logo-dark) .pagination,
body.dark-theme:not(.custom-background) .pagination, body.light-theme.logo-light:not(.menu-open) .pagination {
  border-color: white;
}
/* line 39, ../sass/_dark.scss */
.dark-colors .pagination .page-numbers.current, body.dark-theme:not(.logo-dark) .pagination .page-numbers.current,
body.dark-theme:not(.custom-background) .pagination .page-numbers.current, body.light-theme.logo-light:not(.menu-open) .pagination .page-numbers.current,
.dark-colors .pagination .page-numbers:hover,
body.dark-theme:not(.logo-dark) .pagination .page-numbers:hover,
body.dark-theme:not(.custom-background) .pagination .page-numbers:hover,
body.light-theme.logo-light:not(.menu-open) .pagination .page-numbers:hover {
  color: 3;
}
/* line 44, ../sass/_dark.scss */
.dark-colors .tag-link, body.dark-theme:not(.logo-dark) .tag-link,
body.dark-theme:not(.custom-background) .tag-link, body.light-theme.logo-light:not(.menu-open) .tag-link {
  border-color: white;
}
/* line 47, ../sass/_dark.scss */
.dark-colors .tag-link:hover, body.dark-theme:not(.logo-dark) .tag-link:hover,
body.dark-theme:not(.custom-background) .tag-link:hover, body.light-theme.logo-light:not(.menu-open) .tag-link:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
/* line 53, ../sass/_dark.scss */
.dark-colors #comments ol.commentlist .comment .vcard .fn, body.dark-theme:not(.logo-dark) #comments ol.commentlist .comment .vcard .fn,
body.dark-theme:not(.custom-background) #comments ol.commentlist .comment .vcard .fn, body.light-theme.logo-light:not(.menu-open) #comments ol.commentlist .comment .vcard .fn,
.dark-colors #comments ol.commentlist .comment .comment-meta a,
body.dark-theme:not(.logo-dark) #comments ol.commentlist .comment .comment-meta a,
body.dark-theme:not(.custom-background) #comments ol.commentlist .comment .comment-meta a,
body.light-theme.logo-light:not(.menu-open) #comments ol.commentlist .comment .comment-meta a {
  color: #fff;
}
/* line 57, ../sass/_dark.scss */
.dark-colors #comments ol.commentlist .comment p, body.dark-theme:not(.logo-dark) #comments ol.commentlist .comment p,
body.dark-theme:not(.custom-background) #comments ol.commentlist .comment p, body.light-theme.logo-light:not(.menu-open) #comments ol.commentlist .comment p {
  color: white;
}
/* line 60, ../sass/_dark.scss */
.dark-colors .post_nav, body.dark-theme:not(.logo-dark) .post_nav,
body.dark-theme:not(.custom-background) .post_nav, body.light-theme.logo-light:not(.menu-open) .post_nav {
  background: rgba(255, 255, 255, 0.1);
}
/* line 62, ../sass/_dark.scss */
.dark-colors .post_nav:hover, body.dark-theme:not(.logo-dark) .post_nav:hover,
body.dark-theme:not(.custom-background) .post_nav:hover, body.light-theme.logo-light:not(.menu-open) .post_nav:hover {
  background: #fff;
}
/* line 68, ../sass/_dark.scss */
.dark-colors .navigation-menu li.menu-item-has-children a span em:before, body.dark-theme:not(.logo-dark) .navigation-menu li.menu-item-has-children a span em:before,
body.dark-theme:not(.custom-background) .navigation-menu li.menu-item-has-children a span em:before, body.light-theme.logo-light:not(.menu-open) .navigation-menu li.menu-item-has-children a span em:before,
.dark-colors .navigation-menu li.menu-item-has-children a span em:after,
body.dark-theme:not(.logo-dark) .navigation-menu li.menu-item-has-children a span em:after,
body.dark-theme:not(.custom-background) .navigation-menu li.menu-item-has-children a span em:after,
body.light-theme.logo-light:not(.menu-open) .navigation-menu li.menu-item-has-children a span em:after {
  background: #fff;
}
/* line 73, ../sass/_dark.scss */
.dark-colors .password-protected .password-form, body.dark-theme:not(.logo-dark) .password-protected .password-form,
body.dark-theme:not(.custom-background) .password-protected .password-form, body.light-theme.logo-light:not(.menu-open) .password-protected .password-form {
  background: #000;
}
/* line 76, ../sass/_dark.scss */
.dark-colors .password-protected .password-form svg, body.dark-theme:not(.logo-dark) .password-protected .password-form svg,
body.dark-theme:not(.custom-background) .password-protected .password-form svg, body.light-theme.logo-light:not(.menu-open) .password-protected .password-form svg {
  fill: #fff;
}
/* line 80, ../sass/_dark.scss */
.dark-colors .selectric, body.dark-theme:not(.logo-dark) .selectric,
body.dark-theme:not(.custom-background) .selectric, body.light-theme.logo-light:not(.menu-open) .selectric {
  border-color: #fff;
}
/* line 83, ../sass/_dark.scss */
.dark-colors .selectric .label, body.dark-theme:not(.logo-dark) .selectric .label,
body.dark-theme:not(.custom-background) .selectric .label, body.light-theme.logo-light:not(.menu-open) .selectric .label {
  color: #fff;
}
/* line 86, ../sass/_dark.scss */
.dark-colors .selectric .button:after, body.dark-theme:not(.logo-dark) .selectric .button:after,
body.dark-theme:not(.custom-background) .selectric .button:after, body.light-theme.logo-light:not(.menu-open) .selectric .button:after {
  border-top-color: #fff;
}
/* line 90, ../sass/_dark.scss */
.dark-colors .selectric-items, body.dark-theme:not(.logo-dark) .selectric-items,
body.dark-theme:not(.custom-background) .selectric-items, body.light-theme.logo-light:not(.menu-open) .selectric-items {
  background: #fff;
}
/* line 93, ../sass/_dark.scss */
.dark-colors .selectric-items li:not(.selected), body.dark-theme:not(.logo-dark) .selectric-items li:not(.selected),
body.dark-theme:not(.custom-background) .selectric-items li:not(.selected), body.light-theme.logo-light:not(.menu-open) .selectric-items li:not(.selected) {
  color: #000;
}
/* line 97, ../sass/_dark.scss */
.dark-colors .selectric-open .selectric, body.dark-theme:not(.logo-dark) .selectric-open .selectric,
body.dark-theme:not(.custom-background) .selectric-open .selectric, body.light-theme.logo-light:not(.menu-open) .selectric-open .selectric {
  background: #fff;
}
/* line 100, ../sass/_dark.scss */
.dark-colors .selectric-open .selectric .label, body.dark-theme:not(.logo-dark) .selectric-open .selectric .label,
body.dark-theme:not(.custom-background) .selectric-open .selectric .label, body.light-theme.logo-light:not(.menu-open) .selectric-open .selectric .label {
  color: #000;
}
/* line 103, ../sass/_dark.scss */
.dark-colors .selectric-open .selectric .button:after, body.dark-theme:not(.logo-dark) .selectric-open .selectric .button:after,
body.dark-theme:not(.custom-background) .selectric-open .selectric .button:after, body.light-theme.logo-light:not(.menu-open) .selectric-open .selectric .button:after {
  border-bottom-color: #000;
}
/* line 107, ../sass/_dark.scss */
.dark-colors .custom_scroll .iScrollIndicator, body.dark-theme:not(.logo-dark) .custom_scroll .iScrollIndicator,
body.dark-theme:not(.custom-background) .custom_scroll .iScrollIndicator, body.light-theme.logo-light:not(.menu-open) .custom_scroll .iScrollIndicator {
  background: rgba(255, 255, 255, 0.2) !important;
}
/* line 110, ../sass/_dark.scss */
.dark-colors .custom_scroll .iScrollIndicator:hover, body.dark-theme:not(.logo-dark) .custom_scroll .iScrollIndicator:hover,
body.dark-theme:not(.custom-background) .custom_scroll .iScrollIndicator:hover, body.light-theme.logo-light:not(.menu-open) .custom_scroll .iScrollIndicator:hover {
  background: rgba(255, 255, 255, 0.4) !important;
}
/* line 114, ../sass/_dark.scss */
.dark-colors .swiper-cursor .thb-arrow-inner, body.dark-theme:not(.logo-dark) .swiper-cursor .thb-arrow-inner,
body.dark-theme:not(.custom-background) .swiper-cursor .thb-arrow-inner, body.light-theme.logo-light:not(.menu-open) .swiper-cursor .thb-arrow-inner,
.dark-colors #thumbnail-icon:not(:hover) .thb-gallery-icon,
body.dark-theme:not(.logo-dark) #thumbnail-icon:not(:hover) .thb-gallery-icon,
body.dark-theme:not(.custom-background) #thumbnail-icon:not(:hover) .thb-gallery-icon,
body.light-theme.logo-light:not(.menu-open) #thumbnail-icon:not(:hover) .thb-gallery-icon,
.dark-colors #thumbnail-icon:not(:hover) .thb-thumbnail-icon,
body.dark-theme:not(.logo-dark) #thumbnail-icon:not(:hover) .thb-thumbnail-icon,
body.dark-theme:not(.custom-background) #thumbnail-icon:not(:hover) .thb-thumbnail-icon,
body.light-theme.logo-light:not(.menu-open) #thumbnail-icon:not(:hover) .thb-thumbnail-icon {
  stroke: #fff;
}
/* line 119, ../sass/_dark.scss */
.dark-colors .swiper-cursor .thb-arrow .thb-tmp, body.dark-theme:not(.logo-dark) .swiper-cursor .thb-arrow .thb-tmp,
body.dark-theme:not(.custom-background) .swiper-cursor .thb-arrow .thb-tmp, body.light-theme.logo-light:not(.menu-open) .swiper-cursor .thb-arrow .thb-tmp {
  stroke: white;
}
/* line 122, ../sass/_dark.scss */
.dark-colors .photo-caption, body.dark-theme:not(.logo-dark) .photo-caption,
body.dark-theme:not(.custom-background) .photo-caption, body.light-theme.logo-light:not(.menu-open) .photo-caption {
  color: #fff;
}
/* line 124, ../sass/_dark.scss */
.dark-colors .photo-caption em, body.dark-theme:not(.logo-dark) .photo-caption em,
body.dark-theme:not(.custom-background) .photo-caption em, body.light-theme.logo-light:not(.menu-open) .photo-caption em {
  color: white;
}
/* line 128, ../sass/_dark.scss */
.dark-colors .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after, body.dark-theme:not(.logo-dark) .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after,
body.dark-theme:not(.custom-background) .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after, body.light-theme.logo-light:not(.menu-open) .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after,
.dark-colors #multiscroll-nav a:after,
body.dark-theme:not(.logo-dark) #multiscroll-nav a:after,
body.dark-theme:not(.custom-background) #multiscroll-nav a:after,
body.light-theme.logo-light:not(.menu-open) #multiscroll-nav a:after {
  background: #fff;
}
/* line 132, ../sass/_dark.scss */
.dark-colors .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, body.dark-theme:not(.logo-dark) .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
body.dark-theme:not(.custom-background) .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, body.light-theme.logo-light:not(.menu-open) .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.dark-colors #multiscroll-nav a.active:after,
body.dark-theme:not(.logo-dark) #multiscroll-nav a.active:after,
body.dark-theme:not(.custom-background) #multiscroll-nav a.active:after,
body.light-theme.logo-light:not(.menu-open) #multiscroll-nav a.active:after {
  background: #fff;
}
/* line 136, ../sass/_dark.scss */
.dark-colors .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet, body.dark-theme:not(.logo-dark) .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet,
body.dark-theme:not(.custom-background) .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet, body.light-theme.logo-light:not(.menu-open) .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet,
.dark-colors #multiscroll-nav a,
body.dark-theme:not(.logo-dark) #multiscroll-nav a,
body.dark-theme:not(.custom-background) #multiscroll-nav a,
body.light-theme.logo-light:not(.menu-open) #multiscroll-nav a, .dark-colors #multiscroll-nav a:hover, body.dark-theme:not(.logo-dark) #multiscroll-nav a:hover,
body.dark-theme:not(.custom-background) #multiscroll-nav a:hover, body.light-theme.logo-light:not(.menu-open) #multiscroll-nav a:hover {
  color: #fff;
}
/* line 140, ../sass/_dark.scss */
.dark-colors .swiper-container .text-container p, body.dark-theme:not(.logo-dark) .swiper-container .text-container p,
body.dark-theme:not(.custom-background) .swiper-container .text-container p, body.light-theme.logo-light:not(.menu-open) .swiper-container .text-container p {
  color: #fff;
}
/* line 143, ../sass/_dark.scss */
.dark-colors input[type="submit"], body.dark-theme:not(.logo-dark) input[type="submit"],
body.dark-theme:not(.custom-background) input[type="submit"], body.light-theme.logo-light:not(.menu-open) input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.5);
  border-color: #fff;
  color: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 152, ../sass/_dark.scss */
.dark-colors input[type="submit"]:hover, body.dark-theme:not(.logo-dark) input[type="submit"]:hover,
body.dark-theme:not(.custom-background) input[type="submit"]:hover, body.light-theme.logo-light:not(.menu-open) input[type="submit"]:hover, .dark-colors input[type="submit"]:focus, body.dark-theme:not(.logo-dark) input[type="submit"]:focus,
body.dark-theme:not(.custom-background) input[type="submit"]:focus, body.light-theme.logo-light:not(.menu-open) input[type="submit"]:focus {
  background: #fff;
  border-color: #f05000;
  color: #f05000;
}
/* line 159, ../sass/_dark.scss */
.dark-colors input[type="text"], body.dark-theme:not(.logo-dark) input[type="text"],
body.dark-theme:not(.custom-background) input[type="text"], body.light-theme.logo-light:not(.menu-open) input[type="text"],
.dark-colors input[type="password"],
body.dark-theme:not(.logo-dark) input[type="password"],
body.dark-theme:not(.custom-background) input[type="password"],
body.light-theme.logo-light:not(.menu-open) input[type="password"],
.dark-colors input[type="date"],
body.dark-theme:not(.logo-dark) input[type="date"],
body.dark-theme:not(.custom-background) input[type="date"],
body.light-theme.logo-light:not(.menu-open) input[type="date"],
.dark-colors input[type="datetime"],
body.dark-theme:not(.logo-dark) input[type="datetime"],
body.dark-theme:not(.custom-background) input[type="datetime"],
body.light-theme.logo-light:not(.menu-open) input[type="datetime"],
.dark-colors input[type="email"],
body.dark-theme:not(.logo-dark) input[type="email"],
body.dark-theme:not(.custom-background) input[type="email"],
body.light-theme.logo-light:not(.menu-open) input[type="email"],
.dark-colors input[type="number"],
body.dark-theme:not(.logo-dark) input[type="number"],
body.dark-theme:not(.custom-background) input[type="number"],
body.light-theme.logo-light:not(.menu-open) input[type="number"],
.dark-colors input[type="search"],
body.dark-theme:not(.logo-dark) input[type="search"],
body.dark-theme:not(.custom-background) input[type="search"],
body.light-theme.logo-light:not(.menu-open) input[type="search"],
.dark-colors input[type="tel"],
body.dark-theme:not(.logo-dark) input[type="tel"],
body.dark-theme:not(.custom-background) input[type="tel"],
body.light-theme.logo-light:not(.menu-open) input[type="tel"],
.dark-colors input[type="time"],
body.dark-theme:not(.logo-dark) input[type="time"],
body.dark-theme:not(.custom-background) input[type="time"],
body.light-theme.logo-light:not(.menu-open) input[type="time"],
.dark-colors input[type="url"],
body.dark-theme:not(.logo-dark) input[type="url"],
body.dark-theme:not(.custom-background) input[type="url"],
body.light-theme.logo-light:not(.menu-open) input[type="url"],
.dark-colors textarea,
body.dark-theme:not(.logo-dark) textarea,
body.dark-theme:not(.custom-background) textarea,
body.light-theme.logo-light:not(.menu-open) textarea {
  background: rgba(0, 0, 0, 0.5);
  border-color: #fff;
  color: #fff;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 174, ../sass/_dark.scss */
.dark-colors input[type="text"]:focus, body.dark-theme:not(.logo-dark) input[type="text"]:focus,
body.dark-theme:not(.custom-background) input[type="text"]:focus, body.light-theme.logo-light:not(.menu-open) input[type="text"]:focus,
.dark-colors input[type="password"]:focus,
body.dark-theme:not(.logo-dark) input[type="password"]:focus,
body.dark-theme:not(.custom-background) input[type="password"]:focus,
body.light-theme.logo-light:not(.menu-open) input[type="password"]:focus,
.dark-colors input[type="date"]:focus,
body.dark-theme:not(.logo-dark) input[type="date"]:focus,
body.dark-theme:not(.custom-background) input[type="date"]:focus,
body.light-theme.logo-light:not(.menu-open) input[type="date"]:focus,
.dark-colors input[type="datetime"]:focus,
body.dark-theme:not(.logo-dark) input[type="datetime"]:focus,
body.dark-theme:not(.custom-background) input[type="datetime"]:focus,
body.light-theme.logo-light:not(.menu-open) input[type="datetime"]:focus,
.dark-colors input[type="email"]:focus,
body.dark-theme:not(.logo-dark) input[type="email"]:focus,
body.dark-theme:not(.custom-background) input[type="email"]:focus,
body.light-theme.logo-light:not(.menu-open) input[type="email"]:focus,
.dark-colors input[type="number"]:focus,
body.dark-theme:not(.logo-dark) input[type="number"]:focus,
body.dark-theme:not(.custom-background) input[type="number"]:focus,
body.light-theme.logo-light:not(.menu-open) input[type="number"]:focus,
.dark-colors input[type="search"]:focus,
body.dark-theme:not(.logo-dark) input[type="search"]:focus,
body.dark-theme:not(.custom-background) input[type="search"]:focus,
body.light-theme.logo-light:not(.menu-open) input[type="search"]:focus,
.dark-colors input[type="tel"]:focus,
body.dark-theme:not(.logo-dark) input[type="tel"]:focus,
body.dark-theme:not(.custom-background) input[type="tel"]:focus,
body.light-theme.logo-light:not(.menu-open) input[type="tel"]:focus,
.dark-colors input[type="time"]:focus,
body.dark-theme:not(.logo-dark) input[type="time"]:focus,
body.dark-theme:not(.custom-background) input[type="time"]:focus,
body.light-theme.logo-light:not(.menu-open) input[type="time"]:focus,
.dark-colors input[type="url"]:focus,
body.dark-theme:not(.logo-dark) input[type="url"]:focus,
body.dark-theme:not(.custom-background) input[type="url"]:focus,
body.light-theme.logo-light:not(.menu-open) input[type="url"]:focus,
.dark-colors textarea:focus,
body.dark-theme:not(.logo-dark) textarea:focus,
body.dark-theme:not(.custom-background) textarea:focus,
body.light-theme.logo-light:not(.menu-open) textarea:focus {
  background: #fff;
  border-color: #f05000;
  color: #f05000;
}
/* line 39, ../sass/app.scss */
.dark-colors input[type="text"].placeholder, body.dark-theme:not(.logo-dark) input[type="text"].placeholder,
body.dark-theme:not(.custom-background) input[type="text"].placeholder, body.light-theme.logo-light:not(.menu-open) input[type="text"].placeholder,
.dark-colors input[type="password"].placeholder,
body.dark-theme:not(.logo-dark) input[type="password"].placeholder,
body.dark-theme:not(.custom-background) input[type="password"].placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="password"].placeholder,
.dark-colors input[type="date"].placeholder,
body.dark-theme:not(.logo-dark) input[type="date"].placeholder,
body.dark-theme:not(.custom-background) input[type="date"].placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="date"].placeholder,
.dark-colors input[type="datetime"].placeholder,
body.dark-theme:not(.logo-dark) input[type="datetime"].placeholder,
body.dark-theme:not(.custom-background) input[type="datetime"].placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="datetime"].placeholder,
.dark-colors input[type="email"].placeholder,
body.dark-theme:not(.logo-dark) input[type="email"].placeholder,
body.dark-theme:not(.custom-background) input[type="email"].placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="email"].placeholder,
.dark-colors input[type="number"].placeholder,
body.dark-theme:not(.logo-dark) input[type="number"].placeholder,
body.dark-theme:not(.custom-background) input[type="number"].placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="number"].placeholder,
.dark-colors input[type="search"].placeholder,
body.dark-theme:not(.logo-dark) input[type="search"].placeholder,
body.dark-theme:not(.custom-background) input[type="search"].placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="search"].placeholder,
.dark-colors input[type="tel"].placeholder,
body.dark-theme:not(.logo-dark) input[type="tel"].placeholder,
body.dark-theme:not(.custom-background) input[type="tel"].placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="tel"].placeholder,
.dark-colors input[type="time"].placeholder,
body.dark-theme:not(.logo-dark) input[type="time"].placeholder,
body.dark-theme:not(.custom-background) input[type="time"].placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="time"].placeholder,
.dark-colors input[type="url"].placeholder,
body.dark-theme:not(.logo-dark) input[type="url"].placeholder,
body.dark-theme:not(.custom-background) input[type="url"].placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="url"].placeholder,
.dark-colors textarea.placeholder,
body.dark-theme:not(.logo-dark) textarea.placeholder,
body.dark-theme:not(.custom-background) textarea.placeholder,
body.light-theme.logo-light:not(.menu-open) textarea.placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/* line 40, ../sass/app.scss */
.dark-colors input[type="text"]:-moz-placeholder, body.dark-theme:not(.logo-dark) input[type="text"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="text"]:-moz-placeholder, body.light-theme.logo-light:not(.menu-open) input[type="text"]:-moz-placeholder,
.dark-colors input[type="password"]:-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="password"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="password"]:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="password"]:-moz-placeholder,
.dark-colors input[type="date"]:-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="date"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="date"]:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="date"]:-moz-placeholder,
.dark-colors input[type="datetime"]:-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="datetime"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="datetime"]:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="datetime"]:-moz-placeholder,
.dark-colors input[type="email"]:-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="email"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="email"]:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="email"]:-moz-placeholder,
.dark-colors input[type="number"]:-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="number"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="number"]:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="number"]:-moz-placeholder,
.dark-colors input[type="search"]:-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="search"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="search"]:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="search"]:-moz-placeholder,
.dark-colors input[type="tel"]:-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="tel"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="tel"]:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="tel"]:-moz-placeholder,
.dark-colors input[type="time"]:-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="time"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="time"]:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="time"]:-moz-placeholder,
.dark-colors input[type="url"]:-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="url"]:-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="url"]:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="url"]:-moz-placeholder,
.dark-colors textarea:-moz-placeholder,
body.dark-theme:not(.logo-dark) textarea:-moz-placeholder,
body.dark-theme:not(.custom-background) textarea:-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/* line 41, ../sass/app.scss */
.dark-colors input[type="text"]::-moz-placeholder, body.dark-theme:not(.logo-dark) input[type="text"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="text"]::-moz-placeholder, body.light-theme.logo-light:not(.menu-open) input[type="text"]::-moz-placeholder,
.dark-colors input[type="password"]::-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="password"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="password"]::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="password"]::-moz-placeholder,
.dark-colors input[type="date"]::-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="date"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="date"]::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="date"]::-moz-placeholder,
.dark-colors input[type="datetime"]::-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="datetime"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="datetime"]::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="datetime"]::-moz-placeholder,
.dark-colors input[type="email"]::-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="email"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="email"]::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="email"]::-moz-placeholder,
.dark-colors input[type="number"]::-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="number"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="number"]::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="number"]::-moz-placeholder,
.dark-colors input[type="search"]::-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="search"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="search"]::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="search"]::-moz-placeholder,
.dark-colors input[type="tel"]::-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="tel"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="tel"]::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="tel"]::-moz-placeholder,
.dark-colors input[type="time"]::-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="time"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="time"]::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="time"]::-moz-placeholder,
.dark-colors input[type="url"]::-moz-placeholder,
body.dark-theme:not(.logo-dark) input[type="url"]::-moz-placeholder,
body.dark-theme:not(.custom-background) input[type="url"]::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="url"]::-moz-placeholder,
.dark-colors textarea::-moz-placeholder,
body.dark-theme:not(.logo-dark) textarea::-moz-placeholder,
body.dark-theme:not(.custom-background) textarea::-moz-placeholder,
body.light-theme.logo-light:not(.menu-open) textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/* line 42, ../sass/app.scss */
.dark-colors input[type="text"]:-ms-input-placeholder, body.dark-theme:not(.logo-dark) input[type="text"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="text"]:-ms-input-placeholder, body.light-theme.logo-light:not(.menu-open) input[type="text"]:-ms-input-placeholder,
.dark-colors input[type="password"]:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="password"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="password"]:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="password"]:-ms-input-placeholder,
.dark-colors input[type="date"]:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="date"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="date"]:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="date"]:-ms-input-placeholder,
.dark-colors input[type="datetime"]:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="datetime"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="datetime"]:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="datetime"]:-ms-input-placeholder,
.dark-colors input[type="email"]:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="email"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="email"]:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="email"]:-ms-input-placeholder,
.dark-colors input[type="number"]:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="number"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="number"]:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="number"]:-ms-input-placeholder,
.dark-colors input[type="search"]:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="search"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="search"]:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="search"]:-ms-input-placeholder,
.dark-colors input[type="tel"]:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="tel"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="tel"]:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="tel"]:-ms-input-placeholder,
.dark-colors input[type="time"]:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="time"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="time"]:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="time"]:-ms-input-placeholder,
.dark-colors input[type="url"]:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="url"]:-ms-input-placeholder,
body.dark-theme:not(.custom-background) input[type="url"]:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="url"]:-ms-input-placeholder,
.dark-colors textarea:-ms-input-placeholder,
body.dark-theme:not(.logo-dark) textarea:-ms-input-placeholder,
body.dark-theme:not(.custom-background) textarea:-ms-input-placeholder,
body.light-theme.logo-light:not(.menu-open) textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/* line 43, ../sass/app.scss */
.dark-colors input[type="text"]::-webkit-input-placeholder, body.dark-theme:not(.logo-dark) input[type="text"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="text"]::-webkit-input-placeholder, body.light-theme.logo-light:not(.menu-open) input[type="text"]::-webkit-input-placeholder,
.dark-colors input[type="password"]::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="password"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="password"]::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="password"]::-webkit-input-placeholder,
.dark-colors input[type="date"]::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="date"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="date"]::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="date"]::-webkit-input-placeholder,
.dark-colors input[type="datetime"]::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="datetime"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="datetime"]::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="datetime"]::-webkit-input-placeholder,
.dark-colors input[type="email"]::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="email"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="email"]::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="email"]::-webkit-input-placeholder,
.dark-colors input[type="number"]::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="number"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="number"]::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="number"]::-webkit-input-placeholder,
.dark-colors input[type="search"]::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="search"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="search"]::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="search"]::-webkit-input-placeholder,
.dark-colors input[type="tel"]::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="tel"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="tel"]::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="tel"]::-webkit-input-placeholder,
.dark-colors input[type="time"]::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="time"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="time"]::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="time"]::-webkit-input-placeholder,
.dark-colors input[type="url"]::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) input[type="url"]::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) input[type="url"]::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) input[type="url"]::-webkit-input-placeholder,
.dark-colors textarea::-webkit-input-placeholder,
body.dark-theme:not(.logo-dark) textarea::-webkit-input-placeholder,
body.dark-theme:not(.custom-background) textarea::-webkit-input-placeholder,
body.light-theme.logo-light:not(.menu-open) textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/* line 183, ../sass/_dark.scss */
.dark-colors .btn, body.dark-theme:not(.logo-dark) .btn,
body.dark-theme:not(.custom-background) .btn, body.light-theme.logo-light:not(.menu-open) .btn {
  border-color: #fff;
  color: #fff;
}
/* line 187, ../sass/_dark.scss */
.dark-colors .btn:hover, body.dark-theme:not(.logo-dark) .btn:hover,
body.dark-theme:not(.custom-background) .btn:hover, body.light-theme.logo-light:not(.menu-open) .btn:hover {
  border-color: #f05000;
  background: #f05000;
  color: #000000;
}
/* line 193, ../sass/_dark.scss */
.dark-colors .content404, body.dark-theme:not(.logo-dark) .content404,
body.dark-theme:not(.custom-background) .content404, body.light-theme.logo-light:not(.menu-open) .content404,
.dark-colors .marker-info-win,
body.dark-theme:not(.logo-dark) .marker-info-win,
body.dark-theme:not(.custom-background) .marker-info-win,
body.light-theme.logo-light:not(.menu-open) .marker-info-win {
  background: #010101;
}
/* line 197, ../sass/_dark.scss */
.dark-colors .photo_action, body.dark-theme:not(.logo-dark) .photo_action,
body.dark-theme:not(.custom-background) .photo_action, body.light-theme.logo-light:not(.menu-open) .photo_action {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 200, ../sass/_dark.scss */
.dark-colors .photo_action svg, body.dark-theme:not(.logo-dark) .photo_action svg,
body.dark-theme:not(.custom-background) .photo_action svg, body.light-theme.logo-light:not(.menu-open) .photo_action svg {
  fill: #fff;
}
/* line 203, ../sass/_dark.scss */
.dark-colors .photo_action:hover, body.dark-theme:not(.logo-dark) .photo_action:hover,
body.dark-theme:not(.custom-background) .photo_action:hover, body.light-theme.logo-light:not(.menu-open) .photo_action:hover {
  border-color: #fff;
}
/* line 207, ../sass/_dark.scss */
.dark-colors .thb-loading:after, body.dark-theme:not(.logo-dark) .thb-loading:after,
body.dark-theme:not(.custom-background) .thb-loading:after, body.light-theme.logo-light:not(.menu-open) .thb-loading:after {
  background: #020202 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGZpbGw9IiNmZmYiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiIgc3Ryb2tlPSIjZmZmIiBmaWxsPSIjZmZmIj4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+Cg==") center center no-repeat;
}

/* line 219, ../sass/_dark.scss */
body.light-box .lg-backdrop {
  background: #fff;
}
/* line 222, ../sass/_dark.scss */
body.light-box .lg-sub-html .image-information .image-caption p,
body.light-box .lg-sub-html .image-information .image-exif ul li {
  color: #020202;
}
/* line 226, ../sass/_dark.scss */
body.light-box .lg-sub-html .image-information .image-exif ul li span,
body.light-box #lg-counter {
  color: rgba(2, 2, 2, 0.4);
}
/* line 230, ../sass/_dark.scss */
body.light-box .lg-toolbar .lg-icon {
  color: rgba(2, 2, 2, 0.4);
}
/* line 233, ../sass/_dark.scss */
body.light-box .lg-toolbar .lg-icon:hover {
  color: #020202;
}
/* line 237, ../sass/_dark.scss */
body.light-box .lg-progress-bar {
  background: rgba(2, 2, 2, 0.4);
}
/* line 240, ../sass/_dark.scss */
body.light-box .lg-actions .lg-next, body.light-box .lg-actions .lg-prev {
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.4);
}
/* line 244, ../sass/_dark.scss */
body.light-box .lg-actions .lg-next:hover, body.light-box .lg-actions .lg-prev:hover {
  color: #000;
}

/* line 250, ../sass/_dark.scss */
div.wpcf7-mail-sent-ok {
  border: 2px solid #f05000;
}

/* line 254, ../sass/_dark.scss */
div.wpcf7-mail-sent-ng {
  border: 2px solid #f05000;
}

/* line 258, ../sass/_dark.scss */
div.wpcf7-spam-blocked {
  border: 2px solid #f05000;
}

/* line 262, ../sass/_dark.scss */
div.wpcf7-validation-errors {
  border: 2px solid #f05000;
}
