/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  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,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
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.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 940px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 920px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 940px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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;
}
.form-control-static {
  margin-bottom: 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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.42857143;
  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: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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.42857143;
  color: #999999;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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 .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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-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.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #428bca;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.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 -10px;
}
.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;
    -webkit-box-shadow: none;
            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-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    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-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: #080808;
}
.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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .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: #080808;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  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: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.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: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px !important;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .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 {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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: auto;
  overflow-y: scroll;
  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-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: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 940px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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 {
  line-height: 1;
}
.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);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: none;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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: rgba(0, 0, 0, 0);
}
.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: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 940px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 940px) 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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* "../bootstrap3/_variables.less" */
/* "../bootstrap3/_mixins.less" */
/* "_icons.less" */
@font-face {
  font-family: "Icons";
  src: url(/static/dist/_/_/ja/lib/icons/assets/iconfonts/Icons.a525a6312db5.eot);
  src: url(/static/dist/_/_/ja/lib/icons/assets/iconfonts/Icons.a525a6312db5.eot?#iefix) format('eot'), url(/static/dist/_/_/ja/lib/icons/assets/iconfonts/Icons.1884492ea35d.woff2) format('woff2'), url(/static/dist/_/_/ja/lib/icons/assets/iconfonts/Icons.e7216d81dbe7.woff) format('woff'), url(/static/dist/_/_/ja/lib/icons/assets/iconfonts/Icons.d901fb425643.ttf) format('truetype'), url(/static/dist/_/_/ja/lib/icons/assets/iconfonts/Icons.9622700f5a08.svg#Icons) format('svg');
}
.icon-base-pseudo,
.icon-360:before,
.icon-arrow-left-small:before,
.icon-arrow-right-small:before,
.icon-arrow:before,
.icon-at:before,
.icon-attention:before,
.icon-big:before,
.icon-bomb:before,
.icon-camera:before,
.icon-car:before,
.icon-chat:before,
.icon-chevron-down:before,
.icon-chevron-left:before,
.icon-chevron-right:before,
.icon-chevron-up:before,
.icon-close:before,
.icon-company-2:before,
.icon-company:before,
.icon-contact-call:before,
.icon-contact-mail:before,
.icon-contact-sms:before,
.icon-dailylife:before,
.icon-direction-forward:before,
.icon-direction-left:before,
.icon-direction-right:before,
.icon-email-confirmed:before,
.icon-email:before,
.icon-envelope:before,
.icon-facebook:before,
.icon-filter:before,
.icon-flag:before,
.icon-github:before,
.icon-google:before,
.icon-gyroscope:before,
.icon-hamburger:before,
.icon-health:before,
.icon-house:before,
.icon-iceland:before,
.icon-individual:before,
.icon-information:before,
.icon-instagram:before,
.icon-jatakk-tag:before,
.icon-klukka:before,
.icon-layers:before,
.icon-leisure:before,
.icon-link:before,
.icon-linkedin:before,
.icon-location:before,
.icon-measure:before,
.icon-message:before,
.icon-minus:before,
.icon-more-2:before,
.icon-more:before,
.icon-namecard:before,
.icon-nearby-filter:before,
.icon-nearby:before,
.icon-open-filter:before,
.icon-page:before,
.icon-pdf:before,
.icon-pen:before,
.icon-pen2:before,
.icon-phone:before,
.icon-pinterest:before,
.icon-plus:before,
.icon-print:before,
.icon-print2:before,
.icon-questionmark:before,
.icon-restaurant:before,
.icon-rsk:before,
.icon-search:before,
.icon-settings:before,
.icon-share:before,
.icon-skype:before,
.icon-sms:before,
.icon-snapchat:before,
.icon-social:before,
.icon-star:before,
.icon-swap:before,
.icon-turn-right:before,
.icon-twitter:before,
.icon-user:before,
.icon-users:before,
.icon-x:before,
.icon-youtube:before,
body.map .dropdown-container .suggestion .picker:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-360:before {
  content: "\E001";
}
.icon-arrow-left-small:before {
  content: "\E002";
}
.icon-arrow-right-small:before {
  content: "\E003";
}
.icon-arrow:before {
  content: "\E004";
}
.icon-at:before {
  content: "\E005";
}
.icon-attention:before {
  content: "\E006";
}
.icon-big:before {
  content: "\E007";
}
.icon-bomb:before {
  content: "\E008";
}
.icon-camera:before {
  content: "\E009";
}
.icon-car:before {
  content: "\E00A";
}
.icon-chat:before {
  content: "\E00B";
}
.icon-chevron-down:before {
  content: "\E00C";
}
.icon-chevron-left:before {
  content: "\E00D";
}
.icon-chevron-right:before {
  content: "\E00E";
}
.icon-chevron-up:before {
  content: "\E00F";
}
.icon-close:before {
  content: "\E010";
}
.icon-company-2:before {
  content: "\E011";
}
.icon-company:before {
  content: "\E012";
}
.icon-contact-call:before {
  content: "\E013";
}
.icon-contact-mail:before {
  content: "\E014";
}
.icon-contact-sms:before {
  content: "\E015";
}
.icon-dailylife:before {
  content: "\E016";
}
.icon-direction-forward:before {
  content: "\E017";
}
.icon-direction-left:before {
  content: "\E018";
}
.icon-direction-right:before {
  content: "\E019";
}
.icon-email-confirmed:before {
  content: "\E01A";
}
.icon-email:before {
  content: "\E01B";
}
.icon-envelope:before {
  content: "\E01C";
}
.icon-facebook:before {
  content: "\E01D";
}
.icon-filter:before {
  content: "\E01E";
}
.icon-flag:before {
  content: "\E01F";
}
.icon-github:before {
  content: "\E020";
}
.icon-google:before {
  content: "\E021";
}
.icon-gyroscope:before {
  content: "\E022";
}
.icon-hamburger:before {
  content: "\E023";
}
.icon-health:before {
  content: "\E024";
}
.icon-house:before {
  content: "\E025";
}
.icon-iceland:before {
  content: "\E026";
}
.icon-individual:before {
  content: "\E027";
}
.icon-information:before {
  content: "\E028";
}
.icon-instagram:before {
  content: "\E029";
}
.icon-jatakk-tag:before {
  content: "\E02A";
}
.icon-klukka:before {
  content: "\E02B";
}
.icon-layers:before {
  content: "\E02C";
}
.icon-leisure:before {
  content: "\E02D";
}
.icon-link:before {
  content: "\E02E";
}
.icon-linkedin:before {
  content: "\E02F";
}
.icon-location:before {
  content: "\E030";
}
.icon-measure:before {
  content: "\E031";
}
.icon-message:before {
  content: "\E032";
}
.icon-minus:before {
  content: "\E033";
}
.icon-more-2:before {
  content: "\E034";
}
.icon-more:before {
  content: "\E035";
}
.icon-namecard:before {
  content: "\E036";
}
.icon-nearby-filter:before {
  content: "\E037";
}
.icon-nearby:before {
  content: "\E038";
}
.icon-open-filter:before {
  content: "\E039";
}
.icon-page:before {
  content: "\E03A";
}
.icon-pdf:before {
  content: "\E03B";
}
.icon-pen:before {
  content: "\E03C";
}
.icon-pen2:before {
  content: "\E03D";
}
.icon-phone:before {
  content: "\E03E";
}
.icon-pinterest:before {
  content: "\E03F";
}
.icon-plus:before {
  content: "\E040";
}
.icon-print:before {
  content: "\E041";
}
.icon-print2:before {
  content: "\E042";
}
.icon-questionmark:before {
  content: "\E043";
}
.icon-restaurant:before {
  content: "\E044";
}
.icon-rsk:before {
  content: "\E045";
}
.icon-search:before {
  content: "\E046";
}
.icon-settings:before {
  content: "\E047";
}
.icon-share:before {
  content: "\E048";
}
.icon-skype:before {
  content: "\E049";
}
.icon-sms:before {
  content: "\E04A";
}
.icon-snapchat:before {
  content: "\E04B";
}
.icon-social:before {
  content: "\E04C";
}
.icon-star:before {
  content: "\E04D";
}
.icon-swap:before {
  content: "\E04E";
}
.icon-turn-right:before {
  content: "\E04F";
}
.icon-twitter:before {
  content: "\E050";
}
.icon-user:before {
  content: "\E051";
}
.icon-users:before {
  content: "\E052";
}
.icon-x:before {
  content: "\E053";
}
.icon-youtube:before {
  content: "\E054";
}
/* "_gdpr_banner.less" */
#gdpr_banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #428bca;
  color: #fff;
  z-index: 9999999;
  padding: 16px 20px;
}
#gdpr_banner .gdpr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gdpr_banner .gdpr_inner:before {
  content: none;
}
#gdpr_banner .gdpr_inner:after {
  content: none;
}
#gdpr_banner .gdpr_message {
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.07);
}
#gdpr_banner .gdpr_message .icon {
  position: absolute;
  font-size: 24px;
  top: -7px;
  left: 0;
}
#gdpr_banner .gdpr_message a {
  text-decoration: underline;
  color: #fff;
}
#gdpr_banner .gdpr_message a:hover,
#gdpr_banner .gdpr_message a:active {
  color: #ddd;
}
#gdpr_banner .btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 14px;
  padding: 7px 25px;
  margin: 0;
}
#gdpr_banner .btn:hover,
#gdpr_banner .btn:active,
#gdpr_banner .btn:focus {
  background: #357ebd;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  #gdpr_banner .gdpr_inner {
    display: block;
    padding: 0;
  }
  #gdpr_banner .gdpr_inner .btn {
    margin-top: 10px;
    float: right;
  }
}
/* "_500.less" */
.msg-500-head {
  padding: 1.25em;
  font-weight: 700;
}
.msg-500-foot {
  padding: 1.25em;
  font-weight: 900;
  font-size: large;
}
#vid-container-500 {
  position: relative;
  padding-bottom: 50%;
  padding-top: 80px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#vid-container-500 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* "_variables.less" */
