.vamtam-main {
	background-image: url(/back.jpg) !important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-attachment: scroll!important;
    background-size: cover!important;}

@media screen and (max-width: 460px) {
   h3 {
      font-size: 16px !important;
   }
}
h3 {font-weight: 700 !important;}
	a {border-bottom: none !important;}
	
.new {  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
display: inline-block;}

a.new:hover { background: rgb(53, 167, 110); }
a.new:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}

#regForm {padding:0px !important;}

.form-field-radio-item .form-field-radio-item__text {line-height: 27px !important;}