@charset "UTF-8";
/*!
Theme Name: doraever
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
Theme Name: doraever
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 500;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 500;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #434a52;
  background-color: #ecf0f1;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

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

a {
  color: #3498db;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1d6fa5;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

.intro h3 {
  margin: 0 0 14px;
  text-align: center;
}

p {
  margin: 0 0 12px;
}

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

.btn-dl-warning {
  background: #f0ad4e;
}

.btn-dl-warning a {
  display: block;
  color: #fff;
  font-weight: 500;
}

.btn-dl-warning:hover,
.btn-dl-warning:active,
.btn-dl-warning:focus {
  background: #ec971f;
}

.padding-box {
  padding-top: 1em;
  padding-bottom: 1em;
}

.type-doragod a .entry-summary p,
.type-doragod2 a .entry-summary p {
  padding: 14px 15px;
  text-align: center;
  color: #666;
  font-size: 16px;
  text-decoration: none;
}

.type-doragod .post-thumb a img,
.type-doragod2 .post-thumb a img {
  border-radius: 4px 4px 0 0;
}

.text-center.btn_box {
  margin-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #bdc3c7;
}

.text-primary {
  color: #1abc9c;
}

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

.text-success {
  color: #2ecc71;
}

a.text-success:hover,
a.text-success:focus {
  color: #25a25a;
}

.text-info {
  color: #3498db;
}

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

.text-warning {
  color: #f1c40f;
}

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

.text-danger {
  color: #e74c3c;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #1abc9c;
}

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

.bg-success {
  background-color: #2ecc71;
}

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

.bg-info {
  background-color: #3498db;
}

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

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

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

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

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

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

.text-pink {
  color: #ff1493;
}

.text-purple {
  color: #9400d3;
}

.text-yellow {
  color: #ff8c00;
}

.text-red {
  color: red;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: 500;
}

dd {
  margin-left: 0;
}

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

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

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

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}

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

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

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

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

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}

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

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

.container:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

/*2018-01-11 鈴木追加*/
.table-striped th {
  width: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #bdc3c7;
  }

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

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.6;
  color: #434a52;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #434a52;
  background-color: #fff;
  background-image: none;
  border: 2px solid #bdc3c7;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #3498db;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 48px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

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

.has-success .form-control {
  border-color: #2ecc71;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #25a25a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
}

.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #2ecc71;
}

.has-success .form-control-feedback {
  color: #2ecc71;
}

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

.has-warning .form-control {
  border-color: #f1c40f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #c29d0b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7dc6f;
}

.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #f1c40f;
}

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

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

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

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

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

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

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

.has-feedback label.sr-only~.form-control-feedback,
.has-feedback .wpcf7 label.screen-reader-response~.form-control-feedback,
.wpcf7 .has-feedback label.screen-reader-response~.form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default {
  color: #fff;
  background-color: #b1bdbd;
  box-shadow: inset 0 -2px 0 #95a5a6;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #95a5a6;
  box-shadow: inset 0 -2px 0 #798d8f;
}

.btn-default:hover {
  color: #fff;
  background-color: #95a5a6;
  box-shadow: inset 0 -2px 0 #798d8f;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #fff;
  background-color: #95a5a6;
  box-shadow: inset 0 2px 0 #798d8f;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #829596;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

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

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

.btn-primary {
  color: #fff;
  background-color: #1abc9c;
  box-shadow: inset 0 -2px 0 #148f77;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #148f77;
  box-shadow: inset 0 -2px 0 #0e6252;
}

.btn-primary:hover {
  color: #fff;
  background-color: #148f77;
  box-shadow: inset 0 -2px 0 #0e6252;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #148f77;
  box-shadow: inset 0 2px 0 #0e6252;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f705d;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #1abc9c;
}

.btn-primary .badge {
  color: #1abc9c;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #2ecc71;
  box-shadow: inset 0 -2px 0 #25a25a;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #25a25a;
  box-shadow: inset 0 -2px 0 #1b7943;
}

.btn-success:hover {
  color: #fff;
  background-color: #25a25a;
  box-shadow: inset 0 -2px 0 #1b7943;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #25a25a;
  box-shadow: inset 0 2px 0 #1b7943;
}

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

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #2ecc71;
}

.btn-success .badge {
  color: #2ecc71;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #3498db;
  box-shadow: inset 0 -2px 0 #217dbb;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #217dbb;
  box-shadow: inset 0 -2px 0 #196090;
}

.btn-info:hover {
  color: #fff;
  background-color: #217dbb;
  box-shadow: inset 0 -2px 0 #196090;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #217dbb;
  box-shadow: inset 0 2px 0 #196090;
}

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

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #3498db;
}

.btn-info .badge {
  color: #3498db;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #e74c3c;
  box-shadow: inset 0 -2px 0 #d62c1a;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #d62c1a;
  box-shadow: inset 0 -2px 0 #a82315;
}

.btn-warning:hover {
  color: #fff;
  background-color: #d62c1a;
  box-shadow: inset 0 -2px 0 #a82315;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d62c1a;
  box-shadow: inset 0 2px 0 #a82315;
}

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

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #e74c3c;
}

.btn-warning .badge {
  color: #e74c3c;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  box-shadow: inset 0 -2px 0 #d62c1a;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d62c1a;
  box-shadow: inset 0 -2px 0 #a82315;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d62c1a;
  box-shadow: inset 0 -2px 0 #a82315;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d62c1a;
  box-shadow: inset 0 2px 0 #a82315;
}

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

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

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

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

.btn-link {
  color: #3498db;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #1d6fa5;
  text-decoration: underline;
  background-color: transparent;
}

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

.btn-xl {
  padding: 20px 0;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

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

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

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

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

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

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

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

.open>a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.nav:after {
  clear: both;
}

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

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

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

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

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

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

.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #ecf0f1;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #1abc9c;
}

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

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

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

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

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

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

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

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

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

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

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #ecf0f1;
  }
}

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/?";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777777;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

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

.label:empty {
  display: none;
}

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

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

.label-default {
  background-color: #95a5a6;
}

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

.label-primary {
  background-color: #1abc9c;
}

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

.label-success {
  background-color: #2ecc71;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #25a25a;
}

.label-info {
  background-color: #3498db;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #217dbb;
}

.label-warning {
  background-color: #e74c3c;
}

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

.label-danger {
  background-color: #e74c3c;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

.alert,
.wpcf7-response-output {
  padding: 15px;
  margin-bottom: 24px;
  border-radius: 6px;
}

.alert h4,
.wpcf7-response-output h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link,
.wpcf7-response-output .alert-link {
  font-weight: 500;
}

.alert>p,
.wpcf7-response-output>p,
.alert>ul,
.wpcf7-response-output>ul {
  margin-bottom: 0;
}

.alert>p+p,
.wpcf7-response-output>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success,
.wpcf7-mail-sent-ok {
  background-color: #2ecc71;
  border-color: #29b74e;
  color: #fff;
}

.alert-success hr,
.wpcf7-mail-sent-ok hr {
  border-top-color: #25a245;
}

.alert-success .alert-link,
.wpcf7-mail-sent-ok .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #3498db;
  border-color: #23a1c8;
  color: #fff;
}

.alert-info hr {
  border-top-color: #2090b2;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning,
.wpcf7-validation-errors {
  background-color: #f1c40f;
  border-color: #da8f0d;
  color: #fff;
}

.alert-warning hr,
.wpcf7-validation-errors hr {
  border-top-color: #c27f0b;
}

.alert-warning .alert-link,
.wpcf7-validation-errors .alert-link {
  color: #e6e6e6;
}

.alert-danger,
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked {
  background-color: #e74c3c;
  border-color: #e42533;
  color: #fff;
}

.alert-danger hr,
.wpcf7-mail-sent-ng hr,
.wpcf7-spam-blocked hr {
  border-top-color: #d61a28;
}

.alert-danger .alert-link,
.wpcf7-mail-sent-ng .alert-link,
.wpcf7-spam-blocked .alert-link {
  color: #e6e6e6;
}

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

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

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

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

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

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

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

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

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

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

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

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

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

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

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

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

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

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

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #bdc3c7;
}

.panel-default>.panel-heading {
  color: #434a52;
  background-color: #f5f5f5;
  border-color: #bdc3c7;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bdc3c7;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #434a52;
}

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

.panel-primary {
  border-color: #1abc9c;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

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

.panel-primary>.panel-heading .badge {
  color: #1abc9c;
  background-color: #fff;
}

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

.panel-success {
  border-color: #29b74e;
}

.panel-success>.panel-heading {
  color: #2ecc71;
  background-color: #2ecc71;
  border-color: #29b74e;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #29b74e;
}

.panel-success>.panel-heading .badge {
  color: #2ecc71;
  background-color: #2ecc71;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #29b74e;
}

.panel-info {
  border-color: #23a1c8;
}

.panel-info>.panel-heading {
  color: #3498db;
  background-color: #3498db;
  border-color: #23a1c8;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #23a1c8;
}

.panel-info>.panel-heading .badge {
  color: #3498db;
  background-color: #3498db;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #23a1c8;
}

.panel-warning {
  border-color: #da8f0d;
}

.panel-warning>.panel-heading {
  color: #f1c40f;
  background-color: #f1c40f;
  border-color: #da8f0d;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #da8f0d;
}

.panel-warning>.panel-heading .badge {
  color: #f1c40f;
  background-color: #f1c40f;
}

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

.panel-danger {
  border-color: #e42533;
}

.panel-danger>.panel-heading {
  color: #e74c3c;
  background-color: #e74c3c;
  border-color: #e42533;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #e42533;
}

.panel-danger>.panel-heading .badge {
  color: #e74c3c;
  background-color: #e74c3c;
}

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #e8ecec;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.bg-fff {
  background: #fff;
  border-right: 10px solid #e8ecec;
  border-bottom: 10px solid #e8ecec;
  padding: 20px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

#masthead .btn-link .close {
  opacity: 1;
  text-shadow: none;
}

.modal-open {
  overflow: hidden;
}

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

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #434a52;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #434a52;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #434a52;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #434a52;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #434a52;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #434a52;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #434a52;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #434a52;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #434a52;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.box:before,
a.column-link:before,
.post-navigation:before,
.wpcf7-response-output:before,
.box:before,
.entry-footer:before,
.entry-footer .cat-tag:before,
.widget a.media .media-inner:before,
#words-index ul:before,
#post-categories ul:before,
.clearfix:after,
.box:after,
a.column-link:after,
.post-navigation:after,
.wpcf7-response-output:after,
.box:after,
.entry-footer:after,
.entry-footer .cat-tag:after,
.widget a.media .media-inner:after,
#words-index ul:after,
#post-categories ul:after {
  content: " ";
  display: table;
}

.clearfix:after,
.box:after,
a.column-link:after,
.post-navigation:after,
.wpcf7-response-output:after,
.box:after,
.entry-footer:after,
.entry-footer .cat-tag:after,
.widget a.media .media-inner:after,
#words-index ul:after,
#post-categories ul:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

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

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

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

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

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

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

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

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

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

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

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

