#main.photo .breadcrumbs {
  margin-left: -15px;
  margin-right: -15px;
}
#photo-body .page-title {
  /*clear: both;*/
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}

/*Photo page offer*/
#photo-body .photo-offers .photo-offer {
  margin-bottom: 30px;
}
#photo-body .photo-offers .photo-offer .title {
  font-size: 18px;
  font-weight: bold;
  height: 66px;
  line-height: 22px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
#photo-body .photo-offers .photo-offer .title a {
  display: block;
  left: 0;
  max-height: 66px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#photo-body .photo-offers .photo-offer {}
#photo-body .photo-offers .photo-offer .content {
  border: 1px solid #f1f1f1;
  padding: 12px;
  padding-bottom: 0;
  position: relative;
}
#photo-body .photo-offers .photo-offer .content .img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: block;
  height: 178px;
  position: relative;
  width: 100%;
}
#photo-body .photo-offers .photo-offer .content .list {
  margin-bottom: -1px;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 15px;
  min-height: 210px;
  position: relative;
}
#photo-body .photo-offers .photo-offer .content .list ul {
  background-color: #fff;
  font-size: 13px;
  font-weight: 300;
  left: 0;
  line-height: 15px;
  list-style-type: none;
  margin: 0 -1px;
  padding: 0;
  position: absolute;
  top: 0;
  width: calc(100% + 2px);
  z-index: 10;
}
#photo-body .photo-offers .photo-offer .content .list ul li {
display: none;
position: relative;
}
#photo-body .photo-offers .photo-offer .content .list ul li:nth-of-type(-n + 5) {
display: block;
}
#photo-body .photo-offers .photo-offer .content .list ul li a {
  border: 1px solid #f1f1f1;
  border-top-width: 0;
  display: block;
  max-height: 50px;
  min-height: 30px;
  padding: 7px 25px 7px 12px;
  position: relative;
  width: 100%;
}
#photo-body .photo-offers .photo-offer .content .list ul li a .fa-angle-right {
  color: #f1f1f1;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

#photo-body .photo-offers .photo-offer .content .list ul li a:hover {
  background-color: #f2fff0;
  color: #e85562;
}
#photo-body .photo-offers .photo-offer .content .list ul li a:hover .fa {
  color: #e85562;
}
#photo-body .photo-offers .photo-offer .content .list ul li a .fa-ellipsis-h {
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #c6c7c7;
  font-size: 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-9px);
}
#photo-body .photo-offers .photo-offer .content .list ul li a .fa-angle-up {
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #c6c7c7;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-9px, -50%);
}
/*/Photo page offer*/

#photo-body .cat-photos {
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
#photo-body .cat-photos .cat-photo {
  float: left;
  padding: 0 15px;
  width: 16.66666667%;
}
#photo-body .cat-photos .cat-photo-link {
  background-color: lightgray;
  background-position: center;
  background-size: cover;
  display: block;
  height: 130px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
#photo-body .cat-photos .cat-photo-link:before {
  background-color: black;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: 100%;
}
#photo-body .cat-photos .cat-photo-link:hover:before {
  opacity: 0.2;
}

/*/Photo-inside, cat photos */


/*Photo-inside, .link-to-cat*/

#photo-body .link-to-cat {
  clear: both;
  /*margin-top: 30px;*/
}
#photo-body .link-to-cat > .title {
  color: #205c9e;
  clear: both;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  text-decoration: none;
}
#photo-body .link-to-cat > a.title:hover {
  color: #074385;
}
#photo-body .link-to-cat > .title > small {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 300;
}
#photo-body .link-to-cat .slider-wrap .slider-item {
  background-color: lightgray;
  background-position: center;
  background-size: cover;
  display: block;
  height: 130px;
  width: 100%;
}
#photo-body .bx-wrapper, #photo-body .slider-wrap, #photo-body .bx-viewport {
  height: 130px !important;
  margin: 0 !important;
  margin-bottom: 30px !important;
}
#photo-body .bx-prev, #photo-body .bx-next {
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  font-size: 25px;
  line-height: 130px;
  text-indent: 0;
  top: auto;
  height: 100%;
  width: 30px;
}
#photo-body .bx-next {
  background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0)), linear-gradient(to left, white, rgba(255, 255, 255, 0));
  right: 0;
  text-align: right;
}
#photo-body .bx-prev {
  background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0)), linear-gradient(to right, white, rgba(255, 255, 255, 0));
  left: 0;
  text-align: left;
}
