html {
  font-family: sans-serif
}

article,
footer,
header,
main,
menu,
nav {
  display: block
}

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

b {
  font-weight: 700
}

h1 {
  margin: .67em 0
}

img {
  border: 0 none;
  vertical-align: middle
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

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

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0 none;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  box-sizing: border-box
}

@media print {

  *,
  ::after,
  ::before {
    background: transparent none repeat scroll 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

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

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

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

  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

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

*,
::after,
::before {
  box-sizing: border-box
}

html {
  font-size: 10px
}

body {
  margin: 0;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  background-color: #fff
}

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

a {
  background-color: transparent;
  color: #09f;
  text-decoration: none
}

a:focus,
a:hover {
  color: #09f;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px
}

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

[role=button] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu;
  font-weight: 900;
  line-height: 1.25;
  color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px
}

.h1,
h1 {
  font-size: 30px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

p {
  margin: 0 0 11px
}

.text-center {
  text-align: center
}

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

ul ul {
  margin-bottom: 0
}

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

@media (min-width:1px) {
  .container {
    width: 768px
  }
}

@media (min-width:1024px) {
  .container {
    width: 999px
  }
}

@media (min-width:1280px) {
  .container {
    width: 1255px
  }
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline-offset: -2px
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  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.6;
  border-radius: 0;
  -moz-user-select: none
}

.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline-offset: -2px
}

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

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

.btn[disabled] {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none
}

.dropdown {
  position: relative
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 900;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: outside none none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b60007
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: outside none none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 9px 12px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #f5f5f5
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0
  }

  100% {
    background-position: 0 0
  }
}

.container::after,
.container::before,
.nav::after,
.nav::before,
.navbar-header::after,
.navbar-header::before,
.navbar::after,
.navbar::before {
  content: "";
  display: table
}

.container::after,
.nav::after,
.navbar-header::after,
.navbar::after {
  clear: both
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.show {
  display: block !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0 none
}