@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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;
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  background-color: #fff;
}

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

a {
  color: #0000ff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #4d4dff;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #000;
}

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

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

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

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

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #000;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

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

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 13.5px;
}

.lead {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #ccc;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

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

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

dt,
dd {
  line-height: 1.7;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 20px;
  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.7;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.7;
}

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

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

.container:after {
  clear: both;
}

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

@media (min-width: 992px) {
  .container {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

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

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #999;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #999;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #999;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #999;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

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

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

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

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

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

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.radio label,
.checkbox label {
  min-height: 27px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

.form-control-static {
  min-height: 43px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

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

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

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

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 47px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 51.25px;
}

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

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

.has-success .form-control {
  border-color: #3c763d;
  -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;
  background-color: #dff0d8;
  border-color: #3c763d;
}

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

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

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

.has-error .form-control {
  border-color: #a94442;
  -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;
  background-color: #f2dede;
  border-color: #a94442;
}

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

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

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

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

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

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

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

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

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  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:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  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:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  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:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #0000ff;
  border-radius: 0;
}

.btn-link, .btn-link:active, .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: #4d4dff;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

.nav:after {
  clear: both;
}

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

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0000ff;
}

.nav .nav-divider {
  height: 1px;
  margin: 12.5px 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.7;
  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;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.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: #337ab7;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 27px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 0) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 0) {
  .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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

@media (min-width: 0) {
  .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;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 0) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 11.5px 15px;
  font-size: 20px;
  line-height: 27px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

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

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 0) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 5.75px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}

@media (max-width: -1) {
  .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: 27px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 0) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  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: 4.5px;
  margin-bottom: 4.5px;
}

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

@media (max-width: -1) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 0) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}

.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: -1) {
  .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-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-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: -1) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-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-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}

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

.label-primary {
  background-color: #337ab7;
}

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

.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: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0000ff;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 27px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #000;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0000ff;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.panel {
  margin-bottom: 27px;
  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-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > 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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 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,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr: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:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #999;
}

.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 27px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #999;
  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;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: 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);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  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);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -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: 992px) {
  .modal-lg {
    width: 900px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: -1) {
  html {
    font-size: 15px;
  }
}

html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
  min-width: 375px;
  padding-top: 116px;
  visibility: hidden;
}

@media (max-width: -1) {
  body {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 57px;
  }
}

.sans-serif {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a,
a img {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a.hover:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  a.hover-img:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}

a .img-responsive {
  display: inline-block;
}

.both-side-slash {
  position: relative;
  display: inline-block;
  padding-right: 62px;
  padding-left: 62px;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}

.both-side-slash:before, .both-side-slash:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 49px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}

.both-side-slash:before {
  left: 0;
  background: url("../img/common/slash-left.png") no-repeat 0 0;
}

.both-side-slash:after {
  right: 0;
  background: url("../img/common/slash-right.png") no-repeat 100% 0;
}

.both-side-slash .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .both-side-slash .title {
    font-size: 1.1rem;
  }
}

.google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden;
}

.google-map-container iframe,
.google-map-container object,
.google-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .google-map-container-xs {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 30%;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .google-map-container-xs iframe,
  .google-map-container-xs object,
  .google-map-container-xs embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

img.width-100p {
  width: 100% !important;
}

@media (max-width: 767px) {
  .img-responsive-xs {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .img-responsive-sm {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .img-responsive-md {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

hr.hr-arrow-bottom-red {
  height: auto;
  border-top: 0;
}

hr.hr-arrow-bottom-red:after {
  display: block;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-color: #f00 transparent transparent transparent;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  content: "";
}

mark,
.mark {
  display: inline-block;
  padding: .1em 0;
  background-color: #fcee21;
}

.page-header {
  position: relative;
  padding-top: 53px;
  padding-bottom: 0;
  margin: 0;
  background-color: #ffe52a;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .page-header {
    padding-top: 5vw;
  }
}

.page-header:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-color: #ffe52a transparent transparent transparent;
  border-style: solid;
  border-width: 54px 68px 0 68px;
  content: "";
}

@media (max-width: 767px) {
  .page-header:after {
    border-width: 28px 34px 0 34px;
  }
}

.lead {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 767px) {
  .lead {
    font-size: 14px;
    line-height: 1.7;
  }
}

.lead .text-lg {
  font-size: 22px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .lead .text-lg {
    font-size: 18px;
  }
}

ul,
ol {
  padding-left: 1.5em;
  line-height: 1.428;
}

.list-inline {
  margin-left: 0;
}

.list-inline > li:first-child {
  padding-left: 0;
}

.list-inline.bordered > li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.1;
  border-right: 1px solid #999;
}

.list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}

.list-dot-orange {
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .list-dot-orange {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .list-dot-orange {
    font-size: 9px;
  }
}

.list-dot-orange li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .list-dot-orange li {
    line-height: 1.5;
  }
}

.list-dot-orange li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  background-color: #e6872c;
  border-radius: 50%;
  content: "";
}

@media (max-width: 991px) {
  .list-dot-orange li:before {
    top: 4px;
    font-size: 12px;
  }
}

.list-disc-orange-lg li {
  position: relative;
  padding: 0 0 0 1.5em;
}

.list-disc-orange-lg li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff8c00;
  border-radius: 5px;
  content: "";
}

.list-disc-dark-blue {
  padding-left: 0;
  list-style: none;
}

.list-disc-dark-blue li {
  position: relative;
  padding-left: 13px;
}

.list-disc-dark-blue li:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1e374e;
  border-radius: 5px;
  content: "";
}

@media (max-width: 767px) {
  .list-disc-dark-blue li:before {
    top: 5px;
  }
}

.list-disc-black {
  line-height: 1.625;
}

.list-disc-black li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}

.list-disc-black li:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  content: "";
}

.dl-list-indent {
  margin-bottom: 0;
}

.dl-list-indent,
.dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}

