/*=====  .buttons START  =====*/

.button-primary
{
  display: inline-block;
  height: 34px;
  border: none;
  background: url(../images/button-primary.jpg) repeat-x 0 0;
  padding: 10px;
  margin: 10px 5px;
  font-size: 24px;
  font-weight: bold;
  font-family: Georgia;
  color: #ffc439;
  text-shadow: 1px 1px 2px #260008;
  position: relative;
  -moz-box-shadow: 1px 3px 14px rgba(35, 31, 32, 0.63);
  -webkit-box-shadow: 1px 3px 14px rgba(35, 31, 32, 0.63);
  box-shadow: 1px 3px 14px rgba(35, 31, 32, 0.63);
  cursor: pointer;
  text-decoration: none;
}

.button-primary:hover{
  background: url(../images/button-primary.jpg) repeat-x 0 -54px;
}

button.button-primary, input[type="button"].button-primary, input[type="submit"].button-primary{
	height: 54px;
}

button.button-small, .button-small, input[type="button"].button-small, input[type="submit"].button-small{
height:auto;
font-size:14px;
}

.button-rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.button-fullwidth {
width:100%;
}


button.button-xsmall, .button-xsmall, input[type="button"].button-xsmall, input[type="submit"].button-xsmall {
height:25px;
font-size:12px;
padding: 5px;
  margin: 5px 5px;
}

/*=====  .buttons END  =====*/

.text-center {
  text-align: center;
}

.hidden {
	display:none;
}
.m0{
margin: 0;
}