/*! Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.flow-of-published .box:not(:last-child):before,
#swipebox-prev,
#swipebox-next,
#swipebox-close,
.icheckbox.checked:after,
.de-breadcrumb li:before,
.alert-icon:before,
.wpcf7-response-output:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.flow-of-published .fa-pull-left.box:not(:last-child):before,
.fa-pull-left#swipebox-prev,
.fa-pull-left#swipebox-next,
.fa-pull-left#swipebox-close,
.fa-pull-left.icheckbox.checked:after,
.de-breadcrumb li.fa-pull-left:before,
.fa-pull-left.alert-icon:before,
.fa-pull-left.wpcf7-response-output:before {
  margin-right: .3em;
}

.fa.fa-pull-right,
.flow-of-published .fa-pull-right.box:not(:last-child):before,
.fa-pull-right#swipebox-prev,
.fa-pull-right#swipebox-next,
.fa-pull-right#swipebox-close,
.fa-pull-right.icheckbox.checked:after,
.de-breadcrumb li.fa-pull-right:before,
.fa-pull-right.alert-icon:before,
.fa-pull-right.wpcf7-response-output:before {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.flow-of-published .pull-left.box:not(:last-child):before,
.pull-left#swipebox-prev,
.pull-left#swipebox-next,
.pull-left#swipebox-close,
.pull-left.icheckbox.checked:after,
.de-breadcrumb li.pull-left:before,
.pull-left.alert-icon:before,
.pull-left.wpcf7-response-output:before {
  margin-right: .3em;
}

.fa.pull-right,
.flow-of-published .pull-right.box:not(:last-child):before,
.pull-right#swipebox-prev,
.pull-right#swipebox-next,
.pull-right#swipebox-close,
.pull-right.icheckbox.checked:after,
.de-breadcrumb li.pull-right:before,
.pull-right.alert-icon:before,
.pull-right.wpcf7-response-output:before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.navmenu {
  width: 240px;
  height: 100%;
  border-width: 1px;
  border-style: solid;
}

.navmenu-fixed-left,
.navmenu-fixed-right {
  position: fixed;
  z-index: 1030;
  top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.navmenu-fixed-left {
  right: auto;
  bottom: 0;
  left: 0;
  border-width: 0 1px 0 0;
}

.navmenu-fixed-right {
  right: 0;
  left: auto;
  border-width: 0 0 0 1px;
}

.navmenu-nav {
  margin-bottom: 12px;
}

.navmenu-nav.dropdown-menu {
  position: static;
  float: none;
  margin: 0;
  padding-top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.navbar-offcanvas .navbar-nav {
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    overflow: visible !important;
    height: auto !important;
    padding-bottom: 0;
  }

  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}

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

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

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

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

.navmenu-default .navmenu-nav>.dropdown>a:hover .caret,
.navmenu-default .navmenu-nav>.dropdown>a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

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

.navmenu-default .navmenu-nav>.open>a .caret,
.navmenu-default .navmenu-nav>.open>a:hover .caret,
.navmenu-default .navmenu-nav>.open>a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navmenu-default .navmenu-nav>.dropdown>a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav.dropdown-menu>.divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider {
  background-color: #f8f8f8;
}

.navmenu-default .navmenu-nav.dropdown-menu>.active>a,
.navmenu-default .navmenu-nav.dropdown-menu>.active>a:hover,
.navmenu-default .navmenu-nav.dropdown-menu>.active>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus {
  background-color: #d7d7d7;
}

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

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

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

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

.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  border-color: #212428;
  background-color: #2c3136;
}

.navmenu-inverse h1,
.navbar-inverse .navbar-offcanvas h1 {
  height: 60px;
  margin: 0;
  color: #4e5760;
  border-bottom: 1px solid #272c30;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}

.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #fff;
}

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

.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #777777;
}

.navmenu-inverse .navmenu-nav>.dropdown>a:hover .caret,
.navmenu-inverse .navmenu-nav>.dropdown>a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret {
  border-top-color: #3498db;
  border-bottom-color: #3498db;
}

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

.navmenu-inverse .navmenu-nav>.open>a .caret,
.navmenu-inverse .navmenu-nav>.open>a:hover .caret,
.navmenu-inverse .navmenu-nav>.open>a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav>.dropdown>a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #212428;
}

.navmenu-inverse .navmenu-nav.dropdown-menu>.divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider {
  background-color: #2c3136;
}

.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a,
.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus {
  background-color: #121416;
}

.navmenu-inverse .navmenu-nav>li>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a {
  color: #fff;
  -webkit-transition: color 0.15s linear, background 0.15s linear;
  transition: color 0.15s linear, background 0.15s linear;
}

.navmenu-inverse .navmenu-nav>li>a:hover,
.navmenu-inverse .navmenu-nav>li>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:focus {
  color: #3498db;
  background: #212428;
}

.navmenu-inverse .navmenu-nav>.current-menu-item>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.current-menu-item>a {
  background-color: #212428;
}

.navmenu-inverse .navmenu-nav>.current-menu-item>a:hover,
.navmenu-inverse .navmenu-nav>.current-menu-item>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.current-menu-item>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.current-menu-item>a:focus {
  color: #3498db;
  background-color: #212428;
}

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

.offcanvas {
  display: none;
}

.offcanvas.in {
  display: block;
}

.canvas-sliding {
  -webkit-transition: top 0.3s, left 0.3s, bottom 0.3s, right 0.3s;
  transition: top 0.3s, left 0.3s, bottom 0.3s, right 0.3s;
}

.offcanvas-clone {
  position: absolute !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none !important;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay {
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

#swipebox-slider .slide {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 1px;
  text-align: center;
}

#swipebox-slider .slide:before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: '';
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  width: 100%;
  max-width: 1140px;
  max-height: 100%;
  padding: 5%;
  background: none;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#swipebox-slider .slide-loading {
  background: url(images/loader-b.gif) no-repeat 50% 50%;
  background-size: 32px 32px;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  height: 50px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .5s;
  transition: .5s;
}

#swipebox-bottom-bar {
  bottom: -50px;
  border-top: 1px solid #222222;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
  color: #fff !important;
  border-bottom: 1px solid #222222;
  font-size: 16px;
  line-height: 50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border: none !important;
  font-size: 1.3333333333em;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
}

#swipebox-arrows {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}

#swipebox-prev {
  float: left;
}

#swipebox-prev:before {
  content: "\f053";
}

#swipebox-next {
  float: right;
}

#swipebox-next:before {
  content: "\f054";
}

#swipebox-close {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
}

#swipebox-close:before {
  content: "\f00d";
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  color: #333333;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 20px;
  height: 100%;
  opacity: 0;
  content: ' ';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

.wpcf7 img.ajax-loader {
  width: 36px;
  height: 36px;
  margin-left: 15px;
  border: none;
  vertical-align: middle;
}

.wpcf7 .ajax-error {
  display: none;
}

.wpcf7 .placeheld {
  color: #bdc3c7;
}

.wpcf7 button[type="submit"] {
  width: 66.6666%;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #e74c3c;
  font-size: 14px;
  padding-top: 5px;
}

span.wpcf7-list-item {
  margin-right: 20px;
}

.wpcf7-display-none {
  display: none;
}

.wpcf7-form input[type=checkbox]{
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;  
}
.wpcf7-form input[type=checkbox].checked:after {
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 20px; 
}

/* iCheck plugin Flat skin
----------------------------------- */
.icheckbox {
  display: inline-block;
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 2px solid #bdc3c7;
  cursor: pointer;
  vertical-align: -4px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.icheckbox {
  border-radius: 4px;
}

.icheckbox.hover {
  border-color: #3498db;
}

.icheckbox.checked {
  border-color: #3498db;
  background: #3498db;
}

.icheckbox.checked:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 23px;
  height: 23px;
  color: #fff;
  line-height: 23px;
  font-size: 20px;
  text-align: center;
  content: "\f00c";
}

html {
  position: relative;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  /* margin-bottom: 146px; */
}

.nmb {
  margin-bottom: 0 !important;
}

.label {
  vertical-align: 2px;
}

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

.row.no-gutters>[class^='col-'],
.row.no-gutters>[class*=' col-'] {
  padding-right: 0;
  padding-left: 0;
}

.headroom--unpinned {
  top: -70px;
}

#page-top {
  position: fixed;
  z-index: 12;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}

#page-top i {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #3498db;
  line-height: 30px;
  vertical-align: top;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

#page-top i:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#primary-nav-close {
  position: fixed;
  z-index: 1080;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}

header#masthead {
  margin-top: 83px;
}

#masthead .navbar {
  height: 70px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

#masthead .navbar .container {
  position: relative;
}

#masthead .navbar .btn-link {
  position: absolute;
  top: 0;
  width: auto;
  height: 70px;
  text-decoration: none;
}

#masthead .navbar .btn-link:focus {
  outline: 0;
}

#primary-nav-toggle {
  left: 2px;
}

.site-branding {
  position: relative;
  width: 159px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.site-description {
  position: absolute;
  top: 8px;
  width: 159px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

@-webkit-keyframes shake {

  from,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.site-title {
  position: absolute;
  bottom: 10px;
  left: 0;
  /* -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; */
}

.site-title:hover {
  -webkit-animation-name: shake;
  animation-name: shake;
}

#primary-nav {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  width: 240px;
  height: 100%;
  border-right: 1px solid #212428;
  background: #2c3136;
}

#primary-nav h2 {
  height: 50px;
  margin: 0;
  color: #4e5760;
  border-bottom: 1px solid #272c30;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

#primary-nav li>a {
  color: #fff;
  background: #2c3136;
  -webkit-transition: color .15s linear, background .15s linear;
  transition: color .15s linear, background .15s linear;
}

#primary-nav li>a:hover,
#primary-nav li>a:focus {
  color: #2196f3;
  background: #212428;
}

.offcanvas {
  display: none;
}

.offcanvas.in {
  display: block;
}

.canvas-sliding {
  -webkit-transition: top .3s ease, left .3s ease, bottom .3s ease, right .3s ease;
  transition: top .3s ease, left .3s ease, bottom .3s ease, right .3s ease;
}

.offcanvas-clone {
  position: absolute !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none !important;
}

#colophon {
  position: relative;
  width: 100%;
  padding-top: 20px;
  color: #fff;
  background: #1a33e6;
  font-size: 14px;
  text-align: center;
  z-index: 1;
}

#colophon p {
  clear: both;
}

@media (min-width: 768px) {
  #colophon {
    /* height: 61px; */
  }
}

#colophon ul {
  width: 290px;
  margin: 0 auto 8px;
  font-size: 75%;
}

@media (min-width: 768px) {
  #colophon ul {
    width: 100%;
    margin-top: -1px;
  }
}

#colophon ul li {
  display: inline-block;
}

@media (min-width: 768px) {
  #colophon ul li:before {
    display: inline-block;
    color: #0f1c7f;
    content: '|';
  }
}

#colophon ul li .btn-link {
  height: 24px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  #colophon ul li .btn-link.page-contact {
    padding-right: 0;
  }
}

#colophon ul li:first-child:before {
  content: none;
}

#colophon p {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  #colophon p {
    /* float: left; */
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .page {
    background: #fff;
  }
}

#primary {
  background: #fff;
}

@media (min-width: 768px) {
  #primary {
    background: transparent;
  }
}

.page-header {
  margin-bottom: 30px;
}

      /* de-page-header
----------------------------------- */
.de-page-header {
  width: 100%;
  padding: 20px 15px 20px;
  color: #fff;
  background: #1a33e6;
  text-align: left;
}

@media (min-width: 768px) {
  .de-page-header {
    margin: 0 calc(50% - 50vw);
    text-align: left;
    width: 100vw;
  }
}

.de-page-header .page-title,
.de-page-header .entry-title {
  margin: 0;
  font-size: 20px;
}

.min-header>.de-page-header {
  padding: 20px 0;
}

.min-header>.de-page-header h1 {
  font-size: 21px;
  font-weight: normal;
}

.de-page-header .page-title .badge,
.de-page-header .entry-title .badge {
  display: inline-block;
  padding: 3px 10px;
  color: #1a33e6;
  border-radius: 30px;
  background: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  vertical-align: 2px;
}

.de-page-header .page-title small,
.de-page-header .entry-title small {
  color: #fff;
  font-weight: 500;
}

.de-page-header .page-description {
  margin: 0;
  padding: 8px 0 0;
  color: #a5adf8;
  font-size: 14px;
  font-weight: 400;
}

.de-page-header .page-description small {
  color: #a5adf8;
}

.sns {
  margin: 0 0 0 -5px;
}

.sns li {
  margin-top: 10px;
}

a.twb {
  background: #1b95e0;
}

a.twb:hover,
a.twb:focus {
  background: #45aae9;
}

a.fbb {
  background: #3b5998;
}

a.fbb:hover,
a.fbb:focus {
  background: #4c70ba;
}

a.gpb {
  padding: .2em 2em .3em;
  background: #db4437;
  text-align: center;
}

a.gpb:hover,
a.gpb:focus {
  background: #e36c62;
}

a.lsb {
  background: #25af00;
}

a.lsb:hover,
a.lsb:focus {
  background: #2ac900;
}

.box {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
}

@media (min-width: 768px) {
  .box {
    padding: 39px 30px 26px;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
  }
}

