@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  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"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #080808;
  text-decoration: none; }
  a:hover, a:focus {
    color: black;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

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

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

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

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

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

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #ff5a00; }

a.text-primary:hover,
a.text-primary:focus {
  color: #cc4800; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ff5a00; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc4800; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

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

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

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

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

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

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

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-orange {
  color: #fff;
  background-color: #ff5a00;
  border-color: #ff5a00; }
  .btn-orange:focus, .btn-orange.focus {
    color: #fff;
    background-color: #cc4800;
    border-color: #802d00; }
  .btn-orange:hover {
    color: #fff;
    background-color: #cc4800;
    border-color: #c24400; }
  .btn-orange:active, .btn-orange.active,
  .open > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #cc4800;
    border-color: #c24400; }
    .btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus,
    .open > .btn-orange.dropdown-toggle:hover,
    .open > .btn-orange.dropdown-toggle:focus,
    .open > .btn-orange.dropdown-toggle.focus {
      color: #fff;
      background-color: #a83b00;
      border-color: #802d00; }
  .btn-orange:active, .btn-orange.active,
  .open > .btn-orange.dropdown-toggle {
    background-image: none; }
  .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus,
  fieldset[disabled] .btn-orange:hover,
  fieldset[disabled] .btn-orange:focus,
  fieldset[disabled] .btn-orange.focus {
    background-color: #ff5a00;
    border-color: #ff5a00; }
  .btn-orange .badge {
    color: #ff5a00;
    background-color: #fff; }

.btn-orange.btn-link {
  color: #ff5a00; }

.btn-default {
  color: #575757;
  background-color: #E3E3E3;
  border-color: #E3E3E3; }
  .btn-default:focus, .btn-default.focus {
    color: #575757;
    background-color: #cacaca;
    border-color: #a3a3a3; }
  .btn-default:hover {
    color: #575757;
    background-color: #cacaca;
    border-color: #c4c4c4; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #575757;
    background-color: #cacaca;
    border-color: #c4c4c4; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #575757;
      background-color: #b8b8b8;
      border-color: #a3a3a3; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #E3E3E3;
    border-color: #E3E3E3; }
  .btn-default .badge {
    color: #E3E3E3;
    background-color: #575757; }

.btn-primary {
  color: #fff;
  background-color: #239fc4;
  border-color: #239fc4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #1b7c99;
    border-color: #104758; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1b7c99;
    border-color: #1a7590; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b7c99;
    border-color: #1a7590; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #16637a;
      border-color: #104758; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #239fc4;
    border-color: #239fc4; }
  .btn-primary .badge {
    color: #239fc4;
    background-color: #fff; }

.btn-secondary {
  color: #fff;
  background-color: #9b9b9b;
  border-color: #9b9b9b; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #828282;
    border-color: #5c5c5c; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #828282;
    border-color: #7d7d7d; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #828282;
    border-color: #7d7d7d; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #707070;
      border-color: #5c5c5c; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #9b9b9b;
    border-color: #9b9b9b; }
  .btn-secondary .badge {
    color: #9b9b9b;
    background-color: #fff; }

.btn-dark {
  color: #fff;
  background-color: #3D3D3D;
  border-color: #3D3D3D; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #242424;
    border-color: black; }
  .btn-dark:hover {
    color: #fff;
    background-color: #242424;
    border-color: #1e1e1e; }
  .btn-dark:active, .btn-dark.active,
  .open > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #242424;
    border-color: #1e1e1e; }
    .btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus,
    .open > .btn-dark.dropdown-toggle:hover,
    .open > .btn-dark.dropdown-toggle:focus,
    .open > .btn-dark.dropdown-toggle.focus {
      color: #fff;
      background-color: #121212;
      border-color: black; }
  .btn-dark:active, .btn-dark.active,
  .open > .btn-dark.dropdown-toggle {
    background-image: none; }
  .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus,
  fieldset[disabled] .btn-dark:hover,
  fieldset[disabled] .btn-dark:focus,
  fieldset[disabled] .btn-dark.focus {
    background-color: #3D3D3D;
    border-color: #3D3D3D; }
  .btn-dark .badge {
    color: #3D3D3D;
    background-color: #fff; }

.btn-white {
  color: #239fc4;
  background-color: #fff;
  border-color: transparent; }
  .btn-white:focus, .btn-white.focus {
    color: #239fc4;
    background-color: #e6e6e6;
    border-color: transparent; }
  .btn-white:hover {
    color: #239fc4;
    background-color: #e6e6e6;
    border-color: transparent; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    color: #239fc4;
    background-color: #e6e6e6;
    border-color: transparent; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
    .open > .btn-white.dropdown-toggle:hover,
    .open > .btn-white.dropdown-toggle:focus,
    .open > .btn-white.dropdown-toggle.focus {
      color: #239fc4;
      background-color: #d4d4d4;
      border-color: transparent; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus,
  fieldset[disabled] .btn-white:hover,
  fieldset[disabled] .btn-white:focus,
  fieldset[disabled] .btn-white.focus {
    background-color: #fff;
    border-color: transparent; }
  .btn-white .badge {
    color: #fff;
    background-color: #239fc4; }

/*
// Info appears as blue-green
.btn-info {
    @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
    @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
    @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}
*/
.btn-link {
  color: #080808;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: black;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-xlg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

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

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ff5a00; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #080808; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ff5a00; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }

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

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #080808;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: black;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ff5a00;
    border-color: #ff5a00;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #ff5a00; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #cc4800; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info, .alert-message {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr, .alert-message hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link, .alert-message .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

.visible-md {
  display: none !important; }

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

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

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

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

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

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

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

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

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.full:before, .full:after {
  content: " ";
  display: table; }

.full:after {
  clear: both; }

.full.card {
  padding-left: 0;
  padding-right: 0; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(//fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(//fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(//fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(//fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(//fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(//fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(//fonts.gstatic.com/s/roboto/v15/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(//fonts.gstatic.com/s/roboto/v15/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(//fonts.gstatic.com/s/roboto/v15/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(//fonts.gstatic.com/s/roboto/v15/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(//fonts.gstatic.com/s/roboto/v15/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(//fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(//fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(//fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(//fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(//fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(//fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(//fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(//fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(//fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsIPxuqWfQuZGbz5Rz4Zu1gk.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsENRpQQ4njX3CLaCqI4awdk.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsET2KMEyTWEzJqg9U8VS8XM.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsMH5J2QbmuFthYTFOnnSRco.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDcCYxVKuOcslAgPRMZ8RJE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsNKDSU5nPdoBdru70FiVyb0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsH4vxAoi6d67T_UKWi0EoHQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nBYyuMfI6pbvLqniwcbLofP2Ot9t5h1GRSTIE78Whtoh.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nIT75Viso9fCesWUO0IzDUX2Ot9t5h1GRSTIE78Whtoh.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nL8EBb1YR1F8PhofwHtObrz2Ot9t5h1GRSTIE78Whtoh.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nAro84VToOve-uw23YSmBS72Ot9t5h1GRSTIE78Whtoh.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nACS0ZgDg4kY8EFPTGlvyHP2Ot9t5h1GRSTIE78Whtoh.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nGPMCwzADhgEiQ8LZ-01G1L2Ot9t5h1GRSTIE78Whtoh.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(//fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPX2or14QGUHgbhSBV1Go0E.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'fontello';
  src: url("/static/fonts/fontellot.eot?v=5590");
  src: url("/static/fonts/fontello.eot?#iefix&v=5590") format("embedded-opentype"), url("/static/fonts/fontello.woff2?v=5590") format("woff2"), url("/static/fonts/fontello.woff?v=5590") format("woff"), url("/static/fonts/fontello.ttf?v=5590") format("truetype"), url("/static/fonts/fontello.svg?v=5590#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-comment:before {
  content: '\e800'; }

.icon-down-open:before {
  content: '\e801'; }

.icon-left-open:before {
  content: '\e802'; }

.icon-right-open:before {
  content: '\e803'; }

.icon-up-open:before {
  content: '\e804'; }

.icon-user:before {
  content: '\e805'; }

.icon-emo-happy:before {
  content: '\e806'; }

.icon-emo-unhappy:before {
  content: '\e807'; }

.icon-emo-cry:before {
  content: '\e808'; }

.icon-heart:before {
  content: '\e809'; }

.icon-left-dir:before {
  content: '\e80a'; }

.icon-logo-vw:before {
  content: '\e80b'; }

.icon-logo-dodge:before {
  content: '\e80c'; }

.icon-logo-kia:before {
  content: '\e80d'; }

.icon-logo-landrover:before {
  content: '\e80e'; }

.icon-logo-mazda:before {
  content: '\e80f'; }

.icon-logo-rvmarine:before {
  content: '\e810'; }

.icon-logo-jeep:before {
  content: '\e811'; }

.icon-logo-mitsubishi:before {
  content: '\e812'; }

.icon-logo-infiniti:before {
  content: '\e813'; }

.icon-logo-honda:before {
  content: '\e814'; }

.icon-logo-goauto:before {
  content: '\e815'; }

.icon-logo-go:before {
  content: '\e816'; }

.icon-logo-ford:before {
  content: '\e817'; }

.icon-logo-fiat:before {
  content: '\e818'; }

.icon-logo-carproof:before {
  content: '\e819'; }

.icon-logo-acura:before {
  content: '\e81a'; }

.icon-amvic:before {
  content: '\e81b'; }

.icon-logo-lincoln:before {
  content: '\e81c'; }

.icon-logo-toyota:before {
  content: '\e81d'; }

.icon-logo-hyundai:before {
  content: '\e81e'; }

.icon-logo-scion:before {
  content: '\e81f'; }

.icon-thumbs-down:before {
  content: '\e820'; }

.icon-up-dir:before {
  content: '\e821'; }

.icon-heart-empty:before {
  content: '\e822'; }

.icon-star:before {
  content: '\e823'; }

.icon-star-empty:before {
  content: '\e824'; }

.icon-star-half:before {
  content: '\e825'; }

.icon-right-dir:before {
  content: '\e826'; }

.icon-angle-right:before {
  content: '\e827'; }

.icon-down-dir:before {
  content: '\e828'; }

.icon-play:before {
  content: '\e829'; }

.icon-logo-nissan:before {
  content: '\e82a'; }

.icon-star-half-alt:before {
  content: '\e82b'; }

.icon-search:before {
  content: '\e82c'; }

.icon-bookmark-empty:before {
  content: '\e82d'; }

.icon-bell-alt:before {
  content: '\e82e'; }

.icon-bookmark:before {
  content: '\e82f'; }

.icon-sliders:before {
  content: '\e830'; }

.icon-cancel:before {
  content: '\e831'; }

.icon-th-list:before {
  content: '\e832'; }

.icon-th-large:before {
  content: '\e833'; }

.icon-angle-left:before {
  content: '\e834'; }

.icon-angle-down:before {
  content: '\e835'; }

.icon-angle-up:before {
  content: '\e836'; }

.icon-logo-canadianblackbook:before {
  content: '\e837'; }

.icon-info:before {
  content: '\e838'; }

.icon-steering-wheel:before {
  content: '\e839'; }

.icon-phone:before {
  content: '\e83a'; }

.icon-direction:before {
  content: '\e83b'; }

.icon-emo-wink:before {
  content: '\e83c'; }

.icon-emo-wink2:before {
  content: '\e83d'; }

.icon-comment-empty:before {
  content: '\e83e'; }

.icon-help-circled:before {
  content: '\e83f'; }

.icon-logo-jaguar:before {
  content: '\e840'; }

.icon-logo-chrysler:before {
  content: '\e841'; }

.icon-camera:before {
  content: '\e842'; }

.icon-paper-plane:before {
  content: '\e843'; }

.icon-autobody:before {
  content: '\e844'; }

.icon-call-voice:before {
  content: '\e845'; }

.icon-car:before {
  content: '\e846'; }

.icon-cards:before {
  content: '\e847'; }

.icon-cash:before {
  content: '\e848'; }

.icon-clipboard:before {
  content: '\e849'; }

.icon-cog:before {
  content: '\e84a'; }

.icon-engine:before {
  content: '\e84b'; }

.icon-expert:before {
  content: '\e84c'; }

.icon-finance:before {
  content: '\e84d'; }

.icon-handshake:before {
  content: '\e84e'; }

.icon-help:before {
  content: '\e84f'; }

.icon-oil:before {
  content: '\e850'; }

.icon-one:before {
  content: '\e851'; }

.icon-people:before {
  content: '\e852'; }

.icon-plus:before {
  content: '\e853'; }

.icon-thumbs-up:before {
  content: '\e854'; }

.icon-tie:before {
  content: '\e855'; }

.icon-tire:before {
  content: '\e856'; }

.icon-trade:before {
  content: '\e857'; }

.icon-umbrella:before {
  content: '\e858'; }

.icon-used-car:before {
  content: '\e859'; }

.icon-vehicle:before {
  content: '\e85a'; }

.icon-wrench:before {
  content: '\e85b'; }

.icon-bell:before {
  content: '\e85c'; }

.icon-fees:before {
  content: '\e85d'; }

.icon-gocard:before {
  content: '\e85e'; }

.icon-dollar:before {
  content: '\e85f'; }

.icon-ok:before {
  content: '\e860'; }

.icon-checkmark:before {
  content: '\e861'; }

.icon-molecules:before {
  content: '\e862'; }

.icon-calendar:before {
  content: '\e863'; }

.icon-plus + thin:before {
  content: '\e864'; }

.icon-location-1:before {
  content: '\e865'; }

.icon-mapmarker:before {
  content: '\e866'; }

.icon-cartop:before {
  content: '\e867'; }

.icon-bills:before {
  content: '\e868'; }

.icon-health:before {
  content: '\e869'; }

.icon-paint:before {
  content: '\e86a'; }

.icon-piggybank:before {
  content: '\e86b'; }

.icon-sun:before {
  content: '\e86c'; }

.icon-transmission:before {
  content: '\e86d'; }

.icon-wellness:before {
  content: '\e86e'; }

.icon-speedometer:before {
  content: '\e86f'; }

.icon-car-cogs:before {
  content: '\e870'; }

.icon-car-dollar:before {
  content: '\e871'; }

.icon-car-star:before {
  content: '\e872'; }

.icon-calculator:before {
  content: '\e873'; }

.icon-money:before {
  content: '\e874'; }

.icon-trade-full:before {
  content: '\e875'; }

.icon-money-thin:before {
  content: '\e876'; }

.icon-attention-alt:before {
  content: '\e877'; }

.icon-gauge:before {
  content: '\e878'; }

.icon-circle {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0; }

.icon-medium, .icon-big, .icon-huge {
  font-size: 30px;
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #fff; }
  .icon-medium.icon-circle, .icon-big.icon-circle, .icon-huge.icon-circle {
    text-align: left;
    padding: 5px 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px; }
  .icon-medium.orange, .icon-big.orange, .icon-huge.orange {
    color: #ff5a00;
    border-color: #ff5a00; }
  .icon-medium.blue, .icon-big.blue, .icon-huge.blue {
    color: #239fc4;
    border-color: #239fc4; }
  .icon-medium.blue-light, .icon-big.blue-light, .icon-huge.blue-light {
    color: #53c0e0;
    border-color: #53c0e0; }
  .icon-medium.black, .icon-big.black, .icon-huge.black {
    color: #000;
    border-color: #000; }

.icon-big {
  font-size: 40px; }

.icon-huge {
  font-size: 60px; }

.hero h1 [class^="icon-"] {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  padding: 21px 0 0 0;
  text-align: center;
  font-size: 45px; }

@font-face {
  font-family: 'Mono Social Icons Font';
  src: url("/static/fonts/MonoSocialIconsFont-1.10.eot");
  src: url("/static/fonts/MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("/static/fonts/MonoSocialIconsFont-1.10.woff") format("woff"), url("/static/fonts/MonoSocialIconsFont-1.10.ttf") format("truetype"), url("/static/fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont") format("svg");
  src: url("/static/fonts/MonoSocialIconsFont-1.10.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.p-top-150 {
  padding-top: 150px !important; }

.p-150 {
  padding: 150px !important; }

.p-top-145 {
  padding-top: 145px !important; }

.p-145 {
  padding: 145px !important; }

.p-top-140 {
  padding-top: 140px !important; }

.p-140 {
  padding: 140px !important; }

.p-top-135 {
  padding-top: 135px !important; }

.p-135 {
  padding: 135px !important; }

.p-top-130 {
  padding-top: 130px !important; }

.p-130 {
  padding: 130px !important; }

.p-top-125 {
  padding-top: 125px !important; }

.p-125 {
  padding: 125px !important; }

.p-top-120 {
  padding-top: 120px !important; }

.p-120 {
  padding: 120px !important; }

.p-top-115 {
  padding-top: 115px !important; }

.p-115 {
  padding: 115px !important; }

.p-top-110 {
  padding-top: 110px !important; }

.p-110 {
  padding: 110px !important; }

.p-top-105 {
  padding-top: 105px !important; }

.p-105 {
  padding: 105px !important; }

.p-top-100 {
  padding-top: 100px !important; }

.p-100 {
  padding: 100px !important; }

.p-top-95 {
  padding-top: 95px !important; }

.p-95 {
  padding: 95px !important; }

.p-top-90 {
  padding-top: 90px !important; }

.p-90 {
  padding: 90px !important; }

.p-top-85 {
  padding-top: 85px !important; }

.p-85 {
  padding: 85px !important; }

.p-top-80 {
  padding-top: 80px !important; }

.p-80 {
  padding: 80px !important; }

.p-top-75 {
  padding-top: 75px !important; }

.p-75 {
  padding: 75px !important; }

.p-top-70 {
  padding-top: 70px !important; }

.p-70 {
  padding: 70px !important; }

.p-top-65 {
  padding-top: 65px !important; }

.p-65 {
  padding: 65px !important; }

.p-top-60 {
  padding-top: 60px !important; }

.p-60 {
  padding: 60px !important; }

.p-top-55 {
  padding-top: 55px !important; }

.p-55 {
  padding: 55px !important; }

.p-top-50 {
  padding-top: 50px !important; }

.p-50 {
  padding: 50px !important; }

.p-top-45 {
  padding-top: 45px !important; }

.p-45 {
  padding: 45px !important; }

.p-top-40 {
  padding-top: 40px !important; }

.p-40 {
  padding: 40px !important; }

.p-top-35 {
  padding-top: 35px !important; }

.p-35 {
  padding: 35px !important; }

.p-top-30 {
  padding-top: 30px !important; }

.p-30 {
  padding: 30px !important; }

.p-top-25 {
  padding-top: 25px !important; }

.p-25 {
  padding: 25px !important; }

.p-top-20 {
  padding-top: 20px !important; }

.p-20 {
  padding: 20px !important; }

.p-top-15 {
  padding-top: 15px !important; }

.p-15 {
  padding: 15px !important; }

.p-top-10 {
  padding-top: 10px !important; }

.p-10 {
  padding: 10px !important; }

.p-top-5 {
  padding-top: 5px !important; }

.p-5 {
  padding: 5px !important; }

.p-top-0 {
  padding-top: 0px !important; }

.p-0 {
  padding: 0px !important; }

.m-top-150 {
  margin-top: 150px !important; }

.m-150 {
  margin: 150px !important; }

.m-top-145 {
  margin-top: 145px !important; }

.m-145 {
  margin: 145px !important; }

.m-top-140 {
  margin-top: 140px !important; }

.m-140 {
  margin: 140px !important; }

.m-top-135 {
  margin-top: 135px !important; }

.m-135 {
  margin: 135px !important; }

.m-top-130 {
  margin-top: 130px !important; }

.m-130 {
  margin: 130px !important; }

.m-top-125 {
  margin-top: 125px !important; }

.m-125 {
  margin: 125px !important; }

.m-top-120 {
  margin-top: 120px !important; }

.m-120 {
  margin: 120px !important; }

.m-top-115 {
  margin-top: 115px !important; }

.m-115 {
  margin: 115px !important; }

.m-top-110 {
  margin-top: 110px !important; }

.m-110 {
  margin: 110px !important; }

.m-top-105 {
  margin-top: 105px !important; }

.m-105 {
  margin: 105px !important; }

.m-top-100 {
  margin-top: 100px !important; }

.m-100 {
  margin: 100px !important; }

.m-top-95 {
  margin-top: 95px !important; }

.m-95 {
  margin: 95px !important; }

.m-top-90 {
  margin-top: 90px !important; }

.m-90 {
  margin: 90px !important; }

.m-top-85 {
  margin-top: 85px !important; }

.m-85 {
  margin: 85px !important; }

.m-top-80 {
  margin-top: 80px !important; }

.m-80 {
  margin: 80px !important; }

.m-top-75 {
  margin-top: 75px !important; }

.m-75 {
  margin: 75px !important; }

.m-top-70 {
  margin-top: 70px !important; }

.m-70 {
  margin: 70px !important; }

.m-top-65 {
  margin-top: 65px !important; }

.m-65 {
  margin: 65px !important; }

.m-top-60 {
  margin-top: 60px !important; }

.m-60 {
  margin: 60px !important; }

.m-top-55 {
  margin-top: 55px !important; }

.m-55 {
  margin: 55px !important; }

.m-top-50 {
  margin-top: 50px !important; }

.m-50 {
  margin: 50px !important; }

.m-top-45 {
  margin-top: 45px !important; }

.m-45 {
  margin: 45px !important; }

.m-top-40 {
  margin-top: 40px !important; }

.m-40 {
  margin: 40px !important; }

.m-top-35 {
  margin-top: 35px !important; }

.m-35 {
  margin: 35px !important; }

.m-top-30 {
  margin-top: 30px !important; }

.m-30 {
  margin: 30px !important; }

.m-top-25 {
  margin-top: 25px !important; }

.m-25 {
  margin: 25px !important; }

.m-top-20 {
  margin-top: 20px !important; }

.m-20 {
  margin: 20px !important; }

.m-top-15 {
  margin-top: 15px !important; }

.m-15 {
  margin: 15px !important; }

.m-top-10 {
  margin-top: 10px !important; }

.m-10 {
  margin: 10px !important; }

.m-top-5 {
  margin-top: 5px !important; }

.m-5 {
  margin: 5px !important; }

.m-top-0 {
  margin-top: 0px !important; }

.m-0 {
  margin: 0px !important; }

.p-right-150 {
  padding-right: 150px !important; }

.p-150 {
  padding: 150px !important; }

.p-right-145 {
  padding-right: 145px !important; }

.p-145 {
  padding: 145px !important; }

.p-right-140 {
  padding-right: 140px !important; }

.p-140 {
  padding: 140px !important; }

.p-right-135 {
  padding-right: 135px !important; }

.p-135 {
  padding: 135px !important; }

.p-right-130 {
  padding-right: 130px !important; }

.p-130 {
  padding: 130px !important; }

.p-right-125 {
  padding-right: 125px !important; }

.p-125 {
  padding: 125px !important; }

.p-right-120 {
  padding-right: 120px !important; }

.p-120 {
  padding: 120px !important; }

.p-right-115 {
  padding-right: 115px !important; }

.p-115 {
  padding: 115px !important; }

.p-right-110 {
  padding-right: 110px !important; }

.p-110 {
  padding: 110px !important; }

.p-right-105 {
  padding-right: 105px !important; }

.p-105 {
  padding: 105px !important; }

.p-right-100 {
  padding-right: 100px !important; }

.p-100 {
  padding: 100px !important; }

.p-right-95 {
  padding-right: 95px !important; }

.p-95 {
  padding: 95px !important; }

.p-right-90 {
  padding-right: 90px !important; }

.p-90 {
  padding: 90px !important; }

.p-right-85 {
  padding-right: 85px !important; }

.p-85 {
  padding: 85px !important; }

.p-right-80 {
  padding-right: 80px !important; }

.p-80 {
  padding: 80px !important; }

.p-right-75 {
  padding-right: 75px !important; }

.p-75 {
  padding: 75px !important; }

.p-right-70 {
  padding-right: 70px !important; }

.p-70 {
  padding: 70px !important; }

.p-right-65 {
  padding-right: 65px !important; }

.p-65 {
  padding: 65px !important; }

.p-right-60 {
  padding-right: 60px !important; }

.p-60 {
  padding: 60px !important; }

.p-right-55 {
  padding-right: 55px !important; }

.p-55 {
  padding: 55px !important; }

.p-right-50 {
  padding-right: 50px !important; }

.p-50 {
  padding: 50px !important; }

.p-right-45 {
  padding-right: 45px !important; }

.p-45 {
  padding: 45px !important; }

.p-right-40 {
  padding-right: 40px !important; }

.p-40 {
  padding: 40px !important; }

.p-right-35 {
  padding-right: 35px !important; }

.p-35 {
  padding: 35px !important; }

.p-right-30 {
  padding-right: 30px !important; }

.p-30 {
  padding: 30px !important; }

.p-right-25 {
  padding-right: 25px !important; }

.p-25 {
  padding: 25px !important; }

.p-right-20 {
  padding-right: 20px !important; }

.p-20 {
  padding: 20px !important; }

.p-right-15 {
  padding-right: 15px !important; }

.p-15 {
  padding: 15px !important; }

.p-right-10 {
  padding-right: 10px !important; }

.p-10 {
  padding: 10px !important; }

.p-right-5 {
  padding-right: 5px !important; }

.p-5 {
  padding: 5px !important; }

.p-right-0 {
  padding-right: 0px !important; }

.p-0 {
  padding: 0px !important; }

.m-right-150 {
  margin-right: 150px !important; }

.m-150 {
  margin: 150px !important; }

.m-right-145 {
  margin-right: 145px !important; }

.m-145 {
  margin: 145px !important; }

.m-right-140 {
  margin-right: 140px !important; }

.m-140 {
  margin: 140px !important; }

.m-right-135 {
  margin-right: 135px !important; }

.m-135 {
  margin: 135px !important; }

.m-right-130 {
  margin-right: 130px !important; }

.m-130 {
  margin: 130px !important; }

.m-right-125 {
  margin-right: 125px !important; }

.m-125 {
  margin: 125px !important; }

.m-right-120 {
  margin-right: 120px !important; }

.m-120 {
  margin: 120px !important; }

.m-right-115 {
  margin-right: 115px !important; }

.m-115 {
  margin: 115px !important; }

.m-right-110 {
  margin-right: 110px !important; }

.m-110 {
  margin: 110px !important; }

.m-right-105 {
  margin-right: 105px !important; }

.m-105 {
  margin: 105px !important; }

.m-right-100 {
  margin-right: 100px !important; }

.m-100 {
  margin: 100px !important; }

.m-right-95 {
  margin-right: 95px !important; }

.m-95 {
  margin: 95px !important; }

.m-right-90 {
  margin-right: 90px !important; }

.m-90 {
  margin: 90px !important; }

.m-right-85 {
  margin-right: 85px !important; }

.m-85 {
  margin: 85px !important; }

.m-right-80 {
  margin-right: 80px !important; }

.m-80 {
  margin: 80px !important; }

.m-right-75 {
  margin-right: 75px !important; }

.m-75 {
  margin: 75px !important; }

.m-right-70 {
  margin-right: 70px !important; }

.m-70 {
  margin: 70px !important; }

.m-right-65 {
  margin-right: 65px !important; }

.m-65 {
  margin: 65px !important; }

.m-right-60 {
  margin-right: 60px !important; }

.m-60 {
  margin: 60px !important; }

.m-right-55 {
  margin-right: 55px !important; }

.m-55 {
  margin: 55px !important; }

.m-right-50 {
  margin-right: 50px !important; }

.m-50 {
  margin: 50px !important; }

.m-right-45 {
  margin-right: 45px !important; }

.m-45 {
  margin: 45px !important; }

.m-right-40 {
  margin-right: 40px !important; }

.m-40 {
  margin: 40px !important; }

.m-right-35 {
  margin-right: 35px !important; }

.m-35 {
  margin: 35px !important; }

.m-right-30 {
  margin-right: 30px !important; }

.m-30 {
  margin: 30px !important; }

.m-right-25 {
  margin-right: 25px !important; }

.m-25 {
  margin: 25px !important; }

.m-right-20 {
  margin-right: 20px !important; }

.m-20 {
  margin: 20px !important; }

.m-right-15 {
  margin-right: 15px !important; }

.m-15 {
  margin: 15px !important; }

.m-right-10 {
  margin-right: 10px !important; }

.m-10 {
  margin: 10px !important; }

.m-right-5 {
  margin-right: 5px !important; }

.m-5 {
  margin: 5px !important; }

.m-right-0 {
  margin-right: 0px !important; }

.m-0 {
  margin: 0px !important; }

.p-bottom-150 {
  padding-bottom: 150px !important; }

.p-150 {
  padding: 150px !important; }

.p-bottom-145 {
  padding-bottom: 145px !important; }

.p-145 {
  padding: 145px !important; }

.p-bottom-140 {
  padding-bottom: 140px !important; }

.p-140 {
  padding: 140px !important; }

.p-bottom-135 {
  padding-bottom: 135px !important; }

.p-135 {
  padding: 135px !important; }

.p-bottom-130 {
  padding-bottom: 130px !important; }

.p-130 {
  padding: 130px !important; }

.p-bottom-125 {
  padding-bottom: 125px !important; }

.p-125 {
  padding: 125px !important; }

.p-bottom-120 {
  padding-bottom: 120px !important; }

.p-120 {
  padding: 120px !important; }

.p-bottom-115 {
  padding-bottom: 115px !important; }

.p-115 {
  padding: 115px !important; }

.p-bottom-110 {
  padding-bottom: 110px !important; }

.p-110 {
  padding: 110px !important; }

.p-bottom-105 {
  padding-bottom: 105px !important; }

.p-105 {
  padding: 105px !important; }

.p-bottom-100 {
  padding-bottom: 100px !important; }

.p-100 {
  padding: 100px !important; }

.p-bottom-95 {
  padding-bottom: 95px !important; }

.p-95 {
  padding: 95px !important; }

.p-bottom-90 {
  padding-bottom: 90px !important; }

.p-90 {
  padding: 90px !important; }

.p-bottom-85 {
  padding-bottom: 85px !important; }

.p-85 {
  padding: 85px !important; }

.p-bottom-80 {
  padding-bottom: 80px !important; }

.p-80 {
  padding: 80px !important; }

.p-bottom-75 {
  padding-bottom: 75px !important; }

.p-75 {
  padding: 75px !important; }

.p-bottom-70 {
  padding-bottom: 70px !important; }

.p-70 {
  padding: 70px !important; }

.p-bottom-65 {
  padding-bottom: 65px !important; }

.p-65 {
  padding: 65px !important; }

.p-bottom-60 {
  padding-bottom: 60px !important; }

.p-60 {
  padding: 60px !important; }

.p-bottom-55 {
  padding-bottom: 55px !important; }

.p-55 {
  padding: 55px !important; }

.p-bottom-50 {
  padding-bottom: 50px !important; }

.p-50 {
  padding: 50px !important; }

.p-bottom-45 {
  padding-bottom: 45px !important; }

.p-45 {
  padding: 45px !important; }

.p-bottom-40 {
  padding-bottom: 40px !important; }

.p-40 {
  padding: 40px !important; }

.p-bottom-35 {
  padding-bottom: 35px !important; }

.p-35 {
  padding: 35px !important; }

.p-bottom-30 {
  padding-bottom: 30px !important; }

.p-30 {
  padding: 30px !important; }

.p-bottom-25 {
  padding-bottom: 25px !important; }

.p-25 {
  padding: 25px !important; }

.p-bottom-20 {
  padding-bottom: 20px !important; }

.p-20 {
  padding: 20px !important; }

.p-bottom-15 {
  padding-bottom: 15px !important; }

.p-15 {
  padding: 15px !important; }

.p-bottom-10 {
  padding-bottom: 10px !important; }

.p-10 {
  padding: 10px !important; }

.p-bottom-5 {
  padding-bottom: 5px !important; }

.p-5 {
  padding: 5px !important; }

.p-bottom-0 {
  padding-bottom: 0px !important; }

.p-0 {
  padding: 0px !important; }

.m-bottom-150 {
  margin-bottom: 150px !important; }

.m-150 {
  margin: 150px !important; }

.m-bottom-145 {
  margin-bottom: 145px !important; }

.m-145 {
  margin: 145px !important; }

.m-bottom-140 {
  margin-bottom: 140px !important; }

.m-140 {
  margin: 140px !important; }

.m-bottom-135 {
  margin-bottom: 135px !important; }

.m-135 {
  margin: 135px !important; }

.m-bottom-130 {
  margin-bottom: 130px !important; }

.m-130 {
  margin: 130px !important; }

.m-bottom-125 {
  margin-bottom: 125px !important; }

.m-125 {
  margin: 125px !important; }

.m-bottom-120 {
  margin-bottom: 120px !important; }

.m-120 {
  margin: 120px !important; }

.m-bottom-115 {
  margin-bottom: 115px !important; }

.m-115 {
  margin: 115px !important; }

.m-bottom-110 {
  margin-bottom: 110px !important; }

.m-110 {
  margin: 110px !important; }

.m-bottom-105 {
  margin-bottom: 105px !important; }

.m-105 {
  margin: 105px !important; }

.m-bottom-100 {
  margin-bottom: 100px !important; }

.m-100 {
  margin: 100px !important; }

.m-bottom-95 {
  margin-bottom: 95px !important; }

.m-95 {
  margin: 95px !important; }

.m-bottom-90 {
  margin-bottom: 90px !important; }

.m-90 {
  margin: 90px !important; }

.m-bottom-85 {
  margin-bottom: 85px !important; }

.m-85 {
  margin: 85px !important; }

.m-bottom-80 {
  margin-bottom: 80px !important; }

.m-80 {
  margin: 80px !important; }

.m-bottom-75 {
  margin-bottom: 75px !important; }

.m-75 {
  margin: 75px !important; }

.m-bottom-70 {
  margin-bottom: 70px !important; }

.m-70 {
  margin: 70px !important; }

.m-bottom-65 {
  margin-bottom: 65px !important; }

.m-65 {
  margin: 65px !important; }

.m-bottom-60 {
  margin-bottom: 60px !important; }

.m-60 {
  margin: 60px !important; }

.m-bottom-55 {
  margin-bottom: 55px !important; }

.m-55 {
  margin: 55px !important; }

.m-bottom-50 {
  margin-bottom: 50px !important; }

.m-50 {
  margin: 50px !important; }

.m-bottom-45 {
  margin-bottom: 45px !important; }

.m-45 {
  margin: 45px !important; }

.m-bottom-40 {
  margin-bottom: 40px !important; }

.m-40 {
  margin: 40px !important; }

.m-bottom-35 {
  margin-bottom: 35px !important; }

.m-35 {
  margin: 35px !important; }

.m-bottom-30 {
  margin-bottom: 30px !important; }

.m-30 {
  margin: 30px !important; }

.m-bottom-25 {
  margin-bottom: 25px !important; }

.m-25 {
  margin: 25px !important; }

.m-bottom-20 {
  margin-bottom: 20px !important; }

.m-20 {
  margin: 20px !important; }

.m-bottom-15 {
  margin-bottom: 15px !important; }

.m-15 {
  margin: 15px !important; }

.m-bottom-10 {
  margin-bottom: 10px !important; }

.m-10 {
  margin: 10px !important; }

.m-bottom-5 {
  margin-bottom: 5px !important; }

.m-5 {
  margin: 5px !important; }

.m-bottom-0 {
  margin-bottom: 0px !important; }

.m-0 {
  margin: 0px !important; }

.p-left-150 {
  padding-left: 150px !important; }

.p-150 {
  padding: 150px !important; }

.p-left-145 {
  padding-left: 145px !important; }

.p-145 {
  padding: 145px !important; }

.p-left-140 {
  padding-left: 140px !important; }

.p-140 {
  padding: 140px !important; }

.p-left-135 {
  padding-left: 135px !important; }

.p-135 {
  padding: 135px !important; }

.p-left-130 {
  padding-left: 130px !important; }

.p-130 {
  padding: 130px !important; }

.p-left-125 {
  padding-left: 125px !important; }

.p-125 {
  padding: 125px !important; }

.p-left-120 {
  padding-left: 120px !important; }

.p-120 {
  padding: 120px !important; }

.p-left-115 {
  padding-left: 115px !important; }

.p-115 {
  padding: 115px !important; }

.p-left-110 {
  padding-left: 110px !important; }

.p-110 {
  padding: 110px !important; }

.p-left-105 {
  padding-left: 105px !important; }

.p-105 {
  padding: 105px !important; }

.p-left-100 {
  padding-left: 100px !important; }

.p-100 {
  padding: 100px !important; }

.p-left-95 {
  padding-left: 95px !important; }

.p-95 {
  padding: 95px !important; }

.p-left-90 {
  padding-left: 90px !important; }

.p-90 {
  padding: 90px !important; }

.p-left-85 {
  padding-left: 85px !important; }

.p-85 {
  padding: 85px !important; }

.p-left-80 {
  padding-left: 80px !important; }

.p-80 {
  padding: 80px !important; }

.p-left-75 {
  padding-left: 75px !important; }

.p-75 {
  padding: 75px !important; }

.p-left-70 {
  padding-left: 70px !important; }

.p-70 {
  padding: 70px !important; }

.p-left-65 {
  padding-left: 65px !important; }

.p-65 {
  padding: 65px !important; }

.p-left-60 {
  padding-left: 60px !important; }

.p-60 {
  padding: 60px !important; }

.p-left-55 {
  padding-left: 55px !important; }

.p-55 {
  padding: 55px !important; }

.p-left-50 {
  padding-left: 50px !important; }

.p-50 {
  padding: 50px !important; }

.p-left-45 {
  padding-left: 45px !important; }

.p-45 {
  padding: 45px !important; }

.p-left-40 {
  padding-left: 40px !important; }

.p-40 {
  padding: 40px !important; }

.p-left-35 {
  padding-left: 35px !important; }

.p-35 {
  padding: 35px !important; }

.p-left-30 {
  padding-left: 30px !important; }

.p-30 {
  padding: 30px !important; }

.p-left-25 {
  padding-left: 25px !important; }

.p-25 {
  padding: 25px !important; }

.p-left-20 {
  padding-left: 20px !important; }

.p-20 {
  padding: 20px !important; }

.p-left-15 {
  padding-left: 15px !important; }

.p-15 {
  padding: 15px !important; }

.p-left-10 {
  padding-left: 10px !important; }

.p-10 {
  padding: 10px !important; }

.p-left-5 {
  padding-left: 5px !important; }

.p-5 {
  padding: 5px !important; }

.p-left-0 {
  padding-left: 0px !important; }

.p-0 {
  padding: 0px !important; }

.m-left-150 {
  margin-left: 150px !important; }

.m-150 {
  margin: 150px !important; }

.m-left-145 {
  margin-left: 145px !important; }

.m-145 {
  margin: 145px !important; }

.m-left-140 {
  margin-left: 140px !important; }

.m-140 {
  margin: 140px !important; }

.m-left-135 {
  margin-left: 135px !important; }

.m-135 {
  margin: 135px !important; }

.m-left-130 {
  margin-left: 130px !important; }

.m-130 {
  margin: 130px !important; }

.m-left-125 {
  margin-left: 125px !important; }

.m-125 {
  margin: 125px !important; }

.m-left-120 {
  margin-left: 120px !important; }

.m-120 {
  margin: 120px !important; }

.m-left-115 {
  margin-left: 115px !important; }

.m-115 {
  margin: 115px !important; }

.m-left-110 {
  margin-left: 110px !important; }

.m-110 {
  margin: 110px !important; }

.m-left-105 {
  margin-left: 105px !important; }

.m-105 {
  margin: 105px !important; }

.m-left-100 {
  margin-left: 100px !important; }

.m-100 {
  margin: 100px !important; }

.m-left-95 {
  margin-left: 95px !important; }

.m-95 {
  margin: 95px !important; }

.m-left-90 {
  margin-left: 90px !important; }

.m-90 {
  margin: 90px !important; }

.m-left-85 {
  margin-left: 85px !important; }

.m-85 {
  margin: 85px !important; }

.m-left-80 {
  margin-left: 80px !important; }

.m-80 {
  margin: 80px !important; }

.m-left-75 {
  margin-left: 75px !important; }

.m-75 {
  margin: 75px !important; }

.m-left-70 {
  margin-left: 70px !important; }

.m-70 {
  margin: 70px !important; }

.m-left-65 {
  margin-left: 65px !important; }

.m-65 {
  margin: 65px !important; }

.m-left-60 {
  margin-left: 60px !important; }

.m-60 {
  margin: 60px !important; }

.m-left-55 {
  margin-left: 55px !important; }

.m-55 {
  margin: 55px !important; }

.m-left-50 {
  margin-left: 50px !important; }

.m-50 {
  margin: 50px !important; }

.m-left-45 {
  margin-left: 45px !important; }

.m-45 {
  margin: 45px !important; }

.m-left-40 {
  margin-left: 40px !important; }

.m-40 {
  margin: 40px !important; }

.m-left-35 {
  margin-left: 35px !important; }

.m-35 {
  margin: 35px !important; }

.m-left-30 {
  margin-left: 30px !important; }

.m-30 {
  margin: 30px !important; }

.m-left-25 {
  margin-left: 25px !important; }

.m-25 {
  margin: 25px !important; }

.m-left-20 {
  margin-left: 20px !important; }

.m-20 {
  margin: 20px !important; }

.m-left-15 {
  margin-left: 15px !important; }

.m-15 {
  margin: 15px !important; }

.m-left-10 {
  margin-left: 10px !important; }

.m-10 {
  margin: 10px !important; }

.m-left-5 {
  margin-left: 5px !important; }

.m-5 {
  margin: 5px !important; }

.m-left-0 {
  margin-left: 0px !important; }

.m-0 {
  margin: 0px !important; }

@media (max-width: 767px) {
  .p-bottom-15-xs {
    padding-bottom: 15px !important; }
  .p-top-15-xs {
    padding-top: 15px !important; } }

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #E3E3E3; }
  .chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%; }
  .chip i.material-icons {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px; }
  .chip--primary {
    background-color: #239fc4; }
  .chip--secondary {
    background-color: #E3E3E3; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1, .card-panel {
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.12); }

.z-depth-1-half {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-2, .is-hoverable:hover {
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18), 0 4px 13px 0 rgba(0, 0, 0, 0.15); }

.z-depth-3 {
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-5 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-6 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center; }
  .valign-wrapper .valign {
    display: block; }

.hero {
  background-color: #000;
  width: 100vw;
  height: 30vh;
  overflow: hidden;
  margin: -30px 0 0;
  padding: 0;
  display: table;
  position: relative;
  z-index: 0; }
  .hero h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    position: relative;
    width: 100vw;
    height: 30vh;
    margin: 0;
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    text-transform: capitalize;
    z-index: 2; }
    .hero h1 small {
      display: block;
      padding-top: 5px;
      font-weight: 100;
      font-size: 24px;
      line-height: 135%;
      color: #fff;
      text-transform: none; }
      .hero h1 small a {
        display: block;
        border: 5px solid #ff5a00;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin: 25px auto 0;
        padding: 12px 0 0 10px; }
        .hero h1 small a i {
          color: #ff5a00;
          font-size: 50px;
          font-weight: 100; }
        .hero h1 small a:hover {
          border-color: #fff; }
          .hero h1 small a:hover i {
            color: #fff; }
  .hero--backImage {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    background-color: transparent;
    background-size: cover;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    opacity: 0.5; }
  @media screen and (max-height: 899px) {
    .hero {
      height: auto;
      padding: 25px 0; }
      .hero h1 {
        height: auto;
        padding: 25px 0; } }
  .hero--orange {
    background-color: #ff5a00;
    color: #fff; }
  .hero--home {
    padding: 75px 0;
    height: auto;
    background-size: cover;
    background-position: 0% 50%;
    background-repeat: no-repeat; }
    .hero--home h1 {
      padding: 0 0 50px;
      height: auto;
      display: inline-block;
      margin: 0 auto; }
    .hero--home--search {
      display: block;
      text-align: center;
      position: relative; }
      .hero--home--search .form-inline .form-control, .hero--home--search .form-inline .btn {
        width: 100%; }
      @media (min-width: 768px) {
        .hero--home--search .form-inline .form-control {
          width: 90%; }
        .hero--home--search .form-inline .btn {
          width: 10%; } }
      .hero--home--search .results-dropdown {
        position: absolute;
        top: 45px;
        left: 0;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0; }
        .hero--home--search .results-dropdown div {
          background-color: #fff;
          color: #9b9b9b;
          text-align: left;
          padding: 10px 15px; }
          .hero--home--search .results-dropdown div:hover {
            background-color: #EFEFEF;
            color: #000; }
      .hero--home--search--bytype {
        margin: 25px 0 0;
        padding: 15px 0 0;
        font-size: 18px;
        color: #fff;
        border-top: 1px solid #fff;
        text-align: left; }
        @media (min-width: 768px) {
          .hero--home--search--bytype--form .col-sm-3 {
            margin-right: -1px;
            padding-right: 0; } }
        .hero--home--search--bytype--form .col-sm-3 select {
          height: 48px; }
        @media (min-width: 768px) {
          .hero--home--search--bytype--form #payment-buttons {
            padding-right: 30px; } }
        .hero--home--search--bytype--form #payment-buttons.disabled {
          opacity: 0.5;
          pointer-events: none; }
          @media (max-width: 767px) {
            .hero--home--search--bytype--form #payment-buttons.disabled {
              display: none; } }
        @media (max-width: 767px) {
          .hero--home--search--bytype--form #payment-buttons .row {
            padding: 0 15px; } }
        .hero--home--search--bytype--form #payment-buttons .row div {
          padding: 0;
          border: 1px solid #fff; }
          @media (min-width: 768px) {
            .hero--home--search--bytype--form #payment-buttons .row div {
              margin-right: -1px; } }
          @media (max-width: 767px) {
            .hero--home--search--bytype--form #payment-buttons .row div {
              margin-top: -1px; } }
          .hero--home--search--bytype--form #payment-buttons .row div a {
            display: block;
            color: #fff;
            font-size: 15px;
            line-height: 16px;
            height: 46px;
            padding: 5px 0;
            text-align: center; }
            @media (min-width: 768px) {
              .hero--home--search--bytype--form #payment-buttons .row div a small {
                display: block;
                white-space: nowrap; } }
            @media (max-width: 767px) {
              .hero--home--search--bytype--form #payment-buttons .row div a {
                line-height: 31px; } }
            .hero--home--search--bytype--form #payment-buttons .row div a:hover {
              background-color: rgba(255, 255, 255, 0.25); }
  @media screen and (max-width: 767px) {
    .hero h1 {
      font-size: 30px; }
      .hero h1 small {
        font-size: 14px;
        line-height: 21px; }
      .hero h1 i {
        padding-top: 12px;
        width: 75px;
        height: 75px;
        font-size: 40px; }
    .hero--home {
      padding: 50px 0 25px;
      background-position: 15% 0%; }
      .hero--home h1 {
        padding-bottom: 35px; } }

.about--hero h1 small a .icon-play {
  margin: -2px 0 0 -3px;
  padding: 0;
  width: 50px;
  height: 50px; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: 0;
  display: none;
  box-sizing: content-box;
  /* with multiple calendars */ }
  .ui-datepicker .ui-datepicker-unselectable {
    background-color: #f5f5f5; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 6px 0;
    margin-top: 15px;
    margin-bottom: 7px; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 40px;
    height: 1.8em; }
  .ui-datepicker .ui-datepicker-next:before {
    font-family: Airglyphs, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #82888a;
    font-size: 1.2em; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -8px;
    font-family: Airglyphs, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #ff5a00;
    font-size: 14px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    color: #565a5c; }
  .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 45%; }
  .ui-datepicker table {
    width: 100%;
    font-size: 12px;
    margin: 0;
    padding: 0; }
  .ui-datepicker .tbody tr {
    background-color: #f5f5f5; }
  .ui-datepicker th {
    padding: 6px 3px 3px;
    text-align: center;
    font-weight: bold;
    color: #E3E3E3; }
    .ui-datepicker th span {
      color: #E3E3E3; }
  .ui-datepicker td {
    border: 0;
    padding: 0;
    border: 1px solid #dce0e0;
    width: 14.2857142857%; }
  .ui-datepicker td span,
  .ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none; }
  .ui-datepicker tr {
    color: #fff; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible; }
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
*/
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 0;
  background: #fff;
  color: #222222;
  font-weight: bold; }
  .ui-widget-header a {
    color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fff;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-disabled span.ui-state-default,
.ui-state-disabled span.ui-state-default:hover,
a.ui-state-default,
a.ui-state-default:hover {
  padding: 9px 0px; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: transparent;
  text-decoration: underline;
  font-weight: normal;
  color: #ff5a00; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited, .ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #ffffff;
  font-weight: bold;
  color: #fff;
  background-color: #ff5a00; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #fbf9ee;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/*
* {
    -webkit-transition: color 0.125s ease-out, background-color 0.125s ease-out, border-color 0.125s ease-out, opacity 0.25s ease-out;
    transition: color 0.125s ease-out, background-color 0.125s ease-out, border-color 0.125s ease-out, opacity 0.25s ease-out;
}
*/
::-moz-selection {
  color: #fff;
  background: #ff5a00; }

::selection {
  color: #fff;
  background: #ff5a00; }

html {
  background-color: #F5F5F5;
  height: 100%; }

body {
  background-color: transparent; }

html, body {
  overflow-x: hidden; }

body > header {
  padding-top: 15px;
  padding-bottom: 15px; }

a {
  cursor: pointer; }
  a.bold {
    font-weight: 700; }

a:hover {
  color: #239fc4; }

a, button {
  -ms-touch-action: manipulation;
  /* IE10  */
  touch-action: manipulation;
  /* IE11+ */ }

.color-blue, a.color-blue {
  color: #239fc4; }
  .color-blue:hover, a.color-blue:hover {
    color: #1b7c99; }

.color-orange, a.color-orange {
  color: #ff5a00; }
  .color-orange:hover, a.color-orange:hover {
    color: #cc4800; }

.color-white, a.color-white {
  color: #fff; }
  .color-white:hover, a.color-white:hover {
    color: #E3E3E3; }

.color-black, a.color-black {
  color: #000; }
  .color-black:hover, a.color-black:hover {
    color: #ff5a00; }

img.full-width {
  width: 100%; }

p.lead {
  line-height: 28px; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #c2c2c2; }

label {
  display: block;
  font-weight: normal; }

.strong {
  font-weight: 700; }

.light {
  font-weight: 300;
  color: #9b9b9b; }

.color-primary {
  color: #ff5a00; }
  .color-primary small {
    color: #ff5a00; }

.big-blue-checkmarks i {
  font-size: 40px;
  line-height: 80px;
  color: #239fc4;
  display: inline;
  float: left;
  margin: 0 5px 0 0; }

@media (max-width: 767px) {
  .big-blue-checkmarks div {
    padding: 0;
    text-align: center; }
  .big-blue-checkmarks i {
    float: none;
    margin: 0 auto 5px;
    line-height: 0; }
  .big-blue-checkmarks h3 {
    font-size: 14px;
    text-align: center;
    margin: 0; } }

.panel-heading--orange {
  background-color: #ff5a00;
  color: #fff; }

.sash--primary {
  position: relative;
  display: inline-block;
  width: auto;
  top: -44px;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 991px) {
    .sash--primary {
      background-color: #ff5a00;
      display: block;
      top: -15px; } }
  .sash--primary span {
    color: #fff;
    display: block;
    height: 60px;
    line-height: 50px;
    padding: 0 50px;
    background-color: #ff5a00; }
    @media (max-width: 991px) {
      .sash--primary span {
        line-height: 35px;
        padding: 15px;
        height: auto;
        font-size: 28px; } }
  .sash--primary small {
    position: absolute;
    right: -55px;
    top: 0;
    width: 56px;
    height: 75px;
    display: block;
    background: transparent url("/static/img/banner.end.right.svg") no-repeat;
    float: right; }
    @media (max-width: 991px) {
      .sash--primary small {
        display: none; } }
  .sash--primary small:first-child {
    background: transparent url("/static/img/banner.end.left.svg") no-repeat;
    right: auto;
    left: -55px; }

.color-secondary {
  color: #239fc4; }

.border-top {
  border-top: 1px solid #c2c2c2; }

.hours--open {
  color: green; }

.hours--soon {
  color: #f0ad4e; }

.hours--closed {
  color: red; }

.off, .OFF {
  display: none; }

.border-right {
  border-right: 1px solid #c2c2c2; }
  @media (max-width: 767px) {
    .border-right {
      border: none; } }

.border-left {
  border-left: 1px solid #c2c2c2; }

.border-top {
  border-top: 1px solid #c2c2c2; }

.border-bottom {
  border-bottom: 1px solid #c2c2c2; }

.bg--blue, .bg--blue-light {
  background-color: #239fc4;
  color: #fff;
  text-align: center; }

.bg--blue-light {
  background-color: #53c0e0; }

.bg--grey {
  background-color: #E3E3E3;
  text-align: center; }

.bg--orange {
  background-color: #ff5a00;
  color: #fff;
  text-align: center; }

.bg--white {
  background-color: #fff;
  text-align: center; }

.btn-floating {
  position: fixed;
  bottom: 0;
  z-index: 200;
  border-radius: 120px; }

.btn-navbar {
  position: relative;
  float: right;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 9px 10px;
  background-color: transparent;
  font-size: 18px;
  color: #fff; }
  @media (min-width: 768px) {
    .btn-navbar {
      display: none; } }

.navbar-nav a.btn-custom-xs {
  margin: 10px 0 0;
  padding: 5px 20px 6px;
  letter-spacing: 0.05rem;
  font-size: 12px;
  background-color: #ff5a00;
  color: #fff;
  border: none; }
  .navbar-nav a.btn-custom-xs:hover {
    background-color: #e65100;
    color: #fff; }

.m-bottom-negative {
  margin-bottom: -45px; }

select.form-control {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2712%27%20height%3D%278%27%20viewBox%3D%270%200%20488%20285%27%3E%3Cpath%20d%3D%27M483.11%2029.381l-24.449-24.485c-2.934-2.938-7.335-4.897-11.246-4.897-3.912%200-8.313%201.959-11.246%204.897l-192.168%20192.448-192.168-192.448c-2.934-2.938-7.335-4.897-11.246-4.897-4.401%200-8.313%201.959-11.246%204.897l-24.449%2024.485c-2.934%202.938-4.89%207.345-4.89%2011.263s1.956%208.325%204.89%2011.263l227.864%20228.196c2.934%202.938%207.335%204.897%2011.246%204.897%203.912%200%208.313-1.959%2011.246-4.897l227.864-228.196c2.934-2.938%204.89-7.345%204.89-11.263s-1.956-8.325-4.89-11.263z%27%20fill%3D%27%23000%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) center !important;
  background-size: 15px !important;
  background: #fff;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
  line-height: 1 !important; }

ul.simple {
  list-style-type: none;
  margin: 0;
  padding-left: 0; }
  ul.simple li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 100; }

.breadcrumb {
  padding: 0;
  background-color: transparent; }
  .breadcrumb li:first-child a {
    color: #ff5a00; }
  .breadcrumb li a {
    color: #757575; }
    .breadcrumb li a:hover {
      color: #ff5a00; }

.btn-block + .btn-block {
  margin-top: 15px; }

.icon-bar {
  background-color: #fff; }

.brand-logo img,
.amvic-logo img {
  display: inline-block; }

.brand-logo {
  height: 60px; }
  @media screen and (max-width: 767px) {
    .brand-logo {
      text-align: center; } }

.amvic-logo {
  height: 35px; }

.histogram {
  box-sizing: border-box; }
  .histogram .bar {
    background-color: grey;
    width: 2%;
    display: inline-block; }

.nav-utility {
  padding-top: 5px; }
  .nav-utility--links {
    margin-right: -12px;
    margin-bottom: 10px;
    font-size: 16px; }
  .nav-utility--contact {
    font-size: 18px; }
    .nav-utility--contact a {
      color: #ff5a00;
      font-weight: bold; }
    .nav-utility--contact .icon-phone {
      padding: 3px 1px;
      font-size: 18px; }

.navbar-toggle {
  margin-top: 10px; }
  .navbar-toggle .icon-bar {
    height: 3px; }

.nav > .in > li > a {
  padding: 10px 0 10px 30px; }

.navbar-right {
  height: 75px;
  overflow: hidden; }

.nav-bar a {
  font-size: 16px; }

.nav-bar .navbar-collapse {
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 767px) {
  .nav-bar .open .dropdown-menu {
    background-color: #fff;
    padding-bottom: 15px; } }

.navbar-nav > li.open > .dropdown-menu {
  padding: 15px 0 20px; }
  .navbar-nav > li.open > .dropdown-menu .sub-menu {
    margin-left: -15px; }

.container > .navbar-header {
  margin-right: 0; }

.navbar-nav > li > a {
  padding: 0 20px; }
  .navbar-nav > li > a i:before {
    width: auto;
    margin: 0 0 0 5px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar-nav > li > a i:before i:before {
        margin: 0; } }
  @media (max-width: 1199px) {
    .navbar-nav > li > a {
      padding: 0 10px; } }
  @media (max-width: 991px) {
    .navbar-nav > li > a {
      padding: 0 13px; } }

.nav-bar {
  margin-bottom: 30px;
  background-color: #3D3D3D; }
  .nav-bar > li > a {
    padding-left: 15px; }
  .nav-bar .navbar-brand {
    padding-right: 0;
    width: 120px; }
    .nav-bar .navbar-brand img {
      max-height: 60px; }
  .nav-bar #primary-navigation .col-md-12 {
    padding: 0; }
  .nav-bar .navbar-collapse {
    padding: 0; }
  @media (min-width: 768px) {
    .nav-bar .navbar-nav > li > a {
      padding-top: 28px;
      padding-bottom: 27px; } }
  .nav-bar--primary-links h4 a small,
  .nav-bar--primary-links a h4 small {
    color: #ff5a00; }
  .nav-bar--primary-links .new-cars .body-type-widget {
    border-left: solid 1px #E3E3E3;
    border-right: solid 1px #E3E3E3; }
  .nav-bar--primary-links .make-item {
    margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .nav-bar--primary-links .body-item {
      padding: 0; } }
  @media (max-width: 767px) {
    .nav-bar--primary-links .body-item {
      padding: 0; } }
  .nav-bar--primary-links .body-item a {
    text-align: center;
    display: block;
    padding: 0;
    overflow-x: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 1200px) {
      .nav-bar--primary-links .body-item a {
        padding: 0 0 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .nav-bar--primary-links .body-item a {
        font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .nav-bar--primary-links .body-item a {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .nav-bar--primary-links .body-item a {
        font-size: 14px; } }
    .nav-bar--primary-links .body-item a img {
      margin: -5px auto 5px;
      padding: 0; }
      @media (min-width: 1200px) {
        .nav-bar--primary-links .body-item a img {
          margin: 0 auto 10px; } }
    .nav-bar--primary-links .body-item a:hover {
      color: #ff5a00; }
  .nav-bar--shopping-tools [class^="icon-"] {
    display: block;
    font-size: 23px;
    margin: 3px 0;
    text-align: center;
    color: #fff;
    opacity: 0.5; }
  .nav-bar--shopping-tools .dropdown-menu {
    padding-bottom: 0; }
  .nav-bar--shopping-tools .dropdown-item {
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #E3E3E3; }
    .nav-bar--shopping-tools .dropdown-item.row {
      margin: 0; }
    .nav-bar--shopping-tools .dropdown-item:hover {
      background-color: #F5F5F5; }
    .nav-bar--shopping-tools .dropdown-item:last-child {
      border-bottom: none;
      padding-top: 0;
      padding-bottom: 0; }
    .nav-bar--shopping-tools .dropdown-item--thumbnail {
      float: left;
      padding-left: 10px;
      width: 30%; }
    .nav-bar--shopping-tools .dropdown-item--title {
      float: left;
      width: 70%;
      position: relative; }
      .nav-bar--shopping-tools .dropdown-item--title.full {
        padding-left: 10px;
        width: 100%; }
      .nav-bar--shopping-tools .dropdown-item--title .close i {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 14px !important; }
  @media (min-width: 768px) {
    .nav-bar--shopping-tools.navbar-nav > li > a {
      padding: 15px 10px; }
      .nav-bar--shopping-tools.navbar-nav > li > a:last-child {
        padding-right: 15px; } }
  .nav-bar--primary-links > li > a, .nav-bar--shopping-tools > li > a {
    color: #fff; }
  .nav-bar--primary-links li > a:hover,
  .nav-bar--primary-links li > a:focus,
  .nav-bar--primary-links li.open > a,
  .nav-bar--primary-links li.open > a:hover,
  .nav-bar--primary-links li.open > a:focus, .nav-bar--shopping-tools li > a:hover,
  .nav-bar--shopping-tools li > a:focus,
  .nav-bar--shopping-tools li.open > a,
  .nav-bar--shopping-tools li.open > a:hover,
  .nav-bar--shopping-tools li.open > a:focus {
    background-color: #242424; }
  .nav-bar--primary-links .sub-menu li > a:hover,
  .nav-bar--primary-links .sub-menu li > a:focus,
  .nav-bar--primary-links .sub-menu li.open > a,
  .nav-bar--primary-links .sub-menu li.open > a:hover,
  .nav-bar--primary-links .sub-menu li.open > a:focus, .nav-bar--shopping-tools .sub-menu li > a:hover,
  .nav-bar--shopping-tools .sub-menu li > a:focus,
  .nav-bar--shopping-tools .sub-menu li.open > a,
  .nav-bar--shopping-tools .sub-menu li.open > a:hover,
  .nav-bar--shopping-tools .sub-menu li.open > a:focus {
    background-color: #e6e6e6; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  top: 74px;
  margin-left: 15px;
  margin-right: 15px; }
  @media (max-width: 767px) {
    .yamm .dropdown.yamm-fw .dropdown-menu {
      margin: 0 !important;
      padding-left: 15px;
      padding-right: 15px; } }
  .yamm .dropdown.yamm-fw .dropdown-menu div {
    padding-right: 0; }

@media (max-width: 767px) {
  .yamm .dropdown.yamm-fw .dropdown-toggle {
    padding: 20px 0 20px 15px !important; } }

.home .hero {
  overflow: visible; }

.body-type-widget a {
  color: #212121; }

.popular-searches ul {
  margin: 0;
  padding: 0 0 0 10px; }

.sub-menu {
  list-style: none;
  padding-left: 0; }
  .sub-menu li a {
    display: block;
    margin: 0;
    padding: 10px 0 10px 15px; }
    .sub-menu li a [class^="icon-"]:before, .sub-menu li a [class*=" icon-"]:before {
      color: #ff5a00; }

.bottom-menu .collapse.navbar-collapse .nav.navbar-nav li a {
  padding-left: 15px;
  padding-right: 15px; }

.page-nav-links {
  margin: 0 0 35px;
  background: #fff;
  box-shadow: 0 2px 2px 1px #E3E3E3; }
  @media (max-width: 767px) {
    .page-nav-links {
      box-shadow: none;
      border-bottom: 1px solid #dbdbdb; } }
  .page-nav-links .navbar-header {
    padding: 0; }
    .page-nav-links .navbar-header .navbar-toggle {
      margin: 0;
      padding: 0;
      float: none;
      width: 100%; }
      @media (max-width: 767px) {
        .page-nav-links .navbar-header .navbar-toggle {
          display: block; } }
      .page-nav-links .navbar-header .navbar-toggle i {
        font-size: 40px;
        color: #757575; }
  .page-nav-links .navbar-collapse {
    text-align: center; }
    .page-nav-links .navbar-collapse .navbar-nav {
      display: inline-block;
      float: none;
      margin: 15px auto; }
      .page-nav-links .navbar-collapse .navbar-nav.sub-menu {
        margin: 7px auto 5px; }
      .page-nav-links .navbar-collapse .navbar-nav a {
        color: #000; }
        @media (max-width: 767px) {
          .page-nav-links .navbar-collapse .navbar-nav a {
            padding: 15px 0;
            font-size: 17px;
            color: #fff; } }
        .page-nav-links .navbar-collapse .navbar-nav a:hover {
          background-color: transparent;
          color: #ff5a00 !important; }
    @media screen and (max-width: 767px) {
      .page-nav-links .navbar-collapse {
        background-color: #dbdbdb; }
        .page-nav-links .navbar-collapse .navbar-nav a {
          color: #575757; } }

.inventory-block .favorite {
  position: absolute;
  background-color: #239fc4;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  bottom: -18px;
  right: 15px;
  z-index: 200;
  border-radius: 120px; }
  .inventory-block .favorite a {
    color: #fff; }

.inventory-block .result--details h4 a {
  color: #000; }
  .inventory-block .result--details h4 a small {
    color: #000; }

.inventory-block h4 {
  margin-top: 0; }
  .inventory-block h4 a {
    color: #575757; }
    .inventory-block h4 a small, .inventory-block h4 a strong {
      color: #ff5a00; }

.inventory-block .result--image {
  position: relative;
  display: block; }
  .inventory-block .result--image .btn:first-child {
    border-right: solid 1px #c2c2c2; }

.inventory-block .result--pricing {
  position: absolute;
  bottom: 0; }
  .inventory-block .result--pricing h3 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    font-size: 20px;
    color: #fff; }

.inventory-block .result--details h2 {
  font-size: 5px; }

.inventory-block .result--details h4 {
  padding-right: 30px;
  padding-bottom: 10px; }
  .inventory-block .result--details h4 a {
    display: block;
    line-height: 24px;
    /*
                        @media screen and (min-width: 415px) {
                            //min-height: 55px;
                            line-height: 24px;
                        }
                    */ }

.inventory-block .result--details .carproof > img {
  height: 30px;
  width: auto;
  margin-top: 15px; }

.inventory-block .result--details i {
  color: #ff5a00;
  font-weight: 800;
  font-size: 18px; }
  .inventory-block .result--details i:before {
    margin: 0; }
  .inventory-block .result--details i.icon-angle-right:before {
    margin: 0 -5px 0 0; }

.inventory-block .result--details .rating {
  color: #757575;
  font-size: .9em;
  display: block;
  text-align: center; }
  .inventory-block .result--details .rating i {
    color: #ff5a00;
    margin: 0 2px; }
  .inventory-block .result--details .rating .total-reviews {
    margin: 0;
    display: block; }

.panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3; }
  .panel-title a {
    color: #212121; }
  .panel-title:after {
    content: "—";
    float: right;
    font-size: 75%;
    width: 15px;
    text-align: center;
    color: #ff5a00; }
  .panel-title.collapsed:after {
    content: "+"; }

.panel:last-child .panel-title {
  border-bottom: none; }

.panel-body {
  margin-bottom: 30px; }

.card-panel {
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s; }

.card {
  background-color: #fff;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 30px; }

.card-no-padding {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px; }
  .card-no-padding img {
    display: block;
    max-width: 100%;
    height: auto; }

.symbol, a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a.symbol {
  color: #fff;
  display: inline-block; }
  a.symbol:before {
    content: attr(title);
    font-size: 56px;
    margin: 0 0 0 15px; }
    @media (max-width: 767px) {
      a.symbol:before {
        margin: 0 15px 0 0; } }
  a.symbol:hover {
    opacity: 0.75; }

footer.footer {
  color: #fff;
  text-align: left; }

.footer--orange-bar {
  background-color: #ff5a00;
  margin-top: 50px; }
  .footer--orange-bar--call {
    padding-top: 3px; }
    @media (min-width: 768px) {
      .footer--orange-bar--call {
        padding-bottom: 15px; } }
    .footer--orange-bar--call a {
      color: #fff;
      font-size: 30px;
      line-height: 1; }
      .footer--orange-bar--call a small {
        font-size: 14px;
        line-height: 0.5; }
  .footer--orange-bar--search .form-control {
    background: rgba(255, 255, 255, 0.15) url("/static//img/icons/icon.search.svg") no-repeat 15px 13px;
    background-size: 25px;
    color: #fff;
    border: 0;
    padding-left: 50px;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.05rem;
    width: 75%;
    float: left; }
  .footer--orange-bar--search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75); }
  .footer--orange-bar--search .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75); }
  .footer--orange-bar--search .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75); }
  .footer--orange-bar--search button {
    float: left;
    width: 15%;
    margin: 0 0 0 5px;
    line-height: 1.4;
    display: inline;
    background-color: rgba(255, 255, 255, 0.15); }
    @media (max-width: 767px) {
      .footer--orange-bar--search button {
        width: 20%; } }
  @media (min-width: 768px) {
    .footer--orange-bar--social {
      text-align: right; } }

.footer--content {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3D3D3D; }
  .footer--content h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 45px; }
  .footer--content a:link, .footer--content a:visited {
    color: #fff;
    white-space: nowrap; }
  .footer--content a:hover, .footer--content a:active, .footer--content a:focus {
    color: #d9d9d9; }
  .footer--content ul > li {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .footer--content--links div {
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .footer--content--links {
      padding-left: 50px; } }

.footer--dark-bar {
  background-color: #212121;
  color: #757575;
  line-height: 35px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .footer--dark-bar a {
    color: #757575; }

.item--news {
  padding: 0 0 15px; }
  .item--news a img {
    width: 100%; }
  .item--news--text {
    padding: 0 15px; }
    .item--news--text a {
      color: #ff5a00;
      font-weight: bold; }
      .item--news--text a:hover {
        color: #239fc4; }
    .item--news--text h3 a {
      color: #000;
      font-weight: 400; }

#searchDropdown {
  background-color: #ff5a00; }
  #searchDropdown input {
    width: 80%; }
  #searchDropdown button {
    width: 20%; }

#saved-vehicles-mobile-list {
  background-color: #fff; }
  #saved-vehicles-mobile-list .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #E3E3E3; }
    #saved-vehicles-mobile-list .dropdown-item.row {
      margin: 0; }
    #saved-vehicles-mobile-list .dropdown-item:hover {
      background-color: #F5F5F5; }
    #saved-vehicles-mobile-list .dropdown-item:last-child {
      border-bottom: none;
      padding-top: 0;
      padding-bottom: 0; }
    #saved-vehicles-mobile-list .dropdown-item--thumbnail {
      position: absolute;
      padding-left: 10px;
      width: 75px; }
    #saved-vehicles-mobile-list .dropdown-item--title {
      float: left;
      width: 100%;
      margin-left: 75px;
      position: relative; }
      #saved-vehicles-mobile-list .dropdown-item--title.full {
        padding-left: 10px;
        width: 100%; }
      #saved-vehicles-mobile-list .dropdown-item--title .close i {
        position: absolute;
        top: 0;
        right: 85px;
        font-size: 14px !important; }

.parsley-errorMessage {
  display: none; }

.form-control.parsley-error,
.styled-form .form-control.parsley-error {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: snow;
  border-color: #e7bebe;
  color: #d95c5c;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: .3em 0 0 0 #d95c5c inset; }

.form-control.parsley-error:focus {
  border-color: #ff5050;
  color: #ff5050;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-appearance: none;
  box-shadow: .3em 0 0 0 #ff5050 inset; }

.form-control:focus {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: 0;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color .3s ease-out, -webkit-box-shadow .2s ease, border-color .2s ease;
  -webkit-transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease;
  transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease;
  box-shadow: 0 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.parsley-errors-list.filled {
  padding: 10px 15px;
  list-style: none;
  background-color: #e7bebe;
  color: #fff;
  font-weight: 600; }

.parsley-error:focus + .parsley-errors-list.filled {
  background-color: #ff5050; }

#howcanwehelp #contactInformation .parsley-errors-list.filled {
  margin: 0;
  padding: 0;
  background: none;
  color: #f00; }

.inventory #howcanwehelp #contactInformation input.parsley-error, .inventory-srp #howcanwehelp #contactInformation input.parsley-error {
  border: 1px solid #e7bebe !important;
  background-color: snow !important;
  color: #d95c5c;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: .3em 0 0 0 #d95c5c inset; }

.inventory #howcanwehelp #contactInformation .parsley-errors-list.filled, .inventory-srp #howcanwehelp #contactInformation .parsley-errors-list.filled {
  color: #d95c5c; }

/**
*   Vehicle Description Page Form Validation
**/
.details .rightSide .detail.tradein #trade_form .parsley-errors-list.filled {
  margin: 0;
  width: 100%;
  padding: 10px 15px; }

/***
* Go Card Request Form Styles
***/
