/*	--------------	*/
/*	arrows / buttons	*/
/*	--------------	*/

.button {
  display: inline-block;
  text-decoration: none !important;
  text-align: center !important;
  border: none !important;
  color: #fff !important;
  background: ;
  width: px;
  height: px;
  line-height: px;
  font-size: 16px;
}
.button:hover {
  background: ;
}
a#contact-button-top {
  float: right;
  border-radius: 0 0 4px 4px;
  background: #1855c5;
  width: 155px;
  height: 40px;
  font-size: 1.4em;
  line-height: 2.7;
}
.button-red {
  border: none;
  width: 120px;
  height: 40px;
  display: block;
  background: #1855c5;
  box-shadow: none;
  font-size: 1.2em;
  line-height: 2.5;
  border-radius: 5px;
}
.button-red:hover {
  background: #154aad;
}
div#contact-panel-bottom .button {
  width: 185px;
  font-weight: bold;
}
