/*------------------------------------------------------------------
[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
*/
html {
  height: 100%;
}

body {
  position: static;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 48.063em) {
  body {
    position: relative;
  }
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body th, body td {
  font-size: inherit;
  font-family: inherit;
}
body p {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
body strong {
  font-weight: 600;
}

figure {
  margin: 0;
}

a {
  color: #151515;
  outline: 0;
}
a:focus {
  color: #151515;
}
a:hover {
  color: #e03737;
}

.titlefont, h1, h2, h3, h4, h5, h6, blockquote, .post .post-meta, .tag-link, .photo .album_no, .photo .inside, .navigation-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;
}

.bodyfont, body {
  font-family: "Anonymous Pro", serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #151515;
  margin-top: 0;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

/*------------------------------------------------------------------
Re-usable Styles
*/
.reset {
  margin: 0;
  padding: 0;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

.endcolumn [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.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 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.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);
}

.admin-bar .admin-style, .admin-bar #header, .admin-bar #navigation-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) {
  .admin-bar .admin-style, .admin-bar #header, .admin-bar #navigation-menu, .admin-bar .pace .pace-progress, .pace .admin-bar .pace-progress, .admin-bar .thb-thumbnails, .admin-bar .lg-outer {
    top: 32px;
  }
}

.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);
}
.social.facebook:hover {
  color: #3b5998;
}
.social.google-plus:hover {
  color: #dd4b39;
}
.social.linkedin:hover {
  color: #007bb6;
}
.social.pinterest:hover {
  color: #cb2027;
}
.social.twitter:hover {
  color: #00aced;
}
.social.instagram:hover {
  color: #3f729b;
}
.social.vk:hover {
  color: #45668e;
}
.social.tumblr:hover {
  color: #35465c;
}
.social.xing:hover {
  color: #cfdc00;
}
.social.soundcloud:hover {
  color: #f80;
}
.social.dribbble:hover {
  color: #ea4c89;
}
.social.youtube:hover {
  color: #e52d27;
}
.social.spotify:hover {
  color: #7ab800;
}
.social.behance:hover {
  color: #1769ff;
}
.social.deviantart:hover {
  color: #4e6252;
}
.social.mail:hover {
  color: #5c5f63;
}
.social.vimeo:hover {
  color: #162221;
}
.social.flickr:hover {
  color: #0063dc;
}
.social.fivehundred:hover {
  color: #0099e5;
}
.social.boxed-icon.facebook:hover {
  border-color: #3b5998;
  background: #3b5998;
  color: #fff;
}
.social.boxed-icon.facebook:hover span {
  color: #fff;
}
.social.boxed-icon.google-plus:hover {
  border-color: #dd4b39;
  background: #dd4b39;
  color: #fff;
}
.social.boxed-icon.google-plus:hover span {
  color: #fff;
}
.social.boxed-icon.linkedin:hover {
  border-color: #007bb6;
  background: #007bb6;
  color: #fff;
}
.social.boxed-icon.linkedin:hover span {
  color: #fff;
}
.social.boxed-icon.pinterest:hover {
  border-color: #cb2027;
  background: #cb2027;
  color: #fff;
}
.social.boxed-icon.pinterest:hover span {
  color: #fff;
}
.social.boxed-icon.twitter:hover {
  border-color: #00aced;
  background: #00aced;
  color: #fff;
}
.social.boxed-icon.twitter:hover span {
  color: #fff;
}
.social.boxed-icon.instagram:hover {
  border-color: #3f729b;
  background: #3f729b;
  color: #fff;
}
.social.boxed-icon.instagram:hover span {
  color: #fff;
}
.social.boxed-icon.vk:hover {
  border-color: #45668e;
  background: #45668e;
  color: #fff;
}
.social.boxed-icon.vk:hover span {
  color: #fff;
}
.social.boxed-icon.tumblr:hover {
  border-color: #35465c;
  background: #35465c;
  color: #fff;
}
.social.boxed-icon.tumblr:hover span {
  color: #fff;
}
.social.boxed-icon.xing:hover {
  border-color: #cfdc00;
  background: #cfdc00;
  color: #fff;
}
.social.boxed-icon.xing:hover span {
  color: #fff;
}
.social.boxed-icon.soundcloud:hover {
  border-color: #f80;
  background: #f80;
  color: #fff;
}
.social.boxed-icon.soundcloud:hover span {
  color: #fff;
}
.social.boxed-icon.dribbble:hover {
  border-color: #ea4c89;
  background: #ea4c89;
  color: #fff;
}
.social.boxed-icon.dribbble:hover span {
  color: #fff;
}
.social.boxed-icon.youtube:hover {
  border-color: #e52d27;
  background: #e52d27;
  color: #fff;
}
.social.boxed-icon.youtube:hover span {
  color: #fff;
}
.social.boxed-icon.spotify:hover {
  border-color: #7ab800;
  background: #7ab800;
  color: #fff;
}
.social.boxed-icon.spotify:hover span {
  color: #fff;
}
.social.boxed-icon.behance:hover {
  border-color: #1769ff;
  background: #1769ff;
  color: #fff;
}
.social.boxed-icon.behance:hover span {
  color: #fff;
}
.social.boxed-icon.deviantart:hover {
  border-color: #4e6252;
  background: #4e6252;
  color: #fff;
}
.social.boxed-icon.deviantart:hover span {
  color: #fff;
}
.social.boxed-icon.mail:hover {
  border-color: #5c5f63;
  background: #5c5f63;
  color: #fff;
}
.social.boxed-icon.mail:hover span {
  color: #fff;
}
.social.boxed-icon.vimeo:hover {
  border-color: #162221;
  background: #162221;
  color: #fff;
}
.social.boxed-icon.vimeo:hover span {
  color: #fff;
}
.social.boxed-icon.flickr:hover {
  border-color: #0063dc;
  background: #0063dc;
  color: #fff;
}
.social.boxed-icon.flickr:hover span {
  color: #fff;
}
.social.boxed-icon.fivehundred:hover {
  border-color: #0099e5;
  background: #0099e5;
  color: #fff;
}
.social.boxed-icon.fivehundred:hover span {
  color: #fff;
}
.social.boxed-icon:hover {
  color: #fff;
}
.social.boxed-icon:hover span {
  color: #fff;
}