.dl-list-indent dt,
.dl-list-indent dd {
  display: table-cell;
  line-height: 1.4;
  vertical-align: top;
}

.dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}

.dl-list-indent dt img {
  display: block;
}

.dl-list-indent dd {
  width: 10000px;
}

@media (max-width: 479px) {
  .dl-list-indent.cleared-xxs dt {
    display: block;
  }
  .dl-list-indent.cleared-xxs dd {
    padding-top: 0;
  }
}

.highlight-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: -o-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.text-yellow {
  color: #ffe52a !important;
}

.text-white {
  color: #fff !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-break {
  word-break: break-all !important;
}

.text-emphasis {
  font-size: 3rem;
  line-height: 4.5rem;
}

@media (max-width: 767px) {
  .text-emphasis {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.text-emphasis .fs-xxs {
  font-size: 1rem;
}

.text-emphasis .fs-xs {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .text-emphasis .fs-xs {
    font-size: 1.2rem;
  }
}

.text-emphasis .fs-sm {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .text-emphasis .fs-sm {
    font-size: 1.5rem;
  }
}

.text-emphasis .fs-lg {
  font-size: 6rem;
}

@media (max-width: 767px) {
  .text-emphasis .fs-lg {
    font-size: 2rem;
  }
}

.text-emphasis .fs-xlg {
  font-size: 8rem;
}

@media (max-width: 767px) {
  .text-emphasis .fs-xlg {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-md {
    text-align: center !important;
  }
}

.text-switch-color {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 0 0 20%;
}

.text-switch-color .text-overflow {
  position: absolute;
  top: 50%;
  left: 7.5%;
  margin: -35px 0 0;
}

.text-switch-color .text-overflow .inner {
  position: relative;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  color: white;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .text-switch-color .text-overflow .inner {
    font-size: 7vw;
  }
}

.text-switch-color .text-overflow .inner .text-below {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.text-switch-color .text-overflow .inner:nth-child(2) {
  margin: 15px 0 0;
}

.text-switch-color .text-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
}

.text-switch-color .text-black .text-overflow {
  left: 37.5%;
}

.text-switch-color .text-black .text-overflow .inner {
  color: black;
}

.text-switch-color .bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
  background: url("../img/common/bg-room.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.text-shadow-outline-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000;
  color: #fff;
}

@media (max-width: 767px) {
  .text-shadow-outline-black {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
  }
}

.text-shadow-outline-blurred-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000, 2px 3px 2px #000, 2px -3px 2px #000, -2px 3px 2px #000, -2px -3px 2px #000, 3px 0 2px #000, 0 3px 2px #000, -3px 0 2px #000, 0 -3px 2px #000;
  color: #fff;
}

@media (max-width: 767px) {
  .text-shadow-outline-blurred-black {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 1px 2px 1px #000, 1px -2px 1px #000, -1px 2px 1px #000, -1px -2px 1px #000, 2px 0 1px #000, 0 2px 1px #000, -2px 0 1px #000, 0 -2px 1px #000;
  }
}

.text-fluffy > span {
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
  display: inline-block;
  white-space: pre-wrap;
  opacity: 0;
}

.text-fluffy > span:nth-child(0) {
  -webkit-transform: translate(1px, 8px);
      -ms-transform: translate(1px, 8px);
          transform: translate(1px, 8px);
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.text-fluffy > span:nth-child(1) {
  -webkit-transform: translate(-2px, 4px);
      -ms-transform: translate(-2px, 4px);
          transform: translate(-2px, 4px);
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.text-fluffy > span:nth-child(2) {
  -webkit-transform: translate(3px, 2px);
      -ms-transform: translate(3px, 2px);
          transform: translate(3px, 2px);
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.text-fluffy > span:nth-child(3) {
  -webkit-transform: translate(-4px, 8px);
      -ms-transform: translate(-4px, 8px);
          transform: translate(-4px, 8px);
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.text-fluffy > span:nth-child(4) {
  -webkit-transform: translate(-2px, 2px);
      -ms-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px);
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

.text-fluffy > span:nth-child(5) {
  -webkit-transform: translate(2px, 4px);
      -ms-transform: translate(2px, 4px);
          transform: translate(2px, 4px);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.text-fluffy > span:nth-child(6) {
  -webkit-transform: translate(2px, -4px);
      -ms-transform: translate(2px, -4px);
          transform: translate(2px, -4px);
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.text-fluffy > span:nth-child(7) {
  -webkit-transform: translate(-2px, 1px);
      -ms-transform: translate(-2px, 1px);
          transform: translate(-2px, 1px);
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.text-fluffy > span:nth-child(8) {
  -webkit-transform: translate(4px, -4px);
      -ms-transform: translate(4px, -4px);
          transform: translate(4px, -4px);
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.text-fluffy > span:nth-child(9) {
  -webkit-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.text-fluffy > span:nth-child(10) {
  -webkit-transform: translate(-2px, -1px);
      -ms-transform: translate(-2px, -1px);
          transform: translate(-2px, -1px);
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.text-fluffy > span:nth-child(11) {
  -webkit-transform: translate(-2px, 1px);
      -ms-transform: translate(-2px, 1px);
          transform: translate(-2px, 1px);
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.text-fluffy > span:nth-child(12) {
  -webkit-transform: translate(2px, -4px);
      -ms-transform: translate(2px, -4px);
          transform: translate(2px, -4px);
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.text-fluffy > span:nth-child(13) {
  -webkit-transform: translate(-2px, 3px);
      -ms-transform: translate(-2px, 3px);
          transform: translate(-2px, 3px);
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.text-fluffy > span:nth-child(14) {
  -webkit-transform: translate(2px, 1px);
      -ms-transform: translate(2px, 1px);
          transform: translate(2px, 1px);
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.text-fluffy > span:nth-child(15) {
  -webkit-transform: translate(-2px, -3px);
      -ms-transform: translate(-2px, -3px);
          transform: translate(-2px, -3px);
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.text-fluffy > span:nth-child(16) {
  -webkit-transform: translate(-2px, -3px);
      -ms-transform: translate(-2px, -3px);
          transform: translate(-2px, -3px);
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.text-fluffy > span:nth-child(17) {
  -webkit-transform: translate(-2px, -3px);
      -ms-transform: translate(-2px, -3px);
          transform: translate(-2px, -3px);
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.text-fluffy > span:nth-child(18) {
  -webkit-transform: translate(-2px, -3px);
      -ms-transform: translate(-2px, -3px);
          transform: translate(-2px, -3px);
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.text-fluffy > span:nth-child(19) {
  -webkit-transform: translate(-2px, -3px);
      -ms-transform: translate(-2px, -3px);
          transform: translate(-2px, -3px);
  -webkit-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.text-fluffy.active > span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

address {
  margin-bottom: 0;
  line-height: 1.1;
}

.text-guess {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: justify;
}

@media (max-width: 767px) {
  .text-guess {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.text-general-case-study {
  padding-right: 12px;
  margin: 0;
  font-size: 18px;
  text-align: justify;
}

@media (max-width: 767px) {
  .text-general-case-study {
    padding-right: 0;
    font-size: 14px;
  }
}

.row-0 {
  margin-right: 0;
  margin-left: 0;
}

.row-0 > div {
  padding-right: 0;
  padding-left: 0;
}

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

.row-5 > div {
  padding-right: 5px;
  padding-left: 5px;
}

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

.row-10 > div {
  padding-right: 10px;
  padding-left: 10px;
}

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

.row-19 > div {
  padding-right: 19px;
  padding-left: 19px;
}

@media (max-width: 991px) {
  .row-10-sm {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row-10-sm > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .row-5-xs {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-xs > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row-10-sm-min-max {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row-10-sm-min-max > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.gutter-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-3 {
  padding-right: 3px;
  padding-left: 3px;
}

@media (max-width: 767px) {
  .gutter-0-xs {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .gutter-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
}

.col-base {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    float: left;
    width: 20%;
  }
}

.col-sidebar,
.col-main {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .col-sidebar {
    right: 70%;
    float: left;
    width: 30%;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-main {
    left: 30%;
    float: left;
    width: 70%;
  }
}

@media (min-width: 768px) {
  .col-sm-524 {
    float: left;
    width: 52.4%;
  }
  .col-sm-476 {
    float: left;
    width: 47.6%;
  }
}

@media (min-width: 768px) {
  .table {
    table-layout: fixed;
  }
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 1.428571429;
}

.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 1px;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  word-break: break-all;
}

.table th {
  font-weight: normal;
}

.table.table-text-center th,
.table.table-text-center td {
  text-align: center;
}

.table.table-text-right th,
.table.table-text-right td {
  text-align: right;
}

.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > td {
  padding-left: 0;
  border-top: 0;
}

.table-no-border > thead > tr > th {
  border-bottom: 0;
}

.table-border-radius-8 {
  overflow: hidden;
  background-color: #fff;
  border-collapse: separate;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-radius: 8px;
}

.table-border-radius-8 > thead > tr > th,
.table-border-radius-8 > thead > tr > td,
.table-border-radius-8 > tbody > tr > th,
.table-border-radius-8 > tbody > tr > td,
.table-border-radius-8 > tfoot > tr > th,
.table-border-radius-8 > tfoot > tr > td {
  border-left: 1px solid #999;
}

.table-border-radius-8 > thead > tr:first-child th {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.table-border-radius-8 > thead > tr > th,
.table-border-radius-8 > thead > tr > td {
  border-bottom-width: 0;
}

.table-border-radius-8 .border-bottom-left-radius {
  border-bottom-left-radius: 8px;
}

.table-border-radius-8 .border-bottom-right-radius {
  border-bottom-right-radius: 8px;
}

@media (max-width: 767px) {
  .table-responsive > .table > tbody > tr :first-child > th,
  .table-responsive > .table > tbody > tr :first-child > td {
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .table-collapsed-xs {
    display: block;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
  .table-collapsed-xs > tbody {
    display: block;
  }
  .table-collapsed-xs > tbody > tr {
    display: block;
  }
  .table-collapsed-xs > tbody > tr > th,
  .table-collapsed-xs > tbody > tr > td {
    display: block;
    width: auto;
    padding: 10px !important;
  }
  .table-collapsed-xs > tbody > tr > th {
    position: relative;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .table-collapsed-xs > tbody > tr > th:before, .table-collapsed-xs > tbody > tr > th:after {
    display: table;
    content: " ";
  }
  .table-collapsed-xs > tbody > tr > th:after {
    clear: both;
  }
}

.table-cell {
  display: table;
  width: 100%;
}

.table-cell > .cell {
  display: table-cell;
}

.table-cell.bordered {
  margin-bottom: 30px;
}

.table-cell.bordered .cell {
  padding: 0 10px;
  margin-bottom: 35px;
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
  .table-cell.cleared-xs,
  .table-cell.cleared-xs > .cell {
    display: block;
    width: auto;
  }
}

@media (max-width: 991px) {
  .table-cell.cleared-sm,
  .table-cell.cleared-sm > .cell {
    display: block;
    width: auto;
  }
}

.table-horizontal {
  border-collapse: separate;
  border-spacing: 4px;
}

.table-horizontal > thead > tr > th,
.table-horizontal > tbody > tr > th {
  padding: 9px 10px 5px;
  color: #42210b;
  vertical-align: middle;
  background-color: #ffc099;
}

.table-horizontal > thead > tr > th small,
.table-horizontal > tbody > tr > th small {
  font-size: 14px;
}

@media (max-width: 991px) {
  .table-horizontal > thead > tr > th small,
  .table-horizontal > tbody > tr > th small {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .table-horizontal > thead {
    float: left;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .table-horizontal > thead > tr,
  .table-horizontal > thead > tr > th {
    display: block;
  }
}

.table-horizontal > thead > tr > th {
  font-size: 24px;
  text-align: center;
  border-bottom: 0;
}

@media (max-width: 991px) {
  .table-horizontal > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}

.table-horizontal > tbody > tr > th,
.table-horizontal > tbody > tr > td {
  padding: 9px 10px 5px;
  border-top: 0;
}

.table-horizontal > tbody > tr > th {
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .table-horizontal > tbody > tr > th {
    width: 200px;
    padding-left: 48px;
  }
}

@media (max-width: 991px) {
  .table-horizontal > tbody > tr > th {
    font-size: 16px;
  }
}

.table-horizontal > tbody > tr > td {
  background-color: #ffe1c2;
}

@media (min-width: 768px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 40px;
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.table-horizontal > tbody > tr > td small {
  font-size: 14px;
}

@media (max-width: 991px) {
  .table-horizontal > tbody > tr > td small {
    font-size: 12px;
  }
}

.table-horizontal.table-horizontal-responsive-xs {
  margin-bottom: 14px;
  border-spacing: 6px 5px;
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > thead {
    float: left;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > thead > tr,
  .table-horizontal.table-horizontal-responsive-xs > thead > tr > th {
    display: block;
  }
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > tbody {
    display: block;
    float: left;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > tbody > tr,
  .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    display: block;
  }
}

.table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
  padding: 11px 10px 9px;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    font-size: 20px;
    border-bottom: 5px solid #fff;
    border-left: 6px solid #fff;
  }
}

.btn-multiline {
  white-space: normal;
}

.btn {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn-rabbit-star {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 3;
  width: 183px;
  height: 180px;
  padding: 86px 0 0 20px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

@media (max-width: 767px) {
  .btn-rabbit-star {
    width: 120px;
    height: 118px;
    padding-top: 54px;
    padding-left: 14px;
    font-size: 10px;
    line-height: 1.2;
  }
}

.btn-rabbit-star, .btn-rabbit-star:active {
  background-image: url("../img/img-rabbit-star.png");
}

.btn-rabbit-star:focus, .btn-rabbit-star:hover {
  color: #fff;
  background-position-x: 100%;
}

.btn-rabbit-star:focus .text-sm, .btn-rabbit-star:hover .text-sm {
  color: #fff;
  text-decoration: none;
}

.btn-rabbit-star:focus .text-sm:after, .btn-rabbit-star:hover .text-sm:after {
  background-position-x: 0;
}

.btn-rabbit-star .text-sm {
  position: relative;
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #000;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

@media (max-width: 767px) {
  .btn-rabbit-star .text-sm {
    margin-top: 2px;
  }
}

.btn-rabbit-star .text-sm:after {
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-bottom: -2px;
  background: url("../img/icon/arrow-right.png") 100% 0/cover no-repeat;
  content: "";
}

@media (max-width: 767px) {
  .btn-rabbit-star .text-sm:after {
    width: 12px;
    height: 10px;
    margin-bottom: 0;
  }
}

.navbar-default {
  margin-bottom: 0;
  background-color: #ffe52a;
  border-bottom: 0;
}

.navbar-default .navbar-brand {
  height: auto;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.navbar-default .navbar-brand .logo {
  display: block;
  padding: 41px 10px 41px 13px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-brand .logo {
    padding: 15px 10px;
  }
}

.navbar-default .navbar-text {
  margin-top: 44px;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-text {
    margin-top: 14px;
    margin-left: 10px;
  }
}

.navbar-default .navbar-right > li {
  padding: 43px 15px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-right > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-default .navbar-right > li > a {
  padding: 0;
}

.navbar-default > .container .navbar-brand {
  margin-left: 0;
}

@media (max-width: 767px) {
  .navbar-default .img-logo {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .navbar-default .img-logo-h2o {
    width: 126px;
  }
}

@media (max-width: 767px) {
  .navbar-default .img-logo-scsk {
    width: 52px;
  }
}

.js-header {
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

.js-header.is-scrolled {
  position: fixed;
  top: -200px;
  will-change: top;
}

.js-header.is-show {
  top: 0;
}

.nav-adjoined-bordered {
  margin-bottom: 15px;
  background-color: #ccc;
}

.nav-adjoined-bordered ul {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  list-style: none;
  border-right: 1px solid #000;
  -webkit-box-shadow: 1px 0 0 0 #fff;
          box-shadow: 1px 0 0 0 #fff;
}

.nav-adjoined-bordered ul:before, .nav-adjoined-bordered ul:after {
  display: table;
  content: " ";
}

.nav-adjoined-bordered ul:after {
  clear: both;
}

.nav-adjoined-bordered ul li {
  position: relative;
  float: left;
  width: 50%;
}

@media (min-width: 768px) {
  .nav-adjoined-bordered ul li {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .nav-adjoined-bordered ul li {
    width: 16.66666666666667%;
  }
}

.nav-adjoined-bordered ul li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.1;
  border-left: 1px solid #fff;
  -webkit-box-shadow: -1px 0 0 0 #000;
          box-shadow: -1px 0 0 0 #000;
}

.nav-adjoined-bordered ul li a:before, .nav-adjoined-bordered ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

.nav-adjoined-bordered ul li a:before {
  left: 0;
}

.nav-adjoined-bordered ul li a:after {
  right: 0;
}

.nav-adjoined-bordered ul li a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
  text-decoration: none;
}

.nav-adjoined-bordered ul li a span {
  display: block;
  font-size: 10px;
}

.menu-trigger {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1000;
  width: 40px;
  height: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (max-width: -1) {
  .menu-trigger {
    display: inline-block;
  }
}

.menu-trigger, .menu-trigger:hover, .menu-trigger:focus, .menu-trigger:active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
}

.menu-trigger .icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #888;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-trigger .icon-bar:nth-of-type(1) {
  top: 0;
}

.menu-trigger .icon-bar:nth-of-type(2) {
  top: 14px;
}

.menu-trigger .icon-bar:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger .icon-bar + .icon-bar {
  margin-top: 0;
}

.menu-trigger.active .icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
      -ms-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}

.menu-trigger.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active .icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
      -ms-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}

.collapse-parent {
  position: relative;
}

.collapse-parent .collapse-child {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
}

@media (min-width: 0) {
  .collapse-parent .collapse-child {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
  }
}

@media (max-width: -1) {
  .collapse-parent .collapse-child {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  }
}

.collapse-parent .collapse-child ul {
  padding-top: 6px;
  padding-bottom: 6px;
}

.collapse-parent a {
  display: block;
  padding: 6px 15px;
}

.collapse-parent .collapsing {
  -webkit-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

.collapse-parent [data-toggle-touch] {
  position: absolute;
  top: 0;
  right: 0;
}

.label {
  display: inline-block;
  padding: .5em .6em .3em;
  font-size: 16px;
  font-weight: normal;
}

.label.has-space {
  margin-bottom: 3px;
}

.label-container .label {
  margin-right: 10px;
  margin-bottom: 10px;
}

.label-required {
  background-color: #f00;
  vertical-align: 2px;
}

.label-required[href]:hover, .label-required[href]:focus {
  background-color: #cc0000;
}

.label-white {
  background-color: #fff;
  display: block;
  padding: 21px 10px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  border-radius: 8px;
}

.label-white[href]:hover, .label-white[href]:focus {
  background-color: #e6e6e6;
}

@media (max-width: 991px) {
  .label-white {
    padding: 10px;
    font-size: 20px;
  }
}

a.thumbnail {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.thumbnail-white {
  padding: 20px 22px 18px;
  background-color: #fff;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .thumbnail-white {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.thumbnail-white .thumbnail-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .thumbnail-white .thumbnail-title {
    font-size: 20px;
  }
}

.thumbnail-white .img {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .media.media-cleared-xs.media,
  .media.media-cleared-xs .media-body {
    overflow: visible;
  }
  .media.media-cleared-xs .media-body {
    width: auto;
  }
  .media.media-cleared-xs .media-left,
  .media.media-cleared-xs .media-right,
  .media.media-cleared-xs .media-body {
    display: block;
  }
  .media.media-cleared-xs .media-right,
  .media.media-cleared-xs .media > .pull-right {
    padding-bottom: 10px;
    padding-left: 0 !important;
  }
  .media.media-cleared-xs .media-left,
  .media.media-cleared-xs .media > .pull-left {
    padding-right: 0 !important;
    padding-bottom: 10px;
  }
  .media.media-cleared-xs .media-object {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .media.media-cleared-sm.media,
  .media.media-cleared-sm .media-body {
    overflow: visible;
  }
  .media.media-cleared-sm .media-body {
    width: auto;
  }
  .media.media-cleared-sm .media-left,
  .media.media-cleared-sm .media-right,
  .media.media-cleared-sm .media-body {
    display: block;
  }
  .media.media-cleared-sm .media-right,
  .media.media-cleared-sm .media > .pull-right {
    padding-bottom: 10px;
    padding-left: 0 !important;
  }
  .media.media-cleared-sm .media-left,
  .media.media-cleared-sm .media > .pull-left {
    padding-right: 0 !important;
    padding-bottom: 10px;
  }
  .media.media-cleared-sm .media-object {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .media.media-direction-rtl {
    direction: rtl;
  }
  .media.media-direction-rtl .media-body,
  .media.media-direction-rtl .media-left {
    direction: ltr;
  }
  .media.media-direction-rtl .media-right {
    padding-right: 10px;
    padding-left: 0;
    direction: ltr;
  }
}

.media-page-header .media-body {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .media-page-header .media-body {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .media-page-header .media-right {
    padding-right: 45px !important;
  }
}

.media-page-header .media-heading {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 767px) {
  .media-page-header .media-heading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .media-page-header .media-object {
    width: 120px;
  }
}

.panel-collapse {
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  .panel-collapse {
    font-size: 16px;
  }
}

.panel-collapse,
.panel-collapse p,
.panel-collapse .panel-body {
  line-height: 1.4;
  color: #646464;
}

@media (min-width: 768px) {
  .panel-collapse,
  .panel-collapse p,
  .panel-collapse .panel-body {
    font-size: 18px;
  }
}

.panel-collapse.border-top {
  border-top: 1px solid #1946ba;
}

.panel-collapse > .panel-heading {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #1946ba;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-collapse > .panel-heading a {
  position: relative;
  display: block;
  padding: 22px 50px 23px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #646464;
}

@media (max-width: 767px) {
  .panel-collapse > .panel-heading a {
    padding: 12px 65px 10px 15px;
    font-size: 16px;
  }
}

.panel-collapse > .panel-heading a:hover, .panel-collapse > .panel-heading a:focus, .panel-collapse > .panel-heading a[aria-expanded="true"] {
  color: #275cc4;
  text-decoration: none;
}

.panel-collapse > .panel-heading a:hover .icon, .panel-collapse > .panel-heading a:focus .icon, .panel-collapse > .panel-heading a[aria-expanded="true"] .icon {
  background-color: #275cc4;
}

.panel-collapse > .panel-heading a[aria-expanded="true"] {
  color: #646464;
  background-color: #f4f5f7;
}

.panel-collapse > .panel-heading a[aria-expanded="true"]:hover {
  color: #275cc4;
}

.panel-collapse > .panel-heading a[aria-expanded="true"]:hover .icon {
  background-color: #a8a8a8;
}

.panel-collapse > .panel-heading a[aria-expanded="true"] .icon {
  background-color: #999;
}

.panel-collapse > .panel-heading a[aria-expanded="true"] .icon .bar {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.panel-collapse .panel-body {
  padding: 5px 100px 21px 20px;
}

@media (max-width: 767px) {
  .panel-collapse .panel-body {
    padding: 5px 15px 20px;
  }
}

.panel-collapse .panel-body a {
  line-height: 1.4;
  color: #1946ba;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .panel-collapse .panel-body a {
    font-size: 18px;
  }
}

.panel-collapse .panel-body a:hover {
  text-decoration: none;
  opacity: .8;
}

.panel-collapse .collapsing {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}

.panel-collapse .collapse.in {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}

.panel-collapse .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #1946ba;
  content: "";
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}

@media (max-width: 767px) {
  .panel-collapse .icon {
    right: 10px;
  }
}

.panel-collapse .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #fff;
  content: "";
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}

.panel-collapse .bar:nth-child(2n) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.well.well-blank {
  background-color: #fff;
}

.well.border-radius-base {
  border-radius: 4px;
}

.well.well-title-on-border {
  position: relative;
  padding-top: 35px;
}

.well.well-title-on-border .title {
  position: absolute;
  top: -.75em;
  right: 0;
  left: 0;
  padding-right: 1.5%;
  padding-left: 1.5%;
  margin: 0;
}

.well.well-title-on-border .title .bg {
  display: inline-block;
  padding: 3px 12px;
  line-height: 1.1;
  background: #fff;
  border: 1px solid #000;
}

.well-features {
  padding: 26px 15px 22px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #919191;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .well-features {
    padding: 75px 22px 22px;
    font-size: 16px;
    line-height: 1.75;
  }
}

@media (min-width: 992px) {
  .well-features {
    padding-right: 28px;
    padding-left: 28px;
  }
}

.well-features .well-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .well-features .well-title {
    font-size: 26px;
  }
}

.well-features.well-yellow {
  background-color: #ffe52a;
}

@media (min-width: 768px) {
  .well-features.well-yellow {
    padding-top: 25px;
  }
}

.bg-main-visual {
  background: url("../img/bg-main-visual.jpg") 50% 100% no-repeat;
  background-size: cover;
}

.bg-black {
  background-color: #000 !important;
}

.bg-yellow {
  background-color: #ffe52a !important;
}

.width-15p {
  width: 15% !important;
}

.width-16p {
  width: 16% !important;
}

.width-18p {
  width: 18% !important;
}

.width-20p {
  width: 20% !important;
}

.width-30p {
  width: 30% !important;
}

.width-40p {
  width: 40% !important;
}

.width-50p {
  width: 50% !important;
}

.width-150 {
  width: 150px !important;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-1280 {
  max-width: 1280px !important;
}

.inline-block {
  display: inline-block;
}

.position-relative {
  position: relative !important;
}

.clear {
  clear: both !important;
}

.v-top {
  vertical-align: top !important;
}

.v-middle {
  vertical-align: middle !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

.box-shadow-yellow {
  -webkit-box-shadow: 0 0 30px 15px yellow;
          box-shadow: 0 0 30px 15px yellow;
}

.box-shadow-yellow-spread-sm {
  -webkit-box-shadow: 0 0 30px 0 yellow;
          box-shadow: 0 0 30px 0 yellow;
}

.box-shadow-yellow-spread-lg {
  -webkit-box-shadow: 0 0 30px 20px yellow;
          box-shadow: 0 0 30px 20px yellow;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14-xs {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .fs14-xs {
    font-size: 12px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .mb0-xs {
    margin-bottom: 0 !important;
  }
}

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

@media (max-width: 991px) {
  .pull-none-sm {
    float: none !important;
  }
}

@media (max-width: 1199px) {
  .pull-none-md {
    float: none !important;
  }
}

@media (max-width: 767px) {
  .center-block-xs {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .center-block-sm {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  .center-block-md {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rotate-90-xs {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 991px) {
  .rotate-90-sm {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

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

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

.section-about {
  padding-top: 65px;
  padding-bottom: 70px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-about {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.section-about .title-section {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .section-about .title-section {
    margin-bottom: 20px;
  }
}

.section-about .title-sm {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .section-about .title-sm {
    font-size: 20px;
  }
}

.section-about .img-pict-1 {
  margin-top: 50px;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .section-about .img-pict-1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.section-case-study {
  padding-top: 66px;
  padding-bottom: 74px;
  background-color: #ffe52a;
}

@media (max-width: 767px) {
  .section-case-study {
    padding-top: 44px;
    padding-bottom: 48px;
  }
}

.section-case-study .case-study {
  background-color: #fff;
}

.section-case-study .case-study:first-of-type {
  padding-bottom: 58px;
}

@media (max-width: 767px) {
  .section-case-study .case-study:first-of-type {
    padding-bottom: 38px;
  }
}

.section-case-study .case-study:not(:first-of-type) {
  padding-bottom: 45px;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .section-case-study .case-study:not(:first-of-type) {
    padding-bottom: 15px;
    margin-top: 32px;
  }
}

.section-case-study .top-left-black {
  width: 149px;
  height: 149px;
  padding-top: 18px;
  font-size: 48px;
  font-weight: bold;
  color: #ffe52a;
  background-color: #000;
}

@media (max-width: 991px) {
  .section-case-study .top-left-black {
    width: 100px;
    height: 100px;
    padding-top: 12px;
    font-size: 38px;
  }
}

.section-case-study .top-left-black .sm {
  margin-top: 0;
  font-size: 24px;
}

@media (min-width: 992px) {
  .section-case-study .top-left-black .sm {
    margin-bottom: -10px;
  }
}

@media (max-width: 991px) {
  .section-case-study .top-left-black .sm {
    margin-bottom: 0;
    font-size: 18px;
  }
}

.section-case-study .media-left-box {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .section-case-study .media-left-box {
    padding-right: 12px;
  }
}

.section-case-study .media-body-guess {
  padding-right: 18px;
}

@media (max-width: 767px) {
  .section-case-study .media-body-guess {
    padding-right: 12px;
  }
}

.section-case-study .title-black {
  margin-top: 0;
  margin-bottom: 67px;
}

@media (max-width: 767px) {
  .section-case-study .title-black {
    margin-bottom: 44px;
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .section-case-study .title-black {
    font-size: 25px;
  }
}

.section-case-study .media-body-img {
  width: auto;
}

@media (max-width: 991px) {
  .section-case-study .media-body-img img {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .section-case-study .media-body-img img {
    width: 100%;
  }
}

.section-case-study .media-body-general {
  padding-top: 45px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .section-case-study .media-body-general {
    padding-top: 30px;
    padding-right: 12px;
  }
}

.section-case-study .media-left-space {
  padding-right: 17px;
}

.section-case-study .case-study-5 {
  padding-top: 7px;
}

@media (max-width: 767px) {
  .section-case-study .case-study-5 {
    padding-top: 0;
  }
}

@media (max-width: 1199px) {
  .section-case-study .img-case-study-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.section-case-study .number {
  margin: 0;
}

@media (max-width: 991px) {
  .section-case-study .number {
    line-height: 1.2;
  }
}

.section-functions {
  padding-top: 36px;
  padding-bottom: 40px;
  background-color: #000;
}

@media (max-width: 767px) {
  .section-functions {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.section-functions .bg {
  background: url("../img/section/functions/bg.jpg") 50% 50%/cover no-repeat;
}

@media (min-width: 1440px) {
  .section-functions .bg {
    background-size: contain;
  }
}

.section-functions .container-fluid {
  max-width: 1180px;
  padding-right: 5px;
  padding-left: 5px;
}

.section-features {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .section-features {
    padding-top: 20px;
  }
}

.section-features .title-section {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .section-features .title-section {
    margin-bottom: 20px;
  }
}

.section-features .lead {
  margin-bottom: 68px;
}

@media (max-width: 767px) {
  .section-features .lead {
    margin-bottom: 40px;
  }
}

.section-business-areas {
  padding-top: 66px;
  padding-bottom: 53px;
}

@media (max-width: 767px) {
  .section-business-areas {
    padding-top: 44px;
    padding-bottom: 34px;
  }
}

.section-business-areas .thumbnail {
  padding: 0;
  border: 0;
}

.section-business-areas .caption {
  padding: 0;
  background-color: #ffe52a;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.section-business-areas .item-above {
  padding-top: 27px;
  padding-bottom: 29px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media (max-width: 767px) {
  .section-business-areas .item-above {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.section-business-areas .list-item {
  padding-top: 22px;
  padding-right: 15px;
  padding-bottom: 37px;
  padding-left: 24px;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-business-areas .list-item {
    padding-right: 10px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .section-business-areas .list-item {
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 16px;
  }
}

.section-business-areas .list-item li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .section-business-areas .list-item li {
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.section-business-areas .list-item li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  content: "";
}

@media (max-width: 767px) {
  .section-business-areas .list-item li:before {
    top: 5px;
  }
}

.section-business-areas .list-item li:last-of-type {
  position: static;
  padding-left: 0;
  margin-bottom: 0;
}

.section-business-areas .list-item li:last-of-type:before {
  position: static;
}

.section-business-areas .title-black {
  margin-top: 0;
  margin-bottom: 38px;
  line-height: 1.527;
}

@media (max-width: 767px) {
  .section-business-areas .title-black {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.4;
  }
}

@media (max-width: 479px) {
  .section-business-areas .title-black {
    font-size: 25px;
  }
}

.section-business-areas .lead {
  margin-bottom: 49px;
}

@media (max-width: 767px) {
  .section-business-areas .lead {
    margin-bottom: 32px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .section-business-areas .lead {
    font-size: 14px;
  }
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 81px;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .section-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-banner .bg-dot-sm {
  background: url("../img/section/banner/banner-sm.jpg") no-repeat;
  background-position: 100% 0;
  background-size: cover;
}

.section-banner .bg-dot-sm:hover {
  background-position: 0% 100%;
}

.section-banner .text-solution {
  margin-top: 23px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  .section-banner .text-solution {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .section-banner .text-solution {
    font-size: 13px;
  }
}

.section-banner .btn-img {
  padding-top: 22px;
  text-align: left;
}

@media (max-width: 767px) {
  .section-banner .btn-img {
    padding-top: 12px;
    padding-bottom: 2px;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .section-banner .btn-img img {
    width: 90%;
  }
}

@media (max-width: 410px) {
  .section-banner .btn-img img {
    width: 90%;
  }
}

.section-banner .external-white {
  position: relative;
}

.section-banner .external-white:after {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 19px;
  height: 19px;
  background: url("../img/section/banner/external-white.png") no-repeat;
  content: "";
}

@media (max-width: 767px) {
  .section-banner .external-white:after {
    top: 11px;
    right: 11px;
  }
}

.section-banner .scsk-solution {
  width: 100%;
  padding-bottom: 8px;
  padding-left: 12px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .section-banner .scsk-solution {
    max-width: 500px;
  }
}

.section-banner .btn-blue {
  float: right;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 14px;
  font-size: 25px;
  color: #fff;
  background-color: #2395c2;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .section-banner .btn-blue {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .section-banner .btn-blue {
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .section-banner .btn-blue {
    font-size: 18px;
  }
}

.section-banner .btn-blue p {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .section-banner .btn-blue p {
    margin-top: 8px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .section-banner .btn-blue p {
    font-size: 14px;
  }
}

.section-banner .btn-blue:hover {
  background-color: #0379a8;
}

@media (max-width: 767px) {
  .section-banner .row > div:first-of-type {
    margin-bottom: 30px;
  }
}

.title-black {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.53;
}

@media (max-width: 767px) {
  .title-black {
    font-size: 24px;
  }
}

.title-white {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.53;
  color: #fff;
}

@media (max-width: 767px) {
  .title-white {
    font-size: 24px;
  }
}

.title-guess {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .title-guess {
    margin-top: 26px;
    margin-bottom: 12px;
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .title-guess {
    font-size: 22px;
  }
}

.title-general-case-study {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .title-general-case-study {
    margin-bottom: 9px;
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .title-general-case-study {
    font-size: 22px;
  }
}

.title-department {
  margin-top: 0;
  margin-bottom: 29px;
  font-size: 24px;
  font-weight: bold;
  color: #ffe52a;
}

@media (max-width: 991px) {
  .title-department {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .title-department {
    margin-bottom: 18px;
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .title-department {
    font-size: 18px;
  }
}

.title-dash-bottom {
  padding-bottom: 13px;
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #929292;
}

@media (max-width: 767px) {
  .title-dash-bottom {
    padding-bottom: 6px;
    margin-bottom: 4px;
    font-size: 16px;
  }
}

footer {
  padding-top: 48px;
  padding-bottom: 34px;
  background-color: #000000;
}

@media (max-width: 767px) {
  footer {
    padding-top: 32px;
    padding-bottom: 22px;
  }
}

footer .list-text {
  padding-right: 92px;
}

@media (max-width: 767px) {
  footer .list-text {
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
  }
}

footer .list-text li {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767px) {
  footer .list-text li {
    font-size: 13px;
  }
}

footer .list-text li a {
  color: #fff;
}

footer .list-text li a:hover {
  color: #8f8f8f;
  text-decoration: none;
}

footer .link-external {
  position: relative;
  padding-right: 20px;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

footer .link-external:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("../img/section/footer/external-link.png") 0 0 no-repeat;
  background-size: cover;
  content: "";
}

footer .link-external:hover:after {
  background-position-x: 100%;
}

footer .img-h2o-driverless-ai {
  margin-left: 23px;
}

@media (max-width: 767px) {
  footer .img-h2o-driverless-ai {
    margin-left: 0;
  }
}

footer .list-img {
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  footer .list-img {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  footer .list-img li {
    display: block;
    margin-bottom: 22px;
  }
}

footer .contact {
  padding-right: 30px;
}

@media (max-width: 767px) {
  footer .contact {
    padding-right: 15px;
  }
}

footer .profile {
  padding-right: 30px;
}

@media (max-width: 767px) {
  footer .profile {
    padding-right: 15px;
  }
}
footer .use {
  padding-right: 30px;
}

@media (max-width: 767px) {
  footer .use {
    padding-right: 15px;
  }
}

footer .policy {
  padding-right: 164px;
}

@media (max-width: 991px) {
  footer .policy {
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  footer .policy {
    padding-right: 0;
  }
}

footer .img-h2o-ai {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  footer .img-h2o-ai {
    position: static;
  }
  footer .img-h2o-ai img {
    display: block;
  }
}

footer .img-h2o-ai:hover {
  opacity: .8;
}

footer .inner {
  position: relative;
}

@media (max-width: 767px) {
  footer .inner {
    position: static;
  }
}

footer .copyright {
  color: #7b7b7b !important;
}

@media (max-width: 767px) {
  footer .copyright {
    display: block;
    margin-top: 15px;
  }
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 0;
}

@media (max-width: 767px) {
  .page-top {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .page-top img {
    width: 40px;
  }
}

.modal {
  text-align: center;
}

.modal-dialog {
  display: inline-block;
  width: auto;
  max-width: 960px;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .modal-dialog {
    margin: 5px;
  }
}

.modal-content {
  border: 8px solid #ffe52a;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .modal-content {
    border-width: 5px;
  }
}

.modal-header {
  position: relative;
  padding: 22px;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .modal-header {
    padding: 10px 40px 10px 10px;
  }
}

.modal-header .dl-list-indent dt {
  padding-right: 17px;
}

@media (max-width: 767px) {
  .modal-header .dl-list-indent dt {
    padding-right: 10px;
  }
}

.modal-body {
  padding: 0 29px 33px;
  font-size: 16px;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 5px 10px 15px;
    font-size: 14px;
    line-height: 1.4;
  }
}

.modal-body .lead-sm {
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 767px) {
  .modal-body .lead-sm {
    margin-bottom: 15px;
  }
}

.modal-body .media .media-body {
  font-size: 16px;
}

@media (max-width: 767px) {
  .modal-body .media .media-body {
    font-size: 14px;
  }
}

.modal-body .media .media-right {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .modal-body .media .media-right {
    padding-bottom: 0;
    margin-top: 20px;
  }
}

.modal-body .media .media-heading {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .modal-body .media .media-heading {
    font-size: 16px;
  }
}

.close {
  position: absolute;
  top: 12px;
  right: 10px;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  opacity: 1;
}

@media (max-width: 767px) {
  .close {
    top: 6px;
    right: 4px;
  }
}

.close:hover {
  opacity: .5;
}

.main-visual {
  padding-top: 56px;
  padding-bottom: 54px;
}

@media (max-width: 1199px) {
  .main-visual {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.main-visual,
.main-visual small {
  color: #ffe52a;
}

.main-visual .container {
  max-width: 1160px;
}

.main-visual .title-main-visual {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 72px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .main-visual .title-main-visual {
    margin-bottom: 2vw;
    font-size: 6.5vw;
  }
}

@media (max-width: 767px) {
  .main-visual .title-main-visual {
    font-size: 7.6vw;
  }
}

.main-visual .title-main-visual small {
  display: block;
  margin-top: 38px;
  font-size: 50px;
}

@media (max-width: 1199px) {
  .main-visual .title-main-visual small {
    margin-top: 2vw;
    font-size: 4.5vw;
  }
}

@media (max-width: 767px) {
  .main-visual .title-main-visual small {
    font-size: 6.6vw;
  }
}

.main-visual .lead {
  font-size: 30px;
}

@media (max-width: 1199px) {
  .main-visual .lead {
    margin-bottom: 0;
    font-size: 2.6vw;
  }
}

@media (max-width: 767px) {
  .main-visual .lead {
    font-size: 4.6vw;
  }
}

@media (min-width: 768px) {
  .main-visual .lead {
    line-height: 1.8;
  }
}

/*# sourceMappingURL=style.min.css.map */
