.map-tabs .map-tabs-nav {
    margin: 0;
    padding: 0;
}

.map-tabs .map-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .map-tabs .map-tabs-tab {
	/*width: 20%;*/
  }
}
.map-tabs-state-active .map-tabs-anchor {
/*  font-weight: bold;*/
}

.map-tabs-anchor {
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;

  display: inline-block;
  position: relative;
  padding: 10px 0px;

  font-size:14px;
  text-decoration: none;

  position: relative;
  display: block;
  background: #ffffff;
  color: #111111;
}

@media only screen and (min-width: 768px) {
  .map-tabs-anchor {
	padding: 20px 0px;
	font-size: 24px;
  }

  .map-tabs-anchor:after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 20px;
	height: 20px;

	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);

	background-repeat: no-repeat;
	background-image: url(../img/cd-icons.svg);
	background-position: 0px 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	transition: 0.3s;
  }
  .map-tabs-anchor:hover:after, 
  .map-tabs-state-active .map-tabs-anchor:after { 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
  }
}

.map-tabs .map-tabs-accordion-title {
  display: none;
}
.map-tabs .map-tabs-panel {
  padding: 20px 15px 50px;
  display: none;
  width: 100%;
 /* opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;*/
}
.map-tabs .map-tabs-panel.map-tabs-state-active {
  /*display: block;*/
  border-bottom: 1px solid #eaeaea;
 /* opacity: 1;*/

}
.map-tabs .map-tabs-panel .col-2 {
  margin-bottom: 30px;
}
/*.map-tabs .map-tabs-panel .col-2:nth-of-type(2) {
  margin-top: 4em;
}*/

/* Accordion responsive breakpoint */
@media only screen and (min-width: 768px) {
    .map-tabs .map-tabs-nav {
        /*display: none;*/
    }

    .map-tabs .map-tabs-accordion-title {
        /*display: block;*/
    }
    .map-tabs .map-tabs-panel {
      font-size: 0;
    }
    .map-tabs .map-tabs-panel .col-2 {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 50px;
    }
    /*.map-tabs .map-tabs-panel .col-2:nth-of-type(2) {
  	 margin: 0;
    }*/
  /*.map-tabs-anchor {
	display: none;
  }
  .map-tabs-state-active .map-tabs-anchor {
	display: block;
  } */

}


/*World Map*/
/* -------------------------------- 

World Map

-------------------------------- */
#wm-wrap  > li > a {
	display: block;
	position: relative;
	padding: 0 20px;

	font-size:24px;
	text-decoration: none;
	background: #ffffff;

	width: 100%;
	height: 60px;
	line-height: 60px;

  position: relative;
  display: block;
  background: #ffffff;
  color: #111111;
  font-size: 1.6rem;
}
#wm-wrap  > li:hover > a,
#wm-wrap  > li:target > a, #wm-wrap  > li > a.active {
	color: #ccad13;
}

.wm-area-wrap {
width:100%;
display:none;
padding:20px 0 50px;
}
@media only screen and (min-width: 1024px) {
  .wm-area-wrap {
	padding:20px 0 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .wm-area-wrap {
	padding:20px 5% 50px;
  }
}
.wm-area-wrap figure {
width:100%;
margin:20px 0 80px;
}
.wm-area-wrap figure img {
width:100%;
max-width:100%;
}
.wm-country {
width:100%;
margin-top:4em;
font-size:14px;
}
.wm-country:first-child { margin:0; }
.wm-country h4 { 
display:block;
margin-bottom:10px;
font-weight:normal;
}
.wm-country-link h4 { color:#ccad13; }
.wm-country strong, .wm-country p { padding:0 0; }

.wm-country span.tag-rmc, .wm-country span.tag-ic {
    width: 100%;
    display: block;
    font-size: 11px;
    padding: 1px 0 1px 10px;
	margin-bottom:15px;
	color:#444444;

	position:relative;
}
.wm-country span.tag-rmc:before, .wm-country span.tag-ic:before {
  content: '';
  display: block;
  background-color:#099;
  height: 7px;
  width: 6px;
  border-radius:6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wm-country span.tag-ic { }
.wm-country span.tag-ic:before { background-color:#C00; }


#map {
  width:100%;
  background-color:#ffffff;
  position:relative;
  padding-bottom:20px;
}
#map img { width:100%; max-width:100%; margin:0 auto; }
#map figure#map1, #map figure#map2, #map figure#map3, #map figure#map4, #map figure#map5 {
  width: 100%;
  position: absolute;
  opacity: 0;
  left: 0%;
  top: 0%;
  z-index: 1;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.link-asia.map-tabs-state-active ~ #map figure#map1, .link-asia:hover ~ #map figure#map1, #map-link-asia:hover ~ #map1, 
.link-africa-me.map-tabs-state-active ~ #map figure#map2, .link-africa-me:hover ~ #map figure#map2, #map-link-africa-me:hover ~ #map2, 
.link-europe.map-tabs-state-active ~ #map figure#map3, .link-europe:hover ~ #map figure#map3, #map-link-europe:hover ~ #map3, 
.link-nm-america.map-tabs-state-active ~ #map figure#map4, .link-nm-america:hover ~ #map figure#map4, #map-link-nm-america:hover ~ #map4, 
.link-s-america.map-tabs-state-active ~ #map figure#map5, .link-s-america:hover ~ #map figure#map5, #map-link-s-america:hover ~ #map5 {
  width: 100%;
  opacity: 1;
}
#map-link-asia:hover ~ #map1,
#map-link-africa-me:hover ~ #map2, 
#map-link-europe:hover ~ #map3, 
#map-link-nm-america:hover ~ #map4, 
#map-link-s-america:hover ~ #map5 {
  z-index: 2;
}
#worldmap ul {
  float: left;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
#worldmap ul > div,
#worldmap ul > li {
  float: right;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.map-link {
  -webkit-transform: none;
  transform: none;
  position: absolute;
  z-index: 99;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.map-link-asia {
  top: 29%;
  right: 18%;

  width: 21%;
  height: 50%;
}
.map-link-africa-me {
  top: 40.5%;
  right: 39%;

  width: 17%;
  height: 38%;
}
.map-link-europe {
  top: 7%;
  left: 42%;

  width: 21%;
  height: 34%;
}
.map-link-nm-america {
  top: 4%;
  left: 9%;

  width: 26%;
  height: 48%;
}
.map-link-s-america {
  top: 52%;
  left: 26%;
  width: 14%;
  height: 39%;
}
