#my-agile-privacy-notification-area,
#map-blocked-content-notification-area {
	position: absolute;
	box-sizing: border-box;
	left: 0px;
	width: 100%;
	padding: 20px 35px;
	display: none;
	z-index: 100000;
	font-weight: 300;
	font-size: 16px;
}

#map-blocked-content-notification-area {
    padding: 8px 14px;
    font-size: 12px;
}


#my-agile-privacy-notification-area.isBottom,
#map-blocked-content-notification-area.isBottom{
    position:fixed;
    bottom:0px;
}


#my-agile-privacy-notification-area.isTop,
#map-blocked-content-notification-area.isTop {
    position:fixed;
    top:0px;
}


#my-agile-privacy-notification-area.isBottom.withEffects,
#map-blocked-content-notification-area.isBottom.withEffects {
    border-radius: 20px 20px 0px 0px;
}


#my-agile-privacy-notification-area.isTop.withEffects,
#map-blocked-content-notification-area.isTop.withEffects {
    border-radius: 0px 0px 20px 20px;
}


#my-agile-privacy-notification-area.withEffects,
#map-blocked-content-notification-area.withEffects{
    box-shadow: rgba(0, 0, 0, 0.56) 0px -22px 70px 4px;
}


#my-agile-privacy-notification-area a {
    cursor: pointer;
}

#my-agile-privacy-notification-area .map-closebutton-right {
    position: absolute;
}

#my-agile-privacy-notification-area.isBottom .map-closebutton-right {
	right: 15px;
	top: 15px;
}

#my-agile-privacy-notification-area.isTop .map-closebutton-right {
	right: 10px;
	top: 10px;
}
#my-agile-privacy-notification-area .map-closebutton-right a {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #444;
    -webkit-mask-image: url('../svg/times-circle.svg');
    mask-image: url('../svg/times-circle.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

#my-agile-privacy-notification-area .map-closebutton-right a:hover {
	background-color: #FF4539;
}

#my-agile-privacy-notification-area .map-head {
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0;
}

#my-agile-privacy-notification-area .map-area-container,
#map-blocked-content-notification-area .map-area-container {
	display: flex;
	flex-wrap: nowrap;
    float: none;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}


#map-blocked-content-notification-area .map_notification-message{
    width:100%;
    text-align:center;
}

#my-agile-privacy-notification-area .map_notification-message {
    width: 70%;
    text-align: left;
    font-weight: 400;
    line-height: 16px;
}

#my-agile-privacy-notification-area .map_notification_container {
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#my-agile-privacy-notification-area .map-button.map-button-style {
    display: inline-block;
    margin: 0px 10px 0px 5px;
    padding: 10px 13px;
    font-size: 1em;
    font-weight: 400;
}

#my-agile-privacy-notification-area.withEffects .map-button.map-button-style {
    border-radius:10px;
}


#my-agile-privacy-notification-area .map-button.map-button-style:hover {
	filter: brightness(0.9);
}

#my-agile-privacy-notification-area .map-button span {
	position: relative;
	display: inline-block;
	top: 2px;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
#my-agile-privacy-notification-area .map-button.map-accept-button span {
    -webkit-mask-image: url('../svg/check-duotone.svg');
    mask-image: url('../svg/check-duotone.svg');
}

#my-agile-privacy-notification-area .map-button.map-reject-button span {
    -webkit-mask-image: url('../svg/times-duotone.svg');
    mask-image: url('../svg/times-duotone.svg');
}

#my-agile-privacy-notification-area .map-button.map-customize-button span {
	-webkit-mask-image: url('../svg/indent-duotone.svg');
    mask-image: url('../svg/indent-duotone.svg');
}

#my-agile-privacy-consent-again {
	position: fixed;
	bottom: 10px;
	margin: 0;
    padding: 6px 15px 6px 40px;
	font-size: 12px;
	background: #fff;
	color: #444;
	z-index: 200000;
    border-radius: 15px;
}

#my-agile-privacy-consent-again.withEffects{
	box-shadow: rgba(0, 0, 0, 0.40) 0 0 70px 4px;
}

#my-agile-privacy-consent-again.map_displayNone{
    display:none;
}

#my-agile-privacy-consent-again.left_position {
	left: 20px;
}

