/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */

/* Slider */

.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.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;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[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;
}
/* line 1, app/assets/stylesheets/home/index.scss */
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: Helvetica,"Microsoft YaHei",Arial,sans-serif;
}

/* line 9, app/assets/stylesheets/home/index.scss */
.log {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  background: #fff;
}

/* line 17, app/assets/stylesheets/home/index.scss */
.map-position-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/home/index.scss */
.map-position-container .baidu-map-container {
  width: 100%;
  height: 100%;
}

/* line 28, app/assets/stylesheets/home/index.scss */
.map-position-container .map-container {
  position: relative;
  width: 2314px;
  height: 1754px;
}

/* line 33, app/assets/stylesheets/home/index.scss */
.map-position-container .map-container .map-bg {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 40, app/assets/stylesheets/home/index.scss */
.map-position-container .map-container .map-positions .map-position {
  position: absolute;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #ff4d4f;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -100%) rotate(-45deg);
  background: rgba(255, 255, 255, 0.7);
}

/* line 49, app/assets/stylesheets/home/index.scss */
.map-position-container .map-container .map-positions .map-position:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background-color: #ff4d4f;
}

/* line 66, app/assets/stylesheets/home/index.scss */
.details-panel {
  width: 100%;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -1px 6px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
  z-index: 100;
}

/* line 81, app/assets/stylesheets/home/index.scss */
.details-panel.visible {
  pointer-events: all;
  visibility: visible;
  transform: translateY(0);
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
}

/* line 88, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_header {
  display: flex;
  padding: 4px 6px;
  align-items: center;
  border-bottom: .5px solid #ddd;
}

/* line 94, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_header .details-panel_header-close {
  background: rgba(0, 0, 0, 0.2);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: relative;
}

/* line 101, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_header .details-panel_header-close:active, .details-panel .details-panel_header .details-panel_header-close:focus {
  background: rgba(0, 0, 0, 0.3);
}

/* line 106, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_header .details-panel_header-close:before, .details-panel .details-panel_header .details-panel_header-close:after {
  height: 2px;
  width: 9px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #717171;
}

/* line 117, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_header .details-panel_header-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 121, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_header .details-panel_header-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 127, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_title {
  display: flex;
  flex: 1;
  color: #3b3b3b;
  font-size: 20px;
  align-items: center;
}

/* line 134, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_title .details-panel_title-name {
  font-weight: bold;
}

/* line 138, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_title .details-panel_title-voice {
  margin-left: 4px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #757575;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 4px 6px;
}

/* line 148, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_title .details-panel_title-voice img {
  margin-right: 2px;
}

/* line 152, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_title .details-panel_title-voice:active {
  background-color: #ececec;
}

/* line 158, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_body {
  height: 300px;
  overflow-y: auto;
  font-size: 14px;
  color: #3b3b3b;
  padding: 2px 6px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

/* line 167, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_body .details-panel_body-images {
  margin-top: 4px;
}

/* line 171, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_body .details-panel_body-images .body-image img {
  border: .5px solid #eeeeee;
  margin-right: 6px;
}

/* line 178, app/assets/stylesheets/home/index.scss */
.details-panel .details-panel_body .details-panel_body-description {
  margin-top: 4px;
  padding: 2px 0;
  border-top: .5px solid #ddd;
  text-indent: 2em;
}

/* line 187, app/assets/stylesheets/home/index.scss */
.navigation-panel {
  width: 100%;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -1px 6px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
  z-index: 100;
}

/* line 202, app/assets/stylesheets/home/index.scss */
.navigation-panel.visible {
  pointer-events: all;
  visibility: visible;
  transform: translateY(0);
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
}