/* "_bootstrap.less" */
input:focus,
input:active,
select:focus,
select:active,
button:focus,
button:active,
.btn:focus,
.btn:active {
  border-color: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
}
a:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
input,
select,
textarea,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.center {
  text-align: center;
}
.btn-light {
  border: 1px solid #888;
  color: #888;
}
.btn-link {
  padding: 0px;
  border: none;
  color: black;
}
body.modal-open-fixed {
  position: fixed;
  width: 100%;
  height: auto;
}
.modal {
  overflow-y: auto;
  z-index: 100001;
  height: 100%;
}
.modal-backdrop {
  z-index: 100000;
}
.modal-dialog .container {
  margin: 0;
  width: 100%;
}
.modal-dialog .list-head {
  background: rgba(255, 255, 255, 0.9);
}
.modal-dialog .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  padding: 0px 10px;
  font-size: 28px;
  background: none;
  border: none;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0px;
  }
}
@media (min-width: 940px) {
  .modal-dialog .close-modal {
    right: 20px;
  }
  .modal-dialog.modal-big {
    width: 850px;
    margin: 30px auto;
  }
}
.alert {
  margin-bottom: 0;
  margin-top: 25px;
}
.alert + .alert {
  margin-top: 20px;
}
.visually-hidden {
  /*http://developer.yahoo.com/blogs/ydn/posts/2012/10/clip-your-hidden-content-for-better-accessibility/*/
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
#messagebox.floating {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  -webkit-transition: opacity 1.5s ease, top 0.4s ease 0s;
  transition: opacity 1.5s ease, top 0.4s ease 0s;
}
#messagebox.floating.alerts-hidden {
  top: -200px;
}
#messagebox.floating.fade-out {
  opacity: 0;
}
#messagebox.floating .alert {
  margin: 15px auto;
}
/* "_lib.less" */
.list-container {
  position: relative;
}
@media (min-width: 768px) {
  .list-container {
    margin-top: 25px;
  }
}
.list-head {
  position: relative;
  display: block;
  padding: 2px 0px;
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}
.list-head h1,
.list-head h2,
.list-head h3,
.list-head h4 {
  margin: 20px 0;
}
.list-head h5 {
  margin: 12px 0;
  color: black;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 767px) {
  .list-head h5 {
    font-family: "AvenirNext-DemiBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (min-width: 768px) {
  .list-head {
    padding: 2px 10px;
    border: 1px solid #e7e7e7;
    background: rgba(255, 255, 255, 0.8);
  }
  .list-head h5 {
    color: #585858;
    font-size: 16px;
    font-weight: 500;
  }
}
.list-collapse .list-head {
  cursor: pointer;
}
.list-item {
  position: relative;
  padding: 10px 0;
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.list-item .list-caret {
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  display: none;
}
.list-item .list-caret.bold {
  border-color: #000;
}
@media (min-width: 768px) {
  .list-item .list-caret {
    border-top-width: 2px;
    border-right-width: 2px;
    width: 10px;
    height: 10px;
    display: block;
  }
}
@media (min-width: 768px) {
  .list-item {
    padding: 10px;
  }
}
a.list-item:hover {
  background: #fafafa;
}
a.list-item:focus {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33), 0px 0px 0px 1px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.33), 0px 0px 0px 1px rgba(0, 0, 0, 0.3) !important;
  z-index: 90;
}
a.list-item:focus .list-caret {
  border-color: #333;
}
.list-item.list-hide {
  display: none;
}
.list-item[class*="icon-"]:before,
.list-head[class*="icon-"]:before {
  font-size: 10px;
  margin: 13px 20px;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .list-head:first-child,
  .list-item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .list-head:last-child,
  .list-item:last-child {
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .results-container .list-head:first-child,
  .results-container .list-item:first-child,
  .results-container .list-head:last-child,
  .results-container .list-item:last-child {
    border-radius: 0;
  }
  .list-item[class*="icon-"]:before,
  .list-head[class*="icon-"]:before {
    margin: 15px 20px;
  }
  .list-container[class*="col-"]:not(:first-child) .row {
    margin-left: 0;
  }
  .list-container[class*="col-"]:not(:last-child) .row {
    margin-right: 0;
  }
}
.card {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.card > div:not(:first-child) {
  border-top: 1px solid #ddd;
}
.form-group {
  position: relative;
  padding: 0;
  margin-top: 00px;
  margin-bottom: 10px;
  max-width: 320px;
}
.form-group.full-width {
  max-width: 100%;
  width: 100%;
}
.form-group .checkbox {
  padding-top: 10px;
}
.form-group .input-control {
  position: relative;
}
.form-group .input-control input[type="file"] {
  display: inline-block;
}
label {
  margin-bottom: 0px;
  font-weight: 600 !important;
}
input[type=""],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
select,
textarea {
  width: 100%;
}
input,
select,
textarea {
  background-color: #F4F4F4;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  margin: 10px 0 10px;
  padding: 8px 10px;
  font-size: 1.2em;
  line-height: normal;
}
input:focus,
select:focus,
textarea:focus,
input:active,
select:active,
textarea:active {
  border-color: #505050;
}
@media (min-width: 768px) {
  input,
  select,
  textarea {
    margin: 10px 0 5px;
  }
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
  opacity: 1;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
  opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb;
}
input + .help-text,
label + .help-text,
select + .help-text,
textarea + .help-text {
  position: relative;
  top: -5px;
  left: 0px;
  font-style: italic;
  font-size: 0.9em;
}
label + .help-text,
textarea + .help-text {
  top: -10px;
}
.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input[disabled] {
  border-color: white;
}
.help-text {
  color: #959595;
}
.error {
  color: #D0021B;
  position: relative;
}
.error input,
.error textarea,
.error select {
  background-color: #f3ecec;
  border-color: #D0021B;
}
.error .input-control:after {
  content: '!' !important;
  font-size: 25px;
  position: absolute;
  right: 8px;
  top: 13px;
}
.error .help-text {
  color: #D0021B;
}
.warning .help-text {
  color: #FF8800;
}
.required .input-control:after {
  content: '*';
  color: #D0021B;
  position: absolute;
  right: 6px;
  top: 13px;
}
.image-input-wrapper {
  position: relative;
}
.image-input-wrapper .preview {
  display: none;
  position: relative;
  min-height: 100px;
  min-width: 100px;
  border: 1px solid #ddd;
}
.image-input-wrapper .preview .close-preview {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  background-color: #F4F4F4;
  color: #444;
  width: 20px;
  height: 20px;
  opacity: 0.7;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
.image-input-wrapper .preview .close-preview:hover,
.image-input-wrapper .preview .close-preview:active {
  opacity: 1;
  text-decoration: none;
}
.image-input-wrapper.has-preview .image-input {
  display: none;
  visibility: hidden;
}
.image-input-wrapper.has-preview .preview {
  display: inline-block;
}
.image-input-wrapper .image-input {
  border: 2px solid #cdcdcd;
  color: #9C9C9C;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-style: dashed;
  background-color: white;
  overflow: hidden;
  height: 50px;
  width: 60px;
  position: relative;
}
.image-input-wrapper .image-input.dragging {
  border-style: solid;
  border-color: #888;
}
.image-input-wrapper .image-input .image-input-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}
.image-input-wrapper .image-input .image-input-label i {
  font-size: 30px;
  vertical-align: middle;
}
.image-input-wrapper .image-input .image-input-label span {
  vertical-align: middle;
  display: none;
  margin-left: 10px;
}
.image-input-wrapper .image-input input[type="file"] {
  position: absolute;
  cursor: pointer;
  margin: 0;
  padding: 1000px;
  background: transparent;
  z-index: 100;
  border: none;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .image-input-wrapper .image-input {
    width: 200px;
    height: 60px;
  }
  .image-input-wrapper .image-input .image-input-label {
    line-height: 60px;
  }
  .image-input-wrapper .image-input .image-input-label span {
    display: inline;
  }
}
.btn {
  margin: 10px 0;
  padding: 8px 35px;
  font-size: 1.2em;
}
.btn-block {
  padding-left: 0;
  padding-right: 0;
}
.btn + .btn {
  margin-left: 13px;
}
.btn-basic {
  background-color: #E1E1E1;
  border: 1px solid #d4d4d4;
  color: black;
}
.btn-basic:hover {
  background-color: #d4d4d4;
  border-color: #c8c8c8;
  color: black;
}
.btn-basic:active,
.btn-basic:focus {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: black;
}
.btn-confirm {
  background-color: #404040;
  border: 1px solid #c8c8c8;
  color: white;
}
.btn-confirm:hover {
  background-color: #333333;
  border: 1px solid #c8c8c8;
  color: white;
}
.btn-confirm:active,
.btn-confirm:focus {
  background-color: #272727;
  border: 1px solid #c8c8c8;
  color: white;
}
.btn-error {
  background-color: #D0021B;
  border: 1px solid #D0021B;
  color: white;
}
.btn-error:hover {
  background-color: #b70218;
  border: 1px solid #b70218;
  color: white;
}
.btn-error:active,
.btn-error:focus {
  background-color: #9d0214;
  border: 1px solid #9d0214;
  color: white;
}
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:active,
.btn-disabled:focus {
  background-color: #F6F6F6;
  border: 1px solid #909090;
  color: #909090;
  cursor: not-allowed;
}
.btn-facebook {
  background-color: #375495;
  color: white;
  padding-left: 15px;
  font-weight: 600;
}
.btn-facebook img {
  margin-right: 10px;
  height: 20px;
  margin-bottom: 4px;
}
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
  background-color: #304982;
  color: white;
  text-decoration: none;
}
.ja-form-process {
  border-bottom: 1px solid #eee;
}
.ja-form-process > * {
  height: 80px;
  color: #ddd;
  text-align: center;
  vertical-align: middle;
}
.ja-form-process > *:not(:last-child) {
  border-right: 1px solid #eee;
}
.ja-form-process > * p {
  vertical-align: middle;
  line-height: 80px;
  margin: 0;
}
.ja-form-process > * span {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-right: 10px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.ja-form-process > .ja-form-process-done,
.ja-form-process > .ja-form-process-active {
  color: black;
  font-weight: 600;
}
.ja-form-process > .ja-form-process-done span,
.ja-form-process > .ja-form-process-active span {
  border-color: black;
}
.ja-form-process > .ja-form-process-done span {
  display: none;
}
.ja-form-process > .ja-form-process-done p:before {
  content: "\A0";
  color: #7ED321;
  margin-right: 10px;
  border-bottom: 4px solid #7ED321;
  border-left: 4px solid #7ED321;
  display: inline-block;
  width: 25px;
  height: 14px;
  position: relative;
  top: 28px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ja-form-message p,
.ja-form-message-error p,
.ja-form-message-success p {
  margin: 10px 0;
}
.ja-form-message-error {
  background-color: #f3ecec;
  border: 1px solid #D0021B;
  color: #D0021B;
}
.ja-form-message-success {
  background-color: #e7ffe2;
  border: 1px solid #27D002;
  color: #27D002;
}
.ja-form-message-success,
.ja-form-message-error {
  text-align: center;
  font-weight: 600;
  border-left: 0;
  border-right: 0;
}
hr {
  border-color: #ddd;
}
.seperator {
  margin: 0;
  margin-bottom: -30px;
}
.seperator hr {
  display: inline-block;
  width: 100%;
}
.seperator span {
  position: relative;
  bottom: 2em;
  font-size: 22px;
  vertical-align: middle;
  background: white;
  padding-right: 20px;
  font-weight: 600;
}
.seperator.seperator-center {
  text-align: center;
}
.seperator.seperator-center span {
  padding-left: 20px;
}
.seperator.separator-clear hr {
  margin-bottom: 30px;
}
.sections {
  border-radius: 4px;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
}
.sections a {
  background-color: white;
  color: #c0c0c0;
  font-weight: 600;
  text-align: center;
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 0px 1px;
}
.sections a:hover {
  background-color: #e6e6e6;
  color: #333333;
  text-decoration: none;
}
.sections a.active {
  background-color: #404040;
  border-color: #404040;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .sections a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-width: 1px;
  }
  .sections a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-width: 1px;
  }
}
@media (min-width: 768px) {
  .sections a {
    width: 150px;
    margin-left: -2px;
    margin-right: -2px;
    border-width: 1px 0px;
  }
  .sections a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 0x;
    border-left-width: 1px;
  }
  .sections a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: 0px;
    border-right-width: 1px;
  }
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/* "_layout.less" */
html,
body {
  min-height: 100%;
  position: relative;
}
/* "_base.less" */
html,
body {
  padding: 0;
  margin: 0;
  position: relative;
}
html {
  height: 100%;
  background: url(/static/dist/src/less/i/blurbgx-small.ff798890488a.jpg) #666259 no-repeat center center;
  background-size: cover;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  html {
    background-image: url(/static/dist/src/less/i/blurbgx.381785070132.jpg), url('data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAQCAwMDAgQDAwMEBAQEBQkGBQUFBQsICAYJDQsNDQ0LDAwOEBQRDg8TDwwMEhgSExUWFxcXDhEZGxkWGhQWFxb/2wBDAQQEBAUFBQoGBgoWDwwPFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhb/wgARCACeAUADAREAAhEBAxEB/8QAHAAAAwEBAQEBAQAAAAAAAAAAAwQFAgYBAAgH/8QAGwEAAwEBAQEBAAAAAAAAAAAAAQIDAAQFBgf/2gAMAwEAAhADEAAAAP115fImdlDLdZxCpwsRqVjpDKoTHoIlklOJFVlPkCJ9Ci4UyhI0QxlIVIMxs0A+uoo1rnp0nF0db53V1HndNXkowp0D4MvisSkw/q/1HkzCk7LJZVdlDhhvQym0/ZNtFqJNFmOs1xLfT2yD5NgqwXy6YEKFGZ2cUUZta561+d+h5OjoOO97ivW46HU+Kw9sAgzJlZeb+5/WeJz5jKZZrhHZM5M4eOVYiOtjLqJuRFshQzHWc5UOWOQZU3Ubz1s0BQTVIUv8t+o4OmzzWpc9KEHe5n3Mg2A2GGziCdIq0gQ6f1l9v8vBaMN5SnSQwmus5tgOeTNo/wAHXDK4JMZrrKoqLZdgg5lskq01mBsKkTXhTo+Lo6/zOy7x3PJtyJFYeyhyTZVgBKLwvMheXy9WOe/7i/TfkUwktZRVjz7yi0nMYJkeLSlClKVTJRbac4mMJVElUWRZIlRFrOVZc4OLrfLTrfM7Ox8ntv8AB0aTLErkrEINkKBJipOiHF2JcfUTms1Gxkb9xfrPx/gAlysZyZwjaURowLKttX561YXak4Np76RVefvLl+iXM9M4V0mPgFWJm5y07Hye7r/J7q3DbIZHCdUTm0+mntk8Q8/QLz+4PF0swpSjTI3u37b/AF74/wCG8GwoWjOdOMFufmLQSOowpR57nmw1aLefL9UeV6Zc10zj2VQ4QZnme/5/T0Xn9fT+V10OWqZM06VVZVNKpkMV4285epnzuwnJZiVHJH3DBOzv2n+r/H/betvm2QBhVss3STCrwVNEjGcei811Qg3nLpk3RYt4jl5ein5nbV4epzkrR5KYVpL6LXRnEXUnZycvQ35vYzy2YizaOwh9C5wGFwrfrv8AQfltbGuGekAGHQN2DrDCiCnHyL8XO9PPNoiDBI4BIGQE7+cXd9xdvvH0Zi+4tlGQ2kM0kUkztIlfca3fP6KnG7COyrHUZA2rDARCK7f3/wC2+ZwdqoLXLYI1SjcdSGoLkNHn78S3dweUkqwE4yQIlTl60PP9NPm6UFK6FabzVaOtEuXrV5rrzf2b0+aljko7Btqxc3wOcoxk2WY8VTv0H9R4aNBPqka6oWVV1Y26iLVZNPqq1ZWaczLpNulekLBnOWsGHVI5eySlY7KkhmQtMjdfm6CcvQWDGgaMKVIVZnQuw9tri7fA4QhAzl9Qt/ovyy65N9Hqs2wWYU13X8tK8ShZZHRNeqL0VSkrZSouk5507TpViEpTf7jtvk6GeSzEKU+er8aPydqbtRcysddh1yuKjHm3wwSPkJlP53/YPih4DJEwEcPAmzqM4hNsGirOo2HuXY2lYSP9GmIW1Cx+ehoM3CvQcHTW46PSqdGY2829mdBmFIWTwk6FldnAJAWGwf47+nfIjICcI5fEJxAfQVgQE+BvMfATzZuNH+e1XkszCqDCXead4+MviNc4Oi95963LY8mIp8IwRtGITo4wc86fEjwyR4yZZf53938wrmV2WLJ4hx9xAQqTgFibvRpS56V+W1/j6KvPX7bmO/m4/wBPjm9EWAKCKHMHEk2d56VeS1jjszBiLmEJAzIoQFlXOjjDebZpMLb+DfefOZ2yMPbBxUZhGGR7jU562uW1rlrc5L0ee2SsPrhyXp8vL+hyqVQyhldZntrp7NgYDYDA8Xp81K3LWlzUcjR6VHo0+Odk+hslgHMgfnP9A+dPNiKSqTIz0aOycwNKFLHNWvy1qctSSMD0Ycx6HNyvo8sTqgNwZSZNvapMVZiWzDzaGG2TdVHX0GhClPmpU5bdR5vQ1JgFmkZmTCcVZU/hP2viOyodGKpYRqEaPSZ+FK/NZqLq0miyKafI+3ycz6HPK6J5YFUsofRvsra6suVByp0G2N9sB8m6p0TBzMz1/idXSeb0qdI0pPNt43uW383+l4TBirmZF2VKnNapzWbjVSk4XZzROznRqiDJz/oc87oTJxNjqTqfsM4FXEZfhmJOdW0Dpd6d5sBgnRUqLX8+lPlqn1qdC/B3INW5qwfVQoL0Xq816fLY82Uqk3onH6eeZ0ynWnKvKdZF3Hx2tibGBIh8yZxKNsr42PMszcoPqHW2tvdsbLuPFCzCZ0T+2bmz8Htclf/EACIQAAIDAAICAwEBAQAAAAAAAAMEAQIFAAYTFBIVFhEQB//aAAgBAQABAgBysCONuGItwtaw7B6nrocdhyrlGxnG2IgjC8YQ0FQYhCCuuqqopl5+Rm4aOcuvSvIvc1zFMdhqjRmW3GrsFP5/M4W3HIcq2NoLIGgMBOAoDLyCgqCGIIFlU0UMvPxsvJzs7NVXrF5NY8nMZhh13QpoUZhmpZPcrXt+WkN0bGyA6zSrSx1SJmSYUKv4qDXXVURSx8nMx1MxVNUAueYjV3Jclpl7S1X9N5fRTcVdC3Vjhq1qvwVbrlzzZrGe4gyiZEqTK7oGaTRYKK6KOJkY2OsjUNKQQjR3TPEevom2Xdk7dKGWPnu4+hiaWK5jnyyohUTSXzZzGMxnMby28xxJ0T3H5NQQVVslHBycXJWVvBSEOZth5h07p3WnrMCCBaB/ya3Eyo9nPZb+foKrLIKrLVVOm0i+vqRrm1Du3OP1lEcfHwcDKyBCKVhlltl5h5h4rcmJaRopUDMDp/kxaDhdV1EtNASSYgRUhz6ehsauvpaLDNbryojl5eLk5mWtNmmWnHX29BvRK9dkdxRA1gDrMxNbRf51tyYuM6TWKTCJltw67o6mo86RkRlbJeiDOQRXoqQDTL72i9pPab2pOgEoajqHi9KzFr2teSj2p2ltn7QmzG6pqUMe+wbZadIzQ65FCp3SlH1IFJJYo2TSc13NVzRdeZOhGeEARiAHkTEFsweXLbX3o+x/rD9pJ2rG7hmdt/S6G7oaI+EXKCVLZ185hMwmanm1zMuvNukZMS9QKIIJriFEVtaflczJm7Uo0Ao3bOOk1SamfoYztnm9YWrmazG7ffxn/Lovv6jWk7rt7JtpzZPp+yOaCAokmssIUDsIQoH6907JWzBZV/8Aod+/t95d7afsv6TJ7Lidst2lzea7D+sZ7fTtGN3Qnf3+7m7c9253tE7n2QjjqsBNddZZYQwxSB0vNJpwfL8m1TUNOhOhZ+zt3PbDoLbQeyR2Y27fXnVrp01p1vsfbm1AiiDINZvFQhGG1DeerlXg6BnROCcG6RyzUswzbOtn2RumVeAUBYZp8snk0WBUCieUngzjOjad9y5l28vZz91fVo9Vu7dXIZG1c6xYvJLng0mlw2sXWLql0z6Pv++bQK5QoqKJqZebjZ2Ksg01vb2pseytcVTUi4nVd1HsKWzD4mRsUMMozgN85t85valn5dlqzHkDECuuFHPykcjOx0MgCjDmrvbfYHtCLikF827lL8mph/NbUR3VNtTUE+k5UlDrsya0yQFgxQQ16KCSURGiHMRyUcpLNVWYPq6+xtauswzSw+Uml8k5uHiJjhQnWvQTSOqtsZmvkOs3E4Bv26MIQqgJAadFAKKorpJ5qWbNT6RNfQ1drV0NEp6yHlP8iUjCcYLS1bVtaDBOqQUEUe6npn0fdG9DqzWS+KlIEMIVFUkU0v63q6eyzpn03tnRdvevB8FynJtEit5hlCStqzW3JqUB1SBwSu6ca6+svqLO57lYFRRdFJZWxmNN3TcdZYZYbaOe005WBxSOW5Xg+fyvAyLleRysxyItQoBDfsSwzgbSfzn/AP/EACoQAAMAAQMEAQQCAwEBAAAAAAABAhEDITEQEiJBMgRCUWEgUhMjYjND/9oACAEBAAM/AG8m7J7GSmcj6IwmZbEkLc3ZycnJz/N/wb9H6HTWw9m0dqTwYRgSEuvJjO4lkmWxYZlsWOifLIRLWxnJsxvLN2cnJyPce+3Xf+LG3wVS4G38TCXiKcZQpxsKUJISP30/YknuKU80PtY8s56NIx7HLZnhjoyjKZyN5GznY52P0ZzsfoxnYx0bG+jp4Ujb+JsvAmfQp4klEwhSJexfkX5F+SZl7iWcUO8pUNp7F74Rab2LSZSyW0xtseX0zI7Kf2j38TnxHvsPL2P0JehLY3YstGdjzE98Dt8DprxFKWZJieBLhCQpEvZz5HO5j2Y+4Up+RV5So1NV8lVyxUhUnsJ58TnEj38Wi03iS5zmSpfBWeCn6Mrg2+Jz4nOxz4iWdhTnYmUxLJs0htvo87IumtiqxmBSk3JMTwKRIwJZ3Odzny6P8lemampRdinohEsmk9kRWfEnfCJUvxJTexPeySfwTgl52J3ZEpkTklZFlmWyqG/RVeirpZk4bknSleJOmsCSEk9xLO5zuLfyOdzLe46G8lX0mJ6Z/jnJlPYrFbGo6eJNSb+LLnZoaQkiJTyzTlPclZXcOs4ZVtlW2NjfodveRJLMkQ14kaccEzAlnDOdzGfI53OfI7s4Y37KrpkQpQhCQhC6yyLItvxIX2kafojSTJhvcwnhmpbrc1Lb3LZTz1zzJM+iIQkyZnkSl+Qt/I58jnc58jufJVjaMDfRLrjpHuiPVGm/vNLt+RpT9xo5+Zo6v3I06XJHa2dsvBWWky6bLrI2mfoz6Nj20JehT6FI0ztOyeTnzG84obzuU84ZqW3hl1Y8GJMmDCG2LAkmKRGpL+ZqL7y9N/Mfb8xvP+wpV/6DVb6grlZ1CKn5mjafmaWpbWSNT9onBOWKuEN/aYT2FOdhLPRLIkKU1kSz5Dedx0Oh0d74MPg7VwJISFgZgaLeUalGpVcMnfFHPkOE/IqG0rK92P8AuW72o1nK8ma06fyZq7p0U9TysiZ3s0Zj5o0nq470aGty0fTLTy6R9Npp+SNF5xSNNJ7o0lnzRp5fmiMPFGc4odt4Y7fI7HQ2xfgSQkPAx+xGfXRMl/aTn4mm/wD6Gk//AKGlcvzNO84sh5xZPd8zSVLus+mULNo+muNtRH09JvvRpw322OONQppr/KPvz/kP8K/9DwwtUeo3/tM5/wBps/8AYXbeLNXUfyNWvuZqanLKZbGZElwJCwST2kokkQiURwQp2SPqP7s+o/sz6hr5M1/7M1v7M1vyzXnimfVaf3s+qnnUZrtfNmrefM1X97NTO9F85ZqLima9fezXfDZ9S/bPqLzlst7tinlkT7IbItIgiUSmTjklexJGGJz8uq/sLt5EJp7n7HjnqiUSskkGmkRPDJ/sL+whtlVwi69GpqPgbW8kaU5aRoaGeDTnKTG+GVjkuL5Y9NJNktLzIufkJ8M/6Z+xtn/R+xvq0WUMaNL8mn+SBfnp+x/krfcpl0almpZVfaU+ZEllyaOlO6R9P9PD4NOVSmitS3iirfPTvg7GUuGamn7L09nQns6NO53sm18kxP2J7ZEKkdon7E5EIlo7i37L/JX5LLbKpjaKbLp8DfKP+T/kSWXJpaJpaEvcmJpKiqylZqatvyHTbz1VR0xkTGaum8pmrpP5DXNCa+ZNL5C/sKvYqnKHDE1yJ+x4H3DaKZTKfobH+D9GVwZfxP8AkS+0lco0tPnBp6Wk90KcpUPFeRVtpUVbeWZ64MMV6Jin0TQmjnBqQ9smpp+yp5pn5oXd8ha0pdx2o7Xyflk9j3FViqDPoRIvS6LGWhPiRt8Clbo0tGd8I09PKTPLkzovyGnXmVbfkVTM/wAe2hf4sNiqjJjomJpnJUlz7LiluPZOxPS5J/sfhja5PPkwuRJbLpkyN8odcoieTR0Z9GnpppMbylRTbzR2/cZ02u4epTeR02313/jSH76ZRjrlCpM5Kmh6bHMfIx9wm/kJr5Et8iX3GOnd7RLNOELSnaS1xJqNPk1HkrcpFtvBbyU8tsbXV5/m/wCSYmSzs4Ka5KlvcuTUk1C8o//EAB8RAAMAAgMBAQEBAAAAAAAAAAECAwARBBASEyAUMP/aAAgBAgEBAgAA9DBmtHF7UDABgwYuDofsks70pWlHJ61gGta8ga1rWtADBgwYMGDN9DB1vZdqvd7PWlGbrWhgzfQUDWvPnRAA6BBU5sEEYOtlmalnu1mozs2AedYcLNXQ6GAAaIIzfr2GBDBgwwYow4xZ63pdqmhfNBQvlsJZ3oXK+TgYOH97OMSfXsEMrgjAFUDCXe17Xam9ADAoUBnerVehbNYQy9BhhwlicBBXECKqqozZel78q3IZsAAChQN0tS7Uahff4IZdKBhwhlICpNJJJUVcJpWnJryK16AVQADjVpyKWNGbodfX6h95rWsbPImsUkFXBno0pat2o7MNBAutl63pdqklu9+hyP6J3+/9C3WnsviBVA7BZ3rSjE4R5CAejQ0elKM/reE+utDBiHYxSrm32Fp2SooKew3utHcthw9FnoamjVerv6BJ62oGbDiiupGAbdw6lSKiq0FPr9XoT0SWaj1Zi7ULs+97zZPsOa/X+b+ZeOsQngo8wiKqiayCFfJVk8eWZ6PRqtRqM5Y9E+xhzZOa158eAoXWaM/l8lTB36NGs1zdqHKLQs5f1358AeSnzE/ATwHD+/p9Pp9PoH9/T6mx5Dcp+Y/O/rV1QJ4adeM/GaJn5VfPnQUgdDoL531ve9joku1m5D8l+QaqseNOHjXWmk/FfhvxjIz8eda85oKADmtazfoOaPd7Pd7l1nLjR4yS1miOtjPLQfiNxG45k8/PkgDAMJ9FvZdqfQ1a72ar0XJQlx5RVNHrRH4BBz5vA8anGpMZ5KeQjY1Pr7LFy5o1mt6EjCUIRnILh/BHnRGaBBDA+WlzJJP5GXzKPPDhJLO1Gpixlx1j8E40pDs/kAgjWaHQZXDclJcccc8duO0nn0zM7vpYpx0kqKqqEH+Zw4fyMBbEAGijyeX/xAAhEQEAAgICAgMBAQAAAAAAAAABABARIAIwITFAUWESIv/aAAgBAgEDPwD5uL99z8ULzWdzU+XmmMdMdpDp8NYnvVdSjs86fsxM6/VhMZpdwgaL0PQ7hAnuZi1nUIHY6edVvFYmK8MXoCli1nQhBo2zYTGuKzbqFMz0MaNCEzCEDXB0YhC/cz14jGm2yEGivewbsdiEdvF5mIkYxn7eY1iY2YupA2fqNsYxjpi82QNc64tjS0xhCELIQgQKIQhOM4wpYsYkds26FHQ3+z9rGnJnLlF9z7hMzOYxNTUs6HpWcuUWYmNCDBpJj4Ru8pyZmEDpGcW8RrHwliszQTHYMGDf85rNNYtjssWv9WFeNsb5gwxMZjmvzoKWcuUWivMxp47xn9E80bsfMWZohCEDr8dLRCE4wnGf/8QAHhEAAgIDAQEBAQAAAAAAAAAAAQIDEQAQEiATBDD/2gAIAQMBAQIAwau9D2djLw7vYAVVREVQMGxl3nXXXXYYG935rRPgKEESRqigDBoaoKcJy7voMCDhPs6vLAASNY1QKABsYAAkaREMpGE3YIIIOqI8HL0uKI40jC0AB4UKiRJGqFDGYzEU45rBiiqqiNdE7RY40jC16RI4VjVAm6KshQjS4vg4WLFr2kcUCRgegscMcIRVA80VKspUBcXAbLmQuWu8VEhjiRQPIVIo4EjVQuE+6MZi+XBP0Mpk6ywVVI44lRQPAAjEUcCRBQAMsnLqqqtkOXJfu76uMRxxxgYMGgBGsYjVFXAMvKO6o+RhVo5IHi+fzK4FiWNFGDQCpHGIwoUAADB4OHXPNEZVAUQytD8DA0PxWCOFUqlVUWNEVaAVQgGVg1xzx8+uur0MXRw6JOUFAXBpVWNUChVUKFAUZWDxYbV3eweutVyECCNYlhWEJSYqhQgGgerwZXmqrnnjgII/n8xEIRAPzL+Vfyj85jJJtWSRZA/QN93pMAquOa44+YTjjjmgAgjWJYliCEvK8pOhoOsqzCToYNDBgcZd3fkZzyEWNY1RYwhZpXmZ/wCFiQSiUSB1a7BsHqxlc8hAnARUVFjClmleRpCfI81gZXEqyq/QYP10uKgQIFChQqosVGQyM7uXvB6U+a0GicN0H7Dq42AoVFjxpXlMn0MhbY0fIPmuaQ999iQOr6VVVVsyM7OScLeR7GDB6OjoEMrBv//EAB8RAQACAwEAAwEBAAAAAAAAAAEAERAgMEAhUGECMf/aAAgBAwEDPwD139FXoPfeL3Yy/ZfNida1rivEwdV0vFcLxXR3DdchuuQ6XDIStvmXLl9A4kOLHF7G1xybLCFdL0Y4cfGy4OjHncuENK8f7HQ9dbGSHF2csY4rjWDqx6BP5IGa1/eRn81OQQIS9kya35QgGb5JyOwQPBUeB0CB9IQIHprkQqV/mGMfW6f/2Q==');
    background-attachment: fixed;
  }
}
.active-search {
  background-image: none;
  background: #efefef;
}
.active-search .top-frame {
  background: url(/static/dist/src/less/i/blurbgx.381785070132.jpg) #666259 no-repeat center top;
  background-size: cover;
}
.active-search .tags-row {
  display: block;
}
body {
  min-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(239, 239, 239, 0)), color-stop(55%, #efefef));
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0) 35%, #efefef 55%);
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
@media (max-width: 767px) {
  body {
    font-family: "Avenir Next", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  body.info {
    background-color: white;
    background-image: none;
  }
}
@media (min-width: 768px) {
  body.branded {
    background: transparent;
  }
}
#wrap {
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}
#wrap.hidecontent {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.no-padding {
  padding: 0 !important;
}
ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bold {
  font-weight: 600;
  color: black;
}
b,
strong,
th {
  font-weight: bold;
}
@media (max-width: 767px) {
  b,
  strong,
  th {
    font-family: "AvenirNext-DemiBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
#frame {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  #frame {
    padding: 0 0 220px;
  }
}
#mobile-footerlinks-more {
  background-color: #fff;
  margin: 10px;
}
#mobile-footerlinks-more .modal-header {
  padding: 18px 15px;
}
#mobile-footerlinks-more ul {
  padding-left: 0;
}
#mobile-footerlinks-more ul li {
  list-style: none;
}
#mobile-footerlinks-more ul li a,
#mobile-footerlinks-more ul li h5 {
  padding: 17px 20px;
  color: #000;
  border-bottom: 1px solid #eee;
  display: block;
  font-size: 16px;
  margin: 0;
}
.brand-container {
  margin: auto;
  display: block;
  width: 64px;
}
.brand-container .small-brand {
  padding-top: 20px;
  margin-bottom: 20px;
}
.brand-container .small-brand img {
  height: 64px;
}
body > img[src*="teljari.is"] {
  position: absolute;
  bottom: 0;
}
.btn-suggest {
  margin-top: 50px;
  text-align: center;
}
.banned:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAAxj0+xj0+xj0+xj0+xj0+x0FCy09Q0F9g0WJj35SU+Obm+/Dw+/Lz/PPz/v39////SsS7JAAAAAV0Uk5TAFSPx/q1vphyAAAA10lEQVQ4y63VyxKDIAwF0Et5i0L+/2u7kGktxCm30yz1qEhCAsBY57+GswYAHn4xHoDxy2Fg17GFW8cOnogfccxBAyHHGW9NSpptKtK2EccmIvuk0y4iLQ44iyg67SIikgcciqK7LWFcc79x1dMl3N+aH8fti5RPwd9oxX5m8AI0O6T7RVQ71kZH9VC3HV7Vqp2r7q3n5M8lmuppj7RQz+lcr9QFzCyD+cFuj7qwdUxSmHQzhcSUKFP8zLGiDizVCqgmQ7UvrjH+vz9TY4IaQNRoo4YmM46fQ2wzxehKxLIAAAAASUVORK5CYII=) no-repeat center center;
  background-size: 0.6em;
  padding-right: 1em;
  opacity: 0.6;
}
.banned:hover:before {
  opacity: 1;
}
.help-text.confirmed {
  color: #238420;
}
.subpage-nav a {
  color: #50505A;
}
.subpage-nav a:hover {
  color: #888888;
}
.http-error .error-icon {
  font-size: 8em;
}
@media (max-width: 767px) {
  embed {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body.home {
    min-height: 100vh;
  }
  body.home.ios {
    min-height: calc(100vh - 60px);
  }
  body.home #frame {
    min-height: 0 !important;
  }
  body.home .footerlinks-mobile {
    padding-bottom: 125px;
  }
  body.home .footerlinks-mobile.include-offers-nav {
    padding-bottom: 135px;
  }
  body.home .popover ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* "_suggestions.less" */
.router a.box-link {
  width: 100%;
  padding: 10px;
  display: block;
  margin: auto;
  padding-left: 50px;
  position: relative;
  color: black;
  font-size: 15px;
  border: 1px solid #888;
  border-radius: 5px;
}
.router a.box-link span,
.router a.box-link .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px 15px;
}
.router a.box-link .img-wrapper {
  margin: 0px 15px;
  line-height: 43px;
}
.router a.box-link img.company-logo {
  width: 22px;
  margin-bottom: 5px;
}
.router a.box-link:hover,
.router a.box-link:active,
.router a.box-link:focus {
  background-color: #eeeeee;
  text-decoration: none;
}
.router p.subtext {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .router .list-item,
  .router .list-head {
    padding-left: 30px;
    padding-right: 30px;
  }
  .router .list-item [class^="col-"],
  .router .list-head [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .router .list-item.box-container {
    padding: 30px;
  }
  .router a.box-link {
    text-align: center;
    height: 180px;
    padding: 26px 18px;
  }
  .router a.box-link span,
  .router a.box-link .img-wrapper {
    position: relative;
    font-size: 2em;
    display: block;
    margin: 12px auto;
  }
  .router a.box-link img.company-logo {
    height: auto;
    width: auto;
    max-height: 38px;
    max-width: 120px;
    overflow: hidden;
  }
  .router p.subtext {
    margin-top: 20px;
    margin-bottom: 0px;
    min-height: 100px;
  }
}
/* "_error_alert.less" */
.error-alert .modal-header {
  padding: 15px;
  border-bottom: 1px solid red;
  min-height: 16.42857143px;
  background-color: #d3d3d3;
}
.error-alert .modal-footer {
  border-top: 0;
}
/* "_map.less" */
@-webkit-keyframes radar {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  40%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes radar {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  40%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@keyframes blink {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-webkit-keyframes pop-in {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes pop-in {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
body.mapprint {
  background-color: #fff;
  margin: 0;
  padding: 8px;
}
body.mapprint #wrap {
  padding: 0;
}
body.mapprint .map {
  border: 1px solid #000;
  max-width: 800px;
}
body.mapprint .map img {
  max-width: 100%;
}
body.mapprint h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}
body.mapprint .search,
body.mapprint .route {
  width: 390px;
  height: auto;
}
body.mapprint .search .item,
body.mapprint .route .item {
  font-size: 14px;
}
body.mapprint .search .item td,
body.mapprint .route .item td {
  padding: 2px 5px;
  border-bottom: 1px solid #ddd;
}
body.mapprint .search.wide,
body.mapprint .route.wide {
  width: 500px;
}
body.mapprint .search .results .item .letter {
  width: 15px;
  text-align: center;
  color: #888;
}
body.mapprint .search .results .item .title {
  font-weight: bold;
  margin-right: 5px;
  color: #222;
}
body.mapprint .search .results .item .phone {
  text-align: right;
  min-width: 70px;
}
body.mapprint .route .results .item .num {
  width: 15px;
  text-align: right;
}
body.mapprint .route .results .item .arrow {
  width: 15px;
  text-align: center;
  color: #000;
}
body.mapprint .route .results .item .road {
  font-weight: bold;
  margin-right: 5px;
  color: #222;
  min-width: 120px;
}
body.mapprint .route .results .item .distance {
  text-align: right;
  min-width: 60px;
}
body.mapprint .route .info {
  padding: 8px 0 4px 60px;
  font-size: 14px;
  line-height: 20px;
}
body.mapprint .route .info b {
  color: #222;
}
body.mapprint .route .info .val {
  margin-left: 10px;
}
body.map.mobile {
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.map.mobile .actions {
  display: none;
}
body.map.mobile .services ul li {
  display: inline-block;
  width: 50%;
}
body.map.mobile #maploader {
  font-size: 48px;
  font-family: serif;
  text-align: center;
  color: #ccc;
  color: rgba(104, 104, 104, 0.4);
}
body.map.mobile #maploader .current {
  color: #888;
  color: rgba(0, 0, 0, 0.5);
}
body.map.mobile .mapboxgl-ctrl-bottom-left,
body.map.mobile .mapboxgl-ctrl-bottom-right {
  position: fixed;
}
body.map.mobile .footerbar {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
body.map.mobile .map-suggestions-link {
  display: none;
}
body.map:not(.mobile) ::-webkit-scrollbar {
  background: transparent;
  width: 6px;
  margin: 4px;
  padding: 4px;
  border-radius: 2px;
}
body.map:not(.mobile) ::-webkit-scrollbar-button {
  display: none;
}
body.map:not(.mobile) ::-webkit-scrollbar-track {
  background: transparent;
}
body.map:not(.mobile) ::-webkit-scrollbar-track-piece {
  background: transparent;
}
body.map:not(.mobile) ::-webkit-scrollbar-thumb {
  background: #ededed;
  border-radius: 4px;
}
body.map:not(.mobile) ::-webkit-scrollbar-corner {
  background: transparent;
}
body.map:not(.mobile) ::-webkit-resizer {
  background: transparent;
}
body.map:not(.mobile) .sidebar {
  top: 10px;
  left: 10px;
  right: initial;
  width: 320px;
}
body.map:not(.mobile) .map-box.map-box-header {
  margin-bottom: 10px;
}
body.map:not(.mobile) .footerbar {
  display: none;
}
.mapboxgl-control-container .mapboxgl-ctrl-bottom-left,
.mapboxgl-control-container .mapboxgl-ctrl-bottom-right {
  -webkit-transition: transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.mapboxgl-ctrl.map-control-360 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.mapboxgl-ctrl.map-control-360 .ja360-control {
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  cursor: pointer;
}
.mapboxgl-ctrl.map-control-360 .ja360-control.active {
  background: #f2f2f2;
}
.mapboxgl-ctrl.map-control-360 .ja360-control i.icon {
  font-size: 14px;
}
.mapboxgl-ctrl.map-control-layers {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.mapboxgl-ctrl.map-control-layers .layers-control-open {
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  cursor: pointer;
}
.mapboxgl-ctrl.map-control-layers .layers-control-open i.icon {
  font-size: 20px;
}
body.mobile .mapboxgl-ctrl.map-control-layers .layers-control-open {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
body.mobile .mapboxgl-ctrl.map-control-layers .layers-control-open i.icon {
  font-size: 14px;
}
.mapboxgl-ctrl.map-control-layers.open ul.layers {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.mapboxgl-ctrl.map-control-layers ul {
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 100%;
  z-index: -1;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.mapboxgl-ctrl.map-control-layers ul:hover {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.mapboxgl-ctrl.map-control-layers ul li {
  margin: 0px 5px;
}
.mapboxgl-ctrl.map-control-layers ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0 -5px;
}
.mapboxgl-ctrl.map-control-layers ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.mapboxgl-ctrl.map-control-layers.locked .layers-control-open {
  cursor: not-allowed;
}
body.mobile .mapboxgl-ctrl.map-control-layers.open ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
body.mobile .mapboxgl-ctrl.map-control-layers ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: none;
  transition: none;
  bottom: calc(100% + 5px);
  left: 0px;
  text-align: left;
  min-width: 100px;
}
body.mobile .mapboxgl-ctrl.map-control-layers ul li {
  margin: 0px;
}
body.mobile .mapboxgl-ctrl.map-control-layers ul li a {
  width: auto;
  height: auto;
  padding: 10px 15px;
  margin: 0px;
  text-transform: none;
  font-size: 14px;
  color: black;
}
.mapboxgl-ctrl.mapboxgl-ctrl-group {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background: white;
  border: none;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mapboxgl-ctrl.mapboxgl-ctrl-group button {
  border-radius: 0px !important;
  margin: 0 -5px;
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 24px;
  line-height: 26px;
}
.mapboxgl-ctrl.mapboxgl-ctrl-group button:hover {
  background: #f2f2f2;
}
.mapboxgl-ctrl.mapboxgl-ctrl-group button:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.mapboxgl-ctrl.map-control-gps {
  border: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background: white;
}
.mapboxgl-ctrl.map-control-gps .map-control-gps-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  display: block;
  text-align: center;
}
body.mobile .mapboxgl-ctrl.map-control-gps .map-control-gps-button {
  height: 40px;
  width: 40px;
  line-height: 40px;
}
body.mobile .mapboxgl-ctrl.map-control-gps .map-control-gps-button i.icon {
  font-size: 14px;
}
.mapboxgl-ctrl.map-control-gps .map-control-gps-button.watch,
.mapboxgl-ctrl.map-control-gps .map-control-gps-button.follow,
.mapboxgl-ctrl.map-control-gps .map-control-gps-button.active {
  color: #408CCD;
}
.mapboxgl-ctrl.map-control-gps .map-control-gps-button.follow i.icon:before {
  content: "\E030";
}
.mapboxgl-popup .mapboxgl-popup-content {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 0;
  padding: 5px 10px;
}
body.map:not(.mobile) .map-control-360 {
  position: absolute;
  bottom: 0;
  right: 110px;
  background-color: #fff;
}
body.map:not(.mobile) .map-control-360 .action-360 {
  cursor: pointer;
}
body.map:not(.mobile) .map-control-layers {
  position: absolute;
  bottom: 0px;
  right: 40px;
}
html.map_html {
  overflow: hidden;
  background: none;
}
body.map {
  overflow: hidden;
}
body.map.openpano .leaflet-control {
  visibility: hidden;
}
body.map #pano_container {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.map .openpano {
  background: #000;
}
body.map #pano {
  position: absolute;
  top: 0;
  left: 0;
}
body.map #minimap_container {
  position: absolute;
  top: 19px;
  right: 19px;
  border: 4px solid black;
}
body.map #minimap {
  width: 180px;
  height: 180px;
  cursor: default;
}
body.map #minimaptoggle {
  background: #000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAkCAYAAABrLwHZAAABDElEQVR4nOyWyw3CMAyGE4VDJS5I7aFMwA5MjcQwiEIRI7BBiIUt/TVxxcPHVvr7cJPPjusmCTnnYCgVRWWLhp1sQR62aISOEe4th508i+FQdC3aKKAFoGtbNBQddWREH/lll9+jxOgit7lw+x4jiwAcOEINxCtFf2LnHTqk00oBr+yVOjWV/BDoDilJCBM1CkhaQ2MZ2sigYMF0fnoA7or2RWfIaVJ9Jh8Ac6cjkeMGyTZhqQKS4mwZKGVTK5PJMBGgi9WquWoxzxXn11pgC2yBucJcf3TXKUh705PjI7+OjybH2nD+nrZdFhTXpc51ERaQy/bAfePitqWai+CnzZ7bv+mmJwAAAP//AwD6KjV4+PEslgAAAABJRU5ErkJggg==) no-repeat 7px -14px;
  position: absolute;
  top: 22px;
  right: 22px;
  height: 30px;
  width: 30px;
  border-radius: 3px;
}
body.map #minimaptoggle.collapsed {
  background-position-y: 9px;
}
body.map .pano_control {
  background: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  body.map .pano_control {
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 40px;
  }
}
body.map #zoom_in,
body.map #zoom_out {
  position: absolute;
  right: 22px;
}
@media (max-width: 767px) {
  body.map #zoom_in,
  body.map #zoom_out {
    display: none;
  }
}
body.map #zoom_in {
  bottom: 56px;
}
body.map #zoom_out {
  bottom: 22px;
}
body.map .extra_control {
  margin-left: 5px;
  float: right;
}
body.map .controls_container {
  position: absolute;
  bottom: 32px;
  right: 56px;
}
@media (max-width: 767px) {
  body.map .controls_container {
    top: 10px;
    right: 10px;
    bottom: inherit;
  }
}
body.map #fullscreen,
body.map #gyro {
  display: none;
  line-height: 30px;
  font-size: 22px;
}
body.map #fullscreen.active,
body.map #gyro.active {
  background: #000;
}
@media (max-width: 767px) {
  body.map #fullscreen,
  body.map #gyro {
    line-height: 40px;
    font-size: 26px;
  }
}
body.map #share {
  font-size: 16px;
}
body.map #pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.map .hotspot {
  width: 200px;
  display: none;
  opacity: 0.7;
}
body.map .streetMarker {
  color: white;
  font-size: 60px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.5;
  text-shadow: 0 0 2px #000;
  white-space: nowrap;
}
body.map #copyright {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 5px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  body.map #copyright {
    font-size: 9px;
  }
}
body.map.app_360 #copyright {
  padding-right: calc(5px + env(safe-area-inset-right) / 2);
}
body.map #copyright > a {
  color: #fff;
  text-decoration: underline;
}
body.map .titlecard {
  background: #000;
  bottom: 22px;
  color: #fff;
  margin: 0;
  padding: 0 15px;
  position: absolute;
}
body.map .titlecard .nearestAddress {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  color: #ccc;
  display: block;
  margin: 0;
  min-width: 150px;
  padding: 10px 0;
}
body.map .titlecard .close_pano {
  background: url('/static/ja360/ja360_skin/close.svg') 0 10px no-repeat;
  margin: 0;
  line-height: 40px;
  padding: 5px 0 5px 40px;
}
body.map .titlecard .close_pano:hover {
  background-position: 0 -40px;
}
@media (max-width: 767px) {
  body.map .titlecard {
    background: rgba(0, 0, 0, 0.5);
    top: 10px;
    bottom: inherit;
    height: 40px;
    line-height: 40px;
  }
  body.map .titlecard p {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
  }
  body.map .titlecard p i {
    display: inline-block;
    -webkit-transform: rotate(180deg) translateY(12%);
    transform: rotate(180deg) translateY(12%);
    margin-right: 5px;
  }
}
body.map .titlecard.close_pano {
  padding: 5px 5px 5px 15px;
}
body.map .close_pano {
  cursor: pointer;
}
body.map .close_pano > img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
body.map #pano_beta {
  position: absolute;
  top: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  left: 50%;
  margin-left: -60px;
  padding: 3px 10px;
  border-radius: 0 0 3px 3px;
  opacity: 0.4;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body.map #pano_beta:hover,
