body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visible, .focusable:active, .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix {
  clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.responsive-image {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto; }

.unresponsive-image {
  width: initial;
  min-width: initial;
  max-width: initial;
  min-height: initial; }

.centered {
  max-width: 60em;
  margin: 0 auto;
  padding: 0.625em; }

.btn {
  display: inline;
  display: inline-block;
  padding: 0.9375em;
  margin-bottom: 0;
  font-size: .825em;
  font-weight: bold;
  line-height: 0.625em;
  color: #555555;
  text-align: center;
  vertical-align: middle;
  background-color: #e1e1e1;
  border: 0 solid #e1e1e1;
  border-bottom-color: #e1e1e1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .btn:hover, .btn:active {
    background-color: #c8c8c8;
    text-decoration: none;
    color: #555555; }

/*btn*/
.btn-disabled {
  cursor: default; }

.btn-primary {
  background-color: #de1f26;
  border-color: #de1f26;
  border-bottom-color: #b1191e;
  color: white !important; }
  .btn-primary:active, .btn-primary:hover {
    background-color: #b1191e; }

/*btn-primary*/
.btn-group {
  position: relative;
  text-align: right;
  margin-bottom: 0.625em; }
  .btn-group .btn {
    position: relative;
    margin-left: -1px; }
  .btn-group .btn:first-child {
    margin-left: 0; }
  .btn-group .btn.large:first-child {
    margin-left: 0; }

/*btn.btn-group*/
.btn-toolbar {
  clear: both;
  margin-top: 0.3125em;
  margin-bottom: 0.3125em; }
  .btn-toolbar .btn-group {
    display: block;
    text-align: right; }
    .btn-toolbar .btn-group .btn {
      text-transform: none;
      font-size: 0.625em;
      float: none; }

/*btn.btn-toolbar*/
.btn-empty {
  background-color: transparent;
  color: #555555;
  border: 2px solid #555555; }
  .btn-empty:hover, .btn-empty:focus, .btn-empty.active {
    background-color: #555555;
    border-color: #555555;
    color: white; }

.btn-empty-primary {
  background-color: transparent;
  color: #de1f26 !important;
  border: 2px solid #de1f26; }
  .btn-empty-primary:hover, .btn-empty-primary:focus, .btn-empty-primary.active {
    background-color: #de1f26;
    border-color: #de1f26;
    color: white !important; }
