.actual-item-main {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/asfalt-dark.png);

}
.item-header {
    border-bottom: 1px solid #c60055;
}
#myCarousel{
    margin: 20px 0;
}
.item-description{
    text-align: justify;
    padding: 0 30px;
}
.item-property{
    margin-top: 20px;
    margin-left: -15px;
}
.item-row a {
    color:#c60055;
}

.item-property p{
    display: inline-block;
    font-size: 16px;
}
.item-property label, .item-property-plus label{
    color:#c60055;
    font-size: 16px;
    margin-top:0;
}
.item-property .labeldiv{
    padding: 0;
}
.item-property-plus{
    border-top: 1px solid #c60055;
}
.item-container{
    padding-top: 120px;
}
#map{
    height: 300px;
    width: auto;
}
.carousel-control.right,.carousel-control.left {

    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-inner {
    text-align: -webkit-center;
    text-align: -moz-center;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary.focus, .btn-primary:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    color: #fff;
    background-color: #c60055;
    border-color: #000;
}
.source-url-div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .item-container {
        padding-top: 75px;
    }
    .item-header h1 {
        font-size: 18px;
    }
}