body {
	font-family: "Montserrat", sans-serif;
}

.titleRow {
	margin-top: 1.5rem !important;
	min-height: 140px;
	background-attachment: initial !important;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	background-color: #007074;
}

.infoBlock {
	background-color: #333;
	border-radius: 3px;
	padding: 3px 6px;
}

.btn:focus {
  outline: none;
}

.btn {
  outline: 0;
}

.btn:active {
  outline: 0;
}

/*Carousel related*/
h4 {
    margin: 20px 10px 10px;
}
p {
    margin: 10px;
}

#carousel-custom {
    width: 100%;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: block;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
	object-fit: cover;
	width: 100px;
	height: 80px;
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
.carousel-item img {
	object-fit: cover;
	width: 100%;
	height: 500px;
}

.card-xheader-container {
	position: relative;
}

.card-xheader {
	box-sizing: border-box;
	background-color: #007074;
	border-radius: 3px;
	position: absolute;
	width: 100%;
	top: -35px;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
}

.card-xheader i {
	border: 1px;
	padding: 3px;
	float: left;
}

.card.calculator {
	background-color: #333333;
	color: #fff;
}

.mortgagepm {
	font-weight: bold;
	font-size: 1.2rem;
}

h3 {
	text-transform: uppercase;
	font-size: 1.4rem;
}
.details .label {
	font-weight: 600;
}

.bg-line1 {
	background-color: #f3f3f3;
}

.bg-line2 {
	background-color: #ebebeb;;
}

.tablelike {
	padding-bottom: .5rem !important;
	padding-top: .5rem !important;
	margin: .25rem !important;
}
.tablelike i {
	padding-right: .5rem !important;
}

.hidelabels label {
	display: none;
}

/*map related stuff*/
.marker {
	background-image: url('/public/img/custom-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: width, height 100ms;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#mapContainer {
	min-height: 400px;
}
/*.tablelike*/