/* line 2, gallery.scss */
.gallery-list > li {
  cursor: pointer; }
/* line 5, gallery.scss */
.gallery-list img {
  width: 100%; }

/* line 5, template_page.scss */
.catalog h1.header {
  font-size: 24px; }
/* line 8, template_page.scss */
.catalog h1 > span {
  color: #8e8d8d; }
/* line 11, template_page.scss */
.catalog .collection-title {
  text-align: center; }
/* line 14, template_page.scss */
.catalog .collection-desc {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px; }
  /* line 18, template_page.scss */
  .catalog .collection-desc p {
    line-height: 22px; }
  /* line 21, template_page.scss */
  .catalog .collection-desc .btn {
    display: block;
    max-width: 278px;
    text-align: center;
    margin: 31px auto 50px;
    text-transform: uppercase; }
/* line 29, template_page.scss */
.catalog .collection-item {
  display: block;
  position: relative;
  cursor: pointer;
  background-size: cover !important;
  background-position: center !important; }
  /* line 35, template_page.scss */
  .catalog .collection-item img {
    width: 100%; }
  /* line 38, template_page.scss */
  .catalog .collection-item .overlay {
    position: absolute;
    bottom: 0;
    height: 86px;
    left: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.31) 100%);
    padding: 0; }
    /* line 47, template_page.scss */
    .catalog .collection-item .overlay .header {
      font-size: 2em;
      margin-bottom: 4px;
      padding: 0 30px; }
    /* line 52, template_page.scss */
    .catalog .collection-item .overlay .desc {
      font-size: 1em;
      margin-bottom: 10px; }
    /* line 56, template_page.scss */
    .catalog .collection-item .overlay .btn {
      padding: 10px 28px;
      font-size: 14px;
      color: #f5f5f5;
      float: right;
      border: 1px solid #f5f5f5;
      margin: -13px 17px 0;
      opacity: 1; }
      /* line 66, template_page.scss */
      .catalog .collection-item .overlay .btn:hover {
        color: #2e302f; }
  /* line 72, template_page.scss */
  .catalog .collection-item:hover .overlay .btn {
    margin-bottom: 0; }

/* line 85, template_page.scss */
.faq-wrapper h1 {
  margin-top: 0 !important; }
  @media (max-width: 480px) {
    /* line 85, template_page.scss */
    .faq-wrapper h1 {
      font-size: 24px;
      margin: 10px 0 !important; } }
/* line 92, template_page.scss */
.faq-wrapper h2 {
  font-size: 16px; }
/* line 95, template_page.scss */
.faq-wrapper ul {
  list-style: disc inside; }
/* line 98, template_page.scss */
.faq-wrapper .small {
  font-size: 80%;
  font-weight: normal; }
/* line 102, template_page.scss */
.faq-wrapper-item {
  margin-bottom: 20px; }
/* line 105, template_page.scss */
.faq-wrapper .content {
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0; }

/* line 112, template_page.scss */
.faq-sidebar .submenu {
  display: block !important;
  margin-left: 40px;
  list-style: disc outside; }
  /* line 116, template_page.scss */
  .faq-sidebar .submenu a {
    display: inline !important;
    padding: 0 !important; }
  /* line 120, template_page.scss */
  .faq-sidebar .submenu li {
    padding-bottom: 10px; }

/* line 123, template_page.scss */
.faq-item {
  border: 1px solid #d0d0d0;
  margin-bottom: 20px; }
  /* line 126, template_page.scss */
  .faq-item .anchor {
    margin-top: -50px;
    visibility: hidden;
    position: absolute; }
  /* line 131, template_page.scss */
  .faq-item .header {
    background: #f7f7f7;
    padding: 0.75rem 1.25rem;
    border-bottom: #f7f7f7;
    font-size: 24px; }
  /* line 137, template_page.scss */
  .faq-item .content {
    padding: 1.25rem; }