.row.no-row-padding {
  padding: 0;
}
.row.no-padding {
  margin: 0 auto;
}
.row.no-padding > .columns {
  padding: 0;
}
.row.max_width {
  max-width: 76.875em;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 48.063em) {
  .row.max_width {
    padding: 0 15px;
  }
}
.row .height-2 {
  height: 0;
  padding-bottom: 60%;
}
@-moz-document url-prefix() {
  .row .height-2 {
    height: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .row .height-2 {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 80em) {
  .row .height-2 {
    padding-bottom: 40%;
  }
}
.row .height-2:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 60%;
}
@media only screen and (min-width: 64.063em) {
  .row .height-2:after {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 80em) {
  .row .height-2:after {
    padding-bottom: 40%;
  }
}
.row .thb-twenty {
  width: 100%;
  height: 0;
}
@-moz-document url-prefix() {
  .row .thb-twenty {
    height: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twenty {
    width: 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twenty {
    width: 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.row .thb-twenty.height-1-5 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twenty.height-1-5 {
    padding-bottom: 22.5%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twenty.height-1-5 {
    padding-bottom: 15%;
  }
}
.row .thb-twenty.height-1-5:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twenty.height-1-5:after {
    padding-bottom: 22.5%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twenty.height-1-5:after {
    padding-bottom: 15%;
  }
}
.row .thb-twenty.height-2 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twenty.height-2 {
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twenty.height-2 {
    padding-bottom: 20%;
  }
}
.row .thb-twenty.height-2:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twenty.height-2:after {
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twenty.height-2:after {
    padding-bottom: 20%;
  }
}
.row .thb-twenty.height-3 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twenty.height-3 {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twenty.height-3 {
    padding-bottom: 30%;
  }
}
.row .thb-twenty.height-3:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twenty.height-3:after {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twenty.height-3:after {
    padding-bottom: 30%;
  }
}
.row .thb-twenty.height-3-4 {
  padding-bottom: 48%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twenty.height-3-4 {
    padding-bottom: 36%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twenty.height-3-4 {
    padding-bottom: 24%;
  }
}
.row .thb-twenty.height-3-4:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 48%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twenty.height-3-4:after {
    padding-bottom: 36%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twenty.height-3-4:after {
    padding-bottom: 24%;
  }
}
.row .thb-forty {
  width: 100%;
}
@-moz-document url-prefix() {
  .row .thb-forty {
    height: auto;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-forty {
    width: 40%;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.row .thb-forty.height-2 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 48.063em) {
  .row .thb-forty.height-2 {
    padding-bottom: 30%;
  }
}
.row .thb-forty.height-2:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 48.063em) {
  .row .thb-forty.height-2:after {
    padding-bottom: 30%;
  }
}
.row .thb-twentyfive {
  width: 100%;
}
@-moz-document url-prefix() {
  .row .thb-twentyfive {
    height: auto;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twentyfive {
    width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.row .thb-twentyfive.height-1-5 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twentyfive.height-1-5 {
    padding-bottom: 22.5%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twentyfive.height-1-5 {
    padding-bottom: 15%;
  }
}
.row .thb-twentyfive.height-1-5:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twentyfive.height-1-5:after {
    padding-bottom: 22.5%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twentyfive.height-1-5:after {
    padding-bottom: 15%;
  }
}
.row .thb-twentyfive.height-2 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twentyfive.height-2 {
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twentyfive.height-2 {
    padding-bottom: 20%;
  }
}
.row .thb-twentyfive.height-2:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twentyfive.height-2:after {
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twentyfive.height-2:after {
    padding-bottom: 20%;
  }
}
.row .thb-twentyfive.height-3 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twentyfive.height-3 {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twentyfive.height-3 {
    padding-bottom: 30%;
  }
}
.row .thb-twentyfive.height-3:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twentyfive.height-3:after {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twentyfive.height-3:after {
    padding-bottom: 30%;
  }
}
.row .thb-twentyfive.height-3-4 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twentyfive.height-3-4 {
    padding-bottom: 36%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twentyfive.height-3-4 {
    padding-bottom: 24%;
  }
}
.row .thb-twentyfive.height-3-4:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (min-width: 64.063em) {
  .row .thb-twentyfive.height-3-4:after {
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 80em) {
  .row .thb-twentyfive.height-3-4:after {
    padding-bottom: 30%;
  }
}
.row.album-style3 {
  flex: 1;
  height: 100%;
}
.row.album-style3 .thb-twenty {
  height: auto;
}
.row.isotope-grid {
  display: block;
}

.table {
  display: table;
  height: 100%;
}
.table > div {
  display: table-cell;
  vertical-align: middle;
}

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

.custom_scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.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);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.custom_scroll .iScrollHorizontalScrollbar {
  height: 4px !important;
  z-index: 9 !important;
}
.custom_scroll .iScrollVerticalScrollbar {
  width: 4px !important;
}
.custom_scroll .iScrollIndicator {
  border-radius: none !important;
  border: none !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
.custom_scroll .iScrollIndicator:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

.page-padding {
  min-height: 100vh;
  padding: 50px 0;
  width: 100%;
}
@media only screen and (min-width: 48.063em) {
  .page-padding {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .page-padding {
    padding: 110px 0;
  }
}
.page-padding.max {
  max-height: 100vh;
}

.side_padding {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 48.063em) {
  .side_padding {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 64.063em) {
  .side_padding {
    padding: 0 20px;
  }
}

.thb-loading {
  position: relative;
}
.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
*/
#wrapper {
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
}

.row {
  width: 100%;
}
@media only screen and (min-width: 64.063em) {
  .row.masonry-blog .columns {
    padding: 0 20px;
  }
}

/*------------------------------------------------------------------
Typography
*/
h1 {
  font-size: 24px;
  line-height: 1.135;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 80em) {
  h1 {
    font-size: 80px;
  }
}

h2 {
  font-size: 22px;
  line-height: 1.135;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 80em) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.135;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 80em) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.135;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.135;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 14px;
  line-height: 1.135;
  margin-bottom: 10px;
  font-weight: 600;
}

hr {
  border-color: #eee;
}

ul, ol {
  margin-left: 0;
  list-style-position: inside;
  font-size: inherit;
}
ul ul, ul ol, ol ul, ol ol {
  margin-left: 15px;
}
ul li, ol li {
  margin-bottom: 10px;
}
ul li:last-child, ol li:last-child {
  margin: 0;
}

ol {
  counter-reset: item;
  list-style: none;
}
ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #151515;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #151515;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
.rtl ol li:before {
  margin-right: 0;
  margin-left: 10px;
}
ol li ul {
  margin-top: 10px;
  margin-left: 40px;
  list-style-type: initial;
}
ol li ul li:before {
  display: none;
}
ol li ol {
  margin-top: 10px;
  margin-left: 40px;
}
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 #151515;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
.rtl ol li ol li:before {
  margin-right: 0;
  margin-left: 10px;
}

blockquote {
  position: relative;
  clear: both;
  padding: 37px 15px;
  margin: 10px 0;
  text-align: center;
  border: 0;
}
@media only screen and (min-width: 48.063em) {
  blockquote {
    padding: 37px;
    margin: 20px 0;
  }
}
blockquote p {
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  line-height: 1.16;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 48.063em) {
  blockquote p {
    font-size: 24px;
  }
}
blockquote cite {
  color: #151515;
  font-size: 12px;
}

cite {
  font-weight: 500;
  font-size: 14px;
  color: #151515;
  font-style: normal;
  line-height: 1;
  margin-top: 20px;
}
cite:before {
  display: none;
}

/*------------------------------------------------------------------
Posts
*/
.post.style1 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.063em) {
  .post.style1 {
    margin-bottom: 40px;
  }
}
.post.style1 .post-gallery {
  margin-bottom: 28px;
}
.post.style1 .post-title h3 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 80em) {
  .post.style1 .post-title h3 {
    font-size: 30px;
  }
}
.post.style1 .post-content p {
  margin: 0;
  font-size: 12px;
}
.post.style1 .excerpt-dot {
  margin: 0;
  display: inline;
}
.post.style3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 48.063em) {
  .post.style3 {
    margin-bottom: 55px;
    padding-bottom: 55px;
  }
}
.post.style3:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post.style3 h3 {
  margin-bottom: 10px;
}
.post.style3 .post-content p {
  margin: 0;
  font-size: 14px;
}
.post.style3 .post-gallery {
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.063em) {
  .post.style3 .post-gallery {
    margin-bottom: 0;
  }
}
.post.style3 .post-gallery img {
  width: 100%;
}
.post.style3 .excerpt-dot {
  text-align: left;
}
.single-post .post.post-detail .post-gallery {
  height: 25vh;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48.063em) {
  .single-post .post.post-detail .post-gallery {
    height: 75vh;
  }
}
.single-post .post.post-detail .post-gallery img {
  width: 100%;
}
.single-post .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;
}
.post.post-detail .post-content {
  margin-bottom: 40px;
}
.post.post-detail .blog-post-container {
  margin-top: 0;
}
@media only screen and (min-width: 48.063em) {
  .post.post-detail .blog-post-container {
    margin-top: -90px;
  }
}
.post.post-detail.page .blog-post-container {
  margin-top: 0;
}
@media only screen and (min-width: 48.063em) {
  .post.post-detail.page .blog-post-container {
    margin-top: 0;
  }
}
.post.post-detail.style2 .blog-post-container {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 48.063em) {
  .post.post-detail.style2 .blog-post-container {
    margin: -90px 10% 0;
  }
}
.post.post-detail.style2 .post-content p {
  margin: 0;
  font-size: 14px;
}
.post.post-detail .article-tags {
  text-align: center;
  margin-bottom: 30px;
}
.post .post-gallery img {
  width: 100%;
}
.post .post-meta {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.post .post-meta a + .time:before {
  display: inline-block;
  content: "\2014";
  margin-right: 10px;
  margin-left: 5px;
}
.post .excerpt-dot {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.blog-post-container {
  position: relative;
  background: #fff;
  padding: 30px 15px;
}
@media only screen and (min-width: 48.063em) {
  .blog-post-container {
    padding: 50px;
  }
}
.blog-post-container.comments {
  padding-top: 0;
}

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

.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: 12px;
  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: 48.063em) {
  .post_nav {
    visibility: visible;
  }
}
.post_nav .rel {
  position: relative;
  display: block;
  height: 18px;
  width: 100%;
}
.post_nav svg {
  position: absolute;
  top: 50%;
  left: 0;
  fill: #fff;
  margin-top: -9px;
}
.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%);
}
.post_nav.next {
  left: auto;
  right: 0;
  text-align: right;
}
.post_nav.next svg {
  left: auto;
  right: 0;
}
.post_nav.next span {
  left: auto;
  right: 35px;
}
.post_nav:hover {
  width: 240px;
  color: #151515;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}
.post_nav:hover svg {
  fill: #151515;
}

/*------------------------------------------------------------------
Carousel
*/
/* Slider */
.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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  margin: 0;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 0 3px;
  margin: 0;
}
.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;
}
.rtl .slick-dots li button {
  text-indent: 9999px;
}
.slick-dots li.slick-active button {
  background: #fff;
}

/*------------------------------------------------------------------
Photo Related Elements
*/
.album-header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48.063em) {
  .album-header {
    margin-bottom: 55px;
  }
}
.album-header h2 {
  margin: 0 0 10px;
  text-transform: uppercase;
}
.album-header p {
  font-size: 14px;
}

.item {
  position: relative;
}

.photo {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 30px;
  right: 15px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.no-padding .photo {
  left: 0;
  right: 0;
  bottom: 0;
}
.photo .album_overlay {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  background: rgba(21, 21, 21, 0.4);
}
@media only screen and (min-width: 48.063em) {
  .photo .album_overlay {
    padding: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  .photo .album_overlay {
    padding: 40px;
  }
}
.photo .album_overlay.top {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.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;
}
.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: 80em) {
  .photo .album_no {
    font-size: 60px;
    margin-bottom: 25px;
  }
}
.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: 80em) {
  .photo h3 {
    font-size: 30px;
  }
}
.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);
}
.photo hr:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
}
.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;
}
.photo.checked.atvImg .atvImg-layers {
  border-width: 6px;
}
.photo.checked .inside {
  background: #0ec962;
  color: #fff;
}
.photo.checked .inside .proof-it:before {
  background: rgba(255, 255, 255, 0.2);
}
.photo.checked .inside .proof-it:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDkuOTgyIDkuOTgyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZiIgcG9pbnRzPSIxMCAxLjcgOC4zIDAgNSAzLjMgMS43IDAgMCAxLjcgMy4zIDUgMCA4LjMgMS43IDEwIDUgNi43IDguMyAxMCAxMCA4LjMgNi43IDUgIi8+PC9zdmc+);
}
.photo .inside {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  z-index: 38;
}
.photo .inside .label {
  padding: 8px 10px 6px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.photo .inside .proof-it {
  padding: 8px 10px 6px;
  display: inline-block;
  position: relative;
}
.photo .inside .proof-it:before {
  content: '';
  top: 7px;
  left: 0;
  bottom: 4px;
  position: absolute;
  width: 1px;
  background: rgba(0, 0, 0, 0.05);
}
.photo .inside .proof-it:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTQgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEzLjk5OSAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTEyLjEgMGwxLjkgMS41TDYuMSAxMiAwIDYuNmwxLjUtMS44TDUuOCA4LjUgMTIuMSAweiIvPjwvc3ZnPg==);
}
.photo .inside .proof-it.loading:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIG9wYWNpdHk9IjAuMjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXciIGQ9Ik03IDBDMy4xMzQgMCAwIDMuMTM0IDAgN3MzLjEzNCA3IDcgNyA3LTMuMTM0IDctN1MxMC44NjYgMCA3IDBNNyAxLjc1YzIuODk5IDAgNS4yNSAyLjM1MSA1LjI1IDUuMjVTOS44OTkgMTIuMjUgNyAxMi4yNSAxLjc1IDkuODk5IDEuNzUgNyA0LjEwMSAxLjc1IDcgMS43NSIvPjxwYXRoIGQ9Ik03IDBjMy44NjYgMCA3IDMuMTM0IDcgN2gtMS43NWMwLTIuODk5LTIuMzUxLTUuMjUtNS4yNS01LjI1VjB6Ij48YW5pbWF0ZVRyYW5zZm9ybSByZXN0YXJ0PSJhbHdheXMiIGNhbGNNb2RlPSJsaW5lYXIiIGFkZGl0aXZlPSJyZXBsYWNlIiBhY2N1bXVsYXRlPSJub25lIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIwLjhzIiB0bz0iMzYwIDcgNyIgZnJvbT0iMCA3IDcgIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGZpbGw9InJlbW92ZSIgdHlwZT0icm90YXRlIi8+PC9wYXRoPjwvc3ZnPg==);
}
.photo.simple-hover {
  border: 0px solid #0ec962;
}
.photo.simple-hover .photo_link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  background: rgba(21, 21, 21, 0);
}
.photo.simple-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);
}
.photo.simple-hover .photo_link:hover {
  background: rgba(21, 21, 21, 0.6);
}
.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);
}
.photo.simple-hover.checked {
  border-width: 6px;
}
.photo.pan-hover {
  border: 0px solid #0ec962;
}
.photo.pan-hover .photo_link {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  background: #151515;
  overflow: hidden;
}
.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);
}
.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);
}
.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);
}
.photo.pan-hover .photo_link:hover .pan-hover-inside {
  opacity: 0.8;
}
.photo.pan-hover.checked {
  border-width: 6px;
}

