a , a:hover{
	 text-decoration: none;
}
iframe,img {
	
	max-width:100%;
}
/* DISTANCE */
.height-10 {
	width:100%;
	height:10px;
}
.height-20 {
	width:100%;
	height:20px;
}
.height-30 {
	width:100%;
	height:30px;
}
.height-40 {
	width:100%;
	height:40px;
}
.height-50 {
	width:100%;
	height:50px;
}
.height-60 {
	width:100%;
	height:60px;
}

/* BUTTON */
.wa-button {
  background-color: #20cfad;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  nowhitespace: afterproperty;
  text-align: center;
  margin: 0 3px 3px 0;
  border: 1px solid #20cfad;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.wa-button:hover {
  background-color: #303030;
  border-color: #303030;
}
.wa-button  {
  display: block;
  color: #EAEAEA;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.wa-button:hover  {
  background-color: #303030;
  border-color: #303030;
  color: #FFFFFF;
}
.wa-button.gray {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
}
.wa-button.gray span {
  color: #aaaaaa;
}
.wa-button.gray:hover {
  border-color: #303030;
}
.wa-button.gray:hover span {
  color: #ffffff;
}


/* FEATURES */
.event-container {
  text-align: center;
  margin-bottom:60px;
}
.event-container .event-head {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.event-container .event-head .event-icon {
  line-height: 88px;
  margin: 0 auto 24px;
  border: 2px solid #9f9f9f;
  height: 88px;
  width: 88px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.event-container .event-head .event-icon i.fa {
  font-size: 36px;
  line-height: 84px;
}
.event-container .event-head h3 {
  font-size: 24px;
  margin-bottom: 5px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.event-container .event-head p {
  font-size: 13px;
  font-weight: lighter;
  color: #b7b7b7;
}
.event-container .event-head .event-line {
  border-bottom: 1px solid #e9e9e9;
  width: 60px;
  padding: 0 auto;
  height: 1px;
  display: block;
  margin: 0 auto;
}
.event-container:hover .event-head .event-icon {
  color: #19b5fe;
  border-color: #19b5fe;
  background-color: #19b5fe;
}
.event-container:hover .event-head .event-icon i.fa {
  color: #ffffff;
}
.event-container:hover .event-head h3 {
  color: #19b5fe;
}

// SUCCESS
.buy-success  .field {
	width:150px;
	display:inline-block;
}