.single .box {
  margin-bottom: 20px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .single .box {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

.blog .entry-title,
.archive .entry-title,
.post-type-archive-knowledge .entry-title,
.point-of-view .entry-title {
  margin-bottom: 10px;
  font-size: 24px;
}

@media (min-width: 992px) {

  .blog .entry-title,
  .archive .entry-title,
  .post-type-archive-knowledge .entry-title,
  .point-of-view .entry-title {
    margin-top: -5px;
  }
}

.blog .entry-title a,
.archive .entry-title a,
.post-type-archive-knowledge .entry-title a,
.point-of-view .entry-title a {
  display: block;
  color: #404040;
  text-decoration: none;
}

.blog .entry-title a:hover,
.blog .entry-title a:focus,
.archive .entry-title a:hover,
.archive .entry-title a:focus,
.post-type-archive-knowledge .entry-title a:hover,
.post-type-archive-knowledge .entry-title a:focus,
.point-of-view .entry-title a:hover,
.point-of-view .entry-title a:focus {
  color: #2196f3;
}

.blog .entry-title .label,
.archive .entry-title .label,
.post-type-archive-knowledge .entry-title .label,
.point-of-view .entry-title .label {
  padding: .2em .6em;
  font-size: 14px;
  vertical-align: 5px;
}

.blog .entry-meta,
.archive .entry-meta,
.post-type-archive-knowledge .entry-meta,
.point-of-view .entry-meta {
  margin-bottom: 7px;
  color: #bdc3c7;
  font-size: 14px;
}

.blog .entry-meta a,
.archive .entry-meta a,
.post-type-archive-knowledge .entry-meta a,
.point-of-view .entry-meta a {
  padding: 5px 0;
  color: #bdc3c7;
}

.blog .entry-summary p,
.archive .entry-summary p,
.post-type-archive-knowledge .entry-summary p,
.point-of-view .entry-summary p {
  font-size: 16px;
  line-height: 1.8;
}

.blog .entry-summary .more-link,
.archive .entry-summary .more-link,
.post-type-archive-knowledge .entry-summary .more-link,
.point-of-view .entry-summary .more-link {
  display: block;
  width: 50%;
  margin: 11px auto 18px;
}

@media (min-width: 992px) {

  .blog .entry-summary .more-link,
  .archive .entry-summary .more-link,
  .post-type-archive-knowledge .entry-summary .more-link,
  .point-of-view .entry-summary .more-link {
    margin-bottom: 28px;
  }
}

.blog .entry-summary .more-link .btn,
.archive .entry-summary .more-link .btn,
.post-type-archive-knowledge .entry-summary .more-link .btn,
.point-of-view .entry-summary .more-link .btn {
  width: 100%;
}

.blog article.box,
.blog article>.box,
.archive article.box,
.archive article>.box,
.post-type-archive-knowledge article.box,
.post-type-archive-knowledge article>.box,
.point-of-view article.box,
.point-of-view article>.box {
  padding-bottom: 10px;
}

@media (min-width: 768px) {

  .blog article.box,
  .blog article>.box,
  .archive article.box,
  .archive article>.box,
  .post-type-archive-knowledge article.box,
  .post-type-archive-knowledge article>.box,
  .point-of-view article.box,
  .point-of-view article>.box {
    padding: 30px 30px 10px;
  }
}

@media (min-width: 992px) {

  .blog article.box,
  .blog article>.box,
  .archive article.box,
  .archive article>.box,
  .post-type-archive-knowledge article.box,
  .post-type-archive-knowledge article>.box,
  .point-of-view article.box,
  .point-of-view article>.box {
    padding-bottom: 0;
  }
}

.blog article:not(:last-child).box,
.blog article:not(:last-child)>.box,
.archive article:not(:last-child).box,
.archive article:not(:last-child)>.box,
.post-type-archive-knowledge article:not(:last-child).box,
.post-type-archive-knowledge article:not(:last-child)>.box,
.point-of-view article:not(:last-child).box,
.point-of-view article:not(:last-child)>.box {
  border-bottom: 1px solid #bdc3c7;
}

.character img {
  margin-bottom: 30px;
}

.words-index a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.words-index .circle-box {
  position: relative;
  overflow: hidden;
  width: 52px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: #1a33e6;
}

@media (min-width: 768px) {
  .words-index .circle-box {
    margin-top: 3px;
  }
}

.words-index .circle-box:before {
  display: block;
  padding-top: 100%;
  content: '';
}

.words-index h2 {
  margin: 0 0 24px;
  font-size: 28px;
  text-align: center;
}

@media (min-width: 768px) {
  .words-index h2 {
    margin-bottom: 31px;
  }
}

@media (min-width: 992px) {
  .words-index h2 {
    margin-bottom: 28px;
    font-size: 39px;
  }
}

.words-index h2 a {
  color: #95a5a6;
}

.words-index h2 a:hover,
.words-index h2 a:focus {
  color: #798d8f;
}

.words-index h3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  font-size: 16px;
}

.words-index h3 a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.words-index h3 a:hover {
  background: #5f70ee;
}

.words-index h3 span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .words-index article {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .words-index article {
    margin-right: 35px;
  }
}

.words-index article.child {
  margin-right: 0;
}

.words-index h4 {
  margin: 0 0 4px;
  font-size: 19px;
}

.words-index p {
  margin-bottom: 34px;
  font-size: 16px;
}

.words-index .more-link {
  display: block;
  padding: 5px 0;
}

.entry-content,
.page-content {
  margin-bottom: 26px;
  font-size: 16px;
}

.entry-content h3,
.entry-content .h3,
.page-content h3,
.page-content .h3 {
  margin: 0 0 19px;
  color: #95a5a6;
  font-weight: 500;
  text-align: center;
}



@media (min-width: 768px) {

  .entry-content h3,
  .entry-content .h3,
  .page-content h3,
  .page-content .h3 {
    margin-bottom: 24px;
  }
}

.front-page .entry-content {
  display: none;
}

.de-breadcrumb {
  padding: 11px 0;
  color: #e2e5ff;
  background: #1426ad;
}

@media (min-width: 768px) {
  .de-breadcrumb {
    /* margin: 0 -500%; */
    /* padding: 11px 500%; */
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.de-breadcrumb ul,
.de-breadcrumb ol {
  margin: 0 -5px;
}

.de-breadcrumb li {
  float: left;
  margin: 5px;
}

.de-breadcrumb li:before {
  margin-right: 10px;
  content: '\f105';
  text-align: center;
}

.de-breadcrumb li:first-child:before {
  content: none;
}

.de-breadcrumb a {
  padding: 4px 0;
  color: #e2e5ff;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.de-breadcrumb a:hover,
.de-breadcrumb a:focus {
  color: #7685f0;
}

.de-breadcrumb span[itemprop='title'] {
  display: inline-block;
  max-width: 120px;
  margin-top: -5px;
  padding: 0;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*footer breadcrumb*/
.de-breadcrumb_under span[itemprop='title'] {
  max-width: initial;
}

.post-type-archive-words .de-breadcrumb li:before {
  content: none;
}

.post-type-archive-words .de-breadcrumb .btn {
  padding: 5px 10px;
  color: #1426ad;
  background: #485ceb;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.post-type-archive-words .de-breadcrumb .btn:hover,
.post-type-archive-words .de-breadcrumb .btn:focus {
  color: #1426ad;
  background: #7685f0;
}

.post-type-archive-words .de-breadcrumb .abc {
  clear: both;
}

.single-words article .box+.box,
.single-knowledge article .box+.box,
.single-doragod article .box+.box {
  padding: 0;
}

.post-navigation {
  width: 100%;
}

.post-navigation li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.post-navigation li>a,
.post-navigation li>span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  font-size: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center;
}

.post-navigation li>a:hover,
.post-navigation li>a:focus {
  color: #fff;
  background: #2196f3;
  text-decoration: none;
}

.post-navigation .next>a,
.post-navigation .next>span {
  float: right;
}

@media (min-width: 768px) {

  .post-navigation .next>a,
  .post-navigation .next>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
}

.post-navigation .previous>a,
.post-navigation .previous>span {
  float: left;
  border-right: 1px solid #bcc1c1;
}

@media (min-width: 768px) {

  .post-navigation .previous>a,
  .post-navigation .previous>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
}

.post-navigation .disabled>a {
  color: #ecf0f1;
  cursor: not-allowed;
}

.post-navigation .disabled>a:hover,
.post-navigation .disabled>a:focus {
  color: #ecf0f1;
  cursor: not-allowed;
}

.post-navigation .disabled>span {
  color: #ecf0f1;
  cursor: not-allowed;
}

ruby {
  ruby-align: center;
  ruby-overhang: auto;
  ruby-position: above;
}

rt {
  margin-bottom: -3px;
  font-size: 9px;
}

@media (max-width: 767px) {
  .single-doragod {
    background: #fff;
  }
}

.single-doragod article .box {
  padding: 16px 30px 26px;
}

@media (max-width: 767px) {
  .single-doragod article .box {
    padding: 0;
    box-shadow: none;
  }

  .single-doragod article .box.bottom {
    margin: 0 -30px;
  }
}

.single-doragod article .title-ruby {
  margin: 6px 0 10px;
}

.single-doragod article .lead {
  font-size: 18px;
}

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

.single-doragod .doragod-force {
  margin-bottom: 6px;
}

@media (max-width: 767px) {

  .single-doragod .post-navigation li>a,
  .single-doragod .post-navigation li>span {
    border-top: 1px solid #bcc1c1;
  }

  .single-doragod .post-navigation li>a:hover,
  .single-doragod .post-navigation li>a:focus {
    border-color: #2196f3;
  }
}

.doragod-abilities {
  margin: 0 15px 26px;
  padding: 16px 15px 18px;
  color: #95a5a6;
  border: 2px solid #95a5a6;
  border-radius: 6px;
}

.doragod-abilities h3 {
  margin: 0 0 8px !important;
}

.doragod-abilities dl {
  margin-bottom: 0;
}

.doragod-abilities dt {
  font-size: 21px;
}

.doragod-abilities dd p {
  margin: 0;
}

.doragod-abilities dd p:first-child {
  font-size: 18px;
}

.doragod-times h4 {
  margin: 0 0 7px;
  font-size: 18px;
}

.post-type-archive-doragod article,
.tax-doragod_force article,
.post-type-archive-doragod2 article {
  text-align: center;
}

.post-type-archive-doragod article a,
.tax-doragod_force article a,
.post-type-archive-doragod2 article a,
.tax-doragod_force article a {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  color: #434a52;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
}

.post-type-archive-doragod article a:hover,
.post-type-archive-doragod article a:focus,
.tax-doragod_force article a:hover,
.tax-doragod_force article a:focus,
.post-type-archive-doragod2 article a:hover,
.post-type-archive-doragod2 article a:focus {
  background: #2196f3;
}

.post-type-archive-doragod article .entry-summary,
.tax-doragod_force article .entry-summary,
.post-type-archive-doragod2 article .entry-summary {
  margin-bottom: -12px;
  padding: 9px 15px;
  font-size: 14px;
}

@media (min-width: 992px) {

  .post-type-archive-doragod article .entry-summary,
  .tax-doragod_force article .entry-summary {
    margin-bottom: 0;
    padding: 14px 15px 2px;
  }
}

@media (min-width: 1200px) {

  .post-type-archive-doragod article .entry-summary,
  .tax-doragod_force article .entry-summary {
    font-size: 16px;
  }
}

.entry-meta,
.entry-meta a,
.post-type-archive-m_report .entry-subtitle {
  color: #a5adf8;
  font-size: 16px;
}

.entry-meta a {
  padding: 2px 0;
}

@media (max-width: 767px) {
  .entry-meta .byline {
    display: block;
  }
}

.single-post .entry-content p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.entry-footer dl,
.entry-footer .sns {
  padding-top: 10px;
  border-top: 1px solid #bdc3c7;
}

.entry-footer ul {
  margin: 0;
}

.entry-footer li {
  float: left;
  margin: 0 10px 10px 0 !important;
}

.entry-footer a.label {
  display: block;
  padding: 6px 8px 7px;
}

.box.bottom {
  margin: 0 -15px 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

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

.box.bottom:after {
  clear: both;
}

@media (min-width: 768px) {
  .box.bottom {
    margin: 0 0 30px;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
  }
}

.blog .box.bottom {
  margin-top: -31px;
}

@media (min-width: 768px) {
  .blog .box.bottom {
    margin-top: 0;
  }
}

.de-recruit {
  margin-bottom: 45px;
}

.de-recruit .lead {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .de-recruit .lead {
    text-align: center;
  }
}

.de-recruit:first-child img {
  margin-bottom: 30px;
}

.de-recruit h4 {
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid transparent;
  padding-bottom: 9px;
  margin-bottom: 10px;
}

.de-recruit h5 {
  font-size: 18px;
}

.de-recruit .well {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  background: #2196f3;
  text-align: center;
}

.de-recruit .well p {
  margin-bottom: 0;
  color: #fff;
}

.de-recruit .well p a {
  color: #fff;
  font-weight: 500;
}

.de-recruit .well p span {
  font-size: 21px;
  font-weight: 500;
}

.de-recruit .table {
  border-bottom: 1px solid #bdc3c7;
}

.de-recruit .table ul {
  margin-bottom: 0;
}

.de-icon-circle {
  margin-bottom: 30px;
}

.de-icon-circle img {
  margin-bottom: 20px;
}

.de-icon-circle h4 {
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.de-feature-title {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .de-feature-title {
    height: 90px;
  }
}

.de-feature h4 {
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
}

.de-job {
  margin-bottom: 45px;
}

.de-job.sales h4 {
  border-bottom-color: #90caf9;
}

.de-job.webdesign h4 {
  border-bottom-color: #a5d6a7;
}

.de-job.webse h4 {
  border-bottom-color: #80deea;
}

.de-job.program h4 {
  border-bottom-color: #9fa8da;
}

.de-job.telapo h4 {
  border-bottom-color: #f6b597;
}

@media (min-width: 768px) {

  .de-job-category h5,
  .de-job-category dl {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .de-job-category dl {
    font-size: 18px;
  }
}

.de-feature.search h4 {
  border-bottom-color: #9fa8da;
}

.de-feature.video h4 {
  border-bottom-color: #80deea;
}

.de-feature.images h4 {
  border-bottom-color: #80cbc4;
}

.work-location p {
  float: left;
  width: 80%;
  margin-bottom: 0;
}

.work-location a.map-icon {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  margin-top: 5px;
  color: #fff;
  border-radius: 50%;
  background: #2196f3;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}

.work-location a.map-icon:hover,
.work-location a.map-icon:focus {
  color: #fff;
  background: #4398db;
}

.long-term-benefits .alert,
.long-term-benefits .wpcf7-response-output {
  margin: 15px 0 0;
}

.long-term-benefits h4 {
  margin-bottom: 0;
  text-align: center;
}

.icheck input[type='checkbox'] {
  margin: 0;
}

.icheck label {
  padding: 0;
}

#main>.entry-header,
.single .entry-header {
  margin-bottom: 30px;
}

.single .has-post-thumbnail .entry-header {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .single .has-post-thumbnail .entry-header {
    margin-bottom: 30px;
  }
}

/* post-thumb .post-thumb a img
----------------------------------- */
@media (min-width: 992px) {
  .post-thumb {
    margin-bottom: 30px;
  }
}

.post-thumb a {
  display: block;
  border-radius: 7px;
  background: #fff;
}

@media (min-width: 992px) {
  .post-thumb a {
    border-radius: 5px;
  }
}

.post-thumb a,
.post-thumb a * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.post-thumb a img {
  border-radius: 6px;
}

@media (min-width: 992px) {
  .post-thumb a img {
    border-radius: 4px;
  }
}

.post-thumb a:hover,
.post-thumb a:focus {
  background: #2196f3;
}

.post-thumb a:hover img,
.post-thumb a:focus img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.post-thumb.full {
  margin: 0 -15px 30px;
}

.post-thumb.full a {
  border-radius: 0;
}

.post-thumb.full a img {
  width: 100%;
  border-radius: 0;
}

@media (min-width: 768px) {
  .post-thumb.full {
    margin: -39px -30px 30px;
  }

  .post-thumb.full a {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
  }

  .post-thumb.full a img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
}

.about .form-horizontal label {
  text-align: right;
}

.about .entry-content .box:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 2px solid #bdc3c7;
}

.insertion-fees .panel-heading p {
  color: #fff;
}

.alert-icon,
.wpcf7-response-output {
  position: relative;
  width: 100%;
  padding: 15px;
  color: #434a52;
  border-right: 6px solid #434a52;
  border-left: 48px solid #434a52;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
}

.alert-icon h4,
.wpcf7-response-output h4,
.alert-icon .h4,
.wpcf7-response-output .h4,
.alert-icon p,
.wpcf7-response-output p {
  margin: 0;
}

.alert-icon:before,
.wpcf7-response-output:before {
  position: absolute;
  top: 50%;
  left: -48px;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  color: #fff;
  font-size: 1.5em;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
}

.alert-icon.alert-success,
.alert-success.wpcf7-response-output,
.wpcf7-response-output.wpcf7-mail-sent-ok,
.alert-icon.wpcf7-mail-sent-ok {
  border-color: #2ecc71;
}

.alert-icon.alert-success:before,
.alert-success.wpcf7-response-output:before,
.wpcf7-response-output.wpcf7-mail-sent-ok:before,
.alert-icon.wpcf7-mail-sent-ok:before {
  content: "\f058";
}

.alert-icon.alert-success h4,
.alert-success.wpcf7-response-output h4,
.wpcf7-response-output.wpcf7-mail-sent-ok h4,
.alert-icon.wpcf7-mail-sent-ok h4 {
  color: #2ecc71;
}

.alert-icon.alert-info,
.alert-info.wpcf7-response-output {
  border-color: #3498db;
}

.alert-icon.alert-info:before,
.alert-info.wpcf7-response-output:before {
  content: "\f05a";
}

.alert-icon.alert-info h4,
.alert-info.wpcf7-response-output h4 {
  color: #3498db;
}

.alert-icon.alert-warning,
.alert-warning.wpcf7-response-output,
.wpcf7-response-output.wpcf7-validation-errors,
.alert-icon.wpcf7-validation-errors {
  border-color: #f1c40f;
}

.alert-icon.alert-warning:before,
.alert-warning.wpcf7-response-output:before,
.wpcf7-response-output.wpcf7-validation-errors:before,
.alert-icon.wpcf7-validation-errors:before {
  content: "\f071";
}

.alert-icon.alert-warning h4,
.alert-warning.wpcf7-response-output h4,
.wpcf7-response-output.wpcf7-validation-errors h4,
.alert-icon.wpcf7-validation-errors h4 {
  color: #f1c40f;
}

.alert-icon.alert-danger,
.alert-danger.wpcf7-response-output,
.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-spam-blocked,
.alert-icon.wpcf7-mail-sent-ng,
.alert-icon.wpcf7-spam-blocked {
  border-color: #e74c3c;
}

.alert-icon.alert-danger:before,
.alert-danger.wpcf7-response-output:before,
.wpcf7-response-output.wpcf7-mail-sent-ng:before,
.wpcf7-response-output.wpcf7-spam-blocked:before,
.alert-icon.wpcf7-mail-sent-ng:before,
.alert-icon.wpcf7-spam-blocked:before {
  content: "\f057";
}

.alert-icon.alert-danger h4,
.alert-danger.wpcf7-response-output h4,
.wpcf7-response-output.wpcf7-mail-sent-ng h4,
.wpcf7-response-output.wpcf7-spam-blocked h4,
.alert-icon.wpcf7-mail-sent-ng h4,
.alert-icon.wpcf7-spam-blocked h4 {
  color: #e74c3c;
}

.post-type-archive-doragod .entry-title,
.post-type-archive-doragod2 .entry-title {
  margin: 0;
}

.single .category-comic .entry-header {
  margin-bottom: 30px;
}

.post-type-archive-m_report #main>.entry-header,
.post-type-archive-m_report #main>.entry-header,
.point-of-view #main>.entry-header,
.post-type-archive-clothoid #main>.entry-header,
.post-type-archive-president_image #main>.entry-header {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .post-type-archive-m_report #main>.entry-header,
  .post-type-archive-m_report #main>.entry-header,
  .point-of-view #main>.entry-header,
  .post-type-archive-clothoid #main>.entry-header,
  .post-type-archive-president_image #main>.entry-header {
    margin-bottom: 30px;
  }
}

.post-type-archive-m_report article>.box,
.post-type-archive-m_report article>.box,
.point-of-view article>.box,
.post-type-archive-clothoid article>.box,
.post-type-archive-president_image article>.box {
  overflow-x: hidden;
  margin-bottom: 0;
  border-bottom: none !important;
}

@media (min-width: 768px) {

  .post-type-archive-m_report article>.box,
  .post-type-archive-m_report article>.box,
  .point-of-view article>.box,
  .post-type-archive-clothoid article>.box,
  .post-type-archive-president_image article>.box {
    margin-bottom: 30px;
  }
}

.post-type-archive-m_report .post-thumb,
.post-type-archive-m_report .post-thumb,
.point-of-view .post-thumb,
.post-type-archive-clothoid .post-thumb,
.post-type-archive-president_image .post-thumb {
  margin: 0 -30px 0;
}

@media (min-width: 768px) {

  .post-type-archive-m_report .post-thumb,
  .post-type-archive-m_report .post-thumb,
  .point-of-view .post-thumb,
  .post-type-archive-clothoid .post-thumb,
  .post-type-archive-president_image .post-thumb {
    margin: -30px -30px 0;
  }

  .post-type-archive-m_report .post-thumb a,
  .post-type-archive-m_report .post-thumb img,
  .post-type-archive-m_report .post-thumb a,
  .post-type-archive-m_report .post-thumb img,
  .point-of-view .post-thumb a,
  .point-of-view .post-thumb img,
  .post-type-archive-clothoid .post-thumb a,
  .post-type-archive-clothoid .post-thumb img,
  .post-type-archive-president_image .post-thumb a,
  .post-type-archive-president_image .post-thumb img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {

  .post-type-archive-m_report article>.box,
  .post-type-archive-m_report article>.box,
  .point-of-view article>.box,
  .post-type-archive-clothoid article>.box,
  .post-type-archive-president_image article>.box {
    padding: 0 20px;
  }

  .post-type-archive-m_report .entry-title,
  .post-type-archive-m_report .entry-title,
  .point-of-view .entry-title,
  .post-type-archive-clothoid .entry-title,
  .post-type-archive-president_image .entry-title {
    font-size: 20px;
  }

  .post-type-archive-m_report .post-thumb,
  .post-type-archive-m_report .post-thumb,
  .point-of-view .post-thumb,
  .post-type-archive-clothoid .post-thumb,
  .post-type-archive-president_image .post-thumb {
    margin: 0 -20px 30px;
  }
}

@media (min-width: 992px) {

  .single-m_report #content,
  .single-clothoid #content,
  .point-of-view #content,
  .single-president_image #content {
    margin-bottom: 120px;
  }
}

.single-m_report .entry-subtitle,
.single-m_report .page-subtitle,
.single-clothoid .entry-subtitle,
.single-clothoid .page-subtitle,
.point-of-view .entry-subtitle,
.point-of-view .page-subtitle,
.single-president_image .entry-subtitle,
.single-president_image .page-subtitle {
  margin: 0;
  padding: 8px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.single-m_report .entry-subtitle.colored,
.single-m_report .page-subtitle.colored,
.single-clothoid .entry-subtitle.colored,
.single-clothoid .page-subtitle.colored,
.point-of-view .entry-subtitle.colored,
.point-of-view .page-subtitle.colored,
.single-president_image .entry-subtitle.colored,
.single-president_image .page-subtitle.colored {
  color: #a5adf8;
}

.single-m_report .entry-content .section.bordered:after,
.single-clothoid .entry-content .section.bordered:after,
.point-of-view .entry-content .section.bordered:after,
.single-president_image .entry-content .section.bordered:after {
  display: block;
  width: 50%;
  height: 1px;
  margin: 37px auto;
  background: #bdc3c7;
  content: '';
}

.single-m_report .entry-content section h2,
.single-clothoid .entry-content section h2,
.point-of-view .entry-content section h2,
.single-president_image .entry-content section h2 {
  margin-top: 46px;
}

.single-m_report .entry-content p,
.single-clothoid .entry-content p,
.point-of-view .entry-content p,
.single-president_image .entry-content p {
  margin-bottom: 15px;
  line-height: 1.8;
  text-indent: 1em;
}

.single-m_report .entry-content p.noindent,
.single-clothoid .entry-content p.noindent,
.point-of-view .entry-content p.noindent,
.single-president_image .entry-content p.noindent {
  text-indent: 0;
}

.single-president_image .entry-subtitle,
.single-president_image .page-subtitle {
  margin-bottom: 8px;
}

p.m-report-number {
  display: block;
  width: 100%;
  margin: 30px auto 22px !important;
  padding: 5px 0;
  border: 1px solid #434a52;
  border-radius: 2em;
  text-align: center;
  text-indent: 0 !important;
}

@media (min-width: 768px) {
  p.m-report-number {
    width: 50%;
    margin-top: -9px !important;
  }
}

#your-job label {
  margin-right: 20px;
}

.point-of-view section header {
  margin: 0 -15px;
  padding: 15px;
  color: #404040;
  background: #ecf0f1;
}

.point-of-view section header>* {
  margin-bottom: 0;
}

.point-of-view section header h2 {
  margin: 0 0 6px;
  font-size: 21px;
}

.point-of-view section header .badge {
  margin-bottom: 6px;
  padding: 6px 14px;
  border-radius: 3em;
  background: #1a33e6;
}

.point-of-view section header .lead {
  font-size: 15px;
}

@media (min-width: 768px) {
  .point-of-view section header {
    background: transparent;
  }

  .point-of-view section header h2 {
    font-size: 26px;
  }

  .point-of-view section header .lead {
    font-size: 18px;
  }
}

.point-of-view .entry-title {
  font-size: 21px;
}

.point-of-view .entry-title span {
  font-size: 18px;
}

.gutter-xs-15 {
  margin-right: -15px;
  margin-left: 0;
}

.gutter-xs-15>[class^='col-'],
.gutter-xs-15>[class*=' col-'] {
  padding-right: 15px;
  padding-left: 0;
}

@media (min-width: screen-sm-min) {
  .gutter-xs-15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .gutter-xs-15>[class^='col-'],
  .gutter-xs-15>[class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.post-type-archive-comic #main>.entry-header {
  margin-bottom: 0;
}

.post-type-archive-comic a.box {
  display: block;
  margin: 0 -15px;
  padding: 15px 15px 0;
}

.post-type-archive-comic .post-thumb {
  margin-bottom: 15px;
  border-radius: 4px;
}

.post-type-archive-comic .post-thumb img {
  border-radius: 4px;
}

.post-type-archive-comic .entry-title {
  margin: 4px 0 0;
  color: #404040;
  font-size: 18px;
}

.post-type-archive-comic .entry-meta {
  margin-bottom: 9px;
}

.post-type-archive-comic .box.bottom {
  clear: both;
}


@media (min-width: 768px) {
  .post-type-archive-comic #main>.entry-header {
    margin-bottom: 30px;
  }

  .post-type-archive-comic .gutter-xs-15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .post-type-archive-comic .gutter-xs-15>[class^='col-'],
  .post-type-archive-comic .gutter-xs-15>[class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .post-type-archive-comic a.box {
    margin: 0 0 30px 0;
  }

  .post-type-archive-comic a.box,
  .post-type-archive-comic a.box * {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .post-type-archive-comic a.box:hover,
  .post-type-archive-comic a.box:focus {
    background: #2196f3;
  }

  .post-type-archive-comic a.box:hover .label,
  .post-type-archive-comic a.box:focus .label {
    background: #217dbb;
  }

  .post-type-archive-comic a.box:hover .entry-title,
  .post-type-archive-comic a.box:focus .entry-title {
    color: #0e2c46;
  }

  .post-type-archive-comic a.box:hover .entry-meta,
  .post-type-archive-comic a.box:focus .entry-meta {
    color: #2774ab;
  }

  .post-type-archive-comic .post-thumb {
    margin: -15px -15px 15px;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .post-type-archive-comic .post-thumb img {
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .post-type-archive-comic .entry-title {
    min-height: 47px;
  }

  .post-type-archive-comic .box.bottom {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.single-comic .entry-content {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .single-comic .entry-content {
    padding-top: 0;
  }
}

.single-comic .box.bottom {
  margin-bottom: 29px;
  border-top: 1px solid #bdc3c7;
}

@media (min-width: 768px) {
  .single-comic .box.bottom {
    border: 0;
  }
}

#characters h4 {
  text-align: center;
}

#characters .post-thumb {
  margin-bottom: 0;
}

#characters .post-thumb a {
  border-radius: 0;
}

#characters .post-thumb a img {
  border-radius: 0;
}

.post-type-archive-movies #main>.entry-header,
.post-type-archive-job_introduction #main>.entry-header {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .post-type-archive-movies #main>.entry-header,
  .post-type-archive-job_introduction #main>.entry-header {
    margin-bottom: 30px;
  }
}

.post-type-archive-movies article:before,
.post-type-archive-movies article:after,
.post-type-archive-job_introduction article:before,
.post-type-archive-job_introduction article:after {
  content: " ";
  display: table;
}

.post-type-archive-movies article:after,
.post-type-archive-job_introduction article:after {
  clear: both;
}

.post-type-archive-movies article>.box,
.post-type-archive-job_introduction article>.box {
  margin: 0;
  padding-bottom: 20px;
  border: 0 !important;
}

@media (min-width: 768px) {

  .post-type-archive-movies article>.box,
  .post-type-archive-job_introduction article>.box {
    margin-bottom: 30px;
    padding: 0 20px 20px;
  }
}

.post-type-archive-movies .embed-responsive,
.post-type-archive-job_introduction .embed-responsive {
  margin: 0 -15px 15px;
}

@media (min-width: 768px) {

  .post-type-archive-movies .embed-responsive,
  .post-type-archive-job_introduction .embed-responsive {
    margin: 0 -20px 15px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
}

.post-type-archive-movies .entry-title,
.post-type-archive-job_introduction .entry-title {
  margin: 4px 0 0;
  color: #404040;
  font-size: 18px;
}

.post-type-archive-movies .box.bottom,
.post-type-archive-job_introduction .box.bottom {
  margin-bottom: 0;
  border-top: 1px solid #bdc3c7;
}

@media (min-width: 768px) {

  .post-type-archive-movies .box.bottom,
  .post-type-archive-job_introduction .box.bottom {
    margin: 0 15px 30px;
    border: 0;
  }
}

.post-type-archive-job_introduction article>.box {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .post-type-archive-job_introduction article>.box {
    margin-bottom: 30px;
    padding: 0 20px 10px;
  }
}

.single-job_introduction .embed-responsive {
  margin: 24px 0 30px;
}

.dl-horizontal.bordered {
  border-bottom: 1px solid #bdc3c7;
  font-size: 18px;
  margin-top: 20px;
}

.dl-horizontal.bordered dt {
  padding-top: 5px;
  color: #95a5a6;
  border-top: 1px solid #bdc3c7;
  text-align: left;
}

@media (min-width: 768px) {
  .dl-horizontal.bordered dt {
    width: 180px;
  }
}

.dl-horizontal.bordered dd {
  padding: 0 0 5px;
}

@media (min-width: 768px) {
  .dl-horizontal.bordered dd {
    padding: 5px 0;
    border-top: 1px solid #bdc3c7;
  }
}

.dl-horizontal.bordered dd small {
  color: #bdc3c7;
}

.profile .entry-content img {
  display: block;
  /* width: 190px; */
  margin: 0 auto 34px;
}

.logo_img img {
  width: 190px;
}

.insertion-fee {
  margin-bottom: 20px;
}

.insertion-fee .text-muted {
  text-align: center;
}

@media (min-width: 768px) {

  .insertion-fee p,
  .insertion-fee h4 {
    text-align: center;
  }
}

.car-insurance .page-header {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .car-insurance .page-header {
    margin-bottom: 30px;
  }
}

.car-insurance .box {
  margin-bottom: 0;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .car-insurance .box {
    margin-bottom: 60px;
    padding-bottom: 45px;
  }
}

.car-insurance h2 {
  margin: 0 -15px 30px;
}

@media (min-width: 768px) {
  .car-insurance h2 {
    margin: -39px -30px 30px;
  }
}

@media (min-width: 768px) {
  .car-insurance h2 {
    margin: -39px -30px 30px;
  }
}

@media (min-width: 992px) {
  .car-insurance h2 {
    margin: -9px 0 30px;
  }

  .car-insurance h2 img {
    border-radius: 6px;
  }
}

/* pmark 20221012 */
.pmark-wrap {
  display: flex;
  align-items: center;
}

.pmark-img img {
  width: 100px;
}

.pmark-list {
  font-size: 12px;
}

/* pmark 20221012 */
.car-insurance .fa-ul {
  margin-bottom: 30px;
}

.car-insurance .fa-ul li {
  margin-bottom: 15px;
  font-size: 18px;
}

.car-insurance .fa-li {
  top: 3px;
  color: #3498db;
}

.car-insurance .bg-info {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 10px 5px 20px;
  color: #fff;
  border-radius: 2em;
}

.car-insurance .h3 {
  color: #434a52;
}

.car-insurance .list-inline {
  font-weight: 400;
}

@media (min-width: 992px) {
  .car-insurance .de-icon-circle {
    margin-bottom: 15px;
  }
}

.car-insurance .text-muted {
  margin-bottom: 30px;
}

.car-insurance .well {
  margin-bottom: 30px;
}

@media (min-width: 992px) {

  .car-insurance .modal-header,
  .car-insurance .modal-body {
    padding: 15px 30px;
  }

  .car-insurance .your-postal-code .wpcf7-not-valid-tip {
    white-space: nowrap;
  }
}

.car-insurance .wpcf7 .btn-link {
  padding-left: 0;
  padding-right: 0;
}

.car-insurance .modal-header .close {
  margin-top: -3px;
}

.car-insurance .modal-header .close span {
  font-size: 36px;
}

body.modal-open {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.modal {
  -webkit-overflow-scrolling: touch;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.lifeplaza-privacy {
  margin-bottom: 30px;
}

#lifeplaza-privacy dl {
  padding-bottom: 3px;
}

.trans-partners .entry-content .section,
.trans-partners .entry-content .btn-info {
  margin-bottom: 45px;
}

.parent-pageid-687 .entry-content .section,
.our-thought .entry-content .section {
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}

.parent-pageid-687 .entry-content .section.header p,
.our-thought .entry-content .section.header p {
  font-weight: 500;
  font-size: 18px;
}

.parent-pageid-687 .entry-content h3,
.our-thought .entry-content h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.parent-pageid-687 .entry-content p,
.our-thought .entry-content p {
  font-size: 16px;
  line-height: 1.9;
}

.parent-pageid-687 .entry-content dt,
.our-thought .entry-content dt {
  margin-bottom: 6px;
  font-size: 18px;
}

.parent-pageid-687 .entry-content dd,
.our-thought .entry-content dd {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.8;
}

@-webkit-keyframes bake-pie {
  from {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes bake-pie {
  from {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.pieID {
  display: inline-block;
  vertical-align: top;
}

.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0;
}

.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  -webkit-animation: bake-pie 1.5s;
  animation: bake-pie 1.5s;
}

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}

.legend {
  font-size: 14px;
}

.legend li {
  width: 150px;
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}

.legend em {
  font-weight: 500;
  font-style: normal;
  width: 60px;
  display: inline-block;
}

.legend span {
  display: inline-block;
  text-align: right;
  width: 40px;
}

#widget-area {
  margin-bottom: -30px;
}

@media (min-width: 768px) {
  #widget-area {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  #widget-area {
    margin-bottom: 60px;
  }
}

.widget {
  margin: 0 -15px 30px;
  padding: 15px 0 20px;
  border-radius: 0;
  background: #ecf0f1;
  box-shadow: none;
}

@media (min-width: 768px) {
  .widget {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
  }

  .widget a.media .media-inner {
    margin: 0 30px;
  }
}

@media (min-width: 992px) {
  .widget {
    padding-bottom: 15px;
  }

  .widget a.media .media-inner {
    margin: 0 20px;
  }
}

.widget h2 small {
  margin-right: 8px;
  color: #fff;
  font-size: 50%;
  font-weight: 500;
  vertical-align: middle;
}

.widget a.media {
  display: block;
  margin: 0;
  color: #434a52;
  text-decoration: none;
}

.widget a.media+a.media {
  margin-top: -1px;
}

.widget a.media .fa-chevron-right {
  color: #2196f3;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.widget a.media .pull-left {
  position: relative;
  display: block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 3px;
}

.widget a.media .pull-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  opacity: 1;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.widget a.media .pull-right {
  height: 64px;
  margin-left: 10px;
  padding-top: 21px;
}

.widget a.media .media-inner {
  margin: 0 15px;
  padding: 10px 0 5px;
  border-top: 1px solid #bdc3c7;
  border-bottom: 1px solid #bdc3c7;
}

.widget a.media p {
  margin-bottom: 4px;
  color: #bdc3c7;
  font-size: 14px;
  line-height: 1.4;
}

.widget a.media li.label {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}

#popular-posts h3,
#recent-posts h3 {
  margin: -1px 0 2px;
  font-size: 16px;
}

#popular-posts h3 .label,
#recent-posts h3 .label {
  padding: .2em .6em;
  font-size: 70%;
  vertical-align: 1px;
}

#popular-posts a.media,
#popular-posts a.media>*,
#recent-posts a.media,
#recent-posts a.media>* {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#popular-posts a.media:hover,
#popular-posts a.media:focus,
#recent-posts a.media:hover,
#recent-posts a.media:focus {
  position: relative;
  z-index: 1;
  background: #2196f3;
}

#popular-posts a.media:hover .media-inner,
#popular-posts a.media:focus .media-inner,
#recent-posts a.media:hover .media-inner,
#recent-posts a.media:focus .media-inner {
  border-color: #2196f3;
}

#popular-posts a.media:hover h3,
#popular-posts a.media:focus h3,
#recent-posts a.media:hover h3,
#recent-posts a.media:focus h3 {
  color: #0e2c46;
}

#popular-posts a.media:hover p,
#popular-posts a.media:hover i,
#popular-posts a.media:focus p,
#popular-posts a.media:focus i,
#recent-posts a.media:hover p,
#recent-posts a.media:hover i,
#recent-posts a.media:focus p,
#recent-posts a.media:focus i {
  color: #217dbb;
}

#popular-posts a.media:hover .label,
#popular-posts a.media:focus .label,
#recent-posts a.media:hover .label,
#recent-posts a.media:focus .label {
  background: #217dbb;
}