.photo-actions {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.photo-actions li {
  display: inline-block;
  margin: 0;
}
.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: 48.063em) {
  .photo-actions li a {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 64.063em) {
  .photo-actions li a {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.photo-actions li a span {
  color: #fff;
  line-height: 0;
}
.photo-actions li a:hover {
  background: #e03737;
  border-color: #e03737;
}
.photo-actions li a:hover span {
  color: #151515;
}
.photo-actions li a .content {
  color: #fff;
  position: fixed;
  bottom: 160px;
  left: 25%;
  right: 25%;
  background: rgba(21, 21, 21, 0.6);
  padding: 18px 20px;
  border-radius: 3px;
}

.photo-caption {
  font-size: 14px;
  color: #151515;
  margin-top: 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);
}
@media only screen and (min-width: 48.063em) {
  .photo-caption {
    margin-top: 25px;
  }
}
.photo-caption em {
  font-style: normal;
  color: rgba(21, 21, 21, 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);
}

.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(21, 21, 21, 0.2);
}
.photo_action:hover {
  border-color: #151515;
}
.photo_action svg {
  top: -2px;
  position: relative;
}

.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;
  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));
}
.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);
}

.atvImg {
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
}
.atvImg:hover {
  z-index: 2;
}

.atvImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: all 0.2s ease-out;
}

