/**
 * Colors
 */
/**
 * Typography
 */
/**
 * Button
 */
/**
 * Pagination
 */
div.cover-screen {
  display: none;
}
div.cover-screen.active,
div.cover-screen.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 100000;
}
div#hb-fullscreen-gallery {
  background-color: #282828;
}
div#hb-fullscreen-gallery svg.close-btn {
  display: none;
}
div#hb-fullscreen-gallery svg.close-btn.show {
  display: inline-block;
}
div#hb-fullscreen-gallery svg.close-btn.outside {
  padding: 22px;
}
div#hb-fullscreen-gallery svg.close-btn line {
  stroke: white;
}
div#hb-fullscreen-gallery header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  display: -webkit-flex;
  -webkit-align-items: center;
  color: #FFF;
  z-index: 3;
}
div#hb-fullscreen-gallery header div {
  color: #FFF;
}
div#hb-fullscreen-gallery header div .btn {
  margin-left: 3px;
  padding: 0 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #CCC;
  float: left;
}
div#hb-fullscreen-gallery header div .btn:hover {
  opacity: .5;
}
div#hb-fullscreen-gallery header div .btn i.fa {
  color: #999;
}
div#hb-fullscreen-gallery header div .btn.flex-prev {
  margin-left: 4px;
}
div#hb-fullscreen-gallery header div .btn:hover,
div#hb-fullscreen-gallery header div .btn:hover i.fa {
  color: #FFF;
}
div#hb-fullscreen-gallery header div span.page-index {
  margin: 6px 10px 0 20px;
  float: left;
  font-size: 12px;
}
div#hb-fullscreen-gallery header div span.page-index.no-content {
  margin: 0;
}
div#hb-fullscreen-gallery header div#logo {
  margin-right: 15px;
  height: 30px;
  border-right: 1px solid #555;
  padding-right: 15px;
  padding-top: 2px;
}
div#hb-fullscreen-gallery header div#title {
  display: flex;
  width: calc(100% - 550px);
}
div#hb-fullscreen-gallery header div#title span {
  float: left;
}
div#hb-fullscreen-gallery header div#title span.title {
  display: inline-block;
  width: calc(100% - 34px);
  margin-top: -2px;
  margin-left: 8px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div#hb-fullscreen-gallery header div.share-buttons-container {
  margin-left: auto;
}
div#hb-fullscreen-gallery header div.share-buttons-container > span {
  margin: 9px 10px;
  float: left;
  font-size: 12px;
  color: #AFAFAF;
}
div#hb-fullscreen-gallery header div.share-buttons-container .icon.social-small {
  margin-top: 2px;
}
div#hb-fullscreen-gallery header div.link {
  background: #282828;
  border-color: #444;
}
div#hb-fullscreen-gallery header div.link input,
div#hb-fullscreen-gallery header div.link a {
  background: transparent;
  border-color: #777;
}
div#hb-fullscreen-gallery header div.link a {
  color: #FFF;
}
div#hb-fullscreen-gallery header div .icon.gallery-arrow {
  margin: 8px 0 3px;
}
div#hb-fullscreen-gallery header div svg.close-btn {
  position: relative;
  top: auto;
  right: auto;
  padding: 0 0 0 15px;
  margin-top: 3px;
}
div#hb-fullscreen-gallery section {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px;
}
div.hb-fullscreen-container {
  position: relative;
  cursor: pointer;
}
div.hb-fullscreen-container div.button-container {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: black;
  border: 1px solid #414141;
  opacity: 0.95;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.hb-fullscreen-container div.button-container:hover {
  background-color: #333;
}
@media (max-width: 767px) {
  div.hb-fullscreen-container div.button-container {
    display: none;
  }
}
div.hb-fullscreen-container span.gallery-expand {
  margin: 7px;
}
div.hb-fullscreen-container span.gallery-expand:hover {
  opacity: 1;
}
div.hb-fullscreen-container div.button-container.with-tag {
  display: table;
  width: auto;
  top: 13px;
  right: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}
div.hb-fullscreen-container div.button-container.with-tag span.gallery-frame {
  margin: 8px;
}
div.hb-fullscreen-container div.button-container.with-tag span.gallery-expand {
  margin: 8px 7px 7px;
}
div.hb-fullscreen-container div.button-container.with-tag:hover span.n-photos {
  color: #999;
}
div.hb-fullscreen-container div.button-container.with-tag span.tag {
  margin: 9px 9px 9px -3px;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif, "Microsoft Yahei";
  line-height: initial;
}
div.hb-fullscreen-container div.button-container.with-tag span.tag span.n-photos {
  color: #555;
  margin-left: 3px;
}
