.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
  .btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: '\f105';
  margin-left: 10px;
  font-family: 'Fontawesome';
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}

.footer {
  padding-top: 0;
  background-color: #124290;
}
.footer .privacy,
.footer .privacy a,
.footer .privacy a:visited,
.footer .copyright {
  color: rgba(255, 255, 255, 0.65);
}
.footer .logo {
  display: none;
}

.content {
  position: relative;
  color: #fff;
  background: url(/images/bg.png) no-repeat center;
  background-size: cover;
}
.content:before {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.about-title {
  position: relative;
  height: 300px;
  padding: 200px 50px 0;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.about-title span {
  position: relative;
  z-index: 1;
}

.content-body {
  position: relative;
  width: 640px;
  margin: 0 auto;
  padding: 50px 0;
}
.content-body .lead {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.5;
  letter-spacing: .05em;
}
.content-body .rinen {
  width: 780px;
  margin: 50px 0;
  margin-left: -70px;
  padding: 30px 0 45px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.content-body .rinen h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
}
.content-body .rinen p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: .05em;
}
.content-body .body-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.5;
  letter-spacing: .05em;
}

.content-body .logo {
  margin: 50px 0 0;
  padding: 30px 0 80px;
  text-align: center;
  color: #06538c;
  border-radius: 20px;
  background-color: #fff;
}
.content-body .logo h3 {
  width: 240px;
  margin: 0 auto 50px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  color: #06538c;
  border-radius: 32px;
  background-color: rgba(6, 83, 140, 0.1);
}
.content-body .logo p {
  margin-top: 30px;
}

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