/* line 209, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_header {
  display: flex;
  padding: 2px 6px;
  align-items: center;
  border-bottom: .5px solid #ddd;
}

/* line 215, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_header .navigation-panel_header-close {
  background: rgba(0, 0, 0, 0.2);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: relative;
}

/* line 222, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_header .navigation-panel_header-close:active, .navigation-panel .navigation-panel_header .navigation-panel_header-close:focus {
  background: rgba(0, 0, 0, 0.3);
}

/* line 227, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_header .navigation-panel_header-close:before, .navigation-panel .navigation-panel_header .navigation-panel_header-close:after {
  height: 2px;
  width: 9px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #717171;
}

/* line 238, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_header .navigation-panel_header-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 242, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_header .navigation-panel_header-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 248, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_title {
  display: flex;
  flex: 1;
  color: #3b3b3b;
  font-size: 20px;
  align-items: center;
}

/* line 255, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_title .navigation-panel_title-name {
  font-weight: bold;
}

/* line 260, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_body {
  height: 300px;
  overflow-y: auto;
  font-size: 14px;
  color: #3b3b3b;
  padding: 2px 6px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

/* line 269, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_body ul {
  padding: 0;
  margin: 0;
}

/* line 273, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_body ul li {
  padding: 6px 0;
  position: relative;
}

/* line 277, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_body ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}

/* line 283, app/assets/stylesheets/home/index.scss */
.navigation-panel .navigation-panel_body ul li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 0.5px solid #ddd;
  content: '';
}

/* line 297, app/assets/stylesheets/home/index.scss */
.navigation-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

/* line 314, app/assets/stylesheets/home/index.scss */
.navigation-btn:active {
  background: #e7e7e7;
}

/* line 318, app/assets/stylesheets/home/index.scss */
.navigation-btn .label {
  font-size: 12px;
  transform: scale(0.8);
  color: #757575;
  line-height: 1;
}

/* line 326, app/assets/stylesheets/home/index.scss */
.baidu-navigation-btn {
  left: 20px;
  right: auto;
  bottom: 40px;
}

/* line 332, app/assets/stylesheets/home/index.scss */
.baidu-location-btn {
  left: 20px;
  right: auto;
  bottom: 100px;
}

/* line 339, app/assets/stylesheets/home/index.scss */
.baidu-category-btn {
  left: 20px;
  right: auto;
  bottom: 160px;
}

/* line 346, app/assets/stylesheets/home/index.scss */
.baidu-back-btn {
  left: 20px;
  right: auto;
  bottom: 340px;
}

/* line 352, app/assets/stylesheets/home/index.scss */
.baidu-line-btn {
  left: 20px;
  right: auto;
  bottom: 220px;
}

/* line 359, app/assets/stylesheets/home/index.scss */
.baidu-720-btn {
  left: 20px;
  right: auto;
  bottom: 280px;
}

/* line 365, app/assets/stylesheets/home/index.scss */
.notice {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  background: #fff;
  padding: 2px 6px;
  align-items: center;
  color: #333;
}

/* line 376, app/assets/stylesheets/home/index.scss */
.notice .icon {
  display: flex;
  align-items: center;
}

/* line 381, app/assets/stylesheets/home/index.scss */
.notice .content {
  font-size: 10px;
  flex: 1;
  overflow: hidden;
}

/* line 388, app/assets/stylesheets/home/index.scss */
.categories-panel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  color: #757575;
  box-shadow: 0 -1px 6px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  visibility: hidden;
  transform: translateY(calc(100% + 30px));
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
  z-index: 100;
}

/* line 402, app/assets/stylesheets/home/index.scss */
.categories-panel.visible {
  pointer-events: all;
  visibility: visible;
  transform: translateY(0);
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
}

/* line 409, app/assets/stylesheets/home/index.scss */
.categories-panel .close {
  position: absolute;
  top: -30px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 4px -5px 8px 0px rgba(0, 0, 0, 0.08);
}

/* line 418, app/assets/stylesheets/home/index.scss */
.categories-panel .close:before, .categories-panel .close:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  height: 2px;
  background: #757575;
  width: 15px;
}

/* line 429, app/assets/stylesheets/home/index.scss */
.categories-panel .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 433, app/assets/stylesheets/home/index.scss */
.categories-panel .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 437, app/assets/stylesheets/home/index.scss */
.categories-panel .close:hover, .categories-panel .close:active {
  background-color: #e7e7e7;
}

/* line 443, app/assets/stylesheets/home/index.scss */
.categories-panel .body {
  display: flex;
  flex-wrap: wrap;
}

/* line 447, app/assets/stylesheets/home/index.scss */
.categories-panel .body .category-item {
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border: .5px solid #ddd;
  border-left: 0;
  border-top: 0;
}