a.media.current {
  pointer-events: none;
}

a.media.current i {
  color: #2196f3;
}

#words-index,
#post-categories {
  padding-bottom: 15px;
}

#words-index ul,
#post-categories ul {
  margin: -5px 15px 0;
}

#words-index li,
#post-categories li {
  float: left;
  width: 20%;
  padding: 5px;
}

#words-index .abc,
#post-categories .abc {
  clear: both;
}

#words-index .btn,
#post-categories .btn {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {

  .archive #words-index li,
  .archive #post-categories li {
    width: 10%;
  }
}

#archive-posts {
  padding: 15px 20px 20px;
}

#post-categories li {
  float: left;
  width: auto;
  padding: 5px;
}

#post-categories .btn {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

#post-categories a .badge {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: #fff;
  border-radius: 9px;
  background: #95a5a6;
  font-weight: normal;
  line-height: 18px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#post-categories a:hover .badge,
#post-categories a:focus .badge {
  background: #617374;
}

@media (min-width: 768px) {
  #post-categories ul {
    margin: -5px 25px 8px;
  }
}

@media (min-width: 992px) {
  #post-categories ul {
    margin: -5px 15px 0;
  }
}

#post-categories li {
  padding: 5px 10px 5px 0;
}

@media (min-width: 768px) {
  #post-categories li {
    padding: 5px;
  }
}

