#unfe-map {
  overflow: hidden;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#unfe-map .sleeve {
  background-color: rgba(67,156,214,0.90); 
  border: 1px solid #324551;
  padding-bottom: 70%;
  height: 0;

}


#unfe-map svg {
  fill: #FFFFFF;

  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

}

#unfe-map svg *[active] {
  fill: #324551;
  cursor: pointer;
}

#unfe-map .menu-bar {
  position: absolute;
  right: 20px;
  top: 20px; 
  padding: 10px 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 80;
}

#unfe-map .menu-bar span {
  display: block;
  position: relative;
  border-radius: 2px;
  background-color: #FFFFFF;
  height: 2px; 
}

#unfe-map .menu-bar span:before {
  content: '';
  position: absolute;
  border-radius: 2px;
  background-color: #FFFFFF;
  height: 2px; 
  left: 0;
  right: 0;
  top: -10px;
}

#unfe-map .menu-bar span:after {
  content: '';
  position: absolute;
  border-radius: 2px;
  background-color: #FFFFFF;
  height: 2px; 
  left: 0;
  right: 0;
  bottom: -10px;
}


#unfe-map .popup-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#unfe-map .popup {
  display: none;
  position: absolute;
  top: 100px;
  left: 100px;
  bottom: 100px;
  right: 100px;
  background-color: rgba(67,156,214,0.90); 
  z-index: 90;
  width: calc( 100% - 200px );
}

#unfe-map .popup .popup-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF; 
  overflow-y: auto;
  padding: 15px 0 15px 15px;
  width: 100%;
  box-sizing: border-box;
}

#unfe-map .popup .close {
  position: absolute;
  top: -80px;
  right: -80px;
  background-image: url(../img/cross-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;  
  width: 24px;
  height: 24px;
  cursor: pointer;
}


#unfe-map .country-info {
  z-index: 100;
}



#unfe-map .popup .popup-content .input-filter {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  background-color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}

#unfe-map .popup .popup-content .input-filter::-webkit-input-placeholder {
  color: #DDDDDD;   
}
#unfe-map .popup .popup-content .input-filter:-moz-placeholder {
  color: #DDDDDD;   
}
#unfe-map .popup .popup-content .input-filter::-moz-placeholder {
  color: #DDDDDD;   
}
#unfe-map .popup .popup-content .input-filter:-ms-input-placeholder {  
  color: #DDDDDD;   
}


#unfe-map .popup .popup-content .input-filter:focus::-webkit-input-placeholder {
  color: transparent;   
}
#unfe-map .popup .popup-content .input-filter:focus:-moz-placeholder {
  color: transparent;   
}
#unfe-map .popup .popup-content .input-filter:focus::-moz-placeholder {
  color: transparent;   
}
#unfe-map .popup .popup-content .input-filter:focus:-ms-input-placeholder {  
  color: transparent;   
}

#unfe-map .popup .popup-content .country-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#unfe-map .popup .popup-content .country-list li {
  margin: 0 0 5px 0;
  padding: 10px;
  background-color: #439CD6;  
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background-size: auto 90%;
  background-position: right 10px center;
  background-repeat: no-repeat;
  
}

#unfe-map .popup .popup-content .country-list li:hover {
  background-color: #2f7093;
}

#unfe-map .popup .popup-content .no-results {
  display: none;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #439CD6;  
}


#unfe-map .popup .popup-content .images-wrap {
  position: relative;
  margin-bottom: 15px;
  min-height: 65px;
  background-color: #439CD6;
  overflow: hidden;
}

#unfe-map .popup .popup-content .images-wrap svg,
#unfe-map .popup .popup-content .images-wrap img {
  width: 100%;
  height: auto;
  float: left;
}

#unfe-map .popup .popup-content .images-wrap .map {
  position: absolute;
  bottom: 15px;  
  right: 15px;
  max-width: 300px;
  max-height: 300px;
}


#unfe-map .popup .popup-content .country {
  position: absolute;
  top: 15px;  
  left: 15px;
  background-color: #FFFFFF;
  color: #439CD6;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
}

#unfe-map .popup .popup-content .title {
  color: #439CD6;
  font-size: 24px;
  line-height: 20px;  
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 0px;
  clear: both;
}

#unfe-map .popup .popup-content .date {
  color: #439CD6;
  font-size: 14px;
  line-height: 16px;  
  font-weight: normal;
  margin-bottom: 15px;
}

#unfe-map .popup .popup-content .content p,
#unfe-map .popup .popup-content .content li {
  font-size: 16px;
  line-height: 20px;  
  font-weight: normal;
  margin-bottom: 15px;
}

#unfe-map .info-bar {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 150px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  white-space: nowrap;
}

/*
.mCSB_inside>.mCSB_container {
  margin-right: 15px !important;
}
*/

.mCSB_scrollTools {
  width: 30px !important;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 30px 0 !important;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  background-color: red;
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
  margin: 0 6px !Important;
  border: 1px solid rgba(67,156,214,1); 
  background-color: #FFFFFF;
  opacity: 1 !important;
  background-image: none !important;
  font: normal normal normal 14px/1 FontAwesome;
}

.mCSB_scrollTools .mCSB_buttonDown:after,
.mCSB_scrollTools .mCSB_buttonUp:after {
  content: "\f106";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: rgba(67,156,214,1); 
}

.mCSB_scrollTools .mCSB_buttonDown:after {
  content: "\f107";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(67,156,214,1) !important; 
}

@media screen and ( max-width: 600px ) {
  #unfe-map .popup {
    top: 60px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    width: calc( 100% - 20px );
  }
  #unfe-map .popup .close {
    position: absolute;
    top: -40px;
    right: 10px;
  }
  #unfe-map .popup .popup-content .country {
    padding: 5px 5px;
    font-size: 16px;
    line-height: 16px;
  }
  #unfe-map .popup .popup-content .images-wrap {
    background-color: #FFFFFF;
  }  

}