/* =====================================
   Frame Header/Footer
   ===================================== */
.bold {
  font-weight: bold; }

.pagination {
  margin: 20px 0 30px 0; }

input[type=submit], input[type=button] {
  display: inline-block;
  height: auto;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  border: none;
  background: #eb1a12;
  padding: 10px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #999;
  white-space: normal; }

.form-group {
  margin-bottom: 25px; }

span.info {
  position: relative; }

span.info span {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 13px;
  background: #fff;
  width: 250px;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ccc; }
  span.info span p {
    margin: 10px 0 0 0; }
  span.info span h4 {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-weight: bold;
    margin: 5px 0 10px 0; }

span.info:active span, span.info:hover span {
  position: absolute;
  right: 20px;
  left: auto;
  top: 0;
  bottom: auto;
  z-index: 11; }

@media (min-width: 375px) {
  span.info span {
    width: 295px; } }
@media (min-width: 480px) {
  span.info span {
    width: 395px; } }
@media (max-width: 599px) {
  input[type=submit], input[type=button] {
    margin-right: 8.33333333%; }

  .header__logo {
    width: 180px; } }
@media (min-width: 600px) {
  span.info span {
    width: 500px; } }
.header--calc .header__logo {
  display: block;
  padding: 15px 0; }

html {
    position: relative;
    min-height: 100%;
}
.sticky__wrapper {
    margin: 0 0 183px; /* bottom = footer height */
}

.footer--mobile {
  border-top: 40px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 183px;
  width: 100%;
  background: #f5f5f5;
  padding: 30px 0 20px 0;
  font-size: 14px; }
  .footer--mobile .footer__wrapper {
    max-width: 300px;
    margin: 0 auto; }
  .footer--mobile .nav__wrapper {
    padding: 0; }
    .footer--mobile .nav__wrapper .nav__item {
      display: block;
      float: left;
      width: 33.33333333333333%;
      text-align: center; }
      .footer--mobile .nav__wrapper .nav__item:first-child {
        text-align: left; }
      .footer--mobile .nav__wrapper .nav__item:nth-child(3), .footer--mobile .nav__wrapper .nav__item:last-child {
        text-align: right; }
  .footer--mobile .nav__item a {
    display: inline-block;
    text-decoration: none;
    color: #555; }
  .footer--mobile .contact:after {
    content: '';
    display: block;
    border-top: 1px solid #ccc;
    margin-bottom: 20px; }
  .footer--mobile .footer__social {
    margin-top: 20px;
    text-align: center; }
  .footer--mobile .copyright {
    margin-top: 20px;
    color: #a6a6a6;
    text-align: center; }
    .footer--mobile .copyright:before {
      content: '';
      display: block;
      border-top: 1px solid #ccc;
      padding-bottom: 12px; }