.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);
}

.atvImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0px solid #0ec962;
  overflow: hidden;
  transform-style: preserve-3d;
}

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

.atvImg-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  transition: all 0.2s ease-out;
}

.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%);
}

.collection_album {
  width: 100%;
}
.collection_album h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.collection_album .custom_scroll {
  height: 190px;
  margin-bottom: 40px;
  overflow: visible;
}
.collection_album ul {
  position: static;
  height: 180px;
  width: 3000px;
}
.collection_album ul li {
  float: left;
}
.collection_album.album-style3 .custom_scroll {
  margin: 0;
  height: auto;
  width: 100%;
}

.album_list {
  float: left;
  width: 320px;
  height: 180px;
  position: relative;
  margin-right: 4px;
}
.album_list .photo {
  bottom: 0;
  left: 0;
  right: 0;
}

.collection_filter {
  display: inline-flex;
  visibility: hidden;
  text-align: right;
  margin-left: auto;
}
@media only screen and (min-width: 48.063em) {
  .collection_filter {
    display: inline-flex;
    visibility: visible;
  }
}
.thb-menu-right.menu-open .collection_filter {
  visibility: hidden;
}

/*------------------------------------------------------------------
Header
*/
#header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 10px;
  padding: 0 15px 0;
  z-index: 50;
}
@media only screen and (min-width: 48.063em) {
  #header {
    margin-top: 25px;
    padding: 0 20px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  #header {
    margin-top: 40px;
    padding: 0 30px 0;
  }
}
#header .logo {
  display: inline-flex;
}
#header .logo .logoimg {
  max-height: 20px;
}
#header .logo .logoimg.logo_dark {
  display: none;
}
#header .mobile-toggle {
  display: inline-flex;
  cursor: pointer;
  width: 30px;
  height: 25px;
  padding: 0;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 10px;
}
.thb-menu-right #header .mobile-toggle {
  margin-right: 0;
  margin-left: auto;
}
.thb-menu-right #header .collection_filter + .mobile-toggle {
  margin-left: 10px;
}
.thb-logo-center #header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#header select {
  display: none;
}

