.circleRadius {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/*--- Cropping text for predefined count of lines with ellipsis in the end ---*/
/*-----------------------------------------------------------------------------------*/
/*--- Stripe with 50% background image ---*/
/*--- /Stripe with 50% background image ---*/
/*--- Stripe with 50% background image (combined of background and contained-image) ---*/
/*--- /Stripe with 50% background image (combined of background and contained-image) ---*/
/*--------------------------------------------------------------------------------------*/
/*------ Classified and gallery carousel -------*/
.img-placeholder {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
.img-placeholder img {
  display: block;
  max-height: 543px;
  max-width: 100%;
}
.img-placeholder .blured-placeholder {
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  filter: blur(10px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
/*------ /Classified carousel -------*/
/*------ Bizcast ------*/
.col-sm-8 #gallery .item img {
  /*width: 100%;*/
  height: auto;
  max-width: 770px;
  max-height: 535px;
}
/*------ /Bizcast ------*/
.gallery-component {
  height: 408px;
  overflow: hidden;
  position: relative;
  width: 575px;
}
.gallery-component .gallery-scroll-container {
  /*display: inline;
	  float: left;*/
  margin: 0;
  padding: 0;
  transform: translate(0px, 0px);
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: 1;
}
.gallery-component .gallery-scroll-container .gallery-slide {
  height: 408px;
  width: 575px;
  float: left;
}
.gallery-component .gallery-scroll-container .gallery-slide img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.circle {
  border-radius: 50%;
  display: inline-block;
}
.gallery-pointer {
  background: none repeat scroll 0 0 white;
  height: 15px;
  width: 15px;
  margin: 0 6px;
  cursor: pointer;
}
.gallery-pointers {
  display: block;
  height: 16px;
  position: absolute;
  bottom: 17px;
  left: 0px;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.circle-active {
  background: none repeat scroll 0 0 #848586;
}
.gallery-direction-nav {
  display: none;
}
.gallery-direction-nav a {
  background: url("/css/main/images/bg_direction_nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 30px;
  z-index: 3;
}
.gallery-direction-nav a.gallery-prev {
  left: 5px;
}
.gallery-direction-nav a.gallery-next {
  background-position: 100% 0;
  right: 5px;
}
.preview-block .gallery-component,
.preview-block .gallery-component .gallery-scroll-container img {
  width: 456px;
  height: auto;
}
/*------------------------------------*/
/*------ Article carousel -------*/
.modal-open {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.modal--full {
  padding-right: 0!important;
}
.modal--full .slide {
  padding: 0!important;
}
.modal.in .modal-dialog.photo-popup {
  margin: 0;
}
.modal.in .modal-dialog.photo-popup .modal-body {
  padding: 0;
}
.modal-dialog.photo-popup .modal-content .carousel-control.carousel-control--fixed {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  width: auto;
}
.modal-dialog.photo-popup .modal-content .carousel-control.carousel-control--fixed.left {
  left: 20px!important;
}
.modal-dialog.photo-popup .modal-content .carousel-control.carousel-control--fixed.right {
  right: 20px!important;
}
.modal-backdrop--dark {
  background: #000 !important;
  opacity: 0.95 !important;
}
.carousel__credit {
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.carousel__credit a {
  color: #fff;
  text-decoration: underline;
}
.carousel__credit a:hover {
  text-decoration: none;
}
.carousel__item img,
.carousel__item iframe {
  max-width: calc(100vw - 250px) !important;
}
@media screen and (max-width: 768px) {
  .carousel__item img,
  .carousel__item iframe {
    max-width: 100vw!important;
  }
}
.carousel__item img {
  width: auto;
  height: auto;
}
.modal-dialog--center {
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.carousel__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-carousel .carousel-control {
    display: none!important;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  .modal-carousel .carousel-control.control--visible {
    display: block!important;
  }
}
/*------ /Article carousel -------*/
/*------------------------------------*/
.carousel-gallery .img-placeholder {
  width: 100%;
  padding-bottom: 72%;
}
.carousel-gallery .carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  -o-object-fit: cover!important;
  object-fit: cover!important;
}
@media screen and (max-width: 1220px) {
  .carousel-gallery#listing_gallery .img-placeholder {
    padding-bottom: 0;
    height: 320px;
  }
}
.gallery-default {
  position: relative;
  width: 100%;
  padding-bottom: 72%;
  overflow: hidden;
}
.gallery-default__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  -o-object-fit: cover!important;
  object-fit: cover!important;
}
.carousel-zoom {
  display: inline-block;
  vertical-align: middle;
}
.carousel-zoom .zoom {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.carousel-zoom .zoom .fa-camera {
  vertical-align: baseline;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.carousel-zoom .zoom-label {
  display: none;
}
