html, body {
    height: 100%;
    overflow-x: hidden;
}

#body{
    margin-top:95px;
}

#footer{
  display: none;
}

#content {
    position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content,
#content .filters,
#content .filters .filters-panel,
#content #map {
    min-height: 75vh;
}

#content>h2 {
    display:none;
}

#header__breadcrumb{
  margin-left: 30px;
}



#content .filters {
	position: absolute;
	z-index: 500;
	float: left;
	width: 332px;
	left: -10px;
}

#content .filters .filters-expend {
	position: absolute;
	top: 47%;
	background-color: #fff;
	right: 0;
	width: 32px;
	height: 64px;
	text-align: center;
	padding-top: 20px;
    border-radius: 0px 10px 10px 0px;
    border-width: 5px 5px 5px 0px;
    border-style: solid;
    border-color: rgba(151, 149, 149, 0.7);
}

#content .filters .filters-expend:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
}

#content .filters.show .filters-expend:before {
	content: "\f053";
}

#content .filters .filters-panel {
	position: relative;
	background-color: #fff;
	width: 300px;
	border-right: 6px solid;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 100% 0, from(#787878),
		to(#fff)) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(left, #787878, #fff) 1
		100%;
	-moz-border-image: -moz-linear-gradient(left, #787878, #fff) 1 100%;
	-o-border-image: -o-linear-gradient(left, #787878, #fff) 1 100%;
	border-image: linear-gradient(to left, #787878, #fff) 1 100%;
}

#content .filters .filters-panel .filters-heading {
	background-color: #F5F5F5;
	display: block;
	width: 100%;
	padding: 3px;
	border-bottom: 1px solid #acacac;
}

#content .filters .filters-panel .filters-content {
	padding: 15px;
}

#content #map {
	width: 100%;
	display: flex;
	overflow: hidden;
}

.custom-h2{
  margin-left: 32px;
}

/*
#content img.leaflet-marker-shadow {
    width: 24px !important;
    height: 25px !important;
    margin-top: -15px !important;
    margin-left: -6px !important;
}
*/

.leaflet-top, .leaflet-bottom {
    z-index: 410;
}

.leaflet-center {
	left: 40%;
	right: 40%;
}



.leaflet-map-title {
	margin-top: 10px;
    background-color: rgba(6, 6, 6, 0.6) !important;
    opacity: 0.8;
    font-family: 'Alegreya Sans', sans-serif !important;
    padding: 0.2em 0.5em;
    color: #fff;
    font-size: 0.5em;
    border-top: 1px solid #666;
}



.leaflet-map-title h3 {
    color: #fff;
    font-size: 20px;
}

footer, #map:after {
	height: 100px;
}

header .navbar {
	margin-bottom: 0px;
}

footer {
	height: 100px;
}

.no-padding {
	padding: 0px !important;
}

img.leaflet-marker-icon.leaflet-zoom-animated {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.leaflet-marker-icon.marker-cluster {
	border-radius: 49%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.leaflet-marker-icon.marker-cluster.project-marker-cluster {
	background-color: #b00;
	border: 5px solid #900;
	color: #fff;
}

.leaflet-marker-icon.marker-cluster span {
	font-size: 12px !important;
	line-height: 0px !important;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 30px;
}

.leaflet-control-container .info-control {
	    z-index: 1000;
	position: absolute;
	right: -600px;
	left: auto;
	top: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 500px;
	margin: 5rem;
	border: none;
  margin-top: 10px;
}

#content .leaflet-close{
  top:-10px;
}

.leaflet-control-container .info-control.info-control-visible {
	right: 51px;
  height: 70vh;
}

.leaflet-control-container .leaflet-control .leaflet-close {
	display: block;
	position: absolute;
	z-index: 444;
	width: 35px;
	height: 35px;
	/* right: -15px; */
	top: -15px;
	background: url("../img/leaflet/close.png");
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.8);
	background-position: center center;
	background-repeat: no-repeat;
	left: 96%;
	outline: none;
}