#my-agile-privacy-consent-again.right_position {
	right: 20px;
}

#my-agile-privacy-consent-again::before {
	content: ' ';
	position: absolute;
	top: -1px;
	left: 0;
	width: 32px;
	height: 100%;
	background: url('../img/fox.png') no-repeat left center;
	background-size: 32px 32px;
}

#my-agile-privacy-consent-again.nologo {
	padding-left: 15px;
}

#my-agile-privacy-consent-again.nologo::before {
	background: none;
}

#my-agile-privacy-consent-again a {
	color: #444;
}

#my-agile-privacy-consent-again a:hover {
	text-decoration: underline;
}


@media (max-width: 985px) {
    #my-agile-privacy-notification-area .map-bar-message {
        width:100%;
        text-align: left;
    }
}

.map-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.map-container-fluid a {
	color: #444;
}

.map-container-fluid a:hover {
	text-decoration: underline;
	color: #444;
}

.map-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transform: scale(0);
    overflow: hidden;
    outline: 0;
}


.map-modal-body .modal_credits {
	font-size: 11px;
	text-align: right;
	padding-top: 15px;
}

.map-modal-body a {
    font-size: 1em;
    color: #444;
    text-decoration: underline;
}

.map-modal-body img{
    width: 146px!important;
    height: 66px!important;
}

.map-modal-body a:hover {
    font-size:1em;
}

.map-modal-body .modal_credits a {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.map-modal-backdrop.map-fade {
    opacity: 0;
}

.map-modal-backdrop.map-show {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.map-modal-open {
    overflow: hidden;
}

.map-modal-open .map-modal {
    overflow-x: hidden;
    overflow-y: auto;
}


.map-modal.map-fade .map-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.map-modal.map-show .map-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.map-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity ease-in-out 0.5s;
}


.map-modal-backdrop.map-fade {
    opacity: 0
}

.map-modal-backdrop.map-show {
    opacity: .5;
    display: block;
}

.map-modal.map-show {
    display: block;
}

.map-modal a {
    text-decoration: none;
}

.map-modal .map-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

@media (min-width: 576px) {
    .map-modal .map-modal-dialog {
        max-width:500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}

@media (min-width: 992px) {
    .map-modal .map-modal-dialog {
        max-width: 900px;
    }
}

.map-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    box-sizing: border-box;
    outline: 0
}

.map-modal-content.withEffects{
    border-radius: .2rem;
}

.map-modal-content .map-modal-body{
    margin:0px;
    padding: 20px 10px;
}

.map-modal .row {
    margin: 0 -15px;
}

.map-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.map-modal .map-modal-close {
	position: absolute;
    right: 10px;
    top: 10px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #444;
	-webkit-mask-image: url('../svg/times-circle.svg');
	mask-image: url('../svg/times-circle.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.map-modal .map-modal-close:focus {
    outline: 0;
}

.map-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px;
}

.map-switch input[type="checkbox"] {
    display: none!important;
}

.map-switch .map-slider {
    background-color: #e3e1e8;
    height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.map-switch .map-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px;
}

.map-switch input:checked + .map-slider {
    background-color: #4dd06b;
}

.map-switch input:checked + .map-slider:before {
    transform: translateX(18px);
}

.map-switch .map-slider {
    border-radius: 34px;
    font-size: 0;
}

.map-switch .map-slider:before {
    border-radius: 50%;
}

.map-tab-content {
    background: #ffffff;
}

.map-tab-content>.map-active {
    display: block;
}

.map-fade {
    transition: opacity .15s linear;
}

.map-tab-content {
    width: 100%;
    padding: 30px;
}

@media (max-width: 767px) {
    .map-tab-content {
        padding: 30px 10px;
    }
}

.map-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0;
}


@media (min-width: 576px) {
    .map-modal .map-modal-dialog {
        max-width:500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}


.map-nav-pills, .map-tab-content {
    width: 100%;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .map-nav-pills, .map-tab-content {
        padding: 30px 10px;
    }
}


.map-tab-header {
    display: flex;
    justify-content: space-between;
}

.map-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}


.map-tab-header a:before {
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 10px;
}



.map-tab-header a.map-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1em;
    color: #000;
    text-transform: capitalize;
    margin:0px;
}

@media (max-width: 425px) {
    .map-tab-header a.map-nav-link {
        max-width:180px;
    }
}


