@charset "utf-8";
/* CSS Document */

.mapWrap {
	position:absolute; width:100%; height:100%;
	background: #000 url('../images/mapwrap.png') center center no-repeat;
	background-size:cover;
	overflow: hidden;
	top: 0%;
}
.mapContainer {position:absolute; width:100%; height:100%; overflow: hidden;left: 50%; transform: translateX(-50%);}
#theMap {display:block; margin:0 auto; width:100%; max-height:100%; min-width:1000px;}

.plusMinus {
	/*display:none;*/
	position:absolute;
    top: 10px;
    right: 20px;
	z-index: 1;
}
.addPlus, .addMinus {
    display: block;
    color: #fff;
	opacity:1;
    font-size: 0.8em;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 3px;
	background: rgba(0,0,0,0.75);
    margin: 10px;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0 0 5px #000;
	
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.addPlus:hover, .addMinus:hover {
	background: rgba(255,255,255,0.75);
	border:1px solid #000;
	color:#000;
	box-shadow:0 0 5px #fff;
}

.pmAct {
    padding: 0;
    font-size: 0;
    border: 1px solid transparent;
    box-shadow: none;
    margin: 0;
    opacity: 0;
}

.poi {
	position:absolute; 
	opacity:0; 
	width:100%; 
	height:100%;
	max-width:22px; 
	max-height:22px; 
/*	background:#fff; 
	border:5px solid #000;*/
	background: transparent url('../images/poiBgr.png') center center no-repeat;
	border:none;
	border-radius: 50px; 
	transform:translate(-50%,-50%); 
	cursor:pointer;  
	box-shadow: 0 0 0 #fff; 
	transition:all 0.2s ease-in-out;
}

.poi:hover, .poiHover, .fActive {
	background: transparent url('../images/poiBgrHovRed.png') center center no-repeat;
	border:none;
width:100%; height:100%; max-width:30px; max-height:30px;  box-shadow: 0 0 0 #000;

}
.poi:hover {z-index:1;}


.popUps {
	display:none;
    position: absolute;
    color: #fff;
    background: #253279;
    box-shadow: 0 0 5px #000;
    padding: 10px;
    z-index: 9;
    font-weight: bold;
    min-width: 310px;
    min-height: 140px;
    border-radius: 10px;
	transform: translate(50px,-110%);
}
.popUps:before {
    content: ' ';
    width: 50px;
    height: 127px;
    position: absolute;
    left: 0;
    bottom: -13px;
    transform: translate(-100%,0);
    background: transparent url('../images/leftShape.png') left bottom no-repeat;
}

.topOut {
	transform: translate(50px,0);
}

.leftTopOut, .leftBotOut {
	transform: translate(-100%,0);
	margin: 0 0 0 -50px;
}
.leftBotOut {
	transform: translate(-100%,-110%);  
}

.topOut:before {
    content: ' ';
    width: 50px;
    height: 127px;
    transform: translate(-100%,-20%);
    background: transparent url('../images/leftShapeTop.png') left bottom no-repeat;
}


.leftTopOut:before, .leftBotOut:before {
    content: ' ';
	left:auto;
	right:0;
    width: 50px;
    height: 127px;
    transform: translate(100%,-20%);
    background: transparent url('../images/rightShape.png') left bottom no-repeat;
}
.leftBotOut:before {
	background: transparent url('../images/rightShapeTop.png') left bottom no-repeat;
	bottom: -40px;
}


.popName {font-size: 0.9em;}
.popCountry {font-size: 1.4em;}
.popcontact {
	position:absolute;
	bottom: 5px;
    left: 5px;
}
.popcontact span {display:block;font-size:0.85em; opacity:0.75;}
.popFlag {
    position: absolute;
    top: 0;
    right: 0;
}
.popFlag img {border-top-right-radius:10px; max-width: 106px; max-height: 68px;}
.popMore a {
	height: 23.5px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 5px;
    right: 10px;
	padding: 0 10px 0 0;
	background: transparent url('../images/rArr.png') right center no-repeat;
}
.popMore a:hover {text-decoration:underline;}

.mapFilter {position:absolute; top: 80%; z-index:1; display:block;background:rgba(236,235,234,0.7); width:100%;color:#000;font-size:16px;padding:0 20px;font-weight:bold; height: 40px;left: 50%; transform: translateX(-50%);}
  .mapFilter:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
.fbxTitle {font-weight:normal;display:inline-block; padding:8px 10px; background:transparent;}
.fBox {z-index: 1; margin: -2px 0 0 0; display:inline-block; vertical-align: middle; min-width:50px; position: relative; padding:0; background:transparent; cursor:pointer; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}
.fBox span { display:block; padding:0 21px; z-index: 1; height:40px; line-height:40px;}

.fBox:hover .itemsWrap div {opacity:1;font-size:11px;}


.mfItems, .spareSpace {
	position:absolute;
	opacity:0;
	width:0%;
	background:rgba(0,0,0,0.5);
	z-index: -1;
	-webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;
}

.fBox:hover {min-width:190px; background:#fff;;}
.fBox:hover .mfItems, .fBox:hover .spareSpace {
	width:100%;
	opacity:1;
}

.itemsWrap {
	overflow: hidden;
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
}
.itemsWrap div {
	width:100%;
	position: relative;
	opacity:0;
	color:#fff;
	text-transform: capitalize;
	font-size:0;
	font-weight:normal;
	padding: 5px 0 5px 7px;
	border-bottom: 1px solid #473f3b;
	transform-origin:left;
	white-space: nowrap;
	 -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;
}
.itemsWrap div:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:3px;
	height:100%;
	background: transparent;
	 -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;
}
.itemsWrap div:hover, .itemsWrap div.actItem {
	/*background: rgba(0,0,0,0.8);*/
    background: rgba(255,255,255,0.75);
    color: #000;
}
.itemsWrap div:hover:before,.itemsWrap div.actItem:before {
	/*background:#fff;*/
	background: rgba(0,0,0,0.8);	
}

div.scroll-next-map {bottom:0;position: absolute; background-color: #000;}

@media (max-width:650px) {
	.popUps {transform: translate(-50%,-105%);}
	.popUps:before {display:none;}
}