#archive-posts {
  padding: 15px 15px 74px;
}

@media (min-width: 768px) {
  #archive-posts {
    padding: 15px 30px 30px;
  }
}

@media (min-width: 992px) {
  #archive-posts {
    padding: 15px 20px 20px;
  }
}

#popular-posts h3,
#recent-posts h3 {
  margin: -1px 0 2px;
  font-size: 16px;
}

#popular-posts h3 .label,
#recent-posts h3 .label {
  padding: .2em .6em;
  font-size: 70%;
  vertical-align: 1px;
}

#popular-posts a.media,
#popular-posts a.media>*,
#recent-posts a.media,
#recent-posts a.media>* {
  -webkit-transition: all .2s;
  transition: all .2s;
}

#popular-posts a.media:hover,
#popular-posts a.media:focus,
#recent-posts a.media:hover,
#recent-posts a.media:focus {
  position: relative;
  z-index: 1;
  background: #2196f3;
}

#popular-posts a.media:hover .media-inner,
#popular-posts a.media:focus .media-inner,
#recent-posts a.media:hover .media-inner,
#recent-posts a.media:focus .media-inner {
  border-color: #2196f3;
}

#popular-posts a.media:hover h3,
#popular-posts a.media:focus h3,
#recent-posts a.media:hover h3,
#recent-posts a.media:focus h3 {
  color: #0e2c46;
}

