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

/*Photo-inside, cat photos */

#photo-inside-body .cat-photos {
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
#photo-inside-body .cat-photos .cat-photo {
  float: left;
  padding: 0 15px;
  width: 16.66666667%;
}
#photo-inside-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-inside-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-inside-body .cat-photos .cat-photo-link:hover:before {
  opacity: 0.2;
}

/*/Photo-inside, cat photos */


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

#photo-inside-body .link-to-cat {
  clear: both;
  /*margin-top: 30px;*/
}
#photo-inside-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-inside-body .link-to-cat > a.title:hover {
  color: #074385;
}
#photo-inside-body .link-to-cat > .title > small {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 300;
}
#photo-inside-body .link-to-cat .slider-wrap .slider-item {
  background-color: lightgray;
  background-position: center;
  background-size: cover;
  display: block;
  height: 130px;
  width: 100%;
}
#photo-inside-body .bx-wrapper, #photo-inside-body .slider-wrap, #photo-inside-body .bx-viewport {
  height: 130px !important;
  margin: 0 !important;
  margin-bottom: 30px !important;
}
#photo-inside-body .bx-prev, #photo-inside-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-inside-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-inside-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;
}

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


/*Photo-inside, photo modal*/

.photo-modal {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border-radius: 3px;
  max-width: 870px;
  padding: 10px 30px 0;
  width: 100%;
}
.photo-modal .modal-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  padding-right: 25px;
  text-align: left;
}
.photo-modal .close-modal {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  width: 30px;
}
.photo-modal .close-modal .fa-times {
  color: #acacac;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.photo-modal .close-modal:hover .fa-times {
  color: #939393;
}
.photo-modal > .photo-container {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
}
.photo-modal > .photo-container > img {
  height: auto;
  max-height: 400px;
  max-width: 100%;
  width: auto;
}
.photo-modal > .photo-container > .left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15%;
  height: 100%;
  text-align: left;
}
.photo-modal > .photo-container > .right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15%;
  height: 100%;
  text-align: right;
}
.photo-modal > .photo-container .glyphicon-chevron-left, .photo-modal > .photo-container .glyphicon-chevron-right {
  display: inline-block;
  font-size: 30px;
  height: 30px;
  margin: -15px 0 0 0;
  width: 30px;
  top: 50%;
  color: #000;
  opacity: 0.5;
}
.photo-modal .photo_description {
  margin: 0 0 20px 0;
}
.photo-modal .goods-from-photo > .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

/*Modal tiles*/

.goods-from-photo .offer-tile {
  min-height: 360px;
  margin-bottom: 30px;
}
.goods-from-photo .offer-tile .offer-image {
  background-position: center;
  background-size: cover;
  border: 12px solid #fff;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  display: block;
  height: 190px;
  position: relative;
  width: 100%;
}
.goods-from-photo .offer-tile > a::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%;
}
.goods-from-photo .offer-tile:hover > a::before {
  opacity: 0.2;
}
.goods-from-photo .offer-tile .description {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  padding: 20px 12px 12px 12px;
}
.goods-from-photo .offer-tile .title {
  color: #034ea1;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  text-decoration: none;
}
.goods-from-photo .offer-tile a.title {
  color: #034ea1;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-decoration: none;
}
.goods-from-photo .offer-tile a.title:hover {
  color: #003588;
}
.goods-from-photo .offer-tile .brand-and-price {
  height: 50px;
  line-height: 25px;
  margin-bottom: 15px;
  overflow-y: hidden;
  position: relative;
  text-align: right;
}
.goods-from-photo .offer-tile .brand-and-price .brand-logo {
  display: inline-block;
  float: left;
  height: 100%;
  max-width: 75px;
  position: relative;
  width: 40%;
}
.goods-from-photo .offer-tile .brand-and-price .brand-logo img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: auto;
  left: 0;
  max-height: 50px;
  max-width: 100%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: auto;
}
.goods-from-photo .offer-tile:hover .brand-and-price .brand-logo img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.goods-from-photo .offer-tile .brand-and-price .price {
  background-color: #fff;
  box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  color: #be1e2d;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 0;
  padding-left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.goods-from-photo .offer-tile .brand-and-price .dimension {
  color: #bdc3c7;
  display: inline-block;
  font-weight: 300;
}
.goods-from-photo .offer-tile .btn {
  border: 2px solid #366ca8;
  color: #366ca8;
  font-weight: 700;
  line-height: 46px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
}
.goods-from-photo .offer-tile .btn .fa {
  margin-right: 10px;
}
.goods-from-photo .offer-tile .btn:hover, .goods-from-photo .offer-tile .btn:focus {
  background-color: #366ca8;
  color: #fff;
}
.goods-from-photo .offer-tile .offer-image {
  position: relative;
}
.goods-from-photo .offer-tile .offer-image:after {
  border: 1px solid #e7e7e7;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
  content: '';
  display: block;
  height: calc(100% + 12px);
  left: -12px;
  position: absolute;
  top: -12px;
  width: calc(100% + 24px);
}
.goods-from-photo .offer-tile .description {
  border: 1px solid #e7e7e7;
  border-top-width: 0;
}

/*/Modal tiles*/


/*/Photo-inside, photo modal*/
