@charset "utf-8";
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: #333;
  }
  .featherlight .featherlight-close {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font: Arial bold;
    background: #fff;
    color: #000;
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 80%;
    max-height: 650px;
    overflow: auto;
    background: #fff;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
}
@media all {
  .lightbox {
    display: none;
  }
  .lightbox img {
    width: 100%;
    margin-bottom: 20px;
  }
  .lightbox #bar img {
    max-width: 256px;
    margin: 0 auto 15px;
  }
  .lightbox.text-center .title {
    text-align: center !important;
  }
  .lightbox .control-label {
    color: #000;
  }
  .lightbox .title {
    text-align: left;
  }
  .lightbox h4.h3,
  .lightbox h4.title {
    margin-bottom: 20px;
  }
  .lightbox ul,
  .lightbox ol {
    padding-left: 25px;
  }
  .lightbox li {
    margin-bottom: 7px;
  }
  .lightbox p.title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lightbox p + ul {
    margin-top: -10px;
  }
  .lightbox p.title + ul {
    margin-top: 0;
  } /* override default feather style... */
  .fixFullScreen .featherlight-content {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
  }
  .fixwidth {
    background-color: #1f466b;
  }
  .fixwidth .featherlight-content {
    color: #333;
    background: #fff;
  }
  .fixwidth .featherlight-close {
    color: #333;
    background: #ccc;
  }
}
@media (min-width: 1024px) {
  .fixwidth .featherlight-content {
    max-width: 800px;
    width: 60%;
    padding: 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 800px) {
  .fixwidth .featherlight-content {
    max-width: 600px;
    width: 90%;
    max-height: 800px;
    padding: 30px;
  }
}
@media (max-width: 766px) {
  .fixwidth .featherlight-content {
    max-width: 600px;
    width: 90%;
    max-height: 450px;
    padding: 15px;
  }
  .featherlight .featherlight-content {
    width: 80%;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .featherlight .featherlight-close {
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 28px;
    line-height: 35px;
  }
  .featherlight .featherlight-close:hover {
    background: rgba(255, 255, 255, 1);
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  .featherlight .featherlight-content {
    width: 80%;
    max-height: 600px;
  }
}
@media screen and (max-width: 320px) {
  .featherlight .featherlight-content {
    width: 80%;
    max-height: 400px;
  }
}
