/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.ub-hide {
  display: none; }

.ub-hiding {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

.ub-toggle-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.ub-icon-holder {
  position: relative;
  -webkit-transform: translate(-25%, 25%);
      -ms-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%); }
