@media all {
  body {
    margin: 0;
  }

  section {
    display: block;
  }

  a {
    background: transparent;
  }

  a:active,
  a:hover {
    outline: 0;
  }

  b,
  strong {
    font-weight: bold;
  }

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  small {
    font-size: 80%;
  }

  img {
    border: 0;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }

  button,
  input {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  button {
    overflow: visible;
  }

  button {
    text-transform: none;
  }

  button {
    -webkit-appearance: button;
    cursor: pointer;
  }

  input {
    line-height: normal;
  }

  @media print {
    * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]:after {
      content: " (" attr(href) ")";
    }

    a[href^="#"]:after {
      content: "";
    }

    img {
      page-break-inside: avoid;
    }

    img {
      max-width: 100% !important;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
  }

  input,
  button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  a {
    color: #428bca;
    text-decoration: none;
  }

  a:hover,
  a:focus {
    color: #2a6496;
    text-decoration: underline;
  }

  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  img {
    vertical-align: middle;
  }

  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }

  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
  }

  h1,
  h2,
  h3,
  h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }

  h1,
  h2,
  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    margin: 0 0 10px;
  }

  small {
    font-size: 85%;
  }

  ul {
    margin-top: 0;
    margin-bottom: 10px;
  }

  ul ul {
    margin-bottom: 0;
  }

  .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }

  .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  @media (min-width:718px) {
    .container {
      width: 700px;
    }
  }

  @media (min-width:897px) {
    .container {
      width: 875px;
    }
  }

  @media (min-width:1060px) {
    .container {
      width: 1030px;
    }
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col-lg-2,
  .col-md-3,
  .col-lg-3,
  .col-md-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-6,
  .col-sm-7,
  .col-md-7,
  .col-sm-10,
  .col-md-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xs-5 {
    float: left;
  }

  .col-xs-5 {
    width: 50%;
  }

  @media (min-width:718px) {

    .col-sm-5,
    .col-sm-7,
    .col-sm-10 {
      float: left;
    }

    .col-sm-10 {
      width: 100%;
    }

    .col-sm-7 {
      width: 70%;
    }

    .col-sm-5 {
      width: 50%;
    }
  }

  @media (min-width:897px) {

    .col-md-3,
    .col-md-4,
    .col-md-6,
    .col-md-7,
    .col-md-10 {
      float: left;
    }

    .col-md-10 {
      width: 100%;
    }

    .col-md-7 {
      width: 70%;
    }

    .col-md-6 {
      width: 60%;
    }

    .col-md-4 {
      width: 40%;
    }

    .col-md-3 {
      width: 30%;
    }
  }

  @media (min-width:1060px) {

    .col-lg-2,
    .col-lg-3 {
      float: left;
    }

    .col-lg-3 {
      width: 30%;
    }

    .col-lg-2 {
      width: 20%;
    }
  }

  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  }

  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .btn:focus,
  .btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .btn:hover,
  .btn:focus {
    color: #333;
    text-decoration: none;
  }

  .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }

  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
  }

  .btn-default:active {
    background-image: none;
  }

  .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }

  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }

  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }

  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }

  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }

  .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .input-group-btn:last-child>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }

  .input-group-btn>.btn {
    position: relative;
  }

  .input-group-btn>.btn:hover,
  .input-group-btn>.btn:focus,
  .input-group-btn>.btn:active {
    z-index: 2;
  }

  .input-group-btn:last-child>.btn {
    margin-left: -1px;
  }

  .clearfix:before,
  .clearfix:after,
  .container:before,
  .container:after,
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }

  .clearfix:after,
  .container:after,
  .row:after {
    clear: both;
  }

  .pull-right {
    float: right !important;
  }

  .visible-xs,
  .visible-sm,
  .visible-lg {
    display: none !important;
  }

  @media (max-width:717px) {
    .visible-xs {
      display: block !important;
    }
  }

  @media (min-width:718px) and (max-width:896px) {
    .visible-sm {
      display: block !important;
    }
  }

  @media (min-width:1060px) {
    .visible-lg {
      display: block !important;
    }
  }

  @media (max-width:717px) {
    .hidden-xs {
      display: none !important;
    }
  }

  @media (min-width:718px) and (max-width:896px) {
    .hidden-sm {
      display: none !important;
    }
  }

  @media (min-width:897px) and (max-width:1059px) {
    .hidden-md {
      display: none !important;
    }
  }

  @media (min-width:1060px) {
    .hidden-lg {
      display: none !important;
    }
  }

  .pull-right {
    float: right;
  }
}