/* line 456, app/assets/stylesheets/home/index.scss */
.categories-panel .body .category-item .name {
  margin-top: 6px;
}

/* line 460, app/assets/stylesheets/home/index.scss */
.categories-panel .body .category-item.active {
  background-color: #f6f6f6;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* line 468, app/assets/stylesheets/home/index.scss */
.leaflet-marker-icon {
  position: absolute;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px 2px;
  border-radius: 100%;
}

/* line 474, app/assets/stylesheets/home/index.scss */
.leaflet-marker-icon .marker-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #EE5D5B;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
}

/* line 485, app/assets/stylesheets/home/index.scss */
.leaflet-marker-icon .marker-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #EE5D5B;
  transform: translate(-50%, 0);
  overflow: hidden;
}

/* line 498, app/assets/stylesheets/home/index.scss */
.leaflet-marker-icon .marker-icon img {
  width: 16px;
  display: block;
}

/* line 504, app/assets/stylesheets/home/index.scss */
.leaflet-marker-icon .marker-label {
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px;
  line-height: 1;
  font-size: 12px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px 2px;
  border: 1px solid #fff;
}

/* line 520, app/assets/stylesheets/home/index.scss */
.text-more {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* line 528, app/assets/stylesheets/home/index.scss */
.leaflet-marker-text {
  position: absolute;
  cursor: pointer;
  height: 18px;
  width: 20px;
}

/* line 534, app/assets/stylesheets/home/index.scss */
.leaflet-marker-text .marker-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 6px;
  line-height: 1;
  font-size: 12px;
  border-radius: 50px;
  background: #654129;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px 2px;
}

/* line 548, app/assets/stylesheets/home/index.scss */
.leaflet-marker-text .marker-label::before {
  position: absolute;
  width: 11px;
  height: 11px;
  overflow: hidden;
  content: '';
  top: 100%;
  left: 50%;
  background: #654129;
  transform: translate(-50%, -7px) rotate(45deg);
  z-index: -1;
}

/* line 563, app/assets/stylesheets/home/index.scss */
.panorama-box {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
}

/* line 574, app/assets/stylesheets/home/index.scss */
.panorama-box.show {
  display: flex;
}

/* line 578, app/assets/stylesheets/home/index.scss */
.panorama-box .header {
  background: #fff;
  height: 40px;
  display: flex;
  border-bottom: .5px solid #ddd;
}

/* line 584, app/assets/stylesheets/home/index.scss */
.panorama-box .header .title {
  flex: 1;
  text-align: center;
  line-height: 40px;
}

/* line 590, app/assets/stylesheets/home/index.scss */
.panorama-box .header .close {
  position: relative;
  height: 40px;
  width: 40px;
}

/* line 595, app/assets/stylesheets/home/index.scss */
.panorama-box .header .close:after, .panorama-box .header .close:before {
  background: black;
  height: 60%;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
}

/* line 606, app/assets/stylesheets/home/index.scss */
.panorama-box .header .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 610, app/assets/stylesheets/home/index.scss */
.panorama-box .header .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 615, app/assets/stylesheets/home/index.scss */
.panorama-box .header .close:active:before, .panorama-box .header .close:active:after {
  background: rgba(0, 0, 0, 0.6);
}

/* line 623, app/assets/stylesheets/home/index.scss */
.panorama-box .panorama-content {
  flex: 1;
  border: 0;
}

/* line 628, app/assets/stylesheets/home/index.scss */
.line-box {
  width: 100%;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -1px 6px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
  z-index: 100;
}

/* line 643, app/assets/stylesheets/home/index.scss */
.line-box.visible {
  pointer-events: all;
  visibility: visible;
  transform: translateY(0);
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
}

/* line 650, app/assets/stylesheets/home/index.scss */
.line-box .header {
  display: flex;
  padding: 2px 6px;
  align-items: center;
  border-bottom: .5px solid #ddd;
}

/* line 656, app/assets/stylesheets/home/index.scss */
.line-box .header .close {
  background: rgba(0, 0, 0, 0.2);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: relative;
}

/* line 663, app/assets/stylesheets/home/index.scss */
.line-box .header .close:active, .line-box .header .close:focus {
  background: rgba(0, 0, 0, 0.3);
}

