.map-container {
  margin-top: 30px;
}

.map-panel .caption .map-title-h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    display: block;
    letter-spacing: 0;
    text-decoration: none;
    text-align: left;
    font-size: 24px !important;
    font-weight: normal !important;
    color: #999;
    line-height: 100%;
    padding: 0px 5px 5px 0 !important;
    margin: 0 0 .5em 0 !important;
    text-rendering: optimizelegibility;
}

.map-inner-item {
	width: 100%;
	height: 100%;
}

.map-item {
	width: 100%;
	display: inline-block;
}

.map-marker-icon {
  font-family: "Font Awesome 5 Free";
	font-size: 25px;
	color: #4282c2;
}

.map-marker-icon-selected {
	color: #ee5f5b;
}

.row-fluid .map-side-bar {
    float: right;
    background-color: #fff;
    z-index: 1100;
    margin: 0 !important;
    overflow-y: auto;
}

.side-bar-fadein-animation {
    -webkit-animation: side-bar-fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: side-bar-fadein 0.5s; /* Firefox < 16 */
        -ms-animation: side-bar-fadein 0.5s; /* Internet Explorer */
         -o-animation: side-bar-fadein 0.5s; /* Opera < 12.1 */
            animation: side-bar-fadein 0.5s;
}

@keyframes side-bar-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes side-bar-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes side-bar-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes side-bar-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes side-bar-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (max-width: 767px) {
	.row-fluid .map-side-bar {
		width: calc(100% - 18px);
	}

	.map-marker-selected-item {
		width: 0;
	}
}

@media (min-width: 767px) {
	.row-fluid .map-side-bar {
		width: calc(40% - 18px);
	}

	.map-marker-selected-item {
		width: 60%;
	}
}

.map-panel .map-side-bar-content {
	padding: 15px 20px;
	position: relative;
}

.map-panel .map-side-bar-content div {
	font-size: 15px;
}

.map-panel .map-side-bar-content img {
	width: 100%;
}

.map-panel .map-side-bar-content a {
  font-size: 15px;
}

.map-side-bar-label {
	font-size: 17px;
	font-weight: bold;
}

.map-side-bar-close {
    position: absolute;
    top: 60%;
    right: 10px;
    font-size: 40px;
    color: #9695a0;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: .4em;
    margin-top: -15px;
    font-family: none;
    text-transform: uppercase;
}

.map-cluster-icon-outer {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px !important;
	background-color: #4282c2;
}

.map-cluster-icon-inner {
	width: 30px;
	height: 30px;
	position: relative;
	top: 5px;
    left: 5px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px !important;
	background-color: #fff;
	font-size: 14px;
}

.map-cluster-icon-background {
	border: none;
}

.side-bar-slider-fadein-animation {
    -webkit-animation: side-bar-slider-fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: side-bar-slider-fadein 1.5s; /* Firefox < 16 */
        -ms-animation: side-bar-slider-fadein 1.5s; /* Internet Explorer */
         -o-animation: side-bar-slider-fadein 1.5s; /* Opera < 12.1 */
            animation: side-bar-slider-fadein 1.5s;
}

@keyframes side-bar-slider-fadein {
    from { opacity: 0.4; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes side-bar-slider-fadein {
    from { opacity: 0.4; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes side-bar-slider-fadein {
    from { opacity: 0.4; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes side-bar-slider-fadein {
    from { opacity: 0.4; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes side-bar-slider-fadein {
    from { opacity: 0.4; }
    to   { opacity: 1; }
}

.side-bar-slider-container {
  	max-width: 350px;
  	position: relative;
  	margin: auto;
}

.side-bar-slide {
	cursor: pointer;
  	display: none;
}

.side-bar-slide-active {
	display: block;
}

.side-bar-slider-prev, .side-bar-slider-next {
	text-decoration: none;
  	cursor: pointer;
  	position: absolute;
  	top: 50%;
  	width: auto;
  	margin-top: -22px;
  	padding: 16px;
  	color: white;
  	font-weight: bold;
  	font-size: 18px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
  	user-select: none;
}

.side-bar-slider-next {
  	right: 0;
  	border-radius: 3px 0 0 3px;
}

.side-bar-slider-prev:hover, .side-bar-slider-next:hover {
  	background-color: rgba(0,0,0,0.8);
  	text-decoration: none;
}

.side-bar-slider-dots {
	text-align: center;
}

.side-bar-slider-dot {
  	cursor: pointer;
  	height: 15px;
  	width: 15px;
  	margin: 0 2px;
  	background-color: #bbb;
  	border-radius: 50% !important;
  	display: inline-block;
  	transition: background-color 0.6s ease;
}

.side-bar-slider-active-dot, .side-bar-slider-dot:hover {
  	background-color: #717171;
}

.count-v-img {
	display: none;
}
