.nav {
	position: absolute;
	top: 15px;
	z-index: 99;
	left: 0;
	right: 0;
}
.uk-sticky-placeholder {
	height: 0 !important;
}
.uk-button-large {
	line-height: 38px;
}
.uk-inline-clip {
	display: inline;
	text-align: center;
}
.uk-navbar-item {
	min-height: 50px;
}
p {
	margin: 0;
}
.top-wrap::before, .overlay-wrap::before {
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}
.top-wrap-height {
	height: 80vh;
	min-height: 460px;
	transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
	z-index: 2;
}
/* .uk-logo img {
	height: 80px;
} */
.uk-sticky-below img, .nav:not(.uk-sticky) .uk-navbar-item img {
	width: 40%;
}
.uk-background-primary {
	background-color: #3f5c80;
}
.uk-section {
    padding: 25px;
}
.padding-top {
	padding-top: 20px;
}
.padding-bottom {
	padding-bottom: 15px;
}
.font-weight-600 {
	font-weight: 600;
}
@media (min-width: 768px) {
	.margin-left-medium-45px {
		margin-left: 45px !important;
	}
}
.subtitle-text {
	font-size: 1.2em;
	opacity: 0.7;
	font-weight: 300;
}
.logos-grid img {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(100%);
	transition: filter 0.25s;
}
.logos-grid img:hover {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(0);
}

#wrapMap, #wrapOtherMap {
    cursor: help;
    overflow: hidden;
    
    -o-border-image: initial;
    border-image: initial;
}

.scroll-top {
	position: fixed;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background: url('../img/scroll-top.svg') 50% 50% no-repeat;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs__link {
	color: #3F5C80;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	line-height: 2;
}

.breadcrumbs__link::after {
    margin: 0 10px;
    content: '';
    width: 4px;
    height: 4px;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
}
.map-title {
	position: absolute;
	z-index: 1000;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
	display: none;
	padding: 5px 20px;
	border-radius: 5px;
	background: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-image: initial;
}
.map {
	position: relative;
	cursor: help;
}
.button {
	display: inline;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
#sroaasReestrWidget > h3 {
	margin-top: 20px !important;
	text-transform: uppercase !important;
	color: #3f5c80 !important;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 15px;
	text-align: center !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}