@CHARSET "ISO-8859-1";
/* COLORS */
/* PULSANTI */
.er15 .btn {
  font-family: ralewaybold;
  font-size: 10pt;
  padding: 12px 42px;
  border-radius: 2px;
  line-height: 4px; }

.er15 .btn.btn-primary {
  color: white;
  background-color: #3fa8f4;
  border-color: #3fa8f4; }

.er15 .btn.btn-primary:hover,
.er15 .btn.btn-primary:focus {
  color: #3fa8f4;
  background-color: white; }

.er15 .btn.btn-link {
  font-family: ralewaylight;
  font-size: 13pt; }

.er15 .btn.btn-link:hover,
.er15 .btn.btn-link:focus {
  text-decoration: underline; }

.er15 .btn.btn-lg {
  font-size: 18px;
  padding: 13px 45px;
  line-height: 12px; }

.er15 .btn.btn-sm {
  padding: 5px 16px; }