.map-tab-header.map-tab-active .map-nav-link:before {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.map-tab-header {
    padding: 12px 15px;
    margin-top: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
    background-color: #f2f2f2;
}

.map-tab-header.withEffects{
    border-radius: 5px;
}


.map-tab-container h4,.map-tab-container h1 {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0;
}


.map-tab-container p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000;
}


.map-tab-content {
    display: none;
    background: #fafafa;
}

.map-tab-section .map-tab-content {
    padding: 10px 20px 5px 20px;
}

.map-tab-section {
    margin: 0px 5px 0px 0px;

}


@media (min-width: 992px) {
    .map-modal .map-modal-dialog {
        max-width: 800px;
    }
}

.map-switch .map-slider:after {
    content: attr(data-map-disable);
    position: absolute;
    right: 50px;
    color: #000;
    font-size: 12px;
    text-align: right;
    min-width: 60px;
    top:4px;
    text-transform: none;
}

.map-switch input:checked + .map-slider:after {
    content: attr(data-map-enable);
}

span.map-necessary-caption {
    color: #000;
    font-size: 12px;
    margin:0px;
}

.map-modal.map-blowup.map-out {
    z-index: -1;
}
.map-modal.map-blowup {
    z-index: 999999;
    transform: scale(1);

  }
  .map-modal.map-blowup .map-modal-dialog {
    animation: blowUpModalAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .map-modal.map-blowup.map-out .map-modal-dialog
  {
    animation: blowUpModalAnimationTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  @keyframes blowUpModalAnimation {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes blowUpModalAnimationTwo {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
        transform: scale(0.5);
        opacity: 0;
      }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }
  .map-tab-section .cookielawinfo-row-cat-table td, .map-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px;
}
.map_settings_button{
    cursor: pointer;
}

.map-sr-only{
    display: none;
    font-size:16px;
}


@media (max-width: 768px) {
    #my-agile-privacy-notification-area .map_notification-message {
        width:55%;
        text-align: left;
        line-height: 16px;
    }

	#my-agile-privacy-notification-area .map_notification_container {
		width: 45%;
		flex-wrap: nowrap;
		justify-content: flex-end;
		font-size: 12px;
		margin-left: 0;
	}
	#my-agile-privacy-notification-area .map-button.map-button-style {
		margin: 0 5px 0 0;
	}
}

@media (max-width: 615px) {
	#my-agile-privacy-notification-area .map-area-container {
		flex-wrap: wrap;
	}

    #my-agile-privacy-notification-area .map_notification-message {
        width:100%;
        text-align: left;
		font-size: 14px;
        line-height: 16px;
    }

	#my-agile-privacy-notification-area .map_notification_container {
		width: 100%;
		flex-wrap: nowrap;
		justify-content: space-around;
		margin-top: 20px;
		font-size: 11px;
	}
	#my-agile-privacy-notification-area .map-button.map-button-style {
		margin: 0 5px 0 0;
	}

	#my-agile-privacy-consent-again {
		bottom: 5px;
	}

    #my-agile-privacy-consent-again.withEffects {
		box-shadow: rgba(0, 0, 0, 0.20) 0 0 40px 4px;
    }

	#my-agile-privacy-consent-again::before {
		top: 0;
		left: 0px;
		width: 35px;
		background-size: 30px 30px;
	}

	#my-agile-privacy-consent-again.left_position {
		left: 5px;
	}

	#my-agile-privacy-consent-again.right_position {
		right: 5px;
	}
}

@media (max-width: 320px) {
	#my-agile-privacy-notification-area .map-button span {
		display: none;
	}

	#my-agile-privacy-consent-again {
		font-size: 9px;
	}

	#my-agile-privacy-consent-again::before {
		top: 0;
		left: -5px;
		width: 28px;
		background-size: 28px 28px;
	}
}

.map_inline_notify{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    border: 1px solid #FFEEBA;
    background: #FFF3CD;
    font-size:1rem;
    text-align: center;
    line-height: 1.5rem;
}

.map_custom_notify{
    display: none;
	background: #fff9ec;
	padding: 15px;
	border: 2px solid #FFE5A7;
}



.map-privacy-overview h4 {
    font-size: 2em;
    margin-bottom: 15px;
}