.olControlAttribution.olControlNoSelect {
	bottom: 0;
}
.markerContent {
	height: 460px;
	width: 240px;
	overflow: hidden;
}
.ol-tooltip *{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300
}
.ol-tooltip {
	display: flex; overflow: hidden;
	padding: 1px;
	border-radius: 6px;
}
.ol-tooltip img {
	width: 100%; max-height: 500px;
}
.ol-tooltip-job a{
	font-size: 15px; padding: 2px;
	text-decoration: none;
	color: #0050b8;
	font-weight: bold;
}
.ol-tooltip-salary{
	font-size: 14px; padding: 2px;
	white-space: nowrap;
}
.ol-tooltip-company{
	font-size: 13px; padding: 2px;
}
.ol-popup {
	position: absolute;
	background-color: white;
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.1));
	border-radius: 10px;
	bottom: 12px;
	width: 252px;
	height: auto;
	transform: translate(-50%, 0%);
	margin-bottom: 10px;
	margin-left: 12px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 120px;
	margin-left: -16px;
}

.ol-popup:before {
	border-top-color: #cccccc2a;
	border-width: 11px;
	left: 120px;
	margin-left: -16px;
}
.marker{
	background: #222 !important;
}
.animated {
	position: relative;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes hop {
	0% {margin-bottom: 0px;}
	50% {margin-bottom: 30px;}
	100% {margin-bottom: 0px;}
}
.hop {
	-webkit-animation-name: hop;
	animation-name: hop;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}
.infowindow {
	min-height: initial;
}

#popupmap #pop_FrameDecorationDiv_0,
#popupmap #pop_FrameDecorationDiv_1,
#popupmap #pop_FrameDecorationDiv_2,
#popupmap #pop_FrameDecorationDiv_3,
#popupmap #pop_FrameDecorationDiv_4,
#popupmap #pop_close {
    display: none !important
}

#popupmap .markerContent {
    width: 320px !important;
    height: 287px !important;
    background: #fff;
    overflow: hidden
}

#popupmap .image-wrapper {
    width: 100%;
    height: 160px;
    border-radius: .5rem .5rem 0 0;
}

#popupmap .image-wrapper .tags {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    text-align: left
}

#popupmap .image-wrapper .tags span {
    background: #10ad68;
    color: #fff;
    padding: 4px 8px;
    margin-right: 5px;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.02em
}

#popupmap .image-wrapper .tags span:last-child {
    margin: 0
}

#popupmap .text-wrapper {
    padding: 13px
}

#popupmap .text-wrapper p.title {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    margin: 0;
}

#popupmap .text-wrapper p.title a {
    border-color: transparent;
    font-weight: 500;
    cursor: pointer;
    color: #111;
    text-decoration: none;
}

#popupmap .text-wrapper p.title a:hover {
    border: none
}

#popupmap .text-wrapper p.icons {
    margin: 8px 0;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
}

#popupmap .text-wrapper p.icons span {
    margin-right: 15px;
    display: flex;
}

#popupmap .text-wrapper p.icons span small {
    font-weight: 500;
    color: #111;
    margin-left: 7px;
    font-size: 13px !important;
    position: relative;
    top: 0px
}

#popupmap .type img{
    width: 1rem;
}

#popupmap .text-wrapper p.icons span:last-child {
    margin: 0
}

#popupmap .text-wrapper p.cena {
    font-size: 14px;
    margin: 0;
}