/** Video **/
.cb-responsive-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.cb-responsive-video.widescreen {
  padding-bottom: 56.34%;
}

.cb-responsive-video.vimeo {
  padding-top: 0;
}

.cb-responsive-video embed, .cb-responsive-video iframe, .cb-responsive-video object, .cb-responsive-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}
/*------------------------------------------------------------*/
/*** Button Bar ***/
.st-element-button .btn i[class*="icon-"] {
  margin-right: 9px;
}
@media (max-width: 829px) {
  .st-element-button .btn.m_pull-left .fa,
  .st-element-button .btn.m_pull-right .fa {
    text-align: center !important;
  }
  .st-element-button.m_text-center .btn.pull-left,
  .st-element-button.m_text-center .btn.pull-right {
    float: none !important;
  }
}

/*# sourceMappingURL=button_frontend.css.map */
