@charset "utf-8";

/*------------------------------------------
// User style start
// change
----------------------------------------- */
.general-button  {
  border-radius: 0px;
  background-color: #fef38b;
}

.general-button:before  {
  border-radius: 0px;
  border-bottom: 0px solid rgba(253,235,63, 0);
  background-color: rgba(253,235,63, 0);
}

.button-content  {
  border-radius: 0px 0px 0px 0px;
  padding: 14px 12px;
  box-shadow: 0px 0px 0px 0px rgba(253,235,63, 0);
  color: #070000;
}

.button-text  {
  padding: 0px 12px;
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 700;
}
.button-text  a{
  	text-decoration: none !important;
}
.button-text  a:hover{
  	text-decoration: underline !important;
}
/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -2px;
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
  background-color: #fef49a;
}

.general-button:hover:before  {
  border-bottom: 2px solid rgba(253,235,63, 0);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 2px 0px 0px rgba(253,235,63, 1);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #fdf071;
  box-shadow: 0px 1.4px 0px 0px rgba(253,232,37, 1) inset;
}

.general-button:active:before  {
  top: -2px;
  padding-bottom: 2px;
  border-bottom: 0px solid rgba(253,235,63, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(253,235,63, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

/*
.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none !important;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #fef38b;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(253,235,63, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(253,235,63, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #fdf071;
  box-shadow: 0px 1.4px 0px 0px rgba(253,232,37, 1) inset;
}

.touch .general-button:active:before  {
  top: -2px;
  padding-bottom: 2px;
  border-bottom: 0px solid rgba(253,235,63, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(253,235,63, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */
