
.contact-message {
	/*Alert, Message background parameters*/
	background-color: #9ed034;
	/*padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;*/
	margin-top: 10px;
	border-width: 2px;
	border-color: Black;
	border-radius: 5px;
	/*border-style: solid;*/
	border-color: #9ed034;
	font: inherit;
	color: white;
	text-align: center;
	
}

.contact-message #alert {
	/*Alert text specific parameters*/	
}


/*close alert button parameters*/
.close {
  float: right;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: Black;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  margin-right: 10px; 
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}


.nomads {
  padding-top: 10px;
}

.g-recaptcha {
  padding-bottom: 10px;
}

.sociallist {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}


.socialurl {
	color: #9ed034;
}

.socialurl:hover {
	color: black;	
	font-weight: bold;
}