.c49mod-properties-carousel-big .carousel-inner {
	overflow: hidden;
    cursor: pointer;
}
.c49mod-properties-carousel-big .c49-property-prices{
	font-size: 1.5rem;
	position: absolute;
	top: 2rem;
	right: 0;
	color: #fff;
	font-weight: 700;
}
.c49mod-properties-carousel-big .c49-property-type-box {
    display: flex;
    margin-top: 6px;
}
.c49mod-properties-carousel-big .c49-property-type {
    border-radius: 4px;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
}
.c49mod-properties-carousel-big .c49-property-type-price {
    font-weight: 600;
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
}
.c49mod-properties-carousel-big .c49-property-price {
	float: right;
	clear: both;
	text-align: right;
	background-color: rgba(0,0,0,.6);
	padding: .3rem .8rem;
	margin-bottom: 10px;
}

.c49mod-properties-carousel-big .carousel-item-features span {
	display: block;
}
.c49mod-properties-carousel-big .carousel-indicators li {
	background-color: rgba(0,0,0,.15)!important;
    max-width: inherit;
}
.c49mod-properties-carousel-big .carousel-item .container {
	padding-left: 0;
	padding-right: 0;
}
.c49mod-properties-carousel-big .carousel {
	z-index: 1;
	overflow: hidden;
}
.c49mod-properties-carousel-big .c49-carousel-photo {
	padding-top: 56.25%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-color: #000;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.c49mod-properties-carousel-big:hover .c49-carousel-photo {
	filter: brightness(110%);
}
.c49mod-properties-carousel-big .carousel-caption {
    color: #fff;
    position: absolute;
    padding: 1rem;
    right: 150px;
    bottom: inherit;
    width: 100%;
    top: inherit;
    text-align: left;
    left: inherit;
}
.c49mod-properties-carousel-big .carousel-caption h1 {
	font-weight: 800;
	font-size: 3rem;
	margin-top: 10px;
}
.c49-carousel-caption {
    align-items: flex-end;
    display: flex;
    margin-bottom: 20px;
    margin-left: -35px;
}
.row-infos > .row {
	height: 100%;
}
.c49mod-properties-carousel-big .carousel-caption p {
	font-size: 20px;
}
.c49mod-properties-carousel-big .carousel-caption .c49-carousel-title * {
	/*text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;*/
}
.c49mod-properties-carousel-big .c49-carousel-photo {
	cursor:pointer;
}
.c49mod-properties-carousel-big .carousel-item {
    background-color: #000;
}
.c49mod-properties-carousel-big .row-infos {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 13%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.9) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 13%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.9) 60%,rgba(0,0,0,1) 100%);
	background: linear-gradient(135deg,  rgba(0,0,0,0) 13%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.9) 60%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

/* Fade transition */
.carousel-fade .carousel-inner .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	z-index: 1;
	-webkit-transform: inherit !important;
	transform: inherit !important;
}
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.c49mod-properties-carousel-big .c49-carousel-infos:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    transform: scaleX(-1);
    background-position: center;
    background-color: #000;
}
.c49mod-properties-carousel-big .carousel-indicators {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    position: relative;
    bottom: 0;
}
.c49mod-properties-carousel-big .carousel-control {
    font-size: 60px;
    text-shadow: 0 0 10px #000, 0 0 20px #000;
}