.info-control-project{
  overflow-y: scroll;
  height: 100%;
}

.leaflet-control-container .leaflet-control .leaflet-close span {
	position: absolute;
	left: -999px;
	top: -999px;
}

.info-control .info-control-project .info-control-project-content {
	text-align: left;
}

.info-control .info-control-project .info-control-project-content .info-control-project-image
	{
	padding-bottom: 10px;
}

.info-control .info-control-project .info-control-project-content .info-control-project-location
	{
    font-size: 36px;
  color: #333333;
  margin-bottom: 15px;
}


.info-control .info-control-project .info-control-project-content .info-control-project-description{
    padding-bottom: 10px;
    text-align: justify;
}


.info-control .info-control-project dl.dl-info-control-project-content dt
	{
	overflow: visible;
	width: 127px;
	white-space: normal;
	font-weight: normal;
}

.info-control .info-control-project dl.dl-info-control-project-content dt.ammount
	{
	padding-top: 13px;
}

.info-control .info-control-project dl.dl-info-control-project-content dd
	{
	margin-left: 144px;
	color: #2F80ED;
  font-size: 18px;
}

.info-control .info-control-project .row-project__map{
  padding-bottom: 15px !important;
}

.info-control .info-control-project .row-project__map-value{
  color:#2F80ED !important;
}

.info-control .info-control-project dl.dl-info-control-project-content dd span{
  line-height: 70px !important;
}

.info-control .info-control-project dl.dl-info-control-project-content dd .ammount
	{
	font-size: 18px !important;
}

#content, #content p, #content li, #content span{
  font-size: 18px !important;
}

.info-control .info-control-project .info-control-project-link {
	margin-bottom: 20px;
	text-transform: uppercase;
  color: #2F80ED !important;
  font-family: Roboto !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 16px 16px !important;
}

.info-control .info-control-project .info-control-project-link a{
	margin-bottom: 20px;
	text-transform: uppercase;
  color: #2F80ED !important;
  font-family: Roboto !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 16px 16px !important;
}


.info-control .info-control-project-title {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Alegreya Sans", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.2px;
}

.info-control a{
  color: #2F80ED;
  text-decoration: none;
  background-image: linear-gradient(to right, #2F80ED 0, #2F80ED 100%);
  background-position: 0 1.02em;
  background-size: 0 2px;
  background-repeat: no-repeat;
  transition: background .878s;
}


.input-group.input-group-radio label.label-radio {
	min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
	width:100%;
}

.input-group.input-group-radio label.label-radio input[type=radio] {
	position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

@media only screen and (max-width: 991px) {

    #content,
    #content .filters,
    #content .filters .filters-panel,
    #content #map {
        min-height: 650px;
    }

    .leaflet-center {
        left: 30%;
        right: 30%;
    }

    .leaflet-control-container .info-control.info-control-visible {
        right: 0px;
        margin: 3em;
        min-height: 400px;
    }

    .info-control .info-control-project .info-control-project-content {
        height: 300px;
        overflow: auto;
    }
}


@media only screen and (max-width: 768px) {
    #content,
    #content .filters,
    #content .filters .filters-panel,
    #content #map{
        min-height: 500px;
    }

    .leaflet-center {
        left: 15%;
        right: 15%;
    }

    .leaflet-control-container .info-control.info-control-visible {
        right: 0px;
        margin: 3em;
        width: 300px;
        min-height: 400px;
        margin-top: 10px;
    }

    .info-control .info-control-project .info-control-project-content {
        height: 300px;
        overflow: auto;
    }
}
@media only screen and (max-width: 375px){
  .leaflet-control-container .info-control.info-control-visible {
    width: 250px !important;
    min-height: 400px !important;
    margin-top: 10px !important;
    margin-right: 25px !important;
    height: 60vh;
  }
}
