.slick-loading .slick-list {
  background: url("slick-theme-img/ajax-loader.gif") center center no-repeat;
}

.block-gallery {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 16px 0;
  margin: 52px 0;
}
.block-gallery .block-gallery-name {
  font-family: BaseFontBold, Arial, serif;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 17px;
}
.block-gallery .big-photo-block {
  display: none;
  margin-bottom: 12px;
}
.block-gallery .big-photo-block.show {
  display: block;
}
.block-gallery .big-photo-block .slick-prev,
.block-gallery .big-photo-block .slick-next {
  position: absolute;
  top: 0;
  display: block;
  width: 64px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 1;
}
.block-gallery .big-photo-block .slick-prev:after,
.block-gallery .big-photo-block .slick-next:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("slick-theme-img/slick-prev-next-gallery.png") left center no-repeat;
}
.block-gallery .big-photo-block .slick-prev {
  left: 0;
}
.block-gallery .big-photo-block .slick-prev:after {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.block-gallery .big-photo-block .slick-prev.slick-disabled,
.block-gallery .big-photo-block .slick-next.slick-disabled {
  opacity: .1;
  cursor: default;
}
.block-gallery .big-photo-block .slick-next {
  right: 0;
}
.block-gallery .big-photo-block .big-photo-block-item {
  cursor: pointer;
}
.block-gallery .big-photo-block .big-photo-block-item .text-on-photo {
  position: relative;
}
.big-photo-block-item .text-on-photo .text-this-img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 25px 32px 17px;
  color: #fff;
  background-color: rgba(0,0,0,.6);
}
.big-photo-block-item .text-on-photo .text-this-img h3 {
  font-size: 24px;
  margin-left: -2px;
}
.page-node .content .col-center .col-center-in .article-bottom .big-photo-block-item .text-on-photo .text-this-img p {
  width: 100%;
  margin: 13px 0;
  font-size: 13px;
  line-height: 18px;
}
.block-gallery .big-photo-block .big-photo-block-item .block-img {
  position: relative;
}
.block-gallery .big-photo-block .big-photo-block-item .block-img img {
  width: 100%;
  height: auto;
}
.block-gallery .big-photo-block .big-photo-block-item .text {
  font-family: Georgia, Arial, serif;
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  padding: 6px 0;
}
.block-gallery .big-photo-block .big-photo-block-item .text .paging-info {
  float: right;
}
.block-gallery .big-photo-block .big-photo-block-item .text .origin {
  float: left;
  width: 50%;
  /* text-align: right; */
}
.block-gallery .big-photo-block .big-photo-block-item .text:after {
  content: '';
  display: block;
  clear: both;
}
.block-gallery .small-photo-block {
  display: none;
  padding: 0 8.231%;
  margin-bottom: 16px;
}
.block-gallery .small-photo-block.show {
  display: block;
}
.block-gallery .small-photo-block .slick-track {
  margin: 0 auto;
}
.block-gallery .small-photo-block .slick-prev,
.block-gallery .small-photo-block .slick-next {
  position: absolute;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 1;
}
.block-gallery .small-photo-block .slick-prev:after,
.block-gallery .small-photo-block .slick-next:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("slick-theme-img/block-opinions-bottom-arrow-black.png") center center no-repeat;
}
.block-gallery .small-photo-block .slick-prev.slick-disabled,
.block-gallery .small-photo-block .slick-next.slick-disabled {
  opacity: .2;
}
.block-gallery .small-photo-block .slick-prev {
  left: 0;
}
.block-gallery .small-photo-block .slick-prev:after {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.block-gallery .small-photo-block .slick-next {
  right: 0;
}
.block-gallery .small-photo-block .small-photo-block-item {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
.block-gallery .small-photo-block .small-photo-block-item img {
  max-height: 45px;
}
.block-gallery .small-photo-block .small-photo-block-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.block-gallery .small-photo-block .small-photo-block-item.slick-show-slide:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.block-gallery .small-photo-block .small-photo-block-item:hover:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.block-gallery .photo-text-block {
  display: none;
}
.block-gallery .photo-text-block.show {
  display: block;
}
.block-gallery .photo-text-block .photo-text-block-item {
  font-size: 16px;
  line-height: 26px;
}
.block-gallery .photo-text-block .photo-text-block-item p {
  width: 100%;
}

.col-center-in .article-bottom .block-gallery .photo-text-block .photo-text-block-item p {
  width: 100%;
  margin: 10px 0;
}
.col-center-in .article-bottom .block-gallery .photo-text-block .photo-text-block-item .photo-slick-title {
  font-family: BaseFontBold, Arial, serif;
  font-size: 20px;
  line-height: 26px;
  margin-top: 17px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.big-photo-block-item,
.small-photo-block-item,
.photo-text-block-item {
  outline: none;
}

.block-gallery.sap, .block-gallery.gall-theme-dark {
  margin: 0;
  border-bottom: 0;
  border-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 560px) {
  .block-gallery .big-photo-block {
    padding-top: 30px;
    margin-bottom: 0;
  }
  .block-gallery .big-photo-block .slick-prev-mob,
  .block-gallery .big-photo-block .slick-next-mob {
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    background: url("slick-theme-img/slick-prev-next.png") no-repeat;
  }
  .block-gallery .big-photo-block .slick-prev-mob.slick-disabled,
  .block-gallery .big-photo-block .slick-next-mob.slick-disabled {
    opacity: .1;
  }
  .block-gallery .big-photo-block .slick-prev-mob {
    right: 25px;
  }
  .block-gallery .big-photo-block .slick-next-mob {
    right: 0;
    background-position: -60px 0;
  }
  .block-gallery .small-photo-block.show {
    display: none;
  }
  .big-photo-block-item .text-on-photo .text-this-img {
    position: relative;
    padding: 10px 10px 5px;
    background-color: transparent;
    color: #000;
  }
  .big-photo-block-item .text-on-photo .text-this-img h3 {
    font-size: 16px;
    line-height: 18px;
    margin-left: 0;
  }
  .page-node .content .col-center .col-center-in .article-bottom .big-photo-block-item .text-on-photo .text-this-img p {
    margin: 13px 0 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }


  .block-gallery.sap, .block-gallery.gall-theme-dark {
    padding: 16px 0 0;
    margin: 0 0 20px;
    background-color: #272727;
    position: relative;
  }
  .block-gallery.sap:before, .block-gallery.gall-theme-dark:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #272727;
  }
  .block-gallery.sap .big-photo-block-item .text-on-photo .text-this-img,
  .block-gallery.gall-theme-dark .big-photo-block-item .text-on-photo .text-this-img
  {
    color: #fff;
  }
  .block-gallery.sap .big-photo-block .big-photo-block-item .text .paging-info,
  .block-gallery.gall-theme-dark .big-photo-block .big-photo-block-item .text .paging-info
  {
    color: #fff;
  }
  .block-gallery.sap .big-photo-block .slick-prev-mob,
  .block-gallery.sap .big-photo-block .slick-next-mob,
  .block-gallery.gall-theme-dark .big-photo-block .slick-prev-mob,
  .block-gallery.gall-theme-dark .big-photo-block .slick-next-mob
  {
    background-image: url("/themes/forbes/js/slick/slick-theme-img/slick-prev-next-white.png");
  }
}