/*------------------------------------------------------------------
Navigation Menu
*/
#navigation-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  max-width: 100%;
  padding: 60px 15px;
  z-index: 40;
  background: #fff;
  height: 100%;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media only screen and (min-width: 48.063em) {
  #navigation-menu {
    padding: 75px 20px;
    width: 340px;
  }
}
@media only screen and (min-width: 64.063em) {
  #navigation-menu {
    padding: 90px 30px;
  }
}
.thb-menu-right #navigation-menu {
  left: auto;
  right: 0;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-menu > li {
  transform-origin: center center;
}
.navigation-menu li {
  margin: 0;
}
.navigation-menu li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 0 10px 40px;
  font-weight: 700;
}
@media only screen and (min-width: 48.063em) {
  .navigation-menu li a {
    padding: 15px 0 15px 40px;
  }
}
.thb-menu-right .navigation-menu li a {
  padding: 10px 40px 10px 0;
  text-align: right;
}
@media only screen and (min-width: 48.063em) {
  .thb-menu-right .navigation-menu li a {
    padding: 15px 40px 15px 0;
  }
}
.navigation-menu li.menu-item-has-children a {
  position: relative;
}
.navigation-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;
}
.thb-menu-right .navigation-menu li.menu-item-has-children a span {
  left: auto;
  right: 0;
}
.navigation-menu li.menu-item-has-children a span em {
  display: block;
  position: relative;
  width: 11px;
  height: 11px;
}
.navigation-menu li.menu-item-has-children a span em:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #151515;
}
.navigation-menu li.menu-item-has-children a span em:after {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
  width: 1px;
  background: #151515;
}
.navigation-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 48.063em) {
  .navigation-menu .sub-menu {
    margin: 0 0 0 30px;
  }
}
.thb-menu-right .navigation-menu .sub-menu {
  margin: 0 20px 0 0;
}
@media only screen and (min-width: 48.063em) {
  .thb-menu-right .navigation-menu .sub-menu {
    margin: 0 30px 0 0;
  }
}
.navigation-menu .sub-menu li a {
  font-size: 12px;
  padding: 5px 0 5px 20px;
  font-weight: 600;
}
@media only screen and (min-width: 48.063em) {
  .navigation-menu .sub-menu li a {
    padding: 8px 0 8px 20px;
  }
}
.thb-menu-right .navigation-menu .sub-menu li a {
  padding: 5px 20px 5px 0;
}
@media only screen and (min-width: 48.063em) {
  .thb-menu-right .navigation-menu .sub-menu li a {
    padding: 8px 20px 8px 0;
  }
}

.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(21, 21, 21, 0.5);
}
.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;
}

.thb-menu-right #menu-scroll .iScrollVerticalScrollbar {
  right: auto !important;
  left: 1px;
}

/*------------------------------------------------------------------
Form Styling
*/
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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 11px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  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;
}
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: #151515;
  color: #151515;
  box-shadow: none;
}
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;
}
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%;
}
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: 12px;
  font-weight: 600;
}
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: 12px;
  font-weight: 600;
}
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: 12px;
  font-weight: 600;
}
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: 12px;
  font-weight: 600;
}
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: 12px;
  font-weight: 600;
}

.parsley-error-list,
.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

label {
  font-size: 11px;
  display: block;
  color: #151515;
  margin: 0 0 8px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  clear: both;
}
label small {
  font-size: 10px;
  color: #e03737;
}

textarea {
  min-height: 108px;
}
.wpcf7-form textarea {
  min-height: 200px;
}
.review-popup textarea {
  min-height: 150px;
}

.btn {
  display: inline-block;
  border: 2px solid #151515;
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #151515;
  padding: 11px 35px;
}
.btn:hover {
  border-color: #fcef1a;
  background: #fcef1a;
  color: #151515;
}

.marker-info-win {
  width: 300px;
  padding: 15px;
  background: #fff;
}
@media only screen and (min-width: 48.063em) {
  .marker-info-win {
    width: 360px;
    padding: 30px;
  }
}
.marker-info-win p {
  font-size: 13px;
  line-height: 16px;
  color: #737373;
  font-weight: 300;
  margin: 0;
}

.video-container {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.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
*/
.password-protected {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/password-bg.jpg");
  background-size: cover;
}
.password-protected .password-form {
  background: #fff;
  text-align: center;
  padding: 6%;
  margin: 15px;
}
.password-protected .password-form svg {
  margin-bottom: 30px;
}
.password-protected .password-form h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.password-protected .password-form input[type="password"] {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 290px;
}
.password-protected .password-form p {
  margin-bottom: 0;
}
.password-protected .password-form p.password-text {
  color: #b7b7b7;
  font-size: 14px;
  margin-bottom: 30px;
}

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

.alignright {
  float: right;
  margin: 6px 0 14px 20px;
}

.alignleft {
  float: left;
  margin: 6px 20px 14px 0;
}

.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  max-width: 100%;
}

img.center {
  margin: 0 auto;
  display: block;
}

