/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/* Footer Breadcrumb */
.footer-top .breadcrumb {
  background-color: transparent;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-top .breadcrumb li, .footer-top .breadcrumb a {
  color: #222222;
}
@media only screen and (max-width: 480px) {
  .btn-group-theme {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
