div.modal {
  position: absolute;
  display: none;
  z-index: 999;
  top: 7%;
  left: 50%;
  width: 70%;
  margin-left: -35%;
  text-align: center;
  color: #ffffff;
}
div.modal p{
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
div.modal .selectLang {
  padding: 15px 5%;
  height:auto;
  box-sizing: border-box;
}
.selectLang ul{
	margin-bottom: 20px;
}
.selectLang ul li{
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.selectLang ul li a{
  display: block;
  margin: auto;
  padding: 15px 10px;
  width: 90%;
  background: #fcfcfc;
  box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .75);
  border: solid 1px #cccccc;
  border-bottom: solid 1px #8c8c8c;
  border-radius: 10px;
  border-radius: .625rem;  
  color: #2a201d;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.close_modal a {
  display: block;
  margin: auto;
  padding: 5px 10px;
  min-height: 40px;
  width: 40%;
  font-size: 16px;
  font-size: 1rem;
  background: #2a201d;
  border: solid 1px rgba( 255, 255, 255, .15);
  box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .75);
  border-radius: 10px;
  border-radius: .625rem;  
  color: #ffffff;
  box-sizing: border-box;
  vertical-align: middle;
}