img.full {
  width: 100%;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

.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: 48.063em) {
  .post-content img.aligncenter,
  .post-content .wp-caption.aligncenter {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
@media only screen and (min-width: 64.063em) {
  .post-content img.aligncenter,
  .post-content .wp-caption.aligncenter {
    margin-left: -60px;
    width: calc(100% + 120px);
  }
}

@media only screen and (max-width: 48.063em) {
  .alignleft,
  .alignright {
    width: 100%;
    margin: 0 0 20px;
  }
}

.wp-caption {
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.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(21, 21, 21, 0.4);
}
.rtl .wp-caption .wp-caption-text {
  left: auto;
  right: 0;
  text-align: right;
}

.gallery {
  display: block;
  margin: 0 -2px;
  float: left;
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-3 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
}
.gallery.gallery-columns-4 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 64.063em) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery.gallery-columns-6 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 48.063em) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 64.063em) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery .gallery-item {
  display: inline-block;
  width: 50%;
  padding: 0 2px;
  margin-bottom: 4px;
  -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;
}
.gallery .gallery-item:hover {
  opacity: 0.8;
}
.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  width: 100%;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}

/*------------------------------------------------------------------
Comments
*/
#comments {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}
@media only screen and (min-width: 48.063em) {
  #comments {
    padding-top: 45px;
  }
}
#comments .comments-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#comments .comments-title span {
  color: #e03737;
}
@media only screen and (min-width: 48.063em) {
  #comments .comments-title {
    margin-bottom: 40px;
  }
}
#comments .comment-notes {
  margin-bottom: 20px;
}
#comments ol.commentlist {
  list-style: none;
  margin: 0 0 30px;
  display: block;
  padding: 0;
}
@media only screen and (min-width: 48.063em) {
  #comments ol.commentlist {
    text-align: left;
  }
}
#comments ol.commentlist > .comment:last-child .comment-body {
  margin-bottom: 0;
}
#comments ol.commentlist .comment {
  margin: 0;
}
#comments ol.commentlist .comment:before {
  display: none;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body {
  padding-top: 0;
  padding-top: 0;
  border: 0;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .avatar {
  top: 8px;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .reply {
  top: 7px;
}
#comments ol.commentlist .comment .comment-body {
  position: relative;
  min-height: 100px;
  padding-left: 111px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
#comments ol.commentlist .comment .comment-meta {
  display: inline-block;
  line-height: 1;
  color: #151515;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 10px;
}
#comments ol.commentlist .comment .comment-meta a {
  color: #151515;
}
#comments ol.commentlist .comment .vcard {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
  font-size: 14px;
}
#comments ol.commentlist .comment .vcard .fn {
  margin: 0;
  font-weight: 600;
  color: #151515;
}
#comments ol.commentlist .comment .vcard .says {
  display: none;
}
#comments ol.commentlist .comment .vcard .avatar {
  width: 88px;
  height: 88px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
#comments ol.commentlist .comment .comment-awaiting-moderation {
  font-size: 10px;
}
#comments ol.commentlist .comment p {
  font-size: 13px;
  word-break: break-word;
  color: #151515;
  margin: 0 0 15px;
}
#comments ol.commentlist .comment .reply {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e03737;
  line-height: 1;
}
#comments ol.commentlist .comment .reply a {
  color: #e03737;
}
#comments ol.commentlist .comment .children {
  list-style: none;
  margin-left: 17px;
  margin-bottom: 0;
}
@media only screen and (min-width: 48.063em) {
  #comments ol.commentlist .comment .children {
    margin-left: 111px;
  }
}
#comments ol.commentlist .comment .children .avatar {
  width: 64px;
  height: 64px;
}
#comments ol.commentlist .comment .children .comment-body {
  padding-left: 94px;
  min-height: 75px;
}

.comment-respond {
  padding: 30px 0;
}
.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: 64.063em) {
  .comment-respond .comment-reply-title {
    font-size: 22px;
  }
}
.comment-respond .comment-reply-title small a {
  color: #e03737;
}
.comment-respond p {
  font-size: 12px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
  width: 100%;
}
.comment-respond .form-submit {
  margin: 0 0 20px;
}
.comment-respond .form-submit .submit {
  width: 100%;
}
@media only screen and (min-width: 48.063em) {
  .comment-respond .form-submit .submit {
    width: auto;
  }
}
.comment-respond .comment-subscription-form {
  margin: 0;
}
.comment-respond .row {
  margin: 0 -8px;
}
.comment-respond .row .columns {
  padding: 0 8px;
}

/*------------------------------------------------------------------
Plugins
*/
.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;
}
.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: 48.063em) {
  .pace:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.thb-preload .pace {
  display: flex;
}

.pace .pace-progress {
  background: #e03737;
  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
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

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

.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);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.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 */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.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 */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Pagination Styles */
.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: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.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);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

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

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

.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+ */
}

.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+ */
}

.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+ */
}

.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 */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.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;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.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;
}
.swiper-container-cube .swiper-slide.swiper-slide-active {
  z-index: 2;
}

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

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

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

.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 */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.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;
}

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

.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 */
.swiper-container {
  height: 100vh;
}
.swiper-container.swiper-ken-burns .swiper-slide {
  overflow: hidden;
}
.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;
}
.swiper-container.swiper-ken-burns .swiper-slide .photo-caption {
  position: relative;
}
.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);
}
.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: 48.063em) {
  .swiper-container.swiper-container-vertical > .swiper-pagination {
    display: block;
    right: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  .swiper-container.swiper-container-vertical > .swiper-pagination {
    right: 35px;
  }
}
.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: 48.063em) {
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    height: 21px;
  }
}
@media only screen and (min-width: 64.063em) {
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    height: 26px;
  }
}
.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: #151515;
}
@media only screen and (min-width: 48.063em) {
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after {
    top: 10px;
  }
}
@media only screen and (min-width: 64.063em) {
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:after {
    top: 12px;
  }
}
.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: 48.063em) {
  .swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet em {
    display: block;
  }
}
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:hover em {
  opacity: 1;
}
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active):after {
  width: 40px;
}
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  width: 50px;
}
.swiper-container.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 50px;
}
.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;
}
.swiper-container.bottom-slide .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 0;
  height: auto;
}
.swiper-container.center-slide .swiper-slide {
  /* Center slide text vertically */
}
.swiper-container .text-container {
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 48.063em) {
  .swiper-container .text-container {
    max-width: 80%;
  }
}
@media only screen and (min-width: 64.063em) {
  .swiper-container .text-container {
    max-width: 60%;
  }
}
.swiper-container h1 {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.swiper-container p {
  color: #151515;
  margin: 0;
}
.swiper-container .btn {
  margin-top: 40px;
}

.swiper-nav {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 10;
  cursor: none;
}
.swiper-nav.regular {
  cursor: w-resize;
}
.swiper-nav.regular.swiper-button-next {
  cursor: e-resize;
}
.swiper-nav .thb-arrow {
  position: absolute;
  will-change: transform;
  display: none;
}
.swiper-nav .thb-arrow .thb-tmp,
.swiper-nav .thb-arrow .thb-arrow-inner {
  stroke: rgba(21, 21, 21, 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);
}
.swiper-nav.square:active .thb-tmp,
.swiper-nav.square:active .thb-arrow-inner {
  -moz-transform: rotateY(-20deg);
  -webkit-transform: rotateY(-20deg);
  transform: rotateY(-20deg);
}
.swiper-nav.swiper-button-next {
  right: 0;
}
.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: 48.063em) {
  .swiper-nav:hover .thb-arrow {
    display: block;
  }
}

