.ldp-slideshow {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-indicators .active {
    background-color: transparent;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 18px;
    border-color: transparent transparent rgba(232, 236, 239, 1) transparent;
}

.carousel-inner .play {
    position: absolute;
    bottom: 12px;
    right: 55px;
    width: 38px;
    height: 38px;
    background-color: lightgray;
    border-radius: 4px;
    z-index: 2000;
}

.carousel-inner .floorplan {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    background-color: lightgray;
    border-radius: 4px;
}

.carousel-inner .play-img {
    margin: 5% 15% 5% 15%;
    height: 90%;
    width: 70%;
    cursor: pointer;
}

.carousel-inner .floorplan-img {
    margin: 5% 15% 5% 15%;
    height: 90%;
    width: 70%;
    cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
    top: 60px;
    bottom: 60px;
    color: rgb(232, 236, 239);
    opacity: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: rgb(243, 246, 249);
}

.carousel-indicators li {
    background-color: rgba(232, 236, 239, 1);
}

.carousel-video {
    background-color: #d9e0e5;
}

.carousel-video iframe{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.no-fee-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
}

.view-in-fullscreen {
    position: absolute;
    width: 100%;
    top: 0px;
    padding-top: 10px;
    text-align: center;
}

.view-in-fullscreen-txt {
    background-color: lightgrey;
    color: rgb(45, 83, 110);
    padding: 5px;
    border-right: 10px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px darkgray
}

/* Description */
.read-more a{
   text-decoration: underline;
}

.read-more a:hover{
    color: #FD4C00;
 }

/* Neighborhood */
.neighborhood-outer-div {
    width: 100%;
    padding-bottom: 67%;
}

.on-circle-button {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 70px;
    width: 140px;
    height: 140px;
    line-height: 20px;
}
.neighborhood-item:hover .on-circle-button {
    background-color: rgba(253, 76, 0, 0.9);
    color: white;
}
.neighborhood-item:hover .on-circle-button i{
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.on-circle-button i {
    color: #000000;
    font-size: 20px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    display: block;
}
.on-circle-button .arrow-right {
    bottom: 10px;
}

.neighborhood-image {
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.7;
    background-color: #d9e0e5;
}

.neighborhood-text{
    overflow: auto;
}

/* Agent contact */
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.form-group.select {
    height: 38px;
}

.form-control.nice-select  {
    height: 38px;
    padding-top: 3px;
    padding-right: 30px;
}

.message-sent {
    color: #6ab51a;
    padding: 12px;
    animation: blinker 1s linear infinite;
}

.message-error {
    color: #b51a1a;
    padding: 12px;
    animation: blinker 1s linear infinite;
}

/* Similar Properties */
.listing-image{
    background-size: cover;
    background-position: 50%;
    background-color: #d9e0e5;
}

/* Social */
.switchShare {
    width: 80px;
}

.switchShare .share{
    display:block !important;
}

.switchShare .share a{
    /* margin-right: 0 !important; */
}

.switchShare .shareOver{
    position:absolute;
    margin-top:30px !important;
    margin-left:-20px !important;
}

section {
    /* padding-top: 40px; */
}