/* ### Modal Changes ### */
body.body-overlayed {
    overflow: visible;
}
/* ##################### */
.hide-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-container {
  margin-right: auto;
  margin-left: auto;
}
.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-container:after {
  clear: both;
}
#old-browser {
    background-color: #F3A10F;
    bottom: 80px;
    left: -175px;
    position: fixed;
    width: 230px;
    z-index: 999;
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#old-browser:hover {
    left: 0;
}
#old-browser > a {
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 16px;
    padding: 10px 55px 10px 10px;
    text-transform: uppercase;
}
#old-browser a i.fa {
    color: #ffe291;
    display: block;
    font-size: 30px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 4px #d38100;
    top: 50%;
    width: 60px;
}