.thb-thumbnails {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 14%;
  min-width: 200px;
  padding: 0 1px;
  background: #151515;
  z-index: 60;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.thb-thumbnails .thb-thumbnail-container {
  position: relative;
  height: 100%;
}
.thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
  position: absolute;
  left: -36px;
  top: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 48.063em) {
  .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
    top: 25px;
    left: -51px;
  }
}
@media only screen and (min-width: 64.063em) {
  .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
    top: 40px;
    left: -66px;
  }
}
.thb-thumbnails .thb-thumbnail-container .thumbnail-toggle:hover polyline {
  stroke: #e03737;
}
.thb-menu-right .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
  left: -36px;
}
@media only screen and (min-width: 48.063em) {
  .thb-menu-right .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
    top: 25px;
    left: -91px;
  }
}
@media only screen and (min-width: 64.063em) {
  .thb-menu-right .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
    top: 40px;
    left: -106px;
  }
}
.thb-menu-right.menu-open .thb-thumbnails .thb-thumbnail-container .thumbnail-toggle {
  visibility: hidden;
}
.thb-thumbnails .swiper-container {
  opacity: 0;
}
.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;
}
.thb-thumbnails .swiper-slide.swiper-slide-active:after {
  opacity: 1;
}

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

.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: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

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

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.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;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

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

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

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

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

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms 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%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .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;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

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

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.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) {
  .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;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

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

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

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

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

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

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

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

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

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

#lg-zoom-in:after {
  content: "\e311";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

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

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

.group {
  zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

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

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  background-size: 84px 84px;
  display: none !important;
}

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

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

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

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

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

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .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;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

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

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

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

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.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 */
.lg-outer .lg-inner {
  height: auto;
  top: 0;
  bottom: 0;
}

.lg-toolbar {
  background: none;
}

#lg-counter {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  position: fixed;
}

.lg-progress-bar {
  height: 2px;
}
.lg-progress-bar .lg-progress {
  background: #e03737;
  height: 2px;
}

@media only screen and (max-width: 48.063em) {
  .lg-toolbar .lg-icon {
    width: 40px;
  }
}

.lg-sub-html {
  background: none;
  padding: 15px;
}
.lg-sub-html .image-information .image-caption {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lg-sub-html .image-information .image-caption p {
  margin: 0 0 20px;
  color: white;
}
@media only screen and (min-width: 48.063em) {
  .lg-sub-html .image-information .image-caption {
    justify-content: flex-start;
  }
  .lg-sub-html .image-information .image-caption p {
    margin: 0;
  }
}
.lg-sub-html .image-information .image-exif {
  text-align: center;
}
@media only screen and (min-width: 48.063em) {
  .lg-sub-html .image-information .image-exif {
    text-align: right;
  }
}
.lg-sub-html .image-information .image-exif ul {
  display: block;
  margin: 0;
  padding: 0;
}
.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: 48.063em) {
  .lg-sub-html .image-information .image-exif ul li {
    padding: 0 5px 0 10px;
  }
}
.lg-sub-html .image-information .image-exif ul li:last-child {
  padding-right: 0;
}
.lg-sub-html .image-information .image-exif ul li span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
}
.lg-sub-html .image-information .image-exif ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

/*------------------------------------------------------------------
Footer
*/
#footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 15px 15px;
  z-index: 50;
  line-height: 1;
}
.thb_video_background #footer {
  display: none;
}
@media only screen and (min-width: 48.063em) {
  #footer {
    padding: 0 25px 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  #footer {
    padding: 0 35px 35px;
  }
}
#footer .row {
  max-width: 100%;
  margin: 0;
}
#footer .row .columns {
  padding: 0;
}
#footer .left-side {
  font-size: 11px;
  display: none;
}
@media only screen and (min-width: 48.063em) {
  #footer .left-side {
    display: block;
  }
}
#footer .left-side .footer-menu {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#footer .left-side .footer-menu li {
  display: inline-block;
  margin: 0;
}
#footer .left-side .footer-menu li + li {
  padding-left: 18px;
  position: relative;
}
#footer .left-side .footer-menu li + li:before {
  content: '/';
  position: absolute;
  left: 4px;
  top: 0;
}
#footer .right-side {
  text-align: center;
  font-size: 11px;
}
@media only screen and (min-width: 48.063em) {
  #footer .right-side {
    text-align: right;
  }
}
#footer .right-side a {
  display: inline-block;
  padding: 0 4px;
}

/*------------------------------------------------------------------
Contact
*/
@media only screen and (min-width: 48.063em) {
  .contact-container {
    height: 100vh;
    overflow: hidden;
  }
}

.contact-content {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 48.063em) {
  .contact-content {
    height: 80vh;
  }
}
.contact-content .page-padding {
  min-height: 0;
}

.google_map {
  width: 100%;
  height: 100vh;
}

/*------------------------------------------------------------------
About
*/
.about-container {
  background-size: cover;
  background-attachment: fixed;
}

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

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

