
[data-code="TR"],
[data-code="MA"],
[data-code="DZ"],
[data-code="TN"],
[data-code="LY"],
[data-code="EG"],
[data-code="SY"],
[data-code="LB"],
[data-code="JO"],
[data-code="IL"],
[data-code="IQ"],
[data-code="SA"],
[data-code="WE"],
[data-code="RU"],
[data-code="IS"],
[data-code="CH"],
[data-code="NO"],
[data-code="RS"],
[data-code="XK"],
[data-code="BA"],
[data-code="ME"],
[data-code="AL"],
[data-code="MK"],
[data-code="UA"],
[data-code="BY"],
[data-code="MD"],
[data-code="_2"],
[data-code="PS"]
 {
 stroke: #8D8A8B;
 stroke-width: 1px;
}

.jvectormap-zoomin {
    bottom: 40px;
}

.jvectormap-zoomout {
    bottom: 5px;
}

#map .jvectormap-zoomin, #map .jvectormap-zoomout{
width: 20px;
height: 20px;
line-height: 20px;
top:auto;
}

.map-container{
	width:100%;
	height:auto;
	max-width:960px;/*DEL*/
	position:relative;
	margin:0px auto;
}

#map{
	width:65%;
	height:500px;/*DEL*/
	float:left;
}

.map-members{
	width:45%;
	height:auto;/*DEL*/

	position:absolute;
	right:0;
	margin-top: 10%;
}

.map-members-arrow{
	float:left;
	width:10%;
	height:70px;/*DEL*/
	background-image: url('http://www.ceja.eu/wp-content/themes/MissionWP24/images/arrow-map.png');
	background-position: right;
	background-repeat: no-repeat;
	/*margin-top: 27%;*/
	margin-top:12%;
	background-size: contain;
}

.map-members-list{
	float:left;
	width:80%;
	padding:0 5%;
	/*height:350px; DEL */
	min-height:170px;
	background-color:#6E9FA2;
	color:#F1F1F1;
	border-top-left-radius:     20px;
	border-top-right-radius:    20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius:  20px;
}

.map-members-list h1{
	font-size: 28px;
	color: #EEE;
	text-transform: uppercase;
	margin-top: 10px;
}

.map-members-list a{
	text-decoration: none;
	color:#F1F1F1;
	display:block;
}

.map-members-list a:hover{
	text-decoration: underline;
	color:#C2C2C2;
}

.map-members-list span{
	display: block;
	float: left;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background-image:url('/wp-content/themes/MissionWP24/images/anchor-website-3.png');
	background-repeat:no-repeat;
	background-position:center;
}

.map-members-list h2{
	font-size: 18px;
	line-height:24px;
	color:#F1F1F1;
	display: inline-block;
	width: 85%;
}

.map-members-list h2:hover{
	text-decoration:underline;
}

.map-members-list h3{
	font-size: 14px;
	margin-left: 25px;
	line-height: 20px;
	margin-bottom: 30px;
	color: #2F2F2F;
	letter-spacing: 1.6px;
	padding-left: 25px;
	background-image: url('/wp-content/themes/MissionWP24/images/ico-phone.png');
	background-repeat:no-repeat;
	background-size: contain;
	background-position: left center;
	min-height: 20px;
}

.map-stat-container{
	width:100%;
	float:left;
	margin-bottom: 100px;

}

.header-stat{
	margin: 40px auto;
	width:80%;
	max-width: 600px;
	border-bottom:2px dashed #8D8A8B;
	text-align: center;
}

.header-stat h2{
	display:inline;
	color:#EB5E00;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform:uppercase;
}

.header-stat span{
	margin-bottom: 10px;
	display:block;
}

.header-stat .eu{
	color:#6A93C4;
}


.map-stat-container .stat{
	width:28.33%;
	float:left;
	margin:0 2.5%;
	height:auto;
	text-align: center;
}


.c-stat{
	float:left;
	height:0;/*DEL*/
}

.c-stat-1{
	width:55%;
	/*background:#e4f; DEL*/
	height:0;
	padding-bottom: 55%;
}

.c-stat-2{
	width:15%;
	height:0;
	padding-bottom: 55%;
	background-image: url('http://www.ceja.eu/wp-content/themes/MissionWP24/images/slash-stat.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.c-stat-3{
	width:30%;
	/*background: #66e; DEL*/
	height:auto;
}

.c-stat-eu{
	width:60%;
	margin: 0 auto;
	float:none;
	/*background: #66e; DEL*/
	height:auto;
}

/*ADDED CLASS*/
.d-none{
	display: none;
}
/*ADDED CLASS*/

.circle-text {
width:100%;
}

.circle-text:after {
content: "";
display: block;
width: 90%;
height:0;
padding-bottom: 90%;
-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
border-radius: 50%;
}

.circle-text div {
float:left;
width:100%;
padding-top:50%;
line-height:1em;
margin-top:-0.5em;
text-align:center;
color:white;
	font-weight:bold;
}

.c-stat-1 .circle-text:after{
	border:6px solid #EB5E00;
}

.c-stat-1 .circle-text div{
	color:#EB5E00;
	font-size: 34px;
}

.c-stat-3 .circle-text:after{
	border:6px solid #6A93C4;
	width: 80%;
	padding-bottom: 80%;
	margin-top: 50%;
}


.c-stat-3 .circle-text div{
	color:#6A93C4;
}

/*ADDED CLASS*/
.c-stat-eu .circle-text div{
	font-size: 34px;
}

.c-stat-eu .circle-text:after{
	width:90%;
	padding-bottom:90%;
	margin:0;
}    
/*ADDED CLASS*/

.stat-value{
	width:100%;
	float:left;
	padding-top: 40px;
	font-size: 22px;
	color:#8C8A8B;
}