.btn-circle {
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 100px;
  height: 100px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
  border: 2px #ffffff;
}
.card-body,
.card-body::after,
.card-body::before {
  box-sizing: content-box;
}

html, body {
    height: 100%;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    /* font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif; */
}

footer {
    font-size: 11px;
    font-family: 'Muli', sans-serif;
}
.navbar {
    /*height: 8% !important;*/
    margin-bottom: 1px !important;
}
.navbar-default {
	background-image: linear-gradient(to bottom,#c7282b 0,#c7282b 100%);
}
hr {
	margin-top: 1px !important;
	margin-bottom: 20px !important;
}
.card {
   border: none !important;
}
.card-header {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0.75rem 0rem !important;
}
.btn-link {
    color: #838799 !important;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.thumbnail {
	padding: 0px !important;
	margin-bottom: 2px !important;
	border: 0px !important;
}
 /* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
       /* height: 500px; */
    height: 50%;
    max-height: 500px !important;

}

.carousel-inner {
    border: 5px solid white;
    border-radius: 20px;
}

.carousel-caption {
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: #3f3d3d99 !important;
}
.rounded-circle {
	border: 2px solid grey;
	border-radius: 50% !important;
	opacity: .8;

}
#map {
	/*height: calc(100% - 38px - 115px);*/
	height: 100%;
	width: 100%;
    font-family: 'Muli', sans-serif;
}
.lorem {
    font-style: italic;
    color: #AAA;
}
.navbar {
    /*height: 8% !important;*/
    margin-bottom: 1px !important;
}
.sidebar {
  bottom: 20px !important;
}
.sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
    background-color: #dc3531 !important;
}

.sidebar-header {
    
    background-color: #dc3531 !important;
}
.leaflet-bottom {
	bottom: 15px !important;
}
.card-body {
	padding: 0px !important;
}
