/*
05 - Button style
*/
.btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: inherit;
  letter-spacing: 2px;
  padding: .65rem 1.75rem .55rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden; }
  .btn:hover {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .btn.btn-icon {
    padding-left: 3rem; }
  .btn > i {
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    display: flex;
    width: 2.5rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    left: .5rem;
    top: 0px;
    line-height: 1;
    position: absolute; }
  .btn.btn-lg {
    padding: .95rem 2.5rem .85rem;
    font-size: 13px; }
    .btn.btn-lg > i {
      font-size: 24px;
      left: 1rem; }
    .btn.btn-lg.btn-icon {
      padding-left: 4rem; }
  .btn.btn-xs {
    padding: .45rem 1rem .35rem;
    font-size: 10px; }
    .btn.btn-xs > i {
      font-size: 16px;
      width: 1.75rem;
      left: .5rem; }
    .btn.btn-xs.btn-icon {
      padding-left: 2.5rem; }
  .btn.btn-radius {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }

.btn-dark-border {
  border: 1px solid #295D8E;
  color: #295D8E; }
  .btn-dark-border:hover, .btn-dark-border:focus, .btn-dark-border.focus, .btn-dark-border.active, .btn-dark-border.focus:focus, .btn-dark-border.active:focus, .btn-dark-border:not(:disabled):not(.disabled):active:focus {
    background: #191233;
    box-shadow: 0px 0px 20px rgba(25, 18, 51, 0.35);
    color: #fff; }

.btn-skin-border {
  border: 1px solid #295D8E;
  color: #295D8E;
  background-color: transparent; }
  .btn-skin-border:hover, .btn-skin-border:focus, .btn-skin-border.focus, .btn-skin-border.active, .btn-skin-border.focus:focus, .btn-skin-border.active:focus, .btn-skin-border:not(:disabled):not(.disabled):active:focus {
    background: #295D8E;
    box-shadow: 0px 0px 20px rgba(41, 93, 142, 0.35);
    color: #fff; }

.btn-white-border {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent; }
  .btn-white-border:hover, .btn-white-border:focus, .btn-white-border.focus, .btn-white-border.active, .btn-white-border.focus:focus, .btn-white-border.active:focus, .btn-white-border:not(:disabled):not(.disabled):active:focus {
    background-color: #295D8E;
    border-color: #295D8E;
    box-shadow: 0px 0px 20px rgba(41, 93, 142, 0.35);
    color: #fff; }

.btn-light-border {
  border: 1px solid #e5e2f3;
  color: #777386;
  background-color: transparent; }
  .btn-light-border:hover, .btn-light-border:focus, .btn-light-border.focus, .btn-light-border.active, .btn-light-border.focus:focus, .btn-light-border.active:focus, .btn-light-border:not(:disabled):not(.disabled):active:focus {
    background-color: #e5e2f3;
    border-color: #e5e2f3;
    box-shadow: 0px 0px 20px rgba(215, 210, 234, 0.35);
    color: #295D8E; }

.btn.btn-white {
  border: 0px;
  background-color: #fff;
  color: inherit; }
  .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white.active, .btn.btn-white.focus:focus, .btn.btn-white.active:focus, .btn.btn-white:not(:disabled):not(.disabled):active:focus {
    background-color: #e5e2f3;
    box-shadow: 0px 0px 20px rgba(25, 18, 51, 0.15);
    color: inherit; }

.btn.btn-light {
  border: 0px;
  background-color: #e5e2f3;
  color: inherit; }
  .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light.active, .btn.btn-light.focus:focus, .btn.btn-light.active:focus, .btn.btn-light:not(:disabled):not(.disabled):active:focus {
    background-color: #d7d2ea;
    box-shadow: 0px 0px 20px rgba(25, 18, 51, 0.15);
    color: inherit; }

.btn.btn-dark {
  border: 0px;
  background-color: #295D8E;
  color: #fff; }
  .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark.active, .btn.btn-dark.focus:focus, .btn.btn-dark.active:focus, .btn.btn-dark:not(:disabled):not(.disabled):active:focus {
    background-color: #295D8E;
    box-shadow: 0px 0px 20px rgba(25, 18, 51, 0.35);
    color: #fff; }

.btn.btn-skin {
  border: 0px;
  background-color: #295D8E;
  color: #fff; }
  .btn.btn-skin:hover, .btn.btn-skin:focus, .btn.btn-skin.focus, .btn.btn-skin.active, .btn.btn-skin.focus:focus, .btn.btn-skin.active:focus, .btn.btn-skin:not(:disabled):not(.disabled):active:focus {
    background-color: #295D8E;
    box-shadow: 0px 0px 20px rgba(41, 93, 142, 0.35);
    color: #fff; }

.btn-link {
  color: #295D8E; }
  .btn-link:hover {
    color: #777386; }

.smart-forms button {
  font-family: "Poppins", sans-serif;
  font-size: 12px !important; }

.btn.bg-facebook:hover, .btn.bg-facebook:focus, .btn.bg-facebook.focus, .btn.bg-facebook.active, .btn.bg-facebook.focus:focus, .btn.bg-facebook.active:focus, .btn.bg-facebook:not(:disabled):not(.disabled):active:focus, .btn.bg-twitter:hover, .btn.bg-twitter:focus, .btn.bg-twitter.focus, .btn.bg-twitter.active, .btn.bg-twitter.focus:focus, .btn.bg-twitter.active:focus, .btn.bg-twitter:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  box-shadow: 0px 1px 5px rgba(41, 93, 142, 0.2); }