/* line 668, app/assets/stylesheets/home/index.scss */
.line-box .header .close:before, .line-box .header .close:after {
  height: 2px;
  width: 9px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #717171;
}

/* line 679, app/assets/stylesheets/home/index.scss */
.line-box .header .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 683, app/assets/stylesheets/home/index.scss */
.line-box .header .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 689, app/assets/stylesheets/home/index.scss */
.line-box .title {
  display: flex;
  flex: 1;
  color: #3b3b3b;
  font-size: 20px;
  align-items: center;
}

/* line 696, app/assets/stylesheets/home/index.scss */
.line-box .title .title-name {
  font-weight: bold;
}

/* line 701, app/assets/stylesheets/home/index.scss */
.line-box .body {
  height: 300px;
  overflow-y: auto;
  font-size: 14px;
  color: #3b3b3b;
  padding: 2px 6px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

/* line 710, app/assets/stylesheets/home/index.scss */
.line-box .body ul {
  padding: 0;
  margin: 0;
}

/* line 714, app/assets/stylesheets/home/index.scss */
.line-box .body ul li {
  padding: 6px 0;
  position: relative;
  color: #333;
  display: flex;
  align-items: center;
}

/* line 721, app/assets/stylesheets/home/index.scss */
.line-box .body ul li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 0.5px solid #ddd;
  content: '';
}

/* line 730, app/assets/stylesheets/home/index.scss */
.line-box .body ul li .number .number-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  border-radius: 100%;
  background: #ff544c;
  color: #fff;
}