.selectric {
  display: inline-block;
  background: transparent;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #151515;
  font-weight: 600;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 30px 0 10px;
  font-size: 12px;
  line-height: 24px;
  color: #151515;
  height: 22px;
  font-weight: 600;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 22px;
  text-align: center;
  font-size: 0;
}
.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: #151515;
  border-bottom: none;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  background: #151515;
}
.selectric-open .selectric .label {
  color: #fff;
}
.selectric-open .selectric .button:after {
  border-top: none;
  border-bottom: 4px solid #fff;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

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

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background: #151515;
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.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;
}
.selectric-items ul {
  padding: 5px 0;
}
.selectric-items li {
  display: block;
  padding: 0 12px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
.selectric-items li.selected {
  color: #e03737;
}
.selectric-items li:hover {
  color: #e03737;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*------------------------------------------------------------------
Pagination
*/
.pagination {
  border-top: 2px solid #151515;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(21, 21, 21, 0.6);
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #151515;
}
.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);
}
.pagination .page-numbers.prev {
  float: left;
  display: none;
  padding: 0;
}
@media only screen and (min-width: 80em) {
  .pagination .page-numbers.prev {
    display: inline-block;
  }
}
.pagination .page-numbers.next {
  float: right;
  display: none;
  padding: 0;
}
@media only screen and (min-width: 80em) {
  .pagination .page-numbers.next {
    display: inline-block;
  }
}

.pagination-space {
  margin-top: 50px;
}

/*------------------------------------------------------------------
Multi Scroll
*/
.multiscroll {
  height: 100vh;
  overflow: hidden;
}

.ms-section {
  display: flex;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.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);
}
.ms-right .ms-section .ms-section-inner {
  left: auto;
  right: 0;
}
.split .ms-section {
  overflow: visible;
  height: 50vh;
}
@media only screen and (min-width: 48.063em) {
  .split .ms-section {
    height: 100vh;
  }
}
.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);
}
.split .ms-section.active .ms-section-inner {
  opacity: 1;
}

.ms-right,
.ms-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.ms-left {
  width: 100%;
}
@media only screen and (min-width: 48.063em) {
  .ms-left {
    width: 50%;
  }
}
.split .ms-left {
  height: 50%;
  width: 100%;
}
@media only screen and (min-width: 48.063em) {
  .split .ms-left {
    height: 100%;
  }
}
.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: 48.063em) {
  .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%);
  }
}

.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: 48.063em) {
  .ms-left-container,
  .ms-right-container {
    width: 50%;
    height: 100vh;
    opacity: 1;
  }
}

.ms-right {
  left: auto;
  right: 0;
  display: none;
}
@media only screen and (min-width: 48.063em) {
  .ms-right {
    display: block;
  }
}
.split .ms-right {
  display: block;
  width: 100%;
  height: 50%;
  top: 0;
  left: auto;
}
@media only screen and (min-width: 48.063em) {
  .split .ms-right {
    height: 100%;
  }
}
.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: 48.063em) {
  .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%);
  }
}

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

#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: 48.063em) {
  #multiscroll-nav {
    display: block;
    right: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  #multiscroll-nav {
    right: 35px;
  }
}
#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: 48.063em) {
  #multiscroll-nav a {
    height: 21px;
  }
}
@media only screen and (min-width: 64.063em) {
  #multiscroll-nav a {
    height: 26px;
  }
}
#multiscroll-nav a:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  height: 1px;
  width: 30px;
  background: #151515;
}
@media only screen and (min-width: 48.063em) {
  #multiscroll-nav a:after {
    top: 10px;
  }
}
@media only screen and (min-width: 64.063em) {
  #multiscroll-nav a:after {
    top: 12px;
  }
}
#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: 48.063em) {
  #multiscroll-nav a em {
    display: block;
  }
}
#multiscroll-nav a:hover {
  color: #151515;
}
#multiscroll-nav a:hover em {
  opacity: 1;
}
#multiscroll-nav a:hover:not(.swiper-pagination-bullet-active):after {
  width: 40px;
}
#multiscroll-nav a.active {
  background: none;
  width: 50px;
}
#multiscroll-nav a.active:after {
  width: 50px;
}

/*------------------------------------------------------------------
Dark Theme
*/
.dark-colors, body.dark-theme:not(.logo-dark),
body.dark-theme:not(.custom-background), body.light-theme.logo-light:not(.menu-open) {
  background: #020202;
  color: rgba(183, 183, 183, 0.8);
}
.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;
}
.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: rgba(183, 183, 183, 0.8);
}
.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;
}
.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;
}
.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;
}
.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: #020202;
}
.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: rgba(255, 255, 255, 0.8);
}
.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;
}
.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;
}
.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: rgba(183, 183, 183, 0.8);
}
.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;
}
.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: rgba(183, 183, 183, 0.8);
}
.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: #020202;
}
.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;
}
.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: rgba(183, 183, 183, 0.8);
}
.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);
}
.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;
}
.dark-colors #navigation-menu, body.dark-theme:not(.logo-dark) #navigation-menu,
body.dark-theme:not(.custom-background) #navigation-menu, body.light-theme.logo-light:not(.menu-open) #navigation-menu {
  background: #020202;
}
.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;
}
.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: #020202;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: #020202;
}
.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;
}
.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: #020202;
}
.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: #020202;
}
.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;
}
.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;
}
.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;
}
.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: rgba(183, 183, 183, 0.8);
}
.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;
}
.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: rgba(183, 183, 183, 0.8);
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.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: #020202;
  border-color: #fff;
  color: #fff;
}
.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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.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;
}
.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: #fcef1a;
  background: #fcef1a;
  color: #151515;
}
.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;
}
.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);
}
.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;
}
.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;
}
.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;
}

body.light-box .lg-backdrop {
  background: #fff;
}
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;
}
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);
}
body.light-box .lg-toolbar .lg-icon {
  color: rgba(2, 2, 2, 0.4);
}
body.light-box .lg-toolbar .lg-icon:hover {
  color: #020202;
}
body.light-box .lg-progress-bar {
  background: rgba(2, 2, 2, 0.4);
}
body.light-box .lg-actions .lg-next, body.light-box .lg-actions .lg-prev {
  background: rgba(255, 255, 255, 0.4);
  color: rgba(2, 2, 2, 0.4);
}
body.light-box .lg-actions .lg-next:hover, body.light-box .lg-actions .lg-prev:hover {
  color: #020202;
}
