/* .header {
	background-image: url('https://images.unsplash.com/photo-1480563597043-1c877e682fc7?ixlib=rb-1.2.1&w=1000&q=80');
} */
.headeroverlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #009444; */
    opacity: 0.7;
}
/* .search-text-error{
    color:#fff;
} */
.search-clear-icon{
    width: 50px !important;
    font-size: 25px !important;
    line-height: 1;
    vertical-align: bottom;
}
.carousel{
    height: 400px;
}
.mapgallery-block{
    position: relative;
    min-height: 200px;
}
.mapgallery-loader{
    position: absolute;
	right: 0;
	bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    background-image: url("^assetspublic/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.nodata-found{
    color:#fff;
}
.view-event-link{
    margin-left: auto;
}
.location-data-block{
    width: calc(100% - 60px);
}
.event-username, .location-block{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.logindropdowns button{
    border: 1px solid #ccc;
    border-radius: 20px;
}
.map-gallery .map-bg .map-view{
    position: relative;
    padding: 5px 7px;
    padding-right: 60px;
}
.slide-view{
    position: relative;
    padding-right: 60px !important;
}