/*
================================================================================
|                                       BUTTON                                 |
================================================================================
*/
.bot_btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  letter-spacing: .7px;
  color: #333;
  border: none;
  background-color: #e0e1e2;
  text-shadow: 0 0; }
  .bot_btn:hover {
    background-color: #cacbcd; }
  .bot_btn.bot_branded-btn {
    border: none; }
  .bot_btn_lg {
    font-size: 16px;
    line-height: 22px;
    padding: 21px 31px; }
    .bot_btn_lg.bot_btn_rounded {
      -webkit-border-radius: 32px;
              border-radius: 32px; }
  .bot_btn_sm {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 18px;
    font-family: "Segoe UI", sans-serif; }
    .bot_btn_sm.bot_btn_rounded {
      -webkit-border-radius: 18px;
              border-radius: 18px; }
  .bot_btn_transparent {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent; }
    .bot_btn_transparent:hover {
      border-color: rgba(255, 255, 255, 0.9);
      background-color: transparent; }
  .bot_btn_rounded {
    -webkit-border-radius: 24px;
            border-radius: 24px; }

.bot_btn-panel {
  overflow: hidden; }
  .bot_btn-panel__inner {
    display: inline-block;
    margin-right: -8px;
    margin-bottom: -8px; }
  .bot_btn-panel_responsive .bot_btn-panel__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .bot_btn-panel_responsive .bot_btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .bot_btn-panel .bot_btn {
    margin-right: 8px;
    margin-bottom: 8px; }

@media screen and (max-width: 767px) {
  .bot_btn-panel_responsive .bot_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .bot_btn-panel_responsive .bot_btn:nth-child(odd) {
      margin-right: 4px; }
    .bot_btn-panel_responsive .bot_btn:nth-child(even) {
      margin-right: 0;
      margin-left: 4px; }
  .bot_btn-panel_responsive .bot_btn-panel__inner {
    margin-right: 0; } }

@media screen and (max-width: 480px) {
  .bot_btn-panel_responsive .bot_btn {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bot_btn-panel__inner {
    margin-right: 0; } }
