.kep{
opacity: 1.0; cursor: pointer;
}
.kep:hover{
opacity: 0.7;
}
.button2, .custom_button2 {
  width: 320px;
  display: inline-block;
  background: #2070ce;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  font-family: opensans-bold-webfont;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button2:hover, .custom_button2:hover {
	background: #144d91; }
.button3, .custom_button2 {
  width: 255px;
  display: inline-block;
  background: #2070ce;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  padding: 5px;
  border-radius: 10px;
  font-family: opensans-bold-webfont;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button3:hover, .custom_button2:hover {
	background: #144d91; }