body.map #pano_beta.show {
  opacity: 1;
}
body.map #pano_beta a {
  color: #fff;
}
body.map #pano_beta a:hover {
  text-decoration: underline;
}
body.map #pano_flakk {
  position: absolute;
  top: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  left: calc(50% - 60px);
  margin-left: -60px;
  padding: 3px 10px;
  border-radius: 0 0 3px 3px;
  opacity: 0.4;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body.map #pano_flakk:hover,
body.map #pano_flakk.show {
  opacity: 1;
}
body.map #pano_flakk a {
  color: #fff;
}
body.map #pano_flakk a:hover {
  text-decoration: underline;
}
body.map.badflash #minimap_container {
  border-radius: 0;
}
body.map.badflash #pano_beta {
  background: black;
  border-radius: 0;
  opacity: 1;
}
body.map.badflash #pano_disclaimer {
  background: #444;
}
body.map.mobile #pano_beta {
  display: none;
}
body.map .misc .suggestions .done p,
body.map .misc .edit-listing .done p {
  padding: 15px;
}
body.map .misc form {
  padding: 15px;
}
body.map .misc form h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 15px;
}
body.map .misc form .form-group {
  min-height: 40px;
}
body.map .misc form .form-group label {
  padding: 10px 0;
}
body.map .misc form .form-group input,
body.map .misc form .form-group textarea {
  border-radius: 0px;
  margin: 0;
  width: initial;
  float: right;
}
body.map .misc form .form-group label a {
  color: #277bc3;
}
body.map .misc form .form-group input[type=checkbox] {
  width: auto;
  float: none;
}
body.map .misc form .form-group.full-width label {
  padding-top: 0;
}
body.map .misc form .form-group.full-width input,
body.map .misc form .form-group.full-width textarea {
  width: 100%;
  float: none;
}
body.map .misc form .btn-group {
  text-align: right;
  margin-top: 15px;
}
body.map .misc form > div:not(:first-child) {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
body.map .misc form .code {
  display: block;
  border: 1px solid #cdcdcd;
  background: #f4f4f4;
  padding: 5px;
  word-wrap: break-word;
}
body.map .misc form .dropdown-container {
  position: absolute;
  border: 1px solid #cdcdcd;
}
body.map #embed-frame > div {
  background: rgba(255, 255, 255, 0.66);
  position: fixed;
  pointer-events: none;
}
body.map #embed-frame > div.top {
  top: 0px;
  left: 0px;
  right: 0px;
  widht: 100%;
}
body.map #embed-frame > div.bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  widht: 100%;
}
body.map #embed-frame > div.left {
  left: 0px;
}
body.map #embed-frame > div.right {
  right: 0px;
}
body.map #embedded-content,
body.map #embedded-360 {
  position: fixed;
}
body.map #embedded-content .ja-bar,
body.map #embedded-360 .ja-bar {
  width: 100%;
}
body.map #embedded-content .ja-btn,
body.map #embedded-360 .ja-btn {
  color: white;
  font-size: 14px;
  background-color: #666;
  border-radius: 4px;
  text-decoration: none;
  padding: 5px 10px;
}
body.map #embedded-content .ja-btn:hover,
body.map #embedded-360 .ja-btn:hover {
  background-color: #444;
}
body.map #embedded-content .ja-bar .logo,
body.map #embedded-360 .ja-bar .logo {
  float: left;
  margin: 8px;
}
body.map #embedded-content .ja-bar .tomap,
body.map #embedded-360 .ja-bar .tomap {
  float: right;
  margin: 8px;
}
body.map #embedded-360 {
  width: 100%;
}
body.map #embedded-360 .ja-btn {
  padding: 6px 10px;
}
@media (max-width: 450px) {
  body.map #embedded-360 .ja-btn {
    font-size: 11px;
    padding: 3px 6px;
  }
  body.map #embedded-360 .logo img {
    width: 24px !important;
    height: 24px !important;
  }
  body.map #embedded-360 #copyright {
    font-size: 8px;
  }
}
body.map #contextmenu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 2px;
  min-width: 120px;
  z-index: 9999;
  *zoom: 1;
}
body.map #contextmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.map #contextmenu ul li a {
  padding: 2px 12px;
  font-size: 13px;
  display: block;
  cursor: default;
  color: black;
}
body.map #contextmenu ul li a:hover {
  background: #f2f2f2;
}
body.map #contextmenu ul li.sep i {
  display: block;
  background: #eee;
  margin: 2px 0;
  overflow: hidden;
  text-indent: -9999em;
  height: 1px;
}
body.map #contextmenu ul li:first-child a {
  padding-top: 4px;
}
body.map #contextmenu ul li:last-child a {
  padding-bottom: 4px;
}
body.map .send-popup {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background: white;
  display: block;
  position: absolute;
  width: 490px;
  border-radius: 2px;
  z-index: 100000;
  font-size: 14px;
  padding-bottom: 10px;
}
body.map .send-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
body.map .send-popup .popup-head {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}
body.map .send-popup .popup-head i {
  vertical-align: middle;
}
body.map .send-popup .popup-head h3 {
  margin: 0;
}
body.map .send-popup .popup-share,
body.map .send-popup .popup-email,
body.map .send-popup .popup-embed {
  padding: 20px 20px 10px 20px;
}
body.map .send-popup .popup-email:before,
body.map .send-popup .popup-email:after {
  content: " ";
  display: table;
}
body.map .send-popup .popup-email:after {
  clear: both;
}
body.map .send-popup .popup-email .fi_message,
body.map .send-popup .popup-email .fi_btn {
  display: none;
}
body.map .send-popup .popup-embed h4 {
  float: left;
}
body.map .send-popup .popup-embed a {
  float: right;
  margin: 8px 0;
}
body.map .send-popup .popup-embed .embed-settings {
  display: none;
}
body.map .send-popup .popup-embed .embed-settings.ja360-embed {
  display: block;
}
body.map .send-popup .popup-embed .embed-settings input {
  width: 60px;
  margin: 0 8px;
}
body.map .send-popup .popup-embed .embed-settings input[name="zoomlvl"] {
  width: 30px !important;
}
body.map .send-popup form {
  margin: 0;
}
body.map .send-popup input[type=text],
body.map .send-popup textarea {
  border: 1px solid #ddd;
  padding: 8px 10px;
  font-size: 18px;
  width: 100%;
}
body.map .send-popup input[type=text]:active,
body.map .send-popup textarea:active,
body.map .send-popup input[type=text]:focus,
body.map .send-popup textarea:focus {
  border-color: #bbb;
}
body.map .send-popup input[type=button],
body.map .send-popup input[type=submit] {
  width: auto;
  min-width: 120px;
  float: right;
  padding: 8px 10px;
  font-size: 18px;
}
body.map .send-popup input[name=cancel] {
  float: left;
}
body.map .send-popup textarea {
  height: 100px;
}
body.map .mapresults-mobile {
  height: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
body.map .mapresults-mobile.open {
  -webkit-transform: translate3d(0px, -100%, 0px) !important;
  transform: translate3d(0px, -100%, 0px) !important;
  overflow: hidden;
}
body.map .mapresults-mobile .result-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px;
  cursor: pointer;
  background: white;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
body.map .mapresults-mobile .result-info p {
  margin: 0;
}
body.map .mapresults-mobile .result-info p i {
  margin-right: 10px;
  font-size: 10px;
}
body.map .mapresults-mobile .result-info .see {
  display: block;
}
body.map .mapresults-mobile .result-info .collapse {
  display: none;
}
body.map .mapresults-mobile.open .result-info {
  background: #408CCD;
  color: white;
}
body.map .mapresults-mobile.open .see {
  display: none;
}
body.map .mapresults-mobile.open .collapse {
  display: block;
}
body.map .mapresults-mobile.open .collapse i.icon.icon-arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.map .mapsearch .not-found .row,
body.map .mapsearch .error .row {
  padding: 10px;
  text-align: center;
}
body.map .mapsearch .not-found .row .suggestion,
body.map .mapsearch .error .row .suggestion,
body.map .mapsearch .not-found .row .search-whole-map,
body.map .mapsearch .error .row .search-whole-map {
  display: block;
  margin-top: 10px;
}
body.map .mapresults,
body.map .mapresults-mobile {
  position: relative;
  background: white;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.map .mapresults .paginator,
body.map .mapresults-mobile .paginator,
body.map .mapresults .row-allmap,
body.map .mapresults-mobile .row-allmap,
body.map .mapresults .result-info,
body.map .mapresults-mobile .result-info {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body.map .mapresults .resultlist,
body.map .mapresults-mobile .resultlist {
  overflow-y: scroll;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 8px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
body.map .mapresults .resultlist ul,
body.map .mapresults-mobile .resultlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
body.map .mapresults .r,
body.map .mapresults-mobile .r {
  margin-bottom: 3px;
}
body.map .mapresults .r li,
body.map .mapresults-mobile .r li {
  position: relative;
}
body.map .mapresults .r li:hover,
body.map .mapresults-mobile .r li:hover,
body.map .mapresults .r li.hovered,
body.map .mapresults-mobile .r li.hovered,
body.map .mapresults .r li.active,
body.map .mapresults-mobile .r li.active,
body.map .mapresults .r li.lastclick,
body.map .mapresults-mobile .r li.lastclick {
  background-color: #f9f9f9;
}
body.map .mapresults .r li.hovered .map-item,
body.map .mapresults-mobile .r li.hovered .map-item {
  background-color: #f9f9f9;
}
body.map .mapresults .paginator,
body.map .mapresults-mobile .paginator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid #ddd;
}
body.map .mapresults .paginator:before,
body.map .mapresults-mobile .paginator:before,
body.map .mapresults .paginator:after,
body.map .mapresults-mobile .paginator:after {
  content: " ";
  display: table;
}
body.map .mapresults .paginator:after,
body.map .mapresults-mobile .paginator:after {
  clear: both;
}
body.map .mapresults .paginator a,
body.map .mapresults-mobile .paginator a {
  font-size: 18px;
  min-width: 35px;
  margin: 0;
  padding: 5px 12px;
  line-height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body.map .mapresults .paginator .btn,
body.map .mapresults-mobile .paginator .btn {
  border: none;
  border-radius: 0;
  padding: 10px;
  line-height: 24px;
}
body.map .mapresults .paginator #goback,
body.map .mapresults-mobile .paginator #goback {
  float: left;
  border-right: 1px solid #dfdfdf;
}
body.map .mapresults .paginator #goforward,
body.map .mapresults-mobile .paginator #goforward {
  float: right;
  border-left: 1px solid #dfdfdf;
}
body.map .mapresults .row-allmap,
body.map .mapresults-mobile .row-allmap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0px;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #ddd;
}
body.map .mapresults .row-allmap a,
body.map .mapresults-mobile .row-allmap a {
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
  color: #428bca;
}
body.map .mapresults .row-allmap a:hover,
body.map .mapresults-mobile .row-allmap a:hover {
  color: #2a6496;
}
body.map .top {
  z-index: 10;
}
body.map .top.active .searchform a.clear {
  display: block;
}
body.map .top .searchform {
  position: relative;
}
body.map .top .searchform input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  padding: 15px 44px 15px 55px;
  margin: 0;
  display: block;
  font-size: 16px;
  background: white;
  background: transparent;
}
body.map .top .searchform input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
body.map .top .searchform .logo {
  display: inline;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 53px;
  height: 53px;
}
body.map .top .searchform .logo img {
  padding: 11px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body.map .top .searchform .logo .spinner {
  opacity: 0;
}
body.map .top .searchform .logo img,
body.map .top .searchform .logo .spinner {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
body.map .top .searchform .logo.loading .spinner {
  opacity: 1;
}
body.map .top .searchform .logo.loading img {
  opacity: 0;
}
body.map .top .searchform a.clear {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 15px;
  height: 53px;
  vertical-align: middle;
  line-height: 23px;
}
body.map .map-item {
  display: block;
  color: #000;
  padding: 0;
  position: relative;
  font-size: 12px;
  line-height: normal;
  background: white;
  width: 100%;
}
body.map .map-item .cell {
  display: table-cell;
  vertical-align: middle;
}
body.map .map-item .cell1 {
  text-align: center;
  padding-left: 10px;
  font-size: 20px;
  height: 85px;
  min-width: 80px;
}
body.map .map-item .cell1 i {
  padding: 0px 25px;
  color: #848484;
}
body.map .map-item .cell1 img,
body.map .map-item .cell1 i {
  max-width: 70px;
}
body.map .map-item .cell2 {
  padding: 4px 5px 4px 10px;
}
body.map .map-item .cell2 h5 {
  margin: 0px;
}
body.map .map-item .cell2 p,
body.map .map-item .cell2 a {
  display: inline-block;
  margin: 5px 0px 0px;
}
body.map .map-item .cell2 .nm {
  font-weight: 600;
}
@media (max-width: 767px) {
  body.map .map-item .cell2 .nm {
    font-family: "AvenirNext-DemiBold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
body.map .map-item .cell2 .adr {
  color: #888;
  display: block;
}
body.map.mobile .map-item .cell2 h5.nm {
  margin-right: 60px;
}
body.map .detailcard-mobile {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  height: calc(100% - 47px);
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.map .detailcard-mobile,
body.map .detailcard-mobile .card-content,
body.map .detailcard-mobile .card-content .action-directions {
  -webkit-transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
body.map .detailcard-mobile .card-content .action-directions {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
body.map .detailcard-mobile.open {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0px, -100%, 0px) !important;
  transform: translate3d(0px, -100%, 0px) !important;
}
body.map .detailcard-mobile.open .action-directions {
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
}
body.map .detailcard-mobile:not(.open) .card-content {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
body.map .detailcard-mobile:not(.open) .card-content .action-directions {
  -webkit-transform: translate3d(0px, -90px, 0px);
  transform: translate3d(0px, -90px, 0px);
}
body.map .detailcard-mobile .banner-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
body.map .detailcard-mobile .detail-box {
  min-height: 100%;
}
body.map .detailpage .map-box.map-box-header h2,
body.map .detailcard-mobile .map-box.map-box-header h2 {
  color: #888;
}
body.map .detailpage .loading .cell.cell1,
body.map .detailcard-mobile .loading .cell.cell1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.map .detailpage .loading .cell.cell1 i.icon,
body.map .detailcard-mobile .loading .cell.cell1 i.icon {
  height: 59px;
  width: 70px;
  display: inline-block;
}
body.map .detailpage .loading .fill-on-load,
body.map .detailcard-mobile .loading .fill-on-load {
  background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(#DDD), to(#FFF));
  background: linear-gradient(90deg, #FFF, #DDD, #FFF);
  background-size: 300% 100%;
  -webkit-animation: load-container 6s ease infinite;
  animation: load-container 6s linear infinite;
}
@-webkit-keyframes load-container {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}
@keyframes load-container {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}
body.map .detailpage .loading .fill-on-load.fake-img,
body.map .detailcard-mobile .loading .fill-on-load.fake-img {
  height: 126px;
  width: 100%;
}
body.map .detailpage .loading h1.fill-on-load,
body.map .detailcard-mobile .loading h1.fill-on-load,
body.map .detailpage .loading h2.fill-on-load,
body.map .detailcard-mobile .loading h2.fill-on-load,
body.map .detailpage .loading h3.fill-on-load,
body.map .detailcard-mobile .loading h3.fill-on-load,
body.map .detailpage .loading h4.fill-on-load,
body.map .detailcard-mobile .loading h4.fill-on-load,
body.map .detailpage .loading h5.fill-on-load,
body.map .detailcard-mobile .loading h5.fill-on-load {
  height: 1em;
  min-width: 100px;
}
body.map .detailpage .loading span.fill-on-load,
body.map .detailcard-mobile .loading span.fill-on-load,
body.map .detailpage .loading p.fill-on-load,
body.map .detailcard-mobile .loading p.fill-on-load {
  height: 1em;
  min-width: 90%;
}
body.map .detailpage .banner-img,
body.map .detailcard-mobile .banner-img {
  max-width: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
body.map .detailpage .card-content,
body.map .detailcard-mobile .card-content {
  background: white;
  padding-bottom: 20px;
}
body.map .detailpage .see-360 .ja360-img,
body.map .detailcard-mobile .see-360 .ja360-img {
  width: 100%;
  min-height: 140px;
}
body.map .detailpage .see-360 .ja360-img.animate,
body.map .detailcard-mobile .see-360 .ja360-img.animate {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
body.map .detailpage .preview-360,
body.map .detailcard-mobile .preview-360 {
  position: relative;
}
body.map .detailpage .icon-overlay,
body.map .detailcard-mobile .icon-overlay {
  color: white;
  position: absolute;
  top: 15%;
  left: 0;
  font-size: 40px;
  width: 100%;
  text-align: center;
}
body.map .detailpage ul.info,
body.map .detailcard-mobile ul.info {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.map .detailpage ul.info > li,
body.map .detailcard-mobile ul.info > li {
  border-top: 1px solid #fafafa;
  padding: 10px 20px;
}
body.map .detailpage ul.info > li span ~ a,
body.map .detailcard-mobile ul.info > li span ~ a,
body.map .detailpage ul.info > li a ~ a,
body.map .detailcard-mobile ul.info > li a ~ a {
  float: right;
}
body.map .detailpage ul.info .action-container,
body.map .detailcard-mobile ul.info .action-container {
  position: relative;
}
body.map .detailpage ul.info .action-container .action-directions,
body.map .detailcard-mobile ul.info .action-container .action-directions {
  background: #408CCD;
  color: white;
  right: 20px;
  top: -45px;
  position: absolute;
  width: 50px;
  height: 50px;
}
body.map .detailpage ul.info .action-container .action-directions i.icon,
body.map .detailcard-mobile ul.info .action-container .action-directions i.icon {
  line-height: 50px;
}
body.map .detailpage ul.info .open,
body.map .detailcard-mobile ul.info .open,
body.map .detailpage ul.info .closed,
body.map .detailcard-mobile ul.info .closed {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
}
body.map .detailpage ul.info .open,
body.map .detailcard-mobile ul.info .open {
  background: #39ce4d;
}
body.map .detailpage ul.info .closed,
body.map .detailcard-mobile ul.info .closed {
  background: #C92020;
}
body.map .detailpage ul.info .hours-container .current-hours,
body.map .detailcard-mobile ul.info .hours-container .current-hours {
  cursor: pointer;
}
body.map .detailpage ul.info .hours-container.show-hours ul.hours,
body.map .detailcard-mobile ul.info .hours-container.show-hours ul.hours {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
body.map .detailpage ul.info ul.hours,
body.map .detailcard-mobile ul.info ul.hours {
  cursor: pointer;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  list-style: none;
  padding: 10px 20px;
  margin: 0 0 0 -20px;
  width: 100%;
  background: white;
  border-bottom: 1px solid #fafafa;
}
body.map .detailpage ul.info ul.hours li,
body.map .detailcard-mobile ul.info ul.hours li {
  padding: 5px 20px;
}
body.map .detailpage ul.info ul.hours li span:last-child,
body.map .detailcard-mobile ul.info ul.hours li span:last-child {
  float: right;
}
body.map .directions .directionsform,
body.map .directions-mobile .directionsform {
  position: relative;
  padding: 0px 10px 0px 40px;
}
body.map .directions .directionsform input[type="submit"],
body.map .directions-mobile .directionsform input[type="submit"] {
  position: absolute;
  margin-left: -999999px;
}
body.map .directions .directionsform input,
body.map .directions-mobile .directionsform input {
  padding: 10px 5px 10px 5px;
  margin: 0;
  border: none;
  border-radius: 0px;
  background: white;
}
body.map .directions .directionsform input::-ms-clear,
body.map .directions-mobile .directionsform input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
body.map .directions .directionsform input[name="from"],
body.map .directions-mobile .directionsform input[name="from"] {
  padding-right: 23px;
}
body.map .directions .directionsform input[name="to"],
body.map .directions-mobile .directionsform input[name="to"] {
  border-top: 1px solid #ddd;
}
body.map .directions .directionsform .swap,
body.map .directions-mobile .directionsform .swap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 37px 12px 37px 16px;
  font-size: 10px;
  color: #bbb;
}
body.map .directions .directionsform .get-location,
body.map .directions-mobile .directionsform .get-location {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 12px;
  color: #bbb;
}
body.map .directions .directionsform input[name="from"].geotext ~ .get-location,
body.map .directions-mobile .directionsform input[name="from"].geotext ~ .get-location {
  color: #408CCD;
}
body.map .directions .directionsform .origin,
body.map .directions-mobile .directionsform .origin {
  top: 16px;
  left: 15px;
}
body.map .directions .directionsform .destination,
body.map .directions-mobile .directionsform .destination {
  top: 60px;
  left: 15px;
}
body.map .directions .directionsform .dropdown-container,
body.map .directions-mobile .directionsform .dropdown-container {
  position: absolute;
  margin-left: -40px;
  border: 1px solid #ddd;
}
body.map .directions .directionsform .dropdown-container .dropdown,
body.map .directions-mobile .directionsform .dropdown-container .dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.map .directions .directionsform .dropdown-container .dropdown .suggestion.direct .picker,
body.map .directions-mobile .directionsform .dropdown-container .dropdown .suggestion.direct .picker {
  display: none;
}
body.map .directions .error .row,
body.map .directions-mobile .error .row {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  text-align: center;
  padding: 10px;
}
body.map .directions .error .row.scale-0,
body.map .directions-mobile .error .row.scale-0 {
  display: none;
}
body.map .directions .route,
body.map .directions-mobile .route {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  width: 100%;
  background: white;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.map .directions .route.scale-0,
body.map .directions-mobile .route.scale-0 {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.map .directions .route .total,
body.map .directions-mobile .route .total {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 15px;
  background: #f8f8f8;
}
body.map .directions .route .total:before,
body.map .directions-mobile .route .total:before,
body.map .directions .route .total:after,
body.map .directions-mobile .route .total:after {
  content: " ";
  display: table;
}
body.map .directions .route .total:after,
body.map .directions-mobile .route .total:after {
  clear: both;
}
body.map .directions .route .total .trip h5,
body.map .directions-mobile .route .total .trip h5 {
  font-weight: 600;
}
body.map .directions .route .total div h5,
body.map .directions-mobile .route .total div h5,
body.map .directions .route .total div span,
body.map .directions-mobile .route .total div span {
  font-size: 14px;
  display: inline;
  color: #000;
}
body.map .directions .resultlist,
body.map .directions-mobile .resultlist {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
body.map .directions .resultlist ul,
body.map .directions-mobile .resultlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
body.map .directions .resultlist ul li,
body.map .directions-mobile .resultlist ul li {
  position: relative;
}
body.map .directions .resultlist ul li a,
body.map .directions-mobile .resultlist ul li a {
  display: block;
  padding: 10px 10px 10px 45px;
}
body.map .directions .resultlist ul li i,
body.map .directions-mobile .resultlist ul li i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 20px;
  width: 45px;
  text-align: center;
}
body.map .directions .resultlist ul li i.origin,
body.map .directions-mobile .resultlist ul li i.origin,
body.map .directions .resultlist ul li i.destination,
body.map .directions-mobile .resultlist ul li i.destination {
  top: 14px;
  left: 15px;
  width: 12px;
}
body.map .directions .resultlist ul li .road,
body.map .directions-mobile .resultlist ul li .road {
  color: #000;
}
body.map .directions .resultlist ul li .distance,
body.map .directions-mobile .resultlist ul li .distance {
  float: right;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #aaa;
}
body.map .directions-mobile {
  height: 100%;
  -webkit-transition: transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
body.map .directions-mobile.open {
  -webkit-transform: translate3d(0px, calc(-100% + 47px), 0px) !important;
  transform: translate3d(0px, calc(-100% + 47px), 0px) !important;
}
body.map .directions-mobile.open .route .total i.icon-close {
  display: inline-block;
}
body.map .directions-mobile .route {
  height: calc(100% - 47px);
}
body.map .directions-mobile .route .total {
  cursor: pointer;
}
body.map .directions-mobile .route .total i.icon-close {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
}
body.map .services {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  width: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background: white;
  padding: 10px;
}
body.map .services.scale-0 {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.map .services h5 {
  text-transform: uppercase;
}
body.map .services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.map .services ul li {
  border: none;
}
body.map .services ul li:hover {
  background: #f2f2f2;
}
body.map .services ul li a {
  display: block;
  padding: 5px;
}
body.map .services ul li a .service-banner {
  display: none;
}
body.map .services ul li a i {
  margin-right: 10px;
  top: 3px;
}
body.map .services ul li:nth-child(-n+2) {
  width: 50%;
  height: 80px;
  display: inline-block;
}
body.map .services ul li:nth-child(-n+2):first-child {
  padding-right: 5px;
}
body.map .services ul li:nth-child(-n+2):nth-child(2) {
  padding-left: 5px;
}
body.map .services ul li:nth-child(-n+2):hover {
  background: none;
}
body.map .services ul li:nth-child(-n+2) a {
  position: relative;
  height: 100%;
  color: white;
}
body.map .services ul li:nth-child(-n+2) a:hover,
body.map .services ul li:nth-child(-n+2) a:active,
body.map .services ul li:nth-child(-n+2) afocus {
  color: #fafafa;
}
body.map .services ul li:nth-child(-n+2) a.no-banner {
  background: #408CCD;
}
body.map .services ul li:nth-child(-n+2) a .service-banner {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
body.map .services ul li:nth-child(-n+2) a i {
  display: none;
}
body.map .services ul li:nth-child(-n+2) a span {
  position: absolute;
  bottom: 0;
  padding: 5px;
}
body.map.app_360 {
  background: #000;
}
body.map .origin,
body.map .destination,
body.map .measure-marker {
  position: absolute;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
body.map .origin:after,
body.map .destination:after,
body.map .measure-marker:after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 20px;
  height: 20px;
  position: absolute;
}
body.map .origin {
  background: #408CCD;
}
body.map .destination {
  background: #ff6f00;
}
body.map .measure-marker {
  background: white;
  border: 2px solid black;
}
body.map .marker {
  position: absolute;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  color: white;
  background: #F8155B;
  border: 1px solid white;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}
body.map .marker.marker-small {
  width: 12px;
  height: 12px;
}
body.map .marker.marker-small:after {
  content: "";
  top: -50%;
  left: -50%;
  width: 20px;
  height: 20px;
  position: absolute;
}
body.map .marker i {
  font-size: 10px;
}
body.map .marker.hovered,
body.map .marker.active {
  z-index: 199999 !important;
}
body.map .multiple-markers .marker:nth-child(2) {
  top: -6px;
  left: 6px;
}
body.map .multiple-markers .marker:nth-child(3) {
  top: 2px;
  left: 8px;
}
body.map .multiple-markers .marker:nth-child(4) {
  top: 8px;
  left: 2px;
}
body.map .marker-geo {
  background: #408CCD;
  border: none;
}
body.map .marker-geo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: white;
  border-radius: 100%;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
body.map .marker-geo-radius {
  width: 100%;
  height: 100%;
  border: none;
  background: #408CCD;
  opacity: 0;
  -webkit-animation-name: radar;
          animation-name: radar;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
body.map .mapframe {
  position: relative;
}
body.map .mapframe.not-supported {
  text-align: center;
  padding-top: 30%;
  padding-bottom: 30%;
  font-size: 24px;
  color: #888;
}
body.map .mapframe.not-supported a {
  font-size: 16px;
  text-decoration: underline;
}
body.map #frame {
  min-height: 0 !important;
  padding: 0;
  margin: 0;
}
body.map a {
  text-decoration: none;
  color: #555;
}
body.map a:hover,
body.map a:focus,
body.map a:active {
  color: #222;
}
body.map a.highlight {
  color: #408CCD;
}
body.map a.highlight:hover,
body.map a.highlight:focus,
body.map a.highlight:active {
  color: #2d72ad;
}
body.map .map-box {
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
body.map .map-box.map-box-header {
  padding: 15px 35px;
}
body.map .map-box.map-box-header .back {
  padding: 16px 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 10px;
}
body.map .map-box.map-box-header .back i.icon.icon-arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.map .map-box.map-box-header .clear {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 14px 15px 14px 10px;
  font-size: 14px;
}
body.map .map-box.map-box-header h2 {
  text-align: center;
  font-size: 16px;
  margin: -10px 0;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.map .map-box.map-box-header.highlight {
  background: #408CCD;
  color: white;
}
body.map .map-box.map-box-header.highlight a {
  color: white;
}
body.map .map-box.map-box-header.highlight a:active,
body.map .map-box.map-box-header.highlight a:focus,
body.map .map-box.map-box-header.highlight a:hover {
  color: #fafafa;
}
body.map .sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
}
body.map .top-actions {
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  width: 100%;
  background: white;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
body.map .top-actions.scale-0 {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.map .top-actions > a {
  width: 50%;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
}
body.map .top-actions > a:hover,
body.map .top-actions > a.active {
  background: #f2f2f2;
}
body.map .top-actions > a span {
  display: block;
  text-transform: uppercase;
  margin-top: 4px;
}
body.map .top-actions > a:not(:last-child) {
  border-right: 1px solid #eee;
}
body.map .action {
  display: block;
  width: 64px;
  height: 64px;
  margin: 18px auto;
  background-color: #5ba95b;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.33);
}
body.map .action:hover,
body.map .action:focus,
body.map .action:active {
  -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
}
body.map .action i.icon {
  vertical-align: middle;
  line-height: 64px;
  font-size: 20px;
  color: white;
}
body.map .action:hover,
body.map .action:active {
  text-decoration: none;
}
body.map .actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
body.map .actions .action-button {
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 12px;
}
body.map .actions ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: none;
  transition: none;
  position: absolute;
  right: 0px;
  top: 100%;
  min-width: 110px;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
body.map .actions ul.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
body.map .actions ul:after {
  content: '';
  position: absolute;
  top: -6px;
  right: 10px;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
}
body.map .actions ul li:hover {
  background: #f2f2f2;
}
body.map .actions ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
body.map .actions ul li a {
  padding: 10px 15px;
  display: block;
}
body.map .actions ul li a i {
  margin-right: 10px;
}
body.map .icon-map-close:focus {
  color: #000 !important;
}
body.map .map-result-link:focus {
  background-color: #f9f9f9;
}
body.map .flakk-link {
  position: fixed;
  bottom: 0px;
  left: calc(50% - 100px);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: pop-in 0.3s 1.2s linear;
  animation: pop-in 0.3s 1.2s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.map .flakk-link a {
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  display: block;
  padding: 5px 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.map .map-suggestions-link {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: pop-in 0.3s 1.2s linear;
  animation: pop-in 0.3s 1.2s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.map .map-suggestions-link a {
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  display: block;
  padding: 5px 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.map .dropdown-container {
  margin-top: 0;
  z-index: 100;
  display: block;
  width: 100%;
}
body.map .dropdown-container .dropdown {
  background: #ffffff;
  color: black;
}
body.map .dropdown-container .suggestion-wrapper {
  border-bottom: 1px solid #eee;
}
body.map .dropdown-container .suggestion-wrapper:last-child {
  border-bottom: 0;
}
body.map .dropdown-container .suggestion {
  position: relative;
  font-size: 13px;
  padding: 10px 10px 10px 45px;
  cursor: pointer;
  vertical-align: middle;
}
body.map .dropdown-container .suggestion.active {
  background: #ddd;
}
body.map .dropdown-container .suggestion:hover {
  background: #eaeaea;
}
body.map .dropdown-container .suggestion .logo-wrapper {
  position: absolute;
  left: 6px;
  top: 5px;
  height: 28px;
  width: 28px;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
}
body.map .dropdown-container .suggestion .logo-wrapper img {
  position: relative;
  max-width: 28px;
  max-height: 28px;
  width: auto;
  height: auto;
  vertical-align: sub;
}
body.map .dropdown-container .suggestion .picker {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}
body.map .dropdown-container .suggestion .picker:before {
  content: "\E004";
}
body.map .dropdown-container .suggestion:not(.direct) .picker:before {
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
body.map #feedback {
  top: 83px;
  left: -35px;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50% 0;
  position: absolute;
  bottom: auto;
}
body.map .edit-listing .map-box {
  overflow-y: auto;
  max-height: calc(vh - 40px);
}
body.map .edit-listing-form input[type=text],
body.map .edit-listing-form input[type=email] {
  min-width: 200px;
}
body.map .edit-listing-form .bg-danger {
  padding: 5px 10px;
  margin-bottom: 10px;
}
body.map .edit-listing-form .bg-danger .message-header {
  font-weight: 600;
}
body.map #toast {
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
  color: #555;
  padding: 5px 30px 5px 12px;
  display: inline-block;
  min-width: 130px;
  z-index: 99;
  font-size: 13px;
}
body.map #toast .icon {
  position: absolute;
  margin-top: -7px;
  top: 50%;
  right: 7px;
  display: block;
  color: #555;
}
body.map #toast .icon:hover {
  color: #000;
}
body.map #toast .icon:before {
  line-height: 16px;
  padding-top: 16px;
  width: 16px;
}
body.map #toast .icon b {
  display: none;
}
body.map #toast #gps-point b {
  font-weight: 600;
}
body.map.mobile #toast {
  bottom: 0px;
  top: initial;
  max-width: 80%;
}
body.map.has_gdpr_banner .mapboxgl-ctrl-bottom-right,
body.map.has_gdpr_banner .mapboxgl-ctrl-bottom-left {
  position: absolute;
}
@media (max-width: 1000px) {
  #toast .smaller {
    display: block;
  }
}
/* "_suggestions_link.less" */
.suggestions-link {
  position: fixed;
  left: -50px;
  bottom: 30%;
  -webkit-transform: translate(-50px, 0) rotateZ(90deg);
  transform: translate(-50px, 0) rotateZ(90deg);
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  color: #393939;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.suggestions-link.flakk-link {
  bottom: calc(30% + 120px);
  -webkit-transform: translate(-75px, 0) rotateZ(90deg);
  transform: translate(-75px, 0) rotateZ(90deg);
  left: -25px;
}
.suggestions-link:hover,
.suggestions-link:focus {
  color: black;
}
.suggestions-link a {
  display: block;
  padding: 8px 20px 16px;
  color: #50505A;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.suggestions-link a:hover,
.suggestions-link a:active,
.suggestions-link a:focus {
  text-decoration: none;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1020px) {
  .suggestions-link {
    display: none !important;
  }
}
.suggestions-footer {
  display: none !important;
}
@media (max-width: 1020px) {
  .suggestions-footer {
    display: block !important;
  }
  table.suggestions-footer {
    display: table;
  }
  tr.suggestions-footer {
    display: table-row !important;
  }
  th.suggestions-footer,
  td.suggestions-footer {
    display: table-cell !important;
  }
}
.map .suggestions-link {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px -2px 20px;
          box-shadow: rgba(0, 0, 0, 0.3) 2px -2px 20px;
}
/* Animations on the suggestions link */
@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translate(-50px, 0) rotateZ(90deg);
  }
  to {
    -webkit-transform: translate(0px, 0) rotateZ(90deg);
  }
}
@keyframes fadeIn {
  from {
    -webkit-transform: translate(-50px, 0) rotateZ(90deg);
            transform: translate(-50px, 0) rotateZ(90deg);
  }
  to {
    -webkit-transform: translate(0px, 0) rotateZ(90deg);
            transform: translate(0px, 0) rotateZ(90deg);
  }
}
@-webkit-keyframes textColorOscillate {
  from {
    color: #50505A;
  }
  to {
    color: #000000;
  }
}
@keyframes textColorOscillate {
  from {
    color: #50505A;
  }
  to {
    color: #000000;
  }
}
@-webkit-keyframes backgroundColorOscillate {
  from {
    background-color: rgba(255, 255, 255, 0.7);
  }
  to {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes backgroundColorOscillate {
  from {
    background-color: rgba(255, 255, 255, 0.7);
  }
  to {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.suggestions-link {
  -webkit-animation: fadeIn ease 0.7s 0.7s 1 forwards, backgroundColorOscillate 2s 5s ease infinite alternate;
  animation: fadeIn ease 0.7s 0.7s 1 forwards, backgroundColorOscillate 2s 5s ease infinite alternate;
}
.suggestions-link a {
  -webkit-animation: textColorOscillate 2s 5s ease infinite alternate;
  animation: textColorOscillate 2s 5s ease infinite alternate;
}
/* "_msie.less" */
html.msie {
  height: 100%;
  min-height: 100%;
}
html.msie body {
  height: auto;
  min-height: 100%;
  background: url(/static/dist/src/less/i/blurbgx.381785070132.jpg) #FFF no-repeat center center fixed;
}
html.msie .col-sm-1,
html.msie .col-sm-2,
html.msie .col-sm-3,
html.msie .col-sm-4,
html.msie .col-sm-5,
html.msie .col-sm-6,
html.msie .col-sm-7,
html.msie .col-sm-8,
html.msie .col-sm-9,
html.msie .col-sm-10,
html.msie .col-sm-11,
html.msie .col-sm-12 {
  float: left;
}
html.msie .col-sm-12 {
  width: 100%;
}
html.msie .col-sm-11 {
  width: 91.66666667%;
}
html.msie .col-sm-10 {
  width: 83.33333333%;
}
html.msie .col-sm-9 {
  width: 75%;
}
html.msie .col-sm-8 {
  width: 66.66666667%;
}
html.msie .col-sm-7 {
  width: 58.33333333%;
}
html.msie .col-sm-6 {
  width: 50%;
}
html.msie .col-sm-5 {
  width: 41.66666667%;
}
html.msie .col-sm-4 {
  width: 33.33333333%;
}
html.msie .col-sm-3 {
  width: 25%;
}
html.msie .col-sm-2 {
  width: 16.66666667%;
}
html.msie .col-sm-1 {
  width: 8.33333333%;
}
html.msie .col-sm-pull-12 {
  right: 100%;
}
html.msie .col-sm-pull-11 {
  right: 91.66666667%;
}
html.msie .col-sm-pull-10 {
  right: 83.33333333%;
}
html.msie .col-sm-pull-9 {
  right: 75%;
}
html.msie .col-sm-pull-8 {
  right: 66.66666667%;
}
html.msie .col-sm-pull-7 {
  right: 58.33333333%;
}
html.msie .col-sm-pull-6 {
  right: 50%;
}
html.msie .col-sm-pull-5 {
  right: 41.66666667%;
}
html.msie .col-sm-pull-4 {
  right: 33.33333333%;
}
html.msie .col-sm-pull-3 {
  right: 25%;
}
html.msie .col-sm-pull-2 {
  right: 16.66666667%;
}
html.msie .col-sm-pull-1 {
  right: 8.33333333%;
}
html.msie .col-sm-pull-0 {
  right: 0%;
}
html.msie .col-sm-push-12 {
  left: 100%;
}
html.msie .col-sm-push-11 {
  left: 91.66666667%;
}
html.msie .col-sm-push-10 {
  left: 83.33333333%;
}
html.msie .col-sm-push-9 {
  left: 75%;
}
html.msie .col-sm-push-8 {
  left: 66.66666667%;
}
html.msie .col-sm-push-7 {
  left: 58.33333333%;
}
html.msie .col-sm-push-6 {
  left: 50%;
}
html.msie .col-sm-push-5 {
  left: 41.66666667%;
}
html.msie .col-sm-push-4 {
  left: 33.33333333%;
}
html.msie .col-sm-push-3 {
  left: 25%;
}
html.msie .col-sm-push-2 {
  left: 16.66666667%;
}
html.msie .col-sm-push-1 {
  left: 8.33333333%;
}
html.msie .col-sm-push-0 {
  left: 0%;
}
html.msie .col-sm-offset-12 {
  margin-left: 100%;
}
html.msie .col-sm-offset-11 {
  margin-left: 91.66666667%;
}
html.msie .col-sm-offset-10 {
  margin-left: 83.33333333%;
}
html.msie .col-sm-offset-9 {
  margin-left: 75%;
}
html.msie .col-sm-offset-8 {
  margin-left: 66.66666667%;
}
html.msie .col-sm-offset-7 {
  margin-left: 58.33333333%;
}
html.msie .col-sm-offset-6 {
  margin-left: 50%;
}
html.msie .col-sm-offset-5 {
  margin-left: 41.66666667%;
}
html.msie .col-sm-offset-4 {
  margin-left: 33.33333333%;
}
html.msie .col-sm-offset-3 {
  margin-left: 25%;
}
html.msie .col-sm-offset-2 {
  margin-left: 16.66666667%;
}
html.msie .col-sm-offset-1 {
  margin-left: 8.33333333%;
}
html.msie .col-sm-offset-0 {
  margin-left: 0%;
}
html.msie #frame {
  padding: 0 0 220px;
}
html.msie .container {
  width: 920px;
}
html.msie .list-container {
  margin-top: 25px;
}
html.msie .ja-row {
  margin-left: 45.5px;
}
html.msie .sub .ja-row {
  margin-left: 0;
}
html.msie .top-frame {
  margin-bottom: 70px;
}
html.msie .top-frame .ja-searchbar {
  position: relative;
  margin-top: 40px;
}
html.msie .sub .top-frame {
  margin: 0 auto;
  background-color: transparent;
  /* Product Pages */
  /* Results */
}
html.msie .sub .top-frame.info .ja-searchbar {
  margin-left: 140px;
  margin-top: -5px;
  padding: 0;
  height: auto;
}
html.msie .sub .top-frame.info .ja-searchbar .ja-row .ja-search {
  width: 660px;
}
html.msie .sub .top-frame:not(.info) .ja-searchbar {
  margin-left: 180px;
  margin-top: -5px;
  padding: 0;
  height: auto;
}
html.msie .sub .top-frame:not(.info) .ja-searchbar .ja-row .ja-search {
  width: 620px;
}
html.msie .top-frame .brand {
  margin-top: 45px;
  position: relative;
}
html.msie .top-frame .brand > * {
  position: relative;
  left: -50%;
}
html.msie .sub .top-frame .brand {
  display: inline-block;
  margin-top: 15px;
  padding: 0;
  left: 0;
}
html.msie .sub .top-frame .brand > * {
  position: absolute;
  left: 0;
}
html.msie .sub .top-frame .ja-logo {
  background-image: url(/static/dist/src/less/i/ja-logo-sub-40.a6236bd33f8b.png);
  width: 95px;
  height: 95px;
  margin: -27px -27px -28px -28px;
}
html.msie .home .top-frame .ja-searchbar {
  position: relative;
  padding: 0;
  width: auto;
  margin-top: 40px;
}
html.msie .ja-row .ja-search {
  width: 700px;
  margin-right: 0;
  padding-right: 0;
}
html.msie .ja-row .ja-button {
  width: 114px;
  padding: 0;
  margin-left: 15px;
}
html.msie .sub .ja-row .ja-button {
  padding-left: 0;
  margin-left: 10px;
  width: 96px;
}
html.msie .sub .search #searchbox .search-icon {
  left: 12px;
  top: 6px;
  font-size: 20px;
}
html.msie .sub .search #searchbox .clear {
  padding: 13.3px;
  font-size: 13.3px;
  margin: 0;
}
html.msie .sub .top-frame #searchbox {
  margin-left: 0;
}
html.msie #map-button:before {
  padding-top: 0 !important;
}
html.msie .search #searchbox #qb,
html.msie .search #searchbox #qb-hint,
html.msie .search #map-button {
  font-size: 28px;
  height: 60px;
}
html.msie .search #searchbox #qb,
html.msie .search #searchbox #qb-hint {
  padding: 0 0 0 60px;
  line-height: 60px;
}
html.msie .search #searchbox #qb.placeholder,
html.msie .search #searchbox #qb-hint.placeholder {
  color: #888;
}
html.msie .search #map-button {
  border: 2px solid #FFF;
  font-size: 24px;
  line-height: 52px;
  color: #FFF;
  text-align: center;
  background-color: transparent;
  height: 56px;
}
html.msie .sub .search #searchbox #qb,
html.msie .sub .search #searchbox #qb-hint,
html.msie .sub .search #map-button {
  height: 44px;
  font-size: 21px;
}
html.msie .sub .search #map-button {
  height: 40px;
  line-height: 40px;
}
html.msie .sub .search #searchbox #qb,
html.msie .sub .search #searchbox #qb-hint {
  padding: 0 45px 0 45px;
  line-height: 45px;
}
html.msie .sub .search .dropdown-container {
  position: absolute;
  width: 100%;
  margin-top: 5px;
  margin-right: 0px;
}
html.msie .sub .search .dropdown-container .dropdown {
  margin: 0;
  border: 1px solid #CCC;
}
html.msie .results {
  font-size: 18px;
}
html.msie .list-head {
  padding: 2px 10px;
  border: 1px solid #ededed;
  background: #f5f5f5;
}
html.msie .list-head h5 {
  font-size: 18px;
}
html.msie #order-btns .popover {
  border: 1px solid #ddd;
}
html.msie #order-btns ul {
  margin-left: 0;
  padding: 5px 0;
}
html.msie #order-btns ul li a {
  padding: 5px 15px;
}
html.msie .results .result {
  min-height: 57px;
  padding: 10px;
}
html.msie .results .result p.strong {
  margin-bottom: 1px;
  margin-right: 35px;
  font-size: 20px;
}
html.msie .results .result .result-logo.with-placeholder {
  text-align: center;
  display: block;
}
html.msie .infopage .list-item {
  padding: 10px 40px;
}
html.msie .infopage .list-head {
  padding-left: 40px;
}
html.msie .banned:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAACV0lEQVR4nJSUTVMaQRCG5wdw9D9IDlFAURBhMZoLHgR+TswpOYB6T6zkFFLmxj05GPbDRd1TLmpFdDHmaCVVCBVD8dHp7p0dlmCSylZtLcv0PNP9vr0tVqemQu8Tyerhchqs1DIc/Mdt4P1Jy1afTYdD4gNC1CLC7IzGz79CMIbi6GAbYz8upaqi7m/Cp7mYAH1mFix8HqQz90PwfyMaA302wu8+TFgBiFMsgvviJTiFAhhz83xyMFt61yMxON18Cp9LZSWFRSD6YWtZqD2cgear10DXbaMBxxt5D4Zrfjk1zPa8VIIhxtB9nC9wApSl8NM1E0lwcKF9ccGwjutKWBzslUdc8nl5CwaDAa9/qVQYYklpxFjtmAFtbrtNBSP4/nQYGlvbMOh7kOu9d2DE5kYlj4Fk+gp26fKm1tkZ6zYE7/oqIZxJwF0x4QpqYszHUfAitE5OFKDf7cI1lkNrDPnN1UlQKs2a7IcfgLu7i+X0od/rwc9v37lMnUrKrky0xTiITtI0FraxvcMAErfbanmaNZsMo6yUm/eCMN2a7w5mwsK+qbDNnasrfiftVGsE+mzMNT0SRUgZsxiOhMUNVI6Tz0NHGtCWrWHGF5RWwneLgk+fbAbc2fP0oO8PNfHd7LiXClZfXQMrucQxIxBmQ23fu7vjZpuwmNxEmIMw6vwfNzdwmFvnRubONuSH532AKbad2z7QbME+o3Lqa4/hKJfzIHL8CJondmAWmQuLHuBPowRPp3KsAMRJZ6riOQ4lmicM8wH/mkcyxpSQt9FY6BcAAAD//wMAVoIsTSIP8HsAAAAASUVORK5CYII=) no-repeat center center;
  padding-right: 2em;
}
html.msie .ad-space {
  margin-top: 25px;
}
html.msie #ad_A_space {
  position: static;
  top: 0;
  margin: auto;
}
html.msie body.sub #ad_A_space {
  margin-top: 312px;
}
html.msie .suggestions-link {
  display: none;
}
html.msie .suggestions-footer {
  display: block !important;
}
html.msie .info .footer .footerlinks {
  background: transparent;
}
html.msie .info .footer .footerlinks ul li a {
  color: #fff;
}
html.msie .footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
html.msie .footer .footerlinks ul li,
html.msie .footer ul.copyright li {
  display: inline-block;
}
html.msie .footer ul.copyright li {
  padding: 5px 5px;
  color: #ccc;
}
/* "_light_theme.less" */
@media (min-width: 768px) {
  .light-theme.info .footer .footerlinks ul li a {
    color: #fff;
  }
  .light-theme .footer ul.copyright {
    color: #fff;
  }
  .light-theme .footer ul.copyright a {
    color: #fff;
  }
  .light-theme .account-info p {
    color: #fff;
  }
  .light-theme .account-info p:hover {
    color: #ccc;
  }
  .light-theme.info .footer .footerlinks .popover-content ul li a {
    color: #585858;
  }
  .light-theme .list-container {
    border-radius: 4px;
  }
  .light-theme .list-container,
  .light-theme .suggestions-link,
  .light-theme #searchbox,
  .light-theme .focus #searchbox {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .light-theme .focus #searchbox {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.6);
  }
  .light-theme #map-button {
    border-color: rgba(255, 255, 255, 0.35);
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
  }
  .light-theme .top-frame .ja-logo {
    background-image: url(/static/dist/src/less/i/ja-logo-sub-40.a6236bd33f8b.png);
  }
  .light-theme .list-head {
    background: rgba(255, 255, 255, 0.9);
  }
  .light-theme .list-head h5 {
    color: #000;
  }
  .light-theme .modal-dialog .list-head {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.18);
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .light-theme .top-frame .ja-logo {
    background-image: url(/static/dist/src/less/i/ja-logo-sub-40@2x.2dcbdb502f80.png);
  }
}
.light-theme.sub.info.branded .top-frame .ja-logo-mobile {
  background-image: url(/static/dist/src/less/i/ja-logo-sub-40.a6236bd33f8b.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .light-theme.sub.info.branded .top-frame .ja-logo-mobile {
    background-image: url(/static/dist/src/less/i/ja-logo-sub-40@2x.2dcbdb502f80.png);
  }
}
/* "_type.less" */
h1,
.h1 {
  font-size: 24px;
}
/* "_misuse.less" */
.misuse-logo {
  width: 120px;
  float: right;
}
.misuse-text {
  font-size: 1.1em;
  padding: 40px;
}
.misuse-text-content {
  text-align: justify;
  text-justify: inter-word;
}
.misuse-image {
  padding: 30px;
}
/* "_ja_slider.less" */
.ja-slider {
  overflow: hidden;
  margin: 0 -10px;
}
.ja-slider ul {
  padding: 0;
  white-space: nowrap;
}
.ja-slider ul li {
  position: relative;
  overflow: hidden;
  width: 75%;
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  background: white;
}
.ja-slider ul li .cover {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.ja-slider ul li:only-child {
  width: calc(100% - 20px);
  margin: 0 10px;
}
:not(.no-cover).ja-slider ul:hover li:not(.active) .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: white;
  cursor: pointer;
}
.animate.ja-slider ul {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.ja-slider ul li p {
  margin: 20px;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .ja-slider {
    margin: 20px -40px 0;
  }
  .ja-slider ul li {
    width: 100%;
    padding: 20px 20px 0;
  }
  .animate.ja-slider ul {
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
  }
}
@media screen and (max-width: 767px) {
  .ja-slider ul li {
    border-radius: 2px;
    margin-right: 5px;
  }
  .ja-slider ul li:first-child:not(:only-child) {
    margin-left: 10px;
  }
}
/* "_debug.less" */
.debug-search-info {
  background: none repeat scroll 0% 0% #9f9;
  border: 1px dotted black;
  color: black;
  padding: 5px 20px 6px 29px;
  line-height: 1;
}
.debug-item-info {
  font-size: x-small;
  background: #FFF3A3;
}
.debug-item-info h5 {
  color: #ff3d38;
  font-size: x-small;
  display: inline;
}
.debug-item-info h6 {
  color: #1d21ff;
  font-weight: bold;
  font-size: x-small;
  display: inline;
}


/*# sourceMappingURL=bootstrap3-5015c6c1137185c94c55.css.map*/