#popular-posts a.media:hover p,
#popular-posts a.media:hover i,
#popular-posts a.media:focus p,
#popular-posts a.media:focus i,
#recent-posts a.media:hover p,
#recent-posts a.media:hover i,
#recent-posts a.media:focus p,
#recent-posts a.media:focus i {
  color: #217dbb;
}

#popular-posts a.media:hover .label,
#popular-posts a.media:focus .label,
#recent-posts a.media:hover .label,
#recent-posts a.media:focus .label {
  background: #217dbb;
}

a.media.current {
  pointer-events: none;
}

a.media.current i {
  color: #2196f3;
}

#archive-posts {
  padding: 15px 20px 20px;
}

.archive.date #post-categories li,
.archive.author #post-categories li,
.archive.category #post-categories li,
#post-categories li {
  float: left;
  width: auto;
  padding: 5px;
}

.archive.date #post-categories .btn,
.archive.author #post-categories .btn,
.archive.category #post-categories .btn,
#post-categories .btn {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.archive.date #post-categories a .badge,
.archive.author #post-categories a .badge,
.archive.category #post-categories a .badge,
#post-categories a .badge {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: #fff;
  border-radius: 9px;
  background: #798d8f;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.archive.date #post-categories a:hover .badge,
.archive.date #post-categories a:focus .badge,
.archive.author #post-categories a:hover .badge,
.archive.author #post-categories a:focus .badge,
.archive.category #post-categories a:hover .badge,
.archive.category #post-categories a:focus .badge,
#post-categories a:hover .badge,
#post-categories a:focus .badge {
  background: #617374;
}

.blog .widget,
.archive .widget,
.single-post .widget {
  margin: 0 -15px;
  border-radius: 0;
  background: #ecf0f1;
  box-shadow: none;
}

.blog .widget a.media .media-inner,
.archive .widget a.media .media-inner,
.single-post .widget a.media .media-inner {
  margin: 0 15px;
}

@media (min-width: 768px) {

  .blog .widget,
  .archive .widget,
  .single-post .widget {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
  }

  .blog .widget a.media .media-inner,
  .archive .widget a.media .media-inner,
  .single-post .widget a.media .media-inner {
    margin: 0 30px;
  }
}

@media (min-width: 992px) {

  .blog .widget,
  .archive .widget,
  .single-post .widget {
    padding-bottom: 15px;
  }

  .blog .widget a.media .media-inner,
  .archive .widget a.media .media-inner,
  .single-post .widget a.media .media-inner {
    margin: 0 20px;
  }
}

@media (min-width: 768px) {

  .blog #post-categories ul,
  .archive #post-categories ul,
  .single-post #post-categories ul {
    margin: -5px 25px 8px;
  }
}

@media (min-width: 992px) {

  .blog #post-categories ul,
  .archive #post-categories ul,
  .single-post #post-categories ul {
    margin: -5px 15px 0;
  }
}

.blog #post-categories li,
.archive #post-categories li,
.single-post #post-categories li {
  padding: 5px 10px 5px 0;
}

@media (min-width: 768px) {

  .blog #post-categories li,
  .archive #post-categories li,
  .single-post #post-categories li {
    padding: 5px;
  }
}

#archive-posts {
  padding: 15px 15px 74px;
}

@media (min-width: 768px) {
  #archive-posts {
    padding: 15px 30px 30px;
  }
}

@media (min-width: 992px) {
  #archive-posts {
    padding: 15px 20px 20px;
  }
}

.widget-title {
  margin: 0 20px 15px;
  color: #95a5a6;
  text-align: center;
}

#m-report-info {
  padding: 2px 0 42px;
  color: #fff;
  background: #222529;
  text-align: center;
}

@media (min-width: 768px) {
  #m-report-info {
    margin-top: 60px;
    padding-bottom: 12px;
  }
}

#m-report-info h2 {
  line-height: 1;
}

#m-report-info h2 small {
  display: inline-block;
  color: #fff;
  color: #5c646f;
  font-size: 14px;
}

#m-report-info ul span {
  color: #5c646f;
}

#m-report-info h3 {
  display: inline-block;
  padding: 5px 15px;
  color: #222529;
  border-radius: 2em;
  background: #fff;
}

#profile {
  padding: 15px 15px 20px;
}

@media (min-width: 992px) {
  #profile {
    padding: 15px 20px 20px;
  }
}

#profile figcaption small {
  color: #434a52;
}

#profile dl i {
  color: #1abc9c, 25;
}

.point-of-view #profile,
.post-type-archive-president_image #profile,
.post-type-archive-clothoid #profile {
  color: #fff;
  background: #222529;
  padding-bottom: 50px;
}

@media (min-width: 768px) {

  .point-of-view #profile,
  .post-type-archive-president_image #profile,
  .post-type-archive-clothoid #profile {
    padding-bottom: 20px;
  }
}

.point-of-view #profile .widget-title,
.point-of-view #profile .text-muted,
.post-type-archive-president_image #profile .widget-title,
.post-type-archive-president_image #profile .text-muted,
.post-type-archive-clothoid #profile .widget-title,
.post-type-archive-clothoid #profile .text-muted {
  color: #5c646f;
}

.point-of-view #profile figcaption small,
.post-type-archive-president_image #profile figcaption small,
.post-type-archive-clothoid #profile figcaption small {
  color: #fff;
}

#point-of-veiw-bannar {
  padding-left: 15px;
  padding-right: 15px;
}

#point-of-veiw-bannar a {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #point-of-veiw-bannar {
    padding-left: 25px;
    padding-right: 25px;
  }

  #point-of-veiw-bannar a {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  #point-of-veiw-bannar {
    padding-left: 20px;
    padding-right: 20px;
  }

  #point-of-veiw-bannar a {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  #profile:not(.widget) {
    margin-bottom: 0;
  }
}

.bg-light {
  background: #fff;
}

.page-template-page-no-box .page-header {
  margin-bottom: 0;
}

.page-template-page-no-box .page {
  background: #ecf0f1 !important;
}

@media (min-width: 768px) {
  .page-template-page-no-box .de-page-header {
    margin: 0;
    padding: 52px 0;
  }

  .min-header>.de-page-header {
    padding: 30px 0;
  }
}

.page-template-page-no-box section {
  padding: 26px 0 30px;
}

.page-template-page-no-box section.header {
  padding-bottom: 36px;
}

.page-template-page-no-box section.header h2 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .page-template-page-no-box section.header h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .page-template-page-no-box section.header h2 {
    font-size: 28px;
  }
}

.page-template-page-no-box section.header h2+p {
  margin-bottom: 22px;
  line-height: 1;
  text-align: center;
}

.page-template-page-no-box section.header h2+p strong {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 6px 5px 5px;
  color: #fff;
  border-radius: 3em;
  background: #1abc9c;
  font-size: 18px;
  text-align: center;
}

@media (min-width: 768px) {
  .page-template-page-no-box section.header h2+p strong {
    width: 160px;
  }
}

.page-template-page-no-box section.header h2+p span {
  display: block;
  margin: 5px 0;
}

@media (min-width: 768px) {
  .page-template-page-no-box section.header h2+p span {
    display: inline-block;
    margin: 0 15px;
  }
}

.page-template-page-no-box section.header p {
  font-size: 18px;
}

@media (min-width: 768px) {
  .page-template-page-no-box section.header p {
    text-align: center;
  }
}

.page-template-page-no-box section h2 {
  margin: 0 0 24px;
  /* font-size: 21px; */
}


.page-template-page-no-box section p {
  margin-bottom: 15px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .vam {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}

.job-on-internet {
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .job-on-internet {
    padding-bottom: 37px !important;
  }
}

.job-on-internet .col-md-5 {
  overflow: hidden;
  margin-top: 22px;
}

@media (min-width: 992px) {
  .job-on-internet .col-md-5 {
    height: 510px;
  }
}

@media (min-width: 992px) {
  .job-on-internet .col-md-5 {
    overflow: visible;
    height: 200px;
    margin-top: 3px;
  }
}

.easy-to-find {
  position: relative;
  z-index: 100;
  padding-bottom: 0 !important;
}

.easy-to-find .col-md-4 {
  height: 827px;
  margin-top: 3px;
}

@media (min-width: 1200px) {
  .easy-to-find .col-md-4 {
    height: 896px;
  }
}

.easy-to-find .wp-image-800 {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.easy-to-find .col-md-10 img {
  margin-bottom: 30px;
}

.easy-to-find .well-sm {
  position: relative;
  margin-bottom: 30px;
  padding: 9px 18px;
  background: #e1f0fa;
}

.easy-to-find .well-sm:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -10px;
  margin-left: -10px;
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #d5e3ee;
  content: '';
  pointer-events: none;
}

.easy-to-find .well-sm p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .easy-to-find .well-sm.first:after {
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    border-right-color: #e1f0fa;
    border-bottom-color: transparent;
  }
}

.easy-to-find .col-xs-offset-2 {
  margin-bottom: 30px;
}

.insertion-fees {
  position: relative;
  z-index: 100;
  text-align: center;
}

.insertion-fees ul {
  text-align: left;
}

@media (min-width: 768px) {
  .insertion-fees ul {
    text-align: center;
  }
}

.insertion-fees h2 {
  margin-bottom: 16px !important;
}