/* line 748, app/assets/stylesheets/home/index.scss */
.line-marker-icon {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

/* line 753, app/assets/stylesheets/home/index.scss */
.line-marker-icon .marker-icon {
  width: 24px;
  height: 24px;
  background: #ff544c;
  color: #fff;
  border-radius: 100%;
  border: 1.5px solid #fff;
  fill: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

/* line 764, app/assets/stylesheets/home/index.scss */
.line-marker-icon .marker-label {
  padding: 5px;
  line-height: 1;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  border: none;
  position: absolute;
  left: 100%;
  margin-left: 7px;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
  opacity: .9;
  white-space: nowrap;
}

/* line 779, app/assets/stylesheets/home/index.scss */
.line-marker-icon .marker-label:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 50%;
  margin-top: -6px;
  left: 0;
  margin-left: -12px;
  border-right-color: rgba(0, 0, 0, 0.78);
}

/* line 794, app/assets/stylesheets/home/index.scss */
.path-box {
  width: 100%;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -1px 6px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
  z-index: 99;
}

/* line 809, app/assets/stylesheets/home/index.scss */
.path-box.visible {
  pointer-events: all;
  visibility: visible;
  transform: translateY(0);
  transition: transform 200ms ease-in, 200ms visibility 0ms ease-in;
}

/* line 816, app/assets/stylesheets/home/index.scss */
.path-box .header {
  display: flex;
  padding: 2px 6px;
  align-items: center;
  border-bottom: .5px solid #ddd;
}

/* line 822, app/assets/stylesheets/home/index.scss */
.path-box .header .close {
  background: rgba(0, 0, 0, 0.2);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: relative;
}

/* line 829, app/assets/stylesheets/home/index.scss */
.path-box .header .close:active, .path-box .header .close:focus {
  background: rgba(0, 0, 0, 0.3);
}

/* line 834, app/assets/stylesheets/home/index.scss */
.path-box .header .close:before, .path-box .header .close:after {
  height: 2px;
  width: 9px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #717171;
}

/* line 845, app/assets/stylesheets/home/index.scss */
.path-box .header .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 849, app/assets/stylesheets/home/index.scss */
.path-box .header .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 855, app/assets/stylesheets/home/index.scss */
.path-box .title {
  display: flex;
  flex: 1;
  color: #3b3b3b;
  font-size: 20px;
  align-items: center;
}

/* line 862, app/assets/stylesheets/home/index.scss */
.path-box .title .title-name {
  font-weight: bold;
}

/* line 867, app/assets/stylesheets/home/index.scss */
.path-box .body {
  overflow-x: auto;
  font-size: 14px;
  color: #3b3b3b;
  padding: 20px 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

/* line 875, app/assets/stylesheets/home/index.scss */
.path-box .body ul {
  padding: 0;
  margin: 0;
  display: flex;
}

/* line 880, app/assets/stylesheets/home/index.scss */
.path-box .body ul li {
  position: relative;
  color: #333;
  display: flex;
  align-items: center;
  width: 90px;
  cursor: pointer;
  flex-direction: column;
  padding: 0 15px;
  flex-shrink: 0;
  flex-basis: 90px;
  box-sizing: border-box;
}

/* line 892, app/assets/stylesheets/home/index.scss */
.path-box .body ul li .number {
  margin: 0 auto 6px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #ff544c;
  font-size: 18px;
  font-weight: 700;
  color: #ff544c;
  background: #fff;
  line-height: 1.5;
  position: relative;
}

/* line 905, app/assets/stylesheets/home/index.scss */
.path-box .body ul li .number:after {
  content: "";
  display: block;
  width: 40px;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  position: absolute;
  border-top: 1px dashed #929592;
}

/* line 917, app/assets/stylesheets/home/index.scss */
.path-box .body ul li .name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: center;
}

/* line 926, app/assets/stylesheets/home/index.scss */
.path-box .body ul li:last-child .number:after {
  display: none;
}

/* line 931, app/assets/stylesheets/home/index.scss */
.path-box .body ul li.active .number {
  background: #ff544c;
  color: #fff;
}
@font-face {
  font-family: 'lg';
  src: url(/assets/lightgallery/fonts/lg-0970881145aecce7668909140fc2f552c680007c147905bae6bf87d0fca9df6c.eot?n1z373);
  src: url(/assets/lightgallery/fonts/lg-0970881145aecce7668909140fc2f552c680007c147905bae6bf87d0fca9df6c.eot?#iefixn1z373) format("embedded-opentype"), url(/assets/lightgallery/fonts/lg-78e558964f6a4d4970dad55bc53bf6a7cdc0437d228ee2c60bc6d1dc9e0beefd.woff?n1z373) format("woff"), url(/assets/lightgallery/fonts/lg-5c3cb8b4780e7037479381cda6f640bb12c56b5c8dc0104b03dec0294aeec0e6.ttf?n1z373) format("truetype"), url(/assets/lightgallery/fonts/lg-1b604d9786f1ed550d54e6cefa7df7d800e1623f0cc037aba0b39bb8e9b633ae.svg?n1z373#lg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 9, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 22, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}

/* line 39, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 44, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

/* line 48, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-actions .lg-next {
  right: 20px;
}

/* line 52, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-actions .lg-next:before {
  content: "\e095";
}

/* line 56, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-actions .lg-prev {
  left: 20px;
}

/* line 60, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  /* line 89, app/assets/stylesheets/lightgallery/lightgallery.scss */
  0% {
    left: 0;
  }
  /* line 92, app/assets/stylesheets/lightgallery/lightgallery.scss */
  50% {
    left: -30px;
  }
  /* line 95, app/assets/stylesheets/lightgallery/lightgallery.scss */
  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 {
  /* line 137, app/assets/stylesheets/lightgallery/lightgallery.scss */
  0% {
    left: 0;
  }
  /* line 140, app/assets/stylesheets/lightgallery/lightgallery.scss */
  50% {
    left: 30px;
  }
  /* line 143, app/assets/stylesheets/lightgallery/lightgallery.scss */
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

/* line 160, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

/* line 167, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

/* line 174, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

/* line 183, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

/* line 203, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

/* line 207, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-toolbar .lg-close:after {
  content: "\e070";
}

/* line 211, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

/* line 215, app/assets/stylesheets/lightgallery/lightgallery.scss */
.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;
}

/* line 228, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

/* line 234, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

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

/* line 248, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

/* line 256, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

/* line 262, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

/* line 268, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* line 274, app/assets/stylesheets/lightgallery/lightgallery.scss */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 288, app/assets/stylesheets/lightgallery/lightgallery.scss */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

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

/* line 309, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 317, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 326, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

/* line 331, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

/* line 336, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

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

@media (min-width: 1025px) {
  /* line 354, app/assets/stylesheets/lightgallery/lightgallery.scss */
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

/* line 361, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

/* line 365, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 371, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

/* line 375, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

/* line 379, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

/* line 385, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

/* line 389, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-toggle-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;
  outline: medium none;
  border: none;
}

/* line 407, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

/* line 411, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

/* line 415, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

/* line 424, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

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

/* line 441, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

/* line 453, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/assets/lightgallery/vimeo-play-5d7cf03e4ddb33097a6a17e702d69161e26c7da32b69bb3d190afd043c59e3ca.png) no-repeat scroll 0 0 transparent;
}

/* line 457, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/assets/lightgallery/vimeo-play-5d7cf03e4ddb33097a6a17e702d69161e26c7da32b69bb3d190afd043c59e3ca.png) no-repeat scroll 0 -58px transparent;
}

/* line 461, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(/assets/lightgallery/video-play-e12b5638676a6a9c03e65476a045d5eb023e78b77e7d2b3116d73245165e15ed.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

/* line 470, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

/* line 474, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/assets/lightgallery/youtube-play-fc874e6fafb7628c3e6a10eb865890659165bdae607ec3b821414e4384c9e746.png) no-repeat scroll 0 0 transparent;
}

/* line 478, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/assets/lightgallery/youtube-play-fc874e6fafb7628c3e6a10eb865890659165bdae607ec3b821414e4384c9e746.png) no-repeat scroll 0 -60px transparent;
}

/* line 482, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 490, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

/* line 494, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

/* line 498, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

/* line 502, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

/* line 517, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

/* line 523, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

/* line 527, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

/* line 531, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-autoplay-button:after {
  content: "\e01d";
}

/* line 535, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

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

/* line 544, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 551, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 558, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 566, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 582, app/assets/stylesheets/lightgallery/lightgallery.scss */
#lg-zoom-in:after {
  content: "\e311";
}

/* line 586, app/assets/stylesheets/lightgallery/lightgallery.scss */
#lg-actual-size {
  font-size: 20px;
}

/* line 590, app/assets/stylesheets/lightgallery/lightgallery.scss */
#lg-actual-size:after {
  content: "\e033";
}

