div.header {
  background: none;
}

.ui-body-c .ui-link:link,
.ui-body-c .ui-link:visited,
.ui-body-c .ui-link:hover,
.ui-body-c .ui-link:active {
  font-size: inherit;
  color: inherit;
}

.about {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  /*!
   * Bootstrap v3.3.7 (http://getbootstrap.com)
   * Copyright 2011-2016 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /* variavles
  ---------------------------------------------------------------------------------------------------- */
  /* google color */
  /* /google color */
  /* /variavles
  ---------------------------------------------------------------------------------------------------- */
}
.about img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.about ul,
.about ol {
  list-style-type: none;
}
.about .hgroup {
  border: none;
}
.about * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about *:before,
.about *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
.about body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}
.about input,
.about button,
.about select,
.about textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.about a {
  color: #337ab7;
  text-decoration: none;
}
.about a:hover, .about a:focus {
  color: #23527c;
  text-decoration: underline;
}
.about a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.about figure {
  margin: 0;
}
.about img {
  vertical-align: middle;
}
.about .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.about .img-rounded {
  border-radius: 6px;
}
.about .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
}
.about .img-circle {
  border-radius: 50%;
}
.about hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.about .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.about .sr-only-focusable:active, .about .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.about [role="button"] {
  cursor: pointer;
}
.about h1, .about h2, .about h3, .about h4, .about h5, .about h6,
.about .h1, .about .h2, .about .h3, .about .h4, .about .h5, .about .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.about h1 small,
.about h1 .small, .about h2 small,
.about h2 .small, .about h3 small,
.about h3 .small, .about h4 small,
.about h4 .small, .about h5 small,
.about h5 .small, .about h6 small,
.about h6 .small,
.about .h1 small,
.about .h1 .small, .about .h2 small,
.about .h2 .small, .about .h3 small,
.about .h3 .small, .about .h4 small,
.about .h4 .small, .about .h5 small,
.about .h5 .small, .about .h6 small,
.about .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.about h1, .about .h1,
.about h2, .about .h2,
.about h3, .about .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.about h1 small,
.about h1 .small, .about .h1 small,
.about .h1 .small,
.about h2 small,
.about h2 .small, .about .h2 small,
.about .h2 .small,
.about h3 small,
.about h3 .small, .about .h3 small,
.about .h3 .small {
  font-size: 65%;
}
.about h4, .about .h4,
.about h5, .about .h5,
.about h6, .about .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.about h4 small,
.about h4 .small, .about .h4 small,
.about .h4 .small,
.about h5 small,
.about h5 .small, .about .h5 small,
.about .h5 .small,
.about h6 small,
.about h6 .small, .about .h6 small,
.about .h6 .small {
  font-size: 75%;
}
.about h1, .about .h1 {
  font-size: 36px;
}
.about h2, .about .h2 {
  font-size: 30px;
}
.about h3, .about .h3 {
  font-size: 24px;
}
.about h4, .about .h4 {
  font-size: 18px;
}
.about h5, .about .h5 {
  font-size: 14px;
}
.about h6, .about .h6 {
  font-size: 12px;
}
.about p {
  margin: 0 0 10px;
}
.about .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .about .lead {
    font-size: 21px;
  }
}
.about small,
.about .small {
  font-size: 85%;
}
.about mark,
.about .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.about .text-left {
  text-align: left;
}
.about .text-right {
  text-align: right;
}
.about .text-center {
  text-align: center;
}
.about .text-justify {
  text-align: justify;
}
.about .text-nowrap {
  white-space: nowrap;
}
.about .text-lowercase {
  text-transform: lowercase;
}
.about .text-uppercase, .about .initialism {
  text-transform: uppercase;
}
.about .text-capitalize {
  text-transform: capitalize;
}
.about .text-muted {
  color: #777777;
}
.about .text-primary {
  color: #337ab7;
}
.about a.text-primary:hover,
.about a.text-primary:focus {
  color: #286090;
}
.about .text-success {
  color: #3c763d;
}
.about a.text-success:hover,
.about a.text-success:focus {
  color: #2b542c;
}
.about .text-info {
  color: #31708f;
}
.about a.text-info:hover,
.about a.text-info:focus {
  color: #245269;
}
.about .text-warning {
  color: #8a6d3b;
}
.about a.text-warning:hover,
.about a.text-warning:focus {
  color: #66512c;
}
.about .text-danger {
  color: #a94442;
}
.about a.text-danger:hover,
.about a.text-danger:focus {
  color: #843534;
}
.about .bg-primary {
  color: #fff;
}
.about .bg-primary {
  background-color: #337ab7;
}
.about a.bg-primary:hover,
.about a.bg-primary:focus {
  background-color: #286090;
}
.about .bg-success {
  background-color: #dff0d8;
}
.about a.bg-success:hover,
.about a.bg-success:focus {
  background-color: #c1e2b3;
}
.about .bg-info {
  background-color: #d9edf7;
}
.about a.bg-info:hover,
.about a.bg-info:focus {
  background-color: #afd9ee;
}
.about .bg-warning {
  background-color: #fcf8e3;
}
.about a.bg-warning:hover,
.about a.bg-warning:focus {
  background-color: #f7ecb5;
}
.about .bg-danger {
  background-color: #f2dede;
}
.about a.bg-danger:hover,
.about a.bg-danger:focus {
  background-color: #e4b9b9;
}
.about .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.about ul,
.about ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.about ul ul,
.about ul ol,
.about ol ul,
.about ol ol {
  margin-bottom: 0;
}
.about .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.about .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.about .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.about dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.about dt,
.about dd {
  line-height: 1.42857;
}
.about dt {
  font-weight: bold;
}
.about dd {
  margin-left: 0;
}
.about .dl-horizontal dd:before, .about .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.about .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 640px) {
  .about .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .about .dl-horizontal dd {
    margin-left: 180px;
  }
}
.about abbr[title],
.about abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.about .initialism {
  font-size: 90%;
}
.about blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.about blockquote p:last-child,
.about blockquote ul:last-child,
.about blockquote ol:last-child {
  margin-bottom: 0;
}
.about blockquote footer,
.about blockquote small,
.about blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
.about blockquote footer:before,
.about blockquote small:before,
.about blockquote .small:before {
  content: '\2014 \00A0';
}
.about .blockquote-reverse,
.about blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.about .blockquote-reverse footer:before,
.about .blockquote-reverse small:before,
.about .blockquote-reverse .small:before,
.about blockquote.pull-right footer:before,
.about blockquote.pull-right small:before,
.about blockquote.pull-right .small:before {
  content: '';
}
.about .blockquote-reverse footer:after,
.about .blockquote-reverse small:after,
.about .blockquote-reverse .small:after,
.about blockquote.pull-right footer:after,
.about blockquote.pull-right small:after,
.about blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.about address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
.about code,
.about kbd,
.about pre,
.about samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.about code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.about kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.about kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.about pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.about pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.about .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.about .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.about .container:before, .about .container:after {
  content: " ";
  display: table;
}
.about .container:after {
  clear: both;
}
@media (min-width: 640px) {
  .about .container {
    width: 750px;
  }
}
@media (min-width: 800px) {
  .about .container {
    width: 970px;
  }
}
@media (min-width: 960px) {
  .about .container {
    width: 1170px;
  }
}
.about .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.about .container-fluid:before, .about .container-fluid:after {
  content: " ";
  display: table;
}
.about .container-fluid:after {
  clear: both;
}
.about .row {
  margin-left: -15px;
  margin-right: -15px;
}
.about .row:before, .about .row:after {
  content: " ";
  display: table;
}
.about .row:after {
  clear: both;
}
.about .col-xs-1, .about .col-sm-1, .about .col-md-1, .about .col-lg-1, .about .col-xs-2, .about .col-sm-2, .about .col-md-2, .about .col-lg-2, .about .col-xs-3, .about .col-sm-3, .about .col-md-3, .about .col-lg-3, .about .col-xs-4, .about .col-sm-4, .about .col-md-4, .about .col-lg-4, .about .col-xs-5, .about .col-sm-5, .about .col-md-5, .about .col-lg-5, .about .col-xs-6, .about .col-sm-6, .about .col-md-6, .about .col-lg-6, .about .col-xs-7, .about .col-sm-7, .about .col-md-7, .about .col-lg-7, .about .col-xs-8, .about .col-sm-8, .about .col-md-8, .about .col-lg-8, .about .col-xs-9, .about .col-sm-9, .about .col-md-9, .about .col-lg-9, .about .col-xs-10, .about .col-sm-10, .about .col-md-10, .about .col-lg-10, .about .col-xs-11, .about .col-sm-11, .about .col-md-11, .about .col-lg-11, .about .col-xs-12, .about .col-sm-12, .about .col-md-12, .about .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.about .col-xs-1, .about .col-xs-2, .about .col-xs-3, .about .col-xs-4, .about .col-xs-5, .about .col-xs-6, .about .col-xs-7, .about .col-xs-8, .about .col-xs-9, .about .col-xs-10, .about .col-xs-11, .about .col-xs-12 {
  float: left;
}
.about .col-xs-1 {
  width: 8.33333%;
}
.about .col-xs-2 {
  width: 16.66667%;
}
.about .col-xs-3 {
  width: 25%;
}
.about .col-xs-4 {
  width: 33.33333%;
}
.about .col-xs-5 {
  width: 41.66667%;
}
.about .col-xs-6 {
  width: 50%;
}
.about .col-xs-7 {
  width: 58.33333%;
}
.about .col-xs-8 {
  width: 66.66667%;
}
.about .col-xs-9 {
  width: 75%;
}
.about .col-xs-10 {
  width: 83.33333%;
}
.about .col-xs-11 {
  width: 91.66667%;
}
.about .col-xs-12 {
  width: 100%;
}
.about .col-xs-pull-0 {
  right: auto;
}
.about .col-xs-pull-1 {
  right: 8.33333%;
}
.about .col-xs-pull-2 {
  right: 16.66667%;
}
.about .col-xs-pull-3 {
  right: 25%;
}
.about .col-xs-pull-4 {
  right: 33.33333%;
}
.about .col-xs-pull-5 {
  right: 41.66667%;
}
.about .col-xs-pull-6 {
  right: 50%;
}
.about .col-xs-pull-7 {
  right: 58.33333%;
}
.about .col-xs-pull-8 {
  right: 66.66667%;
}
.about .col-xs-pull-9 {
  right: 75%;
}
.about .col-xs-pull-10 {
  right: 83.33333%;
}
.about .col-xs-pull-11 {
  right: 91.66667%;
}
.about .col-xs-pull-12 {
  right: 100%;
}
.about .col-xs-push-0 {
  left: auto;
}
.about .col-xs-push-1 {
  left: 8.33333%;
}
.about .col-xs-push-2 {
  left: 16.66667%;
}
.about .col-xs-push-3 {
  left: 25%;
}
.about .col-xs-push-4 {
  left: 33.33333%;
}
.about .col-xs-push-5 {
  left: 41.66667%;
}
.about .col-xs-push-6 {
  left: 50%;
}
.about .col-xs-push-7 {
  left: 58.33333%;
}
.about .col-xs-push-8 {
  left: 66.66667%;
}
.about .col-xs-push-9 {
  left: 75%;
}
.about .col-xs-push-10 {
  left: 83.33333%;
}
.about .col-xs-push-11 {
  left: 91.66667%;
}
.about .col-xs-push-12 {
  left: 100%;
}
.about .col-xs-offset-0 {
  margin-left: 0%;
}
.about .col-xs-offset-1 {
  margin-left: 8.33333%;
}
.about .col-xs-offset-2 {
  margin-left: 16.66667%;
}
.about .col-xs-offset-3 {
  margin-left: 25%;
}
.about .col-xs-offset-4 {
  margin-left: 33.33333%;
}
.about .col-xs-offset-5 {
  margin-left: 41.66667%;
}
.about .col-xs-offset-6 {
  margin-left: 50%;
}
.about .col-xs-offset-7 {
  margin-left: 58.33333%;
}
.about .col-xs-offset-8 {
  margin-left: 66.66667%;
}
.about .col-xs-offset-9 {
  margin-left: 75%;
}
.about .col-xs-offset-10 {
  margin-left: 83.33333%;
}
.about .col-xs-offset-11 {
  margin-left: 91.66667%;
}
.about .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 640px) {
  .about .col-sm-1, .about .col-sm-2, .about .col-sm-3, .about .col-sm-4, .about .col-sm-5, .about .col-sm-6, .about .col-sm-7, .about .col-sm-8, .about .col-sm-9, .about .col-sm-10, .about .col-sm-11, .about .col-sm-12 {
    float: left;
  }
  .about .col-sm-1 {
    width: 8.33333%;
  }
  .about .col-sm-2 {
    width: 16.66667%;
  }
  .about .col-sm-3 {
    width: 25%;
  }
  .about .col-sm-4 {
    width: 33.33333%;
  }
  .about .col-sm-5 {
    width: 41.66667%;
  }
  .about .col-sm-6 {
    width: 50%;
  }
  .about .col-sm-7 {
    width: 58.33333%;
  }
  .about .col-sm-8 {
    width: 66.66667%;
  }
  .about .col-sm-9 {
    width: 75%;
  }
  .about .col-sm-10 {
    width: 83.33333%;
  }
  .about .col-sm-11 {
    width: 91.66667%;
  }
  .about .col-sm-12 {
    width: 100%;
  }
  .about .col-sm-pull-0 {
    right: auto;
  }
  .about .col-sm-pull-1 {
    right: 8.33333%;
  }
  .about .col-sm-pull-2 {
    right: 16.66667%;
  }
  .about .col-sm-pull-3 {
    right: 25%;
  }
  .about .col-sm-pull-4 {
    right: 33.33333%;
  }
  .about .col-sm-pull-5 {
    right: 41.66667%;
  }
  .about .col-sm-pull-6 {
    right: 50%;
  }
  .about .col-sm-pull-7 {
    right: 58.33333%;
  }
  .about .col-sm-pull-8 {
    right: 66.66667%;
  }
  .about .col-sm-pull-9 {
    right: 75%;
  }
  .about .col-sm-pull-10 {
    right: 83.33333%;
  }
  .about .col-sm-pull-11 {
    right: 91.66667%;
  }
  .about .col-sm-pull-12 {
    right: 100%;
  }
  .about .col-sm-push-0 {
    left: auto;
  }
  .about .col-sm-push-1 {
    left: 8.33333%;
  }
  .about .col-sm-push-2 {
    left: 16.66667%;
  }
  .about .col-sm-push-3 {
    left: 25%;
  }
  .about .col-sm-push-4 {
    left: 33.33333%;
  }
  .about .col-sm-push-5 {
    left: 41.66667%;
  }
  .about .col-sm-push-6 {
    left: 50%;
  }
  .about .col-sm-push-7 {
    left: 58.33333%;
  }
  .about .col-sm-push-8 {
    left: 66.66667%;
  }
  .about .col-sm-push-9 {
    left: 75%;
  }
  .about .col-sm-push-10 {
    left: 83.33333%;
  }
  .about .col-sm-push-11 {
    left: 91.66667%;
  }
  .about .col-sm-push-12 {
    left: 100%;
  }
  .about .col-sm-offset-0 {
    margin-left: 0%;
  }
  .about .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .about .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .about .col-sm-offset-3 {
    margin-left: 25%;
  }
  .about .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .about .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .about .col-sm-offset-6 {
    margin-left: 50%;
  }
  .about .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .about .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .about .col-sm-offset-9 {
    margin-left: 75%;
  }
  .about .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .about .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .about .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 800px) {
  .about .col-md-1, .about .col-md-2, .about .col-md-3, .about .col-md-4, .about .col-md-5, .about .col-md-6, .about .col-md-7, .about .col-md-8, .about .col-md-9, .about .col-md-10, .about .col-md-11, .about .col-md-12 {
    float: left;
  }
  .about .col-md-1 {
    width: 8.33333%;
  }
  .about .col-md-2 {
    width: 16.66667%;
  }
  .about .col-md-3 {
    width: 25%;
  }
  .about .col-md-4 {
    width: 33.33333%;
  }
  .about .col-md-5 {
    width: 41.66667%;
  }
  .about .col-md-6 {
    width: 50%;
  }
  .about .col-md-7 {
    width: 58.33333%;
  }
  .about .col-md-8 {
    width: 66.66667%;
  }
  .about .col-md-9 {
    width: 75%;
  }
  .about .col-md-10 {
    width: 83.33333%;
  }
  .about .col-md-11 {
    width: 91.66667%;
  }
  .about .col-md-12 {
    width: 100%;
  }
  .about .col-md-pull-0 {
    right: auto;
  }
  .about .col-md-pull-1 {
    right: 8.33333%;
  }
  .about .col-md-pull-2 {
    right: 16.66667%;
  }
  .about .col-md-pull-3 {
    right: 25%;
  }
  .about .col-md-pull-4 {
    right: 33.33333%;
  }
  .about .col-md-pull-5 {
    right: 41.66667%;
  }
  .about .col-md-pull-6 {
    right: 50%;
  }
  .about .col-md-pull-7 {
    right: 58.33333%;
  }
  .about .col-md-pull-8 {
    right: 66.66667%;
  }
  .about .col-md-pull-9 {
    right: 75%;
  }
  .about .col-md-pull-10 {
    right: 83.33333%;
  }
  .about .col-md-pull-11 {
    right: 91.66667%;
  }
  .about .col-md-pull-12 {
    right: 100%;
  }
  .about .col-md-push-0 {
    left: auto;
  }
  .about .col-md-push-1 {
    left: 8.33333%;
  }
  .about .col-md-push-2 {
    left: 16.66667%;
  }
  .about .col-md-push-3 {
    left: 25%;
  }
  .about .col-md-push-4 {
    left: 33.33333%;
  }
  .about .col-md-push-5 {
    left: 41.66667%;
  }
  .about .col-md-push-6 {
    left: 50%;
  }
  .about .col-md-push-7 {
    left: 58.33333%;
  }
  .about .col-md-push-8 {
    left: 66.66667%;
  }
  .about .col-md-push-9 {
    left: 75%;
  }
  .about .col-md-push-10 {
    left: 83.33333%;
  }
  .about .col-md-push-11 {
    left: 91.66667%;
  }
  .about .col-md-push-12 {
    left: 100%;
  }
  .about .col-md-offset-0 {
    margin-left: 0%;
  }
  .about .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .about .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .about .col-md-offset-3 {
    margin-left: 25%;
  }
  .about .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .about .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .about .col-md-offset-6 {
    margin-left: 50%;
  }
  .about .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .about .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .about .col-md-offset-9 {
    margin-left: 75%;
  }
  .about .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .about .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .about .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) {
  .about .col-lg-1, .about .col-lg-2, .about .col-lg-3, .about .col-lg-4, .about .col-lg-5, .about .col-lg-6, .about .col-lg-7, .about .col-lg-8, .about .col-lg-9, .about .col-lg-10, .about .col-lg-11, .about .col-lg-12 {
    float: left;
  }
  .about .col-lg-1 {
    width: 8.33333%;
  }
  .about .col-lg-2 {
    width: 16.66667%;
  }
  .about .col-lg-3 {
    width: 25%;
  }
  .about .col-lg-4 {
    width: 33.33333%;
  }
  .about .col-lg-5 {
    width: 41.66667%;
  }
  .about .col-lg-6 {
    width: 50%;
  }
  .about .col-lg-7 {
    width: 58.33333%;
  }
  .about .col-lg-8 {
    width: 66.66667%;
  }
  .about .col-lg-9 {
    width: 75%;
  }
  .about .col-lg-10 {
    width: 83.33333%;
  }
  .about .col-lg-11 {
    width: 91.66667%;
  }
  .about .col-lg-12 {
    width: 100%;
  }
  .about .col-lg-pull-0 {
    right: auto;
  }
  .about .col-lg-pull-1 {
    right: 8.33333%;
  }
  .about .col-lg-pull-2 {
    right: 16.66667%;
  }
  .about .col-lg-pull-3 {
    right: 25%;
  }
  .about .col-lg-pull-4 {
    right: 33.33333%;
  }
  .about .col-lg-pull-5 {
    right: 41.66667%;
  }
  .about .col-lg-pull-6 {
    right: 50%;
  }
  .about .col-lg-pull-7 {
    right: 58.33333%;
  }
  .about .col-lg-pull-8 {
    right: 66.66667%;
  }
  .about .col-lg-pull-9 {
    right: 75%;
  }
  .about .col-lg-pull-10 {
    right: 83.33333%;
  }
  .about .col-lg-pull-11 {
    right: 91.66667%;
  }
  .about .col-lg-pull-12 {
    right: 100%;
  }
  .about .col-lg-push-0 {
    left: auto;
  }
  .about .col-lg-push-1 {
    left: 8.33333%;
  }
  .about .col-lg-push-2 {
    left: 16.66667%;
  }
  .about .col-lg-push-3 {
    left: 25%;
  }
  .about .col-lg-push-4 {
    left: 33.33333%;
  }
  .about .col-lg-push-5 {
    left: 41.66667%;
  }
  .about .col-lg-push-6 {
    left: 50%;
  }
  .about .col-lg-push-7 {
    left: 58.33333%;
  }
  .about .col-lg-push-8 {
    left: 66.66667%;
  }
  .about .col-lg-push-9 {
    left: 75%;
  }
  .about .col-lg-push-10 {
    left: 83.33333%;
  }
  .about .col-lg-push-11 {
    left: 91.66667%;
  }
  .about .col-lg-push-12 {
    left: 100%;
  }
  .about .col-lg-offset-0 {
    margin-left: 0%;
  }
  .about .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .about .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .about .col-lg-offset-3 {
    margin-left: 25%;
  }
  .about .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .about .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .about .col-lg-offset-6 {
    margin-left: 50%;
  }
  .about .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .about .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .about .col-lg-offset-9 {
    margin-left: 75%;
  }
  .about .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .about .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .about .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.about table {
  background-color: transparent;
}
.about caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.about th {
  text-align: left;
}
.about .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.about .table > thead > tr > th,
.about .table > thead > tr > td,
.about .table > tbody > tr > th,
.about .table > tbody > tr > td,
.about .table > tfoot > tr > th,
.about .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.about .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.about .table > caption + thead > tr:first-child > th,
.about .table > caption + thead > tr:first-child > td,
.about .table > colgroup + thead > tr:first-child > th,
.about .table > colgroup + thead > tr:first-child > td,
.about .table > thead:first-child > tr:first-child > th,
.about .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.about .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.about .table .table {
  background-color: #fff;
}
.about .table-condensed > thead > tr > th,
.about .table-condensed > thead > tr > td,
.about .table-condensed > tbody > tr > th,
.about .table-condensed > tbody > tr > td,
.about .table-condensed > tfoot > tr > th,
.about .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.about .table-bordered {
  border: 1px solid #ddd;
}
.about .table-bordered > thead > tr > th,
.about .table-bordered > thead > tr > td,
.about .table-bordered > tbody > tr > th,
.about .table-bordered > tbody > tr > td,
.about .table-bordered > tfoot > tr > th,
.about .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.about .table-bordered > thead > tr > th,
.about .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.about .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.about .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.about table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.about table td[class*="col-"],
.about table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.about .table > thead > tr > td.active,
.about .table > thead > tr > th.active, .about .table > thead > tr.active > td, .about .table > thead > tr.active > th,
.about .table > tbody > tr > td.active,
.about .table > tbody > tr > th.active,
.about .table > tbody > tr.active > td,
.about .table > tbody > tr.active > th,
.about .table > tfoot > tr > td.active,
.about .table > tfoot > tr > th.active,
.about .table > tfoot > tr.active > td,
.about .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.about .table-hover > tbody > tr > td.active:hover,
.about .table-hover > tbody > tr > th.active:hover, .about .table-hover > tbody > tr.active:hover > td, .about .table-hover > tbody > tr:hover > .active, .about .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.about .table > thead > tr > td.success,
.about .table > thead > tr > th.success, .about .table > thead > tr.success > td, .about .table > thead > tr.success > th,
.about .table > tbody > tr > td.success,
.about .table > tbody > tr > th.success,
.about .table > tbody > tr.success > td,
.about .table > tbody > tr.success > th,
.about .table > tfoot > tr > td.success,
.about .table > tfoot > tr > th.success,
.about .table > tfoot > tr.success > td,
.about .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.about .table-hover > tbody > tr > td.success:hover,
.about .table-hover > tbody > tr > th.success:hover, .about .table-hover > tbody > tr.success:hover > td, .about .table-hover > tbody > tr:hover > .success, .about .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.about .table > thead > tr > td.info,
.about .table > thead > tr > th.info, .about .table > thead > tr.info > td, .about .table > thead > tr.info > th,
.about .table > tbody > tr > td.info,
.about .table > tbody > tr > th.info,
.about .table > tbody > tr.info > td,
.about .table > tbody > tr.info > th,
.about .table > tfoot > tr > td.info,
.about .table > tfoot > tr > th.info,
.about .table > tfoot > tr.info > td,
.about .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.about .table-hover > tbody > tr > td.info:hover,
.about .table-hover > tbody > tr > th.info:hover, .about .table-hover > tbody > tr.info:hover > td, .about .table-hover > tbody > tr:hover > .info, .about .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.about .table > thead > tr > td.warning,
.about .table > thead > tr > th.warning, .about .table > thead > tr.warning > td, .about .table > thead > tr.warning > th,
.about .table > tbody > tr > td.warning,
.about .table > tbody > tr > th.warning,
.about .table > tbody > tr.warning > td,
.about .table > tbody > tr.warning > th,
.about .table > tfoot > tr > td.warning,
.about .table > tfoot > tr > th.warning,
.about .table > tfoot > tr.warning > td,
.about .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.about .table-hover > tbody > tr > td.warning:hover,
.about .table-hover > tbody > tr > th.warning:hover, .about .table-hover > tbody > tr.warning:hover > td, .about .table-hover > tbody > tr:hover > .warning, .about .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.about .table > thead > tr > td.danger,
.about .table > thead > tr > th.danger, .about .table > thead > tr.danger > td, .about .table > thead > tr.danger > th,
.about .table > tbody > tr > td.danger,
.about .table > tbody > tr > th.danger,
.about .table > tbody > tr.danger > td,
.about .table > tbody > tr.danger > th,
.about .table > tfoot > tr > td.danger,
.about .table > tfoot > tr > th.danger,
.about .table > tfoot > tr.danger > td,
.about .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.about .table-hover > tbody > tr > td.danger:hover,
.about .table-hover > tbody > tr > th.danger:hover, .about .table-hover > tbody > tr.danger:hover > td, .about .table-hover > tbody > tr:hover > .danger, .about .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.about .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 639px) {
  .about .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .about .table-responsive > .table {
    margin-bottom: 0;
  }
  .about .table-responsive > .table > thead > tr > th,
  .about .table-responsive > .table > thead > tr > td,
  .about .table-responsive > .table > tbody > tr > th,
  .about .table-responsive > .table > tbody > tr > td,
  .about .table-responsive > .table > tfoot > tr > th,
  .about .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .about .table-responsive > .table-bordered {
    border: 0;
  }
  .about .table-responsive > .table-bordered > thead > tr > th:first-child,
  .about .table-responsive > .table-bordered > thead > tr > td:first-child,
  .about .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .about .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .about .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .about .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .about .table-responsive > .table-bordered > thead > tr > th:last-child,
  .about .table-responsive > .table-bordered > thead > tr > td:last-child,
  .about .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .about .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .about .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .about .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .about .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .about .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .about .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .about .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.about fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.about legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.about label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.about input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about input[type="radio"],
.about input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.about input[type="file"] {
  display: block;
}
.about input[type="range"] {
  display: block;
  width: 100%;
}
.about select[multiple],
.about select[size] {
  height: auto;
}
.about input[type="file"]:focus,
.about input[type="radio"]:focus,
.about input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.about output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}
.about .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.about .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);
}
.about .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.about .form-control:-ms-input-placeholder {
  color: #999;
}
.about .form-control::-webkit-input-placeholder {
  color: #999;
}
.about .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.about .form-control[disabled], .about .form-control[readonly], fieldset[disabled] .about .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.about .form-control[disabled], fieldset[disabled] .about .form-control {
  cursor: not-allowed;
}
.about textarea.form-control {
  height: auto;
}
.about input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .about input[type="date"].form-control,
  .about input[type="time"].form-control,
  .about input[type="datetime-local"].form-control,
  .about input[type="month"].form-control {
    line-height: 34px;
  }
  .about input[type="date"].input-sm, .input-group-sm .about input[type="date"],
  .about input[type="time"].input-sm, .input-group-sm
  .about input[type="time"],
  .about input[type="datetime-local"].input-sm, .input-group-sm
  .about input[type="datetime-local"],
  .about input[type="month"].input-sm, .input-group-sm
  .about input[type="month"] {
    line-height: 30px;
  }
  .about input[type="date"].input-lg, .input-group-lg .about input[type="date"],
  .about input[type="time"].input-lg, .input-group-lg
  .about input[type="time"],
  .about input[type="datetime-local"].input-lg, .input-group-lg
  .about input[type="datetime-local"],
  .about input[type="month"].input-lg, .input-group-lg
  .about input[type="month"] {
    line-height: 46px;
  }
}
.about .form-group {
  margin-bottom: 15px;
}
.about .radio,
.about .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about .radio label,
.about .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.about .radio input[type="radio"],
.about .radio-inline input[type="radio"],
.about .checkbox input[type="checkbox"],
.about .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.about .radio + .radio,
.about .checkbox + .checkbox {
  margin-top: -5px;
}
.about .radio-inline,
.about .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.about .radio-inline + .radio-inline,
.about .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.about input[type="radio"][disabled], .about input[type="radio"].disabled, fieldset[disabled] .about input[type="radio"],
.about input[type="checkbox"][disabled],
.about input[type="checkbox"].disabled, fieldset[disabled]
.about input[type="checkbox"] {
  cursor: not-allowed;
}
.about .radio-inline.disabled, fieldset[disabled] .about .radio-inline,
.about .checkbox-inline.disabled, fieldset[disabled]
.about .checkbox-inline {
  cursor: not-allowed;
}
.about .radio.disabled label, fieldset[disabled] .about .radio label,
.about .checkbox.disabled label, fieldset[disabled]
.about .checkbox label {
  cursor: not-allowed;
}
.about .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.about .form-control-static.input-lg, .about .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.about .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.about select.input-sm {
  height: 30px;
  line-height: 30px;
}
.about textarea.input-sm,
.about select[multiple].input-sm {
  height: auto;
}
.about .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.about .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.about .form-group-sm textarea.form-control,
.about .form-group-sm select[multiple].form-control {
  height: auto;
}
.about .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.about .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.about select.input-lg {
  height: 46px;
  line-height: 46px;
}
.about textarea.input-lg,
.about select[multiple].input-lg {
  height: auto;
}
.about .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.about .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.about .form-group-lg textarea.form-control,
.about .form-group-lg select[multiple].form-control {
  height: auto;
}
.about .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.about .has-feedback {
  position: relative;
}
.about .has-feedback .form-control {
  padding-right: 42.5px;
}
.about .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.about .input-lg + .form-control-feedback,
.about .input-group-lg + .form-control-feedback,
.about .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.about .input-sm + .form-control-feedback,
.about .input-group-sm + .form-control-feedback,
.about .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.about .has-success .help-block,
.about .has-success .control-label,
.about .has-success .radio,
.about .has-success .checkbox,
.about .has-success .radio-inline,
.about .has-success .checkbox-inline, .about .has-success.radio label, .about .has-success.checkbox label, .about .has-success.radio-inline label, .about .has-success.checkbox-inline label {
  color: #3c763d;
}
.about .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);
}
.about .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;
}
.about .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.about .has-success .form-control-feedback {
  color: #3c763d;
}
.about .has-warning .help-block,
.about .has-warning .control-label,
.about .has-warning .radio,
.about .has-warning .checkbox,
.about .has-warning .radio-inline,
.about .has-warning .checkbox-inline, .about .has-warning.radio label, .about .has-warning.checkbox label, .about .has-warning.radio-inline label, .about .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.about .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);
}
.about .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;
}
.about .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.about .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.about .has-error .help-block,
.about .has-error .control-label,
.about .has-error .radio,
.about .has-error .checkbox,
.about .has-error .radio-inline,
.about .has-error .checkbox-inline, .about .has-error.radio label, .about .has-error.checkbox label, .about .has-error.radio-inline label, .about .has-error.checkbox-inline label {
  color: #a94442;
}
.about .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);
}
.about .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;
}
.about .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.about .has-error .form-control-feedback {
  color: #a94442;
}
.about .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.about .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.about .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 640px) {
  .about .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .about .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .about .form-inline .form-control-static {
    display: inline-block;
  }
  .about .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .about .form-inline .input-group .input-group-addon,
  .about .form-inline .input-group .input-group-btn,
  .about .form-inline .input-group .form-control {
    width: auto;
  }
  .about .form-inline .input-group > .form-control {
    width: 100%;
  }
  .about .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .about .form-inline .radio,
  .about .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .about .form-inline .radio label,
  .about .form-inline .checkbox label {
    padding-left: 0;
  }
  .about .form-inline .radio input[type="radio"],
  .about .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .about .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.about .form-horizontal .radio,
.about .form-horizontal .checkbox,
.about .form-horizontal .radio-inline,
.about .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.about .form-horizontal .radio,
.about .form-horizontal .checkbox {
  min-height: 27px;
}
.about .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.about .form-horizontal .form-group:before, .about .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.about .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 640px) {
  .about .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.about .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 640px) {
  .about .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .about .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.about .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.about .btn:focus, .about .btn.focus, .about .btn:active:focus, .about .btn:active.focus, .about .btn.active:focus, .about .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.about .btn:hover, .about .btn:focus, .about .btn.focus {
  color: #333;
  text-decoration: none;
}
.about .btn:active, .about .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.about .btn.disabled, .about .btn[disabled], fieldset[disabled] .about .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.about a.btn.disabled, fieldset[disabled] .about a.btn {
  pointer-events: none;
}
.about .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.about .btn-default:focus, .about .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.about .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.about .btn-default:active, .about .btn-default.active, .open > .about .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.about .btn-default:active:hover, .about .btn-default:active:focus, .about .btn-default:active.focus, .about .btn-default.active:hover, .about .btn-default.active:focus, .about .btn-default.active.focus, .open > .about .btn-default.dropdown-toggle:hover, .open > .about .btn-default.dropdown-toggle:focus, .open > .about .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.about .btn-default:active, .about .btn-default.active, .open > .about .btn-default.dropdown-toggle {
  background-image: none;
}
.about .btn-default.disabled:hover, .about .btn-default.disabled:focus, .about .btn-default.disabled.focus, .about .btn-default[disabled]:hover, .about .btn-default[disabled]:focus, .about .btn-default[disabled].focus, fieldset[disabled] .about .btn-default:hover, fieldset[disabled] .about .btn-default:focus, fieldset[disabled] .about .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.about .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.about .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.about .btn-primary:focus, .about .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.about .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.about .btn-primary:active, .about .btn-primary.active, .open > .about .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.about .btn-primary:active:hover, .about .btn-primary:active:focus, .about .btn-primary:active.focus, .about .btn-primary.active:hover, .about .btn-primary.active:focus, .about .btn-primary.active.focus, .open > .about .btn-primary.dropdown-toggle:hover, .open > .about .btn-primary.dropdown-toggle:focus, .open > .about .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.about .btn-primary:active, .about .btn-primary.active, .open > .about .btn-primary.dropdown-toggle {
  background-image: none;
}
.about .btn-primary.disabled:hover, .about .btn-primary.disabled:focus, .about .btn-primary.disabled.focus, .about .btn-primary[disabled]:hover, .about .btn-primary[disabled]:focus, .about .btn-primary[disabled].focus, fieldset[disabled] .about .btn-primary:hover, fieldset[disabled] .about .btn-primary:focus, fieldset[disabled] .about .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.about .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.about .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.about .btn-success:focus, .about .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.about .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.about .btn-success:active, .about .btn-success.active, .open > .about .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.about .btn-success:active:hover, .about .btn-success:active:focus, .about .btn-success:active.focus, .about .btn-success.active:hover, .about .btn-success.active:focus, .about .btn-success.active.focus, .open > .about .btn-success.dropdown-toggle:hover, .open > .about .btn-success.dropdown-toggle:focus, .open > .about .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.about .btn-success:active, .about .btn-success.active, .open > .about .btn-success.dropdown-toggle {
  background-image: none;
}
.about .btn-success.disabled:hover, .about .btn-success.disabled:focus, .about .btn-success.disabled.focus, .about .btn-success[disabled]:hover, .about .btn-success[disabled]:focus, .about .btn-success[disabled].focus, fieldset[disabled] .about .btn-success:hover, fieldset[disabled] .about .btn-success:focus, fieldset[disabled] .about .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.about .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.about .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.about .btn-info:focus, .about .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.about .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.about .btn-info:active, .about .btn-info.active, .open > .about .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.about .btn-info:active:hover, .about .btn-info:active:focus, .about .btn-info:active.focus, .about .btn-info.active:hover, .about .btn-info.active:focus, .about .btn-info.active.focus, .open > .about .btn-info.dropdown-toggle:hover, .open > .about .btn-info.dropdown-toggle:focus, .open > .about .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.about .btn-info:active, .about .btn-info.active, .open > .about .btn-info.dropdown-toggle {
  background-image: none;
}
.about .btn-info.disabled:hover, .about .btn-info.disabled:focus, .about .btn-info.disabled.focus, .about .btn-info[disabled]:hover, .about .btn-info[disabled]:focus, .about .btn-info[disabled].focus, fieldset[disabled] .about .btn-info:hover, fieldset[disabled] .about .btn-info:focus, fieldset[disabled] .about .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.about .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.about .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.about .btn-warning:focus, .about .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.about .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.about .btn-warning:active, .about .btn-warning.active, .open > .about .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.about .btn-warning:active:hover, .about .btn-warning:active:focus, .about .btn-warning:active.focus, .about .btn-warning.active:hover, .about .btn-warning.active:focus, .about .btn-warning.active.focus, .open > .about .btn-warning.dropdown-toggle:hover, .open > .about .btn-warning.dropdown-toggle:focus, .open > .about .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.about .btn-warning:active, .about .btn-warning.active, .open > .about .btn-warning.dropdown-toggle {
  background-image: none;
}
.about .btn-warning.disabled:hover, .about .btn-warning.disabled:focus, .about .btn-warning.disabled.focus, .about .btn-warning[disabled]:hover, .about .btn-warning[disabled]:focus, .about .btn-warning[disabled].focus, fieldset[disabled] .about .btn-warning:hover, fieldset[disabled] .about .btn-warning:focus, fieldset[disabled] .about .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.about .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.about .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.about .btn-danger:focus, .about .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.about .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.about .btn-danger:active, .about .btn-danger.active, .open > .about .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.about .btn-danger:active:hover, .about .btn-danger:active:focus, .about .btn-danger:active.focus, .about .btn-danger.active:hover, .about .btn-danger.active:focus, .about .btn-danger.active.focus, .open > .about .btn-danger.dropdown-toggle:hover, .open > .about .btn-danger.dropdown-toggle:focus, .open > .about .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.about .btn-danger:active, .about .btn-danger.active, .open > .about .btn-danger.dropdown-toggle {
  background-image: none;
}
.about .btn-danger.disabled:hover, .about .btn-danger.disabled:focus, .about .btn-danger.disabled.focus, .about .btn-danger[disabled]:hover, .about .btn-danger[disabled]:focus, .about .btn-danger[disabled].focus, fieldset[disabled] .about .btn-danger:hover, fieldset[disabled] .about .btn-danger:focus, fieldset[disabled] .about .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.about .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.about .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.about .btn-link, .about .btn-link:active, .about .btn-link.active, .about .btn-link[disabled], fieldset[disabled] .about .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.about .btn-link, .about .btn-link:hover, .about .btn-link:focus, .about .btn-link:active {
  border-color: transparent;
}
.about .btn-link:hover, .about .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.about .btn-link[disabled]:hover, .about .btn-link[disabled]:focus, fieldset[disabled] .about .btn-link:hover, fieldset[disabled] .about .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.about .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.about .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.about .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.about .btn-block {
  display: block;
  width: 100%;
}
.about .btn-block + .btn-block {
  margin-top: 5px;
}
.about input[type="submit"].btn-block,
.about input[type="reset"].btn-block,
.about input[type="button"].btn-block {
  width: 100%;
}
.about .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.about .label:empty {
  display: none;
}
.btn .about .label {
  position: relative;
  top: -1px;
}
.about a.label:hover, .about a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.about .label-default {
  background-color: #777777;
}
.about .label-default[href]:hover, .about .label-default[href]:focus {
  background-color: #5e5e5e;
}
.about .label-primary {
  background-color: #337ab7;
}
.about .label-primary[href]:hover, .about .label-primary[href]:focus {
  background-color: #286090;
}
.about .label-success {
  background-color: #5cb85c;
}
.about .label-success[href]:hover, .about .label-success[href]:focus {
  background-color: #449d44;
}
.about .label-info {
  background-color: #5bc0de;
}
.about .label-info[href]:hover, .about .label-info[href]:focus {
  background-color: #31b0d5;
}
.about .label-warning {
  background-color: #f0ad4e;
}
.about .label-warning[href]:hover, .about .label-warning[href]:focus {
  background-color: #ec971f;
}
.about .label-danger {
  background-color: #d9534f;
}
.about .label-danger[href]:hover, .about .label-danger[href]:focus {
  background-color: #c9302c;
}
.about .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.about .panel-body {
  padding: 15px;
}
.about .panel-body:before, .about .panel-body:after {
  content: " ";
  display: table;
}
.about .panel-body:after {
  clear: both;
}
.about .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.about .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.about .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.about .panel-title > a,
.about .panel-title > small,
.about .panel-title > .small,
.about .panel-title > small > a,
.about .panel-title > .small > a {
  color: inherit;
}
.about .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.about .panel > .list-group,
.about .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.about .panel > .list-group .list-group-item,
.about .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.about .panel > .list-group:first-child .list-group-item:first-child,
.about .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.about .panel > .list-group:last-child .list-group-item:last-child,
.about .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;
}
.about .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.about .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.about .list-group + .panel-footer {
  border-top-width: 0;
}
.about .panel > .table,
.about .panel > .table-responsive > .table,
.about .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.about .panel > .table caption,
.about .panel > .table-responsive > .table caption,
.about .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.about .panel > .table:first-child,
.about .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.about .panel > .table:first-child > thead:first-child > tr:first-child,
.about .panel > .table:first-child > tbody:first-child > tr:first-child,
.about .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.about .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.about .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.about .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.about .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.about .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.about .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.about .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.about .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.about .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.about .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.about .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.about .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.about .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.about .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.about .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.about .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.about .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.about .panel > .table:last-child,
.about .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.about .panel > .table:last-child > tbody:last-child > tr:last-child,
.about .panel > .table:last-child > tfoot:last-child > tr:last-child,
.about .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.about .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.about .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.about .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.about .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.about .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.about .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.about .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.about .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.about .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.about .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.about .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.about .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.about .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.about .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.about .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.about .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.about .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.about .panel > .panel-body + .table,
.about .panel > .panel-body + .table-responsive,
.about .panel > .table + .panel-body,
.about .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.about .panel > .table > tbody:first-child > tr:first-child th,
.about .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.about .panel > .table-bordered,
.about .panel > .table-responsive > .table-bordered {
  border: 0;
}
.about .panel > .table-bordered > thead > tr > th:first-child,
.about .panel > .table-bordered > thead > tr > td:first-child,
.about .panel > .table-bordered > tbody > tr > th:first-child,
.about .panel > .table-bordered > tbody > tr > td:first-child,
.about .panel > .table-bordered > tfoot > tr > th:first-child,
.about .panel > .table-bordered > tfoot > tr > td:first-child,
.about .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.about .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.about .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.about .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.about .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.about .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.about .panel > .table-bordered > thead > tr > th:last-child,
.about .panel > .table-bordered > thead > tr > td:last-child,
.about .panel > .table-bordered > tbody > tr > th:last-child,
.about .panel > .table-bordered > tbody > tr > td:last-child,
.about .panel > .table-bordered > tfoot > tr > th:last-child,
.about .panel > .table-bordered > tfoot > tr > td:last-child,
.about .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.about .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.about .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.about .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.about .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.about .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.about .panel > .table-bordered > thead > tr:first-child > td,
.about .panel > .table-bordered > thead > tr:first-child > th,
.about .panel > .table-bordered > tbody > tr:first-child > td,
.about .panel > .table-bordered > tbody > tr:first-child > th,
.about .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.about .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.about .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.about .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.about .panel > .table-bordered > tbody > tr:last-child > td,
.about .panel > .table-bordered > tbody > tr:last-child > th,
.about .panel > .table-bordered > tfoot > tr:last-child > td,
.about .panel > .table-bordered > tfoot > tr:last-child > th,
.about .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.about .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.about .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.about .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.about .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.about .panel-group {
  margin-bottom: 20px;
}
.about .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.about .panel-group .panel + .panel {
  margin-top: 5px;
}
.about .panel-group .panel-heading {
  border-bottom: 0;
}
.about .panel-group .panel-heading + .panel-collapse > .panel-body,
.about .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.about .panel-group .panel-footer {
  border-top: 0;
}
.about .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.about .panel-default {
  border-color: #ddd;
}
.about .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.about .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.about .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.about .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.about .panel-primary {
  border-color: #337ab7;
}
.about .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.about .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.about .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.about .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.about .panel-success {
  border-color: #d6e9c6;
}
.about .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.about .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.about .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.about .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.about .panel-info {
  border-color: #bce8f1;
}
.about .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.about .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.about .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.about .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.about .panel-warning {
  border-color: #faebcc;
}
.about .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.about .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.about .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.about .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.about .panel-danger {
  border-color: #ebccd1;
}
.about .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.about .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.about .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.about .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.about .clearfix:before, .about .clearfix:after {
  content: " ";
  display: table;
}
.about .clearfix:after {
  clear: both;
}
.about .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about .pull-right {
  float: right !important;
}
.about .pull-left {
  float: left !important;
}
.about .hide {
  display: none !important;
}
.about .show {
  display: block !important;
}
.about .invisible {
  visibility: hidden;
}
.about .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.about .hidden {
  display: none !important;
}
.about .affix {
  position: fixed;
}
.about h1,
.about .h1,
.about h2,
.about .h2,
.about h3,
.about .h3,
.about h4,
.about .h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.about ul,
.about ol {
  margin-top: 0;
  margin-bottom: 0;
}
.about p {
  margin: 0;
}
.about .row--no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.about .row--no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.about .table {
  width: auto;
  margin-bottom: 0;
}
.about .row {
  margin-left: -10px;
  margin-right: -10px;
}
.about .col-xs-1,
.about .col-sm-1,
.about .col-md-1,
.about .col-lg-1,
.about .col-xs-2,
.about .col-sm-2,
.about .col-md-2,
.about .col-lg-2,
.about .col-xs-3,
.about .col-sm-3,
.about .col-md-3,
.about .col-lg-3,
.about .col-xs-4,
.about .col-sm-4,
.about .col-md-4,
.about .col-lg-4,
.about .col-xs-5,
.about .col-sm-5,
.about .col-md-5,
.about .col-lg-5,
.about .col-xs-6,
.about .col-sm-6,
.about .col-md-6,
.about .col-lg-6,
.about .col-xs-7,
.about .col-sm-7,
.about .col-md-7,
.about .col-lg-7,
.about .col-xs-8,
.about .col-sm-8,
.about .col-md-8,
.about .col-lg-8,
.about .col-xs-9,
.about .col-sm-9,
.about .col-md-9,
.about .col-lg-9,
.about .col-xs-10,
.about .col-sm-10,
.about .col-md-10,
.about .col-lg-10,
.about .col-xs-11,
.about .col-sm-11,
.about .col-md-11,
.about .col-lg-11,
.about .col-xs-12,
.about .col-sm-12,
.about .col-md-12,
.about .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.about .cf:before,
.about .cf:after {
  content: " ";
  display: table;
}
.about .cf:after {
  clear: both;
}
.about .cf {
  *zoom: 1;
}
.about a {
  color: #2d86ff;
}
.about a:link, .about a:visited {
  text-decoration: underline;
}
.about a:active, .about a:hover {
  text-decoration: none;
}
.about h1,
.about h2,
.about h3,
.about h4,
.about h5,
.about h6,
.about p {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (min-width: 960px) {
  .about .c-container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 960px) {
  .about .c-container-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.about .c-heading {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  height: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  background: #83c037;
}
@media only screen and (min-width: 480px) {
  .about .c-heading {
    font-size: 16px;
    height: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .about .c-heading {
    font-size: 22px;
    height: 42px;
  }
}
.about .c-heading:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 16px 0 16px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (min-width: 480px) {
  .about .c-heading:before {
    border-width: 18px 0 18px 12px;
  }
}
@media only screen and (min-width: 960px) {
  .about .c-heading:before {
    border-width: 21px 0 21px 14px;
  }
}
.about .c-heading:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 16px 10px 16px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
@media only screen and (min-width: 480px) {
  .about .c-heading:after {
    border-width: 18px 12px 18px 0;
  }
}
@media only screen and (min-width: 480px) {
  .about .c-heading:after {
    border-width: 21px 14px 21px 0;
  }
}
.about .p-about {
  background-color: #fdfbf3;
}
.about .p-about .p-about__block {
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .about .p-about .p-about__block {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
  }
}
.about .p-about .p-about__c-mora {
  color: #ee4030;
}
.about .p-about .p-about__c-tame {
  color: #0495d1;
}
.about .p-about .p-about__paras {
  margin-top: 20px;
}
@media only screen and (min-width: 960px) {
  .about .p-about p {
    font-size: 21px;
  }
}
@media only screen and (min-width: 960px) {
  .about .p-footer-img {
    height: 526px;
    background-color: #fafafa;
    background-image: url(//image.moratame.net/images/contents/about/1704-figure-4-pc@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1400px;
  }
  .about .p-footer-img .p-img-wrap--1704-figure-4-sp {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .about .p-header {
    height: 400px;
    background-color: #fafafa;
    background-image: url(//image.moratame.net/images/contents/about/1704-hero-pc@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1400px;
  }
  .about .p-header .p-img-wrap--1704-hero-sp {
    display: none;
  }
}
.about .p-for-example {
  background-color: #f7f5ed;
}
.about .p-for-example .p-for-example__block {
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .about .p-for-example .p-for-example__block {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0;
  }
}
.about .p-for-example .c-heading:before {
  border-color: transparent transparent transparent #f7f5ed;
}
.about .p-for-example .c-heading:after {
  border-color: transparent #f7f5ed transparent transparent;
}
.about .p-for-example .p-for-example__figure-wrap {
  margin-top: 20px;
}
.about .p-for-example .p-img-wrap {
  position: relative;
}
.about .p-for-example .p-img-wrap:after {
  position: absolute;
  bottom: -10px;
  left: -10px;
  display: block;
  content: '';
  background-repeat: no-repeat;
}
.about .p-for-example .p-img-wrap.p-img-wrap--1704-figure-1-1:after {
  width: 40.25px;
  height: 40.5px;
  background-image: url(//image.moratame.net/images/contents/about/1704-ico-1-1@2x.png);
  background-size: 40.25px;
}
@media only screen and (min-width: 480px) {
  .about .p-for-example .p-img-wrap.p-img-wrap--1704-figure-1-1:after {
    width: 53.66667px;
    height: 54px;
    background-size: 53.66667px;
  }
}
.about .p-for-example .p-img-wrap.p-img-wrap--1704-figure-1-2:after {
  width: 28px;
  height: 50px;
  background-image: url(//image.moratame.net/images/contents/about/1704-ico-1-2@2x.201704211221.png);
  background-size: 28px;
}
@media only screen and (min-width: 480px) {
  .about .p-for-example .p-img-wrap.p-img-wrap--1704-figure-1-2:after {
    width: 37.33333px;
    height: 66.66667px;
    background-size: 37.33333px;
  }
}
.about .p-for-example .p-img-wrap.p-img-wrap--1704-figure-1-3:after {
  width: 38.5px;
  height: 61px;
  background-image: url(//image.moratame.net/images/contents/about/1704-ico-1-3@2x.png);
  background-size: 38.5px;
}
@media only screen and (min-width: 480px) {
  .about .p-for-example .p-img-wrap.p-img-wrap--1704-figure-1-3:after {
    width: 51.33333px;
    height: 81.33333px;
    background-size: 51.33333px;
  }
}
.about .p-for-example .p-img-wrap.p-img-wrap--1704-figure-1-4:after {
  width: 30.5px;
  height: 60.25px;
  background-image: url(//image.moratame.net/images/contents/about/1704-ico-1-4@2x.png);
  background-size: 30.5px;
}
@media only screen and (min-width: 480px) {
  .about .p-for-example .p-img-wrap.p-img-wrap--1704-figure-1-4:after {
    width: 40.66667px;
    height: 80.33333px;
    background-size: 40.66667px;
  }
}
.about .p-how-to-have-fun {
  background-color: #f3f1e9;
}
.about .p-how-to-have-fun .p-how-to-have-fun__block {
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .about .p-how-to-have-fun .p-how-to-have-fun__block {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0 20px;
  }
}
.about .p-how-to-have-fun p {
  font-size: 14px;
}
.about .p-how-to-have-fun .row {
  margin-top: 20px;
}
.about .p-how-to-have-fun .panel {
  border: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.about .p-how-to-have-fun .panel-heading {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
.about .p-how-to-have-fun .panel-heading.panel-heading--mora {
  background-color: #ff5a4a;
}
.about .p-how-to-have-fun .panel-heading.panel-heading--tame {
  background-color: #43b0ec;
}
.about .p-how-to-have-fun .panel-heading.panel-heading--review {
  background-color: #83c037;
}
.about .p-how-to-have-fun .panel-heading.panel-heading--point {
  background-color: #ffb049;
}
.about .p-how-to-have-fun .panel-heading.panel-heading--sns {
  background-color: #5382e1;
}
.about .p-how-to-have-fun .panel-heading.panel-heading--event {
  background-color: #ff72a0;
}
.about .p-how-to-have-fun .panel-title {
  font-size: 14px;
  line-height: 1.25;
}
.about .p-how-to-have-fun strong {
  font-weight: normal;
  color: #fe2a00;
}
.about .p-how-to-have-fun .p-how-to-have-fun__links {
  margin-top: 20px;
}
.about .p-how-to-have-fun .p-how-to-have-fun__links .p-how-to-have-fun__link {
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}
.about .p-how-to-have-fun .p-how-to-have-fun__links .p-how-to-have-fun__link:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: '';
  border-width: 5px 0 5px 8px;
  border-style: solid;
}
.about .p-how-to-have-fun .p-how-to-have-fun__links .p-how-to-have-fun__link.p-how-to-have-fun__link--mora:before {
  border-color: transparent transparent transparent #ff594a;
}
.about .p-how-to-have-fun .p-how-to-have-fun__links .p-how-to-have-fun__link.p-how-to-have-fun__link--tame:before {
  border-color: transparent transparent transparent #43b0ec;
}
.about .p-how-to-have-fun .p-how-to-have-fun__links .p-how-to-have-fun__link.p-how-to-have-fun__link--review:before {
  border-color: transparent transparent transparent #83c037;
}
.about .p-how-to-have-fun .p-how-to-have-fun__links .p-how-to-have-fun__link.p-how-to-have-fun__link--point:before {
  border-color: transparent transparent transparent #ffb049;
}
.about .p-how-to-have-fun .p-how-to-have-fun__links .p-how-to-have-fun__link.p-how-to-have-fun__link--sns:before {
  border-color: transparent transparent transparent #5382e1;
}
.about .p-how-to-have-fun .p-how-to-have-fun__links .p-how-to-have-fun__link.p-how-to-have-fun__link--event:before {
  border-color: transparent transparent transparent #ff72a0;
}
@media only screen and (min-width: 960px) {
  .about .p-how-to-have-fun .p-img-wrap--1704-ico-2-x {
    height: 98px;
  }
}
@media only screen and (min-width: 960px) {
  .about .p-how-to-have-fun .p-how-to-have-fun__card-contents {
    height: 370px;
  }
}
.about .p-img-wrap {
  font-size: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.about .p-img-wrap.p-img-wrap--1704-hero-sp {
  max-width: 640px;
}
.about .p-img-wrap.p-img-wrap--1704-catch-1-sp {
  max-width: 443px;
}
.about .p-img-wrap.p-img-wrap--1704-btn {
  max-width: 639px;
}
.about .p-img-wrap.p-img-wrap--1704-heading-2-1 {
  max-width: 403px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-1-x {
  max-width: 266.5px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-1-1 {
  max-width: 80.5px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-1-2 {
  max-width: 56px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-1-3 {
  max-width: 77px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-1-4 {
  max-width: 61px;
}
.about .p-img-wrap.p-img-wrap--1704-btn {
  max-width: 319.5px;
}
.about .p-img-wrap.p-img-wrap--1704-balloon {
  max-width: 529px;
}
.about .p-img-wrap.p-img-wrap--1704-catch-1-sp {
  max-width: 443px;
}
.about .p-img-wrap.p-img-wrap--1704-pocke {
  max-width: 192px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-1-1 {
  max-width: 266.5px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-1-2 {
  max-width: 266.5px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-1-3 {
  max-width: 266.5px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-1-4 {
  max-width: 266.5px;
}
.about .p-img-wrap.p-img-wrap--1704-heading-2-2 {
  max-width: 352px;
}
.about .p-img-wrap.p-img-wrap--1704-heading-2-3 {
  max-width: 410px;
}
.about .p-img-wrap.p-img-wrap--1704-heading-2-4 {
  max-width: 386px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-2-sp {
  max-width: 580px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-2-1 {
  max-width: 154px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-2-2 {
  max-width: 192px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-2-3 {
  max-width: 209px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-2-4 {
  max-width: 95px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-2-5 {
  max-width: 240px;
}
.about .p-img-wrap.p-img-wrap--1704-ico-2-6 {
  max-width: 116px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-3-1 {
  max-width: 279.5px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-3-2 {
  max-width: 266.5px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-3-3 {
  max-width: 266.5px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-3-4 {
  max-width: 266.5px;
}
.about .p-img-wrap.p-img-wrap--1704-figure-4-sp {
  max-width: 640px;
}
.about .p-item-list {
  background-color: #e9f5db;
}
.about .p-item-list a {
  color: #434343;
}
.about .p-item-list .p-item-list__block {
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .about .p-item-list .p-item-list__block {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0;
  }
}
.about .p-item-list .c-heading:before {
  border-color: transparent transparent transparent #e9f5db;
}
.about .p-item-list .c-heading:after {
  border-color: transparent #e9f5db transparent transparent;
}
.about .p-item-list .p-item-list__ballon {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.about .p-item-list .p-item-list__ballon:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  content: '';
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.about .p-item-list .p-item-list__ballon.p-item-list__ballon--mora {
  background-color: #ff492c;
}
.about .p-item-list .p-item-list__ballon.p-item-list__ballon--mora:after {
  border-color: #ff482c transparent transparent transparent;
}
.about .p-item-list .p-item-list__ballon.p-item-list__ballon--tame {
  background-color: #009be6;
}
.about .p-item-list .p-item-list__ballon.p-item-list__ballon--tame:after {
  border-color: #009be6 transparent transparent transparent;
}
.about .p-item-list .p-item-list__card {
  font-size: 12px;
  background-color: #fff;
}
.about .p-item-list .p-item-list__card-block {
  margin-top: 10px;
  padding: 10px;
  background-color: #f9f9f9;
}
.about .p-item-list .p-item-list__card-block p {
  font-size: 12px;
  line-height: 1.5;
}
.about .p-item-list .p-item-list__card-block a {
  color: #000;
}
.about .p-mechanism {
  background-color: #eff1f0;
}
@media only screen and (min-width: 960px) {
  .about .p-mechanism {
    background-image: url(//image.moratame.net/images/contents/about/1704-figure-2-bg@2x.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1400px;
  }
}
.about .p-mechanism .p-mechanism__block {
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .about .p-mechanism .p-mechanism__block {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
  }
}
.about .p-mechanism .p-img-wrap--1704-figure-2-sp {
  margin-top: 20px;
}
@media only screen and (min-width: 960px) {
  .about .p-mechanism p {
    font-size: 18px;
  }
}
.about .p-recommended {
  background-color: #e9f5db;
}
.about .p-recommended .p-recommended__block {
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .about .p-recommended .p-recommended__block {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .about .p-recommended .p-recommended__block .row {
    margin-top: 40px;
  }
}
.about .p-section-btn {
  background-color: #ffffd8;
}
.about .p-section-btn .p-section-btn__container {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}
@media only screen and (min-width: 320px) {
  .about .p-section-btn .p-section-btn__container {
    background-image: url(//image.moratame.net/images/contents/about/1704-pocke@2x.png);
    background-repeat: no-repeat;
    background-position: right 0 top -10px;
    background-size: 90px;
  }
}
@media only screen and (min-width: 960px) {
  .about .p-section-btn .p-section-btn__container {
    max-width: 639px;
    padding: 40px 0;
    background-image: url(//image.moratame.net/images/contents/about/1704-pocke@2x.png);
    background-repeat: no-repeat;
    background-position: right 0 top -20px;
    background-size: 192px;
  }
}
.about .p-section-btn .p-img-wrap--1704-catch-1-sp {
  max-width: 240px;
}
@media only screen and (min-width: 320px) {
  .about .p-section-btn .p-img-wrap--1704-catch-1-sp {
    margin-left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .about .p-section-btn .p-img-wrap--1704-catch-1-sp {
    max-width: 443px;
  }
}
.about .p-section-btn .p-img-wrap--1704-btn {
  margin-top: 20px;
}
@media only screen and (min-width: 960px) {
  .about .p-section-btn .p-img-wrap--1704-btn {
    max-width: 639px;
  }
}
.about .p-section-btn.p-section-btn--2 .p-section-btn--2__container {
  position: relative;
  max-width: 320px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-image: none;
}
.about .p-section-btn.p-section-btn--2 .p-img-wrap--1704-balloon {
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 280px;
}
.about .p-section-btn.p-section-btn--2 .p-img-wrap--1704-pocke {
  position: absolute;
  right: -10px;
  bottom: 20px;
  max-width: 90px;
}
.about .p-section-btn.p-section-btn--2 .p-img-wrap--1704-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  max-width: 280px;
  margin-left: -140px;
}
@media only screen and (min-width: 960px) {
  .about .p-section-btn.p-section-btn--1, .about .p-section-btn.p-section-btn--2, .about .p-section-btn.p-section-btn--3 {
    display: none;
  }
}
.about .fl_l {
  float: left;
}
.about .fl_r {
  float: right;
}
.about .fw_b {
  font-weight: bold;
}
.about .fz_0 {
  font-size: 0px;
}
.about .fz_10 {
  font-size: 10px;
}
.about .fz_12 {
  font-size: 12px;
}
.about .fz_14 {
  font-size: 14px;
}
.about .fz_16 {
  font-size: 16px;
}
.about .fz_18 {
  font-size: 18px;
}
.about .fz_50_percent {
  font-size: 50%;
}
.about .mt_5 {
  margin-top: 5px;
}
.about .mt_0 {
  margin-top: 0px;
}
.about .mt_10 {
  margin-top: 10px;
}
.about .mt_20 {
  margin-top: 20px;
}
.about .mt_30 {
  margin-top: 30px;
}
.about .mt_40 {
  margin-top: 40px;
}
.about .mt_50 {
  margin-top: 50px;
}
.about .mt_60 {
  margin-top: 60px;
}
.about .mt_70 {
  margin-top: 70px;
}
.about .mt_80 {
  margin-top: 80px;
}
.about .mt_90 {
  margin-top: 90px;
}
.about .mt_100 {
  margin-top: 100px;
}
.about .mr_10 {
  margin-right: 10px;
}
.about .mr_20 {
  margin-right: 20px;
}
.about .mb_0 {
  margin-bottom: 0;
}
.about .mb_5 {
  margin-bottom: 5px;
}
.about .mb_10 {
  margin-bottom: 10px;
}
.about .mb_15 {
  margin-bottom: 15px;
}
.about .mb_20 {
  margin-bottom: 20px;
}
.about .mb_25 {
  margin-bottom: 25px;
}
.about .mb_30 {
  margin-bottom: 30px;
}
.about .mb_40 {
  margin-bottom: 40px;
}
.about .mb_50 {
  margin-bottom: 50px;
}
.about .ml_10 {
  margin-left: 10px;
}
.about .pt_20 {
  padding-top: 20px;
}
.about .pt_40 {
  padding-top: 40px;
}
.about .pt_60 {
  padding-top: 60px;
}
.about .pb_20 {
  padding-bottom: 20px;
}
.about .pb_30 {
  padding-bottom: 30px;
}
.about .pl_0 {
  padding-bottom: 0;
}
.about .pl_5 {
  padding-bottom: 5px;
}
.about .pr_0 {
  padding-bottom: 0;
}
.about .ta_r {
  text-align: right;
}
.about .ta_c {
  text-align: center;
}
.about .td_u {
  text-decoration: underline;
}
.about .youtube-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 69px;
  padding-bottom: 50%;
}
.about .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  .about {
    max-width: 100%;
  }
}
.about .italic {
  font-style: italic;
}
.about .underline {
  text-decoration: underline;
}
.about .c_red-500 {
  color: #F44336;
}
.about .label {
  white-space: normal;
}
@media only screen and (max-width: 639px) {
  .about .label {
    border-radius: initial;
  }
}
.about .label.label-block {
  display: block;
}
.about .label.label-sm {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.about .label.label-md {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.about .label.label-red-500 {
  background-color: #F44336;
}
.about .label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/*# sourceMappingURL=about.css.map */