.insertion-fees .text-primary {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .insertion-fees .text-primary {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  .insertion-fees .row.no-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }

  .insertion-fees .row.no-gutters>[class^='col-'],
  .insertion-fees .row.no-gutters>[class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .insertion-fees .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .insertion-fees .row.no-gutters>[class^='col-'],
  .insertion-fees .row.no-gutters>[class*=' col-'] {
    padding-right: 0;
    padding-left: 0;
  }
}

.insertion-fees .box {
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
}

.insertion-fees .insertion-fee-heading {
  padding: 8px 0 9px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.insertion-fees .insertion-fee-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
}

.insertion-fees .insertion-fee-heading h3 span {
  font-weight: 400;
}

.insertion-fees .insertion-fee-heading p {
  margin-bottom: 0;
}

.insertion-fees .insertion-fee-body {
  padding: 21px 0 22px;
}

@media (min-width: 768px) {
  .insertion-fees .insertion-fee-body {
    display: table;
    width: 100%;
    height: 144px;
  }
}

.insertion-fees .insertion-fee-body p {
  margin: 0;
  line-height: 1;
}

.insertion-fees .insertion-fee-body p span {
  font-size: 72px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .insertion-fee-1 {
    position: relative;
    z-index: 300;
  }
}

.insertion-fee-1 .insertion-fee-heading {
  background: #217dbb;
}

.insertion-fee-1 .insertion-fee-heading p {
  color: #16527a;
}

.insertion-fee-1 .fee-recommend {
  position: absolute;
  z-index: 301 !important;
  bottom: 26px;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -70px;
  color: #fff;
  border-radius: 50%;
  background: #b6daf2;
  font-size: 12px;
  line-height: 60px;
}

@media (min-width: 768px) {
  .insertion-fee-1 .fee-recommend {
    bottom: 41px;
  }
}

@media (min-width: 992px) {
  .insertion-fee-1 .fee-recommend {
    bottom: 90px;
    margin-left: -70px;
  }
}

.insertion-fee-1 .insertion-fee-body p {
  position: relative;
  z-index: 302;
}

@media (min-width: 992px) {
  .insertion-fee-1 .insertion-fee-body {
    height: 216px;
  }

  .insertion-fee-1 .insertion-fee-body p span {
    font-size: 108px;
  }
}

@media (min-width: 992px) {
  .insertion-fee-2 {
    position: relative;
    z-index: 200;
    margin-top: 18px;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
  }
}

.insertion-fee-2 .insertion-fee-heading {
  background: #3498db;
}

@media (min-width: 992px) {
  .insertion-fee-2 .insertion-fee-heading {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}

.insertion-fee-2 .insertion-fee-heading p {
  color: #1d6fa5;
}

@media (min-width: 992px) {
  .insertion-fee-2 .insertion-fee-body {
    height: 180px;
  }

  .insertion-fee-2 .insertion-fee-body p span {
    font-size: 90px;
  }
}

@media (min-width: 992px) {
  .insertion-fee-3 {
    position: relative;
    z-index: 100;
    margin-top: 36px;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
  }
}

.insertion-fee-3 .insertion-fee-heading {
  background: #5faee3;
}

@media (min-width: 992px) {
  .insertion-fee-3 .insertion-fee-heading {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}

.insertion-fee-3 .insertion-fee-heading p {
  color: #258cd1;
}

@media (min-width: 992px) {
  .insertion-fee-4 {
    margin-top: 36px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 0 !important;
  }
}

.insertion-fee-4 .insertion-fee-heading {
  background: #8bc4ea;
}

@media (min-width: 992px) {
  .insertion-fee-4 .insertion-fee-heading {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}

.insertion-fee-4 .insertion-fee-heading p {
  color: #4aa3de;
}

.insertion-fee-4 .insertion-fee-body {
  padding: 28px 0 23px;
}

.insertion-fee-4 .insertion-fee-body p span {
  font-size: 24px;
}

.flow-of-published ol {
  font-size: 18px;
}

.flow-of-published .box {
  display: table;
  width: 100%;
  padding: 8px 15px;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
}

.flow-of-published .box img {
  margin: 8px 15px 8px 0;
}

.flow-of-published .box span {
  display: table-cell;
  vertical-align: middle;
}

.flow-of-published .box:not(:last-child):before {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  color: #3498db;
  line-height: 30px;
  content: '\f078';
  text-align: center;
}

.customers-voice .well {
  margin-bottom: 30px;
  padding-top: 16px;
  padding-bottom: 12px;
  background: #e1f0fa;
}

.customers-voice .well h3 {
  margin: 0 0 15px;
  padding-bottom: 12px;
  color: #434a52;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  font-size: 21px;
}

.other-features {
  position: relative;
  z-index: 200;
  color: #fff;
  background: #434a52;
}

@media (min-width: 992px) {
  .other-features {
    padding-bottom: 0 !important;
  }
}

.other-features h3 {
  display: inline-block;
  width: 60%;
  margin: 0 0 23px;
  padding: 6px 5px 5px;
  color: #434a52;
  border-radius: 3em;
  background: #fff;
  font-size: 18px;
  text-align: center;
}

.other-features img {
  margin-top: 22px;
  margin-bottom: 30px;
  border-radius: 6px;
}

@media (min-width: 992px) {
  .other-features img {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

#application-form h2 {
  margin-bottom: 16px !important;
}

#application-form .tel {
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 768px) {
  #application-form p {
    text-align: center;
  }
}

.contact section+div {
  margin-bottom: 35px;
}

.application-form-link {
  position: relative;
  z-index: 100;
  padding: 20px 0;
  background: #3498db;
}

.application-form-link .btn-ghost {
  padding: 6px 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3em;
}

.application-form-link .btn-ghost:hover,
.application-form-link .btn-ghost:focus {
  color: #3498db;
  background: #fff;
  box-shadow: none;
}

/*# sourceMappingURL=style.css.map */
.contents_overflow {
  overflow: hidden;
}

.img_right {
  width: 33%;
  float: right;
  margin: 0 1% 1% 2%;
}

.img_left {
  width: 33%;
  float: left;
  margin: 0 2% 1% 1%;
}

.contents_img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 6px;
  box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
}

.contents_bottom {
  overflow: hidden;
  border: solid 2px #CCC;
  background-color: #EEE;
  padding: 20px;
  margin: 60px 0px 20px;
}

.em_style {
  font-style: normal;
  font-weight: normal;
}

.strong_style {
  font-style: normal;
  font-weight: normal;
}

.contents_text {
  overflow: hidden;
}

@media (min-width: 768px) {
  .staff .page-header {
    margin-bottom: 30px;
  }
}

.person {
  margin: 0 -15px;
  padding: 30px 15px 14px;
  border-top: 130px solid red;
  min-height: calc(100% - 30px);
}

@media (min-width: 768px) {
  .person {
    margin: 0 0 30px;
  }
}

.person img {
  display: block;
  width: 200px;
  height: 200px;
  margin: -130px auto 30px;
}

.person h4 {
  margin: 0;
  padding-bottom: 4px;
  color: #95a5a6;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.person dl {
  margin-top: -1px;
  margin-bottom: 26px;
  border-bottom: 1px solid #eee;
}

.person dt {
  float: left;
  width: 120px;
  border-top: 1px solid #eee;
  font-weight: normal;
}

.person dd {
  margin-left: 120px;
  border-top: 1px solid #eee;
  font-weight: 500;
}

.person p {
  margin-bottom: 19px;
  line-height: 1.7;
}

.id-sk {
  border-color: #ff5722;
}

.id-cc {
  border-color: #e91e63;
}

.id-am {
  border-color: #ffc107;
}

.id-sh {
  border-color: #03a9f4;
}

.id-ks {
  border-color: #673ab7;
}

.id-fk {
  border-color: #3f51b5;
}

.id-iw {
  border-color: #009688;
}

.interview {
  padding-top: 40px;
  padding-bottom: 0 !important;
}

.interview h2 {
  font-size: 24px !important;
}

.interview h2 small {
  color: #333333;
  font-size: 18px;
}

.interview .lead {
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .interview .lead {
    text-align: center;
  }
}

.interview figure {
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.interview figure span {
  font-size: 86%;
}

.interview figure small {
  font-weight: normal;
}

.interview img {
  width: 50%;
  height: auto;
  margin: 0 auto 8px;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .interview img {
    width: 294px;
  }
}

@media (min-width: 1200px) {
  .interview img {
    width: 358px;
  }
}

.interview .btn-primary {
  margin-bottom: 45px;
}

.interview dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #1a33e6;
  border-bottom: 1px solid #d2d7fa;
  font-weight: 500;
}

.interview dd {
  margin-bottom: 32px;
  line-height: 1.7;
}

.interview .well {
  margin-bottom: 45px;
  background: #e1f0fa;
  font-weight: 500;
  font-size: 18px;
}

.interview h3 {
  font-size: 19px;
}

.interview aside {
  margin: 0 -15px;
  background: #ecf0f1;
}

.interview li {
  padding: 0 15px;
}

.interview li a {
  display: block;
  color: #333333;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #bdc3c7;
}

.interview li a span {
  display: block;
  color: #bdc3c7;
  font-size: 14px;
  font-weight: normal;
}

@media (min-width: 992px) {
  .interview li a span {
    display: inline;
  }
}

.interview li a:hover,
.interview li a:focus {
  background: #3498db;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
  border-bottom: 1px solid #3498db;
}

.interview li a:hover span,
.interview li a:focus span {
  color: #217dbb;
}

.post-type-archive-companies_interview article>.box,
.recent-interview article>.box {
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: none !important;
}

.post-type-archive-companies_interview article>.box>a,
.recent-interview article>.box>a {
  outline: 0;
}

@media (min-width: 768px) {

  .post-type-archive-companies_interview article>.box,
  .recent-interview article>.box {
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 0;
  }
}

@media (min-width: 992px) {

  .post-type-archive-companies_interview article>.box,
  .recent-interview article>.box {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {

  .post-type-archive-companies_interview article>.box,
  .recent-interview article>.box {
    padding: 0 30px;
  }
}

.post-type-archive-companies_interview .page-header,
.recent-interview .page-header {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .post-type-archive-companies_interview .page-header,
  .recent-interview .page-header {
    margin-bottom: 30px;
  }
}

.post-type-archive-companies_interview article .post-thumb,
.recent-interview article .post-thumb {
  margin: 0 -15px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media (min-width: 768px) {

  .post-type-archive-companies_interview article .post-thumb,
  .recent-interview article .post-thumb {
    margin: 0 -30px !important;
  }
}

@media (min-width: 992px) {

  .post-type-archive-companies_interview article .post-thumb,
  .recent-interview article .post-thumb {
    margin: 0 -20px !important;
  }
}

@media (min-width: 1200px) {

  .post-type-archive-companies_interview article .post-thumb,
  .recent-interview article .post-thumb {
    margin: 0 -30px !important;
  }
}

.post-type-archive-companies_interview .img-circle,
.recent-interview .img-circle {
  position: relative;
  z-index: 5;
  width: 50%;
  margin: 0 auto;
  margin-top: -25%;
}

@media (min-width: 992px) {

  .post-type-archive-companies_interview .img-circle,
  .recent-interview .img-circle {
    margin-bottom: 30px;
  }
}

.post-type-archive-companies_interview .entry-title a,
.post-type-archive-companies_interview .entry-title a *,
.recent-interview .entry-title a,
.recent-interview .entry-title a * {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post-type-archive-companies_interview .entry-title a small,
.recent-interview .entry-title a small {
  color: #333333;
  font-size: 18px;
}

.post-type-archive-companies_interview .entry-title a:hover small,
.post-type-archive-companies_interview .entry-title a:focus small,
.recent-interview .entry-title a:hover small,
.recent-interview .entry-title a:focus small {
  color: #2196f3;
}

@media (min-width: 768px) {
  .single-companies_interview #primary {
    margin-bottom: -30px;
  }
}

.single-companies_interview .entry-header,
.single-companies_interview .entry-content {
  margin-bottom: 0 !important;
}

.single-companies_interview .de-page-header {
  margin: 0;
  padding: 52px 0;
}

.single-companies_interview .de-breadcrumb .container,
.single-companies_interview .entry-content .container {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

@media (min-width: 768px) {
  .single-companies_interview .widget {
    margin-bottom: 60px;
  }
}

.single-companies_interview .widget h3 {
  margin: -1px 0 2px;
  color: #434a52;
  font-size: 16px;
  text-align: left;
}

@media (min-width: 768px) {
  .single-companies_interview .widget {
    margin-right: 0;
    margin-left: 0;
    background: #fff;
  }
}

.column .page-header,
.column .entry-content {
  margin-bottom: 0;
}

.column .box.entry-content {
  padding: 0;
}

a.column-link {
  display: block;
  margin: 0 -15px;
  padding: 15px;
  text-decoration: none;
}

a.column-link p {
  color: #ccc;
}

a.column-link p small {
  font-size: 70%;
}

@media (min-width: 768px) {
  a.column-link {
    margin: 0;
    padding: 15px 30px;
  }
}

a.column-link,
a.column-link * {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.column-link:not(:first-child) {
  border-top: 1px solid #bdc3c7;
}

a.column-link .post-thumb {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  a.column-link .post-thumb {
    margin-bottom: 0;
  }
}

a.column-link .post-thumb img {
  border-radius: 2px;
}

a.column-link h3 {
  margin: 0px;
  font-size: 18px;
  color: #333333;
  text-align: left;
}

@media (min-width: 768px) {
  a.column-link h3 {
    font-size: 20px;
  }
}

a.column-link:hover,
a.column-link:focus {
  background: red;
}

.recent-interview {
  margin: 0;
}

.recent-interview h3 {
  margin-bottom: 23px !important;
}

.recent-interview article {
  margin: 0 -15px 19px;
}

@media (min-width: 768px) {
  .recent-interview article {
    margin: 0;
  }
}

.recent-interview article .box {
  padding: 0 15px 15px;
  border-radius: 6px !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
}

.recent-interview article .post-thumb {
  margin: 0 -15px !important;
}

.recent-interview article .entry-meta {
  color: #bdc3c7;
  font-size: 14px;
}

.recent-interview article .more-link {
  margin-top: 10px;
  display: block;
  text-align: center;
}

.recent-interview article .more-link .btn {
  width: 50%;
}

.recent-interview .img-circle {
  margin-bottom: 30px;
}

.recent-interview .entry-title {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: left;
}

.recent-interview .entry-title a {
  color: #333333;
  text-decoration: none;
}

.recent-interview .entry-title a:hover,
.recent-interview .entry-title a:focus {
  color: #2196f3 !important;
}

.recent-interview .entry-meta {
  margin-bottom: 7px;
}

.parent-pageid-687.page-template-page-narrow article .box {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .parent-pageid-687.page-template-page-narrow article .box {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}

.parent-pageid-687.page-template-page-narrow article .page-header {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .parent-pageid-687.page-template-page-narrow article .page-header {
    margin-bottom: 30px;
  }
}

.parent-pageid-687.page-template-page-narrow article h2 {
  margin: 0 0 16px;
  font-size: 24px;
}

.parent-pageid-687.page-template-page-narrow .post-thumb {
  margin-bottom: 24px;
}

.parent-pageid-687.page-template-page-narrow .entry-content .section.header {
  margin-bottom: 26px;
}

.parent-pageid-687.page-template-page-narrow .entry-content .section.header p {
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: normal;
}

.parent-pageid-687.page-template-page-narrow .entry-content h3 {
  text-align: left;
  color: #434a52;
  font-size: 20px;
  margin-bottom: 10px;
}

.parent-pageid-687.page-template-page-narrow .entry-content dl {
  margin-bottom: 22px;
}

.parent-pageid-687.page-template-page-narrow .entry-content dt {
  background: #c5cacf;
  font-size: 16px;
  padding: 0 7px;
}

.parent-pageid-687.page-template-page-narrow .entry-content h4 {
  font-size: 18px;
}

.parent-pageid-687.page-template-page-narrow .entry-content .section p {
  padding-bottom: 9px;
}

.parent-pageid-687.page-template-page-narrow .entry-content .section:last-child {
  border-bottom: 0;
}

.column .page-header {
  margin-bottom: 0
}

.column .box.entry-content {
  padding: 0 0 3px
}

a.column-link {
  display: block;
  margin: 0 -15px;
  padding: 15px;
  text-decoration: none
}

a.column-link,
a.column-link * {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

a.column-link:not(:first-child) {
  border-top: 1px solid #bdc3c7
}

a.column-link .post-thumb {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px
}

a.column-link .post-thumb img {
  border-radius: 2px
}

a.column-link h3 {
  margin: 0px;
  color: #333;
  font-size: 16px;
  text-align: left
}

a.column-link:hover,
a.column-link:focus {
  background: #3498db
}

@media (min-width:768px) {
  .column .page-header {
    margin-bottom: 30px
  }

  .column .box.entry-content {
    margin-bottom: 30px;
    padding: 5px 20px
  }

  a.column-link {
    margin: 0;
    padding: 15px 0
  }

  a.column-link h3 {
    font-size: 20px
  }

  a.column-link:hover,
  a.column-link:focus {
    background: transparent
  }

  a.column-link:hover h3,
  a.column-link:focus h3 {
    color: #3498db
  }
}

@media (min-width: 992px) {
  .column .box.entry-content {
    margin-bottom: 60px;
    padding: 15px 30px
  }

  a.column-link .post-thumb {
    margin-bottom: 0
  }
}

dl.separation dd,
.boss img {
  margin-bottom: 30px;
}

.banner_box {
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

#footer-prefecture {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 20px 0;
}

#footer-prefecture dl {
  margin: 0px 0px 15px 10px;
  padding: 0px;
  list-style: none;
  text-align: left;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

#footer-prefecture dt {
  margin-bottom: 5px;
}

#footer-prefecture dd {
  font-weight: normal;
  font-size: 12px;
}

#footer-prefecture dl a {
  color: #fff;
}

#footer-prefecture dd:before {
  content: "\f138";
  font-family: FontAwesome;
  padding-right: 1em;
}

#footer-prefecture h3 {
  font-size: 16px;
  margin-top: 0;
}

#footer-prefecture h3:before {
  content: '\f002';
  font-family: FontAwesome;
  padding-right: 10px;
}

.colophon p {
  text-align: center;
  font-size: 12px;
}

.ghostBtn {
  border: 1px solid #fff;
  border-radius: 4px;
}

.ghostBtn a:before {
  content: '\f138';
  font-family: FontAwesome;
  padding-right: 10px;
}

.ghostBtn a {
  display: block;
  color: #fff;
  padding: 10px;
}

.ghostBtn a:hover {
  background: rgba(255, 255, 255, .3);
  text-decoration: none;
}

/* ジラフ検証追加分20181002コラムページキツイきつくない求人詳細部分 */

.recomend_wrapper_20181002 {
  height: auto;
  width: 100%;
  margin: 5% auto;
  font-size: 16px;

}

@media (min-width: 768px) {
  .recomend_wrapper_20181002 {
    height: auto;
    width: 100%;
    margin: 5% auto;
    font-size: 16px
  }
}

.recomend_title_20181002 {
  padding: 5px auto;
  font-size: 5em;
}

.red_20181002 {
  color: red;
  font-weight: 500;
  font-size: 1em;
  padding: 0 0 5px 5px;
}

.bold_20181002 {
  color: rgb(23, 44, 167);
  font-weight: 500;
  font-size: 1em;
}


@media (min-width: 768px) {
  .recomend_container_20181002 {
    display: flex;
    justify-content: space-between;
  }
}


.recomend_box_20181002 {
  width: 90%;
  height: auto;
  padding: 1%;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0px auto 3px;
  background-color: white;
}

@media (min-width: 768px) {
  .recomend_box_20181002 {
    width: 30%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-bottom: 5px;
  }
}

.recomend_box_pic_20181002 {
  float: left;
  width: 50%;
  height: auto;
  margin: 5px 0 0 10px;
}

@media (min-width: 768px) {
  .recomend_box_pic_20181002 {
    float: left;
    width: 50%;
    height: auto;
    margin: 0px 0 5px 0px;
  }
}

.recomend_box_pic_20181002 img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  float: left;
}

.recomend_box_text_20181002 {
  float: left;
  width: 40%;
  height: auto;
  margin: 5px 0 0 15px;
  font-size: 0.85em;
}

@media (min-width: 768px) {
  .recomend_box_text_20181002 {
    float: left;
    width: 47%;
    height: auto;
    font-size: 1px;
    margin: 0 0 0 6px;
  }
}

.recomend_box_type_20181002 {
  clear: both;
  line-height: 0;
  margin: 5px 0 0px 2px;
}

@media (min-width: 768px) {
  .recomend_box_type_20181002 {
    clear: both;
  }
}

.recomend_box_type_20181002 img {
  width: auto;
  height: 20px;
}

@media (min-width: 768px) {
  .recomend_box_type_20181002 img {
    width: auto;
    height: 15px;
    font-size: 0;
  }
}

.recomend_box_type_20181002 a {
  margin: 0;
  padding: 0;
}

.recomend_box_type_20181002 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80)”;
}

