#logo span {
    background-image: url('img/Similasan_Logo.png');
}

#nav-global-box ul li {
	background-color: #339933;
	background-image: linear-gradient(150deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.9));
	color: white;
	font-weight: bold;
}

#nav-global-box ul li {
}

#article.international .text h1 {
	color: #339933;
	display: inline; 
	font-size: 19px;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 20px;
}

.map {
  position: relative;
}

.map #imgCountry{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  opacity: 0;
  pointer-events : none;
  transition: opacity 400ms;
  
}

.map img.background,
.map #imgCountry.visible {
  opacity: 1;
}

.map img.background {
  position: relative;
}

.links {
  margin-top: 3em;
}

.links a {
  display: block;
  width: 30%;
  float: left;
  margin-right: 5%;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 2.5em;
  color: inherit;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
  padding-left: 0.5em;
  box-sizing: border-box;
}

.links a:hover, .links a.visible {
  color: #393;
}

.links a:nth-of-type(3n) {
  margin-right: 0;
}

.links a:last-child {
}