/* line 594, app/assets/stylesheets/lightgallery/lightgallery.scss */
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

/* line 599, app/assets/stylesheets/lightgallery/lightgallery.scss */
#lg-zoom-out:after {
  content: "\e312";
}

/* line 603, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

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

/* line 618, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

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

/* line 631, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 637, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

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

/* line 662, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

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

/* line 679, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

/* line 683, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

/* line 697, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-fullscreen:after {
  content: "\e20c";
}

/* line 701, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

/* line 705, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

/* line 721, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

/* line 733, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

/* line 737, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

/* line 761, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

/* line 773, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

/* line 777, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

/* line 781, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

/* line 790, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

/* line 794, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

/* line 801, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

/* line 814, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share {
  position: relative;
}

/* line 818, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share:after {
  content: "\e80d";
}

/* line 822, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

/* line 826, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

/* line 830, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

/* line 834, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

/* line 838, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

/* line 842, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

/* line 846, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

/* line 850, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

/* line 854, app/assets/stylesheets/lightgallery/lightgallery.scss */
.group {
  *zoom: 1;
}

/* line 858, app/assets/stylesheets/lightgallery/lightgallery.scss */
.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 864, app/assets/stylesheets/lightgallery/lightgallery.scss */
.group:after {
  clear: both;
}

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

/* line 881, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 887, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-visible {
  opacity: 1;
}

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

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

/* line 904, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 912, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 921, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 932, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

/* line 941, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-item {
  background: url(/assets/lightgallery/loading-5f43062c3298282039fc63ad27b6bd963d9fbb785af5d952fb78c9eb674d1c17.gif) no-repeat scroll center center transparent;
  display: none !important;
}

/* line 946, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

/* line 950, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

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

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

/* line 970, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 979, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete {
  background-image: none;
}

/* line 983, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

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

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

/* line 1003, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

/* line 1007, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer .lg-empty-html {
  display: none;
}

/* line 1011, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

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

/* line 1029, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-backdrop.in {
  opacity: 1;
}

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

/* line 1040, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1046, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1052, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

/* line 1056, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

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

/* line 1067, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

/* line 1071, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 1076, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 1081, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

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

/* line 1094, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

/* line 1100, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

/* line 1104, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

/* line 1108, app/assets/stylesheets/lightgallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

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