.recomend_box_pic_20181002 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80)”;
}

/* 2019/1/18 ジラフ担当下田平ここから */

.recomend_wrapper_20190120 {
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.recomend_wrapper_20190120 img {
  float: right;
  width: 20%;
  display: inline;

}

.recomend_wrapper_20190120 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80)”;
}

@media (max-width: 768px) {
  .recomend_wrapper_20190120 {
    position: fixed;
    bottom: 16px;
    right: 16px;
  }

  .recomend_wrapper_20190120 img {
    float: right;
    width: 40%;
    display: inline;
  }

  .ccc {
    display: none;
  }

}


/* 2019/1/18 ジラフ担当下田平ここまで */


/*  ココまで*/

/*2020/09/10 dora suzuki追加 dora_content用（月刊しほみん他)*/
body.page-template-shihomin_content,
body.page-template-doralabo_hakase {
  background: #fff;
}

body.single-shihomin_content a.swipebox,
body.single-doralabo_hakase a.swipebox {
  pointer-events: none;
}

/*リボンの見出し */
.hedding_ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  margin-bottom: 50px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #acd879;
  color: #FFF;
  box-sizing: border-box;
}

.badge_shihomin {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}

.hedding_ribbon:before,
.hedding_ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.hedding_ribbon:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.hedding_ribbon:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.hedding_ribbon_wrap {
  margin-bottom: 50px;
}

/* new button */
body.page-template-shihomin_content .label-info {
  font-size: 12px;
  font-weight: normal;
  background: #ff8b83;
}

body.page-template-doralabo_hakase .label-info {
  font-size: 12px;
  font-weight: normal;
  background: #ffc107;
}

body.page-template-doralabo_hakase .label-info {
  font-size: 12px;
  font-weight: normal;
  background: #FFC107;
}

        /* パンくずリスト 配置調整
ol.list-unstyled li span {
  display: inline-block;
  margin: 10px 0;
}

a.post.post-shihomin_content-archive,
a.post.post-doralabo_hakase-archive  {
  margin: 0 5px;
  padding: 0px 5px;
}

a.post.post-shihomin_content-archive:before,
a.post.post-shihomin_content-archive:after,
a.post.post-doralabo_hakase-archive:before,
a.post.post-doralabo_hakase-archive:after {
    content: ">";
    padding: 0 5px;
}
 */

.img_photo {
  margin: 30px auto;
  text-align: center;
}

.img_photo img {
  width: 100%;
}

.headding_shihomin_01 {
  margin: 50px 0;
  font-size: 140%;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding: 0.2em 0.5em;
  background-color: #d2e7e4;
  box-shadow: 0px 0px 0px 5px #d2e7e4;
  border: 1px dashed #fff;
}

.headding_shihomin_01::before,
.headding_shihomin_01::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
}

.headding_shihomin_01::before {
  top: 43px;
  left: -6px;
  border-width: 0 15px 15px 0;
  border-right-color: #a8d4ff;
}

.hakase_comics {
  text-align: center;
}

.hakase_comics p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.img_comic_hakase {
  text-align: center;
  margin: 30px auto;
  padding: 10px;
}

.img_comic_hakase img {
  width: 100%;
  max-width: 390px;
}

article.shihomin_content .box,
article.doralabo_hakase .box {
  border: 1px solid #eee;
  border-radius: 6px;
  margin: 10px 0;
  padding: 15px;
}

article.shihomin_content .box h3,
article.doralabo_hakase .box h3 {
  font-size: 16px;
}

article.shihomin_content .box .entry-meta,
article.shihomin_content .box .entry-meta a,
article.doralabo_hakase .box .entry-meta,
article.doralabo_hakase .box .entry-meta a {
  font-size: 12px;
}

article.shihomin_content .box .entry-summary,
article.doralabo_hakase .box .entry-summary {
  font-size: 14px;
}

@media (min-width: 768px) {

  article.shihomin_content .box .post-thumb.full,
  article.doralabo_hakase .box .post-thumb.full {
    margin: -15px -15px 30px;
  }
}

@media (max-width: 768px) {
  .badge_shihomin {
    font-size: 18px;
  }

  .hedding_ribbon {
    margin-bottom: 10px;
  }

  .form-group .col-md-6 {
    width: 100%;
  }
}


/* オートコンプリートの装飾 */
  ul.ui-autocomplete {
    z-index: 1000 !important; /* 必要に応じて数値を大きくする */
    list-style: none;
    margin: 0;
    padding: 0em 0.5em 0em 0.5em;
    border: none;
    border-radius: 8px;
    cursor: default;
    background-color: #ffffff;
    width:300px;
    max-height:300px;
    overflow:auto;
    position: absolute !important;
  }

.ui-autocomplete {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete li{
  list-style: none !important;
}


.custom-autocomplete-item {
    background-color: #f0f8ff; /* 🔹 薄い青色 */
    color: #333; /* 🔹 文字色 */
    padding: 8px; /* 🔹 パディングで余白をつける */
    border-bottom: 1px solid #ddd; /* 🔹 下線を追加 */
    font-size: 14px; /* 🔹 文字サイズ調整 */
}

.custom-autocomplete-item:hover {
    background-color: #d0e8ff; /* 🔹 ホバー時に少し濃くする */
}

.ui-helper-hidden-accessible {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}